@charset "utf-8";
.comfortable-life{
	margin-bottom: 50px;
}

.comfortable-life.top h2{
    margin-bottom: 45px;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
}
.comfortable-life.top p{
	font-size: 20px;
	text-align: center;
}
.comfortable-life.detail h2 {
    margin-bottom: 45px;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
}
.comfortable-life.detail div.in{
	display: flex;
}
.comfortable-life.detail div.in p{
	margin-left: 20px;
}
.comfortable-life.other{
	background: #FFFCE3;
	padding: 20px;
	border: #CFCFCF 1px solid;
}
.comfortable-life.other ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 10px 0;
}
.comfortable-life.other ul li{
	color: #5D3C1A;
	font-weight: bold;
	font-size: 18px;
}
.comfortable-life.other p{
	font-size: 18px;
}
.comfortable-life.other p.red{
	color: #FF0004;
}
@media screen and (max-width: 1024px) {
    
}
@media screen and (max-width: 767px) {
    .comfortable-life.top h2,
    .comfortable-life.detail h2{
        margin-bottom: 1em;
        font-size: 5.5vw;
    }

    .comfortable-life.detail div.in{
        -ms-flex-wrap:wrap;/*--- IE10用 ---*/
        -webkit-flex-wrap: wrap; /* Safari */
        flex-wrap:         wrap;
    }
    .comfortable-life.detail div.in img{
        margin: 0 auto 1em;
    }
}
