/* 初期設定--------------------------------------------------------------------------------------------------------------------------------------------- */


html {
	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
	font-style: normal;
	font-weight: 300;
	

}

*:first-child + html body {
	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
	font-style: normal;
	font-weight: 300;
}

body{
	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
	font-style: normal;
	font-weight: 300;
	
	padding:0;
	margin:0;
	font-size:16px;
	color:#000;
	line-height:140%;
	text-align:left;
	



}

body a:focus{
	outline:none;
}




.bd_bg{

background-image:url(../img/common/page_btm_bg.jpg);
background-attachment:fixed;
background-repeat: repeat-x;
background-position: bottom;
}



/* clear ---------------------------------------------- */


.clearfix:after {
height: 0;
 visibility: hidden;
 content: ".";
 display: block;
 clear: both;
 overflow:hidden;
}
.clearfix {
 display:inline-block;
overflow:hidden;
}

/* exlude MacIE5 \*/
* html .clearfix {
 height:1%;
}
.clearfix {
 display:block;
}

#privacy dt {
 font-weight:bold;
font-size: 115%;
margin-top: 20px;
margin-bottom: 5px;
}

@media screen and (min-width: 1061px) {
/* PC用のスタイル記述 */
.pc {
	display: block;
}
.phone {
	display: none;
}

.slicknav_menu {
	display:none;
}

img, object, embed {
	max-width: 100%;
	height: auto;
}

img {
	-ms-interpolation-mode: bicubic;
}

}

@media screen and (max-width: 1060px) {
/* タブレット用のスタイル記述 */

.pc {
	display: none !important;
}
.phone{
	display: block !important;
}	


img, object, embed {
	max-width: 100%;
	height: auto;
}

img, object, embed {
	max-width: 100%;
	height: auto;
}

img {
	-ms-interpolation-mode: bicubic;
}

body {
  -webkit-text-size-adjust: 100%; /* iPhone 横向きで文字を拡大しない */
}




}

@media screen and (max-width: 720px) {
/* スマートフォン用のスタイル記述 */
.pc {
	display: none !important;
}
.phone{
	display: block !important;
}	

img, object, embed {
	max-width: 100%;
	height: auto;
}

img {
	-ms-interpolation-mode: bicubic;
}


body {
  -webkit-text-size-adjust: 100%; /* iPhone 横向きで文字を拡大しない */
}	

	/* #menu is the original menu */
	.js #menu {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
	}
	
}



/* PCベース設定--------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width: 1061px) {
	
	
body{
	padding:0;
	margin:0;
	font-size:16px;
	color:#000;
	line-height:140%;
	text-align:left;
}	

/* container ---------------------------------------------- */




.container01_bg{
	width:100%;
	height:auto;
	padding:0 50px;
	box-sizing:border-box;
}

.container00{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0 0 60px 0;

}

.container01{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0;

}

.container02{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0 0;

}

.container03{
	max-width:1000px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0;

}



.container04{
	max-width:1000px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0px 0 60px 0;

}

.container05{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0px 0 60px 0;

}



/* contents ---------------------------------------------- */

.contents{
	max-width:90%;
	height:auto;
	padding:0 5%;
}

/* header ---------------------------------------------- */

.header_bg{
	width:100%;
	height:130px;
	margin:0 auto;
	
	z-index:100;
	position:absolute;


}

header{

	width:100%;
	height:130px;
	margin:0 auto;
		
	padding:0 60px;
	position:relative;	
	box-sizing:border-box;
}


.h_logo01{
	width:426px;
	height:auto;
	position: absolute;
	top:45px;
	left:50px;
}



.header_txt{
	position: absolute;
	top:15px;
	left:60px;
	line-height: 120%;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	z-index:100;
	box-sizing:border-box;
}

.header_tel{

	position:absolute;
	top:50px;
	right:50px;
	font-size:26px;

	vertical-align:top;	
	text-align:right;
}


.header_tel span{
	font-size:16px;
	line-height:110% !important;
} 

.header_tel::before {
	content:url(../img/common/tel.png);
	margin-right:8px;

	
	position:absolute;
	top:2px;
	left:-40px;
}


.sns_b01{
	max-width:80px;
	width:100%;
	height:auto;
	
	position:absolute;
	right:460px;
	top:46px;
}


.sns_b01 ul li{
	width:44%;
	height:auto;
	float:left;
	margin-right:12%;
}

.sns_b01 ul li:last-child{
	margin-right:0%;
}


.sns_b01 ul li img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.sns_b01 ul li:hover img {
	opacity: .7;
}



.h_tanjyou{
	width:340px;
	height:auto;
	
	position: absolute;
	top:110px;
	left:52px;


	color:#000;
	font-size:22px;

	line-height:100%;
	box-sizing:border-box;
	

	font-family: source-han-sans-japanese, sans-serif;
	font-style: normal;
	font-weight: 900;
	


}


.h_fb{
	max-width:34px;
	width:100%;
	height:auto;
	position:absolute;
	
	top: 41px;
	right:74px;
}

.h_fb img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.h_fb:hover img {
	opacity: .7;
}


/*nav{
	width:510px;
	position:absolute;
	top:55px;
	right:0;
}

nav ul{
	margin:0;
	padding:0;

}

nav ul li{
	float:left;
	color:#000;
	font-size:16px;

	font-weight:bold;
	margin-right:20px;
	line-height:120%;
}

nav ul li:last-child{
	margin-right:0;
}

nav ul li a{
	color:#FFF !important;
	text-decoration:none;

}

nav ul li a:hover{
	color:#FFF !important;
	text-decoration:underline;
}

.nav_h{
	color:#FFF !important;
	text-decoration:underline !important;
}*/


#section1,
#section2,
#section3,
#section4,
#section5,
#section6,
#section7,
#section8,
#section9,
#section10
{
    margin-top:-40px;
    padding-top:40px;
}


#kyoten{
    margin-top:-40px;
    padding-top:40px;
}


/* footer ---------------------------------------------- */


footer{
	max-width:100%;
	width:100%;
	height:auto;
	margin:0 auto;
	position:relative;
		
	padding:0 50px;
	box-sizing:border-box;


}

.footer_in{	
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto 0px auto;
	
	padding:30px 0 30px 0;
	box-sizing:border-box;
}

.footer_menu{
	max-width:550px;
	width:100%;
	height:auto;
	margin-bottom:30px;
}

.footer_menu ul li{
	width:32%;
	height:auto;
	float:left;
	margin-right:2%;
	font-size:15px;
}

.footer_menu ul li:last-child{
	margin-right:0%;
}


.footer_menu ul li ul li{
	width:100%;
	height:auto;
	float:none;
	margin-right:0;
	margin-bottom:10px;
}

.footer_menu ul li ul li:last-child{
	margin-bottom:0px;
	margin-right:0%;
}

.footer_menu ul li ul li a{
	color:#000;
	text-decoration:none;
}

.footer_menu ul li ul li a:hover{
	color:#000;
	text-decoration:underline;
}





.ftr_b01{
	max-width:120px;
	width:100%;
	height:auto;
	margin-bottom:20px;

}


.ftr_b01 ul li{
	width:30%;
	height:auto;
	float:left;
	margin-right:3.33333%;
}

.ftr_b01 ul li:last-child{
	margin-right:0%;
}


.ftr_b01 ul li img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.ftr_b01 ul li:hover img {
	opacity: .7;
}




address{
	font-size:14px;
	line-height:120%;
	color:#000;
	margin-bottom:10px;
}

.ad_ttl{
	font-size:15px;
	line-height:120%;
	margin-bottom:8px;	
	color:#000;
}

footer a{
	color:#999;
	text-decoration:none;
}

footer a:hover{
	color:#999;
	text-decoration:none;
}


.f_cpy{

	font-size: 12px;
	color:#999999;
	width:100%;
	box-sizing:border-box;
	line-height:120%;

}


}



/* タブレットベース設定--------------------------------------------------------------------------------------------------------------------------------------------- */


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


body{
	padding:0;
	margin:0;
	font-size:16px;
	color:#000;
	line-height:140%;
	text-align:left;
}	

/* container ---------------------------------------------- */



.container01_bg{
	width:100%;
	height:auto;
	padding:0 30px;
	box-sizing:border-box;
}

.container00{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0 0 50px 0;

}

.container01{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:50px 0;

}


.container02{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0 0;

}


.container03{
	max-width:1000px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:50px 0;

}


.container04{
	max-width:1000px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0px 0 50px 0;

}

.container05{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0px 0 50px 0;

}



/* contents ---------------------------------------------- */

.contents{
	max-width:90%;
	height:auto;
	padding:0 5%;
}

/* header ---------------------------------------------- */


.header_bg{
	max-width:1420px;
	width:100%;
	height:90px;
	margin:0 auto;
	position:relative;


}

header{	
	max-width:1300px;
	width:100%;
	height:90px;
	margin:0 auto;
		
	padding:0 30px;
	box-sizing:border-box;
}



.h_logo01{
	width:260px;
	height:auto;
	position: absolute;
	top:32px;
	left:30px;
}



.header_txt{
	position: absolute;
	top:8px;
	left:30px;
	line-height: 120%;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	z-index:60;
	box-sizing:border-box;
}



.header_tel{
	
	display:none;

	position:absolute;
	top:50px;
	right:50px;
	font-size:26px;

	vertical-align:top;	
	text-align:right;
}


.header_tel span{
	font-size:16px;
	line-height:110% !important;
} 

.header_tel::before {
	content:url(../img/common/tel.png);
	margin-right:8px;

	
	position:absolute;
	top:2px;
	left:-40px;
}

.sns_b01{
	display:none;
	max-width:76px;
	width:100%;
	height:auto;
	
	position:absolute;
	right:460px;
	top:50px;
}


.sns_b01 ul li{
	width:49%;
	height:auto;
	float:left;
	margin-right:2%;
}

.sns_b01 ul li:last-child{
	margin-right:0%;
}


.sns_b01 ul li img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.sns_b01 ul li:hover img {
	opacity: .7;
}


.h_tanjyou{
	width:250px;
	height:auto;
	
	position: absolute;
	top:72px;
	left:15px;


	color:#000;
	font-size:16px;

	line-height:100%;
	box-sizing:border-box;
	

	font-family: source-han-sans-japanese, sans-serif;
	font-style: normal;
	font-weight: 900;
}




.h_fb{
	max-width:30px;
	width:100%;
	height:auto;
	position:absolute;
	
	top: 19px;
	right:64px;
}

.h_fb img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.h_fb:hover img {
	opacity: .7;
}


#section1,
#section2,
#section3,
#section4,
#section5,
#section6,
#section7,
#section8,
#section9,
#section10
{
    margin-top:-40px;
    padding-top:40px;
}


#kyoten{
    margin-top:-40px;
    padding-top:40px;
}


/* footer ---------------------------------------------- */


footer{
	max-width:100%;
	width:100%;
	height:auto;
	margin:0 auto;
	position:relative;
		
	padding:0 40px;
	box-sizing:border-box;

}

.footer_in{	
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto 0px auto;
	
	padding:30px 0 30px 0;
	box-sizing:border-box;
}



.footer_menu{
	display:none;
	max-width:550px;
	width:100%;
	height:auto;
	margin-bottom:30px;
}

.footer_menu ul li{
	width:32%;
	height:auto;
	float:left;
	margin-right:2%;
	font-size:15px;
}

.footer_menu ul li:last-child{
	margin-right:0%;
}


.footer_menu ul li ul li{
	width:100%;
	height:auto;
	float:none;
	margin-right:0;
	margin-bottom:10px;
}

.footer_menu ul li ul li:last-child{
	margin-bottom:0px;
	margin-right:0%;
}

.footer_menu ul li ul li a{
	color:#000;
	text-decoration:none;
}

.footer_menu ul li ul li a:hover{
	color:#000;
	text-decoration:underline;
}





.ftr_b01{
	max-width:120px;
	width:100%;
	height:auto;
	margin-bottom:20px;

}


.ftr_b01 ul li{
	width:30%;
	height:auto;
	float:left;
	margin-right:3.33333%;
}



.ftr_b01 ul li:last-child{
	margin-right:0%;
}


.ftr_b01 ul li img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.ftr_b01 ul li:hover img {
	opacity: .7;
}



address{
	font-size:14px;
	line-height:120%;
	color:#000;
	margin-bottom:10px;
}

.ad_ttl{
	font-size:15px;
	line-height:120%;
	margin-bottom:8px;	
	color:#000;
}

footer a{
	color:#999;
	text-decoration:none;
}

footer a:hover{
	color:#999;
	text-decoration:none;
}





.f_logo{
	max-width:347px;
	width:100%;
	height:auto;
	margin:0 0 10px 0;

}

.f_cpy{

	font-size: 12px;
	color:#999999;
	width:100%;
	box-sizing:border-box;
	line-height:120%;

}


}



/* スマホベース設定--------------------------------------------------------------------------------------------------------------------------------------------- */


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



body{
	padding:0;
	margin:0;
	font-size:15px;
	color:#000;
	line-height:140%;
	text-align:left;
}	

/* container ---------------------------------------------- */



.container01_bg{
	width:100%;
	height:auto;
	padding:0 20px;
	box-sizing:border-box;
}

.container00{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0 0 30px 0;

}


.container01{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:30px 0;
}


.container02{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0 0;

}

.container03{
	max-width:1000px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:30px 0;
}


.container04{
	max-width:1000px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0px 0 30px 0;

}

.container05{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0px 0 30px 0;

}



/* contents ---------------------------------------------- */

.contents{
	max-width:90%;
	height:auto;
	padding:0 5%;
}


/* header ---------------------------------------------- */



.header_bg{
	max-width:1420px;
	width:100%;
	height:90px;
	margin:0 auto;
	position:relative;

}

header{
	max-width:1300px;
	width:100%;
	height:90px;
	margin:0 auto;
		
	padding:0 20px;
	box-sizing:border-box;
}

.h_logo01{
	width:230px;
	height:auto;
	position: absolute;
	top:37px;
	left:20px;
}



.header_txt{
	position: absolute;
	top:7px;
	left:20px;
	line-height: 120%;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	z-index:60;
	box-sizing:border-box;
}



.header_tel{
	
	display:none;

	position:absolute;
	top:50px;
	right:50px;
	font-size:26px;

	vertical-align:top;	
	text-align:right;
}


.header_tel span{
	font-size:16px;
	line-height:110% !important;
} 

.header_tel::before {
	content:url(../img/common/tel.png);
	margin-right:8px;

	
	position:absolute;
	top:2px;
	left:-40px;
}

.sns_b01{
	display:none;
	max-width:76px;
	width:100%;
	height:auto;
	
	position:absolute;
	right:460px;
	top:50px;
}


.sns_b01 ul li{
	width:49%;
	height:auto;
	float:left;
	margin-right:2%;
}

.sns_b01 ul li:last-child{
	margin-right:0%;
}


.sns_b01 ul li img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.sns_b01 ul li:hover img {
	opacity: .7;
}

.header_01{
	width:220px;
	height:28px;
	position:absolute;
	top:62px;
	left:50%;
	margin-left:-110px;
	
	border-top:1px solid #ff6633;
	border-bottom:1px solid #ff6633;
	
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; 
	align-items: center; 
	-webkit-justify-content: center; 
	justify-content: center; 
}





.h_tanjyou{
	width:250px;
	height:auto;
	
	position: absolute;
	top:68px;
	left:22px;


	color:#000;
	font-size:14px;

	line-height:100%;
	box-sizing:border-box;
	

	font-family: source-han-sans-japanese, sans-serif;
	font-style: normal;
	font-weight: 900;
}


.h_fb{
	max-width:30px;
	width:100%;
	height:auto;
	position:absolute;
	
	top: 58px;
	right:20px;
}

.h_fb img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.h_fb:hover img {
	opacity: .7;
}



#section1,
#section2,
#section3,
#section4,
#section5,
#section6,
#section7,
#section8,
#section9,
#section10
{
    margin-top:-40px;
    padding-top:40px;
}



#kyoten{
    margin-top:-40px;
    padding-top:40px;
}

/* footer ---------------------------------------------- */

footer{
	max-width:100%;
	width:100%;
	height:auto;
	margin:0 auto;
	position:relative;
		
	padding:0 20px;
	box-sizing:border-box;


}

.footer_in{	
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto 0px auto;
	
	padding:20px 0 20px 0;
	box-sizing:border-box;
}


.footer_menu{
	display:none;
	max-width:550px;
	width:100%;
	height:auto;
	margin-bottom:30px;
}

.footer_menu ul li{
	width:32%;
	height:auto;
	float:left;
	margin-right:2%;
	font-size:15px;
}

.footer_menu ul li:last-child{
	margin-right:0%;
}


.footer_menu ul li ul li{
	width:100%;
	height:auto;
	float:none;
	margin-right:0;
	margin-bottom:10px;
}

.footer_menu ul li ul li:last-child{
	margin-bottom:0px;
	margin-right:0%;
}

.footer_menu ul li ul li a{
	color:#000;
	text-decoration:none;
}

.footer_menu ul li ul li a:hover{
	color:#000;
	text-decoration:underline;
}




.ftr_b01{
	max-width:120px;
	width:100%;
	height:auto;
	margin-bottom:20px;

}


.ftr_b01 ul li{
	width:30%;
	height:auto;
	float:left;
	margin-right:3.33333%;
}


.ftr_b01 ul li:last-child{
	margin-right:0%;
}


.ftr_b01 ul li img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.ftr_b01 ul li:hover img {
	opacity: .7;
}


address{
	font-size:13px;
	line-height:120%;
	color:#000;
	margin-bottom:10px;
}

.ad_ttl{
	font-size:14px;
	line-height:120%;
	margin-bottom:8px;	
	color:#000;
}

footer a{
	color:#999;
	text-decoration:none;
}

footer a:hover{
	color:#999;
	text-decoration:none;
}





.f_logo{
	max-width:347px;
	width:100%;
	height:auto;
	margin:0 0 10px 0;

}

.f_cpy{

	font-size:12px;
	color:#999999;
	width:100%;
	box-sizing:border-box;
	line-height:120%;

}




}




/* PC用スタイルスタイル--------------------------------------------------------------------------------------------------------------------------------------------- */


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

/* h1 h2 h3 h4 h5 ---------------------------------------------- */


h1.h1_01{
	width:426px;
	height:auto;
	position: absolute;
	top:45px;
	left:50px;

}

h1 img{
	width:100%;
	height:auto;
}



h1.h1_02{
	position: absolute;
	top:15px;
	left:60px;
	line-height: 120%;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	z-index:100;
	box-sizing:border-box;

}


h2.h2_00{
	font-size:18px;
	line-height:120%;
	color:#ff9900;
	text-align:center;
	font-weight:normal;
	margin-bottom:40px;
	letter-spacing:-0.04em;
}

h2.h2_00 p{
	font-size:38px;
	line-height:110%;
	color:#FFF;
	text-align:center;
	margin-bottom:10px;
	font-weight:normal;

}


h2.h2_01{
	font-size:18px;
	line-height:120%;
	color:#ff9900;
	text-align:center;
	font-weight:normal;
	margin-bottom:40px;
}

h2.h2_01 p{
	font-size:38px;
	line-height:110%;
	color:#000;
	text-align:center;
	margin-bottom:10px;
	font-weight:normal;

}


h2.h2_02{
	font-size:18px;
	line-height:120%;
	color:#ff9900;
	text-align:center;
	font-weight:normal;
	margin-bottom:20px;
}

h2.h2_02 p{
	font-size:38px;
	line-height:110%;
	color:#000;
	text-align:center;
	margin-bottom:10px;
	font-weight:normal;

}




h3.h3_01 {
  position: relative;
	color:#3F6EB4;
  font-size: 24px;
  padding: 12px 0;
  text-align: center;
  margin-bottom:40px;
}
h3.h3_01:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  width: 150px;
  height: 60px;
  border-radius: 50%;
  border: 4px solid #3F6EB4;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}



h3.h3_02{
	font-size:24px;
	line-height:120%;
	text-align:center;
	border-bottom:2px solid #ff9d0b;
	padding-bottom:20px;
	margin-bottom:30px;
}




h4.h4_01{
    background: #67a8c9;
    
    font-size: 22px;
    line-height: 120%;
    text-align: center;
 	font-weight:normal;
    color: #FFFFFF;
    padding: 5px;
    
    box-sizing: border-box;
    
	margin-bottom:30px;
}



/* スライド ---------------------------------------------- */


.top_slide_bg{
	width:100%;
	height:auto;
	position:relative;
}

.top_slide{
	width:100%;
	min-height:800px;

	z-index:5;
	 
	background:center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}


.top_slide_img{
	width:220px;
	position:absolute;
	top:140px;
	right:50px;
	
	z-index:80;

}


.top_slide_img2{
	width:230px;
	position:absolute;
	bottom:50px;
	right:50px;
	
	z-index:80;
}



/*.top_slide_img img{
	border:1px solid #CCC;
	box-sizing:border-box;
}
*/




/* 各ページイメージ ---------------------------------------------- */





.top_img_bg{
	width:100%;
	height:auto;
	position:relative;
}

.top_img_img{
	width:220px;
	position:absolute;
	top:140px;
	right:50px;
	
	z-index:80;

}
/*
.top_img_img img{
	border:1px solid #CCC;
	box-sizing:border-box;
}
*/




.helicopter_shot_top_img{
	width: 100%;
	height:600px !important;
	background:url(../img/helicopter_shot/main.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}



.agriculture_top_img{
	width: 100%;
	height:600px !important;
	background:url(../img/agriculture/main.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.school_top_img{
	width: 100%;
	height:600px !important;
	background:url(../img/school/main.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


.sale_top_img{
	width: 100%;
	height:600px !important;
	background:url(../img/sale/main.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.staff_top_img{
	width: 100%;
	height:600px !important;
	background:url(../img/staff/main.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.contact_top_img{
	width: 100%;
	height:600px !important;
	background:url(../img/contact/main.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.qa_top_img{
	width: 100%;
	height:600px !important;
	background:url(../img/qa/main.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.news_top_img{
	width: 100%;
	height:600px !important;
	background:url(../img/news/main.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}




.s_top_img{
      display:none;
      text-align:center;
}










/* 共通バナー ---------------------------------------------- */

.contact_banner{
	margin-top:100px;	
}

.contact_banner img {
	width:100%;
	height:auto;
	
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.contact_banner:hover img {
	opacity: .6;
}






/* ページ共通背景 ---------------------------------------------- */



.bg_main{
	width: 100% !important;
	height:auto;
	background:url(../img/top/pg_cmn.png) center top  no-repeat ; 
    background-size:contain;                               /* 画像のサイズを指定    */

}





.button01_b{
	max-width:200px;
	width:100%;
	height:auto;
	margin:0 auto 0 auto;

	font-size:18px;
	line-height:100%;
}


.button01 {
	display: inline-block;
	max-width:200px;
	width:100%;
	height:auto;
	text-align: center;
	text-decoration: none;

	padding:7px 12px 10px 12px;
  
	background:url(../img/common/btn_bg.jpg) repeat;
	border: 2px solid #ef5f38;
	color: #fff;

}
.button01::before,
.button01::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button01,
.button01::before,
.button01::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}


.button01:hover {
  background:#FFF !important;
  border-color: #ef5f38;
  color: #ef5f38;
}








.button02_b{
	max-width:440px;
	width:100%;
	height:auto;
	margin:0 auto 0px auto;

	font-size:18px;
	line-height:100%;
}


.button02 {
	display: inline-block;
	max-width:470px;
	width:100%;
	height:auto;
	text-align: center;
	text-decoration: none;

	padding:7px 12px 10px 12px;
  
	background:url(../img/common/btn_bg.jpg) repeat;
	border: 2px solid #ef5f38;
	color: #fff;
	



}
.button02::before,
.button02::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button02,
.button02::before,
.button02::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}


.button02:hover {
  background:#FFF !important;
  border-color: #ef5f38;
  color: #ef5f38;
}









.button03_b{
	max-width:440px;
	width:100%;
	height:auto;
	margin:0 auto 80px auto;

	font-size:18px;
	line-height:100%;
}


.button03 {
	display: inline-block;
	max-width:470px;
	width:100%;
	height:auto;
	text-align: center;
	text-decoration: none;

	padding:15px 12px 18px 12px;
  
	background:url(../img/common/btn_bg.jpg) repeat;
	border: 2px solid #ef5f38;
	color: #fff;
	



}
.button03::before,
.button03::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button03,
.button03::before,
.button03::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}


.button03:hover {
  background:#FFF !important;
  border-color: #ef5f38;
  color: #ef5f38;
}





/* トップ　玉メニュー ---------------------------------------------- */

.tp_mu{
}


.tp_mu ul li{
	width:33.3333%;
	height:400px;
	float:left;
	padding:15px;
	box-sizing:border-box;
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}

.tp_mu ul li:nth-child(3n){
	margin-right:0%;
}


.tp_mu ul li dl{
	width:100%;

}



.tp_mu_bg01{
	width: 100%;
	height:400px !important;
	background:url(../img/top/01_01.jpg)  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.tp_mu_bg02{
	width: 100%;
	height:400px !important;
	background:url(../img/top/01_02.jpg)  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


.tp_mu_bg03{
	width: 100%;
	height:400px !important;
	background:url(../img/top/01_03.jpg)  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


.tp_mu_bg04{
	width: 100%;
	height:400px !important;
	background:url(../img/top/01_04.jpg)  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.tp_mu_bg05{
	width: 100%;
	height:400px !important;
	background:url(../img/top/01_05.jpg)  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.tp_mu_bg06{
	width: 100%;
	height:400px !important;
	background:url(../img/top/01_06.jpg)  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}



/* トップ　ニュース ---------------------------------------------- */


.tp_news{
	width:100%;
	height:auto;
    margin-bottom: 40px;
}

.tp_news ul li{
	width:23.5%;
	height:auto;
	float:left;
	margin-right:2%;
    margin-bottom: 30px;
}

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




.tp_news_img{
	margin-bottom:10px;
}

.tp_news dl dt{
	font-size:14px;
	line-height:120%;
	margin-bottom:3px;
}

.tp_news dl dd{
	font-size:15px;
	line-height:120%;
	height: 36px;
}

.tp_news dl dd a{
	color:#000;
	text-decoration:none;
}

.tp_news dl dd a:hover{
	color:#000;
	text-decoration:none;
}


.tp_txt001{

font-size: 15px;
line-height: 150%;

border-top: 1px dotted #707070;
border-bottom:  1px dotted #707070;

padding: 25px 0;

margin-bottom: 60px;


}

.tp_client_list li{
	position: relative;
	text-align: left;
	display: inline-block;

	font-size: 15px;
	line-height: 150%;

	padding-left: 10px;
	margin-left: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
}

.tp_client_list li::before{
	position: absolute;
	content: '';

	top: 50%;
	left: 0px;

	height: 4px;
	width: 4px;

	background-color: #333;

	border-radius: 2px;
	transform: translateY(-50%);
}



.news_ttl{
font-size: 20px;
line-height: 140%;
border-bottom: 2px solid #333333;
padding-bottom: 7px;
margin-bottom: 15px;
}

.news_day{
font-size: 14px;
line-height: 120%;
margin-bottom: 15px;
text-align: right;

}


.news_post{
font-size: 17px;
line-height: 160%;
margin-bottom: 70px;

}





.news_post_in{
}


.news_post_in_l{
    width: 76%;
    height: auto;
    float: left;

}


.news_post_in_l a{
    color: #004486;
    text-decoration: underline;
}


.news_post_in_l a:hover{
    color: #004486;
    text-decoration:none;
}


.news_post_in_r{
    width: 20%;
    height: auto;
    float: right;
    

}


.news_post_in_r dl dt{
    background: #004486;
    padding: 10px 15px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 15px;
}


.news_post_in_r dl dd{
    margin-bottom: 35px;
}


.news_post_in_r dl dd:last-child{
    margin-bottom: 0px;
}



.news_post_in_r dl dd ul li{
    background:url("../img/common/list001.png") left 9px no-repeat;
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 14px;
    padding-left: 8px;
}


.news_post_in_r dl dd ul li a{
    color: #000000;
    text-decoration: none;
}

.news_post_in_r dl dd ul li a:hover{
    color: #000000;
    text-decoration:underline;
}

.news_post_in_r dl dd ul li:last-child{
    margin-bottom: 0px;
}






/* 空撮 ---------------------------------------------- */



.hs_txt01{
margin-bottom: 60px;
}


.hs_txt01 ul li{
	font-size:18px;
	line-height:140%;
	list-style:disc;
	margin-left:20px;
	margin-bottom:20px;
}

.hs_txt01 ul li:last-child{
	margin-bottom:0;
}


.hs_txt02{
	margin-bottom:60px;
}

.hs_txt02 ul li{
	font-size:18px;
	line-height:140%;
	list-style:disc;
	margin-left:20px;
	margin-bottom:20px;
}

.hs_txt02 ul li:last-child{
	margin-bottom:0;
}




.hs_img01{
}

.hs_img01 ul li{
	width:32%;
	height:auto;
	float:left;
	margin-right:2%;
	margin-bottom:25px;
}

.hs_img01 ul li:nth-child(3n){
	margin-right:0%;
}

.hs_img01 p{
	margin-top:12px;
	font-size:16px;
	line-height:120%;
	text-align:center;
}


.hs_img02{
	text-align:center;
}





.hs_tbl{
	width:100%;
	height:auto;
}

.hs_tbl table{
	width:100%;
	height:auto;
}

.hs_tbl table th{
	border-collapse:collapse;
	font-size:16px;
	line-height:160%;

	border:1px solid #5491BC;
	text-align:left;

	padding:10px 15px;
	background:#5CB0D3;
	color:#FFF;
	text-align:center;

}

.hs_tbl table td{

	border-collapse:collapse;
	font-size:16px;
	border:1px solid #5491BC;
	text-align:left;
	padding:10px 15px;
}









/* スクール ---------------------------------------------- */

.skl_b01{
	margin-bottom:30px;

}

.skl_b01 dl dt{
	font-size:22px;
	line-height:120%;
	font-weight:bold;
	margin-bottom:15px;
	color:#4D4D4D;
	

	font-family: kozuka-gothic-pr6n, sans-serif;
	font-style: normal;
	font-weight: 900;
}

.skl_b01 dl dd{
	font-size:18px;
	line-height:140%;

}



.skl_b02{
	width:100%;
	height:auto;
	margin-bottom:40px;

}

.skl_b02 table{
	width:100%;
	height:auto;
}

.skl_b02 table th{
	border-collapse:collapse;
	font-size:16px;
	line-height:160%;

	border:1px solid #4D4D4D;
	text-align:left;
	width:20%;
	padding:10px 15px;
	background:#4D4D4D;
	color:#FFF;
	text-align:center;

}

.skl_b02 table td{
	width:30%;
	border-collapse:collapse;
	font-size:16px;
	border:1px solid #4D4D4D;
	text-align:left;
	padding:10px 15px;
}

.skl_b02 table td span{
	color:#F00 !important;
}



.skl_b02{
}

.skl_b02 dl dt{
	font-size:22px;
	line-height:120%;
	font-weight:bold;
	margin-bottom:15px;
	color:#3F6EB4;
	padding-bottom:7px;
	border-bottom:1px solid #3F6EB4;
}

.skl_b02 dl dd{
	font-size:18px;
	line-height:140%;

}







.sk_001{
	margin-bottom:80px;
}


.sk_001 dl dt{
	font-size:28px;
	line-height:130%;
	text-align:center;
	margin-bottom:20px;
}




.sk_001 dl dd{
	font-size:16px;
	line-height:160%;
}




.sk_002_txt01{
	text-align:center;
	font-size:16px;
	line-height:120%;
	margin-bottom:30px;
}


.sk_002{
	margin-bottom:80px;
}


.sk_002 ul li{
	width:32%;
	height:auto;
	float:left;
	margin-right:2%;
}


.sk_002 ul li:last-child{
	margin-right:0%;
}


.sk_002 ul li dl dt{
	margin-bottom:10px;
}

.sk_002 ul li dl dd{
	font-size:16px;
	line-height:150%;
}



.sk_003_img{
	text-align:center;
	margin-bottom:30px;
}

.sk_003_txt01{
	margin-bottom:80px;
	font-size:16px;
	line-height:150%;
}


.sk_003_txt01 span{
	color:#F00;
	font-weight:bold;

}

.sk_003_txt01 ul{
	margin-top:20px;
}

.sk_003_txt01 ul li{
	background:url(../img/common/list001.png) left  10px no-repeat;
	padding-left:12px;
	font-size:16px;
	margin-bottom:5px;
}

.sk_003_txt01 ul lilast-child{
	margin-bottom:0px;
}




.sk_004_01{
	margin-bottom:20px;
}



.sk_004_01 dl dt{
	width:100px;
	height:100px;
	font-size:24px;
	line-height:120%;
	color:#FFF;
	background:#339900;
	
	float:left;
	clear:both;
	
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}


.sk_004_01 dl dd{

	height:100px;
	font-size:16px;
	line-height:140%;
	padding-left:40px;
	
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center;
}

.sk_004_map01{
	margin-bottom:30px;
}

.sk_004_map02{
	margin-bottom:80px;
}




.sk_005{
	margin-bottom:60px;
}


.sk_005 ul li{
	width:49%;
	height:auto;
	float:left;
	margin-right:2%;
	margin-bottom:40px;
}

.sk_005 ul li:nth-child(2n){
	margin-right:0%;
}




.sk_005 ul li dl dt{
	font-size:24px;
	line-height:140%;
	padding:20px;
	box-sizing:border-box;
	background:#339900;
	color:#FFF;
	text-align:center;
}


.sk_005 ul li dl dt span{
	font-size:48px;
}


.sk_005 ul li dl dd{
	position: relative;
	padding:20px;
	border:1px solid #339900;
	height:400px;
}

.sk_005_01{
	font-size:16px;
	line-height:160%;
	margin-bottom:20px;
}

.sk_005_02{
	font-size:16px;
	line-height:160%;
}


.sk_005_lst{
	margin-bottom:10px;
}

.sk_005_lst ol li{
	width:auto;
	height:auto;
	float:left;
	margin-right:25px !important;
	margin-bottom:8px;
	list-style-type:decimal;
	margin-left:26px;
}



.sk_005_lst01{
	margin-bottom:10px;
}

.sk_005_lst01 ul li{
	width:auto;
	height:auto;
	float:left;
	margin-right:30px !important;
	margin-bottom:8px;
	list-style-type:disc;
	margin-left:20px;
}


.sk_005_lst01 ul li ul{
	margin-top:10px;
}
.sk_005_lst01 ul li ul li{
	list-style-type:decimal !important;
}

.sk_005_img{
	position: absolute;
	bottom: 10px;
	left: 50%;
	
	transform: translateX(-50%);

	width: 100%;
	max-width: 320px;
}

.sk_005_img img{
	width: 100%;
}

.sk_006{
	max-width:740px;
	width:100%;
	height:auto;
	margin:0 auto;
}

.sk_006 ul li{
	width:49%;
	height:auto;
	float:left;
	margin-right:2%;
}

.sk_006 ul li:last-child{
	margin-right:0%;
}



.sk_006 ul li img{
	margin-bottom:20px;
}

.sk_006 ul li img:last-child{
	margin-bottom:0;
}


.sk_006 ul li dl dt{
	margin-bottom:15px;
}

.sk_006 ul li dl dd{
	text-align:center;
	font-size:16px;
	line-height:120%;
}


.googleCalendar{
	margin-bottom:80px;
}

.googleCalendar iframe {
  width: 100%;
  height:600px;
  border:none !important;
}



/* how to ---------------------------------------------- */

.ht_txt01{
    font-size: 16px;
    line-height: 170%;
    margin-bottom: 70px;
}




.ht_tbl{
	width:100%;
	height:auto;
	margin-bottom:40px;
}

.ht_tbl table{
	width:100%;
	height:auto;
	border-top:1px solid #cccccc;

}


.ht_tbl th{
    width: 120px;
	font-size:16px;
    line-height: 160%;
	border-collapse:collapse;

	border-bottom:none;
	text-align:left;
	border-bottom:1px solid #cccccc;
	color:#333;


	padding:10px 10px 10px 10px;	
	box-sizing:border-box;


}

.ht_tbl td{
	font-size:16px;
    line-height: 160%;
	border-collapse:collapse;

	border-bottom:none;
	text-align:left;
	border-bottom:1px solid #cccccc;
	color:#333;


	padding:10px 10px 10px 10px;	
	box-sizing:border-box;

}

.ht_tbl td a{  
    color: #000000;
    text-decoration: underline;
}


.ht_tbl td a:hover{  
    color: #000000;
    text-decoration:none;
}


/* 農業×ドローン ---------------------------------------------- */


.n_d_txt001{
	font-size:18px;
	line-height:170%;
	margin-bottom:30px;
}


.n_d_txt002{
    margin-bottom: 60px;
}


.n_d_txt002 ul li{
	
	font-size:18px;
	line-height:140%;
	list-style:disc;
	margin-left:20px;
	margin-bottom:20px;

}



.n_d_txt002 ul li span{
 background: linear-gradient(transparent 75%, #c1e0ff 75%);
	font-weight:bold; 
}



.n_d_txt002 ul li:last-child{
	margin-bottom:0;
}


.youtube{
    position: relative;
    width: 100%;
    padding-top: 56.25%;

	margin-bottom: 60px;
}

.youtube iframe{
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}


/* スタッフ ---------------------------------------------- */


.stf_list{
	width: 100%;
}

.stf_list > li{
	float: left;
	width: 49%;
	margin-bottom: 10px;
}

.stf_list > li:nth-child(odd){
	margin-right: 2%;
}



.stf_bg{
	float: left;
	position:relative;
	margin-bottom:10px;
}


.stf_b{
	float: right;
	width:55%;
	height:400px;
	padding:40px 15px;
	box-sizing:border-box;

   background-color: #33699e;
}

.stf_b dl dt{
	font-size:16px;
	line-height:120%;

	border-bottom: 1px solid #fff;

	padding-bottom: 20px;
	margin-bottom:25px;
	color:#FFF;
}


.stf_b dl dt p{
	font-size:32px;
	line-height:120%;
	margin-bottom:5px;
	color:#FFF;
}

.stf_b dl dd ul li{
	background:url(../img/staff/list.png) left 8px no-repeat;
	padding-left:10px;
	color:#FFF !important;
	font-size:14px;
	line-height:120%;
	margin-bottom:5px;
}

.stf_b dl dl dd ul li:last-child{
	margin-bottom:0px;
}



.stf_img_bg01{
	width: 45%;
	height:400px !important;
	background:url(../img/staff/01.png) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

}

.stf_img_bg02{
	width: 45%;
	height:400px !important;
	background:url(../img/staff/02.png) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

}

.stf_img_bg03{
	width: 45%;
	height:400px !important;
	background:url(../img/staff/03.png) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

}

.stf_img_bg04{
	width: 45%;
	height:400px !important;
	background:url(../img/staff/04.png) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

}







.tp_b02{
	margin-bottom:60px;
}

.tp_b02 ul li{
	width:49%;
	height:auto;
	float:left;
	padding:15px;
	box-sizing:border-box;
	background:#67a8c9;
	margin-right:2%;
	margin-bottom:20px;
	
	-webkit-border-radius: 10px;     /* for Safari and Chrome */
	moz-border-radius: 10px;    /* for Firefox */
	-o-border-radius: 10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:10px;   /* Linux browsers */
	border-radius:10px;     /* CSS3 */
}

.tp_b02 ul li:nth-child(2n){
	margin-right:0%;
}



.tp_b02_l{
	width:35%;
	height:auto;
	float:left;
}

.tp_b02_r{
	width:62%;
	height:auto;
	float:right;
}


.tp_b02_r dl dt{
	color:#FFF;
	font-size:22px;
	margin-bottom:8px;
}

.tp_b02_r dl dd{
	height:68px;
	color:#FFF;
	font-size:16px;
	margin-bottom:5px;
}


.tp_b02_r p{
	text-align:right !important;
}

.tp_b02_r p a{
	color:#ff3333;
	text-decoration:underline;	
}

.tp_b02_r p a:hover{
	color:#ff3333;
	text-decoration:none;
}





.n_h_01{
    margin-bottom: 70px;

}

.n_h_01 ul li{
    margin-bottom: 60px;
}

.n_h_01 ul li:last-child{
	margin-bottom:0px;
}




.n_h_01_in01{
    margin-bottom: 30px;

}

.n_h_01_in01 dl dt{
    width: 150px;
    height: auto;
    border: 1px solid #000000;
    padding: 10px 10px;
    box-sizing: border-box;
    text-align: center;
    margin: 0 auto 30px auto;
}

.n_h_01_in01 dl dd{
    text-align: center;
}




.n_h_01_in02{


}

.n_h_01_in02 dl dt{
    float: left;
    clear: both;
    
    font-size: 15px;
    line-height: 140%;
}

.n_h_01_in02 dl dd{
    font-size: 15px;
    line-height: 140%;
    
    text-align: right;
    
    padding-bottom: 8px;
    margin-bottom: 8px;
    
    border-bottom: 1px dotted #999999;
}



.n_skl01{
    margin-bottom: 50px;

}


.n_skl01 ul li{
    width: 48.5%;
    height: auto;
    float: left;
    margin-right: 3%;
    
    padding: 20px;
    box-sizing: border-box;
    
    background: #92c030;
    
  
	-webkit-border-radius: 3px;     /* for Safari and Chrome */
	moz-border-radius: 3px;    /* for Firefox */
	-o-border-radius: 3px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:3px;   /* Linux browsers */
	border-radius: 3px;     /* CSS3 */  
}

.n_skl01 ul li:nth-child(2n){
	margin-right:0%;
}


.n_skl01 dl dt{
    background:#FFFFFF;
    
    font-size: 22px;
    line-height: 100%;
    color: #92c030;
    text-align: center;
    
    padding: 10px 7px 7px 7px;
    margin-bottom: 20px;

	-webkit-border-radius: 3px;     /* for Safari and Chrome */
	moz-border-radius: 3px;    /* for Firefox */
	-o-border-radius: 3px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:3px;   /* Linux browsers */
	border-radius: 3px;     /* CSS3 */
}


.n_skl01 dl dd{

}

.n_skl01 dl dd ul li{

    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
    
    padding: 0px;
    box-sizing: border-box;
    
    background:#92c030;

    margin-bottom: 15px;
    
    color: #FFFFFF;
    background: url("../img/common/list01.png") left 8px no-repeat;
    padding-left: 10px;
}

.n_skl01 dl dd ul li:nth-child(2n){
	margin-right:0%;
}







.n_skl02{
    margin-bottom: 40px;
}


.n_skl02 dl dt{
    margin-bottom: 10px;

}

.n_skl02 dl dt span{
    background: #cc0000;
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 100%;
    padding: 2px 8px;
}

.n_skl02 dl dd{
    font-size: 18px;
    line-height: 180%;

}

.n_skl02 dl dd span{
    color: #cc0000;

}



.n_skl03{
	width:100%;
	height:auto;
    margin-bottom: 50px;
}

.n_skl03 table{
	width:100%;
	height:auto;
}

.n_skl03 table th{
	border-collapse:collapse;
    width: 160px;
	font-size:15px;
	line-height:150%;

	border-bottom: 1px dotted #999999;
	text-align:left;

	padding:10px 0px;


}

.n_skl03 table td{

	border-collapse:collapse;
	font-size:15px;
	line-height:150%;

	border-bottom: 1px dotted #999999;
	text-align:left;
	padding:10px 0px;
}






.n_skl04{
    margin-bottom: 40px;

}

.n_skl04 dl dt{
    text-align: center;
    margin-bottom: 10px;

}


.n_skl04 dl dd{
    font-size: 18px;
    line-height: 160%;
    text-align: center;

}



.n_skl05{
    border: 3px solid #0099cc;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 30px;
    
    text-align: center;
    color: #0099cc;
    font-size: 18px;
    line-height: 140%;

}




.n_skl06{
    border: 1px solid #000000;
    padding: 30px 40px;
    box-sizing: border-box;
    margin-bottom: 70px;
}

.n_skl06 ul li{
    background: url("../img/common/list001.png") left 10px no-repeat;
    padding-left: 10px;
    
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 10px;

}


.n_skl06 ul li:last-child{
	margin-bottom:0px;
}



.n_skl07{

}

.n_skl07 dl dt{
    
    font-size: 18px;
    line-height: 180%;
    margin-bottom: 30px;
}


.n_skl07 dl dd{
    text-align: center;
	margin-bottom: 60px;
}



/* QA ---------------------------------------------- */

.qa_01{
	margin-bottom:60px;
}


.qa_01 dl dt{
	background:url(../img/qa/q.png) left 0px no-repeat;
	padding-left:35px;
	color:#09C;

	margin-bottom:15px;
	font-size:22px;
	line-height:120%;

}


.qa_01 dl dd{
	background:url(../img/qa/a.png) left 3px no-repeat;
	padding-left:35px;

	margin-bottom:25px;
	font-size:18px;
	line-height:160%;
	padding-bottom:20px;
	border-bottom:20px;
	border-bottom:2px dotted #CCC;

}



/* トップ お問い合わせ ---------------------------------------------- */

.tp_cmn_ctt_bg{

	height:400px !important;
	background:url(../img/top/tp_ctt_bg.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.tp_cmn_ctt{
	height:400px;
	
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}


.tp_cmn_ctt dl dt{
	font-size:20px;
	line-height:130%;

	text-align:center;
	margin-bottom:15px;
}

.tp_cmn_ctt dl dt p{
	font-size:48px;
	line-height:130%;

	text-align:center;
	margin-bottom:2px;
}

.tp_cmn_ctt dl dt:before{
	content:url(../img/top/tp_ctt_icon.png);
}

.tp_cmn_ctt dl dt a{
	color:#000;
	text-decoration:none;
}


.tp_cmn_ctt dl dt a{
	color:#000;
	text-decoration:underline;
}

.tp_cmn_ctt dl dd{
	

}






/* お問い合わせフォーム ---------------------------------------------- */



.contact-t{
	font-size:18px;
	line-height:160%;
	margin-bottom:50px;	
}

.contact-t dl{
	margin-top:15px;
	margin-bottom:30px;
}

.contact-t dl dt{
	color:#F90;
	font-size:26px;
	text-align:center;
	line-height:120%;
	margin-bottom:10px;
}

.contact-t dl dd{
	
	font-size:18px;
	line-height:140%;
	margin-bottom:15px;
	text-align:center;
	border-bottom:1px dotted #999999;
	padding-bottom:15px;
}

.contact-t dl dd:last-child{
	margin-bottom:0px;
}

.contact-img{
	max-width:250px;
	width:100%;
	margin:0 auto 0px auto;
	text-align:center;
}

#contact-f{
	width:100%;
	height:auto;
	margin-bottom:60px;

}

#contact-f table{
	width:100%;
	height:auto;
	border-top:1px solid #cccccc;
}

#contact-f th,td{
	padding:15px;
}

#contact-f th{
	font-size:16px;
	border-collapse:collapse;

	border-bottom:1px solid #cccccc;
	text-align:left;
	font-weight:bold;
	color:#333;
	width:28%;	

	background:url(../img/contact/bg.png) repeat;
}

#contact-f td{
	font-size:16px;
	border-collapse:collapse;
	text-align:left;
	border-bottom:1px solid #cccccc;


	background:url(../img/contact/bg.png) repeat;
}


#contact-f span{
	color:#F00;
	font-size:12px;

}

.with-form1{
	width:90%;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;

	filter:alpha(opacity=70); /* IE*/
	-moz-opacity: 0.7; /* Firefox*/
	opacity: 0.7; /* SafariやOpera*/
}

.with-form3{
	width:450px;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;
	padding:5px;
}



.margin-r1{
	margin-right:5px;
}

.margin-r2{
	margin-right:15px;
}

#form-center{
	margin-left:0 !important;
	margin-top:20px;
	text-align:center;
}

input:focus {
    border:solid 1px #EEA34A;
}

textarea:focus {
    border:solid 1px #EEA34A;
}




input.submit_button {
	width:150px;
	height:auto;
	padding:15px 0;
    font-size: 1.2em;
    background-color:#697489;
    color:#FFF;
	font-weight:bold;
    border-style: none;
	text-align:center;
	font-size:16px;

	/*角丸*/
	-webkit-border-radius: 3px;     /* for Safari and Chrome */
	moz-border-radius: 3px;    /* for Firefox */
	-o-border-radius: 3px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:3px;   /* Linux browsers */
	border-radius: 3px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
	/*角丸*/
	
}

input.submit_button:hover {
	opacity: 0.7;
	filter: Alpha(opacity=70); 
}






#contact-f select {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-indent: 0.5em;
    background:#FAFAFA;
    height: 20px;

    font-size: 13px;
    vertical-align: middle;
    border:1px solid #CCC;
}




#contact-f input[type=radio],
#contact-f input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
    position: relative;
     
    display: inline-block;
    margin-right: 5px;
     
    font-size: 14px;
    line-height: 30px;
     
    cursor: pointer;
}
 
@media (min-width: 1px) {
#contact-f input[type=radio],
#contact-f input[type=checkbox] {
        display: none;
        margin: 0;
    }
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
        padding: 0 0 0 24px;
    }
#contact-f input[type=radio] + label::before,
#contact-f input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
         
        background: #FFF;
    }
#contact-f input[type=radio] + label::before {
        border: 2px solid #ccc;
        border-radius: 30px;
    }
#contact-f input[type=checkbox] + label::before {
        border: 2px solid #ccc;
    }
#contact-f input[type=radio]:checked + label::after,
#contact-f input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
#contact-f input[type=radio]:checked + label::after {
        left: 5px;
         
        width: 8px;
        height: 8px;
        margin-top: -4px;
         
        background:#06C;
        border-radius: 8px;
    }
#contact-f input[type=checkbox]:checked + label::after {
        left: 3px;
         
        width: 16px;
        height: 8px;
        margin-top: -8px;
         
        border-left: 3px solid #E71063;
        border-bottom: 3px solid #E71063;
         
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}





}


/* タブレット用スタイル--------------------------------------------------------------------------------------------------------------------------------------------- */



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


/* h1 h2 h3 h4 h5 ---------------------------------------------- */

h1.h1_01{
	width:260px;
	height:auto;
	position: absolute;
	top:32px;
	left:30px;

}

h1 img{
	width:100%;
	height:auto;
}

h1.h1_02{
	position: absolute;
	top:8px;
	left:30px;
	line-height: 120%;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	z-index:60;
	box-sizing:border-box;

}




h2.h2_00{
	font-size:18px;
	line-height:120%;
	color:#ff9900;
	text-align:center;
	font-weight:normal;
	margin-bottom:40px;
}

h2.h2_00 p{
	font-size:38px;
	line-height:110%;
	color:#FFF;
	text-align:center;
	margin-bottom:10px;
	font-weight:normal;

}


h2.h2_01{
	font-size:18px;
	line-height:120%;
	color:#ff9900;
	text-align:center;
	font-weight:normal;
	margin-bottom:40px;
}

h2.h2_01 p{
	font-size:38px;
	line-height:110%;
	color:#000;
	text-align:center;
	margin-bottom:10px;
	font-weight:normal;

}


h2.h2_02{
	font-size:18px;
	line-height:120%;
	color:#ff9900;
	text-align:center;
	font-weight:normal;
	margin-bottom:20px;
}

h2.h2_02 p{
	font-size:38px;
	line-height:110%;
	color:#000;
	text-align:center;
	margin-bottom:10px;
	font-weight:normal;

}





h3.h3_01 {
  position: relative;
	color:#3F6EB4;
  font-size: 22px;
  padding: 12px 0;
  text-align: center;
  margin-bottom:35px;
}
h3.h3_01:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  width: 150px;
  height: 60px;
  border-radius: 50%;
  border: 4px solid #3F6EB4;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}






h3.h3_02{
	font-size:24px;
	line-height:120%;
	text-align:center;
	border-bottom:2px solid #ff9d0b;
	padding-bottom:20px;
	margin-bottom:30px;
}






h4.h4_01{
    background: #67a8c9;
    
    font-size: 20px;
    line-height: 120%;
    text-align: center;
 	font-weight:normal;
    color: #FFFFFF;
    padding: 5px;
    
    box-sizing: border-box;
    
	margin-bottom:30px;
}



/* スライド ---------------------------------------------- */


.top_slide_bg{
	width:100%;
	height:auto;
	position:relative;
}


.top_slide{
	width:100%;
	min-height:450px;


	z-index:5;
	 	 
	background:center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

}


.top_slide_img{
	width:180px;
	position:absolute;
	top:25px;
	right:20px;
	
	z-index:80;

}

.top_slide_img2{
	width:180px;
	position:absolute;
	bottom:20px;
	right:20px;
	
	z-index:80;
}


/*
.top_slide_img img{
	border:1px solid #CCC;
	box-sizing:border-box;
}



*/




/* 各ページイメージ ---------------------------------------------- */



.top_img_bg{
	width:100%;
	height:auto;
	position:relative;
}




.top_img_img{
	width:180px;
	position:absolute;
	top:25px;
	right:20px;
	
	z-index:80;

}

/*.top_img_img img{
	border:1px solid #CCC;
	box-sizing:border-box;
}
*/


.helicopter_shot_top_img{
	width: 100%;
	height:350px !important;
	background:url(../img/helicopter_shot/main.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}



.agriculture_top_img{
	width: 100%;
	height:350px !important;
	background:url(../img/agriculture/main.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}



.school_top_img{
	width: 100%;
	height:350px !important;
	background:url(../img/school/main.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


.sale_top_img{
	width: 100%;
	height:350px !important;
	background:url(../img/sale/main.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}



.staff_top_img{
	width: 100%;
	height:350px !important;
	background:url(../img/staff/main.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.contact_top_img{
	width: 100%;
	height:350px !important;
	background:url(../img/contact/main.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


.qa_top_img{
	width: 100%;
	height:350px !important;
	background:url(../img/qa/main.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


.news_top_img{
	width: 100%;
	height:350px !important;
	background:url(../img/news/main.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


.s_top_img{
      display:none;
      text-align:center;
}



/* 共通バナー ---------------------------------------------- */

.contact_banner{
	margin-top:100px;	
}

.contact_banner img {
	width:100%;
	height:auto;
	
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.contact_banner:hover img {
	opacity: .6;
}




/* ページ共通背景 ---------------------------------------------- */



.bg_main{
	width: 100% !important;
	height:auto;
	background:url(../img/top/pg_cmn.png) center top  no-repeat ; 
    background-size:contain;                               /* 画像のサイズを指定    */

}



.button01_b{
	max-width:200px;
	width:100%;
	height:auto;
	margin:0 auto 0 auto;

	font-size:18px;
	line-height:100%;
	

}


.button01 {
	display: inline-block;
	max-width:200px;
	width:100%;
	height:auto;
	text-align: center;
	text-decoration: none;

	padding:7px 12px 10px 12px;

	background:url(../img/common/btn_bg.jpg) repeat;
	border: 2px solid #ef5f38;
	color: #fff;


}
.button01::before,
.button01::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button01,
.button01::before,
.button01::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}


.button01:hover {
  background:#FFF !important;
  border-color: #ef5f38;
  color: #ef5f38;
}








.button02_b{
	max-width:440px;
	width:100%;
	height:auto;
	margin:0 auto 0px auto;

	font-size:18px;
	line-height:100%;
}


.button02 {
	display: inline-block;
	max-width:470px;
	width:100%;
	height:auto;
	text-align: center;
	text-decoration: none;

	padding:7px 12px 10px 12px;
  
	background-color: #ef5f38;
	border: 2px solid #ef5f38;
	color: #fff;
	



}
.button02::before,
.button02::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button02,
.button02::before,
.button02::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}


.button02:hover {
  background:#FFF !important;
  border-color: #ef5f38;
  color: #ef5f38;
}







.button03_b{
	max-width:440px;
	width:100%;
	height:auto;
	margin:0 auto 60px auto;

	font-size:18px;
	line-height:100%;
}


.button03 {
	display: inline-block;
	max-width:470px;
	width:100%;
	height:auto;
	text-align: center;
	text-decoration: none;

	padding:15px 12px 18px 12px;
  
	background-color: #ef5f38;
	border: 2px solid #ef5f38;
	color: #fff;
	



}
.button03::before,
.button03::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button03,
.button03::before,
.button03::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}


.button03:hover {
  background:#FFF !important;
  border-color: #ef5f38;
  color: #ef5f38;
}




/* トップ　玉メニュー ---------------------------------------------- */

.tp_mu{
}


.tp_mu ul li{
	width:50%;
	height:400px;
	float:left;
	padding:15px;
	box-sizing:border-box;

 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}

.tp_mu ul li dl{
	width:100%;

}


.tp_mu_bg01{
	width: 100%;
	height:400px !important;
	background:url(../img/top/01_01.jpg)  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.tp_mu_bg02{
	width: 100%;
	height:400px !important;
	background:url(../img/top/01_02.jpg)  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


.tp_mu_bg03{
	width: 100%;
	height:400px !important;
	background:url(../img/top/01_03.jpg)  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


.tp_mu_bg04{
	width: 100%;
	height:400px !important;
	background:url(../img/top/01_04.jpg)  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


.tp_mu_bg05{
	width: 100%;
	height:400px !important;
	background:url(../img/top/01_05.jpg)  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.tp_mu_bg06{
	width: 100%;
	height:400px !important;
	background:url(../img/top/01_06.jpg)  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


/* トップ　ニュース ---------------------------------------------- */


.tp_news{
	max-width:680px;
	width:100%;
	height:auto;
	margin:0 auto 30px auto;
}

.tp_news ul li{
	width:48.5%;
	height:auto;
	float:left;
	margin-right:3%;
	margin-bottom:30px;
}

.tp_news ul li:nth-child(2n){
	margin-right:0%;
}



.tp_news_img{
	margin-bottom:10px;
}

.tp_news dl dt{
	font-size:14px;
	line-height:120%;
	margin-bottom:3px;
}

.tp_news dl dd{
	font-size:15px;
	line-height:120%;
	height: 36px;
}

.tp_news dl dd a{
	color:#000;
	text-decoration:none;
}

.tp_news dl dd a:hover{
	color:#000;
	text-decoration:none;
}




.tp_txt001{

font-size: 14px;
line-height: 150%;

border-top: 1px dotted #707070;
border-bottom:  1px dotted #707070;

padding: 20px 0;

margin-bottom: 50px;
}


.tp_client_list li{
	position: relative;
	text-align: left;
	display: inline-block;

	font-size: 14px;
	line-height: 150%;

	padding-left: 8px;
	margin-left: 4px;
	margin-right: 8px;
	margin-bottom: 5px;
}

.tp_client_list li::before{
	position: absolute;
	content: '';

	top: 50%;
	left: 0px;

	height: 4px;
	width: 4px;

	background-color: #333;

	border-radius: 2px;
	transform: translateY(-50%);
}




.news_ttl{
font-size: 18px;
line-height: 140%;
border-bottom: 2px solid #333333;
padding-bottom: 7px;
margin-bottom: 15px;
}

.news_day{
font-size: 13px;
line-height: 120%;
margin-bottom: 15px;
text-align: right;

}


.news_post{
font-size: 16px;
line-height: 160%;
margin-bottom: 60px;
}





.news_post_in{
}


.news_post_in_l{
    width: 100%;
    height: auto;
    float: none;
    margin-bottom: 40px;
    

}


.news_post_in_l a{
    color: #004486;
    text-decoration: underline;
}


.news_post_in_l a:hover{
    color: #004486;
    text-decoration:none;
}


f
.news_post_in_r{
    width: 100%;
    height: auto;
    float: none;
    

}


.news_post_in_r dl dt{
    background: #004486;
    padding: 10px 15px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 15px;
}


.news_post_in_r dl dd{
    margin-bottom: 35px;
}


.news_post_in_r dl dd:last-child{
    margin-bottom: 0px;
}



.news_post_in_r dl dd ul li{
    background:url("../img/common/list001.png") left 9px no-repeat;
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 14px;
    padding-left: 8px;
}


.news_post_in_r dl dd ul li a{
    color: #000000;
    text-decoration: none;
}

.news_post_in_r dl dd ul li a:hover{
    color: #000000;
    text-decoration:underline;
}

.news_post_in_r dl dd ul li:last-child{
    margin-bottom: 0px;
}







/* 空撮 ---------------------------------------------- */



.hs_txt01{
margin-bottom: 50px;
}

.hs_txt01 ul li{
	font-size:18px;
	line-height:140%;
	list-style:disc;
	margin-left:20px;
	margin-bottom:20px;
}

.hs_txt01 ul li:last-child{
	margin-bottom:0;
}



.hs_txt02{
	margin-bottom:50px;
}

.hs_txt02 ul li{
	font-size:18px;
	line-height:140%;
	list-style:disc;
	margin-left:20px;
	margin-bottom:20px;
}

.hs_txt02 ul li:last-child{
	margin-bottom:0;
}


.hs_img01{
}

.hs_img01 ul li{
	width:32%;
	height:auto;
	float:left;
	margin-right:2%;
	margin-bottom:20px;
}

.hs_img01 ul li:nth-child(3n){
	margin-right:0%;
}


.hs_img01 p{
	margin-top:12px;
	font-size:16px;
	line-height:120%;
	text-align:center;
}



.hs_img02{
	text-align:center;
}




.hs_tbl{
	width:100%;
	height:auto;
}

.hs_tbl table{
	width:100%;
	height:auto;
}

.hs_tbl table th{
	border-collapse:collapse;
	font-size:16px;
	line-height:160%;

	border:1px solid #5491BC;
	text-align:left;

	padding:10px 15px;
	background:#5CB0D3;
	color:#FFF;
	text-align:center;

}

.hs_tbl table td{

	border-collapse:collapse;
	font-size:16px;
	border:1px solid #5491BC;
	text-align:left;
	padding:10px 15px;
}




/* スクール ---------------------------------------------- */

.skl_b01{
	margin-bottom:30px;

}

.skl_b01 dl dt{
	font-size:22px;
	line-height:120%;
	font-weight:bold;
	margin-bottom:15px;
	color:#4D4D4D;
	

	font-family: kozuka-gothic-pr6n, sans-serif;
	font-style: normal;
	font-weight: 900;
}

.skl_b01 dl dd{
	font-size:18px;
	line-height:140%;

}



.skl_b02{
	width:100%;
	height:auto;
	margin-bottom:40px;

}

.skl_b02 table{
	width:100%;
	height:auto;
}

.skl_b02 table th{
	border-collapse:collapse;
	font-size:16px;
	line-height:160%;

	border:1px solid #4D4D4D;
	text-align:left;
	width:20%;
	padding:10px 15px;
	background:#4D4D4D;
	color:#FFF;
	text-align:center;

}

.skl_b02 table td{
	width:30%;
	border-collapse:collapse;
	font-size:16px;
	border:1px solid #4D4D4D;
	text-align:left;
	padding:10px 15px;
}

.skl_b02 table td span{
	color:#F00 !important;
}



.skl_b02{
}

.skl_b02 dl dt{
	font-size:22px;
	line-height:120%;
	font-weight:bold;
	margin-bottom:15px;
	color:#3F6EB4;
	padding-bottom:7px;
	border-bottom:1px solid #3F6EB4;
}

.skl_b02 dl dd{
	font-size:18px;
	line-height:140%;

}






.sk_001{
	margin-bottom:60px;
}


.sk_001 dl dt{
	font-size:28px;
	line-height:150%;
	text-align:center;
	margin-bottom:20px;
}



.sk_001 dl dt span::before {
	content: "\A" ;
	white-space: pre ;
}



.sk_001 dl dd{
	font-size:16px;
	line-height:160%;
}








.sk_002_txt01{
	text-align:center;
	font-size:16px;
	line-height:120%;
	margin-bottom:30px;
}


.sk_002{
	margin-bottom:80px;
}


.sk_002 ul li{
	width:32%;
	height:auto;
	float:left;
	margin-right:2%;
}


.sk_002 ul li:last-child{
	margin-right:0%;
}


.sk_002 ul li dl dt{
	margin-bottom:10px;
}

.sk_002 ul li dl dd{
	font-size:16px;
	line-height:150%;
}







.sk_003_img{
	text-align:center;
	margin-bottom:30px;
}

.sk_003_txt01{
	margin-bottom:60px;
	font-size:16px;
	line-height:150%;
}


.sk_003_txt01 span{
	color:#F00;
	font-weight:bold;

}

.sk_003_txt01 ul{
	margin-top:20px;
}

.sk_003_txt01 ul li{
	background:url(../img/common/list001.png) left  10px no-repeat;
	padding-left:12px;
	font-size:16px;
	margin-bottom:5px;
}

.sk_003_txt01 ul lilast-child{
	margin-bottom:0px;
}





.sk_004_01{
	margin-bottom:20px;
}



.sk_004_01 dl dt{
	width:100px;
	height:100px;
	font-size:24px;
	line-height:120%;
	color:#FFF;
	background:#339900;
	
	float:left;
	clear:both;
	
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}


.sk_004_01 dl dd{

	height:100px;
	font-size:16px;
	line-height:140%;
	padding-left:40px;
	
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center;
}

.sk_004_map01{
	margin-bottom:30px;
}

.sk_004_map02{
	margin-bottom:80px;
}








.sk_005{
	margin-bottom:40px;
}


.sk_005 ul li{
	width:100%;
	height:auto;
	float:none;
	margin-right:0%;
	margin-bottom:40px;
}

.sk_005 ul li:nth-child(2n){
	margin-right:0%;
}




.sk_005 ul li dl dt{
	font-size:24px;
	line-height:140%;
	padding:20px;
	box-sizing:border-box;
	background:#339900;
	color:#FFF;
	text-align:center;
}


.sk_005 ul li dl dt span{
	font-size:48px;
}


.sk_005 ul li dl dd{
	padding:20px;
	border:1px solid #339900;
	height:auto;
}

.sk_005_01{
	font-size:16px;
	line-height:160%;
	margin-bottom:20px;
}

.sk_005_02{
	font-size:16px;
	line-height:160%;
}


.sk_005_lst{
	margin-bottom:10px;
}

.sk_005_lst ol li{
	width:auto;
	height:auto;
	float:left;
	margin-right:25px !important;
	margin-bottom:8px;
	list-style-type:decimal;
	margin-left:26px;
}



.sk_005_lst01{
	margin-bottom:10px;
}

.sk_005_lst01 ul li{
	width:auto;
	height:auto;
	float:left;
	margin-right:20px !important;
	margin-bottom:8px;
	list-style-type:disc;
	margin-left:23px;
}


.sk_005_lst01 ul li ul{
	margin-top:10px;
}
.sk_005_lst01 ul li ul li{
	list-style-type:decimal !important;
}






.sk_006{
	max-width:740px;
	width:100%;
	height:auto;
	margin:0 auto;
}

.sk_006 ul li{
	width:49%;
	height:auto;
	float:left;
	margin-right:2%;
}

.sk_006 ul li:last-child{
	margin-right:0%;
}



.sk_006 ul li img{
	margin-bottom:20px;
}

.sk_006 ul li img:last-child{
	margin-bottom:0;
}


.sk_006 ul li dl dt{
	margin-bottom:15px;
}

.sk_006 ul li dl dd{
	text-align:center;
	font-size:16px;
	line-height:120%;
}


.googleCalendar{
	margin-bottom:60px
}


.googleCalendar iframe {
  width: 100%;
  height:600px;
  border:none !important;
}




/* how to ---------------------------------------------- */

.ht_txt01{
    font-size: 15px;
    line-height: 150%;
    margin-bottom: 60px;
}






.ht_tbl{
	width:100%;
	height:auto;
	margin-bottom:40px;
}

.ht_tbl table{
	width:100%;
	height:auto;
	border-top:1px solid #cccccc;

}


.ht_tbl th{
    width: 120px;
	font-size:15px;
    line-height: 150%;
	border-collapse:collapse;

	text-align:left;
	border-bottom:1px solid #cccccc;
	color:#333;


	padding:10px 10px 10px 10px;	
	box-sizing:border-box;


}

.ht_tbl td{
	font-size:15px;
    line-height: 150%;
	border-collapse:collapse;

	text-align:left;
	border-bottom:1px solid #cccccc;
	color:#333;


	padding:10px 10px 10px 10px;	
	box-sizing:border-box;

}

.ht_tbl td a{  
    color: #000000;
    text-decoration: underline;
}


.ht_tbl td a:hover{  
    color: #000000;
    text-decoration:none;
}






/* 農業×ドローン ---------------------------------------------- */


.n_d_txt001{
	font-size:17px;
	line-height:160%;
	margin-bottom:30px;
}


.n_d_txt002{
    margin-bottom: 50px;
}


.n_d_txt002 ul li{

	line-height:140%;
	list-style:disc;
	margin-left:20px;
	margin-bottom:20px;

}



.n_d_txt002 ul li span{
 background: linear-gradient(transparent 75%, #c1e0ff 75%);
	font-weight:bold; 
}



.n_d_txt002 ul li:last-child{
	margin-bottom:0;
}

.youtube{
    position: relative;
    width: 100%;
    padding-top: 56.25%;

	margin-bottom: 50px;
}

.youtube iframe{
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}



/* スタッフ ---------------------------------------------- */

.stf_list{
	width: 100%;
}

.stf_list > li{
	float: left;
	width: 49%;
	margin-bottom: 10px;
}

.stf_list > li:nth-child(odd){
	margin-right: 2%;
}



.stf_bg{
	float: left;
	position:relative;
	margin-bottom:10px;
}


.stf_b{
	float: right;
	width:55%;
	height:400px;
	padding:40px 15px;
	box-sizing:border-box;

   background-color: #33699e;
}

.stf_b dl dt{
	font-size:16px;
	line-height:120%;

	border-bottom: 1px solid #fff;

	padding-bottom: 20px;
	margin-bottom:25px;
	color:#FFF;
}


.stf_b dl dt p{
	font-size:32px;
	line-height:120%;
	margin-bottom:5px;
	color:#FFF;
}

.stf_b dl dd ul li{
	background:url(../img/staff/list.png) left 8px no-repeat;
	padding-left:10px;
	color:#FFF !important;
	font-size:14px;
	line-height:120%;
	margin-bottom:5px;
}

.stf_b dl dl dd ul li:last-child{
	margin-bottom:0px;
}



.stf_img_bg01{
	width: 45%;
	height:400px !important;
	background:url(../img/staff/01.png) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

}

.stf_img_bg02{
	width: 45%;
	height:400px !important;
	background:url(../img/staff/02.png) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

}

.stf_img_bg03{
	width: 45%;
	height:400px !important;
	background:url(../img/staff/03.png) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

}

.stf_img_bg04{
	width: 45%;
	height:400px !important;
	background:url(../img/staff/04.png) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

}





.tp_b02{
	margin-bottom:60px;
}

.tp_b02 ul li{
	max-width:700px;
	width:100%;
	height:auto;
	float:none;
	padding:25px;
	box-sizing:border-box;
	background:#67a8c9;
	margin:0 auto 20px auto;

	
	-webkit-border-radius: 10px;     /* for Safari and Chrome */
	moz-border-radius: 10px;    /* for Firefox */
	-o-border-radius: 10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:10px;   /* Linux browsers */
	border-radius:10px;     /* CSS3 */
}

.tp_b02 ul li:nth-child(2n){
	margin:0 auto 20px auto;
}

.tp_b02 ul li:last-child{
	margin:0 auto 0px auto;
}



.tp_b02_l{
	width:30%;
	height:auto;
	float:left;

}

.tp_b02_r{
	width:68%;
	height:auto;
	float:right;
}


.tp_b02_r dl dt{
	color:#FFF;
	font-size:22px;
	margin-bottom:8px;
}

.tp_b02_r dl dd{
	height:58px;
	color:#FFF;
	font-size:16px;
	margin-bottom:5px;
}


.tp_b02_r p{
	text-align:right !important;
}

.tp_b02_r p a{
	color:#ff3333;
	text-decoration:underline;
}

.tp_b02_r p a:hover{
	color:#ff3333;
	text-decoration:none;
}











.n_h_01{
    margin-bottom: 60px;

}

.n_h_01 ul li{
    margin-bottom: 50px;
}

.n_h_01 ul li:last-child{
	margin-bottom:0px;
}




.n_h_01_in01{
    margin-bottom: 30px;

}

.n_h_01_in01 dl dt{
    width: 140px;
    height: auto;
    border: 1px solid #000000;
    padding: 10px 8px;
    box-sizing: border-box;
    text-align: center;
    margin: 0 auto 30px auto;
}

.n_h_01_in01 dl dd{
    text-align: center;
}




.n_h_01_in02{


}

.n_h_01_in02 dl dt{
    float: none;
    clear: both;
    
    font-size: 15px;
    line-height: 140%;
    margin-bottom: 5px;
    color: #306FB9;
}

.n_h_01_in02 dl dd{
    font-size: 15px;
    line-height: 140%;
    

    padding-bottom: 8px;
    margin-bottom: 8px;
    
    border-bottom: 1px dotted #999999;
}








.n_skl01{
    margin-bottom: 40px;
}


.n_skl01 ul li{
    width: 48.5%;
    height: auto;
    float: left;
    margin-right: 3%;
    
    padding: 20px 15px;
    box-sizing: border-box;
    
    background: #92c030;
    
  
	-webkit-border-radius: 3px;     /* for Safari and Chrome */
	moz-border-radius: 3px;    /* for Firefox */
	-o-border-radius: 3px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:3px;   /* Linux browsers */
	border-radius: 3px;     /* CSS3 */  
}

.n_skl01 ul li:nth-child(2n){
	margin-right:0%;
}


.n_skl01 dl dt{
    background:#FFFFFF;
    
    font-size: 16px;
    line-height: 120%;
    color: #92c030;
    text-align: center;
    
    padding: 8px 7px 7px 7px;
    margin-bottom: 20px;

	-webkit-border-radius: 3px;     /* for Safari and Chrome */
	moz-border-radius: 3px;    /* for Firefox */
	-o-border-radius: 3px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:3px;   /* Linux browsers */
	border-radius: 3px;     /* CSS3 */
}


.n_skl01 dl dd{

}

.n_skl01 dl dd ul li{

    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
    
    padding: 0px;
    box-sizing: border-box;
    
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -0.03em;
    
    background:#92c030;

    margin-bottom: 15px;
    
    color: #FFFFFF;
    background: url("../img/common/list01.png") left 6px no-repeat;
    padding-left: 8px;
}

.n_skl01 dl dd ul li:nth-child(2n){
	margin-right:0%;
}






.n_skl02{
    margin-bottom: 20px;
}


.n_skl02 dl dt{
    margin-bottom: 10px;

}

.n_skl02 dl dt span{
    background: #cc0000;
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 100%;
    padding: 2px 8px;
}

.n_skl02 dl dd{
    font-size: 18px;
    line-height: 180%;

}

.n_skl02 dl dd span{
    color: #cc0000;

}



.n_skl03{
	width:100%;
	height:auto;
    margin-bottom: 50px;
}

.n_skl03 table{
	width:100%;
	height:auto;
}

.n_skl03 table th{
	border-collapse:collapse;
    width: 160px;
	font-size:15px;
	line-height:150%;

	border-bottom: 1px dotted #999999;
	text-align:left;

	padding:10px 0px;


}

.n_skl03 table td{

	border-collapse:collapse;
	font-size:15px;
	line-height:150%;

	border-bottom: 1px dotted #999999;
	text-align:left;
	padding:10px 0px;
}











.n_skl04{
    margin-bottom: 30px;

}

.n_skl04 dl dt{
    text-align: center;
    margin-bottom: 10px;

}


.n_skl04 dl dd{
    font-size: 16px;
    line-height: 160%;
    text-align: center;

}



.n_skl05{
    border: 3px solid #0099cc;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 30px;
    
    text-align: center;
    color: #0099cc;
    font-size: 16px;
    line-height: 140%;

}




.n_skl06{
    border: 1px solid #000000;
    padding: 30px 30px;
    box-sizing: border-box;
    margin-bottom: 60px;
}

.n_skl06 ul li{
    background: url("../img/common/list001.png") left 10px no-repeat;
    padding-left: 10px;
    
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 10px;

}


.n_skl06 ul li:last-child{
	margin-bottom:0px;
}



.n_skl07{

}

.n_skl07 dl dt{
    
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 25px;
}


.n_skl07 dl dd{
    text-align: center;
	margin-bottom: 50px;
}





/* QA ---------------------------------------------- */

.qa_01{
	margin-bottom:40px;
}


.qa_01 dl dt{
	background:url(../img/qa/q.png) left 0px no-repeat;
	padding-left:35px;
	color:#09C;

	margin-bottom:15px;
	font-size:20px;
	line-height:120%;

}


.qa_01 dl dd{
	background:url(../img/qa/a.png) left 3px no-repeat;
	padding-left:35px;

	margin-bottom:25px;
	font-size:18px;
	line-height:160%;
	padding-bottom:20px;
	border-bottom:20px;
	border-bottom:2px dotted #CCC;

}





/* トップ お問い合わせ ---------------------------------------------- */

.tp_cmn_ctt_bg{

	height:400px !important;
	background:url(../img/top/tp_ctt_bg.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.tp_cmn_ctt{
	height:400px;
	
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}


.tp_cmn_ctt dl dt{
	font-size:20px;
	line-height:130%;

	text-align:center;
	margin-bottom:15px;
}

.tp_cmn_ctt dl dt p{
	font-size:48px;
	line-height:130%;

	text-align:center;
	margin-bottom:2px;
}

.tp_cmn_ctt dl dt:before{
	content:url(../img/top/tp_ctt_icon.png);
}


.tp_cmn_ctt dl dt a{
	color:#000;
	text-decoration:none;
}


.tp_cmn_ctt dl dt a{
	color:#000;
	text-decoration:underline;
}

.tp_cmn_ctt dl dd{

}









/* お問い合わせフォーム---------------------------------------------- */


.contact-t{
	font-size:18px;
	line-height:160%;
	margin-bottom:30px;	
}

.contact-t dl{
	margin-top:15px;
	margin-bottom:30px;
}

.contact-t dl dt{
	color:#F90;
	font-size:26px;
	text-align:center;
	line-height:120%;
	margin-bottom:10px;
}

.contact-t dl dd{
	
	font-size:18px;
	line-height:140%;
	margin-bottom:15px;
	text-align:center;
	border-bottom:1px dotted #999999;
	padding-bottom:15px;
}

.contact-t dl dd:last-child{
	margin-bottom:0px;
}

.contact-img{
	max-width:250px;
	width:100%;
	margin:0 auto 00px auto;
	text-align:center;
}



#contact-f{
	width:100%;
	height:auto;
	margin-bottom:60px;
}

#contact-f table{
	width:100%;
	height:auto;
	border-top:1px solid #cccccc;
}

#contact-f th,td{
	padding:15px;
}

#contact-f th{
	font-size:16px;
	border-collapse:collapse;

	border-bottom:1px solid #cccccc;
	text-align:left;
	font-weight:bold;
	color:#333;
	width:28%;

	background:url(../img/contact/bg.png) repeat;
}

#contact-f td{
	font-size:16px;
	border-collapse:collapse;
	text-align:left;
	border-bottom:1px solid #cccccc;

	background:url(../img/contact/bg.png) repeat;
}


#contact-f span{
	color:#F00;
	font-size:12px;

}

.with-form1{
	width:90%;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;

	filter:alpha(opacity=70); /* IE*/
	-moz-opacity: 0.7; /* Firefox*/
	opacity: 0.7; /* SafariやOpera*/
}

.with-form3{
	width:450px;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;
	padding:5px;
}



.margin-r1{
	margin-right:5px;
}

.margin-r2{
	margin-right:15px;
}

#form-center{
	margin-left:0 !important;
	margin-top:20px;
	text-align:center;
}


input:focus {
    border:solid 1px #EEA34A;
}

textarea:focus {
    border:solid 1px #EEA34A;
}




input.submit_button {
	width:150px;
	height:auto;
	padding:15px 0;
    font-size: 1.2em;
    background-color:#697489;
    color:#FFF;
	font-weight:bold;
    border-style: none;
	text-align:center;
	font-size:16px;

	/*角丸*/
	-webkit-border-radius: 3px;     /* for Safari and Chrome */
	moz-border-radius: 3px;    /* for Firefox */
	-o-border-radius: 3px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:3px;   /* Linux browsers */
	border-radius: 3px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
	/*角丸*/
	
}

input.submit_button:hover {
	opacity: 0.7;
	filter: Alpha(opacity=70); 
}






#contact-f select {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-indent: 0.5em;
    background:#FAFAFA;
    height: 20px;

    font-size: 13px;
    vertical-align: middle;
    border:1px solid #CCC;
}




#contact-f input[type=radio],
#contact-f input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
    position: relative;
     
    display: inline-block;
    margin-right: 5px;
     
    font-size: 14px;
    line-height: 30px;
     
    cursor: pointer;
}
 
@media (min-width: 1px) {
#contact-f input[type=radio],
#contact-f input[type=checkbox] {
        display: none;
        margin: 0;
    }
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
        padding: 0 0 0 24px;
    }
#contact-f input[type=radio] + label::before,
#contact-f input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
         
        background: #FFF;
    }
#contact-f input[type=radio] + label::before {
        border: 2px solid #ccc;
        border-radius: 30px;
    }
#contact-f input[type=checkbox] + label::before {
        border: 2px solid #ccc;
    }
#contact-f input[type=radio]:checked + label::after,
#contact-f input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
#contact-f input[type=radio]:checked + label::after {
        left: 5px;
         
        width: 8px;
        height: 8px;
        margin-top: -4px;
         
        background:#06C;
        border-radius: 8px;
    }
#contact-f input[type=checkbox]:checked + label::after {
        left: 3px;
         
        width: 16px;
        height: 8px;
        margin-top: -8px;
         
        border-left: 3px solid #E71063;
        border-bottom: 3px solid #E71063;
         
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}



}



/* スマホ用スタイル--------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (max-width: 720px) {	
	
/* h1 h2 h3 h4 h5 ---------------------------------------------- */


h1.h1_01{
	width:230px;
	height:auto;
	position: absolute;
	top:37px;
	left:20px;
}

h1 img{
	width:100%;
	height:auto;
}



h1.h1_02{
	position: absolute;
	top:7px;
	left:20px;
	line-height: 120%;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	z-index:60;
	box-sizing:border-box;

}


h2.h2_00{
	font-size:16px;
	line-height:120%;
	color:#ff9900;
	text-align:center;
	font-weight:normal;
	margin-bottom:30px;
}

h2.h2_00 p{
	font-size:23px;
	line-height:110%;
	color:#FFF;
	text-align:center;
	margin-bottom:10px;
	font-weight:normal;

}


h2.h2_00 span::before {
	content: "\A" ;
	white-space: pre ;
}



h2.h2_01{
	font-size:16px;
	line-height:120%;
	color:#ff9900;
	text-align:center;
	font-weight:normal;
	margin-bottom:30px;
}

h2.h2_01 p{
	font-size:23px;
	line-height:110%;
	color:#000;
	text-align:center;
	margin-bottom:10px;
	font-weight:normal;

}



h2.h2_02{
	font-size:16px;
	line-height:120%;
	color:#ff9900;
	text-align:center;
	font-weight:normal;
	margin-bottom:15px;
}

h2.h2_02 p{
	font-size:23px;
	line-height:110%;
	color:#000;
	text-align:center;
	margin-bottom:8px;
	font-weight:normal;

}




h3.h3_01 {
  position: relative;
	color:#3F6EB4;
  font-size: 17px;
  padding: 12px 0;
  text-align: center;
  margin-bottom:40px;
}
h3.h3_01:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  width: 150px;
  height: 60px;
  border-radius: 50%;
  border: 3px solid #3F6EB4;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}





h3.h3_02{
	font-size:17px;
	line-height:150%;
	text-align:center;
	border-bottom:2px solid #ff9d0b;
	padding-bottom:12px;
	margin-bottom:15px;
}




h4.h4_01{
    background: #67a8c9;
    
    font-size: 17px;
    line-height: 120%;
    text-align: center;
 	font-weight:normal;
    color: #FFFFFF;
    padding: 5px;
    
    box-sizing: border-box;
    
	margin-bottom:30px;
}






/* スライド ---------------------------------------------- */


.top_slide_bg{
	width:100%;
	height:auto;
	position:relative;
}


.top_slide{
	width:100%;
	min-height:250px;
	z-index:5;

	 	 
	background:center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

}


.top_slide_img{
	width:120px;
	position:absolute;
	top:15px;
	right:15px;
	
	z-index:80;

}


.top_slide_img2{
	width:120px;
	position:absolute;
	bottom:15px;
	right:15px;
	
	z-index:80;
}

/*
.top_slide_img img{
	border:1px solid #CCC;
	box-sizing:border-box;
}

*/



/* 各ページイメージ ---------------------------------------------- */



.top_img_bg{
	width:100%;
	height:auto;
	position:relative;
}




.top_img_img{
	width:120px;
	position:absolute;
	top:15px;
	right:15px;
	
	z-index:80;

}

/*.top_img_img img{
	border:1px solid #CCC;
	box-sizing:border-box;
}
*/





.helicopter_shot_top_img{
	width: 100%;
	height:250px !important;
	background:url(../img/helicopter_shot/main.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


.agriculture_top_img{
	width: 100%;
	height:250px !important;
	background:url(../img/agriculture/main.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.school_top_img{
	width: 100%;
	height:250px !important;
	background:url(../img/school/main.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


.sale_top_img{
	width: 100%;
	height:250px !important;
	background:url(../img/sale/main.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


.staff_top_img{
	width: 100%;
	height:250px !important;
	background:url(../img/staff/main.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.contact_top_img{
	width: 100%;
	height:250px !important;
	background:url(../img/contact/main.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


.qa_top_img{
	width: 100%;
	height:250px !important;
	background:url(../img/qa/main.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}



.news_top_img{
	width: 100%;
	height:250px !important;
	background:url(../img/news/main.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}




.s_top_img{
	display:block; 
	text-align:center;
	margin:0 !important;
	padding:0 !important;

	  z-index:1; 
}

.s_top_img img{
	width:100%;
	height:auto !important;
	margin:0 !important;
	padding:0 !important;

	display:block;
	line-height:0 !important;
	vertical-align:bottom;
}


/* 共通バナー ---------------------------------------------- */

.contact_banner{
	margin-top:60px;	
}

.contact_banner img {
	width:100%;
	height:auto;
	
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.contact_banner:hover img {
	opacity: .6;
}





/* ページ共通背景 ---------------------------------------------- */



.bg_main{
	width: 100% !important;
	height:auto;
	background:url(../img/top/pg_cmn.png) center top  no-repeat ; 
    background-size:contain;                               /* 画像のサイズを指定    */

}






.button01_b{
	max-width:200px;
	width:100%;
	height:auto;
	margin:0 auto 0 auto;

	font-size:15px;
	line-height:100%;
	

}


.button01 {
	display: inline-block;
	max-width:200px;
	width:100%;
	height:auto;
	text-align: center;
	text-decoration: none;

	padding:4px 10px 6px 10px;
  
	background:url(../img/common/btn_bg.jpg) repeat;
	border: 2px solid #ef5f38;
	color: #fff;



}
.button01::before,
.button01::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button01,
.button01::before,
.button01::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}


.button01:hover {
  background:#FFF !important;
  border-color: #ef5f38;
  color: #ef5f38;
}








.button02_b{
	max-width:350px;
	width:100%;
	height:auto;
	margin:0 auto 0px auto;

	font-size:16px;
	line-height:100%;
}


.button02 {
	display: inline-block;
	max-width:350px;
	width:100%;
	height:auto;
	text-align: center;
	text-decoration: none;

	padding:7px 5px 7px 5px;
  
	background:url(../img/common/btn_bg.jpg) repeat;
	border: 2px solid #ef5f38;
	color: #fff;



}
.button02::before,
.button02::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button02,
.button02::before,
.button02::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}


.button02:hover {
  background:#FFF !important;
  border-color: #ef5f38;
  color: #ef5f38;
}












.button03_b{
	max-width:200px;
	width:100%;
	height:auto;
	margin:0 auto 40px auto;

	font-size:16px;
	line-height:100%;
	

}


.button03 {
	display: inline-block;
	max-width:200px;
	width:100%;
	height:auto;
	text-align: center;
	text-decoration: none;

	padding:10px 10px 10px 10px;
  
	background:url(../img/common/btn_bg.jpg) repeat;
	border: 2px solid #ef5f38;
	color: #fff;



}
.button03::before,
.button03::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button03,
.button03::before,
.button03::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}


.button03:hover {
  background:#FFF !important;
  border-color: #ef5f38;
  color: #ef5f38;
}






/* トップ　玉メニュー ---------------------------------------------- */

.tp_mu{
}


.tp_mu ul li{
	width:50%;
	height:220px;
	float:left;
	padding:15px;
	box-sizing:border-box;

 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}


.tp_mu ul li dl{
	width:100%;

}

.tp_mu_bg01{
	width: 100%;
	height:220px !important;
	background:url(../img/top/01_01.jpg)  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.tp_mu_bg02{
	width: 100%;
	height:220px !important;
	background:url(../img/top/01_02.jpg)  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


.tp_mu_bg03{
	width: 100%;
	height:220px !important;
	background:url(../img/top/01_03.jpg)  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


.tp_mu_bg04{
	width: 100%;
	height:220px !important;
	background:url(../img/top/01_04.jpg)  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}



.tp_mu_bg05{
	width: 100%;
	height:220px !important;
	background:url(../img/top/01_05.jpg)  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.tp_mu_bg06{
	width: 100%;
	height:220px !important;
	background:url(../img/top/01_06.jpg)  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


/* トップ　ニュース ---------------------------------------------- */


.tp_news{
	max-width:680px;
	width:100%;
	height:auto;
	margin:0 auto 30px auto;
}

.tp_news ul li{
	width:48.5%;
	height:auto;
	float:left;
	margin-right:3%;
	margin-bottom:30px;
}

.tp_news ul li:nth-child(2n){
	margin-right:0%;
}







.tp_news_img{
	margin-bottom:7px;
}

.tp_news dl dt{
	font-size:14px;
	line-height:120%;
	margin-bottom:3px;
}

.tp_news dl dd{
	font-size:13px;
	line-height:120%;
	height: 36px;
}

.tp_news dl dd a{
	color:#000;
	text-decoration:none;
}

.tp_news dl dd a:hover{
	color:#000;
	text-decoration:none;
}




.tp_txt001{

font-size: 13px;
line-height: 150%;

border-top: 1px dotted #707070;
border-bottom:  1px dotted #707070;

padding: 20px 0;

margin-bottom: 40px;
}


.tp_client_list li{
	position: relative;
	text-align: left;
	display: inline-block;

	font-size: 13px;
	line-height: 150%;

	padding-left: 8px;
	margin-left: 4px;
	margin-right: 8px;
	margin-bottom: 5px;
}

.tp_client_list li::before{
	position: absolute;
	content: '';

	top: 50%;
	left: 0px;

	height: 4px;
	width: 4px;

	background-color: #333;

	border-radius: 2px;
	transform: translateY(-50%);
}




.news_ttl{
font-size: 15px;
line-height: 140%;
border-bottom: 2px solid #333333;
padding-bottom: 7px;
margin-bottom: 15px;
}

.news_day{
font-size: 12px;
line-height: 120%;
margin-bottom: 12px;
text-align: right;

}


.news_post{
font-size: 14px;
line-height: 150%;
margin-bottom: 50px;
}






.news_post_in{
}


.news_post_in_l{
    width: 100%;
    height: auto;
    float: none;
    margin-bottom: 30px;
    

}

.news_post_in_l a{
    color: #004486;
    text-decoration: underline;
}


.news_post_in_l a:hover{
    color: #004486;
    text-decoration:none;
}


.news_post_in_r{
    width: 100%;
    height: auto;
    float: none;
    

}


.news_post_in_r dl dt{
    background: #004486;
    padding: 8px 10px;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 120%;
    margin-bottom: 15px;
}


.news_post_in_r dl dd{
    margin-bottom: 35px;
}


.news_post_in_r dl dd:last-child{
    margin-bottom: 0px;
}



.news_post_in_r dl dd ul li{
    background:url("../img/common/list001.png") left 7px no-repeat;
    font-size: 14px;
    line-height: 120%;
    margin-bottom: 10px;
    padding-left: 8px;
}


.news_post_in_r dl dd ul li a{
    color: #000000;
    text-decoration: none;
}

.news_post_in_r dl dd ul li a:hover{
    color: #000000;
    text-decoration:underline;
}

.news_post_in_r dl dd ul li:last-child{
    margin-bottom: 0px;
}






/* 空撮 ---------------------------------------------- */



.hs_txt01{
margin-bottom: 40px;
}

.hs_txt01 ul li{
	font-size:16px;
	line-height:140%;
	list-style:disc;
	margin-left:20px;
	margin-bottom:20px;
}

.hs_txt01 ul li:last-child{
	margin-bottom:0;
}



.hs_txt02{
	margin-bottom:40px;
}

.hs_txt02 ul li{
	font-size:16px;
	line-height:140%;
	list-style:disc;
	margin-left:20px;
	margin-bottom:20px;
}

.hs_txt02 ul li:last-child{
	margin-bottom:0;
}


.hs_img01{
}

.hs_img01 ul li{
	width:49%;
	height:auto;
	float:left;
	margin-right:2%;
	margin-bottom:20px;
}

.hs_img01 p{
	margin-top:8px;
	font-size:14px;
	line-height:120%;
	text-align:left;
}

.hs_img01 ul li:nth-child(2n){
	margin-right:0%;
}


.hs_img01 ul li:nth-child(3){
	margin-right:2% !important;
}

.hs_img01 ul li:nth-child(9){
	margin-right:2% !important;
}


.hs_img01 ul li:nth-child(15){
	margin-right:2% !important;
}

.hs_img01 ul li:nth-child(3n){
	margin-right:0%;
}



.hs_img02{
	text-align:center;
}




.hs_tbl{
	width:100%;
	height:auto;
}

.hs_tbl table{
	width:100%;
	height:auto;
}

.hs_tbl table th{
	border-collapse:collapse;
	font-size:14px;
	line-height:150%;

	border:1px solid #5491BC;
	text-align:left;

	padding:10px 5px;
	background:#5CB0D3;
	color:#FFF;
	text-align:center;

}

.hs_tbl table td{

	border-collapse:collapse;
	font-size:14px;
	line-height:150%;
    
	border:1px solid #5491BC;
	text-align:left;
	padding:10px 5px;
}


.hs_tbl table th span:before {
	content: "\A" ;
	white-space: pre ;
}

.hs_tbl table td span:before {
	content: "\A" ;
	white-space: pre ;
}






/* スクール ---------------------------------------------- */

.skl_b01{
	margin-bottom:30px;

}

.skl_b01 dl dt{
	font-size:18px;
	line-height:120%;
	font-weight:bold;
	margin-bottom:15px;
	color:#4D4D4D;
	

	font-family: kozuka-gothic-pr6n, sans-serif;
	font-style: normal;
	font-weight: 900;
}

.skl_b01 dl dd{
	font-size:16px;
	line-height:140%;

}



.skl_b02{
	width:100%;
	height:auto;
	margin-bottom:30px;

}

.skl_b02 table{
	width:100%;
	height:auto;
}

.skl_b02 table th{
	border-collapse:collapse;
	font-size:15px;
	line-height:150%;

	border:1px solid #4D4D4D;
	text-align:left;
	width:22%;
	padding:5px 5px;
	background:#4D4D4D;
	color:#FFF;
	text-align:center;

}

.skl_b02 table td{
	width:30%;
	border-collapse:collapse;
	font-size:15px;
	border:1px solid #4D4D4D;
	text-align:left;
	padding:5px 10px;
}

.skl_b02 table td span{
	color:#F00 !important;
}



.skl_b02{
}

.skl_b02 dl dt{
	font-size:18px;
	line-height:120%;
	font-weight:bold;
	margin-bottom:15px;
	color:#3F6EB4;
	padding-bottom:7px;
	border-bottom:1px solid #3F6EB4;
}

.skl_b02 dl dd{
	font-size:16px;
	line-height:150%;

}












.sk_001{
	margin-bottom:40px;
}


.sk_001 dl dt{
	font-size:20px;
	line-height:150%;
	text-align:center;
	margin-bottom:20px;
	font-weight:bold;
}



.sk_001 dl dt span::before {
	content: "\A" ;
	white-space: pre ;
}



.sk_001 dl dd{
	font-size:15px;
	line-height:150%;
}





.sk_002_txt01{
	text-align:center;
	font-size:15px;
	line-height:120%;
	margin-bottom:25px;
}


.sk_002{
	margin-bottom:40px;
}


.sk_002 ul li{
	max-width:400px;
	width:100%;
	height:auto;
	float:none;
	margin:0 auto 30px auto;

}


.sk_002 ul li:last-child{
	margin:0 auto 0 auto;
}


.sk_002 ul li dl dt{
	margin-bottom:10px;
}

.sk_002 ul li dl dd{
	font-size:15px;
	line-height:150%;
}









.sk_003_img{
	text-align:center;
	margin-bottom:20px;
}

.sk_003_txt01{
	margin-bottom:40px;
	font-size:15px;
	line-height:150%;
}


.sk_003_txt01 span{
	color:#F00;
	font-weight:bold;

}

.sk_003_txt01 ul{
	margin-top:20px;
}

.sk_003_txt01 ul li{
	background:url(../img/common/list001.png) left  10px no-repeat;
	padding-left:12px;
	font-size:15px;
	margin-bottom:4px;
}

.sk_003_txt01 ul lilast-child{
	margin-bottom:0px;
}








.sk_004_01{
	margin-bottom:25px;
}



.sk_004_01 dl dt{
	width:70px;
	height:80px;
	font-size:20px;
	line-height:120%;
	color:#FFF;
	background:#339900;
	
	float:left;
	clear:both;
	
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}


.sk_004_01 dl dd{

	height:80px;
	font-size:15px;
	line-height:130%;
	padding-left:20px;
	
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center;
}

.sk_004_map01{
	margin-bottom:30px;
}

.sk_004_map02{
	margin-bottom:40px;
}










.sk_005{
	margin-bottom:20px;
}


.sk_005 ul li{
	width:100%;
	height:auto;
	float:none;
	margin-right:0%;
	margin-bottom:30px;
}

.sk_005 ul li:nth-child(2n){
	margin-right:0%;
}




.sk_005 ul li dl dt{
	font-size:20px;
	line-height:140%;
	padding:15px 20px 15px 15px;
	box-sizing:border-box;
	background:#339900;
	color:#FFF;
	text-align:center;
}


.sk_005 ul li dl dt span{
	font-size:40px;
}


.sk_005 ul li dl dd{
	padding:15px;
	border:1px solid #339900;
	height:auto;
}

.sk_005_01{
	font-size:15px;
	line-height:150%;
	margin-bottom:15px;
}

.sk_005_02{
	font-size:15px;
	line-height:150%;
}


.sk_005_lst{
	margin-bottom:10px;
}

.sk_005_lst ol li{
	width:auto;
	height:auto;
	float:left;
	margin-right:25px !important;
	margin-bottom:5px;
	list-style-type:decimal;
	margin-left:26px;
}



.sk_005_lst01{
	margin-bottom:10px;
}

.sk_005_lst01 ul li{
	width:auto;
	height:auto;
	float:left;
	margin-right:15px !important;
	margin-bottom:5px;
	list-style-type:disc;
	margin-left:23px;
}


.sk_005_lst01 ul li ul{
	margin-top:10px;
}
.sk_005_lst01 ul li ul li{
	list-style-type:decimal !important;
}






.sk_006{
	max-width:740px;
	width:100%;
	height:auto;
	margin:0 auto;
}

.sk_006 ul li{
	width:49%;
	height:auto;
	float:left;
	margin-right:2%;
}

.sk_006 ul li:last-child{
	margin-right:0%;
}



.sk_006 ul li img{
	margin-bottom:20px;
}

.sk_006 ul li img:last-child{
	margin-bottom:0;
}


.sk_006 ul li dl dt{
	margin-bottom:15px;
}

.sk_006 ul li dl dd{
	text-align:center;
	font-size:15px;
	line-height:120%;
}



.googleCalendar{
	margin-bottom:40px
}


.googleCalendar iframe {
  width: 100%;
  height:600px;
  border:none !important;
}





/* how to ---------------------------------------------- */

.ht_txt01{
    font-size: 15px;
    line-height: 150%;
    margin-bottom: 50px;
}







.ht_tbl{
	width:100%;
	height:auto;
	margin-bottom:40px;
}

.ht_tbl table{
	width:100%;
	height:auto;
	border-top:1px solid #cccccc;

}


.ht_tbl th{
    display: block;
    width: 100%;
	font-size:15px;
    line-height: 150%;
	border-collapse:collapse;

	border-bottom:none;
	text-align:left;

	color:#0384A4;


	padding:5px 5px 0px 5px;	
	box-sizing:border-box;


}

.ht_tbl td{
    display: block;
	font-size:15px;
    line-height: 140%;
	border-collapse:collapse;


	text-align:left;
	border-bottom:1px solid #cccccc;
	color:#333;

	padding:2px 5px 8px 5px;		
	box-sizing:border-box;

}

.ht_tbl td a{  
    color: #000000;
    text-decoration: underline;
}


.ht_tbl td a:hover{  
    color: #000000;
    text-decoration:none;
}




/* 農業×ドローン ---------------------------------------------- */


.n_d_txt001{
	font-size:15px;
	line-height:150%;
	margin-bottom:30px;
}


.n_d_txt002{
    margin-bottom: 40px;
}


.n_d_txt002 ul li{

	line-height:140%;
	list-style:disc;
	margin-left:20px;
	margin-bottom:20px;

}



.n_d_txt002 ul li span{
 background: linear-gradient(transparent 75%, #c1e0ff 75%);
	font-weight:bold; 
}



.n_d_txt002 ul li:last-child{
	margin-bottom:0;
}

.youtube{
    position: relative;
    width: 100%;
    padding-top: 56.25%;

	margin-bottom: 40px;
}

.youtube iframe{
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}





/* スタッフ ---------------------------------------------- */


.stf_list{
	width: 100%;
	max-width: 630px;
	margin: 0px auto;
}

.stf_list > li{
	float: none;
	width: 100%;
	margin-bottom: 20px;

	clear: both;
	overflow: auto;
	
}

.stf_list > li:nth-child(odd){
	margin-right: 0%;
}



.stf_bg{
	float: left;
	position:relative;
	margin-bottom:10px;
}


.stf_b{
	float: right;
	width:55%;
	height:400px;
	padding:40px 15px;
	box-sizing:border-box;

   background-color: #33699e;
}

.stf_b dl dt{
	font-size:15px;
	line-height:120%;

	border-bottom: 1px solid #fff;

	padding-bottom: 20px;
	margin-bottom:25px;
	color:#FFF;
}


.stf_b dl dt p{
	font-size:28px;
	line-height:120%;
	margin-bottom:5px;
	color:#FFF;
}

.stf_b dl dd ul li{
	background:url(../img/staff/list.png) left 8px no-repeat;
	padding-left:10px;
	color:#FFF !important;
	font-size:13px;
	line-height:120%;
	margin-bottom:5px;
}

.stf_b dl dl dd ul li:last-child{
	margin-bottom:0px;
}



.stf_img_bg01{
	width: 45%;
	height:400px !important;
	background:url(../img/staff/01.png) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

}

.stf_img_bg02{
	width: 45%;
	height:400px !important;
	background:url(../img/staff/02.png) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

}

.stf_img_bg03{
	width: 45%;
	height:400px !important;
	background:url(../img/staff/03.png) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

}

.stf_img_bg04{
	width: 45%;
	height:400px !important;
	background:url(../img/staff/04.png) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

}









.tp_b02{
	max-width:500px;
	width:100%;
	height:auto;
	margin:0 auto 40px auto;
}

.tp_b02 ul li{
	max-width:700px;
	width:100%;
	height:auto;
	float:none;
	padding:15px;
	box-sizing:border-box;
	background:#67a8c9;
	margin:0 auto 15px auto;

	
	-webkit-border-radius: 10px;     /* for Safari and Chrome */
	moz-border-radius: 10px;    /* for Firefox */
	-o-border-radius: 10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:10px;   /* Linux browsers */
	border-radius:10px;     /* CSS3 */
}

.tp_b02 ul li:nth-child(2n){
	margin:0 auto 20px auto;
}

.tp_b02 ul li:last-child{
	margin:0 auto 0px auto;
}

.tp_b02_l{
/*	width:100%;
	height:auto;
	float:noen;

	text-align:center;*/

	width:auto;
	height:auto;
	float:none;
	
		
/* トリミングしたいサイズで枠を作る */	

  overflow: hidden;
  position: relative;
  padding-top: 55%;
	margin-bottom:15px;
  
}

.tp_b02_l_img{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%);
}






.tp_b02_r{
	width:100%;
	height:auto;
	float:noen;
}


.tp_b02_r dl dt{
	color:#FFF;
	font-size:18px;
	margin-bottom:8px;
	font-weight:bold;
}

.tp_b02_r dl dd{
	height:33px;
	color:#FFF;
	font-size:14px;
	margin-bottom:5px;
	line-height:140%;
}


.tp_b02_r p{
	text-align:right !important;
}

.tp_b02_r p a{
	color:#ff3333;
	text-decoration:underline;
}

.tp_b02_r p a:hover{
	color:#ff3333;
	text-decoration:none;
}












.n_h_01{
    margin-bottom: 50px;

}

.n_h_01 ul li{
    margin-bottom: 40px;
}

.n_h_01 ul li:last-child{
	margin-bottom:0px;
}




.n_h_01_in01{
    margin-bottom: 20px;

}

.n_h_01_in01 dl dt{
    width: 120px;
    height: auto;
    border: 1px solid #000000;
    padding: 5px 6px;
    box-sizing: border-box;
    text-align: center;
    margin: 0 auto 30px auto;
    
    font-size: 15px;
    line-height: 100%;
}

.n_h_01_in01 dl dd{
    text-align: center;
}




.n_h_01_in02{


}

.n_h_01_in02 dl dt{
    float: none;
    clear: both;
    
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 5px;
    color: #306FB9;
}

.n_h_01_in02 dl dd{
    font-size: 14px;
    line-height: 140%;
    

    padding-bottom: 8px;
    margin-bottom: 8px;
    
    border-bottom: 1px dotted #999999;
}







.n_skl01{
    margin-bottom: 30px;

}


.n_skl01 ul li{
    width: 100%;
    height: auto;
    float: none;
    margin-right: 0%;
    
    padding: 15px 15px 5px 15px;
    box-sizing: border-box;
    
    margin-bottom: 20px;
    
    background: #92c030;
    
  
	-webkit-border-radius: 3px;     /* for Safari and Chrome */
	moz-border-radius: 3px;    /* for Firefox */
	-o-border-radius: 3px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:3px;   /* Linux browsers */
	border-radius: 3px;     /* CSS3 */  
}

.n_skl01 ul li:nth-child(2n){
	margin-right:0%;
    
    margin-bottom: 0px;    
}


.n_skl01 dl dt{
    background:#FFFFFF;
    
    font-size: 15px;
    line-height: 120%;
    color: #92c030;
    text-align: center;
    
    padding: 7px 7px 6px 7px;
    margin-bottom: 15px;

	-webkit-border-radius: 3px;     /* for Safari and Chrome */
	moz-border-radius: 3px;    /* for Firefox */
	-o-border-radius: 3px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:3px;   /* Linux browsers */
	border-radius: 3px;     /* CSS3 */
}


.n_skl01 dl dd{

}

.n_skl01 dl dd ul li{

    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
    
    padding: 0px;
    box-sizing: border-box;
    
    font-size: 14px;
    line-height: 120%;
    
    background:#92c030;

    margin-bottom: 15px;
    
    color: #FFFFFF;
    background: url("../img/common/list01.png") left 8px no-repeat;
    padding-left: 8px;
}

.n_skl01 dl dd ul li:nth-child(2n){
	margin-right:0%;
}









.n_skl02{
    margin-bottom: 10px;
}


.n_skl02 dl dt{
    margin-bottom: 10px;

}

.n_skl02 dl dt span{
    background: #cc0000;
    text-align: center;
    color: #FFFFFF;
    font-size: 15px;
    line-height: 100%;
    padding: 2px 8px;
}

.n_skl02 dl dd{
    font-size: 16px;
    line-height: 180%;

}

.n_skl02 dl dd span{
    color: #cc0000;

}



.n_skl03{
	width:100%;
	height:auto;
    margin-bottom: 50px;
}

.n_skl03 table{
	width:100%;
	height:auto;
}

.n_skl03 table th{
	border-collapse:collapse;
    width: 130px;
    font-size: 14px;
    line-height: 120%;

	border-bottom: 1px dotted #999999;
	text-align:left;

	padding:10px 0px;


}

.n_skl03 table td{

	border-collapse:collapse;
    font-size: 14px;
    line-height: 120%;

	border-bottom: 1px dotted #999999;
	text-align:left;
	padding:10px 0px;
}












.n_skl04{
    margin-bottom: 20px;

}

.n_skl04 dl dt{
    text-align: center;
    margin-bottom: 6px;

}


.n_skl04 dl dd{
    font-size: 15px;
    line-height: 140%;
    text-align: center;

}



.n_skl05{
    border: 3px solid #0099cc;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 30px;
    
    text-align: center;
    color: #0099cc;
    font-size: 15px;
    line-height: 140%;

}




.n_skl06{
    border: 1px solid #000000;
    padding: 20px 20px;
    box-sizing: border-box;
    margin-bottom: 40px;
}

.n_skl06 ul li{
    background: url("../img/common/list001.png") left 7px no-repeat;
    padding-left: 10px;
    
    font-size: 15px;
    line-height: 140%;
    margin-bottom: 10px;

}


.n_skl06 ul li:last-child{
	margin-bottom:0px;
}



.n_skl07{

}

.n_skl07 dl dt{
    
    font-size: 15px;
    line-height: 150%;
    margin-bottom: 20px;
}


.n_skl07 dl dd{
    text-align: center;
	margin-bottom: 40px;
}






/* QA ---------------------------------------------- */

.qa_01{
	margin-bottom:40px;
}


.qa_01 dl dt{
	min-height:27px;
	background:url(../img/qa/q.png) left 0px no-repeat;
	padding-left:35px;
	color:#09C;

	margin-bottom:15px;
	font-size:18px;
	line-height:120%;

}


.qa_01 dl dd{
	background:url(../img/qa/a.png) left 3px no-repeat;
	padding-left:35px;

	margin-bottom:25px;
	font-size:15px;
	line-height:150%;
	padding-bottom:20px;
	border-bottom:20px;
	border-bottom:2px dotted #CCC;

}






/* トップ お問い合わせ ---------------------------------------------- */

.tp_cmn_ctt_bg{

	height:280px !important;
	background:url(../img/top/tp_ctt_bg.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.tp_cmn_ctt{
	height:280px;
	
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}


.tp_cmn_ctt dl dt{
	font-size:18px;
	line-height:130%;

	text-align:center;
	margin-bottom:15px;
}

.tp_cmn_ctt dl dt p{
	font-size:26px;
	line-height:130%;

	text-align:center;
	margin-bottom:2px;
}

.tp_cmn_ctt dl dt:before{
	content:url(../img/top/tp_ctt_icon_s.png);
}


.tp_cmn_ctt dl dt a{
	color:#000;
	text-decoration:none;
}


.tp_cmn_ctt dl dt a{
	color:#000;
	text-decoration:underline;
}

.tp_cmn_ctt dl dd{

}







/* お問い合わせフォーム---------------------------------------------- */


.contact-t{
	font-size:18px;
	line-height:160%;
	margin-bottom:30px;	
}

.contact-t dl{
	margin-top:15px;
	margin-bottom:30px;
}

.contact-t dl dt{
	color:#F90;
	font-size:20px;
	text-align:left;
	line-height:120%;
	margin-bottom:10px;
}

.contact-t dl dd{
	
	font-size:16px;
	line-height:140%;
	margin-bottom:15px;
	text-align:left;
	border-bottom:1px dotted #999999;
	padding-bottom:15px;
}
.contact-t dl dd:last-child{
	margin-bottom:0px;
}

.contact-img{
	max-width:250px;
	width:100%;
	margin:0 auto 00px auto;
	text-align:center;
}





#contact-f{
	width:100%;
	height:auto;
	margin-bottom:40px;
}

#contact-f table{
	width:100%;
	height:auto;
	border-top:1px solid #cccccc;
}


#contact-f th{
	font-size:15px;
	border-collapse:collapse;

	border-bottom:none;
	text-align:left;
	font-weight:bold;
	color:#333;
	
	width:100%;
	display:block;
	padding:10px 10px 5px 10px;	
	box-sizing:border-box;
	background:url(../img/contact/bg.png) repeat;

}

#contact-f td{
	font-size:15px;
	border-collapse:collapse;
	text-align:left;
	border-bottom:1px solid #cccccc;

	width:100%;
	display:block;
	padding:0px 10px 10px 10px;
	box-sizing:border-box;
	background:url(../img/contact/bg.png) repeat;
}


#contact-f span{
	color:#F00;
	font-size:12px;

}

.with-form1{
	width:100%;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;
	box-sizing:border-box;

	filter:alpha(opacity=70); /* IE*/
	-moz-opacity: 0.7; /* Firefox*/
	opacity: 0.7; /* SafariやOpera*/
}

.with-form3{
	width:450px;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;
	padding:5px;

}



.margin-r1{
	margin-right:5px;
}

.margin-r2{
	margin-right:15px;
}

#form-center{
	margin-left:0 !important;
	margin-top:20px;
	text-align:center;
}

input:focus {
    border:solid 1px #EEA34A;
}

textarea:focus {
    border:solid 1px #EEA34A;
}




input.submit_button {
	width:120px;
	height:auto;
	padding:10px 0;
    font-size: 1.2em;
    background-color:#697489;
    color:#FFF;
	font-weight:bold;
    border-style: none;
	text-align:center;
	font-size:15px;

	/*角丸*/
	-webkit-border-radius: 3px;     /* for Safari and Chrome */
	moz-border-radius: 3px;    /* for Firefox */
	-o-border-radius: 3px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:3px;   /* Linux browsers */
	border-radius: 3px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
	/*角丸*/

}

input.submit_button:hover {
	opacity: 0.7;
	filter: Alpha(opacity=70); 
}







#contact-f select {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-indent: 0.5em;
    background:#FAFAFA;
    height: 20px;

    font-size: 13px;
    vertical-align: middle;
    border:1px solid #CCC;
}




#contact-f input[type=radio],
#contact-f input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
    position: relative;
     
    display: inline-block;
    margin-right: 5px;
     
    font-size: 14px;
    line-height: 30px;
     
    cursor: pointer;
}
 
@media (min-width: 1px) {
#contact-f input[type=radio],
#contact-f input[type=checkbox] {
        display: none;
        margin: 0;
    }
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
        padding: 0 0 0 24px;
    }
#contact-f input[type=radio] + label::before,
#contact-f input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
         
        background: #FFF;
    }
#contact-f input[type=radio] + label::before {
        border: 2px solid #ccc;
        border-radius: 30px;
    }
#contact-f input[type=checkbox] + label::before {
        border: 2px solid #ccc;
    }
#contact-f input[type=radio]:checked + label::after,
#contact-f input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
#contact-f input[type=radio]:checked + label::after {
        left: 5px;
         
        width: 8px;
        height: 8px;
        margin-top: -4px;
         
        background:#06C;
        border-radius: 8px;
    }
#contact-f input[type=checkbox]:checked + label::after {
        left: 3px;
         
        width: 16px;
        height: 8px;
        margin-top: -8px;
         
        border-left: 3px solid #E71063;
        border-bottom: 3px solid #E71063;
         
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}













}
