@charset "UTF-8";

html {
    scroll-behavior: smooth;
}

html * {
    box-sizing: border-box;
}

:root {
    --themeColor: #ff8c00;
    --orange-color: #ff5d00;
}

select {
    color: #000;
}

/**************************/
.column_innerWrapper {
    width: 1150px;
    margin: 10px auto 30px auto;
    padding: 0 0 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.column_innerWrapper>.lBox {
    max-width: 830px;
    width: 100%;
    margin: 0;
}

.column_innerWrapper>.rBox {
    max-width: 280px;
    width: 100%;
    margin: 0;
}

.columnArchives_box {
    width: 100%;
    margin: 20px auto;
    padding: 0px 0 15px;
    background: #f7f7f7;
    border: 1px solid #099;
    border-radius: 6px;
    overflow: hidden;
}

.columnArchives_box>.ttl02 {
    width: 100%;
    margin: 0 auto 10px auto;
    padding: 5px 10px 5px;
    font-size: 19px;
    font-weight: 700;
    color: #fff;
    background: #099;
}

.columnArchives_box ul {
    width: 95%;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    cursor: pointer
}

.columnArchives_box ul li {
    margin: 0 auto;
    padding: 3px 5px
}

.columnArchives_box .child {
    width: 100%;
    display: none;
    margin: 0 auto;
    padding: 0
}

.columnArchives_box .child .parent {
    background: #eaeaea;
    color: #5e5e5e
}

.columnArchives_box .child .parent:hover {
    background: #d0d0d0
}

.columnArchives_box .child>li {
    width: 100%
}

.columnSwitch .parent.active:after {
    -moz-transform: translate(0, 50%) rotate(45deg);
    -ms-transform: translate(0, 50%) rotate(45deg);
    -webkit-transform: translate(0, 50%) rotate(45deg);
    transform: translate(0, 50%) rotate(45deg)
}

.columnArchives_box .parent {
    display: inline-block;
    position: relative;
    margin: 3px 0 0;
    padding: 5px 10px;
    float: right
}

.columnSingle_wrapper a:visited {
    color: #0067ac
}

.columnSingle_wrapper {
    width: 830px;
    margin: 0;
    padding: 30px 35px;
    background: #fff
}

.columnSingle_wrapper>.singleTitle {
    margin: 0;
    font-size: 1.5em;
    font-weight: 700;
    color: #131313
}

/**************************/
body {
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic Bold", "Meiryo", sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #000000;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
}

a:link {
    color: #0067ac;
    text-decoration: none
}

a:visited {
    color: #0067ac;
    text-decoration: none
}

a:hover {
    color: #0044CC;
    text-decoration: none
}

a:hover {
    opacity: 0.8;
}

img a:hover {
    opacity: 0.8;
}

.pc {
    display: block !important;
}

.sp {
    display: none !important;
}

img {
    image-rendering: -webkit-optimize-contrast;
}

@media only screen and (max-width: 768px) {
    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }
}

.fontsmall {
    font-size: 90%;
}

select::-ms-expand {
    display: none;
}

* {
    min-height: 0;
    min-width: 0;
}

a.anchor {
    display: block;
    /* padding-top: 70px;
margin-top: -70px; */
}

.redtxt {
    color: #DD0000;
}

@media only screen and (max-width:600px) {
    #wpadminbar {
        position: fixed;
    }
}

@media only screen and (max-width: 768px) {
    a.anchor {
        display: block;
        padding-top: 50px;
        margin-top: -50px;
    }
}

p.plaintxt01 {
    margin: 0;
    padding: 0;
}

p.plaintxt02 {
    margin: 0;
    padding: 10px 0;
}

p.plaintxt03 {
    margin: 0;
    padding: 0 0 10px 0;
}

p.plaintxt04 {
    margin: 0;
    padding: 10px 0 0 0;
}

p.plaintxt05 {
    margin: 0;
    padding: 20px 0;
}

p.plaintxt06 {
    margin: 0;
    padding: 0 0 20px 0;
}

p.plaintxt07 {
    margin: 0;
    padding: 20px 0 0 0;
}

@media only screen and (max-width: 768px) {
    p.plaintxt07 {
        margin: 0;
        padding: 0 0 0 0;
    }
}

a.arrow01:link {
    padding: 0 0 0 1.2em;
    background: url(../img/svg_arrow01.svg) left center no-repeat;
    background-size: 1em;
}

a.arrow02:link {
    padding: 0 3em 0 0;
    background: url(../img/svg_arrow02.svg) right top no-repeat;
    background-size: 1em;
}

.bold {
    font-weight: bold;
}

/* ヘッダー
----------------------------------------------------*/
header {
    width: 100%;
    height: 97px;
    padding: 0;
    background-color: #FFFFFF;
    z-index: 100;
    position: sticky;
    top: 0;
    left: 0;
}

.customize-support>header {
    top: 32px;
}

@media only screen and (max-width: 782px) {
    .customize-support>header {
        top: 46px;
    }
}

.header_box {
    width: 1150px;
    margin: 0 auto;
    padding: 12px 0 8px 0;
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width: 768px) {
    header {
        width: 100%;
        height: 50px;
        padding: 0;
        background-color: #FFFFFF;
        z-index: 100;
        position: sticky;
        top: 0;
        left: 0;
    }

    .customize-support>header {
        top: 46px;
    }

    .header_box {
        width: 100%;
        margin: 0;
        padding: 8px 0 8px 8px;
        background: #FFFFFF;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: fixed;
        z-index: 100;
        top: 0;
    }

    .customize-support .header_box {
        top: 46px;
    }
}

.header_box .lBox {
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 0;
    display: flex;
}
.header_box .lBox a {
    display: block;
}
.header_box .lBox .freecall {
    width: 180px;
    pointer-events: none;
}
.header_box .lBox .freecall img {
    display: block;
    width: 95%;
}

.header_box .lBox>h1 {
    margin: 0;
    padding: 0;
}

.logo {
    width: 220px;
    height: 40px;
    margin: 0;
    display: block;
}

.logo img {
    width: 100%;
    height: auto;
}

a.logo:hover {
    opacity: 1.0;
}

.header_box .logo20th {
    display: block;
    width: 120px;
    height: auto;
}

.header_tosyo {
    margin: 0;
    max-width: 280px;
}

@media only screen and (max-width: 768px) {
    .header_box {
        display: flex;
        align-items: center;
        width: 100%;
        min-height: 52px;
    }
    .header_box .lBox {
        gap:8px;
        width: 100%;
        padding-right: 50px;
        align-items: center;
    }
    .header_box .lBox h1 {
        width: 44%;
        max-width: 200px;
    }
    .header_box .lBox h1 .logo {
        display: flex;
        align-items: center;
        width: 100%;
        height: 40px;
    }
    .header_box .lBox .logo {
        display: flex;
        align-items: center;
        width: 44%;
        max-width: 200px;
        height: 40px;
    }
    .header_box .lBox .logo img {
        display: block;
        width: 100%;
        height: auto;
    }
    .header_box .lBox .logo_20th {
        width: 12%;
        max-width: 45px;
    }
    .header_box .lBox .logo_20th .logo20th {
        width: 100%;
    }
    .header_box .lBox .logo_20th .logo20th.sp {
        display: block;
        width: 100%;
    }
    .header_box .lBox .logo_20th .logo20th.pc {
        display: none !important;
    }
    .header_box .lBox .freecall {
        width: 44%;
        max-width: 180px;
        pointer-events: inherit;
    }
    .header_box .lBox .freecall img {
        width: 100%;
    }
}

.header_tosyo {
    margin: 5px 0 0 0;
    padding: 0 0 0 0;
    font-size: 10px;
    line-height: 1.8;
}

.header_tosyo img {
    width: 32px;
    margin: 0 0.5em 0 0;
    padding: 0 0 0 0;
    float: left;
}


/*.header_box .rBox {
    display: grid;
    a {
        display: flex;
        align-items: center;
        margin: 0 4px;
        padding: 0;
        font-size: 12px;
        white-space: nowrap;
        &.beginnerMark {
            grid-column: 1 / 2;
            grid-row: 1 / 2;
            padding-left: 1em;
        }
        &.header_qMark {
            grid-column: 2 / 3;
            grid-row: 1 / 2;
            padding-left: 15px;
        }
        &.header_flag {
            grid-column: 1 / 2;
            grid-row: 2 / 3;
            padding-left: 15px;
        }
        &.iconTwitter {
            grid-column: 3 / 4;
            grid-row: 1 / 3;
        }
        &.iconFb {
            grid-column: 4 / 5;
            grid-row: 1 / 3;
        }
        &.iconYouTube {
            grid-column: 5 / 6;
            grid-row: 1 / 3;
        }
        &.snsIcon {
            margin: 0 3px;
        }
        img {
            display: block;
        }
    }
} フリーコールありの時*/

.header_box .rBox {
    display: flex;
    align-items: center;
    font-size: 15px;
}
.beginnerMark,
.header_qMark,
.header_flag {
    padding: 11px 1em;
}
.header_flag {
    padding-right: -10px;
}

a.headChat {
    margin: 2px 0 0 0;
    padding: 3px 10px 5px 46px;
    font-size: 12px;
    color: #FFF !important;
    font-weight: 500;
    border-radius: 8px;
    line-height: 1.3;
    background: #0b5492 url(../img/header_chatIcon.png) 8px 4px no-repeat;
}

a.headChat:hover {
    background-color: #E75F00;
}

.header_box .rBox a {
    color: #000000;
}

/*snsマーク START*/
.header_box .rBox .snsIcon {
    width: 30px;
    height: 30px;
    margin: 0 6px;
}
.header_box .rBox .snsIcon img {
    object-fit: contain;
}
a.iconYouTube:hover {
    opacity: 0.5;
}

/*snsマーク END*/

.header_box .beginnerMark {
    background: url(../img/header_beginnerMark.png) left 15px no-repeat;
    background-size: auto 0.9em;
}

.header_box .header_qMark {
    background: url(../img/header_qMark.png) left 15px no-repeat;
    background-size: auto 0.9em;
}

.header_box .header_flag {
    background: url(../img/header_flag.svg) left 15px no-repeat;
    background-size: auto 0.9em;
}

.header_box .rBox a.login {
    width: 170px;
    padding: 5px 0;
    font-size: 15px;
    text-align: center;
    background: linear-gradient(#FFFFFF, #DADADA);
    border-radius: 5px;
    border: 1px solid #CCCCCC;
}

.header_box .rBox a.mypage {
    margin: 0 10px 0 0;
    padding: 5px;
    font-size: 13px;
    text-align: center;
    background: linear-gradient(#FFFFFF, #DADADA);
    border-radius: 5px;
    border: 1px solid #CCCCCC;
}

.header_box .rBox a.logout {
    padding: 5px;
    font-size: 13px;
    text-align: center;
    background: linear-gradient(#FFFFFF, #DADADA);
    border-radius: 5px;
    border: 1px solid #CCCCCC;
}

@media only screen and (max-width: 768px) {
    .header_tosyo {
        display: none;
    }

    .header_box .rBox {
        display: none;
    }
}

.header_menuWrapper {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #FDF1E1;
    -webkit-box-shadow: 0px 6px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 6px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 3px rgba(0, 0, 0, 0.1);
    transition: .5s;
    position: relative;
    z-index: 9999;
}

.header_menuWrapper nav {
    width: 1150px;
    margin: 0 auto;
    padding: 7px 0;
    font-size: 15px;
    font-weight: 300;
    color: #000000;
    position: relative;
}

.header_menuWrapper>nav a {
    margin: 0 20px 0 0;
    padding: 4px 0;
}

.header_menuWrapper>nav a.active {
    background-color: #993333;
    padding: 2px 10px;
    border-radius: 3px;
}

.header_menuWrapper nav a:link {
    color: #000000;
    text-decoration: none;
}

.header_menuWrapper nav a:visited {
    color: #000000;
    text-decoration: none;
}

.header_menuWrapper nav a:hover {
    color: #46C3D7;
    text-decoration: none;
}

.header_menuWrapper nav a.active:link {
    color: #FFFFFF;
    text-decoration: none;
}

.header_menuWrapper nav a.active:visited {
    color: #FFFFFF;
    text-decoration: none;
}

.header_menuWrapper nav a.active:hover {
    color: #FFFFFF;
    text-decoration: none;
}

@media only screen and (max-width: 768px) {
    .header_menuWrapper {
        display: none;
    }
}

/* メニュー開閉
----------------------------------------------------*/
.allcategory_btn {
    margin: 0 0 0 0;
    padding: 1px 0;
    border-radius: .3em;
    text-align: left;
    position: absolute;
    top: 6px;
    left: 990px;
}

.allcategory_btn:hover {
    cursor: pointer;
}

/* checkbox non-display */
.add-control .chk {
    display: none;
}

/* button control */
.add-control .btn-open-close {
    display: flex;
}

.add-control .btn-open-close .humButton {
    position: relative;
    display: inline-block;
    width: 17px;
    height: 17px;
    margin: 3px 10px;
}

.add-control .btn-open-close .humButton [class^="humBar"] {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 17px;
    height: 3px;
    background-color: var(--orange-color);
    transition-duration: 0.5s;
}

.add-control .btn-open-close .humButton .humBar01 {
    top: 0;
}

.add-control .btn-open-close .humButton .humBar02 {
    top: 7px;
}

.add-control .btn-open-close .humButton .humBar03 {
    top: 14px;
}

.add-control #open-close:checked~.btn-open-close .humButton .humBar01 {
    top: 6px;
    transform: translate(-50%, 50%) rotate(45deg);
}

.add-control #open-close:checked~.btn-open-close .humButton .humBar02 {
    opacity: 0;
}

.add-control #open-close:checked~.btn-open-close .humButton .humBar03 {
    top: 6px;
    transform: translate(-50%, 50%) rotate(495deg);
}

/*.add-control #open-close ~ .btn-open-close::before {
    content:"";
    display: inline-block;
    width:24px;
    height:13px;
    background: url(../img/svg_spmenu_open.svg) left bottom no-repeat;
    background-size:13px;
}*/
.add-control #open-close~.btn-open-close::after {
    content: "\5168\3066\306e\30ab\30c6\30b4\30ea\30fc";
    /*全てのカテゴリー*/
}

.add-control #open-close~.allcategory_box {
    max-height: 0;
    overflow: hidden;
    padding: 0;
    transition: all 0.5s;
}

/*.add-control #open-close:checked ~ .btn-open-close::before {
    content:"";
    display: inline-block;
    width:24px;
    height:13px;
    background: url(../img/svg_spmenu_close.svg) left bottom no-repeat;
    background-size:13px;
}*/
.add-control #open-close:checked~.btn-open-close::after {
    content: "\9589\3058\308b";
    /*閉じる*/
}

.add-control #open-close:checked~.allcategory_box {
    margin-top: 10px;
    max-height: 40px;
    opacity: 1;
}

.add-control #open-close:checked~.allcategory_box a {
    display: inline-block;
}

/* humbugermenu START */
#sp-open-close.chk {
    display: none;
}

@media only screen and (max-width: 768px) {
    .spMenu_box {
        position: fixed;
        top: calc(2vw - 5px);
        right: 1px;
        display: block;
        width: 48px;
        height: 48px;
        padding: 8px;
        z-index: 19999;
    }

    .customize-support .spMenu_box {
        top: 48px;
    }

    .spMenu_box .humButton {
        position: relative;
        display: block;
    }

    .spMenu_box [class^="humBar"] {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        display: block;
        width: 26px;
        height: 4px;
        background-color: var(--orange-color);
        transition-duration: 0.5s;
    }

    .spMenu_box .humBar01 {
        top: 0;
    }

    .spMenu_box .humBar02 {
        top: 11px;
    }

    .spMenu_box .humBar03 {
        top: 22px;
    }

    #sp-open-close:checked~.spMenu_box .humBar01 {
        top: 11px;
        transform: translate(-50%, 50%) rotate(45deg);
    }

    #sp-open-close:checked~.spMenu_box .humBar02 {
        opacity: 0;
    }

    #sp-open-close:checked~.spMenu_box .humBar03 {
        top: 11px;
        transform: translate(-50%, 50%) rotate(495deg);
    }

    .spModal {
        visibility: hidden;
        display: block;
        opacity: 0;
        transition-duration: 0.5s;
        background-color: #ffffff;
        height: 100%;
    }

    .spModal a {
        pointer-events: none;
    }

    #sp-open-close:checked~.spModal {
        visibility: inherit;
        display: block;
        opacity: 1;
    }

    #sp-open-close:checked~.spModal a {
        pointer-events: inherit;
    }
}

/* humbugermenu END */
/* スマホメニュー
----------------------------------------------------*/
.spModal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.modal__bg {
    background: rgba(0, 0, 0, 0.8);
    height: 100vh;
    width: 100%;
}

.sp_menu_close {
    position: fixed;
    top: 10px;
    right: 22px;
    font-size: 22px;
    color: #FF5D00 !important;
}

.customize-support .sp_menu_close {
    top: 56px;
}

.sp_menu_wrapper {
    width: 100%;
    background: #FFFFFF;
    padding: 0 0 60px 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    z-index: 9999;
}

.customize-support .sp_menu_wrapper {
    padding-top: 46px;
}

.sp_menu_wrapper>.logo {
    width: 200px;
    margin: 30px auto 10px auto;
    display: block;
}

.sp_head_box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    justify-content: -webkit-center;
    justify-content: -moz-center;
    justify-content: -ms-center;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #dfdfdf;
    flex-wrap: wrap;
}

.sp_head_box a {
    width: 40%;
}

.sp_head_box::after {
    content: "";
    display: block;
    width: 40%;
}

.sp_head_box .beginnerMark {
    display: block;
    margin: 0 35px 0 0;
    padding: 12px 0 12px 20px;
    font-size: 16px;
    color: #131313;
    background: url(../img/header_beginnerMark.png) left 50% no-repeat;
    background-size: auto 15px;
}

.sp_head_box .header_qMark {
    display: block;
    margin: 0;
    padding: 12px 0 12px 25px;
    font-size: 16px;
    color: #131313;
    background: url(../img/header_qMark.png) left 50% no-repeat;
    background-size: auto 15px;
}

.sp_head_box .header_flag {
    display: block;
    margin: 0 35px 0 0;
    padding: 12px 0 12px 20px;
    font-size: 16px;
    color: #131313;
    background: url(../img/header_flag.svg) left 50% no-repeat;
    background-size: auto 15px;
}

.sp_head_box .loginBtn {
    width: 100%;
    margin: 10px auto 10px auto;
    display: flex;
    justify-content: center;
}

.sp_head_box .loginBtn a {
    width: auto;
    padding: 3px 10px;
    margin: 0 5px;
    font-size: 3.5vw;
    color: #000000;
    text-align: center;
    background: linear-gradient(#FFFFFF, #DADADA);
    border-radius: 5px;
    border: 1px solid #CCCCCC;
    display: block;
}

.sp_submenu_box {
    width: 85%;
    margin: 0 auto 10px auto;
    padding: 15px;
    font-size: 4.5vw;
    line-height: 1.5;
    background: #F4F4F4;
}

.sp_submenu_box>.sp_submenu_Ttl {
    margin: 0 0 5px 0;
    font-weight: 400;
}

.sp_submenu_box a {
    margin: 10px 15px 10px 0;
    padding: 0 0 0 12px;
    position: relative;
    color: #000;
    display: inline-block;
    min-width: calc(50% - 20px);
}

.sp_submenu_box a::before {
    position: absolute;
    content: '';
    display: block;
    top: 0.5em;
    left: 0;
    width: 5px;
    height: 5px;
    border-right: 1px solid #ff5d00;
    border-bottom: 1px solid #ff5d00;
    transform: rotate(-45deg);
}

.sp_menu_box {
    width: 85%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.sp_menu {
    width: auto;
}

.sp_menu_box>ul,
.sp_menu>ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sp_menu_box>ul a,
.sp_menu>ul a {
    color: #000000;
}

.sp_menu_box>ul li,
.sp_menu>ul li {
    position: relative;
    padding: 0 0.2em 0.2em 1.0em;
    font-size: 4.5vw;
}

.sp_menu_box>ul a:hover,
.sp_menu>ul a:hover {
    color: #ff5d00;
}

.sp_menu_box>ul li::before,
.sp_menu>ul li::before {
    position: absolute;
    content: '';
    display: block;
    top: calc(50% - 5px);
    left: 0;
    width: 5px;
    height: 5px;
    border-right: 1px solid #ff5d00;
    border-bottom: 1px solid #ff5d00;
    transform: rotate(-45deg);
}

.sp_menu_box>ul a,
.sp_menu>ul a {
    display: block;
    padding: 11px 0;
    font-size: 18px;
}

.spMenu_dmm {
    display: none;
}

.sp_bottom_box {
    display: flex;
    justify-content: center;
    gap: 15px;
    width: 85%;
    margin: 0 auto 15px auto;
    padding: 10px 0 0 0;
    text-align: center;
    border-top: 1px solid #DFDFDF;
}
.sp_bottom_box a {
    display: block;
}

@media only screen and (max-width: 768px) {
    .spMenu_dmm {
        height: 10px;
        display: block;
    }
}




/* サブメニュー
----------------------------------------------------*/
.submenuWrapper {
    width: 100%;
    margin: 0;
    padding: 6px 0;
    background: #f7f7f7;
    overflow: hidden;
}

@media only screen and (max-width: 768px) {
    .submenuWrapper {
        display: none;
    }
}

.submenuBox {
    width: 1150px;
    margin: 0 auto;
    padding: 0;
    font-size: 15px;
    text-align: left;
    position: relative;
    overflow: hidden;
}

.submenuBox a {
    display: inline-block;
    margin: 0 15px 0 0;
    padding: 3px 0 3px 15px;
    position: relative;
    color: #000000;
}

.submenuBox a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 6px;
    height: 6px;
    border-top: 1px solid #FF5D00;
    border-right: 1px solid #FF5D00;
    transform: rotate(45deg);
    margin-top: -2px;
}

.submenuBox a.active {
    background-color: #993333;
    padding: 2px 10px 2px 25px;
    border-radius: 3px;
}

.submenuBox a.active::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    transform: rotate(45deg);
    margin-top: -2px;
}

.submenuBox a.active:link {
    color: #FFFFFF;
    text-decoration: none;
}

.submenuBox a.active:visited {
    color: #FFFFFF;
    text-decoration: none;
}

.submenuBox a.active:hover {
    color: #FFFFFF;
    text-decoration: none;
}

@media only screen and (max-width: 768px) {
    .submenuBox {
        width: 95%;
        margin: 0 auto;
        padding: 0;
        font-size: 12px;
    }

    .submenuBox a {
        margin: 0 15px 0 0;
        padding: 0 0 0 15px;
        position: relative;
        color: #000000;
        display: inline-block;
    }

    .submenuBox a::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 5px;
        height: 5px;
        border-top: 1px solid #FF5D00;
        border-right: 1px solid #FF5D00;
        transform: rotate(45deg);
        margin-top: -2px;
    }
}

/* バナーアニメーション
----------------------------------------------------*/
.bannerWrapper {
    width: 100%;
    margin: 0 0 15px 0;
    padding: 10px 0;
    background: #f7f7f7;
}

.bannerBox {
    margin: 0 auto;
    width: 1150px;
    text-align: left;
}

.bannerBox ul {
    list-style: none;
    -webkit-padding-start: 0;
}

.bannerBox ul li {
    width: 123px;
    height: 42px;
    margin: 0 5px 0 0;
    padding: 0;
}

.bannerBox ul li img {
    width: 123px;
    height: 42px;
    margin: 0 0 0 0;
    padding: 0;
}

.bannerBox .scroll {
    display: none;
}

.bannerBox .scroll img {
    vertical-align: bottom;
}

@media only screen and (max-width: 768px) {
    .bannerBox {
        margin: 0 auto;
        width: 95%;
    }
}

/* CTAボタン
----------------------------------------------------*/
.ctaArea_top,
#ctaArea_top {
    background-color: #F7F7F7;
    margin-top: -15px;
    border-top: 1px solid #bbb;
    padding: 20px 0;
}

.ctaArea_top section,
#ctaArea_top section {
    width: 960px;
    margin: 0 auto;
}
#ctaArea_simple .conciergeContainer{
    text-align: right;
    margin-right: 1.5em;
    display: inline-block;
}
.ctaArea_top .conciergeContainer,
#ctaArea_top .conciergeContainer,
.ctaArea_top_sp .conciergeContainer,
#ctaArea_top_sp .conciergeContainer {
    display: flex;
    -js-display: flex;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.ctaArea_top .conciergeContainer img.concierge,
#ctaArea_top .conciergeContainer img.concierge,
#ctaArea_top_sp .conciergeContainer img.concierge {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.ctaArea_top .conciergeContainer .conciergeTalk,
#ctaArea_top .conciergeContainer .conciergeTalk,
#ctaArea_top_sp .conciergeContainer .conciergeTalk {
    font-weight: normal;
    position: relative;
    padding: 10px 16px;
    margin: 0;
    border: 1px solid #dcdcdc;
    border-radius: 20px;
    background: #fff;
    display: inline-block;
    height: auto;
    box-shadow: 0 3px 10px 0 rgb(0 0 0 / 10%);
}

.ctaArea_top .conciergeContainer .conciergeTalk span,
#ctaArea_top .conciergeContainer .conciergeTalk span,
#ctaArea_top_sp .conciergeContainer .conciergeTalk span {
    color: #d00000;
    font-weight: bold;
}

.ctaArea_top .conciergeContainer .conciergeTalk::before,
#ctaArea_top .conciergeContainer .conciergeTalk::before,
#ctaArea_top_sp .conciergeContainer .conciergeTalk::before {
    content: "";
    position: absolute;
    top: 25px;
    left: -15px;
    margin-top: -12px;
    border: 4px solid transparent;
    border-right: 12px solid white;
    z-index: 2;
}

.ctaArea_top .conciergeContainer .conciergeTalk::after,
#ctaArea_top .conciergeContainer .conciergeTalk::after,
#ctaArea_top_sp .conciergeContainer .conciergeTalk::after {
    content: "";
    position: absolute;
    top: 25px;
    left: -19px;
    margin-top: -14px;
    border: 6px solid transparent;
    border-right: 14px solid #dcdcdc;
    z-index: 1;
}

.ctaArea_top form ul,
#ctaArea_top form ul {
    list-style: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin: 20px auto 30px;
    padding: 0;
}

.ctaArea_top form select,
#ctaArea_top form select {
    width: 300px;
    height: 50px;
    margin: 0;
    padding: 2px 20px;
    font-size: 16px;
    color: #333;
    background: #fff url(https://www.lvnmatch.jp/wp-content/themes/lvnmatch/sell/img/step_arrow.png) right 15px center no-repeat;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-bottom: 1px solid #9E9E9E;
}

.ctaArea_top .ctaBtn,
#ctaArea_top .ctaBtn {
    width: 770px;
    height: auto;
    /*	margin: 0 auto;*/
    margin: 20px auto 0;

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.ctaBtn a {
    cursor: pointer;
    box-shadow: -2px -2px 12px rgba(0, 0, 0, 0.08), 0px 2px 12px rgba(0, 0, 0, 0.2);
    transition: .3s;
    border: none;
}

/*.ctaArea_top .ctaBtn button:hover {
	box-shadow: -2px -2px 12px rgba(0, 0, 0, 0.08), 0px 2px 12px rgba(0, 0, 0, 0.05);
}*/
#ctaArea_top .ctaBtn .btnLeft,
.ctaArea_top .ctaBtn .btnLeft {
    width: 400px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.ctaBtn a {
    position: relative;
    display: block;
    text-align: center;
}

.ctaBtn a span {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    text-align: center;
    transform: translateY(-50%);
}

.ctaBtn .primary a {
    color: #fff;
    background-color: #ff5d00;
}

.ctaArea_top .ctaBtn .primary,
#ctaArea_top .ctaBtn .primary {
    width: 220px;
}

.ctaArea_top .ctaBtn .primary a,
#ctaArea_top .ctaBtn .primary a {
    width: 220px;
    height: 148px;
    border-radius: 12px;
    color: #fff;
    font-size: 30px;
    background-color: #ff5d00;
}

.ctaBtn .secondary {
    color: #ff5d00;
    /*	background-color: #fff;*/
}

.ctaArea_top .ctaBtn .secondary,
#ctaArea_top .ctaBtn .secondary {
    width: 148px;
}

.ctaArea_top .ctaBtn .secondary a,
#ctaArea_top .ctaBtn .secondary a {
    width: 148px;
    height: 148px;
    border-radius: 12px;
    color: #ff5d00;
    font-size: 26px;
    background-color: #fff;
    border: none;
}

.ctaArea_top .ctaBtn .tertiary,
#ctaArea_top .ctaBtn .tertiary {
    width: 338px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ctaArea_top .ctaBtn .tertiary a,
#ctaArea_top .ctaBtn .tertiary a {
    width: 160px;
    height: 40px;
    margin-bottom: 14px;
    color: #333;
    border-radius: 6px;
    font-size: 18px;
    background-color: #fff;
    border: none;
}

/*hover＆active START*/
.ctaBtn a:hover {
    box-shadow: -2px -2px 10px rgba(255, 195, 0, 1), 0px 2px 10px rgba(255, 195, 0, 1);
}

.ctaBtn a:active {
    border: #c69972 solid 1px;
    box-shadow: 0 0 20px rgba(255, 136, 34, 0.8), 0 0 20px rgba(255, 136, 34, 0.8),
        inset 0 3px 3px rgba(0, 0, 0, .05), inset 0 3px 3px rgba(0, 0, 0, .05);
}

/*hover＆actives END*/
@media only screen and (max-width: 768px) {

    .ctaArea_top,
    #ctaArea_top {
        width: 100%;
        margin: -15px auto 0;
    }

    .ctaArea_top section,
    #ctaArea_top section {
        width: 94%;
    }

    .ctaArea_top form ul,
    #ctaArea_top form ul {
        display: block;
    }

    .ctaArea_top form select,
    #ctaArea_top form select {
        width: 100%;
        margin: 0 0 20px;
    }

    #ctaArea_top form li:last-child select,
    .ctaArea_top form li:last-child select {
        margin-bottom: 0;
    }

    #ctaArea_top .ctaBtn,
    .ctaArea_top .ctaBtn {
        width: 100%;
        margin: 20px auto 0;
        padding: 0 10px;
        display: block;
    }

    .ctaArea_top .ctaBtn a,
    #ctaArea_top .ctaBtn a {
        font-weight: bold;
    }

    .ctaArea_top .ctaBtn .btnLeft,
    #ctaArea_top .ctaBtn .btnLeft {
        width: 100%;
        margin: 0 auto 14px;
        display: flex;
        justify-content: space-between;
    }

    .ctaArea_top .ctaBtn .primary,
    #ctaArea_top .ctaBtn .primary {
        width: 56%;
    }

    #ctaArea_top .ctaBtn .primary a,
    .ctaArea_top .ctaBtn .primary a {
        width: 100%;
        height: 60px;
        line-height: 60px;
        font-size: 7vw;
    }

    .ctaArea_top .ctaBtn .secondary,
    #ctaArea_top .ctaBtn .secondary {
        width: 40%;
        font-size: 6vw;
    }

    .ctaArea_top .ctaBtn .secondary a,
    #ctaArea_top .ctaBtn .secondary a {
        width: 100%;
        height: 60px;
        line-height: 60px;
    }

    .ctaArea_top .ctaBtn .tertiary,
    #ctaArea_top .ctaBtn .tertiary {
        width: 100%;
    }

    #ctaArea_top .ctaBtn .tertiary a,
    .ctaArea_top .ctaBtn .tertiary a {
        width: 48%;
        height: 50px;
        font-size: 5vw;
        padding: 0 1vw;
    }
}

/* スマホのみのCTAボタン */
#ctaArea_top_sp {
    width: 100%;
    height: 156px;
}

#ctaArea_top_sp section {
    width: 100%;
    padding: 3%;
    position: fixed;
    bottom: 0;
    left: 0;
    display: none;
    background: #ffffffde;
    z-index: 99;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

#ctaArea_top_sp section.fadeIn {
    display: block;
}

.fadeIn {
    animation-name: fadeInAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeInAnime {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

#ctaArea_top_sp section.on {
    display: block;
    width: 100%;
}

#ctaArea_top_sp .conciergeContainer .conciergeTalk {
    font-size: 3.8vw;
}

#ctaArea_top_sp .ctaBtn {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin: 10px auto 0;
}

#ctaArea_top_sp .ctaBtn a {
    border-radius: 12px;
    display: block;
    position: relative;
    color: #333;
    font-weight: bold;
}

#ctaArea_top_sp .primary {
    width: 35%;
    /*	width: 33%;*/
}

#ctaArea_top_sp .primary a {
    width: 100%;
    height: 50px;
    font-size: 6vw;
    color: #FFF;
}

#ctaArea_top_sp .secondary {
    width: 24%;
    /*	width: 23%;*/
}

#ctaArea_top_sp .secondary a {
    width: 100%;
    height: 50px;
    background-color: #fff;
    font-size: 4.5vw;
    /*    color: #ff5d00;*/
}

#ctaArea_top_sp .tertiary {
    width: 15%;
    /*    width: 18%;*/

}

#ctaArea_top_sp .tertiary a {
    width: 100%;
    height: 50px;
    background-color: #fff;
    font-size: 4.3vw;
    line-height: 1.2em;
    padding: 0;
    word-break: break-all;
    word-wrap: break-word;
}

/*ボタン1つ用*/
#ctaArea_top_sp.buttonOne .primary {
    width: 100%;
}

/*ボタン２つ用*/
#ctaArea_top_sp.buttonTwo .primary {
    width: 65%;
}

#ctaArea_top_sp.buttonTwo .secondary {
    width: calc(100% - 70%);
}

/*ボタン３つ用*/
#ctaArea_top_sp.buttonThree .primary {
    width: 55%;
}

#ctaArea_top_sp.buttonThree .tertiary {
    width: 20%;
}
/* .ctaArea* */

#ctaArea_simple{
    position: sticky;
    margin: 0 0 0 1em;
    width: calc(100% - 7em);
    left: 0;
    right: 0;
    bottom: 0;
    /*animation: scroll-top linear;
    animation-timeline: scroll();*/
    z-index:99;
    background: #fcf0e0ea;
    border-radius: .75em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    backdrop-filter: blur(5px);
    text-align: center;
}
#ctaArea_simple a{
    display: inline-block;
    width: 100%;
    transition: all .1s 0s ease;

}

#ctaArea_simple img{
    vertical-align: middle;
    margin-right: 0.5em;
}
#ctaArea_simple #ctaAreaLink{
    display: inline-block;
    color: #fff;
    padding: 12px .4em;
    font-size: 22px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: .08em;
    text-align: center;
    transition: all .1s 0s ease;
    max-width: 1150px;
    margin: 0 auto 0;
    margin-left: 4em;
}
#ctaArea_simple a > span{
    position: relative;
    margin: 0 1em 0 0;
    display: inline-block;
    vertical-align: bottom;
    transition: all .1s 0s ease;
    text-wrap: nowrap;
}


#ctaArea_simple a span.cta_form_text{
    margin: 0;
    padding: .5em 1.7em .5em .5em;
    background: #ff5d00;
    border-radius: .5em;
    white-space: nowrap;
    font-size: 1.3em;
    transition: .1s;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    min-width: 17em;
}
#ctaArea_simple a:hover span.cta_form_text{
    background: #ff2600;
    box-shadow: 2px 2px 4px #4c3d00;
}
#ctaArea_simple span.pc_text{
    color: #000;
    margin: 0;
    border: 1px solid #dcdcdc;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 3px 10px 0 rgb(0 0 0 / 10%);
    padding: 10px 10px 10px 20px;
    position: relative;
    vertical-align: middle;
    white-space: nowrap;
    display: inline-block;
}
#ctaArea_simple span.pc_text::before{
    content: "";
    position: absolute;
    top: 25px;
    left: -15px;
    margin-top: -12px;
    border: 4px solid transparent;
    border-right: 12px solid white;
    z-index: 2;
}
#ctaArea_simple span.pc_text::after {
    content: "";
    position: absolute;
    top: 25px;
    left: -19px;
    margin-top: -14px;
    border: 6px solid transparent;
    border-right: 14px solid #dcdcdc;
    z-index: 1;
}
#ctaArea_simple a span.cta_form_text::before{
    position: absolute;
    right: 0.5em;
    content: "";
    width: 1em;
    height: 1em;
    display: inline-block;
    background: #ffffff;
    border-radius: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
}
#ctaArea_simple a span.cta_form_text::after{
    position: absolute;
    right: 0.85em;
    content: "";
    font-weight: 900;
    margin: auto;
    width: .3em;
    height: .3em;
    display: inline-block;
    border: 3px solid #ff5d00;
    transform: rotate(45deg);
    border-bottom: none;
    border-left: none;
    top: 0;
    bottom: 0;
}
#ctaArea_simple a em{
    color: #ed0000;
    background: #fff;
    padding: .2em .3em;
    border-radius: 1.5em;
    font-style: normal;
    font-size: 0.9em;
}
#ctaArea_simple a em:last-child{
    margin-right: 0.3em;/**/
    margin-left: 0.3em;/**/
}
#ctaArea_simple a:hover span,
#ctaArea_simple a:hover{
    opacity: 1;
}
#ctaArea_simple:hover{
   background: #fff8efea;/* */
}

body {
    width: 100%;
}
@media screen and (min-width: 769px) {
    body {
        min-width: 1150px;
    }
}
#ctaArea_simple.telStart {
    display: none;
    /*background-color: #ff8800ea;*/
    background-color: #fcf0e0ea;

}
#ctaArea_simple.telStart #ctaAreaLink {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin: 0 auto;
}
#ctaArea_simple.telStart #ctaAreaLink a {
    display: block;
    width: fit-content;
}
#ctaArea_simple.telStart #ctaAreaLink .ancTxt {
}
#ctaArea_simple.telStart #ctaAreaLink .ancTxt .cta_form_text {
    width: 380px;
    display: block;
    margin: 0;
    min-width: inherit;
    color: #ffffff;
}
@media screen and (min-width: 769px) {
    #ctaAreaLink .conciergeContainer .pc_text a {
        pointer-events: none;
    }
    #ctaAreaLink .conciergeContainer .pc_text img.pc {
        display: block !important;
    }
    #ctaAreaLink .conciergeContainer .pc_text img.pd {
        display: none !important;
    }
    #ctaAreaLink .conciergeContainer .pc_text img.sp {
        display: none !important;
    }
}

@media screen and (max-width: 768px) and (min-width: 641px) {
    #ctaAreaLink .conciergeContainer .pc_text img.pc {
        display: none !important;
    }
    #ctaAreaLink .conciergeContainer .pc_text img.pd {
        display: block !important;
    }
    #ctaAreaLink .conciergeContainer .pc_text img.sp {
        display: none !important;
    }
}
@media screen and (max-width: 640px) {
    #ctaAreaLink .conciergeContainer .pc_text img.pc {
        display: none !important;
    }
    #ctaAreaLink .conciergeContainer .pc_text img.pd {
        display: none !important;
    }
    #ctaAreaLink .conciergeContainer .pc_text img.sp {
        display: block !important;
    }
}
#ctaAreaLink .conciergeContainer {
    display: flex;
    gap: 5px;
    margin: 0;
}
#ctaAreaLink .conciergeContainer img {
    display: block;
    margin: 0;
}
#ctaAreaLink .conciergeContainer .pc_text {
    display: flex;/* フリーコール削除時追記 */
    align-items: center;/* フリーコール削除時追記 */
    padding: 10px;
}
@media screen and (max-width: 768px) {
    #ctaArea_simple.telStart {
        width: calc(100% - 5rem);
        margin:0 0 0 1rem;
        padding: 10px;
    }
    #ctaArea_simple.telStart #ctaAreaLink {
        gap: 2vw;
    }
    #ctaArea_simple.telStart #ctaAreaLink .cta_form_text {
        display: flex !important;
        justify-content: center;
        align-items: center;
        min-height: 50px;
        font-size: min(5vw, 26px);
    }
    #ctaArea_simple.telStart #ctaAreaLink .ancTxt .cta_form_text {
        width: 100%;
    }
}
@media screen and (max-width: 640px) {
    #ctaArea_simple.telStart {
        width: 100%;
        margin: 0;
        background: none;
    }
    #ctaArea_simple.telStart #ctaAreaLink {
        flex-direction: column;
        align-items: start;
        gap: 8px;
        width: 100%;
        margin: 0 auto;
        padding-right: 60px;/* フリーコール削除時追記 */
    }
    #ctaArea_simple.telStart #ctaAreaLink .conciergeContainer {
        width: 100%;
    }
    #ctaArea_simple.telStart #ctaAreaLink .conciergeContainer .pc_text {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        border-radius: 0.5em;
    }
    #ctaArea_simple.telStart #ctaAreaLink .conciergeContainer .pc_text img {
        width: 100%;
        max-width: 400px;
        height: auto;
        margin:  0 auto;
    }
    #ctaArea_simple.telStart #ctaAreaLink .ancTxt {
        width: calc(100% - 60px);
        max-width: inherit;
    }
    #ctaArea_simple.telStart.bottom {
        background: linear-gradient(rgba(255, 255, 255, 0) 50%, #cdcdcd 50%);
    }
}
/* トップへボタン
----------------------------------------------------*/
.page_top {
    display: none;
    width: 3em;
    height: 3em;
    position: fixed;
    right: 1.7em;
    bottom: 1em;
    background: #045d9b;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /*animation: scroll-top linear;
    animation-timeline: scroll();*/
    z-index: 105;
    border-radius: 100%;
    opacity: 0.8;
    transition: all 100ms 0s ease;
}
.page_top a::after {
position: absolute;
right: 0;
left: 0;
top:3px;
bottom: 0;
content: "";
font-weight: 900;
margin: auto;
width: .7em;
height: .7em;
display: inline-block;
border: 4px solid #ffffff;
transform: rotate(315deg);
border-bottom: none;
border-left: none;
}
.page_top a {
    text-indent: 100%;
    white-space: nowrap;
    display: inline-block;
    width: 100%;
    height:100%;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.page_top:hover,
.page_top:hover a{opacity: 1;}


@media screen and (max-width:1000px) {
    #ctaArea_simple #ctaAreaLink{
        display: flex;
        margin-left: 0;
        justify-content: space-around;
    }
    #ctaArea_simple a span.cta_form_text {
        padding: .5em 1.5em .5em .25em;
        min-width:unset;
    }

    #ctaArea_simple .conciergeContainer{
        text-align: center;
        text-wrap: nowrap;
    }
}

@media screen and (max-width:870px) {
    #ctaArea_simple span.pc_text::after,
    #ctaArea_simple span.pc_text::before{
        content: none;
    }
    #ctaArea_simple .conciergeContainer img{
display: none;
    }
}

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

    #ctaArea_simple a:hover{
        background: none;
    }
    #ctaArea_simple a span.cta_form_text:after {
        right: .5em;
    }
    #ctaArea_simple a span.cta_form_text:before{
    right: .25em;
    width: 0.8em;
    height: 0.8em;
    }
    #ctaArea_simple{
        width: calc(100% - 15vw);
        margin: 0;
        backdrop-filter: unset;
        bottom: 0;
        background: none;
    }
    
    #fixBtn a{
        width: calc(100% - 7em) !important;
        backdrop-filter: unset;
        text-indent: 0 !important;
        margin: 0 !important;
        padding: .75em 2em .75em 1em !important;
        background-image: none !important;
        background: #d84000 !important;
        border-radius: .5em;
        box-shadow: inset 0 0 150px #b73600;
        height: auto !important;
        color: #fff !important;
        font-weight: bold !important;
        text-align: center;
        line-height: 1;
        font-size: 4vw;
    }
    #fixBtn a:before {
        position: absolute;
        right: .5em;
        content: "";
        width: 1em;
        height: 1em;
        display: inline-block;
        background: #fff;
        border-radius: 100%;
        top: 0;
        bottom: 0;
        margin: auto
    }
    #fixBtn a:after {
        position: absolute;
        right: .85em;
        content: "";
        font-weight: 900;
        margin: auto;
        width: .3em;
        height: .3em;
        display: inline-block;
        border: 3px solid #d84000;
        transform: rotate(45deg);
        border-bottom: none;
        border-left: none;
        top: 0;
        bottom: 0
    }


    #ctaArea_simple a span.conciergeContainer{
        display: none;
    }
    body #ctaArea_simple #ctaAreaLink{

        padding: 0;
        background: none;
        box-shadow:none;
        letter-spacing: 0;
    }
    body #ctaArea_simple a span.pc_text{
        display: none;
    }
    body #ctaArea_simple a span.cta_form_text{
        width: 100%;
        margin-left: 5px;
        margin-bottom: 5px;
    }
    .page_top::after {
        width: .5em;
        height: .5em;}
    #ctaArea_simple #ctaAreaLink{
        margin: 0;
        padding: .6em 1.7em .6em .5em;
    }
    .page_top {
        width: 3em;
        height: 3em;
        right: 3px;
        /* bottom: .5em; フリーコールありの時はこっち */
        bottom: 1em;
    }
}
/*@keyframes scroll-top {
    0% {
        opacity: 0
    }

    3% {
        opacity: 1
    }

    100% {
        opacity: 1
    }
}*/
/* コンテンツ
----------------------------------------------------*/
.content_wrapper {
    width: 1150px;
    margin: 0 auto 30px;
}

.secBox01 {
    width: 100%;
    margin: 50px 0;
    padding: 0;
    border: 1px solid #fff;
    position: relative;
    background: #FFFFFF;
}

@media only screen and (max-width: 768px) {
    .content_wrapper {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
    }

    .secBox01 {
        width: 100%;
        margin: 20px auto;
        padding: 0;
    }
}

.secBoxTitle {
    width: 100%;
    margin: 0;
    padding: 10px 0;
    font-size: 28px;
    font-weight: 500;
    color: #ff5d00;
    text-align: center;
    background: linear-gradient(#fff, #fff);
    position: relative;
}

.secBoxTitle small {
    font-size: 80%;
    padding: 0;
    color: inherit;
    text-align: inherit;
    display: inherit;
    background-color: unset;
}

.secBoxTitle:after {
    content: "";
    width: 2em;
    height: 3px;
    display: inline-block;
    background: #ff5d00;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}

.secBox01>.inner,
.secBox02>.inner,
.secBox03>.inner,
.shopData_box>.inner {
    width: 95%;
    margin: 30px auto;
    padding: 0;
    line-height: 1.8;
    overflow: hidden;
}

.secBox01>.inner>p {
    margin: 1em 0;
}

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

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

.col03 {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    flex-wrap: wrap;
}

.col04 {
    padding: 20px 0;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    flex-wrap: wrap;
}

.col05 {
    display: flex;
    justify-content: space-between;
    /*    justify-content: flex-start;*/
    flex-wrap: wrap;
}

.secBox01 a.listLink {
    position: absolute;
    top: 12px;
    right: 15px;
    font-size: 14px;
    color: #FFFFFF;
    border-radius: 50px;
    transition: .2s;
    padding: 3px 30px 3px 15px;
    background: #ff5d00 url(../img/svg_arrow02.svg) right 8px center no-repeat;
    background-size: 1em;
}

.secBox01 .linkBtnWrap {
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .secBoxTitle {
        font-size: 26px;
    }

    .secBox01>.inner,
    .secBox02>.inner,
    .secBox03>.inner,
    .shopData_box>.inner {
        width: 95%;
        margin: 20px auto;
    }

    .col01 {
        display: block;
    }

    .col03 {
        display: block;
    }

    .col05 {
        display: block;
    }

    .secBox01 a.listLink {
        position: absolute;
        top: 12px;
        right: 15px;
        font-size: 12px;
        color: #FFFFFF;
        border-radius: 50px;
        transition: .2s;
        padding: 2px 26px 3px 10px;
        background: #ff5d00 url(../img/svg_arrow02.svg) right 10px center no-repeat;
        background-size: 1em;
    }

    a.listLink-sp {
        padding: 10px;
        text-align: center;
        width: 80%;
        margin: 20px auto;
        color: #FFFFFF;
        border-radius: 50px;
        transition: .2s;
        background: var(--themeColor) url(../img/svg_arrow02.svg) right 10px center no-repeat;
        background-size: 1em;
    }
    body[id*="glossary"] .secBox01 a.listLink,
    body[id*="glossary"] a.listLink-sp {
        background-color: #993333;
    }
}

.secBox01 a.listLink:hover {
    background: var(--themeColor) url(../img/svg_arrow02.svg) right 8px center no-repeat;
    background-size: 1em;
    opacity: 1;
}

.secBox01 .topBizBox {
    width: 46%;
    margin: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    color: #000000 !important;
}

.secBox01 .topBizBox:hover {
    color: #46C3D7 !important;
    text-decoration: none;
}

.secBox01 .topBizBox img {
    width: 90px;
    height: 90px;
    margin: 2px 15px 0 0;
    object-fit: cover;
    border-radius: 3px;
}

.secBox01 .topBizBox>div {
    width: 368px;
}

.secBox01 .topBizBox .genre {
    margin: 0 12px 0 0;
    padding: 4px 7px 4px;
    font-size: 15px;
    color: #fff;
    background: #16428f;
    border-radius: 3px;
}

.secBox01 .topBizBox .date {
    padding: 2px 0;
    font-size: 16px;
}

.secBox01 .topBizBox .date .new {
    font-size: 16px;
    font-weight: 500;
    color: #ed0000;
    background: 0 0;
    box-sizing: border-box;
    padding: 0 0 0 5px;
}

.secBox01 .topBizBox h3 {
    margin: 5px 0 0 0;
    padding: 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
}

.dm1150 {
    width: 1150px;
}

@media only screen and (max-width: 768px) {
    .secBox01 .topBizBox .date .new {
        font-size: 12px;
        position: absolute;
        left: 8px;
        background: #ed0000;
        color: #fff;
        padding: 3px 3px;
        line-height: 1;
        margin-top: -6px;
    }

    .secBox01 .topBizBox {
        width: 100%;
        margin: 0;
        padding: 15px 0;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        color: #000000 !important;
        border-bottom: 1px solid #DFDFDF;
    }

    .secBox01 .topBizBox:last-child {

        padding-bottom: 0;
        border-bottom: none;
    }

    .secBox01 .topBizBox h3 {
        font-size: 4vw;
    }

    .secBox01 .topBizBox .genre {
        font-size: 13px;
    }

    .secBox01 .topBizBox img {
        width: 25%;
        height: auto;
        margin: 6px 10px 0 0;
        object-fit: fill;
    }

    body .recommendOnly li a {
        border: none;
    }

    body .recommendOnly span.area {
        font-size: 14px;
        left: 0;
        right: 0;
    }

    .secBox01 .topBizBox>div {
        width: 80%;
    }

    .dm1150 {
        width: 95%;
    }
}

/* フッターバナーエリア
----------------------------------------------------*/
#footerWrapper{
    background-color: #cdcdcd;
}

.footerBannerArea_feature {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-around;
}

.footerBannerArea_feature a {
    margin-right: 20px;
}
footer + small{
    position: relative;
}

.featureBannerimg {
    border: 1px solid #A9A9A9;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 225px;
    height: 93px;
}

/*pickup用バナー　画像の指定*/
.featureBannerimg.pickup02.lazyloaded {
    background-image: url("../img/bnr_pickup02.png");
}

.featureBannerimg.pickup03.lazyloaded {
    background-image: url("../img/bnr_survey.png");
}

.featureBannerimg.pickup04.lazyloaded {
    background-image: url("../img/bnr_pickup03.png");
}

.featureBannerimg.pickup05.lazyloaded {
    background-image: url("../img/bnr_users_voice.png");
}

/*不動産会社向けサービス用バナー　画像の指定*/
.featureBannerimg.clientService01.lazyloaded {
    background-image: url("../img/bnr_client01.png");
}

.featureBannerimg.clientService02.lazyloaded {
    background-image: url("../img/bnr_client02.png");
}

.featureBannerimg.clientService03.lazyloaded {
    background-image: url("../img/bnr_client03.png");
}

.featureBannerimg.clientService04.lazyloaded {
    background-image: url("../img/bnr_client04.png");
}

/*キャンペーン*用バナー*/
.footerBannerarea {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 45px 0;
}

@media only screen and (max-width: 768px) {
    .footerBannerArea_feature {
        justify-content: space-between;
    }

    .footerBannerArea_feature a {
        margin: 0;
        width: 100%;
        line-height: 1.0;
    }

    .featureBannerimg {
        width: 94%;
        height: 20vw;
        margin: 0 auto 10px;
        display: block;
    }

    /*pickup用バナー　画像の指定*/
    .featureBannerimg.pickup02.lazyloaded {
        background-image: url("../img/bnr_pickup02sp.png");
    }
/*bnr_users_voice_w*/
    .featureBannerimg.pickup03.lazyloaded {
        background-image: url("../img/bnr_survey_sp.png");
    }

    .featureBannerimg.pickup04.lazyloaded {
        background-image: url("../img/bnr_pickup03sp.png");
    }

    .featureBannerimg.pickup05.lazyloaded {
        background-image: url("../img/bnr_users_voice_w.png");
    }

    /*不動産会社向けサービス用バナー　画像の指定*/
    .featureBannerimg.clientService01.lazyloaded {
        background-image: url("../img/bnr_client01sp.png");
    }

    .featureBannerimg.clientService02.lazyloaded {
        background-image: url("../img/bnr_client02sp.png");
    }

    .featureBannerimg.clientService03.lazyloaded {
        background-image: url("../img/bnr_client03sp.png");
    }

    .featureBannerimg.clientService04.lazyloaded {
        background-image: url("../img/bnr_client04sp.png");
    }

    /*キャンペーン用バナー*/
    .footerBannerarea {
        width: 90%;
        margin: 0 auto;
        display: block;
    }
}

.footerBannerimg {
    width: 530px;
    height: 112px;
}

.emblemText {
    max-width: 98%;
    margin: 30px auto;
    padding: 10px 20px;
    font-size: 8px;
    text-align: left;
    background-color: #f9f9f9;
    color: #737373;
}


@media only screen and (max-width: 768px) {
    .footerBannerimg {
        width: 100%;
        height: auto;
        margin: 0 0 10px 0;
    }

    .emblemText {
        max-width: 95%;
        margin: 15px auto;
    }
}

/* フッター
----------------------------------------------------*/
footer {
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 30px 0;
    background: #e7e7e7;
}

.footerMenu_box {
    width: 1150px;
    margin: 0 auto 0 auto;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footerMenu_box>ul {
    list-style: none;
    font-size: 13px;
    padding: 0 0 0 25px;
    margin: 0;
}

.footerMenu_box>ul:nth-child(3) {
    padding: 0 5px 0 35px;
}

.footerMenu_box>ul:nth-child(3) {
    border-left: 1px solid #ff5d00;
}
.footerMenu_box>ul li {
    margin: 10px 0;
}
.footerMenu_box>ul a {
    display: block;
    padding: 5px 0;
    color: #000;
}

.footerMenu_box>ul a:hover {
    color: #ff5d00;
}

.footerMenu_box img {
    margin: 0 0 0 20px;
}

.footerMenu_boxSP {
    display: none;
}

.footerMenu_boxSP_last {
    display: none;
}

.footerMenu_box .ttl04 {
    margin: 0 0 5px 0;
    padding: 0;
    font-weight: bold;
}

@media only screen and (max-width: 768px) {
    footer {
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    .footerMenu_box {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: stretch;
        width: 100%;
        margin: 0 auto;
        padding: 0 10px;
    }

    .footerMenu_box>ul,
    .footerMenu_box>ul:nth-child(3) {
        box-sizing: border-box;
        width: 50%;
        font-size: 3vw;
        padding: 10px;
    }

    .footerMenu_box>ul:nth-child(1),
    .footerMenu_box>ul:nth-child(2) {
        border-bottom: 1px solid #ff5d00;
    }

    .footerMenu_box>ul:nth-child(3) {
        border: none;
    }

    .footerMenu_box .pLink {
        height: fit-content;
        padding: 10px;
    }
    .footerMenu_box ul li{
        margin: 10px 0;
    }
    .footerMenu_box ul li a {
        display: block;
        padding: 5px 0;
    }
}

@media only screen and (max-width: 480px) {
    .footerMenu_box>ul,
    .footerMenu_box>ul:nth-child(3) {
        font-size: 3.5vw;
    }
}

/* コピーライト
----------------------------------------------------*/
small {
    padding: 10px 0;
    font-size: 100%;
    color: #555555;
    text-align: center;
    display: block;
    background-color: #cdcdcd;
}
footer+small {
    box-shadow: 0px 50px 0px 50px #cdcdcd;
}

@media screen and (max-width: 768px) {
    small {
        font-size: 3vw;
    }
}

/* パンくず
----------------------------------------------------*/
.breadcrumb *,
.breadcrumb *:after,
.breadcrumb *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.breadcrumb {
    width: 1150px;
    margin: 20px auto;
    padding: 1em;
    font-size: 14px;
    background: none !important;
}

@media screen and (max-width: 768px) {
    .breadcrumb {
        width: 95%;
        margin: 0 auto 30px auto;
        padding: 1em 1em;
    }
}

.btm_breadcrumb *,
.btm_breadcrumb *:after,
.btm_breadcrumb *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.btm_breadcrumb {
    display: none;
}

@media screen and (max-width: 768px) {
    .btm_breadcrumb {
        width: 95%;
        margin: 0 auto;
        padding: 1em 1em;
        border-top: 1px solid #dfdfdf;
        display: block;
    }
}

.breadcrumb a,
.btm_breadcrumb a {
    text-decoration: none;
}

.breadcrumb .breadcrumbs,
.btm_breadcrumb .breadcrumbs {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.breadcrumb li,
.btm_breadcrumb li {
    display: inline-block;
    position: relative;
    padding-right: calc(16px + 8px);
    margin-right: 8px;
}

.breadcrumb li::before,
.btm_breadcrumb li::before {
    content: '\25b2';
    /*▲*/
    width: 1em;
    height: 1em;
    line-height: 0.9;
    text-align: center;
    font-size: 1.3em;
    color: #FF8C00;
    position: absolute;
    top: -webkit-calc(50% - 0.5em);
    top: calc(50% - 0.5em);
    right: 0;
    -moz-transform: rotate(90deg) scale(0.8, 1.0);
    -ms-transform: rotate(90deg) scale(0.8, 1.0);
    -webkit-transform: rotate(90deg) scale(0.8, 1.0);
    transform: rotate(90deg) scale(0.8, 1.0);
}

.breadcrumb li:last-child,
.btm_breadcrumb li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.breadcrumb li:last-child::before,
.btm_breadcrumb li:last-child::before {
    content: normal;
}

/* サブメニューの下,専用のパンくず
----------------------------------------------------*/
.submenu_breadcrumb *,
.submenu_breadcrumb *:after,
.submenu_breadcrumb *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.submenu_breadcrumb {
    width: 1150px;
    margin: 0 auto;
    padding: 7px 0;
    font-size: 14px;
    background: none !important;
}

@media screen and (max-width: 768px) {
    .submenu_breadcrumb {
        width: 95%;
        margin: 0 auto 30px auto;
        padding: 1em 1em;
    }
    .btm_breadcrumb a{
        padding: 10px 0;
        display: inline-block;
    }
    .breadcrumb li:last-child,
    .btm_breadcrumb li:last-child{
        padding: 10px 0;
    }
}

.submenu_breadcrumb a {
    text-decoration: none;
}

.submenu_breadcrumb .breadcrumbs {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.submenu_breadcrumb li {
    display: inline-block;
    position: relative;
    padding-right: calc(16px + 8px);
    margin-right: 8px;
}

.submenu_breadcrumb li::before {
    content: '\25b2';
    /*▲*/
    width: 1em;
    height: 1em;
    line-height: 0.9;
    text-align: center;
    font-size: 1.0em;
    color: #FF8C00;
    position: absolute;
    top: -webkit-calc(50% - 0.5em);
    top: calc(50% - 0.5em);
    right: 0;
    -moz-transform: rotate(90deg) scale(0.8, 1.0);
    -ms-transform: rotate(90deg) scale(0.8, 1.0);
    -webkit-transform: rotate(90deg) scale(0.8, 1.0);
    transform: rotate(90deg) scale(0.8, 1.0);
}

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

.submenu_breadcrumb li:last-child::before {
    content: normal;
}

/* iOSでのデフォルトスタイルをリセット
----------------------------------------------------*/
input[type="submit"],
input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}

input[type="submit"]:focus,
input[type="button"]:focus {
    outline-offset: -2px;
}

/* 会社概要
----------------------------------------------------*/
.corporate_table {
    width: 85%;
    border-collapse: collapse;
    border-spacing: 0px;
    border: #D2D4D6 solid 1px;
    font-size: 16px;
    line-height: 2.0;
    margin: 70px auto;
    box-sizing: border-box;
}

.corporate_table th {
    width: 25%;
    font-weight: normal;
    white-space: nowrap;
    border-top: #D2D4D6 solid 1px;
    background-color: #EEEEEE;
    padding: 7px 12px 0 20px;
    text-align: left;
    vertical-align: top;
    box-sizing: border-box;
}

.corporate_table td {
    border-top: #D2D4D6 solid 1px;
    padding: 7px 20px;
    vertical-align: top;
    box-sizing: border-box;
}

.corp_office {
    line-height: 1.3;
    margin: 0;
    padding: 0 0 15px 0;
    border-bottom: #D2D4D6 solid 1px;
    overflow: hidden;
}

.corp_office:last-child {
    border-bottom: none;
}

.officeName {
    padding: 15px 0 0 0;
    font-weight: bold;
}

a.officeLink {
    float: right;
}

a.pLink {
    margin: 0 10px 0 0;
    float: right;
}

.corporate_table td>small {
    font-size: 80%;
    margin: 0;
    padding: 0;
    color: #000000;
    text-align: left;
    background: none;
}

@media screen and (max-width: 768px) {
    .corporate_table {
        width: 94%;
        margin: 5px auto 50px auto;
        font-size: 90%;
    }

    .corporate_table th {
        width: 100%;
        padding: 7px;
        display: block;
    }

    .corporate_table td {
        width: 100%;
        font-size: 90%;
        padding: 7px;
        display: block;
    }

    a.pLink {
        margin: 20px 0 10px 0;
        display: block;
        float: right;
    }
}

/* Cookieについて / プライバシーポリシー
----------------------------------------------------*/
.corporate_title {
    width: 95%;
    margin: 40px auto 15px auto;
    padding: 0 0 10px 0;
    font-size: 20px;
    font-weight: 400;
    border-bottom: #D2D4D6 solid 1px;
}

.corporate_txt {
    width: 95%;
    margin: 5px auto;
}

@media screen and (max-width: 768px) {
    .corporate_title {
        width: 95%;
        margin: 40px auto 15px auto;
        padding: 0 0 10px 0;
        font-size: 5vw;
        font-weight: 400;
        border-bottom: #D2D4D6 solid 1px;
    }
}

ul.policy {
    width: 95%;
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
}

ul.policy li {
    margin: 0 0 0 0;
    padding-left: 1em;
    text-indent: -1em;
}

h3.policy_subtitle {
    width: 95%;
    margin: 20px auto 10px auto;
    font-size: 100%;
    font-weight: 400;
}

h3.policy_subtitle02 {
    width: 95%;
    margin: 20px auto 0 auto;
    font-size: 100%;
    font-weight: 400;
}

/* ター坊プロフィール
----------------------------------------------------*/
.contTurbo {
    width: 100%;
    margin: 0 auto 0 auto;
}

.contTurbo img {
    width: 100%;
    margin: 20px auto;
    display: block;
}

ul.turboList {
    width: 95%;
    list-style-type: none;
    margin: 20px auto 0 auto;
    padding: 0;
}

ul.turboList li {
    margin: 0 0 0 0;
    padding-left: 1em;
    text-indent: -1em;
}

ul.turboList li>span {
    font-weight: 500;
    color: #214D98;
}

/* プレーン固定ページ
----------------------------------------------------*/
.content_plain {
    width: 95%;
    margin: 0 auto 40px auto;
}

.content_plain>h2 {
    width: 100%;
    margin: 40px auto 15px auto;
    padding: 0 0 10px 0;
    font-size: 20px;
    font-weight: 400;
    border-bottom: #D2D4D6 solid 1px;
}

.content_plain>h3 {
    width: 100%;
    margin: 10px auto;
    padding: 0 0 0 0;
    font-size: 18px;
    font-weight: 400;
}

.corporate_txt p {
    width: 100%;
    margin: 5px auto;
}

@media screen and (max-width: 768px) {
    .content_plain>h2 {
        width: 100%;
        margin: 20px auto 15px auto;
        padding: 0 0 10px 0;
        font-size: 5vw;
        font-weight: 400;
        border-bottom: #D2D4D6 solid 1px;
    }

    .content_plain>h3 {
        width: 100%;
        margin: 10px auto;
        padding: 0 0 0 0;
        font-size: 4.5vw;
        font-weight: 400;
    }
}

/* よくある質問
----------------------------------------------------*/
ul.faqTab {
    width: 95%;
    margin: 30px auto;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}

ul.faqTab li {
    width: 24%;
    margin: 0 0.5% 10px 0.5%;
    padding: 0;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    border: 2px solid #b58e68;
    border-radius: 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.faqTab li a {
    width: 100%;
    padding: 10px 0;
    color: #382C1F;
    display: block;
}

ul.faqTab li a:hover {
    color: #FF8C00;
}

@media screen and (max-width: 768px) {
    ul.faqTab {
        width: 95%;
        margin: 30px auto;
        padding: 0;
        list-style-type: none;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    ul.faqTab li {
        width: 48%;
        margin: 0 0.5% 10px 0.5%;
        padding: 0;
        font-size: 5vw;
        font-weight: 400;
        text-align: center;
        border: 2px solid #b58e68;
        border-radius: 0;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    ul.faqTab li a {
        width: 100%;
        padding: 2vw;
        color: #382C1F;
        display: block;
    }
}

/* アコーディオン */
.accordion_faq {
    width: 95%;
    margin: 20px auto;
}

.accordion_faq p {
    margin: 8px auto;
}

.accordion_faq-hidden {
    display: none;
}

/* Question部分 */
.accordion_faq-open {
    display: block;
    padding: 10px 10px 10px 70px;
    background: #f5f5f5;
    cursor: pointer;
    margin: 5px 0;
    font-weight: 400;
    position: relative;
    /* 変更部分 */
}

@media screen and (max-width: 768px) {
    .accordion_faq-open {
        padding: 10px 35px 10px 60px;
        font-size: 4.5vw;
    }
}

/* 開閉状態を示すアイコン+の作成 */
.accordion_faq-open::before,
.accordion_faq-open::after {
    content: '';
    width: 20px;
    height: 3px;
    background: #000;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

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

    .accordion_faq-open::before,
    .accordion_faq-open::after {
        content: '';
        width: 15px;
        height: 3px;
        background: #000;
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
    }
}

/* 一本は縦にして+を作る */
.accordion_faq-open::after {
    transform: translateY(-50%) rotate(90deg);
    transition: .1s;
}

/* QとAのデザイン */
.accordion_faq-open span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 100%;
    background: #993333;
    color: #FFFFFF;
    position: absolute;
    text-align: center;
    left: 0;
    top: 0;
}

.accordion_faq-close span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 100%;
    background: #E7E7E7;
    position: absolute;
    text-align: center;
    left: 0;
    top: 0;
}

/* アコーディオンが開いたら縦棒を横棒にして-にする */
.accordion_faq-hidden:checked+.accordion_faq-open:after {
    transform: translateY(-50%) rotate(0);
}

/* Answer部分 */
.accordion_faq-close {
    display: block;
    height: 0;
    /* 要素の高さは0 */
    overflow: hidden;
    /* 非表示 */
    padding: 0 0 0 70px;
    opacity: 0;
    transition: 0.1s;
    /* 表示速度の設定 */
    position: relative;
    border: 1px solid #E7E7E7;
}

/* チェックボックスにチェックが入ったらAnswer部分を表示する */
.accordion_faq-hidden:checked+.accordion_faq-open+.accordion_faq-close {
    height: auto;
    opacity: 1;
    padding: 10px 20px 10px 70px;
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    font-weight: 400;
}

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

    /* Answer部分 */
    .accordion_faq-close {
        padding: 0 0 0 60px;
        font-size: 4.5vw;
    }

    /* チェックボックスにチェックが入ったらAnswer部分を表示する */
    .accordion_faq-hidden:checked+.accordion_faq-open+.accordion_faq-close {
        padding: 10px 10px 10px 60px;
    }
}

.onlyShop_reg a {
    width: 555px;
    background: #EE2222;
    border-radius: 8px;
    box-shadow: 0 3px 0 #A61818;
    color: #FFFFFF;
    display: block;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    margin: 50px auto;
    padding: 15px 0;
    transition: .1s;
}

.onlyShop_reg a:hover {
    box-shadow: none;
    transform: translate3d(0, 3px, 0);
}

@media screen and (max-width: 768px) {
    .onlyShop_reg a {
        width: 80%;
        margin: 30px auto;
        padding: 15px 0;
        background: #EE2222;
        border-radius: 8px;
        box-shadow: 0 3px 0 #A61818;
        color: #FFFFFF;
        display: block;
        font-size: 5vw;
        font-weight: 400;
        text-align: center;
        text-decoration: none;
        transition: .1s;
    }
}

/* 初めての方へ
----------------------------------------------------*/
.introductionWrapper {
    width: 100%;
    margin: 40px auto;
}

.introductionWrapper img {
    width: 100%;
    margin: 0 auto;
    vertical-align: bottom;
}

.introduction_box {
    width: 48%;
    margin: 0 0 20px 0;
    padding: 10px 20px;
    border: 1px solid #DFDFDF;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.introduction_box a {
    display: block;
    color: #000000;
}

.introduction_box a:hover {
    color: #000000;
    text-decoration: none !important;
}

.introduction_box:hover {
    text-decoration: none;
    opacity: 0.5;
    cursor: pointer;
    transition: .3s;
}

.introduction_box>a:before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 100vh;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    top: 50%;
}

.introduction_url {
    padding: 0 0 0 1.4em;
    color: #FF5D00;
    background: url(../img/svg_arrow04.svg) left center no-repeat;
    background-size: 1em;
}

@media only screen and (max-width: 768px) {
    .introduction_box {
        width: 100%;
        margin: 0 0 20px 0;
        padding: 10px 20px;
        border: 1px solid #DFDFDF;
        position: relative;
        overflow: hidden;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
}

.introduction_box a>.pageTtle {
    margin: 0 0 0 0;
    padding: 0 0 0 8px;
    font-size: 18px;
    font-weight: 400;
    color: #382C1F;
    line-height: 1.0;
    border-left: #ff5d00 solid 5px;
}

.introduction_box>p i.fa {
    margin: 0 0;
    padding: 10px 0 0 0;
    color: #ff5d00;
}

@media only screen and (max-width: 768px) {
    .introduction_box a>.pageTtle {
        margin: 0 0 0 0;
        padding: 0 0 0 8px;
        font-size: 4.5vw;
        font-weight: 400;
        color: #382C1F;
        line-height: 1.0;
        border-left: #ff5d00 solid 5px;
    }

    .introduction_box>p i.fa {
        padding: 10px 0 0 0;
        font-size: 3.5vw;
    }

    .introduction_box>p.read {
        font-size: 4.5vw;
    }
}

.introduction_box figure {
    width: 100%;
    margin: 20px auto;
    padding: 0;
    background: #efefef;
    text-align: center;
    overflow: hidden;
}

.introduction_box img {
    max-width: 100%;
    margin: 0;
    padding: 0;
    vertical-align: top;
}

@media only screen and (max-width: 768px) {
    .onlyShop_box {
        width: 100%;
        margin: 0 0 20px 0;
        padding: 20px;
        border: 1px solid #DFDFDF;
    }

    .onlyShop_box>h4 {
        margin: 0;
        padding: 0 0 0 8px;
        font-size: 4vw;
        font-weight: 400;
        color: #382C1F;
        line-height: 1.0;
        border-left: #ff5d00 solid 5px;
    }

    .onlyShop_box>h3 {
        margin: 20px 0;
        padding: 0;
        font-size: 5.5vw;
        font-weight: 600;
        line-height: 1.0;
    }

    .onlyShop_box img {
        max-width: 100%;
        min-height: auto;
    }
}

p.intr_discription {
    font-weight: normal;
    text-align: center;
    display: block;
}

.intr_privacyBox {
    width: 100%;
    display: flex;
    justify-content: center;
}

.intr_privacy {
    width: 47%;
    margin: 20px 1%;
    background: #f5f5f5;
    border-radius: 5px;
    padding: 20px 30px;
    float: left;
    text-align: center;
    min-height: 150px;
}

.intr_privacy img {
    margin: 0 auto 10px auto;
}

p.intr_media {
    width: 100%;
    margin: 0 0 15px 0 !important;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
}

@media only screen and (max-width: 768px) {
    .intr_privacyBox {
        width: 100%;
        display: block;
    }

    .intr_privacyBox img {
        margin: 0 auto;
        display: block;
    }

    .intr_privacy {
        width: 100%;
        margin: 20px 0 0 0;
        background: #f5f5f5;
        border-radius: 5px;
        padding: 20px 10px;
        float: left;
        text-align: center;
        min-height: 150px;
    }

    .intr_privacy img {
        margin: 0 auto 5px auto;
    }

    p.discription {
        text-align: left !important;
    }

    p.intr_media {
        width: 100%;
        text-align: center;
        font-size: 4.5vw;
        font-weight: 400;
    }
}

a.intr_media_more {
    width: 280px;
    margin: 20px auto;
    padding: 10px 0;
    color: #FFFFFF;
    text-align: center;
    background: #ff5d00;
    display: block;
}

.intr_flowBox {
    width: 250px;
    min-height: 380px;
    padding: 0;
    line-height: 1.5;
    border: 1px solid #DFDFDF;
    position: relative;
}

.intr_flowBox .flowimg01 {
    margin: 25px auto 0 auto;
    display: block;
}

.intr_flowBox .flowimg02 {
    margin: 18px auto;
    display: block;
}

.intr_flowBox .flowimg03 {
    margin: 10px auto;
    display: block;
}

.intr_flowBox .flowimg04 {
    margin: 20px auto;
    display: block;
}

.intr_flowBox p {
    padding: 10px;
    font-weight: 400;
}

@media only screen and (max-width: 768px) {
    .intr_flowBox {
        width: 100%;
        min-height: auto;
        margin: 0 0 10px 0;
        padding: 0;
        line-height: 1.5;
        border: 1px solid #DFDFDF;
        position: static;
    }
}

.intr_flowBox p.finish {
    font-size: 24px;
    text-align: center;
    padding: 0 10px;
    font-weight: 400;
}

.intr_flowBox p span {
    color: #C41416;
}

.intr_flowBox .flowTtl {
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 5px 10px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1.2;
    background: #993333;
    display: flex;
    align-items: center;
}

.intr_flowBox .flowTtl .number {
    margin: 0 10px 0 0;
    padding: 2px 10px;
    color: #993333;
    background: #FFFFFF;
}

.intr_flowBox .flowNote {
    width: 96%;
    margin: 5px auto;
    padding: 5px 10px;
    background: #ffe4b8;
    position: absolute;
    bottom: 0;
    left: 5px;
}

@media only screen and (max-width: 768px) {
    .intr_flowBox .flowTtl {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 5px;
        color: #FFFFFF;
        font-size: 4.5vw;
        line-height: 1.2;
        background: #993333;
        display: flex;
        align-items: center;
    }

    .intr_flowBox .flowTtl .number {
        margin: 0 10px 0 0;
        padding: 2px 10px;
        color: #993333;
        background: #FFFFFF;
    }

    .intr_flowBox .flowNote {
        width: 96%;
        margin: 5px auto;
        padding: 5px 10px;
        background: #ffe4b8;
        position: absolute;
        bottom: 0;
        left: 5px;
    }
}

/* 舞の海紹介ページ
----------------------------------------------------*/
.contentsMainoumi {
    width: 100%;
    min-height: 436px;
    background: url("../img/mainoumi_bg.jpg") no-repeat left top;
    background-position: -100px 0;
    margin: 0 auto 80px auto;
}

.contentsMainoumiInner {
    width: 1024px;
    margin: 0 auto;
    padding: 0;
}

.contentsMainoumi .catchCopy {
    color: #000;
    font-size: 34px;
    font-weight: bold;
    text-shadow: 0 2px 0 rgba(255, 255, 255, .5);
    margin-top: 120px;
}

.maenoumi_mainV {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.mainoumiName {
    position: absolute;
    width: 20em;
    height: 1em;
    bottom: 10px;
    left: 500px;
    color: #000;
    font-weight: bold;
}

.mainoumiName span {
    font-size: 0.7em;
}

.maenoumi_mainV .sp {
    text-align: right;
}

.maenoumi_mainV img {
    margin-top: 20px;
}

.mainoumiReason {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-top: 20px;
}

.mainoumiReason div {
    width: 580px;
}

.mainoumiReason div+div {
    width: 422px;
}

.mainoumiReason div+div img {
    width: 100%;
    height: auto;
    margin-top: -300px;
}

.mainoumiReason h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0.5em;
}

.mainoumiReason p {
    line-height: 1.7;
}

.mainoumiTaidan {
    margin: 3em 0 0;
    text-align: right;
    position: relative;
}

.mainoumiTaidan a {
    text-decoration: underline;
}

.mainoumiTaidan a img {
    width: 276px;
    height: 72px;
}

.mainoumiProfile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-top: 100px;
}

.mainoumiProfile div {
    width: 217px;
    padding: 0 0 20px 0;
}

.mainoumiProfile div img {
    width: 100%;
    height: auto;
    box-shadow: 0 0 7px 1px #d8d8d8;
}

.mainoumiProfile div+div {
    width: 730px;
}

.mainoumiProfile h3 {
    font-size: 20px;
    font-weight: 500;
    border-bottom: 1px solid #999;
    padding-bottom: .5em;
    margin-bottom: .7em;
}


/*-----------------------------------------

PC用

-------------------------------------------*/
@media screen and (min-width: 769px) {
    .pc {
        display: block;
    }

    .sp {
        display: none;
    }

}

/*-----------------------------------------

tablet用

-------------------------------------------*/
@media (min-width: 641px) and (max-width: 768px) {
    .pc {
        display: block !important;
    }

    body[id^="sell"] .pc,
    body[id^="pm"] .pc,
    body[id^="land"] .pc {
        display: none !important;
    }

    .sp {
        display: none;
    }

    body[id^="sell"] .sp,
    body[id^="pm"] .sp,
    body[id^="land"] .sp {
        display: inherit;
    }

    body {
        max-width: 1024px;
        width: 100%;
    }

    body[id^="sell"],
    body[id^="pm"],
    body[id^="land"],
    body[id^="ninbai"],
    body[id^="kaitori"],
    body[id^="renovation"] {
        width: inherit;
    }

    .contentsMainoumiInner {
        width: 1004px;
        padding: 0 10px;
    }

    body[id^="sell"] .contentsMainoumiInner,
    body[id^="pm"] .contentsMainoumiInner,
    body[id^="land"] .contentsMainoumiInner {
        box-sizing: border-box;
        width: 100%;
    }
}

/*-----------------------------------------

スマホ用

-------------------------------------------*/
@media only screen and (max-width: 640px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .contentsMainoumi {
        background: none;
    }

    .contentsMainoumi .catchCopy {
        width: 95%;
        margin: 0 auto;
        padding: 30px 0 0 0;
        color: #000;
        font-size: 5.3vw;
        font-weight: bold;
        text-shadow: 0 2px 0 rgba(255, 255, 255, .5);
        display: block;
    }

    .contentsMainoumiInner {
        width: 100%;
    }

    .maenoumi_mainV {
        display: block;
        min-height: 430px;
        position: relative;
        background: url("../img/mainoumi_bg.jpg") no-repeat center top;
        background-size: cover;
    }

    .maenoumi_mainV img {
        width: 80%;
        height: auto;
        margin: 0;
        vertical-align: bottom;
    }

    .mainoumiName {
        bottom: 25px;
        left: .5em;
        text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0 1px #ffffff, 0 2px 1px #ffffff, -2px 0 1px #ffffff, 0 -2px 1px #ffffff;
    }

    .mainoumiName span::after {
        content: "\A";
        white-space: pre;
    }

    .pageInformation {
        width: auto;
    }

    .mainoumiReason {
        display: block;
        margin-top: 20px;
        padding: 0 3%;
    }

    .mainoumiReason div {
        width: 100%;
    }

    .mainoumiReason div+div {
        width: 100%;
    }

    #reason div+div {
        width: 100%;
    }

    .mainoumiReason div+div img {
        width: 95%;
        margin: 30px auto 0 auto;
        display: block;
    }

    .mainoumiTaidan {
        padding: 0 3%;
        text-align: center;
        line-height: 1.5;
    }

    .mainoumiProfile {
        display: block;
        margin-top: 50px;
        padding: 0 3%;
    }

    .mainoumiProfile div {
        width: 100%;
        height: auto;
        text-align: left;
        padding: 0;
    }

    .mainoumiProfile div img {
        width: 217px;
        height: auto;
        margin: 40px auto 0 auto;
        display: block;
    }

    .mainoumiProfile div+div {
        width: 100%;
    }

    .mainoumiProfile p {
        font-size: 15px;
    }
}

.onlyShop_reg input[type=submit] {
    width: 555px;
    background: #EE2222;
    border-radius: 8px;
    box-shadow: 0 3px 0 #A61818;
    color: #FFFFFF;
    display: block;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    margin: 50px auto;
    padding: 15px 0;
    transition: .1s;
}

.onlyShop_reg input[type=submit]:hover {
    box-shadow: none;
    transform: translate3d(0, 3px, 0);
}

/* 不動産査定利用者データ
----------------------------------------------------*/

.userdataTtl {
    width: 100%;
    height: 235px;
    margin: 0 0 40px 0;
    background: url("../img/userdata01.jpg") no-repeat center top;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #214D98;
    font-weight: 600;
    font-size: 48px;
}

p.usertxt01 {
    margin: 0;
    padding: 0;
}

@media only screen and (max-width: 768px) {
    .userdataTtl {
        width: 100%;
        height: 100px;
        margin: 0 0 40px 0;
        background: url("../img/userdata01.jpg") no-repeat center top;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #214D98;
        font-weight: 600;
        font-size: 6vw;
    }

    p.usertxt01 {
        width: 95%;
        margin: 0 auto;
        padding: 0;
    }
}

.userdataTtl_data {
    margin: 0;
    padding: 0;
}

.userMerit {
    width: 48%;
    margin: 0 0 30px 0;
    padding: 10px 20px;
    text-align: center;
    border: 5px solid #f1f1f1;
    border-radius: 5px;
}

@media only screen and (max-width: 768px) {
    .userMerit {
        width: 95%;
        margin: 0 auto 30px auto;
        padding: 10px 20px;
        text-align: center;
        border: 5px solid #f1f1f1;
        border-radius: 5px;
    }
}

.cap {
    font-size: 0.8em;
}

.userMerit h3.amount {
    padding: 0 0 0 0;
    margin: 15px auto;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    color: #000;
    line-height: 1.0;
    border: none;
}

.userMerit h3.merit1 {
    margin: 41px auto;
}

.userMerit .imglist {
    margin: 0 0 15px 0;
}

.userMerit h3.amount span.red {
    color: #e9372d;
    font-size: 66px;
    display: block;
}

@media only screen and (max-width: 768px) {
    .userMerit h3.amount {
        padding: 0 0 0 0;
        margin: 15px auto;
        font-size: 8vw;
        font-weight: 600;
        text-align: center;
        color: #000;
        line-height: 1.2;
        border: none;
    }

    .userMerit h3.merit1 {
        margin: 10px auto;
    }

    .userMerit .imglist {
        width: 95%;
        margin: 0 auto 15px auto;
    }

    .userMerit h3.amount span.red {
        color: #e9372d;
        font-size: 8vw;
        display: block;
    }
}

/*
.lazyloaded{
    background:url(../img/userdata04.png) left 4px no-repeat;
    padding:0 0 0 25px;
    text-align:left;
}*/
.meritTextBottom {
    display: block;
    margin: 0;
    padding: 0 0 0 1.0em;
    font-size: 0.8em;
    text-align: left;
    text-indent: -1.0em;
}

.userMerit .shippo {
    position: relative;
    background: #febd1b;
    height: 40px;
    width: 250px;
    margin: 10px auto 0 auto;
    padding: 8px 0 0 0;
    font-size: 24px;
    color: #FFFFFF;
    display: block;
}

.userMerit .shippo:after {
    content: '';
    position: absolute;
    border-top: 10px solid #febd1b;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    bottom: -9px;
    left: 10px;
}

@media only screen and (max-width: 768px) {
    .lazyloaded {
        font-size: 4.5vw;
    }

    .userMerit .shippo {
        position: relative;
        background: #febd1b;
        height: 40px;
        width: 60%;
        margin: 10px auto 0 auto;
        padding: 8px 0 0 0;
        font-size: 5.5vw;
        color: #FFFFFF;
        display: block;
    }

    .userMerit .shippo:after {
        content: '';
        position: absolute;
        border-top: 10px solid #febd1b;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        bottom: -9px;
        left: 10px;
    }
}

.discriptionText {
    width: 90%;
    margin: -20px auto 40px auto;
    padding: 0 10px;
}

.discriptionText .bold {
    color: #ee3333;
    font-size: 1.2em;
    font-weight: bold;
}

.lazyloadedBox {
    width: 50%;
    margin: 20px auto 0 auto;
    font-size: 14px;
}

.lazyloadedBox .lazyloaded {
    background: url(../img/userdata04.png) left top no-repeat;
    padding: 0 0 0 25px;
    margin: 5px 0 0 0 !important;
    text-align: left;
}

@media only screen and (max-width: 768px) {
    .lazyloadedBox {
        width: 90%;
        margin: 20px auto 0 auto;
        font-size: 4.5vw;
    }
}

.userResult {
    width: 49%;
    margin: 0 0 10px 0;
    padding: 0;
    text-align: center;
    border: 3px solid #cccccc;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.userResult h3 {
    margin: 0 7px 10px 7px;
    padding: 10px;
    font-weight: 500;
    text-align: center;
    border-bottom: 1px solid #ff5d00;
}

.userResult img {
    width: 360px;
    margin: 0 auto;
    display: block;
}

@media only screen and (max-width: 768px) {
    .userResult {
        width: 95%;
        margin: 0 auto 10px auto;
        padding: 0;
        text-align: center;
        border: 3px solid #cccccc;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .userResult img {
        width: 95%;
        margin: 0 auto;
        display: block;
    }
}

.userResult p {
    display: block;
    margin: 0;
    padding: 10px;
    text-align: left;
    background-color: #f1f1f1;
}

.userResult p span {
    display: block;
    margin: 0;
    padding: 0;
    float: right;
}

.userDigest {
    width: 49%;
    margin: 0 0 10px 0;
    padding: 2px;
    border: 3px solid #ab824f;
}

.userDigest>h3 {
    margin: 0;
    padding: 2px 0;
    color: #ffffff;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    background-color: #ab824f;
}

@media only screen and (max-width: 768px) {
    .userDigest {
        width: 95%;
        margin: 0 auto 10px auto;
        padding: 2px;
        border: 3px solid #ab824f;
    }
}

.userDigest>table {
    width: 92%;
    margin: 10px auto;
    font-size: 14px;
}

.userDigest>table th {
    width: 26%;
    font-weight: 300;
    text-align: left;
    vertical-align: top;
}

.userDigest .detail {
    display: block;
    margin: 0;
    padding: 5px 10px;
}

@media only screen and (max-width: 768px) {
    .userDigest>table {
        width: 92%;
        margin: 10px auto;
        font-size: 4vw;
    }

    .userDigest>table th {
        width: 32%;
        font-weight: 300;
        text-align: left;
        vertical-align: top;
    }
}

.userDigest .detail li {
    display: block;
    margin: 0;
    padding: 4px 0;
    font-size: 0.95em;
}

.userInterview {
    width: 23%;
    margin: 0 7px;
    padding: 0;
    line-height: 1.4;
    position: relative;
    overflow: hidden;
}

.userInterview a::before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 100vh;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    top: 50%;
}

.userInterview .day {
    margin: 0 0 10px 0;
    padding: 5px 10px;
    color: #ffffff;
    font-size: 1.1em;
    font-weight: bold;
    background-color: #ab824f;
    border-bottom: 3px solid #abcb08;
}

.userInterview h3 {
    margin: 0;
    padding: 0;
    font-weight: 300;
    font-size: 1em;
}

.userInterview img {
    width: 100%;
    margin: 0 0 10px 0;
}

.userInterview a {
    color: #000000;
}

.userInterview a:hover {
    color: var(--themeColor);
}

@media only screen and (max-width: 768px) {
    .userInterview {
        box-sizing: border-box;
        width: 95%;
        margin: 0 auto 20px auto;
        padding: 0;
        line-height: 1.4;
    }
}

.js-modal-open img {
    width: 25px;
}

.js-modal-close img {
    width: 25px;
}

.pager_num {
    height: 36px !important;
    line-height: 24px;
}

.graphTable td {
    padding: 10px;
}


.graphLayout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}


@media only screen and (max-width: 768px) {
    .graphTable {
        width: 100%;
    }

    .graphTable td {
        display: block;
        width: 100%;
        border: none;
    }

    .graphLayout {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

.chartCaption {
    margin: 0 0 10px 0 !important;
    padding: 0 0 0 10px !important;
    font-size: 1.1em !important;
    border: none !important;
    border-left: 5px solid #fd6b59 !important;
}

.chartDetail {
    display: block;
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 0.9em;
    margin-bottom: 20px;
}

.chart {
    width: 100% !important;
    height: auto !important;
}

@media only screen and (max-width: 768px) {
    .charText {
        width: 100%;
    }

    .chartDetail {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }

    .chart {
        width: 100% !important;
        height: auto !important;
    }
}

#mansionList ul {
    list-style: none;
}

#mansionList ul li {
    background-color: #F2F3F4;
    border: solid 1px #E0E1E2;
    padding: 10px;
    margin: 20px 0;
    height: 180px !important;
}

#mansionList ul li .objectType {
    width: 40px;
    background-color: #CA0000;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    padding: 5px 0;
    text-align: center;
    float: left;
    margin-right: 10px;
    margin-bottom: 0;
}

#mansionList ul li .objectName {
    float: left;
    box-sizing: border-box;
    width: 435px;
    font-size: 20px;
    font-weight: bold;
    color: #87adea;
    line-height: 28px;
    display: block;
    margin-bottom: 8px
}

#mansionList ul li a:hover .objectName,
#mansionList ul li a:active .objectName {
    text-decoration: underline;
}

#mansionList ul li .objectCount {
    font-size: 13px;
    margin-bottom: 10px;
    line-height: 22px;
    color: #333333;
}

#mansionList ul li .kuchikomi {
    vertical-align: top;
    font-size: 16px;
}

#mansionList ul li a {
    display: block;
}

#mansionList ul li .objectCount img {
    padding: 0 3px 3px 0;
    width: 80px;
    height: 26px;
    position: relative;
    top: -3px;
}

#mansionList ul li .objectSpec {
    float: left;
    color: #333333;
}

#mansionList ul li .objectPhoto {
    float: right;
    margin-top: 0;
}

/* 売却相場の価格表示 */
#mansionList ul li .objecPrice {
    font-size: 15px;
    color: #d23030;
    font-weight: bold;
    text-align: right;
    float: right;
    min-width: 9em;
    /* 9文字以下になると「調査中」の文字が「クチコミ」の上に移動してしまう */
}

#mansionList ul li .objecPrice span {
    /* 数字部分 */
    font-size: 20px;
}

#mansionList ul li .notApp {
    /* 該当なしの文字色 */
    color: #454545
}

#mansionList ul li .objecPrice .objectArea {
    /* 売却相場の面積表示 */
    font-size: 15px;
}

#mansionList table {
    font-size: 12px;
    margin: 10px 0 5px 0;
    width: 490px;
    border-collapse: collapse;
    background-color: #ffffff;
    border: #BFBFBF dotted 1px;
}

#mansionList th {
    width: 55px;
    padding: 3px;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    background-color: #cccccc;
    border-collapse: collapse;
    border: #BFBFBF dotted 1px;
}

#mansionList td {
    width: 190px;
    font-size: 12px;
    border-collapse: collapse;
    border: #BFBFBF dotted 1px;
}

/* トップへボタン(CVありバージョン)
/* スマホ CVボタン
----------------------------------------------------*/
.cv_btnBox {
    height: 0.01em;
    overflow: hidden;
    background: #ff5d00;
}

a.cv_btnSP {
    height: 0.01em;
    padding: 0;
    overflow: hidden;
}

a.cv_btnSPshop {
    height: 0.01em;
    padding: 0;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .cv_btnBox {
        width: 95%;
        height: 67px;
        margin: 0 auto;
        background: #ffffff;
    }

    a.cv_btnSP {
        width: 95%;
        height: 50px;
        position: fixed;
        bottom: 10px;
        left: 50%;
        transform: translate(-50%, 0);
        font-size: 4.5vw;
        background: #EE2222;
        border-radius: 8px;
        box-shadow: 0 3px 0 #A61818;
        color: #FFFFFF;
        text-align: center;
        text-decoration: none;
        padding: 0 10px;
        line-height: 50px;
        opacity: 1;
    }

    a.cv_btnSPshop {
        width: 95%;
        height: 50px;
        position: fixed;
        bottom: 10px;
        left: 50%;
        transform: translate(-50%, 0);
        font-size: 4.5vw;
        background: #EE2222;
        border-radius: 8px;
        box-shadow: 0 3px 0 #A61818;
        color: #FFFFFF;
        text-align: center;
        text-decoration: none;
        padding: 0 10px;
        line-height: 50px;
        opacity: 1;
    }
}

/* トップへボタン(坂下バージョン)
----------------------------------------------------*/
.page_topSakashita {
    display: none;
}

.page_topSakashita img {
    display: none;
}

@media screen and (max-width: 768px) {
    .page_topSakashita img {
        width: 50%;
        display: block;
    }

    .page_topSakashita {
        width: 28px;
        height: 28px;
        position: fixed;
        right: 15px;
        bottom: 70px;
        background: #ff5d00;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .page_topSakashita a {
        position: relative;
        width: 28px;
        height: 28px;
        text-decoration: none;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 160%;
        color: #ffffff !important;
    }
}



li.phpeverywherewidget {
    list-style-type: none;
}


@media screen and (max-width: 768px) {
    .columnService_wrapper {
        margin: 0 auto 0 auto;
        padding: 20px 0;
    }
}

/* チャットフォームへの誘導バナー
----------------------------------------------------*/
#chatBtn {
    position: fixed;
    bottom: 20px;
    right: -120%;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

#chatBtn.on {
    right: 10px;
}

#chatBtn a {
    display: block;
    width: 376px;
    height: 162px;
    background: url("../img/inquiryBtn.png") left top no-repeat;
}

#chatBtn a:hover {
    background: url("../img/inquiryBtn.png") left top no-repeat;
}

@media screen and (max-width: 768px) {
    #chatBtn {
        display: none;
    }
}

/* その他コンテンツ
----------------------------------------------------*/
.columnEtc_Box {
    width: 1150px;
    margin: 40px auto;
    padding: 0 0 50px 0;
    background: #FFFFFF;
}

.columnEtc_Box>a {
    width: 850px;
    margin: -2px auto 0 auto;
    padding: 20px;
    color: #000000;
    border-top: 2px solid #009999;
    border-bottom: 2px solid #009999;
    display: flex;
}

.columnEtc_Box>a>img {
    width: 95px;
    margin: 0 20px 0 0;
    display: block;
}

.columnEtc_Box h2.etcService {
    margin: 0 0 15px 0;
    font-size: 18px;
    font-weight: 500;
}

@media screen and (max-width: 768px) {
    .columnEtc_Box {
        width: 95%;
        margin: 40px auto;
        padding: 20px 0 50px 0;
        font-size: 14px;
        background: #FFFFFF;
    }

    .columnEtc_Box>a {
        width: 90%;
        margin: -1px auto 0 auto;
        padding: 10px;
        color: #000000;
        border-top: 1px solid #009999;
        border-bottom: 1px solid #009999;
        display: flex;
    }

    .columnEtc_Box>a>img {
        width: 85px;
        height: 85px;
        margin: 0 20px 0 0;
        display: block;
    }

    .columnEtc_Box h2.etcService {
        margin: 0 0 5px 0;
        font-size: 16px;
        font-weight: 500;
    }

    .graphTable td {
        width: auto !important;
    }
}

.graphTable td {
    width: 500px;
}

.area_listB li {
    list-style-type: none;
    cursor: pointer;
}

.area_listB li:hover {
    color: #fda131;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.clearfix:before {
    content: "";
    display: block;
    clear: both;
}

.clearfix {
    display: block;
}

/*リビンマッチとは　調査概要追加*/
.research {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.research .top_medal {
    width: 100%;
    max-width: 300px;
    height: 123px;
    margin: 15px 10px 0 auto;
    display: block;
}

.research .text {
    position: relative;
    display: block;
    margin: 1.5em 0 0 15px;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 16px;
    background: #fdf1e1;
    border-radius: 10px;
}

.research .text:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -17px;
    margin-top: -10px;
    border: 10px solid transparent;
    border-right: 10px solid #fdf1e1;
}

.smalltext {
    font-size: 11px;
    margin-left: 20px;
}

.kv_search .step1 select,
.kv_search .done+.kv_search div>select,
.kv_search .done+div>select {
    border: 5px solid red;
}

.kv_search .done select,
.kv_search select,
.kv_search select.done,
.kv_search .done+.done>select,
.kv_search .done+.done>select+div>select {
    border: 0;
}

.releaseDay.mt10 {
    margin-top: 10px;
}

body .recommendColumn .linkCard {
    box-sizing: border-box;
    display: block;
    width: 33%;
    margin: 0;
    list-style: none;
    padding: 20px 20px 10px;
}

body .recommendColumn .linkCard a.columnLink {
    position: relative;
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 15px;
    background-color: #ffffff;
    color: #000000;
    box-shadow: 1px 1px 8px #e5e0dc;
    border: 1px solid #ffffff;
    border-radius: 10px;
    line-height: 1.3;
}

body .recommendColumn .linkCard a.columnLink::before {
    transition: all 300ms 0s ease;
    position: absolute;
    bottom: 4px;
    right: 4px;
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: linear-gradient(-45deg, #ff5d00 50%, rgba(255, 255, 255, 0) 51%);
}

.recommendColumn .linkCard a.columnLink:hover {
    box-shadow: 1px 1px 12px #c0b8b3;
}

.recommendColumn .linkCard a.columnLink:hover::before {
    bottom: 0;
    right: 0;
}




.recommendColumn .linkCard a.columnLink+p {
    display: none;
}

.recommendColumn .linkCard a.columnLink::after {
    content: ".";
    display: block;
    height: 0;
    margin: 0;
    padding: 0;
    line-height: 0;
    visibility: hidden;
    clear: both;
}

.recommendColumn .linkCard .img {
    display: block;
    width: 95px;
    height: 95px;
    margin: 0 15px 0 0;
    float: left;
}

.recommendColumn .linkCard .img img {
    width: 100%;
    border-radius: 5px;
    height: auto;
}

@media screen and (max-width: 768px) {
    .research {
        display: block;
        justify-content: center;
    }

    .research .text {
        margin: 1.5em 0 5px;
        font-size: 14px;
        line-height: 1.5;
    }

    .research .text:before {
        top: -15px;
        left: 50%;
        margin-left: -15px;
        border: 15px solid transparent;
        border-bottom: 15px solid #fdf1e1;
    }

    .textWrap {
        line-height: 1.0;
    }

    .smalltext {
        margin: 0;
    }
}

/*  */
#mainVisual_wp {
    position: relative;
}

#mainVisual_wp .releaseDay {
    position: absolute;
    color: #666;
    right: 1em;
    font-size: 90%;
}

#sellsimulation .mainVisual {
    background-image: url("../img/simulation_kodate.gif");
    margin: 0 0 20px;
    background-size: contain;
    background-position: center bottom;
    background-repeat: repeat-x;
    background-color: #ffffff99;
    box-shadow: 0 10px 50px #fff inset, -10px 0 50px #fff inset;
}

#sellsimulation .mainVisual h1 {
    margin: 0 15px 0;
    font-size: 55px;
    line-height: 1.2;
    color: #25ac39;
}

#sellsimulation .mainVisual .note {
    margin-top: 0;
}

#sellsimulation .mainVisual h1 strong {
    background: linear-gradient(transparent 60%, #ff6 60%);
}

#sellsimulation .vis {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    display: grid;
    max-width: 1150px;
    width: 100%;
    margin: 0 auto;
    padding: 0;

}

#sellsimulation .vis img {
    padding: 2em 1em 0;
    width: 80%;
}

#simulation #investigation {
    position: relative;
    letter-spacing: 1px;
    padding: 0.5em 0;
    width: 100%;
    color: #df7b00;
    max-width: 800px;
    margin: 0 auto 10px;
    text-shadow: 1px 1px 8px #ffffff, 0px 0px 2px #ffffff;
    font-weight: 700;
    border-radius: 15px;
    border: none;
    box-shadow: 0 0 4px 5px #fff inset, 0 0 36px 8px #fff inset;
}

#sellsimulation .kvTxt_box2 {
    position: relative;
    margin-top: 2em;
}

#sellsimulation .kvTxt_box2 .fkidashi {
    background: #219933;
    display: inline-block;
    padding: 0.5em 0.5em 0.5em 1em;
    border-radius: 3em;
    color: #fff;
    position: absolute;
    right: 1em;
    font-size: 160%;
    margin-top: 0.5em;
    transform: rotate(-20deg);
    font-weight: bold;
}

#sellsimulation .kvTxt_box2 .fkidashi:before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: -7px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #219933;
    z-index: 0;
    -webkit-transform: rotate(346deg);
    transform: rotate(346deg);
}

@media screen and (max-width: 1100px) {
    #sellsimulation .kvTxt_box2 .fkidashi {
        right: -1em;
        font-size: 110%;
        position: relative;
        margin: 0em;
        transform: unset;
        padding: 0em 1em;
    }

    #sellsimulation .kvTxt_box2 .fkidashi:before {
        content: none;
    }
}

@media screen and (min-width: 783px) {
    #sellsimulation .vis {
        grid-template-columns: 1.5fr 1fr;
    }

    #sellsimulation .vis img {
        width: 100%;
    }
}

@media screen and (max-width: 782px) {
    #sellsimulation .kvTxt_box2+div {
        text-align: center;
        aspect-ratio: 3/1;
    }

    #sellsimulation .vis {
        gap: 0;
        grid-template-columns: 1fr;
    }

    #sellsimulation .mainVisual {
        height: auto;
    }

    #sellsimulation .vis img {
        padding: 0;
        width: auto;
        height: 150%;
    }

    #sellsimulation .mainVisual h1 {
        font-size: 40px;
    }
}

#have_posts {
    display: none;
}

/* シミュレーション追加 */
#sellsimulation .mainVisual .note {
    background: #fafff740;
    padding: 0.5em;
    border-radius: 0.5em;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    text-align: left;
    margin: 0.5em;
}

#simulation .note {
    font-size: 80%;
    max-width: 800px;
    margin: auto;
}

#simulation .note li {
    padding-left: 1em;
    position: relative;
    text-align: left;
}

#simulation .note li:after {
    content: '\203b';
    /*※*/
    position: absolute;
    left: 0;
    top: 0;
    transform: none;
    right: auto;
    height: auto;
    border: none;
    font-size: small;
}

#simulation strong {
    background: linear-gradient(transparent 60%, #ff6 60%);
}

#simulation {
    max-width: 1100px;
    width: 100%;
    margin: auto;
    padding: 15px;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 10px;
}

#simulation * {
    margin: 0;
    padding: 0;
}

#simulation h2 {
    color: #df7b00;
    padding: 0em 1em 0.5em;
    line-height: 1.3;
    font-size: 200%;
}

#errorMessage {
    font-size: 120%;
    max-width: 600px;
    margin: 10px auto 0.5em;
    font-weight: bold;
}

#simulation .price {
    font-size: 250%;
    font-weight: bold;
    color: #ff5555;
}

#simulation .price em {
    font-size: 50%;
    color: #000;
}

#simulation ul.col2 {
    max-width: 800px;
    margin: auto;
    display: grid;
    gap: 10px;
    margin-bottom: 20px;
    grid-template-columns: 1fr 1fr;
}

#simulation #Assumption {
    text-align: center;
    font-size: 150%;
    margin-top: 1em;
    margin-bottom: 1em;
}

#simulation #prediction_wp {
    display: none;
}

#simulation #prediction .label {
    font-size: 150%;
    color: #df7b00;
    margin: 0;
    font-weight: bold;
}

#simulation li {
    list-style: none;
    position: relative;
}

#simulation .selects li:after {
    content: "";
    position: absolute;
    right: 15px;
    top: 0;
    width: 10px;
    height: 10px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    transform: translateY(-50%) rotate(-135deg);
    font-size: 20px;
    pointer-events: none;
    bottom: 0;
    margin: auto;
}

#simulation li:has(.ch_on):after {
    content: "";
    position: absolute;
    width: 1em;
    height: 0.6em;
    border: none;
    border-top: 6px solid #ffffff;
    border-right: 6px solid #ffffff;
    right: 0.5em;
    top: -0.5em;
    transform: rotate(128deg);
}

#simulation select {
    -webkit-appearance: none;
    border: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    padding: 1em;
    font-weight: bold;
    width: 100%;
    max-width: 100%;
    border-radius: 7px;
    font-size: 20px;
    color: #000;
    letter-spacing: 1px;
    text-shadow: 1px 1px 3px #ffdaae;
    background: linear-gradient(0deg, rgba(255, 140, 0, 0) 0%, rgb(155 255 30 / 20%) 17%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 1) 100%);
    box-shadow: inset 0 0 20px #fff, 2px 2px 4px #c9c9c9, 0px 0px 2px #a3a3a3;
}

#simulation select:disabled {
    background: #ddd;
    color: #666;
    box-shadow: none;
    text-shadow: none;
}

#simulation #investigation span {
    margin-right: 2em;
    font-weight: bold;
}

#simulation #investigation img {
    position: absolute;
    width: 80px;
    right: 49px;
    top: -20px;
}

#simulation .assumption_h {
    background: rgb(255, 212, 0);
    background: linear-gradient(260deg, #fff 0%, #fff 11%, #ffe39e 31%, #ffffff 100%);
    padding: 0.5em;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0.5em;
    position: relative;
}

#simulation .assumption_h img {
    position: absolute;
    bottom: -50px;
    width: 120px;
    right: 50px;
}

#simulation select.ch_on {
    background: #25ac39;
    color: #fff;
    text-shadow: 1px 1px 3px #000;
    box-shadow: unset;
}

#simulation select optgroup {
    background: #eaf6ec;
    color: #000;

}

#simulation select option {
    background: #fff;
    color: #000;
}

#input_after {
    display: none;
    position: relative;
    padding: 0 15px;
    max-width: 1100px;
    width: 100%;
    text-align: center;
    margin: auto;
}

#input_after span {
    position: relative;
    z-index: 9;
    text-shadow: 2px -2px 2px #fff, -2px 2px 2px #fff, 2px 2px 2px #fff, 0px 0px 5px #fff, 0px 0px 10px #fff;
    font-size: 140%;
    font-weight: bold;
    color: #229d34;
}

#input_after:after {
    margin: auto;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 20vw solid transparent;
    border-left: 20vw solid transparent;
    border-top: 64px solid #ffe8ae;
    border-bottom: 0;
    left: 0;
    right: 0;
    bottom: -38px;
}

#input_after+.custom_cta {
    display: none;
}

@media screen and (min-width: 783px) {
    .pc_hidden {
        display: none;
    }
}

@media screen and (max-width: 782px) {
    #sellsimulation .kvTxt_box2 {
        margin-top: 0.5em;
    }

    #simulation .releaseDay {
        top: 1em;
    }

    #simulation select {
        padding: 0.7em 1em;
    }

    #sellsimulation .mainVisual {
        margin-bottom: 0;
    }

    #simulation #prediction .label {
        margin-top: 0;
    }

    #simulation #investigation {
        box-shadow: none;
        margin-bottom: 0;
    }

    #simulation #investigation span {
        margin-right: 0;
    }

    #simulation h2 {
        padding: 0 0 0.5em;
        font-size: 140%;
    }

    .sp_hidden {
        display: none;
    }

    #simulation #investigation img {
        width: 14vw;
        top: -10px;
    }

    .pc_hidden {
        display: inherit;
    }

    #simulation .assumption_h img {
        width: 20vw;
        right: 0;
    }
    #simulation ul.col2 {
        margin-bottom: 0;
        gap: 5px;
        grid-template-columns: 1fr;
    }
}

.fcBanner {
    position: relative;
    display: block;
    margin: 60px auto;
    background-color: #ffffff;
    border:4px solid #ff9100;
    border-top: none;
}
@media screen and (min-width: 767px) {
    .fcBanner {
        width: 100%;
        max-width: 880px;
        pointer-events: none;
    }
}
.fcBanner p {
    margin: 0;
}
.fcBanner p.top {
    position: absolute;
    top: -50px;
    left: -50px;
    transform: translateY(25%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 105px;
    aspect-ratio: 1 / 1;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    color: #ffffff;
    background-color: #ff9100;
    border-radius: 50%;
}
.fcBanner p.head {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    background-color: #ff9100;
}
.fcBanner p.head .catch {
    color: #ffff00;
}
.fcBanner .infoBox {
    width: fit-content;
    margin: 0 auto;
    padding: 0 0 0 100px;
    background-image: url("../img/call.svg");
    background-position: left;
    background-repeat: no-repeat;
    background-size: 80px;
}
.fcBanner p.info {
    margin: 0.75em 0 0 0;
    font-size: 25px;
    font-weight: bold;
    color: #ff9100;
    text-align: center;
}
.fcBanner p.tel {
    width: fit-content;
    margin: 0 auto 0.3em auto;
    padding-left: 85px;
    font-size: 70px;
    font-weight: bold;
    line-height: 1;
    color: #ff9100;
    background-image: url("../img/fc.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 1.1em;
}

@media screen and (max-width: 768px) {
    .fcBanner {
        width: 90%;
        max-width: inherit;
        margin: 9vw auto 5vw auto;
    }
    .fcBanner p.top {
        left: -3%;
        top: 0;
        transform: translateY(-18%);
        width: 18%;
        font-size: max(3vw, 14px);
        line-height: 1.2;
    }
    .fcBanner p.head {
        display: block;
        height: auto;
        padding: 2vw 0 2vw 14%;
        font-size: max(3.5vw, 17px);
    }
    .fcBanner .infoBox {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-height: 22vw;
        padding: 0 0 0 20%;
        background-size: 14%;
        background-position: left 5% top 50%;
    }
    .fcBanner p.info {
        font-size: max(3vw, 15px);
        margin-bottom: 0.1em;
    }
    .fcBanner p.tel {
        padding-left: 1.2em;
        font-size: max(7vw, 18px);
    }

}
@media screen and (max-width: 450px) {
    .fcBanner p.top {
        left: -5%;
        width: 25%;
        transform: translateY(-25%);
    }
    .fcBanner p.head .catch {
        display: block;
    }
    .fcBanner .infoBox {
        padding: 0 0 0 15%;
        background-size: 12%;
        background-position: left 2% top 50%;
    }
    .fcBanner p.info {
        font-size: max(3vw, 11px);
    }
}
.fcBanner .pc,
.fcBanner .sp {
    display: none !important;
}

@media screen and (min-width: 767px) {
    .fcBanner .pc {
        display: inline !important;
    }
    .fcBanner .sp {
        display: none !important;
    }
}

@media screen and (max-width: 768px) {
    .fcBanner .pc {
        display: none !important;
    }
    .fcBanner .sp {
        display: inline !important;
    }
}

/* line banner START */
.lineBnr {
    display: block;
    width: fit-content;
    margin: 3rem auto !important;
}
.lineBnr img {
    max-width: 100%;
    height: auto;
}
@media screen and (max-width: 768px) {
    .lineBnr {
        width: 95%;
    }
    .lineBnr .pc.bnr {
        display: none !important;
    }
}
/* line banner END */
