/* ------会員ログイン----- */
.text-center{
    text-align: center;
}
.main_contents.login h2{
    margin-bottom: 5px;
}
.main_contents.login h3{
    background: none;
    color: #000;
    text-align: center;
}
.main_contents.login >section:first-child{
    margin-top: 0;
}
.main_contents.login h3:before,.main_contents.login h3:after{
    display: none;
}
.main_contents.login #area-1,.main_contents.login #area-2,.main_contents.login #area-3{
    background: #eee;
    border-radius: 15px;
    padding:0.5em 1em 1em 1em;
}
.login .btnBlue{
    margin-bottom: 0;
}
.login .btnBlue,.login dd input{
    width: 100%;
}
.login .em{
    color: #000;
    text-decoration: underline;
    font-weight: normal;
}
.login .space02 {
    margin-top: 0.8em !important;
    margin-bottom: 1em;
}
.login #area-3 .space03 {
    margin-top: 0em !important;
    margin-bottom: 1em;
}
.login #area-3 .space03 .btnBlue {
    width: 150px;
    border-radius: 25vh;
}
/* ------会員登録----- */
.touroku h2{
    font-size: 22px;
font-weight: 600;
margin-top: 40px;
margin-bottom: 40px;
}
.blue-title{
    background:#1d96d5 ;
    padding: 5px 10px;
    color: #fff;
    font-weight: normal;
}
h3.blue-title{
    margin-top: 5rem;
}
h3+.text-gray{
    padding: 15px;
}
.form th{
    width: 100%;
    display: block;
}
.form .note{
    background-color:crimson;
    color: #fff;
    padding: 2px 5px;
    font-size: 14px;

}
.basic_margin{
    width: min(95%, 1140px);
    margin: 0 auto;
    
}
.touroku .form input,.touroku .form select{
    height: 40px;
  border: solid 1px #000;
  border-radius: 5px;
}
.text-gray{
    font-size: 12px;
    color: #6f6e6f;
}
.touroku .c-box {
    align-items: flex-start;
    justify-content: space-between;
  }
.touroku .item-center{
    align-items:center;
  }
  .touroku dl{
    margin: 15px 0;
  }
  .touroku .btnBlue {
    width: 100%;
    border: none;
    background: #1d96d5;
  }
  .touroku dd{
    margin-top: 5px;
  }
  .text-left{
    text-align: left;
  }
  .text-right{
    text-align: right;
  }
  .small-t{
    font-size: 14px;
  }
  .touroku .form input{
    width: 100%;
  }
  .space-div{
    width: 20px;
  }
 .touroku .c-box.sex-dd{
    justify-content: flex-start;
}
.touroku .c-box.sex-dd input{
    width: auto;
    vertical-align: baseline;
    height: auto;
}
#add_pref{
    width: 100%;
    text-align-last: center;
    padding: 10px 0;
    box-sizing: border-box;
}
.touroku .scroll-y :is(div, table) {
    font-size: 1.2rem;
    height: 350px;
    background: #f7f8f8;
  }
  .c-box.zip-pri dl{
    width: 100%;
  }
  .c-box.zip-pri .space-div{
    width: 40px;
  }
  /* -----パスワードの変更----- */
  #shop-page .btnBlue{
    width: 100%;
    background: #1d96d5;
    border:none;
  }
  .message{
    text-align: left;
  }
  
.basic_margin.touroku.kakunin .red{
    color:red;
    font-weight:800;
    margin-top:10px;
}
.basic_margin.touroku.kakunin .form{
    background:#F7F8F8;
}
.basic_margin.touroku.kakunin .form dl{
    margin:0;
    display:flex;
    align-content: center;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: row;
    gap:10px;
    padding:10px 0;
}
.basic_margin.touroku.kakunin .form dl dt{
    text-align: right;
    width: 35%;
}
.basic_margin.touroku.kakunin .form dl dd{
    margin-top:0;
}
.basic_margin.touroku.kakunin .c-box{
    display:block;
    margin-top:20px;
}
.basic_margin.touroku.kakunin .c-box > input{
    font-size: 16px;
    font-weight: bold;
}

.basic_margin.touroku.kakunin form p{
    margin-top:20px;
}