@charset "UTF-8";
.c-wrap {
    width: 914px;
}
.c-wrap.ver2 {
    width: 1070px;
}
input[type=text],
input[type=tel],
input[type=email],
input[type=date],
input[type=password],
input[type=number],
textarea {
    font-size: 20px;
    color: #333;
    background: #fff;
    border: 1px solid #BEBEBE;
    padding: 10px 15px;
    height: 58px;
    width: 100%;
    max-width: 495px;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]:focus,
input[type="button"]:focus {
  outline-offset: -2px;
}
input[type=button] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    display: block;
    margin: 0;
    width: 100%;
    max-width: 80px;
    height: 58px;
    box-sizing: border-box;
    background: #333;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    line-height: 1;
    text-align: center;
}
textarea {
    max-width: 100%;
    height: 310px;
}
textarea.is-hi {
    height: auto;
    min-height: 150px;
}
input[type="radio"] + label,
input[type="checkbox"] + label {
    display: inline-block;
    position: relative;
    font-size: 18px;
    padding: 0 0 0 40px;
    cursor: pointer;
}
input[type="radio"] + label:before,
input[type="checkbox"] + label:before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    margin-top: -12px;
    z-index: 10;
    width: 24px;
    height: 24px;
    background: #fff;
    border: 1px solid #BEBEBE;
    box-sizing: border-box;
}
input[type="radio"] + label:after,
input[type="checkbox"] + label:after {
    position: absolute;
    display: block;
    top: 10px;
    left: 4px;
    transform: rotate(-45deg);
    z-index: 10;
    width: 12px;
    height: 7px;
    border-bottom: 3px solid #333;
    border-left: 3px solid #333;
}
input[type="radio"].ver2 + label:before,
input[type="checkbox"].ver2 + label:before {
    border-radius: 50%;
}
input[type="radio"].ver2 + label:after,
input[type="checkbox"].ver2 + label:after {
    top: 50%;
    left: 4px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: none;
    transform: none;
    background: #333;
    margin: -8px 0 0 0;
}
input[type="radio"]:checked + label:after,
input[type="checkbox"]:checked + label:after {
    content: "";
}
select {
    font-size: 18px;
    color: #333;
    background: #fff;
    border: 1px solid #BEBEBE;
    padding: 0 15px;
    height: 58px;
    box-sizing: border-box;
}
.is-wid01 {
    max-width: 160px !important;
}
.form_wrap {
    padding: 80px 0 250px;
}
.formTxt_wrap {
    padding: 0 0 40px;
    text-align: center;
}
.formTxt-txt {
    font-size: 20px;
    line-height: 1;
}
.formTxt-his {
    font-size: 18px;
    line-height: 1;
    padding-top: 20px;
}
.formTxt-his span {
    color: #A10D29;
}
.formCnt_wrap {
    padding: 40px 0 0 0;
}
.formCnt_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.formCnt_btn li {
    margin: 30px 0 0;
}
.formCnt_btn li.c-btn {
    width: 502px;
}
.formCnt_btn li.c-btn a {
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    padding: 0 30px;
    line-height: 1.4;
}
.formCnt_btn li.c-btn a:before {
    width: 28px;
    height: 8px;
    right: 16px;
}
.formCnt_lst .tbl {
    width: 100%;
}
.formCnt_lst .tbl th {
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
    width: 300px;
    padding-bottom: 50px;
    padding-top: 6px;
    vertical-align: top;
}
.formCnt_lst .tbl td {
    font-size: 20px;
    padding-bottom: 50px;
    vertical-align: top;
}
.formCnt_lst .tbl tr:last-child th,
.formCnt_lst .tbl tr:last-child td {
    padding-bottom: 0;
}
.formCnt_lst .tbl .ttl {
    display: inline-block;
    position: relative;
    padding-right: 40px;
}
.formCnt_lst .tbl .ttl.his:before {
    content: '＊';
    color: #A10D29;
    position: absolute;
    top: 0;
    right: 0;
}
.formCnt_lst .tbl .ttl span {
    font-size: 18px;
    padding: 10px 0 0 0;
    display: block;
    font-weight: normal;
}
.formCnt_lst .tbl .ttl span.is-ver2 {
    font-size: 12px;
    font-weight: bold;
}
.formCnt_lst .tbl .zip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
}
.formCnt_lst .tbl .lst .box {
    margin-bottom: 20px;
}
.formCnt_lst .tbl .lst .box:last-child,
.formCnt_lst .tbl .lst .box.ver2:last-child {
    margin-bottom: 0;
}
.formCnt_lst .tbl .lst .box dt {
    margin-bottom: 10px;
    line-height: 1;
}
.formCnt_lst .tbl .lst .box.ver2 {
    margin-bottom: 50px;
}
.formCnt_lst .tbl .lst .box.ver2 dt {
    font-size: 20px;
    font-weight: bold;
}
.formCnt_lst .tbl .upload .txt {
    font-size: 20px;
    margin-bottom: 38px;
}
.formCnt_lst .tbl .upload .txt .is-fss {
    font-size: 18px;
}
.formCnt_lst .tbl .upload .txt .is-fwb {
    font-weight: bold;
}
.formCnt_lst .tbl .upload li {
    margin-bottom: 20px;
}
.formCnt_lst .tbl .upload li:last-child {
    margin-bottom: 0;
}
.agree .txt {
    font-size: 14px;
    margin-bottom: 40px;
}
.agree .check {
    font-weight: bold;
}
.agree .txt a {
    text-decoration: underline;
    position: relative;
    padding-left: 1.5em;
}
.agree .txt a:before {
    content: '▶';
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 14px;
    line-height: 1;
}
.formBtn_wrap {
    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;
    padding-top: 110px;
}
.formBtn {
    margin: 0 10px;
}
.formBtn.c-btn.is-clr a {
    background: #eee;
}
.error {
    padding-top: 5px;
    font-size: 14px;
    color: #A10D29;
}
body.confirm .formCnt_lst .tbl .ttl.his:before {
    content: none;
}
body.confirm .formTxt_wrap {
    padding: 0 0 80px;
}
.formEnd_wrap .ttl {
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    margin-bottom: 80px;
}
.formEnd_wrap .txt {
    font-size: 20px;
}
.formLast_wrap {
    padding-top: 80px;
}
.number {
    display: none;
    padding-top: 20px;
}
.number.on {
    display: block;
}
.number .ttl {
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 10px;
}
.formError_wrap {
    padding: 20px 50px;
    border: 1px solid #A10D29;
}
.formError_wrap ul li {
    position: relative;
    font-size: 15px;
    color: #A10D29;
    margin: 0 0 5px 0;
    padding: 0 0 0 1em;
}
.formError_wrap ul li:last-child {
    margin: 0;
}
.formError_wrap ul li:before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
}
.branch_wrap {
    display: none;
    padding: 0 0 0 40px;
}
.branch_wrap.on {
    display: block;
}
.branch_ct {
    display: none;
    margin: 0 0 30px 0;
    padding: 0 0 0 40px;
}
.branch_in:last-child .branch_ct {
    margin: 0;
}
.branch_ct.on {
    display: block;
}
.branch_in .txt {
    font-size: 14px;
    margin: 5px 0 0 0;
}
.branch_in .lst {
    margin: 0 0 10px 0;
}
@media (min-width: 896px) {
    .formCnt_btn li:nth-child(-n+2) {
        margin-top: 0;
    }
    .formCnt_btn li.c-btn a:hover:before{
        right: 10px;
    }
    input[type=button]:hover {
        opacity: .8;
    }
    .agree .txt a:hover {
        text-decoration: none;
    }
}
@media (max-width: 767px) {
    .c-wrap,
    .c-wrap.ver2 {
        width: 100%;
    }
    input[type=text],
    input[type=tel],
    input[type=email],
    input[type=date],
    input[type=password],
    input[type=number],
    textarea {
        font-size: 14px;
        padding: 10px 10px;
        height: 45px;
    }
    input[type=button] {
        max-width: 72px;
        height: 45px;
        font-size: 12px;
    }
    textarea {
        height: 180px;
    }
    input[type="radio"] + label,
    input[type="checkbox"] + label {
        font-size: 15px;
        padding: 0 0 0 35px;
    }
    input[type="radio"] + label:before,
    input[type="checkbox"] + label:before {
        margin-top: -10px;
        width: 20px;
        height: 20px;
    }
    input[type="radio"] + label:after,
    input[type="checkbox"] + label:after {
        top: 8px;
        left: 4px;
        width: 10px;
        height: 5px;
    }
    input[type="radio"].ver2 + label:after,
    input[type="checkbox"].ver2 + label:after {
        left: 4px;
        width: 12px;
        height: 12px;
        margin: -6px 0 0 0;
    }
    select {
        font-size: 14px;
        padding: 0 10px;
        height: 45px;
    }
    .is-wid01 {
        max-width: 32% !important;
    }
    .form_wrap {
        padding: 30px 16px 150px;
    }
    .formTxt_wrap {
        padding: 0 0 20px;
    }
    .formTxt-txt {
        font-size: 13px;
        line-height: 1.4;
    }
    .formTxt-his {
        font-size: 12px;
        padding-top: 15px;
    }
    .formCnt_wrap {
        padding: 20px 0 0 0;
    }
    .formCnt_btn {
        display: block;
        margin-bottom: 45px;
    }
    .formCnt_btn li {
        margin-top: 15px;
    }
    .formCnt_btn li:first-child {
        margin-top: 0;
    }
    .formCnt_btn li.c-btn {
        max-width: 100%;
    }
    .formCnt_btn li.c-btn a {
        height: 50px;
        font-size: 12px;
        padding: 0 14px;
    }
    .formCnt_btn li.c-btn a:before {
        width: 20px;
        height: 6px;
        right: 14px;
    }
    .formCnt_lst .tbl {
        width: 100%;
    }
    .formCnt_lst .tbl th {
        display: block;
        width: 100%;
        font-size: 16px;
        padding-top: 0;
        padding-bottom: 10px;
    }
    .formCnt_lst .tbl .ttl span {
        font-size: 12px;
    }
    .formCnt_lst .tbl tr:last-child th {
        padding-bottom: 10px;
    }
    .formCnt_lst .tbl td {
        display: block;
        font-size: 14px;
        padding-bottom: 35px;
    }
    .formCnt_lst .tbl tr:last-child td {
        padding-bottom: 0;
    }
    .formCnt_lst .tbl .ttl {
        padding-right: 20px;
    }
    .formCnt_lst .tbl .zip {
        margin-bottom: 20px;
    }
    .formCnt_lst .tbl .lst .box {
        margin-bottom: 20px;
    }
    .formCnt_lst .tbl .lst .box dt {
        margin-bottom: 10px;
        font-size: 14px;
    }
    .formCnt_lst .tbl .lst .box.ver2 {
        margin-bottom: 20px;
    }
    .formCnt_lst .tbl .lst .box.ver2 dt {
        font-size: 14px;
    }
    .formCnt_lst .tbl .upload .txt {
        font-size: 13px;
        margin-bottom: 20px;
    }
    .formCnt_lst .tbl .upload .txt .is-fss {
        font-size: 12px;
    }
    .formCnt_lst .tbl .upload li {
        margin-bottom: 15px;
    }
    .agree .txt {
        font-size: 12px;
        margin-bottom: 45px;
    }
    .agree .txt a:before {
        top: 2px;
        font-size: 12px;
    }
    .agree .check {
        text-align: center;
    }
    .formBtn_wrap {
        /*
        display: block;
        */
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 50px;
    }
    .formBtn {
        margin: 15px auto 0;
    }
    .formBtn:last-child {
        margin: 0 auto;
    }
    body.confirm .formTxt_wrap {
        padding: 0 0 40px;
    }
    .formEnd_wrap .ttl {
        font-size: 18px;
        margin-bottom: 25px;
    }
    .formEnd_wrap .txt {
        font-size: 13px;
    }
    .formLast_wrap {
        padding-top: 45px;
    }
    .formError_wrap {
        padding: 20px;
    }
    .formError_wrap ul li {
        font-size: 14px;
    }
    .branch_wrap {
        padding: 5px 0 0 20px;
    }
    .branch_ct {
        margin: 0 0 10px 0;
        padding: 0 0 0 30px;
    }
    .branch_in .txt {
        font-size: 12px;
    }
}
@media (max-width: 374px) {
    .formEnd_wrap .ttl {
        font-size: 16px;
    }
}
