@charset "UTF-8";
body {
    background: #f2f5f8;
}
.form_wrap {
    width: 1040px;
    margin: 0 auto;
    padding-bottom: 140px;
    box-sizing: border-box;
}
.form_wrap.confirm .form_in dt {
    padding-top: 0;
    line-height: normal;
}
.form_in dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 28px 0;
    background: url(../img/dot3.png) repeat-x bottom left;
}
.form_in dt {
    width: 240px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    padding-top: 16px;
}
.form_in dt.is-his span,
.form_in dt.is-open span {
    position: relative;
}
.form_in dt.is-his span.is-ver2 {
    display: inline-block;
}
.form_in dt.is-his span::after {
    position: absolute;
    content: "※";
    top: 50%;
    transform: translate(0%,-50%);
    padding-left: 10px;
    color: #ce5c5d;
    font-size: 14px;
}
.form_in dt.is-open span::before {
    position: absolute;
    content: "*";
    top: 50%;
    right: -40px;
    transform: translate(0%,-50%);
    padding-left: 10px;
    color: #4fb4e2;
    font-size: 20px;
}
.form_in dt.is-open:not(.is-his) span::before {
    right: -20px;
}
.form_in dd {
    width: -webkit-calc(100% - 240px);
    width: calc(100% - 240px);
    box-sizing: border-box;
    font-size: 16px;
}
.form_in dd span {
    font-size: 14px;
    padding-left: 1em;
}
.form_in dd span.ver2 {
    padding-right: 1em;
}
.form_in dd .add-txt {
    width: 100%;
    font-size: 14px;
    padding-top: 10px;
}
.error {
    color: #ce5c5d;
    padding-top: .5em;
    font-weight: bold;
}
.formList_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.formList_wrap li {
    width: 33.3%;
    padding: 10px 0;
}
.formList_wrap li.form-ttl {
    width: 100%;
    padding: 10px 0 0 0;
    font-size: 15px;
    font-weight: bold;
}
.form-check {
    padding-top: 30px;
    text-align: center;
}
.form_in input[type="text"] ,
.form_in input[type="password"] ,
.form_in select,
.form_in .form-upload {
    font-size: 16px;
    height: 48px;
    background: #fff;
    border-radius: 48px;
    width: 100%;
    padding: 0 30px;
    color: #333;
    font-weight: 500;
}
.form_in input[type="text"] ,
.form_in input[type="password"] {
    box-shadow: 1px 1px 3px rgb(100 116 125 / 30%) inset;
}
.form_in select {
    background: #fff url(../svg/icn_tri.svg) no-repeat right 26px center;
    background-size: 12px auto;
    box-shadow: 1px 1px 3px rgb(100 116 125 / 30%);
}
.form_in textarea {
    font-size: 16px;
    height: 160px;
    background: #fff;
    border-radius: 8px;
    width: 100%;
    padding: 20px 30px;
    color: #333;
    font-weight: 500;
    box-shadow: 1px 1px 3px rgb(100 116 125 / 30%) inset;
}
.form_in input[type="checkbox"],
.form-check input[type="checkbox"] {
    display: none;
}
.form_in input[type="checkbox"] + .is-parts,
.form-check input[type="checkbox"] + .is-parts {
    display: inline-block;
    line-height: 1.4;
    position: relative;
    padding-left: 36px;
}
.form_in input[type="checkbox"] + .is-parts:before,
.form-check input[type="checkbox"] + .is-parts:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 1px 1px 3px rgb(100 116 125 / 30%) inset;
}
.form_in input[type="checkbox"] + .is-parts:after,
.form-check input[type="checkbox"] + .is-parts:after {
    display: block;
    position: absolute;
    top: 50%;
    left: 8px;
    width: 6px;
    height: 12px;
    margin: -8px 0 0 0;
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    border-bottom: 2px solid #4fb4e2;
    border-right: 2px solid #4fb4e2;
}
.form_in input[type="checkbox"]:checked + .is-parts:after,
.form-check input[type="checkbox"]:checked + .is-parts:after {
    content: "";
}
.form_in .form-upload {
    position: relative;
    box-sizing: border-box;
    background: #bde0f0;
    box-shadow: 1px 1px 3px rgb(100 116 125 / 30%);
    display: inline-block;
    line-height: 48px;
    text-align: center;
    font-weight: bold;
    color: #0189c6;
    cursor: pointer;
}
.form_in .form-upload input[type="file"] {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.form_in .form_upload .img,
.form_in .form_upload .del {
    padding-top: 1em;
}
.form_clm2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.form_clm2 li {
    width: calc(50% - 10px);
}
.form_list li {
    display: inline;
}
.form_in .wid1 {
    width: 400px !important;
}
.form_in .wid2 {
    width: 600px !important;
}
.form_in .wid3 {
    width: 200px !important;
}
.form_in .wid4 {
    width: 100px !important;
}
.form_in .wid5 {
    width: 400px !important;
}
.formBtn_wrap {
    padding-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.formBtn-btn {
    width: 320px;
    margin: 0 20px;
}
.formBtn-btn a {
    background: #4fb4e2;
    font-size: 22px;
    border-radius: 60px;
    height: 60px;
}
.formBtn-btn.re a {
    color: #adadad;
    background: #e4e4e4;
}
.nick_check_wrap {
    padding-top: 10px;
}
.form_in dd .nick_check_wrap .is-parts {
    font-size: 16px;
    line-height: 1;
}
#js-hide01 {
    display: none;
}
#js-hide01.is-on {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (min-width: 896px) {
    .form_in .form-upload:hover {
        opacity: 0.7;
    }
}
@media (max-width: 896px) {

    .form_wrap {
        width: 100%;
        padding: 0 25px;
        padding-bottom: 100px;
    }
    .form_in dl {
        display: block;
        padding: 20px 0 15px;
        background: url(../img/dot3.png) repeat-x bottom left;
    }
    .form_in dt {
        width: 100%;
        font-size: 13px;
        padding-top: 0;
        margin-bottom: 10px;
    }
    .form_in dt.is-his span::after {
        font-size: 10px;
    }
    .form_in dt.is-open span::before {
        font-size: 14px;
        right: -35px;
    }
    .form_in dd {
        width: 100%;
        box-sizing: border-box;
        font-size: 14px;
    }
    .form_in dd span {
        font-size: 10px;
        padding-left: 1em;
    }
    .form_in dd .add-txt {
        font-size: 12px;
        padding-top: 5px;
    }
    .formList_wrap {
        display: block;
    }
    .formList_wrap li {
        width: 100%;
        padding: 8px 0;
    }
    .formList_wrap li.form-ttl {
        width: 100%;
        padding: 8px 0;
        font-size: 13px;
    }
    .form_in input[type="text"] ,
    .form_in input[type="password"] ,
    .form_in select,
    .form_in .form-upload {
        font-size: 16px;
        height: 40px;
        padding: 0 20px;
    }
    .form_in select {
        background: #fff url(../svg/icn_tri.svg) no-repeat right 20px center;
        background-size: 10px auto;
    }
    .form_in textarea {
        font-size: 16px;
        height: 128px;
        padding: 15px 20px;
    }
    .form_in input[type="checkbox"] + .is-parts,
    .form-check input[type="checkbox"] + .is-parts {
        padding-left: 30px;
        font-size: 14px;
    }
    .form_in input[type="checkbox"] + .is-parts:before,
    .form-check input[type="checkbox"] + .is-parts:before {
        width: 20px;
        height: 20px;
    }
    .form_in input[type="checkbox"] + .is-parts:after,
    .form-check input[type="checkbox"] + .is-parts:after {
        left: 8px;
        width: 4px;
        height: 10px;
        margin: -7px 0 0 0;
    }
    .form_in .form-upload {
        line-height: 40px;
    }
    .form_clm2 li {
        width: calc(50% - 5px);
    }
    .form_list li.ver2 {
        display: block;
        margin-bottom: 10px;
    }
    .form_in .wid1 {
        width: 100% !important;
    }
    .form_in .wid2 {
        width: 78% !important;
    }
    .form_in .wid3 {
        width: 78% !important;
    }
    .form_in .wid4 {
        width: 28% !important;
    }
    .form_in .wid5 {
        width: 78% !important;
    }
    .formBtn_wrap {
        padding-top: 20px;
    }
    .formBtn-btn {
        width: 200px;
        margin: 0 10px;
    }
    .formBtn-btn a {
        font-size: 16px;
        height: 40px;
    }
    .form_in dd .nick_check_wrap .is-parts {
        font-size: 14px;
    }
}
@media only screen and (max-width: 340px) {

    .form_in .wid2 {
        width: 74% !important;
    }
    .form_in .wid5 {
        width: 74% !important;
    }
}