/* screens smaller than 1024---------------------------------------------------------- */
@media only screen and (min-width:691px) and (max-width:1024px) {



.flexslider{
}


.flexslider .slides > li{
    height: auto;
    width: 100%;
	background: none !important;
	/*
	background-size: cover;
	*/
	display:block;
	position:relative;
}
.flexslider .slides > li img{
	width:100%;
	height:auto;
	display: block;

}


/*common*/
/*------------------------------------------------------------------------------*/
h2{
	margin-bottom:30px;
	font-size:200%;
	display:block;
	font-weight:bold;
	text-align:center;
}



	h2 span{
		display:block;
	font-weight: normal;
	color:#008488;
	font-size:60%;
	padding-left:10px;

	}



.section_in{
	max-width:1024px;
	width:100%;
	margin:0px auto 0px;
}


	.tit_icon{
		color:#AAAAAA;
		text-align:center;
		display: table;
		padding:8px 12px;
		font-size:120%;
		margin:0px auto ;
		position:relative;
	}

	.tit_icon:after{
		content:"";
		padding:7px;
		position: absolute;
		background:url(../image/common/icon_01.png) no-repeat right top;
		top:0;
		right:0;
	}



h3 {
	margin-left:15px;
}



h4{
	font-size:21px;
	color:#fff;
	line-height:1;
	margin-bottom:15px;
}
h4 .lang_en {
	font-size:9px;
}
h4 .txt_bunya {
	font-size:13px;
}



.section_txt{
	width:100%;
	margin:0px auto 30px;
}


.sample_tit{
	padding-top:50px;
}


.sample_tit h2{
	margin-bottom:0;
}

.sample_bg{
	background:url(../image/sample_bg.jpg) repeat-x 0 0;
	width:100%;
	display:block;
	text-align:center;
}

.sample_bg img{
	width:100%;
	height:auto;
	margin:0px auto;
}

.sample_bg_sp{
	display:none;
}


.common_btn{
	width: auto;
	display:table;
	margin:0px auto;
	text-align: center;
	vertical-align:middle;
	position:relative;
}

	.common_btn a{
		padding:0px 60px;
		line-height:50px;
		font-size:110%;
		background:#3399CC;
		border:1px solid #3399CC;
		color:#FFF;
		display:block;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}

	.common_btn:after{
		content:"";
		padding:8px 15px;
		background: url(../image/common/arr01-2.html) no-repeat right center;
		display:block;
		position: absolute;
		top:18px;
		right:-10px;
		}


	.common_btn a:hover{
		background: #FFF;
		color:#3399CC;
		text-decoration:none;
	}



.common_btn01{
	width: auto;
	margin:0px auto;
	text-align: center;
	vertical-align:middle;
	display:table;
}

	.common_btn01 a{
		border:1px solid #025C9B;
		padding:5px 100px;
		font-size:120%;
		background: #025C9B;
		color:#FFF;
		display:block;
	}
	.common_btn01 a:before{
		content:">";
		padding-left:10px;
	}


	.common_btn01 a:hover{
		background: #FFF;
		color:#025C9B;
		text-decoration:none;
	}





/*section_01*/
/*------------------------------------------------------------------------------*/

.section_01{
	max-width:1024px;
	width:100%;
	margin:0px auto;
	height:auto;
	padding:50px 0px 0px;
}


	
	.section_01_box{
		background:#F2F2F0;
		border-radius:5px;
		padding:20px;
	}
	
	.section_01_tit_box{
		padding:0px;
		text-align: left;
		position:relative;
		padding-bottom:20px;
	}

	.section_01_tit{
		position: relative;
		top: auto;
		left:0;
		display:block;
		background: url(../image/common/tit_01.png) no-repeat left center;
		padding:30px 0px 20px 50px;
		font-size:150%;
		line-height:1;
		text-align:left;
	}

	.section_01_tit span{
		font-weight: normal;
		color:#008488;
		font-size:70%;
		padding-left:10px;
	}
	
	.section_01_tit_box a{
		color:#09529e;
		text-decoration:underline;
	}


	.section_01_box li{
		width:23.5%;
		float:left;
		margin-right:2%;
		margin-bottom:10px;
	}

	.section_01_box li:nth-child(4n){
		margin-right:0%;
	}


	.section_01_box li a{
		border:1px solid #C9D1D4;
		border-radius:5px;
		background: url(../image/common/icon_01.png) no-repeat 10px center, url(../image/common/arr04.png) no-repeat 95% center #FFF;
		padding:10px 10px 10px 50px;
		display:table-cell;
	}
		.section_01_box li:nth-child(2) a{
			background: url(../image/common/icon_02.png) no-repeat 10px center, url(../image/common/arr04.png) no-repeat 95% center #FFF;
		}

		.section_01_box li:nth-child(3) a{
			background: url(../image/common/icon_03.png) no-repeat 10px center, url(../image/common/arr04.png) no-repeat 95% center #FFF;
		}

		.section_01_box li:nth-child(4) a{
			background: url(../image/common/icon_04.png) no-repeat 10px center, url(../image/common/arr04.png) no-repeat 95% center #FFF;
		}

		.section_01_box li:nth-child(5) a{
			background: url(../image/common/icon_05.png) no-repeat 10px center, url(../image/common/arr04.png) no-repeat 95% center #FFF;
		}

		.section_01_box li:nth-child(6) a{
			background: url(../image/common/icon_06.png) no-repeat 10px center, url(../image/common/arr04.png) no-repeat 95% center #FFF;
		}

		.section_01_box li:nth-child(7) a{
			background: url(../image/common/icon_07.png) no-repeat 10px center, url(../image/common/arr04.png) no-repeat 95% center #FFF;
		}

		.section_01_box li:nth-child(8) a{
			background: url(../image/common/icon_08.png) no-repeat 10px center, url(../image/common/arr04.png) no-repeat 95% center #FFF;
		}
		
	.section_01_box li a:hover{
			background: url(../image/common/icon_01.png) no-repeat 10px center, url(../image/common/arr04_on.png) no-repeat 95% center #03BCC1;
			color:#FFFFFF;
	}

		.section_01_box li:nth-child(2) a:hover{
				background: url(../image/common/icon_02.png) no-repeat 10px center, url(../image/common/arr04_on.png) no-repeat 95% center #03BCC1;
		}
	
		.section_01_box li:nth-child(3) a:hover{
				background: url(../image/common/icon_03.png) no-repeat 10px center, url(../image/common/arr04_on.png) no-repeat 95% center #03BCC1;
		}
	

		.section_01_box li:nth-child(4) a:hover{
				background: url(../image/common/icon_04.png) no-repeat 10px center, url(../image/common/arr04_on.png) no-repeat 95% center #03BCC1;
		}
	

		.section_01_box li:nth-child(5) a:hover{
				background: url(../image/common/icon_05.png) no-repeat 10px center, url(../image/common/arr04_on.png) no-repeat 95% center #03BCC1;
		}
	

		.section_01_box li:nth-child(6) a:hover{
				background: url(../image/common/icon_06.png) no-repeat 10px center, url(../image/common/arr04_on.png) no-repeat 95% center #03BCC1;
		}
	

		.section_01_box li:nth-child(7) a:hover{
				background: url(../image/common/icon_07.png) no-repeat 10px center, url(../image/common/arr04_on.png) no-repeat 95% center #03BCC1;
		}
	

		.section_01_box li:nth-child(8) a:hover{
				background: url(../image/common/icon_08.png) no-repeat 10px center, url(../image/common/arr04_on.png) no-repeat 95% center #03BCC1;
		}
	


/*section_02*/
/*------------------------------------------------------------------------------*/
.section_02{
	max-width:1024px;
	width:100%;
	margin:0px auto;
	display:table;
	border-left:1px solid #DDDDDD;
}

	.section_02_left{
		width:50%;
		display:table-cell;
		vertical-align:middle;
		border-right:1px solid #DDDDDD;
	}

		.section_02_left a{
			padding:70px 20px 30px;
			display: block;
			background:url(../image/common/icon_05.png) no-repeat center 30px;
			color:#004EB9;
			font-size:150%;
			text-align:center;
		}

		.section_02_left a span{
			display: block;
			font-size:60%;
		}

	.section_02_right{
		width:50%;
		display:table-cell;
		vertical-align:middle;
		border-right:1px solid #DDDDDD;
	}

		.section_02_right a{
			padding:70px 20px 30px;
			display: block;
			background:url(../image/common/icon_06.png) no-repeat center 30px #00A2DB;
			color:#FFF;
			font-size:150%;
			text-align:center;
		}

		.section_02_right a span{
			display: block;
			font-size:60%;
		}


.section_commu {
	margin-bottom:30px;
}

/*section_fields*/
/*------------------------------------------------------------------------------*/
.bg_lightblack p {
	font-size:12px;
}


/*section_03*/
/*------------------------------------------------------------------------------*/

.section_03{
	width:90%;
	margin:0px auto;
	padding:30px 0px;
} 



.section_03_box .blog_section01{
		width: 48%;
		float: left;
		margin-right: 4%;
		display: block;
		padding:0px;
		margin-bottom:20px;
	}
.section_03_box .blog_section01:nth-child(2n){
		margin-right:0%;
	}
.section_03_box .blog_section01 .blog_txt h3 {
	margin-left:0;
}

	.section_03_box{
		width:100%;
		margin:0px auto;
		display:block;
	}







/**/
	


	.case_img{
		background-size: cover;
		background-repeat:no-repeat;
		background-position: center center;  
		width: 100%;
		height:150px;
		display:block;
		cursor:pointer;
		position:relative;
	}
/*
	.case_img:hover{
		opacity:0.7;
	}

*/

	.case_category{
		font-size:90%;
		color:#FFF;
		text-align:center;
	}


		.case_category01{
			background:#B2985B;
			padding:5px 10px;
			display:block;
		}
		.case_category02{
			background:#659669;
			padding:5px 10px;
			display:block;
		}
		.case_category03{
			background:#BA6970;
			padding:5px 10px;
			display:block;
		}
		.case_category04{
			background:#5F89AF;
			padding:5px 10px;
			display:block;
		}


	.case_box{
		width: 100%;
		padding:0px 0px 0px;
		background:#F2F2F0;
		border-bottom:1px solid #DFDFDF;
	}
	.case_txt{
		padding:10px;
	}
	.case_date{
		display: block;
		padding:10px;
		padding-bottom:5px;
	}

	
	.case_tit{
		font-size:120%;
		font-weight:bold;
		padding:0px 10px;
		color:#000;
	}


	.case_tit a{
		color:#000;
	}
	.case_tit a:hover{
		opacity:0.7;
	}


	.case_tag{
		padding:10px;
	}

	.case_tag dl{
		width:100%;
		display:block;
	}
	.case_tag dd{
		font-size:90%;
		background:#888888;
		color:#FFFFFF;
		float:left;
		padding:2px;
		margin-bottom:5px;
		margin-right:5px;
	}



/*section_04*/
/*------------------------------------------------------------------------------*/

.section_04{
	width:100%;
	margin:0px auto;
	height:auto;
	padding:30px 0px;
}
	.section_04 ul{
		width:90%;
		display: block;
		margin:0px auto;
		background:#FFF;
			}

	.section_04 li{
		width:49%;
		display: block;
		float:left;
		vertical-align:top;
		text-align:center;
		padding:10px 0px;
		background:#F2F2F0;
		margin-right:2%;
		margin-bottom:10px;
	}
	.section_04 li:nth-child(2n){
		background:#F2F2F0;
		margin-right:0;
	}

	.section_04 li:nth-child(2),
	.section_04 li:nth-child(3),
	.section_04 li:nth-child(6){
		background:#E9EAE5;
	}

	.section_04 li:last-child{
		width:100%;
		vertical-align:middle;
		float:none;
		display:block;
		clear:both;
	}

	.section_04_box{
		width:100%;
		display:block;
		clear:both;
		position:relative;
		padding-bottom:30px;
	}
		.section_04_tit{
			display:block;
			padding:5px;
		}
		.section_04_img{
			display:block;
			padding:5px;
		}
		
		
	.section_04_btn{
		margin:0px auto;
		text-align:center;
	}
	

	.section_04_btn a{
		display:block;
		padding:10px;
	}

	.section_04_btn a:after{
		content:"";
		background:url(../image/common/arr03.png) no-repeat right center;
		padding-left:20px;
	}

	.section_04_btn a:hover{
		opacity:0.7;
	}
	
	

/*section_05*/
/*------------------------------------------------------------------------------*/

.section_05{
	width:90%;
	margin:0px auto;
	padding:0px 0px 30px;
} 


.section_05_left{
	width:100%;
	background:url(../image/common/index_bg04.png) no-repeat right bottom #EBF4D7;
	display:block;
	float:none;
	margin-bottom:20px;
} 

	.section_05_left_in{
		padding:20px;
	} 
	.section_05_left_txt_box{
		width:64%;
		float:left;
		padding-right:10px;
	} 

		.section_05_left_tit{
			padding-bottom:20px;
		} 
		.section_05_left_txt{
			padding-bottom:20px;
		} 
		.section_05_left_btn{
			width:80%;
		} 
		.section_05_left_btn a{
			width:100%;
			display:block;
			border-radius:5px;
			background:#005DA3;
			text-align:center;
			color:#FFFFFF;
			padding:5px;
		} 

	.section_05_left_img_box{
		width:34%;
		float:right;
	} 

	.section_05_left_img_box img{
		width:100%;
		height:auto;
	} 

.section_05_right{
	width:100%;
	background:#E9EAE5;
	display:block;
	float:none;
} 

	.section_05_right_tit_box{
		width:100%;
		background:#F2F2F0;
		display: table;
	} 

	.section_05_right_tit{
		padding:10px;
		font-size:150%;
		font-weight:bold;
		display:table-cell;
	} 

		.section_05_right_tit span{
			padding-left:5px;
			font-size:50%;
			font-weight: normal;
			color:#008488;
		} 


	.section_05_right_btn{
		padding:10px;
		display:table-cell;
		text-align:right;
	} 

		.section_05_right_btn a{
			display:block;
			padding:5px 0px;
			text-align:right;
		} 
		.section_05_right_btn a:after{
			content:"";
			background: url(../image/common/arr04.png) no-repeat right center;
			padding-left:10px;
		} 


	.section_05_right_txt_box{
		padding:20px;
		display:block;
	} 

/*rss news*/
	.top_rss_box{
		padding:0px 0px 0px;
	}

	.top_rss_box dl{
		width: 100%;
		display: table;
		padding:0px;
		/*
		border-bottom:1px solid #EEEEEE;
		*/
	}
	
	
	
	
	.rss_date{
		display: table-cell;
		vertical-align:top;
		width:100px;
		padding-bottom:10px;
	}
	.rss_title{
		display: table-cell;
		padding-bottom:10px;
	}
	.rss_title a{
		color:#333;
		display: block;
	}



	.rss_contents{
		display: none;
	}

	
	




/*section_06*/
/*------------------------------------------------------------------------------*/

.section_06{
	width:100%;
	background:url(../image/common/index_bg01.jpg) no-repeat center center;
	background-size:cover;
	margin:0px auto;
	padding:30px 0px;
} 
	.section_06_box{
		max-width:1024px;
		width:90%;
		margin:0px auto;
		position:relative;
	}

	.section_06_img{
		display:none;
	}
	.section_06_box li{
		position: relative;
		float:left;
		width:32%;
		margin-right:2%;
		margin-bottom:10px;
	}
	.section_06_box li img{
		width:100%;
		height:auto;
	}
		.section_06_box li:nth-child(3n){
		margin-right:0;
		}

		.section_06_box li:nth-child(1){
			left: auto;
			top: auto;
		}
		.section_06_box li:nth-child(2){
			left: auto;
			top: auto;
		}
		.section_06_box li:nth-child(3){
			left: auto;
			top: auto;
		}
		.section_06_box li:nth-child(4){
			left: auto;
			top: auto;
		}
		.section_06_box li:nth-child(5){
			left: auto;
			top: auto;
		}
		.section_06_box li:nth-child(6){
			left: auto;
			top: auto;
		}

/*section_07*/
/*------------------------------------------------------------------------------*/

.section_07{
	width:100%;
	margin:0px auto;
	padding:50px 0px;
} 
	.section_07_box{
		max-width:1024px;
		width:90%;
		margin:0px auto;
	}

	.section_07_box li{
		width:32%;
		float:left;
		margin-right:2%;
		border:1px solid #EAE9EE;
		margin-bottom:10px;
	}
	.section_07_box li:nth-child(3){
		margin-right:0%;
		border: none;
	}


	.section_07_img{
		width:100%;
		display:block;
	}
		.section_07_img img{
			width:100%;
			height:auto;
		}
	.section_07_btn{
		display:block;
		text-align:right;
	}
	.section_07_btn a{
		display:block;
		padding:10px;
	}
		.section_07_btn a:after{
			content:"";
			background: url(../image/common/arr04.png) no-repeat right center;
			padding-left:10px;
		} 


.fb_box{
	width:100%;
	height:310px;
	display:block;
	overflow:hidden;
		} 
.fb-page{
	width:100% !important;
		} 

.fb-page iframe{
	width:100% !important;
		} 


.main_rss_box {
    max-width: none;
    width: 100%;
    height: 25px;
    float: none;
    margin-left: auto;
    margin-right: auto;
}


.main_rss_title {
    width: 100%;
    float: none;
    text-align: left;
    margin-right: 0;
    font-size: 18px;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.main_rss_link {
    width: 250px;
    float: right;
    margin-top:10px;
}

.main_rss_link a{
	font-size: 18px;
}
/*en*/
/*------------------------------------------------------------------------------*/
.en_inner{
  padding: 0 3%;
}
/*pickup_9*/
.section_pickup .tit{
  font-size: 130%;
}
.section_pickup .en{
  font-size: 70%;
}
/*pickup_8*/
.section_pickup02 .tit{
  font-size: 110%;
}
}