@charset "utf-8";

/* ▼▼▼▼▼▼　入力画面　▼▼▼▼▼▼ */

/* ＝＝＝＝＝＝＝メッセージ＝＝＝＝＝＝＝＝ */

.character_msg {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 780px;
    margin: 0 auto 30px;
}

.character_msg_img {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 120px;
    width: 100%;
    margin-right: 30px;
}

.character_msg_img img {
    width: 100%;
    max-width: 120px;
    max-height: 120px;
    border-radius: 50%;
    background-size: 120px 120px;
}


.character_msg_bubble {
    position: relative;
    padding: 20px 15px;
    background-color: #FFF;
    border: 2px solid #ccc;
    width: 65%;
    border-radius: 20px;
}

.character_msg_bubble: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;
}

.character_msg_bubble.frist_bubble:before {
    top: 35%;
}

.character_msg_bubble: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;
}

.character_msg_bubble.frist_bubble:after {
    top: 35%;
}

/**/
#conf_character_msg .character_msg_bubble:before {
    top: 35%;
}

#conf_character_msg .character_msg_bubble:after {
    top: 35%;
}

.character_msg_bubble p {
    font-size: 2rem;
    text-align: left;
    line-height: 1.4;
    letter-spacing: .1rem;
    margin-bottom: 10px;
}

.character_msg_bubble.msg_comple p {
    font-size: 1.8rem;
    text-align: left;
    line-height: 1.4;
    letter-spacing: .1rem;
    margin-bottom: 10px;
}

.character_msg_bubble p:last-of-type {
    margin-bottom: 0;
}

.character_msg_bubble.msg_comple p p:last-of-type {
    margin-bottom: 0;
}

.character_msg_bubble p em {
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 600;
    color: #0F8FF1;
}

.character_msg_bubble p .txt_spe {
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    color: #d81724;
}

.character_msg_bubble p .s_f {
    display: block;
    font-size: 1.4rem;
    padding-left: 1em;
    text-indent: -1em;
    margin-top:5px;
}

.character_msg_bubble .property_pro {
    margin-top: 15px;
}

.character_msg_bubble.msg_comple p em {
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 600;
    color: #0F8FF1;
}

@media screen and (max-width: 640px) {

    .character_msg_bubble p {
        font-size: 1.8rem;
    }

    .character_msg_bubble p br.break {
        display: none;
    }
}

@media screen and (max-width: 440px) {

    .character_msg_img {
        justify-content: start;
        max-width: 100px;
        margin-right: 0;
    }

    .character_msg_img img {
        max-width: 80px;
        max-height: 80px;
    }

    .character_msg_bubble {
        padding: 10px 15px;
        width: 100%;
    }

    .character_msg_bubble p {
        font-size: 1.6rem;
        line-height: 1.3;
    }

    .character_msg_bubble p em {
        font-size: 2rem;
    }

    .character_msg_bubble p .txt_spe {
        font-size: 1.6rem;
    }
    
    .character_msg_bubble p .s_f {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 375px) {
    .character_msg_img {
        max-width: 95px;
    }

    .character_msg_bubble:before {
        left: -13px;
        border-right: 13px solid #ccc;
        border-top: 13px solid transparent;
        border-bottom: 13px solid transparent;
    }

    .character_msg_bubble:after {
        left: -10px;
        border-right: 13px solid #FFF;
        border-top: 13px solid transparent;
        border-bottom: 13px solid transparent;
    }

    .character_msg_bubble p {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 360px) {

    .character_msg_bubble {
        padding: 10px;
    }

    .character_msg_bubble p {
        font-size: 1.4rem;
    }

    .character_msg_bubble p em {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 320px) {
    .character_msg_bubble p {
        font-size: 1.3rem;
    }
}


/* ＝＝＝＝＝＝＝フォーム枠＝＝＝＝＝＝＝＝ */

.form_table {
    width: 100%;
    margin-bottom: 30px;
}

.form_table table,
.form_table td {
    border-collapse: collapse;
    width: 100%;
}

.form_table th {
    display: block;
    width: 100%;
    text-align: left;
    background-color: #eeebeb;
    border-left: 8px solid #5D4848;
    padding: 10px 20px;
    vertical-align: middle;
    font-weight: 500;
    position: relative;
    font-size: 2rem;
    line-height: 1.5em;
    word-break: break-all;
}

.form_table th span {
    /*position: absolute;*/
    margin-left: 5px;
    background-color: #EF4848;
    color: #fff;
    border-radius: 10px;
    font-size: 1.4rem;
    padding: 3px 8px;
}

.form_table th span:after {
    content: "必須";
}

.form_table th span.ok {
    background-color: #0F8FF1 !important;
    padding: 3px 8px;
}

.form_table th span.ok:after {
    content: "OK";
}

.form_table th span.anycolor {
    background-color: #3475b2 !important;
}

.form_table th span.any {
    background-color: #0F8FF1;
}

.form_table th span.any:after {
    content: "任意";
}

.form_table td {
    display: block;
    width: 100%;
    text-align: left;
    padding: 30px 15px 60px;
    vertical-align: middle;
    word-break: break-all;
}

@media screen and (max-width: 640px) {

    .form_table {
        margin-bottom: 20px;
    }

    .form_table th {
        padding: 10px 10px;
        font-size: 1.5rem;
    }

    .form_table td {
        padding: 20px 15px 40px;
    }

    .form_table th span {
        border-radius: 6px;
    }
}

/* ＝＝＝＝＝＝＝選択ボタン＝＝＝＝＝＝＝＝ */

.choicebox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.choicebox:after {
    display: block;
    content: "";
    width: calc(33% - 1.333%);
}

.choicebox.line3_sale-sched {
    display: flex;
    justify-content: flex-start;
}

.line3_proptype li {
    width: calc(33% - 1.333%);
}

.line3 li {
    width: calc(33% - 1.333%);
}

.line3_pricerange li {
    width: calc(33% - 1.333%);
    margin-bottom: 2%;
}

.line3_pricerange li:nth-of-type(n+10) {
    margin-bottom: 0;
}

.line3_madoritype li {
    width: calc(33% - 1.333%);
    margin-bottom: 2%;
}

.line3_madoritype li:nth-of-type(n+4) {
    margin-bottom: 0;
}

.line3_tubotype li {
    width: calc(33% - 1.333%);
    margin-bottom: 2%;
}

.line3_tubotype li:nth-of-type(n+10) {
    margin-bottom: 0;
}

.line3_sale-sched li {
    width: calc(33% - 1.333%);
    margin-right: 20px;
}

.choicebox input {
    display: none;
}

.line3_proptype label {
    display: flex !important;
    justify-content: center;
    align-items: flex-end;
    width: 100% !important;
    height: 160px;
    background-color: #fff;
    border-top: 1px solid #928F8D;
    border-left: 1px solid #928F8D;
    border-right: 1px solid #928F8D;
    border-bottom: 2px solid #928F8D;
    padding: 20px 15px !important;
    font-size: 1.8rem !important;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: 38%;
    background-position: top 20px center;
    cursor: pointer;
}

.line3 label {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 100% !important;
    height: 70px;
    background: #fff;
    border-top: 1px solid #928F8D;
    border-left: 1px solid #928F8D;
    border-right: 1px solid #928F8D;
    border-bottom: 2px solid #928F8D;
    padding: 20px 15px !important;
    font-size: 1.8rem !important;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    cursor: pointer;
}

.line3_pricerange label {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 100% !important;
    height: 70px;
    background: #fff;
    border-top: 1px solid #928F8D;
    border-left: 1px solid #928F8D;
    border-right: 1px solid #928F8D;
    border-bottom: 2px solid #928F8D;
    padding: 20px 15px !important;
    font-size: 2rem !important;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    cursor: pointer;
}

.line3_pricerange label br {
    display: none;
}

.line3_pricerange label span {
    font-size: 1.4rem !important;
}

.line3_madoritype label {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 100% !important;
    height: 70px;
    background: #fff;
    border-top: 1px solid #928F8D;
    border-left: 1px solid #928F8D;
    border-right: 1px solid #928F8D;
    border-bottom: 2px solid #928F8D;
    padding: 20px 15px !important;
    font-size: 1.8rem !important;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    cursor: pointer;
}

.line3_madoritype label br {
    display: none;
}

.line3_madoritype label span {
    font-size: 1.4rem !important;
}

.line3_tubotype label {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 100% !important;
    height: 70px;
    background: #fff;
    border-top: 1px solid #928F8D;
    border-left: 1px solid #928F8D;
    border-right: 1px solid #928F8D;
    border-bottom: 2px solid #928F8D;
    padding: 20px 15px !important;
    font-size: 1.8rem !important;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    cursor: pointer;
}

.line3_tubotype label br {
    display: none;
}

.line3_tubotype label span {
    font-size: 1.4rem !important;
}

.line3_sale-sched label {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 100% !important;
    height: 70px;
    background: #fff;
    border-top: 1px solid #928F8D;
    border-left: 1px solid #928F8D;
    border-right: 1px solid #928F8D;
    border-bottom: 2px solid #928F8D;
    padding: 20px 15px !important;
    font-size: 1.8rem !important;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    cursor: pointer;
}

.line3_sale-sched label br {
    display: none;
}

.line3_sale-sched label span {
    font-size: 1.4rem !important;
}

.choicebox label:hover {
    background-color: #f5f5f5;
}

.choicebox label span {
    display: contents;
    /*font-size: 1.3rem;*/
}

.choicebox input:checked+label {
    background-color: #f0e60f;
    border-top: 2px solid #5D4848;
    border-left: 1px solid #5D4848;
    border-right: 1px solid #5D4848;
    border-bottom: 1px solid #5D4848;
}

/*お住いのタイプ*/
.bg_house {
    background-image: url(../images/inquiry/bg_house.svg);
}

.bg_apartment {
    background-image: url(../images/inquiry/bg_apartment.svg);
}

.bg_land {
    background-image: url(../images/inquiry/bg_land.svg);
}

#prefcity_area {
    display: none;
}

#area_confirm {
    display: none;
}
.genre_readonly{
    pointer-events: none;
}

#next1{
    display: none;
}

#next2{
    display: none;
}

#tr_madori {
    display: none;
}

#tr_budget {
    display: none;
}

#tr_tubo{
    display: none;
}

#tr_remarks{
    display: none;
}

#tr_confirm{
    display: none;
}

.f_proptype {
    margin-bottom: 15px;
}

.f_proptype p {
    font-size: 1.8rem;
}

/*一つ以上選択してください*/
.proptype_act {
    color: #f80d0d;
    font-size: 1.6rem;
    font-weight: 500;
    margin-top: 5px;
}

.proptype_act i {
    color: #f80d0d;
    margin-right: 3px;
}

@media screen and (max-width: 1400px) {
    .choicebox label {
        font-size: 1.8rem !important;
    }
}

@media screen and (max-width: 1024px) {
    .line3_proptype label {
        background-size: 35%;
    }
}

@media screen and (max-width: 960px) {
    .choicebox label:hover {
        background-color: transparent;
    }
}

@media screen and (max-width: 820px) {
    .line3_proptype label {
        background-size: 40%;
    }
}

@media screen and (max-width: 700px) {
    .line3_proptype label {
        background-size: 50%;
    }
}

@media screen and (max-width: 640px) {
    .line3_proptype label {
        height: 140px;
        padding: 15px 10px !important;
        background-size: 40%;
        font-size: 1.8rem !important;
    }

    .line3_pricerange label {
        font-size: 1.8rem !important;
    }

    .line3_madoritype label {
        font-size: 1.8rem !important;
    }

    .line3_tubotype label {
        font-size: 1.8rem !important;
    }

    .line3_sale-sched label {
        font-size: 1.8rem !important;
    }

    .choicebox label {
        padding: 15px 10px !important;
        font-size: 1.8rem !important;
    }

    .line3_pricerange label br {
        display: block;
    }

    .line3_pricerange label span {
        font-size: 1.2rem !important;
    }

    .line3_madoritype label br {
        display: block;
    }

    .line3_madoritype label span {
        font-size: 1.2rem !important;
    }

    .line3_tubotype label br {
        display: block;
    }

    .line3_tubotype label span {
        font-size: 1.2rem !important;
    }

    .f_proptype p {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 500px) {
    .line3_proptype label {
        height: 120px;
    }

    .choicebox.line3_sale-sched {
        display: flex;
        justify-content: space-between;
    }

    .line3_sale-sched li {
        width: calc(50% - 1.333%);
        margin-right: 0;
    }
}

@media screen and (max-width: 440px) {
    .line3_proptype label {
        height: 110px;
        background-size: 38%;
        font-size: 1.7rem !important;
    }

    .line3_sale-sched label {
        height: 60px font-size: 1.7rem !important;
    }

    .choicebox label {
        font-size: 1.7rem !important;
    }

    .proptype_act {
        font-size: 1.4rem;
    }

    .f_proptype {
        margin-bottom: 15px;
    }

    .f_proptype p {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 393px) {
    .line3_proptype label {
        height: 100px;
    }
}

@media screen and (max-width: 375px) {
    .line3_proptype label {
        font-size: 1.6rem !important;
    }

    .choicebox label {
        font-size: 1.6rem !important;
    }

    .f_proptype p {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 360px) {
    .line3_proptype label {
        height: 95px;
        font-size: 1.4rem !important;
    }

    .choicebox label {
        font-size: 1.4rem !important;
    }
}

@media screen and (max-width: 320px) {
    .choicebox label {
        font-size: 1.2rem !important;
        padding: 10px 5px !important;
    }
}

.form-section {
    display: none;
}

.form-section:first-of-type {
    display: block;
}

/* ＝＝＝＝＝＝＝物件のエリア＝＝＝＝＝＝＝＝ */

.btn_proparea {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100px;
    border-radius: 10px;
    padding: 20px 15px;
    margin-bottom: 20px;
    background-color: #fff;
    border-top: 1px solid #928F8D;
    border-left: 1px solid #928F8D;
    border-right: 1px solid #928F8D;
    border-bottom: 2px solid #928F8D;
    cursor: pointer;
}

.btn_proparea:last-of-type {
    margin-bottom: 0;
}

.btn_proparea:hover {
    background-color: #f5f5f5;
}

.btn_proparea::before,
.btn_proparea::after {
    position: absolute;
    right: calc(3.6em - 1.5px);
    width: 3px;
    height: 18px;
    border-radius: 1px;
    background-color: #5D4848;
    content: '';
}

.btn_proparea::before {
    transform: rotate(90deg);
}

.choice_proparea_txt {
    display: block;
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 500;
    color: #5D4848;
    max-width: 90%;
}

.display_proparea_txt {
    display: block;
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 300;
    text-align: left;
    color: #5D4848;
    max-width: 90%;
}

.display_proparea_txt em {
    font-style: normal;
    font-weight: 600;
    font-size: 2rem;
}

@media screen and (max-width: 640px) {

    .choice_proparea_txt,
    .display_proparea_txt,
    .display_proparea_txt em {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 440px) {
    .btn_proparea {
        height: 90px;
        padding: 10px;
    }

    .btn_proparea::before,
    .btn_proparea::after {
        right: calc(1.8em - 1.5px);
    }

    .choice_proparea_txt,
    .display_proparea_txt,
    .display_proparea_txt em {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 360px) {

    .choice_proparea_txt,
    .display_proparea_txt,
    .display_proparea_txt em {
        font-size: 1.4rem;
    }
}

/* ＝＝＝＝＝＝＝modal物件のエリア(大枠)＝＝＝＝＝＝＝＝ */
.modal_are {}

/* モーダルを開くボタン */
.modal_are_trigger {
    cursor: pointer;
}

/* モーダル本体 */
.modal_are_wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
}

.modal_are_layer {
    height: 100%;
    background: rgba(50, 50, 50, .85);
    cursor: pointer;
}

.modal_are_container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(calc(100% - 100px), 700px);
    /*height: calc(100% - 40px);*/
    padding: 20px;
    background: #fff;
}

.modal_are_container.arealist-type {
    height: calc(100% - 40px);
}

.modal_are_inner {
    position: relative;
    overflow-y: scroll;
    height: 100%;
    max-height: 100vh;
    padding: 40px 20px 20px;
}

.modal_are_upitem {
    display: flex;
    justify-content: space-between;
    max-width: 660px;
}

/* 戻るボタン */
.modal_are_back {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 5px;
    background-color: #3a92e8;
    font-size: 2rem;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
}

.back-left_arrow {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: 0.5em;
    height: 0.5em;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    margin-bottom: 3px;
    margin-right: 5px;
    transform: translateX(25%) rotate(-135deg);
}

/* リセットボタン */
.modal_are_reset {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 5px;
    background-color: #fff;
    border: 2px solid #554f4e;
    font-size: 2rem;
    font-weight: 500;
    color: #554f4e;
    cursor: pointer;
}

.modal_are_reset:hover{
    background-color: #f5f5f5;
}

.modal_are_reset i {
    font-size: 1.6rem;
    margin-right: 5px;
}

/* モーダルを閉じるボタン */
.modal_are_close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 32px;
    height: 32px;
    background: rgba(50, 50, 50, 1);
    cursor: pointer;
    transition: opacity .6s;
}

.modal_are_close:hover {
    opacity: 11;
}

.modal_are_close:before,
.modal_are_close:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 1px;
    background: #fff;
    content: '';
}

.modal_are_close:before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.modal_are_close:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

/* モーダル内のコンテンツ */
.modal_are_content {
    position: relative;
}

.arelist_fixed {}

.are_sc {
    position: fixed;
    bottom: 30px;
    left: 40px;
    max-width: 150px;
    padding: 3px 10px;
    background-color: #373737;
    color: #fff;
    text-align: center;
    font-size: 1.6rem;
    z-index: 5;
}

.are_sc span {
    font-size: 2.2rem;
    color: #f0e60f;
    font-weight: 500;
}

button.sc_com {
    position: fixed;
    bottom: 30px;
    right: 55px;
    width: 100%;
    max-width: 140px;
    padding: 10px 10px;
    border-radius: 10px;
    background-color: #d81724;
    border: 1px solid #d81724;
    color: #fff;
    text-align: center;
    font-size: 2.8rem;
    box-shadow: 0px 3px 0px 0px #8e0c14;
    text-decoration: none;
    cursor: pointer;
    z-index: 5;
}


.tit_are_jpmap {
    font-size: 2rem;
    font-weight: 500;
    border-left: 8px solid #5D4848;
    padding: 5px 15px;
}

@media screen and (max-width: 640px) {
    .modal_are_container {
        padding: 0;
    }

    .modal_are_inner {
        padding: 40px 15px 20px;
    }

    /* 戻るボタン */
    .modal_are_back {
        padding: 5px 10px;
        border-radius: 5px;
        font-size: 1.6rem;
    }

    .back-left_arrow {
        margin-bottom: 3px;
        margin-right: 5px;
    }

    /* リセットボタン */
    .modal_are_reset {
        padding: 5px 10px;
        border-radius: 5px;
        font-size: 1.6rem;
    }

    .modal_are_close {
        width: 22px;
        height: 22px;
    }

    .modal_are_close:before,
    .modal_are_close:after {
        width: 12px;
    }

    .are_sc {
        max-width: 120px;
        left: 15px;
        font-size: 1.4rem;
    }

    .are_sc span {
        font-size: 2rem;
    }

    button.sc_com {
        max-width: 130px;
        right: 30px;
        font-size: 2.6rem;
    }

}


/* ＝＝＝＝＝＝＝modal物件のエリア(地図)＝＝＝＝＝＝＝＝ */

/*地図ボタン*/

.choicebtn_are {
    display: none;
}

.choicebox_are label {
    display: flex !important;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-top: 1px solid #928F8D;
    border-left: 1px solid #928F8D;
    border-right: 1px solid #928F8D;
    border-bottom: 2px solid #928F8D;
    padding: 10px 10px !important;
    color: #554f4e;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    cursor: pointer;
}

.choicebox_are label:hover {
    background-color: #f5f5f5;
}

.choicebtn_are:checked+label {
    background-color: #f0e60f;
    border-top: 2px solid #5D4848;
    border-left: 1px solid #5D4848;
    border-right: 1px solid #5D4848;
    border-bottom: 1px solid #5D4848;
}



@media screen and (max-width: 960px) {}

/*タブレット用*/
@media screen and (max-width: 768px) {}

/*スマホ用*/
@media screen and (max-width: 640px) {}

/*地図*/
.jpmap {
    position: relative;
    height: 330px;
    max-height: 330px;
    background-image: url(../images/inquiry/jpmap.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
}

.area_btn {
    position: absolute;
    font-size: 1.4rem !important;
    width: 100%;
    max-width: 70px !important;
    height: 70px;
    line-height: 1.5;
}

.hokaidou_area {
    top: 0;
    right: 10%;
}

.touhoku_area {
    top: 32%;
    right: 15%;
}

.kanto_area {
    top: 60%;
    right: 16%;
}

.hokuriku-koushinetsu_area {
    top: 35%;
    right: 35%;
}

.toukai_area {
    bottom: 5px;
    right: 32%;
}

.kansai_area {
    bottom: 15%;
    left: 43%;
}

.tyugoku_area {
    bottom: 35%;
    left: 32%;
}

.shikoku_area {
    bottom: 0;
    left: 28%;
}

.kyushu-okinawa_area {
    bottom: 15%;
    left: 10%
}

/*タブレット用 790px*/
@media screen and (max-width: 790px) {
    .area_btn {
        font-size: 1.2rem !important;
        max-width: 60px !important;
        height: 60px;
    }

    .touhoku_area {
        top: 30%;
        right: 10%;
    }

    .kanto_area {
        top: 58%;
        right: 17%;
    }

    .toukai_area {
        bottom: 20px;
        right: 31%;
    }

    .kansai_area {
        bottom: 15%;
        left: 39%;
    }

    .tyugoku_area {
        bottom: 38%;
        left: 30%;
    }

    .shikoku_area {
        bottom: 10px;
        left: 23%;
    }

    .kyushu-okinawa_area {
        bottom: 15%;
        left: 8%
    }
}

/*スマホ用 640px*/
@media screen and (max-width: 640px) {
    .modal_are_container {
        width: 95%;
    }

    .area_btn {
        max-width: 58px !important;
        height: 58px;
    }

    .hokaidou_area {
        top: 1%;
        right: 5%;
    }
    
    .touhoku_area {
        top: 32%;
        right: 15%;
    }

    .toukai_area {
        bottom: 10%;
        right: 32%;
    }

    .shikoku_area {
        bottom: 0;
        left: 23%;
    }
}

/*スマホ用 500px*/
@media screen and (max-width: 500px) {

    .touhoku_area {
        top: 28%;
        right: 10%;
    }

    .kanto_area {
        top: 55%;
        right: 10%;
    }

    .hokuriku-koushinetsu_area {
        top: 32%;
        right: 38%;
    }

    .toukai_area {
        bottom: 20%;
        right: 30%;
    }

    .kansai_area {
        bottom: 25%;
        left: 38%;
    }

    .tyugoku_area {
        bottom: 38%;
        left: 20%;
    }

    .shikoku_area {
        bottom: 15%;
        left: 20%;
    }

    .kyushu-okinawa_area {
        bottom: 30%;
        left: -2%;
    }
}

/*スマホ用 450px*/
@media screen and (max-width: 450px) {
    .hokaidou_area {
        top: 1%;
        right: 3%;
    }

    .touhoku_area {
        top: 23%;
        right: 10%;
    }

    .kanto_area {
        top: 45%;
        right: 7%;
    }

    .toukai_area {
        bottom: 25%;
        right: 26%;
    }

    .tyugoku_area {
        bottom: 45%;
        left: 20%;
    }

    .shikoku_area {
        bottom: 15%;
        left: 20%;
    }
}

/*スマホ用 402px*/
@media screen and (max-width: 402px) {
    .hokaidou_area {
        top: 1%;
        right: 5%;
    }

    .touhoku_area {
        top: 23%;
        right: 2%;
    }

    .kanto_area {
        top: 45%;
        right: 8%;
    }

    .toukai_area {
        bottom: 28%;
        right: 28%;
    }

    .kansai_area {
        bottom: 35%;
        left: 35%;
        ;
    }

    .hokuriku-koushinetsu_area {
        top: 22%;
        right: 30%;
    }

    .tyugoku_area {
        bottom: 55%;
        left: 16%;
    }

    .shikoku_area {
        bottom: 20%;
        left: 18%;
    }

    .kyushu-okinawa_area {
        bottom: 35%;
        left: 0;
    }
}

/*スマホ用 375px*/
@media screen and (max-width: 375px) {
    .area_btn {
        max-width: 54px !important;
        height: 54px;
        font-size: 1rem !important;
    }

    .hokaidou_area {
        top: -5%;
        right: 5%;
    }

    .touhoku_area {
        top: 15%;
        right: 2%;
    }

    .kanto_area {
        top: 36%;
        right: 5%;
    }

    .toukai_area {
        bottom: 32%;
        right: 22%;
    }

    .kansai_area {
        bottom: 40%;
        left: 40%;
    }

    .tyugoku_area {
        bottom: 55%;
        left: 18%;
    }

    .shikoku_area {
        bottom: 28%;
        left: 20%;
    }

    .kyushu-okinawa_area {
        bottom: 38%;
        left: -2%
    }
}

/*スマホ用 340px*/
@media screen and (max-width: 340px) {
    .area_btn {
        font-size: 1rem !important;
        max-width: 45px !important;
        height: 45px;
    }

    .hokaidou_area {
        top: 0;
        right: 3%;
    }

    .touhoku_area {
        top:15%;
        right: 8%;
    }

    .kanto_area {
        top: 35%;
        right: 7%;
    }

    .toukai_area {
        bottom: 40%;
        right: 24%;
    }

    .kansai_area {
        bottom: 42%;
        left: 38%;
    }

    .shikoku_area {
        bottom: 38%;
        left: 20%;
    }

    .kyushu-okinawa_area {
        bottom: 40%;
        left: 2%
    }

}

/* ＝＝＝＝＝＝＝都道府県市区町村アコーディオン＝＝＝＝＝＝＝＝ */




.area_title {
    font-size: 1.6rem;
    font-weight: bold;
    margin-left: 10px;
    color: #635c5c;
}

.area_section {
    margin: 0 auto;
    padding: 10px 0 100px 0;
}

.area_nametit {
    font-size: 2.6rem;
    font-weight: 600;
    padding-left: 15px;
    margin: 10px 0 15px;
    border-left: 4px solid #5D4848;
}

.wrap .area_one .area_name {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    border-bottom: 1px solid #d5d5d5;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.area_one .area_name {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 10px;
    line-height: 45px;
    transition: all .2s ease-in-out;

}

/*
.wrap .area_one .area_name:hover {
    opacity: .8;
}
*/

.area_name.area_header {
    position: relative;
    background-color: #fafafa;
}

.two_hier .area_header {
    padding-left: 20px;
    background-color: #fff !important;
}

.three_hier .area_header {
    padding-left: 40px;
    background-color: #fff !important;
    border-bottom: 1px dotted #d5d5d5 !important;
}

.area_list {
    display: none;
}

/*３階層目 開きっぱなし*/
.area_list.three_hier {
    display: block;
}

.area-name_check {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.area-name_check input[type=checkbox] {
    display: none;
}

.area_name label {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    text-align: left;
    width: 100%;
}

span.checkmark {
    display: inline-block;
    padding-left: 50px;
    font-size: 1.8rem;
    font-weight: 500;
    position: relative;

}

.pre_name {
    width: 20%;
    text-align:left;
    padding-left: 10px;
    font-size: 1.8rem;
    font-weight: 500;
    position: relative;
}

@media screen and (max-width: 450px) {
    .pre_name {
        width: 30%;
    }
}

.two_hier .area_header span.checkmark {
    display: inline-block;
    padding-left: 50px;
    font-size: 1.6rem;
    font-weight: 400;
    position: relative;
}

.two_hier .area_header .muni_name {
    width: 35%;
    text-align:left;
    padding-left: 10px;
    font-size: 1.6rem;
    font-weight: 500;
    position: relative;
}

@media screen and (max-width: 450px) {
    .two_hier .area_header .muni_name {
        width: 60%;
    }
}

@media screen and (max-width: 375px) {
    .two_hier .area_header .muni_name {
        width: 70%;
    }
}

.three_hier .area_header span.checkmark {
    display: inline-block;
    padding-left: 50px;
    font-size: 1.5rem;
    font-weight: 400;
    position: relative;
}


span.checkmark::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background: #fff;
    border: 1px solid #ccc;
    width: 30px;
    height: 30px;

}

span.checkmark::after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    transform: translateY(-50%) rotate(45deg);
    left: 0;
    border-right: 4px solid #8088F8;
    border-bottom: 4px solid #8088F8;
    width: 6px;
    height: 18px;
    left: 10px;
    margin-top: -2px;
    opacity: 0;
}

.area_wrap.area_list .area_one:nth-of-type(1n) span.checkmark::after {
    border-right: 4px solid #EF4848;
    border-bottom: 4px solid #EF4848;
}

input.area_check[type=checkbox]:checked+span.checkmark::after {
    opacity: 1;
}


/*都道府県矢印↓*/
.arrow_area {
    width: 80%;
    position: relative;
    margin: 0;
    color: #666;
    cursor: pointer;
}

@media screen and (max-width: 450px) {
    .arrow_area {
        width: 70%;
    }
}

.arrow_area:after {
    content: "\f107";
    font-size: 2.6rem;
    font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
    font-weight: 900;
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    transition: all .2s ease-in-out;
    display: block;
    text-align: center;
}

.arrow_area.open::after {
    content: "\f106";
}

/*市区町村矢印↓*/
.two_hier .arrow_area {
    width: 45px;
    position: relative;
    margin: 0;
    color: #666;
    cursor: pointer;
}

.two_hier .arrow_area.arrow_muni {
    width: 65%;
}

@media screen and (max-width: 450px) {
    .two_hier .arrow_area.arrow_muni {
        width: 40%;
    }
}

@media screen and (max-width: 375px) {
    .two_hier .arrow_area.arrow_muni {
        width: 30%;
    }
}

.two_hier .arrow_area:after {
    content: "\f107" !important;
    font-size: 2.2rem !important;
    font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
    font-weight: 600 !important;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px !important;
    height: 40px !important;
    transition: all .2s ease-in-out;
    display: block;
    text-align: center;
}

.two_hier .arrow_area.open::after {
    content: "\f106" !important;
}

@media screen and (max-width: 440px) {
    .area_nametit {
        font-size: 2.2rem;
        padding-left: 8px;
        margin: 10px 0 10px;
    }
}


/* ＝＝＝＝＝＝＝価格帯＝＝＝＝＝＝＝＝ */
.f_pricerange {
    margin-bottom: 30px;
}

.f_pricerange p {
    font-size: 1.8rem;
}

.choice_pricerange {
    width: 100%;
}

.choice_pricerange_item {
    width: 100%;
}

select.pricerange {
    padding: 15px;
    margin-bottom: 0;
    border-radius: 10px;
    border: 1px #928F8D solid;
    font-size: 1.8rem;
    -webkit-appearance: none;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center right 10px;
    cursor: pointer;
}

@media screen and (max-width: 640px) {
    .f_pricerange p {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 440px) {
    .f_pricerange {
        margin-bottom: 15px;
    }

    .f_pricerange p {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 375px) {
    .f_pricerange p {
        font-size: 1.4rem;
    }
}

/* ＝＝＝＝＝＝＝間取り＝＝＝＝＝＝＝＝ */
.f_example_madori {
    padding: 20px 20px 15px;
    background-color: #fafafa;
    text-align: center;
    margin: 0 auto 30px;
    display: block;
}

.f_example_madori_item {
    text-align: left;
    display: inline-block;
}

.f_example_madori .f_example_madori_tit {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.f_example_madori_ex {
    display: flex;
    flex-wrap: wrap;
}

.f_example_madori_ex li {
    width: calc(33.33%);
    padding: 5px;
    margin-bottom: 5px;
    text-align: left;
    font-size: 18px;
}

@media screen and (max-width: 640px) {
    .f_example_madori .f_example_madori_tit {
        font-size: 16px;
    }

    .f_example_madori_ex li {
        width: calc(50%);
        font-size: 16px;

    }
}

@media screen and (max-width: 440px) {
    .f_example_madori {
        padding: 15px 10px 10px;
        margin: 0 auto 20px;
    }

    .f_example_madori .f_example_madori_tit {
        font-size: 15px;
    }

    .f_example_madori_ex li {
        padding: 2px 5px;
        margin-bottom: 0;
        font-size: 15px;

    }

    .f_example_madori_ex li:last-of-type {
        width: 100%;
    }
}

@media screen and (max-width: 375px) {
    .f_example_madori .f_example_madori_tit {
        font-size: 14px;
    }

    .f_example_madori_ex li {
        font-size: 14px;

    }
}

/* ＝＝＝＝＝＝＝土地面積＝＝＝＝＝＝＝＝ */
.f_tubo {
    margin-bottom: 30px;
}

.f_tubo p {
    font-size: 1.8rem;
}

.suppl {
    font-size: 1.4rem;
    margin-bottom: 10px;
    padding-left: 1.7em;
    text-indent: -0.7em;
  }
  
  .suppl i {
    margin-right: 5px;
  }

@media screen and (max-width: 640px) {
    .f_tubo p {
        font-size: 1.6rem;
    }

    .suppl {
        font-size: 1.2rem;
        margin-bottom: 5px;
      }
}

@media screen and (max-width: 440px) {
    .f_tubo {
        margin-bottom: 15px;
    }

    .f_tubo p {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 375px) {
    .f_tubo p {
        font-size: 1.4rem;
    }
}

/* ＝＝＝＝＝＝＝ご要望・こだわりなど＝＝＝＝＝＝＝＝ */
.form_table textarea {
    padding: 10px;
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.5;
    border-radius: 5px;
    border: 1px #928F8D solid;
    height: auto;
    min-height: 100px;
    resize: vertical;
    field-sizing: content;
}

.f_request {
    margin-bottom: 30px;
}

.f_request p {
    font-size: 1.8rem;
}

ul.ex_txt {
    margin: 0 0 0 3.3rem;
}

ul.ex_txt li {
    font-size: 1.6rem;
    list-style: disc;
    line-height: 3rem;
}

@media screen and (max-width: 640px) {
    .f_request p {
        font-size: 1.6rem;
    }

    ul.ex_txt li {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 440px) {
    .f_request {
        margin-bottom: 15px;
    }

    .f_request p {
        font-size: 1.5rem;
    }

    ul.ex_txt {
        margin: 0 0 0 2.8rem;
    }

    ul.ex_txt li {
        line-height: 2rem;
        font-size: 1.3rem;
    }

}

@media screen and (max-width: 375px) {
    .f_request p {
        font-size: 1.4rem;
    }

    ul.ex_txt li {
        font-size: 1.2rem;
    }
}

/* ＝＝＝＝＝＝＝入力＝＝＝＝＝＝＝＝ */

.inquiry_fillin {
    margin-bottom: 15px;
}

/*input枠*/
input[type=text],
input[type=email],
input[type=tel] {
    width: 100%;
    padding: 15px;
    border-radius: 10px;
    border: 1px #928F8D solid;
    font-size: 1.6rem;
}

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;
}

input::placeholder {
    opacity: 0.5;
}


/*select枠*/
select {
    padding: 15px;
    border-radius: 10px;
    font-size: 1.6rem;
    border: 1px #928F8D solid;
    width: 100%;
    -webkit-appearance: none;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/inquiry/bg_select.png);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center right 10px;
    -webkit-text-fill-color: #3c2b23;
    cursor: pointer;
}

select:focus {
    outline: 0;
}

select#inquiry_prefecture {
    width: 100% !important;
}

select#inquiry_city {
    width: 100% !important;
}

input#inquiry_address {
    width: 100% !important;
}

.add_title {
    font-size: 1.6rem;
    padding-left: 10px;
    padding-bottom: 5px;
    font-weight: 500;
}

.add_title span {
    display: inline-block;
    vertical-align: middle;
    background-color: #EF4848;
    color: #fff;
    border-radius: 10px;
    font-size: 1.4rem;
    padding: 5px 5px;
    margin-left: 10px;
    margin-bottom: 5px;
}

.add_title span.ok {
    background-color: #0F8FF1 !important;
    padding: 5px 9px;
}

.add_title span.any {
    display: inline-block;
    vertical-align: middle;
    background-color: #12C152;
    color: #fff;
    border-radius: 10px;
    font-size: 1.4rem;
    padding: 5px 5px;
    margin-left: 10px;
    margin-bottom: 5px;
}

.zip {
    width: 30% !important;
}

@media screen and (max-width: 640px) {

    input[type=text],
    input[type=email],
    input[type=tel] {
        font-size: 1.6rem;
    }

    select#inquiry_prefecture {
        width: 100% !important;
    }

    select#inquiry_city {
        width: 100% !important;
    }

    input#inquiry_address {
        width: 100% !important;
    }

    .add_title {
        font-size: 1.4rem;
        padding-left: 5px;
    }

    .zip {
        width: 45% !important;
    }
}

/* ＝＝＝＝＝＝＝名前＝＝＝＝＝＝＝＝ */

.name_list {
    display: flex;
    box-sizing: border-box;
    margin-right: 10px;
}

.name_list li {
    width: 48%;
    margin-right: 4%;
}

.name_list li:last-of-type {
    margin-right: 0;
}

/*タブレット用*/
@media screen and (min-width:641px) and (max-width:1024px) {

    .name_list {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .name_list li {
        width: 100%;
    }
}

/*スマホ用*/
@media screen and (max-width: 640px) {

    .name_list {
        width: 100%;
        margin-right: 0;
    }
}

/* ＝＝＝＝＝＝＝住所(補足)＝＝＝＝＝＝＝＝ */

.f_add {
    margin-bottom: 30px;
}

.f_add p {
    font-size: 1.8rem;
}

@media screen and (max-width: 640px) {
    .f_add p {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 440px) {
    .f_add {
        margin-bottom: 15px;
    }

    .f_add p {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 375px) {
    .f_add p {
        font-size: 1.4rem;
    }
}

/* ＝＝＝＝＝＝＝ボタン＝＝＝＝＝＝＝＝ */

.btn {
    position: relative;
    text-align: center;
    margin: 0 auto 53px;
}

.btn.next {
    margin: 20px auto 3px;
}

button.confirm {
    cursor: pointer;
    color: #FFF;
    width: 100%;
    max-width: 340px;
    padding: 5px;
    background: #f87822;
    border: 1px solid #f87822;
    border-radius: 10px;
    box-shadow: 0px 3px 0px 0px #c55d24;
    text-decoration: none;
}

button.submit {
    cursor: pointer;
    color: #FFF;
    box-sizing: border-box;
    width: 100%;
    max-width: 450px;
    padding: 15px;
    background: #f87822;
    border: 1px solid #f87822;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: 0px 8px 0px 0px #c55d24;
    text-decoration: none;
}

button.submit .button {
    display: block;
    font-size: 4rem;
}

button.submit .agreetxt {
    display: block;
    font-size: 1.8rem;
}

/*未入力ボタン*/
.empty_btn button.confirm,
.empty_btn button.submit {
    pointer-events: none !important;
    background: #a09b9b !important;
    border: 1px solid #a09b9b !important;
    box-shadow: none !important;
}

/*未入力ボタン-end*/

button.confirm .button,
button.submit .button {
    display: block;
    font-weight: 500;
    line-height: 1.4;
}

button.confirm .button {
    font-size: 2.4rem;
    padding: 5px 10px;
}


.button br.break {
    display: none;
}

button.back {
    cursor: pointer;
    color: #333;
    box-sizing: border-box;
    width: 100%;
    max-width: 200px;
    padding: 0 10px;
    background-color: #fafafa;
    border-bottom: 4px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    text-decoration: none;
}

button.back .button {
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 100%;
    padding: 15px 15px 15px;
}

/*スマホ用*/
@media screen and (max-width: 640px) {
    .btn {
        margin: 0 auto 33px;
    }

    .btn.next {
        margin: 15px auto 3px;
    }

    button.submit {
        width: 100%;
        max-width: 100%;
        padding: 10px;
    }

    button.submit .button {
        font-size: 3rem;
    }

    button.submit .agreetxt {
        font-size: 1.4rem;
    }

    button.back {
        width: 100%;
        max-width: 180px;
    }

    button.back .button {
        font-size: 1.4rem;
        padding: 15px 15px 15px;
    }
}

@media screen and (max-width: 440px) {

    .agreetxt {
        font-size: 1.4rem;
    }

}

@media screen and (max-width: 375px) {
    button.confirm .button {
        font-size: 2.4rem;
    }

    button.submit .button {
        font-size: 2.4rem;
    }
}

@media screen and (max-width: 320px) {
    button.confirm .button {
        font-size: 1.6rem;
        padding: 10px;
    }

    button.submit .button {
        font-size: 1.6rem;
        padding: 10px;
    }
}

/* ＝＝＝＝＝＝＝ボタン上テキスト＝＝＝＝＝＝＝＝ */

.btn_txt {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    text-align: center;
    font-size: 1.8rem;
    color: #D91111;
}

.btn_txt span {
    font-weight: 600;
    font-size: 2.4rem;
    margin-bottom: 5px;
}

/*未入力ボタンテキスト*/
.empty_btn .btn_txt {
    color: #a09b9b;
}

.empty_btn .btn_txt::before,
.empty_btn .btn_txt::after {
    background-color: #a09b9b;
}

/*未入力ボタンテキスト-end*/

.btn_txt::before,
.btn_txt::after {
    content: '';
    width: 2px;
    height: 25px;
    background-color: #D91111;
}

.btn_txt::before {
    margin-right: 10px;
    transform: rotate(-35deg)
}

.btn_txt::after {
    margin-left: 10px;
    transform: rotate(35deg)
}

@media screen and (max-width: 440px) {
    .btn_txt {
        font-size: 1.4rem;
    }

    .btn_txt span {
        font-size: 2rem;
        margin-bottom: 4px;
    }

    .btn_txt::before,
    .btn_txt::after {
        width: 2px;
        height: 25px;
    }

    .btn_txt::before {
        margin-right: 10px;
    }

    .btn_txt::after {
        margin-left: 10px;
    }
}


/* ＝＝＝＝＝＝＝確認画面＝＝＝＝＝＝＝＝ */

/*確認表*/

.confirm_table td {
    padding: 15px 15px 30px !important;
    font-size: 1.8rem !important;
}

.fix_area {
    list-style: none;
}

.fix_area li {
    margin-bottom: 15px;
}

.fix_area li:last-of-type {
    margin-bottom: 0;
}

.fix_area li em {
    font-weight: 600;
    font-style: normal;
}

.add_title_confirm {
    font-weight: 600;
}

.add_title_confirm:nth-of-type(n+2) {
    margin-top: 15px;
}



@media screen and (max-width: 640px) {
    .confirm_table td {
        font-size: 1.6rem !important;
    }

    .fix_area li {
        margin-bottom: 10px;
    }
}

/* ＝＝＝＝＝＝＝会社選択＝＝＝＝＝＝＝＝ */

.tit_company_contents {
    width: 100%;
    background-color: #4394e6;
    padding: 10px 15px;
    margin-bottom: 15px;
}

.tit_company_contents h2 {
    color: #fff;
    font-size: 2.6rem;
    border-left: 6px solid #fff;
    padding: 0 15px;
    text-align: left;
    font-weight: 600;
}

.company_notes {
    width: 100%;
    font-size: 1.6rem;
    margin-bottom: 15px;
    text-align: left;
}


.wrap_company_contents {
    width: 100%;
    border: 1px solid #eeebeb;
    margin-bottom: 50px;
}

.company_contents {
    display: flex;
    position: relative;
    width: 100%;
    background-color: #fff;
}

.company_contents:nth-of-type(n+2) {
    border-top: 1px solid #cfd7df;
}


.company_check {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f5f5f5;
    padding: 10px;
    width: 8%;
}

.company_check input[type="checkbox"] {
    position: relative;
    height: 35px;
    width: 35px;
    display: inline-block;
    border-radius: 8px;
    border: 1px solid #ccc;
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.company_check input[type="checkbox"]:checked {
    background: #4394e6;
    border: none;
}

.company_check input[type="checkbox"]:checked:before {
    position: absolute;
    top: 5px;
    left: 12px;
    transform: rotate(50deg);
    width: 8px;
    height: 16px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    content: '';
}

.company_item {
    width: 72%;
    padding: 15px 10px;
}

.company_item_detail {
    width: 100%;
    text-align: left;
}

.company_item_detail h2 {
    color: #555;
    font-size: 1.8rem;
    line-height: 1.3;
    font-weight: 400;
    margin-bottom: 10px;
}

.proptype_part {
    display: flex;
    width: 100%;
}

.proptype_part li {
    width: 100%;
    max-width: 125px;
    list-style: none;
    margin-right: 8px;
}

.proptype_part li img.proptype_icon {
    width: 100%;
}

.shop_part li:last-child {
    margin-right: 0;
}

.company_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
    padding: 15px 10px;
}

.company_detail_btn {
    max-width: 150px;
    padding: 5px 15px;
    background-color: #f37a33;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

/*タブレット用*/
@media screen and (min-width:641px) and (max-width:768px) {

    .company_check input[type="checkbox"] {
        height: 30px;
        width: 30px;
    }

    .company_check input[type="checkbox"]:checked:before {
        top: 3px;
        left: 10px;
    }

    .proptype_part li {
        max-width: 120px;
        margin-right: 5px;
    }

    .company_btn {
        width: 20%;
        padding: 15px 10px 15px 0;
    }

    .company_detail_btn {
        max-width: 160px;
        padding: 5px 10px;
    }
}

/*スマホ用*/
@media screen and (max-width: 640px) {

    .tit_company_contents h2 {
        font-size: 2.2rem;
    }

    .company_check input[type="checkbox"] {
        height: 30px;
        width: 30px;
    }

    .company_check input[type="checkbox"]:checked:before {
        top: 3px;
        left: 10px;
    }

    .company_item_detail h2 {
        font-size: 1.7rem;
        margin-bottom: 5px;
    }

    .company_detail_btn {
        padding: 5px 15px;
        border-radius: 5px;
    }

    .company_detail_btn span {
        display: none;
    }

    .proptype_part li {
        max-width: 32%;
    }

}

/*スマホ用*/
@media screen and (max-width: 440px) {

    .tit_company_contents {
        margin-bottom: 10px;
    }

    .tit_company_contents h2 {
        font-size: 2rem;
    }

    .company_notes {
        font-size: 1.4rem;
        margin-bottom: 10px;
    }

    .wrap_company_contents {
        margin-bottom: 30px;
    }

    .company_check {
        width: 14%;
    }

    .company_check input[type="checkbox"] {
        height: 25px;
        width: 25px;
    }

    .company_check input[type="checkbox"]:checked:before {
        top: 3px;
        left: 9px;
        width: 5px;
        height: 12px;
    }

    .company_item_detail h2 {
        margin-bottom: 1px;
    }

    .company_item {
        width: 74%;
    }

    .proptype_part li {
        margin-right: 2px;
    }

    .company_btn {
        width: 22%;
    }

    .company_detail_btn {
        padding: 5px 10px;
        border-radius: 5px;
    }
}

/*スマホ用*/
@media screen and (max-width: 375px) {
    .company_item_detail h2 {
        font-size: 1.6rem;
        margin-bottom: 3px;
    }

    .company_notes {
        font-size: 1.2rem;
    }
}

/*スマホ用*/
@media screen and (max-width: 360px) {
    .company_detail_btn {
        padding: 5px;
    }
}

/* ＝＝＝＝＝＝＝会社詳細モーダル＝＝＝＝＝＝＝＝ */
#modal_close {
    font-size: 1.2rem;
    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: 90%;
    margin: 0;
    padding: 0 0 120px 0;
    z-index: 5;
    display: none;
    text-align: center;
}

#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: 15%;
    background-color: #000;
    color: #fff;
    opacity: 0.7;
    font-size: 14px;
    border-radius: 8px;
    cursor: pointer;
    position: initial;
}

@media screen and (max-width:640px) {
    #modal-shop {
        width: 100%;
        height: 100%;
    }

    #modal-shop #modal_close_box #modal_close {
        width: 22%;
    }
}

/* ＝＝＝＝＝＝＝ご利用規約＝＝＝＝＝＝＝＝ */

.wrap_agreement {
    max-width: 600px;
    margin: 20px auto 50px;
    text-align: center;
}

.wrap_agreement .agreetxt {
    font-size: 2rem;
    text-align: left;
}

.agreement {
    overflow: auto;
    padding: 20px;
    width: auto;
    height: 10em;
    font-size: 1.2rem;
    border: solid 1px #ccc;
    margin-top: 10px;
}

.agreement p {
    margin-bottom: 15px;
    text-align: left;
}

.agreement p.terms_i {
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
}

.agreement ul li {
    margin: 5px 0 10px;
    text-align: left;
}

.agreement ul li ul li {
    margin: 0 0 5px;
    text-align: left;
}

/*タブレット用*/
@media screen and (min-width:641px) and (max-width:1024px) {
    .wrap_agreement .agreetxt {
        font-size: 1.6rem;
        text-align: center;
    }
}

/*スマホ用*/
@media screen and (max-width: 640px) {
    .wrap_agreement {
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .agreement {
        padding: 15px;
        width: auto;
        height: 10em;
        font-size: 1.2rem;
        margin-top: 5px;
    }

    .wrap_agreement .agreetxt {
        font-size: 1.5rem;
    }
}

/* ＝＝＝＝＝＝＝特典＝＝＝＝＝＝＝＝ */

.bz-tokuten__item {
    max-width: 600px;
    position: relative;
    display: inline-block;
    background-color: #fff;
    border: 20px solid #4394e6;
    /*background-color: #ebf5fd;*/
    border-radius: 16px;
    padding: 48px 16px 16px;
    margin: 10px auto 30px;
}

/*
.bz-tokuten__item:before {
    content: "";
    position: absolute;
    top: 102%;
    left: 50%;
    margin-left: -30px;
    border: 25px solid transparent;
    border-top: 25px solid #4394e6;
  }
*/

.bz-tokuten__item-lavel {
    width: 80%;
    margin: auto;
    position: absolute;
    top: 2%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bz-tokuten__item-lavel img {}

.bz-tokuten__item h2 {
    text-align: center;
    font-size: 2.6rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 8px;
}

.bz-tokuten__item h2 em {
    color: #f87900;
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 700;
}

.bz-tokuten__item-moraeru {
    width: 60%;
    margin: auto;
    margin-bottom: 12.8px;
}

.bz-tokuten__item-moraeru img {}

.bz-tokuten__box-wrap {
    max-width: 440px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    text-align: center;
    margin: 0 auto;
}

.bz-tokuten__box {
    width: 45%;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 3.2px 3.2px 8px;
    border-radius: 8px;
    margin: auto;
    text-align: center;
    position: relative;
}

.bz-tokuten__box h3 {
    background-color: #f97800;
    font-size: 2rem;
    color: white;
    font-weight: 600;
    letter-spacing: 0.2em;
    padding: 8px;
    text-align: center;
    border-top-left-radius: 4.8px;
    border-top-right-radius: 4.8px;
    margin-bottom: 6.4px;
}

.bz-tokuten__box-maru {

    font-size: 1.2rem;
    font-weight: 600;
    background-color: #ffdc49;
    padding: 1.6px 8px;
    display: inline-block;
    text-align: center;
    border-radius: 48px;
    text-align: center;
}

.bz-tokuten__box-txt {
    font-size: 1.4rem;
    font-weight: 600;
    margin: 6.4px 0;
    line-height: 1.3;
}

.bz-tokuten__box-img {
    width: 85%;
    margin: auto;
}

.bz-tokuten__box p {
    font-size: 1.3rem;
    color: #fff;
    background-color: #000;
    display: inline-block;
    border-radius: 4.8rem;
    width: 6em;
    font-weight: 600;
    position: absolute;
    bottom: 0%;
    left: 70%;
    transform: translate(-50%, -71%);
    text-align: center;
}

.bz-tokuten__item small {
    font-size: 1.1rem;
    color: #999;
    letter-spacing: 0.48px;
}

.bz-tokuten__item small br {
    display: none;
}

@media screen and (max-width: 440px) {
    .bz-tokuten__item {
        margin: 10px auto 20px;
        border: 16px solid #4394e6;
    }

    .bz-tokuten__item-lavel {
        width: 85%;
        top: 4%;
    }

    .bz-tokuten__box-maru {
        font-size: 1.1rem;
    }

    .bz-tokuten__item small br {
        display: block;
    }
}

@media screen and (max-width: 440px) {
    .bz-tokuten__item h2 {
        letter-spacing: 0;
    }

    .bz-tokuten__box-maru {
        font-size: 1rem;
    }
}

/* ＝＝＝＝＝＝＝完了画面＝＝＝＝＝＝＝＝ */
.thanks_catch {
    font-size: 3.6rem;
    font-weight: 700;
    text-align: center;
    margin: 20px auto 30px;
}

.thanks_catch br {
    display: none;
}

.thanks_txt {
    font-size: 2.2rem;
    text-align: center;
    margin: 0 auto 50px;
}

.thanks_character {
    max-width: 600px;
    text-align: center;
    margin: 0 auto 50px;
}

.thanks_end {
    max-width: 600px;
    text-align: center;
    margin: 0 auto 20px;
    display: block;
}

.thanks_end .txt {
    text-align: left;
    display: inline-block;
}

.thanks_act {
    max-width: 600px;
    text-align: center;
    margin: 0 auto 20px;
    display: block;
}

.indent_act {
    text-align: left;
    padding-left: 1em !important;
    text-indent: -1em !important;
    margin-bottom: 3px !important;
    font-size: 1.4rem !important;
}

.indent_act:last-of-type {
    margin-bottom: 0 !important;
}

button.close {
    text-align: center;
    margin: 40px auto;
    display: inherit;
    cursor: pointer;
    color: #FFF;
    box-sizing: border-box;
    padding: 10px;
    background: #4394e6;
    border: 1px solid #4394e6;
    border-radius: 30px;
    text-decoration: none;
}

button.close .button {
    display: block;
    font-size: 2rem;
    line-height: 1.4;
    padding: 10px 10px;
}

.wrap_alliance h2.tit_for-alli {
    font-size: 2.6rem !important;
}

.wrap_alliance h2.tit_for-alli br{
    display: none;
}

.w_tit_cate .tit_cate {
    text-align: left;
}

@media screen and (max-width: 640px) {
    .thanks_catch {
        font-size: 2.6rem;
    }

    .thanks_catch br {
        display: block;
    }

    .thanks_txt {
        font-size: 1.8rem;
    }

    .wrap_alliance h2.tit_for-alli {
        font-size: 2rem !important;
    }

    .wrap_alliance h2.tit_for-alli br{
        display: block;
    }

    button.close .button {
        font-size: 1.6rem;
    }
}


/* ＝＝＝＝＝＝＝選択エリア確認用＝＝＝＝＝＝＝＝ */
.pref_name{
    font-size: 1.8rem;
    font-weight: 600;
    color: #5D4848;
    margin-bottom:5px;
}

.sel_area li{
    display: inline-block;
	margin: 0 .1em .6em 0;
	padding: 5px;
    font-size: 1.6rem;
	line-height: 1;
	text-decoration: none;
	color: #5D4848;
	background-color: #fff;
	border: 1px solid #5D4848;
	border-radius: 5px;
}

@media screen and (max-width: 640px) {
    .pref_name{
        font-size: 1.6rem;
    }
    
    .sel_area li{
        font-size: 1.4rem;
    }
}

/* ＝＝＝＝＝＝＝ メール同意テキスト用  ＝＝＝＝＝＝＝＝ */

.txt-act{
    margin-bottom: 5px;
    font-size: 1.4rem;
}

.label-wrap {
    display: flex;
    align-items:flex-start; 
    justify-content: center;
}

.label-wrap input[type=checkbox]{
    transform: scale(1.5);
    margin: 8px;
}

.txt-note {
    display: block;
    text-align: start;
    margin:0 10px;
    width: 90%;
}