@charset "UTF-8";
/* ==========================================================================
TOPページ専用
========================================================================== */

h1.Top_h1 {
	height: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-size: 0;
}

.wideslider {
	position: relative;
	z-index: 1;
	margin-top: 6px;
}
.wideslider .slider {
	width: 980px;
	margin: 0 auto;
}
.wideslider .slider > div {
	line-height: 0;
}

#bannerArea01 {
	width: 980px;
	margin: 25px auto;
}
#bannerArea01 ul{
	font-size: 0;
}
#bannerArea01.bannerArea01_banner0 ul {
	padding:5px 0 6px 0;
}
#bannerArea01 ul li {
	display: inline-block;
	margin-right: 4px;
	padding-top: 4px;
	line-height: 0;
}
#bannerArea01 ul li.last,
#bannerArea01 ul li:nth-child(4n){
	margin: 0;
}
#bannerArea01 ul li img {
	width: 242px;
}
#bannerArea01 ul li img:hover {
	opacity: 0.8;
}

/*バナー1個*/
#bannerArea01 .top_banner_1{
	width: 100%;
}
#bannerArea01 .top_banner_1 li{
	margin-right: 0;
}
#bannerArea01 .top_banner_1 li img {
	width: 100%;
}
/*バナー2個*/
#bannerArea01 .top_banner_2{
	width: 488px;
	margin: 0 auto;
}
#bannerArea01 .top_banner_2 li:last-child{
	margin-right: 0;
}
/*バナー3個*/
#bannerArea01 .top_banner_3{
	width: 734px;
	margin: 0 auto;
}
#bannerArea01 .top_banner_3 li:last-child{
	margin-right: 0;
}

#newsArea {
	padding: 30px 0;
	background: #F5F3EA;
}
.newsTitle,
.newsCont {
	width: 980px;
	margin: 0 auto;
}
.newsTitle h2 {
	float: left;
	font-size: 1.500em;
	line-height: 1;
}
.newsTitle .newsBtn {
	float: right;
}
.newsTitle .newsBtn p {
	float: left;
	margin-left: 10px;
}
.newsTitle .newsBtn p a {
	display: block;
	height: 30px;
}
.newsTitle .newsBtn p a:hover {
	opacity: 0.7;
}
.newsTitle .newsBtn .rss a {
	width: 30px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-size: 0;
	background: url(../images/icon_rss.png) no-repeat center center;
}
.newsTitle .newsBtn .newsList a {
	box-sizing: border-box;
	padding: 4px 15px;
	font-size: 0.875em;
	text-decoration: none;
	color: #fff;
	background: #EB672D;
	border-radius: 30px;
}
.newsTitle .newsBtn .newsList a span {
	padding-right: 15px;
	background: url(../common/icon_arrow02.png) no-repeat right center;
	background-size: 6px 8px;
	-webkit-background-size: 6px 8px;
	-ms-background-size: 6px 8px;
}
.newsCont {
	box-sizing: border-box;
	padding: 0 20px;
	margin-top: 16px;
	background: #fff;
	border-radius: 4px;
	box-shadow:0px 0px 10px -2px rgba(0,0,0,0.1);
}
.newsCont .newsContIn dl {
	padding: 20px 0;
	border-bottom: 1px solid #E0E0E0;
}
.newsCont .newsContIn dl:last-child {
	border-bottom: 0;
}
.newsCont .newsContIn p img {
	width: 50px;
	float:left;
	margin-right:10px;
}
.newsCont .newsContIn dt {
	margin-bottom: 8px;
	font-size: 0.750em;
	line-height: 1.4;
}
.newsCont .newsContIn dt span.category {
	margin-left: 10px;
	font-weight: bold;
	color: #EB672D;
}
.newsCont .newsContIn dt img {
	height: 15px;
	margin-left: 10px;
	vertical-align: top;
}
.newsCont .newsContIn dd {
	line-height: 1.5;
}
.newsCont .newsContIn dd a {
	text-decoration: underline;
	color: #000;
}
.newsCont .newsContIn dd a:hover {
	text-decoration: underline;
	color: #0071b2;
}

#bannerArea02 {
	padding: 30px 0;
	background: url(../images/bg_bannerarea02.jpg) bottom center;
	background-size: cover;
}
#bannerArea02 h2,
#bannerArea02 .bannerArea02In {
	width: 980px;
	margin: 0 auto;
}
#bannerArea02 h2 {
	font-size: 1.500em;
	line-height: 1;
	color: #fff;
	text-shadow:0px 0px 5px rgba(0,0,0,0.5);
}
#bannerArea02 .bannerArea02In {
	box-sizing: border-box;
	padding: 18px;
	margin-top: 16px;
	background: #fff;
	border-radius: 4px;
	box-shadow:0px 0px 10px -2px rgba(0,0,0,0.1);
}
.acordion {
	margin-bottom: 12px;
}
.acordion:last-child {
	margin-bottom: 0;
}
.acordion .trigger {
	padding: 15px;
	background: #F7F7F7;
	border: 1px solid #F0EFEF;
	border-radius: 4px;
}
.acordion .trigger span {
	box-sizing: border-box;
	display: block;
	height: 26px;
	padding-left: 36px;
	font-size: 1.125em;
	line-height: 1.4;
	background: url(../common/icon_plus01.png) no-repeat left top;
	background-size: 26px;
	-webkit-background-size: 26px;
	-ms-background-size: 26px;
}
.acordion .trigger.active {
	background: #4FAACE;
	border: 1px solid #4FAACE;
}
.acordion .trigger.active span {
	color: #fff;
	background: url(../common/icon_plus02.png) no-repeat left top;
	background-size: 26px;
	-webkit-background-size: 26px;
	-ms-background-size: 26px;
}
#bannerArea02 dl dd ul {
	margin-top: 10px;
}
#bannerArea02 dl dd ul li {
	float: left;
	width: 310px;
	margin: 0 6px 7px 0;
	line-height: 0;
}
#bannerArea02 dl dd ul li:nth-child(3n){
	margin: 0 0 7px 0;
}

#bannerArea02 dl dd ul li img {
	width: 100%;
}
#bannerArea02 dl dd ul li:hover {
	opacity: 0.6;
}


#bannerArea03 ul li a:hover {
	opacity: 0.6;
}
.bannerArea03_txtlink {
	padding: 30px 0 10px;
	border-bottom: 1px solid #F0EFEF;
}
.bannerArea03_txtlink ul {
	width: 980px;
	margin: 0 auto;
}
.bannerArea03_txtlink ul li {
	display: inline-block;
	margin: 0 5px 10px 0;
}
.bannerArea03_txtlink ul li a {
	display: inline-block;
	padding: 10px 15px;
	text-decoration: none;
	color: #000;
	background: #D3F2D3;
	border-radius: 4px;
}
.bannerArea03_txtlink ul li a span {
	padding-right: 15px;
	background: url(../common/icon_arrow01.png) no-repeat right center;
	background-size: 6px 8px;
	-webkit-background-size: 6px 8px;
	-ms-background-size: 6px 8px;
}
.bannerArea03_imglink {
	width: 980px;
	margin: 0 auto;
	padding: 20px 0;
}
.bannerArea03_imglink ul {
	margin-left: -13px;
}
.bannerArea03_imglink ul li {
	float: left;
	margin:0 0 10px 13px;
	line-height: 0;
}
.bannerArea03_imglink ul li img {
	max-width: 100%;
	height: auto;
}
#bannerArea03 ul li.sp_look {
	display:none;
}
