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

#key li {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height:495px;
}
#key .sl1 {
	background-image: url(../img/index/js01.jpg);
}
#key .sl2 {
	background-image: url(../img/index/js02.jpg);
}
#key .sl3 {
	background-image: url(../img/index/js03.jpg);
}
#key .sl4 {
	background-image: url(../img/index/js04.jpg);
}

.txt_top {
	font-size: 24px;
	line-height: 60px;
	text-align: center;
	padding: 3% 0;
}
#key .key_txt {
    position: absolute;
    z-index: 999;
    text-align: center;
	
	margin: 0 auto;
	width:100%;
}
#key .key_txt img{
	margin:0 auto;
	max-width:540px;
}
.feed_item{
	float: left;
	width: 30%;
	margin-left: 5%;
	margin-bottom: 30px;
}
.feed_item p{
	margin-bottom: 10px;	
}
.feed_item dt{
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 10px;	
}
.feed_item dt span{
	font-size: 16px;
	font-weight: bold;
}
.feed_item dd{
	font-size: 13px;
	line-height: 20px;	
}
.feed_item:first-child{
	margin-left: 0;	
}
#sec1 .contents_ttl{
	height: 380px;	
}
#sec1 .contents_ttl h2{
	padding-top: 140px;	
}

#sec1 .link_list{
	
}
#sec1 .link_list li{
	float:left;
	width: 30%;
	margin-left: 5%;
	text-align: center;
}
#sec1 .link_list li:first-child{
	margin-left: 0;
}
#sec2 .contents_ttl{
	height: 410px;
}
#sec2 .contents_ttl h2{
	padding-top: 120px;	
}
#sec2 .left_box{
	width: 50%;	
	float: left;
}
#sec2 .left_box dl{
	text-align: center;
	padding: 0 40px;	
}
#sec2 .left_box dt{
	padding-bottom:5px;
	border-bottom: 1px solid #464040;
	margin-bottom: 10px;
}
#sec2 .right_box{
	width: 48%;	
	float: right;
}
#sec2 .sec2_txt{
	text-align: center;	
	margin-bottom: 20px;
}
#sec2 h3{
	margin-bottom: 20px;
	text-align: center;	
}
#sec2 .link_btn{
	text-align: center;
	padding-top: 30px;	
}
#sec3 .contents_ttl{
	height: 730px;
}
#sec3 .contents_ttl h2{
    padding-top: 280px;
}
#sec3 .contents_box{
	position: relative;	
}

.sec3_box1{

	height:470px;
}
.sec3_box1 .left_box{
	background: url(../img/index/sec3_img1.jpg) no-repeat left top /cover ;
	float: left;
	width: 35%;
	height: 300px;
}
.sec3_box1 .right_box{
	float: right;
	width: 60%;
}
#sec3 .img{
	text-align: center;	
	position: absolute;
	top: 230px;
    left: 180px;
}
.sec3_box2 .left_box{
	float:left;
	width: 45%;
}
.sec3_box2 .right_box{
	float:right;
	width: 50%;
}

@media screen and (min-width: 1400px) {
#key li {
}
}

@media screen and (max-width: 1000px) {

}
@media screen and (max-width: 1000px) and (min-width: 610px) {
.content{
	
}


}



@media screen and (min-width: 1100px) {

}

@media screen and (max-width: 999px) and (min-width: 700px) {

}

@media screen and (max-width: 740px) and (min-width: 610px) {
	.sec3_box1{
		height: auto;	
	}
	#sec3 .img{
		position: static;
		margin-bottom: 20px;	
	}
}


@media screen and (max-width: 610px) {
	
#sec2 .left_box{
	margin-bottom: 20px;
}
.sec3_box1{
	height: auto;
	margin-bottom: 20px;	
}
.sec3_box1 .left_box{
	margin-bottom: 20px;	
}
#sec3 .img {
    text-align: center;
    position:static;
	margin-bottom: 20px;
}
.sec3_box2 .left_box{
	margin-bottom: 20px;	
}

.left_box{
	float: none !important;
	width: 100% !important;	
}
.right_box{
	float: none !important;
	width: 100% !important;	
}
}

@media screen and (max-width: 470px)  {
#key .key_txt {
	margin-top: -20%;
}

.feed_item {
    float: none;
    width: 100%;
    margin-left: 0;

}
#sec1 .link_list li{
    float: none;
    width: 100%;
    margin: 0 auto;
    border-bottom: 2px solid #cfc2a4;
	padding:20px 0;
}
#sec1 .link_list li:first-child{
    border-top: 2px solid #cfc2a4;
}
#sec1 .link_list li img{
	width: 50%;	
}






}
@media screen and (max-width: 340px) {
}
