@charset "utf-8";

/* ==================================================================
	modelhouse.css
	
=================================================================== */

/* --------------------------------
   □ general
-------------------------------- */ 
.contents{
	padding-bottom: 0;
}

.contents main .accentArea{
	background-image:url("../../images/build/orderhouse/accent.jpg");
}

.contents main .vertical{
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

/* ==================================================================
	#intro
=================================================================== */
#intro {
    padding-bottom: 80px;
}
#intro h2 {
    font-size: 200%;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 40px;
}
#intro p.txt {
    text-align: center;
    line-height: 2;
}

/* ==================================================================
	.feature
=================================================================== */
section.feature {
    padding-bottom: 10px;
}
section.feature h2 {
	background:url("../../images/build/orderhouse/feature1_title.jpg") 50% 50% no-repeat;
    background-size: cover;
    display: table;
    height: 513px;
    width: 100%;
    margin-bottom: 90px;
}
section.feature#feature2 h2 {
	background:url("../../images/build/orderhouse/feature2_title.jpg") 50% 50% no-repeat;
}
section.feature h2 > span {
	display: table-cell;
    text-align: center;
    vertical-align: middle;
}
section.feature h2 > span small {
    display: block;
	color: #fff;
    letter-spacing: 0.15em;
    margin-bottom: 25px;
}
section.feature h2 > span small span.num {
    font-size: 195%;
    display: block;
    text-align: center;
}
section.feature h2 > span em {
	color: #fff;
    font-size: 195%;
}

/* ==================================================================
	#feature1
=================================================================== */
section#feature1 >section h3 {
    font-size: 168%;
    text-align: center;
    margin-bottom: 25px;
}
section#feature1 >section p.txt {
    text-align: center;
    line-height: 2;
}

/* ==================================================================
	#feature2
=================================================================== */
section#feature2 .pointArea {
    overflow: hidden;
    margin-bottom: 90px;
}
section#feature2 .pointArea:last-child {
    margin-bottom: 0;
}
section#feature2 .pointArea dl {
    float: left;
    width: 47%;
}
section#feature2 .pointArea dl dt {
    font-size: 150%;
    margin-bottom: 25px;
    font-weight: bold;
}
section#feature2 .pointArea dl dd.description {
    line-height: 2;
}
section#feature2 .pointArea dl dd.result {
    margin-top: 30px;
}
section#feature2 .pointArea dl dd.result h3 {
    font-size: 125%;
    padding-bottom: 15px;
    border-bottom: 2px solid #222;
    margin-bottom: 22px;
}
section#feature2 .pointArea dl dd.result ul.list li {
    font-weight: bold;
    color: var(--text-color, #212529);
    background: url(../../images/build/orderhouse/icon_check.png) 0 50% no-repeat;
    background-size: 18px;
    padding: 5px 0 5px 30px;
    margin-bottom: 10px;
}
section#feature2 .pointArea p.rightImg {
    float: right;
    width: 47%;
}

/* ==================================================================
	#bnrArea
=================================================================== */
#bnrArea {
    background: #f7f7f7;
    padding: 60px;
}
#bnrArea h2 {
    text-align: center;
    margin-bottom: 30px;
}
#bnrArea ul {
    overflow: hidden;
}
#bnrArea ul li {
    width: 47%;
    float: left;
    margin-right: 6%;
}
#bnrArea ul li:last-child {
    margin-right: 0;
}
#bnrArea ul li img {
    width: 100%;
}



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

    /* ==================================================================
        #intro
    =================================================================== */
    #intro {
        padding-bottom: 13%;
    }
    #intro h2 {
        font-size: 120%;
        margin-bottom: 8%;
    }
    #intro p.txt {
        text-align: left;
    }
    #intro p.txt br {
        display: none;
    }

    /* ==================================================================
        .feature
    =================================================================== */
    section.feature {
        padding-bottom: 10px;
    }
    section.feature h2 {
        background:url("../../images/build/orderhouse/feature1_title.jpg") 90% 50% no-repeat;
        background-size: cover;
        height: 300px;
        margin-bottom: 13%;
    }
    section.feature#feature2 h2 {
        background:url("../../images/build/orderhouse/feature2_title.jpg") 35% 50% no-repeat;
        background-size: cover;
    }
    section.feature h2 > span small {
        margin-bottom: 4%;
    }
    section.feature h2 > span small span.num {
        font-size: 195%;
    }
    section.feature h2 > span em {
        display: block;
        font-size: 140%;
        padding: 0 4%;
    }

    /* ==================================================================
        #feature1
    =================================================================== */
    section#feature1 >section h3 {
        font-size: 120%;
        margin-bottom: 8%;
    }
    section#feature1 >section p.txt {
        text-align: left;
    }

    /* ==================================================================
        #feature2
    =================================================================== */
    section#feature2 .pointArea {
        margin-bottom: 10%;
    }
    section#feature2 .pointArea dl {
        float: none;
        width: auto;
        margin-bottom: 4%;
    }
    section#feature2 .pointArea dl dt {
        font-size: 120%;
        margin-bottom: 4%;
    }
    section#feature2 .pointArea dl dd.result h3 {
        font-size: 120%;
    }
    section#feature2 .pointArea dl dd.result ul.list li {
        font-weight: bold;
        color: var(--text-color, #212529);
        background: url(../../images/build/orderhouse/icon_check.png) 0 0.5em no-repeat;
        background-size: 18px;
        padding: 5px 0 5px 30px;
        margin-bottom: 10px;
    }
    section#feature2 .pointArea p.rightImg {
        float: none;
        width: 100%;
    }

    /* ==================================================================
        #bnrArea
    =================================================================== */
    #bnrArea {
        padding: 10% 0;
    }
    #bnrArea h2 {
        text-align: center;
        margin-bottom: 30px;
    }
    #bnrArea ul li {
        width: 100%;
        float: none;
        margin: 0 auto 4%;
    }
    #bnrArea ul li:last-child {
        margin-bottom: 0;
        margin-right: auto;
    }
 
}
