@charset "UTF-8";
@media screen and (min-width: 767px) {

    .recommend_white-fmt2024 {
        max-width: 1120px;
        margin: 0% auto 3%;
        background-color: #fff;
        padding: 4% 0;
    }
    .recommend_white-fmt2024 > .h3_01_recommend-fmt2024 {
        max-width: 900px;
        text-align: center;
        color: #666666;
        font-size: 22px;
        margin: 1% auto;
        font-weight: bold;
    }
    .recommend_white-fmt2024 > .h3_01_recommend-fmt2024 {
        position: relative;
    }
    .recommend_white-fmt2024 > .h3_01_recommend-fmt2024::before {
        position: absolute;
        content: "";
        bottom: -8px;
        left: 37%;
        height: 35px;
        width: 35px;
        background: url(../img/column_left-fmt2023.png) no-repeat;
        background-size: contain;
    }
    .recommend_white-fmt2024 > .h3_01_recommend-fmt2024::after {
        position: absolute;
        content: "";
        bottom: -8px;
        right: 37%;
        height: 35px;
        width: 35px;
        background: url(../img/column_right-fmt2023.png) no-repeat;
        background-size: contain;
    }
	
    .recommend_item {
        display: flex;
        justify-content: space-between;
    }
    .recommend_item > .row {
        /*margin: 1%;*/
        display: flex;
        font-size: 16px;
    }
    .recommend_item > .row > a {
        line-height: 1.4;
    }
    .recommend_item > .row > picture {
        display: inline;
        margin-bottom: 2%;
        margin-right: 0.5em;
    }
    .recommend_item > .row > picture > img {
        margin-bottom: 10%;
    }
	
    .cmncts-recommend-topblk {
        display: flex;
        flex-wrap: wrap;
        width: 1120px;
        margin: 0 auto 3%;
    }
    .cmncts-recommend-topblk:last-child {
        margin: 3% auto 6%;
    }
    .cmncts-recommend-topblk > picture {
        width: 49%;
        margin-right: 2%;
    }
    .cmncts-recommend-topblk > picture > img {
        width: 100%;
        display: block;
    }
    
    .cmncts-recommend-toptxt {
        /*width: 46%;*/
        width: 49%;
    }
    .cmncts-recommend-toptxt-lead {
        /*font-size: 107.14286%;*/
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 20px;
    }
    .cmncts-recommend-toptxt .h3_04-fmt2023 {
        font-size: 24px;
        margin: 0% auto 3%;
        line-height: 1.2;
    }
    .cmncts-recommend-toptxt-dl {
        background-color: #F7F6F4;
        /*width: 85%;*/
        width: 92%;
        padding: 5%;
    }
    .cmncts-recommend-toptxt-dl > .subttl {
        color: #666666;
        font-weight: bold;
        font-size: 18px;
        margin-bottom: 4%;
    }
    .cmncts-recommend-toptxt-dl > .mainttl {
        color: #666666;
        font-weight: bold;
        font-size: 26px;
        margin-bottom: 4%;
    }
    .cmncts-recommend-toptxt-dl dt {
        font-size: 92.85714%;
    }
    .cmncts-recommend-toptxt-dl dd:first-of-type {
        display: flex;
        justify-content: space-between;
		align-items: flex-start;
        /*align-items: flex-end;
        width: 93%;*/
        margin: 3% 0px;
    }
    .cmncts-recommend-toptxt-dl dd {
        /*display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        justify-content: flex-start;*/
		margin-bottom: 3%;
    }
    .cmncts-recommend-toptxt-dl dd:last-child {
		margin-bottom: 0;
    }
    .cmncts-recommend-toptxt-pricename {
        margin-bottom: 5px;
        color: #ed6d00;
        font-size: 16px;
        font-weight: 700;
    }
	
    .cmncts-recommend-toptxt-time {
        width: 100px;
        border-radius: 5px;
        font-size: 20px;
        padding: 0px 3% 0px;
        background-color: #fff;
        color: #ed6d00;
        line-height: 1.6;
        font-weight: bold;
		text-align: center;
    }
    .cmncts-recommend-toptxt-time span {
		display: block;
        font-size: 14px;
        color: #333333;
    } 

	.cmncts-recommend-toptxt-link {
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
		justify-content:flex-end;
		margin-top: 20px;
	}
	.cmncts-recommend-toptxt-link li {
    	margin-left: 40px;
	}
	.cmncts-recommend-toptxt-link li a {
		padding-left:calc(0.95em + 5px);
		text-indent:calc(-0.95em - 5px);
		display:block;
	}
	.cmncts-recommend-toptxt-link li a:before {
		content:"\f138";
		color:#ed6d00;
		font-family:"Font Awesome 5 Free";
		font-size:95%;
		font-weight:900;
		display:inline-block;
	}
	.cmncts-recommend-toptxt-link li a:hover {
		opacity:0.8;
	}
	
	dd .estimate-btn {
        display: block;
        width: 280px;
        background: #EF6D00;
        border-bottom: 3px solid #D9D4CB;
        font-size: 16px;
        color: #FFFFFF;
		text-align: center;
        font-weight: bold;
        border-radius: 6px;
        margin: 5px 0;
        padding-top: 8px;
        padding-bottom: 8px;
    }
	dd .estimate-btn::before {
        content: "";
		display: inline-block;
        height: 42px;
        width: 40px;
        background: url("../img/estimate_icon.png") no-repeat;
		background-size: contain;
		vertical-align: middle;
		margin-right: 8px;
    }


	/*　目次　*/
    .recommend_beige-toc {
        max-width: 600px;
        margin: 5% auto 4%;
        background-color: #F7F6F4;
		border-radius: 15px;
        padding: 3% 0;
    }
    .recommend_beige-toc > .h3_toc {
        position: relative;
        text-align: center;
        color: #666666;
        font-size: 22px;
        margin: 1% auto;
        font-weight: bold;
    }
    .recommend_beige-toc > .h3_toc::before {
        position: absolute;
        content: "";
        bottom: -8px;
        left: 36%;
        height: 35px;
        width: 35px;
        background: url(../img/column_left-fmt2023.png) no-repeat;
        background-size: contain;
    }
    .recommend_beige-toc > .h3_toc::after {
        position: absolute;
        content: "";
        bottom: -8px;
        right: 36%;
        height: 35px;
        width: 35px;
        background: url(../img/column_right-fmt2023.png) no-repeat;
        background-size: contain;
    }
    .toc_area {
        max-width: 400px;
        margin: 3% auto;
    }
    .toc_area > li {
        font-size: 16px;
        line-height: 1.4;
		padding: 1.5em 0 0.5em;
		border-bottom: solid 1px #CCCCCC;
    }
    .toc_area > ol {
        margin-left: 3em;
    }
    .toc_area > ol > li {
        font-size: 16px;
        line-height: 1.4;
		padding: 1em 0 0;
		list-style-type: decimal;
    }
    .toc_area > ol > li:last-child {
		padding-bottom: 1em;
    }

	/*　お役立ち情報　*/
    .useful-btn {
        display: table;
        align-items: center;
        box-shadow: 0px 2px 0px #00000033;
        background: #FFFFFF;
        border: 2px solid #D9D4CB;
        font-size: 16px;
        line-height: 40px;
        color: #EF6D00;
        border-radius: 6px;
        margin: auto;
        padding: 8px 0 8px 8px;
    }
    .useful-btn > dl {
        display: flex;
    }
    .useful-btn > dl dt {
		display: inline-block;
		background: #EF6D00;
		padding: 0 1em;
		color: #fff;
        font-weight: bold;
        border-radius: 6px;
		/*border-top-left-radius: 6px;
		border-bottom-left-radius: 6px;*/
    }
    .useful-btn > dl dd {
        font-weight: bold;
		padding-left: 1em;
    }
    .useful-btn > dl dd::after {
        content: "";
		display: inline-block;
        height: 40px;
        width: 40px;
        background: url(../img/arrow.png) no-repeat;
		background-size: contain;
		vertical-align: middle;
    }
    .useful-btn > picture {
        display: inline;
    }
    .useful-btn > picture > .icon {
        margin-bottom: 3px;
    }

	.h3_04-fmt2023 .mark_orange {
		display: inline-block;
		background: #EF6D00;
		padding: 0.1em 0.5em;
		font-size: 14px;
		color: #fff;
        font-weight: bold;
        border-radius: 5px;
		margin-left: 1em;
	}
	.h3_04-fmt2023 .mark_green {
		display: inline-block;
		background: #00B2B3;
		padding: 0.1em 0.5em;
		font-size: 14px;
		color: #fff;
        font-weight: bold;
        border-radius: 5px;
		margin-left: 1em;
	}	

	.estimating {
        max-width: 1120px;
        margin: 5% auto 2%;
        background-color: #fffde5;
        padding: 30px 0 20px;
        position: relative;
	}
	.estimating .estimate-btn {
        display: block;
        width: 680px;
        background: #EF6D00;
        border-bottom: 3px solid #D9D4CB;
        font-size: 24px;
		line-height: 48px;
        color: #FFFFFF;
		text-align: center;
        font-weight: bold;
        border-radius: 6px;
        margin: 5px auto;
        padding-top: 12px;
        padding-bottom: 12px;
    }
	.estimating .estimate-btn::before {
        content: "";
		display: inline-block;
        height: 42px;
        width: 40px;
        background: url("../img/estimate_icon.png") no-repeat;
		background-size: contain;
		vertical-align: middle;
		margin-right: 8px;
    }
    .estimating .estimate-btn::after{
        position: absolute;
        content: "";
        top: -21px;
        left: 45%;
        height: 74px;
        width: 120px;    
        background: url("../img/estimating.png") no-repeat;
        background-size: contain;
    }
	.estimating .estimate-btn span{
        color: yellow;
    }
	
}

@media screen and (max-width: 767px) {

    .recommend_white-fmt2024{
        margin: 0% auto 14%;
        background-color: #fff;
        padding: 7% 0% 2%;
    }
    .recommend_white-fmt2024 > .h3_01_recommend-fmt2024 {
        text-align: center;
        color: #666666;
        font-size: 20px;
        margin: 3% auto;
        font-weight: bold;
    }
    .recommend_white-fmt2024 > .h3_01_recommend-fmt2024{
        position: relative;
    }
    .recommend_white-fmt2024 > .h3_01_recommend-fmt2024::before {
        position: absolute;
        content: "";
        bottom: -9px;
        left: 16%;
        height: 35px;
        width: 35px;
        background: url(../img/column_left-fmt2023.png) no-repeat;
        background-size: contain;
    }
    .recommend_white-fmt2024 > .h3_01_recommend-fmt2024::after {
        position: absolute;
        content: "";
        bottom: -9px;
        right: 16%;
        height: 35px;
        width: 35px;
        background: url(../img/column_right-fmt2023.png) no-repeat;
        background-size: contain;
    }

    .recommend_item{
        display: block;
    }
    .recommend_item > .row{
        width: 100%;
        margin: 6% 0;
        display: flex;
        font-size: 18px;
        align-items: flex-start;
    }
    .recommend_item > .row > picture {
        display: inline;
        margin-right: 3%;
    }
	
	#window,
	#entrance,
	#exterior,	
	#interior{
		padding-bottom: 3em;
	}

    .cmncts-recommend-topblk {
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto 12%;
    }
    .cmncts-recommend-topblk:last-child {
        margin: 3% auto 6%;
    }
    .cmncts-recommend-topblk > picture{
        width: 100%;
    }
    .cmncts-recommend-topblk > picture > img{
        width: 100%;
        display: block;
        height: auto;
    }
    
    .cmncts-recommend-toptxt {
        /*width: 90%;*/
        width: 98%;
        margin: 0 auto;
    }
    .cmncts-recommend-toptxt-lead {
        font-size: 107.14286%;
        margin-bottom: 20px;
    }
    .cmncts-recommend-toptxt > .h3_04-fmt2023 {
        font-size: 24px;
        margin: 4% 0%;
        line-height: 1.2;
        letter-spacing: 1.5px;
    }
    .cmncts-recommend-toptxt-lead {
        font-size: 14px;
        margin-bottom: 20px;
        line-height: 1.4;    
    }
    .cmncts-recommend-toptxt-dl{
        background-color: #F7F6F4;
        width: 92%;
        padding: 4%;
    }
    .cmncts-recommend-toptxt-dl > .subttl{
        color: #666666;
        font-weight: bold;
        font-size: 18px;
        margin-bottom: 4%;
		line-height: 1.4;
    }
    .cmncts-recommend-toptxt-dl > .mainttl{
        color: #666666;
        font-weight: bold;
        font-size: 26px;
        margin-bottom: 4%;
		line-height: 1.6;
    }
    .cmncts-recommend-toptxt-dl dt {
        font-size: 92.85714%;
    }
    .cmncts-recommend-toptxt-dl > dd > picture {
        display: block;
        width: 100%;
        height: auto;
    }
    .cmncts-recommend-toptxt-dl > dd > picture > img {
        display: block;
        width: 100%;
        height: auto;
    }
    .cmncts-recommend-toptxt-dl dd:first-of-type {
        /*display: flex;
        justify-content: space-between;
        align-items: flex-end;*/
        display: block;
        margin: 3% 0px;
        width: 100%;
    }
    .cmncts-recommend-toptxt-dl dd {
        /*display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        justify-content: flex-start;*/
		margin-bottom: 3%;
    }
    .cmncts-recommend-toptxt-dl dd:last-child {
		margin-bottom: 0;
    }
    .cmncts-recommend-toptxt-price {
        width: 100%;
    }
    .cmncts-recommend-toptxt-pricename {
        margin-bottom: 5px;
        color: #ed6d00;
        font-size: 16px;
        font-weight: 700;
    }

    .cmncts-recommend-toptxt-time {
        border-radius: 5px;
        font-size: 20px;
        padding: 0px 3% 0px;
        background-color: #fff;
        color: #ed6d00;
        line-height: 1.6;
        font-weight: bold;
		text-align: center;
		margin: 3% auto;
    }
    .cmncts-recommend-toptxt-time span {
        font-size: 14px;
        color: #333333;
		margin-right: 1em;
    }
    
	.cmncts-recommend-toptxt-link {
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
		justify-content:flex-end;
		margin-top: 2.5vw;
	}
	.cmncts-recommend-toptxt-link li {
		margin-left:10vw;
	}
	.cmncts-recommend-toptxt-link li a {
		padding-left:calc(0.95em + 5px);
		text-indent:calc(-0.95em - 5px);
		display:block;
	}
	.cmncts-recommend-toptxt-link li a:before {
		content:"\f138";
		color:#ed6d00;
		font-family:"Font Awesome 5 Free";
		font-size:95%;
		font-weight:900;
		display:inline-block;
	}
	.cmncts-recommend-toptxt-link li a:hover {
		opacity:0.8;
	}

	dd .estimate-btn {
        display: block;
        width: 80vw;
        background: #EF6D00;
        border-bottom: 3px solid #D9D4CB;
        font-size: 16px;
        color: #FFFFFF;
		text-align: center;
        font-weight: bold;
        border-radius: 6px;
        margin: 5px auto;
        padding-top: 8px;
        padding-bottom: 8px;
    }
	dd .estimate-btn::before {
        content: "";
		display: inline-block;
        height: 42px;
        width: 40px;
        background: url("../img/estimate_icon.png") no-repeat;
		background-size: contain;
		vertical-align: middle;
		margin-right: 8px;
    }


	/*　目次　*/
    .recommend_beige-toc{
        padding: 7% 5% 5%;
        background-color: #F7F6F4;
		border-radius: 15px;
        margin-bottom: 10%;
    }
    .recommend_beige-toc > .h3_toc{
        position: relative;
        text-align: center;
        color: #666666;
        font-size: 20px;
        margin: 3% auto;
        font-weight: bold;
    }
    .recommend_beige-toc > .h3_toc::before {
        position: absolute;
        content: "";
        bottom: -11px;
        left: 24%;
        height: 40px;
        width: 40px;
        background: url(../img/column_left-fmt2023.png) no-repeat;
        background-size: contain;
    }
    .recommend_beige-toc > .h3_toc::after {
        position: absolute;
        content: "";
        bottom: -11px;
        right: 24%;
        height: 40px;
        width: 40px;
        background: url(../img/column_right-fmt2023.png) no-repeat;
        background-size: contain;
    }

    .toc_item > .row{
        width: 100%;
        margin: 6% 0;
        display: flex;
        font-size: 18px;
        align-items: flex-start;
    }

    .toc_area {
        width: 100%;
        margin: 3% auto;
    }
    .toc_area > li {
        font-size: 16px;
        line-height: 1.4;
		padding: 1.5em 0 0.5em;
		border-bottom: solid 1px #CCCCCC;
    }
    .toc_area > ol {
        margin-left: 3em;
    }
    .toc_area > ol > li {
        font-size: 16px;
        line-height: 1.4;
		padding: 1em 0 0;
		list-style-type: decimal;
    }
    .toc_area > ol > li:last-child {
		padding-bottom: 1em;
    }

	/*　お役立ち情報　*/
    .btn{
        display: flex;
        line-height: 7.4666vw;
    }

    .useful-btn {
        display: flex;
        width: 80vw;
        align-items: center;
        box-shadow: 0px 0.5333vw 0px #00000033;
        background: #FFFFFF;
        border: 0.5333vw solid #D9D4CB;
        font-size: 3.5vw;
        line-height: 7vw;
        color: #EF6D00;
        border-radius: 1.6vw;
        margin: auto;
        padding: 1.7vw;
    }
    .useful-btn > dl {
        display: block;
	    width: 80vw;
    }
    .useful-btn > dl dt {
		display: block;
		background: #EF6D00;
		padding: 0 1em;
		color: #fff;
        font-weight: bold;
		text-align: center;
        border-radius: 1.6vw;
    }
    .useful-btn > dl dd {
        font-weight: bold;
		text-align: center;
		padding-top: 0.5em;
    }
    .useful-btn > dl dd::after {
        content: "";
		display: inline-block;
        height: 6.4vw;
        width: 6.4vw;
        background: url(../img/arrow.png) no-repeat;
		background-size: contain;
		vertical-align: middle;
    }
    .useful-btn > picture {
        display: inline;
    }
    .useful-btn > picture > .icon {
        margin-top: -1vw;
    }

	.h3_04-fmt2023 .mark_orange {
		display: inline-block;
		background: #EF6D00;
		padding: 0.1em 0.5em;
		font-size: 12px;
		color: #fff;
        font-weight: bold;
        border-radius: 5px;
		margin-left: 0.5em;
	}
	.h3_04-fmt2023 .mark_green {
		display: inline-block;
		background: #00B2B3;
		padding: 0.1em 0.5em;
		font-size: 12px;
		color: #fff;
        font-weight: bold;
        border-radius: 5px;
		margin-left: 0.5em;
	}

    .estimating {
        max-width: 100%;
        margin: 10% auto 0;
        background-color: #fffde5;
        padding: 5%;
        position: relative;
    }
	.estimating .estimate-btn {
        display: block;
		position: relative;
        background: #EF6D00;
        border-bottom: 3px solid #D9D4CB;
        font-size: 16px;
		line-height: 1.5;
        color: #FFFFFF;
		text-align: center;
        font-weight: bold;
        border-radius: 6px;
        margin: 5px auto;
        padding-top: 8px;
        padding-bottom: 8px;
    }
	.estimating .estimate-btn::before {
        content: "";
		display: inline-block;
		position: absolute;
		top: 50%;
		left: 12px;
		-webkit-transform:translateY(-50%);
		transform: translateY(-50%);
        height: 42px;
        width: 40px;
        background: url("../img/estimate_icon.png") no-repeat;
		background-size: contain;
		vertical-align: middle;
		margin-right: 8px;
    }
    .estimating .estimate-btn::after{
        position: absolute;
        content: "";
        top: -49px;
        left: 38%;
        height: 49px;
        width: 80px;    
        background: url("../img/estimating.png") no-repeat;
        background-size: contain;
    }
	.estimating .estimate-btn span{
        color: yellow;
    }


}
