@charset "UTF-8";

/*---------------------------------------------------------
Reset
---------------------------------------------------------*/

html {
    /*overflow-x: hidden;*/
    scroll-behavior: smooth;
}

body {
    /*overflow-x: hidden;*/
}

html,
body,
div,
article,
section,
main,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
input,
textarea,
address,
nav,
table,
th,
td,
a,
p,
img,
figure,
span,
em,
small {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

small {
    font-size: 12px;
    line-height: 1.2;
}

small.kumamon {
    font-size: 60%;
}

main {
    display: block;
}

ul,
li {
    list-style-type: none;
}

table {
    border-collapse: collapse;
}

img {
    border: none;
}

a {
    text-decoration: none;
}

a,
button {
    outline: none;
}

a:focus,
button:focus {
    outline: none;
}

.mt4 {
    margin-top: 4px !important;
}

.mt8 {
    margin-top: 8px !important;
}

.mt16 {
    margin-top: 16px !important;
}

.mt24 {
    margin-top: 24px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mb40 {
    margin-bottom: 40px;
}

.bold {
    font-weight: bold;
}

.res-pc {
    display: block !important;
}

.res-sp {
    display: none !important;
}

.widthSp {
    width: calc(100% - 48px);
    margin: 40px auto;
}

.center {
    text-align: center !important;
}

.center_margin {
    margin: 0 auto;
}

.bold {
    font-weight: bold;
}

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

    .res-sp {
        display: block !important;
    }

    .widthSp {
        margin: 16px auto;
    }
}


/*---------------------------------------------------------
font
---------------------------------------------------------*/


/*---------------------------------------------------------
common
---------------------------------------------------------*/

html {
    font-size: 62.5%;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
    html {
        font-size: 2.41546vw;
    }
}

@media screen and (min-width: 768px) and (max-width: 1240px) {
    html {
        font-size: 0.80645vw;
    }
}

body {
    margin: inherit;
    font-size: 1.6rem;
    font-family: 'Noto Sans JP', sans-serif;
    color: #3B3B3B;
    line-height: 1.8;
    letter-spacing: 0.04em;
    min-width: 320px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    word-break: break-word;
    font-weight: 500;
    position: relative;
    /*overflow: hidden;*/
}

@media only screen and (max-width: 959px) {
    body {
        margin: inherit;
        font-size: 1.4rem;
        color: #3B3B3B;
        line-height: 1.8;
        letter-spacing: 0.04em;
    }
}

img {
    width: 100%;
    vertical-align: bottom;
}

a {
    color: #fff;
    text-decoration: none;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

a:hover {}

.underline {
    text-decoration: underline;
}

.underline:hover {
    text-decoration: none;
}

.bgwhite {
    background: #fff;
    border-radius: 16px;
    padding: 40px;
}

h2.lptitle {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 40px;
    letter-spacing: 0.04em;
    line-height: 56px;
    text-align: center;
    color: #0c1d32;
}

h2.lptitle small {
    font-size: 28px;
    letter-spacing: 0.04em;
    line-height: 40px;
}

.marker-bold {
    background: linear-gradient(transparent 50%, #FFFF3B 50%);
}

h2.title {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 40px;
    letter-spacing: 0.04em;
    line-height: 64px;
    text-align: left;
    color: #0c1d32;
}

h2.title span {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 28px;
    text-align: left;
    color: #959090;
}

h3.title {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.04em;
    line-height: 36px;
    text-align: left;
    color: #fff;
}

@media only screen and (max-width: 959px) {
    .bgwhite {
        padding: 24px;
    }

    h2.lptitle {
        font-size: 24px;
        line-height: 32px;
        text-align: center;
        color: #0c1d32;
    }

    h2.lptitle small {
        font-size: 16px;
        line-height: 24px;
    }

    h2.title {
        font-size: 26px;
        line-height: 40px;
    }

    h2.title span {
        font-size: 12px;
        line-height: 20px;
    }

    h3.title {
        font-size: 16px;
        line-height: 24px;
    }
}


/*---------------------------------------------------------
header
---------------------------------------------------------*/

header {
    position: fixed;
    z-index: 2;
    width: 100%;
}

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

.nav .navL img {
    width: 72px;
    margin-left: 40px;
    margin-top: 16px;
}

.nav .navR {
    min-width: 566px;
    min-width: 80px;
    border-radius: 0px 0px 0px 8px;
    background: #0c1d32;
    display: flex;
}

.nav .navR a {
    margin-left: 40px;
    padding: 28px 0;
    color: #fff;
}

.nav .navR a:hover {
    color: #4ED0F2;
}

.nav .navR a.contact {
    background: #FFFF3B;
    width: 180px;
    padding: 28px;
    margin-left: 24px;
    line-height: 1.8;
    text-align: center;
    color: #0D0100;
}

.nav .navR a.contact span {
    font-size: 12px;
}

.nav .navR a.contact_onliine {
    background: #0094BA;
    margin-left: 40px;
}

.contact_onliine a {
    background: #0094BA !important;
}

.nav .navR a.contact:hover {
    background: #FFD93B;
    color: #0D0100;
}


/*---------------------------------------------------------
headerSP
---------------------------------------------------------*/


/* Navbar & Navmenu color */

:root {
    --background-navbar: rgba(0, 3, 11, 0.96);
}

.headersp {
    position: fixed;
    width: 100%;
    height: 64px;
    z-index: 8;
}

.menu,
.menu span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    box-sizing: border-box;
}

.menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 64px;
    height: 64px;
    z-index: 10;
    border: none;
    background: #0C1D32;
    border-radius: 0 0 0 16px;
}

.menu span {
    position: absolute;
    left: 24%;
    width: 32px;
    height: 2px;
    background-color: #fff;
    z-index: 10;
    padding: 0 16px;
    display: block;
}

.menu span:nth-of-type(1) {
    top: 20px;
}

.menu span:nth-of-type(2) {
    top: 31px;
}

.menu span:nth-of-type(3) {
    bottom: 20px;
}

.menu.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
}

.menu.active span:nth-of-type(2) {
    opacity: 0;
}

.menu.active span:nth-of-type(3) {
    -webkit-transform: translateY(-12px) rotate(-45deg);
    transform: translateY(-12px) rotate(-45deg);
}

#nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    width: 100%;
    height: 100vh;
    opacity: 0;
    background-color: #0C1D32;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
}

#nav.active {
    right: 0;
    opacity: 1;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
}

#nav ul {
    margin: 20px 0;
    padding: 48px 0;
}

#nav ul li {
    list-style-type: none;
    padding: 12px;
}

#nav ul li a {
    display: block;
    transition: all 0.2s ease-in-out;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
}

.menuList .btn a {
    color: #0D0100 !important;
}

.navtext a img {
    width: 48px;
    left: 16px;
    position: absolute;
    top: 12px;
}

.img_sp_flt {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 9999;
    width: 240px;
    opacity: 0;
    transition: all 0.5s ease-out;
}


/*---------------------------------------------------------
action
---------------------------------------------------------*/

.img_tri {
    width: 100%;
    position: relative;
    z-index: 1;
    padding-bottom: 80px;
}

.action {
    width: 100%;
    padding: 0 0 80px;
    background: linear-gradient(#00cdff 0%, #007fdd 100%);
    text-align: center;
    position: relative;
}

.action2 {
    background: linear-gradient(#0265e9 0%, #0a336b 100%);
    padding: 80px 0 80px;
}

.action .tx {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.04em;
    line-height: 32px;
    text-align: center;
    color: #fff;
}

.action .bigtx {
    font-weight: bold;
    font-size: 32px;
    letter-spacing: 0.04em;
    line-height: 56px;
    text-align: center;
    color: #fff;
    margin-bottom: 16px;
}

.img_action01 {
    position: absolute;
    bottom: 0%;
    left: 0;
    width: 210px;
}

.img_action02 {
    position: absolute;
    bottom: 0%;
    right: 0;
    width: 235px;
}

.action_sell {
    padding: 80px 0;
    background: linear-gradient(#0265e9 0%, #0a336b 100%);
    text-align: center;
    position: relative;
}

.action_sell .tx {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.04em;
    line-height: 32px;
    text-align: center;
    color: #fff;
    margin-bottom: 24px;
}

.action_nayami {
    padding: 80px 0;
}

.action_nayami .txbig {
    font-size: 32px;
    line-height: 1.6;
    margin-bottom: 0;
}

.action_nayami .smtx {
    padding: 8px 0 24px;
    color: #fff;
}

.action_nayami .btn {
    margin-bottom: 8px;
    position: relative;
    z-index: 1;
}

.action_nayami .underline-text {
    display: inline;
    font-size: 20px;
    margin-bottom: 16px;
    padding-bottom: 6px;
    /* 下に余白をつくる */
    background-image: linear-gradient(to bottom, transparent 85%, #fff 85%);
    background-size: 100% 1.2em;
    background-repeat: repeat-x;
    background-position: 0 100%;
}

.img_action01_sell {
    position: absolute;
    bottom: 0%;
    left: 80px;
    width: 260px;
}

.img_action02_sell {
    position: absolute;
    bottom: 0%;
    right: 40px;
    width: 290px;
}



.img_action_title {
    width: 375px;
}

.action2 .tx {
    padding: 8px 0 24px;
}

@media only screen and (max-width: 959px) {
    .img_tri {
        width: 100%;
        position: relative;
        z-index: 1;
        padding-bottom: 40px;
    }

    .action {
        padding: 0 0 40px;
    }

    .action2 {
        padding: 40px 0 80px;
    }

    .action .tx {
        font-weight: bold;
        font-size: 14px;
        line-height: 24px;
    }

    .action .bigtx {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 16px;
    }

    .img_action01 {
        position: absolute;
        bottom: 0%;
        left: 0;
        width: 64px;
    }

    .img_action02 {
        position: absolute;
        bottom: 0%;
        right: 0;
        width: 64px;
    }

    .action_sell {
        padding: 40px 0 80px;
        text-align: center;
        position: relative;
    }

    .action_sell .tx {
        font-size: 14px;
        line-height: 20px;
        width: 92%;
        margin: 0 auto 8px;
    }

    .action_sell .txbig2 {
        font-size: 18px;
        line-height: 24px;
    }

    .img_action01_sell {
        left: 0;
        width: 80px;
    }

    .img_action02_sell {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100px;
    }

    .img_action_title {
        width: 240px;
    }

    .action_nayami .underline-text {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .action_nayami .underline-text::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -6px;
        /* 下に少し離す */
        width: 100%;
        height: 2px;
    }
}


/*---------------------------------------------------------
nayami
---------------------------------------------------------*/

.nayami {
    background: #EDF0F7;
    padding: 80px 0;
    position: relative;
    z-index: 1;
}

.img_nayami {
    position: absolute;
    right: 8%;
    top: 100px;
    width: 164px;
}

.nayami .nayami_readtx {
    margin-top: 24px;
    text-align: center;
}

.accordion {
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
    max-width: 960px;
    position: relative;
    width: 100%;
}

.accordion-title {
    color: #0D0100;
    cursor: pointer;
    font-size: 20px;
    padding: 24px;
    font-weight: 600;
}

.accordion-content {
    display: none;
    padding: 24px;
}

.accordion-content p {
    font-size: 16px;
    line-height: 1.6;
}


/* タイトルの背景色 */

.accordion-item .accordion-title {
    background-color: #FFFFFF;
    border-radius: 8px;
    margin-top: 16px;
}


/* 矢印 */

.accordion-title {
    position: relative;
}

.accordion-title::after {
    border-right: solid 2px #1E6CC3;
    border-top: solid 2px #1E6CC3;
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    right: 25px;
    top: 38%;
    transform: rotate(135deg);
    transition: transform .3s ease-in-out, top .3s ease-in-out;
    width: 8px;
}

.accordion-title.open::after {
    top: 45%;
    transform: rotate(-45deg);
}

@media screen and (max-width: 959px) {
    .nayami {
        padding: 80px 0 64px;
    }

    .img_nayami {
        position: absolute;
        right: 8%;
        top: 24px;
        width: 80px;
    }

    .nayami .nayami_readtx {
        text-align: left;
        width: 92%;
        margin: 16px auto 0;
    }

    .accordion {
        max-width: inherit;
        width: 92%;
    }

    .accordion-title {
        font-size: 14px;
        padding: 16px 40px 16px 16px;
    }

    .accordion-content {
        display: none;
        padding: 10px 20px;
    }

    .accordion-content p {
        font-size: 13px;
        line-height: 1.5;
    }

    /* タイトルの背景色 */
    .accordion-item .accordion-title {
        background-color: #FFFFFF;
        border-radius: 8px;
        margin-top: 16px;
    }

    /* 矢印 */
    .accordion-title {
        position: relative;
    }

    .accordion-title::after {
        border-right: solid 2px #1E6CC3;
        border-top: solid 2px #1E6CC3;
        content: "";
        display: block;
        height: 8px;
        position: absolute;
        right: 25px;
        top: 38%;
        transform: rotate(135deg);
        transition: transform .3s ease-in-out, top .3s ease-in-out;
        width: 8px;
    }

    .accordion-title.open::after {
        top: 45%;
        transform: rotate(-45deg);
    }
}


/*---------------------------------------------------------
mvarea
---------------------------------------------------------*/

.mvarea {
    background-image: url(../../buy/common/img/mvarea@2x.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 640px;
    position: relative;
}

.smalltx {
    color: #fff;
    position: absolute;
    right: 24px;
    bottom: 24px;
    font-size: 10px;
}

.mvarea_sell {
    background-image: url(../../sell/common/img/mvarea_sell@2x.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 780px;
}

.mvarea_kaiketsu {
    background-image: url(../../short_sale/common/img/mv_kaiketsu@2x.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 780px;
}

.property_consulting {
    background-image: url(../../property_consulting/common/img/mv_property_consulting@2x.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 780px;
}

.mvarea .textarea {
    text-align: center;
    padding-top: 160px;
}

.mvarea .textarea2 {
    text-align: center;
    padding-top: 250px;
}

.mvareaep {
    background-image: url(../../estate_partner/common/img/mvarea@2x.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 640px;
    position: relative;
}

.obi {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.04em;
    line-height: 32px;
    text-align: center;
    color: #fff;
    padding: 6px 12px;
    background-color: #0C1D32;
    display: inline-block;
}

.obicenter {
    margin: 0 auto 8px;
    max-width: max-content;
    display: block;
}

.obiwhite {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.04em;
    line-height: 32px;
    text-align: center;
    color: #0C1D32;
    padding: 6px 12px;
    background-color: #fff;
    display: inline-block;
    margin-top: 4px;
}

.attentionimg {
    width: 416px;
    margin-top: 24px;
}

.mvarea .textarea h1 {
    width: 640px;
    margin: 16px auto 0;
}

.mvareaep h1 {
    margin-top: 4px !important;
}

.mvarea .textarea p.tx {
    color: #fff;
    padding: 16px 0;
    text-shadow: 0px 3px 6px rgba(0, 41, 92, 0.85);
}

.mvbtn {
    text-align: center;
    margin: 24px auto 0;
}

@media screen and (max-width: 959px) {
    .mvarea {
        width: 100%;
        height: 480px;
    }

    .mvareasp {
        height: 560px;
    }

    .mvareaep {
        height: 480px !important;
    }

    .mvarea_sell {
        width: 100%;
        height: 560px;
        background-position: 32%;
    }

    .mvarea .textarea {
        text-align: center;
        padding-top: 120px;
        width: 92%;
        margin: 0 auto;
    }

    .mvarea .textarea2 {
        text-align: center;
        padding-top: 130px;
        width: 92%;
        margin: 0 auto;
    }

    .mvareaep .textarea {
        padding-top: 60px !important;
    }

    .obi {
        font-size: 13px;
        line-height: 13px;
        padding: 8px 8px;
    }

    .mvarea .textarea h1 {
        width: 92%;
        margin: 16px auto 0;
    }

    .mvarea .textarea h1.short_sale {
        max-width: 480px;
        width: 92%;
        margin: 16px auto 0;
    }

    .mvarea .textarea p.tx {
        color: #fff;
        padding: 16px 0;
        font-size: 12px;
        letter-spacing: -0.1px;
    }

    .obiwhite {
        font-size: 13px;
        line-height: 13px;
        padding: 8px 8px;
    }

    .obiwhitesp {
        display: inline-block !important;
    }

    .none {
        display: none !important;
    }

    .attentionimg {
        width: 92%;
        margin-top: 24px;
    }

    .spnone {
        display: none !important;
    }

    .mvareaep .obiwhitesp {
        margin-top: 4px !important;
        ;
    }
}


/*---------------------------------------------------------
tokucho
---------------------------------------------------------*/

.tokucho {
    background: #EDF0F7;
    padding: 80px 0;
}

.tokucho .box {
    display: flex;
    flex-direction: row-reverse;
    width: 960px;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 40px 0;
    border-bottom: 1px solid #E0DFDF;
}

.tokucho .box .txbox {
    width: 56%;
}

.tokucho .box .txbox span {
    font-family: Roboto;
    font-weight: 500;
    font-size: 48px;
    letter-spacing: 0.04em;
    line-height: 64px;
    text-align: center;
    color: #29d4f4;
}

h3.lp {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.04em;
    line-height: 40px;
    text-align: left;
    color: #0d0100;
}

h4 {
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    margin-top: 16px;
    color: #0a3464;
}

.arrowflow {
    margin-top: 8px;
}

.tokucho .box .txbox p {
    margin-top: 24px;
}

.tokucho .box .img {
    width: 40%;
}

@media screen and (max-width: 959px) {
    .tokucho {
        padding: 64px 0;
    }

    .tokucho .box {
        display: block;
        width: 92%;
        margin: 0 auto;
    }

    .tokucho .box .txbox {
        width: 100%;
    }

    .tokucho .box .txbox span {
        font-size: 24px;
        line-height: 40px;
    }

    h3.lp {
        font-weight: bold;
        font-size: 16px;
        line-height: 24px;
    }

    .tokucho .box .txbox p {
        margin-top: 8px;
    }

    .tokucho .box .img {
        width: 100%;
    }
}


/*---------------------------------------------------------
flow
---------------------------------------------------------*/

.flow {
    background: #EDF0F7;
    padding: 80px 0;
    position: relative;
}

.flow h2 {
    margin-bottom: 80px;
}

.firstbox {
    position: relative;
    width: 960px;
    margin: 0 auto;
}

.img_flow01 {
    width: 160px;
    position: absolute;
    left: 80px;
    top: -180px;
}

.img_flow02 {
    width: 277px;
    position: absolute;
    right: 40px;
    bottom: 0;
}

.flowbox {
    display: flex;
    align-items: stretch;
    width: 960px;
    margin: 0 auto;
}

.flowbox .bgimg {
    width: 240px;
    min-height: 200px;
    background-size: cover;
    background-position: center center;
}

.flowbox .bgimg01 {
    background-image: url(../../buy/common/img/flow01@2x.jpg);
}

.flowbox .bgimg02 {
    background-image: url(../../buy/common/img/flow02@2x.jpg);
}

.flowbox .bgimg03 {
    background-image: url(../../buy/common/img/flow03@2x.jpg);
}

.flowbox .bgimg04 {
    background-image: url(../../buy/common/img/flow04@2x.jpg);
}

.flowbox .bgimg05 {
    background-image: url(../../buy/common/img/flow05@2x.jpg);
}

.flowbox .bgimg06 {
    background-image: url(../../buy/common/img/flow06@2x.jpg);
}

.flowbox .txbox {
    background-color: #fff;
    padding: 40px;
    width: 720px;
}

.flowbox .txbox span {
    background: linear-gradient(to right, #004e88, #00cdff);
    color: #fff;
    padding: 4px 16px;
    font-family: Roboto;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 32px;
    text-align: center;
}

.flow .arrow_center {
    text-align: center;
    margin: 24px 0;
}

.flow .arrow_center img {
    width: 24px;
}

.txbtnbox {
    margin: 40px auto 0;
    text-align: center;
}

p.sheer {
    position: relative;
    padding: 1rem 24px;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
}

p.sheer::before,
p.sheer::after {
    position: absolute;
    top: 16px;
    height: 30px;
    content: '';
}

p.sheer::before {
    border-left: solid 2px;
    left: 0;
    transform: rotate(-40deg);
}

p.sheer::after {
    border-right: solid 2px;
    right: 0;
    transform: rotate(40deg);
}

@media screen and (max-width: 959px) {
    .flow {
        padding: 80px 0;
    }

    .flowbox {
        display: block;
        width: 92%;
        margin: 0 auto;
    }

    .firstbox {
        width: 100%;
        margin: 0 auto;
    }

    .img_flow01 {
        display: none;
    }

    .img_flow02 {
        width: 80px;
        right: 40px;
        bottom: 0;
    }

    .flow h2 {
        margin-bottom: 40px;
    }

    .flowbox .bgimg {
        width: 100%;
        min-height: 160px;
    }

    .flowbox .txbox {
        background-color: #fff;
        padding: 24px;
        width: 100%;
    }

    .flowbox .txbox span {
        font-size: 14px;
    }

    .flow .arrow_center {
        margin-top: 16px;
    }

    p.sheer {
        padding: 1rem 12px;
        font-size: 14px;
    }

    p.sheer::before,
    p.sheer::after {
        position: absolute;
        top: 8px;
        height: 30px;
        content: '';
    }
}


/*---------------------------------------------------------
onlinesodan
---------------------------------------------------------*/

.onlinesodan {
    background-image: url(../img/onlinebg@2x.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 80px 80px;
    width: 100%;
    margin: 0 auto;
    color: #fff;
}

.onlinesodanin {
    display: flex;
    max-width: 1080px;
    margin: 0 auto;
}

.onlinesodanin .leftbox {
    width: 60%;
}

.onlinesodanin .leftbox h2 {
    color: #fff;
}

.onlinesodanin .leftbox h3 {
    margin: 16px 0;
}

.onlinesodanin .leftbox .button_solid019 {
    margin-top: 16px;
}

.onlinesodanin .rightbox {
    background-image: url(../img/onlinebg_kobetsu@2x.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    width: 38%;
    border-radius: 16px;
    padding: 0 40px;
    position: relative;
}

.onlinesodanin .rightbox .free_icon {
    position: absolute;
    left: 28px;
    top: 40px;
    width: 64px;
}

.onlinesodanin .rightbox h3 {
    text-align: center;
    padding-top: 64px;
    line-height: 1.2;
}

.onlinesodanin .rightbox h3 span {
    font-size: 38px;
}

.onlinesodanin .rightbox p {
    margin-top: 16px;
}

.onlinesodanin .rightbox .button_solid019 {
    margin-top: 16px;
}

.onlinesodanin .rightbox .button_solid019 a {
    margin: 0 auto;
    background: transparent;
    border: 1px solid #fff;
}

.onlinesodanin .rightbox .button_solid019 a:hover {
    background: #0D3C71;
    border: none;
}

@media only screen and (max-width: 959px) {
    .onlinesodan {
        background-image: url(../img/onlinebg_sp@2x.jpg);
        padding: 64px 24px;
        width: 100%;
        margin: 0 auto;
    }

    .onlinesodanin {
        display: block;
        max-width: inherit;
        width: 100%;
    }

    .onlinesodanin .leftbox {
        width: 100%;
    }

    .onlinesodanin .leftbox .button_solid019 {
        margin-top: 16px;
    }

    .onlinesodanin .leftbox .button_solid019 a {
        margin: 0 auto;
    }

    .onlinesodanin .rightbox {
        width: 100%;
        padding: 0 40px;
        margin-top: 40px;
        padding-bottom: 40px;
    }

    .onlinesodanin .rightbox .free_icon {
        left: 20px;
        top: 32px;
        width: 56px;
    }

    .onlinesodanin .rightbox h3 {
        text-align: center;
        padding-top: 40px;
        line-height: 1.2;
    }

    .onlinesodanin .rightbox h3 span {
        font-size: 28px;
    }

    .onlinesodanin .rightbox p {
        margin-top: 12px;
    }

    .onlinesodanin .rightbox .button_solid019 {
        margin-top: 12px;
    }
}


/*------------------------------------------------------------------------------------------------------------------
sell
------------------------------------------------------------------------------------------------------------------*/

.tsuyomi {
    padding: 80px 0;
}

.tsuyomi_tx {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.04em;
    line-height: 32px;
    text-align: center;
    color: #0c1d32;
    padding-bottom: 64px;
}

.tsuyomi_ul {
    display: flex;
    justify-content: center;
    width: 960px;
    margin: 40px auto 0;
    flex-wrap: wrap;
}

.tsuyomi_ul li {
    width: 300px;
    text-align: center;
    margin-right: 30px;
    margin-bottom: 40px;
}

.tsuyomi_ul li:nth-child(3) {
    margin-right: 0;
}

.tsuyomi_ul li:nth-child(5) {
    margin-right: 0;
}

.tsuyomi_ul li span {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 28px;
    letter-spacing: 0.04em;
    line-height: 28px;
    text-align: center;
    color: #fff;
}

.tsuyomi_ul li h3 {
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.04em;
    line-height: 40px;
    text-align: center;
    color: #0a3464;
    margin-top: 16px;
    margin-bottom: 16px;
}

.tsuyomi_ul li p {
    text-align: left;
    line-height: 1.4;
    margin-top: 16px;
}

@media only screen and (max-width: 959px) {
    .tsuyomi {
        padding: 80px 0;
    }

    .tsuyomi_tx {
        font-size: 12px;
        line-height: 20px;
        padding-bottom: 40px;
        width: 92%;
        margin: 0 auto;
    }

    .tsuyomi_ul {
        display: flex;
        width: 92%;
        margin: 24px auto 0;
        justify-content: space-around;
    }

    .tsuyomi_ul_2 {
        width: 100%;
    }

    .tsuyomi_ul li {
        width: 48%;
        margin-right: 0;
        margin-bottom: 24px;
    }

    .tsuyomi_ul li span {
        font-size: 24px;
        line-height: 30px;
        margin-right: 0;
    }

    .tsuyomi_ul li h3 {
        font-size: 18px;
        line-height: 24px;
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .tsuyomi_ul_2 li h3 {
        font-size: 15px;
        line-height: 20px;
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .tsuyomi_ul li p {
        text-align: left;
        line-height: 1.4;
        margin-top: 12px;
        font-size: 11px;
    }
}


/*---------------------------------------------------------
kanjin
---------------------------------------------------------*/

.kanjin {
    padding: 0 0 80px;
    background-color: #F0F0F0;
}

.kanjin2 {
    padding: 80px 0;
    background: #F5F7FF;
}

.kanjin .lead {
    text-align: center;
    margin-top: 24px;
}

.kanjin .sarani {
    width: 960px;
    background-color: #fff;
    border-radius: 16px;
    margin: 120px auto 0;
    padding: 64px 120px 40px;
    position: relative;
}

.kanjin .sarani p {
    margin-top: 24px;
}

.kanjin .sarani p small {
    color: #959090;
    line-height: 1.6;
    display: block;
    margin-top: 16px;
}

.img_sarani {
    width: 170px;
    position: absolute;
    right: 80px;
    top: -80px;
}

.img_sarani_maru {
    width: 190px;
    margin: -88px auto 0;
    display: block;
}


/*===========
.scroll-box
===========*/

.scroll-box {
    overflow-x: auto;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
    max-width: 960px;
    margin: 40px auto 0;
}

.scroll-box div img {
    max-width: 100%;
    min-width: 600px;
    vertical-align: top;
}


/*===========
scrollbar
===========*/


/*スクロールバー全体の高さ*/

.scroll-box::-webkit-scrollbar {
    height: 4px;
}


/*スクロールバー全体の背景*/

.scroll-box::-webkit-scrollbar-track {
    background: #eee;
}


/*スクロールバーの動く部分*/

.scroll-box::-webkit-scrollbar-thumb {
    background: #aaa;
    border: none;
}


/*スクロールバーの動く部分のホバー（マウスオーバー）*/

.scroll-box::-webkit-scrollbar-thumb:hover {
    background: #999;
}

@media only screen and (max-width: 959px) {
    .kanjin .lead {
        margin-top: 16px;
    }

    .kanjin .sarani {
        width: 92%;
        margin: 80px auto 0;
        padding: 64px 24px 24px;
    }

    .kanjin .sarani p {
        margin-top: 16px;
    }

    .kanjin .sarani p small {
        margin-top: 8px;
    }

    .img_sarani {
        width: 80px;
        right: 0;
        top: -40px;
    }

    .img_sarani_maru {
        width: 120px;
        margin: -88px auto 0;
        display: block;
    }
}


/*---------------------------------------------------------
qanda
---------------------------------------------------------*/

.qanda {
    padding: 80px 0;
    background: #F6F6F6;
}

.qandabox {
    margin-top: 80px;
}


/*---------------------------------------------------------
jirei
---------------------------------------------------------*/

.jirei {
    padding: 80px 0;
}

.jirei p.lead {
    text-align: center;
    margin-top: 24px;
}

.jireibox {
    width: 960px;
    margin: 40px auto 0;
    display: flex;
    background-color: #F8F8F8;
    border-radius: 16px;
    align-items: center;
}

.jireibox .navy {
    background-image: url(../../sell/common/img/bgjirei.svg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    width: 48%;
    padding: 80px 0 80px 24px;
}

.jireibox2 .navy {
    width: 48%;
    padding: 64px 0;
}

.jireibox .navy span {
    padding: 4px 12px;
    font-family: 'Roboto', sans-serif;
    background: #fff;
    color: #0A3464;
    border-radius: 4px;
}

.jireibox .navy p {
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 24px;
    text-align: left;
    color: #fff;
    border-bottom: 2px solid #fff;
    margin-top: 8px;
}

.jireibox .navy h3 {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.04em;
    line-height: 32px;
    text-align: left;
    color: #fff;
    margin-top: 8px;
}

.jireibox2 .navy h3 {
    font-size: 20px;
    text-align: center;
}

.jireibox .textbox {
    padding: 80px 64px;
    background-color: #F8F8F8;
    width: 52%;
}

.jireibox2 .textbox {
    padding: 16px 40px;
    width: 52%;
}

.jireibox2 .textbox h4 {
    margin-top: 0;
    font-size: 20px;
    margin-bottom: 8px;
}

.img_muryosodan {
    width: 960px;
    margin: 64px auto 0;
    display: block;
}

@media only screen and (max-width: 959px) {
    .jirei p.lead {
        margin-top: 16px;
    }

    .jireibox {
        width: 92%;
        margin: 40px auto 0;
        display: block;
    }

    .jireibox .navy {
        background-image: url(../../sell/common/img/bgjirei_sp.svg);
        background-position: bottom;
        width: 100%;
        padding: 24px 24px 56px 24px;
    }

    .jireibox .navy span {
        padding: 4px 12px;
        border-radius: 4px;
    }

    .jireibox .navy p {
        font-size: 14px;
        line-height: 20px;
        border-bottom: 2px solid #fff;
        margin-top: 8px;
    }

    .jireibox .navy h3 {
        font-size: 18px;
        line-height: 24px;
        margin-top: 8px;
    }

    .jireibox .textbox {
        padding: 24px;
        width: 100%;
    }

    .img_muryosodan {
        width: 92%;
        margin: 40px auto 0;
        display: block;
    }
}


/*---------------------------------------------------------
btn
---------------------------------------------------------*/

.btn a {
    display: inline-block;
    padding: 16px 48px;
    font-weight: bold;
    font-size: 20px;
    line-height: 31px;
    text-align: center;
    color: #0D0100;
    background-color: #FFFF3B;
    border-radius: 50px;
    min-width: 360px;
}

.btn a:hover {
    transform: translateY(-2px);
    background-color: #FFD93B;
}

.btnbig a {
    font-size: 28px;
    max-width: 474px;
    padding: 24px 80px;
}

.btnsmall a {
    padding: 8px 12px;
    min-width: 120px;
    line-height: 16px;
    font-size: 16px;
}

@media screen and (max-width: 959px) {
    .btn a {
        padding: 14px;
        font-size: 16px;
        line-height: 20px;
        min-width: 280px;
    }

    .btnsmall a {
        padding: 8px 12px;
        min-width: 120px;
        line-height: 14px;
        font-size: 14px;
    }
}


/* solid019 */

.button_solid019 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 240px;
    padding: 16px 32px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: #1E6CC3;
    border-radius: 50px;
}

.button_solid019 a:after {
    content: url(../img/btn.svg);
    width: 16px;
    height: 16px;
    position: absolute;
    top: 28%;
    right: 16px;
    transition: 0.3s ease-in-out;
}

.button_solid019 a:hover {
    transform: translateY(-2px);
    background: #0D3C71;
}

@media only screen and (max-width: 959px) {
    .button_solid019 a {
        padding: 16px;
    }
}


/*---------------------------------------------------------
footer
---------------------------------------------------------*/

footer {
    background: #0C1D32;
    padding: 80px;
    font-size: 12px;
    color: #959090;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

footer img {
    width: 75px;
    margin-bottom: 16px;
}

@media screen and (max-width: 959px) {
    footer {
        padding: 64px 4% 80px;
        display: block;
        font-size: 11px;
        text-align: center;
    }
}


/*---------------------------------------------------------
list
---------------------------------------------------------*/

.disc {
    list-style-type: disc;
    padding-left: 24px;
    margin-top: 24px;
}

.disc li {
    list-style-type: disc;
}

.decimal {
    list-style-type: decimal;
    padding-left: 24px;
    margin-top: 24px;
}

.decimal li {
    list-style-type: decimal;
}


/*---------------------------------------------------------
base
---------------------------------------------------------*/

p.mt {
    margin-top: 80px;
}

p.line {
    position: relative;
    padding: 1rem 2rem;
    border-bottom: 1px solid #E0DFDF;
    max-width: 1120px;
    margin: 120px auto;
    width: 100%;
}

p.line:before {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 16px;
    height: 1px;
    content: '';
    background: #10A5CC;
}

.inner1360 {
    max-width: 1360px;
    margin: 0 auto;
}

.inner1120 {
    max-width: 1120px;
    margin: 0 auto;
}

.inner960 {
    max-width: 960px;
    margin: 0 auto;
}

.pankuzu {
    padding: 16px 0;
    position: absolute;
    width: 100%;
    top: 88px;
}

.pankuzu ul {
    display: flex;
}

.pankuzu ul li {
    margin-right: 8px;
    font-weight: normal;
    color: #fff;
}

.pankuzu ul li a {
    color: #fff;
    font-weight: normal;
}

.anc {
    width: 960px;
    margin: 80px auto;
}

.anc ul {
    display: flex;
    justify-content: center;
}

.anc ul li {
    width: 293px;
    padding: 2%;
}

.anc ul li a {
    width: 100%;
    max-width: 293px;
}

.anc ul li .button_solid019 a:after {
    display: none;
}

span.circle {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.04em;
    line-height: inherit;
    text-align: center;
    color: #fff;
    background-color: #0A3464;
    border-radius: 40px;
    padding: 1px 9px;
    margin-right: 16px;
}

.blue {
    color: #1E6CC3;
}

span.number {
    background: #00508E;
    color: #fff;
    font-family: 'Urbanist', sans-serif;
    font-weight: bold;
    font-size: 32px;
    line-height: 36px;
    text-align: center;
    width: 56px;
    height: 56px;
    padding-top: 12px;
    border-radius: 40px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 16px;
}

@media only screen and (max-width: 959px) {
    p.mt {
        margin-top: 64px;
    }

    p.line {
        max-width: inherit;
        margin: 80px auto;
        width: calc(100% - 48px);
    }

    .inner1360 {
        max-width: inherit;
        width: 100%;
        margin: 0 auto;
    }

    .inner1120 {
        max-width: inherit;
        width: calc(100% - 48px);
        margin: 0 auto;
    }

    .inner960 {
        max-width: inherit;
        width: 100%;
        margin: 0 auto;
    }

    .anc {
        width: calc(100% - 48px);
        margin: 40px auto;
    }

    .anc ul {
        display: flex;
    }

    .anc ul li {
        width: 161px;
    }

    .anc ul li a {
        max-width: inherit;
    }

    .anc ul li .button_solid019 a:after {
        display: none;
    }

    span.circle {
        font-size: 16px;
        margin-right: 8px;
        padding: 7px;
    }

    .pankuzu {
        top: 72px;
    }
}


/*---------------------------------------------------------
fadein
---------------------------------------------------------*/


/* 画面外にいる状態 */

.fadein {
    opacity: 0.1;
    transform: translate(0, 24px);
    transition: all 500ms;
}


/* 画面内に入った状態 */

.fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}

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


/*---------------------------------------------------------
Pagination
---------------------------------------------------------*/

.Pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.Pagination-Item-Link {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    overflow: hidden;
    background: #fff;
    font-size: 14px;
    color: #111;
    font-weight: bold;
    transition: all 0.15s linear;
}

.Pagination-Item-Link img {
    width: 24px;
}

.Pagination-Item-Link.isActive {
    background: #0072C6;
    color: #fff;
    pointer-events: none;
}

.Pagination-Item-Link:not(.isActive):hover {
    background: #0072C6;
    color: #fff;
}

.Pagination>*+* {
    margin-left: 8px;
}


/*---------------------------------------------------------
202407
---------------------------------------------------------*/

.img_syueki {
    width: 852px;
    margin: 40px auto 0;
}

.imglist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 960px;
    margin: 40px auto 0;
}

.imglist li {
    width: 30%;
    margin-bottom: 40px;
    text-align: center;
}

.jirei_list {
    padding: 120px 0;
    background: #E0E9FF;
}

.textulbox {
    display: flex;
    width: 960px;
    margin: 24px auto 40px;
    justify-content: space-between;
}

.textul {
    width: 49%;
}

.textul li {
    list-style-type: disc !important;
    font-size: 13px;
}

@media only screen and (max-width: 959px) {
    .img_syueki {
        width: 92%;
        margin: 24px auto 0;
    }

    .imglist {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 92%;
        margin: 24px auto 0;
    }

    .imglist li {
        width: 48%;
        margin-bottom: 24px;
    }

    .jirei_list {
        padding: 64px 0;
    }

    .textulbox {
        display: block;
        width: 80%;
        margin: 24px auto 40px;
    }

    .textul {
        width: 100%;
    }

    .textul li {
        list-style-type: disc !important;
        font-size: 13px;
    }
}






/*---------------------------------------------------------
jirei
---------------------------------------------------------*/

.jireisodan {
    padding: 80px 0;
    background: #F6F6F6;
}

.jireisodan p.lead {
    text-align: center;
    margin-top: 24px;
}

.jireisodanbox {
    width: 960px;
    margin: 40px auto 0;
    display: flex;
    justify-content: space-between;
    padding: 40px;
    background: #fff;
}

.jireisodan_rikon {
    background: #F5F7FF;
}

.jireisodan_rikon .jireisodanbox {
    align-items: center;
}

.jireisodanbox .imbbox2 {
    width: 240px !important;
    text-align: center;
}

.jireisodanbox .imbbox {
    width: 180px;
    text-align: center;
}

.jireisodanbox .txbox {
    width: 660px;
}

.jireisodanbox .txbox2 {
    width: 600px;
}

.jireisodanbox .txbox .jireititle {
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.04em;
    line-height: 40px;
    text-align: left;
    color: #0a3464;
}


.jireisodanbox .txbox .bluebox {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.04em;
    line-height: 20px;
    color: #0a3464;
    padding: 8px;
    background: #E5E9F7;
    margin-top: 8px;
    margin-bottom: 4px;
    display: inline-block;
}

.jireisodanbox .txbox .tx {
    margin-top: 8px;
}

.jireisodanbox .casetxbox {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.jireisodanbox .casetxbox .casetx {
    margin-right: 8px;
    margin-top: 6px;
}


.jireisodanbox .btn a {
    display: inline-block;
    padding: 8px 24px;
    font-weight: bold;
    font-size: 16px;
    line-height: 31px;
    color: #fff;
    background-color: #1E6CC3;
    border-radius: 50px;
    min-width: 200px;
    margin-top: 16px;
    cursor: pointer;
}

.jireisodanbox .btn a:hover {
    background-color: #0D3C71;
}

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

    .jireisodan {
        padding: 64px 0;
    }

    .jireisodan p.lead {
        text-align: center;
        margin-top: 16px;
    }

    .jireisodanbox {
        width: 88%;
        margin: 24px auto 0;
        display: block;
        padding: 24px;
    }


    .jireisodanbox .imbbox {
        width: 140px;
        text-align: center;
        margin: 0 auto;
    }

    .jireisodanbox .imbbox2 {
        width: 160px !important;
        text-align: center;
    }

    .jireisodanbox .txbox {
        width: 100%;
    }

    .jireisodanbox .txbox2 {
        margin-top: 16px;
    }

    .jireisodanbox .txbox2 .btn {
        text-align: center;
    }

    .jireisodanbox .txbox .jireititle {
        font-size: 20px;
        line-height: 32px;
    }

    .jireisodanbox .txbox .bluebox {
        font-size: 16px;
        line-height: 24px;
        display: inline-block;
    }

    .jireisodanbox .txbox .tx {
        margin-top: 8px;
    }
}


/*---------------------------------------------------------
baikyaku
---------------------------------------------------------*/

.widthbox {
    width: 960px;
    margin: 0 auto;
}

.kokoroataritx {
    text-align: center;
    margin-top: 32px;
    font-size: 20px;
}


.baikyaku {
    width: 960px;
    margin: 40px auto 0;
}

.baikyakubox {
    display: flex;
    align-items: stretch;
    margin-bottom: 24px;
}

.baikyakubox img {
    width: 280px;
}

.baikyakubox .txbox {
    padding: 24px;
    background: #FFFFFF;
    width: 100%;
}

.baikyakubox .txbox .number {
    font-size: 24px;
    background: #0A3464;
    color: #fff;
    border-radius: 100px;
}

.baikyakubox .txbox h3 {
    font-size: 24px;
    letter-spacing: 0.04em;
    line-height: 40px;
    text-align: left;
    color: #0a3464;
    margin-bottom: 8px;
    margin-top: 8px;
}


.merit {
    padding: 80px 0;
}


.leadcenter {
    text-align: center;
    margin-top: 24px;
}


.qanda_trouble .qandabox {
    margin-top: 0;
}

.jireisodan_lasttx {
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.04em;
    line-height: 40px;
    text-align: center;
    color: #0a3464;
    margin-top: 40px;
}

.img_action01_nayami {
    position: absolute;
    bottom: 0%;
    left: 0;
    width: 230px;
}

.img_action02_nayami {
    position: absolute;
    bottom: 0%;
    right: 0;
    width: 314px;
}

.mainimg {
    margin: 40px 0;
}


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

    .widthbox {
        width: 88%;
        margin: 0 auto;
    }

    .kokoroataritx {
        margin-top: 16px;
        font-size: 14px;
    }


    .baikyaku {
        width: 88%;
        margin: 24px auto 0;
    }

    .baikyakubox {
        display: block;
        margin-bottom: 16px;
    }

    .baikyakubox img {
        width: 100%;
    }

    .baikyakubox .txbox {
        padding: 16px;
        width: 100%;
    }

    .baikyakubox .txbox .number {
        font-size: 16px;
        margin: 0 auto;
        width: 40px;
        height: 40px;
        line-height: 1.2;
        display: inline-block;
        vertical-align: middle;
    }

    .baikyakubox .txbox h3 {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 8px;
        margin-top: 8px;
        display: inline-block;
        width: 82%;
        vertical-align: middle;
        padding-left: 2%;
    }


    .merit {
        padding: 64px 0;
    }

    .leadcenter {
        text-align: center;
        margin-top: 24px;
    }

    .qanda_trouble .qandabox {
        margin-top: 0;
    }

    .jireisodan_lasttx {
        font-size: 20px;
        line-height: 32px;
        width: 88%;
        margin: 24px auto 0;
    }

    .img_action01_nayami {
        width: 70px;
    }

    .img_action02_nayami {
        width: 80px;
    }
}

/*---------------------------------------------------------
モーダル
---------------------------------------------------------*/


.jireisodanbox_modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    margin: 0;
}

.jireisodanbox_modal.active {
    display: flex;
}

.modal-content {
    background: #fff;
    padding: 40px;
    position: relative;
    max-width: 960px;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.close-modal {
    position: absolute;
    top: -60px;
    right: 0;
    font-size: 4rem;
    color: #fff;
    cursor: pointer;
}

.jireisodanbox_modal_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.jireisodanbox_modal_flex .imbbox {
    width: 240px;
}

@media only screen and (max-width: 959px) {
    .jireisodanbox_modal_flex {
        display: block;
    }

    .jireisodanbox_modal_flex .imbbox {
        width: 160px;
    }

    .modal-content {
        padding: 16px;
    }
}

/*---------------------------------------------------------
売却時に発生する費用
---------------------------------------------------------*/


.baikyakuhiyo {
    padding: 0 0 80px;
    background: #F5F7FF;
}

.baikyakuhiyo .listbox {
    width: 960px;
    margin: 40px auto;
}

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

.baikyakuhiyo ul li {
    width: 470px;
    padding: 24px;
    background: #fff;
    margin-bottom: 16px;
}


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


    .baikyakuhiyo {
        padding: 0 0 64px;
    }

    .baikyakuhiyo .listbox {
        width: 88%;
        margin: 24px auto;
    }

    .baikyakuhiyo ul {
        display: block;
    }

    .baikyakuhiyo ul li {
        width: 100%;
        padding: 16px;
        margin-bottom: 8px;
    }