@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/inter-v20-latin-700.woff2") format("woff2");
}
.fnt-inter {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .d__flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  .jus {
    justify-content: space-between;
  }
}
h2, h3, h4, h5 {
  font-weight: 700;
}
.fz12 {
  font-size: 12px;
}
.fz14 {
  font-size: 14px;
}
.fz18 {
  font-size: 18px;
}
.fz20 {
  font-size: 20px;
}
.fz22 {
  font-size: 22px;
}
.fz24 {
  font-size: 24px;
}
.txt-right {
  text-align: right;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.cl-dardRed {
  color: #861C3C;
}
.table2Column {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px;
}
.table2Column p {
  width: 47%;
}
.price-category.wrap {
  max-width: 1150px;
  padding-top: 130px;
}
.price-category {
  padding-bottom: 150px;
}
.price-columns {
  display: flex;
  gap: 2rem;
  margin-top: 0;
}
.price-columns .price_column {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 2rem 2rem 3rem;
  background-color: #F3F4FA;
}
.price-columns .price_column h3 {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  padding-bottom: .5rem;
  margin-bottom: .5rem;
  min-height: 5.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
  color: #861C3C;
  border-bottom: 2px solid #861C3C;
}
.price-columns ul {
  padding-top: 1rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex-grow: 1;
}
.price-columns ul li {
  display: block;

  border: 1px solid #861C3C;
  background-color: #FFFFFF;
  border-radius: 50px;
  text-align: center;
  font-weight: 700;
  position: relative;
  font-size: 16px;
}
.price-columns ul li img {
  position: absolute;
  top: 45%;
  right: 10%;
  width: 12px;
  height: 7px;
}
.price-columns ul li a {
  display: block;
  font-weight: 700;
  padding-top: 14px;
  padding-bottom: 14px;
}
.heading__icon {
  padding-left: 20px;
  position: relative;
  font-size: 18px;
  color: #000000;
}
.heading__icon::before {
  content: "";
  background: #861C3C;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 8px;
  left: 0;
}
.icon__dotted {
  position: relative;
  padding-left: 20px;
}

.dotted {
  display: inline-block;
   position: relative;
   padding-left: 10px;
}
.dotted::before {
  content: "";
  background: #000000;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 0;

}

.icon__dotted::before {
  content: "";
  background: #000000;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 8px;
  left: 0;
}
.heading__num {
  margin-bottom: 10px;
}
.heading__num span {
  display: inline-block;
  margin-right: 5px;
}
.free-plan-heading-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  background: #861C3C;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  text-align: center;
  height: 47px;
}
.free-plan-heading-wrapper .fee_plan-abc-new-wrapper {
  width: 49px;
  background: #413C39;
  font-size: 24px;
  font-weight: 700;
}
.free-plan-heading-wrapper .fee_plan_midasi-wrap {
  font-size: 16px;
  font-weight: 700;
  width: calc(100% - 49px);
}
.free-plan-heading-wrapper .fee_plan-abc-new {
  height: 47px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fee_plan_text-wrap {
  padding: 15px;
  font-size: 14px;
  line-height: 26px;
}
.fee-naiyo_plan-wrap ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.fee-naiyo_plan-wrap ul li {
  width: 348px;
}
.headding__h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.headding__h3 span {
  display: block;
  font-weight: 700;
}
.fee_plan_hyo1 {
  text-align: center;
  width: 100%;
}
.fee_plan_hyo1 thead th {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  padding: 8px 10px;
}
.fee_plan_hyo1 thead .hyo1-left {
  background: #413C39;
}
.fee_plan_hyo1 thead .hyo1-right {
  background: #861C3C;
}
.fee_plan_hyo1 tbody td {
  background: #FFFFFF;
  border: 2px solid #DDDDDD;
  font-size: 14px;
  padding: 8px 5px;
}
.fee_plan_hyo1 tbody .hyo1-td-left-03 {
  font-weight: 700;
  background: #861C3C;
  color: #fff;
}
.fee_plan_hyo1 tbody .hyo1-td-left {
  background: #F3F4FA;
}
.fee_plan_hyo2 {
  text-align: center;
  width: 100%;
}
.fee_plan_hyo2 thead th {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  padding: 15px 30px;
  line-height: 24px;
  text-align: left;
  border: 1px solid #DDDDDD;
}
.fee_plan_hyo2 thead .hyo1-left {
  background: #413C39;
}
.fee_plan_hyo2 tbody td {
  background: #FFFFFF;
  border: 2px solid #DDDDDD;
  font-size: 14px;
  padding: 8px 0;
}
.fee_plan_hyo2 tbody .hyo1-td-left {
  background: #F3F4FA;
  font-weight: 700;
  font-size: 18px;
  padding: 15px 30px;
  text-align: left;
}
.text-center {
  text-align: center;
}
.fw700 {
  font-weight: 700;
}
.text__c {
  font-size: 14px;
  line-height: 26px;
}
.text__c2 {
  font-size: 15px;
  line-height: 28px;
}
.text__c3 {
  font-size: 12px;
  line-height: 20px;
}
.fee__row.row-3, .fee__row.row-2, .fee__row.row-1 {
  position: relative;
  padding-bottom: 100px;
  margin-bottom: 100px;
}
.fee__row.row-3::after, .fee__row.row-2::after, .fee__row.row-1::after {
  content: "";
  border-bottom: 1px solid #413C39;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  right: 0;
  width: 105vw;
  opacity: .6;
}
.fee__row.row-3 .text, .fee__row.row-2 .text, .fee__row.row-1 .text {
  font-size: 15px;
  line-height: 28px;
}
.fee__row.row-2 .text {
  line-height: 26px;
}
.fee__group .text-3 {
  font-size: 15px;
  line-height: 28px;
}
.fee__row.row-4 .heading__h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.fee__row.row-5 .heading__icon {
  font-size: 20px;
  margin-bottom: 50px;
}
.cloud_introduce-fee ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.cloud_introduce-fee ul li:nth-child(2), .cloud_introduce-fee ul li:nth-child(1) {
  width: 386px;
  position: relative;
}
.cloud_introduce-fee ul li:nth-child(2)::after, .cloud_introduce-fee ul li:nth-child(1)::after {
  content: "";
  background: url("../images/price/feetable_plus.png") no-repeat center;
  width: 16px;
  height: 16px;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
}
.cloud_introduce-fee ul li:nth-child(3) {
  width: 800px;
  margin-right: -30px;
}
.fee_plan_hyo3 {
  width: 100%;
}
.fee_plan_hyo3 thead th, .fee_plan_hyo3 thead td {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  font-weight: 700;
  color: #fff;
  border: 1px solid #DDDDDD;
}
.fee_plan_hyo3 thead th {
  width: 70%;
  background: #606060;
  padding-left: 40px;
  padding-right: 40px;
  text-align: left;
}
.fee_plan_hyo3 thead td {
  width: 30%;
  background: #861C3C;
}
.fee_plan_hyo3 tbody th, .fee_plan_hyo3 tbody td {
  border: 2px solid #DDDDDD;
  padding: 12px 0;
  text-align: center;
  font-size: 14px;
}
.fee_plan_hyo3 tbody th small, .fee_plan_hyo3 tbody td small {
  font-size: 12px;
  line-height: 24px;
  display: block;
}
.fee_plan_hyo3 tbody .td_text_left {
  padding-left: 40px;
  padding-right: 40px;
  text-align: left;
}
.fee_chushaku_wrap li {
  position: relative;
  font-size: 12px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fee_chushaku_wrap li .fee_chushaku_kome {
  min-width: 25px;
}
/*row 9*/
.row-9__group {
  position: relative;
}
.row-9__group h2 {
  margin-bottom: 30px;
}
.row-9__group .text-1 {
  margin-bottom: 30px;
}
.row-9__group .num {
  color: #861C3C;
  font-size: 22px;
  margin-bottom: 5px;
}
.row-9__group h3 {
  margin-bottom: 10px;
}
.row-9__group h3 span {
  display: inline-block;
  margin-right: 5px;
}
.row-9__group h3 small {
  color: #606060;
  font-size: 18px;
}
.row-9__group-item-9 h3, .row-9__group-item-5 h3, .row-9__group-item-1 h3 {
  border-bottom: 2px solid #861C3C;
  padding-bottom: 10px;
}
.row-9__group-item-9 .text-2, .row-9__group-item-5 .text-2, .row-9__group-item-1 .text-2 {
  margin-bottom: 20px;
}
.row-9__group-item-4 .d__flex {
  flex-wrap: wrap;
  gap: 20px;
}
.row-9__group-item-4 .d__flex .item {
  width: 48%;
}
.row-9__group-item-4 .d__flex .item h4 {
  font-size: 18px;
  color: #606060;
  margin-bottom: 10px;
}
.row-9__group-item-4 .text-1 {
  font-size: 15px;
  line-height: 30px;
  padding-top: 10px;
}
.row-9__group-item-5 h3 {
  margin-bottom: 20px;
}
.row-9__group-item-9 h3, .row-9__group-item-6 h3 {
  margin-bottom: 20px;
}
.row-9__group-item-9 .table17 .table17__item {
  max-width: 879px;
  margin-left: auto;
  margin-right: auto;
}
.row-9__group-item-9 .table17 .table17__item dl {
  width: 386px;
}
.row-9__group-item-9 .table17 .table17__item .icon {
  margin: 0 43px;
}
.row-5__table {
  width: 533px;
  margin: 0 auto;
}
/*TABLE*/
.bgdark {
  background: rgba(65, 60, 57, 0.8);
  color: #fff;
}
.bgdarkLight {
  background: #413c39;
  color: #fff;
}
.table01 {
  background: #F3F4FA;
  width: 100%;
}
.table01 thead th {
  font-size: 16px;
  text-align: center;
  padding: 5px 0;
  color: #fff;
  border: 1px solid #fff;
  background: #413C39;
  font-weight: 700;
}
.table01 tbody td {
  border: 1px solid #fff;
  padding: 20px;
  font-size: 14px;
  line-height: 31px;
  vertical-align: middle;
}
.table01 tbody td:last-child {
  text-align: center;
}
.table01 tbody td:last-child span {
  display: block;
  font-size: 20px;
  font-weight: 700;
}
.table02 thead tr th {
  padding: 20px;
  text-align: left;
  border: 1px solid #DDDDDD;
  font-weight: 700;
}
.table02 tbody th {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  padding: 40px 0;
}
.table02 tbody th, .table02 tbody td {
  border: 2px solid #DDDDDD;
}
.table02 tbody td {
  padding: 20px 20px 60px 40px;
  vertical-align: top;
}
.table02 tbody td ol {
  font-size: 14px;
  line-height: 26px;
}
.table02 tbody td ol li {
  list-style-type: decimal;
}
.table03 {
  width: 100%;
}
.table03 thead th {
  font-size: 16px;
  text-align: center;
  padding: 5px 0;
  color: #fff;
  background: #413C39;
  font-weight: 700;
}
.table03 tbody th {
  background: #F3F4FA;
}
.table03 tbody th, .table03 tbody td {
  border: 2px solid #DDDDDD;
  text-align: center;
  padding: 5px 0;
}
.table04 {
  width: 100%;
}
.table04 thead th {
  font-size: 18px;
  text-align: center;
  padding: 5px 0;
  color: #fff;
  background: #413C39;
  font-weight: 700;
}
.table04 tbody td {
  border: 1px solid #DDDDDD;
  padding: 20px 0;
  vertical-align: middle;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 18px;
  gap: 20px;
  text-align: left;
}
.table05 {
  width: 100%;
}
.table05 thead th {
  font-size: 18px;
  text-align: center;
  padding: 5px 0;
  color: #fff;
  background: #413C39;
  font-weight: 700;
}
.table05 tbody th, .table05 tbody td {
  border: 2px solid #DDDDDD;
  font-size: 14px;
  text-align: center;
  padding: 5px 0;
}
.table05 tbody th {
  font-weight: 700;
  background: #F3F4FA;
}
.table05 tbody small {
  font-size: 13px;
  line-height: 15px;
  display: block;
}
.bgdard {
  background: #606060;
  color: #fff;
}
.bgdardBlack {
  background: #413C39;
  color: #fff;
}


.bgRed {
  background: #861C3C;
  color: #fff;
}
.scrollTable {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.scrollTable__in {
  width: 1110px;
}
.scrollTable img {
  display: block;
}
.table17 .table17__item {
  align-items: center;
}
.table17 .table17__item dl {
  width: 327px;
  text-align: center;
}
.table17 .table17__item dl dt {
  font-size: 25px;
  line-height: 1;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  background: #861C3C;
}
.table17 .table17__item dl dd {
  border: 1px solid #DDDDDD;
  font-size: 18px;
  padding: 20px 0;
  font-weight: 700;
}
.table17 .table17__item .icon {
  width: 22px;
  margin: 0 10px;
}
.table18 table {
  width: 100%;
}
.table18 table th {
  width: 65%;
  background: #EFEFEF;
  font-weight: 700;
}
.table18 table th, .table18 table td {
  border: 1px solid #DDDDDD;
  font-size: 18px;
  padding: 12px 0;
  text-align: center;
}
.table19 table {
  background: #fff;
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  line-height: 22px;
}
.table19 table thead th {
  font-size: 17px;
  padding: 12px 0;
  text-align: center;
  font-weight: 700;
}
.table19 table tbody th, .table19 table tbody td {
  padding: 12px 0;
}
.table19 table tbody th {
  background: #EFEFEF;
  border: 2px solid #DDDDDD;
  font-size: 15px;
}
.table19 table tbody td {
  border: 2px solid #DDDDDD;
  background: #fff;
  font-size: 14px;
}
.table20 table {
  background: #fff;
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  line-height: 22px;
}
.table20 table thead th {
  font-size: 17px;
  padding: 12px 0;
  text-align: center;
  font-weight: 700;
}
.table20 table thead th:last-child {
  width: 25%;
}
.table20 table tbody th, .table20 table tbody td {
  padding: 12px 0;
}
.table20 table tbody th {
  background: #EFEFEF;
  border: 2px solid #DDDDDD;
}
.table20 table tbody td {
  border: 2px solid #DDDDDD;
  background: #fff;
}
.table21 table {
  background: #ddd;
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  line-height: 22px;
}
.table21 table thead th {
  background: #861C3C;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border: 1px solid #DDDDDD;
  font-weight: 700;
  padding: 12px 0;
}
.table21 table tbody th, .table21 table tbody td {
  padding: 20px 0;
}
.table21 table tbody th {
  background: #EFEFEF;
  border: 2px solid #DDDDDD;
}
.table21 table tbody td {
  border: 2px solid #DDDDDD;
  background: #fff;
}
.percent-50 thead th {
  width: 50%;
}
.percent-25 thead th {
  width: 25%;
}
.percent-20 thead th {
  width: 20%;
}
.percent-10 thead th {
  width: 10%;
}
.percent-33 thead th {
  width: 33.333%;
}
/*row 10*/
.row-10__group h2 {
  background: #ECECEC;
  border-bottom: 5px solid #861C3C;
  font-size: 32px;
  font-weight: 700;
  padding: 30px;
  margin-bottom: 20px;
}
.row-10__group .text-1 {
  margin-bottom: 40px;
}
.row-10__group h3 span {
  margin-right: 5px;
  display: inline-block;
}
.row-10__group-item-1 {
  width: 533px;
  margin-bottom: 100px;
}
.row-10__group-item-2 {
  margin-bottom: 100px;
}
.row-10__group-item-2 h3 {
  margin-bottom: 10px;
}
.row-10__group-item-3 {
  margin-bottom: 120px;
}
.row-10__group-item-3 h3 {
  margin-bottom: 40px;
}
.row-10__group-item-3 .table21 table thead th {
  width: 25%;
}
.row-10__group-item-3 .table21 table tbody th, .row-10__group-item-3 .table21 table tbody td {
  font-size: 14px;
}
.row-10__group-item-4 {
  margin-bottom: 120px;
}
.row-10__group-item-4 h4 {
  margin-bottom: 50px;
}
.row-10__group-item-4 .text-1 {
  margin-bottom: 40px;
}
.row-10__group-item-5 {
  margin-bottom: 100px;
}
.row-10__group-item-5 h3 {
  margin-bottom: 10px;
}
.row-10__group-item-6 {
  margin-bottom: 100px;
  font-size: 14px;
}
.row-10__group-item-6 h3 {
  margin-bottom: 30px;
}
.row-10__group-item-7 {
  margin-bottom: 100px;
  font-size: 14px;
}
.row-10__group-item-7 h3 {
  margin-bottom: 30px;
}
.row-10__group-item-8 {
  font-size: 14px;
}
.row-10__group-item-8 h3 {
  margin-bottom: 30px;
}
.table10 .ttl, .table2Column2 .ttl {
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  padding: 20px 0;
  background: #413C39;
}
.table10 .item, .table2Column2 .item {
  width: 48%;
}
.table10 dl, .table2Column2 dl {
  padding: 20px;
  font-size: 16px;
  line-height: 28px;
}
.table10 dl dt, .table2Column2 dl dt {
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
  font-size: 19px;
}
.table10 dl dd {
  font-size: 14px;
  line-height: 24px;
}
.table10 dl dd span {
  display: block;
  padding-top: 20px;
}
.table11 .d__flex {
  gap: 20px;
}
.table11 dl {
  font-size: 16px;
  line-height: 28px;
  width: 327px;
  box-sizing: border-box;
  border: 1px solid #DDDDDD;
}
.table11 dl dt {
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  padding: 20px 0;
  background: #861C3C;
}
.table11 dl dd {
  padding: 20px;
  font-size: 10px;
  line-height: 18px;
}
.table12 {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
  width: 95%;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #DDDDDD;
}
.table12 h3 {
  font-size: 32px;
  color: #fff;
  padding: 20px 0;
  font-weight: 700;
  background: #413C39;
}
.table12 dl {
  padding-top: 30px;
  width: 474px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.table12 dl dt {
  color: #fff;
  background: #861C3C;
  font-size: 24px;
  padding: 10px 0;
  font-weight: 700;
  margin-bottom: 20px;
}
.table12 dl dd {
  color: #861C3C;
  font-weight: 700;
}
.table12 dl dd span {
  font-size: 42px;
  display: inline-block;
  margin-right: 10px;
  font-weight: 700;
}
.table13 {
  padding: 0 10px;
}
.table13__row-1 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 50px;
}
.table13__row-1::after {
  content: "";
  background: url("../images/price/icon_polygon01.png") no-repeat center;
  background-size: 100% auto;
  width: 68px;
  height: 28px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.table13__row-2 {
  margin-left: 20px;
  margin-right: 20px;
  text-align: center;
}
.table13__row-2 .table13__ttl2 {
  font-size: 16px;
  line-height: 1;
  padding: 10px 0;
  background: #F3F4FA;
  font-weight: 700;
}
.table13__row-2 .text {
  font-weight: 700;
  font-size: 15px;
  padding-top: 10px;
}
.table13__row-2 .text span {
  display: block;
  font-size: 18px;
  font-weight: 700;
}
.table13__col {
  width: 349px;
}
.table13__col .table13__ttl {
  background: #861C3C;
  color: #fff;
  padding: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.table13__col .table13__ttl span {
  font-size: 32px;
  margin-right: 20px;
}
.table13__col .table13__inside {
  padding: 20px 20px;
}
.table13__col .table13__inside .table13__txt-1 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 20px;
}
.table13__col .table13__inside .table13__txt-1 span {
  display: block;
  font-size: 18px;
  color: #861C3C;
  font-weight: 700;
}
.table13__col .table13__inside dl {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  text-align: center;
}
.table13__col .table13__inside dl dt {
  font-size: 16px;
  line-height: 1;
  padding: 10px 0;
  background: #F3F4FA;
  font-weight: 700;
}
.table13__col .table13__inside dl dd {
  font-size: 22px;
  font-weight: 700;
  padding-top: 10px;
}
.table13__col .table13__inside dl + dl {
  margin-top: 20px;
}
.table14 {
  margin-left: 20px;
  margin-right: 20px;
  border: 1px solid #DDDDDD;
  padding: 40px 40px;
}
.table14 h3 {
  font-weight: 700;
  text-align: center;
  line-height: 37px;
  margin-bottom: 20px;
  font-size: 21px;
}
.table14 .text-1 {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 20px;
}
.table14 .table14__flex {
  gap: 5px;
}
.table14 .table14__flex dl {
  width: 50%;
  background: #F3F4FA;
  text-align: center;
}
.table14 .table14__flex dl dt {
  background: #861C3C;
  padding: 15px 0;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}
.table14 .table14__flex dl dd {
  padding: 20px;
  font-weight: 700;
}
.table14 .table14__flex dl dd span {
  font-size: 42px;
  font-weight: 700;
  margin-right: 10px;
  display: inline-block;
}
.table14 .table14__flex dl dd small {
  font-size: 20px;
}
.table14 .text-2 {
  font-size: 14px;
  line-height: 24px;
}
.row-8__group-1 .ttl-1 {
  text-align: center;
  font-size: 16px;
}
.table15 {
  border: 1px solid #DDDDDD;
  padding: 30px 0;
}
.table15 p {
  max-width: 950px;
  margin: 0 auto;
  padding: 0 20px;
}
.table16 {
  border: 1px solid #DDDDDD;
  padding: 30px 0;
}
.table16 .table16__item {
  max-width: 950px;
  margin: 0 auto;
  padding: 0 20px;
}
.table16 .table16__item + .table16__item {
  margin-top: 30px;
}
table tbody tr:first-child th, table tbody tr:first-child td {
  border-top-width: 1px !important;
}
table tbody tr th:first-child, table tbody tr td:first-child {
  border-left-width: 1px !important;
}
table tbody tr th:last-child, table tbody tr td:last-child {
  border-right-width: 1px !important;
}
table tbody tr:last-child th, table tbody tr:last-child td {
  border-bottom-width: 1px !important;
}
@media screen and (max-width: 767px) {
  .fz20 {
    font-size: 18px;
  }
  .fz22 {
    font-size: 20px;
  }
  .fz24 {
    font-size: 22px;
  }
  .mb40 {
    margin-bottom: 30px !important;
  }
  .mb50 {
    margin-bottom: 40px !important;
  }
  .mb100 {
    margin-bottom: 70px !important;
  }
  .table2Column {
    gap: 40px;
  }
  .table2Column p {
    width: 100%;
  }
  .price-category {
    padding-bottom: 100px;
  }
    .price-category.wrap {
      padding-top: 102px;
    }
  .price-columns {
    flex-wrap: wrap;
  }

  .price-columns .price_column {
    padding: 1rem 1rem 2rem;
  }
  .price-columns .price_column h3 {
    min-height: 4.5rem;
    border-width: 1px;
  }
  .price-columns ul li a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .fee_plan_text-wrap {
    padding: 15px;
  }
  .fee-naiyo_plan-wrap ul {
    display: block;
  }
  .fee-naiyo_plan-wrap ul li {
    width: 100%;
  }
  .fee_plan_hyo1 tbody td {
    border-width: 1px;
  }
  .fee_plan_hyo2 {
    text-align: center;
    width: 100%;
  }
  .fee_plan_hyo2 thead th {
    font-size: 15px;
    padding: 10px 15px;
  }
  .fee_plan_hyo2 tbody td {
    border-width: 1px;
    padding: 8px 5px;
  }
  .fee_plan_hyo2 tbody .hyo1-td-left {
    font-size: 16px;
    padding: 10px 15px;
  }
  .fee__row.row-3, .fee__row.row-2, .fee__row.row-1 {
    padding-bottom: 70px;
    margin-bottom: 70px;
  }
  .fee__row.row-5 .heading__icon {
    margin-bottom: 30px;
  }
  .cloud_introduce-fee ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
  }
  .cloud_introduce-fee ul li:nth-child(2), .cloud_introduce-fee ul li:nth-child(1) {
    width: 57%;
  }
  .cloud_introduce-fee ul li:nth-child(2)::after, .cloud_introduce-fee ul li:nth-child(1)::after {
    width: 20px;
    height: 20px;
    right: auto;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
  }
  .cloud_introduce-fee ul li:nth-child(3) {
    width: auto;
    margin-right: 0;
  }
  .fee_plan_hyo3 thead th {
    padding-left: 20px;
    padding-right: 20px;
  }
  .fee_plan_hyo3 thead td {
    width: 40%;
  }
  .fee_plan_hyo3 tbody th, .fee_plan_hyo3 tbody td {
    border: 1px solid #DDDDDD;
    padding: 8px 5px;
  }
  .fee_plan_hyo3 tbody .td_text_left {
    padding-left: 20px;
    padding-right: 20px;
  }
  .fee_chushaku_wrap li {
    position: relative;
    font-size: 12px;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .fee_chushaku_wrap li .fee_chushaku_kome {
    min-width: 25px;
  }
  /*row 9*/
  .row-9__group {
    position: relative;
  }
  .row-9__group h2 {
    margin-bottom: 30px;
  }
  .row-9__group .text-1 {
    margin-bottom: 30px;
  }
  .row-9__group .num {
    color: #861C3C;
    font-size: 22px;
    margin-bottom: 5px;
  }
  .row-9__group h3 {
    margin-bottom: 10px;
  }
  .row-9__group h3 span {
    display: inline-block;
    margin-right: 5px;
  }
  .row-9__group h3 small {
    color: #606060;
    font-size: 18px;
  }
  .row-9__group-item-9 h3, .row-9__group-item-5 h3, .row-9__group-item-1 h3 {
    border-bottom: 2px solid #861C3C;
    padding-bottom: 10px;
  }
  .row-9__group-item-9 .text-2, .row-9__group-item-5 .text-2, .row-9__group-item-1 .text-2 {
    margin-bottom: 20px;
  }
  .row-9__group-item-4 .d__flex {
    flex-wrap: wrap;
    gap: 20px;
  }
  .row-9__group-item-4 .d__flex .item {
    width: 100%;
  }
  .row-9__group-item-4 .d__flex .item h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .row-9__group-item-4 .d__flex .item + .item {
    margin-top: 30px;
  }
  .row-9__group-item-4 .text-1 {
    font-size: 15px;
    line-height: 30px;
  }
  .row-9__group-item-5 h3 {
    margin-bottom: 20px;
  }
  .row-9__group-item-9 h3, .row-9__group-item-6 h3 {
    margin-bottom: 20px;
  }
  .row-9__group-item-9 .table17 .table17__item dl {
    width: auto;
  }
  .row-9__group-item-9 .table17 .table17__item .icon {
    margin: 20px auto;
  }
  .row-5__table {
    width: auto;
  }
  /*TABLE*/
  .table01 thead th {
    padding: 5px;
  }
  .table01 tbody td {
    padding: 15px;
    line-height: 28px;
  }
  .table01 tbody td:last-child span {
    font-size: 18px;
  }
  .table02 thead tr th {
    padding: 10px;
    line-height: 1.5;
    font-size: 13px;
  }
  .table02 tbody th {
    font-size: 18px;
    padding: 30px 5px;
  }
  .table02 tbody th, .table02 tbody td {
    border-width: 1px;
  }
  .table02 tbody td {
    padding: 15px 15px 30px 30px;
  }
  .table03 thead th {
    padding: 5px;
  }
  .table03 tbody th, .table03 tbody td {
    border-width: 1px;
    padding: 5px;
  }
  .table04 thead th {
    font-size: 16px;
    padding: 5px;
  }
  .table04 tbody td {
    padding: 20px 10px;
    gap: 20px;
  }
  .table05 thead th {
    font-size: 16px;
    padding: 5px;
  }
  .table05 tbody th, .table05 tbody td {
    border-width: 1px;
    padding: 5px;
  }
  .scrollTable__in {
    width: 750px;
  }
  .table17 .table17__item {
    align-items: center;
  }
  .table17 .table17__item dl {
    width: auto;
  }
  .table17 .table17__item dl dt {
    font-size: 20px;
  }
  .table17 .table17__item dl dd {
    font-size: 17px;
    padding: 10px 10px;
  }
  .table17 .table17__item .icon {
    margin: 20px auto;
  }
  .table18 table th {
    width: 65%;
  }
  .table18 table th, .table18 table td {
    font-size: 16px;
    padding: 12px 8px;
  }
  .table19 table thead th {
    font-size: 16px;
    padding: 12px 8px;
  }
  .table19 table tbody th, .table19 table tbody td {
    padding: 12px 8px;
  }
  .table19 table tbody th {
    border-width: 1px;
  }
  .table19 table tbody td {
    border-width: 1px;
  }
  .table20 table thead th {
    font-size: 15px;
  }
  .table20 table tbody th, .table20 table tbody td {
    padding: 12px 0;
  }
  .table20 table tbody th {
    border-width: 1px;
  }
  .table20 table tbody td {
    border-width: 1px;
  }
  .table21 table thead th {
    font-size: 18px;
  }
  .table21 table tbody th {
    border-width: 1px;
  }
  .table21 table tbody td {
    border-width: 1px;
  }
  /*row 10*/
  .row-10__group h2 {
    border-width: 3px;
    font-size: 28px;
    padding: 20px;
    margin-bottom: 15px;
  }
  .row-10__group .text-1 {
    margin-bottom: 30px;
  }
  .row-10__group-item-1 {
    width: auto;
    margin-bottom: 70px;
  }
  .row-10__group-item-2 {
    margin-bottom: 70px;
  }
  .row-10__group-item-3 {
    margin-bottom: 80px;
  }
  .row-10__group-item-3 h3 {
    margin-bottom: 30px;
  }
  .row-10__group-item-3 .table21 table thead th {
    width: 25%;
  }
  .row-10__group-item-3 .table21 table tbody th, .row-10__group-item-3 .table21 table tbody td {
    font-size: 14px;
  }
  .row-10__group-item-4 {
    margin-bottom: 80px;
  }
  .row-10__group-item-4 h4 {
    margin-bottom: 40px;
  }
  .row-10__group-item-4 .text-1 {
    margin-bottom: 30px;
  }
  .row-10__group-item-5 {
    margin-bottom: 70px;
  }
  .row-10__group-item-5 h3 {
    margin-bottom: 10px;
  }
  .row-10__group-item-6 {
    margin-bottom: 70px;
  }
  .row-10__group-item-6 h3 {
    margin-bottom: 20px;
  }
  .row-10__group-item-7 {
    margin-bottom: 70px;
  }
  .row-10__group-item-7 h3 {
    margin-bottom: 20px;
  }
  .row-10__group-item-8 h3 {
    margin-bottom: 20px;
  }
  .table10 .ttl, .table2Column2 .ttl {
    font-size: 16px;
    padding: 15px 0;
  }
  .table10 .item, .table2Column2 .item {
    width: 100%;
  }
  .table10 dl, .table2Column2 dl {
    padding: 15px;
    font-size: 14px;
    line-height: 1.6;
  }
  .table10 dl dt, .table2Column2 dl dt {
    font-size: 16px;
  }
  .table10 dl dd {
    font-size: 14px;
    line-height: 24px;
  }
  .table10 dl dd span {
    padding-top: 20px;
  }
  .table11 dl {
    font-size: 15px;
    line-height: 1.6;
    width: auto;
  }
  .table11 dl dt {
    font-size: 18px;
    padding: 15px 5px;
  }
  .table11 dl dd {
    padding: 15px;
    font-size: 10px;
  }
  .table11 dl + dl {
    margin-top: 10px;
  }
  .table12 {
    width: 100%;
  }
  .table12 h3 {
    font-size: 26px;
    padding: 20px 10px;
  }
  .table12 dl {
    padding-top: 30px;
    width: 90%;
    padding-bottom: 30px;
  }
  .table12 dl dt {
    font-size: 20px;
  }
  .table12 dl dd span {
    font-size: 38px;
    margin-right: 2px;
  }
  .table13 {
    padding: 0 10px;
  }
  .table13__row-1 {
    margin-bottom: 20px;
    padding-bottom: 40px;
  }
  .table13__row-1::after {
    width: 47px;
    height: 21px;
    bottom: 18px;
  }
  .table13__row-2 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .table13__row-2 .table13__ttl2 {
    font-size: 15px;
  }
  .table13__row-2 .text {
    font-size: 14px;
  }
  .table13__row-2 .text span {
    font-size: 17px;
  }
  .table13__col {
    width: auto;
    margin-bottom: 20px;
  }
  .table13__col .table13__ttl {
    padding: 15px;
  }
  .table13__col .table13__ttl span {
    font-size: 28px;
    margin-right: 15px;
  }
  .table13__col .table13__inside {
    padding: 15px 0px;
  }
  .table13__col .table13__inside .table13__txt-1 {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .table13__col .table13__inside .table13__txt-1 span {
    font-size: 16px;
  }
  .table13__col .table13__inside dl dt {
    font-size: 15px;
  }
  .table13__col .table13__inside dl dd {
    font-size: 20px;
  }
  .table13__col .table13__inside dl + dl {
    margin-top: 15px;
  }
  .table14 {
    margin-left: 0px;
    margin-right: 0px;
    padding: 20px;
  }
  .table14 h3 {
    line-height: 1.8;
    font-size: 18px;
  }
  .table14 .text-1 {
    line-height: 21px;
    margin-bottom: 20px;
  }
  .table14 .table14__flex {
    gap: 5px;
  }
  .table14 .table14__flex dl {
    width: 100%;
  }
  .table14 .table14__flex dl dt {
    color: #fff;
    font-size: 20px;
  }
  .table14 .table14__flex dl dd {
    padding: 20px;
    font-weight: 700;
  }
  .table14 .table14__flex dl dd span {
    font-size: 38px;
  }
  .table14 .table14__flex dl dd small {
    font-size: 18px;
  }
  .table15 {
    padding: 0;
    border: none;
  }
  .table15 p {
    padding: 0;
  }
  .table16 {
    border: 1px solid #DDDDDD;
    padding: 30px 0;
  }
  .table16 .table16__item {
    padding: 0 10px;
  }
  .table16 .table16__item + .table16__item {
    margin-top: 30px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
	.price-columns {
		gap: 1rem;
	}
	.price-columns .price_column {
		padding: 2rem 1rem 2rem;
	}
	.price-columns ul li {
		font-size: 15px;
	}
	.fee-naiyo_plan-wrap ul li {
		width: 32%;
	}
	.scrollTable__in {
		width: 100%;
	}
	.free-plan-heading-wrapper .fee_plan_midasi-wrap {
		font-size: 13px;
	}
	
.free-plan-heading-wrapper .fee_plan-abc-new-wrapper {
    width: 35px;
    font-size: 20px;
}
	.free-plan-heading-wrapper .fee_plan_midasi-wrap {
		width: calc(100% - 34px);
	}
	.free-plan-heading-wrapper .fee_plan-abc-new,
	.free-plan-heading-wrapper {
		height: 38px;
	}
	.cloud_introduce-fee ul li:nth-child(2)::after, .cloud_introduce-fee ul li:nth-child(1)::after {
		right: -5px;
	}
	.table2Column {
		gap: 2vw;
	}
.fee_plan_hyo2 thead th {
    font-size: 15px;
    padding: 15px;
}
	.table13__col .table13__ttl span {
		font-size: 32px;
		margin-right: 10px;
		min-width: 45px;
	}
	.table13__col {
		width: 32%;
	}
	.table13__col .table13__ttl {
		padding: 15px;
	}
}















