@charset "UTF-8";
/* CSS Document */

/*top*/
.section-top-img {
  background:url("../img/about/about_top.png")no-repeat center/cover;
  width: 100%;
  height: 300px;
  position: relative;
}
.section-top-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(109, 109, 109, 0.25);
}
.section-top-img h2 {
  font-size: 4.0rem;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 45%;
}
@media(max-width: 480px) {
  .section-top-img {
    background:url("../img/about/about_top_mobile.png")no-repeat center/cover;
    height: 150px;
  }
  .section-top-img h2 {
    font-size: 2.4rem;
    top: 43%;
    left: 38%;
  }
}
/*パンクズリスト*/
.list  {
  width: 1040px;
  margin: 20px auto 0;
  font-size: 1.5rem;
}
.list a {
  color: #EE7800;
}
@media(max-width: 480px) {
  .list  {
  width: 335px;
  margin: 20px auto 0;
}
}
.section_insurance {
  width: 1040px;
  margin: 0 auto;
}
.section_insurance h2 {
  position: relative;
  padding-left: 10px;
  font-size: 2.4rem;
  margin: 80px 0;
}
.section_insurance h2:before{
  content: "";
  display: inline-block;
  position: absolute;
  top:0;
  left: 0;
  bottom: -7px;
  width: 7px;
  height: 100%;
  border-radius: 5px;
  background: rgba(238, 120, 0, 0.3);
}
.price-list, .price-list_1 {
  display: inline-block;
  vertical-align: top;
  margin-right: 100px; 
}

.price_1 {
  border-collapse: collapse;
  width: 100%; 
}

.price_1 th{
  color: #fff;
  font-size: 2.0rem;
  font-weight: bold;
  padding: 20px 60px 20px 40px; /* セルの余白 */
  border: 1px solid #fff; 
  text-align: left; 
}
.price_1 td {
  font-size: 2.0rem;
  font-weight: bold;
  padding: 20px 40px 20px 40px; /* セルの余白 */
  border: 1px solid #78635C; 
  text-align: left; 
}

.price_1 th {
  background-color: #78635C; 
  border-left: 1px solid #78635C;
  border-right: 1px solid #78635C;
}
h3 {
  position: relative;
  margin-bottom: 30px;
  font-size: 2.0rem;
}

h3::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #532A18;
}

.price_1 td {
  background-color: #fff; 
}
.price_1 th:first-child {
  border-top: 1px solid #78635C;
}
@media(max-width: 480px){
  .section_insurance {
    width: 375px;
    margin: 0 auto;
}
  .section_insurance h2 {
    margin: 60px 20px;
    width: 335px;
}
  .price-list, .price-list_1 {
    display: block;
    width: 335px;
    margin-left: 20px;
    margin-right: 0;
  }
  .price-list_1 {
    margin-top: 60px;
  }
  .price_1 th {
    padding: 20px 10px 20px 30px;
  }
  .price_1 td {
    padding: 20px 20px 20px 20px;
  }
}


.premium-price {
  width: 1040px;
  margin: 0 auto;
}
.premium-price h2 {
  position: relative;
  padding-left: 10px;
  font-size: 2.4rem;
  margin: 100px 0 60px;
}
.premium-price h2:before{
  content: "";
  display: inline-block;
  position: absolute;
  top:0;
  left: 0;
  bottom: -7px;
  width: 7px;
  height: 100%;
  border-radius: 5px;
  background: rgba(238, 120, 0, 0.3);
}
.premium_list {
  width: 500px; 
}

.premium_list th{
  color: #fff;
  font-size: 2.0rem;
  font-weight: bold;
  padding: 20px 20px 20px 40px; /* セルの余白 */
  border: 1px solid #fff; 
  text-align: left; 
}
.premium_list td {
  font-size: 2.0rem;
  font-weight: bold;
  padding: 20px 30px 20px 40px; /* セルの余白 */
  border: 1px solid #78635C; 
  text-align: left; 
}

.premium_list th {
  background-color: #78635C; 
  border-left: 1px solid #78635C;
  border-right: 1px solid #78635C;
}
.premium_list th:first-child {
  border-top: 1px solid #78635C;
}
.premium_list br {
  display: none;
}
@media(max-width: 480px) {
  .premium-price {
    width: 375px;
  }
  .premium-price h2 {
     margin: 60px 20px;
    width: 335px;
  }
  .premium_list br {
  display: block;
}
  .premium_list {
    width: 335px;
    margin: 0 20px;
  }
  .premium_list th{
    padding: 20px 20px 10px 40px;
  }
  .premium_list td {
    padding: 20px 0px 20px 30px;
  } 
}
.cost-list {
  width: 1040px;
  margin: 0 auto 60px;
}
.cost-list h2 {
  position: relative;
  padding-left: 10px;
  font-size: 2.4rem;
  margin: 100px 0 40px;
}
.cost-list h2:before{
  content: "";
  display: inline-block;
  position: absolute;
  top:0;
  left: 0;
  bottom: -7px;
  width: 7px;
  height: 100%;
  border-radius: 5px;
  background: rgba(238, 120, 0, 0.3);
}
.price {
  font-weight: bold;
}
.cash {
  width: 1040px;
  margin: 80px auto;
}
.cost-list p br {
  display: none;
}
@media(max-width: 480px) {
  .cost-list {
    width: 335px;
  }
  .cost-list h2 {
    margin: 60px 0 30px;
    width: 335px;
  } 
  .cost-list p {
    margin: 0 10px;
    width: 335px;
  }
  .cost-list p br {
  display: block;
}
  .price {
    margin: 0 20px;
    width: 335px;
  }
  .cash {
    width: 335px;
  }
}
