@charset "utf-8";
.regist .cancelBtn.mmember {
  border: none;
  padding: 0;
  text-align: left;
  width: 100%;
}
.regist .cancelBtn.mmember a {
  color: #7c7e80;
  text-decoration: underline;
}
.regist .cancelBtn.mmember:hover {
  background: none;
}
.regist .inputTit .txt {
  display: block;
  font-size: 90%;
  font-weight: normal;
}
.textCenter {
  text-align: center;
}
.textLink {
  display: block;
  margin: .5em 0 0;
  text-decoration: underline;
}
.newsBlock {
  border: 1px solid #ccc;
  box-sizing: border-box;
  margin: 0 0 4em;
  max-height: 385px;
  overflow-y: scroll;
}

.regist .mCSB_inside > .mCSB_container {
  margin-right: 0;
}

.guide-section {
  background: #fff;
  font-size: 24px;
  padding: 2em;
}
.guide-section .sec {
  margin-top: 1em;
}

/*.guide-section ol {
  list-style: decimal;
  padding: 0 0 0 2em;
}*/

.guide-section ol {
  list-style: none;
  padding: 0 0 0 .5em;
}

.guide-section ol li ol {
  list-style: none;
  padding: 0;
}

.guide-section ol.liststyleDecimal {
  list-style: decimal;
  padding: 0 0 0 2em;
}

.guide-section  .fontN li {
  padding-left: 1.2em;
  text-indent: -1.2em;
}

.guide-section  .fontN ol li {
  padding-left: 2.6em;
  text-indent: -2.6em;
}

.guide-section .dateOfIssue {
  text-align: right;
}

.guideTit {
  font-weight: bold;
  pointer-events: none;
}



.guideSub {
  font-weight: bold;
  margin: 1em 0;
}

.input .cp_ipselect.cp_sl01.inputwidth {
  width: 348px;
}

.input .inputwidth {
  width: 362px;
}

.regist .inputForm .input.postal {
  align-items: start;
  flex-wrap: wrap;
}

.regist .inputForm .input.postal .errorArea {
  width: 100%;
}

.regist .inputForm .input.postal .postalInput {
  width: 362px;
}

.regist .inputForm .input.postal .postalBtn {
  width: auto;
}

.regist .el_form_radio + .el_form_radio_parts::before {
  top: 3px;
}

.regist  .el_form_radio:checked + .el_form_radio_parts::after {
  top: 6px;
}

.regist span#zipErrorMsg span {
  color: #de1b1a !important;
}

.regist .notation dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 150%;
  width: 100%;
}
.regist .notation dt {
  background: #f8f6f6;
  border-bottom: 2px solid #fff;
  padding: 1em;
  width: 25%;
}
.regist .notation dd {
  border: 1px solid #f8f6f6;
  border-right: 2px solid #f8f6f6;
  padding: 1em;
  width: 75%;
}
.regist .notation dl:first-child {
  border-top: 1px solid #f8f6f6;
}
.regist .sec dl dt {
  font-weight: bold;
}
.regist .sec .ttl {
  border-bottom: 2px solid #d8d8d8;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 1em;
  padding: 0 0 .5em;
}

@media screen and (max-width:1020px) and (min-width:768px) {
  .regist .btnArea .submitBtn {
    max-width: 400px;
    width: 95%;
  }

  .inputForm .inputTit dt {
    font-size: 87%;
  }

  .input.borderNone .auxiliary {
    white-space: normal;
  }

  .regist .inputForm .input.postal .postalInput {
    width: 280px;
  }
}

@media screen and (max-width:767px) {
  .textCenter {
    text-align: left;
  }
  .regist .inputTit .txt {
    display: inline-block;
  }
  .d_agreement {
    display: block;
    margin: 1em 0 3em;
    width: 100%;
  }


  .guide-section {
    padding: .5em;
  }

  .input .cp_ipselect.cp_sl01.inputwidth {
    width: 100%;
  }

  .input .inputwidth {
    width: 100%;
  }


  /*  .guide-section ol {
    list-style: decimal;
    padding: 0 0 0 1.5em;
  }*/

  .guide-section ol {
    list-style: none;
    padding: 0 1em 0 0;
  }
  .guideTit {
    pointer-events: all;
  }

  .newsBlock {
    max-height: none;
    overflow-y: auto;
  }

  .toggleBasic {
    cursor: pointer;
    font-size: 18px;
  }

  .note-closed {
    background: url(../../images/smartphone/icon_bnt_opened.png) no-repeat 98% 50%;
    background-size: 25px 25px;
  }
  .note-opened {
    background: url(../../images/smartphone/icon_bnt_closed.png) no-repeat 98% 50%;
    background-size: 25px 25px;
  }
  .textLink {
    display: block;
    margin: 0;
    text-decoration: underline;
  }

  .regist .inputForm .input.postal .postalInput {
    width: auto;
  }

  .regist .inputForm .btn-zip {
    top: 15px;
  }

  .regist .notation dt {
    padding: .5em 1em;
    width: 100%;
  }
  .regist .notation dt br {
    display: none;
  }
  .regist .notation dd {
    border: none;
    padding: 1em;
    width: 100%;
  }

  .regist .notation dl:first-child {
    border: none;
  }

  .regist form .inputForm .inputTit,
  form[action="/inquiry/index.html"] .inputForm .inputTit,
  form[action="/interim/index.html"] .inputForm .inputTit,
  form[action="/guest/inquiry/detail.html"] .inputForm .inputTit {
    border-right: none;
  }
}
