@charset "UTF-8";
/* SP版の左右余白調整 */
/****************************************/
/*******************************************************************************
*
* </common/css/header_footer.css>
*
*******************************************************************************/
/*=========================================
PCヘッダー
=========================================*/
.tp_pc_h {
  width: 100%;
  display: flex;
  flex-wrap: wrap; }

.tp_pc_h_sub {
  width: 100%;
  height: 55px;
  background-color: #edf1f2;
  order: 1; }

.tp_pc_h_sub_li {
  width: 950px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  font-size: 0.8rem; }

.tp_pc_h_sub_li_lang {
  width: 127px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e1e6e8;
  border-left: 1px solid #fff;
  position: relative; }
  .tp_pc_h_sub_li_lang::before {
    content: "";
    width: 15px;
    height: 15px;
    background: url(/common/template/img/tp_pc_icon_lang.png) no-repeat left top;
    background-size: 15px 15px;
    margin-right: 7px; }
  .tp_pc_h_sub_li_lang::after {
    content: "";
    width: 9px;
    height: 5px;
    background: url(/common/template/img/tp_pc_icon_downarrow_bk.png) no-repeat right top;
    margin-left: 9px;
    background-size: 9px 5px; }
  .tp_pc_h_sub_li_lang:hover {
    cursor: pointer;
    background-color: #d7dddf; }
  .tp_pc_h_sub_li_lang.active::after {
    transform: scale(1, -1); }

.js_trg_gm_lang.active .tp_pc_h_sub_li_lang_li {
  display: block; }

.tp_pc_h_sub_li_lang_li {
  display: none;
  z-index: 999;
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  width: 100%;
  height: auto;
  background: #fff;
  border: 2px solid #e1e6e8; }
  .tp_pc_h_sub_li_lang_li::before {
    position: absolute;
    content: "";
    bottom: calc(100% + 2px);
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 6px 8px;
    border-color: transparent transparent #e1e6e8 transparent; }

.tp_pc_h_sub_li_lang_li_item {
  padding: 3px 0;
  text-align: center;
  border-bottom: 2px solid #e1e6e8; }
  .tp_pc_h_sub_li_lang_li_item:last-of-type {
    border-bottom: none; }
  .tp_pc_h_sub_li_lang_li_item:hover {
    background: #f0f0f0; }

.tp_pc_h_sub_li_lang_li_item_link {
  display: block;
  color: #000;
  text-decoration: none; }
  .tp_pc_h_sub_li_lang_li_item_link:hover {
    text-decoration: underline; }

.tp_pc_h_sub_li_lost {
  width: 143px;
  height: 100%;
  border-left: 1px solid #fff; }

.tp_pc_h_sub_li_lost_link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #0074a9;
  color: #fff;
  text-decoration: none;
  text-align: center; }
  .tp_pc_h_sub_li_lost_link::before {
    content: "";
    left: 0;
    width: 5px;
    height: 9px;
    background: url(/common/template/img/tp_pc_icon_rightarrow_white.png) no-repeat left top;
    background-size: 5px 9px;
    margin-right: 8px; }
  .tp_pc_h_sub_li_lost_link:hover {
    cursor: pointer;
    background-color: #006694; }

.tp_pc_h_sub_li_barrierfree {
  width: 143px;
  height: 100%;
  border-left: 1px solid #fff; }

.tp_pc_h_sub_li_barrierfree_link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #0499cc;
  color: #fff;
  text-decoration: none;
  text-align: center; }
  .tp_pc_h_sub_li_barrierfree_link::before {
    content: "";
    left: 0;
    width: 5px;
    height: 9px;
    background: url(/common/template/img/tp_pc_icon_rightarrow_white.png) no-repeat left top;
    background-size: 5px 9px;
    margin-right: 8px; }
  .tp_pc_h_sub_li_barrierfree_link:hover {
    cursor: pointer;
    background-color: #048bb8; }

.tp_pc_h_sub_li_inq {
  width: 145px;
  height: 100%;
  border-left: 1px solid #fff; }

.tp_pc_h_sub_li_inq_link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #005176;
  color: #fff;
  text-decoration: none;
  text-align: center; }
  .tp_pc_h_sub_li_inq_link::before {
    content: "";
    left: 0;
    width: 17px;
    height: 11px;
    background: url(/common/template/img/tp_pc_icon_inq_white.png) no-repeat left top;
    background-size: 17px 11px;
    margin-right: 5px; }
  .tp_pc_h_sub_li_inq_link:hover {
    cursor: pointer;
    background-color: #00496b; }

.tp_pc_h_ttl {
  width: 100%;
  height: auto;
  background-color: #fff;
  order: 2; }

.tp_pc_h_ttl_w {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.tp_pc_h_ttl_w_logo {
  order: 1;
  width: 645px;
  margin-top: 11px; }

.tp_pc_h_ttl_w_gm {
  order: 3;
  width: 950px;
  margin-top: 20px; }

.tp_pc_h_ttl_w_gm_li {
  width: 100%;
  height: 92px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between; }

.tp_pc_h_ttl_w_gm_li_item {
  width: 190px;
  height: 100%;
  background: url(/top/img/tp_pc_icon_gm_bd.png) repeat-y left top;
  position: relative; }
  .tp_pc_h_ttl_w_gm_li_item:last-of-type {
    background: url(/top/img/tp_pc_icon_gm_bd.png) repeat-y left top, url(/top/img/tp_pc_icon_gm_bd.png) repeat-y right top; }
  .tp_pc_h_ttl_w_gm_li_item.active .tp_pc_h_ttl_w_gm_li_item_link {
    color: #007eb7; }

.tp_pc_h_ttl_w_gm_li_item_link {
  width: 100%;
  height: 100%;
  display: block;
  padding: 43px 0 0 0;
  text-align: center;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: normal;
  font-family: inherit;
  color: #000;
  border: none;
  outline: none; }
  .tp_pc_h_ttl_w_gm_li_item_link.timetable {
    background: url(/common/template/img/tp_pc_icon_gm_timetable.png) no-repeat center top, url(/common/template/img/tp_pc_icon_downarrow_blue.png) no-repeat center bottom 3px;
    background-size: 61px 48px, 12px 7px; }
  .tp_pc_h_ttl_w_gm_li_item_link.fare {
    background: url(/common/template/img/tp_pc_icon_gm_fare.png) no-repeat center top, url(/common/template/img/tp_pc_icon_downarrow_blue.png) no-repeat center bottom 3px;
    background-size: 58px 48px, 12px 7px; }
  .tp_pc_h_ttl_w_gm_li_item_link.route {
    background: url(/common/template/img/tp_pc_icon_gm_route.png) no-repeat center top, url(/common/template/img/tp_pc_icon_downarrow_blue.png) no-repeat center bottom 3px;
    background-size: 36px 48px, 12px 7px; }
  .tp_pc_h_ttl_w_gm_li_item_link.ticket {
    background: url(/common/template/img/tp_pc_icon_gm_ticket.png) no-repeat center top, url(/common/template/img/tp_pc_icon_downarrow_blue.png) no-repeat center bottom 3px;
    background-size: 59px 48px, 12px 7px; }
  .tp_pc_h_ttl_w_gm_li_item_link.inquiry {
    background: url(/common/template/img/tp_pc_icon_gm_inquiry.png) no-repeat center top, url(/common/template/img/tp_pc_icon_downarrow_blue.png) no-repeat center bottom 3px;
    background-size: 56px 48px, 12px 7px; }
  .tp_pc_h_ttl_w_gm_li_item_link:hover {
    cursor: pointer;
    color: #007eb7; }

.tp_gm_btn_close {
  position: absolute;
  width: 92px;
  height: auto;
  padding: 6px 0 6px 12px;
  bottom: 20px;
  left: 20px;
  background-color: #04273d;
  color: #fff;
  border: none;
  font-size: 0.8rem; }
  .tp_gm_btn_close::before {
    position: absolute;
    content: "";
    left: 9px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 11px;
    height: 11px;
    background: url(/top/img/tp_pc_icon_gm_close.png) no-repeat left top;
    background-size: 10px 10px; }
  .tp_gm_btn_close:hover {
    cursor: pointer;
    background-color: #063655; }

/* 時刻表検索 */
.tp_gm_timetable {
  position: absolute;
  opacity: 0;
  z-index: 900;
  display: block;
  top: calc(100% + 11px);
  left: 0;
  width: 950px;
  min-height: 0;
  height: 0;
  background: url(/top/img/tp_pc_bg_gb_timetable.jpg) no-repeat left bottom;
  /*
  background-size: 620px 230px;
  */
  background-size: 620px 260px;
  background-color: #064d6e;
  color: #fff;
  overflow: hidden;
  transition-duration: .6s;
  transition-property: min-height,height; }
  .tp_gm_timetable::before {
    position: absolute;
    z-index: 999;
    content: "";
    top: 0;
    left: 88px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 7px 0 7px;
    border-color: #fff transparent transparent transparent; }
  .tp_gm_timetable.active {
    opacity: 1;
    /*
    min-height: 230px;
    */
    min-height: 260px;
    height: 100%; }

.tp_gm_timetable_h {
  font-size: 1.3rem;
  font-weight: normal;
  padding: 27px 20px 0; }

.tp_gm_timetable_info {
    position: relative;
    padding: 10px 20px 0;
    /*
    height: 100px;
    line-height: 100px;
    background-image:url(/top/img/icon_info.svg);
    background-size: 22px 22px;
    background-repeat:no-repeat;
    background-position: 20px 50%;
    */
}

.tp_gm_timetable_info span {
    padding-left: 30px;
    line-height: 25px;
}
.tp_gm_timetable_info::before {
    position: absolute;
    content: "";
    width: 22px;
    height: 22px;
    background: url(/top/img/icon_info.svg) no-repeat right top;
    background-size: 22px 22px;
}

.tp_sp_timetable_info {
    background: #fff;
    padding: 15px 20px 0;
}
.tp_sp_timetable_info::before {
    position: absolute;
    content: "";
    width: 22px;
    height: 22px;
    background: url(/top/img/icon_info.svg) no-repeat right top;
    background-size: 22px 22px;
}
.tp_sp_timetable_info p {
    padding: 2px 0 0 28px;
}


.tp_gm_timetable_li {
  width: 100%;
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 20px; }
  @media only screen and (max-width: 640px) {
    .tp_gm_timetable_li {
      background: #fff;
      margin: 0;
      display: block;
      padding: 15px 0 20px; } }

.tp_gm_timetable_li_item {
  width: 292px;
  font-size: 0.9rem; }
  @media only screen and (max-width: 640px) {
    .tp_gm_timetable_li_item {
      width: 100%;
      padding: 8px 20px; }
      .tp_gm_timetable_li_item:first-of-type {
        padding-top: 0; } }

.tp_gm_timetable_li_item-submit {
  width: 100%;
  margin-top: 22px; }
  @media only screen and (max-width: 640px) {
    .tp_gm_timetable_li_item-submit {
      margin-top: 8px; } }

.tp_gm_timetable_li_item-submit-btn {
  display: block;
  width: 230px;
  height: auto;
  margin: 0 auto;
  padding: 13px 13px 13px 0;
  color: #fff;
  font-size: 0.9rem;
  text-align: center;
  background-color: #04273d;
  text-decoration: none;
  position: relative; }
  .tp_gm_timetable_li_item-submit-btn::after {
    position: absolute;
    content: "";
    width: 17px;
    height: 17px;
    background: url(/top/img/tp_pc_icon_gm_search_white.png) no-repeat right top;
    background-size: 17px 17px;
    margin-left: 13px; }
  .tp_gm_timetable_li_item-submit-btn:hover {
    background-color: #063655; }
  @media only screen and (max-width: 640px) {
    .tp_gm_timetable_li_item-submit-btn {
      width: 70%;
      background-color: #0072a6; } }

.tp_gm_timetable_li_item_fselect {
  width: 100%;
  height: 36px;
  margin-top: 3px;
  padding-left: 6px;
  outline: none;
  text-overflow: '';
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #b2bbbf;
  background: url(/top/img/tp_pc_icon_downarrow_blue.png) no-repeat right 10px center;
  background-size: 12px 7px;
  background-color: #fff; }
  .tp_gm_timetable_li_item_fselect::-ms-expand {
    display: none; }
  .tp_gm_timetable_li_item_fselect:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000; }

/* モノレール路線案内 */
.tp_gm_other {
  transition-duration: .4s;
  display: flex;
  opacity: 0;
  position: absolute;
  z-index: 900;
  top: calc(100% + 11px);
  width: 950px;
  min-height: 0;
  height: 0;
  background-color: #005e8a;
  color: #fff;
  flex-wrap: nowrap;
  justify-content: flex-start;
  overflow: hidden;
  transition-duration: .6s;
  transition-property: min-height,height; }
  .tp_gm_other::before {
    position: absolute;
    z-index: 999;
    content: "";
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 7px 0 7px;
    border-color: #fff transparent transparent transparent; }
  .tp_gm_other.fare {
    left: -190px; }
    .tp_gm_other.fare::before {
      left: 279px; }
  .tp_gm_other.route {
    left: -380px; }
    .tp_gm_other.route::before {
      left: 468px; }
  .tp_gm_other.ticket {
    left: -570px; }
    .tp_gm_other.ticket::before {
      left: 658px; }
  .tp_gm_other.inquiry {
    left: -760px; }
    .tp_gm_other.inquiry::before {
      left: 848px; }
  .tp_gm_other.active {
    opacity: 1;
    min-height: 360px;
    height: 100%; }

.tp_gm_other_h_w {
  transition-duration: .4s;
  width: 320px;
  height: 100%;
  padding: 27px 20px;
  background: url(/top/img/tp_pc_bg_gb_route.jpg) no-repeat left bottom;
  background-size: cover; }

.tp_gm_other_h {
  font-size: 1.3rem;
  font-weight: normal;
  position: relative; }
  .tp_gm_other_h::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 10px;
    width: 17px;
    height: 13px;
    background: url(/top/img/tp_pc_icon_rightarrow_half_white.png) no-repeat left center;
    background-size: 17px 13px; }

.tp_gm_other_h_link {
  color: #fff;
  text-decoration: none; }
  .tp_gm_other_h_link:hover {
    text-decoration: underline; }

.tp_gm_other_h_txt {
  font-size: 0.8rem;
  line-height: 1.7;
  margin-top: 15px; }

.tp_gm_other_li {
  position: relative;
  width: 315px;
  padding-top: 27px;
  background-color: #004e73; }

.tp_gm_other_li_1st {
  width: 315px;
  font-size: 0.9rem;
  padding: 4px 0;
  background: url(/top/img/tp_pc_icon_rightarrow_single_white.png) no-repeat right 15px center;
  background-size: 6px 10px; }
  .tp_gm_other_li_1st:hover {
    cursor: pointer;
    background-color: #005e8a; }

.tp_gm_other_li_1st_link {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #fff;
  padding-left: 18px; }

.tp_gm_other_li_2nd {
  width: 315px;
  font-size: 0.9rem;
  padding: 4px 0 4px 18px;
  background: url(/top/img/tp_pc_icon_rightarrow_double_white.png) no-repeat right 12px center;
  background-size: 12px 10px; }
  .tp_gm_other_li_2nd:hover {
    cursor: pointer;
    background-color: #005e8a; }
  .tp_gm_other_li_2nd:hover .tp_gm_other_li_2nd_li {
    display: block; }

.tp_gm_other_li_2nd_li {
  position: absolute;
  display: none;
  width: 315px;
  height: 100%;
  left: 100%;
  top: 0;
  padding-top: 27px;
  cursor: default; }

.tp_gm_other_li_2nd_floor_item {
  width: 100%;
  font-size: 0.9rem;
  position: relative;
  cursor: pointer; }
  .tp_gm_other_li_2nd_floor_item:hover {
    background-color: #004e73; }
  .tp_gm_other_li_2nd_floor_item:nth-of-type(1) .tp_gm_other_li_2nd_floor_item_link {
    background: url(/top/img/tp_pc_icon_stnum01.png) no-repeat left 18px center, url(/top/img/tp_pc_icon_rightarrow_single_white.png) no-repeat right 15px center;
    background-size: 20px 20px,6px 10px; }
  .tp_gm_other_li_2nd_floor_item:nth-of-type(2) .tp_gm_other_li_2nd_floor_item_link {
    background: url(/top/img/tp_pc_icon_stnum02.png) no-repeat left 18px center, url(/top/img/tp_pc_icon_rightarrow_single_white.png) no-repeat right 15px center;
    background-size: 20px 20px,6px 10px; }
  .tp_gm_other_li_2nd_floor_item:nth-of-type(3) .tp_gm_other_li_2nd_floor_item_link {
    background: url(/top/img/tp_pc_icon_stnum03.png) no-repeat left 18px center, url(/top/img/tp_pc_icon_rightarrow_single_white.png) no-repeat right 15px center;
    background-size: 20px 20px,6px 10px; }
  .tp_gm_other_li_2nd_floor_item:nth-of-type(4) .tp_gm_other_li_2nd_floor_item_link {
    background: url(/top/img/tp_pc_icon_stnum04.png) no-repeat left 18px center, url(/top/img/tp_pc_icon_rightarrow_single_white.png) no-repeat right 15px center;
    background-size: 20px 20px,6px 10px; }
  .tp_gm_other_li_2nd_floor_item:nth-of-type(5) .tp_gm_other_li_2nd_floor_item_link {
    background: url(/top/img/tp_pc_icon_stnum05.png) no-repeat left 18px center, url(/top/img/tp_pc_icon_rightarrow_single_white.png) no-repeat right 15px center;
    background-size: 20px 20px,6px 10px; }
  .tp_gm_other_li_2nd_floor_item:nth-of-type(6) .tp_gm_other_li_2nd_floor_item_link {
    background: url(/top/img/tp_pc_icon_stnum06.png) no-repeat left 18px center, url(/top/img/tp_pc_icon_rightarrow_single_white.png) no-repeat right 15px center;
    background-size: 20px 20px,6px 10px; }
  .tp_gm_other_li_2nd_floor_item:nth-of-type(7) .tp_gm_other_li_2nd_floor_item_link {
    background: url(/top/img/tp_pc_icon_stnum07.png) no-repeat left 18px center, url(/top/img/tp_pc_icon_rightarrow_single_white.png) no-repeat right 15px center;
    background-size: 20px 20px,6px 10px; }
  .tp_gm_other_li_2nd_floor_item:nth-of-type(8) .tp_gm_other_li_2nd_floor_item_link {
    background: url(/top/img/tp_pc_icon_stnum08.png) no-repeat left 18px center, url(/top/img/tp_pc_icon_rightarrow_single_white.png) no-repeat right 15px center;
    background-size: 20px 20px,6px 10px; }
  .tp_gm_other_li_2nd_floor_item:nth-of-type(9) .tp_gm_other_li_2nd_floor_item_link {
    background: url(/top/img/tp_pc_icon_stnum09.png) no-repeat left 18px center, url(/top/img/tp_pc_icon_rightarrow_single_white.png) no-repeat right 15px center;
    background-size: 20px 20px,6px 10px; }
  .tp_gm_other_li_2nd_floor_item:nth-of-type(10) .tp_gm_other_li_2nd_floor_item_link {
    background: url(/top/img/tp_pc_icon_stnum10.png) no-repeat left 18px center, url(/top/img/tp_pc_icon_rightarrow_single_white.png) no-repeat right 15px center;
    background-size: 20px 20px,6px 10px; }
  .tp_gm_other_li_2nd_floor_item:nth-of-type(11) .tp_gm_other_li_2nd_floor_item_link {
    background: url(/top/img/tp_pc_icon_stnum11.png) no-repeat left 18px center, url(/top/img/tp_pc_icon_rightarrow_single_white.png) no-repeat right 15px center;
    background-size: 20px 20px,6px 10px; }

.tp_gm_other_li_2nd_floor_item-none {
  width: 100%;
  font-size: 0.9rem;
  position: relative; }
  .tp_gm_other_li_2nd_floor_item-none:hover {
    background-color: #004e73; }
  .tp_gm_other_li_2nd_floor_item-none .tp_gm_other_li_2nd_floor_item_link {
    padding-left: 19px; }

.tp_gm_other_li_2nd_floor_item_link {
  width: 100%;
  display: block;
  padding: 4px 25px 4px 44px;
  color: #fff;
  text-decoration: none; }

.tp_pc_h_ttl_w_sub {
  width: 330px;
  margin-right: 25px;
  order: 2;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  flex-direction: row-reverse; }

.tp_pc_h_ttl_w_sub_fs {
  width: 145px;
  height: 30px;
  margin-top: 11px;
  border: 2px solid #b2bbbf;
  border-radius: 8px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  font-size: 0.8rem;
  position: relative; }
  .tp_pc_h_ttl_w_sub_fs.active .tp_pc_h_ttl_w_sub_fs_li {
    display: block; }
  .tp_pc_h_ttl_w_sub_fs:hover {
    cursor: pointer; }
  .tp_pc_h_ttl_w_sub_fs.active .tp_pc_h_ttl_w_sub_fs_txt2::after {
    transform: scale(1, -1); }

.tp_pc_h_ttl_w_sub_fs_txt1 {
  width: 89px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }

.tp_pc_h_ttl_w_sub_fs_txt2 {
  width: 56px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e1e6e8;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  position: relative; }
  .tp_pc_h_ttl_w_sub_fs_txt2::after {
    content: "";
    width: 9px;
    height: 5px;
    background: url(/common/template/img/tp_pc_icon_downarrow_bk.png) no-repeat right top;
    margin-left: 8px;
    background-size: 9px 5px; }

.tp_pc_h_ttl_w_sub_fs_li {
  display: none;
  z-index: 999;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: 100%;
  height: auto;
  background: #fff;
  border: 2px solid #e1e6e8; }
  .tp_pc_h_ttl_w_sub_fs_li::before {
    position: absolute;
    content: "";
    bottom: calc(100% + 2px);
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 6px 8px;
    border-color: transparent transparent #e1e6e8 transparent; }

.tp_pc_h_ttl_w_sub_fs_li_item {
  padding: 3px 0;
  text-align: center;
  border-bottom: 2px solid #e1e6e8; }
  .tp_pc_h_ttl_w_sub_fs_li_item:last-of-type {
    border-bottom: none; }
  .tp_pc_h_ttl_w_sub_fs_li_item:hover {
    background: #f0f0f0;
    text-decoration: underline; }

.tp_pc_h_ttl_w_sub_search_form {
  width: 175px;
  height: 30px;
  margin-top: 11px;
  position: relative; }

.tp_pc_h_ttl_w_sub_search_form_icon {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 11px;
  cursor: pointer; }

.tp_pc_h_ttl_w_sub_search_form_input {
  width: 100%;
  height: 100%;
  border: 2px solid #b2bbbf;
  border-radius: 8px;
  padding-right: 32px;
  padding-left: 5px;
  font-family: inherit; }
  .tp_pc_h_ttl_w_sub_search_form_input:focus::placeholder {
    color: transparent; }
  .tp_pc_h_ttl_w_sub_search_form_input:focus:-moz-placeholder {
    color: transparent; }
  .tp_pc_h_ttl_w_sub_search_form_input:focus::-moz-placeholder {
    color: transparent; }
  .tp_pc_h_ttl_w_sub_search_form_input:focus::-ms-input-placeholder {
    color: transparent; }

/*=========================================
SPヘッダー
=========================================*/
.tp_sp_h {
  width: 100%;
  height: 45px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999; }

.tp_sp_h_ttl_w {
  width: 100%;
  height: 45px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between; }
  .tp_sp_h_ttl_w.active > li {
    border-bottom-color: #8c8c8c; }

.tp_sp_h_ttl_w_logo {
  width: calc(100% - 90px);
  border-bottom: 1px solid #fff; }

.tp_sp_h_ttl_w_logo_h {
  width: 100%;
  height: 100%; }

.tp_sp_h_ttl_w_logo_link {
  display: flex;
  align-items: center;
  max-width: 160px;
  height: 100%;
  border-bottom: 1px solid #fff; }
  .tp_sp_h_ttl_w_logo_link img {
    width: 100%;
    height: auto; }

.tp_sp_h_lang {
  width: 45px;
  height: 45px;
  background: #e1e6e8;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff; }

.tp_sp_h_search {
  width: 45px;
  height: 45px;
  background: #0074a9;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff; }

.tp_sp_h_submenu {
  width: 45px;
  height: 45px;
  background: #005176;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff; }

.tp_sp_h_button {
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  appearance: none;
  overflow: hidden;
  position: relative; }

.tp_sp_h_button_menuimg {
  left: 6px;
  position: relative;
  max-width: none; }

.js_sp_trg_gm.active .tp_sp_h_button_menuimg {
  left: -39px; }

.js_sp_trg_gm.active + .tp_sp_h_submenu_w {
  display: block;
  padding-bottom: 135px; }

.tp_sp_h_submenu_w {
  display: none;
  position: absolute;
  top: calc(100% - 1px);
  right: 0;
  width: calc(100% - 40px);
  max-height: calc(100vh - 44px);
  height: auto;
  overflow: scroll; }

.tp_sp_h_submenu_btn_close {
  width: 100%;
  height: auto;
  display: block;
  text-align: center;
  background: #0072a6;
  color: #fff;
  margin: 0;
  padding: 13px 0;
  border: none;
  appearance: none;
  outline: none;
  font-size: 0.9rem;
  position: relative; }
  .tp_sp_h_submenu_btn_close::before {
    position: absolute;
    content: "";
    left: calc(50% - 3em);
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 9px;
    height: 9px;
    background: url(/top/img/tp_sp_icon_gm_close.png) no-repeat left top;
    background-size: 9px 9px; }

.tp_sp_h_submenu_dl {
  width: 100%;
  height: auto; }

.tp_sp_h_submenu_dt {
  width: 100%;
  height: auto;
  display: block;
  text-align: center;
  background: #005176;
  color: #fff;
  padding: 10px 0;
  font-size: 0.9rem; }

.tp_sp_h_submenu_dd {
  width: 100%;
  height: auto;
  display: block;
  border-bottom: 1px solid #fff;
  font-size: 0.8rem;
  margin: 0;
  padding: 0; }
  .tp_sp_h_submenu_dd:last-of-type {
    border-bottom: 0; }

.tp_sp_h_submenu_li_item_link1st {
  display: block;
  width: 100%;
  height: auto;
  background-color: #e1e6e8;
  margin: 0;
  padding: 13px;
  color: #000;
  text-decoration: none;
  text-align: left;
  position: relative; }
  .tp_sp_h_submenu_li_item_link1st::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    right: 15px;
    width: 7px;
    height: 11px;
    background: url(/top/img/tp_sp_icon_rightarrow_single_blue.png) no-repeat left top;
    background-size: 7px 11px; }
  .tp_sp_h_submenu_li_item_link1st.icon-pc::after {
    width: 11px;
    height: 11px;
    background: url(/top/img/tp_sp_icon_pclink.png) no-repeat left top;
    background-size: 11px 11px; }

.tp_sp_h_submenu_li_item_link2nd {
  outline: none;
  border: none;
  display: block;
  width: 100%;
  height: auto;
  background-color: #e1e6e8;
  appearance: none;
  margin: 0;
  padding: 13px;
  font-size: 0.8rem;
  color: #000;
  text-decoration: none;
  text-align: left;
  position: relative; }
  .tp_sp_h_submenu_li_item_link2nd::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    right: 15px;
    width: 10px;
    height: 6px;
    background: url(/top/img/tp_sp_icon_downarrow_single_blue.png) no-repeat left top;
    background-size: 10px 6px; }
  .tp_sp_h_submenu_li_item_link2nd.active::after {
    transform: scale(1, -1); }

.tp_sp_h_submenu_li_item_link2nd_w {
  display: none;
  width: 100%;
  height: auto; }

.tp_sp_h_submenu_dd2nd {
  width: 100%;
  height: auto;
  display: block;
  background: #fff; }

.tp_sp_h_submenu_dd2nd_li {
  display: block;
  width: 100%;
  height: auto;
  color: #000;
  text-decoration: none;
  text-align: left;
  border-bottom: 1px solid #dbe0e2;
  position: relative; }
  .tp_sp_h_submenu_dd2nd_li:last-of-type {
    border-bottom: none; }

.tp_sp_h_submenu_dd2nd_li_link {
  outline: none;
  border: none;
  display: block;
  width: 100%;
  height: auto;
  padding: 13px;
  color: #000;
  text-decoration: none;
  text-align: left;
  position: relative; }
  .tp_sp_h_submenu_dd2nd_li_link::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    right: 15px;
    width: 7px;
    height: 11px;
    background: url(/top/img/tp_sp_icon_rightarrow_single_blue.png) no-repeat left top;
    background-size: 7px 11px; }
  .tp_sp_h_submenu_dd2nd_li_link.icon-pc::after {
    width: 11px;
    height: 11px;
    background: url(/top/img/tp_sp_icon_pclink.png) no-repeat left top;
    background-size: 11px 11px; }
  .tp_sp_h_submenu_dd2nd_li_link.icon-blank::after {
    width: 10px;
    height: 9px;
    background: url(/top/img/tp_sp_icon_blank.png) no-repeat left top;
    background-size: 10px 9px; }

/* サイト内検索*/
.tp_sp_h_submenu_search {
  width: 100%;
  height: auto;
  background: #fafbfb;
  padding: 25px 20px; }

.tp_sp_h_ttl_w_sub_search_form {
  width: 100%;
  height: auto;
  position: relative; }

.tp_sp_h_submenu_search_input {
  width: 100%;
  height: 36px;
  margin-top: 3px;
  padding-left: 6px;
  padding-right: 36px;
  outline: none;
  text-overflow: '';
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: 1px solid #b2bbbf;
  background-color: #fff; }
  .tp_sp_h_submenu_search_input:focus::placeholder {
    color: transparent; }
  .tp_sp_h_submenu_search_input:focus:-moz-placeholder {
    color: transparent; }
  .tp_sp_h_submenu_search_input:focus::-moz-placeholder {
    color: transparent; }
  .tp_sp_h_submenu_search_input:focus::-ms-input-placeholder {
    color: transparent; }

/* モーダルの背景 */
@media only screen and (max-width: 640px) {
  .tp_sp_modal {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 900; }
    .tp_sp_modal.active {
      display: block; } }

/*=========================================
SPヘッダー（ページ下部の固定メニュー）
=========================================*/
.tp_sp_h_ttl_footer {
  opacity: 1;
  position: fixed;
  width: 100%;
  height: 50px;
  left: 0;
  bottom: 0;
  background: #fff;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  border-top: 1px solid #d9d9d9;
  box-shadow: 0px 0px 4px #ddd;
  z-index: 9999;
  transition-duration: .3s; }
  .tp_sp_h_ttl_footer.hide {
    opacity: 0; }

.tp_sp_h_ttl_footer_item {
  width: 20%;
  height: 100%;
  border-right: 1px solid #d9d9d9; }
  .tp_sp_h_ttl_footer_item:last-of-type {
    border-right: none; }

.tp_sp_h_ttl_footer_item_link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%; }

.tp_sp_h_ttl_footer_item_link_img {
  max-width: 54px;
  width: 100%;
  height: auto; }

/*=========================================
フッター
=========================================*/
.tp_footer {
  width: 100%;
  height: auto; }

.tp_footer_1st {
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 60px;
  background: #edf2f5; }
  @media only screen and (max-width: 640px) {
    .tp_footer_1st {
      display: none; } }

.tp_footer_1st_w {
  width: 950px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between; }

.tp_footer_1st_w_grid {
  display: block;
  padding-right: 0.5rem;
  text-align: left; }
  .tp_footer_1st_w_grid:nth-of-type(1) {
    width: 210px; }
  .tp_footer_1st_w_grid:nth-of-type(2) {
    width: 294px; }
  .tp_footer_1st_w_grid:nth-of-type(3) {
    width: 251px; }
  .tp_footer_1st_w_grid:nth-of-type(4) {
    width: 195px;
    padding-right: 0; }

.tp_footer_1st_w_inner_item {
  margin-top: 20px; }
  .tp_footer_1st_w_inner_item:first-of-type {
    margin-top: 0; }

.tp_footer_1st_w_inner_item_link {
  display: inline-block;
  color: #000;
  text-decoration: none;
  font-size: 0.9rem;
  position: relative;
  padding-left: 25px; }
  .tp_footer_1st_w_inner_item_link::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "";
    background: url(/common/template/img/tp_pc_icon_footer_rightarrow_bgblue.png) no-repeat left top;
    background-size: 20px 20px; }
  .tp_footer_1st_w_inner_item_link:hover {
    text-decoration: underline; }

.tp_footer_1st_w_inner_item_li {
  margin-top: 5px; }

.tp_footer_1st_w_inner_item_li_item {
  margin-bottom: 3px; }
  .tp_footer_1st_w_inner_item_li_item:last-of-type {
    margin-bottom: 0; }

.tp_footer_1st_w_inner_item_li_item_link {
  display: inline-block;
  color: #000;
  text-decoration: none;
  font-size: 0.8rem;
  position: relative;
  padding-left: 25px; }
  .tp_footer_1st_w_inner_item_li_item_link::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 12px;
    margin-top: auto;
    margin-bottom: auto;
    width: 5px;
    height: 9px;
    content: "";
    background: url(/common/template/img/tp_pc_icon_footer_rightarrow.png) no-repeat left top;
    background-size: 5px 9px; }
  .tp_footer_1st_w_inner_item_li_item_link:hover {
    text-decoration: underline; }

.tp_pc_footer_2st {
  width: 100%;
  height: auto;
  background: #005075; }

.tp_pc_footer_2st_w {
  width: 950px;
  margin: 0 auto;
  padding-top: 28px;
  padding-bottom: 33px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  font-size: 0.8rem;
  position: relative; }
  .tp_pc_footer_2st_w::after {
    position: absolute;
    content: "";
    width: 170px;
    height: 129px;
    bottom: calc(100% - 4px);
    right: 0;
    background: url(../../top/img/tp_pc_bg_monorun.png) no-repeat left top;
    background-size: 167px 129px; }
    @media only screen and (max-width: 640px) {
      .tp_pc_footer_2st_w::after {
        display: none; } }

.tp_pc_footer_2st_item {
  border-right: 1px solid #fff;
  padding-left: 10px;
  padding-right: 10px; }
  .tp_pc_footer_2st_item:last-of-type {
    border-right: none; }

.tp_pc_footer_2st_item_link {
  display: block;
  color: #fff;
  text-decoration: none;
  line-height: 1; }
  .tp_pc_footer_2st_item_link:hover {
    text-decoration: underline; }

.tp_sp_footer_2st {
  width: 100%;
  background: #005075;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 70px; }

.tp_sp_footer_2st_item {
  display: block;
  font-size: 0.8rem; }
  .tp_sp_footer_2st_item:nth-of-type(1) {
    width: 100%;
    border-bottom: 1px solid #49788d; }
  .tp_sp_footer_2st_item:nth-of-type(2) {
    width: calc(100% / 3);
    border-bottom: 1px solid #49788d;
    border-right: 1px solid #49788d; }
  .tp_sp_footer_2st_item:nth-of-type(3) {
    width: calc(100% / 3);
    border-bottom: 1px solid #49788d;
    border-right: 1px solid #49788d; }
  .tp_sp_footer_2st_item:nth-of-type(4) {
    width: calc(100% / 3);
    border-bottom: 1px solid #49788d;}
  .tp_sp_footer_2st_item:nth-of-type(5) {
    width: 50%;
    border-bottom: 1px solid #49788d;
    border-right: 1px solid #49788d; }
  .tp_sp_footer_2st_item:nth-of-type(6) {
    width: 50%;
    border-bottom: 1px solid #49788d; }
  .tp_sp_footer_2st_item:nth-of-type(7) {
    width: 6em; }
  .tp_sp_footer_2st_item:nth-of-type(8) {
    width: calc(100% - 6em); }
  .tp_sp_footer_2st_item:nth-of-type(9) {
    width: 100%; }

.tp_sp_footer_2st_item_pagetop {
  width: 100%;
  display: block;
  outline: none;
  padding: 15px 0;
  margin: 0;
  border: none;
  background: none;
  color: #fff;
  font-size: 0.8rem;
  position: relative; }
  .tp_sp_footer_2st_item_pagetop::before {
    position: absolute;
    content: "";
    display: block;
    width: 11px;
    height: 7px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    left: calc(50% - 5em);
    background: url(../../top/img/tp_sp_icon_footer_toparrow.png) no-repeat left top;
    background-size: 11px 7px; }

.tp_sp_footer_2st_item_link_1 {
  width: 100%;
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: left;
  padding: 15px 0 15px 25px;
  position: relative; }
  .tp_sp_footer_2st_item_link_1::before {
    position: absolute;
    display: block;
    content: "";
    width: 10px;
    height: 9px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    left: 10px;
    background: url(../../top/img/tp_sp_icon_footer_rightarrow_bgblue.png) no-repeat left top;
    background-size: 10px 9px; }

.tp_sp_footer_2st_item_link_2 {
  width: 100%;
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: left;
  padding: 15px 0 5px 20px;
  position: relative;
  font-size: 0.7rem; }
  .tp_sp_footer_2st_item_link_2::before {
    position: absolute;
    display: block;
    content: "";
    width: 5px;
    height: 8px;
    top: 17px;
    left: 10px;
    background: url(../../top/img/tp_sp_icon_footer_rightarrow.png) no-repeat left top;
    background-size: 5px 8px; }

.tp_sp_footer_2st_item_link_3 {
  width: 100%;
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: left;
  padding: 4px 0 15px 20px;
  position: relative;
  font-size: 0.7rem; }
  .tp_sp_footer_2st_item_link_3::before {
    position: absolute;
    display: block;
    content: "";
    width: 5px;
    height: 8px;
    top: 6px;
    left: 10px;
    background: url(../../top/img/tp_sp_icon_footer_rightarrow.png) no-repeat left top;
    background-size: 5px 8px; }

.tp_sp_footer_2st_item_iconLink_1 {
  width: 100%;
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 22px 0;
  position: relative;
  font-size: 0.7rem; }
  .tp_sp_footer_2st_item_iconLink_1_iconImg {
    width: 44px;
    height: auto; }

.tp_footer_3rd {
  width: 100%;
  height: auto;
  background: #fff;
  padding: 10px 0 14px; }
  @media only screen and (max-width: 640px) {
    .tp_footer_3rd {
      padding: 0; } }

.tp_footer_3rd_w {
  width: 984px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between; }
  @media only screen and (max-width: 640px) {
    .tp_footer_3rd_w {
      width: 100%; } }

.tp_footer_3rd_w_img {
  width: 239px;
  height: 53px; }
  @media only screen and (max-width: 640px) {
    .tp_footer_3rd_w_img {
      display: none; } }

.tp_footer_3rd_w_txt {
  width: calc(100% - 239px);
  padding-right: 17px;
  font-size: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  @media only screen and (max-width: 640px) {
    .tp_footer_3rd_w_txt {
      width: 100%;
      background: #003852;
      padding: 14px 0;
      color: #fff;
      display: block;
      text-align: center;
      font-size: 2vw; } }

/*=========================================
ページトップへ戻るボタン
=========================================*/
.tp_pc_pagetop {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
  background: none;
  cursor: pointer;
  z-index: 9999; }
  .tp_pc_pagetop:hover {
    opacity: 0.8; }
  @media only screen and (max-width: 640px) {
    .tp_pc_pagetop {
      bottom: 10px;
      width: 53px;
      height: 53px;
      transition-duration: .3s; }
      .tp_pc_pagetop.active {
        bottom: 60px; }
      .tp_pc_pagetop img {
        width: 53px;
        height: 53px; } }

/*=========================================
ページトップへ戻るボタン
=========================================*/
@media print {
  html {
    width: 100%; }

  body {
    width: 100%;
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform-origin: 0 0; } }
/*=========================================
PDFアイコン
=========================================*/
.icon_pdf {
  position: relative;
  padding-right: 20px; }
  .icon_pdf::after {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    bottom: 0;
    right: 0;
    margin-top: auto;
    margin-bottom: auto;
    content: "";
    background: url(/common/img/icon_pdf.gif) no-repeat left top;
    background-size: 16px 16px; }
    @media only screen and (max-width: 640px) {
      .icon_pdf::after {
        top: auto; } }

/*# sourceMappingURL=header_footer.css.map */
