.hana_dl_box { /*font-family: "Shippori Mincho", serif;*/ }
.hana_dl_box.price_box > dd > .price_list {
  background-color: #fff8ca;
  position: relative;
  color: #4d443c;
}
.hana_dl_box.price_box > dd > .price_list::before {
  content: "";
  display: block;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f6e464;
  -webkit-mask: url(../../../assets/common/img/back/link02.png) no-repeat top right;
          mask: url(../../../assets/common/img/back/link02.png) no-repeat top right;
}
.hana_dl_box.price_box > dd > .price_list > div {
  position: relative;
  z-index: 2;
}
.hana_dl_box.price_box > dd > .price_list > div > p {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.hana_dl_box.price_box > dd > .price_list > div > dl > dt, .hana_dl_box.price_box > dd > .price_list > div > dl > dd {
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-weight: 700;
}
.hana_dl_box.price_box > dd > p {
  color: white;
  text-align: left;
  margin: 1.5em 0 0;
}
.hana_dl_box.price_box > dd > p > strong > span {
  color: #f6e464;
}
.hana_dl_box.price_box > dd > p > small {
  display: block;
  margin-top: 0.4em;
  font-weight: 500;
}
.hana_dl_box.price_box > dd > .yallow_p {
  color: #f6e464;
  margin: 1em 0 2em;
}

@media (min-width: 768px) {
  .hana_dl_box.price_box > dd > .price_list::before {
    -webkit-mask-size: 200% auto;
            mask-size: 200% auto;
  }
  .hana_dl_box.price_box > dd > .price_list > div {
    display: flex;
    padding: 15px 0;
  }
  .hana_dl_box.price_box > dd > .price_list > div > p {
    width: 33.33%;
    font-size: 2.4rem;
  }
  .hana_dl_box.price_box > dd > .price_list > div > dl {
    width: 33.33%;
    border-left: 2px solid rgba(77, 68, 60, 0.6);
    padding: 0 10px;
  }
  .hana_dl_box.price_box > dd > .price_list > div > dl > dt {
    border-bottom: 2px solid rgba(77, 68, 60, 0.6);
    font-size: 1.8rem;
    padding: 5px 0 10px;
    align-items: center;
    height: 80px;
  }
  .hana_dl_box.price_box > dd > .price_list > div > dl > dt > span {
    line-height: 1.22em;
  }
  .hana_dl_box.price_box > dd > .price_list > div > dl > dt > span > small {
    font-size: 1.2rem;
  }
  .hana_dl_box.price_box > dd > .price_list > div > dl > dd {
    padding: 10px 0;
  }
  .hana_dl_box.price_box > dd > .price_list > div > dl > dd > strong {
    font-size: 4rem;
  }
  .hana_dl_box.price_box > dd > .price_list > div > dl > dd > span {
    font-size: 2.4rem;
  }
  .hana_dl_box.price_box > dd > .price_list > div > dl > dd > small {
    font-size: 1.2rem;
  }
  .hana_dl_box.price_box > dd > .price_list > div > dl.retsu2 {
    width: 66.66%;
  }
  .hana_dl_box.price_box > dd > .price_list + .price_list {
    margin-top: 60px;
  }
  .hana_dl_box.price_box > dd > p {
    font-size: 1.8rem;
  }
  .hana_dl_box.price_box > dd > p > small {
    font-size: 1.44rem;
  }
  .hana_dl_box.price_box > dd > .yallow_p {
    font-size: 1.44rem;
  }
}
@media (max-width: 767px) {
  .hana_dl_box.price_box > dd > .price_list::before {
    -webkit-mask-size: cover;
            mask-size: cover;
  }
  .hana_dl_box.price_box > dd > .price_list > div {
    padding: 0 20px 20px;
  }
  .hana_dl_box.price_box > dd > .price_list > div > p {
    border-bottom: 1px solid rgba(77, 68, 60, 0.6);
    margin: 0 0 10px;
    height: 56px;
    font-size: 1.6rem;
  }
  .hana_dl_box.price_box > dd > .price_list > div > dl {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .hana_dl_box.price_box > dd > .price_list > div > dl::before {
    content: "";
    width: 1px;
    height: 100%;
    display: block;
    background-color: rgba(77, 68, 60, 0.6);
    position: absolute;
    left: 44.16%;
    top: 0;
  }
  .hana_dl_box.price_box > dd > .price_list > div > dl > dt {
    width: calc(44.16% - 10px);
    font-size: 1.1rem;
    padding: 10px 0;
    line-height: 1.2727em;
  }
  .hana_dl_box.price_box > dd > .price_list > div > dl > dt > span > small {
    font-size: 0.8rem;
  }
  .hana_dl_box.price_box > dd > .price_list > div > dl > dd {
    width: calc(55.84% - 10px);
    padding-top: 10px;
  }
  .hana_dl_box.price_box > dd > .price_list > div > dl > dd > strong {
    font-size: 2rem;
  }
  .hana_dl_box.price_box > dd > .price_list > div > dl > dd > span {
    font-size: 1.2rem;
  }
  .hana_dl_box.price_box > dd > .price_list > div > dl > dd > small {
    font-size: 0.8rem;
    transform: translateY(-0.5em);
  }
  .hana_dl_box.price_box > dd > .price_list > div > dl:nth-child(2) > dt, .hana_dl_box.price_box > dd > .price_list > div > dl:nth-child(2) > dd {
    border-bottom: 1px solid rgba(77, 68, 60, 0.6);
  }
  .hana_dl_box.price_box > dd > .price_list > div > dl:nth-child(3) > dd {
    padding-top: 1.5rem;
  }
  .hana_dl_box.price_box > dd > p {
    font-size: 1.1rem;
  }
  .hana_dl_box.price_box > dd > p > small {
    font-size: 0.9rem;
  }
  .hana_dl_box.price_box > dd > .yallow_p {
    font-size: 0.9rem;
  }
}
.box_shadow.tabiwa > dl > dd > p {
  line-height: 1.71em;
}
.box_shadow.tabiwa > dl > dt > span {
  display: block;
}
.box_shadow.net_box > dl > dd > p > strong {
  text-decoration: underline;
  display: block;
  text-underline-offset: 0.3em;
  margin-bottom: 0.3em;
}
.box_shadow.net_box > dl > dd > p > a {
  color: #cf4529;
  text-decoration: underline;
}
.box_shadow.net_box > dl > dd > p > small {
  color: #cf4529;
  display: block;
  margin: 1em 0;
}
.box_shadow > dl > dd > .btn_base {
  font-weight: 700;
}
.box_shadow > dl > dd > .btn_base.b_plus::after {
  background-image: url(../../../assets/common/img/plus.svg);
}

@media (min-width: 768px) {
  .box_shadow.tabiwa > dl > dd > .btn_base {
    margin: 30px auto;
  }
  .box_shadow.tabiwa > dl > dd > p:nth-child(1) {
    font-size: 1.8rem;
  }
  .box_shadow.tabiwa > dl > dd > p:last-child {
    font-size: 1.4rem;
  }
  .box_shadow.net_box > dl > dd > p {
    font-size: 1.8rem;
    line-height: 1.44em;
  }
  .box_shadow.net_box > dl > dd > p > strong {
    line-height: 1.55em;
  }
  .box_shadow.net_box > dl > dd > p > small {
    font-size: 1.44rem;
    line-height: 1.33em;
  }
  .box_shadow.net_box > dl > dd > p > span {
    text-indent: -1em;
    padding-left: 1em;
    display: inline-block;
  }
  .box_shadow.net_box > dl > dd > .btn_base {
    margin: 15px auto 0;
    height: 90px;
  }
  .box_shadow.net_box > dl > dd > .btn_base.b_plus::after {
    height: 20px;
    width: 20px;
    right: 20px;
  }
  .box_shadow.net_box > dl > dd > .btn_base:hover.b_plus::after {
    right: 20px;
  }
}
@media (max-width: 767px) {
  .box_shadow > dl > dd > .btn_base {
    height: 55px;
    text-align: center;
  }
  .box_shadow.tabiwa > dl > dd > .btn_base {
    margin: 30px auto;
  }
  .box_shadow.tabiwa > dl > dd > p:nth-child(1) {
    font-size: 1.3rem;
  }
  .box_shadow.tabiwa > dl > dd > p:last-child {
    font-size: 1rem;
  }
  .box_shadow.tabiwa > dl > dt {
    text-align: center;
  }
  .box_shadow.tabiwa > dl > dt > span {
    text-align: center;
  }
  .box_shadow.net_box > dl > dd > p {
    font-size: 1.3rem;
  }
  .box_shadow.net_box > dl > dd > p > small {
    font-size: 1rem;
  }
  .box_shadow.net_box > dl > dd > .btn_base {
    margin: 20px auto 30px;
  }
  .box_shadow.net_box > dl > dd > .btn_base.b_plus::after {
    height: 15px;
    width: 15px;
    right: 10px;
  }
  .box_shadow.net_box > dl > dd > .btn_base:hover.b_plus::after {
    right: 10px;
  }
}
.b_gray {
  text-align: center;
}
.b_gray > span {
  flex-direction: column;
}
.b_gray::after {
  content: none !important;
}
.b_gray:hover::before {
  bottom: -5px;
  left: -5px;
}

@media (min-width: 768px) {
  .b_gray small {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .b_gray small {
    font-size: 1rem;
  }
}
.under_y {
  text-decoration: underline;
  text-decoration-thickness: 0.4em;
  text-decoration-color: #f6e464;
  text-underline-offset: -0.2em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  position: relative;
  text-align: center;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 2rem;
  line-height: 1.8em;
}
.under_y::before, .under_y::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 4px;
  height: 6rem;
  background: #4d443c;
}
.under_y::before {
  transform: rotate(-30deg);
}
.under_y::after {
  transform: rotate(30deg);
}

@media (min-width: 768px) {
  .under_y {
    font-size: 1.7rem;
    margin-bottom: 20px;
  }
  .under_y::before {
    left: -20px;
  }
  .under_y::after {
    right: -20px;
  }
  .m30 {
    margin: 30px auto !important;
  }
}
@media (max-width: 767px) {
  .under_y {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  .under_y::before, .under_y::after {
    width: 3px;
  }
  .under_y::before {
    left: 0px;
  }
  .under_y::after {
    right: 0px;
  }
}/*# sourceMappingURL=buy_2603.css.map */