@charset "UTF-8";

/* Reset / Base ----------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
p {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

body {
    line-height: 1.6;
    font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    font-size: 14px;
}

@media screen and (min-width: 992px) {
    body {
        font-size: 15px;
    }
}


ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Layout / Form styles -------------------------------------------------- */

.ent-50-ttl {
    background: #0067fe;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: .4em;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #fff;
    padding: 0.2em;
    border-radius: 5px;
}

@media screen and (min-width: 992px) {
    .ent-50-ttl {
        font-size: 25px;
        font-weight: 600;
        margin-top: 1em;
    }
}

.ent-50-ttl__in {
    position: relative;
    margin-bottom: 0;
}

@media screen and (min-width: 992px) {
    .ent-50-ttl__in {}
}

.ent-50-ttl__in::before {
    /* content: ""; */
    display: block;
    width: 20px;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    left: -35px;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (min-width: 992px) {
    .ent-50-ttl__in::before {}
}

.ent-50-ttl__in::after {
    /* content: ""; */
    display: block;
    width: 20px;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    right: -35px;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (min-width: 992px) {
    .ent-50-ttl__in::after {}
}

.ent-50-form {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1.4em 10px 0;
    background: #fff;
}


.form-ttl {
    margin-bottom: 0.8em;
    background: #ebf1fb;
    padding: 0.5em;
    border-radius: 0.2em;
}


@media screen and (min-width: 992px) {
    .form-ttl {
        background-color: #ebf1fb;
        border-radius: 0;
        border-bottom: 1px solid #ffffff;
    }
}


.form-items {}

@media screen and (min-width: 992px) {
    .form-items {
        width: 100%;
    }
}


.form-content {}


@media screen and (min-width: 992px) {
    .form-content {
        padding: 2em;
        border-bottom: 1px solid #dfdfdf;
        height: 100%;
    }
}



.form-thanks {
    background: #f8f8f8;
    padding: 2em;
    text-align: center;
}

@media screen and (min-width: 992px) {
    .form-thanks {
        margin-bottom: 2em;
    }
}



.form-in-block {}

@media screen and (min-width: 992px) {
    .form-in-block {
        border: solid 2px #fcfcfc;
    }
}

.form-in-privacy {
    line-height: 1.6;
    padding: 1em;
    background-color: #f8f8f8;
}

@media screen and (min-width: 992px) {
    .form-in-privacy {
        margin-top: 2em;
    }
}

.ent-50-form-box {
    margin-bottom: 1em;
}

@media screen and (min-width: 992px) {
    .ent-50-form-box {
        display: flex;
        /* border-bottom: 1px solid #eceff3; */
        /* padding: 1em 0; */
        margin-bottom: 0;
    }

    .ent-50-form-box:first-of-type {
        border-top: 1px solid #eceff3;
    }
}

.ent-50-form-txt {
    /* display: flex; */
    align-items: center;
    font-weight: bold;
}

@media screen and (min-width: 992px) {
    .ent-50-form-txt {
        padding: 2em;
        width: 400px;
        margin-bottom: 0;
    }

    .ent-50-form-txt::before {
        display: none;
    }
}

.ent-50-form-subtxt {
    font-size: 80%;
    /* margin-top: 0.5em; */
}

@media screen and (min-width: 992px) {
    .ent-50-form-subtxt {
        font-size: 80%;
    }

    .ent-50-form-txt::before {
        display: none;
    }
}

.ent-50-form-input {
    max-width: 100%;
    width: 100%;
}

@media screen and (min-width: 992px) {
    .ent-50-form-input {
        margin-bottom: 0 !important;
        /* padding: 2em; */
        /* border-bottom: 1px solid #dfdfdf; */
    }
}

.ent-50-form-input input[type=text] {
    border: 1px solid #dfdfdf;
    padding: .2em .6em;
    height: 44px;
    border-radius: 0.2em;
    width: 100%;
    max-width: 500px;
}

@media screen and (min-width: 992px) {
    .ent-50-form-input input[type=text] {
        margin-bottom: 0 !important;
    }
}


.ent-50-form-input-sm input[type=text] {
    width: 60%;
    border: 1px solid #dfdfdf;
    padding: .2em .6em;
    height: 44px;
    border-radius: 0.2em;
}

@media screen and (min-width: 992px) {
    .ent-50-form-input-sm input[type=text] {
        margin-bottom: 0 !important;
    }
}

.ent-50-form-select select {
    border: 1px solid #dfdfdf;
    padding: .2em .6em;
    height: 44px;
    border-radius: 0.2em;
}

@media screen and (min-width: 992px) {
    .ent-50-form-select {
        margin-bottom: 0 !important;
    }
}

.ent-50-form-submit {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (min-width: 992px) {
    .ent-50-form-submit {}
}

.ent-50-form-submit input[type=submit] {
    display: block;
    width: 180px;
    padding: .8em .6em;
    background-color: #ff4037;
    border: none;
    border-radius: .25rem;
    color: #ffffff;
    font-weight: 600;
    cursor: pointer;
}

@media screen and (min-width: 992px) {
    .ent-50-form-submit input[type=submit] {}
}

.ent-50-flow-list {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    margin-bottom: 1em;
}

@media screen and (min-width: 992px) {
    .ent-50-flow-list {}
}

.ent-50-flow-list__item {
    font-size: 13px;
    font-weight: 600;
    padding: .6em 1em;
    background-color: #eceff3;
    margin-right: 1em;
}

@media screen and (min-width: 992px) {
    .ent-50-flow-list__item {
        font-size: 17px;
    }
}

.ent-50-flow-list__item:last-of-type {
    margin-right: 0;
}

.ent-50-flow-list__item-on {
    background-color: #007bff;
    color: #ffffff;
    border-radius: 0.3em;
}

@media screen and (min-width: 992px) {
    .ent-50-flow-list__item-on {}
}

.p-form-ttl-sub-body {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

@media screen and (min-width: 992px) {
    .p-form-ttl-sub-body {}
}

.form-ttl--while {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

@media screen and (min-width: 992px) {
    .form-ttl--while {}
}

.form-ttl--while {
    margin: 0 0 1em;
}

@media screen and (min-width: 992px) {
    .form-ttl--while {}
}


.c-basic-form__btn-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (min-width: 992px) {
    .c-basic-form__btn-wrap {
        margin-top: 2em;
    }
}

.c-basic-form__btn-wrap button {
    margin-right: 1em;
}

@media screen and (min-width: 992px) {
    .c-basic-form__btn-wrap button {}
}

.c-basic-form__btn-wrap button:last-of-type {
    background-color: #e54646;
    margin-right: 0;
    border: none;
}

@media screen and (min-width: 992px) {
    .c-basic-form__btn-wrap button:last-of-type {}
}

.c-basic-form__btn {
    font-weight: 600;
    width: 120px;
}

@media screen and (min-width: 992px) {
    .c-basic-form__btn {}
}

.form-req .ent-50-form-txt-in::after {
    content: "※";
    color: red;
    font-weight: 600;
    margin-left: 0.3em;
}

@media screen and (min-width: 992px) {
    .form-req .ent-50-form-txt-in::after {}
}

.btn-primary {}

@media screen and (min-width: 992px) {
    .btn-primary {}
}

.form-content-radio-box {
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 992px) {
    .form-content-radio-box {}
}


.form-content-radio-label {
    display: inline-block;
    margin-right: 0.5em;
    cursor: pointer;
    position: relative;
    margin-bottom: 0.3em;
}

@media screen and (min-width: 992px) {
    .form-content-radio-label {}
}

.form-content-radio-label input[type="radio"] {
    position: absolute;
    top: 40%;
    left: 0.8em;
    width: 16px;
}

@media screen and (min-width: 992px) {
    .form-content-radio-label input[type="radio"] {}
}

.form-content-radio-label span {
    display: inline-block;
    border: solid 1px #dfdfdf;
    padding: 0.5em 0.7em 0.5em 2.2em;
    border-radius: 0.2em;
    transition: background-color 0.3s, border-color 0.3s;
    text-align: left;
    letter-spacing: -0.01em;
    width: 100%;
    max-width: 400px;
    line-height: 1.3;
}

@media screen and (min-width: 992px) {
    .form-content-radio-label span {}
}

.form-content-radio-label input[type="radio"]:checked + span {
    background-color: #e6f0ff;
    border-color: #007bff;
    font-weight: bold;
}

@media screen and (min-width: 992px) {
    .form-content-radio-label input[type="radio"]:checked + span {}
}




.form-content-checkbox-box {
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 992px) {
    .form-content-checkbox-box {
        flex-direction: row;
    }
}

.form-content-checkbox-label {
    display: inline-block;
    margin-right: 0.5em;
    cursor: pointer;
    position: relative;
    margin-bottom: 0.3em;
}

@media screen and (min-width: 992px) {
    .form-content-checkbox-label {}
}

.form-content-checkbox-label input[type="checkbox"] {
    position: absolute;
    top: 36%;
    left: 0.8em;
    width: 16px;
}

@media screen and (min-width: 992px) {
    .form-content-checkbox-label input[type="checkbox"] {}
}

.form-content-checkbox-label span {
    display: inline-block;
    border: solid 1px #dfdfdf;
    padding: 0.7em 0.9em 0.75em 2.3em;
    border-radius: 0.2em;
    transition: background-color 0.3s, border-color 0.3s;
    text-align: left;
    letter-spacing: -0.01em;
    width: 100%;
    max-width: 400px;
}

@media screen and (min-width: 992px) {
    .form-content-checkbox-label span {}
}

.form-content-checkbox-label input[type="checkbox"]:checked + span {
    background-color: #e6f0ff;
    border-color: #007bff;
    font-weight: bold;
}

@media screen and (min-width: 992px) {
    .form-content-checkbox-label input[type="checkbox"]:checked + span {}
}


/* ===== フォーム説明 ===== */
.p-form-description {
    padding: 0.8em;
    background: #f5f5f5;
    border-radius: 5px;
    font-size: 14px;
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 992px) {
    .p-form-description {
        padding: 2em;
    }
}

.p-form-description .p-form-description-ttl {
    display: inline-block;
    padding: 0.25em 2em 0.25em 1em;
    background: #ffe529;
    font-weight: bold;
    margin: 0 auto 0.5em;
    font-size: 16px;
    text-align: center;
    position: relative;
    max-width: 400px;
    width: 100%;
}

@media screen and (min-width: 992px) {
    .p-form-description .p-form-description-ttl {
        font-size: 25px;
        padding: 0.1em 1em;
        margin-bottom: 1em;
    }
}



.p-form-description .p-form-description-ttl:before {
    position: absolute;
    content: '';
    z-index: 1;
    top: 0;
    right: 0;
    width: 0px;
    height: 0px;
    border-width: 17px 15px 17px 0px;
    border-color: transparent #f5f5f5 transparent transparent;
    border-style: solid;
}

@media screen and (min-width: 992px) {
    .p-form-description .p-form-description-ttl:before {
        border-width: 22px 15px 22px 0px;
    }
}




.p-form-description .p-form-description__list {}

@media screen and (min-width: 992px) {
    .p-form-description .p-form-description__list {
        margin-bottom: 2em;
    }
}

.p-form-description .p-form-description__item {
    margin-bottom: 0.5em;
    /* font-size: 14px; */
    text-indent: -1em;
    padding-left: 1em;
}

@media screen and (min-width: 992px) {
    .p-form-description .p-form-description__item {
        font-size: 16px;
    }
}

.p-form-description .p-form-description-dl {
    background: #fff;
    padding: 1em;
}

@media screen and (min-width: 992px) {
    .p-form-description .p-form-description-dl {
        padding: 1.5em;
    }
}

.p-form-description .p-form-description-dt {
    background: #fe9800;
    color: #fff;
    padding: 0.2em 0.5em;
    border-radius: 5px;
    margin-bottom: 0.5em;
}

@media screen and (min-width: 992px) {
    .p-form-description .p-form-description-dt {
        font-size: 17px;
    }
}

.p-form-description .p-form-description-dd {
    margin-bottom: 1em;
}

@media screen and (min-width: 992px) {
    .p-form-description .p-form-description-dd {
        font-size: 16px;
    }
}

.p-form-description br {}

@media screen and (min-width: 992px) {
    .p-form-description br {}
}



.footer {}

@media screen and (min-width: 992px) {
    .footer {}
}


.footer .footer-logo {
    display: flex;
    justify-content: center;
    margin: 2em 0 2em;
}

@media screen and (min-width: 992px) {
    .footer .footer-logo {}
}

.footer .footer-logo img {
    width: 180px;
}

@media screen and (min-width: 992px) {
    .footer .footer-logo img {}
}

.footer .footer-copy {
    font-size: 10px;
    text-align: center;
    padding: 1em;
    background-color: #e7e7e7;
}

@media screen and (min-width: 992px) {
    .footer .footer-copy {}
}


.border-none {
    border: none;
}


/*safari 対策*/

input[type="text"],
input[type="number"],
textarea {
    font-size: 16px;
}