@charset "UTF-8";

.txt-ms {
  margin-bottom: 30px;
}

.ul-disc {
  margin-left: 20px;
  list-style: disc;
}

.table4 {
  position: relative;
  overflow: hidden;
}

.table4 span.seat-img-box {
  display: block;
  width: 100%;
  text-align: center;
}

.table4 span.price-box {
  display: block;
  width: 100%;
}

.table4 span.txt-box {
  display: block;
  width: 100%;
}

.table4 tr th {
  padding: 15px 15px;
  font-weight: bold;
}

.table4 tr td {
  padding: 15px 15px;
  position: relative;
}

.table4 tr td:last-child {
  text-align: left;
}

.three-car-section .col-xs-3 {
  display: table-cell;
  border-right: 1px solid #aaaaaa;
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  padding: 0;
}

/* .four-car-section .powered-by-seat {
  border-right: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
}

.four-car-section .powered-by-seat h5 {
  background-color: #e9f0f3;
  padding: 15px;
  border-bottom: 1px solid #aaaaaa;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
} */

.anchor-link:first-child {
  margin-left: 10px;
}

.anchor-link:before {
  content: "\f13a";
  font-family: FontAwesome;
  font-size: 2rem;
  padding-right: 3px;
}

.price-attention {
  border: 1px solid #d10606;
  padding: 15px 20px;
  font-size: 1.6rem;
}

@media screen and (max-width:1199px) {
  /* .four-car-section .col-xs-6.three {
    border-left: 1px solid #aaaaaa;
    border-top: none;
  }

  .four-car-section .col-xs-6:last-child {
    border-top: none;
  } */
}


@media screen and (min-width: 768px) {

  /*装備品・オプション一覧*/
  .table3 {
    max-width: 800px;
    margin-bottom: 10px;
  }

  .table3 tr th {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .table3 tr td {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  /*注釈下マージン*/
  .type-small-t01 {
    margin-bottom: 45px;
  }

  .type-small-t03 {
    margin-bottom: 35px;
  }

  /*こども用シート*/
  .table4 {
    padding-top: 25px;
    margin-bottom: 10px;
  }

  .table4 table {
    float: left;
    width: 32%;
    margin-right: 2%;
  }

  .table4 table th {
    height: 35px;
    line-height: 35px;
  }

  .table4 table td {
    vertical-align: top;
  }

  .table4 table:last-child {
    margin-right: 0;
  }

  .table4 span.seat-img-box img {
    width: auto;
    max-height: 150px;
    margin: 10px auto 20px;
  }

  .table4 span.price-box {
    margin-bottom: 20px;
    font-weight: bold;
  }

  /*こども用シート搭載可能数*/
  /* .four-car-section {
    margin-bottom: 10px;
  }

  .four-car-section .powered-by-seat {
    margin-right: 2.66%;
    margin-bottom: 10px;
    width: 23%;
    float: left;
  }

  .four-car-section .powered-by-seat:last-child {
    margin-right: 0;
  }

  .four-car-section .powered-by-seat div {
    margin-top: 15px;
    text-align: center;
  }

  .four-car-section .powered-by-seat div img {
    margin-top: 15px;
    width: 80%;
  }

  .four-car-section .powered-by-seat span {
    display: block;
    margin-top: 15px;
    margin-bottom: 20px;
    padding: 0 5px;
  } */

}

@media screen and (min-width:769px) and (max-width:999px) {

  /*こども用シート搭載可能数*/
  /* .four-car-section .powered-by-seat {
    margin-bottom: 15px;
  } */
}

@media screen and (max-width: 768px) {

  /*注釈下マージン*/
  .type-small-t01 {
    margin-bottom: 30px;
  }

  .type-small-t02 {
    margin-bottom: 5px;
  }

  .type-small-t03 {
    margin-bottom: 20px;
  }

  /*装備品・オプション一覧*/
  .table3 {
    margin-bottom: 5px;
  }

  .table3 tr th {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .table3 tr td {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  /*こども用シート*/
  .table4 {
    margin-top: 10px;
  }

  .table4 table {
    width: 100%;
    margin-bottom: 15px;
  }

  .table4 span.seat-img-box {
    margin-bottom: 10px;
  }

  .table4 span.seat-img-box img {
    max-width: 190px;
    width: 90%;
    height: auto;
    margin: 30px auto 20px;
  }

  .table4 span.price-box {
    margin-bottom: 10px;
  }

  .table4 table:last-child {
    margin-bottom: 5px;
  }

  /*こども用シート搭載可能数*/
  /* .four-car-section .powered-by-seat {
    width: 100%;
    margin-bottom: 15px;
  }

  .four-car-section .powered-by-seat:last-child {
    margin-bottom: 5px;
  }

  .four-car-section .powered-by-seat div {
    text-align: center;
    margin-top: 15px;
    width: 100%;
  }

  .four-car-section .powered-by-seat div img {
    margin-top: 15px;
    max-width: 450px;
    width: 75%;
  }

  .four-car-section .powered-by-seat span {
    display: block;
    margin-top: 15px;
    margin-bottom: 20px;
  } */
  
  .price-attention {
    font-size: 1.4rem;
  }

}

/*************************************
Add child seats style 20190222
*************************************/
/* child seats number table */
.img_childseat-num{
  width:80%;
  max-width:200px;
  display:block;
  margin:0 auto 1.2rem;
}
@media screen and (min-width:768px) and (max-width:999px) {
  .img_childseat-num{width:100%;}
}

/* child seats type table */
.img_childseat-type{
  height:140px;
  display:block;
  margin:0 auto 1.5rem;
}
@media screen and (min-width:547px) and (max-width:620px) {
  .img_childseat-type{height:120px;}
}
@media screen and (min-width:481px) and (max-width:546px) {
  .img_childseat-type{height:100px;}
}

/* child seats grid - edit padding */
.grid-4.wrapper_childseat{margin-bottom:10px;}
@media screen and (max-width:1000px) {
  .grid-4{
    padding:7px;
  }
  .grid-lg-3.grid-md-3.grid-sm-3.grid-6{
    padding:7px;
  }
  .grid_childseat{
    padding-left:8px;
    padding-right:8px;
  }
}
@media screen and (max-width:480px) {
  .grid-4.wrapper_childseat{
    display:block;width:100%;
  }
}
.grid-lg-3.grid-md-3.grid-sm-3.grid-6{
  padding-bottom:8px;
}

/* Overtwrite common */
.grid-4 .content-wrapper.txt-inner{
  padding: 1.8rem;
}
.content-wrapper.txt-inner{
  padding: 1.2rem;
}