@charset "utf-8";

.wrap_content h2 {
	background: #996633;
	margin-bottom: 20px;
	padding: 20px 15px;
	font-size: 23px;
	letter-spacing: 1px;
	line-height: 150%;
	text-align: center;
	color: #ffffff;
}

#tachiyori2020-how {
	padding: 10px 20px;
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 160%;
}

#tachiyori2020-link-box {
	padding: 10px 20px 0px 20px;
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 160%;
}
#tachiyori2020-link-box li {
	float: left;
	list-style-type: none;
	text-align: center;
}
#tachiyori2020-link-box li:nth-of-type(1) {
	background: #B29536;
	margin-right: 30px;
}
#tachiyori2020-link-box li:nth-of-type(2) {
	background: #B74924;
}
#tachiyori2020-link-box li a {
	display: block;
	padding-bottom: 7px;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}
#tachiyori2020-link-box li a:hover {
	opacity: 0.7;
}

#tachiyori2020-inner {
	padding: 20px;
}

.tachiyori2020-text {
	margin-bottom: 60px;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 1px;
	color: #484848;
	line-height: 150%;
}

.tachiyori2020-category {
	border-bottom: 1px solid #B29536;
	margin-bottom: 25px;
	padding-bottom: 3px;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}
.tachiyori2020-category h3 {
	display: inline;
	background: #B29536;
	margin-right: 10px;
	padding: 0px 10px;
	font-size: 19px;
	color: #ffffff;
	line-height: 140%;
	letter-spacing: 1px;
}
#kashikiri-box .tachiyori2020-category {
	border-bottom: 1px solid #B74924;
	margin-bottom: 25px;
	padding-bottom: 3px;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}
#kashikiri-box .tachiyori2020-category h3 {
	display: inline;
	background: #B74924;
	margin-right: 10px;
	padding: 0px 10px;
	font-size: 19px;
	color: #ffffff;
	line-height: 140%;
	letter-spacing: 1px;
}

.tachiyori2020-list li {
	list-style-type: none;
	border-bottom: 1px dotted #999999;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.tachiyori2020-midashi {
	margin: 0px 0px 10px 2.9em;
	text-indent: -2.9em;
	font-weight: bold;
}

#tachiyori2020-info .tachiyori2020-info-text {
	font-size: 13px;
}

#daiyokujo-box,
#kashikiri-box {
	padding-top: 20px;
}


@media screen and (max-width: 480px) {

	#tachiyori2020-link-box li {
		float: none;
		width: 100%;
		margin: 0px auto 0px auto;
	}
	#tachiyori2020-link-box li img {
		width: 100%;
		height: auto;
		margin: 0px auto 0px auto;
	}
	#tachiyori2020-link-box li:nth-of-type(1) {
		margin: 0px auto 30px auto;
	}
	#tachiyori2020-link-box li:nth-of-type(2) {
		margin: 0px auto 0px auto;
	}

}