/* 共通 */

.top-sec {
  padding-top: 120px;
}
.bottom-sec {
  padding-bottom: 150px;
}
.blue-section,
.white-section {
  position: relative;
  padding: 150px 0;
}
.blue-section:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(25deg, #006496, #82aebc);
  position: absolute;
  top: 0;
  left: 0;
  transform: skewY(-5deg);
}
.white-section:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transform: skewY(-5deg);
}
.btn-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
.btn a,
button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 420px;
  height: 60px;
  color: #fff;
  background-color: #00c5dc;
  margin: 0 auto;
}
button {
  padding: 0 40px;
}
.table {
  width: 100%;
  padding-top: 45px;
  padding-bottom: 135px;
  position: relative;
  z-index: 2;
}

.table table {
  width: 100%;
}
.table th,
.table td {
  font-weight: 500;
  line-height: 28px;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #006496;
  padding: 30px 20px;
}

.table th {
  background-color: #eafafc;
  color: #006496;
  text-align: center;
}

.table td {
  background-color: #fff;
  color: #4b4b4b;
}

.table td ul {
  text-align: left;
  padding: 0;
}

.table td ul li {
  text-indent: -27px;
  padding-left: 27px;
}

.table td ul li:not(:last-child) {
  padding-bottom: 15px;
}

.table thead th:first-child {
  width: 12%;
}

.table thead th + th {
  width: 29%;
  background-color: #006496;
  color: #fff;
  border-right: 0;
  border-left: 1px solid #fff;
}

.aki .table th,
.aki .table td {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .table {
    padding-top: 100px;
  }
  .table-scroll {
    overflow-x: scroll;
    margin-bottom: 20px;
  }
  .table table {
    width: max-content;
  }
  .aki .table th:first-of-type {
    width: 30%;
  }
  .bottom-sec {
    padding-bottom: 100px;
  }
}

.index {
  position: relative;
  padding: 180px 0 250px;
}
.index .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 115px 95px;
}

.index .box .col {
  position: relative;
}

.index .box h3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc(100% - 145px);
  min-height: 106px;
  font-weight: 900;
  font-size: 25px;
  line-height: 35px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.index .box h3:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 10px;
  background-color: #fff;
  transform: skewX(-10deg);
  z-index: -1;
}

.index .box h3 small {
  font-size: 22px;
}

.index .box .btn {
  width: 155px;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.1em;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
}

.index .box .btn span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 106px;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.index .box .btn span:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 10px;
  background-color: #006496;
  transform: skewX(-10deg);
  z-index: -1;
}

.index .box .btn span:after {
  content: "";
  width: 84px;
  height: 13px;
  background: url("../img/common/btn-arrow-wh.png") no-repeat center/100% auto;
  display: block;
  margin: 5px auto 0;
}

.index .box .col > a {
  display: block;
}

.index .box .col > a:hover {
  transform: translate(5px, 5px);
}

.menkai table {
  margin-top: 20px;
}
.menkai .notice {
  padding-bottom: 120px;
}
.menkai .notice ul {
  margin-top: 40px;
}
.menkai .notice ul li {
  padding-top: 30px;
}
.menkai .notice ul li::before {
  content: "■ ";
}
.menkai .notice ul li p {
  color: #4b4b4b;
  font-size: 18px;
  padding-top: 10px;
}
.sp-br {
  display: none;
}

@media screen and (max-width: 767px) {
  .index {
    padding: 100px 0;
  }
  .index .box {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  .index .box h3 {
    width: calc(100% - 95px);
    min-height: 80px;
    font-size: 16px;
    line-height: 24px;
    padding-right: 5px;
  }
  .index .box .btn {
    width: 100px;
    font-size: 14px;
    line-height: 20px;
  }
  .index .box .btn span {
    min-height: 80px;
  }
  .index .box .btn span:after {
    width: 60px;
    height: 9px;
  }
  .menkai table {
    width: 100%;
  }
  .menkai table th,
  .menkai table td {
    display: block;
    width: auto;
  }
  .menkai .notice ul li p {
    font-weight: 100;
  }
  .sp-br {
    display: block;
  }
}

/* 料金表タブ */
/*タブ切り替え全体のスタイル*/
.tabs {
  background-color: #fff;
  margin: 0 auto 50px;
  font-family: "Zen Kaku Gothic New";
}

/*タブのスタイル*/
.tab_item {
  width: calc(100% / 4);
  border-bottom: 3px solid #006496;
  border-right: 1px solid #006496;
  background-color: #eafafc;
  font-size: 1.2rem;
  text-align: center;
  color: #006496;
  display: block;
  float: left;
  font-weight: bold;
  transition: all 0.2s ease;
  cursor: pointer;
  padding: 15px;
}
.tab_item:last-of-type {
  border-right: none;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 30px 40px;
  clear: both;
  overflow: hidden;
}

/*選択されているタブのコンテンツのみを表示*/
#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content,
#tab3:checked ~ #tab3_content,
#tab4:checked ~ #tab4_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #006496;
  color: #fff;
}

.tabs .tbl_form {
  width: 80%;
  margin: auto;
  border-collapse: separate;
  border-spacing: 0 20px;
}

.tabs .tbl_form tr th,
.tabs .tbl_form tr td {
  font-size: 25px;
}

.tabs .tbl_form tr th {
  background-color: #006496;
  color: #fff;
  width: 30%;
  padding: 10px;
}
.tabs .tbl_form tr td {
  text-align: center;
}
.tabs .tbl_form tr td select {
  border: 2px solid #006496;
  width: 100%;
  text-align: center;
  color: #006496;
  font-weight: 500;
  -webkit-appearance: none;
  appearance: none;
  padding: 10px;
}

.tabs .tbl_form tr td {
  position: relative;
}
.tabs .tbl_form tr td::after {
  content: "";
  position: absolute;
  top: 25%;
  right: 16px;
  width: 12px;
  height: 12px;
  border-right: 2px solid #006496;
  border-bottom: 2px solid #006496;
  transform: rotate(45deg);
}
.fcRed {
  color: red;
}
.price .total {
  display: flex;
  justify-content: space-between;
  width: 40%;
  margin: auto;
  font-size: 25px;
  font-weight: 500;
  padding-top: 20px;
}
.price .total label {
  color: #000;
  font-size: 28px;
}
.price form .btn {
  padding-top: 30px;
}

.price button {
  width: 50%;
  background-color: #006496;
  border: none;
  font-size: 25px;
}

.price .price_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  padding-top: 120px;
}

.price .price_list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 420px;
  height: 60px;
  color: #fff;
  background-color: #00c5dc;
  margin: 0 auto;
}
.price .price_list li a::before {
  content: "";
  width: 26px;
  height: 31px;
  background: url(../img/service/icon-doc.png) no-repeat center top / cover;
}
.price .simulation,
.price .fee,
.price .kitei,
.price .juuyou{
  position: relative;
  margin-bottom: 120px;
  padding-top: 0;
}
.price .simulation::before,
.price .kitei::before {
  content: "";
  background-color: #dce7ea;
  width: 100%;
  height: 120%;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: skewY(-5deg);
}
.price .fee::before,
.price .juuyou::before {
  content: "";
  background-color: #fff;
  width: 100%;
  height: 120%;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: skewY(-5deg);
}
.situation{
  width: 100%;
  margin: 0 auto;
}
.situation table tr th,
.situation table tr td{
  text-align: center;
}
.situation table tr th{
  width: 70px;
}
span.marker{
  background: linear-gradient(transparent 70%, #ff0 30%);
}
/* =================================スマホ関連=========================================== */
@media screen and (max-width: 767px) {
  .tab_item {
    width: calc(100% / 2);
  }
.situation{
  width: 100%;
}
}
