

#wrap #seibun .pc {display: block;}
#wrap #seibun .sp {display: none;}

#wrap #seibun {
	width: 800px;
	margin: 0 auto;
	line-height: 1.8;
}

#wrap #seibun h2{
	font-size: 24px;
	font-weight: bold;
	line-height: 60px;
	margin-bottom: 20px;
	padding-left: 26px;
	background: url(../image/bg_h2.gif) no-repeat;	
}


#wrap #seibun h3 {
	font-size:22px;
	padding-bottom: 7px;
	margin-bottom: 18px;
	font-weight: bold;
	border-bottom: 2px dashed #DED3CF;
}

#wrap #seibun .txt p {
	margin-bottom: 8px;
}

#wrap #seibun h4 {
	font-size: 18px;
	font-weight: bold;
	color: #A06B35;
	margin: 20px 0 10px;
}

#wrap #seibun h5 {
	font-weight: bold;
	margin-bottom: 5px;
} 

#wrap #seibun .howtoDisplay {
	overflow: hidden;
	margin: 0 0 15px 15px;
}

#wrap #seibun .howtoDisplay dt {
	width: 88px;
	float: left;
	clear: left;
}

#wrap #seibun .howtoDisplay dd {
	width: 695px;
	float: left;
}

#wrap #seibun .contact {
	width: 400px;
	margin:10px auto 20px 0;
	padding:5px 10px ;	
	border:1px solid #A06B35;
	background:#FAF7F2;
}


@media screen and (max-width:769px){

	#wrap #seibun .pc {display: none;}
	#wrap #seibun .sp {display: block;}
	
	#wrap #seibun {
		width: 92%;
		margin: 0 auto;
		line-height: 1.8;
	}
	
	#wrap #seibun h2 {
		width: 100%!important;
		font-size: 17px;
		height: 15.7vw;
		line-height: 15.7vw;
		margin-left: -4%;
		margin-bottom: 20px;
		padding-left: 26px;
		background: url(../image/sp_h2_bg.gif) no-repeat;	
	}
	
	#wrap #seibun h3 {
		font-size: 14px;
		padding: 0 0 10px;
		margin: 0 0 10px;
		width: 95%;
		border-bottom: 2px dashed #DED3CF;
	}
	
	#wrap #seibun .txt p {
		margin-bottom: 3%;
	}
	
	#wrap #seibun h4 {
		margin: 10px 0 5px;
		font-size: 12px;
	}
	
	#wrap #seibun h5 {
		font-weight: bold;
		margin-bottom: 5px;
	} 
	
	#wrap #seibun .howtoDisplay {
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	
	#wrap #seibun .howtoDisplay dt {
		width: 100%;
		float: none;
	}
	
	#wrap #seibun .howtoDisplay dd {
		width: 95%;
		float: none;
		margin-left: 5%;
	}
	
	#wrap #seibun .contact {
		width: 100%;
		margin:10px auto 20px 0;
		padding:5px 10px ;	
		box-sizing: border-box;
	}


}