@charset "utf-8";

nav {
    padding: 5% 0;
    border-bottom: 1px solid #CFCFCF;
}
nav p.ttl {
    text-align: center;
    margin: 0 auto 5%;
}
ul.regist_step {
    width: 80%;
    margin: 0% auto 5%;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
ul.regist_step li {
    border: solid 1px #474747;
    border-radius: 15px;
    padding: 3% 3.5%;
    font-size: 1rem;
    align-items: center;
    display: flex;
}
ul.regist_step li.stepimg {
    border: none;
    font-size: 1.5rem;
    padding: 0;
}
ul.regist_step li.active {
    background: #ECC4C9;
    color: #ffffff;
    border: solid 1px #ECC4C9;
}
._regist {
    text-align: center;
    width: 80%;
    margin: 0 auto 10%;
}
._regist p.ttl {
    margin: 0 auto 5%;
}
._regist p.info {
    width: 75%;
    margin: 0 auto 5%;
}
.auth_tel, .auth_no {
    margin: 0 auto;
    width: 80%;
}
ul.auth {
    width: 100%;
    list-style: none;
    margin: 0 auto 5%;
}
ul.auth li.lb span {
    font-size: 1.4rem;
    color: #fb1f1f;
}
ul.auth li.lb {
    font-size: 1.8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 2%;
}
ul.auth li.input input {
    border: solid 1px #8F8F8F;
    width: 100%;
    font-size: 1.8rem;
    padding: 3% 2%;
}
p.btn.send {
    cursor: pointer;
    background: #E27182;
    color: #ffffff;
    text-align: center;
    border: solid 1px #E27182;
    width: 100%;
    margin: 0 auto 4%;
}
p.cancelsend {
    text-align: center;
    margin: 0 auto 10%;
}
p.cancelsend a {
    text-decoration: none;
    color: #fb1f1f;
}
p.btn.auth {
    background: #82B6F1;
    text-align: center;
    border: solid 1px #82B6F1;
    color: #ffffff;
    width: 100%;
}
p.btn.auth.none {
    color: #e1d9d9;
    background: #87a7ca;
}
#auth_no:disabled {
    color: #b3a5a5;
    background: #afafaf;
}
ul.auth.bb1 {
    border-bottom: 1px solid #CFCFCF;
    padding: 0 0 15px;
}
.sex .regist_ttl {
    font-size: 1.8rem;
}
ul.auth.sexttl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
ul.auth.sexttl li {
    width: 40%;
}
ul.auth.sexttl li input.sex_regist {
    opacity: 0;
}
ul.regist_step li.complite {
    background: #f61a1a;
    color: #ffffff;
    border: solid 1px #f61a1a;
}
li.cb {
    text-align: center;
    position: relative;
    margin: 0 auto 2%;
}
li.cb span {
    color: #ff0000;
    font-size: 0.8em;
    bottom: 0;
    position: absolute;
}
li.input.dimg {
    width: 50%;
    margin: 0 auto;
}
li.input.select select {
    height: 30px;
    width: 26%;
}
.file {
    display: inline-block;
    overflow: hidden;
    position: relative;
    padding: 1em;
    border: 1px solid #82B6F1;
    background: #82B6F1;
    color:#fff;
}
 
.file input[type="file"] {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    font-size: 100px;
    cursor: pointer;
}
.checkbox-input{
  display: none;
}
.checkbox-parts{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
}
.checkbox-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
	border-radius: 10px;
    
}
.checkbox-input:checked + .checkbox-parts::before{
background: #33AF53;
border: 1px solid #33AF53;
}
.checkbox-input:checked + .checkbox-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 4px;
  width: 5px;
  height: 12px;
  transform: rotate(40deg);
  border-bottom: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
}

#regist_check ul.auth.imgarea {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#regist_check ul.auth.imgarea li.cb p.ex_ent {
    color: #ff0000;
    font-size: 0.9rem;
    padding: 0;
    margin: 4% 0 0;
}
#regist_check ul.auth.imgarea li.input.dimg {
    width: 30%;
}
#regist_check ul.auth.imgarea li {
    width: 50%;
    align-items: center;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
#regist_check .auth_tel {
    padding: 5% 0;
}
#regist_check ul.auth.imgarea li.cb p {
    width: 100%;
    display: block;
    font-size: 1.3em;
    padding-top: 15%;
}
#regist_check ul.auth  {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#regist_check ul.auth li {
    width: 50%;
}
p.txrg {
    width: 100%;
    text-align: right;
    margin: 0 auto 1%;
}
p.tcr {
    color:#ff0000;
}
