@charset "utf-8";
form{
  text-align: initial;
}

.reg3bradio {
    padding: 10px 40px 10px 0px;
    margin-top: 10px;
}

.reg_flow {
    width: 100%;
    background-color: #FFFFFF;
    padding-top: 5px;
}

.reg_flow tr td {
    width: 25%;
    border-right: 1px solid #a87c5c;
}

.blue {
    background-color: #FFFFFF;
}

.reg_form {
    width: 94%;
    margin: 10px auto;
    padding: 5px 2%;
}

.bgOrange {
    background: #e0f8c9;
    border: #bdeb9b solid 1px;
}

.title {
    clear: both;
    color: #6dc22f;
    font-weight: bold;
    font-size: 1.7rem;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    border-top: 1px dotted #dcdcdc;
}

.mt {
    font-size: 1.7rem;
    margin-top: 10px;
}

input[type="text"] {
    font-size: 1.7rem;
    border: 1px solid #a9a9a9;
    height: 20px;
    width: 40%;
    border-radius: 4px;
    font-size: 1.2rem;
}

input[type="date"] {
    font-size: 1.7rem;
    border: 1px solid #a9a9a9;
    height: 3.4rem;
    display: block;
    border-radius: 4px;
}

input[type="password"] {
    border: 1px solid #a9a9a9;
    height: 3.4rem;
    width: 70%;
    border-radius: 4px;
    padding-left: 10px;
    font-size: 1.7rem;
}

input[type="checkbox"] {
    border: 1px solid #a9a9a9;
    height: 25px;
    border-radius: 4px;
}

input[type="radio"] {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    margin-right: 0.5em;
}

textarea {
    border: 1px solid #a9a9a9;
    min-height: 100px;
    min-width: 95%;
    border-radius: 4px;
}

.fix {
    font-size: 1.2rem;
    color: #ffffff;
    padding: 4px 10px 4px 10px;
    text-align: center;
    vertical-align: middle;
    height: 13px;
    background-color: rgba(255, 102, 0, 1);
    border-radius: 3px;
    margin: 2px 2px 2px;
}

.copyright {
    font-size: 0.7rem;
    text-align: center;
    margin-top: 10px;
    height: 30px;
    line-height: 30px;
    color: #a9a9a9;
    background: #fcfcfc;
    background: -moz-linear-gradient(top, #e9e8e8 0%, #e0dede 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e9e8e8), color-stop(100%, #e0dede));
    background: -webkit-linear-gradient(top, #e9e8e8 0%, #e0dede 100%);
    background: -o-linear-gradient(top, #e9e8e8 0%, #e0dede 100%);
    background: -ms-linear-gradient(top, #e9e8e8 0%, #e0dede 100%);
    background: linear-gradient(to bottom, #e9e8e8 0%, #e0dede 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e8e8', endColorstr='#e0dede', GradientType=0);
}

input:focus {
    border: solid 1px #888888;
}

select {
    /*-webkit-appearance:button;
    -moz-appearance:button;
    appearance:button;*/
    height: 3.4rem;
    font-size: 1.7rem;
    width: 92%;
    padding-left: 10px;
    text-align: center;
    border: 1px solid #a9a9a9;
    border-radius: 4px;
}
#birthY select, #birthM select, #birthD select {
    width: 86%!important;
}
.reg3bradio {
    font-size: 1.6rem;;
}

.reg_tel_title {
    width: 88%;
    margin: 0 auto;
    background-color: #63C5C6;
    color: #ffffff;
    font-size: 1.6rem;;
    font-weight: bold;
    padding: 10px 3%;
}

.pp_txt a {
    color: #0036d3;
    text-decoration: underline;
}

#birthY, #birthM, #birthD {
    width: 30%;
    float: left;
    font-size: 1.6rem;;
}
.thanx_msg {
    color: #ffbbdb;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
}

.reg_tyui {
    color: #898989;
    font-size: 13px;
    padding-bottom: 3px;
    padding-top: 10px;
}

.reg_bn {
    height: 30px;
    line-height: 30px;
    color: #898989;
    font-size: 0.9rem;
    font-weight: bold;
    padding: 0 5px;
    border-top: 1px solid rgba(255, 255, 255, .9);
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 1);
    text-shadow: 0px 1px 1px rgba(255, 255, 255, .9);
    background: #fcfcfc;
    background: -moz-linear-gradient(top, #fcfcfc 0%, #f2f2f2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #f2f2f2));
    background: -webkit-linear-gradient(top, #fcfcfc 0%, #f2f2f2 100%);
    background: -o-linear-gradient(top, #fcfcfc 0%, #f2f2f2 100%);
    background: -ms-linear-gradient(top, #fcfcfc 0%, #f2f2f2 100%);
    background: linear-gradient(to bottom, #fcfcfc 0%, #f2f2f2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f2f2f2', GradientType=0);
}


/*修正*/

#name1, #ruby1, #nickname,#e_mail {
    border: 1px solid #a9a9a9;
    height: 3.4rem;
    width: 90%;
    border-radius: 4px;
    padding-left: 10px;
    font-size: 1.7rem;
}

#modal_back {
    width: 100%;
    height: 100%;
    min-height: 100%;
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    z-index: 4000;
    top: 0;
    display: none;
    padding-bottom: 10px;
}

.modal_frame {
    position: absolute;
    background-color: #ffffff;
    width: 90%;
    /*height:80%;*/
    top: 8%;
    /*margin-left:3%;*/
    left: 3%;
    padding: 5px 2%;
    margin-bottom: 10px;
    border-radius: 5px;
    z-index: 7000;
    display: none;
    overflow: scroll;
    text-align: left;
}

.modal_frame2 {
    position: absolute;
    background-color: #ffffff;
    width: 90%;
    /*height:80%;*/
    top: 8%;
    /*margin-left:3%;*/
    left: 3%;
    padding: 5px 2%;
    margin-bottom: 10px;
    border-radius: 5px;
    z-index: 7000;
    display: none;
    overflow: scroll;
    text-align: left;
}

.closeBtn {
    /*height:40px;*/
    width: 80%;
    margin: 0 auto;
    color: #898989;
    font-size: 1.1rem;;
    padding: 10px 0;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, .9);
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 1);
    text-shadow: 0px 1px 1px rgba(255, 255, 255, .9);
    background: #fcfcfc;
    background: -moz-linear-gradient(top, #fcfcfc 0%, #f2f2f2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #f2f2f2));
    background: -webkit-linear-gradient(top, #fcfcfc 0%, #f2f2f2 100%);
    background: -o-linear-gradient(top, #fcfcfc 0%, #f2f2f2 100%);
    background: -ms-linear-gradient(top, #fcfcfc 0%, #f2f2f2 100%);
    background: linear-gradient(to bottom, #fcfcfc 0%, #f2f2f2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f2f2f2', GradientType=0);
}

.closeBtn2 {
    background-color: #a9a9a9;
    color: #ffffff;
    font-size: 12px;
    padding: 5px;
    border-radius: 5px;
    width: 20%;
    text-align: center;
}

.pp_title {
    font-weight: bold;
    font-size: 1.1rem;;
    margin-top: 10px;
    border-bottom: 1px solid #a9a9a9;
    color: #696969;
    text-align: center;
}

#pp, #kiyaku {
    text-decoration: underline;
    color: #0036d3;
}

.pp_area {
    width: 90%;
    height: 60px;
    margin: 10px auto;
    border-radius: 0px;
    border: 1px solid #a9a9a9;
    overflow: hidden;
}

.pp_area textarea {
    border: none;
    height: 40px;
    font-size: 1.1rem;;
}

.pp_txt {
    font-size: 1.1rem;!important;
}
