@charset "UTF-8";
/*------------------------------------------------------------
会員登録画面,確認内容画面,確認メール送信完了画面,登録完了画面
------------------------------------------------------------*/

.lead {
    margin-bottom: 60px;
    text-align: center;
}

.lead p {
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.5;
}

.lead .notes {
    margin-top: 10px;
}

.lead .notes li {
    padding-left: 15px;
    font-size: 1rem;
    text-align: left;
    line-height: 1.5;
    color: #888;
    position: relative;
}

.lead .notes li:not(:first-child) {
    margin-top: 3px;
}

.lead .notes li:before {
    content: "※";
    font-size: 1rem;
    position: absolute;
    top: 0;
    left: 0;
}

.lead .notes + p {
    margin-top: 20px;
}

.lead .link {
    margin-top: 25px;
    display: inline-block;
    font-size: 1.4rem;
}

.section:not(:last-child) {
    margin-bottom: 30px;
}

.section .ttl {
    margin-bottom: 10px;
    padding: 4.5px 10px;
    background: #eeeeee;
    border-radius: 4px;
    font-size: 1.4rem;
    font-weight: bold;
}

.section dl {
    margin-bottom: 30px;
}

.section dl dt {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #333333;
    font-size: 1.4rem;
    font-weight: bold;
}

.section dl dd {
    font-size: 1.4rem;
    line-height: 1.5;
}

.section dl dd p:not(:last-child) {
    margin-bottom: 20px;
}

.section .txt {
    font-size: 1.4rem;
    line-height: 1.5;
}

.section .txt:not(:last-child) {
    margin-bottom: 10px;
}

.section .list li {
    margin-bottom: 2px;
    padding-left: 9px;
    position: relative;
    font-size: 1.4rem;
}

.section .list li:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #9ac841;
    border-radius: 3px;
    position: absolute;
    top: 8px;
    left: 0;
}

.section .checkArea {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section .checkArea .check {
    width: calc(100% - 90px);
    justify-content: center;
}

.section .checkArea .check input[type="checkbox"] {
    margin: 0;
    display: none;
}

.section .checkArea .check input[type="checkbox"]+label {
    padding-left: 23px;
    display: block;
    position: relative;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.5;
    cursor: pointer;
}

.section .checkArea .check input[type="checkbox"]+label:before {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 2px;
    background: #ddd;
    display: block;
    position: absolute;
    top: 9px;
    left: 0;
    transform: translateY(-50%);
}

.section .checkArea .check input[type="checkbox"]+label:after {
    content: "";
    width: 6px;
    height: 11px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    border-right: 2px solid rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 8px;
    left: 6px;
    transform: translateY(-50%) rotate(35deg);
}

.section .checkArea .check input[type="checkbox"]:checked+label:before {
    background: #9ac841;
}

.section .checkArea .check input[type="checkbox"]:checked+label:after {
    border-color: #fff;
}

.section .checkArea .send {
    width: 78px;
    height: 40px;
    background: none;
    border: 2px solid #9ac841;
    border-radius: 25px;
    outline: none;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.31;
    color: #333;
    text-align: center;
    cursor: pointer;
}

.checkArea .check label {
    font-size: 1.4rem;
}

.checkArea .check input {
    vertical-align: middle;
}


/*------------------------------------------------------------
会員登録画面
------------------------------------------------------------*/
body.page-regist #main .login.checkArea {
    margin-top: 30px;
}

body.page-regist #main .terms {
    padding: 0 20px;
}

body.page-regist #main .c-profile__address-city,.c-profile__address-detail {
    margin-top: 10px;
}

body.page-regist #main .inputForm dl dd .selectWrap:after {
    top: 20px;
}

body.page-regist #main .inputForm #validation-submit:disabled {
    background-color: #ddd !important;
    pointer-events: none;
}

body.page-regist #main .inputForm .form-error {
    background: #fcf4f6;
}

body.page-regist #main .inputForm .birthday.form-error {
    background: #fff;
}

#MemberSchoolNameWrap #ui-id-1 {
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 0 0 3px 3px;
    background: #fff;
}

#MemberSchoolNameWrap .ui-menu-item {
    /* font-size: 12px; */
    padding: 5px 10px;
    border-bottom: 1px solid #ccc;
    div {
        font-size: 1.4rem;
        line-height: 1.6;
    }
}

#MemberSchoolNameWrap .ui-menu-item:last-child {
    border-bottom: none;
}

#MemberSchoolNameWrap .ui-menu-item:hover {
    background: #eee;
}

.ui-helper-hidden-accessible {
    display: none;
}

@media screen and (min-width: 701px) {
    body.page-regist #main .terms {
        padding-right: 0;
        padding-left: 0;
    }
}
