@charset "UTF-8";

.well-being-wrap .l-content > p{
	font-size: 1.8rem;
	line-height: 2.0em;
	letter-spacing: 0.1em;
	margin-bottom:1rem;
}
.well-being-wrap .l-content > p > strong{
	color:#07367f;
	font-weight:bold;
}
.well-being-wrap .l-content > p._textRight{
	text-align:right;
}
.well-being-wrap .l-content > h3{
	font-size:2.2rem;
	font-weight:bold;
	letter-spacing: 0.1em;
	margin:7rem 0 2rem 0;
}
.well-being-wrap .l-content > img{
	display:block;
	margin:6rem auto 7rem auto;
}

@media screen and (max-width: 767px) {
	.well-being-wrap .l-content > p{
		font-size: 4vw;
	}
	.l-content > .m-link-btn{
		margin-bottom: 10vw;
	}
}
