html {
  font-size: 62.5%;
}

#about_sport {
  margin: 30px auto 0;
  width: 710px;
}

#about_airport {
  margin: 30px auto 0;
  width: 710px;
}

.about_section_full {
  margin: 30px auto 0;
  width: 710px;
}

@media screen and (max-width: 767.9px) {
  #about_airport {
    margin: 30px auto 0;
    width: 100%;
  }
  .about_section_full {
    margin: 30px auto 0;
    width: 710px;
  }
}

/* 見出し */
.title_01 {
  background: none;
  background-color: #b4272d;
  border-bottom: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  height: 43px;
  line-height: 43px;
  margin-bottom: 23px;
  margin-top: 10px;
  padding: 0 10px 8px 15px;
  position: relative;
}

.title_01:before,
.title_02:after,
.title_03:before,
.title_04:before {
  content: none;
}

.title_01:after {
  background-color: #b4272d;
  bottom: -3px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

.title_02 {
  background-color: #fbeaeb;
  border-radius: 5px;
  clear: both;
  color: #b4272d;
  display: block;
  font-size: 21px;
  font-weight: 600;
  height: 45px;
  line-height: 45px;
  margin-bottom: 15px;
  padding: 0 10px 0 27px;
  position: relative;
}

.title_02:before {
  background-color: #b4272d;
  background-image: none;
  content: "";
  height: 70%;
  left: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
}

.title_03 {
  border-bottom: solid 2px;
  border-left: 5px solid;
  color: #b4272d;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 10px;
  margin-top: 0;
  padding-bottom: 5px;
  padding: 6px 20px 3px 10px;
  position: relative;
}

.detail_section_inner .title_03 {
  margin-top: 25px;
}

.title_04 {
  border-left: 4px solid;
  color: #b4272d;
  font-size: 17px;
  font-weight: 600;
  margin: 25px 0 10px;
  padding-left: 0;
  padding-left: 10px;
  position: relative;
}

.detail_section_wrap {
  margin-bottom: 25px;
  padding: 0 10px;
}

.detail_section_wrap:last-child {
  margin-bottom: 0;
  padding: 0 10px;
}

.rentacar_article_wrap .detail_section_wrap {
  padding: 0 10px 0 17px;
}

.content_inner {
  display: none;
  padding: 8px 0 0 17px;
}

.content_inner.rentacar_article_wrap {
  padding: 8px 0 0;
}

.detail_section {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: left;
}

.detail_section .detail_content_inner {
  padding: 0;
  font-size: 1.5rem;
  letter-spacing: 0.07em;
  line-height: 1.7;
}

.detail_section .detail_content_inner p {
  margin-bottom: 1em;
}

.detail_section .section_sub .detail_content_inner {
  padding-left: 20px;
  padding-right: 0;
}

.detail_section_wrap_custom {
  padding-left: 12px;
  padding-right: 12px;
}

.detail_section .txt_detail {
  font-size: 16px;
  letter-spacing: -.7px;
  line-break: strict;
  line-height: 1.8;
  padding: 0 12px 0;
  word-break: break-word;
  word-wrap: break-word;
}

.detail_section .detail_section_wrap .txt_detail {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 1em;
}

.detail_section_inner {
  margin-top: -15px;
  overflow: hidden;
}

.page_rentacar .detail_section_inner {
  margin-top: 0;
}

.detail_article_full .img_r {
  clear: both;
  float: right;
  margin: 5px 0 10px 13px;
  width: 240px;
}

.text_list {
  padding-left: 25px;
  margin: 8px 0 16px;
}

.is__2col > .text_item{
width: 49.9%;
display: inline-block;
}

.is__3col > .text_item{
width: 32.5%;
display: inline-block;
}

.is__4col > .text_item{
  width: 22.5%;
  display: inline-block;
  }

.text_item {
  font-size: 1.5rem;
  line-height: 1.7;
  padding-left: 16px;
  position: relative;
}

.text_list_none {
  padding-left: 25px;
  margin: 8px 0 16px;
}

.text_item:before {
  background-color: #044086;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 7px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 7px;
}

.text_list_none .text_item {
  padding-left: 0;
}

.text_list_none .text_item:before {
  content: none;
}


.btn_wrap {
  text-align: right;
}

.btn_brown {
  border-radius: 3px;
  border: 1px solid #b4272d;
  display: inline-block;
  min-width: 142px;
  padding: 1px;
  transition: all .2s;
}

.btn_brown .txt_inner{
  background-color: #b4272d;
  border-radius: 2px;
  color: #fff;
  display: block;
  font-weight: 600;
  letter-spacing: 0;
  padding: 6px 24px 6px 12px;
  position: relative;
  text-align: center;
}

.btn_brown .txt_inner:before {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 9px solid #fff;
  content: '';
  position: absolute;
  right: 12px;
  top: 47%;
  transform: translateY(-50%);
}

.btn_brown.active .txt_inner:before {
  border-bottom: 9px solid #fff;
  border-top: transparent;
}

.btn_wrap {
  text-align: right;
}

.btn_blue {
  border-radius: 2px;
  border: 1px solid #3577f6;
  display: inline-block;
  min-width: 139px;
  padding: 1px;
  transition: all .2s;
}

.btn_blue:hover {
  opacity: .8;
}

.btn_blue .txt_inner {
  background-color: #3577f6;
  color: #fff;
  display: block;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0;
  padding: 8px 24px 8px 12px;
  position: relative;
  text-align: center;
}

.btn_blue .txt_inner:before {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 9px solid #fff;
  content: '';
  position: absolute;
  right: 12px;
  top: 47%;
  transform: translateY(-50%);
}

.btn_blue.active .txt_inner:before {
  border-bottom: 9px solid #fff;
  border-top: transparent;
}

.img_r img {
  height: auto;
}

.img_c {
  text-align: center;
}

.ta_r {
  text-align: right;
}

.tbl_main .text_list {
  padding-left: 0;
}

.text_list_none {
  margin-top: 0;
}

.w20p {
  width: 20% !important;
}

.w25p {
  width: 25% !important;
}

.w30p {
  width: 30% !important;
}

.w35p {
  width: 35% !important;
}

.w50p {
  width: 50% !important;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .title_01 { line-height: 47px; }
  .title_02 { line-height: 50px; }
  .btn_brown .txt_inner {
    padding-top: 5px;
    padding-bottom: 2px;
  }
}

.ttl_sm {
  font-size: 1em;
  font-weight: 600;
  margin-bottom: 10px;
}

.logo_main .sub_ttl {
  background: #fff;
  border-radius: 10px;
  color: #1e2189;
  display: block;
  font-size: 1.05rem;
  font-weight: 600;
  height: 20px;
  left: 0;
  letter-spacing: 0.2px;
  position: absolute;
  right: 0;
  text-align: center;
}

a:hover .sub_ttl {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.logo_main .sub_ttl .small {
  font-size: .8em;
}
#free_member_box {
  margin-top: 96px;
  letter-spacing: 0.05em;
}

.route_lnk1 {
  padding-top: 0;
}

.number_list_circle {
  display: block;
  margin-bottom: 15px;
  margin-top: 15px;
  padding-left: 20px;
}

.number_item_circle {
  margin-bottom: 5px;
  padding-left: 25px;
  position: relative;
}

.number_item_circle .number_inner {
  left: 0;
  position: absolute;
  top: 2px;
}

.number_list {
  display: block;
  margin-top: 16px;
  padding-left: 45px;
}

.number_item {
  display: list-item;
  list-style-type: decimal;
  margin-bottom: 5px;
}

table caption {
  font-size: 15px;
  font-weight: 600;
  margin: 0 auto 5px;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.link_wrap {
  background-color: #fff;
  margin: 0 auto 40px;
  max-width: 100%;
  padding: 18px 0;
}

.detail_section .txt_main {
  font-size: 1.9rem;
  font-weight: 600;
  margin-bottom: 15px;
  margin-left: calc(1.5rem + 27px);
  text-align: left;
}

.link_list {
  padding: 0 12px;
}

.link_item {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 6px;
}

.link_item:last-child {
  margin-bottom: 0;
}

.link_item .link_text {
  color: #0000ee;
  font-size: 1.5rem;
}

.link_item .link_text:hover {
  opacity: .5;
  transition: none;
}

.link_item .txt_number {
  font-size: 1.5rem;
  margin-right: 15px;
}

.link_item_sub {
  padding-left: 30px;
}

.detail_content_inner > .img_r,
.detail_section_wrap .title_02 + .detail_content_inner > .img_r,
.detail_section_wrap .detail_section_inner .title_03 + .detail_content_inner > .img_r {
  float: right;
  margin: 5px 20px 10px;
  width: 240px;
}

.note_r {
  font-size: 13px;
  padding-left: 20px;
  text-align: right;
  text-indent: -19px;
}

.tbl_main + .note_r {
  margin-top: -10px;
}

.note_asterisk_r,
.note_asterisk {
  margin: 10px 0;
  padding-left: 16px;
  text-indent: -16px;
}

.note_asterisk_r {
  font-size: 13px;
  text-align: right;
}

span.note_asterisk {
  display: inline-block;
  margin: 0;
  padding-left: 16px;
  text-indent: -16px;
}

.note_asterisk_r_lst {
  display: flex;
  flex-direction: column;
  float: right;
  font-size: 13px;
  justify-content: flex-end;
}

.note_asterisk_r_lst span {
  display: inline-block;
  margin: 0;
  padding-left: 16px;
  text-indent: -16px;
}

/* section detail */
.center {
  text-align: center !important;
}

.txt_right {
  text-align: right !important;
}

.clearfix {
  clear: both;
}

.tbl_main {
  border-collapse: collapse;
  border-spacing: 0;
  border: 2px solid #f9c;
  width: 100%;
}

.tbl_title {
  background: #fff3f2;
  border-bottom: 1px solid #f9c;
  border-right: 1px solid #f9c;
  font-weight: 600;
  padding: 8px;
  text-align: center;
}

.tbl_title:last-child {
  border-right: none;
}

.tbl_col {
  border-bottom: 1px solid #f9c;
  border-right: 1px solid #f9c;
  padding: 8px;
  text-align: center;
}

.tbl_td_l .tbl_col {
  text-align: left;
}

.tbl_td_l_t td.tbl_col {
  text-align: left;
  vertical-align: baseline;
}

.tbl_col:last-child {
  border-right: none;
}

.tbl_col.brd_bt_none {
  border-bottom: none;
}

.last_row .tbl_col {
  border-bottom: none;
}

.txt_link_inner {
  color: #00f;
  text-decoration: underline;
}

.tbl_note {
  font-weight: normal;
  margin-left: 50px;
}

.tbl_main.tbl_01 .tbl_col.tbl_title:last-child {
  text-align: center;
}

.tbl_main.tbl_01 .tbl_col:last-child {
  text-align: left;
}

.tbl_main.no_th_first {
  border-left: none;
  border-top: none;
}

.tbl_main.no_th_first th {
  border-left: 2px solid #b4272d;
}

.tbl_main.no_th_first tr:first-child th {
  border-left: 1px solid #b4272d;
  border-top: 2px solid #b4272d;
}

.tbl_main.no_th_first tr:first-child th:first-child {
  background: none;
  border: none;
  border-bottom: 2px solid #b4272d;
  border-right: 2px solid #b4272d;
}

.tbl_main {
  border: 2px solid #b4272d;
}

.tbl_title {
  background: #fbeaeb;
  border-bottom: 1px solid #b4272d;
  border-right: 1px solid #b4272d;
}

.tbl_col {
  border-bottom: 1px solid #b4272d;
  border-right: 1px solid #b4272d;
}

.detail_article_full {
  padding-top: 16px;
  padding-bottom: 20px;
  overflow: hidden;
}

.detail_article_full .img_l {
  clear: both;
  float: left;
  margin: 5px 20px 10px 0;
  width: 240px;
}

.detail_article_full .img_l,
.detail_article_full .img_r {
  text-align: center;
}

.img_l figcaption {
  text-align: center;
}

.w40p {
  width: 40%!important;
}

.w50p {
  width: 50%!important;
}

.w75p {
  width: 75%!important;
}

.mh_auto {
  margin-left: auto!important;
  margin-right: auto!important;
}

.fwb {
  font-weight: 600!important;
}

.ta_r {
  text-align: right!important;
}

/* yellow */
.c_yellow .tbl_main.no_th_first th,
.c_yellow .tbl_main.no_th_first tr:first-child th,
.c_yellow .tbl_main.no_th_first tr:first-child th:first-child,
.c_yellow .tbl_main,
.c_yellow .tbl_title,
.c_yellow .tbl_col {
  border-color: #b68604;
}

.c_yellow .tbl_title {
  background: #e9aa00;
}

.c_yellow .title_03 {
  margin-bottom: 10px;
  margin-top: 25px;
}

/* blue */
.c_blue .tbl_main.no_th_first th,
.c_blue .tbl_main.no_th_first tr:first-child th,
.c_blue .tbl_main.no_th_first tr:first-child th:first-child,
.c_blue .tbl_main,
.c_blue .tbl_title,
.c_blue .tbl_col {
  border-color: #006896;
}

.c_blue .tbl_title {
  background: #dcecf8;
}

.route_lnk1 {
  padding-top: 0;
}

/* list */
.disc .mk_bold h5 {
  font-size: 16px;
  margin: 0;
}