/* ==========================================================
 layout
========================================================== */
.sec-insurance-01 { margin-bottom: 70px; }

@media screen and (max-width: 750px) {
.sec-insurance-01 { margin-bottom: 23px; }
.ttl-inspection-01 { font-size: 15px; }
}

/* tabs-container-01
---------------------------------------------------------- */
.tabs-container-01 {
 margin-bottom: 65px;
 padding-top: 10px;
}

@media screen and (max-width: 750px) {
.tabs-container-01 {
 margin-bottom: 20px;
 padding-top: 0;
}
 .tabs-container-01 .tab-content-01 { padding-top: 25px; }
}

/* btn-insurance-01
---------------------------------------------------------- */
.btn-insurance-01 { margin: 30px 0 0; }

@media screen and (max-width: 750px) {
.btn-insurance-01 { margin: 15px 0 15px; }
}

/* ttl-insurance-01
---------------------------------------------------------- */
.ttl-insurance-01 {
 padding: 16px 5px;
 background: #cdf4f1;
 font-weight: 500;
 font-size: 12px;
 text-align: center;
}
.ttl-insurance-01.type-02 { background: #d2eefc; }

/* txt-insurance-01
---------------------------------------------------------- */
.txt-insurance-01 {
 font-weight: 300;
 color: #737373;
}

/* ==========================================================
 list
========================================================== */
/* list-inspection-03
---------------------------------------------------------- */
.list-inspection-03 .inner { padding: 35px 45px 35px 30px;　}
 .list-inspection-03 .inner .txt { padding-right: 20px; }
 .list-inspection-03 .inner .image { padding-left: 0; }

@media screen and (max-width: 750px) {
.list-inspection-03 .inner { padding: 10px 8px 10px 5px; }
 .list-inspection-03 .inner .txt { padding-right: 5px; }
}

/* list-insurance-01
---------------------------------------------------------- */
.list-insurance-01 {}
 .list-insurance-01 .box-ttl { padding: 30px 0 55px; }
  .list-insurance-01 .box-ttl .ttl:before { left: -8px; }
  .list-insurance-01 .box-ttl .ttl:after { right: -8px; }
  .list-insurance-01 .txt {
   padding: 20px 28px 30px;
   letter-spacing: -0.4px;
  }
   .list-insurance-01 .txt span.txt-note-01 { padding-top: 35px; }
   .list-insurance-01 .txt span.txt-note-02 {
    display: block;
    padding-top: 15px;
    font-size: 14px;
   }
 
@media screen and (max-width: 750px) {
.list-insurance-01 {}
 .list-insurance-01 .box-ttl { padding: 17px 20px; }
  .list-insurance-01 .box-ttl .ttl { margin-top: 8px; }
  .list-insurance-01 .box-ttl .ttl:before { left: 0; }
  .list-insurance-01 .box-ttl .ttl:after { right: 0; }
  .list-insurance-01 .txt {
   padding: 10px 17px 17px;
   letter-spacing: normal;
  }
   .list-insurance-01 .txt span.txt-note-01 { padding-top: 20px; }
   .list-insurance-01 .txt span.txt-note-02 {
    padding-top: 10px;
    font-size: 10px;
    color: #737373;
   }
}

/* list-insurance-02
---------------------------------------------------------- */
.list-insurance-02 {}
 .list-insurance-02 .inner { border-color: #088fb9; }
  .list-insurance-02 .inner .txt { color: #088fb9; }

/* list-insurance-03
---------------------------------------------------------- */
.list-insurance-03 {
 font-weight: 300;
 color: #737373;
}
 .list-insurance-03 li { margin-bottom: 5px; }
 .list-insurance-03 li:last-child { margin-bottom: 0; }

@media screen and (max-width: 750px) {
.list-insurance-03 { font-size: 10px; }
 .list-insurance-03 li { margin-bottom: 3px; }
 .list-insurance-03 li:last-child { margin-bottom: 0; }
}

/* ==========================================================
 image
========================================================== */
/* img-insurance-01
---------------------------------------------------------- */
.img-insurance-01 {
 padding: 35px 0 10px;
 text-align: center;
}

/* img-insurance-02
---------------------------------------------------------- */
.img-insurance-02 { padding-top: 10px; }
 .img-insurance-02 img { width: 100%; }

/* ==========================================================
 table
========================================================== */
/* table-insurance-01
---------------------------------------------------------- */
.table-insurance-01 { width: 100%; }
 .table-insurance-01 th {
  height: 70px;
  padding: 10px;
  background: #cdf4f1;
  border-right: 1px solid #fff;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
 }
 .table-insurance-01 th:first-child { width: 102px; }
 .table-insurance-01 td {
  width: 97px;
  height: 100px;
  padding: 10px;
  background: #fff;
  border-bottom: 1px solid #cdcdcd;
  border-right: 1px solid #cdcdcd;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
 }
 .table-insurance-01 td.image {
  width: auto;
  padding: 15px 0 10px 14px;
  border-right: 1px solid #fff;
  vertical-align: top;
  text-align: left;
 }
 .table-insurance-01 td.price {
  width: 142px;
  color: #009f88;
  font-size: 25px;
  font-weight: bold;
  vertical-align: middle;
 }
  .table-insurance-01 td.price span {
   display: inline-block;
   font-weight: normal;
   font-size: 17px;
   vertical-align: middle;
  }

.table-insurance-01.type-02 {}
 .table-insurance-01.type-02 th { background: #d2eefc; }
 .table-insurance-01.type-02 td.price { color: #088fb9; }
 .table-insurance-01.type-02 .border-top td { border-top: 2px solid #cdcdcd; }
 .table-insurance-01.type-02 .data-02 td { height: 110px; }

/* table-insurance-02
---------------------------------------------------------- */
.table-insurance-02 {
 width: 100%;
 margin-bottom: 24px;
}
 .table-insurance-02 th {
  height: 52px;
  color: #009f88;
  border-bottom: 1px solid #9c9c9c;
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
 }
 .table-insurance-02 th:first-child { border-right: 1px solid #9c9c9c; }
 .table-insurance-02 td {
  padding: 7px 5px;
  border-right: 1px solid #9c9c9c;
  font-size: 11px;
  text-align: center;
  vertical-align: middle;
 }
 .table-insurance-02 td:last-child { border-right: none; }
 .table-insurance-02 .type td { padding-top: 15px; }
 .table-insurance-02 .price {
  position: relative;
  padding-top: 20px;
  color: #009f88;
  font-weight: bold;
  font-size: 16px;
 }
 .table-insurance-02 .price:after {
  position: absolute;
  top: 0;
  left: 50%;
  width: 10px;
  height: 6px;
  margin-left: -3px;
  background: url(/service/inspection/img/insurance/ico_arrow_01.png) no-repeat;
  background-size: 10px 6px;
  content: "";
 }
  .table-insurance-02 .price span {
   font-weight: normal;
   font-size: 11px;
  }
 .table-insurance-02 .warranty { padding: 12px 5px 25px; }

.table-insurance-02.type-02 th,
.table-insurance-02.type-02 .price {
 padding-top: 2px;
 padding-bottom: 2px;
 color: #088fb9;
}
.table-insurance-02.type-02 .price:after {
 top: -18px;
 background: url(/service/inspection/img/insurance/ico_arrow_02.png) no-repeat;
 background-size: 10px 6px;
}
 .table-insurance-02 .price span {
  font-weight: normal;
  font-size: 11px;
 }

/* ==========================================================
 box
========================================================== */
/* box-inspection-01
---------------------------------------------------------- */
.box-inspection-01 { margin-bottom: 100px; }

@media screen and (max-width: 750px) {
.box-inspection-01 { margin-bottom: 28px; }
}

/* box-insurance-01
---------------------------------------------------------- */
.box-insurance-01 {
 overflow: hidden;
 width: 982px;
 margin: 0 auto;
}
 .box-insurance-01 .box-text-01 {
  float: left;
  width: 442px;
  font-size: 12px;
  line-height: 1.7;
 }
  .box-insurance-01 .box-text-01 .title {
   margin-bottom: 2px;
   font-weight: 500;
   font-size: 13px;
  }
 .box-insurance-01 .box-text-02 {
  float: left;
  width: 468px;
  margin-left: 55px;
  padding: 14px 18px 14px 55px;
  background: url(/service/inspection/img/insurance/ico_insurance_01.png) 15px center no-repeat;
  border: 1px solid #088fb9;
  font-size: 14px;
  line-height: 1.6;
 }


