body {
    font-family: YakuHanJPs, "Noto Sans JP", "Hiragino Sans", "Hi ragino Kaku Gothic ProN", Meiryo, sans-serif;
}

fieldset{
    border: none;
}
legend{
    font-size: 0;
}

.section_head {
    width: 1100px;
    max-width: 100%;
    margin: 0 auto 60px;
}

.section_form {
    padding: 80px 0 85px;
    width: 1100px;
    max-width: 100%;
    margin: 0 auto 40px;
    background-image: url(/img/edge01.svg), url(/img/edge02.svg), url(/img/edge03.svg), url(/img/edge04.svg);
    background-size: 60px 60px;
    background-position: left top, right top, left bottom, right bottom;
}

span.err {
    color: red;
}

.warn {
    color: red;
    list-style: none;
    padding-left: 0;
    background-color: #ffebeb;
    padding: 20px;
    border-radius: 5px;
        margin: 0 0 48px;
}
.conf{
    color: rgb(20, 150, 20);
    background-color: #edffeb;
        padding: 20px;
    border-radius: 5px;
    margin: 0 0 48px;
}

.turnstile-container {
    text-align: center;
    margin-bottom: 30px;
}


.subtitle {
    text-align: center;
    font-size: 18px;
    margin: 0 0 30px;
}

.summary {
    padding: 40px;
    background-color: #f2f2f2;
    width: 940px;
    max-width: 100%;
    margin: 0 auto;
}

.summary h2 {
    color: #002850;
    font-size: 18px;
    margin: 0 0 16px;
}

.summary ul {
    list-style: none;
    padding-left: 1.8em;
}

.summary ul li {
    margin: 0 0 16px;
    text-indent: -1.8em;

}

.q_block {
    /* border-bottom: 1px solid #ccc; */
    /* padding: 0 0 20px; */
    margin: 0 auto 48px;
    width: 940px;
    max-width: 100%;

}
.q_block.q_block_err{
    margin-bottom: 0;
}

.q_block:last-child {
    border: none;
    margin: 0;
    padding: 0;
}

.question {
    margin: 0 0 8px;
    font-size: 16px;
    color: #333333;
}

.question_text {
    border-top: 1px solid #cccece;
    border-bottom: 1px solid #cccece;
    padding: 18px 0;
    margin: 0 0 20px;
}

.question_text p {
    line-height: 2;
    margin: 0 0 1em;
}

textarea {
    border: 1px solid #cccece;
    border-radius: 5px;
    width: 100%;
    max-width: 100%;
    padding: 5px 10px;
}

.q_note {
    font-size: 14px;
    line-height: 1.8;
}

.ti1em {
    display: block;
    text-indent: -1em;
    padding-left: 1em;
}

.q_note>div {
    text-indent: -1em;
    padding-left: 1em;
}

label {
    margin-left: 10px;
    margin-right: 1em;
}

.answer input[type=text],
.answer input[type=email] {
    border: 1px solid #cccece;
    border-radius: 5px;
    width: 100%;
    max-width: 100%;
    height: 40px;
    padding: 5px 10px;
}

.answer_r input[type=text] {
    border: 1px solid #cccece;
    border-radius: 5px;
    height: 32px;
}

select {
    border: 1px solid #cccece;
    border-radius: 5px;
    width: 100%;
    height: 40px;
    padding: 5px 10px;
    position: relative;
}

.select-wrap {
    position: relative;
    width: 200px;
    max-width: 100%;
}

.select-wrap::after {
    position: absolute;
    right: 15px;
    top: calc(50% - 3px);
    width: 10px;
    height: 7px;
    background-color: #535353;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}

.r_other {
    display: flex;
    align-items: center;
    margin-top: 8px;
}

.radio_wrap {
    display: flex;
    align-items: flex-start;
}

.radio_wrap input {
    margin: 0.4em 0 0;
}

.required {
    color: red;
    font-size: 16px;
    top: 0;
    font-weight: bold;
}

.required_text {
    margin: 0 0 1em;
}

.btn .btn-inner {
    font-size: 24px;
    padding: 10px 40px;
}

.btn .cta-btn {
    width: 360px;

    max-width: 100%;
    margin: 0 auto;

}

.btn_entry_c {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.btn_entry_c .cta-btn {
    margin: 0;
}

.return-btn .btn-inner .arrow {
    left: 40px;
    right: auto;
    transform: rotateZ(180deg);
}

.q_consent {
    text-align: center;
    margin: 64px 0 40px;
}

.q_consent a {
    color: #00589C;
    text-decoration: none;
}

.answer_consent {
    text-align: center;
}


/* SP--------------------------------------------------
-------------------------------------------------- */
@media (width <=767px) {
    body {
        font-size: 14px;
    }

    .sp_ta_center {
        text-align: center;
    }

    .section_head {
        /* padding: 0 20px; */
        margin: 0 auto 60px;
    }

    .section_form {
        width: auto;
        margin: 0 20px;
        padding: 30px 0 60px;
        background-size: 50px 50px;
    }

    .q_block {
        margin: 0 auto 32px;
    }

    .q_note>span {
        display: block;
    }

    .subtitle {
        padding: 0 20px;
        font-size: 16px;
        text-align: left
    }

    .summary {
        padding: 20px 20px;
    }

    .summary h2 {
        text-align: center;
    }

    .required_text {
        padding: 0 20px;
    }

    .answer_r {
        line-height: 1.8;
    }

    .q_consent {
        margin: 40px 0 32px;
    }

    .btn .cta-btn {
        width: 240px;
    }

    .btn .btn-inner .arrow {
        right: 15px;
    }

    .btn .btn-inner {
        font-size: 18px;
    }


}