/* CSS Document */

/*
    font-family: "heisei-mincho-std", serif;
    font-weight: 300;
    font-style: normal;
*/

.comm_box{
    width: 90%;
    max-width: 1000px;
    margin: 120px auto 0;
}
.comm_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sp{
    display: block;
}


#mes{
	font-size: 16px;
	color: #393939;
    font-family: "heisei-kaku-gothic-std", sans-serif;
    line-height: 1.6;
}


#mes h2{
	font-size: 70px;
	font-weight: 300;
	font-family: roboto-condensed,sans-serif;
	padding: 80px 0;
}

#mes h3{
	font-family: a-otf-ryumin-pr6n,serif;
	font-weight: 300;
	font-size: 40px;
	/*letter-spacing: 2px;*/
}
#mes h4{
	font-family: roboto-condensed,sans-serif;
	font-size: 50px;
	padding-top: 30px;
}
#mes h4 span{
	font-size: 20px;
	font-family: "heisei-kaku-gothic-std", sans-serif;
	font-weight: 300;
}

#mes .phone{
	display: none;
}
#mes .pc{
    display: block;
}

@media only screen and (max-width:780px) { 
	#mes h2{
		font-size: 40px;
		margin: 0;
	}

	#mes h3{
		font-size: 30px;
	}
	.comm_box{
    width: 90%;
    max-width: 1000px;
    margin: 100px auto 0;
}
	#mes{
	font-size: 14px;
	color: #393939;
    font-family: "heisei-kaku-gothic-std", sans-serif;
    line-height: 1.8;
}

 
}







@media only screen and (max-width:540px) { 
	#mes h2{
		font-size: 40px;
	    padding: 40px 0;
	}

	#mes h3{
		font-size: 20px;
	}
	
	#mes h4{
	font-family: roboto-condensed,sans-serif;
	font-size: 35px;
	padding-top: 15px;
}
    #mes h4 span{
	font-size: 15px;
}
	
	.comm_box{
    width: 90%;
    max-width: 1000px;
    margin: 40px auto 0;
}
    .sp{
    display: none;
}
	#mes .phone{
	display: block;
}
}


/*
intro-----------------------------------------------------
*/
#mes #intro{

}


#mes #intro .main{
	align-items: center;
    background: #000;
    color: #fff;
}



#mes #intro .main dl{
	width: 48%;
}





#mes #intro .main dt{
	font-family: a-otf-ryumin-pr6n,serif;
	font-weight: 300;
	font-size: 30px;
}

#mes #intro .main  dd{
	font-family: a-otf-ryumin-pr6n,serif;
	margin-top: 30px;
	line-height: 2;
}
#mes #intro .main  p{
	float: right;
	width: 50%;
}

#mes #intro .main  p img{
	object-fit: contain;
}
#mes #intro .inner p{
    padding: 40px 0 50px;
	font-size: 20px;
}


#mes #intro .inner .box ul{
	max-width: 1000px;
	margin: 0 auto;
}

#mes #intro .inner .box li{
	width: 30%;
}
#mes #intro .inner .box li:nth-of-type(2n){
	font-size: 45px;
	width: 10%;
}

#mes #intro .inner .box p{
	font-family: roboto-condensed,sans-serif;
	align-items: center;
    background: #393939;
    color: #fff;
    font-size: 25px;
    letter-spacing: 4px;
    padding: 10px 0 13px;
	font-weight: bold;
}

#mes #intro .box span{
	font-size: 16px;
    letter-spacing: 1px;
}



#mes #intro .mes{
	position: relative;
	overflow: hidden;
	padding-bottom: 150px;
    max-width: 1000px;
    margin: 120px auto 0;
}

#mes #intro .mes dl{
	position: absolute;
	width: 50%;
	max-width: 550px;
	top: 35%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 50%;
	text-align: left;
}
#mes #intro .mes dl img{
	width: 100%;
	max-width: 300px;
}
#mes #intro .mes dd{
	font-size: 30px;
	font-family: a-otf-ryumin-pr6n,serif;
    margin-top: 35px;
}
#mes #intro .mes dd:nth-of-type(2){
	font-size: 16px;
	font-family: "heisei-kaku-gothic-std", sans-serif;
}
#mes #intro .mes p{
	text-align: right;
	width: 100%;
	padding: 0 50px 0 100px;
}


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

   #mes #intro .main  dt {
		font-size: 22px;
	}

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

	   #mes #intro .main  dt {
		font-size: 18px;
	}
		#mes #intro .main  dd {
		font-size: 14px;
		line-height: 1.8;
	}
    #mes #intro .inner .box p{
    font-size: 20px;
}
	#mes #intro .inner .box li:nth-of-type(2n){
	font-size: 35px;
}
	#mes #intro .mes dd{
	font-size: 23px;
    margin-top: 15px;
}
#mes #intro .mes dd:nth-of-type(2){
	font-size: 14px;
    line-height: 1.8;
}
    
}

@media only screen and (max-width:540px) { 
	
	#mes #intro .main{
		display: block;
		
	}	
	
	
	#mes #intro .main  dl {
		width: 100%;
		padding-top: 10%;
	}

	#mes #intro .main  dd {
		margin-top: 20px;
		line-height: 1.8;
	}


    #mes #intro .main  p{
		float: none;
		width: 80%;
		margin: auto;
		padding: 10% 0;
}
	#mes #intro .inner p{
	font-size: 14px;
	line-height: 1.8;
}
	
	#mes #intro .inner .box p{
    font-size: 16px;
	letter-spacing: 2px;
}
	#mes #intro .inner .box li:nth-of-type(2n){
	font-size: 25px;
	width: 8%;
}
    #mes #intro .box span {
    font-size: 13px;
}
	
	#mes #intro .mes dd{
	font-size: 18px;
    margin-top: 10px;
}
	#mes #intro .mes p{
	padding:0;
}
	
	#mes #intro .mes dl{
	width: 35%;
	top: 44%;
	right: 62%;
}
	#mes #intro .mes {
    margin: 70px auto 0;
    padding-bottom: 50px;
}
	
}
@media only screen and (max-width:370px) { 

   	#mes #intro .mes dd{
	font-size: 17px;
}
	#mes #intro .mes dd:nth-of-type(2) {
    font-size: 13px;
}
	#mes #intro .pc{
    display: none;
}
}




/*
recommend
-----------------------------------------------------
*/



#mes #recommend{
	background: #EEEEEE;
    padding: 40px 0;
	font-family: a-otf-ryumin-pr6n,serif;
}
#mes #recommend .inner{
	width:90%;
	max-width:1000px;
	margin:40px auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	text-align: left;
}
#mes #recommend .inner .box{
	width:45%;
}
#mes #recommend .inner .box dt{
	background: #393939;
	color: #fff;
	width: 80%;
	padding: 5px 0 5px 25px;
}
#mes #recommend .inner .box dd:nth-of-type(1){
	font-size: 30px;
	padding: 30px 0;
}
#mes #recommend .inner .box dd span{
	font-size: 20px;
}
#mes #recommend .inner .box dd:nth-of-type(2){
	font-size: 20px;
	padding: 30px 0;
}
#mes #recommend .inner .box dd:nth-of-type(3){
	font-size: 16px;
	font-family: "heisei-kaku-gothic-std", sans-serif;
}

#mes #recommend .inner .box:nth-of-type(2){
	width:50%;
}


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

   #mes #recommend .inner .box dd:nth-of-type(1){
	font-size: 20px;
	padding: 20px 0 15px;
}
   #mes #recommend .inner .box dd span{
	font-size: 17px;
}
   #mes #recommend .inner .box dd:nth-of-type(2){
	font-size: 17px;
	padding: 15px 0;
}
   #mes #recommend .inner .box dd:nth-of-type(3){
	font-size: 15px;
}

}
@media only screen and (max-width:540px) { 
	
	#mes #recommend{
    padding: 20px 0;
}

   #mes #recommend .inner{
	display:block;
	align-items:center;
    margin: 30px auto;
}
	#mes #recommend .inner .box {
    width: 100%;
	margin: auto;
	text-align: center;
}
	#mes #recommend .inner .box dt{
	width: 100%;
	padding: 5px 0;
}
	#mes #recommend .inner .box:nth-of-type(2){
	width:100%;
	margin: auto;
	padding-top: 7%;
}
}



/*
item
-----------------------------------------------------
*/

#mes #item{
 background: #FBF6E9;
}

#mes #item .comm_box{
    margin:0 auto;
	padding: 100px 0;
}

#mes #item .comm_box dt{
    font-size: 25px;
	font-family: a-otf-ryumin-pr6n,serif;
	margin: 30px 0;
}

#mes #item .roles{
 margin-top: 100px;
}

#mes #item .box{
 background: #fff;
}

#mes #item .box .maru{
 height:50px;
 width:50px;
 border-radius:50%;
 line-height:55px;
 text-align:center;
 background: #000;
 color:#fff; 
 margin: 0 auto;
 margin-top: -25px;
 font-size: 30px;
}

#mes #item .roles .box{
 width: 24%;
height: 480px;
}

#mes #item .roles .box img{
  margin: 30px 0;
  vertical-align: bottom;
  max-width: 85px;
  width: 50%;
}
#mes #item .roles .box:nth-of-type(3) img{
  margin: 25px 0 30px;
}
#mes #item .roles .box dt{
    font-size: 16px;
	font-family: "heisei-kaku-gothic-std", sans-serif;
	margin: 0;
}

#mes #item .roles .box dd{
  padding: 20px;
  text-align: left;
  letter-spacing: 2px;
  line-height: 2;
}

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

  #mes #item .roles .box dd{
  font-size: 14px;
  line-height: 1.8;
}
	
}
@media only screen and (max-width:700px) { 

   #mes #item .comm_flex{
    display: flex;
	flex-wrap: wrap;
    justify-content: space-evenly;
}
	
  #mes #item .roles .box{
    width: 220px;
    height: 450px;
    margin-bottom: 50px;
} 
	
}


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

   #mes #item .comm_box dt{
    font-size: 17px;
	margin: 20px 0;
}
   #mes #item .comm_box dd{
    font-size: 14px;
	line-height: 1.8;
	   
}
	#mes #item .comm_box {
    margin: 0 auto;
    padding: 40px 0;
}
	
}

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

    #mes #item .roles .box{
    width: 150px;
     height: 465px;
} 
    #mes #item .roles .box:nth-of-type(3),#mes #item .roles .box:nth-of-type(4){
    margin-bottom: 20px;
} 	
	
	
	#mes #item .roles .box dd{
  padding: 11px;
} 
	#mes #item .roles .box dt {
    font-size: 15px;
}
   #mes #item .pc{
	   display: block;
}
}







/*
osusume
-----------------------------------------------------
*/

#mes #osusume{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	flex-direction: row-reverse;
	width: 90%;
	max-width: 1000px;
	margin: 150px auto;
}

#mes #osusume p{
	width: 50%;
}

#mes #osusume .textarea{
	width: 44%;
	max-width: 360px;
	text-align: left;
	font-family: a-otf-ryumin-pr6n,serif;
	font-weight: 300;
}

#mes #osusume .textarea h3{
	font-size: 30px;
	margin-bottom: 40px;
	text-align: center;
}
#mes #osusume .textarea span{
	font-size: 25px;
}

#mes #osusume .textarea li{
	font-size: 20px;
	border-bottom: 2px solid #DAA527;
	background: url("../../img/special/mes/icon.png") no-repeat;
	padding: 0 0 15px 30px;

	margin-bottom: 15px;
}


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

	#mes #osusume .textarea h3 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	#mes #osusume .textarea li {
		font-size: 16px;
	}
	#mes #osusume .textarea span {
    font-size: 15px;
}

}

@media only screen and (max-width:540px) { 
	#mes #osusume{
		display:block;
		margin: 50px auto;
	}

	#mes #osusume p{
		width: 100%;
		margin-bottom: 30px;
	}

	#mes #osusume .textarea{
		width: 100%;
		max-width: none;
		margin-bottom: 30px;
	}

	#mes #osusume .textarea h3{
		font-size: 23px;
		text-align: center;
		margin-bottom: 50px;
	}
    #mes #osusume .textarea span {
    font-size: 18px;
}


}



/*
product
-----------------------------------------------------
*/
#mes #product h2 span{
   font-family: a-otf-ryumin-pr6n,serif;
}


#mes #product .feature{
   background: #EEEEEE;
	padding-bottom: 50px;
}

#mes #product p{
   padding: 20px 0;
}

#mes #product p img{
   width: 55%;
}


#mes #product .top:nth-of-type(2){
	width: 90%;
	max-width: 1200px;
	margin:0 auto 100px;
}
#mes #product .box{
	width: 50%;
	padding-top: 50px;
}
#mes #product .top .textarea{
	background: #F4F0C8;
	padding-bottom: 60px;
}
#mes #product .top .box p{
	background-color: #DAA527;
	font-size: 30px;
	color: #fff;
}

#mes #product .top .box p img{
	width: 20%;
}

#mes #product .top .textarea ul img{
	padding: 80px 0;
	width: 85%;
}

#mes #product .top .textarea li{
	width: 75%;
	font-size: 20px;
	border: 3px solid #DAA527;
	padding: 10px 0;
	margin: 15px auto;
	font-family: a-otf-ryumin-pr6n,serif;
}


#mes #product .top .textarea span{
    text-align: right;
	width: 75%;
    display: inline-block;
	font-size: 13px;
}

#mes #product .top .textarea li span{
	display: inline;
}
#mes #product .top .box:nth-of-type(2){
	border-left: 3px dashed #000;
}
#mes #product .top .box:nth-of-type(2) .textarea {
	background: #DDE3EE;
}
#mes #product .top .box:nth-of-type(2) p{
	background-color: #889DC4;
}
#mes #product .top .box:nth-of-type(2) li{
	border: 3px solid #889DC4;
}


@media only screen and (max-width:700px) { 
	
	#mes #product .top .box p{
	font-size: 20px;
}
	
    #mes #product .top .textarea li{
	font-size: 15px;
}
	#mes #product .top .textarea span{
	font-size: 12px;
}
 
}

@media only screen and (max-width:500px) { 
	
	 #mes #product .top .textarea li{
	font-size: 14px;
    line-height: 1.8;
}
	#mes #product .top .box:nth-of-type(2) .textarea {
    padding-bottom: 82px;
}
 
	#mes #product .top:nth-of-type(2) {
    margin: 0 auto 10px;
}
	#mes #product p img {
    width: 75%;
}
}















/* morning care ------------------------------------*/

#mes #product .care{
	background: #fff;
}

#mes #product .care .comm_box{
	margin: 80px auto 0;
	align-items: flex-start;
}
#mes #product .care img{
	margin: 80px auto 0;
	width: 25%;
}

#mes #product .care .box {
    width: 100%;
    padding-top: 0;
}

#mes #product .care .day p{
    padding:0;
    width: 35%;
}
#mes #product .care p img{
    padding-bottom:20px;
	margin: 0;
	width: 45%;
}
#mes #product .care .textarea {
    width: 60%;
	display: flex;
    justify-content: start;
    flex-direction: column;
}
#mes #product .care .textarea .box{
     margin-bottom: 10%;
}

#mes #product .care .box .maru{
 height:110px;
 width:110px;
 border-radius:50%;
 line-height:43px;
 text-align:center;
 background: #DAA527;
 color:#fff; 
 font-size: 50px;
}


#mes #product .care .textarea p{
 text-align: left;
  width: 75%;
    font-size: 25px;
    font-family: a-otf-ryumin-pr6n,serif;
	white-space: nowrap;
}
#mes #product .care .box .maru p{
    width: 100%;
    margin-top: 15px;
    font-size: 50px;
    text-align: center;
    font-family: 'roboto-condensed';
    line-height: 1.1;
}
#mes #product .care .box .maru span{
 font-size: 20px;
}


#mes #product .care .beforeafter .box{
    width: 45%;
}

#mes #product .care .beforeafter .triangle{
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 25px solid #3E3C3B;
  margin: auto;
}
#mes #product .care .beforeafter .box img{
    width: 100%;
}


#mes #product .care .seibun{
	max-width: 1000px;
	margin: 100px auto 0;
	background: #FBF6E9;
	padding-bottom: 100px;
}


#mes #product .care .seibun .ttl{
	background: #DAA527;
	color: #fff;
	padding: 50px 0;
	font-size: 30px;
	font-family: a-otf-ryumin-pr6n,serif;
	font-weight: 100;
	position: relative;
}

#mes #product .care .seibun .ttl:after{
	content:"";
    box-sizing: border-box;
    border: 50px solid transparent;
    border-left: 40px solid #DAA527;
	position:absolute;
	bottom:-85px;
	left: 50%;
	-webkit-transform: translateX(-50%) rotate(90deg);
	transform: translateX(-50%) rotate(90deg);
}

#mes #product .care .seibun .ttl span{
	font-size:23px;
    margin-top: 10px;
}
#mes #product .care .seibun .contents{
   width: 90%;
	max-width: 850px;
    margin: 0 auto;
}


#mes #product .care .seibun .contents_box{
	text-align: left;
}

#mes #product .care .seibun .contents_box img{
	margin: 80px 0 0 0;
	width: 35%;
}

#mes #product .care .seibun .contents_box dl{
	max-width:465px;
	padding-right: 20px;
}

#mes #product .care .seibun .contents_box:nth-of-type(2n) dl{
    padding-left: 20px;
	padding-right: 0;
}

#mes #product .care .seibun .contents_box dt:nth-of-type(1){
	font-size: 50px;
	margin-top: 50px;
}

#mes #product .care .seibun .contents_box dd{
	font-size: 25px;
	font-family: a-otf-ryumin-pr6n,serif;
	margin-bottom: 10px;
}
#mes #product .care .seibun .contents_box dd span{
	font-size: 16px;
}




@media only screen and (max-width:900px) { 
	
	#mes #product .care .textarea p{
    font-size: 20px;
}
	
	#mes #product .care .box .maru{
    height:80px;
    width:80px;
    line-height:30px;
}
	#mes #product .care .box .maru p{
     font-size: 35px;
} 
	#mes #product .care .box .maru span{
    font-size: 15px;
}
 
}

@media only screen and (max-width:660px) { 
	
	#mes #product .care .comm_box{
	margin: 50px auto 0;
}
	
	
	#mes #product .care .day{
    display: block;
}

	#mes #product .care .textarea {
    width: 90%;
	margin: 0 auto;
}
	
	#mes #product .care .day p {
    margin: 0 auto;
}
	
	#mes #product .care .beforeafter .triangle{
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #3E3C3B;
  margin: auto;
}
	
}


@media only screen and (max-width:600px) { 
	
	#mes #product .care img {
    margin: 50px auto 0;
}
	
	#mes #product .care .box .maru {
    height: 60px;
    width: 60px;
    line-height: 20px;
}
	#mes #product .care .box .maru span {
    font-size: 10px;
}
	#mes #product .care .box .maru p {
    font-size: 25px;
	 margin-top: 10px;
}
	#mes #product .care .textarea p {
    font-size: 16px;
}
	#mes #product .care .textarea {
	padding-top: 10px;	
}
   #mes #product .care .beforeafter p{
   font-size: 14px;
   line-height: 1.8;
}
   #mes #product .care .beforeafter {
   margin-top: -10px;
}
	

	#mes #product .care .seibun .ttl{
	padding: 30px 0;
	font-size: 25px;
}

    #mes #product .care .seibun .ttl:after{
	content:"";
    box-sizing: border-box;
    border: 25px solid transparent;
    border-left: 20px solid #DAA527;
	position:absolute;
	bottom:-45px;
	left: 50%;
	-webkit-transform: translateX(-50%) rotate(90deg);
	transform: translateX(-50%) rotate(90deg);
}

    #mes #product .care .seibun .ttl span{
	font-size:18px;
}  
	#mes #product .care .seibun .contents_box dt{
	font-size: 14px;
	line-height: 1.8;
}
	
	#mes #product .care .seibun .contents_box dt:nth-of-type(1){
	font-size: 30px;
	margin-top: 30px;
    line-height: 1;	
}

    #mes #product .care .seibun .contents_box dd{
	font-size: 17px;
	margin-bottom: 5px;
}
    #mes #product .care .seibun .contents_box dd span{
	font-size: 14px;
	line-height: 1.8;
}
	#mes #product .care .seibun .contents_box img{
	margin: 40px 0 0 0;
}
	#mes #product .care .seibun {
    margin: 50px auto 0;
    padding-bottom: 50px;
}
	
}







/* night care ------------------------------------*/


#mes #product .care:nth-of-type(3) .box .maru{
 height:110px;
 width:110px;
 border-radius:50%;
 line-height:43px;
 text-align:center;
 background: #889DC4;
 color:#fff; 
 font-size: 50px;
}

#mes #product .care:nth-of-type(3) .beforeafter .box:nth-of-type(2){
    width: 50%;
	 margin-top: 5%;
}

#mes #product .care:nth-of-type(3) .beforeafter dl{
  text-align: left;
}

#mes #product .care:nth-of-type(3) .beforeafter dt{
  font-size: 20px; 
  font-family: a-otf-ryumin-pr6n,serif;
  line-height: 2;
}

#mes #product .care:nth-of-type(3) .beforeafter dd{
  margin: 30px 0 20px;
}
#mes #product .care .sb_ttl p{
	font-size: 20px;
	padding-bottom: 0;
}


#mes #product .care .tubo{
	background: #EEEEEE;
	max-width: 1000px;
	margin: 0 auto;
    justify-content: space-evenly;
	padding: 50px 0;
	margin-top: -18px;
	align-items: flex-start;
}

#mes #product .care .tubo dl{
	width: 25%;
	text-align: left;
}

#mes #product .care .tubo dl dd:nth-of-type(1){
	font-size: 30px;
	color: #455E8B;
}

#mes #product .care .tubo dt{
	font-size: 20px;
	font-family: a-otf-ryumin-pr6n,serif;
	margin: 10px 0;
}
#mes #product .care .tubo dt span{
	font-size: 14px;
    line-height: 1.8;
}

#mes #product .care:nth-of-type(3) .beforeafter dl span{
  font-size: 12px; 
}

#mes #product .care:nth-of-type(3) .seibun{
	background: #E7EBF3;
	    margin: 120px auto;
}


#mes #product .care:nth-of-type(3) .seibun .ttl{
	background: #889DC4;
	color: #fff;
	padding: 50px 0;
	font-family: a-otf-ryumin-pr6n,serif;
	font-weight: 100;
	position: relative;
}

#mes #product .care:nth-of-type(3) .seibun .ttl:after{
	content:"";
    box-sizing: border-box;
    border: 50px solid transparent;
    border-left: 40px solid #889DC4;
	position:absolute;
	bottom:-85px;
	left: 50%;
	-webkit-transform: translateX(-50%) rotate(90deg);
	transform: translateX(-50%) rotate(90deg);
}


@media only screen and (max-width:900px) { 
	
 #mes #product .care:nth-of-type(3) .box .maru{
 height:80px;
 width:80px;
 line-height:30px;
}
 
}

@media only screen and (max-width:600px) { 
	
 	#mes #product .care:nth-of-type(3) .beforeafter dt {
    font-size: 18px;
    line-height: 1.5;
}
 
}

@media only screen and (max-width:500px) { 
	
	#mes #product .care:nth-of-type(3) .box .maru{
    height: 60px;
    width: 60px;
    line-height: 20px;
}
	#mes #product .care:nth-of-type(3) .beforeafter{
	display: block;
}
	#mes #product .care:nth-of-type(3) .beforeafter .box:nth-of-type(2){
    width: 100%;
	margin-top: 0;
}
    #mes #product .care:nth-of-type(3) .beforeafter dl{
    text-align: center;
	font-size: 14px;
	line-height: 1.8;
}
	#mes #product .care:nth-of-type(3) .beforeafter dt {
    font-size: 17px;
    line-height: 1.5;
}
    #mes #product .care .tubo dt span{
	font-size: 12px;
}
	#mes #product .care:nth-of-type(3) .beforeafter .box {
		width: 80%;
		margin: 0 auto;
	}
	#mes #product .care .tubo dl{
	width: 30%;
}

    #mes #product .care .tubo dl dd:nth-of-type(1){
	font-size: 20px;
}
	#mes #product .care .tubo dt{
	font-size: 16px;
}
	
	#mes #product .care:nth-of-type(3) .seibun .ttl {
    padding: 30px 0;
	font-size: 25px;
}
	
	#mes #product .care:nth-of-type(3) .seibun .ttl:after {
	content:"";
    box-sizing: border-box;
    border: 25px solid transparent;
    border-left: 20px solid #889DC4;
	position:absolute;
	bottom:-45px;
	left: 50%;
	-webkit-transform: translateX(-50%) rotate(90deg);
	transform: translateX(-50%) rotate(90deg);
}
	#mes #product .care:nth-of-type(3) .seibun {
    margin: 50px auto 0;
}
	#mes #product .care .sb_ttl p {
    font-size: 16px;
    padding-bottom: 0px;
    padding-top: 40px;
}   
	#mes #product .care .tubo {
    margin-top: -14px;
	padding: 30px 0;
}
	
}







/*
howto
-----------------------------------------------------
*/
#mes #howto{
	background: #EEEEEE;
	padding-bottom: 60px;
}

#mes #howto .ttl h4{
	margin:auto;
	background:#000;
	color:#fff;
	font-size:30px;
	padding:23px 0;
	font-weight: normal;
	font-family: a-otf-ryumin-pr6n,serif;
}
#mes #howto .ttl p{
	margin:40px auto 0;
}
#mes #howto .step {
	margin:60px auto;
	counter-reset: number;
	background: #fff;
}

#mes #howto .step .ttl{
	display: flex;
	margin: 0 auto ;
	padding: 50px 0 30px;
	justify-content:center;
}
#mes #howto .comm_box{
    margin: 0 auto;
	padding-bottom: 100px;
}

#mes #howto .step .ttl img{
	width: 5%;
    object-fit: contain;
    margin-right: 10px;
}
#mes #howto .step .ttl p{
	font-size: 25px;
	font-family: a-otf-ryumin-pr6n,serif;
	margin:auto 0;
	align-items: center;
}



#mes #howto .step .comm_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    counter-reset: number;
	border-top: 3px solid #000;
	padding-bottom: 10px;
}

#mes #howto .box{
	width:29%;
	margin-bottom:80px;
	margin-top:80px;
}



 #mes #howto .square_box {
  position: relative;
  width: 60px;
  height: 60px;
  background: #000;
  margin-right:15px;
}
 
 #mes #howto .square_box::before {
  content: "";
  display: block;
  padding-top: 100%;
}
 
 #mes #howto .square_box p {
  font-size:45px;
  color:#fff;
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%,-50%);
}




#mes #howto .box dl{
	text-align: left;
}

#mes #howto .box dt{
	font-size:20px;
	counter-increment: number;
    margin: auto 0;
}
#mes #howto .box dd{
	margin-top: 30px;
}


#mes #howto .box .ttl02{
	display: flex;
	margin-bottom: 40px;
	height: 60px;
}

#mes #howto .step .box img{
	width: 100%;
    max-width: 253px;
    max-height: 253px;
    object-fit: cover;
	
}


@media only screen and (max-width:900px) { 
	
  #mes #howto .square_box p {
  font-size:35px;
}
	#mes #howto .box dt{
	font-size:17px;
}
 
}

@media only screen and (max-width:780px) { 
	
  #mes #howto .step .comm_box {
    display: block;
}
	#mes #howto .box {
    width: 90%;
    margin: 60px auto;
}
	#mes #howto .box .ttl02 {
    margin: 0 auto 40px;
    justify-content: center;
}
	
	#mes #howto .box dl{
	text-align: center;
}
 	#mes #howto .box dt{
	text-align: left;
}
	#mes #howto .box dd {
    width: 70%;
    margin: 30px auto 0;
}
	#mes #howto .comm_box {
    padding-bottom: 50px;
}
}



@media only screen and (max-width:600px) { 
	
	#mes #howto .step .ttl p{
	font-size: 20px;
}
	#mes #howto .step .ttl img{
	width: 10%;
}
 
}


@media only screen and (max-width:500px) { 
    #mes #howto {
    padding-bottom: 0;
}
	
	
	#mes #howto .comm_box {
    padding-bottom: 20px;
}
    #mes #howto .step {
    margin: 40px auto;
}
	
	#mes #howto .step .ttl {
    padding: 30px 0 30px;
}

	#mes #howto .ttl h4 {
    font-size: 18px;
    padding: 10px 0;
}
	
  #mes #howto .square_box {
  position: relative;
  width: 40px;
  height: 40px;
  background: #000;
  margin-right:25px;
}
 
 #mes #howto .square_box p {
  font-size:30px;
  color:#fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
	#mes #howto .box .ttl02 {
    margin: 0 auto 30px;
    height: auto;
}
	#mes #howto .box {
    margin: 40px auto;
	width: 80%;
}
    #mes #howto .box dd {
    width: 100%;
}

 
}





/*
spec
------------------------------------------------------------------------------------*/

    #mes #spec {
	padding-bottom: 90px;
}

    #mes #spec dl{
	max-width:900px;
	margin:0 auto 100px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
}

    #mes #spec dt{
	width:35%;
	transform: rotate(90deg);
}

    #mes #spec dd{
	width:65%;
}

    #mes #spec table{
	text-align:left;
	line-height:1.6;
	width: 100%;
}

    #mes #spec table tr td:first-child{
	width:23%;
}

    #mes #spec table tr{
	border-bottom:2px dotted #000;

}

    #mes #spec table tr td{
	padding:20px 0;
}



@media only screen and (max-width: 580px) { 
	#mes #spec {
	padding-bottom: 0;
	margin: 0 auto;
}
    #mes #spec .ttl2{
	margin-top:0px;
	margin-bottom:20px;
	font-size:14px !important;
	line-height: 1.8;
}

    #mes #spec dl{
	display:block;
	margin: 0 auto 70px;
}

    #mes #spec dt{
	width:60%;
	margin:auto;
	transform: rotate(0deg);
	padding-bottom: 60px;
}

    #mes #spec dd{
	width:100%;
}

	


}




