.merit_list {
  counter-reset: merit_number 0;
  text-align: start;
  border: 1px solid rgba(128, 79, 33, 0.6);
  padding: clamp(20px, 2.93vw, 40px) clamp(16px, 2.93vw, 40px);
}
.merit_list + * {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
.merit_list > dt {
  font-size: clamp(1.8rem, 1.76vw, 2.4rem);
  font-weight: 700;
  position: relative;
  -webkit-padding-start: 1.3em;
          padding-inline-start: 1.3em;
  -webkit-border-after: 1px solid #804f21;
          border-block-end: 1px solid #804f21;
  -webkit-margin-after: 12px;
          margin-block-end: 12px;
  line-height: 1.2;
  -webkit-padding-after: 0.4em;
          padding-block-end: 0.4em;
}
.merit_list > dt::before {
  counter-increment: merit_number 1;
  content: counter(merit_number) ".";
  font-size: 1.1em;
  position: absolute;
  inset: 0 auto auto 0.1em;
  color: #804f21;
}
.merit_list > dd {
  font-size: clamp(1.6rem, 1.32vw, 1.8rem);
  color: #804f21;
  line-height: 1.4;
}
.merit_list > dd + dt {
  -webkit-margin-before: 24px;
          margin-block-start: 24px;
}

.cts_p + .js-scrollable {
  -webkit-margin-before: 16px;
          margin-block-start: 16px;
}
div.torihiki3 {
  position: relative;
  width: 550px;
    text-align: left;
}
div.torihiki3 img.arrow {
  z-index: 5000;
    position: absolute;
    top: 46px;
    left: 185px;
}
div.torihiki3 ul {
    margin-bottom:20px;
}
.torihiki3 ul li:first-child {
  display: inline-block;
  text-align: right;
}
.torihiki3 ul li:nth-child(2) {
  display: inline-block;
  text-align: center;
  padding-bottom: 2px;
}
.torihiki3 ul li:last-child {
  display: inline-block;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  div.torihiki3 {
  width: 750px;
  margin-bottom:20px;
    text-align: left;
}
div.torihiki3 img.arrow {
  width: 13.5%;
  height: auto;
    z-index: 5000;
    position: absolute;
    top: 48px;
    left: 186px;
}
}
@media print, screen and (min-width: 992px) {
  div.torihiki3 {
  width: 950px;
  margin-bottom:20px;
    text-align: left;
}
div.torihiki3 img.arrow {
  width: 17%;
  height: auto;
    z-index: 5000;
    position: absolute;
    top: 53px;
    left: 203px;
}
}
@media print, screen and (min-width: 1200px) {
  div.torihiki3 {
  width: 1140px;
  margin-bottom:20px;
    text-align: left;
}
div.torihiki3 img.arrow {
  width: auto;
  height: auto;
  z-index: 5000;
    position: absolute;
    top: 55px;
    left: 256px;
}
}
.table_basic tr th.r_bold, .table_basic tr td.r_bold {
  border-inline-end-width: 4px;
  position: relative;
  -webkit-padding-end: 4em;
          padding-inline-end: 4em;
}
.table_basic tr th.r_bold .g_price, .table_basic tr td.r_bold .g_price {
  display: block;
  position: absolute;
  inset: 50% 0 auto auto;
  -webkit-transform: translateY(-50%) translateX(50%);
          transform: translateY(-50%) translateX(50%);
  inline-size: -webkit-max-content;
  inline-size: max-content;
  background: #221815;
  color: #fff;
  padding: 0.2em 0.5em;
  border-radius: 4px;
}
.table_basic tr th.r_bold .g_price::after, .table_basic tr td.r_bold .g_price::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #221815 transparent;
  inset: -7.5px auto auto 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.table_basic tr th.l_pd, .table_basic tr td.l_pd {
  -webkit-padding-start: 4em;
          padding-inline-start: 4em;
}

* + .explanation_tx {
  -webkit-margin-before: 24px;
          margin-block-start: 24px;
}

.explanation_tx {
  display: flex;
  inline-size: min(100%, 768px);
  margin-inline: auto;
  -webkit-margin-before: 24px;
          margin-block-start: 24px;
  justify-content: center;
}
.explanation_tx > li {
  inline-size: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.5em;
}
.explanation_tx > li.bg01 {
  background: #675f6a;
  color: #fff;
}
.explanation_tx > li.bg02 {
  background: #947f28;
  color: #fff;
}
.explanation_tx > li .s_ti {
  font-weight: 700;
  font-size: 1.2em;
  line-height: 1.4;
}
.explanation_tx > li p {
  font-size: 1.4em;
}

* + .em_txt {
  -webkit-margin-before: 24px;
          margin-block-start: 24px;
}

.em_txt {
  font-size: clamp(2rem, 2.04vw, 2.8rem);
  color: #695a14;
  line-height: 1.4;
}

.s_table {
  inline-size: 90%;
  margin-inline: auto;
}
.s_table th,
.s_table td {
  padding-block: 0.2em;
  font-size: clamp(1.2rem, 1.02vw, 1.4rem);
}
.s_table th {
  text-align: start;
}
.s_table td {
  text-align: end;
}
.s_table tr:first-of-type th {
  background: #947f28;
  color: #fff;
  padding: 0.2em 0.5em;
  font-size: clamp(1.4rem, 1.17vw, 1.6rem);
}
.s_table tr:last-of-type td {
  -webkit-border-before: 1px solid #947f28;
          border-block-start: 1px solid #947f28;
  color: #947f28;
  font-size: clamp(1.4rem, 1.17vw, 1.6rem);
  font-weight: 700;
}