@charset "UTF-8";
/* =================================
Top Page CSS
================================= */

#main figure { margin: 0; line-height: 22px;}



#main {
	width: 890px;
	margin: 0 auto; 
}

.new_titile {
	width: 100%;
	text-align: center; 
	margin-bottom: 40px;
}

.special_menu ul,
.special_menu { width: 100% }

.special_menu ul {
	margin: 0 0 70px; 
}

.special_menu ul li {
	float: left;
	position: relative;
	width: 285px;
	min-height: 45px;
	height: auto;
	line-height: 25px;
	border: 1px dashed #ccc;
	text-align: center;
	margin: 0 10px 10px 0;
	cursor: pointer;
}

.special_menu ul li a {
	font-size: 13px;
	font-weight: bold; 
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
}



.special_menu ul li:hover { background-color: #eeeeee; }

.special_menu ul li.active { 
	background-color: #eee; 
}

.special_menu h2 {
	font-size: 18px;
	color: #4d4d4d;
	width: 100%;
	text-align: center;
	margin-bottom: 30px; 
}

.special_menu h3 {
	font-size: 18px;
	color: #41D2C4;
	margin: 32px 0 20px;
}

.txt_content {
	font-size: 13px; 
	color: #4d4d4d;
	line-height: 1.8em;
}
.txt_content {
	font-size: 13px; 
	color: #4d4d4d;
	line-height: 1.8em;
}
.box_text p {
	line-height: 1.8em;
}
.box_text img {
	max-width: 100%;
	height: auto !important;
	width: auto;
}

.box_culumn1 { width: 100%; margin-bottom: 60px;	float:left;}
.box_culumn2_1 { width: 100%;	margin-bottom: 60px; float:left;}
.box_culumn2_1 div img { width: 100%; }
.box_culumn2_1 div.box_left,
.box_culumn2_1 div.box_right {margin-bottom: 40px; }
.box_culumn2_1 div.box_left figure { display: inline-block;width: 47%;vertical-align: top;}
.box_culumn2_1 div.box_left .box_text { display: inline-block;width: 47%;margin-right: 3%;vertical-align: top;}

.box_culumn2_1 div.box_right figure { display: inline-block;width: 47%;vertical-align: top;}
.box_culumn2_1 div.box_right .box_text { display: inline-block;width: 47%;margin-left: 3%;vertical-align: top;}
.box_culumn2_1 h3 { margin: 0 0 10px;}


.box_culumn2_2 { width: 50%;	margin-bottom: 60px; float:left;}
.box_culumn2_2 div { display: inline-block;width: 98%; vertical-align: top;}
.box_culumn2_2 div img { width: 100%; }


@media only screen and (max-width: 768px) {
	
	#main {
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom:0;
	}
	
	.special_menu {
		margin-top: 20px; 
	}
	.special_menu ul{
		width: 100%;
		text-align: center;
		margin: 20px 0 20px;
	}
	
	.special_menu ul li {
		float: none;
		text-align: center;
		margin: 0 auto 10px;
		cursor: pointer;
		width: 100%;
		background: url(../img/icon_arrow.png) no-repeat 95% center;
		background-size: 20px 10px;
	}
	
	#main figure img { width: 100%; }
	
	.special_menu ul li.active {
		background-color: #fff;
		border: 1px solid #a0a0a0;
	}
	
.special_menu h3 {
	font-size: 16px;
	line-height: 1.8em;
	margin: 10px 0 10px;
}

.txt_content {
	font-size: 12px;
	line-height: 1.8em;
}

.box_culumn1 { width: 100%; margin-bottom: 30px; }
.box_culumn2_1 { width: 100%;	margin-bottom: 30px;}
.box_culumn2_1 div img { width: 100%; }
.box_culumn2_1 div.box_left,
.box_culumn2_1 div.box_right { float: none;margin-bottom: 20px; }
.box_culumn2_1 div.box_left figure { display: block;width: 100%;vertical-align: top;}
.box_culumn2_1 div.box_left .box_text { display: block;width:100%;margin-left: 0;vertical-align: top;}

.box_culumn2_1 div.box_right figure { display: block;width: 100%;vertical-align: top;}
.box_culumn2_1 div.box_right .box_text { display: block;width: 100%;margin-right: 0;vertical-align: top;}
.box_culumn2_1 h3 { margin: 10px 0 10px;}


.box_culumn2_2 { width: 100%; }
.box_culumn2_2 div { margin-bottom: 20px; }
.box_culumn2_2 div img { width: 100%; }
.box_culumn2_2 div.box_left { display: inline-block;width: 100%; vertical-align: top;}
.box_culumn2_2 div.box_right { display: inline-block;width: 100%;margin-left: 0;	vertical-align: top;}

	
}