@charset "utf-8";
/* @import */
@import url(../all.min.css);

/*同階層のfontsフォルダー用*/
/* CSS Document */
html {
    font-size: 62.5%;
    /*ベース10px*/
    position: relative;
    min-height: 100vh;
}

body {
    font-family: 'Noto Sans JP', sans-serif, 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック';
    color: #402e32;
    -webkit-text-size-adjust: 100%;
    line-height: 1.5;
    min-height: 100vh;
    position: relative;
}



/* ＝＝＝＝＝＝＝共通スタイル＝＝＝＝＝＝＝＝ */
*,
*::before,
*::after {
    box-sizing: border-box;
}

img {
    image-rendering: -webkit-optimize-contrast;
    -webkit-backface-visibility: hidden;
    width: 100%;
    height: auto;
    vertical-align: bottom;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-touch-callout: none;
    -moz-user-select: none;
    user-select: none
}

/*スマホ用改行指定*/
.break {
    display: none;
}

.break02 {
    display: block;
}

@media screen and (max-width: 640px) {
    .break {
        display: block
            /*!important*/
        ;
    }

    .break02 {
        display: none;
    }
}

/*alpha*/
.alpha:hover {
    filter: alpha(opacity=70);
    opacity: 0.7;
}

/*clearfix*/
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}

a img:hover {
    opacity: 0.8;
}

.clear {
    clear: both;
}

.fl-right {
    float: right;
}

.fl-left {
    float: left;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

.bold {
    font-weight: bold;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.underline {
    text-decoration: underline;
}

/*強調 赤文字*/
.standout {
    font-size: 2rem;
    font-weight: bold;
    color: #c92209;
}

/*スマホ用*/
@media screen and (max-width: 640px) {
    .standout {
        font-size: 1.6rem;
    }
}

/*注釈テキスト（字下げ有り）*/
.indent {
    display: block;
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 10px;
    font-size: 1.2rem;
}

.indent:last-of-type {
    margin-bottom: 0;
}

.indent_big {
    padding-left: 1em !important;
    text-indent: -1em !important;
    margin-bottom: 3px !important;
    font-size: 1.6rem !important;
    font-weight: bold;
}

.indent_big:last-of-type {
    margin-bottom: 0 !important;
}

/*スマホ用*/
@media screen and (max-width: 640px) {
    .indent_big {
        font-size: 1.4rem !important;
    }
}

.txt {
    font-size: 1.4rem;
    margin-bottom: 10px;
    line-height: 1.25em;
}

.thumbnail {
    width: 200px;
}

/*phperror*/
.phperror li {
    list-style-type: disc;
    margin-left: 2em;
}

.phperror li a {
    color: #c92209;
}

/* ＝＝＝＝＝＝＝header部分スタイル＝＝＝＝＝＝＝＝ */

header {
    background-color: #fff;
}

header .header_inner {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    width: 100%;
    max-width: 800px;
    margin: 0px auto;
    padding: 20px;
    position: relative;
}



/*タブレット用*/
@media screen and (min-width:641px) and (max-width:1024px) {
    header .header_inner {
        max-width: 100%;
    }
}

/*スマホ用*/
@media screen and (max-width: 640px) {
    header .header_inner {
        max-width: 100%;
        margin: 0px auto;
        padding: 10px 10px;
    }
}



/* ＝＝＝＝＝＝＝header部分スタイル-end＝＝＝＝＝＝＝＝ */
/* ＝＝＝＝＝＝＝main部分スタイル＝＝＝＝＝＝＝＝ */
main {}

/* ＝＝＝＝＝＝＝main部分スタイル-end＝＝＝＝＝＝＝＝ */

/* ＝＝＝＝＝＝＝コンテンツ内容汎用＝＝＝＝＝＝＝＝ */

.contentarea_inner {
    width: 100%;
    max-width: 800px;
    height: 100%;
    padding: 50px 0 80px;
    margin: 0px auto 0px;
    font-size: 2rem;
}

/*タブレット用*/
@media screen and (min-width:641px) and (max-width:1024px) {
    .contentarea_inner {
        padding: 50px 20px;
    }
}

/*スマホ用*/
@media screen and (max-width: 640px) {
    .contentarea_inner {
        width: 100%;
        padding: 30px 10px 40px;
        font-size: 1.6rem;
    }
}

.start_note {
    font-size: 1.4rem !important;
    font-weight: bold !important;
}

/*スマホ用*/
@media screen and (max-width: 640px) {
    .start_note {
        font-size: 1.2rem !important;
    }
}


.detail_note {
    font-size: 1.6rem !important;
    font-weight: bold !important;
    color: #f50b0b;
}

/*スマホ用*/
@media screen and (max-width: 640px) {
    .detail_note{
        font-size: 1.4rem !important;
    }
}

/* ＝＝＝＝＝＝＝コンテンツ内容汎用-end＝＝＝＝＝＝＝＝ */

/* ＝＝＝＝＝＝＝footer内容＝＝＝＝＝＝＝＝ */
footer {
    position: sticky;
    top: 100vh;
    width: 100%;
    line-height: 2.5rem;
}

.fotter_inner {
    max-width: 800px;
    padding: 0 20px;
    margin: 0px auto 180px;
}

.wrap_foot_navi {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 800px;
    margin: 0 auto 0;
}


.foot_navi {
    display: flex;
    text-align: left;
}

.foot_navi li {
    list-style-image: none;
    margin-right: 30px;
}

.foot_navi li:last-of-type {
    margin-right: 0;
}

.foot_navi a {
    text-decoration: none;
    font-size: 1.4rem;
    color: #5D4848;
}

.foot_navi a:hover {
    opacity: 0.8;
}

.pmark {
    width: 100%;
    max-width: 75px;
    margin-left: auto;
}

.pmark img {
    width: 100%;
    max-width: 75px;
}

.copyright {
    width: 100%;
    margin: 0 auto 0;
    text-align: center;
    padding: 10px;
    font-size: 1.2rem;
}

/*タブレット用*/
@media screen and (max-width: 1300px) {
    .wrap_foot_navi {
        flex-wrap: wrap;
        text-align: left;
    }

    .pmark {
        max-width: 60px;
    }
}

@media screen and (max-width: 1024px) {
    .foot_navi li {
        margin-right: 20px;
    }

    .copyright {
        max-width: 100%;
    }
}

/*スマホ用*/
@media screen and (max-width: 640px) {
    .fotter_inner {
        padding: 0 10px;
    }

    .foot_navi {
        width: 80%;
        flex-wrap: wrap;
    }

    .pmark {
        width: 20%;
        max-width: 75px;
        margin-left: 0;
    }

    .copyright {
        padding: 5px;
        font-size: 0.8rem;
    }
}

/*スマホ用*/
@media screen and (max-width: 440px) {
    .fotter_inner {
        padding: 10px 0 0;
        margin: 0px auto 200px;
    }

    .foot_navi a {
        font-size: 1.1rem;
    }

    .pmark {
        max-width: 50px;
    }

}


/*スマホ用*/
@media screen and (max-width: 375px) {
    .fotter_inner {
        padding: 0 10px 0;
        margin: 0px auto 50px;
    }

}

/* ＝＝＝＝＝＝＝input/select共通スタイル＝＝＝＝＝＝＝＝ */
/*input枠*/
input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=url],
input[type=number] {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    border: 1px #a9a6a4 solid;
    font-size: 1.6rem;
    box-sizing: border-box;
    line-height: 1.2;
    cursor: pointer;
}

input[type="text"]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=number]:focus {
    outline: 0;
}

input[type=button],
button[type=submit],
button[type=button] {
    outline: 0;
}

/*スピンボタン消す*/
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

/*select枠*/
select {
    padding: 10px;
    border-radius: 5px;
    border: 1px #ccc solid;
    font-size: 1.6rem;
    width: 100%;
    -webkit-appearance: none;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../../images/chatbot/bg_select.png);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center right 10px;
    box-sizing: border-box;
    -webkit-text-fill-color: #3c2b23;
    cursor: pointer;
}

select:focus {
    outline: 0;
}

select.inquiry_age {
    width:20%;
    margin-right:3px;
}

/*textarea枠*/
textarea {
    padding: 10px;
    width: 100%;
    font-size: 1.6rem;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px #ccc solid;
    height: auto;
    min-height: 100px;
    resize: vertical;
}

textarea:focus {
    outline: 0;
}

/*必須の位置調整共通*/
.relative {
    position: relative;
}

/***placeholdeの色***/
input::placeholder,
textarea::placeholder {
    color: #c8c4c4;
}

/* IE */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #c8c4c4;
}

/* Edge */
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #c8c4c4;
}

/*フォーム内　注意書き*/
.add_annotation {
    font-size: 1.4rem;
    margin-top: 10px;
    margin-bottom: 0;
    line-height: 1.25em;
}

/*郵便番号*/
.postal_code .inquiry_zip {
    width: 23%;
}

/*スマホ用*/
@media screen and (max-width: 640px) {

    /*input枠*/
    input[type=text],
    input[type=email],
    input[type=password],
    input[type=tel],
    input[type=url],
    input[type=number] {
        font-size: 1.25rem;
    }
}
/*スマホ用450px*/
@media screen and (max-width: 450px) {
    select.inquiry_age {
        width: 45%;
    }

    /*郵便番号*/
    .postal_code .inquiry_zip {
        width: 40%;
    }
}

/* ＝＝＝＝＝＝＝input/select共通スタイル -end＝＝＝＝＝＝＝＝ */
/* ＝＝＝＝＝＝＝フォーム全般＝＝＝＝＝＝＝＝ */
.box {
    box-sizing: border-box;
    position: relative;
}

/* 読込中表示 */
/* <div class="loader"></div> */
.loader {
    width: 40px;
    aspect-ratio: 2;
    --_g: no-repeat radial-gradient(circle closest-side, #3c2b23 40%, #fff);
    background:
        var(--_g) 0% 50%,
        var(--_g) 50% 50%,
        var(--_g) 100% 50%;
    background-size: calc(100%/3) 50%;
    animation: loading_anime 1s infinite linear;
}

@keyframes loading_anime {
    20% {
        background-position: 0% 0%, 50% 50%, 100% 50%
    }

    40% {
        background-position: 0% 100%, 50% 0%, 100% 50%
    }

    60% {
        background-position: 0% 50%, 50% 100%, 100% 0%
    }

    80% {
        background-position: 0% 50%, 50% 50%, 100% 100%
    }
}

/* ＝＝＝＝＝＝＝フォーム全般 -end＝＝＝＝＝＝＝＝ */
/* ＝＝＝＝＝＝＝メッセージ枠＝＝＝＝＝＝＝＝ */

.chat_msg {
    display: flex;
    width: 100%;
}

.chat_msg .img_chara {
    width: 10%;
    min-width: 70px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    /*  justify-content: center;
  align-items: center;*/
}

.chat_msg .img_chara img {
    width: 100%;
    max-width: 200px;
    max-height: 200px;
    border-radius: 50%;
    background-size: 200px 200px;
    background-color: #fff;
    /*border: 1px solid #ccc;*/
}

.chat_msg .name_chara {
    font-size: 1.2rem;
    margin-top: 5px;
    text-align: center;
}

.chat_msg .name_break {
    display: none;
}

.chat_msg .msg_chara {
    width: auto;
    margin-left: 3%;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.chat_msg .msg_chara .balloon_msg {
    position: relative;
    padding: 20px;
    background-color: #FFF;
    border: 2px solid #ccc;
    min-width: 100%;
    max-width: 696px;
    color: #555;
    border-radius: 10px;
}

.chat_msg .msg_chara .balloon_msg p {
    display: none;
}

/*.chat_msg .msg_chara .balloon_msg p.bookimg {
    width: 90%;
}*/

.chat_msg .msg_chara .balloon_msg:before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: -15px;
    top: 26%;
    border-right: 15px solid #ccc;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.chat_msg .msg_chara .balloon_msg:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: -12px;
    top: 26%;
    border-right: 15px solid #FFF;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

/*タブレット用*/
@media screen and (min-width:641px) and (max-width:768px) {
    .chat_msg .name_break {
        display: block;
    }
}

/*スマホ用*/
@media screen and (max-width: 640px) {
    .chat_msg .img_chara {
        width: 20%;
    }

    .chat_msg .msg_chara {
        width: 75%;
        margin-left: 5%;
        justify-content: stretch;
    }

    .chat_msg .name_chara {
        font-size: 1rem;
    }

    .chat_msg .name_break {
        display: block;
    }

    .chat_msg .msg_chara .balloon_msg {
        padding: 15px;
    }

    .chat_msg .msg_chara .balloon_msg:before {
        top: 22%;
    }

    .chat_msg .msg_chara .balloon_msg:after {
        top: 22%;
    }
}

/* 自分のふきだし */
.chat_msg_myself {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    box-sizing: border-box;
    justify-content: flex-end;
}

.chat_msg_myself .msg_chara {
    width: auto;
    margin-left: 3%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.chat_msg_myself .msg_chara .balloon_msg {
    position: relative;
    padding: 20px;
    border: none;
    min-width: 100%;
    max-width: 100%;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.08) 3px 3px 3px;
    box-sizing: border-box;
}

/*スマホ用*/
@media screen and (max-width: 640px) {
    .chat_msg_myself .msg_chara {
        margin-left: 5%;
        justify-content: stretch;
    }

    .chat_msg_myself .msg_chara .balloon_msg {
        padding: 15px;
    }
}

/*スマホ用*/
@media screen and (max-width: 450px) {
    /*.chat_msg .msg_chara .balloon_msg p.bookimg {
        width: 80%;
    }*/
}

/* ＝＝＝＝＝＝＝メッセージ枠-end＝＝＝＝＝＝＝＝ */
/* ＝＝＝＝＝＝＝選択ボタン＝＝＝＝＝＝＝＝ */
.choicebox {
    width: 87%;
    margin-left: 13%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    box-sizing: border-box;
    padding: 15px;
    gap: 15px;
    border-radius: 20px;
}

/*スマホ用*/
@media screen and (max-width: 640px) {
    .choicebox {
        margin-bottom: 20px;
        gap: 10px;
    }
}

.choicebtn {
    display: none;
}

.choicebox label {
    cursor: pointer;
    text-align: center;
    font-size: 2rem;
    color: #554f4e;
    line-height: 1.1;
    background-color: #fff;
    border-radius: 10px;
    border: 2px solid #ccc;
    padding: 10px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    box-shadow: 0 -4px 0 0 #E4E4E4 inset;
}

/*タブレット用*/
@media screen and (max-width: 768px) {
    .choicebox label {
        font-size: 1.8rem;
    }
}

/*スマホ用640px*/
@media screen and (max-width: 640px) {
    .choicebox label {
        font-size: 1.6rem;
        padding: 5px 5px 10px;
        box-shadow: 0 -2px 0 0 #E4E4E4 inset;
    }
    #m_plan label {
        font-size: 1.4rem;
    }
}

/*スマホ用450px*/
@media screen and (max-width: 450px) {
    .choicebox label {
        font-size: 1.6rem;
    }
    #m_plan .line2_sp{
        width: 100%;
        line-height: 1.3;
    }
}

/*スマホ用360px*/
@media screen and (max-width: 375px) {
    .choicebox label {
        font-size: 1.4rem;
    }
}

/*3行*/
.line3 {
    width: calc(34% - 15px);
    height: 75px;
}

@media screen and (max-width: 640px) {
    .line3_sp {
        width: calc(34% - 10px);
    }
}
/*3行-end*/

/*2行*/
.line2 {
    width: calc(50% - 7.5px);
    height: 75px;
}

@media screen and (max-width: 640px) {
    .line2_sp {
        width: calc(50% - 2%);
        height: 60px;
    }
}

/*2行-end*/

/*1行*/
.line1 {
    width: calc(100%);
    margin-bottom: 1%;
    height: 60px;
}

@media screen and (max-width: 640px) {
    .line1_sp {
        width: calc(100%);
        height: 60px;
    }
}

/*1行-end*/


/* ＝＝＝＝＝＝＝選択ボタン-end＝＝＝＝＝＝＝＝ */

/*****お名前とフリガナ用*****/
.name_list {
    display: flex;
    box-sizing: border-box;
    margin-right: 10px;
}

.name_list li {
    margin-right: 15px;
    width: 50%;
}

.name_list li:last-of-type {
    margin-right: 0;
}

/*****お名前とフリガナ用-end*****/

/*****住所用*****/
input[type=text],
input[type=email],
input[type=tel] {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    border: 1px #a9a6a4 solid;
    font-size: 1.6rem;
    box-sizing: border-box;
}

.dl_detail {
    width: 70%;
    margin-left: 27%;
    margin-bottom: 20px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.08) 3px 3px 3px;
    padding: 1.5%;
}

.dl_detail .dl_detail_dd {
    font-size: 2rem;
}

@media screen and (max-width: 640px) {
    .dl_detail {
        width: auto;
        margin-left: auto;
        padding: 10px;
    }

    .dl_detail .dl_detail_dd {
        font-size: 1.8rem;
    }
}

.add_title {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 1.4rem;
}

/*****住所用-end*****/

.div_detail {
    border-radius: 15px;
    padding: 15px 15px 15px;
    margin-bottom: 15px;
}

.div_detail p {
    font-size: 1.4rem;
    line-height: 1.4;
}

.div_detail ul {
    margin: 0 0 0 2rem;
}

.div_detail li {
    list-style: disc;
    font-size: 1.4rem;
    line-height: 2rem;
}

@media screen and (max-width: 375px) {
    .div_detail p {
        font-size: 1.2rem;
        line-height: 1.2;
    }

    .div_detail li {
        font-size: 1.2rem;
        line-height: 1.5rem;
    }
}

/* ＝＝＝＝＝＝＝記入欄等-end＝＝＝＝＝＝＝＝ */
/* ＝＝＝＝＝＝＝次へボタン＝＝＝＝＝＝＝＝ */
/*初期非表示*/
.btn {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.btn.btnfixed {
    margin: auto;
    box-sizing: border-box;
}

.btn .to_btn {
    cursor: pointer;
    background-color: transparent;
    padding: 15px;
    border: solid 2px #e85e5e;
    color: #fff;
    background-color: #e85e5e;
    border-radius: 10px;
    display: inline-block;
    max-width: 300px;
    width: 100%;
    /*height: 60px;*/
    font-size: 3rem;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.btn .to_btn span {
    display: block;
    font-size: 1.6rem;
}

.largebtn::after {
    content: "";
    animation: largebtn 3s cubic-bezier(0.25, 0, 0.25, 1) infinite;
    background-color: #fff;
    width: 140%;
    height: 100%;
    transform: skewX(-45deg);
    top: 0;
    opacity: 0.5;
    position: absolute;
}

.largebtn.cfma::after {
    animation: none;
    opacity: 0;
}

/* 光の動き */
@keyframes largebtn {
    0% {
        left: -160%;
        opacity: 0;
    }

    70% {
        left: -160%;
        opacity: 0.5;
    }

    71% {
        left: -160%;
        opacity: 1;
    }

    100% {
        left: -20%;
        opacity: 0;
    }
}

.btn .nonext {
    pointer-events: none !important;
    color: #a3a9aa !important;
    border: solid 2px #a3a9aa !important;
    background-color: #f5f5f5 !important;
    box-shadow: none !important;
}

button.submit.nonext .button {
    background-image: none;
}

/*タブレット用*/
@media screen and (min-width:641px) and (max-width:960px) {
    .btn .nonext {
        pointer-events: none;
        color: #a3a9aa;
        border: solid 2px #a3a9aa;
        background-color: #f5f5f5;
        box-shadow: none;
    }
}

/*スマホ用*/
@media screen and (max-width: 640px) {
    .btn {
        margin-top: 15px;
    }

    .btn .nonext {
        pointer-events: none;
        color: #a3a9aa;
        border: solid 2px #a3a9aa;
        background-color: #f5f5f5;
        box-shadow: none;
    }
}

/* ＝＝＝＝＝＝＝次へボタン-end＝＝＝＝＝＝＝＝ */
/* ＝＝＝＝＝＝＝送信ボタン＝＝＝＝＝＝＝＝ */
button.submit {
    cursor: pointer;
    color: #FFF;
    box-sizing: border-box;
    width: 100%;
    max-width: 450px;
    padding: 5px;
    background: #c30506;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: 0px 8px 0px 0px #710000;
    text-decoration: none;
    z-index: 999;
}

button.submit .button {
    display: block;
    font-size: 3.6rem;
    font-weight: bold;
    padding: 5px 0 5px 15px;
}

button .agreetxt {
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
}

button.submit .button br.break {
    display: none;
}

.before_submit_txt {
    color: #c92209;
    font-size: 1.4rem;
    margin-top: 15px;
    background-color:#fff;
    padding:2px 3px;
}

/* 光らせるためのstyle */
.shine {
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

/* 光の疑似要素 */
.shine::before {
    content: "";
    animation: shine 3s cubic-bezier(0.25, 0, 0.25, 1) infinite;
    background-color: #fff;
    width: 140%;
    height: 100%;
    transform: skewX(-45deg);
    top: 0;
    left: -160%;
    opacity: 0.5;
    position: absolute;
}

/* 光の疑似要素 */
.nonext.shine::before {
    animation: none;
}

/* 光の動き */
@keyframes shine {
    0% {
        left: -160%;
        opacity: 0;
    }

    70% {
        left: -160%;
        opacity: 0.5;
    }

    71% {
        left: -160%;
        opacity: 1;
    }

    100% {
        left: -20%;
        opacity: 0;
    }
}

button.close {
    cursor: pointer;
    color: #333;
    box-sizing: border-box;
    width: 100%;
    max-width: 200px;
    padding: 0 10px;
    background: #fff;
    border: 2px solid #333;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    text-decoration: none;
}

button.close .button {
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 100%;
    padding: 15px 15px 15px;
}

/*タブレット用*/
@media screen and (min-width:641px) and (max-width:1024px) {
    button.submit .button {
        background-size: 60px;
    }

    button.submit .button br.break {
        display: block;
    }
}

/*スマホ用*/
@media screen and (max-width: 640px) {
    button.submit {
        padding: 10px;
    }

    button.submit .button {
        font-size: 2.8rem;
        padding: 0;
    }

    button .agreetxt {
        font-size: 1.4rem;
        font-weight: bold;
    }

    button.submit .button br.break {
        display: block;
    }

    button.close .button {
        font-size: 1.6rem;
        padding: 15px 15px 15px;
    }
}

/*スマホ用*/
@media screen and (max-width: 440px) {
    button.submit .button {
        font-size: 2.8rem;
        padding: 5px 0 5px 15px;
        background-size: 50px;
    }

    .before_submit_txt {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 360px) {
    button.submit .button {
        font-size: 2.6rem;
    }
}



/* ＝＝＝＝＝＝＝ 202407 申込ボタン追従  ＝＝＝＝＝＝＝＝ */

.wrap_btn_pursue {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.btn_pursue {
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    bottom: 40px;
    width: 100%;
    max-width: 450px;
    z-index: 999;
}

.button_completion {
    display: block;
    font-size: 3.6rem;
    font-weight: bold;
    padding: 15px 0 15px 0;
}

/* フェイドアップ */

.fadeup {
    animation-name: fadeup_anime;
    animation-delay: 2s;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeup_anime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*スマホ用*/
@media screen and (max-width: 640px) {
    .btn_pursue {
        max-width: 460px;
    }

    .button_completion {
        font-size: 2.6rem;
        padding: 10px 0 10px 0;
    }
}

/*スマホ用*/
@media screen and (max-width: 450px) {
    .btn_pursue {
        max-width: 340px;
    }
}

/*スマホ用*/
@media screen and (max-width: 375px) {

    .btn_pursue {
        max-width: 320px;
        bottom: 5px;
    }
}

/*スマホ用*/
@media screen and (max-width: 320px) {

    .btn_pursue {
        max-width: 290px;
    }
}

/* ＝＝＝＝＝＝＝ 202407 申込ボタン追従-end  ＝＝＝＝＝＝＝＝ */
/* ＝＝＝＝＝＝＝送信ボタン-end＝＝＝＝＝＝＝＝ */

/* ＝＝＝＝＝＝＝ 「ご利用規約」および「プライバシーポリシー」 ＝＝＝＝＝＝＝＝ */
.privacy_terms p {
    text-align: center;
    margin-top: 10px;
}

.privacy_terms .terms {
    width: 100%;
    box-sizing: border-box;
    line-height: 1.5em;
    color: #3c2b23;
    height: 120px;
    padding: 20px;
}

@media screen and (max-width: 640px) {
    .privacy_terms p {
        font-size: 1.15rem;
        line-height: 1.8em;
        text-align: left;
    }

    .privacy_terms .terms {
        height: 60px;
        padding: 10px 5px;
    }
}

.agreement {
    box-sizing: border-box;
    height: 100px;
    width: 100%;
    overflow-y: scroll;
    border: 1px solid #ccc;
    font-size: 1.2rem;
    padding: 10px 15px;
    background-color: white;
}

.agreement p {
    text-align: left;
}

.agreement dt {
    font-weight: bold;
    margin: 10px 0 5px 0;
}

.agreement ul {
    list-style-position: inside;
}

.agreement li {
    text-indent: -1em;
    padding-left: 1em;
}

.agreement dl {
    margin-bottom: 2em;
}

.privacy_terms>p {
    font-size: 2rem;
    margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
    .privacy_terms>p {
        font-size: 1.5rem;
        margin-bottom: 5px;
        text-align: center;
    }
}

/* ＝＝＝＝＝＝＝ 「ご利用規約」および「プライバシーポリシー」-end ＝＝＝＝＝＝＝＝ */

/* ＝＝＝＝＝＝＝ 202410 会社選択デザイン ＝＝＝＝＝＝＝＝ */

.height100 {
    min-height: 100vh;
}

.company_contents {
    display: flex;
    position: relative;
    width: 100%;
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    background-color: #fff;
    box-sizing: border-box;
}

.company_contents.ver-pickup {
    background-color: #F8F5EE;
}

.company_contents:last-child {
    border-bottom: 1px solid #CCC;
}

.pickup-company {
    position: absolute;
    top: 0;
    right: 0;
    width: 75px;
    height: 75px;
    overflow: hidden;
}

.pickup_txt {
    display: inline-block;
    position: absolute;
    padding: 5px 0 2px;
    left: -30px;
    top: 14px;
    width: 160px;
    text-align: center;
    font-size: 1.3rem;
    line-height: 16px;
    background: #E97028;
    color: #E3F216;
    letter-spacing: 0.05em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: 0 0 0 2px rgb(233, 112, 40);
    border-top: dashed 1px rgba(255, 255, 255, 1);
    border-bottom: dashed 1px rgba(255, 255, 255, 1);
}

.company_check {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 6%;
    background-color: #F9F1F1;
    box-sizing: border-box;
}

.ver-pickup .company_check {
    background-color: #E97028;
}

.company_check input[type="checkbox"] {
    position: relative;
    width: 30px;
    height: 30px;
    border: 2px solid #767676;
    margin: 0 7px;
    background-color: #fff;
    vertical-align: -5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.company_check input[type="checkbox"]:checked:before {
    position: absolute;
    top: 1px;
    left: 8px;
    transform: rotate(50deg);
    width: 8px;
    height: 16px;
    border-right: 3px solid #767676;
    border-bottom: 3px solid #767676;
    content: '';
}

.company_item {
    width: 94%;
    padding: 15px;
    box-sizing: border-box;
}

.company_item.realtor {
    background-color:#f4fafc;
}

.company_item-top {
    display: flex;
    box-sizing: border-box;
}

.company_item-bottom {
    display: flex;
    box-sizing: border-box;
}

.company_item_img {
    display: flex;
    align-items: center;
    width: 23%;
    max-width: 120px;
    margin-right: 10px;
    box-sizing: border-box;
}

.company_item_img .company-img {
    width: 100%;
    max-height: 140px;
    object-fit: cover;
    font-family: 'object-fit: cover;'
}

.company_item_detail {
    width: 100%;
    box-sizing: border-box;
}

.company_item_detail h2 {
    color: #555;
    font-size: 1.8rem;
    line-height: 1.3;
    font-weight: bold;
}

.ver-pickup .company_item_detail h2 {
    width: 75%;
}

.company_item_detail_info {
    margin-top: 5px;
    box-sizing: border-box;
}

.normal_detail_info {
    width: 100%;
}

.company_info-txt {
    width: 100%;
    margin-bottom: 3px;
}

.company_info-txt p {
    font-size: 1.6rem;
}

.company_info {
    display: flex;
    gap: 5px;
    align-items: flex-end;
    justify-content: flex-end;
    width: 8%;
    padding: 0;
    box-sizing: border-box;
}

.company_info .modallink {
    width: 100%;
    max-width: 35px;
    vertical-align: bottom;
    cursor: pointer;
    padding-top: 15px;
    z-index: 2;
}

/*タブレット用*/
@media screen and (min-width:641px) and (max-width:768px) {

    .pickup_txt {
        padding: 5px 2px 2px;
        left: -28px;
        top: 10px;
        font-size: 1.1rem;
    }

    .company_check input[type="checkbox"]:checked:before {
        top: 2px;
        left: 7px;
        width: 6px;
        height: 12px;
        border-right: 2px solid #767676;
        border-bottom: 2px solid #767676;
    }

    .company_check input[type="checkbox"] {
        width: 25px;
        height: 25px;
    }

    .company_item_detail h2 {
        font-size: 1.6rem;
    }

    .ver-pickup .company_info-txt {
        width: 95%;
    }

    .shop_part li {
        max-width: 44px;
        margin-right: 5px;
    }

    .shop_part li img.part_icon {
        max-width: 44px;
    }

    .company_info-txt p {
        font-size: 1.4rem;
    }

    .company_info .modallink {
        max-width: 35px;
    }
}

/*スマホ用*/
@media screen and (max-width: 640px) {
    .pickup_txt {
        padding: 4px 1px 1px 36px;
        left: -45px;
        top: 2px;
        width: 160px;
        font-size: 1rem;
        line-height: 14px;
    }

    .company_check input[type="checkbox"] {
        width: 20px;
        height: 20px;
    }

    .company_check input[type="checkbox"]:checked:before {
        position: absolute;
        top: 2px;
        left: 5px;
        width: 5px;
        height: 10px;
        border-right: 2px solid #767676;
        border-bottom: 2px solid #767676;
    }

    .company_item {
        padding: 10px;
    }

    .company_item_img {
        width: 45%;
        margin-right: 5px;
    }

    .company_item_detail h2 {
        font-size: 1.5rem;
    }

    .normal_detail_info {
        width: 100%;
    }

    .ver-pickup .company_info-txt {
        width: 90%;
    }

    .shop_part {
        width: 100%;
    }

    .company_info-txt {
        width: 100%;
    }

    .company_info-txt p {
        font-size: 1.3rem;
    }

    .company_info {
        width: 11%;
    }

    .company_info .modallink {
        max-width: 35px;
    }

    .shop_part li {
        max-width: 38px;
        margin-right: 5px;
        margin-top: 5px;
    }

    .shop_part li img.part_icon {
        max-width: 38px;
    }
}

/*スマホ用*/
@media screen and (max-width: 440px) {

    .company_check {
        width: 8%;
    }

    .company_check input[type="checkbox"] {
        margin: 0 5px;
    }

    .company_item_detail_info {
        margin-top: 0;
    }

    .normal_detail_info {
        width: 100%;
    }

    .shop_part {
        width: 100%;
    }

    .company_info-txt {
        width: 100%;
        margin-bottom: 1px;
    }

    .company_info-txt p {
        font-size: 1.3rem;
    }

    .company_info {
        width: 15%;
    }

    .company_info .modallink {
        width:30px;
        max-width: 30px;
    }
}


/*スマホ用*/
@media screen and (max-width: 375px) {
    .height100 {
        min-height: 100vh;
    }

    .shop_part li {
        max-width: 35px;
    }

    .shop_part li img.part_icon {
        max-width: 35px;
    }

    .normal_detail_info {
        width: 100%;
    }

    .shop_part {
        width: 100%;
    }

    .company_info-txt {
        width: 100%;
    }

    .company_info {
        width: 15%;
    }

    .company_info .modallink {
        width:30px;
        max-width: 30px;
    }
}

/* ＝＝＝＝＝＝＝ 202410 会社選択デザイン-end  ＝＝＝＝＝＝＝＝ */

/* ＝＝＝＝＝＝＝ モーダルショップ ＝＝＝＝＝＝＝＝ */

#modal_close {
    margin-top: 10px;
    cursor: pointer;
}

#modal-overlay {
    z-index: 4;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba(0, 0, 0, 0.75);
}

#modal-shop {
    background-color: #fff;
    position: absolute;
    width: 80%;
    height: 90vh;
    margin: 0;
    padding: 0;
    z-index: 5;
    display: none;
    text-align: center;
    z-index: 10000;
}

#modal-shop iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

#modal-shop #modal_close_box {
    position: absolute;
    bottom: 60px;
    width: 100%;
}

#modal-shop #modal_close_box #modal_close {
    padding: 15px;
    margin: 0 auto;
    width: 30%;
    background-color: #000;
    color: #fff;
    opacity: 0.7;
    font-size: 14px;
    border-radius: 8px;
    cursor: pointer;
}

@media screen and (max-width:640px) {
    #modal-shop {
        width: 100%;
        height: 100%;
    }
}

/* ＝＝＝＝＝＝＝ モーダルショップ-end ＝＝＝＝＝＝＝＝ */

/* 初期表示 */
.initial_msg p {
    display: block !important;
}

/*初期非表示*/
.hide,
.delay_part {
    display: none;
}