@charset "utf-8";
/* ===============================================

 トップページのスタイル
 
================================================== */

/* -----------------------------------------------
 cover
-------------------------------------------------- */
#cover {
	width:100%;
	height:500px;
	padding-top:20px;
	background:url(../images/home/bcg_cover.jpg) repeat-x center bottom;
	overflow:hidden;
}
#cover img {
	border:solid 7px #fff;
	border-radius:10px;
	box-shadow:0 0 4px 0 rgba(0,0,0,0.2); 
}
#image-bloc {
    height: 430px;
  }
.bx-viewport {
    overflow: visible!important;
    width: 100%!important;
  }
.main-container { 
    overflow: hidden;
    padding-bottom: 0px;
  }
 .slider {
    list-style: none;
    margin: 0;
    padding: 0;
  }
 .slider li {
    width: 960px!important;
    margin: 0;
    padding: 0;
  }



/* -----------------------------------------------
 content
-------------------------------------------------- */
 .content_wrap_home {
	width:100%;
	margin-top:3em;
}
 .content_wrap_home:nth-child(even) {
	margin-top:5em;
	padding-bottom:1em;
	border-top:solid 1px #fff;
	background:url(../images/bcg_content.jpg) repeat center top;
}
 .content_wrap_home:last-child {
	padding-bottom:8em;
}
 .content_wrap_home h2 {
	margin-bottom:2.5em;
	text-align:center;
}
 .content_wrap_home:nth-child(even) h2 {
	margin-top:-47px;
}
.content_home {
	width:960px;
	margin-right:auto;
	margin-left:auto;
}


/* -----------------------------------------------
 content_wrap 01
-------------------------------------------------- */
.product {
	display:block;
	float: left;
	width:470px;
	padding-right:1em;
	padding-left:1em;
	text-align:center;	
}
.product:link,
.product:visited,
.product:hover,
.product:active {
	color:#666;
	text-decoration:none;
}
/*.content_home a {
	color:#666;
	text-decoration:none;
}*/
.product h3 {
	margin-top:0.5em;
	font-size:1.8rem;
	color:#19A6DF;
}

/* -----------------------------------------------
 content_wrap 01
-------------------------------------------------- */
.column1 .index_box {
	display:block;
	float:left;
	width:470px;
	margin-right:20px;
}
.column1 .index_box:nth-child(even) {
	margin-right:0px;
}
.index_box {
	margin-bottom:2em;
	text-align:center;
}
.index_box:link,
.index_box:visited,
.index_box:hover,
.index_box:active {
	color:#666;
	text-decoration:none;
}
.index_box img { /* width 460px */
	border:solid 5px #fff;
	border-radius:10px;
	box-shadow:0 0 4px 0 rgba(0,0,0,0.2); 
}
.index_box h3 {
	margin-top:0.5em;
	font-size:1.8rem;
	color:#19A6DF;
}



/* -----------------------------------------------
 content_wrap 02
-------------------------------------------------- */
.column2 .index_box {
	display:block;
	float:left;
	width:470px;
	margin-right:20px;
}
.column2 .index_box:nth-child(even) {
	margin-right:0px;
}
.index_box {
	margin-bottom:2em;
	text-align:center;
}
.index_box:link,
.index_box:visited,
.index_box:hover,
.index_box:active {
	color:#666;
	text-decoration:none;
}
.index_box img { /* width 460px */
	border:solid 5px #fff;
	border-radius:10px;
	box-shadow:0 0 4px 0 rgba(0,0,0,0.2); 
}
.index_box h3 {
	margin-top:0.5em;
	font-size:1.8rem;
	color:#19A6DF;
}


/* -----------------------------------------------
 content_wrap 04
-------------------------------------------------- */
.column3 .index_box {
	float:left;
	width:305px;
	margin-right:22.5px;
}
.column3 .index_box:nth-child(3n) {
	margin-right:0;
}


/* -----------------------------------------------
 content_wrap 05
-------------------------------------------------- */
.news_index {
	list-style:none;
}
.news_index li {
	padding-top:1em;
	padding-bottom:1em;
	border-bottom:dotted 1px rgba(115,208,215,0.5);
}
.news_index li:first-child {
	border-top:dotted 1px rgba(115,208,215,0.5);
}
.news_index li:nth-child(odd) {
	background-color:rgba(115,208,215,0.1);
}
.news_index .data {
	display:inline-block;
	width:10em;
	padding-left:2em;
	background:url(../images/home/bullet_news.png) no-repeat 1em center;
}
.news_index .post_index {
	display:inline-block;
}
