@charset "utf-8";

#contents h2 {
	background:url(images/h2_06.jpg) no-repeat center bottom;
}

#block01 p {
	margin-bottom: 5px;
}

#block01 .ph_box01 {
	background:url(images/ya.jpg) no-repeat center;
	border-bottom: dotted #5F8C8C 2px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#block01 .ph_box02 {
	background:url(images/ya.jpg) no-repeat center;
	margin-bottom: 40px;
}

#block01 .ph_box03 {
	margin-bottom: 40px;
}

#block01 .ph_box03 p {
	text-align: center;
	margin-top: 5px;
}

#block01 .fl_l {
	float: left;
}

#block01 .fl_r {
	float: right;
}



/* タブレットレイアウト : 768 px ～ 959 px*/
@media screen and (max-width:959px)
{
	
#block01 .fl_l {
	width:50%;
	height:auto;
	float: left;	
}

#block01 .fl_r {
	width:50%;
	height:auto;
	float: right;	
}


	
}

/* スマホ設定  768 以下*/
@media screen and (max-width:767px)
{

#contents h2 {
	background:url(images/h2_06.jpg) no-repeat center center;
}


#block01 .fl_l {
	width:100%;
	height:auto;
	float:none;	
}

#block01 .fl_r {
	width:100%;
	height:auto;
	float: none;	
}
}