@charset "UTF-8";

body {
  color: #4a4a4a;
  font-family: "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "HiraKakuProN-W3",
    "Noto Sans JP", sans-serif;
}

.pc-block {
  display: none;
}

.sp-block {
  display: block;
}

@media screen and (min-width: 768px) {
  .pc-block {
    display: block;
  }

  .sp-block {
    display: none;
  }
}

.text--center {
  text-align: center;
}

.text--marker {
  background: linear-gradient(transparent 60%, #FFE5D2 0%);
  display: inline;
  padding: 0 1px 0px;
}

.text--orange {
  color: #FF8C34;
}

[data-ruby] {
  position: relative;
}

[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  margin: auto;
}

.text--ruby rt {
  display: none;
}

.h2-sec__ttl-txt {
  font-size: 6.933vw;
  line-height: 1.308;
  font-weight: bold;
  text-align: center;
  padding-top: 8vw;
  position: relative;
}

.h2-sec__ttl-txt::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  width: 20.8vw;
  height: 6.933vw;
  background-image: url('../images/icon_bicycle.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.cv__inr {
  margin-left: auto;
  margin-right: auto;
}

.cv__ttl_txt {
  text-align: center;
  font-weight: bold;
}

.cv_btn__wrp {
  display: flex;
  justify-content: space-between;
}

.cv_btn {
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  display: block;
  box-sizing: border-box;
}

.cv_btn--bycle {
  background-color: #EA5409;
}

.cv_btn--bycle:hover {
  background-color: #FC5B0B;
}

.cv_btn--byclebest {
  background-color: #047CD8;
}

.cv_btn--byclebest:hover {
  background-color: #008EFC;
}

.cv_btn__txt {
  display: block;
}

.cv_btn__sub_txt {
  font-weight: bold;
  text-align: center;
  display: inline-block;
  background-color: #FFFFFF;
}

.cv_btn--bycle .cv_btn__sub_txt {
  color: #EA5409;
}

.cv_btn--byclebest .cv_btn__sub_txt {
  color: #047CD8;
}

.cv_btn .text--ruby::before {
  font-weight: bold;
  text-align: center;
  top: -1em;
  left: 0;
  right: 0;
  margin: auto;
}

.caution_list__txt {
  font-size: 2.667vw;
  line-height: 1.7;
  padding-left: 18px;
  position: relative;
}

.caution_list__txt::before {
  content: "※";
  display: block;
  width: 1em;
  height: 1.4em;
  position: absolute;
  top: 0;
  left: 0;
}

.caution_list__txt:nth-of-type(n+2) {
  margin-top: 2.667vw;
}

.cmn-txt {
  font-size: 3.733vw;
  line-height: 1.429;
}

.cmn-acd__wrp {
  border: solid 1px #cbcdd7;
  border-radius: 1.067vw;
}

.cmn-acd__ttl {
  font-size: 4.8vw;
  line-height: 1.333;
  font-weight: bold;
  text-align: center;
  background-color: #fffde1;
  padding: 5.333vw 6.4vw;
  position: relative;
  border-radius: 1.067vw;
}

.cmn-acd__ttl::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url("../images/icon_acc_plus.png");
  background-size: contain;
  background-repeat: no-repeat;
  right: 6.4vw;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 4.27vw;
  height: 4.27vw;
}

.cmn-acd__wrp:not(.is-open) {
  box-shadow: 0px 0.8vw 0px 0px #f0efe0;
}

.cmn-acd__wrp.is-open .cmn-acd__ttl {
  border-radius: 1.067vw 1.067vw 0 0;
}

.cmn-acd__wrp.is-open .cmn-acd__ttl::after {
  background-image: url(../images/icon_acc_minus.png);
  width: 4.27vw;
  height: 0.53vw;
  right: 6.4vw;
  top: 0;
  bottom: 0;
  margin: auto;
}

.cmn-acd__cnt {
  display: none;
  border-top-style: solid;
  border-top-color: #cbcdd7;
  border-top-width: 1px;
  padding: 8vw 4.8vw;
}

@media screen and (max-width:767px) {
  .kv_cv__wrp .cv_btn__wrp {
    width: 90.4vw;
    margin-left: auto;
    margin-right: auto;
  }

  .kv_cv__wrp .cv_btn__wrp+.caution_list {
    width: 90.4vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.667vw;
  }

  .cv__ttl_txt {
    font-size: 4.267vw;
    line-height: 1.750;
    margin-bottom: 1.333vw;
  }

  .cv__wrp {
    border-top: solid 1px #CBCDD7;
    padding-top: 6.667vw;
    margin-top: 8vw;
  }

  .cv_btn {
    border-radius: 2.667vw;
    font-size: 3.733vw;
    line-height: 1;
    padding: 2.133vw 0 2.667vw;
  }

  .cv_btn--bycle {
    width: 38.667vw;
    border: 1px solid #BA4307;
    box-shadow: 0px 0.8vw 0px #BA4307;
  }

  .cv_btn--byclebest {
    width: 49.067vw;
    border: 1px solid #0563AA;
    box-shadow: 0px 0.8vw 0px #0563AA;
  }

  .cmn-acd__cnt .cv_btn--bycle {
    width: 34.667vw;
  }

  .cmn-acd__cnt .cv_btn--byclebest {
    width: 43.467vw;
  }

  .cmn-acd__cnt .cv_btn__txt {
    letter-spacing: -.1em;
  }

  .cv_btn__sub_txt {
    font-size: 2.667vw;
    line-height: 1;
    border-radius: 2.4vw;
    padding: 0.8vw 2.133vw;
    margin-bottom: 3.733vw;
  }

  .cv_btn__txt .text--ruby {
    letter-spacing: 0;
  }

  .cv_btn .text--ruby::before {
    font-size: 2.667vw;
    line-height: 1;
  }

  .cv_btn__wrp+.caution_list {
    margin-top: 3.2vw;
  }
}

@media screen and (min-width: 768px) {
  .caution_list__txt {
    font-size: 14px;
  }

  .caution_list__txt:nth-of-type(n+2) {
    margin-top: 10px;
  }

  .cmn-txt {
    font-size: 18px;
    line-height: 1.556;
  }

  .cv__inr {
    max-width: 775px;
  }

  .cv__ttl_txt {
    font-size: 28px;
    line-height: 1.6;
    margin-bottom: 18px;
  }

  .cv__wrp {
    border-top: solid 1px #CBCDD7;
    padding-top: 38px;
    margin-top: 50px;
  }

  .cv_btn {
    border-radius: 10px;
    font-size: 28px;
    line-height: 1;
    padding: 15px 0 20px;
  }

  .cv_btn--bycle {
    width: 380px;
    border: 1px solid #BA4307;
    box-shadow: 0px 3px 0px #BA4307;
  }

  .cv_btn--byclebest {
    width: 380px;
    border: 1px solid #0563AA;
    box-shadow: 0px 3px 0px #0563AA;
  }

  .cv_btn__sub_txt {
    font-size: 20px;
    line-height: 1;
    border-radius: 15px;
    padding: 4px 14px 5px;
    margin-bottom: 26px;
  }

  .cv_btn .text--ruby::before {
    font-size: 14px;
    line-height: 1;
  }

  .cv_btn__wrp+.caution_list {
    margin-top: 20px;
    text-align: center;
  }

  .cv_btn__wrp+.caution_list .caution_list__txt {
    display: inline-block;
  }

  .caution_list__txt {
    font-size: 14px;
    line-height: 1.786;
    padding-left: 18px;
  }

  .cmn-acd__wrp {
    border: solid 1px #CBCDD7;
    border-radius: 4px;
  }

  .cmn-acd__ttl {
    font-size: 24px;
    line-height: 1.333;
    padding: 24px 40px;
    border-radius: 4px;
    cursor: pointer;
  }

  .cmn-acd__ttl::after {
    right: 40px;
    width: 16px;
    height: 16px;
  }

  .cmn-acd__wrp.is-open .cmn-acd__ttl::after {
    right: 40px;
    width: 16px;
    height: 2px;
  }

  .cmn-acd__wrp:not(.is-open) {
    box-shadow: 0px 3px 0px 0px #F0EFE0;
  }

  .cmn-acd__wrp.is-open .cmn-acd__ttl {
    border-radius: 4px 4px 0 0;
  }

  .cmn-acd__cnt {
    padding: 39px 89px;
  }
}

@media screen and (max-width: 1085px) {
  .detail-list .cmn-acd__cnt .cv_btn--bycle {
    width: 34.667vw;
    margin-right: 15px;
  }

  .detail-list .cmn-acd__cnt .cv_btn--byclebest {
    width: 43.437vw;
  }
}

/* header */
.header {
  background-color: #ffffff;
  padding: 3.467vw 3.2vw 3.2vw;
}

.header img {
  width: 28vw;
}

@media screen and (min-width: 768px) {
  .header {
    padding: 20px 0 20px 70px;
    max-width: 1336px;
    margin-left: auto;
    margin-right: auto;
  }

  .header img {
    width: 125px;
  }
}

/* kv */
.kv_caution__lst_itm {
  font-size: 2.4vw;
  padding-left: 2.5em;
  color: #4a4a4a;
  position: relative;
}

.kv_caution__lst_itm:not(:first-child) {
  margin-top: 2.13vw;
}

.kv_caution__lst_itm::before {
  display: block;
  width: 2em;
  position: absolute;
  top: 0;
  left: 0;
}

.kv_caution__lst_itm:first-child::before {
  content: "※1";
}

.kv_caution__lst_itm:nth-child(2)::before {
  content: "※2";
}

@media screen and (max-width:767px) {
  .kv_caution__lst {
    margin: 12px 18px 20px 18px;
  }
}

@media screen and (min-width:768px) {
  .kv {
    max-width: 1366px;
    margin: 0 auto;
  }

  .kv_caution__lst {
    max-width: 1336px;
    margin: 12px auto 40px;
    padding-left: 70px;
  }

  .kv_caution__lst_itm {
    font-size: 14px;
  }

  .kv_caution__lst_itm:nth-of-type(2) {
    margin-top: 8px;
  }
}

/* main */
.sec__ttl h2 {
  font-size: 6.93vw;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  position: relative;
  padding-top: 8vw;
}

.sec__ttl h2::before {
  content: "";
  background-image: url(/pc/bycle/obligation-23/images/icon_bicycle.png);
  background-size: contain;
  width: 20.8vw;
  height: 6.93vw;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.sec__ttl p {
  font-size: 3.73vw;
  font-weight: bold;
  line-height: 1.429;
  text-align: center;
  margin-top: 4.267vw;
}

@media screen and (max-width:767px) {
  .sec__inr {
    margin: 0 4.8vw;
    padding: 10.67vw 0;
  }
}

@media screen and (min-width:768px) {
  .sec__inr {
    max-width: 1086px;
    margin: 0 auto;
    padding: 80px 0;
  }

  .sec__inr--inr {
    max-width: 775px;
    margin: 0 auto;
  }

  .sec__ttl h2 {
    font-size: 40px;
    padding-top: 57px;
  }

  .sec__ttl h2::before {
    width: 114px;
    height: 38px;
  }

  .sec__ttl p {
    font-size: 18px;
    line-height: 1.333;
    margin-top: 30px;
  }
}

/* menu */
.menu {
  background-color: #f7f6f5;
}

.menu__h2 {
  font-size: 4.8vw;
  font-weight: bold;
  text-align: center;
}

.menu__itm a {
  background-color: #fff;
  border: 2px solid #ff8c34;
  border-radius: 10px;
  box-shadow: 0px 3px 0px 0px #ff8c34;
  padding: 19px 0;
  font-weight: bold;
  text-align: center;
  position: relative;
  display: block;
  width: 100%;
}

.menu__itm a:hover {
  background-color: #FFFDE1;
}

.menu__itm span {
  color: #ff8c34;
}

.menu__itm a::after {
  content: "";
  background-image: url(/pc/bycle/obligation-23/images/icon_menu.png);
  background-size: contain;
  width: 11px;
  height: 6.5px;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
  background-repeat: no-repeat;
}

.menu__down-arrow {
  width: 0;
  height: 0;
  border-left: 4.67vw solid transparent;
  border-right: 4.67vw solid transparent;
  border-top: 3.73vw solid #ff8c34;
  margin: 4.27vw auto;
}

@media screen and (max-width:767px) {
  .menu__itm:not(:first-child) {
    margin-top: 12px;
  }
}

@media screen and (min-width:768px) {
  .menu__h2 {
    font-size: 24px;
  }

  .menu__lst {
    max-width: 775px;
    margin: 0 auto;
  }

  .menu__lst ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .menu__itm {
    width: 49.03%;
  }

  .menu__itm a {
    padding: 18px 0;
    font-size: 18px;
  }

  .menu__itm:nth-of-type(n+3) {
    margin-top: 12px;
  }

  .menu__down-arrow {
    border-left: 17.5px solid transparent;
    border-right: 17.5px solid transparent;
    border-top: 14px solid #ff8c34;
    margin: 16px auto;
  }
}

/* map */
.map {
  background-color: #fffde1;
}

.map img {
  width: 100%;
}

.map__lead {
  font-size: 4.27vw;
  font-weight: bold;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 8.53vw 0 5.87vw;
}

.map__lead::before,
.map__lead::after {
  content: "";
  background-size: contain;
  width: 5.87vw;
  height: 9.6vw;
  display: inline-block;
}

.map__lead::before {
  margin-right: 15px;
  background-image: url(/pc/bycle/obligation-23/images/lead-line_left.png);
}

.map__lead::after {
  margin-left: 15px;
  background-image: url(/pc/bycle/obligation-23/images/lead-line_right.png);
}

@media screen and (min-width:768px) {
  .map__lead {
    font-size: 20px;
    margin: 37px 0 33px;
  }

  .map__lead::before,
  .map__lead::after {
    width: 22px;
    height: 36px;
  }

  .map img {
    max-width: 600px;
    margin: 0 auto;
  }
}

/* why */
.why__lead {
  border: 2px solid #ff8c34;
  border-radius: 4px;
  margin: 8.53vw 0 10.67vw;
}

.why__lead--txt {
  font-size: 4.27vw;
  font-weight: bold;
  position: relative;
  padding: 4.27vw 0 4.27vw 14.3vw;
  line-height: 1.43;
}

.why__lead--txt::before {
  content: "";
  background-image: url(/pc/bycle/obligation-23/images/icon_warning.png);
  background-size: contain;
  width: 7.73vw;
  height: 6.7vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 4.27vw;
}

.why__case--lead {
  text-align: center;
}

.why__case--lead-main {
  font-size: 5.33vw;
  font-weight: bold;
  text-decoration: underline;
  text-decoration-thickness: 0.75em;
  text-decoration-color: #ffe5d2;
  text-underline-offset: -0.4em;
  text-decoration-skip-ink: none;
}

.why__case--lead-sub {
  font-size: 3.73vw;
  font-weight: bold;
  margin-top: 4.53vw;
}

.why__case--lead-note {
  font-size: 2.67vw;
  margin-top: 2.13vw;
}

.case__ttl {
  color: #ff8c34;
  font-size: 4.27vw;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.case__ttl::before,
.case__ttl::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #ff8c34;
}

.case__ttl::before {
  margin-right: 2vw;
}

.case__ttl::after {
  margin-left: 2vw;
}

.case__ttl-no {
  color: #fff;
  font-size: 3.2vw;
  font-family: "Arial";
  font-weight: bold;
  background-color: #ff8c34;
  border: 1px solid #ff8c34;
  border-radius: 2.67vw;
  margin-right: 1.6vw;
  padding: 0.53vw 2.13vw;
}

.case__ttl-no span {
  font-size: 3.73vw;
}

.case__ttl-amount {
  display: flex;
  align-items: baseline;
}

.case__ttl-money {
  margin-left: 1.07vw;
}

.case__ttl-money span {
  font-size: 5.33vw;
}

.case__detail {
  display: flex;
  margin-top: 6.4vw;
}

.case__detail--img {
  width: 32.4%;
  margin-right: 3.47vw;
}

.case__detail--img img {
  width: 100%;
}

.case__detail--txt {
  font-size: 3.73vw;
  line-height: 1.5;
  width: 63.7%;
}

.case__detail--txt .caution_list {
  margin-top: 2.13vw;
}

.case__detail--txt-sub {
  font-size: 3.2vw;
}

.expensive-case {
  margin-top: 10.67vw;
}

.expensive-case__lead {
  font-size: 4.27vw;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

.expensive-case__ttl {
  margin-top: 4.27vw;
  text-align: center;
}

.expensive-case__ttl img {
  width: 100%;
}

.why__down-arrow {
  width: 0;
  height: 0;
  border-left: 6.67vw solid transparent;
  border-right: 6.67vw solid transparent;
  border-top: 5.33vw solid #ff8c34;
  margin: 4.27vw auto;
}

.why__con {
  background-color: #ffecdd;
  border-radius: 4px;
  font-size: 3.73vw;
  font-weight: bold;
}

.why__con--inr {
  padding: 32px 24px;
}

.why__con--inr p {
  line-height: 1.71;
}

.why__con--point {
  font-size: 5.33vw;
  font-weight: bold;
  color: #ff6413;
  list-style-type: disc;
  margin-left: 1em;
  margin: 3.2vw 0 4.26vw 1em;
}

.why__con--point li:not(:first-child) {
  margin-top: 3.2vw;
}

.why__con--warning {
  background-color: #fff;
  margin-top: 6.4vw;
}

.warning__lst {
  padding: 6.4vw 4.27vw;
}

.warning__itm {
  position: relative;
  padding-left: 5.87vw;
  line-height: 1.22;
}

.warning__itm::before {
  content: "";
  background-image: url(/pc/bycle/obligation-23/images/icon_warning.png);
  background-size: contain;
  width: 4.27vw;
  height: 3.73vw;
  position: absolute;
  top: 0;
  left: 0;
}

.warning__itm:not(:first-child) {
  margin-top: 4.27vw;
}

.warning__itm span {
  color: #ff8c34;
}

@media screen and (max-width:767px) {
  .case {
    margin-top: 8.53vw;
  }
}

@media screen and (min-width:768px) {
  .why__lead {
    margin: 56px 0;
  }

  .why__lead--txt {
    font-size: 20px;
    padding: 22px 0 23px 78px;
    line-height: 1.43;
  }

  .why__lead--txt::before {
    width: 29px;
    height: 25.13px;
    left: 41px;
  }

  .why__case--lead-main {
    font-size: 28px;
  }

  .why__case--lead-sub {
    font-size: 18px;
    margin-top: 31px;
  }

  .why__case--lead-note {
    font-size: 10px;
    margin-top: 12px;
  }

  .case__wrp {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }

  .case {
    width: 47.3%;
  }

  .case__ttl {
    font-size: 22px;
  }

  .case__ttl::before {
    margin-right: 8px;
  }

  .case__ttl::after {
    margin-left: 8px;
  }

  .case__ttl-no {
    font-size: 16px;
    border-radius: 15px;
    margin-right: 6px;
    padding: 5px 16px;
  }

  .case__ttl-no span {
    font-size: 18px;
  }

  .case__ttl-amount {
    display: flex;
    align-items: baseline;
  }

  .case__ttl-money {
    margin-left: 4px;
  }

  .case__ttl-money span {
    font-size: 28px;
  }

  .case__detail {
    display: flex;
    margin-top: 26px;
  }

  .case__detail--img {
    width: 32.4%;
    margin-right: 24px;
  }

  .case__detail--img img {
    width: 100%;
  }

  .case__detail--txt {
    font-size: 18px;
    line-height: 1.5;
    width: 63.7%;
  }

  .case__detail--txt .caution_list {
    margin-top: 16px;
  }

  .case__detail--txt-sub {
    font-size: 14px;
  }

  .expensive-case {
    margin-top: 49.2px;
  }

  .expensive-case__lead {
    font-size: 22px;
  }

  .expensive-case__ttl {
    margin-top: 22px;
  }

  .expensive-case__ttl img {
    width: 513px;
  }

  .expensive-case .case__detail {
    max-width: 513px;
    margin: 24px auto 0;
  }

  .why__down-arrow {
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 20px solid #ff8c34;
    margin: 32.3px auto 24px;
  }

  .why__con {
    font-size: 18px;
  }

  .why__con--inr {
    padding: 40px;
    text-align: center;
  }

  .why__con--point {
    font-size: 28px;
    margin: 24px auto;
    width: 326px;
    text-align: left;
  }

  .why__con--point li {
    margin-left: 18px;
  }

  .why__con--point li:not(:first-child) {
    margin-top: 16px;
  }

  .why__con--warning {
    margin-top: 24px;
  }

  .warning__lst {
    padding: 24px 104px 24px 121px;
    font-size: 14px;
  }

  .warning__itm {
    padding-left: 22px;
  }

  .warning__itm::before {
    width: 16px;
    height: 14px;
  }

  .warning__itm:not(:first-child) {
    margin-top: 16px;
  }
}

/* shindan */
.shindan {
  margin-top: 0;
}

.shindan__inr {
  background-color: #fffde1;
  padding-top: 10.667vw;
}

.shindan__inr .sec__inr {
  padding: 0;
}

.shindan_select {
  padding: 6.4vw 0 8vw;
  position: relative;
  width: 90.4vw;
  margin-left: auto;
  margin-right: auto;
}

.shindan_select::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -7.468vw;
  left: 0;
  right: 0;
  margin: auto;
  width: 8.268vw;
  height: 7.468vw;
  border-top: 3.734vw solid #fffde1;
  border-bottom: 3.734vw solid transparent;
  border-right: 4.134vw solid transparent;
  border-left: 4.134vw solid transparent;
}

.shindan_select__cnt:nth-of-type(n + 2) {
  margin-top: 10.667vw;
}

.shindan_select__lst {
  margin-top: 5.333vw;
}

.shindan_select__btn {
  background-color: #ffffff;
  border: solid 1px #cbcdd7;
  border-radius: 2.667vw;
  position: relative;
  padding: 5.333vw;
  display: flex;
}

.shindan_select__btn:hover {
  box-shadow: 0 0 15px rgba(203, 205, 215, 0.5);
}

.shindan_select__btn.is__checked {
  border: solid 2px #ff8c34;
  padding: 5.067vw;
}

.shindan_select__btn input[type="radio"] {
  position: absolute;
  visibility: hidden;
}

.shindan_select__btn_icn {
  width: 14.933vw;
  margin-right: 4.267vw;
}

.shindan_select__label {
  font-size: 3.2vw;
  line-height: 1.167;
  font-weight: bold;
  display: inline-block;
  border: solid 1px #cccccc;
  border-radius: 0.533vw;
  box-sizing: border-box;
  padding: 0.533vw 1.6vw;
  position: relative;
}

.shindan_select__label--sub {
  font-size: 3.2vw;
  line-height: 1;
  color: #ff8c34;
  font-weight: bold;
  margin-top: 1.6vw;
  margin-left: 1.867vw;
}

.radio-check {
  position: absolute;
  display: block;
  width: 5.333vw;
  height: 5.333vw;
  top: 0;
  bottom: 0;
  right: 5.333vw;
  margin: auto;
  border: solid 1px #cbcdd7;
  border-radius: 50%;
  box-sizing: border-box;
}

.shindan_select__btn.is__checked .radio-check {
  border: solid 2px #ff8c34;
}

.shindan_select__btn.is__checked .radio-check::before {
  display: block;
}

#shindan_step1 .shindan_select__btn.recommend .shindan_select__label::after {
  content: "おすすめ";
  position: absolute;
  display: inline-block;
  color: #ff8c34;
  border: solid 1px #ff8c34;
}

#shindan_step2 .shindan_select__btn.recommend .shindan_select__label::after {
  content: "補償範囲が広くて安心";
  position: absolute;
  display: inline-block;
  color: #ff8c34;
  border: solid 1px #ff8c34;
}

.radio-check::before {
  content: "";
  display: none;
  width: 2.667vw;
  height: 2.667vw;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #ff8c34;
  border-radius: 50%;
}

.shindan-detail__lst_wrp {
  margin-top: 2.667vw;
}

.shindan-detail__lst_itm {
  font-size: 4.267vw;
  line-height: 1.25;
  position: relative;
  padding-left: 4.533vw;
}

.shindan-detail__lst_itm::before {
  content: "";
  display: block;
  width: 3.467vw;
  height: 3.467vw;
  position: absolute;
  top: 1.067vw;
  left: 0;
  background-image: url("../images/icon_check.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.shindan-detail__lst_itm:nth-of-type(n + 2) {
  margin-top: 1.6vw;
}

.shindan-detail__txt--strong {
  color: #ff8c34;
  font-weight: bold;
  font-size: 1em;
}

.shindan__ttl {
  text-align: center;
}

.shindan__icon {
  font-size: 3.2vw;
  line-height: 1.75;
  color: #ffffff;
  display: block;
  width: 20.8vw;
  padding: 1.067vw 0;
  background-color: #ff8c34;
  border-radius: 4vw;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1.6vw;
  margin-left: auto;
  margin-right: auto;
}

.shindan__icon_num {
  font-size: 3.733vw;
  line-height: 1.5;
}

.shindan__ttl-txt {
  font-size: 5.333vw;
  line-height: 1.3;
  font-weight: bold;
}

/* shindan_result */
.shindan_result {
  background-color: #ff8c34;
  padding: 7.733vw 0 6.4vw;
}

.shindan_result__ttl {
  display: flex;
  justify-content: center;
}

.shindan_result__ttl_txt {
  font-size: 6.4vw;
  line-height: 1.333;
  display: block;
  color: #ff8c34;
  background-color: #ffffff;
  text-align: center;
  font-weight: bold;
  padding: 0 1.067vw;
}

.shindan_result__ttl_txt:nth-of-type(n + 2) {
  margin-left: 1.6vw;
}

.shindan_result__ttl-cap {
  font-size: 3.2vw;
  line-height: 1.333;
  color: #ffffff;
  text-align: center;
  margin-top: 1.6vw;
}

.shindan_result__wrp {
  background-color: #ffffff;
  border-radius: 2.667vw;
  margin-top: 2.133vw;
}

.shindan_result__head {
  text-align: center;
  padding: 2.667vw 0 2.4vw;
}

.shindan_result__head .select-txt {
  font-size: 4.267vw;
  line-height: 1.3;
  padding-right: 0.8vw;
  position: relative;
}

.select-scene__wrp {
  display: none;
  width: 100%;
  text-align: center;
}

.is__executed .select-scene__wrp {
  display: block;
}

.select-scene {
  display: inline-block;
  color: #ffffff;
}

.select-scene.text--ruby::before {
  font-weight: bold;
  text-align: center;
  top: 0.5em;
  left: 0;
  right: 0;
  margin: auto;
}

.shindan_result__wrp.is__bycle .select-scene {
  background-color: #ea5409;
}

.shindan_result__wrp.is__byclebest .select-scene {
  background-color: #047cd8;
}

.shindan_result__wrp.is__bycle .select-txt {
  color: #ea5409;
  text-decoration: underline;
}

.shindan_result__wrp.is__byclebest .select-txt {
  color: #047cd8;
  text-decoration: underline;
}

.shindan_result__head .select-txt+.select-txt {
  padding-left: 8vw;
}

.shindan_result__head .select-txt+.select-txt::before {
  content: "";
  display: block;
  width: 2.667vw;
  height: 2.667vw;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2.667vw;
  margin: auto;
  background-image: url("../images/icon_cross.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.select-scene__wrp {
  margin-bottom: 2.667vw;
}

.select-scene {
  font-size: 4.267vw;
  line-height: 1;
  border-radius: 1.067vw;
  padding: 2.933vw 4.267vw 0.8vw;
}

.shindan_result__head_txt {
  font-size: 3.2vw;
  line-height: 1.333;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-weight: bold;
}

.shindan_result__cnt {
  border-top: solid 2px #ff8c34;
  padding: 4.267vw 4.8vw 8vw;
}

.shindan_result__cnt_ttl {
  font-size: 4.8vw;
  line-height: 1.333;
  text-align: center;
  font-weight: bold;
  padding: 0 12.8vw;
  position: relative;
  display: inline-block;
}

.shindan_result__cnt_ttl::before,
.shindan_result__cnt_ttl::after {
  content: "";
  display: block;
  position: absolute;
  width: 9.067vw;
  height: 1.6vw;
  background-image: url("../images/icon_dot.png");
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  bottom: 0;
  margin: auto;
}

.shindan_result__cnt_ttl::before {
  left: 0;
}

.shindan_result__cnt_ttl::after {
  right: 0;
}

.shindan_result__cnt_itm:nth-of-type(n + 2) {
  margin-top: 5.333vw;
}

.shindan_result .price__wrp {
  margin-top: 1.067vw;
}

.shindan_result .price__itm {
  display: flex;
  justify-content: space-between;
}

.shindan_result .price-icon {
  font-size: 2.667vw;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12.267vw;
  height: 12.267vw;
  box-sizing: border-box;
  border: solid 1px #4a4a4a;
  border-radius: 50%;
  font-weight: bold;
}

.shindan_result .price__cnt {
  width: 64.267vw;
  background-image: linear-gradient(to right,
      #4a4a4a,
      #4a4a4a 2px,
      transparent 2px,
      transparent 7px);
  background-size: 7px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.shindan_result .price-name {
  font-size: 3.2vw;
  line-height: 1.333;
  font-weight: bold;
}

.shindan_result .price-txt__wrp {
  font-size: 3.2vw;
  line-height: 1.333;
  font-weight: bold;
  margin-bottom: 2.667vw;
  margin-right: 2.667vw;
}

.shindan_result .price-txt {
  font-size: 6.4vw;
  line-height: 1.333;
  display: inline-block;
  padding-right: 0.533vw;
}

.shindan_result .price-balloon {
  position: relative;
  background-color: #ff8c34;
  border-radius: 1.067vw;
  text-align: center;
  margin-top: 1.867vw;
}

.shindan_result .price-balloon::before {
  content: "";
  position: absolute;
  top: -2.668vw;
  right: 14.933vw;
  display: block;
  width: 2.134vw;
  height: 2.668vw;
  border-top: 1.334vw solid transparent;
  border-bottom: 1.334vw solid #ff8c34;
  border-right: 1.067vw solid transparent;
  border-left: 1.067vw solid transparent;
}

.shindan_result .price-balloon__txt {
  font-size: 3.467vw;
  line-height: 1.538;
  color: #ffffff;
  position: relative;
  display: inline-block;
}

.shindan_result .price-balloon__price {
  font-size: 5.867vw;
  line-height: 1.5;
  padding: 0 1.333vw;
  letter-spacing: 0.025em;
}

.price-balloon__yen {
  display: inline-block;
  padding-right: 0.533vw;
}

.shindan_result .price-balloon__cap {
  font-size: 3.2vw;
  line-height: 1.333;
  text-align: center;
  font-weight: bold;
  margin-top: 1.067vw;
}

.shindan_cv__ttl {
  font-size: 3.467vw;
  line-height: 1.231;
  padding: 2.133vw 5.333vw;
  text-align: center;
  font-weight: bold;
  border: solid 1px #d2d4d8;
  border-radius: 1.067vw;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 3.467vw;
  position: relative;
}

.shindan_cv__ttl::before {
  content: "";
  position: absolute;
  top: 98%;
  right: 55px;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 7px solid #FFF;
  z-index: 2;
}

.shindan_cv__ttl::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 54px;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 8px solid #D2D4D8;
  z-index: 1;
}

.shindan_cv__wrp {
  display: none;
  margin-top: 8vw;
  padding-top: 6.4vw;
  border-top: solid 1px #e2e4e6;
}

.scene__list {
  display: grid;
  margin-top: 3.733vw;
  grid-template-columns: repeat(auto-fit, 80.8vw);
  justify-content: center;
  gap: 10px;
}

.hosyo__list {
  display: grid;
  margin-top: 3.733vw;
  grid-template-columns: repeat(auto-fit, 19.2vw);
  justify-content: center;
  gap: 5px;
}

.scene__list-img--off,
.hosyo__list-img--off {
  display: block;
}

.scene__list-img--on,
.hosyo__list-img--on {
  display: none;
}

.shindan_result__wrp.is__bycle .scene__list-item:nth-of-type(1) .scene__list-img--off,
.shindan_result__wrp.is__bycle .scene__list-item:nth-of-type(2) .scene__list-img--off {
  display: none;
}

.shindan_result__wrp.is__bycle .scene__list-item:nth-of-type(1) .scene__list-img--on,
.shindan_result__wrp.is__bycle .scene__list-item:nth-of-type(2) .scene__list-img--on {
  display: block;
}

.shindan_result__wrp.is__bycle .scene__list-item:nth-of-type(3) .scene__list-img--off {
  display: block;
}

.shindan_result__wrp.is__bycle .scene__list-item:nth-of-type(3) .scene__list-img--on {
  display: none;
}

.shindan_result__wrp.is__byclebest .scene__list-item:nth-of-type(1) .scene__list-img--off,
.shindan_result__wrp.is__byclebest .scene__list-item:nth-of-type(2) .scene__list-img--off,
.shindan_result__wrp.is__byclebest .scene__list-item:nth-of-type(3) .scene__list-img--off {
  display: none;
}

.shindan_result__wrp.is__byclebest .scene__list-item:nth-of-type(1) .scene__list-img--on,
.shindan_result__wrp.is__byclebest .scene__list-item:nth-of-type(2) .scene__list-img--on,
.shindan_result__wrp.is__byclebest .scene__list-item:nth-of-type(3) .scene__list-img--on {
  display: block;
}

.shindan_result__wrp.is__bycle.is__kobainashi .scene__list-item:nth-of-type(1) .scene__list-img--off,
.shindan_result__wrp.is__byclebest.is__kobainashi .scene__list-item:nth-of-type(1) .scene__list-img--off {
  display: block;
}

.shindan_result__wrp.is__bycle.is__kobainashi .scene__list-item:nth-of-type(1) .scene__list-img--on,
.shindan_result__wrp.is__byclebest.is__kobainashi .scene__list-item:nth-of-type(1) .scene__list-img--on {
  display: none;
}

.shindan_result__wrp.is__bronze .hosyo__list-item:nth-of-type(1) .hosyo__list-img--off,
.shindan_result__wrp.is__bronze .hosyo__list-item:nth-of-type(2) .hosyo__list-img--off,
.shindan_result__wrp.is__bronze .hosyo__list-item:nth-of-type(3) .hosyo__list-img--off,
.shindan_result__wrp.is__bronze .hosyo__list-item:nth-of-type(4) .hosyo__list-img--off,
.shindan_result__wrp.is__bronze .hosyo__list-item:nth-of-type(5) .hosyo__list-img--off,
.shindan_result__wrp.is__bronze .hosyo__list-item:nth-of-type(6) .hosyo__list-img--off,
.shindan_result__wrp.is__bronze .hosyo__list-item:nth-of-type(7) .hosyo__list-img--off {
  display: none;
}

.shindan_result__wrp.is__bronze .hosyo__list-item:nth-of-type(1) .hosyo__list-img--on,
.shindan_result__wrp.is__bronze .hosyo__list-item:nth-of-type(2) .hosyo__list-img--on,
.shindan_result__wrp.is__bronze .hosyo__list-item:nth-of-type(3) .hosyo__list-img--on,
.shindan_result__wrp.is__bronze .hosyo__list-item:nth-of-type(4) .hosyo__list-img--on,
.shindan_result__wrp.is__bronze .hosyo__list-item:nth-of-type(5) .hosyo__list-img--on,
.shindan_result__wrp.is__bronze .hosyo__list-item:nth-of-type(6) .hosyo__list-img--on,
.shindan_result__wrp.is__bronze .hosyo__list-item:nth-of-type(7) .hosyo__list-img--on {
  display: block;
}

.shindan_result__wrp.is__bronze .hosyo__list-item:nth-of-type(8) .hosyo__list-img--off,
.shindan_result__wrp.is__bronze .hosyo__list-item:nth-of-type(9) .hosyo__list-img--off,
.shindan_result__wrp.is__bronze .hosyo__list-item:nth-of-type(10) .hosyo__list-img--off,
.shindan_result__wrp.is__bronze .hosyo__list-item:nth-of-type(11) .hosyo__list-img--off {
  display: block;
}

.shindan_result__wrp.is__bronze .hosyo__list-item:nth-of-type(8) .hosyo__list-img--on,
.shindan_result__wrp.is__bronze .hosyo__list-item:nth-of-type(9) .hosyo__list-img--on,
.shindan_result__wrp.is__bronze .hosyo__list-item:nth-of-type(10) .hosyo__list-img--on,
.shindan_result__wrp.is__bronze .hosyo__list-item:nth-of-type(11) .hosyo__list-img--on {
  display: none;
}

.shindan_result__wrp.is__silver .hosyo__list-item:nth-of-type(1) .hosyo__list-img--off,
.shindan_result__wrp.is__silver .hosyo__list-item:nth-of-type(2) .hosyo__list-img--off,
.shindan_result__wrp.is__silver .hosyo__list-item:nth-of-type(3) .hosyo__list-img--off,
.shindan_result__wrp.is__silver .hosyo__list-item:nth-of-type(4) .hosyo__list-img--off,
.shindan_result__wrp.is__silver .hosyo__list-item:nth-of-type(5) .hosyo__list-img--off,
.shindan_result__wrp.is__silver .hosyo__list-item:nth-of-type(6) .hosyo__list-img--off,
.shindan_result__wrp.is__silver .hosyo__list-item:nth-of-type(7) .hosyo__list-img--off,
.shindan_result__wrp.is__silver .hosyo__list-item:nth-of-type(8) .hosyo__list-img--off,
.shindan_result__wrp.is__silver .hosyo__list-item:nth-of-type(9) .hosyo__list-img--off {
  display: none;
}

.shindan_result__wrp.is__silver .hosyo__list-item:nth-of-type(1) .hosyo__list-img--on,
.shindan_result__wrp.is__silver .hosyo__list-item:nth-of-type(2) .hosyo__list-img--on,
.shindan_result__wrp.is__silver .hosyo__list-item:nth-of-type(3) .hosyo__list-img--on,
.shindan_result__wrp.is__silver .hosyo__list-item:nth-of-type(4) .hosyo__list-img--on,
.shindan_result__wrp.is__silver .hosyo__list-item:nth-of-type(5) .hosyo__list-img--on,
.shindan_result__wrp.is__silver .hosyo__list-item:nth-of-type(6) .hosyo__list-img--on,
.shindan_result__wrp.is__silver .hosyo__list-item:nth-of-type(7) .hosyo__list-img--on,
.shindan_result__wrp.is__silver .hosyo__list-item:nth-of-type(8) .hosyo__list-img--on,
.shindan_result__wrp.is__silver .hosyo__list-item:nth-of-type(9) .hosyo__list-img--on {
  display: block;
}

.shindan_result__wrp.is__silver .hosyo__list-item:nth-of-type(10) .hosyo__list-img--off,
.shindan_result__wrp.is__silver .hosyo__list-item:nth-of-type(11) .hosyo__list-img--off {
  display: block;
}

.shindan_result__wrp.is__silver .hosyo__list-item:nth-of-type(10) .hosyo__list-img--on,
.shindan_result__wrp.is__silver .hosyo__list-item:nth-of-type(11) .hosyo__list-img--on {
  display: none;
}

.shindan_result__wrp.is__gold .hosyo__list-item:nth-of-type(1) .hosyo__list-img--off,
.shindan_result__wrp.is__gold .hosyo__list-item:nth-of-type(2) .hosyo__list-img--off,
.shindan_result__wrp.is__gold .hosyo__list-item:nth-of-type(3) .hosyo__list-img--off,
.shindan_result__wrp.is__gold .hosyo__list-item:nth-of-type(4) .hosyo__list-img--off,
.shindan_result__wrp.is__gold .hosyo__list-item:nth-of-type(5) .hosyo__list-img--off,
.shindan_result__wrp.is__gold .hosyo__list-item:nth-of-type(6) .hosyo__list-img--off,
.shindan_result__wrp.is__gold .hosyo__list-item:nth-of-type(7) .hosyo__list-img--off,
.shindan_result__wrp.is__gold .hosyo__list-item:nth-of-type(8) .hosyo__list-img--off,
.shindan_result__wrp.is__gold .hosyo__list-item:nth-of-type(9) .hosyo__list-img--off,
.shindan_result__wrp.is__gold .hosyo__list-item:nth-of-type(10) .hosyo__list-img--off,
.shindan_result__wrp.is__gold .hosyo__list-item:nth-of-type(11) .hosyo__list-img--off {
  display: none;
}

.shindan_result__wrp.is__gold .hosyo__list-item:nth-of-type(1) .hosyo__list-img--on,
.shindan_result__wrp.is__gold .hosyo__list-item:nth-of-type(2) .hosyo__list-img--on,
.shindan_result__wrp.is__gold .hosyo__list-item:nth-of-type(3) .hosyo__list-img--on,
.shindan_result__wrp.is__gold .hosyo__list-item:nth-of-type(4) .hosyo__list-img--on,
.shindan_result__wrp.is__gold .hosyo__list-item:nth-of-type(5) .hosyo__list-img--on,
.shindan_result__wrp.is__gold .hosyo__list-item:nth-of-type(6) .hosyo__list-img--on,
.shindan_result__wrp.is__gold .hosyo__list-item:nth-of-type(7) .hosyo__list-img--on,
.shindan_result__wrp.is__gold .hosyo__list-item:nth-of-type(8) .hosyo__list-img--on,
.shindan_result__wrp.is__gold .hosyo__list-item:nth-of-type(9) .hosyo__list-img--on,
.shindan_result__wrp.is__gold .hosyo__list-item:nth-of-type(10) .hosyo__list-img--on,
.shindan_result__wrp.is__gold .hosyo__list-item:nth-of-type(11) .hosyo__list-img--on {
  display: block;
}

.shindan_result__wrp.is__kobainashi .hosyo__list-item:nth-of-type(1) .hosyo__list-img--off,
.shindan_result__wrp.is__kobainashi .hosyo__list-item:nth-of-type(2) .hosyo__list-img--off,
.shindan_result__wrp.is__kobainashi .hosyo__list-item:nth-of-type(3) .hosyo__list-img--off,
.shindan_result__wrp.is__kobainashi .hosyo__list-item:nth-of-type(4) .hosyo__list-img--off,
.shindan_result__wrp.is__kobainashi .hosyo__list-item:nth-of-type(5) .hosyo__list-img--off {
  display: none;
}

.shindan_result__wrp.is__kobainashi .hosyo__list-item:nth-of-type(1) .hosyo__list-img--on,
.shindan_result__wrp.is__kobainashi .hosyo__list-item:nth-of-type(2) .hosyo__list-img--on,
.shindan_result__wrp.is__kobainashi .hosyo__list-item:nth-of-type(3) .hosyo__list-img--on,
.shindan_result__wrp.is__kobainashi .hosyo__list-item:nth-of-type(4) .hosyo__list-img--on,
.shindan_result__wrp.is__kobainashi .hosyo__list-item:nth-of-type(5) .hosyo__list-img--on {
  display: block;
}

.shindan_result__wrp.is__kobainashi .hosyo__list-item:nth-of-type(6) .hosyo__list-img--off,
.shindan_result__wrp.is__kobainashi .hosyo__list-item:nth-of-type(7) .hosyo__list-img--off,
.shindan_result__wrp.is__kobainashi .hosyo__list-item:nth-of-type(8) .hosyo__list-img--off,
.shindan_result__wrp.is__kobainashi .hosyo__list-item:nth-of-type(9) .hosyo__list-img--off,
.shindan_result__wrp.is__kobainashi .hosyo__list-item:nth-of-type(10) .hosyo__list-img--off,
.shindan_result__wrp.is__kobainashi .hosyo__list-item:nth-of-type(11) .hosyo__list-img--off {
  display: block;
}

.shindan_result__wrp.is__kobainashi .hosyo__list-item:nth-of-type(6) .hosyo__list-img--on,
.shindan_result__wrp.is__kobainashi .hosyo__list-item:nth-of-type(7) .hosyo__list-img--on,
.shindan_result__wrp.is__kobainashi .hosyo__list-item:nth-of-type(8) .hosyo__list-img--on,
.shindan_result__wrp.is__kobainashi .hosyo__list-item:nth-of-type(9) .hosyo__list-img--on,
.shindan_result__wrp.is__kobainashi .hosyo__list-item:nth-of-type(10) .hosyo__list-img--on,
.shindan_result__wrp.is__kobainashi .hosyo__list-item:nth-of-type(11) .hosyo__list-img--on {
  display: none;
}

.shindan_result__wrp.is__bronze .hosyo__list-item:nth-of-type(7) .hosyo__list-img--on .other,
.shindan_result__wrp.is__kobainashi .hosyo__list-item:nth-of-type(7) .hosyo__list-img--on .other {
  display: none;
}

.shindan_result__wrp.is__silver .hosyo__list-item:nth-of-type(7) .hosyo__list-img--on .bronze,
.shindan_result__wrp.is__gold .hosyo__list-item:nth-of-type(7) .hosyo__list-img--on .bronze {
  display: none;
}

@media screen and (max-width: 767px) {
  .shindan_result__wrp.is__bronze .hosyo__list-item:nth-of-type(7) .hosyo__list-img--on .bronze.sp-block {
    display: block;
  }

  .shindan_result__wrp.is__silver .hosyo__list-item:nth-of-type(7) .hosyo__list-img--on .other.sp-block,
  .shindan_result__wrp.is__gold .hosyo__list-item:nth-of-type(7) .hosyo__list-img--on .other.sp-block {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .shindan_result__wrp.is__bronze .hosyo__list-item:nth-of-type(7) .hosyo__list-img--on .bronze.pc-block {
    display: block;
  }

  .shindan_result__wrp.is__silver .hosyo__list-item:nth-of-type(7) .hosyo__list-img--on .other.pc-block,
  .shindan_result__wrp.is__gold .hosyo__list-item:nth-of-type(7) .hosyo__list-img--on .other.pc-block {
    display: block;
  }
}

.scene__list-item {
  width: 100%;
}

.hosyo__list-item {
  width: 100%;
}

.shindan_cv_btn {
  display: block;
  position: relative;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
}

.shindan_cv_btn--bycle {
  background-color: #ea5409;
  border: solid 1px #ba4307;
}

.shindan_cv_btn--byclebest {
  background-color: #047cd8;
  border: solid 1px #0563aa;
}

.shindan_cv_btn--bycle::after,
.shindan_cv_btn--byclebest::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  bottom: 0;
  margin: auto;
}

.shindan_cv_btn--bycle::after {
  background-image: url("../images/icon_cv_arrow_bycle.png");
}

.shindan_cv_btn--byclebest::after {
  background-image: url("../images/icon_cv_arrow_byclebest.png");
}

.shindan_cv_btn .text--ruby::before {
  font-weight: bold;
  text-align: center;
  top: -1em;
  left: 0;
  right: 0;
  margin: auto;
}

.shindan_result__wrp.is__bycle .shindan_cv_btn--byclebest,
.shindan_result__wrp.is__byclebest .shindan_cv_btn--bycle {
  display: none;
}

.shindan_result__wrp.is__kobainashi .shindan_cv_btn:not(.shindan_cv_btn--kobainashi) {
  display: none;
}

.shindan_result__wrp:not(.is__kobainashi) .shindan_cv_btn--kobainashi {
  display: none;
}

.shindan_cv_btn {
  font-size: 4.8vw;
  line-height: 1;
  padding: 5.333vw 16vw 4.267vw;
  width: 100%;
  border-radius: 12.267vw;
}

.shindan_cv_btn.shindan_cv_btn--kobainashi {
  padding: 5.867vw 16vw 4.267vw;
}

.shindan_cv_btn--bycle {
  box-shadow: 0px 0.8vw 0px #ba4307;
}

.shindan_cv_btn--byclebest {
  box-shadow: 0px 0.8vw 0px #0563aa;
}

.shindan_cv_btn--bycle::after,
.shindan_cv_btn--byclebest::after {
  width: 4.8vw;
  height: 4.8vw;
  right: 8.533vw;
}

.shindan_cv_btn .text--ruby::before {
  font-size: 2.13vw;
  line-height: 1;
}

.shindan_cv_btn__txt--kobainashi {
  font-size: 3.2vw;
  line-height: 1;
}

.restart_btn {
  font-size: 3.733vw;
  line-height: 1.357;
  border-radius: 9.867vw;
  border: solid 1px #d2d4d8;
  display: block;
  position: relative;
  width: 62.667vw;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  background-color: #ffffff;
  box-shadow: 0px 0.533vw 0 #e0e0e0;
  padding: 2.933vw 12vw 2.933vw 10.667vw;
  margin-top: 2.667vw;
}

.restart_btn::after {
  content: "";
  display: block;
  width: 3.467vw;
  height: 3.467vw;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8.533vw;
  margin: auto;
  background-image: url("../images/icon_restart.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.restart_btn__wrp+.caution_list {
  margin-top: 8vw;
}

@media screen and (max-width: 767px) {
  .shindan_select__btn_cnt {
    width: 53.83vw;
  }

  #shindan_step1 .shindan_select__btn.recommend .shindan_select__label::after {
    font-size: 3.2vw;
    line-height: 1;
    font-weight: bold;
    height: 5.333vw;
    right: -17.6vw;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 0.8vw 1.333vw;
    border-radius: 0.533vw;
    box-sizing: border-box;
  }

  #shindan_step2 .shindan_select__btn.recommend .shindan_select__label::after {
    font-size: 3.2vw;
    line-height: 1;
    font-weight: bold;
    width: 35.2vw;
    height: 5.333vw;
    left: 0;
    bottom: -6.933vw;
    padding: 0.8vw 1.333vw;
    border-radius: 0.533vw;
    box-sizing: border-box;
  }

  #shindan_step2 .shindan_select__btn:nth-of-type(2) .shindan-detail__lst_wrp {
    margin-top: 9.6vw;
  }

  .shindan_select__btn:nth-of-type(n + 2) {
    margin-top: 2.667vw;
  }

  .select-scene.text--ruby::before {
    font-size: 2.667vw;
    line-height: 1;
    top: 0.25em;
  }

  .select-scene {
    text-align: center;
    min-width: 24.533vw;
  }

  .shindan_result .price__cnt {
    margin-bottom: 1.067vw;
  }

  .shindan_result .price-balloon__wrp {
    display: none;
  }

  .shindan_result .price-balloon__txt::before,
  .shindan_result .price-balloon__txt::after {
    content: "";
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .shindan_result .price-balloon__txt::before {
    background-image: url("../images/icon_balloon_left.png");
    width: 3.467vw;
    height: 3.467vw;
    top: 1.067vw;
    left: -3.467vw;
  }

  .shindan_result .price-balloon__txt::after {
    background-image: url("../images/icon_balloon_right.png");
    width: 3.467vw;
    height: 3.2vw;
    top: 1.067vw;
    right: -3.467vw;
  }

  .shindan_cv_btn .text--ruby {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .shindan .sec__ttl-wrp {
    width: 1086px;
    margin-left: auto;
    margin-right: auto;
  }

  .shindan__inr {
    background-color: #fffde1;
    padding-top: 80px;
  }

  .shindan_select {
    width: 775px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 0 80px;
    position: relative;
  }

  .shindan_select::after {
    bottom: -52px;
    left: 0;
    right: 0;
    margin: auto;
    width: 50px;
    height: 52px;
    border-top: 26px solid #fffde1;
    border-bottom: 26px solid transparent;
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
  }

  .shindan_select__cnt:nth-of-type(n + 2) {
    margin-top: 60px;
  }

  .shindan_select__lst {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
  }

  .shindan_select__btn {
    background-color: #ffffff;
    border: solid 1px #cbcdd7;
    border-radius: 10px;
    padding: 19px 45px 19px 19px;
    box-sizing: border-box;
    width: 380px;
    cursor: pointer;
  }

  .shindan_select__btn:nth-of-type(n + 3) {
    margin-top: 18px;
  }

  .shindan_select__btn.is__checked {
    border: solid 2px #ff8c34;
    padding: 18px 44px 18px 18px;
  }

  .shindan_select__btn_icn {
    width: 60px;
    margin-right: 12px;
  }

  .shindan_select__label {
    font-size: 12px;
    line-height: 1;
    font-weight: bold;
    display: inline-block;
    border: solid 1px #cccccc;
    border-radius: 2px;
    box-sizing: border-box;
    padding: 3px 5px;
  }

  .shindan_select__label--sub {
    font-size: 12px;
    line-height: 1;
    margin-top: 6px;
    margin-left: 6px;
  }

  .radio-check {
    width: 20px;
    height: 20px;
    top: 0;
    bottom: 0;
    right: 19px;
    margin: auto;
    border: solid 1px #cbcdd7;
  }

  .shindan_select__btn.is__checked .radio-check {
    border: solid 2px #ff8c34;
  }

  .shindan_select__btn.is__checked .radio-check::before {
    display: block;
  }

  #shindan_step1 .shindan_select__btn.recommend .shindan_select__label::after {
    font-size: 12px;
    line-height: 1;
    height: 20px;
    right: -66px;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 3px 5px;
    border-radius: 2px;
  }

  #shindan_step2 .shindan_select__btn.recommend .shindan_select__label::after {
    font-size: 12px;
    line-height: 1;
    height: 20px;
    right: -138px;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 3px 5px;
    border-radius: 2px;
  }

  .radio-check::before {
    width: 10px;
    height: 10px;
  }

  .shindan-detail__lst_wrp {
    margin-top: 10px;
  }

  #shindan_step3 .shindan_select__btn.is__kobainashi .shindan-detail__lst_wrp {
    margin-top: 28px;
  }

  .shindan-detail__lst_itm {
    font-size: 18px;
    line-height: 1.222;
    padding-left: 21px;
  }

  .shindan-detail__lst_itm::before {
    width: 15px;
    height: 15px;
    top: 5px;
    left: 0;
  }

  .shindan-detail__lst_itm:nth-of-type(n + 2) {
    margin-top: 6px;
  }

  .shindan-detail__txt--strong {
    line-height: 1;
  }

  .shindan__icon {
    font-size: 12px;
    line-height: 1.583;
    width: 82px;
    padding: 4px 0;
    border-radius: 20px;
    margin-bottom: 8px;
  }

  .shindan__icon_num {
    font-size: 14px;
    line-height: 1.357;
    padding-left: 2px;
  }

  .shindan__ttl-txt {
    font-size: 28px;
    line-height: 1.357;
  }

  .shindan_result {
    padding: 56px 0 60px;
  }

  .shindan_result__ttl {
    display: flex;
    justify-content: center;
  }

  .shindan_result__ttl_txt {
    font-size: 36px;
    line-height: 1.333;
    padding: 0 6px;
  }

  .shindan_result__ttl_txt:nth-of-type(n + 2) {
    margin-left: 8px;
  }

  .shindan_result__ttl-cap {
    font-size: 16px;
    line-height: 1.313;
    margin-top: 12px;
  }

  .shindan_result__wrp {
    border-radius: 20px;
    margin-top: 24px;
  }

  .shindan_result__head {
    text-align: center;
    padding: 16px;
  }

  .shindan_result__head .select-txt {
    font-size: 28px;
    line-height: 1.357;
    padding-right: 6px;
    padding-bottom: 4px;
    position: relative;
  }

  .shindan_result__head .select-txt+.select-txt {
    padding-left: 48px;
  }

  .shindan_result__head .select-txt+.select-txt::before {
    width: 15px;
    height: 15px;
    left: 16px;
    background-image: url("../images/pc/icon_cross.png");
  }

  .select-scene__wrp {
    margin-bottom: 12px;
  }

  .select-scene {
    font-size: 28px;
    line-height: 1;
    border-radius: 4px;
    padding: 16px 20px 8px;
  }

  .select-scene.text--ruby::before {
    font-size: 12px;
    line-height: 1;
  }

  .shindan_result__head_txt {
    font-size: 16px;
    line-height: 1.313;
  }

  .shindan_result__cnt {
    border-top: solid 2px #ff8c34;
    padding: 30px 90px 50px;
  }

  .shindan_result__cnt_ttl {
    font-size: 32px;
    line-height: 1.344;
    padding: 0 64px;
  }

  .shindan_result__cnt_ttl::before,
  .shindan_result__cnt_ttl::after {
    content: "";
    display: block;
    position: absolute;
    width: 54px;
    height: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .shindan_result__cnt_itm:nth-of-type(n + 2) {
    margin-top: 43px;
  }

  .shindan_result .price-icon {
    font-size: 20px;
    line-height: 1.3;
    width: 80px;
    height: 80px;
    box-sizing: border-box;
    border: solid 1px #4a4a4a;
    border-radius: 50%;
  }

  .shindan_result .price__cnt {
    width: 323px;
    margin: 0;
    background-image: linear-gradient(to right,
        #4a4a4a,
        #4a4a4a 2px,
        transparent 2px,
        transparent 7px);
    background-size: 7px 2px;
    background-position: left bottom;
    background-repeat: repeat-x;
    align-items: flex-end;
    padding-bottom: 19px;
  }

  .shindan_result .price-name {
    font-size: 20px;
    line-height: 1.3;
  }

  .shindan_result .price-txt__wrp {
    font-size: 28px;
    line-height: 0.929;
    font-weight: bold;
    margin-bottom: 4px;
    margin-right: 0;
  }

  .shindan_result .price-txt {
    font-size: 50px;
    line-height: 0.52;
    display: inline-block;
    padding-right: 10px;
  }

  .shindan_result .price-balloon__wrp {
    display: none;
    margin-left: auto;
  }

  .shindan_result .price-balloon::before {
    content: "";
    position: absolute;
    top: -20px;
    right: 100px;
    width: 18px;
    height: 20px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid #ff8c34;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
  }

  .shindan_result .price-balloon__txt {
    font-size: 20px;
    line-height: 1.45;
  }

  .shindan_result .price-balloon_icn {
    position: relative;
    display: inline-block;
    padding-left: 24px;
  }

  .shindan_result .price-balloon_icn::before,
  .shindan_result .price-balloon_icn::after {
    content: "";
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .shindan_result .price-balloon_icn::before {
    width: 18px;
    height: 20px;
    left: 7px;
    top: 2px;
    background-image: url("../images/pc/icon_balloon_left.png");
  }

  .shindan_result .price-balloon_icn::after {
    width: 18px;
    height: 20px;
    right: -7px;
    top: 2px;
    background-image: url("../images/pc/icon_balloon_right.png");
  }

  .shindan_result .price-balloon__price {
    font-size: 34px;
    line-height: 1.324;
    padding: 0 5px;
    letter-spacing: 0.025em;
  }

  .price-balloon__yen {
    display: inline-block;
    padding-right: 4px;
  }

  .shindan_result .price-balloon__cap {
    font-size: 16px;
    line-height: 1.313;
    margin-top: 10px;
  }

  .shindan_cv__wrp {
    margin-top: 50px;
    padding-top: 50px;
    border-top: solid 1px #e2e4e6;
  }

  .shindan_cv__ttl {
    font-size: 14px;
    line-height: 1.143;
    padding: 13px 10px;
    text-align: center;
    font-weight: bold;
    border: solid 1px #d2d4d8;
    border-radius: 4px;
    box-sizing: border-box;
    width: 502px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    position: relative;
  }

  .shindan_cv__ttl::before {
    content: "";
    position: absolute;
    top: 96%;
    right: 32.2px;
    border-right: 4.75px solid transparent;
    border-left: 4.75px solid transparent;
    border-top: 9px solid #FFF;
    z-index: 2;
  }

  .shindan_cv__ttl::after {
    content: "";
    position: absolute;
    top: 100%;
    right: 31.2px;
    border-right: 5.75px solid transparent;
    border-left: 5.75px solid transparent;
    border-top: 10px solid #D2D4D8;
    z-index: 1;
  }

  .scene__list {
    display: grid;
    margin-top: 35px;
    grid-template-columns: repeat(auto-fit, 295px);
    justify-content: center;
    gap: 10px;
  }

  .hosyo__list {
    display: grid;
    margin-top: 35px;
    grid-template-columns: repeat(auto-fit, 219px);
    justify-content: center;
    gap: 10px;
  }

  .scene__list-item {
    width: 294px;
  }

  .hosyo__list-item {
    width: 100%;
  }

  .shindan_cv_btn {
    font-size: 24px;
    line-height: 1;
    padding: 33px 80px 27px;
    width: 648px;
    border-radius: 46px;
    margin-left: auto;
    margin-right: auto;
  }

  .shindan_cv_btn.shindan_cv_btn--kobainashi {
    padding: 22px 0 14px;
  }

  .shindan_cv_btn--bycle {
    box-shadow: 0px 3px 0px #ba4307;
  }

  .shindan_cv_btn--byclebest {
    box-shadow: 0px 3px 0px #0563aa;
  }

  .shindan_cv_btn--bycle::after,
  .shindan_cv_btn--byclebest::after {
    width: 22px;
    height: 22px;
    right: 40px;
  }

  .shindan_cv_btn .text--ruby::before {
    font-size: 12px;
    line-height: 1;
  }

  .shindan_cv_btn__txt--kobainashi {
    font-size: 16px;
    line-height: 1;
  }

  .restart_btn {
    font-size: 18px;
    line-height: 1.333;
    border-radius: 37px;
    border: solid 1px #D2D4D8;
    width: 318px;
    box-shadow: 0px 2px 0 #E0E0E0;
    padding: 17px 40px 17px 56px;
    margin-top: 20px;
  }

  .restart_btn::after {
    width: 18px;
    height: 18px;
    right: 40px;
  }

  .restart_btn__wrp+.caution_list {
    text-align: center;
    margin-top: 30px;
  }

  .restart_btn__wrp+.caution_list .caution_list__txt {
    display: inline-block;
  }
}

@media screen and (min-width: 1086px) {
  .shindan_result .price__wrp {
    display: flex;
    flex-wrap: wrap;
    margin-top: 32px;
  }

  .shindan_result .price__itm {
    display: flex;
    justify-content: space-between;
    width: 423px;
  }

  .shindan_result .price__itm:nth-of-type(2) {
    margin-left: 60px;
  }

  .shindan_result .price-balloon {
    border-radius: 4px;
    text-align: center;
    width: 423px;
    padding: 5px 0 8px;
    margin-top: 15px;
  }
}

@media screen and (max-width: 1085px) {
  .shindan_result .price__itm:nth-of-type(n + 2) {
    margin-top: 2.133vw;
  }

  .shindan_result .price__wrp {
    max-width: 620px;
    margin: 0 auto;
  }
}

.detail-hoken {
  margin-top: 6.133vw;
}

.detail-price__ttl {
  text-align: center;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.detail-price__ttl::before,
.detail-price__ttl::after {
  content: '';
  height: 1px;
  flex-grow: 1;
  background-color: #CCCCCC;
}

.detail-price__ttl .text--ruby::before {
  font-weight: bold;
  text-align: center;
  top: -.5em;
  left: 0;
  right: 0;
  margin: auto;
}

.detail-price__tab {
  display: flex;
}

.detail-price__tab_itm {
  font-size: 2.667vw;
  line-height: 1.5;
  width: 25.333vw;
  font-weight: bold;
  text-align: center;
  border-radius: 1.067vw 1.067vw 0 0;
  border: solid 1px #CBCDD7;
  background-color: #F2F2F2;
  padding: 2.933vw 0 2.133vw;
  margin-bottom: -1px;
}

.detail-price.kobainashi .detail-price__tab_itm {
  width: 39.467vw;
}

.detail-price__tab_itm:nth-of-type(n+2) {
  margin-left: 1.6vw;
}

.detail-price__tab_itm.is__active {
  background-color: #FFFFFF;
  border-bottom: none;
}

.detail-price__cnt {
  border: solid 1px #CBCDD7;
  padding-top: 2.933vw;
  border-radius: 0.8vw;
}

.detail-price__lst_wrp {
  margin-top: 3.2vw;
}

.detail-price__lst_itm {
  font-size: 2.667vw;
  line-height: 1.2;
  padding-left: 2em;
  position: relative;
}

.detail-price__lst_itm::before {
  display: block;
  width: 2em;
  height: 1.2em;
  position: absolute;
  top: 0;
  left: 0;
}

.detail-price__lst_itm:nth-of-type(1)::before {
  content: '※1';
}

.detail-price__lst_itm:nth-of-type(2)::before {
  content: '※2';
}

.detail-price__lst_itm:nth-of-type(n+2) {
  margin-top: 2.667vw;
}

.price-tbl {
  width: 100%;
  border-collapse: separate;
  border-radius: 0 0 0.8vw 0.8vw;
  display: none;
}

.price-tbl.is__active {
  display: block;
}

.price-tbl tbody tr:last-child td:first-child {
  border-radius: 0 0 0 0.8vw;
}

.price-tbl tbody tr:last-child td:last-child {
  border-radius: 0 0 0.8vw 0;
}

.price-tbl .price-tbl__hd:not(:first-child),
.price-tbl .price-tbl__pay-name,
.price-tbl td:not(:first-child) {
  border-left: solid 1px #CBCDD7;
}

.price-tbl tbody tr:nth-of-type(2n+1) td {
  background-color: #FFFFFF;
}

.price-tbl tbody tr:nth-of-type(2n) td {
  background-color: #F2F2F2;
}

.price-tbl__hd {
  font-size: 3.733vw;
  line-height: 1.357;
  padding: 1.6vw 0 2.667vw;
  text-align: center;
  font-weight: bold;
  vertical-align: bottom;
  background-color: #E2E2E2;
}

.price-tbl-balloon {
  font-size: 2.667vw;
  line-height: 1.4;
  position: relative;
  display: block;
  background-color: #FF8C34;
  color: #FFFFFF;
  padding: 0.533vw 0;
  text-align: center;
  font-weight: normal;
  margin-bottom: 1.067vw;
  margin-left: 0.533vw;
  margin-right: 0.533vw;
}

.price-tbl-balloon::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2.134vw;
  margin: auto;
  width: 1.6vw;
  height: 2.134vw;
  border-top: 0.8vw solid #FF8C34;
  border-bottom: 0.8vw solid transparent;
  border-right: 1.067vw solid transparent;
  border-left: 1.067vw solid transparent;
}

.price-tbl__pay-name {
  font-size: 2.667vw;
  line-height: 1.4;
  padding: 2.133vw 0;
  background-color: #F2F2F2;
  text-align: center;
  font-weight: bold;
  width: 20.533vw;
}

.price-tbl__cnt {
  font-size: 2.667vw;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
}

.price-tbl-num {
  font-size: 3.944vw;
  line-height: 1.357;
}

.price-tbl .type-name {
  font-size: 2.933vw;
  line-height: 1.727;
  font-weight: bold;
  padding: 3.2vw 0 3.2vw;
  width: 17.867vw;
  text-align: center;
}

.price-tbl .type-name a {
  position: relative;
  text-decoration: underline;
}

.price-tbl .type-name a:hover {
  opacity: 0.7;
}

.price-tbl .type-name a::after {
  content: '';
  display: block;
  width: 3.2vw;
  height: 3.2vw;
  position: absolute;
  top: auto;
  bottom: 0.4vw;
  right: -4vw;
  margin: auto;
  background-image: url('../images/icon_blank.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.detail-hoken__lst_wrp {
  margin-top: 4vw;
}

.detail-hoken__lst_itm {
  font-size: 2.667vw;
  line-height: 1.425;
  padding-left: 2em;
  position: relative;
}

.detail-hoken__lst_itm::before {
  display: block;
  width: 2em;
  height: 1.4em;
  position: absolute;
  top: 0;
  left: 0;
}

.detail-hoken__lst_itm:nth-of-type(1)::before {
  content: '※1';
}

.detail-hoken__lst_itm:nth-of-type(2)::before {
  content: '※2';
}

.detail-hoken__lst_itm:nth-of-type(n+2) {
  margin-top: 2.667vw;
}

.detail-list__ttl {
  font-size: 4.8vw;
  line-height: 1.333;
  text-align: center;
  font-weight: bold;
}

.detail-list__txt {
  font-size: 3.733vw;
  line-height: 1.5;
}

.detail-list__ttl+.detail-list__txt {
  margin-top: 4.267vw;
}

.detail-list__itm:nth-of-type(n+2) {
  margin-top: 10.667vw;
}

.detail-price {
  margin-top: 10.667vw;
}

.detail-list__ttl+.detail-price {
  margin-top: 8vw;
}

@media screen and (max-width:767px) {
  .detail-list .cmn-acd__ttl {
    text-align: left;
    padding-left: 7.467vw;
  }

  .detail-price__ttl {
    font-size: 3.733vw;
    line-height: 1.714;
    margin-bottom: 3.2vw;
  }

  .detail-price__ttl::before {
    margin-right: 2.133vw;
  }

  .detail-price__ttl::after {
    margin-left: 2.133vw;
  }

  .detail-price__ttl .text--ruby {
    letter-spacing: .05em;
  }

  .detail-price__ttl .text--ruby::before {
    font-size: 2.667vw;
    line-height: 1;
    letter-spacing: -.075em;
    top: -.75em;
  }

  .detail-price__tab {
    justify-content: space-between;
  }

  .detail-price__tab_itm .course-name {
    font-size: 3.733vw;
    line-height: 1.143;
  }

  .hoken-tbl__scroll_wrp {
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    border: solid 1px #CBCDD7;
    border-radius: 1.067vw;
    position: relative;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .hoken-tbl__scroll_wrp::-webkit-scrollbar {
    display: none;
  }

  .hoken-tbl__scroll_wrp .hoken-tbl {
    width: max-content;
  }

  .hoken-tbl__scroll_wrp .hoken-tbl th {
    position: sticky;
    left: 0;
    z-index: 1;
  }

  .hoken-tbl__scroll_wrp .slide-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40vw;
    right: 0;
    margin: auto;
    display: block;
    width: 24vw;
    height: 24vw;

  }

  .hoken-tbl {
    width: 100%;
    border-collapse: separate;
    border-radius: 1.067vw;
  }

  .hoken-tbl__course {
    font-size: 3.733vw;
    line-height: 1.357;
    background-color: #E2E2E2;
    border-bottom: solid 1px #CBCDD7;
    border-right: solid 2px #CBCDD7;
    border-radius: 0.8vw 0 0 0;
    text-align: center;
    font-weight: bold;
    width: 25.6vw;
    padding: 11.2vw 0;
  }

  .hoken-tbl__course_ttl {
    border-bottom: solid 1px #CBCDD7;
    vertical-align: middle;
    font-weight: bold;
    width: 27.467vw;
    padding: 0px 3.733vw;
  }

  .hoken-tbl__course_ttl a {
    font-size: 3.733vw;
    line-height: 1.429;
    font-weight: bold;
    text-decoration: underline;
    position: relative;
  }

  .hoken-tbl__course_ttl a::after {
    content: '';
    display: block;
    width: 3.2vw;
    height: 3.2vw;
    position: absolute;
    bottom: 0.8vw;
    right: -3.733vw;
    background-image: url('../images/icon_blank.png');
    background-repeat: no-repeat;
    background-size: contain;
  }

  .hoken-tbl__course-name {
    font-size: 3.733vw;
    line-height: 1.357;
    background-color: #F2F2F2;
    border-right: solid 2px #CBCDD7;
    text-align: center;
    vertical-align: middle;
    padding: 7.467vw 0;
    font-weight: bold;
  }

  .hoken-tbl__course_cnt {
    font-size: 3.2vw;
    line-height: 1.333;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
  }

  .hoken-tbl thead .hoken-tbl__course_ttl:last-child {
    border-radius: 0 0.8vw 0 0;
  }

  .hoken-tbl tbody tr:last-child .hoken-tbl__course-name {
    border-radius: 0 0 0 0.8vw;
  }

  .hoken-tbl tbody tr:last-child .hoken-tbl__course_cnt {
    border-radius: 0 0 0.8vw 0;
  }

  .hoken-tbl thead .hoken-tbl__course_ttl:not(:last-child) {
    border-right: solid 1px #CBCDD7;
  }

  .hoken-tbl tbody .hoken-tbl__course_cnt {
    border-right: solid 1px #CBCDD7;
    padding: 1.333vw;
  }

  .hoken-tbl tbody .hoken-tbl__course_cnt.no-border {
    border: none !important;
  }

  .hoken-tbl tbody tr:not(:last-child) .hoken-tbl__course-name {
    border-bottom: solid 1px #CBCDD7;
  }

  .hoken-tbl tbody tr:not(:last-child) .hoken-tbl__course_cnt {
    border-bottom: solid 1px #CBCDD7;
  }

  .hoken-tbl-num {
    font-size: 5.333vw;
    line-height: 1.3;
    margin-right: 0.533vw;
  }
}

@media screen and (min-width:768px) {
  .detail-list .cmn-acd__ttl {
    text-align: center;
  }

  .detail-list__ttl {
    font-size: 24px;
    line-height: 1.333;
  }

  .detail-list__txt {
    font-size: 18px;
    line-height: 1.611;
    text-align: center;
  }

  .detail-list__ttl+.detail-list__txt {
    margin-top: 16px;
  }

  .detail-list__itm:nth-of-type(n+2) {
    margin-top: 50px;
  }

  .detail-price {
    margin-top: 70px;
  }

  .detail-list__ttl+.detail-price {
    margin-top: 45px;
  }

  .detail-hoken {
    margin-top: 32px;
  }

  .detail-price__ttl {
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: 20px;
  }

  .detail-price__ttl::before {
    margin-right: 16px;
  }

  .detail-price__ttl::after {
    margin-left: 16px;
  }

  .detail-price__ttl .text--ruby::before {
    font-size: 12px;
    line-height: 1;
  }

  .detail-price__tab {
    display: flex;
    margin-left: 20px;
    margin-right: 20px;
  }

  .detail-price__tab_itm {
    font-size: 16px;
    line-height: 1.313;
    width: 280px;
    font-weight: bold;
    text-align: center;
    border-radius: 4px 4px 0 0;
    border: solid 1px #CBCDD7;
    background-color: #F2F2F2;
    padding: 24px 0;
    margin-bottom: -1px;
    cursor: pointer;
  }

  .detail-price.kobainashi .detail-price__tab_itm {
    width: 426px;
  }

  .detail-price__tab_itm:nth-of-type(n+2) {
    margin-left: 10px;
  }

  .detail-price__cnt {
    border: solid 1px #CBCDD7;
    padding-top: 27px;
    border-radius: 4px;
  }

  .price-tbl {
    width: 100%;
    border-collapse: separate;
    border-radius: 0 0 4px 4px;
  }

  .price-tbl tbody tr:last-child td:first-child {
    border-radius: 0 0 0 4px;
  }

  .price-tbl tbody tr:last-child td:last-child {
    border-radius: 0 0 4px 0;
  }

  .price-tbl .price-tbl__hd:not(:first-child),
  .price-tbl .price-tbl__pay-name,
  .price-tbl td:not(:first-child) {
    border-left: solid 1px #CBCDD7;
  }

  .price-tbl__hd {
    font-size: 20px;
    line-height: 1.3;
    padding: 12px 0 16px;
  }

  .price-tbl-balloon {
    font-size: 18px;
    line-height: 1.333;
    padding: 4px 8px;
    margin-bottom: 12px;
  }

  .price-tbl-balloon::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -12px;
    margin: auto;
    width: 8px;
    height: 12px;
    border-top: 6px solid #FF8C34;
    border-bottom: 6px solid transparent;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  }

  .price-tbl__pay-name {
    font-size: 19px;
    line-height: 1.316;
    padding: 16px 0;
    background-color: #F2F2F2;
    text-align: center;
    font-weight: bold;
    width: 228px
  }

  .price-tbl__cnt {
    font-size: 18px;
    line-height: 1.333;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
  }

  .price-tbl-num {
    font-size: 28px;
    line-height: 1.357;
  }

  .price-tbl .type-name {
    font-size: 18px;
    line-height: 1.333;
    text-align: left;
    font-weight: bold;
    padding: 26px 0 26px 31px;
    width: 220px;
  }

  .price-tbl .type-name a {
    position: relative;
    padding-right: 19px;
    text-decoration: underline;
  }

  .price-tbl .type-name a::after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url('../images/icon_blank.png');
    background-repeat: no-repeat;
    background-size: contain;
  }

  .detail-hoken__lst_wrp {
    margin-top: 10px;
  }

  .detail-hoken__lst_itm {
    font-size: 14px;
    line-height: 1.786;
  }

  .detail-hoken__lst_itm:nth-of-type(n+2) {
    margin-top: 2px;
  }

  .hoken-tbl {
    width: 100%;
    border-collapse: separate;
    border-radius: 4px;
    border-left: solid 1px #CBCDD7;
    border-top: solid 1px #CBCDD7;
  }

  .hoken-tbl__course {
    font-size: 16px;
    line-height: 1.313;
    background-color: #E2E2E2;
    border-right: solid 1px #CBCDD7;
    border-bottom: solid 1px #CBCDD7;
    border-radius: 3px 0 0 0;
    text-align: center;
    padding: 24px 0;
    font-weight: bold;
    width: 403px;
  }

  .hoken-tbl__course-name {
    font-size: 16px;
    line-height: 1.313;
    background-color: #F2F2F2;
    border-right: solid 1px #CBCDD7;
    border-bottom: solid 1px #CBCDD7;
    text-align: center;
    padding: 24px 0;
    font-weight: bold;
    width: 166px;
  }

  .hoken-tbl__course_ttl {
    border-right: solid 1px #CBCDD7;
    border-bottom: solid 1px #CBCDD7;
    padding: 27px 44px 27px 24px;
  }

  .hoken-tbl__course_ttl a {
    font-size: 18px;
    line-height: 1.333;
    font-weight: bold;
    text-decoration: underline;
    position: relative;
  }

  .hoken-tbl__course_ttl a:hover {
    opacity: 0.7;
  }

  .hoken-tbl__course_ttl a::after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    bottom: 4px;
    right: -20px;
    background-image: url('../images/icon_blank.png');
    background-repeat: no-repeat;
    background-size: contain;
  }

  .hoken-tbl__course_cnt {
    font-size: 12px;
    line-height: 1.333;
    border-right: solid 1px #CBCDD7;
    border-bottom: solid 1px #CBCDD7;
    padding-right: 24px;
    text-align: right;
    font-weight: bold;
    vertical-align: middle;
  }

  .hoken-tbl thead th:last-child {
    border-radius: 0 3px 0 0;
  }

  .hoken-tbl tbody tr:last-child .hoken-tbl__course_ttl {
    border-radius: 0 0 0 3px;
  }

  .hoken-tbl tbody tr:last-child .hoken-tbl__course_cnt {
    border-radius: 0 0 3px 0;
  }

  .hoken-tbl-num {
    font-size: 20px;
    line-height: 1.3;
    margin-right: 2px;
  }

  .hoken-tbl-txt {
    font-size: 16px;
    line-height: 1.313;
  }

  .detail-price__lst_wrp {
    margin-top: 16px;
  }

  .detail-price__lst_itm {
    font-size: 14px;
    line-height: 1.214;
    padding-left: 2em;
    position: relative;
  }

  .detail-price__lst_itm::before {
    content: '※';
    display: block;
    width: 2em;
    height: 1.2em;
    position: absolute;
    top: 0;
    left: 0;
  }

  .detail-price__lst_itm:nth-of-type(n+2) {
    margin-top: 10px;
  }
}

/* point */
.point {
  background-color: #FFFDE1;
}

.ranking {
  margin-top: 6.4vw;
}

.ranking img {
  width: 100%;
}

.h2-point__ttl-txt {
  font-size: 6.93vw;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  margin-top: 8.53vw;
}

.h2-point__ttl-txt span {
  font-size: 5.33vw;
  line-height: 1.7;
}

.point .h3-sec {
  background-color: #FFFFFF;
  border-radius: 2.667vw;
  border: solid 1.067vw #FF8C34;
  padding: 5.333vw 7.467vw 6.4vw;
  position: relative;
}

.point .h3-sec::before {
  content: '';
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}

.point .h3-sec:nth-of-type(1)::before {
  background-image: url('../images/recommend_01.png');
  width: 26.67vw;
  height: 29.02vw;
  right: 10.7vw;
  top: -4vw;
}

.point .h3-sec:nth-of-type(2)::before {
  background-image: url('../images/recommend_02.png');
  width: 36.48vw;
  height: 30.4vw;
  right: 7.467vw;
  top: -5.6vw;
}

.point .h3-sec:nth-of-type(3)::before {
  background-image: url('../images/recommend_03.png');
  width: 32.267vw;
  height: 32.267vw;
  right: 9.867vw;
  top: -5.867vw;
}

.point .h3-sec:nth-of-type(4)::before {
  background-image: url('../images/recommend_04.png');
  width: 41.96vw;
  height: 27.733vw;
  right: 4.973vw;
  top: -3.733vw;
}

.point .h3-sec:nth-of-type(5)::before {
  background-image: url('../images/recommend_05.png');
  width: 41.333vw;
  height: 34.667vw;
  right: 4.973vw;
  top: -6.4vw;
}

.point .h3-sec .caution_list {
  margin-top: 2.667vw;
}

.point-icon {
  width: 21.867vw;
}

.point .h3-sec__ttl-txt {
  font-size: 6.4vw;
  line-height: 1.292;
  color: #FF8C34;
  font-weight: bold;
}

.point .h3-sec__ttl-cap {
  font-size: 3.733vw;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 3.2vw;
}

.point .h3-sec:nth-of-type(5) .point__img {
  margin-top: 6.4vw;
}

.point .h3-sec__ttl-txt .text--ruby::before {
  font-weight: bold;
  text-align: center;
  top: -1em;
  left: 0;
  right: 0;
  margin: auto;
}

.roadservice-cnt__wrp {
  margin-top: 8.533vw;
}

.roadservice-cnt__ttl_wrp {
  display: flex;
  margin-bottom: 3.2vw;
}

.roadservice-cnt__ttl_icon {
  width: 16vw;
  margin-right: 4vw;
}

.roadservice-cnt__ttl {
  font-size: 4.8vw;
  line-height: 1.333;
  font-weight: bold;
}

.roadservice-cnt__ttl--sub {
  font-size: 3.2vw;
  line-height: 1.333;
  font-weight: bold;
  display: block;
  margin-bottom: 1.067vw;
}

.roadservice-cnt__ttl.is__center {
  display: flex;
  align-items: center;
}

.roadservice-sup {
  background-color: #F2F2F2;
  border-radius: 2.667vw;
  padding: 4vw 4.8vw;
  margin-top: 2.133vw;
}

.roadservice-sup__ttl {
  font-size: 3.2vw;
  line-height: 1.333;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2.133vw;
}

.roadservice-sup__txt {
  font-size: 3.733vw;
  line-height: 1.357;
}

.point .cv__wrp {
  border: none;
  padding: 0;
  margin-top: 10.67vw;
}

@media screen and (max-width:767px) {
  .point .h3-sec {
    margin-top: 10.933vw;
  }

  .point-icon {
    margin-bottom: 2.667vw;
  }

  .point .h3-sec+.h3-sec {
    margin-top: 6.4vw;
  }

  .roadservice-cnt:nth-of-type(n+2) {
    margin-top: 10.667vw;
  }

  .point .h3-sec__ttl-txt .text--ruby::before {
    font-size: 3.2vw;
    line-height: 1;
  }
}

@media screen and (min-width:768px) {
  .ranking {
    margin-top: 56px;
  }

  .point__wrp {
    margin-top: 67px;
  }

  .h2-point__ttl-txt {
    font-size: 40px;
    margin-top: 60px;
  }

  .h2-point__ttl-txt span {
    font-size: 32px;
  }

  .point .h3-sec {
    border-radius: 10px;
    border: solid 4px #FF8C34;
    padding: 157px 46px 56px;
    position: relative;
  }

  .point .h3-sec:nth-of-type(1) {
    width: 100%;
  }

  .point .h3-sec:nth-of-type(2) {
    margin-top: 49px;
  }

  .point .h3-sec:nth-of-type(3) {
    margin-top: 49px;
  }

  .point .h3-sec:nth-of-type(4) {
    width: 100%;
    padding-top: 118px;
    margin-top: 40px;
  }

  .point .h3-sec:nth-of-type(5) {
    width: 100%;
    padding-top: 147px;
    margin-top: 40px;
  }

  .point .h3-sec:nth-of-type(1)::before {
    background-image: url('../images/pc/recommend_01.png');
    width: 147px;
    height: 160px;
    right: 0;
    left: 0;
    top: -35px;
    margin: auto;
  }

  .point .h3-sec:nth-of-type(2)::before {
    background-image: url('../images/pc/recommend_02.png');
    width: 189px;
    height: 158px;
    right: 0;
    left: 0;
    top: -30px;
    margin: auto;
  }

  .point .h3-sec:nth-of-type(3)::before {
    background-image: url('../images/pc/recommend_03.png');
    width: 177px;
    height: 177px;
    right: 0;
    left: 0;
    top: -41px;
    margin: auto;
  }

  .point .h3-sec:nth-of-type(4)::before {
    background-image: url('../images/pc/recommend_04.png');
    width: 241px;
    height: 159px;
    right: 0;
    left: 0;
    top: -32px;
    margin: auto;
  }

  .point .h3-sec:nth-of-type(5)::before {
    width: 219px;
    height: 184px;
    right: 0;
    left: 0;
    top: -40px;
    margin: auto;
  }

  .point .h3-sec .caution_list {
    margin-top: 16px;
  }

  .point-icon {
    width: 88px;
    margin-right: 20px;
  }

  .point .h3-sec:nth-of-type(2) .point-icon,
  .point .h3-sec:nth-of-type(3) .point-icon {
    margin-top: 6px;
  }

  .point .h3-sec__ttl-wrp {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .point .h3-sec__ttl-txt-wrp .h3-sec__ttl-txt {
    margin-top: 26px;
  }

  .point .h3-sec__ttl-sub {
    margin-top: 38px;
  }

  .point .h3-sec__ttl-txt {
    font-size: 32px;
    line-height: 1.375;
  }

  .point .h3-sec:nth-of-type(1) .h3-sec__ttl-wrp,
  .point .h3-sec:nth-of-type(2) .h3-sec__ttl-wrp,
  .point .h3-sec:nth-of-type(3) .h3-sec__ttl-wrp {
    align-items: flex-start;
  }

  .point .h3-sec:nth-of-type(4) .h3-sec__ttl-wrp,
  .point .h3-sec:nth-of-type(5) .h3-sec__ttl-wrp {
    justify-content: center;
  }

  .point .h3-sec:nth-of-type(4) .h3-sec__ttl-txt {
    font-size: 36px;
    line-height: 1.333;
    margin-top: 6px;
    width: 610px;
  }

  .point .h3-sec:nth-of-type(5) .h3-sec__ttl-txt {
    font-size: 36px;
    line-height: 1.333;
    width: 610px;
  }

  .point .h3-sec__ttl-cap {
    font-size: 20px;
    line-height: 1.6;
    margin-top: 10px;
  }

  .point .h3-sec:nth-of-type(5) .point__img {
    margin-top: 28px;
  }

  .point .h3-sec__ttl-txt .text--ruby::before {
    font-size: 12px;
    line-height: 1;
  }

  .point #point__point01 .caution_list__txt {
    line-height: 1;
  }

  .roadservice-cnt__wrp {
    margin-top: 30px;
  }

  .roadservice-cnt {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .roadservice-cnt__ttl_wrp {
    margin-bottom: 16px;
  }

  .roadservice-cnt__ttl_icon {
    width: 60px;
    margin-right: 15px;
  }

  .roadservice-cnt__ttl {
    font-size: 20px;
    line-height: 1.3;
  }

  .roadservice-cnt__ttl--sub {
    font-size: 14px;
    line-height: 1.357;
    margin-bottom: 4px;
  }

  .roadservice-sup {
    border-radius: 10px;
    padding: 15px 20px;
    margin-top: 24px;
  }

  .roadservice-sup__ttl {
    font-size: 14px;
    line-height: 1.357;
    margin-bottom: 8px;
  }

  .roadservice-sup__txt {
    font-size: 16px;
    line-height: 1.375;
  }

  .point .cv__wrp {
    margin-top: 60px;
  }
}

@media screen and (min-width:1086px) {
  .point__wrp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 67px;
  }

  .point .h3-sec:nth-of-type(1) {
    width: 100%;
  }

  .point .h3-sec:nth-of-type(2) {
    width: 533px;
  }

  .point .h3-sec:nth-of-type(3) {
    width: 533px;
  }

  .point .h3-sec:nth-of-type(4) {
    width: 100%;
  }

  .point .h3-sec:nth-of-type(5) {
    width: 100%;
  }

  .point .h3-sec:nth-of-type(5) .point__img {
    width: 859px;
    margin-left: auto;
    margin-right: auto;
  }

  .point__img .pc-block {
    display: block;
  }

  .point__img .sp-block {
    display: none;
  }

  .roadservice-cnt__wrp {
    display: flex;
    justify-content: space-between;
  }

  .roadservice-cnt {
    width: 296px;
  }
}

@media screen and (max-width:1085px) {
  .point__img .sp-block {
    display: block;
  }

  .point__img .pc-block {
    display: none;
  }
}

@media screen and (min-width:768px) and (max-width:1085px) {
  .roadservice-cnt {
    margin: 0 auto;
  }

  .roadservice-cnt:nth-of-type(n+2) {
    margin-top: 40px;
  }

  .point .h3-sec:nth-of-type(5) .point__img {
    max-width: 552px;
    margin: 28px auto 0;
  }
}

/* details */
.details .h3-sec:first-of-type {
  margin-top: 8vw;
}

.details .h3-sec+.h3-sec {
  margin-top: 10.667vw;
}

.details .h3-sec__ttl-txt {
  font-size: 5.867vw;
  line-height: 1.318;
  color: #FF8C34;
  font-weight: bold;
  text-align: center;
  margin-bottom: 3.2vw;
}

.details__ttl_cnt+.caution_list {
  margin-top: 3.2vw;
}

.details__lst-cnt+.caution_list {
  margin-top: 6.4vw;
}

.details-shidan__wrp .caution_list {
  margin-top: 3.2vw;
}

.details-kega__wrp .caution_list {
  margin-top: 3.2vw;
}

.details__ttl_cnt {
  font-size: 3.733vw;
  line-height: 1.5;
  text-align: center;
}

.details__img {
  width: 41.333vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3.2vw;
}

.details__lst-wrp+.details__lst-wrp {
  margin-top: 10.667vw;
}

.details__lst-cnt {
  display: flex;
  flex-wrap: wrap;
  margin-top: 6.4vw;
}

.details__lst-itm {
  width: 48.18%;
}

.details__lst-ttl {
  font-size: 4.8vw;
  line-height: 1.333;
  text-align: center;
  font-weight: bold;
}

.details__lst-ttl--sub {
  font-size: 3.733vw;
  line-height: 1.357;
  color: #FF8C34;
}

.details__lst-txt {
  font-size: 3.733vw;
  line-height: 1.357;
  text-align: center;
  margin-top: 2.667vw;
}

.details_add__ttl {
  color: #0070D2;
  text-align: center;
  font-weight: bold;
}

.details_add__ttl::before,
.details_add__ttl::after {
  content: '';
  flex-grow: 1;
  background-repeat: repeat-x;
}

.details_add__ttl_inr {
  display: inline-block;
  position: relative;
}

.details_add__ttl_inr::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url('../images/icon_details02_plus.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.details_add__ttl .text--ruby {
  letter-spacing: .05em;
}

.details_add__ttl .text--ruby::before {
  font-weight: bold;
  text-align: center;
  top: -1em;
  left: 0;
  right: 0;
  margin: auto;
}

.details-shidan__wrp {
  padding-top: 13.867vw;
  position: relative;
}

.details-shidan__wrp::before {
  content: '';
  position: absolute;
  display: block;
  width: 5.333vw;
  height: 5.333vw;
  top: 4.267vw;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url('../images/icon_plus.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.details-shidan__img {
  width: 42.4vw;
  margin-top: 6.4vw;
  margin-bottom: 4.237vw;
  margin-left: auto;
  margin-right: auto;
}

.details .cmn-acd__wrp {
  margin-top: 8vw;
}

.details-kega__wrp {
  background-color: #FFECDD;
  border-radius: 2.667vw;
  margin-top: 10.667vw;
  padding: 5.333vw 3.2vw;
}

.details-kega__lst-wrp {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 3.2vw;
}

.details-kega__lst-itm {
  display: flex;
  align-items: center;
  width: 35.733vw;
  border-radius: 1.067vw;
  box-sizing: border-box;
  border: solid 1px #FF8C34;
  background-color: #FFFFFF;
  padding: 1.867vw 2.667vw;
}

.details-kega__lst-txt {
  font-size: 2.667vw;
  line-height: 1.4;
  font-weight: bold;
  padding-left: 8vw;
  position: relative;
}

.details-kega__lst-txt::before {
  content: '';
  display: block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.details-kega__lst-itm:nth-of-type(1) .details-kega__lst-txt::before {
  background-image: url('../images/icon_kega01.png');
  width: 5.867vw;
  height: 5.867vw;
}

.details-kega__lst-itm:nth-of-type(2) .details-kega__lst-txt::before {
  background-image: url('../images/icon_kega02.png');
  width: 5.867vw;
  height: 5.867vw;
}

.details-kega__lst-itm:nth-of-type(3) .details-kega__lst-txt::before {
  background-image: url('../images/icon_kega03.png');
  width: 6.4vw;
  height: 6.4vw;
}

.details-kega__lst-itm:nth-of-type(4) .details-kega__lst-txt::before {
  background-image: url('../images/icon_kega04.png');
  width: 5.333vw;
  height: 5.333vw;
}

.details-kega__lst-itm:nth-of-type(5) .details-kega__lst-txt::before {
  background-image: url('../images/icon_kega05.png');
  width: 5.867vw;
  height: 5.867vw;
}

.details-kega__lst-itm:nth-of-type(6) .details-kega__lst-txt::before {
  background-image: url('../images/icon_kega06.png');
  width: 5.867vw;
  height: 5.867vw;
}

.gold-course__lst-wrp {
  display: flex;
  justify-content: space-between;
  border-radius: 2.667vw;
  border: solid 1px #CBCDD7;
  padding: 3.2vw 6.667vw;
  margin-top: 4.248vw;
}

.gold-course__lst-itm {
  font-size: 3.733vw;
  line-height: 1.357;
  font-weight: bold;
  position: relative;
  padding-left: 5.067vw;
}

.gold-course__lst-itm::before {
  content: '';
  position: absolute;
  display: block;
  background-image: url('../images/icon_check.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 4vw;
  height: 4vw;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width:767px) {
  .details__lst-itm:nth-of-type(2n+2) {
    margin-left: 3.62%;
  }

  .details__lst-itm:nth-of-type(n+3) {
    margin-top: 6.4vw;
  }

  .details-kega__lst-itm:nth-of-type(n+3) {
    margin-top: 1.6vw;
  }

  .details_add {
    margin-top: 10.667vw;
  }

  .details_add__ttl {
    font-size: 3.733vw;
    line-height: 1.714;
    width: 77.067vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6.133vw;
    position: relative;
  }

  .details_add__ttl::before,
  .details_add__ttl::after {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 12.8vw;
    height: 1.6vw;
    background-size: 3.733vw 1.6vw;
  }

  .details_add__ttl::before {
    background-image: url('../images/bg_details02_add_left.png');
    background-position: center left;
    margin-right: 1.867vw;
    left: 0;
  }

  .details_add__ttl::after {
    background-image: url('../images/bg_details02_add_right.png');
    background-position: center right;
    margin-left: 1.867vw;
    right: 0;
  }

  .details_add__ttl_inr {
    padding-left: 5.333vw;
  }

  .details_add__ttl_inr::before {
    width: 4.267vw;
    height: 4.267vw;
    left: 0;
  }

  .details_add__ttl .text--ruby {
    letter-spacing: .025em;
  }

  .details_add__ttl .text--ruby::before {
    font-size: 2.667vw;
    line-height: 1;
  }
}

@media screen and (min-width:768px) {
  .details .h3-sec:first-of-type {
    margin-top: 50px;
  }

  .details .h3-sec+.h3-sec {
    margin-top: 100px;
  }

  .details .h3-sec__ttl-txt {
    font-size: 32px;
    line-height: 1.344;
    text-align: left;
    margin-bottom: 13px;
  }

  .details .h3-sec__ttl-wrp {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .details__ttl_cnt+.caution_list {
    margin-top: 10px;
  }

  .details__lst-cnt+.caution_list {
    margin-top: 40px;
  }

  .details-shidan__inr {
    display: flex;
    justify-content: space-between;
    margin-top: 32px;
  }

  .details-shidan__cnt {
    width: 662px;
  }

  .details-shidan__wrp .caution_list {
    margin-top: 16px;
  }

  .details-kega__wrp .caution_list {
    margin-top: 16px;
  }

  .details__ttl_cnt {
    font-size: 18px;
    line-height: 1.778;
    text-align: left;
  }

  .details__img {
    width: 240px;
    margin: 0 32px 0 0;
  }

  .details .h3-sec:nth-of-type(1) .details__cnt {
    width: 480px;
  }

  .details .h3-sec:nth-of-type(2) .details__cnt {
    width: 468px;
  }

  .details .h3-sec:nth-of-type(3) .details__cnt {
    width: 438px;
  }

  .details__lst-wrp+.details__lst-wrp {
    margin-top: 50px;
  }

  .details__lst-cnt {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 25px;
    gap: 54px 45px;
  }

  .details__lst-itm {
    max-width: 271px;
  }

  .details__lst-ttl {
    font-size: 24px;
    line-height: 1.333;
  }

  .details__lst-ttl--sub {
    font-size: 18px;
    line-height: 1.333;
  }

  .details__lst-txt {
    font-size: 18px;
    line-height: 1.333;
    margin-top: 10px;
  }

  .details_add {
    max-width: 826px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 62px;
  }

  .details_add__ttl {
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: 28px;
  }

  .details_add__ttl::before,
  .details_add__ttl::after {
    height: 8px;
    background-size: 22px 8px;
  }

  .details_add__ttl::before {
    background-image: url('../images/pc/bg_details02_add_left.png');
    margin-right: 6px;
  }

  .details_add__ttl::after {
    background-image: url('../images/pc/bg_details02_add_right.png');
    margin-left: 6px;
  }

  .details_add__ttl_inr {
    padding-left: 28px;
    letter-spacing: -0.075em;
  }

  .details_add__ttl_inr::before {
    width: 20px;
    height: 20px;
    left: 0;
  }

  .details_add__ttl .text--ruby::before {
    font-size: 12px;
    line-height: 1;
  }

  .details-shidan__wrp {
    padding-top: 88px;
  }

  .details-shidan__wrp::before {
    width: 24px;
    height: 24px;
    top: 32px;
    left: 0;
    right: 0;
    margin: auto;
  }

  .details-shidan__img {
    width: 212px;
    margin: 0 32px 0 0;
  }

  .details .cmn-acd__wrp {
    margin-top: 40px;
  }

  .details-kega__wrp {
    background-color: #FFECDD;
    border-radius: 10px;
    margin-top: 50px;
    padding: 40px 75px;
  }

  .details-kega__lst-wrp {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 32px;
    gap: 12px;
  }

  .details-kega__lst-itm {
    display: flex;
    align-items: center;
    width: 244px;
    border-radius: 4px;
    box-sizing: border-box;
    border: solid 1px #FF8C34;
    background-color: #FFFFFF;
    padding: 16px 20px;
  }

  .details-kega__lst-txt {
    font-size: 14px;
    line-height: 1.429;
    font-weight: bold;
    padding-left: 54px;
    position: relative;
  }

  .details-kega__lst-itm:nth-of-type(1) .details-kega__lst-txt::before {
    width: 40px;
    height: 40px;
  }

  .details-kega__lst-itm:nth-of-type(2) .details-kega__lst-txt::before {
    width: 40px;
    height: 40px;
  }

  .details-kega__lst-itm:nth-of-type(3) .details-kega__lst-txt::before {
    width: 44px;
    height: 44px;
  }

  .details-kega__lst-itm:nth-of-type(4) .details-kega__lst-txt::before {
    width: 36px;
    height: 36px;
  }

  .details-kega__lst-itm:nth-of-type(5) .details-kega__lst-txt::before {
    width: 40px;
    height: 40px;
  }

  .details-kega__lst-itm:nth-of-type(6) .details-kega__lst-txt::before {
    width: 40px;
    height: 40px;
  }

  .gold-course__lst-wrp {
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
    border: solid 1px #CBCDD7;
    padding: 12px 32px;
    margin-top: 24px;
  }

  .gold-course__lst-itm {
    font-size: 18px;
    line-height: 1.333;
    padding-left: 28px;
  }

  .gold-course__lst-itm::before {
    width: 20px;
    height: 20px;
  }
}

/* feature */
.feature {
  background-color: #FFFDE1;
}

.feature__detail {
  margin-top: 6.4vw;
}

.feature__point {
  border: 2px solid #ff8c34;
  background-color: #fff;
  border-radius: 2.67vw;
  padding: 5.87vw;
  display: flex;
  align-items: center;
  aspect-ratio: 339/109;
}

.feature__point--img {
  width: 20.6%;
  margin-right: 1.6vw;
}

.feature__point--img img {
  width: 100%;
}

.feature__point--txt {
  width: 77.3%;
}

.feature__point--txt-ttl {
  font-size: 4.8vw;
  font-weight: bold;
  color: #ff8c34;
}

.feature__point--txt-sub {
  font-size: 3.73vw;
  margin-top: 2.13vw;
  line-height: 1.5;
}

.feature .cv__wrp {
  border: none;
  padding: 0;
  margin-top: 8.53vw;
}

@media screen and (max-width:767px) {
  .feature__point:not(:first-child) {
    margin-top: 2.13vw;
  }
}

@media screen and (min-width:768px) {
  .feature__detail {
    margin-top: 56px;
    display: flex;
    justify-content: space-between;
  }

  .feature__point {
    width: 49.08%;
  }

  .feature__point {
    border-radius: 10px;
    padding: 32px 50px 32px 32px;
    display: flex;
    align-items: center;
    aspect-ratio: 339/109;
  }

  .feature__point--img {
    width: 20.6%;
    margin-right: 24px;
  }

  .feature__point--img img {
    width: 100%;
  }

  .feature__point--txt {
    width: 77.3%;
  }

  .feature__point--txt-ttl {
    font-size: 24px;
  }

  .feature__point--txt-sub {
    font-size: 18px;
    margin-top: 16px;
    line-height: 1.5;
  }

  .feature .cv__wrp {
    border: none;
    padding: 0;
    margin-top: 60px;
  }
}

/* customer */
.customer {
  padding: 10.67vw 0;
}

.customer_list {
  padding: 0 4.8vw;
  margin-top: 8vw;
}

.customer__img {
  width: 16.267vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4.225vw;
}

.customer__txt {
  font-size: 3.733vw;
  line-height: 1.714;
  margin-top: 4.267vw;
}

.customer-balloon {
  position: relative;
  display: inline-block;
  padding: 2.667vw;
  width: 100%;
  border: solid 2px #FF8C34;
  box-sizing: border-box;
  border-radius: 2.667vw;
}

.customer-balloon::before {
  content: "";
  position: absolute;
  top: -24px;
  left: 0;
  right: 0;
  margin: auto;
  width: 24px;
  border: 12px solid transparent;
  border-bottom: 12px solid #FFF;
  z-index: 2;
}

.customer-balloon::after {
  content: "";
  position: absolute;
  top: -28px;
  left: 0;
  right: 0;
  margin: auto;
  width: 28px;
  border: 14px solid transparent;
  border-bottom: 14px solid #FF8C34;
  z-index: 1;
}

.customer-balloon__ttl {
  font-size: 3.733vw;
  line-height: 1.428;
  color: #FF8C34;
  text-align: center;
  font-weight: bold;
}

.customer-balloon__txt {
  font-size: 2.4vw;
  line-height: 1.333;
  text-align: center;
  font-weight: bold;
  margin-top: 1.067vw;
}

@media screen and (max-width:767px) {
  .customer_list {
    overflow: hidden;
  }

  .customer_list-item {
    width: 77.6vw;
    max-width: 77.6vw;
    border-radius: 2.667vw;
    border: solid 1px #CBCDD7;
    padding: 6.4vw 8.533vw;
    box-sizing: border-box;
  }

  .customer_list-item:nth-of-type(n+2) {
    margin-left: 6.4vw;
  }
}

@media screen and (min-width:768px) {
  .customer {
    padding: 0;
    margin: 80px auto 60px;
  }

  .customer_list {
    padding: 0;
    margin-top: 50px;
    max-width: 1146px;
    margin-left: auto;
    margin-right: auto;
  }

  .customer_list-item {
    width: 513px;
    border-radius: 10px;
    border: solid 1px #CBCDD7;
    padding: 30px 60px 40px;
    box-sizing: border-box;
  }

  .customer__img {
    width: 93px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 19px;
  }

  .customer__txt {
    font-size: 18px;
    line-height: 1.778;
    margin-top: 13px;
  }

  .customer-balloon {
    padding: 15px 5px;
    border: solid 2px #FF8C34;
    box-sizing: border-box;
    border-radius: 10px;
  }

  .customer-balloon::before {
    content: "";
    position: absolute;
    top: -24px;
    left: 0;
    right: 0;
    margin: auto;
    width: 24px;
    border: 12px solid transparent;
    border-bottom: 12px solid #FFF;
    z-index: 2;
  }

  .customer-balloon::after {
    content: "";
    position: absolute;
    top: -28px;
    left: 0;
    right: 0;
    margin: auto;
    width: 28px;
    border: 14px solid transparent;
    border-bottom: 14px solid #FF8C34;
    z-index: 1;
  }

  .customer-balloon__ttl {
    font-size: 18px;
    line-height: 1.333;
  }

  .customer-balloon__txt {
    font-size: 14px;
    line-height: 1.286;
    margin-top: 10px;
  }
}

.customer_list {
  display: none;
}

.customer_list.slick-initialized {
  display: block;
}

/* user */
.user .sec__inr {
  border-radius: 2.667vw;
  border-style: solid;
  border-color: #FF8C34;
  border-width: 2px;
  background-color: #FF8C34;
  overflow: hidden;
  padding: 0;
}

.sec__ttl-wrp--user {
  padding: 4.267vw 0;
}

.sec__ttl-txt--user {
  font-size: 5.867vw;
  line-height: 1.318;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
}

.user__inr {
  padding: 6.4vw 7.733vw 10.667vw;
  background-color: #FFFFFF;
}

.user__img {
  width: 63.2vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4.267vw;
}

.user__ttl {
  font-size: 4.8vw;
  line-height: 1.278;
  color: #FF8C34;
  font-weight: bold;
}

.user__txt {
  font-size: 3.733vw;
  line-height: 1.714;
  margin-top: 3.2vw;
}

.user .caution_list {
  margin-top: 3.2vw;
}

@media screen and (min-width:768px) {
  .user .sec__inr {
    border-radius: 10px;
    border-style: solid;
    border-color: #FF8C34;
    border-width: 2px;
  }

  .sec__ttl-wrp--user {
    padding: 20px 0;
  }

  .sec__ttl-txt--user {
    font-size: 32px;
    line-height: 1.344;
  }

  .user__inr {
    display: flex;
    padding: 40px 60px;
  }

  .user__img {
    width: 160px;
    margin: 0;
  }

  .user__cnt {
    margin-left: 48px;
  }

  .user__ttl {
    font-size: 22px;
    line-height: 1.318;
  }

  .user__txt {
    font-size: 18px;
    line-height: 1.611;
    margin-top: 16px;
  }

  .user .caution_list {
    margin-top: 10px;
  }
}

/* qa */
.qa .sec__inr {
  padding-bottom: 0;
}

.qa-acd__wrp {
  margin-top: 8vw;
}

.qa-acd__itm {
  border-radius: 1.067vw;
  border: solid 1px #EDEDF2;
}

.qa-acd__itm:not(.is-open) {
  box-shadow: 0px 0.8vw 0px 0px #E0E0E0;
}

.qa-acd__itm.is-open .qa-acd__ttl::after {
  background-image: url(../images/icon_acc_minus.png);
  width: 4.27vw;
  height: 0.53vw;
  right: 5.6vw;
  top: 0;
  bottom: 0;
  margin: auto;
}

.qa-acd__itm.is-open .qa-acd__ttl {
  background-color: #FFE7D4;
  border: solid 2px #FF8C34;
}

.qa-acd__cnt {
  display: none;
}

.qa-acd__itm:nth-of-type(n+2) {
  margin-top: 2.667vw;
}

.qa-acd__ttl {
  font-size: 3.733vw;
  line-height: 1.429;
  font-weight: bold;
  padding: 4.267vw 13.867vw 4.267vw 10.667vw;
  position: relative;
  border: solid 2px transparent;
  border-radius: 1.067vw;
  box-sizing: border-box;
}

.qa-acd__ttl::before,
.qa-acd__ttl::after {
  content: '';
  position: absolute;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}

.qa-acd__ttl::before {
  background-image: url('../images/icon_question.png');
  width: 3.379vw;
  height: 4.307vw;
  top: 4.965vw;
  left: 4.549vw;
}

.qa-acd__ttl::after {
  background-image: url('../images/icon_acc_plus.png');
  width: 4.27vw;
  height: 4.27vw;
  right: 5.6vw;
  top: 0;
  bottom: 0;
  margin: auto;
}

.qa-acd__cnt {
  padding: 4.267vw;
}

.qa-acd__txt {
  font-size: 3.944vw;
  line-height: 1.571;
}

.qa-acd__cnt .caution_list {
  margin-top: 3.38vw;
}

.qa__lst {
  margin-top: 3.38vw;
}

.qa__lst_txt {
  font-size: 3.944vw;
  line-height: 1.571;
  padding-left: 1.4em;
  position: relative;
}

.qa__lst_txt:nth-of-type(n+2) {
  margin-top: 1.6vw;
}

.qa__lst_txt::before {
  content: '・';
  display: block;
  width: 1em;
  line-height: 1.4em;
  position: absolute;
  top: 0;
  left: 0;
}

.qa__lst_txt-caution::before {
  content: '※';
}

.qa-attention__lst {
  margin-top: 5.333vw;
}

.qa-attention__lst_txt {
  font-size: 2.667vw;
  line-height: 1.4;
  padding-left: 3.4em;
  position: relative;
}

.qa-attention__lst_txt::before {
  content: '（注）';
  display: block;
  width: 3em;
  line-height: 1.571;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width:768px) {
  .qa .sec__inr {
    padding: 50px 0 0;
  }

  .qa-acd__wrp {
    margin-top: 50px;
  }

  .qa-acd__itm {
    border-radius: 4px;
    border: solid 1px #EDEDF2;
  }

  .qa-acd__itm:not(.is-open) {
    box-shadow: 0px 3px 0px 0px #E0E0E0;
  }

  .qa-acd__itm.is-open .qa-acd__ttl {
    background-color: #FFE7D4;
    border: solid 2px #FF8C34;
  }

  .qa-acd__cnt {
    display: none;
  }

  .qa-acd__itm:nth-of-type(n+2) {
    margin-top: 10px;
  }

  .qa-acd__ttl {
    font-size: 18px;
    line-height: 1.333;
    font-weight: bold;
    padding: 32px 40px 32px 96px;
    border: solid 2px transparent;
    border-radius: 4px;
    box-sizing: border-box;
  }

  .qa-acd__ttl::before {
    background-image: url('../images/icon_question.png');
    width: 19px;
    height: 24px;
    top: 32px;
    left: 62px;
  }

  .qa-acd__ttl::after {
    width: 16px;
    height: 16px;
    right: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .qa-acd__itm.is-open .qa-acd__ttl::after {
    width: 16px;
    height: 2px;
    right: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .qa-acd__cnt {
    padding: 32px 60px 40px;
  }

  .qa-acd__txt {
    font-size: 18px;
    line-height: 1.5;
  }

  .qa-acd__cnt .caution_list {
    margin-top: 12px;
  }

  .qa-acd__cnt .caution_list__txt {
    font-size: 14px;
    line-height: 1.214;
  }

  .qa__lst {
    margin-top: 12px;
  }

  .qa__lst_txt {
    font-size: 18px;
    line-height: 1.5;
  }

  .qa__lst_txt:nth-of-type(n+2) {
    margin-top: 6px;
  }

  .qa-attention__lst {
    margin-top: 20px;
  }

  .qa-attention__lst_txt {
    font-size: 14px;
    line-height: 1.571;
  }
}

/* footer */
.subjects {
  background-color: #efefef;
}

.subjects .sec__inr {
  padding-bottom: 48.8vw;
}

.subjects-txt {
  font-size: 3.733vw;
  line-height: 1.429;
  text-align: center;
  margin-top: 4.267vw;
}

.subjects-link {
  margin-top: 8vw;
}

.subjects-link__txt {
  font-size: 3.733vw;
  line-height: 1.357;
  text-align: center;
  font-weight: bold;
}

.subjects-link__txt a:hover {
  opacity: 0.7;
}

.subjects-link__txt:nth-of-type(n + 2) {
  margin-top: 5.333vw;
}

.subjects-link__txt a {
  display: inline-block;
  text-decoration: underline;
  position: relative;
  padding-right: 6.4vw;
}

.subjects-link__txt a::after {
  content: "";
  display: block;
  width: 3.733vw;
  height: 3.733vw;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  background-image: url("../images/icon_blank.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.subjects__lst {
  margin-top: 8vw;
}

.subjects__lst_txt {
  font-size: 2.667vw;
  line-height: 1.4;
  padding-left: 1.4em;
  position: relative;
}

.subjects__lst_txt::before {
  content: "・";
  display: block;
  width: 1em;
  line-height: 1.4em;
  position: absolute;
  top: 0;
  left: 0;
}

.subjects__lst_txt:nth-of-type(n + 2) {
  margin-top: 2.667vw;
}

.footer_logo {
  width: 76.533vw;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8vw;
}

.product_id {
  font-size: 3.733vw;
  line-height: 1.429;
  width: 90.4vw;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
  margin-top: 5.333vw;
  margin-bottom: 2.667vw;
}

@media screen and (min-width: 768px) {
  .subjects .sec__inr {
    padding: 50px 0 200px;
  }

  .subjects-txt {
    font-size: 18px;
    line-height: 1.333;
    margin-top: 30px;
  }

  .subjects-link {
    margin-top: 40px;
  }

  .subjects-link__txt {
    font-size: 18px;
    line-height: 1.333;
  }

  .subjects-link__txt:nth-of-type(n + 2) {
    margin-top: 20px;
  }

  .subjects-link__txt a {
    padding-right: 24px;
  }

  .subjects-link__txt a::after {
    width: 18px;
    height: 18px;
  }

  .subjects__lst {
    margin-top: 40px;
  }

  .subjects__lst_txt {
    font-size: 14px;
    line-height: 1.357;
  }

  .subjects__lst_txt:nth-of-type(n + 2) {
    margin-top: 10px;
  }

  .footer_logo {
    width: 386px;
    margin-top: 50px;
  }

  .product_id {
    font-size: 14px;
    line-height: 1.5;
    max-width: 1086px;
    margin-top: 46px;
    margin-bottom: 20px;
  }
}

/* modal */
.modalarea {
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}

.modalarea a:hover {
  opacity: 0.7;
}

.modalinner {
  display: none;
  background-color: #ffffff;
  border-radius: 1.07vw;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 87.2vw;
  height: 85vh;
  padding: 17.07vw 4.27vw;
  overflow: hidden;
}

.modalclose {
  content: '';
  background-image: url('../images/btn_modalclose.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 8.53vw;
  height: 8.53vw;
  position: absolute;
  right: 4.27vw;
  top: 4.27vw;
  cursor: pointer;
}

.modal__ttl {
  position: relative;
  height: 28.53vw;
}

.modal__ttl h2 {
  color: #fff;
  background-color: #eb5402;
  font-size: 5.33vw;
  text-align: center;
  font-weight: bold;
  border-radius: 4.27vw;
  padding: 1.6vw 0;
  width: 50.67vw;
  margin: auto;
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  left: 0;
}

.modal__ttl p {
  text-align: center;
  font-size: 3.73vw;
  font-weight: bold;
  line-height: 1.5;
  border: 2px solid #eb5402;
  border-radius: 1.07vw;
  padding: 8.53vw 4.27vw 6.4vw;
  position: absolute;
  top: 4.27vw;
  right: 0;
  left: 0;
}

.modal__txt {
  margin-top: 8.53vw;
  overflow: auto;
  height: calc(100vh - 15vh - (17.07vw * 2) - 28.53vw - 8.53vw);
}

.modal__txt--lead {
  font-size: 3.73vw;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}

.modal__txt--lead::before,
.modal__txt--lead::after {
  background-repeat: no-repeat;
  background-size: contain;
}

._01 .modal__txt--lead::before,
._01 .modal__txt--lead::after {
  content: "";
  height: 9.07vw;
  width: 3.47vw;
}

._01 .modal__txt--lead::before {
  background-image: url(/pc/bycle/obligation-23/images/modal-lead-line_left1.svg);
}

._01 .modal__txt--lead::after {
  background-image: url(/pc/bycle/obligation-23/images/modal-lead-line_right1.svg);
}

._02 .modal__txt--lead::before,
._02 .modal__txt--lead::after,
._03 .modal__txt--lead::before,
._03 .modal__txt--lead::after {
  content: "";
  height: 14.4vw;
  width: 5.33vw;
}

._02 .modal__txt--lead::before,
._03 .modal__txt--lead::before {
  background-image: url(/pc/bycle/obligation-23/images/modal-lead-line_left2.svg);
}

._02 .modal__txt--lead::after,
._03 .modal__txt--lead::after {
  background-image: url(/pc/bycle/obligation-23/images/modal-lead-line_right2.svg);
}

.modal__txt--img {
  margin-top: 6.4vw;
}

.modal__txt--img img {
  width: 100%;
}

.modal__txt--sub {
  font-size: 3.2vw;
  line-height: 1.75;
  margin-top: 4.64vw;
}

.modal__list {
  margin-top: 8.53vw;
  font-size: 3.73vw;
  line-height: 1.5;
}

.modal__list a {
  font-weight: bold;
  text-decoration: underline;
}

.modal__list li {
  padding-left: 3.2vw;
  position: relative;
}

.modal__list li::before {
  content: "";
  width: 2.13vw;
  height: 2.13vw;
  background-color: #EB5402;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 2.13vw;
}

.modal__list li:not(:first-child) {
  margin-top: 4.27vw;
}

.modal__list--inrlist {
  margin-top: 6.4vw;
  margin-left: 3.2vw;
}

.modal__list--inrlist li:first-child {
  padding: 0;
}

.modal__list--inrlist li:first-child::before {
  content: none;
}

@media screen and (min-width:768px) {
  .modalinner {
    border-radius: 4px;
    max-width: 840px;
    height: 85vh;
    padding: 64px 80px;
  }

  .modalclose {
    width: 32px;
    height: 32px;
    top: 16px;
    right: 16px;
  }

  .modal__ttl {
    height: 98px;
  }

  .modal__ttl h2 {
    font-size: 26px;
    border-radius: 20px;
    padding: 7px 0;
    width: 272px;
  }

  .modal__ttl p {
    font-size: 18px;
    border-radius: 4px;
    padding: 48px 0 32px;
    top: 20px;
    right: 0;
    left: 0;
  }

  .modal__txt {
    margin-top: 59.5px;
    height: calc(100vh - 15vh - (64px * 2) - 98px - 59.5px);
  }

  .modal__txt--lead {
    font-size: 18px;
    justify-content: center;
  }

  .modal__txt--lead::before {
    margin-right: 12.8px;
  }

  .modal__txt--lead::after {
    margin-left: 12.8px;
  }

  ._01 .modal__txt--lead::before,
  ._01 .modal__txt--lead::after {
    height: 34px;
    width: 13px;
  }

  ._02 .modal__txt--lead::before,
  ._02 .modal__txt--lead::after,
  ._03 .modal__txt--lead::before,
  ._03 .modal__txt--lead::after {
    height: 54px;
    width: 20px;
  }

  .modal__txt--img {
    margin: 31.6px auto 0;
    width: 314px;
  }

  .modal__txt--sub {
    font-size: 14px;
    margin-top: 16.7px;
  }

  .modal__list {
    margin-top: 32px;
    font-size: 17px;
  }

  .modal__list li {
    padding-left: 12px;
  }

  .modal__list li::before {
    width: 8px;
    height: 8px;
    top: 5px;
  }

  .modal__list li:not(:first-child) {
    margin-top: 24px;
  }

  .modal__list--inrlist {
    margin-top: 32px;
    margin-left: 12px;
  }

  .modal__list--inrlist li:not(:first-child) {
    margin-top: 16px;
  }
}


/* scroll*/
@media screen and (max-width:767px) {
  .scroll__btn_wrp {
    width: 49.6vw;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2.667vw;
  }

  .scroll__btn {
    width: 6.4vw;
    height: 6.4vw;
  }

  .scroll__btn_dot {
    display: block;
    width: 2.133vw;
    height: 2.133vw;
    background-color: #BDBDBD;
    border-radius: 50%;
  }

  .scroll__btn--left {
    margin-right: 2.667vw;
  }

  .scroll__btn--right {
    margin-left: 2.667vw;
  }

  .scroll__btn_dot.now {
    background-color: #FF8C34;
  }
}

@keyframes icon_move {
  100% {
    left: 0px;
  }
}

@media screen and (max-width:767px) {
  .slide-icon {
    animation-name: icon_move;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease;
  }
}

/* fix */
.fix__totop {
  bottom: 12px;
  right: 18px;
}

.fix__totop.is__fixed {
  position: fixed;
  opacity: 1;
  z-index: 101;
}

.fixbtn--totop {
  display: block;
  background-color: #FF8C33;
  border-radius: 50%;
  border: 2px solid #fff;
  width: 40px;
  height: 40px;
  position: relative;
}

.fixbtn--totop::before {
  content: "";
  background-image: url(/pc/bycle/obligation-23/images/arrow_totop.svg);
  width: 16px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: contain;
  background-repeat: no-repeat;
}

.fix__wrp {
  bottom: 0;
  width: 100%;
  background-color: #ACACAC;
  opacity: 0;
  transition: opacity .5s;
  justify-content: space-between;
}

.fix__wrp.is__fixed {
  position: fixed;
  opacity: 1;
  z-index: 100;
}

.fix__inr {
  display: flex;
  justify-content: center;
}

.fixbtn {
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
  display: block;
  box-sizing: border-box;
}

.fixbtn--bycle {
  background-color: #EA5409;
  border: 1px solid #80310B;
}

.fixbtn--bycle:hover {
  background-color: #FC5B0B;
}

.fixbtn--byclebest {
  background-color: #047CD8;
  border: 1px solid #02497E;
}

.fixbtn--byclebest:hover {
  background-color: #008EFC;
}

.fixbtn .text--ruby::before {
  font-weight: bold;
  text-align: center;
  top: -1em;
  left: 0;
  right: 0;
  margin: auto;
}

.fixbtn--shindan {
  background-color: #fff;
  color: #ff8c33;
  border: 1px solid #FF8C33;
}

.fixbtn--shindan:hover {
  background-color: #FFFDE1;
}

@media screen and (max-width:767px) {
  .fix__wrp {
    padding: 3.2vw;
  }

  .fix__inr {
    width: 90.4vw;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
  }

  .fix__inr:not(:first-child) {
    margin-top: 3.2vw;
  }

  .fixbtn {
    font-size: 3.733vw;
    line-height: 1;
    border-radius: 2.667vw;
    padding: 4vw 0 2.667vw;
  }

  .fixbtn--bycle {
    width: 38.667vw;
    box-shadow: 0px .8vw 0px #45281B;
  }

  .fixbtn--byclebest {
    width: 49.067vw;
    box-shadow: 0px .8vw 0px #1C3141;
  }

  .fixbtn .text--ruby {
    letter-spacing: 0;
  }

  .fixbtn .text--ruby::before {
    font-size: 2.667vw;
    line-height: 1;
  }

  .fixbtn--shindan {
    width: 90.4vw;
    box-shadow: 0px .8vw 0px #ff8c33;
    padding: 4.53vw 0;
    font-size: 4.27vw;
  }

  ruby>rt {
    font-size: 2.13vw;
  }
}

@media screen and (min-width:768px) {
  .fix__wrp {
    padding: 16px 0 13px;
    display: flex;
    justify-content: center;
  }

  .fixbtn {
    font-size: 18px;
    line-height: 1;
    border-radius: 10px;
    padding: 20px 0 11px;
    height: 48px;
    margin-right: 16px;
  }

  .fixbtn--bycle {
    width: 258px;
    box-shadow: 0px 3px 0px #45281B;
  }

  .fixbtn--byclebest {
    width: 258px;
    box-shadow: 0px 3px 0px #1C3141;
  }

  .fixbtn .text--ruby::before {
    font-size: 10px;
    line-height: 1;
  }

  .fixbtn--shindan {
    width: 358px;
    box-shadow: 0px 3px 0px #ff8c33;
    margin: 0;
    padding: 15px 0;
  }
}

@media screen and (min-width:768px) and (max-width:1085px) {
  .fix__wrp {
    padding: 12px 0;
    display: block;
  }

  .fix__inr:not(:first-child) {
    margin-top: 12px;
  }

  .fixbtn--byclebest {
    margin-right: 0;
  }

  .fixbtn--shindan {
    width: 532px;
  }
}

/* campaign_banner */


.banner {
  max-width: 1080px;
  margin: 0 auto 40px;
}

.banner img {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .banner {
    width: 90.4vw;
    margin-bottom: 20px;
  }
}

.cv__wrp_top {
  padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .cv__wrp_top {
    margin: 0 4.8vw;
    padding-bottom: 20px;
  }
}

/* <!-- ↓↓ add 20250708 ↓↓ --> */
.kv_caution__lst_itm:first-child::before {
  content:
    "※1";
}

.kv_caution__lst_itm:nth-child(2)::before {
  content:
    "※2";
}

.kv_caution__lst_itm:nth-child(3)::before {
  content:
    "※3";
}

@media screen and (min-width: 768px) {
  .kv_caution__lst {
    padding-left: 0;
  }
}

.kv_caution__lst_itm:not(:first-child) {
  margin-top: 0;
}

/* <!-- ↓↓ add20250710 ↓↓ --> */

.caution_position {
  position: relative;
  padding-top: 50px;
}

.caution_position.shindan_select__btn.is__checked {
  padding-top: 50px;
}

.caution_head {
  position: absolute;
  top: 12px;
  left: 0;
  width: 380px;
  padding: 0 19px;
  text-align: center;
}

.caution_head .inr {
  display: block;
  background-color: #92D050;
  color: #fff;
  padding: 6px 0;
  border-radius: 5px;
}

.coution_txt {
  position: absolute;
  bottom: -24px;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .caution_position {
    margin-bottom: 40px;
  }

  .caution_head {
    width: 100%;
    padding: 0 5.067vw;
  }

  .caution_position .shindan-detail__lst_wrp {
    margin-top: 9.667vw;
  }
  #shindan_step2 .shindan_select__btn:nth-of-type(2) .shindan-detail__lst_wrp {
        margin-top: 4.6vw;
    }
}