/******************  section01 ******************/
h1.head-text {
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 40px;
    line-height: 60px;
}

main {
    position: relative;
    overflow: hidden;
}

section {
    margin-top: 100px;
}

.summary {
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    color: #2f302f;
    margin-top: 30px;
}

.section01 {
    background-color: rgba(216, 216, 216, 0.23);
    margin-top: 26px;
}

.section01 .content {
    width: 937px;
    margin: 0 auto;
    padding-top: 63px;
    overflow: hidden;
}

.section01 .content .input-box {
    width: 437px;
    height: 145px;
    float: left;
    margin-right: 63px;
    margin-bottom: 37px;
}

.section01 .content .input-box.mr0 {
    margin-right: 0;
}

.section01 .content .input-box label {
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 22px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.41;
    letter-spacing: normal;
    color: rgba(0, 0, 0, 0.85);
    display: block;
    margin-bottom: 24px;
}

.section01 .content .input-box input {
    width: 100%;
    height: 53px;
    border-radius: 6px;
    border: 2px solid rgba(0, 0, 0, 0.5);
    background-color: #fff;
    box-sizing: border-box;
}

.section01 .content .kind-box {
    width: 100%;
    overflow: hidden;
}

.section01 .content .kind-box .kind-text {
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 22px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.41;
    letter-spacing: normal;
    color: rgba(0, 0, 0, 0.85);
    display: block;
    margin-bottom: 19px;
}

.section01 .content .kind-box .checkbox {
    float: left;
    width:auto;
    margin-right: 70px;
    overflow: hidden;
}

.section01 .content .kind-box .checkbox input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-right: 17px;
    display: none;
}

.section01 .content .kind-box .checkbox label {
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 22px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.41;
    letter-spacing: normal;
    color: rgba(0, 0, 0, 0.85);
    width:100%;
    white-space: nowrap;
}

.section01 .content .kind-box .checkbox input[type="checkbox"] + label span {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin: -2px 10px 0 0;
    vertical-align: middle;
    background: url(../images/form-checkbox-off-18-dp.png) left top no-repeat;
    cursor: pointer;
}

.section01 .content .kind-box .checkbox input[type="checkbox"]:checked + label span {
    background: url(../images/form-checkbox-on-18-dp.png) top no-repeat;
}

.section01 .content .textarea-box {
    margin-top: 55px;
    margin-bottom: 50px;
}

.section01 .content .textarea-box label {
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 22px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.41;
    letter-spacing: normal;
    color: rgba(0, 0, 0, 0.85);
}

.section01 .content .textarea-box textarea {
    width: 937px;
    height: 274px;
    border-radius: 6px;
    border: 2px solid rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    background-color: #fff;
    margin-top: 12px;

}

.section01 .content .agree-box {
    margin-bottom: 99px;
    height: 67px;
}

.section01 .content .agree-box .e_txt {
    display: none;
}

.section01 .content .agree-box img {
    display: none;
}

.section01 .content .agree-box.error img {
    display: inline-block;
}

.section01 .content .agree-box input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-right: 20px;
    line-height: 18px;
    display: none;
}

.section01 .content .agree-box input[type="checkbox"] + label span {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin: -2px 10px 0 0;
    vertical-align: middle;
    background: url(../images/form-checkbox-off-18-dp.png) left top no-repeat;
    cursor: pointer;
}

.section01 .content .agree-box input[type="checkbox"]:checked + label span {
    background: url(../images/form-checkbox-on-18-dp.png) top no-repeat;
}

.section01 .content .agree-box label {
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.72;
    letter-spacing: normal;
    color: rgba(0, 0, 0, 0.85);
}

.section01 .content .agree-box .privacy_policy {
    color: #ec0047;
    border-bottom: 1px solid #ec0047;
}

.section01 .content .submit-box {
    text-align: center;
    margin-bottom: 150px;
}

.section01 .content .submit-box .submit {
    font-family: 'M PLUS 1p', sans-serif;
    width: 232px;
    height: 60px;
    border-radius: 100px;
    background-color: #ec0047;
    font-size: 19px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 19px;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
}


/* error */
.section01 .content .error input {
    width: 100%;
    height: 53px;
    border-radius: 6px;
    border: solid 2px #ec0047;
    background: url(../images/warning-13-dp.png) no-repeat 95% 50% #fff;
    box-sizing: border-box;
}

.section01 .content .textarea-box.error p.e_txt {
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.56;
    letter-spacing: normal;
    color: #ec0047;
    margin-top: 9px;
    display: block;
}

.section01 .content .textarea-box p.e_txt {
    display: none;
}

.section01 .content .error textarea {
    border-radius: 6px;
    border: solid 2px #ec0047;
    background: url(../images/warning-13-dp.png) no-repeat 95% 50% #fff;
    box-sizing: border-box;
}

.section01 .content .input-box p.e_txt {
    display: none;
}

.section01 .content .input-box.error p.e_txt {
    display: block;
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.56;
    letter-spacing: normal;
    color: #ec0047;
    margin-top: 9px;
}

.section01 .content .agree-box.error img.ic_error {
    margin-left: 10px;
}

.section01 .content .agree-box.error .e_txt {
    margin-left: 35px;
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.56;
    letter-spacing: normal;
    color: #ec0047;
    margin-top: 9px;
    display: block;
}



.black {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: 0.6;
    padding-bottom: 1500px;
}

.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -199px;
    margin-left: -385px;
    background: #fff;
    width: 770px;
    height: 398px;
    border-radius: 6px;
    border: solid 1px #979797;
}

.popup h2 {
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: normal;
    text-align: center;
    color: #2f302f;
    margin-top: 65px;
}

.popup h3 {
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: normal;
    text-align: center;
    color: #2f302f;
    margin-top: 32px;
}

.popup p {
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: normal;
    text-align: center;
    color: #6d7278;
    margin-top: 22px;
}

.btn_wrap {
    overflow: hidden;
    width: 232px;
    margin: 0 auto;
    margin-top: 42px;
}

@media (max-width:1000px) {
    html {
        font-size: 13px;
        width: 100%;
    }

    body {
        width: 100%;
    }

    main {
        margin-top: 57px;
    }

    section {
        margin-top: 35px;
    }

    h1.head-text {
        font-family: 'M PLUS 1p', sans-serif;
        font-size: 20px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 20px;
        letter-spacing: normal;
        color: #2f302f;
        margin-bottom: 17px;
    }

    .summary {
        font-family: 'M PLUS 1p', sans-serif;
        line-height: 22px;
        font-size: 13px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: normal;
        color: #2f302f;
        margin-top: 0;
    }

    .inner {
        width: calc(100% - 56px);
        margin: 0 auto;
    }

    .section01 {
        background: #fff;
        margin-top: 35px;
    }

    .section01 .content {
        width: 82.5%;
        margin: 0 auto;
        padding-top: 0;
    }

    .section01 .content .input-box {
        width: 100%;
        margin-right: 0;
        height: 82px;
        margin-bottom: 15px;
    }

    .section01 .content .input-box label {
        font-family: 'M PLUS 1p', sans-serif;
        font-size: 13px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 13px;
        letter-spacing: normal;
        color: rgba(0, 0, 0, 0.85);
        margin-bottom: 10px;
    }

    .section01 .content .input-box input {
        height: 38px;
    }

    .section01 .content .error input {
        background-size: 13px;
        background-position: 98% 50%;
    }

    .section01 .content .input-box.error p.e_txt {
        font-family: 'M PLUS 1p', sans-serif;
        font-size: 11px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 11px;
        letter-spacing: normal;
        color: #ec0047;
    }

    .section01 .content .kind-box .kind-text {
        font-family: 'M PLUS 1p', sans-serif;
        font-size: 13px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 13px;
        letter-spacing: normal;
        color: rgba(0, 0, 0, 0.85);
    }

    .section01 .content .kind-box .checkbox {
        width: 50%;
        margin-bottom: 20px;
    }

    .section01 .content .kind-box .checkbox:last-child {
        margin-bottom: 0;
    }

    .section01 .content .kind-box .checkbox label {
        font-family: 'M PLUS 1p', sans-serif;
        font-size: 13px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 13px;
        letter-spacing: normal;
        color: rgba(0, 0, 0, 0.85);
        margin-right: 0;

    }

    .section01 .content .kind-box .checkbox input[type="checkbox"] + label span {
        width: 12px;
        height: 12px;
        background-size: 12px;
    }

    .section01 .content .kind-box .checkbox input[type="checkbox"]:checked + label span {
        background-size: 12px;
    }

    .section01 .content .textarea-box {
        margin: 30px 0 15px;
    }

    .section01 .content .textarea-box label {
        font-family: 'M PLUS 1p', sans-serif;
        font-size: 13px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 13px;
        letter-spacing: normal;
        color: rgba(0, 0, 0, 0.85);
    }

    .section01 .content .textarea-box textarea {
        width: 100%;
        height: 150px;
    }

    .section01 .content .error textarea {
        background-size: 13px;
        background-position: 98% 50%;
    }

    .section01 .content .textarea-box.error p.e_txt {
        font-family: 'M PLUS 1p', sans-serif;
        font-size: 11px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 11px;
        letter-spacing: normal;
        color: #ec0047;
    }

    .section01 .content .agree-box {
        margin-bottom: 30px;
    }

    .section01 .content .agree-box label {
        font-family: 'M PLUS 1p', sans-serif;
        font-size: 11px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 11px;
        letter-spacing: normal;
        color: #2f302f;
    }

    .section01 .content .agree-box.error .e_txt {
        font-family: 'M PLUS 1p', sans-serif;
        font-size: 11px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 11px;
        letter-spacing: normal;
        color: #ec0047;
        margin-top: 10px;
    }

    .section01 .content .agree-box input[type="checkbox"] + label span {
        width: 12px;
        height: 12px;
        background-size: 12px;
    }

    .section01 .content .agree-box input[type="checkbox"]:checked + label span {
        background-size: 12px;
    }

    .section01 .content .submit-box {
        margin-bottom: 60px;
    }
    .section01 .content .submit-box button{color:#fff;}

    .section01 .content .submit-box .submit {
        font-family: 'M PLUS 1p', sans-serif;
        width: 147px;
        height: 39px;
        font-size: 11px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: 39px;
        letter-spacing: normal;
        text-align: center;
        color: #ffffff;

    }

    .black {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .popup {
        width: calc(100% - 128px);
        height: auto;
        margin-left: calc(-50% + 33px);
        padding: 30px;
    }

    .popup h2 {
        margin-top: 0;
        width: 80%;
        margin: 0 auto;
        font-size: 13px;
        line-height: 22px;
    }

    .popup h3 {
        font-size: 11px;
        line-height: 15px;
        margin-top: 15px;
    }

    .popup p {
        font-size: 11px;
        line-height: 15px;
        margin-top: 8px;
    }

    .btn_wrap {
        width: 147px;
        margin-top: 20px;
    }



}

@media screen and (max-width:320px) {
    .popup {
        width: calc(100% - 118px);
        height: auto;
        margin-left: calc(-50% + 28px);
        padding: 30px;
    }
}
