@charset "utf-8";
/*-------------------------------------
各都市タイトル
-------------------------------------*/

.g_main_tit {
    font-family: 'Sawarabi Gothic', sans-serif;
    width: 1000px;
    margin: auto;
    text-align: center;
    background-color: #fff;
    color: #5c4039;
    padding: 20px 0;
    font-size: 30px;
    font-weight: bold;
}

/*-------------------------------------
インタビューページヘッダー
-------------------------------------*/

.g-interview-head {
    display: flex;
    align-items: center;
    background-color: #fff;
    font-family: 'Sawarabi Gothic', sans-serif;
    margin-bottom: 30px;
}

.g-interview-head .g-interview-head__text {
    width: 470px;
    margin-right: 20px;
    text-align: center;
}

.g-interview-head .g-interview-head__text__title {
    color: #5c4039;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 4px;
}

.g-interview-head .g-interview-head__text__sub-title {
    color: #5c4039;
    font-size: 20px;
    margin-bottom: 30px;
}

.g-interview-head .g-interview-head__text__bar {
    background: #e9e1c5;
    text-align: center;
    font-size: 20px;
    padding: 8px 0;
}

.g-interview-head .g-interview-head__mv {
    width: 470px;
}

.g-interview-head .g-interview-head__mv img {
    max-width: 100%;
}

/*-------------------------------------
インタビューページコンテンツ
-------------------------------------*/

.g-interview-content .g-interview-content__title {
    text-align: center;
    font-weight: bold;
    color: #5c4039;
    padding-bottom: 20px;
    margin-bottom: 50px;
}

.g-interview-content .g-interview-content__title h2 {
    font-size: 21px;
    padding: 0;
    margin: 0;
    font-family: 'M PLUS 1p', sans-serif;
}

.g-interview-content .g-interview-content__title::after {
    content: "";
    width: 100px;
    height: 2px;
    display: inline-block;
    background: #5c4039
}

/*-------------------------------------
インタビューブロック
-------------------------------------*/

.g-interview-content-area {
    margin-bottom: 25px;
}

.g-interview-block {
    margin-bottom: 50px;
    display: flex;
}

.g-interview-block:last-child {
    margin-bottom: 0;
}

.g-interview-block .g-interview-block__text {
    padding-right: 20px;
}

.g-interview-block .g-interview-block__text__question {
    font-size: 21px;
    padding: 0 0 0 45px;
    margin-bottom: 16px;
    font-family: 'M PLUS 1p', sans-serif;
    position: relative;
    transform: rotate(0.001deg)
}

.g-interview-block .g-interview-block__text__question::before {
    content: "";
    width: 40px;
    height: 2px;
    background: #555;
    position: absolute;
    top: .8em;
    left: 0;
    margin-top: -1px;
}

.g-interview-block .g-interview-block__text__answer {
    font-size: 14px;
}

.g-interview-block .g-interview-block__text__answer p {
    margin: 0;
    padding: 0;
    padding-bottom: 1em;
}

.g-interview-block .g-interview-block__text__answer__name {
    color: #ec7c74;
}

.g-interview-block .g-interview-block__image>img {
    max-width: 300px;
}

.g-interview-block .g-interview-block__image>p {
    margin: 0;
    padding: 0;
    font-size: 12px;
}

/*-------------------------------------
セクションブロック
-------------------------------------*/

.g-block-section {
    padding: 30px 0;
}

.g-block-section .g-block-section__title>h2 {
    padding: 0;
    margin: 0;
    text-align: center;
    font-weight: bold;
    color: #5c4039;
    font-size: 26px;
    padding-bottom: 25px;
    font-family: 'Sawarabi Gothic', sans-serif;
}

/*-------------------------------------
スポットリスト
-------------------------------------*/

.g-recomend-spot-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 12px;
}

.g-recomend-spot-block {
    position: relative;
    box-sizing: border-box;
    width: 310px;
    padding: 10px;
    background-color: #fff;
    border: solid 5px #eee;
    margin: 0 0 10px;
}

.g-recomend-spot-block .g-recomend-spot-block__thumbnail>img {
    width: 100%;
    height: auto;
    display: block;
}

/*コピーガード*/

.g-recomend-spot-block .g-recomend-spot-block__copyguard {
    width: 280px;
    height: 184px;
}

/*コピーガード 吹田市*/

.g-recomend-spot-block .g-recomend-spot-block__copyguard.suita_interview02_06 {
    background: url(/static_contents/20250722-101144/contents/hokusetsu/interview/images/suita/suita_interview02_06.jpg) no-repeat center center;
    background-size: contain;
}

.g-recomend-spot-block .g-recomend-spot-block__copyguard.suita_interview02_07 {
    background: url(/static_contents/20250722-101144/contents/hokusetsu/interview/images/suita/suita_interview02_07.jpg) no-repeat center center;
    background-size: contain;
}

.g-recomend-spot-block .g-recomend-spot-block__comment {
    font-size: 16px;
    color: #5c4039;
    padding: 0 0 0 28px;
    background: url(/static_contents/20250722-101144/contents/hokusetsu/interview/images/common/recomend_icon.png) no-repeat top 2px left;
    vertical-align: middle;
    margin-top: 10px;
    font-family: 'Sawarabi Gothic', sans-serif;
}

.g-recomend-spot-block .g-recomend-spot-block__text {
    margin-top: 5px;
    line-height: 1.5em;
}

.g-recomend-spot-block .g-recomend-spot-block__text span {
    margin-bottom: 1em;
    display: block;
    font-weight: bold;
}

.g-recomend-spot-block .g-recomend-spot-block__information {
    margin: 10px 0;
    border-top: solid 1px #ccc;
    padding-top: 10px;
    word-break: break-all;
}

.g-recomend-spot-block .g-recomend-spot-block__information .g-recomend-spot-block__information__title {
    font-weight: bold;
}

.g-recomend-spot-block .g-recomend-spot-block__information__link>a {
    word-break: break-all;
    color: #000;
}

/*-------------------------------------
他のおすすめスポットボタン
-------------------------------------*/

.m-other-recomend-spot-btn>a {
    width: 100%;
    display: block;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    position: relative;
    background: #a09675;
}

.m-other-recomend-spot-btn>a:before {
    /*白い丸 */
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 19px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    border-radius: 50%;
    /* CSS3草案 */
    -webkit-border-radius: 50%;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 50%;
    /* Firefox用 */
    background: #fff;
}

.m-other-recomend-spot-btn>a:after {
    /*「after要素」で三角 */
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 19px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: 5px solid transparent;
    /*top right bottom を透明化 */
    border-left: 5px solid #a09675;
}

.m-other-recomend-spot-btn>a:hover {
    opacity: .6;
}

/*-------------------------------------
同じエリアに暮らす人たちに聞く
-------------------------------------*/

/*コンテンツ表示・非表示切り分け*/
/*
.g-same-area-interview {
    display: none;
}
*/
.g-same-area-interview-link {
    border: 1px solid #92a1a6;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'Sawarabi Gothic', sans-serif;
    color: #5c4039;
    text-decoration: none;
}

.g-same-area-interview-link:hover {
    opacity: .8;
}

.g-same-area-interview-link .g-same-area-interview-link__text-area {
    width: 100%;
    padding-right: 10px;
    text-align: center;
}

.g-same-area-interview-link .g-same-area-interview-link__text-area__bar {
    background: #e9e1c5;
    padding: 10px 0;
    margin-bottom: 20px;
    text-align: center;
    font-size: 20px;
}

.g-same-area-interview-link .g-same-area-interview-link__text-area__title {
    font-size: 20px;
    font-weight: bold;
    color: #5c4039;
    margin-bottom: 12px;
}

.g-same-area-interview-link .g-same-area-interview-link__text-area__link--btn {
    width: 180px;
    border: 1px solid #5c4039;
    box-sizing: border-box;
    font-size: 16px;
    display: inline-block;
    color: #5c4039;
    text-decoration: none;
    font-weight: bold;
    padding: 6px 0;
    position: relative;
}

.g-same-area-interview-link .g-same-area-interview-link__text-area__link--btn:before {
    /*白い丸 */
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    border-radius: 50%;
    /* CSS3草案 */
    -webkit-border-radius: 50%;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 50%;
    /* Firefox用 */
    background: #5c4039;
}

.g-same-area-interview-link .g-same-area-interview-link__text-area__link--btn:after {
    /*「after要素」で三角 */
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: 5px solid transparent;
    /*top right bottom を透明化 */
    border-left: 5px solid #fff;
}

.g-same-area-interview-link .g-same-area-interview-link__image>img {
    width: 470px;
    vertical-align: bottom;
}

/*-------------------------------------
他の北摂エリアに住む人たちに聞く
-------------------------------------*/

.g-other-area-interview-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.g-other-area-interview-block {
    width: 306px;
    text-align: center;
    margin-bottom: 50px;
    font-family: 'Sawarabi Gothic', sans-serif;
}

.g-other-area-interview-block:nth-last-child(1), .g-other-area-interview-block:nth-last-child(2), .g-other-area-interview-block:nth-last-child(3) {
    margin-bottom: 0;
}

.g-other-area-interview-block .g-other-area-interview-block__title {
    font-size: 24px;
    font-weight: bold;
    color: #5c4039;
    padding-bottom: 10px;
}

.g-other-area-interview-block .g-other-area-interview-block__interview-select {
    display: flex;
    /*シングル表示時はspace-between指定*/
    /*シングル非表示時はspace-around指定*/
    justify-content: space-between;
}

/*一人暮らし非表示*/

/*.g-other-area-interview-block .g-other-area-interview-block__interview-select__link:last-child {
    シングル表示時は指定削除
    display: none;
}*/

.g-other-area-interview-block .g-other-area-interview-block__interview-select__link>a {
    display: block;
    /*シングル表示時は150px指定*/
    /*シングル非表示時は300px指定*/
    width: 150px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background: #e9e1c5;
    color: #5c4039;
    font-weight: bold;
    text-decoration: none;
    font-size: 18px;
}

.g-other-area-interview-block .g-other-area-interview-block__interview-select__link>a:hover {
    opacity: .6;
}

/*-------------------------------------
導線バナーエリア
-------------------------------------*/

.g-bnr_area ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
}

.g-bnr_area ul li img:hover {
    opacity: 0.7;
}

/*バナーエリア*/

.m-bnr_area_btn {
    margin: 30px auto;
}

.m-bnr_area_btn a {
    box-sizing: border-box;
    position: relative;
    width: calc(100% - 10px);
    display: inline-block;
    text-align: center;
    text-decoration: none !important;
    color: #fff !important;
    background: #ea63ae;
    border-radius: 2px;
    box-shadow: 0 0 0 5px #ea63ae, 0 2px 3px 5px rgba(0, 0, 0, 0.5);
    border: 1px dashed #fff;
    padding: .5em 1em;
    font-size: 20px;
    margin-left: 5px;
}

.m-bnr_area_btn a:before {
    /*白い丸 */
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 19px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    border-radius: 50%;
    /* CSS3草案 */
    -webkit-border-radius: 50%;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 50%;
    /* Firefox用 */
    background: #fff;
}

.m-bnr_area_btn a:after {
    /*「after要素」で三角 */
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 19px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: 5px solid transparent;
    /*top right bottom を透明化 */
    border-left: 5px solid #ea63ae;
}

.m-bnr_area_btn a:hover:after {
    /*「after要素」のマウスオーバー（カラーを合わせる） */
    border-left: 5px solid #ea63ae;
}

.m-bnr_area_btn a:hover {
    box-sizing: border-box;
    width: calc(100% - 10px);
    display: inline-block;
    text-align: center;
    text-decoration: none !important;
    color: #fff !important;
    background: #cf4a93;
    border-radius: 2px;
    box-shadow: 0 0 0 5px #cf4a93, 0 2px 3px 5px rgba(0, 0, 0, 0.5);
    border: 1px dashed #fff;
    padding: .5em 1em;
}
/*沿線 駅 ボタン追加ここから*/
.m-search_btn div {
    box-sizing: border-box;
    position: relative;
    width: calc(100% - 10px);
    display: inline-block;
    text-align: left;
    text-decoration: none !important;
    color: #fff !important;
    background: #ea63ae;
    border-radius: 2px;
    box-shadow: 0 0 0 5px #ea63ae, 0 2px 3px 5px rgba(0, 0, 0, 0.5);
    border: 1px dashed #fff;
    padding: .5em .5em;
    font-size: 18px;
    cursor: pointer;
}
.m-search_btn div:before {
    /*白い丸 */
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 7px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    border-radius: 50%;
    /* CSS3草案 */
    -webkit-border-radius: 50%;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 50%;
    /* Firefox用 */
    background: #fff;
}
.m-search_btn div:after {
    /*「after要素」で三角 */
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 7px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: 5px solid transparent;
    /*top right bottom を透明化 */
    border-left: 5px solid #ea63ae;
}
.m-search_btn div:hover:after {
    /*「after要素」のマウスオーバー（カラーを合わせる） */
    border-left: 5px solid #ea63ae;
}
.m-search_btn div:hover {
    box-sizing: border-box;
    position: relative;
    width: calc(100% - 10px);
    display: inline-block;
    text-align: left;
    text-decoration: none !important;
    color: #fff !important;
    background: #cf4a93;
    border-radius: 2px;
    box-shadow: 0 0 0 5px #cf4a93, 0 2px 3px 5px rgba(0, 0, 0, 0.5);
    border: 1px dashed #fff;
    padding: .5em .5em;
    font-size: 18px;
}
.m-search_btn div span{
    display: block;
}
.m-search_btn_wide div {
    box-sizing: border-box;
    position: relative;
    width: calc(100% - 10px);
    display: inline-block;
    text-align: center;
    text-decoration: none !important;
    color: #fff !important;
    background: #ea63ae;
    border-radius: 2px;
    box-shadow: 0 0 0 5px #ea63ae, 0 2px 3px 5px rgba(0, 0, 0, 0.5);
    border: 1px dashed #fff;
    padding: .5em 1em;
    font-size: 20px;
    cursor: pointer;
    margin-top: 30px;
}
.m-search_btn_wide div:before {
    /*白い丸 */
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 19px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    border-radius: 50%;
    /* CSS3草案 */
    -webkit-border-radius: 50%;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 50%;
    /* Firefox用 */
    background: #fff;
}
.m-search_btn_wide div:after {
    /*「after要素」で三角 */
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 19px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: 5px solid transparent;
    /*top right bottom を透明化 */
    border-left: 5px solid #ea63ae;
}
.m-search_btn_wide div:hover:after {
    /*「after要素」のマウスオーバー（カラーを合わせる） */
    border-left: 5px solid #ea63ae;
}
.m-search_btn_wide div:hover {
    box-sizing: border-box;
    width: calc(100% - 10px);
    display: inline-block;
    text-align: center;
    text-decoration: none !important;
    color: #fff !important;
    background: #cf4a93;
    border-radius: 2px;
    box-shadow: 0 0 0 5px #cf4a93, 0 2px 3px 5px rgba(0, 0, 0, 0.5);
    border: 1px dashed #fff;
    padding: .5em 1em;
}
.m-bnr_area_btn div {
    box-sizing: border-box;
    position: relative;
    width: calc(100% - 10px);
    display: inline-block;
    text-align: center;
    text-decoration: none !important;
    color: #fff !important;
    background: #ea63ae;
    border-radius: 2px;
    box-shadow: 0 0 0 5px #ea63ae, 0 2px 3px 5px rgba(0, 0, 0, 0.5);
    border: 1px dashed #fff;
    padding: .5em 1em;
    font-size: 20px;
    margin-left: 5px;
    cursor: pointer;
}
.m-bnr_area_btn div:before {
    /*白い丸 */
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 19px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    border-radius: 50%;
    /* CSS3草案 */
    -webkit-border-radius: 50%;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 50%;
    /* Firefox用 */
    background: #fff;
}
.m-bnr_area_btn div:after {
    /*「after要素」で三角 */
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 19px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: 5px solid transparent;
    /*top right bottom を透明化 */
    border-left: 5px solid #ea63ae;
}
.m-bnr_area_btn div:hover:after {
    /*「after要素」のマウスオーバー（カラーを合わせる） */
    border-left: 5px solid #ea63ae;
}
.m-bnr_area_btn div:hover {
    box-sizing: border-box;
    width: calc(100% - 10px);
    display: inline-block;
    text-align: center;
    text-decoration: none !important;
    color: #fff !important;
    background: #cf4a93;
    border-radius: 2px;
    box-shadow: 0 0 0 5px #cf4a93, 0 2px 3px 5px rgba(0, 0, 0, 0.5);
    border: 1px dashed #fff;
    padding: .5em 1em;
}
/*沿線 駅 ボタン追加ここまで*/
/*スマホサイズ*/

@media screen and (max-width:896px) {
    /*-------------------------------------
各都市タイトル
-------------------------------------*/
    .g_main_tit {
        font-family: 'Sawarabi Gothic', sans-serif;
        width: 100%;
        margin: auto;
        text-align: center;
        background-color: #fff;
        color: #5c4039;
        padding: 20px 0;
        font-size: 20px;
        font-weight: bold;
        line-height: 1.6em !important;
    }
    /*-------------------------------------
インタビューページヘッダー
-------------------------------------*/
    .g-interview-head {
        display: block;
        margin-bottom: 30px;
    }
    .g-interview-head .g-interview-head__text {
        width: auto;
        margin-right: 0;
    }
    .g-interview-head .g-interview-head__text__title {
        font-size: 20px;
        margin-bottom: 4px;
    }
    .g-interview-head .g-interview-head__text__sub-title {
        font-size: 16px;
        margin-bottom: 16px;
    }
    .g-interview-head .g-interview-head__text__bar {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .g-interview-head .g-interview-head__mv {
        width: 100%;
    }
    .g-interview-head .g-interview-head__mv>img {
        max-width: 100%;
        width: 100%;
    }
    /*-------------------------------------
インタビューページコンテンツ
-------------------------------------*/
    .g-interview-content .g-interview-content__title {
        padding-bottom: 20px;
        margin-bottom: 30px;
    }
    .g-interview-content .g-interview-content__title h2 {
        font-size: 16px;
        font-family: 'M PLUS 1p', sans-serif;
    }
    .g-interview-content .g-interview-content__title::after {
        content: "";
        width: 35%;
        height: 2px;
        display: inline-block;
        background: #5c4039
    }
    /*-------------------------------------
インタビューブロック
-------------------------------------*/
    .g-interview-content-area {
        margin-bottom: 25px;
    }
    .g-interview-block {
        margin-bottom: 50px;
        display: block;
    }
    .g-interview-block .g-interview-block__text {
        padding-right: 0;
    }
    .g-interview-block .g-interview-block__text__question {
        font-size: 16px;
        margin-bottom: 10px;
        font-weight: bold;
        padding-left: 2.5em;
    }
    .g-interview-block .g-interview-block__text__question::before {
        width: 2em;
    }
    .g-interview-block .g-interview-block__image>img {
        max-width: 100%;
        width: 100%;
    }
    /*-------------------------------------
検索導線ボタン
-------------------------------------*/
    /*エリア説明部分*/
    .m-search_btn a {
        box-sizing: border-box;
        position: relative;
        width: calc(100% - 10px);
        margin: 0px auto 30px;
        display: inline-block;
        text-align: left;
        text-decoration: none !important;
        color: #fff !important;
        background: #ea63ae;
        border-radius: 2px;
        box-shadow: 0 0 0 5px #ea63ae, 0 2px 3px 5px rgba(0, 0, 0, 0.5);
        border: 1px dashed #fff;
        padding: .5em 1em;
        font-size: 16px;
    }
    .m-search_btn a:hover {
        box-sizing: border-box;
        position: relative;
        width: calc(100% - 10px);
        margin: 0px auto 30px;
        display: inline-block;
        text-align: left;
        text-decoration: none !important;
        color: #fff !important;
        background: #cf4a93;
        border-radius: 2px;
        box-shadow: 0 0 0 5px #cf4a93, 0 2px 3px 5px rgba(0, 0, 0, 0.5);
        border: 1px dashed #fff;
        padding: .5em 1em;
        font-size: 16px;
    }
    /*スポットの間*/
    .m-search_btn_wide a {
        box-sizing: border-box;
        position: relative;
        width: calc(100% - 10px);
        display: inline-block;
        text-align: left;
        text-decoration: none !important;
        color: #fff !important;
        background: #ea63ae;
        border-radius: 2px;
        box-shadow: 0 0 0 5px #ea63ae, 0 2px 3px 5px rgba(0, 0, 0, 0.5);
        border: 1px dashed #fff;
        padding: 0.7em 1em;
        font-size: 16px;
    }
    .m-search_btn_wide a:before {
        /*白い丸 */
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        right: 19px;
        width: 16px;
        height: 16px;
        margin-top: -8px;
        border-radius: 50%;
        /* CSS3草案 */
        -webkit-border-radius: 50%;
        /* Safari,Google Chrome用 */
        -moz-border-radius: 50%;
        /* Firefox用 */
        background: #fff;
    }
    .m-search_btn_wide a:after {
        /*「after要素」で三角 */
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        right: 19px;
        width: 0;
        height: 0;
        margin-top: -5px;
        border: 5px solid transparent;
        /*top right bottom を透明化 */
        border-left: 5px solid #ea63ae;
    }
    .m-search_btn_wide a:hover:after {
        /*「after要素」のマウスオーバー（カラーを合わせる） */
        border-left: 5px solid #ea63ae;
    }
    .m-search_btn_wide a:hover {
        box-sizing: border-box;
        width: calc(100% - 10px);
        display: inline-block;
        text-align: left;
        text-decoration: none !important;
        color: #fff !important;
        background: #cf4a93;
        border-radius: 2px;
        box-shadow: 0 0 0 5px #cf4a93, 0 2px 3px 5px rgba(0, 0, 0, 0.5);
        border: 1px dashed #fff;
        padding: 0.7em 1em;
    }
    /*-------------------------------------
導線バナーエリア
-------------------------------------*/
    .g-bnr_area ul {
        display: flex;
        justify-content: space-between;
        list-style: none;
        margin: 0;
        padding: 0;
        flex-direction: column;
    }
    .g-bnr_area ul li img {
        width: 100%;
    }
    .g-bnr_area ul li {
        margin-bottom: 10px;
        padding: 0;
    }
    /*ボタン*/
    .m-bnr_area_btn a {
        box-sizing: border-box;
        position: relative;
        width: calc(100% - 10px);
        display: inline-block;
        text-align: left;
        text-decoration: none !important;
        color: #fff !important;
        background: #ea63ae;
        border-radius: 5px;
        padding: 0.7em 1em;
        font-size: 16px;
        margin-left: 5px;
    }
    .m-bnr_area_btn a:before {
        /*白い丸 */
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        right: 19px;
        width: 16px;
        height: 16px;
        margin-top: -8px;
        border-radius: 50%;
        /* CSS3草案 */
        -webkit-border-radius: 50%;
        /* Safari,Google Chrome用 */
        -moz-border-radius: 50%;
        /* Firefox用 */
        background: #fff;
    }
    .m-bnr_area_btn a:after {
        /*「after要素」で三角 */
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        right: 19px;
        width: 0;
        height: 0;
        margin-top: -5px;
        border: 5px solid transparent;
        /*top right bottom を透明化 */
        border-left: 5px solid #ea63ae;
    }
    .m-bnr_area_btn a:hover:after {
        /*「after要素」のマウスオーバー（カラーを合わせる） */
        border-left: 5px solid #ea63ae;
    }
    .m-bnr_area_btn a:hover {
        box-sizing: border-box;
        width: calc(100% - 10px);
        display: inline-block;
        text-align: left;
        text-decoration: none !important;
        color: #fff !important;
        background: #cf4a93;
        border-radius: 2px;
        box-shadow: 0 0 0 5px #cf4a93, 0 2px 3px 5px rgba(0, 0, 0, 0.5);
        border: 1px dashed #fff;
        padding: 0.7em 1em;
    }
    #toPageTop {
        bottom: 95px;
        position: fixed;
        right: 15px;
        z-index: 10;
        display: none;
    }
    /*-------------------------------------
セクションブロック
-------------------------------------*/
    .g-block-section .g-block-section__title>h2 {
        font-size: 20px;
    }
    /*-------------------------------------
スポットリスト
-------------------------------------*/
    .g-recomend-spot-list {
        display: block;
    }
    .g-recomend-spot-block {
        width: 100%;
        margin-bottom: 30px;
    }
    .g-recomend-spot-block .g-recomend-spot-block__comment {
        font-size: 16px;
        color: #5c4039;
    }
    /*コピーガード*/
    .g-recomend-spot-block .g-recomend-spot-block__copyguard {
        width: 100%;
        height: 0;
        /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
        padding-top: 66.25%;
    }
    /*-------------------------------------
他のおすすめスポットボタン
-------------------------------------*/
    .m-other-recomend-spot-btn>a {
        font-size: 16px;
    }
    .m-other-recomend-spot-btn>a:before {
        right: 12px;
    }
    .m-other-recomend-spot-btn>a:after {
        right: 12px;
    }
    /*-------------------------------------
同じエリアに暮らす人たちに聞く
-------------------------------------*/
    .g-same-area-interview-link {
        border: 1px solid #e5e5e5;
        display: block;
        padding: 8px;
    }
    .g-same-area-interview-link .g-same-area-interview-link__text-area {
        padding: 0;
    }
    .g-same-area-interview-link .g-same-area-interview-link__text-area__bar {
        font-size: 16px;
        box-sizing: border-box;
    }
    .g-same-area-interview-link .g-same-area-interview-link__text-area__title {
        font-size: 16px;
        margin-bottom: 12px;
    }
    .g-same-area-interview-link .g-same-area-interview-link__text-area__link--btn {
        width: 100%;
        display: block;
        text-align: center;
    }
    .g-same-area-interview-link .g-same-area-interview-link__text-area__link--btn:before {
        right: 26%;
    }
    .g-same-area-interview-link .g-same-area-interview-link__text-area__link--btn:after {
        right: 26%;
    }
    .g-same-area-interview-link .g-same-area-interview-link__image {
        margin-bottom: 5px;
    }
    .g-same-area-interview-link .g-same-area-interview-link__image>img {
        max-width: 100%;
        width: 100%;
        vertical-align: bottom;
    }
    /*-------------------------------------
他の北摂エリアに住む人たちに聞く
-------------------------------------*/
    .g-other-area-interview-list {
        display: block;
    }
    .g-other-area-interview-block {
        width: 100%;
        text-align: left;
        margin-bottom: 20px;
    }
    .g-other-area-interview-block:nth-last-child(1), .g-other-area-interview-block:nth-last-child(2), .g-other-area-interview-block:nth-last-child(3) {
        margin-bottom: 20px;
    }
    .g-other-area-interview-block:last-child {
        margin-bottom: 0;
    }
    .g-other-area-interview-block .g-other-area-interview-block__title {
        font-size: 18px;
        padding-bottom: 5px;
    }
    /*.g-other-area-interview-block .g-other-area-interview-block__interview-select {
        シングル表示時は指定を削除
        display: block;
    }*/
    .g-other-area-interview-block .g-other-area-interview-block__interview-select__link {
        /*シングル表示時はcalc(50% - 3px)を指定*/
        /*シングルひ表示時は100%を指定*/
        width: calc(50% - 3px);
    }
    .g-other-area-interview-block .g-other-area-interview-block__interview-select__link>a {
        width: 100%;
        height: auto;
        line-height: 1.6;
        padding: 10px 0;
        text-align: center;
    }
    /*-------------------------------------
他の北摂エリアを表示するボタン
-------------------------------------*/
    .g-other-area-interview-more .g-other-area-interview-more__trigger {
        background: #a09675;
        text-align: center;
        color: #fff;
        font-weight: bold;
        font-size: 18px;
        padding: 10px 0;
    }
    .g-other-area-interview-more .g-other-area-interview-more__trigger:before {
        content: '▼';
        padding-right: 8px;
    }
    .js-showList .g-other-area-interview-more__trigger:before {
        content: '▲';
    }
    /*沿線 駅 ボタン追加ここから*/
    .m-search_btn div{
        margin-bottom: 30px;
        padding: .5em 1em;
    }
    .m-search_btn div:hover{
        padding: .5em 1em;
    }
    .m-search_btn div:before{
        right: 19px;
    }
    .m-search_btn div:after{
        right: 19px;
    }
    .m-search_btn_wide div{
        font-size: 16px;
        text-align: left;
    }
    .m-search_btn_wide div:hover{
        text-align: left;
    }
    .m-search_btn_wide div span{
        display: block;
    }
    .m-bnr_area_btn div{
        font-size: 16px;
        text-align: left;
    }
    .m-bnr_area_btn div:hover{
        font-size: 16px;
        text-align: left;
    }
    .m-bnr_area_btn div span{
        display: block;
    }
    /*沿線 駅 ボタン追加ここまで*/
}