@charset "utf-8";

/*interim*/
.regist{
    background: #fdfcf8;
}

.newsBlock {
    max-height: 385px;
    overflow: hidden;
    margin: 0 0 4em;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.regist .mCSB_inside > .mCSB_container {
    margin-right: 0;
}
.guide-section{
  padding: 2em;
  font-size: 140%;
  background: #fff;
}
.guide-section ol{
  list-style: decimal;
  padding:0 0 0 2em;
}
.guideTit{
  font-weight: bold;
  font-size: 140%;
}
.guideSub{
  font-weight: bold;
  margin: 1em 0;
}
.input .cp_ipselect.cp_sl01.inputwidth {
    width: 348px;
}
.input .inputwidth {
    width: 430px
}
.inputForm .inputTit.borderNone,.inputForm .input.borderNone {
    border: none;
}

.regist .contents .main .cp_ipselect.cp_sl01 {
    max-width: 348px;
}
.regist .contents .main .inputForm .textarea textarea {
    width: 100%;
    height: 100%;
    padding: 1em;
    border: 1px solid #ddd;
    font-size: 100%;
    font-family: Meiryo;
}
.regist .d_nwlabel .el_form_radio + .el_form_radio_parts::before {
    top: 5px;
}
.regist .d_nwlabel .el_form_radio:checked + .el_form_radio_parts::after {
    top: 8px;
}

.regist .questionnaire .komemark{
    position: static;
    display: inline-block;
    margin: 0 0 0 1em;
}
.guide-section .dateOfIssue {
    text-align: right;
}

.mCSB_scrollTools .mCSB_draggerContainer,.mCSB_scrollTools .mCSB_dragger {
    padding: 1em 0;
}
.guide-section li::marker {
  content: none;
}
.guide-section li {
  text-indent: -1.3em;
}
.guide-section ol {
  list-style: decimal;
  padding: 0 0 0 1.2em;
}
.guide-section .no-indent {
  text-indent: 0;
  margin-left: -1.3em;
}
.guide-section .no-indent ol {
  margin-left: 1.3em;
}
/*モーダル*/
.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 60px 10px;
  text-align: center
}
.linkText {
  color: #385aac;
  font-weight: bold;
  transition: color .3s;
}

.linkText:hover {
  color: #233e7e;
}
.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}

.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}

.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}

.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 70%;
  max-width: 800px;
  padding: 4em 2em 2em;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, .6);
  vertical-align: middle;
}

.modal-wrapper .modal-window .modal-content {
  max-height: 80vh;
  overflow-y: auto;
}

.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8)
}

.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: -1em;
  background: url(/ec/shop/common/css/images/ui-icons.png);
  width: 50px;
  height: 50px;
  background-size: 35%;
  background-repeat: no-repeat;
  background-position: 1em 1em;
}
.guide{
    padding: 0 2em 0 0;
}
.guide .sec{
    margin: 0 0 2em;
    font-size: 140%;
  text-align: left;
}
.guide .dateOfIssue {
    font-size: 140%;
    text-align: right;
}
.guide .ttl {
    font-weight: bold;
}
.guide .sec .ttl {
    font-size: 120%;
    font-weight: bold;
    line-height: 1.4;
    text-align: left;
}
.guide .sec ol{
  padding:0 0 0 2em;
}
.guide .sec ol ol {
  font-size: 100%;
    margin: 0 0 0 .5em;
}

.guide .sec ol li {
    text-indent: -1.3em;
}

.guide .sec ol ol li {
    text-indent: -2.7em;
}

.guide .sec .indentnone{
    margin: 0 0 0 .5em;
    padding: 0;
}
.guide .sec .indentnone li {
  text-indent: 0;
}


/*モーダル end*/

.regist .alreadyMmemberArea:first-child {
  margin-top: 66px;
}
.regist .alreadyMmemberArea:nth-child(3) {
  margin-bottom: calc(2em + 12px);
}
.regist .alreadyMmemberArea{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 2em 0;
  background: #fff;
  padding: 2em 8em;
  flex-wrap: wrap;
  border: 1px solid #ccc;
  box-sizing: border-box;
  position: relative;
}
.regist .alreadyMmemberArea .ttl,
.regist .alreadyMmemberArea .lead{
  padding: 0;
}
.regist .alreadyMmemberArea .lead.txtS{
  padding: 0;
  font-weight: normal;
  line-height: 1.4;
  font-size: 140%;
}
.regist .alreadyMmemberArea .submitBtn{
  width: 300px;
  font-size: 180%;
  margin: 0
}

.regist .alreadyMmemberArea .submitBtn {
  padding: 0.5em !important;
  background: #385aac !important;
  color: #fff !important;
  border: 1px solid #385aac !important;
}
.regist .alreadyMmemberArea .submitBtn:hover {
  background: #fff !important;
  color: #385aac !important;
}
.regist .alreadyMmemberArea:first-child {
  margin-top: 38px;
}
.regist .alreadyMmemberArea .lead {
  font-size: 18px;
}

.regist .pdb0 {
  padding-bottom: 0;
}

.regist .notice {
  font-size: 14px;
  font-weight: normal;
}

.regist.gotoshi .flowNavigation .arrow::after {
  right: -32px;
}

.regist.activate .asterisk,
.regist.gotoshi .asterisk {
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
}

.regist.activate .asterisk::before,
.regist.gotoshi .asterisk::before {
  content: "※";
}

.regist.activate .inputForm input[type="text"].inputwidth {
  width: 100%;
}

.regist.activate .inputForm .auxiliary {
  width: auto;
}

.regist .blankLink {
  color: #385aac;
}

@media screen and (max-width:950px) and (min-width:768px) {
  .regist.activate .inputForm .tbBlock {
    display: block;
  }
}

@media screen and (max-width:1020px) and (min-width:768px) {
  .regist .alreadyMmemberArea{
    padding: 2em;
  }
  .regist .alreadyMmemberArea .lead br {
    display: none;
  }
  .regist .btnArea .submitBtn {
    max-width: 400px;
    width: 95%;
  }

  .input.borderNone .auxiliary {
    white-space: normal;
  }

  #doOnceTempMemberInfoRegist {
    width: 334px;
  }

  #d_interim .btnArea {
    margin: 6em 4em;
  }

  #doOnceMemberInfoRegist {
    width: 334px;
  }

  #d_regist .btnArea {
    margin: 6em 2em;
  }

  #doOnceMailUpdate[value="変更する"],
  #doConfirm[value="入力内容を確認する"] {
    width: 400px;
  }
  .regist .flowNavigation .txt li::before {
      left: -75px;
  }
  .modal-wrapper .modal-window {
      width: 100%;
  }

  .regist .alreadyMmemberArea .txt {
    width: calc(100% - 315px);
  }
  .regist .flowNavigation .txt li {
    font-size: 80%;
  }

  .regist .alreadyMmemberArea .ttl {
    text-align: left;
  }

  .regist .alreadyMmemberArea .submitBtn {
    min-width: 253px;
  }
  .regist .flowNavigation .txt {
    justify-content: space-between;
  }
  .regist .flowNavigation .txt li:last-child {
    padding-right: 0;
  }
  .regist .flowNavigation .txt {
    padding-right: 25px;
  }
  .regist .flowNavigation .txt li:first-child {
    left: 0;
    padding-right: 14px;
  }
}

@media screen and (max-width:767px) {
  .d_agreement{
    display: block;
    width: 100%;
    margin: 1em 0 3em;
  }
  .guide-section {
    padding: 1em;
  }
  .input .cp_ipselect.cp_sl01.inputwidth {
      width: 100%;
  }
  .regist .contents .main .cp_ipselect.cp_sl01 {
      max-width: 100%;
  }
  .input .inputwidth {
      width: 100%;
  }
  .regist .d_nwlabel .el_form_radio + .el_form_radio_parts::before {
      top: 3px;
  }
  .regist .d_nwlabel .el_form_radio:checked + .el_form_radio_parts::after {
      top: 6px;
  }

.cp_stepflow > li .bubble::after, .cp_stepflow > li .bubble::before {
    left: 40%;
    content: '…………';
}
  .modal-wrapper .modal-window {
      width: 100%;
  }
  .guide {
      padding: 0;
  }
.regist .inputForm .input.textarea {
    display: block;
    min-height: 54px;
}

  .regist .alreadyMmemberArea {
    padding: 2em 1em 0;
  }
  .regist .alreadyMmemberArea .ttl {
    padding: 0 0 1em;
    line-height: 1.4;
  }
  .regist .alreadyMmemberArea .lead br {
    display: none;
  }
  .regist .alreadyMmemberArea .submitBtn {
    width: 80%;
    font-size: 180%;
    margin: 1em auto;
  }
  .regist .alreadyMmemberArea:first-child .lead {
    font-size: 16px;
  }
}
@media screen and (max-width: 320px){
.cp_stepflow > li .bubble::after, .cp_stepflow > li .bubble::before {
    left: 35%;
    content: '…………';
}
}