﻿.mv-visual .mv-visual_img {
	background: url("../../images/social/social-mv.png") center center no-repeat;
	background-size: cover;
}

.tl-lv01 {
	margin-bottom: 50px;
}

.entry-heading_lv3 {
	color: #96c339;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 35px;
}

.sc-main_contact,
.sc-recruit_contact {
	background: #fffdef;
}

/*--------------------------------------------------
sitemap
--------------------------------------------------*/

.sitemap {
	width: 1000px;
	margin: 0 auto;
}

.sitemap ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding-bottom: 60px;
}

.sitemap ul a:hover {
	opacity: 0.6;
}

.sitemap ul li,
.sitemap .f-col li:first-child {
	width: 230px;
	text-align: left;
	border-bottom: 1px solid #8fc31f;
	padding-bottom: 5px;
	font-size: 100%;
	font-family: 'Noto Serif Japanese', "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}

.sitemap .f-col li:nth-child(2) {
	padding-top: 25px;
}

.sitemap ul li::before,
.sitemap .f-clear li:first-child::before,
.sitemap .f-col li:first-child::before {
	font-family: 'FontAwesome';
	content: "\f0da";
	color: #8fc31f;
	padding-right: 5px;
}

.sitemap ul li.content-no {
	border-bottom: none;
}

.sitemap .f-col {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-direction: column;
	flex-direction: column;
	margin-right: 25px;
	float: left;
}

.sitemap .f-col.u-mr_00 {
	margin-right: 0;
}

.sitemap .f-col li {
	font-size: 12px;
	border-bottom: none;
	width: 230px;
	font-family: "Noto Sans Japanese", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	padding-left: 35px;
	box-sizing: border-box;
}

.sitemap .f-col li:first-child {
	padding-left: 10px;
}

.sitemap .f-col li ul.kasou {
	padding-bottom: 0;
}

.sitemap .f-col li ul.kasou li:first-child {
	font-family: "Noto Sans Japanese", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	border-bottom: none;
	padding-left: 35px;
}

.sitemap .f-col ul.kasou li:nth-child(2) {
	padding-top: 0;
}

.sitemap .f-col li.none:before {
	content: none;
}

.sitemap .f-col ul {
	display: block;
}

.sitemap .f-col ul.kasou li {
	position: relative;
}

.sitemap .f-col ul.kasou li:before {
	position: absolute;
	top: 8px;
	left: 17px;
	content: '';
	border: none;
	border-left-color: currentcolor;
	border-left-color: transparent;
	background: #98c43c;
	width: 4px;
	height: 3px;
}

.f-clear {
	clear: both;
}

.f-st {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 100%;
}

.f-st+ul li {
	border-bottom: 1px solid #61c1be;
}

.f-st+ul li::before {
	font-family: 'FontAwesome';
	content: "\f0da";
	color: #61c1be;
	padding-right: 5px;
}


@media only screen and (max-width: 800px) {

	.sitemap {
		width: 100%;
		padding: 60px 10px;
	}

	.sitemap ul {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-flex-direction: column;
		flex-direction: column;
		padding-bottom: 0;
	}

	.sitemap .f-col {
		padding-bottom: 20px;
	}

	.sitemap ul li {
		padding: 15px 0;
	}

	.sitemap .f-col li {
		padding: 5px 0 0 35px;
	}

	.sitemap ul li,
	.sitemap .f-col,
	.sitemap .f-col li,
	.sitemap .f-col li:first-child,
	.f-st {
		width: 100%;
	}

	.f-st+ul {
		padding-top: 20px;
	}
}



@media screen and (max-width: 960px) {}

@media screen and (max-width: 480px) {}