@charset "UTF-8";
/* ------------------

フォントサイズ 

------------------ */
/* ------------------

共通 

------------------ */
/* icon */
.icon_cancel {
  position: relative;
}
.icon_cancel:before, .icon_cancel:after {
  background-color: #007bff;
  content: "";
  display: block;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15px;
  width: 10px;
  height: 1px;
}
.icon_cancel:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.icon_cancel:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.icon_arrow {
  padding-right: 10px;
  position: relative;
}
.icon_arrow:before {
  border-top: 2px solid #3490dc;
  border-right: 2px solid #3490dc;
  content: "";
  display: block;
  margin: auto 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 6px;
  height: 6px;
}

/* レイアウト */
.subsc_container01 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
  margin: 0 auto;
  max-width: 680px;
}
.subsc_container01 a {
  text-decoration: underline;
}

.subsc_container02 {
  padding: 30px;
  margin: 0 auto;
  max-width: 680px;
}

.subsc_wrap {
  background-color: #F5F5F5;
}

.registerform_tit02 {
  background-color: #F0F0F0;
  border-radius: 3px;
  font-size: 0.75rem;
  font-weight: bold;
  margin-bottom: 14px;
  padding: 8px;
}

.registerform_dtil_dl dt {
  border-bottom: 1px solid #6b8ec9;
  color: #6b8ec9;
  font-size: 1.375rem;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.registerform_imgs_ul {
  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;
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}
.registerform_imgs_ul li {
  width: 300px;
}

.registerform_dtil_ul {
  list-style: none;
  margin: 0 0;
  padding: 0;
}
.registerform_dtil_ul li {
  margin-bottom: 30px;
}

.registerform_tit_comp {
  color: #673300;
  font-size: 1.625rem;
  font-weight: bold;
  margin-top: 42px;
  margin-bottom: 45px;
  text-align: center;
}

.registerform_ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.registerform_ul > li {
  margin-bottom: 20px;
}
.registerform_ul dl {
  margin: 0;
  width: 100%;
}
.registerform_ul dl dt {
  font-weight: bold;
  margin-bottom: 7px;
}
.registerform_ul dl dd {
  color: #333;
  margin-bottom: 0;
}
.registerform_ul.registerform_confirm li {
  border-bottom: 1px solid #CCC;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.registerform_ul.registerform_confirm li dl dt {
  color: #999;
  font-size: 0.8125rem;
}
.registerform_ul.registerform_confirm li dl dd {
  font-size: 1rem;
}

.registerform_ul_ul01 {
  list-style-type: none;
  margin: 0;
  padding: 0 0 5px;
}
.registerform_ul_ul01 li {
  margin-bottom: 6px;
}

#modal-code .modal-dialog {
  margin: auto !important;
}

button.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
}

.modal_plan_tit01 {
  color: #333;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}

#modal-1month .modal-dialog, #modal-3month .modal-dialog {
  margin: auto;
  max-width: 640px !important;
  width: 80%;
}
#modal-1month .modal-dialog .modal-body, #modal-3month .modal-dialog .modal-body {
  padding: 30px 10px;
}

.modal_plan_set {
  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;
}
.modal_plan_set .modal_plan_box {
  width: 32%;
}

@media screen and (max-width: 768px) {
  .registerform_imgs_ul {
    margin: 0 auto;
    width: 80%;
  }
  .registerform_imgs_ul li {
    margin-bottom: 10px;
    width: 100%;
  }

  .radio_style {
    padding: 10px 16px 10px 42px !important;
  }

  .modal_plan_tit01 {
    color: #333;
    font-size: 0.9375rem;
    font-weight: bold;
    text-align: center;
  }

  #modal-1month .modal-dialog, #modal-3month .modal-dialog {
    margin: 20px auto;
  }

  .modal_plan_set {
    margin: 0 auto;
    width: 80%;
  }
  .modal_plan_set .modal_plan_box {
    margin-bottom: 10px;
    width: 100%;
  }

  .registerform_tit_comp {
    color: #673300;
    font-size: 1.125rem;
    font-weight: bold;
    margin-top: 22px;
    margin-bottom: 35px;
    text-align: center;
  }
}
/*
 * ================================================
 * 
 * 支払い
 * 
 * ================================================
 */
/* ラジオボタン01 */
input[type=radio] {
  display: none;
}

.radio_style {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #E2EAF7;
  border: 1px solid #BBB;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  color: #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875rem;
  font-weight: bold;
  margin: 0;
  min-height: 65px;
  padding: 0 16px 0 42px;
  position: relative;
  width: 100%;
}

.radio_style::before {
  background: #fff;
  border: 1px solid #CCC;
  border-radius: 50%;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1) inset;
  content: "";
  display: block;
  height: 22px;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  width: 22px;
}

.radio_style::after {
  border-right: 3px solid #FF9300;
  border-bottom: 3px solid #FF9300;
  content: "";
  display: block;
  margin: auto 0;
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 16px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  height: 12px;
  width: 8px;
}

input[type=radio]:checked + .radio_style {
  background-color: #FAF8EA;
  border: 3px solid #FF9300;
  color: #FF9300;
}

input[type=radio]:checked + .radio_style::after {
  opacity: 1;
}

#modal-code .modal-dialog {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  width: 100%;
  height: 100%;
}
#modal-code .modal-dialog .modal-content {
  margin: 0 auto;
  position: relative;
  width: 90%;
}
#modal-code .modal-dialog .modal-content .close {
  position: absolute;
  top: 10px;
  right: 10px;
}
#modal-code .modal-dialog .modal-body {
  padding: 40px 20px 20px;
}
#modal-code .modal-dialog .modal-body p:last-child {
  margin: 0;
}

.payment_confirm_text {
  font-size: 1.25rem;
  font-weight: bold;
}