@charset "UTF-8";

/*======================
内容
========================*/
.rwd-main-content-group p.rwd-text{
 line-height: 1.8em!important;
}
.ly_wrap{
	max-width: 850px;
	margin: 70px auto;
	text-align: left;
}
.ly_ps_re{
flex-direction: row-reverse;
}

.ly_ps_re .rwd-grid-item{
margin-left: 0!important;
}
.h2_ttl{
	font-size: 2.2em!important;
	line-height: 1.6;
	font-weight: 700;
}
.h3ttl_style{
	pading: 0;
	margin: 0 0 10px 0;
	font-size: 0.75em;
	color:#B11F21;
	display: block;
	font-weight: bold;
}
.ly_wrap h3{
	font-size: 1.35em;
	line-height: normal;
	margin-top: 0px!important;
	text-align: left!important;
}
.photo{
	width: auto;
	text-align: center;
	margin: 0 auto;
}
.photo img{
	width: 600px;
	height:auto;
}
.prof{
	width: 200px!important;
	height:auto;
}
/*===========================

画面サイズが499px以下の場合に適用

=============================*/
@media screen and (max-width: 768px) {
.ly_wrap{
	max-width: 850px;
	margin: 50px auto;
}
.h2_ttl{
	font-size: 1.6em!important;
	line-height: 1.6;
	font-weight: 700;
}
.h3ttl_style{
	pading: 0;
	margin: 0 0 15px 0;
	font-size: 0.75em;
	color:#B11F21;
	display: block;
	font-weight: bold;
}
.ly_wrap h3{
	font-size: 1.35em;
	line-height: normal;
	font-weight: bold;
	margin-top: 0px!important;
	text-align: left!important;
	margin-bottom: 20px;
}
}