@charset "UTF-8";
/*-------------------共通設定エリア,common_setting-------------------*/
/*---------------------------------------------------------
						reset
---------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: bottom;
}

/*---------------------------------------------------------
						clearfix
---------------------------------------------------------*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

body {
  position: relative;
  background: #e6e3e3;
  line-height: 1.4;
  color: #000;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'MS PGothic', Meiryo, メイリオ, Osaka, arial, helvetica, sans-serif;
  font-size: 14px;
}

img {
  max-width: 100%;
  height: auto;
}

a:hover {
  opacity: .7;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

.input_name {
  font-size: 18px;
  margin-bottom: 8px;
  font-weight: bold;
}

input[type="text"],
input[type="password"],
select {
  width: 100%;
  padding: 15px;
  border: 1px solid #bbb7b7;
  background-color: #fff;
  font-size: inherit;
}

select {
  padding: 12px 15px;
}

select,
input[type="submit"] {
  -webkit-appearance: none;
  /* ベンダープレフィックス(Google Chrome、Safari用) */
  -moz-appearance: none;
  /* ベンダープレフィックス(Firefox用) */
  appearance: none;
  /* 標準のスタイルを無効にする */
}

::-ms-expand {
  /* select要素のデザインを無効にする（IE用） */
  display: none;
}

input[type="text"],
input[type="password"],
input[type="submit"],
select {
  border-radius: 0;
  box-shadow: none;
}

input[disabled="disabled"] {
  background-color: #eae7e8;
  opacity: 1;
}

/* hover touch エフェクト共通化 */
.btn:hover,
.btn_r:hover,
input[type="submit"]:hover {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  opacity: .7;
}

.text_center {
  text-align: center;
}

.text_left {
  text-align: left;
}

.text_right {
  text-align: right;
}

.dis_block {
  display: block;
}

.dis_none {
  display: none;
}

.font_b {
  font-weight: bold;
}

.text_no_deco {
  text-decoration: none;
}

/*---共通---*/
#index {
  padding: 60px 0 123px;
}
#index .container {
  width: 950px;
  margin-left: auto;
  margin-right: auto;
}

#search {
  padding: 60px 0 62px;
}
#search .contents {
  width: 1034px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 54px 42px;
  box-sizing: border-box;
  background-color: #eae7e8;
}
#search .contents .container {
  width: 484px;
  margin-left: auto;
  margin-right: auto;
}
#search .contents .container02 {
  width: 382px;
  margin-left: auto;
  margin-right: auto;
}
#search .contents .input_box {
  width: 690px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0;
  background: #cecccc;
}
#search .contents input[type="text"], #search .contents input[type="password"], #search .contents input[disabled="disabled"], #search .contents select {
  font-size: 16px;
}

.btn {
  display: block;
  width: 100%;
  padding: 20px 0;
  border: none;
  border-radius: 0;
  background-color: #019a0e;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #fff;
}

.btn_r {
  background-color: #fff;
  color: #019a0e;
}
.btn_r .btn {
  background-color: inherit;
  color: inherit;
}

.after_arrow {
  position: relative;
}
.after_arrow:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: solid #fff;
  border-width: 3px 3px 0 0;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
  transform: rotate(45deg) translate(-52%, -23%);
  opacity: .6;
}

.btn_r.after_arrow:after {
  border-color: inherit;
}

.arrow_bottom {
  position: relative;
}
.arrow_bottom:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: solid #000;
  border-width: 3px 3px 0 0;
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 12px;
  transform: rotate(135deg) translate(-41%, 67%);
  opacity: .4;
}

.top_read {
  position: relative;
  line-height: 1.25;
  margin-bottom: 40px;
  padding: 0 0 0 19px;
  font-size: 32px;
  font-weight: bold;
}
.top_read:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: #019a0e;
  border-radius: 5px;
}
.top_read.not_first {
  margin-top: 72px;
}

.info_block_layout .top_read {
  margin-top: 5.8%;
  margin-bottom: 5%;
}
.info_block_layout .intro_txt {
  margin-bottom: 3%;
}

.top_bottom_txt {
  font-size: 16px;
  margin-bottom: 50px;
}

.top_bottom_txt02 {
  font-size: 16px;
  margin-bottom: 40px;
}

.one_input_block + .one_input_block {
  margin: 40px auto auto;
}

.radio_one_block {
  display: inline-block;
  vertical-align: middle;
  margin: 10px auto auto 34px;
}

.radio_one_block + .radio_one_block {
  margin-left: 75px;
  padding-left: 30px;
}

.radio_one_block_p {
  display: inline-block;
  vertical-align: middle;
  margin: 10px auto auto 34px;
  overflow: visible;
  position: relative;
}

.radio_one_block_p + .radio_one_block_p {
  margin-left: 75px;
  padding-left: 30px;
}

.checkbox_custom label {
  position: relative;
  display: inline-block;
  padding-left: 28px;
  color: #333;
  cursor: pointer;
  font-size: 15px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.checkbox_custom label:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  margin-top: 0;
  padding: 8px;
  border: 1px solid #bbb7b7;
  background: #fff;
  transform: translateY(-50%);
}
.checkbox_custom input[type="checkbox"] {
  display: none;
}
.checkbox_custom input[type="checkbox"]:checked + label:after {
  position: absolute;
  content: '';
  top: 24%;
  left: 1.5%;
  width: 12px;
  height: 8px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(-48deg);
}

.radio_one_block label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.radio_one_block label:before {
  position: absolute;
  content: '';
  top: 50%;
  left: -30px;
  width: 0;
  height: 0;
  margin-top: 0;
  padding: 13px;
  border: 1px solid #434343;
  background: #fff;
  transform: translateY(-50%);
  border-radius: 50%;
}
.radio_one_block input[type="radio"] {
  display: none;
}
.radio_one_block input[type="radio"]:checked + label:after {
  position: absolute;
  content: '';
  top: 50%;
  left: -30px;
  width: 0;
  height: 0;
  margin-top: 0;
  padding: 7px;
  background: #434343;
  border-radius: 50%;
  transform: translate(50%, -50%);
}

.radio_one_block_p label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.radio_one_block_p label:before {
  position: absolute;
  content: '';
  top: 50%;
  left: -30px;
  width: 0;
  height: 0;
  margin-top: 0;
  padding: 13px;
  border: 1px solid #434343;
  background: #fff;
  transform: translateY(-50%);
  border-radius: 50%;
}

.radio_one_block_p input[type="radio"] {
  display: none;
}
.radio_one_block_p input[type="radio"]:checked + label:after {
  position: absolute;
  content: '';
  top: 50%;
  left: -30px;
  width: 0;
  height: 0;
  margin-top: 0;
  padding: 7px;
  background: #434343;
  border-radius: 50%;
  transform: translate(50%, -50%);
}
/*@media all and (-ms-high-contrast: none) {
  .radio_one_block_p label::before{
    position: absolute;
    content: '';
    top: 50%;
    left: -30px;
    width: 0;
    height: 0;
    margin-top: 0;
    padding: 13px;
    border: 1px solid #434343;
    background: #fff;
    transform: translateY(-50%);
    border-radius: 50%;
  }
}*/

.caution_txt {
  margin: 10px auto auto 1em;
  text-indent: -1em;
  color: #808080;
}
.caution_txt .next_line {
  margin-left: -1em;
}

.no_indent {
  margin-left: 0;
  text-indent: 0;
}

.must_caution_txt {
  font-size: 16px;
  color: #dc2331;
}

.must_caution_color {
  color: #dc2331;
}

.contact_info_caution_block {
  margin-top: 8%;
}

.common_label {
  display: inline-block;
  vertical-align: text-bottom;
  line-height: 1;
  margin-left: 2.5%;
  padding: 5px 10px;
  background-color: #dc2331;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}

/* ↓ ADD 20210421 プレドラ対応 「020.運転レポート一覧(共通)」*/
.prm_label {
  display: inline-block;
  vertical-align: text-bottom;
  line-height: 1;
/*  margin-left: 2.5%;*/
  padding: 5px 10px;
  background-color: #0000ff;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}
/* ↑ ADD 20210421 プレドラ対応 */

.letter_set_6_5 {
  letter-spacing: -.38vw;
}

.bottom_btn_block {
  margin-top: 60px;
}

/* rank color */
/* ↓ ADD 20210421 プレドラ対応 「020.運転レポート一覧(共通)」*/
.bg_type_s {
  background-color: #ff00ff;
}
/* ↑ ADD 20210421 プレドラ対応 */

.bg_type_a {
  background-color: #c72323;
}

.bg_type_b {
  background-color: #efa300;
}

.bg_type_c {
  background-color: #2eb33a;
}

.bg_type_d {
  background-color: #2d86b3;
}

.canvas_size {
  max-width: 100%;
}
.canvas_size03 {
  max-width: 100%;
}
.canvas_size04 {
  max-width: 100%;
}
.canvas_size05 {
  max-width: 100%;
}

/*---ヘッダ---*/
.header {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 59px;
  box-sizing: border-box;
  background: #fff;
  border-bottom: 1px solid #b4b1b2;
}
.header .logo {
  float: left;
  height: 59px;
  padding-left: 15px;
  display: table;
}
.header .logo a {
  display: table-cell;
  vertical-align: middle;
}
.header .header_login {
  float: right;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 52px;
  height: 44px;
  margin: 8px 16px 0 0;
  font-size: 10px;
}
.header .header_login a {
  color: #000;
  text-decoration: none;
}
.header .header_login a:before {
  content: "";
  position: absolute;
  background: url(../../../img/portal/mspc/common/logout_ico.png) no-repeat center center/24px;
  width: 52px;
  height: 30px;
  top: 1px;
}

.header .header_ranking {
  float: right;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 52px;
  height: 44px;
  margin: 8px 16px 0 0;
  font-size: 10px;
}
.header .header_ranking a {
  color: #000;
  text-decoration: none;
}
.header .header_ranking a:before {
  content: "";
  position: absolute;
  background: url(../../../img/portal/mspc/common/ranking_ico.png) no-repeat center center/25px;
  width: 52px;
  height: 30px;
  top: 1px;
}

.header .modalOpen {
  color: #000;
}
.header .header_menu {
  float: right;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 44px;
  height: 44px;
  margin: 8px 8px 0 0;
  font-size: 10px;
  cursor: pointer;
}
.header .header_ranking:hover,
.header .header_login:hover,
.header .header_menu:hover {
  opacity: 0.7;
}
.header .hum_nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 14px;
  display: block;
  width: 24px;
  height: 3px;
  background-color: #333;
  border-radius: 5px;
  transition: all .5s;
  margin: 0 auto;
}
.header .hum_nav:before, .header .hum_nav:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #333;
  border-radius: 5px;
}
.header .hum_nav:before {
  transform: translateY(-7px);
}
.header .hum_nav:after {
  transform: translateY(4px);
}
.header .menu_txt {
  margin-top: 30px;
  text-align: center;
}

/*---　ナビゲーション　---*/
.header_slide_nav {
  width: 840px;
}
.header_slide_nav .slide_nav_close_area {
  position: relative;
  background-color: #019a0e;
  padding: 15px;
}
.header_slide_nav .slide_nav_close_area .close_icon {
  float: right;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.header_slide_nav .slide_nav_close_area .close_icon span {
  display: inline-block;
  position: relative;
  width: 3px;
  height: 30px;
  padding: 0;
  background: #fff;
  transition: .3s ease-in-out;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 13px;
}
.header_slide_nav .slide_nav_close_area .close_icon span:before {
  display: block;
  position: absolute;
  top: 50%;
  left: -13px;
  width: 30px;
  height: 3px;
  margin-top: -2px;
  background: #fff;
  content: "";
}
.header_slide_nav .slide_nav_continner {
  padding: 20px 60px;
  font-size: 15px;
}
.header_slide_nav .important_btn {
  background-color: #e6b82e;
  width: 330px;
  margin: 0 auto 25px;
}
.header_slide_nav .nav_list {
  margin-bottom: 30px;
}
.header_slide_nav .nav_list .nav_list_left {
  float: left;
  width: 350px;
}
.header_slide_nav .nav_list .nav_list_right {
  float: right;
  width: 350px;
}
.header_slide_nav .nav_btn {
  width: 720px;
  margin: auto;
}
.header_slide_nav .nav_btn .slide_nav_one_bar {
  float: left;
  width: 230px;
  margin-right: 15px;
  background-color: #019a0e;
}
.header_slide_nav .nav_btn .slide_nav_one_bar:last-child {
  margin-right: 0;
}
.header_slide_nav .slide_nav_list_name {
  padding: 10px 0;
  color: #019a0e;
  font-size: 17px;
  font-weight: bold;
}
.header_slide_nav .slide_nav_list {
  border-top: 1px solid #d5d5d5;
}
.header_slide_nav .slide_nav_lists {
  border-bottom: 1px solid #d5d5d5;
}
.header_slide_nav .slide_nav_list_cont {
  display: block;
  padding: 14px 0 14px 56px;
  background: url(../../../img/portal/mspc/common/ico_nav01.png) no-repeat left center/6%;
  color: #000;
  text-decoration: none;
  background-size: auto;
  background-position: 18px 50%;
}
.header_slide_nav .slide_nav_list_cont.bg_ico00 {
  background-image: url(../../../img/portal/mspc/common/pageTop_ico_nav.png);
}
.header_slide_nav .slide_nav_list_cont.bg_ico02 {
  background-image: url(../../../img/portal/mspc/common/drive_ico_nav01.png);
}
.header_slide_nav .slide_nav_list_cont.bg_ico03 {
  background-image: url(../../../img/portal/mspc/common/drive_ico_nav02.png);
}
.header_slide_nav .slide_nav_list_cont.bg_ico04 {
  background-image: url(../../../img/portal/mspc/common/drive_ico_nav03.png);
}
.header_slide_nav .slide_nav_list_cont.bg_ico05 {
  background-image: url(../../../img/portal/mspc/common/drive_ico_nav04.png);
}
.header_slide_nav .slide_nav_list_cont.bg_ico06 {
  background-image: url(../../../img/portal/mspc/common/settings_ico_nav01.png);
}
.header_slide_nav .slide_nav_list_cont.bg_ico07 {
  background-image: url(../../../img/portal/mspc/common/settings_ico_nav02.png);
}
.header_slide_nav .slide_nav_list_cont.bg_ico08 {
  background-image: url(../../../img/portal/mspc/common/settings_ico_nav03.png);
}
.header_slide_nav .slide_nav_list_cont.bg_ico09 {
  background-image: url(../../../img/portal/mspc/common/settings_ico_nav04.png);
}
.header_slide_nav .slide_nav_list_cont.bg_ico10 {
  background-image: url(../../../img/portal/mspc/common/settings_ico_nav05.png);
}
.header_slide_nav .slide_nav_list_cont.bg_ico14 {
  background-image: url(../../../img/portal/mspc/common/settings_ico_nav06.png);
}
.header_slide_nav .after_arrow {
  position: relative;
}
.header_slide_nav .after_arrow:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: solid #019a0e;
  border-width: 3px 3px 0 0;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 4%;
  transform: rotate(45deg) translate(-52%, -23%);
  opacity: .6;
}
.header_slide_nav .slide_nav_one_bar .slide_nav_list_cont {
  color: #fff;
  padding-left: 0;
  text-align: center;
}
.header_slide_nav .slide_nav_one_bar .slide_nav_list_cont span {
  position: relative;
  padding-left: 30px;
}
.header_slide_nav .slide_nav_one_bar .slide_nav_list_cont span:before {
  position: absolute;
  content: "";
  background-size: contain;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 17px;
  height: 14px;
}
.header_slide_nav .slide_nav_one_bar .bg_ico11 span:before {
  background: url(../../../img/portal/mspc/common/notice_ico_nav.png) no-repeat;
}
.header_slide_nav .slide_nav_one_bar .bg_ico12 span:before {
  background: url(../../../img/portal/mspc/common/trouble_ico_nav.png) no-repeat;
}
.header_slide_nav .slide_nav_one_bar .bg_ico15 span:before {
  background: url(../../../img/portal/mspc/common/download_ico_nav.png) no-repeat;
}
.header_slide_nav .slide_nav_one_bar .bg_ico13 span:before {
  background: url(../../../img/portal/mspc/common/emergency_ico_nav.png) no-repeat;
}
.header_slide_nav .slide_nav_one_bar_r {
  border-bottom: 1px solid #d5d5d5;
}
.header_slide_nav .slide_nav_one_bar_r .after_arrow:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: solid #019a0e;
  border-width: 3px 3px 0 0;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 4%;
  transform: rotate(45deg) translate(-52%, -23%);
  opacity: .6;
}
.header_slide_nav .have_label_txt {
  display: inline-block;
  vertical-align: middle;
}
.header_slide_nav .common_label {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  background-color: #019a0e;
}
.header_slide_nav .choice_content_wrap {
  display: table;
  width: 100%;
  padding: 14px 0 14px 0;
}
.header_slide_nav .choice_content_wrap .tag_select_title,
.header_slide_nav .choice_content_wrap .choice_box {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
}
.header_slide_nav .choice_content_wrap .tag_select_title {
  width: 52%;
  text-align: right;
  padding-right: 10px;
}
.header_slide_nav .choice_content_wrap .choice_box {
  padding-right: 5px;
}
.header_slide_nav .choice_content_wrap .choice_box.arrow_bottom:after {
  right: 22px;
}

/*---　ナビゲーション_modal　---*/
.modal {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  display: none;
  overflow: hidden;
  z-index: 10;
}

.overLay {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100vh;
  z-index: 10;
}

.modal .modal_inner {
  position: fixed;
  z-index: 11;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
}

@keyframes modal {
  0% {
    top: -100%;
    opacity: 0;
  }
  100% {
    top: 50%;
    opacity: 1;
  }
}
@keyframes modalClose {
  0% {
    top: 50%;
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}
/*---フッタ---*/
.btn_pageTop {
  position: fixed;
  display: none;
  z-index: 8;
  bottom: 2%;
  right: 0;
  border-radius: 100%;
  width: 78px;
  margin: auto 4% auto auto;
  text-align: center;
  transition: .2s all;
}

.btn_pageTop.fix_remove {
  position: absolute;
}

.btn_pageTop.fadeIn {
  opacity: 1;
}

.footer {
  padding: 20px 0;
  background-color: #171717;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

/*# sourceMappingURL=default.css.map */
