@charset "Shift_JIS";
h2 {
	font-size: 22px;
	font-weight: lighter;
	margin: 25px;
}
h3 {
	font-size: 18px;
	line-height: 30px;
	font-weight: lighter;
	text-align: center;
	background-color: #000;
	color: #fff;
	padding: 5px;
	
}
h4, h5, h6 {
	font-size: 18px;
	font-weight: lighter;
	padding: 5px;
}
/*　コンテンツ
------------------------------------------------------------*/
.guide {
	width: 100%;
	color: #000;
	line-height: 28px;
	text-align: justify;
	border-style: solid;
	border-width: 1px;
	border-color: #333333;
	margin: 15px 0;
}
.guide p {
	padding: 5px;
}
.arrow {
	width: 100%;
	text-align: center;
	margin: 15px 0;
}
.guide2 {
	width: 100%;
	color: #c30d23;
	line-height: 28px;
	text-align: justify;
	border-style: solid;
	border-width: 1px;
	border-color: #c30d23;
	margin: 15px 0;
}
.guide2 p {
	padding: 5px;
}
/* -------------------------------------------------------------------
*  Ipad
* ------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
.guide {
	width: 100%;
	height: auto;
	margin: 10px auto;
	float: none;
	text-align: justify;
}
}

/* -------------------------------------------------------------------
*  スマートフォン
* ------------------------------------------------------------------*/
@media only screen and (max-width: 479px) {
h2 {
	font-size: 16px;
	margin: 10px;
}
h3 {
	font-size: 18px;
	margin-bottom: 0;
}
h4, h5, h6 {
	font-size: 14px;
	line-height: 30px;
	font-weight: lighter;
	padding: 5px;
}
/*　コンテンツ
------------------------------------------------------------*/
.guide {
	width: 90%;
	height: auto;
	margin: 10px auto;
	float: none;
	line-height: 22px;
	text-align: justify;
}
.arrow img {
	width: 15%;
}
.guide2 {
	width: 90%;
	height: auto;
	margin: 10px auto;
	float: none;
	line-height: 22px;
	text-align: justify;
}
}
