/*

TOP

*/


/* FV
----------------------------- */


/*--------------------------------------
　Main visual
---------------------------------------*/

.main_visual {
    width: 100%;
    position: relative;
}

.main_visual .main_visual_top {
    height: 340px;
    background: url(https://www.house-lowcost.net/wp/wp-content/uploads/pixta_21579120_M_202106.jpg) no-repeat top center;
    position: relative;
}

.main_visual .main_visual_top_inner::before,
.main_visual .main_visual_top_inner::after {
    position: absolute;
    top: 0;
    content: '';
    display: block;
    width: 420px;
    height: 100%;
}

.main_visual .main_visual_top_inner::before {
    left: -430px;
    background: url(https://www.house-lowcost.net/wp/wp-content/uploads/pixta_11151922_M_202106.jpg) no-repeat center right;
}

.main_visual .main_visual_top_inner::after {
    right: -430px;
    background: url(https://www.house-lowcost.net/wp/wp-content/uploads/pixta_22914462_M_202106.jpg) no-repeat center left;
}

.main_visual .main_visual_top_inner .textArea {
    padding: 3.5rem 2rem 2.8rem;
    margin: 3rem auto 0;
    border: 3px solid #fff;
    background: #ffeb3b;
    max-width: 736px;
}

.main_visual .main_visual_top_inner .text {
    color: #000;
    font-size: 30px;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
}

.main_visual .main_visual_top_inner {
    padding: 7rem 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    height: 100%;
    text-align: center;
    position: relative;
}

.main_visual .main_visual_top_lead {
    padding: 1rem;
    text-align: center;
    color: #f5e9c9;
    font-size: 14px;
    font-size: 1.4rem;
    background-color: #9e622d;
    display: inline-block;
    position: relative;
    font-weight: bold;
}

.main_visual .main_visual_top_lead::before,
.main_visual .main_visual_top_lead::after {
    content: '';
    display: block;
    position: absolute;
    width: 34px;
    height: 32px;
    background: no-repeat left top;
    -webkit-background-size: contain;
    background-size: contain;
    top: 22px;
}

.main_visual .main_visual_top_lead::before {
    background-image: url(img/main_visual_top_lead_before.png);
    left: -22px;
}

.main_visual .main_visual_top_lead::after {
    background-image: url(img/main_visual_top_lead_after.png);
    right: -22px;
}

.main_visual .sitename {
    margin: 4rem auto 0;
    padding-left: 10.6rem;
    background: url(img/logo.png) no-repeat left top;
    color: #333333;
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: bold;
    min-height: 100px;
    text-align: left;
    max-width: 640px;
    line-height: 1.5;
}

.main_visual .main_visual_bottom {
    padding: 4rem 0 1rem;
    text-align: left;
    font-size: 18px;	
    /*! background: url(img/main_visual_bg.png) left top; */
}

.main_visual .main_visual_bottom_inner {
    margin: 0 auto;
    max-width: 790px;
    position: relative;
}

.main_visual .main_visual_bottom_inner::before,
.main_visual .main_visual_bottom_inner::after {
    margin: auto;
    content: '';
    display: block;
    position: absolute;
    background: no-repeat left top;
    -webkit-background-size: contain;
    background-size: contain;
    top: 22px;
    height: 162px;
}

.main_visual .main_visual_bottom_inner::before {
    background-image: url(img/main_visual_left.png);
    left: -201px;
    width: 150px;
    top: 40px;
    bottom: 0;
}

.main_visual .main_visual_bottom_inner::after {
    background-image: url(img/main_visual_right.png);
    right: -231px;
    width: 200px;
    bottom: 0;
    top: 10px;
}

.main_visual .main_visual_bottom .title {
    padding: 0 20px 20px;
    width: 100%;
    color: #db4d00;
    font-size: 30px;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.3;
    border-bottom: 5px dotted rgba(165, 165, 165, 0.4);
    text-align: left;
}

.main_visual .main_visual_bottom .text {
    padding: 20px 0 0;
    width: 100%;
}


/* compare-table-frame
----------------------------- */

.compare-table-group {
    margin: 2rem 0 3rem;
    padding: 2rem 2rem 3rem;
    background: #f9fafb;
}

.compare-table-group>.top-title h2,
.compare-table-group>.top-title h3,
.compare-table-group>.top-title h4,
.compare-table-group>.top-title h5,
.compare-table-group>.top-title .title-area {
    padding: 4rem 1.5rem 1.5rem;
    margin-bottom: 2rem;
    color: #333;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.2;
    background: url(img/bg-comparison.png) no-repeat center top;
    border: none;
    text-align: center;
}

.compare-table-group>.top-title h2 a,
.compare-table-group>.top-title h3 a,
.compare-table-group>.top-title h4 a,
.compare-table-group>.top-title h5 a,
.compare-table-group>.top-title .title-area a {
    color: #333;
}

.compare-table-group>.top-title h2::before,
.compare-table-group>.top-title h3::before,
.compare-table-group>.top-title h4::before,
.compare-table-group>.top-title h5::before,
.compare-table-group>.top-title .title-area::before,
.compare-table-group>.top-title h2::after,
.compare-table-group>.top-title h3::after,
.compare-table-group>.top-title h4::after,
.compare-table-group>.top-title h5::after,
.compare-table-group>.top-title .title-area::after {
    content: none;
}

#contents.contents_top .compare-table-group .catch-copy {
    margin: 0rem 0 3rem;
    padding: 0 0 2rem;
    width: 100%;
    color: #333;
    font-size: 2.1rem;
    background: url(img/underline_catch01-2.png) no-repeat center bottom;
    background-size: 100% auto;
    text-align: center;
}

.compare-table-group .catch02 {
    padding: 1.5rem 0;
    text-align: center;
    border-top: 2px solid #16b7bf;
    border-bottom: 2px solid #16b7bf;
    font-size: 2.5rem;
    line-height: 1.2;
    color: #16b7bf;
    margin: 2rem 0 3rem;
}


/*/////img/////*/

.top-image-text-box {
    margin: 30px 0;
}

.top-image-text-box .catch-copy {
    color: #f46891;
    font-size: 2.0rem;
    background: url(img/underline_catch01.png) no-repeat center bottom;
    background-size: auto;
    line-height: 1.4;
    margin: 2rem 0 3rem;
    padding: 0 0 2rem;
    font-weight: bold;
}


/*/////title-text-area /////*/

.compare-table-frame .title-text-area {
    background: #fff;
    padding: 2rem;
    margin: 3rem auto;
}

.compare-table-frame .title-text-area .top-title h2,
.compare-table-frame .title-text-area .top-title h3,
.compare-table-frame .title-text-area .top-title h4,
.compare-table-frame .title-text-area .top-title h5 {
    margin: 0 0 1rem;
}


/*/////image-text-area /////*/

.compare-table-frame .compare-table-group .image-text-area {
    background: #fff;
    padding: 2rem;
}


/*/////title-table-area  /////*/

.compare-table-frame .compare-table-group .title-table-area {
    margin: 3rem auto;
    background: #fff;
    padding: 2rem;
}


/*/////title-list-area /////*/

.compare-table-frame .compare-table-group .title-list-area {
    background: #fff;
    padding: 2rem;
}

.compare-table-frame .compare-table-group .title-list-area ul li {
    color: #000;
    background: url(img/unorder_icon.png) no-repeat 30px 26px #fffde7;
    margin: 0 0 2rem;
    padding: 2rem 2rem 1rem 6rem;
    line-height: 1.6;
    font-size: 1.7rem;
}

.compare-table-frame .compare-table-group .title-list-area ul li:last-child {
    margin: 0;
}

.compare-table-frame .compare-table-group .title-list-area ul li a {
    color: #e86c00;
}

.compare-table-frame .compare-table-group .title-list-area ul li p {
    color: #333;
    margin: 2rem 0 2rem -3rem;
}


/*----------------------------------------------------
    SP_css
    ----------------------------------------------------*/

@media screen and (max-width: 599px) {
    /* FV
	----------------------------- */
    .mv {
        padding: 0;
    }
    .mv .mv_inner {
        margin: 0px auto;
        padding: 0 1rem;
        max-width: 100%;
        width: 95%;
    }
    .mv .bgArea {
        padding: 25px 0;
        height: auto;
        -webkit-background-size: cover;
        background-size: cover;
    }
    .mv .bgArea::before,
    .mv .bgArea::after {
        content: none;
    }
    .mv .mv_bottom {
        padding: 20px;
    }
    .mv .mv_inner h2.mv_title {
        padding: 5% 0;
        font-size: 2.2rem;
        line-height: 1.3;
        text-align: justify;
        color: #db4d00;
        border: none;
    }
    .mv .mv_bottom .mv_text::before {
        margin: auto;
        top: 0;
        bottom: 0;
        left: -15px;
        background-size: contain;
        width: 70px;
        height: 70px;
    }
    .mv .mv_bottom .mv_text::after {
        margin: auto;
        right: -15px;
        top: 0;
        bottom: 0;
        background-size: contain;
        width: 70px;
        height: 70px;
    }
    .mv .mv_inner p.mv_text {
        padding: 5% 0;
        color: #4c4c4c;
        line-height: 1.6;
        text-align: justify;
    }
    /*--------------------------------------
　Main visual
---------------------------------------*/
    .main_visual {
        background: #fff;
        margin-bottom: 30px;
    }
    .main_visual .main_visual_bottom {
        padding: 0;
        padding-top: 14rem;
    }
    .main_visual .main_visual_top::before,
    .main_visual .main_visual_top::after,
    .main_visual .main_visual_bottom_inner::before,
    .main_visual .main_visual_bottom_inner::after {
        content: none;
    }
    .main_visual .main_visual_top {
        height: 165px;
        -webkit-background-size: cover;
        background-size: cover;
    }
    .main_visual .main_visual_top_inner .text {
        font-size: 2.2rem;
    }
    .main_visual .main_visual_top_inner {
        background: rgba(255, 255, 255, 0.4);
    }
    .main_visual .main_visual_top_inner::before,
    .main_visual .main_visual_top_inner::after {
        content: none;
    }
    .main_visual .main_visual_top_inner .textArea {
        margin: 0.5rem;
        padding: 2rem 2rem 3rem;
        position: absolute;
        top: 160px;
        background-image: url(img/main_visual_ttl.png);
        background-position: bottom 10px center;
        background-repeat: repeat-x;
        background-size: 20px;
        border: 0;
    }
    .main_visual .main_visual_bottom .text {
        padding: 5%;
        width: 100%;
    }
    /* compare-table-frame
	----------------------------- */
    .compare-table-group {
        padding: 3%;
    }
    .contents_top .compare-table-group .catch-copy {
        font-size: 1.7rem;
        margin: 1rem 0 1.5rem;
        padding: 0 0 1.2rem;
        line-height: 1.4;
    }
    /*/////image-text-area /////*/
    .compare-table-frame .compare-table-group .image-text-area {
        padding: 5%;
    }
    /*/////title-text-area /////*/
    .compare-table-frame .title-text-area {
        padding: 5%;
    }
    /*/////title-table-area  /////*/
    .compare-table-frame .compare-table-group .title-table-area {
        padding: 5%;
    }
    /*/////title-list-area /////*/
    .compare-table-frame .compare-table-group .title-list-area {
        background: #fff;
        padding: 5%;
    }
    .compare-table-frame .compare-table-group .title-list-area ul li {
        background-position: 1rem 1.6rem;
        padding: 1rem 1rem 1rem 3rem;
    }
    .compare-table-frame .compare-table-group .title-list-area ul li p {
        color: #333;
        margin: 2rem 0 2rem -2rem;
    }
}