/* サイトマップ・リンク */
#pagetit {
	background: url(../img/bg_pagetit.jpg) no-repeat center top;
}
.pagelink {
	padding: 30px 0 10px;
}
.pagelink li {
	float: left;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 2%;
}
.pagelink li:nth-of-type(2n) {
	margin-right: 0;
}
.pagelink li a {
	position: relative;
	display: block;
	height: 60px;
	padding-top: 22px;
	text-align: center;
	line-height: 1.3;
	color:  #fff;
	background: #A73946;
	border-radius: 5px;
}
.pagelink li a:after {
	content: "";
	position: absolute;
	bottom: 8px;
	left: 50%;
	margin-left: -2px;
	width: 6px;
	height: 4px;
	display: block;
	background: url(../img/icn_arrow_btm.png) no-repeat;
	background-size: 100%;
}


#sec01 h1,
#sec02 h1 {
	position: relative;
	margin-bottom: 15px;
	padding: 20px 0;
	font-size: 17.5px;
	text-align: center;
	line-height: 1.5;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","游明朝体", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho",  serif;
	background: url(../img/bg_color.png) no-repeat center;
	background-size: 112px;
}
#sec01 h1 span.en,
#sec02 h1 span.en {
	position: absolute;
	display: block;
	width: 100%;
	left: 0;
	font-size: 12.5px;
	opacity: .5;
}
dl.site_list {
}
dl.site_list dt {
	position: relative;
	padding: 8px 5px 8px 20px;
	color: #fff;
	font-weight: bold;
	line-height: 1.65;
	vertical-align: top;
	background: rgba(167,57,70,.66);
}
dl.site_list dt a {
	color: #fff;
	font-weight: bold;
}
dl.site_list dt a:hover {
	text-decoration: underline;
}
dl.site_list dt:before {
	content: "";
	position: absolute;
	display: block;
	width: 5px;
	height: 11px;
	left: 10px;
	top: 50%;
	margin-top: -4px;
	background: url(../../common/img/icn_arrow_white.png) no-repeat;
	background-size: 100%;
}
dl.site_list dd {
	padding: 8px 5px;
	line-height: 1.65;
	vertical-align: top;
	background: rgba(255,255,255,.66);
}


.sub_link {
	margin-top: 5px;
	padding: 5px 0 2px;
	background: url(../img/bg_border.png) no-repeat left top;
	background-size: 100%;
}
.sub_link li {
	display: inline-block;
	margin: 2px 1.2em 0 0;
	line-height: 1.4;
}
.sub_link li.long {
	display: block;
}
.sub_link li a {
	color: #A73946;
	font-weight: bold;
}
.sub_link li a:hover {
	text-decoration: underline;
}
.sub_link li a:before {
	content: "";
	background:url(../../common/img/icn_arrow_brown.png) no-repeat left center;
	display: inline-block;
	width: 5px;
	height: 11px;
	margin-right: 3px;
	background-size: 100%;
}
.sub_link ul.child {
	margin-bottom: 5px;
	padding-left: 10px;
}
.sub_link ul.child li a {
	color: #42210B;
}

#sec02 {
	padding: 30px 0 20px;
}
#sec02 .banner {
	margin: 30px 0 20px;
	padding: 8px;
	border-spacing: 40px 10px;
	background: rgba(255,255,255,.66);
}
#sec02 .banner code {
	line-height: 1.3;
	word-break: break-all;
}
#sec02 p a {
	text-decoration: underline;
	color:#A73946;
}
#sec02 .red_tit {
	font-size: 17.5px;
}