@charset "UTF-8";
.flow_wrap {
    width: 100%;
    max-width: 994px;
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 60px;
    padding-bottom: 120px;
}
.topCont_ttl.is-form:before {
    background: url(../svg/icn18.svg) no-repeat center / 100% auto;
}
.reqRead_txt {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    padding: 50px 0 0;
}
.request_wrap{
    margin-top: 22px;
}
.request_in {
    background: #FFF;
    border-radius: 8px;
    margin-bottom: 32px;
    padding: 0 16px;
    padding-bottom: 48px;
}
.request_in:last-child {
    margin-bottom: 0;
}
.reqForm_wrap {
    padding: 0 46px;
}
.reqForm_ttl {
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    border-bottom: 1px solid #F0F6F7;
    padding: 40px 18px 22px;
    position: relative;
}
.reqForm_ttl .is-in {
    position: relative;
    display: inline-block;
    padding: 8px 0;
    padding-left: 22px;
}
.reqForm_ttl .is-in:before {
    content: '';
    display: block;
    width: 4px;
    height: 36px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #7BD855;
    z-index: 1;
}
.request_wrap .reqForm_ttl .his,
.request_wrap .reqForm_ttl .nin {
    right: auto;
    top: 48px;
    left: 21em;
}
.reqEnd_wrap {
    background: #FFF;
    border-radius: 8px;
    padding: 60px 40px;
    text-align: center;
}
.reqEnd_wrap .ttl {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 40px;
}
.reqEnd_wrap .txt {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
}
.reqEnd_wrap .txt .tel a {
    pointer-events: none;
    text-decoration: none;
    color: #FF2D55;
    font-weight: 700;
}
.reqEnd_wrap .reqBtn_wrap {
    margin-top: 60px;
    flex-direction: row;
}
.reqEnd_wrap .reqBtn_wrap .c-btn.is-grn,
.reqEnd_wrap .reqBtn_wrap .c-btn.is-blk,
.reqEnd_wrap .reqBtn_wrap .c-btn.is-bru {
    max-width: 240px;
    width: 240px;
    height: 60px;
}
.reqBtn_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row-reverse;
    margin-top: 82px;
}
.reqBtn_wrap .c-btn {
    margin: 0 10px;
}
.c-btn.is-grn,
.c-btn.is-gry,
.c-btn.is-bru,
.c-btn.is-blk {
    max-width: 300px;
    width: 300px;
    height: 70px;
}
.c-btn.is-gry {
    max-width: 240px;
    width: 240px;
}
.c-btn.is-grn.ver2,
.c-btn.is-pnk {
    max-width: 395px;
    width: 395px;
    margin: 0;
}
.c-btn.is-grn a,
.c-btn.is-gry a,
.c-btn.is-bru a,
.c-btn.is-blk a,
.c-btn.is-pnk a,
.c-btn.is-grn button,
.c-btn.is-gry button {
    font-size: 18px;
    border: 1px solid #7BD855;
    color: #fff;
    background: #7BD855;
    border-radius: 6px;
}
.c-btn.is-gry a,
.c-btn.is-gry button {
    border: 1px solid #D9D9D9;
    color: #fff;
    background: #D9D9D9;
}
.c-btn.is-bru a {
    border: 1px solid #007A8F;
    background: #007A8F;
}
.c-btn.is-blk a {
    border: 1px solid #2F2F2F;
    background: #2F2F2F;
}
.c-btn.is-pnk a {
    border: 1px solid #FF576E;
    background: #FF576E;
}
.c-btn.is-grn a:before,
.c-btn.is-gry a:before,
.c-btn.is-bru a:before,
.c-btn.is-blk a:before,
.c-btn.is-grn button:before,
.c-btn.is-gry button:before {
    content: none;
}
.c-btn a.is-already {
    pointer-events: none;
}
.reqForm_box {
    padding: 40px 0 30px;
    border-top: 1px solid #F0F6F7;
    display: flex;
    flex-wrap: wrap;
}
#ct2.reqForm_box,
#ct3.reqForm_box {
    display: none;
}
.reqForm_box_in {
    display: flex;
    flex-wrap: wrap;
}
.reqForm_box:first-of-type {
    border-top: none;
}
.reqForm_box .ttl {
    width: 225px;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
    box-sizing: border-box;
    position: relative;
    padding-top: 10px;
}
.reqForm_box .add {
    display: block;
    font-size: 12px;
    line-height: 1.4;
    margin-top: .4em;
    color: #FF2D55;
}
.request_wrap .his,
.request_wrap .nin {
    position: absolute;
    top: 12px;
    right: 20px;
    z-index: 1;
    width: 52px;
    height: 23px;
    border-radius: 0;
    display: flex;
    justify-content: center;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    color: #7BD855;
    background: #fff;
    border: 1px solid #7BD855;
    box-sizing: border-box;
    padding-top: 3px;
}
.request_wrap .nin {
    color: #007A8F;
    border: 1px solid #007A8F;
}
.request_wrap .his.is-ver2,
.request_wrap .nin.is-ver2 {
    width: 98px;
}
.reqForm_box.is-ver2 .ttl {
    padding-top: 6px;
}
.request_wrap .reqForm_box.is-ver2 .his,
.request_wrap .reqForm_box.is-ver2 .nin {
    top: 8px;
}
.reqForm_box.is-ver3 .ttl {
    padding-top: 0;
}
.request_wrap .reqForm_box.is-ver3 .his,
.request_wrap .reqForm_box.is-ver3 .nin {
    top: 1px;
}
.reqForm_box.is-ver4 .ttl {
    padding-top: 2px;
}
.request_wrap .reqForm_box.is-ver4 .his,
.request_wrap .reqForm_box.is-ver4 .nin {
    top: 12px;
}
.reqForm_box.is-ver5 .ttl {
    padding-top: 20px;
}
.request_wrap .reqForm_box.is-ver5 .his,
.request_wrap .reqForm_box.is-ver5 .nin {
    top: 32px;
}
.reqForm_box .box {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
    width: -webkit-calc(100% - 225px);
    width: calc(100% - 225px);
    box-sizing: border-box;
}
.reqForm_box .addtxt {
    display: inline-block;
    font-size: 12px;
    line-height: 1.6;
    font-weight: 400;
    margin-top: .4em;
    padding-left: 8px;
    font-feature-settings: "palt";
}
.reqForm_box .addtxt.is-grn {
    color: #7BD855;
}
.reqForm_box .lst {
    display: flex;
    flex-wrap: wrap;
}
.reqForm_box .lst li{
    margin-right: 36px;
}
.reqForm_box .lst li:last-child{
    margin-right: 0;
}
.reqForm_box .lst.is-name li span{
    margin-right: 10px;
}
.reqForm_box .lst.is-birth li span{
    margin-left: 10px;
}
.reqForm_box .lst.is-pass,
.reqForm_box .lst.is-mail {
    display: block;
}
.reqForm_box .lst.is-pass li,
.reqForm_box .lst.is-mail li {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.reqForm_box .lst.is-pass li:last-child,
.reqForm_box .lst.is-mail li:last-child {
    margin-top: 20px;
}
.reqForm_box .lst.is-pass .addtxt,
.reqForm_box .lst.is-mail .addtxt {
    margin-top: 0;
}
.reqForm_box .lst.is-station li{
    margin-right: 10px;
}
.reqForm_box .lst.is-station li:last-child{
    margin-right: 0;
}
.reqForm_box .lst.is-station li span{
    margin-left: 4px;
    font-size: 14px;
}
.reqForm_box .lst.is-mail.is-ver2 li span{
    margin: 0 8px;
    font-size: 14px;
}
.reqForm_box .lst.is-mail.is-ver2 .addtxt{
    padding: 8px 0 0;
}
.reqForm_box select[name="school_status"] {
    margin-left: 10px;
}
.agree_lst {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.com_ppbox {
    width: 100%;
    max-width: 890px;
    height: 220px;
    box-sizing: border-box;
    padding: 20px 40px;
    overflow-y: scroll;
    border: 1px solid #d4d4d4;
    background: #fff;
    margin-top: 45px;
    margin-bottom: 24px;
    border-radius: 6px;
}
.com_ppbox .ttl {
    font-size: 12px;
    line-height: 2;
    font-weight: 400;
    text-align: center;
    margin-bottom: 1.4em;
}
.com_ppbox .txt {
    font-size: 12px;
    line-height: 2;
    font-weight: 400;
}
.stationBtn {
    text-align: center;
    border-top: 1px solid #F0F6F7;
}
.stationBtn a {
    display: inline-block;
    padding: 20px 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    text-decoration-line: underline;
    color: #007A8F;
}
.applyLst_wrap,
.applyLogin_wrap {
    background: #FFF;
    border-radius: 8px;
    margin-top: 50px;
    padding: 26px 16px 40px;
}
.applyLst_ttl,
.applyLogin_ttl {
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    color: #2F2F2F;
    border-bottom: 1px solid #F0F6F7;
    padding: 0 18px 22px;
}
.applyLst_ttl span,
.applyLogin_ttl span {
    display: inline-block;
    border-left: 4px solid #7BD855;
    padding: 8px 0;
    padding-left: 18px;
}
.applyLst_lst {
    padding: 0 10px;
    margin-top: 10px;
}
.applyLst_box {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 8px;
}
.applyLst_box.lt_no {
    background: #e5e5e5;
}
.applyLst_box:last-child {
    margin-bottom: 0;
}
.applyLst_box .txt {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    /* width: -webkit-calc(100% - 130px);
    width: calc(100% - 130px); */
    box-sizing: border-box;
    position: relative;
    padding-left: 28px;
    padding-right: 20px;
}
body.entry.confirm .applyLst_box .txt {
    width: 100%;
}
.applyLst_box .txt span {
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    background: #007A8F;
    border-radius: 50%;
    padding-bottom: 3px;
    position: absolute;
    left: 0;
    top: 0;
}
.applyLogin_box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 20px;
    margin-top: 20px;
}
.applyLogin_wrap .txt {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    width: -webkit-calc(100% - 240px);
    width: calc(100% - 240px);
    box-sizing: border-box;
    padding-left: 30px;
}
.c-btn.is-login,
.c-btn.is-cancel {
    max-width: 120px;
    width: 120px;
    height: 40px;
    margin: 0;
}
.c-btn.is-login {
    max-width: 240px;
    width: 240px;
    height: 60px;
}
.c-btn.is-login a,
.c-btn.is-cancel a {
    font-size: 18px;
    color: #fff;
    border: 1px solid #007A8F;
    background: #007A8F;
    border-radius: 6px;
}
.c-btn.is-cancel a {
    font-size: 14px;
    color: #2F2F2F;
    border: 1px solid #2F2F2F;
    background: #fff;
}
.c-btn.is-login a:before,
.c-btn.is-cancel a:before {
    content: none;
}
body.password .reqRead_txt {
    line-height: 1.8;
}
body.password .request_in {
    padding: 32px 16px;
    margin-bottom: 0;
}
body.password .reqForm_box {
    padding: 0;
}
.confirm .request_wrap .his,
.confirm .request_wrap .nin {
    display: none;
}
.confirm .reqForm_box .add {
    display: none;
}
.confirm .reqForm_box {
    align-items: center;
}
.confirm .reqForm_box .ttl,
.confirm .reqForm_box.is-ver2 .ttl,
.confirm .reqForm_box.is-ver3 .ttl,
.confirm .reqForm_box.is-ver4 .ttl,
.confirm .reqForm_box.is-ver5 .ttl {
    padding-top: 0;
}
.request_wrap .reqForm_box.is-ver5 .his,
.request_wrap .reqForm_box.is-ver5 .nin {
    top: 32px;
}
.confirm .reqForm_agree {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
    padding: 40px 0 30px;
    padding-left: 225px;
}
.error {
    color: #FF2D55;
    margin-top: .6em;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
}
.error.is-center {
    text-align: center;
}
/*login*/
.login_wrap {
    padding-bottom: 140px;
}
.login_ttl {
    font-weight: 700;
    font-size: 28px;
    line-height: 1;
}
.loginCnt_wrap {
    margin-top: 44px;
}
.loginCnt_in {
    display: flex;
    flex-wrap: wrap;
    background: #FFF;
    border-radius: 8px;
    padding: 72px 75px;
}
.loginCnt_box {
    width: 50%;
    padding-left: 92px;
    box-sizing: border-box;
    position: relative;
}
.loginCnt_box:first-child {
    padding-left: 0;
    border-right: 1px solid #E6E6E6;
}
.loginCnt_box .error {
    max-width: 438px;
}
.loginCnt_ttl {
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    color: #2F2F2F;
    margin-bottom: 20px;
}
.loginCnt_ttl span {
    display: inline-block;
    border-left: 4px solid #7BD855;
    padding: 5px 0;
    padding-left: 10px;
}
.loginPass_wrap {
    padding-top: 20px;
    margin-bottom: 40px;
}
.loginPass_box {
    margin-bottom: 30px;
}
.loginPass_box:last-child {
    margin-bottom: 0;
}
.loginPass_box .ttl {
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 10px;
}
.loginPass_box input[type=text],
.loginPass_box input[type=password] {
    width: 100%;
    max-width: 438px;
    height: 36px;
    border: 1px solid #E6E6E6;
    background: #F3F3F3;
    border-radius: 4px;
    padding: 0 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    box-sizing: border-box;
}
.loginPass_box .add {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.21;
    margin-top: 10px;
}
.loginBtn_login {
    margin-bottom: 15px;
}
.loginBtn_add {
    margin-top: 15px;
}
.loginBtn_add a {
    color: #007A8F;
    text-decoration: none;
}
.loginCnt_box .txt {
    font-weight: 400;
    font-size: 14px;
}
.loginCnt_box .c-btn.is-pnk {
    position: absolute;
    left: 92px;
    bottom: 42px;
    height: 70px;
}
.exit_txt {
    margin-bottom: .5em;
}
/*change*/
@media (min-width: 1000px) {
    body.mypage .request_wrap {
        margin-top: 0;
    }
    body.mypage .request_wrap + .request_wrap{
        margin-top: 60px;
    }
    body.mypage .reqRead_txt {
        padding: 0 0 22px;
    }
    body.mypage .reqForm_wrap {
        padding: 0 18px;
    }
    body.mypage .reqForm_box .addtxt {
        margin-top: .4em;
        padding: 0;
    }
    body.mypage .reqForm_box .lst.is-name li {
        margin-right: 20px;
    }
    body.mypage .reqForm_box .lst.is-name li:last-child {
        margin-right: 0;
    }
    body.mypage .reqForm_box .lst.is-pass .addtxt {
        margin-top: .4em;
        padding: 0;
    }
    body.mypage .reqForm_box .lst.is-pass .addtxt.is-grn {
        font-size: 14px;
        margin: 0 0 .4em;
    }
    body.mypage .request_wrap .reqForm_box.is-ver3 .his,
    body.mypage .request_wrap .reqForm_box.is-ver3 .nin {
        top: 0;
    }
    body.mypage .reqForm_box.is-ver4 .ttl {
        padding-top: 48px;
    }
    body.mypage .request_wrap .reqForm_box.is-ver4 .his,
    body.mypage .request_wrap .reqForm_box.is-ver4 .nin {
        top: 62px;
    }
    body.mypage .reqForm_box.is-ver5 .ttl {
        padding-top: 22px;
    }
    body.mypage .request_wrap .reqForm_box.is-ver5 .his,
    body.mypage .request_wrap .reqForm_box.is-ver5 .nin {
        top: 34px;
    }
    body.mypage .is-wid1 {
        width: 236px !important;
    }
    body.mypage .is-wid4 {
        width: 80% !important;
    }
    body.mypage .is-wid7 {
        width: 80% !important;
    }
    body.mypage .is-wid8 {
        width: 184px !important;
    }
    body.mypage .is-wid9 {
        width: 190px !important;
    }
    body.mypage.confirm .reqForm_box.is-ver4 .ttl,
    body.mypage.confirm .reqForm_box.is-ver5 .ttl {
        padding-top: 0;
    }
    body.mypage .is-wid10 {
        width: 60% !important;
    }
}
/*part*/
label input[type="radio"],
label input[type="checkbox"] {
    visibility: hidden;
    outline-color: #01c69a;
}
label input[type="radio"] + span,
label input[type="checkbox"] + span {
    position: relative;
    display: inline-block;
    padding-left: 28px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    box-sizing: border-box;
}
label input[type="radio"] + span:before,
label input[type="checkbox"] + span:before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #C9C9C9;
    border-radius: 50%;
    box-sizing: border-box;
}
label input[type="checkbox"] + span:before {
    border-radius: 0;
}
label input[type="radio"] + span:after {
    display: block;
    position: absolute;
    top: 6px;
    left: 4px;
    width: 12px;
    height: 12px;
    background: #7BD855;
    border-radius: 50%;
    box-sizing: border-box;
}
label input[type="checkbox"] + span:after {
    display: block;
    position: absolute;
    top: 3px;
    left: 6px;
    width: 8px;
    height: 14px;
    border-bottom: 3px solid #7BD855;
    border-right: 3px solid #7BD855;
    transform: rotate(40deg);
    box-sizing: border-box;
}
label input[type="radio"]:checked + span:before,
label input[type="checkbox"]:checked + span:before {
    border: 1px solid #7BD855;
}
label input[type="radio"]:checked + span:after,
label input[type="checkbox"]:checked + span:after {
    content: "";
}
input[type="radio"],
input[type="checkbox"] {
    visibility: hidden;
    outline-color: #7BD855;
}
input[type="radio"] + label span,
input[type="checkbox"] + label span {
    position: relative;
    display: inline-block;
    padding-left: 28px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    box-sizing: border-box;
}
input[type="radio"] + label span:before,
input[type="checkbox"] + label span:before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #C9C9C9;
    border-radius: 50%;
    box-sizing: border-box;
}
input[type="checkbox"] + label span:before {
    border-radius: 0;
}
input[type="radio"] + label span:after {
    display: block;
    position: absolute;
    top: 6px;
    left: 4px;
    width: 12px;
    height: 12px;
    background: #7BD855;
    border-radius: 50%;
    box-sizing: border-box;
}
input[type="checkbox"] + label span:after {
    display: block;
    position: absolute;
    top: 3px;
    left: 6px;
    width: 8px;
    height: 14px;
    border-bottom: 3px solid #7BD855;
    border-right: 3px solid #7BD855;
    transform: rotate(40deg);
    box-sizing: border-box;
}
input[type="radio"]:checked + label span:before,
input[type="checkbox"]:checked + label span:before {
    border: 1px solid #7BD855;
}
input[type="radio"]:checked + label span:after,
input[type="checkbox"]:checked + label span:after {
    content: "";
}
select,
input[type=text],
input[type=tel],
input[type=email],
input[type=date],
input[type=number],
input[type=password],
textarea {
    background: #fff;
    border: 1px solid #C9C9C9;
    width: 100%;
    height: 50px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding: 0 10px;
    border-radius: 6px;
    box-sizing: border-box;
}
select {
    font-size: 14px;
    height: 38px;
    background:#fff url(../svg/select.svg) no-repeat right 10px center / 8px auto;
    border-radius: 0;
    padding: 0 8px;
    padding-right: 20px;
}
textarea {
    width: 490px;
    height: 160px;
    font-size: 14px;
    line-height: 1.4;
    padding: 16px 10px;
}
.is-wid1 {
    width: 255px !important;
}
.is-wid2 {
    width: 140px !important;
}
.is-wid3 {
    width: 60px !important;
}
.is-wid4 {
    width: 360px !important;
}
.is-wid5 {
    width: 220px !important;
}
.is-wid6 {
    width: 392px !important;
}
.is-wid7 {
    width: 384px !important;
}
.is-wid8 {
    width: 200px !important;
}
.is-wid9 {
    width: 200px !important;
}
.is-wid10 {
    width: 384px !important;
}
.is-wid11 {
    width: 384px !important;
}
@media (min-width: 1000px) {
    .c-btn.is-grn a:hover,
    .c-btn.is-grn button:hover {
        color: #7BD855;
        background: #fff;
    }
    .c-btn.is-gry a:hover,
    .c-btn.is-gry button:hover {
        color: #D9D9D9;
        background: #fff;
    }
    .c-btn.is-bru a:hover {
        color: #007A8F;
        background: #fff;
    }
    .c-btn.is-blk a:hover {
        color: #2F2F2F;
        background: #fff;
    }
    .c-btn.is-login a:hover {
        color: #007A8F;
        background: #fff;
    }
    .c-btn.is-cancel a:hover {
        color: #fff;
        background: #2F2F2F;
    }
    .c-btn.is-pnk a:hover {
        color: #FF576E;
        background: #fff;
    }
    .stationBtn a:hover {
        text-decoration-line: none;
    }
    .loginBtn_add a:hover {
        text-decoration-line: underline;
    }
}
@media screen and (min-width:1000px) and (max-width:1260px) {
    body.mypage .reqForm_box .ttl {
        width: 200px;
        font-size: 16px;
    }
    body.mypage .reqForm_box .box {
        width: -webkit-calc(100% - 200px);
        width: calc(100% - 200px);
    }
    body.mypage .reqForm_box .lst.is-name li {
        width: 48%;
    }
    body.mypage .reqForm_box .lst.is-name li {
        margin-right: 1%;
    }
    body.mypage .is-wid1 {
        width: -webkit-calc(100% - 4em) !important;
        width: calc(100% - 4em) !important;
    }
    body.mypage .is-wid4 {
        width: 80% !important;
    }
    body.mypage .reqForm_box .lst.is-station li {
        width: 32%;
        margin-right: 1%;
    }
    body.mypage .reqForm_box .lst.is-station li:last-child {
        width: 33%;
        margin-right: 0;
    }
    body.mypage .is-wid8 {
        width: 100% !important;
    }
    body.mypage .reqForm_box .lst.is-station li:last-child .is-wid8 {
        width: -webkit-calc(100% - 2em) !important;
        width: calc(100% - 2em) !important;
    }
    body.mypage .is-wid11 {
        width: 64% !important;
    }
    body.mypage .is-wid9 {
        width: 30% !important;
    }
    body.mypage .request_wrap .his,
    body.mypage .request_wrap .nin {
        right: 14px;
    }
}
@media screen and (min-width:1000px) and (max-width:1240px) {
    /*login*/
    .login_wrap {
        padding: 0 20px;
        padding-bottom: 120px;
    }
    .loginCnt_in {
        padding: 42px 0;
    }
    .loginCnt_box {
        width: 50%;
        padding: 0 40px;
    }
    .loginCnt_box:first-child {
        padding: 0 40px;
    }
    .loginCnt_box .c-btn.is-pnk {
        left: 40px;
        bottom: 40px;
    }
}
@media only screen and (max-width: 1000px) {
    .flow_wrap {
        padding: 0 15px;
        padding-top: 15px;
        padding-bottom: 116px;
    }
    .reqRead_txt {
        font-size: 14px;
        line-height: 24px;
        padding: 30px 0 0;
    }
    .request_in {
        margin-bottom: 30px;
        padding: 0;
        padding-bottom: 26px;
    }
    .reqForm_wrap {
        padding: 0 15px;
    }
    .reqForm_ttl {
        font-size: 18px;
        padding: 36px 15px 18px;
    }
    .reqForm_ttl .is-in {
        padding: 6px 0;
        padding-left: 14px;
    }
    .reqForm_ttl .is-in:before {
        width: 4px;
        height: 30px;
    }
    .request_wrap .reqForm_ttl .his,
    .request_wrap .reqForm_ttl .nin {
        right: auto;
        top: 48px;
        left: 21em;
    }
    .reqEnd_wrap {
        padding: 40px 15px;
    }
    .reqEnd_wrap .ttl {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .reqEnd_wrap .txt {
        text-align: left;
        font-size: 14px;
    }
    .reqEnd_wrap .txt .tel a {
        pointer-events: auto;
        text-decoration: underline;
    }
    .reqEnd_wrap .reqBtn_wrap {
        margin-top: 40px;
    }
    .reqEnd_wrap .reqBtn_wrap .c-btn.is-grn,
    .reqEnd_wrap .reqBtn_wrap .c-btn.is-blk,
    .reqEnd_wrap .reqBtn_wrap .c-btn.is-bru {
        max-width: 300px;
        width: 300px;
        height: 60px;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .reqEnd_wrap .reqBtn_wrap .c-btn.is-bru {
        margin-bottom: 0;
    }
    .reqBtn_wrap {
        display: block;
        margin-top: 60px;
    }
    .reqBtn_wrap .c-btn {
        margin: 0 auto;
    }
    .c-btn.is-gry {
        margin-top: 20px;
    }
    .reqForm_box {
        display: block;
        padding: 22px 0;
    }
    .reqForm_box .ttl {
        font-size: 16px;
        width: 100%;
        margin-bottom: 20px;
        padding-top: 0;
    }
    .reqForm_box .add {
        display: inline-block;
        font-size: 10px;
        line-height: 1.6;
        margin-top: 0;
    }
    .request_wrap .his,
    .request_wrap .nin {
        display: inline-block;
        position: static;
        transform:none;
        text-align: center;
        width: 52px;
        height: 23px;
        font-size: 14px;
        padding-top: 3px;
        margin-left: 1em;
    }
    .reqForm_box.is-ver2 .ttl,
    .reqForm_box.is-ver3 .ttl,
    .reqForm_box.is-ver4 .ttl,
    .reqForm_box.is-ver5 .ttl {
        padding-top: 0;
    }
    .reqForm_box .box {
        font-size: 13px;
        width: 100%;
    }
    .reqForm_box .addtxt {
        font-size: 12px;
        line-height: 1.4;
        margin-top: .6em;
    }
    .reqForm_box .addtxt.is-inline {
        display: block;
        padding-left: 0;
    }
    .reqForm_box .lst li{
        margin-right: 0;
    }
    .reqForm_box .lst li span{
        font-size: 16px;
    }
    .reqForm_box .lst.is-name li {
        width: 100%;
        margin-bottom: 20px;
    }
    .reqForm_box .lst.is-name li:last-child {
        margin-bottom: 0;
    }
    .reqForm_box .lst.is-name li span {
        margin-right: 1em;
    }
    .reqForm_box .lst.is-birth li {
        width: 30%;
    }
    .reqForm_box .lst.is-birth li:first-child {
        width: 40%;
    }
    .reqForm_box .lst.is-birth li span{
        margin: 0 .4em;
    }
    .reqForm_box .lst.is-gender li {
        margin-right: 20px;
    }
    .reqForm_box .lst.is-pass li,
    .reqForm_box .lst.is-mail li {
        display: block;
    }
    .reqForm_box .lst.is-pass .addtxt,
    .reqForm_box .lst.is-mail .addtxt {
        font-size: 12px;
        line-height: 1.4;
        padding: 0;
        margin-top: .6em;
    }
    .reqForm_box .lst.is-station li{
        width: 100%;
        margin: 0 0 10px;
    }
    .reqForm_box .lst.is-station li:last-child{
        margin: 0;
    }
    .reqForm_box .lst.is-station li span{
        display: none;
    }
    .reqForm_box .lst.is-mail.is-ver2 li span{
        font-size: 12px;
        margin: 0 4px;
    }
    .reqForm_box .lst.is-mail.is-ver2 .addtxt{
        padding: 0;
        margin-top: .6em;
    }
    .reqForm_box input[name="email_mobile"],
    .reqForm_box input[name="email_mobile_verify"] {
        margin: 0 0 10px;
    }
    .reqForm_box select[name="school_status"] {
        margin: 10px 0 0;
    }
    .agree_lst label input[type="checkbox"] + span {
        padding-left: 22px;
        font-size: 12px;
    }
    .com_ppbox {
        width: 100%;
        height: 270px;
        padding: 18px 16px;
        margin-top: 20px;
        border-radius: 0;
        margin-bottom: 20px;
    }
    .com_ppbox .ttl {
        font-size: 12px;
        line-height: 1.8;
    }
    .com_ppbox .txt {
        font-size: 12px;
        line-height: 1.8;
    }
    .stationBtn a {
        padding: 20px 0;
        font-size: 14px;
    }
    .applyLst_wrap,
    .applyLogin_wrap {
        margin-top: 30px;
        padding: 26px 0 26px;
    }
    .applyLst_ttl,
    .applyLogin_ttl {
        font-size: 18px;
        padding: 0 15px 18px;
    }
    .applyLst_box .txt {
        font-size: 14px;
        line-height: 1.6;
        width: 100%;
        padding-left: 28px;
        padding-right: 0;
        margin-bottom: 10px;
    }
    .applyLst_box .txt span {
        width: 20px;
        height: 20px;
        font-size: 14px;
        padding-bottom: 2px;
        top: 2px;
    }
    .applyLogin_box {
        display: flex;
        padding: 0 20px;
        margin-top: 20px;
    }
    .applyLogin_wrap .txt {
        font-weight: 400;
        font-size: 16px;
        line-height: 1.5;
        width: 100%;
        box-sizing: border-box;
        padding: 20px 0 0;
    }
    .c-btn.is-login,
    .c-btn.is-cancel {
        max-width: 200px;
        width: 200px;
        height: 40px;
        margin: 0 auto;
    }
    .c-btn.is-login {
        max-width: 240px;
        width: 240px;
        height: 60px;
        margin: 0 auto;
    }
    .c-btn.is-login a,
    .c-btn.is-cancel a {
        font-size: 14px;
    }
    .c-btn.is-cancel a {
        font-size: 12px;
    }
    body.password .request_in {
        padding: 28px 20px;
    }
    body.password .reqForm_wrap {
        padding: 0;
    }
    .confirm .reqForm_agree {
        font-size: 13px;
        padding: 22px 0;
    }
    .error {
        font-size: 14px;
        margin-top: .8em;
    }
    /*change*/
    body.mypage .request_wrap {
        margin-top: 0;
    }
    body.mypage .request_wrap + .request_wrap{
        margin-top: 40px;
    }
    body.mypage .reqRead_txt {
        padding: 0 0 22px;
    }
    body.mypage .reqForm_box .lst.is-pass .addtxt.is-grn {
        font-size: 14px;
        margin: 0 0 .4em;
    }
    /*login*/
    .login_wrap {
        padding: 0 15px;
        padding-top: 24px;
        padding-bottom: 60px;
    }
    .login_ttl {
        font-size: 20px;
    }
    .loginCnt_wrap {
        margin-top: 20px;
    }
    .loginCnt_in {
        display: block;
        padding: 26px 15px;
    }
    .loginCnt_box {
        width: 100%;
        padding-left: 0;
    }
    .loginCnt_box:first-child {
        padding-left: 0;
        border-right: none;
        margin-bottom: 40px;
    }
    .loginCnt_ttl {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .loginPass_wrap {
        margin-bottom: 30px;
    }
    .loginPass_box {
        margin-bottom: 30px;
    }
    .loginPass_box:last-child {
        margin-bottom: 0;
    }
    .loginPass_box .ttl {
        font-size: 14px;
        margin-bottom: 6px;
    }
    .loginPass_box .add {
        font-size: 12px;
        margin-top: 8px;
    }
    .loginCnt_box .txt {
        margin-bottom: 30px;
    }
    .loginBtn_login input[type="checkbox"] + label span {
        font-size: 14px;
        padding-left: 24px;
    }
    .loginBtn_login input[type="checkbox"] + label span:before {
        top: 2px;
    }
    .loginBtn_login input[type="checkbox"] + label span:after {
        top: 3px;
    }
    .loginCnt_box .c-btn.is-pnk {
        position: static;
    }
    .loginCnt_box .c-btn.is-grn.ver2,
    .loginCnt_box .c-btn.is-pnk {
        max-width: 300px;
        width: 100%;
        height: 60px;
        margin: 0 auto;
    }
    .loginCnt_box .c-btn.is-grn.ver2 a,
    .loginCnt_box .c-btn.is-pnk a {
        font-size: 16px;
    }
    /*part*/
    label input[type="radio"] + span,
    label input[type="checkbox"] + span {
        padding-left: 28px;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.4;
    }
    label input[type="checkbox"] + span:before {
        top: 1px;
        width: 15px;
        height: 15px;
    }
    label input[type="checkbox"] + span:after {
        top: 2px;
        left: 4px;
        width: 7px;
        height: 10px;
        border-bottom: 2px solid #7BD855;
        border-right: 2px solid #7BD855;
    }
    select,
    input[type=text],
    input[type=tel],
    input[type=email],
    input[type=date],
    input[type=number],
    input[type=password],
    textarea {
        width: 100%;
        height: 50px;
        font-size: 14px;
        padding: 0 16px;
        border-radius: 6px;
    }
    select {
        padding: 0 10px;
        height: 38px;
        border-radius: 0;
        padding-right: 20px;
        background: #fff url(../svg/select.svg) no-repeat right 8px center / 8px auto;
    }
    textarea {
        width: 100%;
        height: 160px;
        padding: 16px 10px;
    }
    .is-wid1 {
        width: 86% !important;
    }
    .is-wid2 {
        width: 72% !important;
    }
    .is-wid3 {
        width: 66% !important;
    }
    .is-wid4 {
        width: 100% !important;
    }
    .is-wid5 {
        width: 220px !important;
    }
    .is-wid6 {
        width: 100% !important;
    }
    .is-wid7 {
        width: 100% !important;
    }
    .is-wid8 {
        width: 100% !important;
    }
    .is-wid9 {
        width: 40% !important;
    }
    .is-wid10 {
        width: 100% !important;
    }
    .is-wid11 {
        width: 100% !important;
    }
}
@media screen and (min-width:530px) and (max-width:1000px) {
    .reqEnd_wrap .txt {
        text-align: center;
    }
}
