@charset "UTF-8";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media print, screen and (min-width: 480px) {
  html {
    font-size: 62.5%;
  }
}
@media screen and (max-width: 479px) {
  html {
    font-size: 2.5vw;
  }
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.7;
  color: #41474B;
}
@media print, screen and (min-width: 768px) {
  body {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.body {
  position: relative;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
img:hover {
  opacity: 1;
}

*:focus {
  outline: none;
}

a {
  color: #2B81C2;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #499ad7;
  text-decoration: none;
}
a:visited {
  color: #226598;
}

.container {
  margin: 0 auto;
  max-width: 1130px;
  padding-right: 20px;
  padding-left: 20px;
  padding-right: calc(20px + constant(safe-area-inset-right));
  padding-left: calc(20px + constant(safe-area-inset-left));
}
.container .container {
  padding: 0;
}

.narrow-container {
  margin: 0 auto;
  max-width: 960px;
  padding-right: 30px;
  padding-left: 30px;
  padding-right: calc(20px + constant(safe-area-inset-right));
  padding-left: calc(20px + constant(safe-area-inset-left));
}

@media (max-width: 1130px) {
  .container {
    padding-right: 30px;
    padding-left: 30px;
    padding-right: calc(30px + constant(safe-area-inset-right));
    padding-left: calc(30px + constant(safe-area-inset-left));
  }
  .narrow-container {
    padding-right: 30px;
    padding-left: 30px;
    padding-right: calc(30px + constant(safe-area-inset-right));
    padding-left: calc(30px + constant(safe-area-inset-left));
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding-right: 1em;
    padding-left: 1em;
  }
}
.margin--0 {
  margin-top: 0 !important;
}

.margin--025x {
  margin-top: 0.4em !important;
}

.margin--05x {
  margin-top: 0.8em !important;
}

.margin--15x {
  margin-top: 2.4em;
}

.margin--2x {
  margin-top: 3.2em;
}

input[type=text],
input[type=email],
input[type=number],
input[type=tel],
input[type=password] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 16px;
  color: inherit;
  font-family: inherit;
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: 0;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=password]:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 16px;
  color: inherit;
  font-family: inherit;
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: 0;
}
textarea:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 16px;
  color: inherit;
  font-family: inherit;
  background-color: transparent;
  border: none;
  border-radius: 0;
}
select:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  padding: 0;
  color: inherit;
  font-family: inherit;
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: 0;
}
button:hover, button:focus {
  outline: none;
}
button::-moz-focus-inner {
  border: none;
  padding: 0;
}

legend {
  display: none;
}

body.form,
body.entry,
body.contact {
  background: #F5F5F6;
  color: #41474B;
  margin: 0;
}
body.form .acms-admin-box .cms-nav,
body.entry .acms-admin-box .cms-nav,
body.contact .acms-admin-box .cms-nav {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
body.form .acms-admin-box .cms-nav li,
body.entry .acms-admin-box .cms-nav li,
body.contact .acms-admin-box .cms-nav li {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 5px;
  padding-right: 5px;
}
body.form .acms-admin-box .cms-nav li a,
body.entry .acms-admin-box .cms-nav li a,
body.contact .acms-admin-box .cms-nav li a {
  display: block;
  border: 1px solid #ccc;
  background: #ddd;
  padding: 3px;
}

.header {
  height: 60px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .logo {
  width: 80px;
  margin: 0 0 0 15px;
}
.header .logo img {
  vertical-align: middle;
}
.header .utility {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 10px 10px 0 0;
}
.header .utility ul {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0;
}
.header .utility li {
  list-style-type: none;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0 7px;
}
.header .utility li a {
  display: block;
  color: #41474B;
  text-align: center;
}
.header .utility li a::before {
  display: block;
  content: " ";
  width: 20px;
  height: 20px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.header .utility li.plan a::before {
  background-image: url(../img/form/icon_pay.svg);
}
.header .utility li.support a::before {
  background-image: url(../img/form/icon_support.svg);
}
.header .utility li.contact a::before {
  background-image: url(../img/form/icon_mail.svg);
}
@media print, screen and (min-width: 768px) {
  .header {
    height: 100px;
  }
  .header .logo {
    width: 125px;
    margin: 0 0 0 1em;
  }
  .header .utility {
    padding: 0 1em 0 0;
  }
  .header .utility li {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    margin: 0 5px;
  }
  .header .utility li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 1.5em;
    background: #fff;
    border-radius: 2em;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.07);
            box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.07);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  .header .utility li a::before {
    margin: 0 5px 0 0;
  }
  .header .utility li a:hover {
    background: #E7ECF4;
  }
}
@media print, screen and (min-width: 1023px) {
  .header {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header .logo {
    margin: 0;
  }
}

.page-title {
  text-align: center;
  padding: 2em 0;
}
.page-title h1 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.3;
}
@media print, screen and (min-width: 768px) {
  .page-title {
    padding: 3em 0 2em;
  }
  .page-title h1 {
    font-size: 30px;
    font-size: 3rem;
  }
}

.footer {
  margin-top: 4em;
}
.footer .contact-tell {
  background: #E7ECF4;
  padding: 1em 0;
  text-align: center;
  width: 100%;
}
.footer .contact-tell .lead {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  margin: 0;
}
.footer .contact-tell .tel-number {
  display: inline-block;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  line-height: 1.4;
  color: #0E0D6A;
  background: url(../img/icon_freecall.svg) no-repeat;
  background-size: 25px auto;
  background-position: top 7px left 0;
  padding-left: 30px;
  margin: 0;
}
.footer .contact-tell .tel-number .time {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  color: #555;
  margin-left: 5px;
  vertical-align: middle;
}
.footer .contact-tell .tel-number a {
  color: #0E0D6A;
  text-decoration: none;
}
.footer .copyright {
  padding: 3em 0;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer .contact-tell {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
  }
  .footer .copyright {
    padding: 3em 0 8em;
  }
}
@media print, screen and (min-width: 768px) {
  .footer .contact-tell {
    padding: 2em 0;
  }
  .footer .contact-tell .lead {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .footer .contact-tell .tel-number {
    font-size: 30px;
    font-size: 3rem;
    background-size: 33px auto;
    background-position: top 10px left 0;
    padding-left: 40px;
  }
  .footer .contact-tell .tel-number .time {
    display: block;
    margin-left: -40px;
  }
}

.container {
  padding: 0 1em;
}
@media print, screen and (min-width: 1023px) {
  .container {
    max-width: 700px;
  }
}

.content h2 {
  margin: 2.4em 0 0;
  font-size: 20px;
  font-size: 2rem;
}
.content h2.small {
  font-size: 18px;
  font-size: 1.8rem;
}
.content h2.icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content h2.icon span {
  width: 44px;
  margin-right: 0.5em;
}
.content a {
  color: #2B81C2;
  text-decoration: underline;
}
.content p {
  font-size: 16px;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 768px) {
  .content h2 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

.before-contact {
  margin-top: 1.6em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.before-contact__item {
  width: 100%;
  max-width: 390px;
  margin: 10px 0;
}
.before-contact__item a {
  width: 100%;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border: 3px solid #FFC73D;
  border-radius: 12px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #41474B;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.before-contact__item a::before {
  content: " ";
  display: block;
  width: 32px;
  height: 37px;
  background: url(../img/icon_faq.svg) 50% 50% no-repeat;
  background-size: 100%;
  margin-right: 10px;
}
@media print, screen and (min-width: 768px) {
  .before-contact__item a {
    height: 89px;
  }
  .before-contact__item a:hover {
    background-color: #FFF5DE;
  }
}

.tel-contact {
  border: 3px solid #0E0D6A;
  border-radius: 5px;
  background: #fff;
  padding: 1em;
  margin-top: 1.6em;
  text-align: center;
}
.tel-contact h2 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0;
}
.tel-contact .tel-number {
  display: inline-block;
  font-size: 30px;
  font-size: 3rem;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  line-height: 1.4;
  color: #0E0D6A;
  background: url(../img/icon_freecall.svg) no-repeat;
  background-size: 33px auto;
  background-position: top 10px left 0;
  padding-left: 40px;
  margin: 0;
}
.tel-contact .tel-number .time {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  display: block;
  color: #555;
  margin-left: -40px;
}
.tel-contact .tel-number a {
  color: #0E0D6A;
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  .tel-contact {
    padding: 2em;
  }
}

.note {
  border: 3px solid #FC7489;
  border-radius: 5px;
  background: #fff;
  padding: 1em;
  margin-top: 1.6em;
}
.note p {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0;
}
.note .em {
  color: #E50A3D;
  font-weight: bold;
}
.note .em a {
  color: #E50A3D;
}
@media print, screen and (min-width: 768px) {
  .note {
    padding: 1em 2em;
    margin-top: 2.4em;
  }
}

.form-flow {
  padding: 2em 0;
}
.form-flow ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.form-flow ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}
.form-flow ol li .icon {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  background: #F4CB51;
  margin-right: 3px;
}
.form-flow ol li::after {
  content: " ";
  display: inline-block;
  width: 16px;
  height: 12px;
  background: url(../img/form/icon_triangle.svg) no-repeat;
  background-size: auto;
  background-position: 50% 50%;
  margin: 0 1em;
}
.form-flow ol li:last-child::after {
  content: none;
}
.form-flow ol li.active {
  z-index: 1;
}
.form-flow ol li.active .icon {
  position: relative;
}
.form-flow ol li.active .icon::before {
  display: block;
  content: " ";
  width: 44px;
  height: 44px;
  background: #FFF7BC;
  border-radius: 22px;
  position: absolute;
  top: -15px;
  left: -15px;
  z-index: -1;
}
.form-flow.apply ol {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.form-flow.apply ol li {
  text-align: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 10px;
  font-size: 1rem;
}
.form-flow.apply ol li .icon {
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 auto 1em;
}
.form-flow.apply ol li::after {
  padding-top: 3em;
  margin: 0 0.5em;
}
.form-flow.apply ol li.active .icon::before {
  width: 34px;
  height: 34px;
  top: -12px;
  left: -12px;
}
@media print, screen and (min-width: 768px) {
  .form-flow ol li {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .form-flow ol li .icon {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    margin-right: 5px;
  }
  .form-flow ol li:nth-child(1)::after, .form-flow ol li:nth-child(2)::after {
    margin: 0 2em;
  }
  .form-flow ol li.active {
    position: relative;
    z-index: 1;
  }
  .form-flow ol li.active .icon::before {
    width: 66px;
    height: 66px;
    border-radius: 33px;
    top: -25px;
    left: -25px;
  }
  .form-flow.apply ol li {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .form-flow.apply ol li::after {
    padding-top: 3em;
    margin: 0 0.75em;
  }
}

.small {
  font-size: 70%;
}

.em {
  font-size: 110%;
  font-weight: bold;
  text-decoration: none;
}

.error {
  color: #ED556D;
  font-weight: bold;
  line-height: 1.4;
  padding-left: 1.5em;
  margin: 5px 10px 0;
  background: url(../img/form/icon_error.svg) no-repeat;
  background-position: top 0.2em left 0;
}

.center {
  text-align: center;
}

.attention {
  color: #F25057;
}

.remarks {
  font-size: 13px;
  font-size: 1.3rem;
  margin: 10px 0 0 0;
}

.discount_price {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
.discount_price span {
  font-size: 30px;
  font-size: 3rem;
  color: #F25057;
  margin-left: 0.5em;
}

.margin--0 {
  margin: 0;
}

.margin--1 {
  margin-top: 1em;
}

.margin--2 {
  margin-top: 2em;
}

@media screen and (max-width: 479px) {
  .sp-hide {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .pc-show {
    display: none;
  }
}

ul.list {
  list-style-type: none;
  padding: 0 0 0 1em;
}
ul.list li {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 5px 0;
  padding-left: 1.3em;
  position: relative;
}
ul.list li::before {
  display: block;
  content: " ";
  width: 9px;
  height: 9px;
  border-radius: 5px;
  background: #41474B;
  position: absolute;
  left: 0;
  top: 0.5em;
}

.form-item {
  margin: 0;
  padding: 0;
}
.form-item .icon {
  display: inline-block;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
  padding: 0.15em 1em 0.2em;
  border-radius: 1.5em;
  margin-left: 8px;
}
.form-item .icon.required {
  background: #FC7489;
  color: #fff;
}
.form-item .icon.arbitrary {
  background: #E4E4E4;
  color: #969798;
}
.form-item li {
  list-style-type: none;
  margin: 1.6em 0;
}
.form-item-label {
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .form-item-label {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.form-item-control {
  margin-top: 10px;
}
.form-item-control dl dt {
  font-weight: bold;
}
.form-item-control dl dd {
  margin: 10px 0 0 0;
}
.form-item .input-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form-item .input-name input {
  width: inherit;
}
@media screen and (max-width: 767px) {
  .form-item .input-name {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .form-item .input-name input {
    width: calc(50% - 5px);
  }
}
@media print, screen and (min-width: 768px) {
  .form-item .input-name input {
    width: 15em;
    margin-right: 1em;
  }
}
.form-item .input-selectbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-item .input-selectbox-text {
  font-weight: bold;
  margin: 0 0.7em;
}
.form-item .input-selectbox-text.small {
  font-size: 15px;
  font-size: 1.5rem;
}
.form-item .input-selectbox .checkbox {
  margin: 0 1em 0 0;
}
.form-item .input-selectbox .checkbox label {
  margin-bottom: 0;
}
.form-item .input-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: top;
}
.form-item .input-row .radio-btn,
.form-item .input-row .checkbox {
  display: inline-block;
}
.form-item .input-row .radio-btn label,
.form-item .input-row .checkbox label {
  margin-bottom: 0;
}
.form-item .input-row .checkbox {
  margin-right: 10px;
}
.form-item input[type=text],
.form-item input[type=email],
.form-item input[type=tel],
.form-item input[type=password] {
  border: 1px solid #F0F0F0;
  background-color: #fff;
  padding: 1em 1.5em;
  border-radius: 2em;
}
.form-item input[type=text]::-webkit-input-placeholder, .form-item input[type=email]::-webkit-input-placeholder, .form-item input[type=tel]::-webkit-input-placeholder, .form-item input[type=password]::-webkit-input-placeholder {
  color: #C4C4C4;
}
.form-item input[type=text]::-moz-placeholder, .form-item input[type=email]::-moz-placeholder, .form-item input[type=tel]::-moz-placeholder, .form-item input[type=password]::-moz-placeholder {
  color: #C4C4C4;
}
.form-item input[type=text]:-ms-input-placeholder, .form-item input[type=email]:-ms-input-placeholder, .form-item input[type=tel]:-ms-input-placeholder, .form-item input[type=password]:-ms-input-placeholder {
  color: #C4C4C4;
}
.form-item input[type=text]::-ms-input-placeholder, .form-item input[type=email]::-ms-input-placeholder, .form-item input[type=tel]::-ms-input-placeholder, .form-item input[type=password]::-ms-input-placeholder {
  color: #C4C4C4;
}
.form-item input[type=text]::placeholder,
.form-item input[type=email]::placeholder,
.form-item input[type=tel]::placeholder,
.form-item input[type=password]::placeholder {
  color: #C4C4C4;
}
.form-item input[type=text].input-date,
.form-item input[type=email].input-date,
.form-item input[type=tel].input-date,
.form-item input[type=password].input-date {
  background-image: url(../img/form/icon_date.svg);
  background-repeat: no-repeat;
  background-position: top 50% left 1.5em;
  padding-left: 3em;
}
.form-item input[type=text].input-error,
.form-item input[type=email].input-error,
.form-item input[type=tel].input-error,
.form-item input[type=password].input-error {
  border: 1px solid #FC7489;
  background-color: #F8EDEE;
}
.form-item input[type=text].input-other,
.form-item input[type=email].input-other,
.form-item input[type=tel].input-other,
.form-item input[type=password].input-other {
  width: 20em;
}
@media screen and (max-width: 767px) {
  .form-item input[type=text].input-other,
  .form-item input[type=email].input-other,
  .form-item input[type=tel].input-other,
  .form-item input[type=password].input-other {
    width: inherit;
    padding: 1em;
  }
}
@media print, screen and (min-width: 768px) {
  .form-item input[type=text].input-fll,
  .form-item input[type=email].input-fll,
  .form-item input[type=tel].input-fll,
  .form-item input[type=password].input-fll {
    width: 100%;
  }
  .form-item input[type=text].input-half,
  .form-item input[type=email].input-half,
  .form-item input[type=tel].input-half,
  .form-item input[type=password].input-half {
    width: 50%;
  }
  .form-item input[type=text].input-number,
  .form-item input[type=email].input-number,
  .form-item input[type=tel].input-number,
  .form-item input[type=password].input-number {
    width: 15em;
  }
}
.form-item textarea {
  border: 1px solid #F0F0F0;
  background: #fff;
  padding: 1em 1.5em;
  border-radius: 8px;
}
.form-item fieldset {
  border: none;
  padding: 0;
}
.form-item label .multi {
  width: calc(100% - 40px);
  line-height: 1.3;
}
.form-item label .price {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
}
.form-item .selectbox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.form-item .selectbox::after {
  position: absolute;
  right: 18px;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-bottom: 2px solid #707070;
  border-right: 2px solid #707070;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  content: "";
  pointer-events: none;
}
.form-item .selectbox select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 1.15em calc(2em + 15px) 1.15em 2em;
  border: 1px solid #F0F0F0;
  background-color: #fff;
  border-radius: 2em;
  cursor: pointer;
  font-size: 16px;
  font-size: 1.6rem;
  color: #41474B;
}
.form-item .selectbox.menu select {
  padding: 1.3em calc(1em + 15px) 1.3em 1em;
  font-size: 14px;
  font-size: 1.4rem;
  margin-right: 5px;
}
.form-item .radio-btn {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form-item .radio-btn label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.5em;
  position: relative;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #F0F0F0;
  border-radius: 8px;
  background-color: #fff;
  font-weight: bold;
  line-height: 1.2;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding: 1em 1.2em;
}
.form-item .radio-btn label::before {
  border-radius: 50%;
  content: "";
  width: 18px;
  height: 18px;
  background-color: #F8F8F8;
  border: 1px solid #D9D9D9;
}
.form-item .radio-btn label:has(:checked) {
  border: 3px solid #FFC73D;
}
.form-item .radio-btn label:has(:checked)::before {
  border-color: #FFB500;
}
.form-item .radio-btn label:has(:checked)::after {
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 50%;
  left: calc(10px + 1.2em);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: #FFB500;
}
@media screen and (max-width: 767px) {
  .form-item .radio-btn label .small {
    padding-left: 2.5em;
  }
}
.form-item .radio-btn input[type=radio],
.form-item .radio-btn input[type=checkbox] {
  display: none;
}
.form-item .radio-btn input[type=radio]:checked + label,
.form-item .radio-btn input[type=checkbox]:checked + label {
  border: 3px solid #FFC73D;
}
.form-item .radio-btn input[type=radio]:checked + label::before,
.form-item .radio-btn input[type=checkbox]:checked + label::before {
  border-color: #FFB500;
}
.form-item .radio-btn input[type=radio]:checked + label::after,
.form-item .radio-btn input[type=checkbox]:checked + label::after {
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 50%;
  left: calc(10px + 1.2em);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: #FFB500;
}
.form-item .radio-btn.col2, .form-item .radio-btn.col3 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form-item .radio-btn.col2 label, .form-item .radio-btn.col3 label {
  width: calc(50% - 5px);
  margin-right: 0;
}
.form-item .radio-btn.full label {
  width: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  .form-item .radio-btn label {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .form-item .radio-btn.col2 label {
    width: calc(50% - 5px);
    margin-right: 0;
  }
  .form-item .radio-btn.col3 label {
    width: calc(33.3333% - 5px);
    margin-right: 0;
  }
  .form-item .radio-btn.half {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .form-item .radio-btn.half label {
    width: calc(50% - 5px);
    margin: 0;
  }
}
.form-item .radio-btn_icon {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.form-item .radio-btn_icon .col {
  width: calc(33.3333% - 20px);
  margin-right: 30px;
}
.form-item .radio-btn_icon .col:last-child {
  margin-right: 0;
}
.form-item .radio-btn_icon .col a.blank {
  font-size: 12px;
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-item .radio-btn_icon .col a.blank::after {
  content: " ";
  display: inline-block;
  width: 10px;
  height: 15px;
  background: url(../img/icon_otherwindow.svg) 50% 50% no-repeat;
  background-size: 9px;
  margin-left: 0.5em;
}
.form-item .radio-btn_icon label {
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.5em;
  padding: 0 1.2em;
  border: 1px solid #F0F0F0;
  border-radius: 8px;
  background-color: #fff;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-align: center;
  padding: 90px 0 0;
  background-repeat: no-repeat;
  background-size: 67px;
  background-position: 50% 20px;
  justify-content: center;
}
.form-item .radio-btn_icon label .checkbox {
  display: block;
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 5px;
  background-color: #F8F8F8;
  border: 1px solid #D9D9D9;
  position: relative;
}
.form-item .radio-btn_icon label.tv {
  background-image: url(../img/form/icon_tv.svg);
}
.form-item .radio-btn_icon label.net {
  background-image: url(../img/form/icon_net.svg);
}
.form-item .radio-btn_icon label.tel {
  background-image: url(../img/form/icon_tel.svg);
}
.form-item .radio-btn_icon input[type=radio],
.form-item .radio-btn_icon input[type=checkbox] {
  display: none;
}
.form-item .radio-btn_icon input[type=radio]:checked + label,
.form-item .radio-btn_icon input[type=checkbox]:checked + label {
  border: 3px solid #FFC73D;
}
.form-item .radio-btn_icon input[type=radio]:checked + label .checkbox,
.form-item .radio-btn_icon input[type=checkbox]:checked + label .checkbox {
  background-color: #FFC73D;
  border-color: #fff;
}
.form-item .radio-btn_icon input[type=radio]:checked + label .checkbox::after,
.form-item .radio-btn_icon input[type=checkbox]:checked + label .checkbox::after {
  position: absolute;
  top: calc(50% - 6px);
  left: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  content: "";
}
@media screen and (max-width: 767px) {
  .form-item .radio-btn_icon .col {
    width: calc(50% - 10px);
    margin-right: 20px;
    margin-bottom: 1em;
  }
  .form-item .radio-btn_icon .col:nth-child(3n) {
    margin-right: 0;
  }
}
.form-item .radio-btn_plan {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.form-item .radio-btn_plan label {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5em 0;
  border: 1px solid #F0F0F0;
  border-radius: 8px;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin-bottom: 1.5em;
}
.form-item .radio-btn_plan label .checkbox {
  display: block;
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 5px;
  background-color: #F8F8F8;
  border: 1px solid #D9D9D9;
  position: relative;
  margin: 0 1.5em;
}
.form-item .radio-btn_plan label .text {
  width: calc(100% - 3em - 22px);
}
.form-item .radio-btn_plan label .text .plan_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.3;
  font-weight: bold;
}
.form-item .radio-btn_plan label .text .plan_name .ch {
  display: inline-block;
  background: #D01170;
  border-radius: 5px;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  margin-left: 10px;
  padding: 0 0.5em;
  color: #fff;
}
.form-item .radio-btn_plan label .text .type {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 10px 0;
}
.form-item .radio-btn_plan label .text .type span {
  display: inline-block;
  background: #F4D4E4;
  padding: 0 0.75em;
  margin-right: 3px;
  border-radius: 1em;
}
.form-item .radio-btn_plan label .text p {
  margin: 0;
}
.form-item .radio-btn_plan input[type=radio],
.form-item .radio-btn_plan input[type=checkbox] {
  display: none;
}
.form-item .radio-btn_plan input[type=radio]:checked + label,
.form-item .radio-btn_plan input[type=checkbox]:checked + label {
  border: 3px solid #FFC73D;
}
.form-item .radio-btn_plan input[type=radio]:checked + label .checkbox,
.form-item .radio-btn_plan input[type=checkbox]:checked + label .checkbox {
  background-color: #FFC73D;
  border-color: #fff;
}
.form-item .radio-btn_plan input[type=radio]:checked + label .checkbox::after,
.form-item .radio-btn_plan input[type=checkbox]:checked + label .checkbox::after {
  position: absolute;
  top: calc(50% - 6px);
  left: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  content: "";
}
@media screen and (max-width: 767px) {
  .form-item .radio-btn_plan .col {
    width: calc(50% - 15px);
    margin-bottom: 1em;
  }
  .form-item .radio-btn_plan .col:nth-child(2n) {
    margin-right: 0;
  }
}
.form-item .checkbox {
  border: none;
}
.form-item .checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.5em;
  position: relative;
  width: 100%;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #F0F0F0;
  border-radius: 8px;
  background-color: #fff;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding: 15px;
}
.form-item .checkbox label::before {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 5px;
  background-color: #F8F8F8;
  border: 1px solid #D9D9D9;
}
.form-item .checkbox label:has(:checked) {
  border: 3px solid #FFC73D;
}
.form-item .checkbox label:has(:checked)::before {
  background-color: #FFC73D;
  border-color: #fff;
}
.form-item .checkbox label:has(:checked):after {
  position: absolute;
  top: calc(50% - 6px);
  left: 25px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  content: "";
}
.form-item .checkbox label.input-short {
  max-width: 190px;
}
@media screen and (max-width: 767px) {
  .form-item .checkbox label .small {
    padding-left: 2.5em;
  }
}
.form-item .checkbox label .with-icon {
  width: calc(100% - 22px - 1em);
}
.form-item .checkbox input[type=checkbox] {
  display: none;
}
.form-item .checkbox input[type=checkbox]:checked + label {
  border: 3px solid #FFC73D;
}
.form-item .checkbox input[type=checkbox]:checked + label::before {
  background-color: #FFC73D;
  border-color: #fff;
}
.form-item .checkbox input[type=checkbox]:checked + label:after {
  position: absolute;
  top: calc(50% - 6px);
  left: 25px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  content: "";
}
.form-item .checkbox.inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form-item .checkbox.inline label {
  width: inherit;
}
@media screen and (max-width: 767px) {
  .form-item .checkbox label {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.option-box {
  position: relative;
  width: calc(100% - 3em);
  background-color: #F8F8F8;
  -webkit-filter: drop-shadow(0 0 14px #ddd);
          filter: drop-shadow(0 0 14px #ddd);
  border-radius: 9px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
  padding: 1.5em;
}
.option-box::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  -webkit-clip-path: polygon(50% 30%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 30%, 0% 100%, 100% 100%); /* 解説② */
  background-color: #F8F8F8;
  top: -25px;
  left: 5%;
  z-index: 10;
}
.option-box h3 {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  margin-top: 0;
}
.option-box p {
  margin-bottom: 0;
}
.option-box p.attention {
  font-size: 13px;
  font-size: 1.3rem;
  margin-top: 0;
  text-align: center;
}
.option-box ul.list {
  padding: 0;
}
.option-box ul.list li {
  margin: 0;
}
.option-box .form-item li {
  padding-bottom: 1em;
  border-bottom: 1px solid #ddd;
  margin: 0;
}
.option-box .form-item li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.option-box .form-item-control .selectbox-text {
  width: 100%;
}
.option-box .form-item-control .selectbox-text .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.option-box .form-item-control .selectbox-text .title i {
  display: none;
  width: 26px;
  margin-left: 0.5em;
}
.option-box .form-item-control .selectbox-text p {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 10px 0;
}
.option-box .form-item label.selectbox {
  margin-bottom: 0;
  width: inherit;
  border: none;
  background: none;
  padding: 0;
}
@media print, screen and (min-width: 768px) {
  .option-box.arrow-right::before {
    left: 48%;
  }
}

.option-list {
  width: 100%;
  background-color: #F8F8F8;
  -webkit-filter: drop-shadow(0 0 14px #ddd);
          filter: drop-shadow(0 0 14px #ddd);
  border-radius: 9px;
  margin-top: 1em;
  padding: 0 1.5em;
}
.option-list-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 1em 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.option-list-title .button {
  width: 105px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 8px;
  padding: 5px 10px;
  border: none;
  cursor: pointer;
  font-size: 15px;
  font-size: 1.5rem;
}
.option-list-title .button::after {
  content: "開く";
}
.option-list-title .button .icon {
  display: block;
  background: rgb(255, 199, 61);
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 199, 61)), to(rgb(255, 157, 0)));
  background: linear-gradient(90deg, rgb(255, 199, 61) 0%, rgb(255, 157, 0) 100%);
  width: 28px;
  height: 28px;
  border-radius: 24px;
  margin: 0 8px 0 0;
  position: relative;
}
.option-list-title .button .icon::before, .option-list-title .button .icon::after {
  display: block;
  width: 1px;
  height: 10px;
  background-color: #fff;
  content: "";
  position: absolute;
  top: 9px;
  left: 14px;
}
.option-list-title .button .icon::before {
  rotate: 90deg;
}
.option-list-title .button .icon::after {
  -webkit-transition: rotate 0.3s;
  transition: rotate 0.3s;
}
.option-list-title.close .button::after {
  content: "閉じる";
}
.option-list-title.close .button .icon::after {
  rotate: 90deg;
}
.option-list-content {
  display: none;
}
.option-list-content ul {
  padding: 0;
}
.option-list-content ul li {
  margin: 0;
  padding: 0.75em 0;
  border-top: 1px solid #ddd;
}
.option-list-content .input-selectbox {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.option-list-content .input-selectbox-text {
  width: calc(100% - 150px);
  margin: 0;
  line-height: 1.3;
}
.option-list-content .input-selectbox .price {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
}
.option-list-content .input-selectbox .wrap {
  text-align: right;
  width: 150px;
}

.discount-box {
  width: 100%;
  background-color: #F8F8F8;
  -webkit-filter: drop-shadow(0 0 14px #ddd);
          filter: drop-shadow(0 0 14px #ddd);
  border-radius: 9px;
  margin-top: 1em;
  padding: 1.5em;
}
.discount-box p {
  margin: 0;
}
.discount-box p.attention {
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
}

.price-total {
  border-radius: 5px;
  background: #fff;
  padding: 1em;
  -webkit-filter: drop-shadow(0 0 14px #ddd);
          filter: drop-shadow(0 0 14px #ddd);
}
.price-total h2 {
  font-size: 26px;
  font-size: 2.6rem;
  text-align: center;
  margin: 0;
}
.price-total-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.5em;
}
.price-total-title h3 {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0;
}
.price-total-title .price {
  display: block;
  text-align: right;
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
}
.price-total-title .price .small {
  font-weight: normal;
  font-size: 13px;
  font-size: 1.3rem;
}
.price-total-detail {
  border-radius: 5px;
  background: #F8F8F8;
  padding: 0 1em;
}
.price-total-detail h4 {
  margin: 0.75em 0 0 0;
  padding: 0 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.price-total-detail h4 span {
  width: 29px;
  margin-right: 0.5em;
}
.price-total-detail ul {
  padding: 0;
  margin: 5px 0 0 0;
}
.price-total-detail ul li {
  font-size: 16px;
  font-size: 1.6rem;
  list-style-type: none;
  padding: 0.5em;
  border-bottom: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.price-total-detail .accordion-content {
  width: 100%;
}
.price-total-detail .accordion-content .accordion-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  position: relative;
  padding: 0.5em;
}
.price-total-detail .accordion-content .accordion-title .button {
  width: 105px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 8px;
  padding: 5px 10px;
  border: none;
  cursor: pointer;
  font-size: 15px;
  font-size: 1.5rem;
}
.price-total-detail .accordion-content .accordion-title .button::after {
  content: "開く";
}
.price-total-detail .accordion-content .accordion-title .button .icon {
  display: block;
  background: rgb(255, 199, 61);
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 199, 61)), to(rgb(255, 157, 0)));
  background: linear-gradient(90deg, rgb(255, 199, 61) 0%, rgb(255, 157, 0) 100%);
  width: 28px;
  height: 28px;
  border-radius: 24px;
  margin: 0 8px 0 0;
  position: relative;
}
.price-total-detail .accordion-content .accordion-title .button .icon::before, .price-total-detail .accordion-content .accordion-title .button .icon::after {
  display: block;
  width: 1px;
  height: 10px;
  background-color: #fff;
  content: "";
  position: absolute;
  top: 9px;
  left: 14px;
}
.price-total-detail .accordion-content .accordion-title .button .icon::before {
  rotate: 90deg;
}
.price-total-detail .accordion-content .accordion-title .button .icon::after {
  -webkit-transition: rotate 0.3s;
  transition: rotate 0.3s;
}
.price-total-detail .accordion-content .accordion-title.close .button::after {
  content: "閉じる";
}
.price-total-detail .accordion-content .accordion-title.close .button .icon::after {
  rotate: 90deg;
}
.price-total-detail .accordion-content .accordion-detail {
  display: none;
}
@media print, screen and (min-width: 1023px) {
  .price-total-detail .accordion-content .accordion-title {
    padding: 1em 0.5em;
  }
  .price-total-detail .accordion-content .accordion-title button {
    margin-right: -1em;
  }
  .price-total-detail .accordion-content .accordion-detail {
    padding: 0 0 1.5em;
  }
}

.fixed-window {
  width: 100%;
  position: fixed;
  bottom: 80px;
  right: 0;
  background: #fff;
  padding: 1.2em 1em;
  -webkit-filter: drop-shadow(0 0 14px #ddd);
          filter: drop-shadow(0 0 14px #ddd);
}
.fixed-window.bnr {
  background: transparent;
  padding: 0;
}
.fixed-window.hidden {
  display: none;
}
.fixed-window h2 {
  margin: 0;
  font-size: 13px;
  font-size: 1.3rem;
  color: #E3A601;
  text-align: center;
  line-height: 1.2;
}
.fixed-window h3 {
  margin: 0;
  line-height: 1.2;
  font-size: 11px;
  font-size: 1.1rem;
  color: #000;
}
.fixed-window dl.price-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.5em 0 0 0;
  line-height: 1.2;
}
.fixed-window dl.price-list dt {
  width: 50px;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: center;
}
.fixed-window dl.price-list dd {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  width: calc(100% - 50px);
  text-align: right;
  margin: 0;
}
.fixed-window dl.price-list dd span {
  font-size: 12px;
  font-size: 1.2rem;
}
.fixed-window dl.price-list dd .tax {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
}
.fixed-window .campaign-box {
  position: relative;
  width: 100%;
  background: rgb(255, 199, 61);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 199, 61)), to(rgb(255, 157, 0)));
  background: linear-gradient(180deg, rgb(255, 199, 61) 0%, rgb(255, 157, 0) 100%);
  border-radius: 9px;
  margin: 1.25em 0 0 0;
  padding: 0.5em;
  text-align: center;
}
.fixed-window .campaign-box::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  -webkit-clip-path: polygon(50% 30%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 30%, 0% 100%, 100% 100%); /* 解説② */
  background: rgb(255, 199, 61);
  top: -20px;
  left: 50%;
  z-index: 10;
  margin-left: -15px;
}
.fixed-window .campaign-box p {
  margin: 0;
}
.fixed-window .campaign-box a.btn {
  display: block;
  text-align: center;
  font-weight: bold;
  background: #fff;
  border-radius: 2em;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 5px auto 0;
  padding: 10px 0;
  line-height: normal;
  color: #41474B;
  text-decoration: none;
  position: relative;
}
.fixed-window .campaign-box a.btn::after {
  content: " ";
  width: 5px;
  height: 10px;
  background: url(../img/icon_arrow_y.svg) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -5px;
}
.fixed-window .close-btn {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(227, 166, 1, 0.2);
          box-shadow: 0px 3px 10px 0px rgba(227, 166, 1, 0.2);
  background: #fff;
  position: absolute;
  top: 36px;
  right: -5px;
  cursor: pointer;
}
.fixed-window .close-btn::before, .fixed-window .close-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 16px;
  background: #FFC73D;
}
.fixed-window .close-btn::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.fixed-window .close-btn::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .fixed-window {
    padding: 0.5em;
  }
  .fixed-window .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 10px;
  }
  .fixed-window .inner dl.price-list {
    width: calc(50% - 10px);
    margin-top: 0;
  }
  .fixed-window .inner .campaign-box {
    width: calc(50% - 10px);
    margin-top: 0;
  }
  .fixed-window .inner .campaign-box::before {
    content: none;
  }
  .fixed-window.bnr {
    max-width: 110px;
    bottom: 85px;
    right: 5px;
  }
  .fixed-window .close-btn {
    width: 20px;
    height: 20px;
    top: 16px;
    right: -3px;
  }
  .fixed-window .close-btn::before, .fixed-window .close-btn::after {
    height: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .fixed-window {
    max-width: 210px;
    border-radius: 5px;
    bottom: 1em;
    right: 15px;
  }
  .fixed-window dl.price-list dt, .fixed-window dl.price-list dd {
    margin-top: 10px;
  }
}

dl.form-item dt {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 2.4em;
}
dl.form-item dd {
  margin: 10px 0 0 0;
}

.thanks-message {
  margin-top: 1.6em;
  text-align: center;
}
.thanks-message p {
  font-size: 15px;
  font-size: 1.5rem;
}
.thanks-message .btn {
  display: inline-block;
  text-align: center;
  font-weight: bold;
  background: #fff;
  border-radius: 2em;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.07);
  padding: 1em 3em;
  margin: 4em auto 8em;
}
.thanks-message .btn-top {
  background: #F4CB51;
  color: #000;
  width: 300px;
  text-decoration: none;
}

.form-button {
  margin: 3em 0 2em;
  text-align: center;
}
.form-button form {
  margin: 20px 0;
}
.form-button .form-btn {
  display: inline-block;
  text-align: center;
  font-weight: bold;
  background: #fff;
  border: none;
  border-radius: 2em;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.07);
  padding: 1em 3em;
  margin: 0 auto;
  font-size: 16px;
  font-size: 1.6rem;
}
.form-button .form-btn.confirm, .form-button .form-btn.send {
  background: rgb(255, 199, 61);
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 199, 61)), to(rgb(255, 157, 0)));
  background: linear-gradient(90deg, rgb(255, 199, 61) 0%, rgb(255, 157, 0) 100%);
  color: #41474B;
  min-width: 300px;
  position: relative;
}
.form-button .form-btn.confirm::after, .form-button .form-btn.send::after {
  content: " ";
  width: 6px;
  height: 10px;
  background: url(../img/icon_arrow_w.svg) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  top: 50%;
  right: 2em;
  margin-top: -5px;
}
.form-button .form-btn.back {
  display: block;
  width: 225px;
  margin: 20px auto 0;
  line-height: normal;
  color: #41474B;
  text-decoration: none;
  position: relative;
}
.form-button .form-btn.back::before {
  content: " ";
  width: 6px;
  height: 10px;
  background: url(../img/icon_arrow_back.svg) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  top: 50%;
  left: 2em;
  margin-top: -5px;
}
.form-button .form-btn.back:visited, .form-button .form-btn.back:hover {
  color: #41474B;
}
.form-button .form-btn.end {
  font-weight: normal;
  text-decoration: none;
  border: 3px solid #FFC73D;
  color: #41474B;
  position: relative;
  margin: 20px auto 0;
}
.form-button .form-btn.end::after {
  content: " ";
  width: 6px;
  height: 10px;
  background: url(../img/icon_arrow_y.svg) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -5px;
}
.form-button .form-btn.multi {
  height: 55px;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 0 3em;
}
.form-button .form-btn.multi .sub {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .form-button {
    margin: 6em 0 4em;
  }
  .form-button .form-btn {
    width: 365px;
  }
}