@charset "UTF-8";
/* CSS Document */

/*===============================================

NAVI-GLOBAL

===============================================*/

#NAVI02 a {
	background-position: 0px 0px;
}

/*===============================================

PAGE

===============================================*/

/*guide-contents 基本スタイル*/

.guide_contents {
	font-size: 14px;
	font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN";
	line-height: 1.7;
	letter-spacing: 0.06em;
}

/*top-img*/

.top_img {
	width: 100%;
}

/*region*/

.region {
	width: 100%;
	text-align: center;
	position: relative;
	margin-bottom: 80px;
}

.region p {
	position: relative;
	font-weight: 700;
	line-height: 2;
	z-index: 2;
}

.guide_ttl_img {
	margin: 50px 0 30px 0;
	text-align: center;
	position: relative;
	z-index: 2;
}

.region .guide_right_img {
	position: absolute;
	top: -30px;
	right: 0;
	z-index: 1;
}

.region .guide_left_img {
	position: absolute;
	top: -25px;
	left: 0;
	z-index: 1;
}

/*burden*/

.burden {
	width: 100%;
	padding: 0 10px;
	margin-bottom: 80px;
}

.burden .burden_ttl_img {
	text-align: center;
	margin-bottom: 25px;
}

.burden .burden_left_txt {
	width: 460px;
	float: left;
	line-height: 2;
	font-size: 15px;
}

.burden .burden_right_txt {
	width: 460px;
	float: right;
	line-height: 2;
	font-size: 15px;
}

/*guide_content_box*/

.guide_content_box {
	padding: 0 135px;
}

/*画像が右にあるcontents*/

.content_box_right_img {
	width: 100%;
}

.content_right_img {
	float: right;
	width: 240px;
	margin-left: 20px;
}

.content_left_txt {
	width: 440px;
	float: left;
}

.content_left_txt img {
	margin-bottom: 10px;
}

/*画像が左にあるcontents*/

.content_box_left_img {
	width: 100%;
}

.content_left_img {
	float: left;
	width: 240px;
	margin-right: 20px;
}

.content_right_txt {
	width: 440px;
	float: right;
}

.content_right_txt img {
	margin-bottom: 15px;
}

.before_hyphen:before {
	content: "ー";
	color: #4da45e;
	font-size: 14px;
	margin-right: 2px;
}

/*activity_box*/

.activity_left {
	float: left;
	width: 90px;
}

.activity_right {
	float: right;
	width: 600px;
}

/*button_box*/

.button_box {
	text-align: center;
}