.sp-block{
	display: none !important;
}
.inline-block{
	display: inline-block;
}
.color-green{
	color: #31b79e;
}
.mt-50{
	margin-top: 50px !important;
}

h3.font-large{
	font-size: 30px;
}
h4.font-large{
	font-size: 30px;
}


#agingLaser{
	border-top: 0;
	line-height: 1.6;
}
[lang="ja"] #agingLaser h2,[lang="ja"] #agingLaser h3,[lang="ja"] #agingLaser h4{
	font-family: "Noto Serif Japanese", "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
}
#agingLaser > header{
	padding: 0;
	background-image: none;
		border-top: 3px solid #31b79e;
	border-bottom: 3px solid #31b79e;
}
#agingLaser > header img{
	display: block;
}
#agingLaser .catch{
	font-size: 16px;
}
#agingLaser .catch > img{
	margin: 0 0 0 56px;
}
#agingLaser .catch ul{
	list-style: none;
}
#agingLaser .catch ul li{
	margin-bottom: 10px;
	font-weight: bold;
}
#agingLaser .recommend{
	background-image: url('img/laser/green_back.png');
}
#agingLaser .recommend h3{
	color: #31b79e;
}
#agingLaser .recommend ul{
	margin-left: 60px;
	width: 42%;
}
#agingLaser .recommend ul:nth-of-type(2){
	margin-left: 16px;
}
#agingLaser .recommend ul li{
	margin-bottom: 16px;
	padding-left: 0;
	line-height: 30px;
	font-size: 15px;
	font-weight: bold;
	background-image: none;
	background-color: #fff;
	box-shadow: 3px 3px 5px #ccc;
}
#agingLaser .recommend ul li:last-of-type{
	margin-bottom: 0;
}
#agingLaser .recommend ul li:before{
	display: inline-block;
	content: "";
	position: relative;
	top: 3px;
	margin-right: 16px;
	width: 30px;
	height: 22px;
	background-image: url('img/laser/check_img.png');
}
#agingLaser .green_title ul{
	list-style: none;
}
#agingLaser .green_title > h3{
	border: 1px solid #31b79e;
	border-top: 3px solid #31b79e;
	padding: 15px 26px;
	color: #fff;
	background-image: -webkit-linear-gradient(to right, #31b79e 0%, #31b79e 40%, #e0f8f3 100%);
	background-image: -o-linear-gradient(to right, #31b79e 0%, #31b79e 40%, #e0f8f3 100%);
	background-image: linear-gradient(to right, #31b79e 0%, #31b79e 40%, #e0f8f3 100%);
	box-sizing: border-box;
}
#agingLaser .green_title .flex-box{
	display: flex;
	margin-top: 30px;
	padding-left: 40px;
	box-sizing: border-box;
}
#agingLaser .green_title .flex-box div:first-of-type{
	margin-top: 0;
	padding-right: 30px;
	box-sizing: border-box;
}
#agingLaser .green_title .flex-box .flex-text{
	padding: 30px 0;
	width: calc(100% - 400px);
}
#agingLaser .green_title .flex-box .flex-text p{
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: normal;
}
#agingLaser .green_title .flex-box .flex-text p:last-of-type{
	margin-bottom: 0;
}
#agingLaser .green_title .flex-box .flex-img{
	width: 400px;
}
#agingLaser .green_title .flex-box .flex-img img{
	display: block;
	width: 100%;
}
#agingLaser .green_title .comment-green{
	margin-top: 30px;
	border-radius: 20px;
	padding: 30px 50px;
	background-color: #52ac6f;
}
#agingLaser .green_title .comment-green h4{
	margin: 0;
	color: #fff;
}
#agingLaser .green_title .flex-box2 .flex-text2{
	width: 350px;
}
#agingLaser .green_title .flex-box .flex-text2 p{
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: normal;
}
#agingLaser .green_title .flex-box .flex-text2 p:last-of-type{
	margin-bottom: 0;
}
#agingLaser .green_title .flex-box .flex-text2 p a{
	display: block;
	padding: 3px 0;
	text-align: center;
	text-decoration: none;
	color:  #fff;
	background-color: #31b79e;
}
#agingLaser .green_title .flex-box2 .flex-img2{
	width: calc(100% - 350px);
}
#agingLaser .green_title > h4{
	border-bottom: 3px solid #31b79e;
	padding: 10px 26px;
	color: #31b79e;
	box-sizing: border-box;
}
/*YouTubeサイズ（中）*/
.youtube-box {
	padding: 20px 30px;
}
.youtube-box h3.youtube-title {
	border-bottom: 2px solid #31b79e;
	color: #31b79e;
	font-size: 20px;
	font-weight: bold;
	padding: 0 0 8px 0;
	position: static;
	display: block;
}
.youtube-box .youtube-size-half {
	width: 50%;
}
.youtube-box p {
	font-size: 16px;
}

@media screen and (max-width: 760px){
	.pc-block{
		display: none !important;
	}
	.sp-block{
		display: block !important;
	}
	h3.font-large{
		font-size: 18px;
	}
	h4.font-large{
		font-size: 18px;
	}
	#agingLaser .catch ul{
		padding-left: 0;
	}
	#agingLaser .catch > img{
		float: none;
		display: block;
		margin: 0 auto;
		max-width: 400px;
		width: 60%;
	}
	#agingLaser .recommend{
		background-size: cover;
	}
	#agingLaser .recommend h3{
		margin-bottom: 20px;
	}
	#agingLaser .recommend ul{
		margin-left: 0 !important;
		margin-bottom: 16px;
		width: 100%;
	}
	#agingLaser .recommend ul:last-of-type{
		margin-bottom: 0;
	}
	#agingLaser .recommend ul li{
		position: relative;
		padding-left: 36px;
		padding-right: 5px;
		font-size: 14px;
	}
	#agingLaser .recommend ul li:before{
		position: absolute;
		top: 1px;
		left: 2px;
	}
	#agingLaser .green_title > h3{
		padding: 10px 14px;
	}
	#agingLaser .green_title > h4{
		margin-top: 30px;
		padding: 10px;
	}
	#agingLaser .green_title > h4:first-of-type{
		margin-top: 0;
	}
	#agingLaser .green_title .flex-box{
		flex-wrap: wrap;
		padding: 0;
	}
	#agingLaser .green_title .flex-box:first-of-type{
		margin-top: 0px;
	}
	#agingLaser .green_title .flex-box.reverse{
		flex-direction: column-reverse;
	}
	#agingLaser .green_title .flex-box .flex-text{
		margin: 0;
		padding: 0 !important;
		width: 100%;
	}
	#agingLaser .green_title .flex-box .flex-img{
		margin-top: 20px !important;
		padding-right: 0 !important;
		max-width: 400px;
		width: 100%;
	}
	#agingLaser .green_title .flex-box2{
		flex-direction: column-reverse;
		margin-top: 0;
	}
	#agingLaser .green_title .flex-box2 .flex-text2{
		padding-right: 0 !important;
		width: 100%;
	}
	#agingLaser .green_title .flex-box .flex-text2 p a{
		padding: 5px 0;
	}
	#agingLaser .green_title .flex-box2 .flex-img2{
		margin-top: 0;
		max-width: 400px;
		width: 100%;
	}
	#agingLaser .green_title .comment-green{
		margin-top: 30px;
		border-radius: 10px;
		padding: 10px 20px;
		background-color: #52ac6f;
	}
	/*YouTubeサイズ（中）*/
	.youtube-box {
		padding: 20px 5%;
	}
	.youtube-box .youtube-size-half {
		width: 100%;
	}

}