@charset "utf-8";

/* top */


/* slide
----------------------------------------- */
#visual-slider {
	width: 100%;
	height: auto;
	margin-bottom: 50px;
	z-index: -100;
}
#visual-slider li {
	width: 100%;
	height: auto;
	text-align: center;
}
#visual-slider li img {
	max-width: 100%;
	height: auto;
}

#visual-slider2 {
	width: 100%;
	height: auto;
	margin-bottom: 50px;
	z-index: -100;
}
#visual-slider2 li {
	width: 100%;
	height: auto;
	text-align: center;
}
#visual-slider2 li img {
	max-width: 100%;
	height: auto;
}


/* contents
----------------------------------------- */
#about-section {
	margin-bottom: 55px;
}
.about-sec-ttl {
	margin-bottom: 25px;
	font-size: 22px;
}
.about-sec-txt {
	margin-bottom: 25px;
}
.about-sec-txt.last {
	margin-bottom: 40px;
}
.about-sec-btn {
	margin-bottom: 60px;
	text-align: center;
}
.about-sec-img img {
	width: 100%;
	height: auto;
}
.news-sec-ttl {
	margin-bottom: 15px;
	font-size: 20px;
	text-align: center;
}
.news-sec-list li {
	margin-bottom: 15px;
	padding-bottom: 13px;
	border-bottom: 1px solid #cccccc;
	font-size: 13px;
}
.news-sec-list li.last {
	margin-bottom: 0;
}





/* タブレット向け：760px～980px ---------------------------------- */
@media only screen and (min-width: 760px) {

/* slide
----------------------------------------- */
#visual-slider {
	margin-bottom: 160px;
}
#visual-slider li {
	width: 980px;
	height: 660px;
	margin: 0 auto;
	overflow: hidden;
}
#visual-slider .slide01 {
	background: url(../img/main-visual01.jpg) center 0 no-repeat;
}
#visual-slider .slide02 {
	background: url(../img/main-visual02.jpg) center 0 no-repeat;
}
#visual-slider .slide03 {
	background: url(../img/main-visual03.jpg) center 0 no-repeat;
}
#visual-slider .slide04 {
	background: url(../img/main-visual04.jpg) center 0 no-repeat;
}
#visual-slider .slide05 {
	background: url(../img/main-visual05.jpg) center 0 no-repeat;
}
#visual-slider .slide06 {
	background: url(../img/main-visual06.jpg) center 0 no-repeat;
}

	
	
#visual-slider2 {
	margin-bottom: 160px;
}
#visual-slider2 li {
	width: 100%;
	height: 300px;
	margin: 0 auto;
	overflow: hidden;
}
#visual-slider2 .slide01 {
	background: url("../img/pro_mainp.jpg") center 0 no-repeat;
}
	
	
	
/* contents
----------------------------------------- */
#about-section {
	margin-bottom: 180px;
	padding: 0 40px;
}
.about-sec-ttl {
	margin-bottom: 40px;
	font-size: 30px;
	letter-spacing: 0.1em;
}
.about-sec-txt {
	width: 420px;
	margin-bottom: 30px;
	line-height: 2.2;
}
.about-sec-txt.last {
	margin-bottom: 70px;
}
.about-sec-btn {
	margin-bottom: 0;
	text-align: left;
}
.about-sec-img {
	position: relative;
	width: 65%;
	height: auto;
	margin: -300px 0 0 35%;
	z-index: -100;
	overflow: hidden;
}
.about-sec-img img {
	width: 100%;
	height: auto;
}
.about-sec-colorbg {
	position: relative;
	margin: -310px 0 0 72px;
	z-index: -1000;
}
.about-sec-colorbg img {
	width: 400px;
	height: 430px;
	z-index: -1000;
}

	
	.index_product {
	float:left;
	margin:0 38px 38px 0;
}

	.product {
	float:left;
	margin-right:38px;
}
	
	#product {
    color: #333;
    padding: 0;
	margin-bottom:200px;
	text-align: center;
}

#product-inner {
	margin: 0 auto 20px;
    width: 900px;
	height:auto;	
}

#product #product-inner ul li {
	float:left;
	margin-right:35px;
}
	
	

} /* タブレット向けここまで */





/* PC向け：981px～ ---------------------------------- */
@media only screen and (min-width: 981px) {


/* contents
----------------------------------------- */
#about-section {
	margin-bottom: 180px;
	padding: 0 0;
}
.about-sec-img {
	width: 640px;
	height: 540px;
	margin: -300px 0 0 340px;
}
.about-sec-colorbg {
	position: relative;
	margin: -310px 0 0 72px;
	z-index: -1000;
}
.about-sec-colorbg img {
	width: 400px;
	height: 430px;
	z-index: -1000;
}

} /* PC向けここまで */






/* widePC向けレイアウトの指定：1401px～ ---------------------------------- */
@media only screen and (min-width: 1401px) {

} /* widePC向けここまで */


	




