@charset "UTF-8";

/*2024add*/
.p-form_lead {
    line-height: 1.9;
    margin-bottom: 20px;
}

.l-box_mini {
    width: 860px;
    margin: 0 auto;
}

.p-form_wrap {
    margin: 40px auto;
}

.ico-hissu {
    display: inline-block;
    background-color: #c80000;
    font-size: 10px;
    padding: 2px 5px 3px 5px;
    border-radius: 2px;
    color: #fff;
    margin-right: 3px;
}

.p-form_dl {
    justify-content: space-between;
    display: flex;
    border-bottom: 1px solid #ededed;
    padding: 22px 0;
}

.p-form_dl dt {
    width: 30%;
}

.p-form_dl_pt {
    padding-top: 5px;
}

.p-form_dl dd {
    width: 70%;
}

.p-form_dl_dt {
    display: inline-block;
    padding: 0 0 0 10px;
    /*border-left:6px solid #0D52AC;*/
}

.p-form_cap {
    font-size: 12px;
    margin-top: 5px;
}

.p-form_wrap input[type="radio"] {
    padding: 5px;
    margin-right: 5px
}

.p-form_wrap input[type="text"],
.p-form_wrap input[type="email"],
.p-form_wrap textarea {
    padding: 8px;
    border: 1px solid #bdbdbd;
    font-size: 16px;
    font-family: 'ntsansr';
    background-color: #eff8fa;
    border-radius: 3px;
}

.c-input01 {
    width: 70%;
}

.c-textarea {
    width: 100%;
    height: 200px;
}

.p-form_atten {
    background-color: #f3f3f3;
    padding: 15px;
    font-size: 1.4rem;
    border-radius: 5px;

}

.p-form_atten dt {
    margin-bottom: 4px;
}

.p-form_label {
    margin-right: 20px;
    cursor: pointer;
}

@media screen and (max-width: 813px) {
    .p-form_label {
        display: block;
        margin-bottom: 10px;
        line-height: 1.4;

    }

    .p-form_lead {
        margin-bottom: 15px;
    }

    .p-form_dl_pt {
        padding-top: 0px;
    }

    .l-box_mini,
    .p-form_dl dt,
    .p-form_dl dd {
        width: 100%;
    }

    .p-form_wrap {
        margin: 10px auto 20px auto;
    }
    .p-form_wrap.form_conf{
        margin-top: 0;
    }
    .p-form_dl {
        display: block;
        padding: 12px 0;
    }
.p-form_wrap.form_conf .p-form_dl {
    padding: 8px 0;
    }
    .p-form_dl_dt {
        padding: 0 0 15px 5px;
    }


    .p-form_wrap input,
    .p-form_wrap textarea {

        font-size: 16px;
    }

    .c-input01 {
        width: 100%;
    }

    .c-textarea {
        height: 150px;
    }

    .p-form_atten dt {
        margin-bottom: 4px;
    }
}

input[type="checkbox"] {
    width: 17px
}

/*btn*/
.p-form_btn {
    text-align: center;
}

.p-form_btn.form_top {
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    width: 260px;
}

.form_conf.p-form_btn {
    width: 540px;
    margin: 40px auto 60px auto;
    overflow: hidden;
}

.p-form_btn_arr {
    position: relative;
}

.p-form_btn_arr::after {
    content: "";
    display: block;
    position: absolute;
    top: 40%;
    left: 30px;
    width: 10px;
    height: 10px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    border-radius: 1px;
    position: absolute;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.p-conf-form_back.p-form_btn_arr::after {
    border-right: 2px solid #333;
    border-top: 2px solid #333;
}

.p-form_btn input {
    cursor: pointer;
    padding: 18px 0;
    height: 100%;
    width: 260px;
    display: block;
    text-align: center;
    border: none;
    font-size: 24px;
    color: #fff;
    line-height: 1.75;
    letter-spacing: 0.032em;
    font-weight: 700;
    background-color: #0d52ac;
    border-radius: 8px;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(12, 12, 13, 0.1);
    box-shadow: 0px 1px 4px 0px rgba(12, 12, 13, 0.1);
}

.p-form_btn input:hover {
    opacity: 0.8;
}

.p-conf-form_btn {
    width: 380px;
    margin: 40px auto 0 auto;
    overflow: hidden;
}

.p-conf-form_btn .p-form_btn {
    margin: 0;
}

.p-conf-form_back input {
    text-align: center;
    cursor: pointer;
    padding: 18px 0;
    width: 260px;
    height: 100%;
    display: inline-block;
    border: none;
    font-size: 24px;
    color: #333333;
    line-height: 1.75;
    letter-spacing: 0.032em;
    font-weight: 700;
    background-color: #EBEBEB;
    border-radius: 8px;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(12, 12, 13, 0.1);
    box-shadow: 0px 1px 4px 0px rgba(12, 12, 13, 0.1);
}

.p-conf-form_back input:hover {
    opacity: 0.8;
}

.p-form_thanks {
    text-align: left;
    margin-bottom: 30px;
}

.p-form_link a {
    text-decoration: underline;
}

.u-right {
    float: right;
}

.u-left {
    float: left;
}

.p-form_check {
    font-weight: normal !important;
    margin: 0 auto;
    /*display: inline-block;*/
    text-align: center;
}

.p-form_check label {
    cursor: pointer;
    text-align: center;
}

.p-form_check input {
    display: inline-block;
    margin-right: 8px;
}

.bo_no {
    border: none;
}

@media screen and (max-width: 814px) {

    .p-form_check input {
        margin-right: 4px;
    }

    .u-right,
    .u-left {
        display: block;
    }

    .form_conf.p-form_btn {

        margin: 0px auto 40px auto;
    }

    .p-form_btn {
        margin-top: 20px;
        width: 100%;
        margin-bottom: 15px;
    }

    .form_conf.p-form_btn,
    .p-form_btn input {
        width: 100%;
    }

    .p-form_btn.form_top {
        margin-top: 20px;
        width: 100%;
    }

    .p-form_btn,
    .p-conf-form_back input {
        text-align: center;
        width: 100%;
        font-size: 16px;
        font-size: 4.1025641026vw;
    }

    .p-form_btn input,
    .p-conf-form_back input input {
        text-align: center;
        font-size: 16px;
        font-size: 4.1025641026vw;
        padding: 18px 0;
    }

    .p-conf-form_btn,
    .p-conf-form_back {
        width: 100%;
    }

    .p-conf-contact_btn_back input {
        margin-top: 20px;
    }
}

.form_conf .p-form_check {
    display: none;
}

.p-form_inner.form_thanks {
    padding-bottom: 7.6923076923% !important;
}

.p-form_ttl {
    font-size: 24px;
    margin-bottom: 30px;
    color: #0d52ac;
    font-weight: bold;
}

.p-form_link a {
    text-decoration: underline;
}

.form_conf dl:nth-child(8) {
    display: none;
}

@media screen and (max-width: 814px) {
    .form_conf dt {
        margin-bottom: 4px;
    }

    .p-form_ttl {
        font-size: 18px;
        margin-bottom: 20px;
    }
}
