@charset "utf-8";
/* CSS Document */



a:hover {text-decoration: none;}

/* main visual setting:
--------------------------------------------*/

#main_v {
	position: relative;
	display: block;
	width: 100%;
}

#main_v:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}


#main_v .scroll {
	position: absolute;
	bottom: 15px;
	right: 15px;
	z-index: 5;
	width: 17%;
}

#main_v .left,
#main_v .right {
	width: 50%;
}

#main_v .left {
	text-align: center;
	background: #fff;
}

#main_v .left {
	font-size: 90%;
	vertical-align: middle;
}
	
#main_v .left h1 {
	margin: 70px 0 15px;
	margin: 10% auto 5%;
}

#main_v .left p {
	width: 80%;
	margin: 30px auto 20px;
	line-height: 1.8em;
	font-size: 1.2em;
}

#main_v .right img {
	width: 100%;
}

#main_v .right {
	box-sizing: border-box;
}


#container {
	position: relative;
}

#main_v {
	position: relative;
}

#main_v .right {
	display: block;
	position: relative;
}

#main_v .right .photo {
	position: relative;
}


#main_v .right .photo li {
	opacity: 0;
	position: absolute;
}

#main_v .pagination {
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 20;
	margin: 0 aut0;
}

#main_v .pagination li {display: inline;margin: 0 5px;}

#main_v .pagination li a {
	display: inline-block;
	width: 7px;
	height: 7px;
	background: #fff;
	text-decoration: none;
	border-radius: 7px;
}

#main_v .pagination li a.on {
	background: #FF8E61;
}



@media screen and (max-width: 1400px) {
		
	#main_v .left h1 {
		margin: 10% 28% 5%;
	}
	
	#main_v .left h1 img {
		width: 100%;
	}
	
	#main_v .left p {
		width: 90%;
		margin: 20px auto 15px;
		line-height: 1.6em;
		font-size: 1em;
	}
	
	#main_v .left .btn1 a {
		padding: 0.6em 1.7em 0.5em;
		background-position: right 7px center;
		background-size: 16px;
	}

}


@media screen and (max-width: 1100px) {
	#main_v .left h1 {
		margin: 8% 28% 5%;
	}
	
	#main_v .left p {
		margin: 15px auto 10px;
		line-height: 1.5em;
		font-size: 0.9em;
		width: 95%;
	}
	
	#main_v .left .btn1 a {
		padding: 0.6em 1.7em 0.5em;
		background-position: right 7px center;
		background-size: 16px;
	}

}


/* section setting:
--------------------------------------------*/

/*-- h2 --*/

#main h2 {
	position: relative;
	padding: 20px 0;
	font-size: 150%;
	color: #444;
}

#main h2:before {
	content: "";
	display: inline-block;
	position: relative;
	background: #337de7;
	background: linear-gradient(to right, #337de7, #3baae7);
	width: 1em;
	height: 3px;
	margin: 10px 15px 10px 0;
}


/*---- topicks ----*/

#topics {
	padding: 20px 0 0;
	background: #E3F1F8;
}

#topics li {display: inline;}

#topics li a {
	display: table;
	float:right;
	width: 48%;
	background: #fff url(../img/common/arrow01.svg) no-repeat;
	background-position: right 10px bottom 10px;
	box-shadow: 2px 2px 10px -2px #ddd;
	background-size: 30px;
	margin-bottom: 4%;
	position: relative;
}


#topics li:nth-child(odd) a {
	clear: both;
	float: left;
}

#topics .category1,
#topics .category2,
#topics .category3 {
	display: inline-block;
	border-radius: 3px;
	min-width: 10em;
	font-size: 0.9em;
	text-align: center;
	padding: 0.5em;
	box-sizing: border-box;
	position: absolute;
	top: 25px;
	margin-left: -25px;
	font-weight: bold;
}

.category1 {background: #71C6BE;}
.category2 {background: #9ED260;}
.category3 {background: #FE9F7A;}


#topics time {
	diplay: block;
	position: absolute;
	right: 25px;
	top: 35px;
	font-weight: bold;
}

#topics .txt {
	clear: both;
	display: table-cell;
	padding: 1em;
}

@media screen and (max-width: 1100px){
	
	#topics .category1,
	#topics .category2,
	#topics .category3 {
		min-width: 8em;
		padding: 0.5em;
	}
	
	#topics li a img {
		width: 170px;
	}
	
	#topics li a {
		background-position: right 8px bottom 8px;
		background-size: 25px;
	}
	
	#topics time {
		right: 20px;
	}

}


@media screen and (max-width: 900px){
	#topics li a img {
		width: 150px;
	}
	#topics time {
		right: 15px;
	}
}


/*---- news ----*/


#news {
	padding: 0 0 50px;
	background: #E3F1F8;
}

#news ul {
	margin-bottom: 40px;
}

#news li a {
	display: table;
	border-bottom: 1px solid #E6DBDB;
	padding: 1.5em;
	width: 100%;
	box-sizing: border-box;
	font-weight: bold;
	background: #fff url(../img/common/arrow01.svg) no-repeat;
	background-position: right 10px bottom 10px;
	background-size: 30px;
	box-shadow: 2px 2px 10px -2px #ddd;
}

#news li:last-child a {
	border-bottom: none;
}

#news .category1,
#news .category2,
#news .category3 {
	display: table-cell;
	width: 5.5em;
	border-radius: 10em;
	vertical-align: middle;
	text-align: center;
	padding: 2em 0;
}

#news time {
	display: table-cell;
	padding: 0 2em;
	white-space: nowrap;
	vertical-align: middle;
	width: 5em;
}


#news .txt {
	display: table-cell;
	font-weight: normal;
}

@media screen and (max-width: 1100px){
	#news li a {
		padding: 1.5em;
		background-position: right 8px bottom 8px;
		background-size: 25px;
	}
}


/*---- pick up ----*/


/*-- h2 --*/

#main #pickup {
	background: url(../img/index/pickup_bg.gif) repeat-y center;
}

#main #pickup h2 {
	padding: 50px 0 0;
}

#main #pickup h2:after {
	margin: 20px auto 0;
}

#pic_menu {
	padding: 30px 0px 40px;
}

#pic_menu:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#pic_menu section {
	position: relative;
}

#pic_menu section a:before {
	content: "";
	display: block;
	position: absolute;
	background: #DFCECE;
	width: 100%;
	height: 1px;
	top: 93px;
	left: 4.3%;
	z-index: -1;
}

#pic_menu section:nth-child(even) a:before {
	left: -4.1%;
}

#pic_menu section a {
	display: table;
	float:right;
	width: 48%;
	background: #fff url(../img/common/arrow01.svg) no-repeat;
	background-position: right 15px bottom 15px;
	background-size: 30px;
	box-shadow: 2px 2px 10px -2px #ddd;
	margin-bottom: 50px;
	position: relative;
	padding-right: 20px;
	box-sizing: border-box;
}

#pic_menu section:nth-child(even) a {
	top: 50px;
}

#pic_menu section a:after {
	content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

#pic_menu section:nth-child(odd) a {
	clear: both;
	float: left;
}


#pic_menu section img {
	float: left;
	margin-right: 40px;
}

#pic_menu section h3 {
	margin: 20px 0;
	position: relative;
	font-size: 140%;
	color: #444;
}

#pic_menu section h3:before {
	content: "";
	display: block;
	position: absolute;
	background: #337de7;
	background: linear-gradient(to right, #337de7, #3baae7);
	width: 2em;
	height: 3px;
	top: 0.4em;
	left: 160px;
}



@media screen and (max-width: 1100px){
	#pic_menu section a {
		background-position: right 8px bottom 8px;
		background-size: 25px;
	}
	
	#pic_menu section h3 {
		margin: 20px 0 15px;
		font-size: 130%;
	}
	
	#pic_menu section h3:before {
		width: 1.2em;
		height: 2px;
		top: 0.3em;
		left: 140px;
	}
	
	
	#pic_menu section a:before {
		top: 73px;
	}
	
	#pic_menu section img {
		margin-right: 30px;
		width: 150px;
	}

}
@media screen and (max-width: 900px){
	#pic_menu section a {
		font-size: 0.9em;
	}
	
	#pic_menu section h3 {
		margin: 13px 0 8px;
		font-size: 120%;
	}
	
	#pic_menu section h3:before {
		top: 0.4em;
		left: 110px;
	}
	#pic_menu section a:before {
		top: 60px;
	}
	
	#pic_menu section img {
		margin-right: 20px;
		width: 120px;
	}
}


/*---- banner ----*/


#banner {
	background: #F8F7F0;
	padding: 50px 0 10px;
}


@media screen and (max-width: 1100px){
	
	#banner {
		padding: 40px 0 20px;
	}
}