@charset "UTF-8";
/* form.css
**************************************************************************************/
/* Base
=============================================================================*/
.form #main {
    width: 100%;
    padding-bottom: 50px;
}

.form .bottomlink-area .bottomlink-area-in {
    margin-right: 0;
}

.form .bottomlink-area .bottomlink {
    width: 1120px;
    margin: 0 auto;
}

/* Br
=============================================================================*/
.form br.sp-only-br {
    display: none;
}

.form br.tab-only-br {
    display: none;
}

@media screen and (max-width: 989px) {
    .form br.tab-only-br {
        display: inline;
    }
}

@media screen and (max-width: 767px) {
    .form br.pc-only-br {
        display: none;
    }
    .form br.tab-only-br {
        display: none;
    }
    .form br.sp-only-br {
        display: inline;
    }
}

/* Progressbar
=============================================================================*/
.form .progressbar-area {
    margin: 0 auto 50px;
}

.form .progressbar-area .progressbar {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.form .progressbar-area .progressbar::before {
    position: absolute;
    content: '';
    top: -100%;
    bottom: -100%;
    margin: auto;
    display: block;
    height: 1px;
    width: 100%;
    background-color: #b2b1c4;
}

.form .progressbar-area .progressbar li {
    width: 324px;
    height: 70px;
    border: 1px solid #b2b1c4;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    position: relative;
}

.form .progressbar-area .progressbar li span {
    position: relative;
    padding-left: 70px;
    font-size: 16px;
    color: #b2b1c4;
}

.form .progressbar-area .progressbar li span::before {
    position: absolute;
    left: 0;
    top: -1px;
    display: block;
    border: 1px solid #b2b1c4;
    width: 60px;
    text-align: center;
    padding: 2px 0 3px;
    color: #b2b1c4;
    font-size: 14px;
}

.form .progressbar-area .progressbar li.step_01 span::before {
    content: 'STEP1';
}

.form .progressbar-area .progressbar li.step_02 span::before {
    content: 'STEP2';
}

.form .progressbar-area .progressbar li.step_03 span::before {
    content: 'STEP3';
}

/*active*/
.form .progressbar-area .progressbar li.active {
    border: 1px solid #111111;
    background-color: #111111;
}

.form .progressbar-area .progressbar li.active span {
    color: #fff;
}

.form .progressbar-area .progressbar li.active span::before {
    border: 1px solid #fff;
    color: #fff;
}

@media screen and (max-width: 989px) {
    .form .progressbar-area {
        margin: 0 auto 30px;
    }
    .form .progressbar-area .progressbar li {
        width: 210px;
        height: 60px;
    }
}

@media screen and (max-width: 767px) {
    .form .progressbar-area .progressbar li {
        width: 32%;
        height: auto;
    }
    .form .progressbar-area .progressbar li span {
        padding: 40px 0 10px 0;
        font-size: 14px;
    }
    .form .progressbar-area .progressbar li span::before {
        left: -100%;
        right: -100%;
        margin: auto;
        top: 10px;
        width: 60px;
        font-size: 12px;
    }
}

/* Head Txt Area
=============================================================================*/
.form .head-txt-area {
    margin-bottom: 40px;
}

@media screen and (max-width: 989px) {
    .form .head-txt-area {
        margin-bottom: 30px;
    }
}

/* h2
=============================================================================*/
.form #wrapper-under .h2-area h2 {
    font-size: 156.25%;
}

.form #wrapper-under .h2-area h2,
.form #wrapper-under .h2-area h2 span {
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .form #wrapper-under .h2-area h2 {
        font-size: 20px;
        padding: 12px 0 12px 20px;
    }
}

/* form-input-area
=============================================================================*/
.form .form-input-area {
    padding: 0 10px;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .form .form-input-area {
        margin-bottom: 0;
    }
}

/* table
=============================================================================*/
/*base*/
.form #main .form-area .form-table-area {
    margin-bottom: 50px;
    padding: 0 10px;
}

.form #main .form-area .form-table-area .form-box {
    display: table;
    width: 100%;
    margin-bottom: 20px;
}

.form #main .form-area .form-table-area .form-box .input-item {
    display: table-cell;
    width: 124px;
}

.form #main .form-area.form-confirm-area .form-table-area .form-box .input-item {
    width: 180px;
}

.form #main .form-area .form-table-area .form-box .input-box {
    display: table-cell;
    vertical-align: middle;
}

@media screen and (max-width: 767px) {
    .form #main .form-area .form-table-area {
        border-top: none;
        margin: 0 0 30px;
    }
    .form #main .form-area .form-table-area .form-box {
        display: block;
        border-bottom: none;
    }
    .form #main .form-area.form-confirm-area .form-table-area .form-box .input-item,
    .form #main .form-area .form-table-area .form-box .input-item {
        display: block;
        width: auto;
        margin-bottom: 5px;
        font-weight: bold;
    }
    .form #main .form-area .form-table-area .form-box .input-box {
        display: block;
    }
}

/*ex-txt*/
.form #main .form-area .ex-txt {
    padding-left: 10px;
}

@media screen and (max-width: 989px) {
    .form #main .form-area .ex-txt {
        display: block;
        padding-left: 0;
    }
}

/*input-area*/
.form #main .form-area .input-area > p {
    padding-top: 5px;
}

.form #main .form-area .input-area > p:first-child {
    padding-top: 0;
}

/* Txt Icon
=============================================================================*/
.form #main .form-area .txt-ic {
    font-size: 12px;
    background-color: #ccc;
    display: inline-block;
    padding: 5px 10px 6px;
    line-height: 1;
    margin-left: 10px;
    position: relative;
    top: -2px;
}

/* Error
=============================================================================*/
/*esse*/
.form #main .form-area .esse {
    display: block;
    position: relative;
    padding: 0 0 0 60px;
}

.form #main .form-area .esse::after {
    position: absolute;
    width: 50px;
    left: 0;
    top: 5px;
    content: '必須';
    text-align: center;
    display: inline-block;
    background-color: #e23232;
    color: #FFFFFF;
    font-size: 13px;
    padding: 8px 8px 9px;
    line-height: 1;
    box-sizing: border-box;
    font-weight: 400;
}

@media screen and (max-width: 767px) {
    .form #main .form-area .esse {
        padding: 0 60px 0 0;
    }
    .form #main .form-area .esse::after {
        right: 0;
        left: auto;
    }
}

/*error-txt*/
.form #main .error-txt {
    color: #e23232;
    padding: 0 0 0 25px;
    margin-bottom: 12px;
    line-height: 1.4;
    position: relative;
    top: -3px;
    font-size: 93.75%;
}

.form #main .form-box-wrap .error-txt {
    margin: 0 0 0 124px;
    padding-bottom: 5px;
}

.form #main .error-txt::after {
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: 0;
    content: '！';
    text-align: center;
    display: inline-block;
    background-color: #e23232;
    color: #FFFFFF;
    font-size: 12px;
    padding: 3px 0;
    line-height: 1;
    box-sizing: border-box;
    font-weight: 400;
}

@media screen and (max-width: 767px) {
    .form #main .form-box-wrap .error-txt {
        margin: 0;
    }
    .form #main .error-txt::after {
        width: 18px;
        height: 18px;
        top: 2px;
        font-size: 12px;
        padding: 2px 0;
    }
}

/*error-ttl*/
.form #main .error-ttl {
    color: #e23232;
    margin-bottom: 15px;
    font-size: 93.75%;
}

.form #main .error-box {
    margin-bottom: 40px;
    border-top: 1px solid #bb1a1a;
    padding: 20px 0 0;
}

@media screen and (max-width: 767px) {
    .form #main .error-box {
        margin-bottom: 30px;
    }
}

/* Form_input_base
=============================================================================*/
.form #main .form-area textarea,
.form #main .form-area input.input-txt {
    -webkit-appearance: none;
    border: 1px solid #a5acb2;
    box-sizing: border-box;
    font-size: 16px;
    padding: 2px 5px;
    box-shadow: none;
    height: 29px;
    font-family: inherit;
    outline: none !important;
}

.form #main .form-area input[type="number"]::-webkit-outer-spin-button,
.form #main .form-area input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.form #main .form-area input[type="number"] {
    -moz-appearance: textfield;
}

.form #main .form-area input[type="radio"] {
    position: relative;
    top: 2px;
    margin-right: 5px;
    transform: scale(1.2);
}

/* Form_input_txt
=============================================================================*/
.form #main .form-area .txt-w01 {
    width: 100%;
}

.form #main .form-area .txt-w02 {
    width: 260px;
}

.form #main .form-area .txt-w03 {
    width: 335px;
}

@media screen and (max-width: 767px) {
    .form #main .form-area .txt-w03 {
        width: 100%;
    }
}

/* Form_input_textarea
=============================================================================*/
.form #main .form-area textarea {
    height: 13em;
}

/* Form_input_select
=============================================================================*/
.form #main .form-area select.select-input {
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 16px;
    padding: 0 0 0 5px;
    background: #FFFFFF;
    height: 33px;
    font-family: inherit;
}

/* Form_radio_checkbox
=============================================================================*/
.form #main .form-area ul.check-list label {
    cursor: pointer;
}

/*list-type01------------*/
.form #main .form-area ul.check-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.form #main .form-area ul.check-list li {
    padding: 0 0 10px 0;
    width: 48%;
}

/*radio-deco------------*/
.form #main .form-area ul.check-list.radio-deco li label {
    position: relative;
    padding-left: 25px;
}

.form #main .form-area ul.check-list.radio-deco li label input {
    display: none;
}

.form #main .form-area ul.check-list.radio-deco li input + .check-icon::before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 10px;
    border: 2px solid #ccc;
    position: absolute;
    top: 3px;
    left: 0;
}

.form #main .form-area ul.check-list.radio-deco li input:checked + .check-icon::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 6px;
    background-color: #555555;
    position: absolute;
    top: 8px;
    left: 5px;
}

/*checkbox-deco------------*/
.form #main .form-area ul.check-list.checkbox-deco li label {
    position: relative;
    padding-left: 25px;
    display: inline-block;
}

.form #main .form-area ul.check-list.checkbox-deco li label input {
    display: none;
}

.form #main .form-area ul.check-list.checkbox-deco li input + .check-icon::before {
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    border: 1px solid #767676;
    border-radius: 2px;
    position: absolute;
    top: 7px;
    left: 0;
}

.form #main .form-area ul.check-list.checkbox-deco li input:checked + .check-icon::after {
    content: '';
    display: block;
    width: 12px;
    height: 6px;
    position: absolute;
    top: 8px;
    left: 2px;
    border-left: 3px solid #3c0fbc;
    border-bottom: 3px solid #3c0fbc;
    transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
    /*list-type01------------*/
    .form #main .form-area ul.check-list {
        display: block;
    }
    .form #main .form-area ul.check-list li {
        padding: 0 0 15px 0;
        width: 100%;
    }
}

/* Bottom Txt
=============================================================================*/
.form #main .bottom-txt-area {
    text-align: center;
    margin-bottom: 40px;
    padding-top: 30px;
}

/* Button-base
=============================================================================*/
.form #main .btn-base {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border: none;
    text-align: center;
    text-decoration: none;
    background-color: #f1f1f1;
    cursor: pointer;
    transition: all .3s;
    line-height: 1;
    font-family: inherit;
}

.form #main .btn-base:hover {
    opacity: 0.8;
}

@media screen and (max-width: 767px) {
    .form #main .btn-base:hover {
        opacity: 1.0;
    }
}

/* Search Btn
=============================================================================*/
.form #main .search-btn {
    background-color: #000;
    color: #fff;
    font-size: 14px;
    padding: 9px 0;
    width: 90px;
    margin-left: 10px;
    box-sizing: border-box;
}

/* Submit
=============================================================================*/
.form #main .submit-area {
    text-align: center;
    position: relative;
    margin-bottom: 70px;
}

.form #main .submit-area .submit-button {
    padding: 25px 10px 25px 10px;
    background-color: #3c0fbc;
    color: #fff;
    font-size: 16px;
    width: 290px;
}

@media screen and (max-width: 767px) {
    .form #main .submit-area {
        margin-bottom: 40px;
    }
}

/*back-btn*/
.form #main .back-link-area {
    margin-bottom: 40px;
}

.form #main .back-link-area a {
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    .form #main .submit-area .back-link {
        margin-top: 30px;
        position: static;
        left: auto;
        top: auto;
    }
}

/* Privacy Txt Area
=============================================================================*/
.form #main .privacy-txt-area {
    border: 1px solid #111;
    padding: 20px;
}

.form #main .privacy-txt-area .title {
    font-size: 16px;
    margin-bottom: 20px;
    border-left: 12px solid #200864;
    list-style: 1;
    color: #200864;
    font-weight: bold;
    padding-left: 20px;
}

.form #main .privacy-txt-area .txt-area {
    margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
    .form #main .privacy-txt-area {
        padding: 20px;
        margin-bottom: 40px;
    }
}

/* Thanks Area
=============================================================================*/
.form #main .thanks-area {
    margin-bottom: 60px;
}

.form #main .thanks-area p {
    margin-bottom: 25px;
}

/* Close Btn
=============================================================================*/
.form #main .close-btn-area {
    margin-bottom: 40px;
}

.form #main .close-btn-area .close-btn {
    display: block;
    padding: 25px 10px 25px 10px;
    background-color: #3c0fbc;
    color: #fff;
    font-size: 16px;
    width: 290px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .form #main .close-btn-area {
        margin-bottom: 20px;
    }
}
