@charset "utf-8";

/* INDEX */
/* ----------------------------------------------------- */
h2.cate_title01 {
	position: relative;
	display: block;
	width: 100%;
	background: url("../images/sitemap_head.gif") left top no-repeat;
	background-size: contain;
	zoom: 1;
	text-indent: -9999px;
}

.section_sitemap_detail {
	margin: 0 10px;
	padding: 20px 0 0;
	clear: both;
}

	.section_sitemap_detail h3 {
		min-height: 1.4em;
		margin-top: 20px;
		padding: 0 0 5px ;
		font-size: 115%;
		font-weight: normal;
		color: #d80c25;
	}
		.section_sitemap_detail h3.about {
			margin-top: 10px;
			padding-left: 40px;
			background: url("../images/sitemap_ico_about.gif") left center no-repeat;
			background-size: contain;
		}
		.section_sitemap_detail h3.reason {
			margin-top: 10px;
			padding-left: 40px;
			background: url("../images/sitemap_ico_reason.gif") left center no-repeat;
			background-size: contain;
		}
		.section_sitemap_detail h3.guidance {
			margin-top: 10px;
			padding-left: 40px;
			background: url("../images/sitemap_ico_guidance.gif") left center no-repeat;
			background-size: contain;
		}
		.section_sitemap_detail h3.search {
			margin-top: 10px;
			padding-left: 40px;
			background: url("../images/sitemap_ico_search.gif") left center no-repeat;
			background-size: contain;
		}
		.section_sitemap_detail h3.question {
			margin-top: 10px;
			padding-left: 40px;
			background: url("../images/sitemap_ico_question.gif") left center no-repeat;
			background-size: contain;
		}
		.section_sitemap_detail h3.inquiry {
			margin-top: 10px;
			padding-left: 40px;
			background: url("../images/sitemap_ico_inquiry.gif") left center no-repeat;
			background-size: contain;
		}
		.section_sitemap_detail h3.other {
			margin-top: 10px;
			padding-left: 45px;
			background: url("../images/sitemap_ico_other.gif") left center no-repeat;
			background-size: contain;
		}
		.section_sitemap_detail h3.question a,
		.section_sitemap_detail h3.inquiry a,
		.section_sitemap_detail h3.other a, {
		color: #d80c25;
		}

	.section_sitemap_detail ul {
		padding: 5px 10px;
		font-size: 100%;
		font-weight: bold;
		color: #000;
	}

	.section_sitemap_detail ul li {
		padding-left: 20px;
		padding-bottom: 10px;
		background: url("../images/ico_arrow_01.gif") left top no-repeat;
	}

	.section_sitemap_detail ul li a {
		color: #000;
	}


/* 通常2カラム説明*/
.article_plainbox01 {
}
	.article_plainbox01 div {
		width: 100%;
	}

/* BtoB */
/* ----------------------------------------------------- */
.biz_section {
	margin: 0 10px;
	padding: 50px 0
}
	.biz_section div {
		float: left;
		width: 400px;
		padding-right:40px;
	}
	.biz_section ul {
		padding: 10px 0;
	}
	.biz_section li a {
		min-width: 41%;
		min-height: 1.5em;
		display: block;
		float: left;
		margin: 0 5px 15px;
		padding: 0.5em;
	border : solid 1px #c82c26;
	}


.biz_section h2 {
	margin-bottom: 20px;
	padding: 1em;
	border : solid 3px #c82c26;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
	font-weight: normal;
	font-size: 128%;
	color: #000;
}

		.biz_section h3 {
			padding: 5px 10px;
			background: #c82c26;
			font-weight: bold;
			font-size: 115%;
			color: #fff;
		}

		.biz_section h3 a {
			color: #fff;
		}


/* ::: clear-fix ::: */
.article_first_info dd,
.article_first_info dd p
.clearfix {
zoom: 1;
}

.article_first_info dd:after,
.article_first_info dd p:after
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
