@charset "UTF-8";

.table4 {
  margin: 20px 0 0 0;
}

.table4 tr th {
  padding: 6px;
  font-size: 16px;
  font-weight: normal;
}

.table4 tr th.bg-flflfl {
  padding: 6px 12px;
}

.fee-table {
  margin-top: 20px;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.table-row {
  float: left;
  width: 9.1%;
  text-align: center;
}

.table-row .heading {
  border-left: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  border-top: 1px solid #aaaaaa;
  padding: .5rem;
  background-color: #e9f0f3;
  font-size: 16px;
}

.table-row ul li:first-child {
  border-top: 1px solid #aaaaaa;
}

.table-row ul li {
  line-height: 22px;
  border-left: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  font-size: 1.5rem;
  font-weight: bold;
  height: 130px;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  padding-right: 1%;
  padding-left: 1%;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

.table-row ul li span {
  width: 100%;
  font-weight: normal;
}

.down-icon .fa {
  font-size: 28px;
  line-height: 25px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.bg-flflfl {
  text-align: left;
  background-color: #f6f6f6;
}

.fee-table .heading,
.fee-table li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
}

.table1 .heading {
  width: 112px;
  height: 95px;
}

.fee-table li.td-bg {
  background-color: #f6f6f6 !important;
}

.table1 li {
  height: 130px !important;
}

.table2 .heading {
  height: 80px;
}

.table2 li {
  height: 91px !important;
}

.table3 li {
  height: 75px !important;
}

.table3 .table-row {
  width: 33.33%;
}

.table3 .heading {
  height: 78px;
}

.heading2 {
  display: none;
}
.price-oneway-infomation{
  padding: 10px 15px;
  margin: 15px 0 20px;
  border: 1px solid #ccc;
  background: #f7f6ef;
  font-size: 1.4rem;
  line-height: 1.7;
}
.unit {
  text-align: right;
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.hokkaido_priceList, .shikoku_priceList {
  display: inline-block;
  margin-top: 20px;
}
.hokkaido_priceList img, .shikoku_priceList img{
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

.mb-0 {
margin-bottom: 0!important;
}
.price-oneway-new-List .sp_sp,.price-oneway-old-List .sp_sp,.price-oneway-infomation .sp_sp, .ttl-lv4 .sp_sp{
  display: none;
}
.price-oneway-infomation a {
  margin-left: 10px;
}
.price-oneway-new-List .table-row ul li {
  font-size: 1.2rem;
}

.price-oneway-new-List .table-row .heading {
  font-size: 1.2rem;
}
.price-oneway-new-List .table1 .heading {
  width: 92.4px;
    height: 95px;
}
@media screen and (min-width: 1000px) {

  .table2 .table-row {
    width: 25%;
  }

  p+.ttl-lv3 {
    margin-top: 26px;
  }


  .table-row.last li,
  .table-row.last .heading {
    border-right: 1px solid #aaaaaa;
  }

  .table4 tr:first-child th {
    padding: 15px 5px;
    width: 100px;
    font-size: 16px;
  }

  .table4 tr th.nowrap {
    white-space: nowrap;
  }

  .table4 tr td {
    padding: 4px;
    width: 100px;
    font-size: 16px;
  }

  #breadcrumbs+.h1-wrapper {
    padding: 53px 00px 48px 0px;
  }

  .table-row ul {
    display: block !important;
  }

  .heading2 {
    display: none !important;
  }

  .pb-15 {
    padding-bottom: 10px;
  }
 
}

@media screen and (max-width: 999px) {

  .pb-20 {
    padding-bottom: 10px;
  }

  .pb-30 {
    padding-bottom: 20px;
  }

  .table4 tr {
    display: inline-block;
    float: left;
    width: 33.3%;
  }

  .table4 tr td,
  .table4 tr th {
    display: inline-block;
    width: 100%;
    height: 45px;
    border-top: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-bottom: none;
    border-left: none;
  }

  .table4 {
    margin: 12px 0 5px 0;
    border-left: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
  }

  .table4 tr th:first-child {
    height: 56px;
    line-height: 25px;
    /* background-color: #e9f0f3; */
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    text-align : center;
  }

  .table4 tr th.no-color {
    background-color: #fff;
  }

  .table4 tr td{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    padding: 0 !important;
  }

  .table4 tr th {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    justify-content: left;
    -webkit-justify-content: left;
    -ms-justify-content: left;
    padding-left: 1rem;
    text-align: left;
    /* background-color: #f6f6f6; */
  }

  .fee-table {
    margin-top: 15px;
    flex-direction: column;
  }

  .fee-table .heading {
    cursor: pointer;
    position: relative;
    width: 100%;
    padding: 0;
    height: 45px;
    font-size: 14px !important;
    border: none;
    text-align: left !important;
    justify-content: left;
    padding-left: 15px;
    background: none;
    background-color: #fff;
  }

  .fee-table .table-row {
    display: table;
    width: 100%;
    float: none;
    border: 1px solid #aaa;
    border-bottom: none;
  }

  .fee-table .table-row ul li {
    float: left;
    width: 50%;
    height: 90px !important;
    margin-bottom: -1px;
    padding: 0 10px;
    font-size: 14px !important;
    line-height: 20px;
    background-color: #fff;
    border-top: 1px solid #aaa;
  }

  .fee-table .table-row .down-icon {
    display: none;
  }

  .fee-table .table-row ul li:nth-child(even) {
    border-left: none;
  }

  .fee-table .table-row ul li:nth-child(9n) {
    border-bottom: 1px solid #aaa;
  }

  .fee-table .table-row ul li:nth-child(10n) {
    border-bottom: 1px solid #aaa;
  }

  .fee-table .table-row ul {
    display: inline-block;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    border-right: 1px;
  }

  .heading2 {
    display: block;
    border-top: 1px solid #aaa;
    text-align: left;
    padding: 20px 0 0 20px;
    line-height: 31px;
    font-size: 14px !important;
  }

  .fee-table .table-row.open {
    padding-bottom: 20px
  }

  .fee-table .table-row.last {
    border-bottom: 1px solid #aaa;
  }

  .fee-table .heading:after {
    content: "+" !important;
    font-family: 'FontAwesome';
    position: absolute;
    left: auto;
    right: 11px;
    display: inline-block;
    width: auto;
    font-size: 20px;
    color: #141414;
    bottom: auto !important;
    top: 43% !important;
    -webkit-transform: translate(0%, -33%) !important;
    transform: translate(0%, -33%) !important;
  }

  .fee-table .table-row.active .heading:after,
  .fee-table .table-row.open .heading:after {
    content: '_' !important;
    font-size: 18px;
    top: 32% !important;
    right: 14px !important;
    -webkit-transform: translate(0%, -50%) !important;
    transform: translate(0%, -50%) !important;
  }

  .table-row:not(.active) ul {
    display: none;
  }

  .table-row:not(.active) .heading2 {
    display: none;
    padding: 10px 0 0 20px;
  }

  .fee-table.table3 .table-row ul li:nth-child(2n) {
    border-bottom: 1px solid #aaa;
  }

  .fee-table.table3 .table-row ul li:last-child {
    border-bottom: 1px solid #aaa;
    border-right: 1px solid #aaa;
  }

  .fee-table.table2 .table-row li:nth-child(3n),
  .fee-table.table2 .table-row li:nth-child(4n) {
    border-bottom: 1px solid #aaa;
  }

  .table-row ul li span {
    font-size: 1.6rem !important;
  }

  .table-row ul li {
    border-right: 1px solid #aaaaaa;
  }

  p+.ttl-lv3 {
    margin-top: 15px;
  }

  .fee-table .heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    justify-content: left;
    -webkit-justify-content: left;
    -ms-justify-content: left;
  }
  .price-oneway-new-List .table1 .heading {
    width: auto;
    height: 45px;
}
.hokkaido_priceList, .shikoku_priceList {
  margin-top: 12px;
}
}

@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .table1 .heading {
    width: 88px;
  }
  .price-oneway-new-List .table1 .heading {
    width: 84px!important;
  }
  .table-row ul li {
    font-size: 1.2rem;
  }

  .table-row .heading {
    font-size: 1.2rem;
  }
  .price-oneway-new-List .fee-table{
    overflow: scroll;
  }
  .price-oneway-new-List .fee-table::-webkit-scrollbar {
    width: 12px;
  }
  .price-oneway-new-List .fee-table::-webkit-scrollbar-track {
    background: #f6f6f6;
    border-radius: 10px;
  }
  .price-oneway-new-List .fee-table::-webkit-scrollbar-thumb {
    background: #BFC5CA;
    border-radius: 10px;
  }

}

/* For Android 20190225 */
@media screen and (max-width: 480px){
  .table-row ul li span {
    font-size: 1.3rem !important;
    line-height: 1.5rem;
  }

  .table4 tr th {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
}

@media screen and (max-width: 767px){
  .sp-none{
    display: none;
  }
  .price-oneway-new-List .sp_sp,.price-oneway-old-List .sp_sp,.price-oneway-infomation .sp_sp,.ttl-lv4 .sp_sp{
    display: block;
  }
.price-oneway-infomation a {
  margin-left: 0;
}
.hokkaido_priceList, .shikoku_priceList {
  display: inline-block;
  margin-top: 12px;
}
}