@charset "utf-8";
@import url("../../css/common.css");

body{
	background: url("../../img/common/water_bg2.png")
	center center no-repeat;
	background-size: cover;
	width: 100%;
}

main p{
	font-size: 16px;
}

main{
	line-height: 1.8;
}

h1{
 font-size: 24px;
 font-weight: 400;
 padding-bottom: 30px;
 padding-left: 5px;
}

h2{
 font-size: 18px;
}

.concept{
	background-color: rgba(255,255,255,0.9);
	margin-bottom: 160px;
	padding: 70px 60px;
}

.concept_text h2{
 padding-bottom: 18px;
}

.product_image{
margin-top: 50px;
margin-bottom: -160px;
margin-left: 42%;
max-width: 100%;	
}


.effect{
 background: url("../img/moisture.png")	center center no-repeat;
 background-size: contain;
 margin-top: 180px;
 margin-bottom: 100px;
 position: relative;
 padding: 150px 30px;
 text-align: center;
}

.effect_bg{
 background: rgba(255,255,255,0.9);
}


.effect_text h2{
writing-mode: vertical-rl;
margin-left:  85%;
}

.effect_all{
 position: absolute;
 top: 50%;
 left: 50%;
 z-index: 3;
 -webkit-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}


.effect_all dt{
	font-size: 16px;
 	border: 1px solid;
    display: inline-block;
    width: 160px;
    height: 160px;
    line-height: 160px;
    text-align: center;
	border-radius: 50%;
}


.effect_all dd{
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.5;
}

.effect1, .effect2, .effect3{
  padding: 7px;
}

.effect2and3{
	display: inline-flex;
}




@media (max-width:748px){	
	
main p{
	font-size: 15px;
}
	
main{
	line-height: 1.7;
}	
	
h1{
 font-size: 23px;
}

h2{
 font-size: 17px;
}
	
.effect{
 padding: 80px 30px;	
}	
	
.effect_all dt{
	font-size: 13px;
    width: 115px;
    height: 115px;
    line-height: 115px;
}


.effect_all dd{
	font-size: 13px;
}

.effect1, .effect2, .effect3{
 padding: 5px;
}
	
.effect_text h2{
margin-left:  97%;
}
	
.product_image{
margin-bottom: -80px;
margin-left: 40%;
max-width: 62%;		
}


	

	
	
}





