@charset "utf-8";

.SignUp .inner {
    width: 600px;
    height: auto;
    margin: 58px auto;
    padding-bottom: 140px;
}
.SignUp .inner dl {
    width: 600px;
    height: 240px;
    background-color: #FCF5F7;
    margin: 0;
    padding: 30px;
}
.business .inner dl {
    height: auto;
    background-color: #F5F8FB;
}
.SignUp form dt {
    display: inline-block;
    width: 18%;
    font-size: 13px;
    margin-bottom: 24px;
}
.SignUp form dd {
    display: inline-block;
    width: 81%;
    margin-bottom: 24px;
}
.SignUp form dd input {
    width: 100%;
    height: 26px;
    border: 1px solid #999999;
    border-radius: 6px;
    padding: 10px;
    font-size: 15px;
}
.SignUp form p.agree {
    font-size: 14px;
    text-align: center;
    margin-top: 46px;
}
.SignUp form p.agree input {
    margin-right: 8px;
    vertical-align:text-top;
}
.SignUp form p.agree a {
    text-decoration: underline;
}
.SignUp form .signupbtn {
    display: block;
    width: 160px;
    height: 29px;
    margin: 46px auto 0;
    padding: 8px;
    font-size: 12px;
    color: #C83956;
    background-image: url(../images/common/arrow.png);
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 14px;
    background-color: #ffffff;
    border: 1px solid #C83956;
    border-radius: 8px;
}
.SignUp form .signupbtn:hover {
    background-color: #c83956;
    color: #ffffff;
    background-image: none;
    cursor: pointer;
}
.business form .signupbtn {
    color: #3179A7;
    background-image: url(../images/common/arrow_blue.png);
    border: 1px solid #3179A7;
    border-radius: 8px;
}
.business form .signupbtn:hover {
    background-color: #3179A7;
    color: #ffffff;
}
.confirm .inner {
    margin-top: 46px;
}
.confirm p {
    text-align: center;
    font-size: 15px;
}
.confirm .inner dl {
    width: 600px;
    height: auto;
    background-color: #FCF5F7;
    margin: 26px auto 42px;
    padding: 40px 30px 16px;
}
.confirm .inner dl.business {
    background-color: #F5F8FB;
}
.confirm dt {
    display: inline-block;
    width: 18%;
    font-size: 13px;
    margin-bottom: 24px;
}
.confirm dd {
    display: inline-block;
    width: 81%;
    font-size: 15px;
    margin-bottom: 24px;
}
.confirm .btn, .confirm .btn-b {
    display: block;
    width: 220px;
    height: 26px;
    margin: 26px auto 0;
    text-align: center;
}
.confirm .btn a {
    display: block;
    width: 100%;
    height: 26px;
    padding: 2px;
    font-size: 12px;
    color: #C83956;
    background-color: #ffffff;
    border: 1px solid #C83956;
    border-radius: 8px;
}
.confirm .btn-b a {
    display: block;
    width: 100%;
    height: 26px;
    padding: 2px;
    font-size: 12px;
    color: #3179A7;
    background-color: #ffffff;
    border: 1px solid #3179A7;
    border-radius: 8px;
}
.confirm .btn .back {
    background-image: url(../images/common/arrow2.png);
    background-repeat: no-repeat;
    background-position: left 6px center;
    background-size: 14px;
}
.confirm .btn-b .back {
    background-image: url(../images/common/arrow_blue2.png);
    background-repeat: no-repeat;
    background-position: left 6px center;
    background-size: 14px;
}
.confirm .btn .signup {
    background-image: url(../images/common/arrow.png);
    background-repeat: no-repeat;
    background-position: right 6px center;
    background-size: 14px;
}
.confirm .btn-b .signup {
    background-image: url(../images/common/arrow_blue.png);
    background-repeat: no-repeat;
    background-position: right 6px center;
    background-size: 14px;
}
.confirm .btn a:hover {
    background-color: #c83956;
    color: #ffffff;
    background-image: none;
    cursor: pointer;
}
.confirm .btn-b a:hover {
    background-color: #3179A7;
    color: #ffffff;
    background-image: none;
    cursor: pointer;
}


.send .inner {
    margin: 60px auto 93px;
}
.send h3 {
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    color: #C83956;
    margin-bottom: 68px;
}

.send .inner p {
    text-align: center;
    margin-bottom: 30px; 
}

.done .inner {
    margin: 60px auto 100px;
}
.done h3 {
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    color: #C83956;
    margin-bottom: 30px;
}
.done .inner p {
    text-align: center; 
    margin-bottom: 75px;
}
.done .inner p a {
    text-decoration: underline;
}


@media screen and (max-width:750px) {
    
    .SignUp .inner {
        width: 92%;
    }
    .SignUp .inner dl {
        width: 100%;
        height: auto;
    }
    .SignUp dt {
        display: block;
        width: 100%;
        margin-bottom:0;
    }
    .SignUp dd {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }
    
.SignUp form dt {
        display: block;
        width: 100%;
        margin-bottom:0;
    }
    .SignUp form dd {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }
}

