@charset "UTF-8";
/*
Theme Name: eranda.jp
*/

/**
 * Articles List
 */
.m_newsColumnsListWrap .l_inner .l_newsColumnsInner01 .l_newsColumnsList ul .l_column .l_txt h2 {
    color: #0a5b9c;
}

.m_newsColumnsDetailWrap .l_inner .l_newsColumnsInner01 .l_newsColumnsDetail .l_newsColumnsDetailInner01 ul {
    -webkit-padding-start: 40px;
    padding-inline-start: 0;
}

.m_newsColumnsDetailWrap .l_inner .l_newsColumnsInner01 .l_newsColumnsDetail .l_newsColumnsDetailInner01 ol {
    -webkit-padding-start: 1.5em;
    padding-inline-start: 1.5em;
}

.has-inline-color.has-vivid-red-color {
    font-weight: bold;
}




.m_tags {
    margin-top: 8px;
}

.m_tags span {
    display: inline-block;
    background: #dcdcdc;
    color: #313131;
    margin-right: 8px;
    margin-bottom: 10px;
    padding: 2px 24px;
}

.wp_paginate_links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: center;
    margin: 50px 0 30px;
    -ms-flex-align: center;
    align-items: center;
}

.wp_paginate_links a,
.wp_paginate_links span {
    display: inline-block;
    margin-left: 10px;
}

.wp_paginate_links .prev,
.wp_paginate_links .next {
    padding: 0 10px;
    white-space: nowrap;
}

.wp_paginate_links a {
    background: #fff;
    border: 1px solid #0a5b9c;
    padding: 5px 0;
    text-decoration: none;
    min-width: 25px;
    height: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.wp_paginate_links .current {
    background: #0a5b9c;
    border: 2px solid #0a5b9c;
    color: #fff;
    text-decoration: none;
    height: 30px;
    min-width: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

iframe.wp-embedded-content {
    width: 100%;
}

/**
 * Article
 */
.l_newsColumnsDetail .m_tags {
    font-size: 1.4rem;
    margin-bottom: 16px;
}

.l_newsColumnsDetailInner01 img {
    height: auto;
}


.supervisorsCommentWrap .supervisorsProfile {
    display: flex;
    align-items: center;
}

.supervisorsCommentWrap .supervisorsProfile .supervisorsProfileImage {
    max-width: 200px;
}

@media only screen and (max-width:767px) {
    .supervisorsCommentWrap .supervisorsProfile .supervisorsProfileImage {
        max-width: 30%;
    }
}

.supervisorsCommentWrap .supervisorsProfile .supervisorsProfileText {
    padding-left: 16px;
}

.supervisorsCommentWrap .supervisorsComment {
    position: relative;
    border: 2px solid #b4b4b4;
    margin-top: 20px;
    padding: 16px;
}

.supervisorsCommentWrap .supervisorsComment::before {
    content: '';
    position: absolute;
    display: block;
    top: -15px;
    left: 32px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #b4b4b4;
}

.supervisorsCommentWrap .supervisorsComment::after {
    content: '';
    position: absolute;
    display: block;
    top: -12px;
    left: 32px;
    width: 0;
    height: 0;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #fff transparent;
    border-style: solid;
}

iframe.wp-embedded-content {
    height: auto;
}

.embed_ribbon {
    width: 60%;
    color: #fff;
    font-size: 1.4rem;
    background: #dd523b;
    margin-top: 24px;
    padding: 0 10px;
}

.popular_posts {
    display: flex;
    flex-wrap: wrap;
    margin-left: -16px;
}

.popular_posts a {
    position: relative;
    width: calc(100% / 3 - 16px);
    box-sizing: border-box;
    color: inherit;
    text-decoration: none;
    margin-left: 16px;
}

.m_newsColumnsDetailWrap .l_inner .l_newsColumnsInner01 .l_newsColumnsDetail .l_newsColumnsDetailInner01 .popular_posts .box .m_date {
    margin: 0;
    font-size: 1.6rem;
}

/**
 * Sidebar
 */
.l_tags {
    margin-bottom: 32px;
}

.l_tags .m_head {
    font-weight: 700;
    padding: 0 0 6px 3px;
    border-bottom: 2px solid #1b1464;
}

.l_tags .m_head img {
    width: 36px;
    vertical-align: middle;
    margin-right: 10px;
}

.l_tags .m_tags {
    margin-top: 20px;
}

.l_tags .m_tags span {
    margin-bottom: 10px;
}

.m_newsColumnsWrap .l_newsColumnsInner01 .m_category08 {
    background: #ad2c32;
}

.m_newsColumnsWrap .l_newsColumnsInner01 .m_category08::after {
    content: "";
    position: absolute;
    right: -4px;
    height: 0;
    width: 0;
    border-left: 4px solid #700408;
    border-top: 4px solid transparent;
}

.m_newsColumnsWrap .l_newsColumnsInner02 nav.l_category ul li.m_category08 a {
    color: #ad2c32;
}

.m_newsColumnsWrap .l_newsColumnsInner02 nav.l_category ul li.m_category08::before {
    background: url(images/icon_counselor.png) 50% no-repeat;
    width: 23px;
    height: 17px;
}

.m_newsColumnsWrap .l_newsColumnsInner01 .m_category09 {
    background: #e56655;
}

.m_newsColumnsWrap .l_newsColumnsInner01 .m_category09::after {
    content: "";
    position: absolute;
    right: -4px;
    height: 0;
    width: 0;
    border-left: 4px solid #700408;
    border-top: 4px solid transparent;
}

.m_newsColumnsWrap .l_newsColumnsInner02 nav.l_category ul li.m_category09 a {
    color: #e56655;
}

.m_newsColumnsWrap .l_newsColumnsInner02 nav.l_category ul li.m_category09::before {
    background: url(images/icon_hoken.png) 50% no-repeat;
    background-size: contain;
    width: 21px;
    height: 21px;
}

.wp-embedded-content {
    max-width: 100%;
}

@media only screen and (max-width:767px) {
    .l_tags .m_tags {
        margin: 20px 15px;
    }
}


/* 追加 */
ul.h2_block {
    margin: 0 !important;
    padding: 0;
}

ul.h2_block li.one-down-li {
    list-style-type: none !important;
    margin-left: 10px !important;
}

.login_modal {
    cursor: pointer;
}

.login_modal_condition {
    cursor: pointer;
}

.logout_modalImg {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    width: 45px;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.4);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    transition: all 0.6s;
    width: 100vw;
    z-index: 10;
    display: block;
}

.overlay.inactive {
    display: none !important;
}

.overlay a {
    text-decoration: none;
}

.overlay_condition {
    background-color: rgba(0, 0, 0, 0.4);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    transition: all 0.6s;
    width: 100vw;
    z-index: 10;
    display: block;
}

.overlay_condition.inactive {
    display: none !important;
}

.overlay_condition a {
    text-decoration: none;
}

.overlay_prefecture {
    background-color: rgba(0, 0, 0, 0.4);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    transition: all 0.6s;
    width: 100vw;
    z-index: 10;
    display: block;
}

.overlay_prefecture.inactive {
    display: none !important;
}

.overlay_prefecture a {
    text-decoration: none;
}

.overlay_prefecture_sogijo_hokkaido-tohoku {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    transition: all 0.6s;
    width: 100vw;
    z-index: 10;
    display: block;
}

.overlay_prefecture_sogijo_hokkaido-tohoku.inactive {
    display: none !important;
}

.overlay_prefecture_sogijo_hokkaido-tohoku a {
    text-decoration: none;
}

.overlay_prefecture_sogijo_kanto {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    transition: all 0.6s;
    width: 100vw;
    z-index: 10;
    display: block;
}

.overlay_prefecture_sogijo_kanto.inactive {
    display: none !important;
}

.overlay_prefecture_sogijo_kanto a {
    text-decoration: none;
}

.overlay_prefecture_sogijo_tyubu-koshinetsu {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    transition: all 0.6s;
    width: 100vw;
    z-index: 10;
    display: block;
}

.overlay_prefecture_sogijo_tyubu-koshinetsu.inactive {
    display: none !important;
}

.overlay_prefecture_sogijo_tyubu-koshinetsu a {
    text-decoration: none;
}

.overlay_prefecture_sogijo_kansai {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    transition: all 0.6s;
    width: 100vw;
    z-index: 10;
    display: block;
}

.overlay_prefecture_sogijo_kansai.inactive {
    display: none !important;
}

.overlay_prefecture_sogijo_kansai a {
    text-decoration: none;
}

.overlay_prefecture_sogijo_tyugoku-shikoku {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    transition: all 0.6s;
    width: 100vw;
    z-index: 10;
    display: block;
}

.overlay_prefecture_sogijo_tyugoku-shikoku.inactive {
    display: none !important;
}

.overlay_prefecture_sogijo_tyugoku-shikoku a {
    text-decoration: none;
}

.overlay_prefecture_sogijo_kyushu-okinawa {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    transition: all 0.6s;
    width: 100vw;
    z-index: 10;
    display: block;
}

.overlay_prefecture_sogijo_kyushu-okinawa.inactive {
    display: none !important;
}

.overlay_prefecture_sogijo_kyushu-okinawa a {
    text-decoration: none;
}

.overlay-hokkaido {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    transition: all 0.6s;
    width: 100vw;
    z-index: 10;
    display: block;
}

.overlay-hokkaido .overlay_condition_sogijo {
    background-color: #fff;
    margin: 0 13px;

    padding: 0px;
    border-radius: 3%;
    position: absolute;
    top: 25%;
}

@media only screen and (min-width:600px) {
    .overlay-hokkaido .overlay_condition_sogijo {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        left: 42%;
        position: fixed;
        top: 47%;
        width: 830px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 100;
        height: 400px;
        background-color: #fff;
        border-radius: 10px;
    }
}

.overlay-aomori .overlay_condition_sogijo {
    background-color: #fff;
    margin: 0 13px;

    padding: 0px;
    border-radius: 3%;
    position: absolute;
    top: 25%;
}

@media only screen and (min-width:600px) {
    .overlay-aomori .overlay_condition_sogijo {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        left: 42%;
        position: fixed;
        top: 47%;
        width: 830px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 100;
        height: 400px;
        background-color: #fff;
        border-radius: 10px;
    }
}

.overlay-akita .overlay_condition_sogijo {
    background-color: #fff;
    margin: 0 13px;

    padding: 0px;
    border-radius: 3%;
    position: absolute;
    top: 25%;
}

@media only screen and (min-width:600px) {
    .overlay-akita .overlay_condition_sogijo {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        left: 42%;
        position: fixed;
        top: 47%;
        width: 830px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 100;
        height: 400px;
        background-color: #fff;
        border-radius: 10px;
    }
}

.overlay-iwate .overlay_condition_sogijo {
    background-color: #fff;
    margin: 0 13px;

    padding: 0px;
    border-radius: 3%;
    position: absolute;
    top: 25%;
}

@media only screen and (min-width:600px) {
    .overlay-iwate .overlay_condition_sogijo {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        left: 42%;
        position: fixed;
        top: 47%;
        width: 830px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 100;
        height: 400px;
        background-color: #fff;
        border-radius: 10px;
    }
}

.overlay-miyagi .overlay_condition_sogijo {
    background-color: #fff;
    margin: 0 13px;

    padding: 0px;
    border-radius: 3%;
    position: absolute;
    top: 25%;
}

@media only screen and (min-width:600px) {
    .overlay-miyagi .overlay_condition_sogijo {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        left: 42%;
        position: fixed;
        top: 47%;
        width: 830px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 100;
        height: 400px;
        background-color: #fff;
        border-radius: 10px;
    }
}

.overlay-fukushima .overlay_condition_sogijo {
    background-color: #fff;
    margin: 0 13px;

    padding: 0px;
    border-radius: 3%;
    position: absolute;
    top: 25%;
}

@media only screen and (min-width:600px) {
    .overlay-fukushima .overlay_condition_sogijo {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        left: 42%;
        position: fixed;
        top: 47%;
        width: 830px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 100;
        height: 400px;
        background-color: #fff;
        border-radius: 10px;
    }
}

.overlay-yamagata .overlay_condition_sogijo {
    background-color: #fff;
    margin: 0 13px;

    padding: 0px;
    border-radius: 3%;
    position: absolute;
    top: 25%;
}

@media only screen and (min-width:600px) {
    .overlay-yamagata .overlay_condition_sogijo {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        left: 42%;
        position: fixed;
        top: 47%;
        width: 830px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 100;
        height: 400px;
        background-color: #fff;
        border-radius: 10px;
    }
}

.overlay-ibaraki .overlay_condition_sogijo {
    background-color: #fff;
    margin: 0 13px;

    padding: 0px;
    border-radius: 3%;
    position: absolute;
    top: 25%;
}

@media only screen and (min-width:600px) {
    .overlay-ibaraki .overlay_condition_sogijo {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        left: 42%;
        position: fixed;
        top: 47%;
        width: 830px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 100;
        height: 400px;
        background-color: #fff;
        border-radius: 10px;
    }
}

.overlay-tochigi .overlay_condition_sogijo {
    background-color: #fff;
    margin: 0 13px;

    padding: 0px;
    border-radius: 3%;
    position: absolute;
    top: 25%;
}

@media only screen and (min-width:600px) {
    .overlay-tochigi .overlay_condition_sogijo {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        left: 42%;
        position: fixed;
        top: 47%;
        width: 830px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 100;
        height: 400px;
        background-color: #fff;
        border-radius: 10px;
    }
}

.overlay-gumma .overlay_condition_sogijo {
    background-color: #fff;
    margin: 0 13px;

    padding: 0px;
    border-radius: 3%;
    position: absolute;
    top: 25%;
}

@media only screen and (min-width:600px) {
    .overlay-gumma .overlay_condition_sogijo {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        left: 42%;
        position: fixed;
        top: 47%;
        width: 830px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 100;
        height: 400px;
        background-color: #fff;
        border-radius: 10px;
    }
}

.overlay-saitama .overlay_condition_sogijo {
    background-color: #fff;
    margin: 0 13px;

    padding: 0px;
    border-radius: 3%;
    position: absolute;
    top: 25%;
}

@media only screen and (min-width:600px) {
    .overlay-saitama .overlay_condition_sogijo {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        left: 42%;
        position: fixed;
        top: 47%;
        width: 830px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 100;
        height: 400px;
        background-color: #fff;
        border-radius: 10px;
    }
}

.overlay-chiba .overlay_condition_sogijo {
    background-color: #fff;
    margin: 0 13px;

    padding: 0px;
    border-radius: 3%;
    position: absolute;
    top: 25%;
}

@media only screen and (min-width:600px) {
    .overlay-chiba .overlay_condition_sogijo {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        left: 42%;
        position: fixed;
        top: 47%;
        width: 830px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 100;
        height: 400px;
        background-color: #fff;
        border-radius: 10px;
    }
}

.overlay-tokyo .overlay_condition_sogijo {
    background-color: #fff;
    margin: 0 13px;

    padding: 0px;
    border-radius: 3%;
    position: absolute;
    top: 25%;
}

@media only screen and (min-width:600px) {
    .overlay-tokyo .overlay_condition_sogijo {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        left: 42%;
        position: fixed;
        top: 47%;
        width: 830px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 100;
        height: 400px;
        background-color: #fff;
        border-radius: 10px;
    }
}

.overlay-kanagawa .overlay_condition_sogijo {
    background-color: #fff;
    margin: 0 13px;

    padding: 0px;
    border-radius: 3%;
    position: absolute;
    top: 25%;
}

@media only screen and (min-width:600px) {
    .overlay-kanagawa .overlay_condition_sogijo {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        left: 42%;
        position: fixed;
        top: 47%;
        width: 830px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 100;
        height: 400px;
        background-color: #fff;
        border-radius: 10px;
    }
}

.overlay-niigata .overlay_condition_sogijo {
    background-color: #fff;
    margin: 0 13px;

    padding: 0px;
    border-radius: 3%;
    position: absolute;
    top: 25%;
}

@media only screen and (min-width:600px) {
    .overlay-niigata .overlay_condition_sogijo {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        left: 42%;
        position: fixed;
        top: 47%;
        width: 830px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 100;
        height: 400px;
        background-color: #fff;
        border-radius: 10px;
    }
}

.overlay-nagano .overlay_condition_sogijo {
    background-color: #fff;
    margin: 0 13px;

    padding: 0px;
    border-radius: 3%;
    position: absolute;
    top: 25%;
}

@media only screen and (min-width:600px) {
    .overlay-nagano .overlay_condition_sogijo {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        left: 42%;
        position: fixed;
        top: 47%;
        width: 830px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 100;
        height: 400px;
        background-color: #fff;
        border-radius: 10px;
    }
}

.overlay-yamanashi .overlay_condition_sogijo {
    background-color: #fff;
    margin: 0 13px;

    padding: 0px;
    border-radius: 3%;
    position: absolute;
    top: 25%;
}

@media only screen and (min-width:600px) {
    .overlay-yamanashi .overlay_condition_sogijo {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        left: 42%;
        position: fixed;
        top: 47%;
        width: 830px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 100;
        height: 400px;
        background-color: #fff;
        border-radius: 10px;
    }
}

.overlay-ishikawa .overlay_condition_sogijo {
    background-color: #fff;
    margin: 0 13px;

    padding: 0px;
    border-radius: 3%;
    position: absolute;
    top: 25%;
}

@media only screen and (min-width:600px) {
    .overlay-ishikawa .overlay_condition_sogijo {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        left: 42%;
        position: fixed;
        top: 47%;
        width: 830px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 100;
        height: 400px;
        background-color: #fff;
        border-radius: 10px;
    }
}

.overlay-toyama .overlay_condition_sogijo {
    background-color: #fff;
    margin: 0 13px;

    padding: 0px;
    border-radius: 3%;
    position: absolute;
    top: 25%;
}

@media only screen and (min-width:600px) {
    .overlay-toyama .overlay_condition_sogijo {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        left: 42%;
        position: fixed;
        top: 47%;
        width: 830px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 100;
        height: 400px;
        background-color: #fff;
        border-radius: 10px;
    }
}

.overlay-gifu .overlay_condition_sogijo {
    background-color: #fff;
    margin: 0 13px;

    padding: 0px;
    border-radius: 3%;
    position: absolute;
    top: 25%;
}

@media only screen and (min-width:600px) {
    .overlay-gifu .overlay_condition_sogijo {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        left: 42%;
        position: fixed;
        top: 47%;
        width: 830px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 100;
        height: 400px;
        background-color: #fff;
        border-radius: 10px;
    }
}

.overlay-shizuoka .overlay_condition_sogijo {
    background-color: #fff;
    margin: 0 13px;

    padding: 0px;
    border-radius: 3%;
    position: absolute;
    top: 25%;
}

@media only screen and (min-width:600px) {
    .overlay-shizuoka .overlay_condition_sogijo {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        left: 42%;
        position: fixed;
        top: 47%;
        width: 830px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 100;
        height: 400px;
        background-color: #fff;
        border-radius: 10px;
    }
}

.overlay-aichi .overlay_condition_sogijo {
    background-color: #fff;
    margin: 0 13px;

    padding: 0px;
    border-radius: 3%;
    position: absolute;
    top: 25%;
}

@media only screen and (min-width:600px) {
    .overlay-aichi .overlay_condition_sogijo {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        left: 42%;
        position: fixed;
        top: 47%;
        width: 830px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 100;
        height: 400px;
        background-color: #fff;
        border-radius: 10px;
    }
}

.overlay-fukui .overlay_condition_sogijo {
    background-color: #fff;
    margin: 0 13px;

    padding: 0px;
    border-radius: 3%;
    position: absolute;
    top: 25%;
}

@media only screen and (min-width:600px) {
    .overlay-fukui .overlay_condition_sogijo {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        left: 42%;
        position: fixed;
        top: 47%;
        width: 830px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 100;
        height: 400px;
        background-color: #fff;
        border-radius: 10px;
    }
}

.overlay-osaka .overlay_condition_sogijo {
    background-color: #fff;
    margin: 0 13px;

    padding: 0px;
    border-radius: 3%;
    position: absolute;
    top: 25%;
}

@media only screen and (min-width:600px) {
    .overlay-osaka .overlay_condition_sogijo {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        left: 42%;
        position: fixed;
        top: 47%;
        width: 830px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 100;
        height: 400px;
        background-color: #fff;
        border-radius: 10px;
    }
}

.overlay-kyoto .overlay_condition_sogijo {
    background-color: #fff;
    margin: 0 13px;

    padding: 0px;
    border-radius: 3%;
    position: absolute;
    top: 25%;
}

@media only screen and (min-width:600px) {
    .overlay-kyoto .overlay_condition_sogijo {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        left: 42%;
        position: fixed;
        top: 47%;
        width: 830px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 100;
        height: 400px;
        background-color: #fff;
        border-radius: 10px;
    }
}

.overlay-hyogo .overlay_condition_sogijo {
    background-color: #fff;
    margin: 0 13px;

    padding: 0px;
    border-radius: 3%;
    position: absolute;
    top: 25%;
}

@media only screen and (min-width:600px) {
    .overlay-hyogo .overlay_condition_sogijo {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        left: 42%;
        position: fixed;
        top: 47%;
        width: 830px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 100;
        height: 400px;
        background-color: #fff;
        border-radius: 10px;
    }
}

.overlay-nara .overlay_condition_sogijo {
    background-color: #fff;
    margin: 0 13px;

    padding: 0px;
    border-radius: 3%;
    position: absolute;
    top: 25%;
}

@media only screen and (min-width:600px) {
    .overlay-nara .overlay_condition_sogijo {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        left: 42%;
        position: fixed;
        top: 47%;
        width: 830px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 100;
        height: 400px;
        background-color: #fff;
        border-radius: 10px;
    }
}

.overlay-mie .overlay_condition_sogijo {
    background-color: #fff;
    margin: 0 13px;

    padding: 0px;
    border-radius: 3%;
    position: absolute;
    top: 25%;
}

@media only screen and (min-width:600px) {
    .overlay-mie .overlay_condition_sogijo {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        left: 42%;
        position: fixed;
        top: 47%;
        width: 830px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 100;
        height: 400px;
        background-color: #fff;
        border-radius: 10px;
    }
}

.overlay-shiga .overlay_condition_sogijo {
    background-color: #fff;
    margin: 0 13px;

    padding: 0px;
    border-radius: 3%;
    position: absolute;
    top: 25%;
}

@media only screen and (min-width:600px) {
    .overlay-shiga .overlay_condition_sogijo {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        left: 42%;
        position: fixed;
        top: 47%;
        width: 830px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 100;
        height: 400px;
        background-color: #fff;
        border-radius: 10px;
    }
}

.overlay-wakayama .overlay_condition_sogijo {
    background-color: #fff;
    margin: 0 13px;

    padding: 0px;
    border-radius: 3%;
    position: absolute;
    top: 25%;
}

@media only screen and (min-width:600px) {
    .overlay-wakayama .overlay_condition_sogijo {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        left: 42%;
        position: fixed;
        top: 47%;
        width: 830px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 100;
        height: 400px;
        background-color: #fff;
        border-radius: 10px;
    }
}

.overlay-tottori .overlay_condition_sogijo {
    background-color: #fff;
    margin: 0 13px;

    padding: 0px;
    border-radius: 3%;
    position: absolute;
    top: 25%;
}

@media only screen and (min-width:600px) {
    .overlay-tottori .overlay_condition_sogijo {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        left: 42%;
        position: fixed;
        top: 47%;
        width: 830px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 100;
        height: 400px;
        background-color: #fff;
        border-radius: 10px;
    }
}

.overlay-shimane .overlay_condition_sogijo {
    background-color: #fff;
    margin: 0 13px;

    padding: 0px;
    border-radius: 3%;
    position: absolute;
    top: 25%;
}

@media only screen and (min-width:600px) {
    .overlay-shimane .overlay_condition_sogijo {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        left: 42%;
        position: fixed;
        top: 47%;
        width: 830px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 100;
        height: 400px;
        background-color: #fff;
        border-radius: 10px;
    }
}

.overlay-okayama .overlay_condition_sogijo {
    background-color: #fff;
    margin: 0 13px;

    padding: 0px;
    border-radius: 3%;
    position: absolute;
    top: 25%;
}

@media only screen and (min-width:600px) {
    .overlay-okayama .overlay_condition_sogijo {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        left: 42%;
        position: fixed;
        top: 47%;
        width: 830px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 100;
        height: 400px;
        background-color: #fff;
        border-radius: 10px;
    }
}

.overlay-hiroshima .overlay_condition_sogijo {
    background-color: #fff;
    margin: 0 13px;

    padding: 0px;
    border-radius: 3%;
    position: absolute;
    top: 25%;
}

@media only screen and (min-width:600px) {
    .overlay-hiroshima .overlay_condition_sogijo {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        left: 42%;
        position: fixed;
        top: 47%;
        width: 830px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 100;
        height: 400px;
        background-color: #fff;
        border-radius: 10px;
    }
}

.overlay-yamaguchi .overlay_condition_sogijo {
    background-color: #fff;
    margin: 0 13px;

    padding: 0px;
    border-radius: 3%;
    position: absolute;
    top: 25%;
}

@media only screen and (min-width:600px) {
    .overlay-yamaguchi .overlay_condition_sogijo {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        left: 42%;
        position: fixed;
        top: 47%;
        width: 830px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 100;
        height: 400px;
        background-color: #fff;
        border-radius: 10px;
    }
}

.overlay-kochi .overlay_condition_sogijo {
    background-color: #fff;
    margin: 0 13px;

    padding: 0px;
    border-radius: 3%;
    position: absolute;
    top: 25%;
}

@media only screen and (min-width:600px) {
    .overlay-kochi .overlay_condition_sogijo {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        left: 42%;
        position: fixed;
        top: 47%;
        width: 830px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 100;
        height: 400px;
        background-color: #fff;
        border-radius: 10px;
    }
}

.overlay-tokushima .overlay_condition_sogijo {
    background-color: #fff;
    margin: 0 13px;

    padding: 0px;
    border-radius: 3%;
    position: absolute;
    top: 25%;
}


@media only screen and (min-width:600px) {
    .overlay-tokushima .overlay_condition_sogijo {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        left: 42%;
        position: fixed;
        top: 47%;
        width: 830px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 100;
        height: 400px;
        background-color: #fff;
        border-radius: 10px;
    }
}

.overlay-kagawa .overlay_condition_sogijo {
    background-color: #fff;
    margin: 0 13px;

    padding: 0px;
    border-radius: 3%;
    position: absolute;
    top: 25%;
}

@media only screen and (min-width:600px) {
    .overlay-kagawa .overlay_condition_sogijo {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        left: 42%;
        position: fixed;
        top: 47%;
        width: 830px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 100;
        height: 400px;
        background-color: #fff;
        border-radius: 10px;
    }
}

.overlay-ehime .overlay_condition_sogijo {
    background-color: #fff;
    margin: 0 13px;

    padding: 0px;
    border-radius: 3%;
    position: absolute;
    top: 25%;
}

@media only screen and (min-width:600px) {
    .overlay-ehime .overlay_condition_sogijo {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        left: 42%;
        position: fixed;
        top: 47%;
        width: 830px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 100;
        height: 400px;
        background-color: #fff;
        border-radius: 10px;
    }
}

.overlay-fukuoka .overlay_condition_sogijo {
    background-color: #fff;
    margin: 0 13px;

    padding: 0px;
    border-radius: 3%;
    position: absolute;
    top: 25%;
}

@media only screen and (min-width:600px) {
    .overlay-fukuoka .overlay_condition_sogijo {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        left: 42%;
        position: fixed;
        top: 47%;
        width: 830px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 100;
        height: 400px;
        background-color: #fff;
        border-radius: 10px;
    }
}

.overlay-saga .overlay_condition_sogijo {
    background-color: #fff;
    margin: 0 13px;

    padding: 0px;
    border-radius: 3%;
    position: absolute;
    top: 25%;
}

@media only screen and (min-width:600px) {
    .overlay-saga .overlay_condition_sogijo {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        left: 42%;
        position: fixed;
        top: 47%;
        width: 830px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 100;
        height: 400px;
        background-color: #fff;
        border-radius: 10px;
    }
}

.overlay-nagasaki .overlay_condition_sogijo {
    background-color: #fff;
    margin: 0 13px;

    padding: 0px;
    border-radius: 3%;
    position: absolute;
    top: 25%;
}

@media only screen and (min-width:600px) {
    .overlay-nagasaki .overlay_condition_sogijo {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        left: 42%;
        position: fixed;
        top: 47%;
        width: 830px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 100;
        height: 400px;
        background-color: #fff;
        border-radius: 10px;
    }
}

.overlay-kumamoto .overlay_condition_sogijo {
    background-color: #fff;
    margin: 0 13px;

    padding: 0px;
    border-radius: 3%;
    position: absolute;
    top: 25%;
}

@media only screen and (min-width:600px) {
    .overlay-kumamoto .overlay_condition_sogijo {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        left: 42%;
        position: fixed;
        top: 47%;
        width: 830px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 100;
        height: 400px;
        background-color: #fff;
        border-radius: 10px;
    }
}

.overlay-oita .overlay_condition_sogijo {
    background-color: #fff;
    margin: 0 13px;

    padding: 0px;
    border-radius: 3%;
    position: absolute;
    top: 25%;
}

@media only screen and (min-width:600px) {
    .overlay-oita .overlay_condition_sogijo {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        left: 42%;
        position: fixed;
        top: 47%;
        width: 830px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 100;
        height: 400px;
        background-color: #fff;
        border-radius: 10px;
    }
}

.overlay-miyazaki .overlay_condition_sogijo {
    background-color: #fff;
    margin: 0 13px;

    padding: 0px;
    border-radius: 3%;
    position: absolute;
    top: 25%;
}

@media only screen and (min-width:600px) {
    .overlay-miyazaki .overlay_condition_sogijo {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        left: 42%;
        position: fixed;
        top: 47%;
        width: 830px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 100;
        height: 400px;
        background-color: #fff;
        border-radius: 10px;
    }
}

.overlay-kagoshima .overlay_condition_sogijo {
    background-color: #fff;
    margin: 0 13px;

    padding: 0px;
    border-radius: 3%;
    position: absolute;
    top: 25%;
}

@media only screen and (min-width:600px) {
    .overlay-kagoshima .overlay_condition_sogijo {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        left: 42%;
        position: fixed;
        top: 47%;
        width: 830px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 100;
        height: 400px;
        background-color: #fff;
        border-radius: 10px;
    }
}

.overlay-okinawa .overlay_condition_sogijo {
    background-color: #fff;
    margin: 0 13px;

    padding: 0px;
    border-radius: 3%;
    position: absolute;
    top: 25%;
}

@media only screen and (min-width:600px) {
    .overlay-okinawa .overlay_condition_sogijo {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        left: 42%;
        position: fixed;
        top: 47%;
        width: 830px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 100;
        height: 400px;
        background-color: #fff;
        border-radius: 10px;
    }
}

@media only screen and (min-width:410px) {
    .overlay_condition_sogijo {
        margin: 0 8% !important;
    }
}

.overlay_condition_sogijo .sogijo_for_cta_map h2 {
    background-color: white;
    font-size: 1.7rem;
}

.overlay_condition_sogijo .sogijo_for_cta_map_2 h2 {
    background-color: white;
    font-size: 1.7rem;
}

.overlay_condition_sogijo .modal {
    margin-bottom: 50px;
    padding-top: 20px;
    top: 0%;
    left: 0%;
}

@media only screen and (max-width:600px) {
    .overlay_condition_sogijo .modal {
        margin-top: 25%;
        margin-bottom: 50px;
        padding-top: 20px;
        top: -20%;
        left: 1%;
    }
}

.overlay-hokkaido.inactive {
    display: none !important;
}

.overlay-hokkaido a {
    text-decoration: none;
}

.overlay-aomori.inactive {
    display: none !important;
}

.overlay-aomori a {
    text-decoration: none;
}

.overlay-aomori {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    transition: all 0.6s;
    width: 100vw;
    z-index: 10;
    display: block;
}

.overlay-iwate.inactive {
    display: none !important;
}

.overlay-iwate a {
    text-decoration: none;
}

.overlay-iwate {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    transition: all 0.6s;
    width: 100vw;
    z-index: 10;
    display: block;
}

.overlay-akita.inactive {
    display: none !important;
}

.overlay-akita a {
    text-decoration: none;
}

.overlay-akita {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    transition: all 0.6s;
    width: 100vw;
    z-index: 10;
    display: block;
}

.overlay-yamagata.inactive {
    display: none !important;
}

.overlay-yamagata a {
    text-decoration: none;
}

.overlay-yamagata {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    transition: all 0.6s;
    width: 100vw;
    z-index: 10;
    display: block;
}

.overlay-miyagi.inactive {
    display: none !important;
}

.overlay-miyagi a {
    text-decoration: none;
}

.overlay-miyagi {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    transition: all 0.6s;
    width: 100vw;
    z-index: 10;
    display: block;
}

.overlay-fukushima.inactive {
    display: none !important;
}

.overlay-fukushima a {
    text-decoration: none;
}

.overlay-fukushima {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    transition: all 0.6s;
    width: 100vw;
    z-index: 10;
    display: block;
}

.overlay-yamanashi.inactive {
    display: none !important;
}

.overlay-yamanashi a {
    text-decoration: none;
}

.overlay-yamanashi {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    transition: all 0.6s;
    width: 100vw;
    z-index: 10;
    display: block;
}

.overlay-nagano.inactive {
    display: none !important;
}

.overlay-nagano a {
    text-decoration: none;
}

.overlay-nagano {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    transition: all 0.6s;
    width: 100vw;
    z-index: 10;
    display: block;
}

.overlay-niigata.inactive {
    display: none !important;
}

.overlay-niigata a {
    text-decoration: none;
}

.overlay-niigata {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    transition: all 0.6s;
    width: 100vw;
    z-index: 10;
    display: block;
}

.overlay-toyama.inactive {
    display: none !important;
}

.overlay-toyama a {
    text-decoration: none;
}

.overlay-toyama {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    transition: all 0.6s;
    width: 100vw;
    z-index: 10;
    display: block;
}

.overlay-ishikawa.inactive {
    display: none !important;
}

.overlay-ishikawa a {
    text-decoration: none;
}

.overlay-ishikawa {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    transition: all 0.6s;
    width: 100vw;
    z-index: 10;
    display: block;
}

.overlay-fukui.inactive {
    display: none !important;
}

.overlay-fukui a {
    text-decoration: none;
}

.overlay-fukui {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    transition: all 0.6s;
    width: 100vw;
    z-index: 10;
    display: block;
}

.overlay-ibaraki.inactive {
    display: none !important;
}

.overlay-ibaraki a {
    text-decoration: none;
}

.overlay-ibaraki {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    transition: all 0.6s;
    width: 100vw;
    z-index: 10;
    display: block;
}

.overlay-tochigi.inactive {
    display: none !important;
}

.overlay-tochigi a {
    text-decoration: none;
}

.overlay-tochigi {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    transition: all 0.6s;
    width: 100vw;
    z-index: 10;
    display: block;
}

.overlay-gumma.inactive {
    display: none !important;
}

.overlay-gumma a {
    text-decoration: none;
}

.overlay-gumma {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    transition: all 0.6s;
    width: 100vw;
    z-index: 10;
    display: block;
}

.overlay-saitama.inactive {
    display: none !important;
}

.overlay-saitama a {
    text-decoration: none;
}

.overlay-saitama {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    transition: all 0.6s;
    width: 100vw;
    z-index: 10;
    display: block;
}

.overlay-tokyo.inactive {
    display: none !important;
}

.overlay-tokyo a {
    text-decoration: none;
}

.overlay-tokyo {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    transition: all 0.6s;
    width: 100vw;
    z-index: 10;
    display: block;
}

.overlay-chiba.inactive {
    display: none !important;
}

.overlay-chiba a {
    text-decoration: none;
}

.overlay-chiba {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    transition: all 0.6s;
    width: 100vw;
    z-index: 10;
    display: block;
}

.overlay-kanagawa.inactive {
    display: none !important;
}

.overlay-kanagawa a {
    text-decoration: none;
}

.overlay-kanagawa {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    transition: all 0.6s;
    width: 100vw;
    z-index: 10;
    display: block;
}

.overlay-mie.inactive {
    display: none !important;
}

.overlay-mie a {
    text-decoration: none;
}

.overlay-mie {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    transition: all 0.6s;
    width: 100vw;
    z-index: 10;
    display: block;
}

.overlay-aichi.inactive {
    display: none !important;
}

.overlay-aichi a {
    text-decoration: none;
}

.overlay-aichi {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    transition: all 0.6s;
    width: 100vw;
    z-index: 10;
    display: block;
}

.overlay-shizuoka.inactive {
    display: none !important;
}

.overlay-shizuoka a {
    text-decoration: none;
}

.overlay-shizuoka {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    transition: all 0.6s;
    width: 100vw;
    z-index: 10;
    display: block;
}

.overlay-gifu.inactive {
    display: none !important;
}

.overlay-gifu a {
    text-decoration: none;
}

.overlay-gifu {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    transition: all 0.6s;
    width: 100vw;
    z-index: 10;
    display: block;
}

.overlay-shiga.inactive {
    display: none !important;
}

.overlay-shiga a {
    text-decoration: none;
}

.overlay-shiga {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    transition: all 0.6s;
    width: 100vw;
    z-index: 10;
    display: block;
}

.overlay-kyoto.inactive {
    display: none !important;
}

.overlay-kyoto a {
    text-decoration: none;
}

.overlay-kyoto {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    transition: all 0.6s;
    width: 100vw;
    z-index: 10;
    display: block;
}

.overlay-osaka.inactive {
    display: none !important;
}

.overlay-osaka a {
    text-decoration: none;
}

.overlay-osaka {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    transition: all 0.6s;
    width: 100vw;
    z-index: 10;
    display: block;
}

.overlay-hyogo.inactive {
    display: none !important;
}

.overlay-hyogo a {
    text-decoration: none;
}

.overlay-hyogo {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    transition: all 0.6s;
    width: 100vw;
    z-index: 10;
    display: block;
}

.overlay-nara.inactive {
    display: none !important;
}

.overlay-nara a {
    text-decoration: none;
}

.overlay-nara {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    transition: all 0.6s;
    width: 100vw;
    z-index: 10;
    display: block;
}

.overlay-wakayama.inactive {
    display: none !important;
}

.overlay-wakayama a {
    text-decoration: none;
}

.overlay-wakayama {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    transition: all 0.6s;
    width: 100vw;
    z-index: 10;
    display: block;
}

.overlay-kochi.inactive {
    display: none !important;
}

.overlay-kochi a {
    text-decoration: none;
}

.overlay-kochi {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    transition: all 0.6s;
    width: 100vw;
    z-index: 10;
    display: block;
}

.overlay-ehime.inactive {
    display: none !important;
}

.overlay-ehime a {
    text-decoration: none;
}

.overlay-ehime {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    transition: all 0.6s;
    width: 100vw;
    z-index: 10;
    display: block;
}

.overlay-kagawa.inactive {
    display: none !important;
}

.overlay-kagawa a {
    text-decoration: none;
}

.overlay-kagawa {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    transition: all 0.6s;
    width: 100vw;
    z-index: 10;
    display: block;
}

.overlay-yamaguchi.inactive {
    display: none !important;
}

.overlay-yamaguchi a {
    text-decoration: none;
}

.overlay-yamaguchi {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    transition: all 0.6s;
    width: 100vw;
    z-index: 10;
    display: block;
}

.overlay-tokushima.inactive {
    display: none !important;
}

.overlay-tokushima a {
    text-decoration: none;
}

.overlay-tokushima {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    transition: all 0.6s;
    width: 100vw;
    z-index: 10;
    display: block;
}

.overlay-hiroshima.inactive {
    display: none !important;
}

.overlay-hiroshima a {
    text-decoration: none;
}

.overlay-hiroshima {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    transition: all 0.6s;
    width: 100vw;
    z-index: 10;
    display: block;
}

.overlay-okayama.inactive {
    display: none !important;
}

.overlay-okayama a {
    text-decoration: none;
}

.overlay-okayama {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    transition: all 0.6s;
    width: 100vw;
    z-index: 10;
    display: block;
}

.overlay-shimane.inactive {
    display: none !important;
}

.overlay-shimane a {
    text-decoration: none;
}

.overlay-shimane {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    transition: all 0.6s;
    width: 100vw;
    z-index: 10;
    display: block;
}

.overlay-tottori.inactive {
    display: none !important;
}

.overlay-tottori a {
    text-decoration: none;
}

.overlay-tottori {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    transition: all 0.6s;
    width: 100vw;
    z-index: 10;
    display: block;
}

.overlay-fukuoka.inactive {
    display: none !important;
}

.overlay-fukuoka a {
    text-decoration: none;
}

.overlay-fukuoka {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    transition: all 0.6s;
    width: 100vw;
    z-index: 10;
    display: block;
}

.overlay-saga.inactive {
    display: none !important;
}

.overlay-saga a {
    text-decoration: none;
}

.overlay-saga {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    transition: all 0.6s;
    width: 100vw;
    z-index: 10;
    display: block;
}

.overlay-nagasaki.inactive {
    display: none !important;
}

.overlay-nagasaki a {
    text-decoration: none;
}

.overlay-nagasaki {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    transition: all 0.6s;
    width: 100vw;
    z-index: 10;
    display: block;
}

.overlay-kumamoto.inactive {
    display: none !important;
}

.overlay-kumamoto a {
    text-decoration: none;
}

.overlay-kumamoto {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    transition: all 0.6s;
    width: 100vw;
    z-index: 10;
    display: block;
}

.overlay-oita.inactive {
    display: none !important;
}

.overlay-oita a {
    text-decoration: none;
}

.overlay-oita {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    transition: all 0.6s;
    width: 100vw;
    z-index: 10;
    display: block;
}

.overlay-miyazaki.inactive {
    display: none !important;
}

.overlay-miyazaki a {
    text-decoration: none;
}

.overlay-miyazaki {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    transition: all 0.6s;
    width: 100vw;
    z-index: 10;
    display: block;
}

.overlay-kagoshima.inactive {
    display: none !important;
}

.overlay-kagoshima a {
    text-decoration: none;
}

.overlay-kagoshima {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    transition: all 0.6s;
    width: 100vw;
    z-index: 10;
    display: block;
}

.overlay-okinawa.inactive {
    display: none !important;
}

.overlay-okinawa a {
    text-decoration: none;
}

.overlay-okinawa {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    transition: all 0.6s;
    width: 100vw;
    z-index: 10;
    display: block;
}

.blk_condition {
    border-radius: 8px;
    background-color: white;
    position: relative;
    font-size: 1.6rem;
    font-weight: 700;
}

.blk_condition a {
    text-decoration: none;
}

.blk_condition dl.box_area dd:after {
    content: "市区町村を選ぶ";
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 1.4rem;
    color: #1ba0e5;
}

.blk_condition dl.box_desire dd:after {
    content: "都道府県を選ぶ";
    position: absolute;
    top: 11px;
    right: 20px;
    font-size: 1.4rem;
    color: #1ba0e5;
}

.selected {
    width: 200px;
    height: 47px;
    float: left;
    background-color: #e5f3fa;
    border-bottom: 1px solid #ccc;
    margin-right: 24px;
}

.selected p {
    padding-top: 10px;
}

.box_desire {
    height: 47px;
    border: 1px solid #ccc;
    border-radius: 8px 8px 0 0;
    border-bottom: none;
    text-align: center;
    color: black;
}

.box_desire .selected {
    border-radius: 8px 0 0 0;
}

.box_desire dd {
    padding-top: 10px;
}

.box_desire dd p {
    text-align: left;
    text-decoration-color: white;
}








.box_area {
    height: 47px;
    border: 1px solid #ccc;
    border-radius: 0 0 8px 8px;
    text-align: center;
    color: black;
}

.box_area .selected {
    border-radius: 0 0 0 8px;
}

.box_area dd {
    padding-top: 10px;
}

.box_area dd p {
    text-align: left;
}

.box_area dd {
    text-decoration: none;
}

@media only screen and (max-width:670px) {
    .modal {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        display: none;
        left: 4%;
        position: fixed;
        top: 25%;
        z-index: 100;
        height: 400px;
        background-color: #fff;
        border-radius: 10px;
    }
}

@media only screen and (min-width:410px) {
    .modal {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        display: none;
        left: 8%;
        position: fixed;
        top: 25%;
        z-index: 100;
        height: 400px;
        background-color: #fff;
        border-radius: 10px;
    }
}

@media only screen and (min-width:1020px) {
    .modal {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        display: none;
        left: 11%;
        position: fixed;
        top: 16%;
        z-index: 100;
        height: 400px;
        background-color: #fff;
        border-radius: 10px;
    }
}

@media only screen and (min-width:1400px) {
    .modal {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        display: none;
        left: 22%;
        position: fixed;
        top: 26%;
        z-index: 100;
        height: 400px;
        background-color: #fff;
        border-radius: 10px;
    }
}

.modal.modal_area .modal__container {
    width: 816px;
}

@media only screen and (max-width:670px) {
    .modal.modal_area .modal__container {
        width: 350px;
    }
}

.modal__container {
    margin: 0;
    width: auto;
    position: relative;
}

.modal__container .state-visible {
    opacity: 1.0;
}

.modal.modal_area .modal__container h2 {
    border-bottom: 1px solid #ccc;
    font-size: 1.7rem;
    height: 64px;
    line-height: 64px;
    text-align: center;
}

.modal__header {
    padding: 20px 40px 20px 20px;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
}

.modal__title {
    font-size: 1.4rem;
}

.modal__footer {
    box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, .1);
    padding: 10px;
    text-align: center;
}

.list_city {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -2px;
}

.list_city li {
    width: 50%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    box-sizing: border-box;
    height: 48px;
    position: relative;
}

.list_city li label {
    align-items: center;
    color: #1ba0e5;
    display: flex;
    font-size: 1.6rem;
    font-weight: 700;
    height: 100%;
    justify-content: space-between;
    line-height: 1;
    margin: 0;
    padding-left: 20px;
    cursor: pointer;
}

.blk_select label div {
    color: #0a5b9c;
    width: 100%;
    background-color: #C7DDF0;
    padding-left: 20px;
    font-weight: 700;
    font-size: 18px;
}

.city_line {
    border-bottom: 1px solid #ccc;
}

.ttl_kana {
    display: block;
    font-size: 1.7rem;
    height: 40px;
    line-height: 40px;
    position: relative;
    background: #e5f3fa;
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    height: 32px;
    line-height: 32px;
    margin: 0;
    padding-left: 20px;
}



.modal.modal_area .modal__container .blk_select h3 {
    font-size: 1.8rem;
    height: 56px;
    line-height: 56px;
    padding-left: 20px;
}

.modal.modal_area .modal__container .blk_select .link_change {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    align-items: center;
    border-bottom: 1px solid #ccc;
    color: #1ba0e5;
    display: flex;
    font-size: 1.4rem;
    font-weight: 700;
    height: 48px;
    line-height: 1;
    margin: 0;
    padding-left: 20px;
    position: relative;
    cursor: pointer;
}

.link_change::before {
    content: "«";
    color: #1ba0e5;
    margin-right: 8px;
    font-size: 3rem;
    padding-bottom: 3px;
}

.checkbox {
    cursor: pointer;
    display: block;
    font-size: 1.6rem;
    overflow: hidden;
    padding: 10px 20px;
    position: relative;
}

.checkbox-list__item {
    border-bottom: 1px solid #e6e6e6;
}

.checkbox__title {
    color: #1ba0e5;
}

.checkbox__title:before {
    background: #fff;
    border: 1px solid #c8c8c8;
    border-radius: 2px;
    box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, .3);
    content: "";
    height: 1em;
    left: 20px;
    position: absolute;
    top: 15px;
    width: 1em;
}

.checkmark+label {}

.button--main {
    background: #1ba0e5;
    border: none;
    box-shadow: 0 3px 0 0 #1682b9;
    color: #fff !important;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 0.5em 0;
    transition-duration: .5s;
    border-radius: 3px;
}

.button--main:hover {
    background-color: #1ba0e5;
}

.button:hover {
    box-shadow: 0 0 0 0 transparent;
    text-decoration: none;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
}

.button--size_medium {
    font-size: 1.8rem;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    width: 460px;
}

.condition_search_button {
    cursor: pointer;
}

.wp-block-embed__wrapper {
    border: 1px solid #dcdcde;
    padding: 20px;
}

.wp-block-embed__wrapper a {
    color: #000;
    text-decoration: none;
}

.wp-block-embed__wrapper_img {
    width: 96px;
    height: 54px;
    position: absolute;
}

.title_position {
    font-size: 1.4rem;
    padding-left: 110px;
    font-weight: bold;
    height: 60px;
}

@media only screen and (min-width: 760px) {
    .title_position {
        font-size: 1.6rem;
        padding-left: 110px;
        font-weight: bold;
        height: 60px;
    }
}

.embed_ribbon {
    width: 60%;
    color: #fff;
    font-size: 1.4rem;
    background: #dd523b;
    margin-top: 24px;
    padding: 0 10px;
}

.sogijo_for_cta_map {
    margin: 0;
    padding: 0 20px;
}

.sogijo_for_cta_map_2 {
    margin: 0;
    padding: 0 20px;
}

.sogijo_for_cta_map .map {
    display: flex;
    margin: 20px 0;
    height: 123px;
}

.sogijo_for_cta_map_2 .map {
    display: flex;
    margin: 20px 0;
    height: 123px;
}

@media only screen and (max-width:600px) {
    .sogijo_for_cta_map .map {
        display: flex;
        margin: 20px 0;
        height: 83px;
    }
}

@media only screen and (max-width:600px) {
    .sogijo_for_cta_map_2 .map {
        display: flex;
        margin: 20px 0;
        height: 83px;
    }
}

.sogijo_for_cta_map .mapImg {
    width: 30%;
    height: 120%;
}

.sogijo_for_cta_map_2 .mapImg {
    width: 30%;
    height: auto;
}

.sogijo_for_cta_map .text {
    margin-left: 10px;
}

.sogijo_for_cta_map_2 .text {
    margin-left: 10px;
}

.sogijo_for_cta_map .map {
    position: relative;
}

.sogijo_for_cta_map_2 .map {
    position: relative;
}


.sogijo_for_cta_map .title div {
    font-weight: bold;
    padding-left: 30px;
    position: absolute;
    top: 5%;
}

.sogijo_for_cta_map_2 .title div {
    font-weight: bold;
    padding-left: 30px;
    position: absolute;
    top: 5%;
}

@media only screen and (min-width:600px) {
    .sogijo_for_cta_map .title div {
        font-weight: bold;
        padding-left: 20px;
        position: absolute;
        top: 5%;
    }
}

@media only screen and (min-width:600px) {
    .sogijo_for_cta_map_2 .title div {
        font-weight: bold;
        padding-left: 20px;
        position: absolute;
        top: 5%;
    }
}

.sogijo_for_cta_map h2 {
    text-align: center;
    background: #D9D9D9;
    font-size: 1.8rem;
    padding: 9px 10px;
    font-weight: 700;
}

.sogijo_for_cta_map_2 h2 {
    background: rgba(174, 135, 41, .2);
    font-size: 1.8rem;
    padding: 9px 10px;
    font-weight: 700;
    border-left: 3px solid #ae8729;
}

.l_newsColumnsDetailInner01 .sogijo_for_cta_map_2 h2 {
    border-left: none;
}

.sogijo_for_cta_map ul {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-bottom: 10px;
}

.sogijo_for_cta_map_2 ul {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-bottom: 10px;
}

.sogijo_for_cta_map li {
    width: 50%;
    padding: 15px 0;
    padding-left: 10px;
}

.sogijo_for_cta_map_2 li {
    width: 50%;
    padding: 15px 0;
    padding-left: 10px;
}

.hokkaido-tohoku-list::after {
    content: "";
    position: absolute;
    left: 43%;
    top: 15.5%;
    width: 5px;
    height: 5px;
    border: 2px solid #666;
    border-bottom: 0;
    border-left: 0;
    border-color: #48b6a7;
    right: 16px;
    transform: translateY(-50%) rotate(45deg);
}

.hokkaido-list::after {
    content: "";
    position: absolute;
    left: 43%;
    top: 11.5%;
    width: 5px;
    height: 5px;
    border: 2px solid #666;
    border-bottom: 0;
    border-left: 0;
    border-color: #48b6a7;
    right: 16px;
    transform: translateY(-50%) rotate(45deg);
}

.aomori-list::after {
    content: "";
    position: absolute;
    left: 93%;
    top: 11.5%;
    width: 5px;
    height: 5px;
    border: 2px solid #666;
    border-bottom: 0;
    border-left: 0;
    border-color: #48b6a7;
    right: 16px;
    transform: translateY(-50%) rotate(45deg);
}

.iwate-list::after {
    content: "";
    position: absolute;
    left: 43%;
    top: 35.5%;
    width: 5px;
    height: 5px;
    border: 2px solid #666;
    border-bottom: 0;
    border-left: 0;
    border-color: #48b6a7;
    right: 16px;
    transform: translateY(-50%) rotate(45deg);
}

.miyagi-list::after {
    content: "";
    position: absolute;
    left: 93%;
    top: 35.5%;
    width: 5px;
    height: 5px;
    border: 2px solid #666;
    border-bottom: 0;
    border-left: 0;
    border-color: #48b6a7;
    right: 16px;
    transform: translateY(-50%) rotate(45deg);
}

.akita-list::after {
    content: "";
    position: absolute;
    left: 43%;
    top: 59%;
    width: 5px;
    height: 5px;
    border: 2px solid #666;
    border-bottom: 0;
    border-left: 0;
    border-color: #48b6a7;
    right: 16px;
    transform: translateY(-50%) rotate(45deg);
}

.yamagata-list::after {
    content: "";
    position: absolute;
    left: 93%;
    top: 59%;
    width: 5px;
    height: 5px;
    border: 2px solid #666;
    border-bottom: 0;
    border-left: 0;
    border-color: #48b6a7;
    right: 16px;
    transform: translateY(-50%) rotate(45deg);
}

.fukushima-list::after {
    content: "";
    position: absolute;
    left: 43%;
    top: 83%;
    width: 5px;
    height: 5px;
    border: 2px solid #666;
    border-bottom: 0;
    border-left: 0;
    border-color: #48b6a7;
    right: 16px;
    transform: translateY(-50%) rotate(45deg);
}

.ibaraki-list::after {
    content: "";
    position: absolute;
    left: 43%;
    top: 11.5%;
    width: 5px;
    height: 5px;
    border: 2px solid #666;
    border-bottom: 0;
    border-left: 0;
    border-color: #48b6a7;
    right: 16px;
    transform: translateY(-50%) rotate(45deg);
}

.tochigi-list::after {
    content: "";
    position: absolute;
    left: 93%;
    top: 11.5%;
    width: 5px;
    height: 5px;
    border: 2px solid #666;
    border-bottom: 0;
    border-left: 0;
    border-color: #48b6a7;
    right: 16px;
    transform: translateY(-50%) rotate(45deg);
}

.gumma-list::after {
    content: "";
    position: absolute;
    left: 43%;
    top: 35.5%;
    width: 5px;
    height: 5px;
    border: 2px solid #666;
    border-bottom: 0;
    border-left: 0;
    border-color: #48b6a7;
    right: 16px;
    transform: translateY(-50%) rotate(45deg);
}

.saitama-list::after {
    content: "";
    position: absolute;
    left: 93%;
    top: 35.5%;
    width: 5px;
    height: 5px;
    border: 2px solid #666;
    border-bottom: 0;
    border-left: 0;
    border-color: #48b6a7;
    right: 16px;
    transform: translateY(-50%) rotate(45deg);
}

.chiba-list::after {
    content: "";
    position: absolute;
    left: 43%;
    top: 59%;
    width: 5px;
    height: 5px;
    border: 2px solid #666;
    border-bottom: 0;
    border-left: 0;
    border-color: #48b6a7;
    right: 16px;
    transform: translateY(-50%) rotate(45deg);
}

.tokyo-list::after {
    content: "";
    position: absolute;
    left: 93%;
    top: 59%;
    width: 5px;
    height: 5px;
    border: 2px solid #666;
    border-bottom: 0;
    border-left: 0;
    border-color: #48b6a7;
    right: 16px;
    transform: translateY(-50%) rotate(45deg);
}

.kanagawa-list::after {
    content: "";
    position: absolute;
    left: 43%;
    top: 83%;
    width: 5px;
    height: 5px;
    border: 2px solid #666;
    border-bottom: 0;
    border-left: 0;
    border-color: #48b6a7;
    right: 16px;
    transform: translateY(-50%) rotate(45deg);
}

.niigata-list::after {
    content: "";
    position: absolute;
    left: 43%;
    top: 9.5%;
    width: 5px;
    height: 5px;
    border: 2px solid #666;
    border-bottom: 0;
    border-left: 0;
    border-color: #48b6a7;
    right: 16px;
    transform: translateY(-50%) rotate(45deg);
}

.nagano-list::after {
    content: "";
    position: absolute;
    left: 93%;
    top: 9.5%;
    width: 5px;
    height: 5px;
    border: 2px solid #666;
    border-bottom: 0;
    border-left: 0;
    border-color: #48b6a7;
    right: 16px;
    transform: translateY(-50%) rotate(45deg);
}

.yamanashi-list::after {
    content: "";
    position: absolute;
    left: 43%;
    top: 28.5%;
    width: 5px;
    height: 5px;
    border: 2px solid #666;
    border-bottom: 0;
    border-left: 0;
    border-color: #48b6a7;
    right: 16px;
    transform: translateY(-50%) rotate(45deg);
}

.ishikawa-list::after {
    content: "";
    position: absolute;
    left: 93%;
    top: 28.5%;
    width: 5px;
    height: 5px;
    border: 2px solid #666;
    border-bottom: 0;
    border-left: 0;
    border-color: #48b6a7;
    right: 16px;
    transform: translateY(-50%) rotate(45deg);
}

.toyama-list::after {
    content: "";
    position: absolute;
    left: 43%;
    top: 48%;
    width: 5px;
    height: 5px;
    border: 2px solid #666;
    border-bottom: 0;
    border-left: 0;
    border-color: #48b6a7;
    right: 16px;
    transform: translateY(-50%) rotate(45deg);
}

.gifu-list::after {
    content: "";
    position: absolute;
    left: 93%;
    top: 48%;
    width: 5px;
    height: 5px;
    border: 2px solid #666;
    border-bottom: 0;
    border-left: 0;
    border-color: #48b6a7;
    right: 16px;
    transform: translateY(-50%) rotate(45deg);
}

.shizuoka-list::after {
    content: "";
    position: absolute;
    left: 43%;
    top: 67%;
    width: 5px;
    height: 5px;
    border: 2px solid #666;
    border-bottom: 0;
    border-left: 0;
    border-color: #48b6a7;
    right: 16px;
    transform: translateY(-50%) rotate(45deg);
}

.aichi-list::after {
    content: "";
    position: absolute;
    left: 93%;
    top: 67%;
    width: 5px;
    height: 5px;
    border: 2px solid #666;
    border-bottom: 0;
    border-left: 0;
    border-color: #48b6a7;
    right: 16px;
    transform: translateY(-50%) rotate(45deg);
}

.fukui-list::after {
    content: "";
    position: absolute;
    left: 43%;
    top: 86.5%;
    width: 5px;
    height: 5px;
    border: 2px solid #666;
    border-bottom: 0;
    border-left: 0;
    border-color: #48b6a7;
    right: 16px;
    transform: translateY(-50%) rotate(45deg);
}

.osaka-list::after {
    content: "";
    position: absolute;
    left: 43%;
    top: 11.5%;
    width: 5px;
    height: 5px;
    border: 2px solid #666;
    border-bottom: 0;
    border-left: 0;
    border-color: #48b6a7;
    right: 16px;
    transform: translateY(-50%) rotate(45deg);
}

.kyoto-list::after {
    content: "";
    position: absolute;
    left: 93%;
    top: 11.5%;
    width: 5px;
    height: 5px;
    border: 2px solid #666;
    border-bottom: 0;
    border-left: 0;
    border-color: #48b6a7;
    right: 16px;
    transform: translateY(-50%) rotate(45deg);
}

.hyogo-list::after {
    content: "";
    position: absolute;
    left: 43%;
    top: 35.5%;
    width: 5px;
    height: 5px;
    border: 2px solid #666;
    border-bottom: 0;
    border-left: 0;
    border-color: #48b6a7;
    right: 16px;
    transform: translateY(-50%) rotate(45deg);
}

.nara-list::after {
    content: "";
    position: absolute;
    left: 93%;
    top: 35.5%;
    width: 5px;
    height: 5px;
    border: 2px solid #666;
    border-bottom: 0;
    border-left: 0;
    border-color: #48b6a7;
    right: 16px;
    transform: translateY(-50%) rotate(45deg);
}

.mie-list::after {
    content: "";
    position: absolute;
    left: 43%;
    top: 59.5%;
    width: 5px;
    height: 5px;
    border: 2px solid #666;
    border-bottom: 0;
    border-left: 0;
    border-color: #48b6a7;
    right: 16px;
    transform: translateY(-50%) rotate(45deg);
}

.shiga-list::after {
    content: "";
    position: absolute;
    left: 93%;
    top: 59.5%;
    width: 5px;
    height: 5px;
    border: 2px solid #666;
    border-bottom: 0;
    border-left: 0;
    border-color: #48b6a7;
    right: 16px;
    transform: translateY(-50%) rotate(45deg);
}

.wakayama-list::after {
    content: "";
    position: absolute;
    left: 43%;
    top: 83%;
    width: 5px;
    height: 5px;
    border: 2px solid #666;
    border-bottom: 0;
    border-left: 0;
    border-color: #48b6a7;
    right: 16px;
    transform: translateY(-50%) rotate(45deg);
}

.tottori-list::after {
    content: "";
    position: absolute;
    left: 43%;
    top: 9.5%;
    width: 5px;
    height: 5px;
    border: 2px solid #666;
    border-bottom: 0;
    border-left: 0;
    border-color: #48b6a7;
    right: 16px;
    transform: translateY(-50%) rotate(45deg);
}

.shimane-list::after {
    content: "";
    position: absolute;
    left: 93%;
    top: 9.5%;
    width: 5px;
    height: 5px;
    border: 2px solid #666;
    border-bottom: 0;
    border-left: 0;
    border-color: #48b6a7;
    right: 16px;
    transform: translateY(-50%) rotate(45deg);
}

.okayama-list::after {
    content: "";
    position: absolute;
    left: 43%;
    top: 28.5%;
    width: 5px;
    height: 5px;
    border: 2px solid #666;
    border-bottom: 0;
    border-left: 0;
    border-color: #48b6a7;
    right: 16px;
    transform: translateY(-50%) rotate(45deg);
}

.hiroshima-list::after {
    content: "";
    position: absolute;
    left: 93%;
    top: 28.5%;
    width: 5px;
    height: 5px;
    border: 2px solid #666;
    border-bottom: 0;
    border-left: 0;
    border-color: #48b6a7;
    right: 16px;
    transform: translateY(-50%) rotate(45deg);
}

.yamaguchi-list::after {
    content: "";
    position: absolute;
    left: 43%;
    top: 48%;
    width: 5px;
    height: 5px;
    border: 2px solid #666;
    border-bottom: 0;
    border-left: 0;
    border-color: #48b6a7;
    right: 16px;
    transform: translateY(-50%) rotate(45deg);
}

.kochi-list::after {
    content: "";
    position: absolute;
    left: 93%;
    top: 48%;
    width: 5px;
    height: 5px;
    border: 2px solid #666;
    border-bottom: 0;
    border-left: 0;
    border-color: #48b6a7;
    right: 16px;
    transform: translateY(-50%) rotate(45deg);
}

.tokushima-list::after {
    content: "";
    position: absolute;
    left: 43%;
    top: 67%;
    width: 5px;
    height: 5px;
    border: 2px solid #666;
    border-bottom: 0;
    border-left: 0;
    border-color: #48b6a7;
    right: 16px;
    transform: translateY(-50%) rotate(45deg);
}

.kagawa-list::after {
    content: "";
    position: absolute;
    left: 93%;
    top: 67%;
    width: 5px;
    height: 5px;
    border: 2px solid #666;
    border-bottom: 0;
    border-left: 0;
    border-color: #48b6a7;
    right: 16px;
    transform: translateY(-50%) rotate(45deg);
}

.ehime-list::after {
    content: "";
    position: absolute;
    left: 43%;
    top: 86.5%;
    width: 5px;
    height: 5px;
    border: 2px solid #666;
    border-bottom: 0;
    border-left: 0;
    border-color: #48b6a7;
    right: 16px;
    transform: translateY(-50%) rotate(45deg);
}

.fukuoka-list::after {
    content: "";
    position: absolute;
    left: 43%;
    top: 11.5%;
    width: 5px;
    height: 5px;
    border: 2px solid #666;
    border-bottom: 0;
    border-left: 0;
    border-color: #48b6a7;
    right: 16px;
    transform: translateY(-50%) rotate(45deg);
}

.saga-list::after {
    content: "";
    position: absolute;
    left: 93%;
    top: 11.5%;
    width: 5px;
    height: 5px;
    border: 2px solid #666;
    border-bottom: 0;
    border-left: 0;
    border-color: #48b6a7;
    right: 16px;
    transform: translateY(-50%) rotate(45deg);
}

.nagasaki-list::after {
    content: "";
    position: absolute;
    left: 43%;
    top: 35.5%;
    width: 5px;
    height: 5px;
    border: 2px solid #666;
    border-bottom: 0;
    border-left: 0;
    border-color: #48b6a7;
    right: 16px;
    transform: translateY(-50%) rotate(45deg);
}

.kumamoto-list::after {
    content: "";
    position: absolute;
    left: 93%;
    top: 35.5%;
    width: 5px;
    height: 5px;
    border: 2px solid #666;
    border-bottom: 0;
    border-left: 0;
    border-color: #48b6a7;
    right: 16px;
    transform: translateY(-50%) rotate(45deg);
}

.oita-list::after {
    content: "";
    position: absolute;
    left: 43%;
    top: 59%;
    width: 5px;
    height: 5px;
    border: 2px solid #666;
    border-bottom: 0;
    border-left: 0;
    border-color: #48b6a7;
    right: 16px;
    transform: translateY(-50%) rotate(45deg);
}

.miyazaki-list::after {
    content: "";
    position: absolute;
    left: 93%;
    top: 59%;
    width: 5px;
    height: 5px;
    border: 2px solid #666;
    border-bottom: 0;
    border-left: 0;
    border-color: #48b6a7;
    right: 16px;
    transform: translateY(-50%) rotate(45deg);
}

.kagoshima-list::after {
    content: "";
    position: absolute;
    left: 43%;
    top: 83%;
    width: 5px;
    height: 5px;
    border: 2px solid #666;
    border-bottom: 0;
    border-left: 0;
    border-color: #48b6a7;
    right: 16px;
    transform: translateY(-50%) rotate(45deg);
}

.okinawa-list::after {
    content: "";
    position: absolute;
    left: 93%;
    top: 83%;
    width: 5px;
    height: 5px;
    border: 2px solid #666;
    border-bottom: 0;
    border-left: 0;
    border-color: #48b6a7;
    right: 16px;
    transform: translateY(-50%) rotate(45deg);
}

.kanto-list::after {
    content: "";
    position: absolute;
    left: 93%;
    top: 15.5%;
    width: 5px;
    height: 5px;
    border: 2px solid #666;
    border-bottom: 0;
    border-left: 0;
    border-color: #48b6a7;
    right: 16px;
    transform: translateY(-50%) rotate(45deg);
}

.tyubu-koshinetsu-list::after {
    content: "";
    position: absolute;
    left: 43%;
    top: 47%;
    width: 5px;
    height: 5px;
    border: 2px solid #666;
    border-bottom: 0;
    border-left: 0;
    border-color: #48b6a7;
    right: 16px;
    transform: translateY(-50%) rotate(45deg);
}

.kansai-list::after {
    content: "";
    position: absolute;
    left: 93%;
    top: 47%;
    width: 5px;
    height: 5px;
    border: 2px solid #666;
    border-bottom: 0;
    border-left: 0;
    border-color: #48b6a7;
    right: 16px;
    transform: translateY(-50%) rotate(45deg);
}

.tyugoku-shikoku-list::after {
    content: "";
    position: absolute;
    left: 43%;
    top: 78%;
    width: 5px;
    height: 5px;
    border: 2px solid #666;
    border-bottom: 0;
    border-left: 0;
    border-color: #48b6a7;
    right: 16px;
    transform: translateY(-50%) rotate(45deg);
}

.kyushu-okinawa-list::after {
    content: "";
    position: absolute;
    left: 93%;
    top: 78%;
    width: 5px;
    height: 5px;
    border: 2px solid #666;
    border-bottom: 0;
    border-left: 0;
    border-color: #48b6a7;
    right: 16px;
    transform: translateY(-50%) rotate(45deg);
}

.hokkaido-tohoku-list {
    border: 1px solid #98958f;
    border-right: none;
    border-bottom: none;
    font-weight: 700;
}

.hokkaido-list {
    border: 1px solid #98958f;
    border-right: none;
    border-bottom: none;
    font-weight: 700;
}

.aomori-list {
    border: 1px solid #98958f;
    border-bottom: none;
    font-weight: 700;
}

.iwate-list {
    border: 1px solid #98958f;
    border-right: none;
    border-bottom: none;
    font-weight: 700;
}

.akita-list {
    border: 1px solid #98958f;
    border-right: none;
    border-bottom: none;
    font-weight: 700;
}

.miyagi-list {
    border: 1px solid #98958f;
    border-bottom: none;
    font-weight: 700;
}

.yamagata-list {
    border: 1px solid #98958f;
    font-weight: 700;
}

.fukushima-list {
    border: 1px solid #98958f;
    font-weight: 700;
}

.ibaraki-list {
    border: 1px solid #98958f;
    border-right: none;
    border-bottom: none;
    font-weight: 700;
}

.tochigi-list {
    border: 1px solid #98958f;
    border-bottom: none;
    font-weight: 700;
}

.gumma-list {
    border: 1px solid #98958f;
    border-right: none;
    border-bottom: none;
    font-weight: 700;
}

.saitama-list {
    border: 1px solid #98958f;
    border-bottom: none;
    font-weight: 700;
}

.chiba-list {
    border: 1px solid #98958f;
    border-right: none;
    border-bottom: none;
    font-weight: 700;
}

.tokyo-list {
    border: 1px solid #98958f;
    font-weight: 700;
}

.kanagawa-list {
    border: 1px solid #98958f;
    font-weight: 700;
}

.niigata-list {
    border: 1px solid #98958f;
    border-right: none;
    border-bottom: none;
    font-weight: 700;
}

.nagano-list {
    border: 1px solid #98958f;
    border-bottom: none;
    font-weight: 700;
}

.yamanashi-list {
    border: 1px solid #98958f;
    border-right: none;
    border-bottom: none;
    font-weight: 700;
}

.ishikawa-list {
    border: 1px solid #98958f;
    border-bottom: none;
    font-weight: 700;
}

.toyama-list {
    border: 1px solid #98958f;
    border-right: none;
    border-bottom: none;
    font-weight: 700;
}

.gifu-list {
    border: 1px solid #98958f;
    border-bottom: none;
    font-weight: 700;
}

.shizuoka-list {
    border: 1px solid #98958f;
    border-right: none;
    border-bottom: none;
    font-weight: 700;
}

.aichi-list {
    border: 1px solid #98958f;
    font-weight: 700;
}

.fukui-list {
    border: 1px solid #98958f;
    font-weight: 700;
}

.osaka-list {
    border: 1px solid #98958f;
    border-right: none;
    border-bottom: none;
    font-weight: 700;
}

.kyoto-list {
    border: 1px solid #98958f;
    border-bottom: none;
    font-weight: 700;
}

.hyogo-list {
    border: 1px solid #98958f;
    border-right: none;
    border-bottom: none;
    font-weight: 700;
}

.nara-list {
    border: 1px solid #98958f;
    border-bottom: none;
    font-weight: 700;
}

.mie-list {
    border: 1px solid #98958f;
    border-right: none;
    border-bottom: none;
    font-weight: 700;
}

.shiga-list {
    border: 1px solid #98958f;
    font-weight: 700;
}

.wakayama-list {
    border: 1px solid #98958f;
    font-weight: 700;
}

.tottori-list {
    border: 1px solid #98958f;
    border-right: none;
    border-bottom: none;
    font-weight: 700;
}

.shimane-list {
    border: 1px solid #98958f;
    border-bottom: none;
    font-weight: 700;
}

.okayama-list {
    border: 1px solid #98958f;
    border-right: none;
    border-bottom: none;
    font-weight: 700;
}

.hiroshima-list {
    border: 1px solid #98958f;
    border-bottom: none;
    font-weight: 700;
}

.yamaguchi-list {
    border: 1px solid #98958f;
    border-right: none;
    border-bottom: none;
    font-weight: 700;
}

.kochi-list {
    border: 1px solid #98958f;
    border-bottom: none;
    font-weight: 700;
}

.tokushima-list {
    border: 1px solid #98958f;
    border-right: none;
    border-bottom: none;
    font-weight: 700;
}

.kagawa-list {
    border: 1px solid #98958f;
    font-weight: 700;
}

.ehime-list {
    border: 1px solid #98958f;
    font-weight: 700;
}

.fukuoka-list {
    border: 1px solid #98958f;
    border-right: none;
    border-bottom: none;
    font-weight: 700;
}

.saga-list {
    border: 1px solid #98958f;
    border-bottom: none;
    font-weight: 700;
}

.nagasaki-list {
    border: 1px solid #98958f;
    border-right: none;
    border-bottom: none;
    font-weight: 700;
    color: gainsboro;
}

.kumamoto-list {
    border: 1px solid #98958f;
    border-bottom: none;
    font-weight: 700;
}

.oita-list {
    border: 1px solid #98958f;
    border-right: none;
    border-bottom: none;
    font-weight: 700;
}

.miyazaki-list {
    border: 1px solid #98958f;
    border-bottom: none;
    font-weight: 700;
}

.kagoshima-list {
    border: 1px solid #98958f;
    border-right: none;
    font-weight: 700;
}

.okinawa-list {
    border: 1px solid #98958f;
    font-weight: 700;
}

.kanto-list {
    border: 1px solid #98958f;
    border-bottom: none;
    font-weight: 700;
}

.tyubu-koshinetsu-list {
    border: 1px solid #98958f;
    border-right: none;
    border-bottom: none;
    font-weight: 700;
}

.kansai-list {
    border: 1px solid #98958f;
    border-bottom: none;
    font-weight: 700;
}

.tyugoku-shikoku-list {
    border: 1px solid #98958f;
    border-right: none;
    font-weight: 700;
}

.kyushu-okinawa-list {
    border: 1px solid #98958f;
    font-weight: 700;
}

.modal.modal_area .modal__container .sogijo_for_cta_map h2 {
    height: 80px;
    line-height: 0;
    padding: 25px 0;
    background-color: white;
    border-bottom: none;
}

.modal.modal_area .modal__container .sogijo_for_cta_map_2 h2 {
    height: 0;
    line-height: 0;
    padding: 25px 0;
    background-color: white;
    border-bottom: none;
}

.modal__container .sogijo_for_cta_map h3 {
    position: relative;
}

.modal__container .sogijo_for_cta_map_2 h3 {
    position: relative;
}


.modal__container .sogijo_for_cta_map h3::before {
    content: "";
    position: absolute;
    left: 83%;
    top: 50%;
    width: 5px;
    height: 5px;
    border: 2px solid #666;
    border-bottom: 0;
    border-left: 0;
    right: 16px;
    transform: translateY(-50%) rotate(225deg);
}



@media only screen and (max-width:600px) {
    .modal__container .sogijo_for_cta_map h3::before {
        content: "";
        position: absolute;
        left: 83%;
        top: 50%;
        width: 5px;
        height: 5px;
        border: 2px solid #666;
        border-bottom: 0;
        border-left: 0;
        right: 16px;
        transform: translateY(-50%) rotate(225deg);
    }
}

@media only screen and (min-width:600px) {
    .modal__container .sogijo_for_cta_map h3::before {
        content: "";
        position: absolute;
        left: 91%;
        top: 58%;
        width: 5px;
        height: 5px;
        border: 2px solid #666;
        border-bottom: 0;
        border-left: 0;
        right: 16px;
        transform: translateY(-50%) rotate(225deg);
    }

    .l_newsColumnsDetailInner01 .modal__container .sogijo_for_cta_map h3::before {
        content: "";
        position: absolute;
        left: 91%;
        top: 75%;
        width: 5px;
        height: 5px;
        border: 2px solid #666;
        border-bottom: 0;
        border-left: 0;
        right: 16px;
        transform: translateY(-50%) rotate(225deg);
    }
}

.m_newsColumnsDetailWrap .l_inner .l_newsColumnsInner01 .l_newsColumnsDetail .l_newsColumnsDetailInner01 .sogijo_for_cta_map_2 ul li:before {
    content: "";
    display: block;
}

.m_newsColumnsDetailWrap .l_inner .l_newsColumnsInner01 .l_newsColumnsDetail .l_newsColumnsDetailInner01 .sogijo_for_cta_map ul li:before {
    content: "";
    display: block;
}

.m_newsColumnsDetailWrap .l_inner .l_newsColumnsInner01 .l_newsColumnsDetail .l_newsColumnsDetailInner01 .sogijo_for_cta_map_2 h3 {
    font-size: 14px;
}

.m_newsColumnsDetailWrap .l_inner .l_newsColumnsInner01 .l_newsColumnsDetail .l_newsColumnsDetailInner01 .sogijo_for_cta_map h3 {
    font-size: 14px;
}

.m_newsColumnsDetailWrap .l_inner .l_newsColumnsInner01 .l_newsColumnsDetail .l_newsColumnsDetailInner01 .sogijo_for_cta_map ul {
    margin: 0px;
}

.modal__container .sogijo_for_cta_map h3::after {
    content: "戻る";
    border: 1px solid #dcdcdc;
    color: #808080;
    right: 16px;
    float: right;
    padding: 0 10px;
    padding-left: 20px;
    padding-top: -2px;
    height: 22px;
}

@media only screen and (min-width:600px) {
    .modal__container .sogijo_for_cta_map h3::after {
        content: "戻る";
        border: 1px solid #dcdcdc;
        color: #808080;
        right: 16px;
        float: right;
        padding: 0 10px;
        padding-left: 20px;
        height: 22px;
    }
}

@media only screen and (min-width:770px) {
    .modal__container .sogijo_for_cta_map h3::after {
        content: "戻る";
        border: 1px solid #dcdcdc;
        color: #808080;
        right: 16px;
        float: right;
        padding: 0 10px;
        padding-left: 20px;
        padding-bottom: 6px;
        height: 22px;
        font-size: 22px;
    }
}

@media only screen and (max-width:600px) {
    .logout_modalImg_sogi_2 {
        padding: 0px;
        width: 50px;
        height: 50px;
        font-size: 50px;
        color: white;
        float: right;
        z-index: 1000;
        position: absolute;
        top: -20%;
        left: 90%
    }
}

@media only screen and (max-width:380px) {
    .logout_modalImg_sogi_2 {
        padding: 0px;
        width: 50px;
        height: 50px;
        font-size: 50px;
        color: white;
        float: right;
        z-index: 1000;
        position: absolute;
        top: -20%;
        left: 90%;
    }
}

@media only screen and (min-width:600px) {
    .logout_modalImg_sogi_2 {
        padding: 0px;
        width: 50px;
        height: 50px;
        font-size: 50px;
        color: white;
        float: right;
        z-index: 1000;
        position: absolute;
        top: -20%;
        left: 90%;
    }
}

.select_sogijo {
    text-align: center;
    padding: 5px;
    font-size: 18px;
}

.sogijo_for_cta_map {
    overflow-y: auto;
    height: 400px;
    background-color: #fff;
    border-radius: 10px;
}

@media only screen and (max-width:670px) {
    .sogijo_for_cta_map {
        overflow-y: auto;
        height: 400px;
        background-color: #fff;
        border-radius: 10px;
    }
}

.cta-sogijo-areas .sogijo_for_cta_map_2 h2 {
    font-size: 2.8rem;
    line-height: 1.5;
    background: #eaeae9;
    margin: 40px 0 20px;
    padding: 20px;
    border-left: none;
}

.cta-sogijo-areas .sogijo_for_cta_map_2 h3 {
    font-size: 14px;
    line-height: 1.5;
    margin: 40px 0 20px;
    padding-left: 14px;
    border-left: 8px solid #dd523b;
}

ins.adsbygoogle[data-ad-status="unfilled"] {
    display: none !important;
}

@media screen and (max-width: 767px) {
    .wp_paginate_links a,
    .wp_paginate_links span {
        margin-left: 6px;
        font-size: 12px;
    }
    .wp_paginate_links a {
        min-width: 30px;
    }
}

.internal-link {
    margin: 25px 0;
}
.internal-image {
    height: auto;
    margin-right: 15px;
    -o-object-fit: cover;
    object-fit: contain;
    width: 100px;
}
.internal-link-content {
    border: 1px solid #dcdcde;
    display: flex;
    flex-direction: row;
    padding: 20px;
    position: relative;
    text-decoration: none;
}

.internal-link .link-title {
    font-size: 14px;
    font-weight: bold;
    height: 60px;
    color: #000;
}

.internal-link-ribbo {
    background: #dd523b;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    margin-top: 24px;
    min-width: 60%;
    padding: 0 10px;
}

.sogijo_for_cta_map .item-area-disable {
    display: flex;
    padding-left: 20px;
    justify-content: space-between;
    font-size: 1.6rem;
    font-weight: 700;
    color: gainsboro;
    line-height: 1;
}

.sogijo_for_cta_map .area-title {
    display: block;
    color: #0a5b9c;
    width: 100%;
    background-color: gainsboro;
    padding-left: 20px;
    font-weight: 700;
    font-size: 18px;
}

@media screen and (max-width:767px) {
    .mapArea .mapImg {
        height: auto;
    }
}
