@charset "UTF-8";

/* ==================== header ==================== */
header h1 {
	opacity: 0;
	position: absolute;
}
header h1 a {
	color: #333;
}
/* ==================== スペシャルコンテンツ ==================== */
.special_contents .img {
	margin-bottom: 15px;
}
.special_contents h3 {
	font-family: 'Noto Sans JP', sans-serif;
	margin-bottom: 10px;
}
.special_contents h3 a {
	text-decoration: none;
}
.special_contents h3 a::after {
	color: #CCC;
	content: ' →';
}
.special_contents p {
	font-size: 0.9rem;
}

/* ==================== 越後杉・工場見学 ==================== */
.echigosugi, .factory {
	background-position: center center;
	background-repeat: repeat, no-repeat;
	background-size: auto, cover;
	color: #FFF;
	padding: 75px 0 45px;
}
.echigosugi .catchphrase {
	width: 340px;
}
.echigosugi h2 {
	margin-bottom: 30px;
	width: 536px;
}
.factory h2 {
	margin-bottom: 30px;
	width: 503px;
}
.factory .catchphrase {
	width: 317px;
}

/* ==================== #post_list ==================== */
#post_list h2 {
	margin-bottom: 30px;
	padding-bottom: 15px;
	position: relative;
}
#post_list h2::after {
	background: #00A8CA;
	bottom: 0;
	content: '';
	display: block;
	height: 4px;
	left: 0;
	margin: auto;
	position: absolute;
	width: 50px;
}
#post_list h2 a {
	color: #555;
	text-decoration: none;
}
#post_list dl {
	border-bottom: 1px dotted #EEE;
}
#post_list dl > * {
	font-size: 0.85rem;
}
#post_list dl dt {
	border-bottom: none; /* reset */
	font-weight: normal; /* reset */
	margin-bottom: 0; /* reset */
	margin-right: 0; /* reset */
	min-width: 120px;
	padding: 10px 0;
	white-space: nowrap;
	width: auto; /* reset */
}
#post_list dl dd {
	border-bottom: none; /* reset */
	margin-bottom: 0; /* reset */
	padding-bottom: 0; /* reset */
	width: calc(100% - 120px);
}
#post_list dl dd a {
	display: block;
	padding: 10px 0;
}

@media screen and (max-width: 767px) {
#post_list dl {
	display: flex; /* reset */
}
#post_list dt {
	border-bottom: 0; /* reset */
	padding-bottom: 0; /* reset */
	width: auto; /* reset */
}
#post_list dd {
	margin-bottom: 0; /* reset */
	padding-bottom: 0; /* reset */
	width: calc(100% - 120px); /* reset */
}
}
