@charset "UTF-8";

.u-headline01 {
	background: #EE5353;
	margin-bottom: 25px;
}

.u-headline02 {
	background: #FFDFDE;
	color: #FF5552;
	font-size: 18px;
	font-weight: bold;
	border-radius: 3px;
	padding: 10px 17px;
}

.u-headline03 {
	position: relative;
	z-index: 1;
	font-weight: bold;
	border-bottom: 1px dotted #999;
	padding: 0 0 0 15px;
}

.u-headline03:after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	width: 6px;
	height: 28px;
	background: #FF5552;
	left: 0;
	bottom: -1px;
}

.secGuide {
	margin: -7px 0 0;
}

.secGuide_title {
}

.secGuide_cnt {
	margin-top: 35px;
}

.secGuide_section {
	margin-top: 50px;
}

.secGuide_section:first-child {
	margin-top: 0;
}

.secGuide_section-last {
	margin-bottom: 0;
}

.secGuide_section_title {
	margin-bottom: 15px;
}

.secGuide_section_text {
}

.secGuide_section_text a {
	color: #00D9FF;
	text-decoration: underline;
}

.secGuide_section_text a:hover {
	text-decoration: none;
}

.secGuide_section_image {
	float: left;
	margin: 0 15px 0 0;
}

.secGuide_section_image img {
	border-radius: 3px;
}

.secGuide_section_list {
	list-style: disc outside;
	padding: 0 0 0 2em;
}

.secGuide_section_list li.-note {
	color: #FF3131;
}

.secGuide_section_cnt {
	display: flex;
	justify-content: space-between;
	text-align: center;
	margin-top: 15px;
}

.secGuide_section_item {
	width: 23.5%;
}

.secGuide_section_img {
}

.secGuide_section_name {
	font-size: 16px;
	margin-top: 10px;
}

/* げんき里山について */
.secGuide-satoyama {
	margin-top: 80px;
	margin-bottom: 18px;
}

/* タブレット以下設定 */
@media screen and (max-width:939px) {
	.secGuide {
		margin: 0;
	}

	.secGuide_section_title {
		margin: 0 0 13px;
	}

	.secGuide_section_image {
		float: left;
		margin: 0 10px 0 0;
	}

}

/* スマホ設定 */
@media screen and (max-width:639px) {
	.u-headline01 {
		margin-bottom: 15px;
	}

	.u-headline02 {
		font-size: 15px;
		line-height: 1.3;
		padding: 5px 12px;
	}

	.u-headline03 {
	}

	.u-headline03:after {
	}

	.secGuide_title {
	}

	.secGuide_cnt {
		margin-top: 25px;
	}

	.secGuide_section {
		margin-top: 25px;
	}

	.secGuide_section_image img {
		width: 80px;
	}

	.secGuide_section_cnt {
		display: block;
	}

	.secGuide_section_item {
		width: 100%;
	}

	.secGuide_section_item:nth-child(n+2) {
		margin-top: 20px;
	}

	.secGuide_section_img {
	}

	.secGuide_section_name {
		font-size: 14px;
		margin-top: 7px;
	}

	/* げんき里山について */
	.secGuide-satoyama {
		margin-top: 40px;
	}

}
