@charset "utf-8";
/* --------------------------------
	areaのPC用のCSSです。
-------------------------------- */
.Main_Contents_Area {
	text-align: left;
	margin: 0 auto;
}
p ,ul {
	margin:0px 5px;
}


#header .logo {
	display: none;
}
#header .sec-lead {
	padding:5px 0px;
}
#header h1 {
	padding-top: 3px;
	padding-left: 5px;
	color: #264965;
	font-size: 1.3em;
	font-weight: bold;
}
 #header h2 {
	color: #264965;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.5;
}
.clearfix {
	clear: both;
}
.sectionA h2, .sectionB h2 {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	border: 1px solid #dcdcdc !important;
	box-shadow: 1px 1px 0 rgba(242, 242, 242, 1) !important;
	background: -moz-linear-gradient(bottom, #f4f4f4, #fff 50%) !important;
	background: -webkit-gradient(linear, left bottom, left top, from(#f4f4f4), color-stop(0.5, #fff)) !important;
	color: #17557a !important;
	font-size: 1.5em !important;
	margin: 15px 0px 10px;
}
.sectionA h2 span, .sectionB h2 span {
	margin-left: 10px !important;
	padding: 3px 10px !important;
	font-weight: bold !important;
	color: #17557a !important;
	border-left: 3px solid #467bbb !important;
}

.sectionA h3 {
	border-bottom: 3px dotted #90b9e2;
	margin: 10px 0px;
	padding: 5px 0px 5px 0.5em;
	font-size: 1.3em;
	font-weight: bold;
	color: #2c598c;
}
.sectionB  h3 {
	clear: both;
	border: 1px solid #136595 !important;
	color: #136595 !important;
	font-weight: bold !important;
	font-size: 16px !important;
	line-height: 1 !important;
	padding: 10px 10px !important;
	margin: 10px 0px 10px 0px !important;
	background-color: #f5f5f5 !important;
	text-align: left !important;
}
Main_Contents_Area ul {
	font-size:1.1em;
	overflow: hidden;
}
.sectionA ul li{
	margin: 5px 0px;
}

.sectionB ul li {
	text-align: center;
	padding: 8px 0px;
}
.sectionB ul li img {
	max-width:100%;
}
ul.banner4 li {
	float: left;
	width: -moz-calc(100% / 2);
	width: -webkit-calc(100% / 2);
	width: calc(100% / 2);
}
ul.banner2_sp li {
	float: left;
	width: -moz-calc(100% / 2);
	width: -webkit-calc(100% / 2);
	width: calc(100% / 2);
}
