@charset "UTF-8";

.hero {
	background-image: url("/img/contact/img-hero.jpg");
}

.hero_ttl {
	writing-mode: vertical-rl;
	font-size: 20px;
}

.content {
	padding: 100px 0;
}

.toku_sec {
	/* padding: 40px 0; */
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.toku_sec:first-child {
	/* padding: 40px 0; */
	border-top: 1px solid #eee;
	padding-top: 30px;
	margin-top: 30px;
}

.toku_ttl {
	font-size: 18px;
	font-weight: 900;
	margin-bottom: 10px;
}

.toku_item{
	margin-bottom: 20px;
}
.-jigyousya .toku_item dt{
	font-weight: bold;
}
.toku_txt{
	margin-bottom: 20px;
}

@media screen and (max-width:640px) {
	.hero {}

	.content {
		padding: 100px 0 60px;
	}

	.toku_sec {
		padding: 40px 0;
	}


}