@charset "UTF-8";
.necessary {
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.5;
    background: #ff0000;
    min-width: 50px;
    display: inline-block;
    text-align: center;
    padding: 0 3px;
    font-weight: normal;
}
.text-paragraph .necessary {
    margin: 0 0.5em;
}
.table_inner .cell-style2 {
    position: relative;
}
.table_inner .cell-style2 .necessary {
    position: absolute;
    top: 24px;
    right: 30px;
    z-index: 9;
}
.table_inner input,
.table_inner select,
.table_inner textarea {
    border: 1px solid #ddd;
    box-sizing: border-box;
    padding: 6px 12px;
}
.table_inner input.is-required,
.table_inner select.is-required,
.table_inner textarea.is-required {
    background-color: #fff0f0;
}
.table_inner input.is-required.error,
.table_inner select.is-required.error,
.table_inner textarea.is-required.error {
    background-color: #fff;
    border: 1px solid #ff0000;
}
.error-txt {
    font-size: 1.3rem;
    padding-top: 0.5em;
    color: #ff0000;
}
.selectbox_wrap {
    position: relative;
}
.selectbox_wrap::before {
    position: absolute;
    content: "";
    z-index: 9;
    top: 50%;
    right: 15px;
    width: 10px;
    height: 10px;
    margin: -5px 0 0 0;
    border-bottom: 1px solid #ff0000;
    border-left: 1px solid #ff0000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
input[type=checkbox] {
    display: none;
}
.form-wrap input[type=checkbox]+label span {
    position: relative;
    padding-left: 1.8em;
}
.form-wrap input[type=checkbox]+label span:before {
    position: absolute;
    z-index: 9;
    content: "";
    background: #f1f1f1;
    border: 1px solid #ddd;
    width: 1.25em;
    height: 1.25em;
    top: 0;
    left: 0;
}
.form-wrap input[type=checkbox].error+label span:before {
    background-color: #fff;
    border: 1px solid #ff0000;
}
input[type=checkbox]+label span:after {
    position: absolute;
    z-index: 9;
    content: "";
    background: transparent;
    border: none;
    border-bottom: 3px solid #ff0000;
    border-left: 3px solid #ff0000;
    height: 0.5em;
    width: 0.8em;
    transform: rotate(-45deg);
    top: 5px;
    left: 4px;
    border-radius: 0;
    opacity: 0;
}
input[type=checkbox]:checked+label span:after {
    opacity: 1;
}
input[type="file"] {
    display: none;
}
input[type="file"]+label {
    width: 200px;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    line-height: 1;
    color: #333;
    padding: 11.5px 0;
    background-color: #fff;
    cursor: pointer;
    transition: .2s;
    border: 1px solid #b3b3b3;
    border-radius: 4px;
    letter-spacing: normal;
}
input[type="file"]+label span {
    display: inline-block;
    position: relative;
    padding-left: 24px;
}
input[type="file"]+label span:before {
    content: '';
    display: block;
    width: 14px;
    height: 18px;
    position: absolute;
    left: 0;
    top: -1px;
    background: url(../img/icn_file.svg) no-repeat center/100% auto;
    z-index: 1;
}
.select-image {
    color: #999;
    font-size: 15px;
    padding-left: 15px;
    letter-spacing: normal;
}
[type="file"]+label.select {
    color: #666;
}
input[type="file"]+label.select span:before {
    background: url(../img/icn_file_gry.svg) no-repeat center/100% auto;
}
label.select+.select-image {
    color: #333;
}
.is-zipLine {
    padding: 0 0.3em;
}
.example_wrap {
    margin-bottom: 0.8em;
}
.example_wrap.is-adr {
    margin-top: 1em;
}
.wid01 {
    width: 100%;
    max-width: 350px;
}
.wid02 {
    width: 100%;
    max-width: 150px;
}
.wid03 {
    width: 95%;
}
.wid04 {
    width: 100%;
}
.formBtn {
    border: none;
    padding: 0;
}
.link-button-v4 .formBtn.back a {
    background-color: #fff;
    border: 1px solid #dfdfe3;
    color: #333;
}
.formCnt_flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2.5em;
}
.formCnt_flow li.on {
    background: #ff0000;
    color: #fff;
}
.formCnt_flow li:first-child {
    border-radius: 100vh 0 0 100vh;
}
.formCnt_flow li:last-child {
    border-radius: 0 100vh 100vh 0;
}
.formCnt_flow li {
    width: calc(100% / 3);
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ddd;
    font-size: 1.8rem;
    color: #fff;
    line-height: 1;
    font-weight: bold;
    box-sizing: border-box;
    text-decoration: none;
    position: relative;
    padding-left: 66px;
}
.formCnt_flow li:before {
    position: absolute;
    left: 0px;
    top: 0;
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    font-size: 24px;
    color: #ddd;
    border: 1px solid #ddd;
    line-height: 1;
    font-weight: bold;
    box-sizing: border-box;
    border-radius: 50%;
}
.formCnt_flow li.on:before {
    background: #fff;
    color: #ff0000;
    border: 1px solid #ff0000;
}
.formCnt_flow li:nth-child(1):before {
    content: '1';
}
.formCnt_flow li:nth-child(2):before {
    left: -24px;
    content: '2';
}
.formCnt_flow li:nth-child(3):before {
    left: -24px;
    content: '3';
}
@media (min-width: 767px) {
    .form-wrap input[type=checkbox]+label {
        cursor: pointer;
    }
    .form-wrap input[type=checkbox]+label span:before {
        top: 50%;
        transform: translateY(-50%);
    }
}
@media only screen and (max-width:767px) {
    .formCnt_flow li:first-child {
        width: 38%;
        padding-left: 30px;
    }
    .formCnt_flow li {
        height: 40px;
        font-size: 1.3rem;
        line-height: 1.2;
        padding-left: 20px;
    }
    .formCnt_flow li:before {
        width: 24px;
        height: 40px;
        border-radius: 12px;
        font-size: 1.5rem;
    }
    .formCnt_flow li:nth-child(2):before,
    .formCnt_flow li:nth-child(3):before {
        left: -12px;
    }
    .necessary {
        font-size: 1.2rem;
        min-width: 40px;
    }
    .table_inner .cell-style2 .necessary {
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
    }
    .wid01 {
        max-width: 100%;
    }
    .wid03 {
        width: 100%;
    }
    input[type=checkbox]+label span:after {
        top: 4px;
        left: 3px;
    }
    .formBtn {
        width: 100%;
    }
    input[type="file"]+label {
        width: 150px;
        font-size: 12px;
        padding: 13px 0;
    }
    input[type="file"]+label span {
        padding-left: 20px;
    }
    input[type="file"]+label span:before {
        width: 10px;
        height: 14px;
        top: -1px;
    }
    .select-image {
        font-size: 12px;
        padding-left: 12px;
    }
}
@media only screen and (max-width:374px) {
    .wid02 {
        width: 120px;
    }
}