@charset "utf-8";

/*********************************************************************
*
*  For Contact
*
*********************************************************************/

/* ---------------------------------------------------- */
/* sec_form_wrap */
/* ---------------------------------------------------- */
.sec_form_wrap {
    background-color: #d2d2d2;
}

.sec_form_wrap .sec_ttl {
    margin-bottom: 30px;
    font-weight: 700;
}

.sec_form_wrap .sec_desc {
    margin-bottom: 50px;
    font-size: 1.8rem;
    text-align: center;
}

.sec_form_wrap .other_wrap {
    margin: 0 auto 80px;
    padding: 20px 30px;
    width: 820px;
    background-color: #505050;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sec_form_wrap .other_wrap .w_ttl {
    color: #FFF;
    font-size: 1.6rem;
}

.sec_form_wrap .other_wrap .btn_more {
    width: 174px;
    height: 38px;
}

.sec_form_wrap .other_wrap .btn_more span {
    font-size: 1.4rem;
}

.sec_form_wrap .tel_wrap {
    display: table;
    margin: 50px auto 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
}

.sec_form_wrap .tel_wrap .ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    font-size: 1.8rem;
    font-weight: 700;
}

.sec_form_wrap .tel_wrap .ttl::before,
.sec_form_wrap .tel_wrap .ttl::after {
    content: "";
    display: block;
    margin: 0 10px;
    width: 30px;
    height: 2px;
    background-color: #000;
}

.sec_form_wrap .tel_wrap .btn_tel {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sec_form_wrap .tel_wrap .btn_tel .num {
    font-size: 5.2rem;
    font-weight: 200;
    line-height: 1;
    letter-spacing: 0.1em;
}

.sec_form_wrap .tel_wrap .btn_tel .note {
    margin-left: 10px;
    font-size: 1.5rem;
}

.sec_form_wrap .flow {
    margin: 0 auto 40px;
    width: 720px;
}

.sec_form_wrap .list {
    margin: 0 auto;
    width: 720px;
}

.sec_form_wrap .list tr+tr {
    border-top: 1px solid #000;
}

.sec_form_wrap .list th {
    position: relative;
    padding-top: 28px;
    padding-bottom: 20px;
    width: 225px;
    vertical-align: top;
}

.sec_form_wrap .form_input .list tr.cat1 th,
.sec_form_wrap .form_input .list tr.cat2 th,
.sec_form_wrap .form_input .list tr.sex th,
.sec_form_wrap .form_input .list tr.stats th {
    padding-top: 18px;
}

.sec_form_wrap .list th p {
    padding-right: 64px;
    position: relative;
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: right;
}

.sec_form_wrap .list tr.free>th p::after,
.sec_form_wrap .list tr.req>th p::after {
    position: absolute;
    right: 0;
    top: 2px;
    display: block;
    padding: 5px 10px;
    color: #FFF;
    font-size: 1.1rem;
    text-align: center;
    line-height: 1;
}

.sec_form_wrap .list tr.free>th p::after {
    content: "任意";
    background-color: #969696;
}

.sec_form_wrap .list tr.req>th p::after {
    content: "必須";
    background-color: #8C1D22;
}

.sec_form_wrap .list td {
    position: relative;
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    vertical-align: top;
}

.sec_form_wrap .form_conf .list td {
    padding-top: 28px;
}

.sec_form_wrap .list td .line {
    display: flex;
}

.sec_form_wrap .list td .line+.line {
    margin-top: 10px;
}

.sec_form_wrap .list td .line>*+* {
    margin-left: 5px;
}

.sec_form_wrap input[type=text] {
    padding: 8px 20px;
    width: 100%;
    background-color: #F0F0F0;
    border: none;
    -webkit-appearance: none;
    border-radius: 0;
    font-size: 1.6rem;
}

.sec_form_wrap input[type=text].w1 {
    width: 100%;
}

.sec_form_wrap input[type=text].w2 {
    width: calc(50% - 2.5px);
}

.sec_form_wrap input[type=text].w3 {
    width: calc(90% - 90px);
}

.sec_form_wrap textarea {
    padding: 15px 20px;
    width: 100%;
    background-color: #F0F0F0;
    border: none;
    -webkit-appearance: none;
    border-radius: 0;
    font-size: 1.6rem;
}

.sec_form_wrap .checkbox_wrap input[type=checkbox] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 1px;
    height: 1px;
}

.sec_form_wrap .checkbox_wrap label {
    position: relative;
    padding-left: 25px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 1.6rem;
    line-height: 20px;
    line-height: 20px;
}

.sec_form_wrap .checkbox_wrap label::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #4D4E4E;
    background-color: #FFF;
}

.sec_form_wrap .checkbox_wrap input[type=checkbox]:checked+.name::after {
    content: "";
    display: block;
    position: absolute;
    top: -0;
    left: 6px;
    width: 8px;
    height: 16px;
    transform: rotate(40deg);
    border-bottom: 3px solid #4D4E4E;
    border-right: 3px solid #4D4E4E;
}

.sec_form_wrap .radio_wrap input[type=radio] {
    display: none;
}

.sec_form_wrap .radio_wrap .name {
    position: relative;
    padding-left: 25px;
    margin-right: 25px;
    display: inline-block;
    font-size: 1.6rem;
    line-height: 20px;
}

.sec_form_wrap .radio_wrap .name::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    border: 1px solid #000;
    background-color: transparent;
}

.sec_form_wrap .radio_wrap input[type=radio]:checked+.name {}

.sec_form_wrap .radio_wrap input[type=radio]:checked+.name::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 6px;
    width: 8px;
    height: 8px;
    transform: translateY(-50%) rotate(40deg);
    border-radius: 4px;
    background-color: #000;
}

.sec_form_wrap .select_wrap {
    position: relative;
    display: inline-block;
    background-color: #FFF;
    border-radius: 0;
}

.sec_form_wrap .select_wrap::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 16px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 6px 0 6px;
    border-color: #797B7F transparent transparent transparent;
}

.sec_form_wrap .select_wrap select {
    position: relative;
    outline: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 40px;
    padding: 6px 30px 6px 10px;
    border: none;
    color: #000;
    font-size: 1.6rem;
    width: 100%;
    border-radius: 0;
    background-color: transparent;
    cursor: pointer;
    z-index: 2;
}

.sec_form_wrap .select_wrap select option {
    background-color: #fff;
    color: #000;
}

.sec_form_wrap .select_wrap select::-ms-expand {
    display: none;
}

.sec_form_wrap .select_wrap select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #828c9a;
}

.sec_form_wrap .ttl {
    margin-bottom: 5px;
    font-size: 1.6rem;
}

.sec_form_wrap .value,
.sec_form_wrap .unit {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
}

.sec_form_wrap .privacy {
    margin-top: 80px;
    font-size: 1.6rem;
    text-align: center;
}

.sec_form_wrap .desc {
    margin-bottom: 50px;
    color: #4D4E4E;
    font-size: 1.6rem;
    text-align: center;
}

.sec_form_wrap .privacy a {
    color: #4D4E4E;
    text-decoration: underline;
}

.sec_form_wrap .privacy a:hover {
    text-decoration: none;
}

.sec_form_wrap .submit_wrap {
    margin-top: 20px;
}

.sec_form_wrap .submit_1 {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 5px;
    width: 550px;
    height: 90px;
    background-color: #000;
    border-radius: 20px;
    transition: 0.3s ease-in-out;
}

.sec_form_wrap .btn_back {
    margin-top: 40px;
    width: 480px;
    background-color: #666;
}

.sec_form_wrap .submit_1:hover {
    background-color: #5e5e5e;
}

.sec_form_wrap .submit_1::after {
    content: "";
    position: absolute;
    right: 30px;
    top: 50%;
    width: 14px;
    height: 14px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: translateY(-50%) rotate(45deg);
}

.sec_form_wrap .submit_1 input {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    color: #FFF;
    font-size: 2.0rem;
    text-align: center;
    line-height: 1;
    text-decoration: none;
    border-radius: 0;
    border: none;
    background: none;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    z-index: 2;
}

@media (min-width: 768px) {
    .sec_form_wrap .tel_wrap .btn_tel {
        pointer-events: none;
    }
}

@media (max-width: 767px) {
    .sec_form_wrap .sec_ttl {
        margin-bottom: 20px;
    }

    .sec_form_wrap .sec_desc {
        margin-bottom: 20px;
        font-size: 1.4rem;
    }

    .sec_form_wrap .other_wrap {
        margin: 0 auto 20px;
        padding: 15px 10px;
        width: auto;
        display: block;
        text-align: center;
    }

    .sec_form_wrap .other_wrap .w_ttl {
        margin-bottom: 15px;
        font-size: 1.3rem;
    }

    .sec_form_wrap .other_wrap .btn_more {
        margin: 0 auto;
    }

    .sec_form_wrap .tel_wrap {
        display: table;
    }

    .sec_form_wrap .tel_wrap .ttl {
        font-size: 1.6rem;
    }

    .sec_form_wrap .tel_wrap .ttl::before,
    .sec_form_wrap .tel_wrap .ttl::after {
        margin: 0 5px;
        width: 20px;
    }

    .sec_form_wrap .tel_wrap .btn_tel {
        display: block;
    }

    .sec_form_wrap .tel_wrap .btn_tel .num {
        display: block;
        margin-bottom: 10px;
        font-size: 3.5rem;
        text-align: center;
    }

    .sec_form_wrap .tel_wrap .btn_tel .note {
        display: block;
        margin-left: 0;
        font-size: 1.1rem;
        text-align: center;
    }

    .sec_form_wrap .flow {
        margin: 0 auto 20px;
        width: auto;
    }

    .sec_form_wrap .list {
        width: 100%;
    }

    .sec_form_wrap .list,
    .sec_form_wrap .list tbody,
    .sec_form_wrap .list tr,
    .sec_form_wrap .list th,
    .sec_form_wrap .list td {
        display: block;
    }

    .sec_form_wrap .list th {
        padding-top: 10px !important;
        padding-bottom: 10px;
        width: auto;
    }

    .sec_form_wrap .list th p {
        text-align: left;
    }

    .sec_form_wrap .list td {
        padding-top: 0 !important;
        padding-left: 0;
        padding-bottom: 20px;
    }

    .sec_form_wrap .list td .line {
        display: flex;
    }

    .sec_form_wrap .privacy {
        margin-top: 40px;
        font-size: 1.2rem;
    }

    .sec_form_wrap input[type=text] {
        font-size: 1.4rem;
    }

    .sec_form_wrap textarea {
        font-size: 1.4rem;
    }

    .sec_form_wrap .submit_1 {
        width: 90%;
        height: 60px;
        border-radius: 10px;
    }

    .sec_form_wrap .btn_back {
        width: 70%;
    }
}