@charset "utf-8";
#headline {
	font-size: 14px;
	text-align: center;
}
@media only screen and (max-width: 640px) {
	#headline {
		padding-top: 40px;
	}
}
#headline .wrap {
	padding-bottom: 110px;
}
@media only screen and (max-width: 736px) {
	#headline .wrap {
		padding-bottom: 50px;
	}
}
#headline .lead {
	color: #666;
	font-size: 14px;
	line-height: 2.286;
}
@media only screen and (max-width: 640px) {
	#headline .lead {
		font-size: 12px;
		line-height: 2;
		text-align: left;
	}
}
#headline .text {
	margin: 0 0 55px;
	color: #a78237;
	font-size: 24px;
	letter-spacing: .5em;
	text-align: center;
}
#headline .pageTitle {
	margin-bottom: 0;
	font-size: 24px;
	line-height: 1.5;
	letter-spacing: .1em;
	color: #666;
}
#headline .pageTitle p {
	margin-top: 20px;
}
@media only screen and (max-width: 640px) {
	#headline .pageTitle {
		margin-top: 30px;
		font-size: 20px;
	}
}
#headline .title {
	box-shadow: none;
}

.title03 {
	margin-bottom: 60px;
}

@media only screen and (max-width: 640px) {
	.title03 {
		margin-bottom: 30px;
	}
}

.section {
	padding: 60px 0 100px;
	border-bottom: 1px solid #d2d2d2;
}

@media only screen and (max-width: 640px) {
	.section {
		padding: 30px 0 50px;
		border-bottom: 1px solid #d2d2d2;
	}
}

@media only screen and (min-width: 641px) {
	.col {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.col-3 li {
		width: calc(313 / 1000 * 100%)
	}
}

#view .wrap .section:first-of-type {
	border-top: 1px solid #d2d2d2;
}

#view .wrap .section:last-of-type {
	border-bottom: none;
}

#view .ico {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #444;
	font-size: 24px;
	line-height: 1;
}

#view .ico__image {
	padding-right: 20px;
}

@media only screen and (max-width: 640px) {
	.article__box:nth-child(n+2) {
		margin-top: 30px;
	}
}

@media only screen and (min-width: 641px) {
	#view .lead {
		text-align: center;
	}
}

#view .article__box .ttl {
	font-size: 16px;
	letter-spacing: .05em;
	color: #aa8420;
}

#view .article__box .ttl .cap {
	color: #aa8420;
}

#view .article__box .txt {
	font-size: 12px;
	line-height: 1.66;
	letter-spacing: 0;
}

#staff .gray-box {
	background-color: #f4f4f4;
	padding: 40px;
}

@media only screen and (max-width: 640px) {
	#staff .gray-box {
		padding: 20px;
	}
}
@media only screen and (min-width: 641px) {
	#staff .gray-box .image {
		width: calc(445 / 920 * 100%);
	}
	#staff .gray-box .text {
		width: calc(445 / 920 * 100%);
	}
}
#staff .gray-box .text .ttl {
	font-size: 24px;
	line-height: 1;
	letter-spacing: .1em;
	margin-bottom: 30px;
}
#staff .gray-box .text .txt {
	font-size: 14px;
	line-height: 2.5;
	letter-spacing: .04em;
}
@media only screen and (max-width: 640px) {
	#staff .gray-box .text .ttl {
		margin-top: 20px;
		font-size: 18px;
		margin-bottom: 15px;
	}
	#staff .gray-box .text .txt {
		font-size: 12px;
		line-height: 2;
	}
}

.page-cap {
	margin-top: 50px;
	padding-top: 0;
}