@charset "utf-8";

/*
  File Name   : fee.css
  Description : コンテンツエリア関係 他
*/

/* sect-fee-contract
============================================================ */
.sect-fee-contract {
  padding: 0 0 40px;
}
.fee-contract__title {
  padding-bottom: 15px;
  border-bottom: 4px solid #4298d4;
  font-size: 36px;
  font-weight: bold;
}
.fee-contract__item {
  margin-top: 30px;
}
.fee-contract__item + .fee-contract__item {
  margin-top: 85px;
}
.fee-contract__item__title {
  color: #003b76;
  font-size: 30px;
  font-weight: bold;
}
.fee-contract__item__desc {
  margin-top: 8px;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.4;
}
.fee-contract__item__table {
  width: 100%;
  margin-top: 15px;
  table-layout: fixed;
}
.fee-contract__item.-rules .fee-contract__item__table {
  max-width: 560px;
}
.fee-contract__item.-insurance .fee-contract__item__table {
  max-width: 840px;
}
.fee-contract__item.-insurance .fee-contract__item__table.-table2 {
  max-width: 1130px;
  margin-top: 85px;
}
.fee-contract__item.-subsidy .fee-contract__item__table {
  max-width: 560px;
}
.fee-contract__item__table th,
.fee-contract__item__table td {
  padding: 12px 5px;
  border: 1px solid #ccc;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 1.4;
  text-align: center;
  vertical-align: middle;
}
.fee-contract__item__table thead th {
  background: #003b76;
  color: #fff;
  font-weight: bold;
}
.fee-contract__item__table thead th span {
  display: inline-block;
}
.fee-contract__item__table tbody th {
  font-weight: normal;
}
.fee-contract__item__table tbody tr:nth-child(even) th,
.fee-contract__item__table tbody tr:nth-child(even) td {
  background: #e6e6e6;
}
.fee-contract__item__table tbody th span,
.fee-contract__item__table tbody td span {
  display: inline-block;
}
.fee-contract__item__note {
  margin-top: 10px;
  padding-left: 1em;
  letter-spacing: 2px;
  line-height: 1.4;
  text-indent: -1em;
}
.fee-contract__item__plan {
  margin-top: 35px;
}
.fee-contract__item__plan__title {
  position: relative;
  padding-left: 1em;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1.7px;
}
.fee-contract__item__plan__title::before {
  content: "";
  position: absolute;
  top: calc((1em / 2) + 2px);
  left: 0;
  width: calc(1em - 2px);
  height: calc(1em - 2px);
  transform: translateY(-50%);
  border-radius: 100vmax;
  background-color: #4298d4;
  line-height: 1;
}
.fee-contract__item__plan__title small {
  display: inline-block;
}
.fee-contract__item__plan__desc {
  margin-top: 8px;
  font-size: 20px;
  letter-spacing: 0;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 961px) {
  .sect-fee-contract {
    padding: 0 0 20px;
  }
  .fee-contract__title {
    padding-bottom: 10px;
    font-size: 26px;
  }
  .fee-contract__item {
    margin-top: 20px;
  }
  .fee-contract__item + .fee-contract__item {
    margin-top: 45px;
  }
  .fee-contract__item__title {
    font-size: 20px;
  }
  .fee-contract__item__desc {
    font-size: 16px;
    line-height: 1.6;
  }
  .fee-contract__item__table {
    margin-top: 10px;
  }
  .fee-contract__item.-insurance .fee-contract__item__table.-table2 {
    margin-top: 45px;
  }
  .fee-contract__item__table th,
  .fee-contract__item__table td {
    padding: 8px 5px;
    font-size: 16px;
    line-height: 1.6;
  }
  .fee-contract__item__note {
    line-height: 1.6;
  }
  .fee-contract__item__plan {
    margin-top: 25px;
  }
  .fee-contract__item__plan__title {
    font-size: 20px;
  }
  .fee-contract__item__plan__desc {
    font-size: 16px;
  }
}
@media screen and (max-width: 481px) {
  .fee-contract__item.-contract .fee-contract__item__table th,
  .fee-contract__item.-contract .fee-contract__item__table td {
    padding: 8px 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 361px) {
  .fee-contract__item__table th,
  .fee-contract__item__table td {
    padding: 8px 0;
    font-size: 14px;
  }
  .fee-contract__item.-contract .fee-contract__item__table th,
  .fee-contract__item.-contract .fee-contract__item__table td {
    font-size: 12px;
  }
}

/* sect-fee-spot
============================================================ */
.sect-fee-spot {
  padding: 40px 0 80px;
}
.fee-spot__title {
  padding-bottom: 15px;
  border-bottom: 4px solid #4298d4;
  font-size: 36px;
  font-weight: bold;
}
.fee-spot__item {
  margin-top: 30px;
}
.fee-spot__item + .fee-spot__item {
  margin-top: 100px;
}
.fee-spot__item__title {
  color: #003b76;
  font-size: 30px;
  font-weight: bold;
}
.fee-spot__item__title small {
  display: inline-block;
  font-size: 26px;
}
.fee-spot__item__table {
  width: 100%;
  max-width: 760px;
  margin-top: 15px;
}
.fee-spot__item__table th,
.fee-spot__item__table td {
  padding: 12px 5px;
  border: 1px solid #ccc;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 1.4;
  text-align: center;
  vertical-align: middle;
}
.fee-spot__item__table thead th {
  background: #003b76;
  color: #fff;
  font-weight: bold;
}
.fee-spot__item__table thead th.-content,
.fee-spot__item__table thead th.-fee2 {
  width: auto;
}
.fee-spot__item__table thead th.-fee {
  width: 210px;
}
.fee-spot__item__table thead th.-deposit {
  width: 190px;
}
.fee-spot__item__table thead th span {
  display: inline-block;
}
.fee-spot__item__table tbody th {
  padding-left: 15px;
  font-weight: normal;
  text-align: left;
}
.fee-spot__item__table tbody th.-center {
  text-align: center;
}
.fee-spot__item__table tbody tr:nth-child(even) th,
.fee-spot__item__table tbody tr:nth-child(even) td {
  background: #e6e6e6;
}
.fee-spot__item__table tbody th span,
.fee-spot__item__table tbody td span {
  display: inline-block;
}
.fee-spot__item__note {
  margin-top: 10px;
  padding-left: 1em;
  letter-spacing: 2px;
  line-height: 1.4;
  text-indent: -1em;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 961px) {
  .sect-fee-spot {
    padding: 20px 0 40px;
  }
  .fee-spot__title {
    padding-bottom: 10px;
    font-size: 26px;
  }
  .fee-spot__item {
    margin-top: 20px;
  }
  .fee-spot__item + .fee-spot__item {
    margin-top: 50px;
  }
  .fee-spot__item__title {
    font-size: 20px;
  }
  .fee-spot__item__title small {
    font-size: 16px;
  }
  .fee-spot__item__table {
    margin-top: 10px;
  }
  .fee-spot__item__table th,
  .fee-spot__item__table td {
    padding: 8px 5px;
    font-size: 16px;
    line-height: 1.6;
  }
  .fee-spot__item__table thead th.-fee {
    width: 125px;
  }
  .fee-spot__item__table thead th.-deposit {
    width: 95px;
  }
  .fee-spot__item__table tbody th {
    padding-left: 10px;
  }
  .fee-spot__item__note {
    line-height: 1.6;
  }
}
@media screen and (max-width: 361px) {
  .fee-spot__item__table th,
  .fee-spot__item__table td {
    padding: 8px 0;
    font-size: 14px;
  }
}
