@charset "UTF-8";

.sp-hidden{
	display:block;
}

.pc-hidden{
	display:none;
}

.bg-wrapper{
	box-sizing:border-box;
	padding:30px 0 70px;
	background-image: url("img/howto-bg-img.svg");
	background-size:90%;
	background-position:bottom center;
	font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

.wmns{
	background-color:#D7ECD8;
}

.mens{
	background-color:#ECD5BF;
}

.title{
	width:58%;
	margin:40px auto 20px;
	padding-top:50px;
	justify-content:space-between;
	align-items:center;
}

.title-img{
	width:18%;
}

.title .caption{
	width:76%;
}

.style-caption{
	width:55%;
	margin:40px auto;
}

.style-caption .flex{
	width:90%;
	margin:0 auto -10px;
	justify-content:space-around;
	align-items:baseline;
}

.round-img{
	width:20%;
}

.comment-small{
	width:20%;
}

.style-title{
	margin:auto;
	text-align: center;
}

.style-title img{
	height:100px;
}

.style-caption p{
	box-sizing: border-box;
	padding:30px;
}


.style-container{
	width:70%;
	margin:30px auto;
	flex-wrap:wrap;
	gap:70px 20px;
}

.style-box{
	width:calc((100% - 20px * 2) / 3);
}

.style-comment{
	box-sizing: border-box;
	padding:15px 10px;
}

.style-comment h1{
	color:#000;
	font-size:1.6rem;
	text-align: center;
	line-height:1.8;
}

.style-comment p{
	margin:15px 0;
}

.model-data{
	font-size:1.2rem;
	padding-bottom:10px;
}

.style-big-box{
	width:60%;
	margin:0 auto 80px;
}

.style-flex-comment{
	justify-content: space-around;
}

.style-flex-comment .style-comment{
	width:40%;
}

.yomo-title{
	width:48%;
	margin:30px 0;
}

.yomoyama-image{
	width:60%;
	margin:40px auto;
}

/*タブレット*/
@media screen and (max-width: 820px){

	.title{
		width:70%;
	}

	.style-caption{
		width:80%;
		margin:40px auto;
	}

	.style-container{
		width:80%;
		gap:70px 14px;
	}
	
	.style-box{
		width:calc((100% - 14px * 2) / 3);
	}

	.style-comment h1{
		font-size:1.3rem;
	}

}

/*スマホ*/
@media screen and (max-width:640px){

	.sp-hidden{
		display:none;
	}
	
	.pc-hidden{
		display:block;
	}
	
	.bg-wrapper{
		padding-bottom:50px;
		background-size:100%;
	}
	
	.style-caption{
		width:90%;
	}
	
	.title{
		width:90%;
	}
	
	.title-img{
		width:40%;
		margin:auto;
		padding:0 0 20px;
	}
	
	.title .caption{
		width:80%;
	}

	.style-caption .flex{
		width:100%;
		display:flex!important;
		margin:0 auto 10px;
	}
	
	.wmns .style-caption{
		padding-top:70px;
	}
	
	.round-img{
		width:25%;
	}
	
	.wmns .comment-small{
		width:30%;
	}

	.comment-small{
		width:40%;
	}

	.style-title img{
		height:70px;
	}
	
	.style-container{
		width:80%;
	}
	
	.style-box{
		width:100%;
		margin-bottom:80px;
	}
	
	.style-box .style-comment h1{
		font-size:1.4rem;
	}
	
	.wmns .style-box:last-of-type, .mens .style-box:last-of-type{
		margin-bottom:0!important;
	}
	
	.style-big-box{
		width:90%;
		margin:0 auto 80px;
	}
	
	.style-big-box .flex{
		display:flex!important;
	}
	
	.style-flex-comment{
		justify-content: space-between;
	}


	.style-flex-comment .style-comment{
		width:49%;
	}

	.yomo-title{
		width:90%;
	}
	
	.yomoyama_txt .flex{
		padding:20px 0;
	}

	.yomoyama-image, .yomo-flex-img{
		width:80%;
	}
	
	.yomoyama-image{
		margin:40px auto;
	}
	
	.yomo-flex-img{
		margin:auto;
	}


}
/* CSS Document */

