.confirmModal .step__icon--confirm {
  display: inline-block;
  margin-right: 10px;
}

.confirmModal .step__icon--confirm::before {
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .confirmModal .step__icon--confirm::before {
    display: block !important;
  }
}

.confirmModal__inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  padding: 40px;
  max-width: 520px;
  max-height: 380px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .confirmModal__inner {
    padding: 40px 20px;
    max-height: 340px;
  }
}

.confirmModal__title {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 14px;
}

@media screen and (max-width: 768px) {
  .confirmModal__title {
    font-size: 16px;
  }
}

.confirmModal__title span {
  font-weight: bold;
}

.confirmModal__note {
  font-size: 14px;
  line-height: 1.75;
}

.confirmModal .link--prev {
  cursor: pointer;
}

.confirmModal .link--prev::before {
  top: 0;
}

.confirmModal .orderBottomNav {
  margin-top: 40px;
}

.slideToggleContent .enclosure {
  margin-top: 10px;
}

.link--nextToggle {
  color: #231815;
  padding: 0;
  width: 100%;
  border: none;
  text-decoration: none !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .link--nextToggle {
    padding: 0 12px 0 0;
  }
}

.link--nextToggle:before {
  background: #231815;
  left: auto;
  right: -8px;
  width: 13px;
}

@media screen and (max-width: 768px) {
  .link--nextToggle:before {
    right: -7px;
  }
}

.link--nextToggle:after {
  background: #231815;
  left: auto;
  right: -2px;
  height: 13px;
}

@media screen and (max-width: 768px) {
  .link--nextToggle:after {
    right: -1px;
  }
}

.formErrMsg {
  background: #fff7f8;
  border: 1px solid #d70014;
  padding: 14px;
}

.formErrMsg .txt--error {
  font-size: 14px;
  font-weight: bold;
}

.enclosure--error li {
  display: none;
}

.enclosure--error li.is-show {
  display: block;
}

.enclosure--error li a {
  display: inline-block;
  position: relative;
}

.enclosure--error li a::before {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 0;
  right: -1.5em;
  margin: auto;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  border-top: 1px solid #d70014;
  border-right: 1px solid #d70014;
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}

.inputRequire + .enclosure--error li a::before {
  top: -2px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.registAccordion {
  background: #fafafa;
  border: 1px solid #e0e0e0;
  padding: 5px;
  position: relative;
}

.registAccordion__title {
  text-align: center;
}

.registAccordion__title span {
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .registAccordion__title span {
    font-size: 20px;
  }
}

.registAccordion__link {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 0 0 26px;
  color: #6a94d4;
  cursor: pointer;
}

.registAccordion__link::before, .registAccordion__link::after {
  content: "";
  display: block;
  position: absolute;
  background: #97afd4;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

.registAccordion__link::before {
  top: 50%;
  left: 1px;
  width: 12px;
  height: 1px;
}

.registAccordion__link.is-open::before {
  opacity: 0;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.registAccordion__link::after {
  top: 50%;
  left: 6px;
  width: 1px;
  height: 12px;
}

.registAccordion__link.is-open::after {
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.registAccordion .btn--modify {
  position: absolute;
  right: 10px;
  bottom: 5px;
}

.registratiionList {
  border: 1px solid #e0e0e0;
  padding: 20px 10px;
  margin-top: -1px;
}

.js-registItemWrap {
  display: none;
}

.js-registItemWrap.is-open {
  display: block;
}

.orderConfirmList dl {
  text-align: right;
}

.orderConfirmList dl dd {
  float: none;
  font-size: 12px;
}

.orderConfirmList dl dd span {
  margin-left: 10px;
  font-size: 14px;
}

.orderConfirmList dl dd .orderConfirmList__price {
  font-size: 16px;
}

.reCaptchaArea {
  margin-top: 60px;
  text-align: center;
}

.reCaptchaArea #inline-recaptcha {
  display: inline-block;
}

.reCaptchaArea + .orderBottomNav {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  input[type="password"].input--L.js-password,
  input[type="text"].input--L.js-password {
    width: 100% !important;
  }
}
