#subpage .table_type01 {
  background: none;
  table-layout: fixed;
  margin: 0 auto;
}

#subpage .table_type01 tbody {
  background: #f8f8f3;
}

#subpage .table_type01 tbody tr th,
#subpage .table_type01 tbody tr td {
  text-align: center;
  font-weight: 500;
  line-height: 1.5;
}

#subpage .table_type01 tbody tr th small,
#subpage .table_type01 tbody tr td small {
  display: block;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5;
}

#subpage .table_type01 tfoot tr td {
  text-align: right;
  font-size: 1.2rem;
}

#subpage .sec-splitpayment {
  justify-content: center;
}

#subpage .sec-splitpayment h3 {
  margin-bottom: 30px;
}

#subpage .table_type02 {
  width: 100%;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 20px;
}


#subpage .table_type02 th {
  background: #e6e6e6;
  width: 29%;
  border-right: 5px solid #fff;
  font-size: 1.6rem;
  font-weight: normal;
}

#subpage .table_type02 th:last-child {
  border-right: none;
}

#subpage .table_type02 th.wide {
  background: #36b6b9;
  font-size: 1.8rem;
  border: none;
  color: #fff;
}

#subpage .table_type02 tbody td {
  background: #fff;
  padding: 5px 0;
  border-bottom: 1px solid #e6e6e6;
}

#subpage .table_type02 tfoot td {
  text-align: right;
}


@media screen and (max-width: 740px) {
  #subpage .table_type01 {
    margin-bottom: 0;
  }

  #subpage .table_type01 tbody tr th,
  #subpage .table_type01 tbody tr td {
    padding: 10px;
  }

  #subpage .table_type01 tbody tr th small,
  #subpage .table_type01 tbody tr td small {
    font-size: 1rem;
  }

  #subpage .table_type01 tfoot tr td,
  #subpage .table_type02 tfoot tr td {
    font-size: 1rem;
    text-align: left;
  }

  .tbl-txt {
    margin-top: 20px;
  }

  #subpage .table_type02 th {
    font-size: 1.4rem;
  }

  #subpage .table_type02 th.wide {
    font-size: 1.6rem;
  }
}

#subpage .textbox03 .text>small {
  margin: 1em 0;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

#subpage .formula {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
}

#subpage .formula .Term {
  width: calc((100% - 78px) / 4);
  height: 82px;
  border: 1px solid #cd002b;
  background: #f8f8f3;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 1.5rem;
  line-height: 1.45;
  font-weight: 500;
  color: #cd002b;
  font-feature-settings: "palt";
  text-align: center;
}

#subpage .formula .Term small {
  font-size: 1rem;
  padding: 0;
}

#subpage .formula .Term.total {
  background: #cd002b;
  color: #fff;
}

#subpage .formula .Term.total small {
  color: #fff;
}

#subpage .formula .symbol {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #cd002b;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
}

#subpage .formula_text {
  display: block;
  font-size: 1.2rem;
  color: #cd002b;
  font-weight: 400;
  padding-top: 2em;
  font-family: "Noto Sans JP", sans-serif;
}

#subpage section.sec-payment {
  justify-content: center;
}

#subpage section .inner .icon_blk {
  margin-top: 30px;
  text-align: center;
}

@media screen and (max-width: 740px) {
  #subpage .formula {
    padding-top: 10px;
    flex-direction: column;
  }

  #subpage .formula .Term {
    width: 100%;
    height: auto;
    padding: 10px;
    font-size: 1.4rem;
    line-height: 1.45;
  }

  #subpage .formula .Term em small {
    display: inline-block;
    font-size: 1rem;
  }

  #subpage .formula .symbol {
    font-size: 2rem;
    transform: rotate(90deg);
  }
}
#subpage section.sec-info {
  /*margin: 0 auto !important;　*/
}
#subpage section.sec-info .inner {
  margin: 0 auto;
}
#subpage section.sec-info .inner .info-blk {
  margin-bottom: 100px;
}
#subpage section.sec-info .inner .info-blk:last-child {
  margin-bottom: 0;
}
#subpage section.sec-info .inner .subinfo-blk h3 {
  color: #cd002b;
  font-size: 2.6rem;
}
#subpage section.sec-info .inner .subinfo-blk h3,
#subpage section.sec-info .inner .subinfo-blk p {
  text-align: center;
}
#subpage section.sec-info .inner .subinfo-blk p {
  margin: 15px 0 30px;
}
#subpage section.sec-info .inner .info-blk .info-img {
  box-sizing: border-box;
  padding: 0 80px;
}

@media screen and (max-width: 740px) {
  #subpage section.sec-info .inner .info-blk {
    margin-bottom: 70px;
  }
  #subpage section.sec-info .inner .subinfo-blk h3 {
    font-size: 1.8rem;
  }
  #subpage section.sec-info .inner .subinfo-blk p {
    margin: 10px 0 20px;
  }
  #subpage section.sec-info .inner .info-blk .info-img {
    padding: 0 0;
  }
}