@charset "UTF-8";
/* CSS Document */

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/*マージン*/

.mt10{
	margin-top:10px;
}

.mt20{
	margin-top:20px;
}

.mt30{
	margin-top:30px;
}

.mt40{
	margin-top:40px;
}

.mt50{
	margin-top:50px;
}

.mt60{
	margin-top:60px;
}

.mt70{
	margin-top:70px;
}

.mt80{
	margin-top:80px;
}

.mt90{
	margin-top:90px;
}

.mt100{
	margin-top:100px;
}

.mb10{
	margin-bottom:10px;
}

.mb20{
	margin-bottom:20px;
}

.mb30{
	margin-bottom:30px;
}

.mb40{
	margin-bottom:40px;
}

.mb50{
	margin-bottom:50px;
}

.mb60{
	margin-bottom:60px;
}

.mb70{
	margin-bottom:70px;
}

.mb80{
	margin-bottom:80px;
}

.mb90{
	margin-bottom:90px;
}

.mb100{
	margin-bottom:100px;
}

/*マージン*/

/*IMG*/

.img_ma{
	margin-right:auto;
	margin-left:auto;
	display:block;
	max-width: 100%;
}

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

/*IMG*/

a{
	transition:.2s;
	color:#000;
	text-decoration: none;
}

a:hover{
	color:#7ab827;
}

body{
	font-family: "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size:14px;
	line-height:24px;
}

.drawer .drawer-hamburger{
	padding:10px;
	margin-top:8px;
	margin-right:10px;
	border-radius: 26px;
	height:24px;
	padding-bottom:18px;
}

.drawer .drawer-text{
	display: block;
	margin-top:12px;
	font-size: 10px;
}

.drawer .drawer-nav{
	padding:20px 10px;
	background: #fbfee0;
}

.drawer .drawer-nav ul li{
	border-bottom:1px dotted #999;
}

.drawer .drawer-nav ul li a{
	display: block;
	padding:10px 4px;
	position: relative;
}

.drawer .drawer-nav ul li a p{
	position: absolute;
	top:10px;
	right:10px;
	color:#7ab827;
}

@media screen and (min-width:1000px) {
	.drawer .drawer-hamburger{
		display:none;
	}
}

/* header */

header{
	padding:0 10px;
	background:#fff;
	width:100%;
	transition: .3s;
	z-index: 10;
}

.h_box{
	max-width: 1100px;
	margin:0 auto;
	padding:18px 0 30px;
}

.h_box h1{
	float: left;
}

.h_box nav{
	float: right;
}

.h_box nav > ul{
	padding-top:10px;
}

.h_box nav > ul > li{
	float: left;
	margin-left: 50px;
}

.h_box nav > ul > li:first-of-type{
	margin-left: 0;
}

.h_box nav > ul > li a{
	font-size: 16px;
	line-height:22px;
}

.point1{
	position: absolute;
	top:300px;
	left:0;
	width:100%;
	pointer-events: none;
}

.point2{
	position: absolute;
	top:800px;
	left:0;
	width:100%;
	pointer-events: none;
}

.point3{
	position: absolute;
	top:100px;
	left:0;
	width:100%;
	pointer-events: none;
	opacity: 0;
}

.h_hide2{
	position: fixed;
	top:-120px;
	display: none;
}

.h_hide{
	position: fixed;
	top:-120px;
	display: block;
}

.h_on{
	position: fixed;
	top:0;
	display: block;
}

@media screen and (max-width:900px) {
	.h_box nav{
		display: none;
	}
	
	.h_box{
		padding:14px 0 16px;
	}
}

@media screen and (max-width:370px) {
	.h_box{
		padding:17px 0 19px;
	}
	
	.h_box h1{
		width:230px;
	}
}

/* header end */

/* index */

.top_img{
	position: relative;
}

.top_img .flexslider .slides li{
	height:550px;
	width:100%;
}

.top_img > table{
	position: absolute;
	top:0;
	left: 0;
	right:0;
	bottom:0;
	z-index: 2;
	width:100%;
}

.top_img > table td{
	height:550px;
	vertical-align: middle;
}

.top_img > table td div{
	float: right;
	background:rgba(106,160,34,0.50);
	width:100%;
	padding:40px 20px;
	text-align: center;
	color:#fff;
	font-size: 30px;
	line-height:46px;
	font-family: "A-OTF リュウミン Pr5", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", "serif"
}

.flex-control-nav{
	display: none !important;
}

.top_img > table td div span{
	display: none;
}

.flex-direction-nav{
	display: none;
}

.flex-control-nav{
	bottom:10px !important;
	z-index: 3;
}

@media screen and (max-width:760px) {
	.top_img .flexslider .slides li{
		height:300px;
	}
	
	.top_img > table td{
		height:300px;
	}
	
	.top_img > table td div{
		padding:30px 10px;
		font-size: 24px;
		line-height: 36px;
	}
	
	.flex-control-nav{
		display: none;
	}
}

@media screen and (max-width:600px) {
	.top_img > table td div{
		padding:20px 10px;
		font-size: 18px;
		line-height:24px;
	}
}

@media screen and (max-width:460px) {
	.top_img > table td div br{
		display: none;
	}
	
	.top_img > table td div span{
		display: inline;
	}
}

.top_p1{
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
	text-align: center;
	padding:0 10px;
	margin:40px 0 44px;
}

@media screen and (max-width:600px) {
	.top_p1{
		font-size: 16px;
		line-height:24px;
	}
}


.top_info_wrap{
	position: relative;
}

.top_info_bg{
	width:100%;
	position: absolute;
	top:0;
	left: 0;
	right:0;
	bottom:0;
	z-index: 1;
}

.top_info_bg > div:nth-of-type(1){
	float: left;
	height:100%;
	width:50%;
	background:#fbfee0;
}

.top_info_bg > div:nth-of-type(2){
	float: left;
	height:100%;
	width:50%;
	background:#fbfbf4;
}

.top_info {
	width:100%;
	max-width: 1100px;
	margin:0 auto;
	position: relative;
	z-index: 2;
}

.top_info th{
	width:330px;
	background:#fbfee0;
	padding:10px;
	text-align:center;
	font-size: 24px;
	line-height:30px;
}

.top_info th a{
	display: block;
	margin:13px auto 0;
	width:164px;
	font-size: 12px;
	line-height:24px;
	color:#fff;
	background:#7ab827;
	border:1px solid #7ab827
}

.top_info th a:hover{
	background: #fff;
	color:#7ab827;
}

.top_info td{
	padding:12px 10px;
	padding-left: 40px;
	background:#fbfbf4;
}

.top_info td ul li a{
	display: table;
	width:100%;
	border-bottom: 1px dotted #ccc;
}


.top_info td ul li a p{
	display: table-cell;
	padding:18px 0;
	vertical-align: top;
}

.top_info td ul li a p:nth-of-type(1){
	width:106px;
}

@media screen and (max-width:800px) {
	.top_info th{
		width:220px;
	}
	.top_info td{
		padding-left: 20px;
	}
}

@media screen and (max-width:650px) {
	.top_info td ul li a p{
		display: block;
		width:100%;
		padding: 0;
	}
	
	.top_info td ul li a{
		display: block;
		padding:10px 0;
	}
}

@media screen and (max-width:550px) {
	.top_info th{
		width:100%;
		display: block;
		padding:20px 0;
	}
	.top_info td{
		width:100%;
		display: block;
		padding:10px;
	}
}

.top_ban_wrap{
	background:url("images/top_ban_bg.jpg") repeat 0 0;;
	padding:44px 10px 24px;
	margin-bottom:75px;
}

.top_ban{
	max-width: 1100px;
	margin:0 auto;
}

.top_ban a{
	display: block;
	width:48%;
	float: left;
	margin:0 auto 20px;
	background:#fff;
}

.top_ban a img{
	display: block;
	width:100%;
	transition: .2s;
}

.top_ban a:hover img{
	opacity: 0.6;
}

.top_ban a:nth-of-type(2n){
	float: right;
}

@media screen and (max-width:700px) {
	.top_ban a{
		width:100%;
		max-width: 524px;
		float: none !important;
	}
}

.top_bus{
	max-width: 1120px;
	padding:0 10px 30px;
	margin:0 auto;
}

.h_1{
	text-align: center;
	margin-bottom:40px;
}

.h_1 p:nth-of-type(1){
	font-size: 30px;
	line-height:36px;
	margin-bottom:5px;
}

.h_1 p:nth-of-type(2){
	color:#7ab827;
}

.top_bus ul li{
	width:31%;
	margin-right:3.5%;
	margin-bottom:60px;
	float: left;
}

.top_bus ul li:nth-of-type(3n){
	margin-right: 0;
}

.top_bus ul li > a:nth-of-type(1){
	display: block;
	width:100%;
	margin-bottom:12px;
	position: relative;
	overflow: hidden;
}

.top_bus ul li > a:nth-of-type(1) img{
	width:100%;
	position: relative;
	z-index: 1;
	transition: .2s;
}

.top_bus ul li > a:nth-of-type(1) p{
	width:100px;
	position: absolute;
	bottom:0;
	right:0;
	z-index: 2;
	line-height:24px;
	color:#fff;
	background: #7ab827;
	border: 1px solid #7ab827;
	text-align: center;
	transition: .2s;
}

.top_bus ul li > a:nth-of-type(1):hover img{
	transform: scale(1.2);
}

.top_bus ul li > a:nth-of-type(1):hover p{
	background:#fff;
	color:#7ab827;
}

.top_bus ul li > a:nth-of-type(2){
	display: block;
	border-left: 4px solid #7ab827;
	padding:4px 0 4px 12px;
}

.top_bus ul li > a:nth-of-type(2) p{
	line-height:18px;
}

.top_bus ul li > a:nth-of-type(2) p:nth-of-type(2){
	margin-top:7px;
}

@media screen and (max-width:850px) {
	.top_bus{
		max-width: 670px
	}
	
	.top_bus ul li{
		width:48%;
		margin-right:4%;
	}
	
	.top_bus ul li:nth-of-type(3n){
		margin-right: 4%;
	}
	
	.top_bus ul li:nth-of-type(2n){
		margin-right: 0;
	}
}

@media screen and (max-width:500px) {
	.top_bus ul li{
		margin-right: 0 !important;
		width:100%;
		margin-bottom:40px;
	}
	
	.top_bus ul li > a:nth-of-type(1){
		float: left;
		width:30%;
	}
	
	.top_bus ul li > a:nth-of-type(1) p{
		display: none;
	}
	
	.top_bus ul li > a:nth-of-type(2){
		float: right;
		width:68%;
	}
}

.top_btn{
	margin-bottom:150px;
}

.top_btn > div{
	display: table;
	float: left;
	width:50%;
	height:230px;
}

.top_btn .h_1{
	margin-bottom:0;
}

.top_btn .h_1 p:nth-of-type(1){
	color:#fff;
}

.top_btn > div > a{
	display: table-cell;
	background:rgba(0,0,0,0.7);
	width:100%;
	height:230px;
	vertical-align: middle;
}

.top_btn > div > a:hover{
	background:rgba(0,0,0,0.4);
}

.top_btn1{
	background:url("images/top_btn1.jpg") no-repeat center center;
	background-size: cover;
}

.top_btn2{
	background:url("images/top_btn2.jpg") no-repeat center center;
	background-size: cover;
}

@media screen and (max-width:720px) {
	.top_btn > div {
		width:100%;
		height:150px;
	}
	
	.top_btn > div > a{
		height:150px;
	}
}

/* index end */

/* footer */

.ft1_wrap{
	background:#fbfbf4;
	padding:30px 10px 100px;
}

.ft1{
	max-width: 1100px;
	margin:0 auto;
	position: relative;
}

.ft1_l{
	float: left;
	width:380px;
}

.ft1_l img{
	display: block;
	margin-bottom:8px;
}

.ft1_l  > a{
	display: block;
	width:140px;
	border:1px solid #ccc;
	padding:3px 0;
	margin-top:15px;
}

.ft1_l  > a p{
	display: table;
	margin:0 auto;
	position: relative;
	padding-left:14px;
	padding-right: 10px;
}

.ft1_l  > a p span{
	position: absolute;
	top:0;
	left: 0;
	color:#7ab827;
}

.ft1_r{
	width:690px;
	float: right;
}

.ft1_r > div{
	float: left;
	width:36%;
	margin-bottom:30px;
}

.ft1_r > div:nth-of-type(2){
	float: right;
	width:58%;
	margin-bottom:30px;
}

.ft1_r > div > p{
	position: relative;
	margin-bottom:7px;
	padding-left: 14px;
}

.ft1_r > div > p span{
	position: absolute;
	top:0;
	left: 0;
	color:#7ab827;
}

.ft1_r > div > ul{
	padding-left: 14px;
}

.ft1_r > div > ul > li{
	list-style: disc outside;
	margin-left: 20px;
	margin-bottom:6px;
}

.ft1_r > div > ul > li a{
	display: block;
	line-height:20px;
}

@media screen and (max-width:1120px) {
	.ft1_l{
		width:100%;
		max-width: 380px;
		float: none;
		margin:0 auto;
	}
	
	.ft1_l > img{
		margin:0 auto 8px;
	}
	
	.ft1_l  > a{
		margin:15px auto 0;
	}
	
	.ft1_r{
		width:100%;
		max-width: 690px;
		float: none;
		margin:40px auto 0;
	}
}

@media screen and (max-width:600px) {
	.ft1_wrap{
		padding-bottom:60px;
	}
	
	.ft1_r{
		display: none;
	}
}

.ft2{
	padding:14px 10px;
	text-align:center;
	color:#fff;
	background:#7ab827;
}

#go_top{
	position: absolute;
	right: 10px;
	top:-66px;
	cursor: pointer;
}

@media screen and (max-width:500px) {
	#go_top{
		width:60px;
	}
}

/* footer end */

/* pp */

.h2_main{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom:30px;
}

.h2_com{
	background-image: url("images/h2_com.jpg");
}

.h2_bus{
	background-image: url("images/h2_bus.jpg");
}

.h2_vr{
	background-image: url("images/h2_vr.jpg");
}

.h2_tim{
	background-image: url("images/h2_tim.jpg");
}

.h2_main table{
	width:100%;
}

.h2_main table td{
	height:300px;
	vertical-align: middle;
}

.h2_main table td:nth-of-type(1) div{
	width:100%;
	height:60px;
	background:rgba(255,255,255,0.60);
}

.h2_main table td:nth-of-type(2){
	width:1100px;
}

.h2_main table td:nth-of-type(2) div{
	display: inline-block;
	padding:12px;
	padding-left: 10px;
	padding-right: 20px;
	background:rgba(255,255,255,0.60);
	font-size: 30px;
	line-height:36px;
	font-weight: bold;
	min-width: 270px;
	max-width: 500px;
}

.h2_main table td:nth-of-type(2) div p{
	font-size: 18px;
	line-height:24px;
}

@media screen and (max-width:600px) {
	.h2_main table td{
		height:200px;
	}
	
	.h2_main table td:nth-of-type(2) div{
		font-size: 22px;
		line-height:28px;
	}
	
	.h2_main table td:nth-of-type(2) div p{
		font-size: 14px;
		line-height:20px;
	}
}

.bread_wrap{
	padding:0 10px;
	margin-bottom: 50px;
}

.breadcrumbs{
	max-width: 1100px;
	margin:0 auto;
}

.breadcrumbs span{
	display: inline-block;
	padding:0 5px
}

.breadcrumbs a:hover{
	text-decoration: underline;
}

.main_sec{
	max-width: 1120px;
	padding:0 10px;
	margin:0 auto 100px;
}

.sidebar{
	float: right;
	width:270px;
}

.side_menu_h{
	padding-bottom:8px;
	border-bottom:3px solid #9d9d9d;
	margin-bottom:4px;
}

.side_menu_h > p{
	display: inline-block;
	font-size: 18px;
	line-height:24px;
}

.side_menu_h > p:nth-of-type(1){
	margin-right: 15px;
}

.side_menu_h > p:nth-of-type(2){
	font-size: 12px;
	color:#7ab827;
}

.side_menu > ul > li{
	display: table;
	width:100%;
	border-bottom:1px dotted #7ab827;
}

.side_menu > ul > li a{
	display: table-cell;
	width:100%;
	vertical-align: middle;
	height:70px;
	padding:10px 0;
}

.info_side > ul > li a{
	display: table-cell;
	width:100%;
	padding:10px 0;
	vertical-align: middle;
	color:#7ab827;
	text-decoration: underline;
	background: url("images/ar1.png") no-repeat 6px 29px;
	padding-left: 26px;
	line-height:14px;
}

.info_side > ul > li a:hover{
	color:#f60;
	text-decoration: none;
}

.side_menu > ul > li a p{
	display: block;
	background: url("images/ar1.png") no-repeat 6px 6.5px;
	padding-left: 26px;
}

.side_menu > ul > li a p span{
	display: block;
}

.side_ban > a{
	display: block;
	margin-top:20px;
}

.side_ban > a:hover{
	opacity: 0.6;
}

.main_box{
	float: left;
	width:calc( 100% - 320px );
}

@media screen and (max-width:950px) {
	.main_box{
		float: none;
		width:100%;
		margin-bottom:70px;
	}
	
	.sidebar{
		float: none;
		width:100%;
	}
	
	.side_menu > ul > li{
		float: left;
		width:48%;
	}
	
	.side_menu > ul > li:nth-of-type(2n){
		float: right;
	}
	
	.side_ban{
		margin:0 auto;
		width:100%;
		max-width: 570px;
	}
	
	.side_ban > a{
		width:48%;
		float: left;
		max-width: 270px;
	}
	
	.side_ban > a:nth-of-type(2n){
		float: right;
	}
}

@media screen and (max-width:550px) {
	.side_menu > ul > li{
		float: none !important;
		width:100%;
	}
}

@media screen and (max-width:500px) {
	.side_ban{
		width:270px;
	}
	
	.side_ban > a{
		float: none !important;
		width:100%;
	}
}

.pp > p{
	margin-bottom:20px;
}

.pp > ul > li{
	padding:24px 12px;
}

.pp > ul > li:nth-of-type(odd){
	background:#eeeeee;
}

.pp > ul > li > p:nth-of-type(1){
	font-weight: bold;
	margin-bottom:15px;
}

/* pp end */

/* company */

.h_2{
	border-left: 10px solid #7ab827;
	background:#fbfbf4;
	font-weight: bold;
	font-size: 16px;
	line-height:22px;
	padding:6px 14px;
	margin-bottom:30px;
}

.com1{
	margin-bottom:60px;
}

.com1 > div{
	height:140px;
	width:100%;
	background:url("images/com1.jpg") no-repeat center center;
	background-size: cover;
	margin-bottom:20px;
}

.com1 > p{
	text-align: center;
	font-size: 18px;
	line-height:30px;
}

.com2{
	margin-bottom:60px;
}

.com2 table{
	width:100%;
}

.com2 table th{
	width:140px;
	vertical-align: top;
	padding-bottom:20px;
}

.com2 table th div{
	width:120px;
	line-height:26px;
	color:#fff;
	text-align: center;
	background:#7ab827;
}

.com2 table td{
	vertical-align: top;
	padding-bottom:20px;
}

.com2 table td ul li{
	list-style: decimal outside;
	margin-left: 20px;
	margin-bottom:5px;
}

@media screen and (max-width:550px) {
	.com2 table th {
		display: block;
		width:100%;
		padding-bottom:8px;
	}
	
	.com2 table th div{
		width:100%;
		text-align: left;
		padding:0 6px;
	}
	
	.com2 table td {
		display: block;
		width:100%;
		padding:0 6px 20px;
	}
}

.google-maps {
	position: relative;
	height: 350px;
	overflow: hidden;
}

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

/* company end */

/* business */

.h_3{
	border-left: 10px solid #7ab827;
	font-size: 24px;
	line-height:30px;
	padding:2px 0;
	padding-left: 18px;
	margin-bottom:26px;
}

.h_4{
	border-left: 10px solid #7ab827;
	font-size: 18px;
	line-height:24px;
	padding:5px 0;
	padding-left: 18px;
	margin-bottom:20px;
}

.bus_box{
	margin-bottom:40px;
}

.bus_li{
	padding-bottom:8px;
	border-bottom:1px dotted #7ab827;
	margin-bottom:20px;
}

.bus_li li{
	color:#7ab827;
	font-weight: bold;
	padding-left: 20px;
	position: relative;
	margin-bottom:8px;
}

.bus_li li p{
	position: absolute;
	top:0;
	left:0;
}

.bus_li li span{
	color:#000;
	font-weight: normal;
}

.bus_box_left{
	float: left;
	width:55%;
}

.bus_box_img{
	float: right;
	width:42.95%;
}

@media screen and (max-width:700px) {
	.h_3{
		font-size: 20px;
		line-height:26px;
	}
	
	.bus_box_left{
		float: none;
		width:100%;
		margin-bottom:30px;
	}

	.bus_box_img{
		display: block;
		float: none;
		width:100%;
		max-width: 325px;
		margin:0 auto;
	}
}

/* business end */

/* sitemap */

.sm_box{
	margin-bottom:55px;
}

.sm_box ul li a{
	display: table;
	color:#7ab827;
	text-decoration: underline;
	margin-left: 20px;
	margin-bottom:6px;
}

.sm_box ul li a:hover{
	text-decoration: none;
	color:#f60;
}

.sm_box ul li a p{
	display: table-cell;
}

.sm_box ul li a p:nth-of-type(1){
	width:14px;
}

/* sitemap end */

/* information */

.info_list_box{
	border-bottom:1px dotted #999;
	padding-bottom:18px;
	margin-bottom:34px;
}

.info_list_h{
	display: inline;
	font-size: 16px;
	line-height:22px;
	color:#7ab827;
	border-bottom:1px solid #7ab827;
}

.info_list_h:hover{
	color:#f60;
	border:none;
}

.info_list_date{
	background:url("images/time.png") no-repeat 0 0;
	padding-left: 24px;
	font-size: 14px;
	line-height:17px;
	margin:14px 0 18px;
}

/* information end */

/* single */

.info_box{
	padding-bottom:46px;
	border-bottom:1px dotted #999;
	margin-bottom:24px;
}

.info_h{
	font-size: 18px;
	line-height:28px;
	border-bottom:1px dotted #999;
	padding-bottom:13px;
	margin-bottom:17px;
}

.info_date{
	background:url("images/time.png") no-repeat 0 0;
	padding-left: 24px;
	font-size: 14px;
	line-height:17px;
	margin-bottom:26px;
}

.info_con a{
	color:#7ab827;
	text-decoration: underline;
}

.info_con a:hover{
	color:#f60;
	text-decoration: none;
}

.info_box + p{
	display: table;
	margin:0 auto;
}

.info_box + p a{
	color:#7ab827;
	text-decoration: underline;
}

.info_box + p a:hover{
	color:#f60;
	text-decoration: none;
}

/* single end */

/* contact */

.con_tel{
	margin-bottom:80px;
}

.con_tel > p{
	margin-bottom:25px;
}

.con_tel > div{
	font-size: 36px;
	line-height:42px;
}

.con_tel > div a{
	display: inline-block;
	padding-right:12px;
}

.con_tel > div a:hover{
	color:#7ab827;
}

.con_tel > div p{
	display: inline-block;
	font-size: 14px;
}

@media screen and (max-width:500px) {
	.con_tel > div{
		font-size: 24px;
		line-height:30px;
	}
}

@media screen and (max-width:400px) {
	.con_tel > div p{
		display: block;
		line-height:20px;
	}
}

.con_mail > a{
	display: table;
	color:#7ab827;
	text-decoration: underline;
	margin-top:20px;
}

.con_mail > a:hover{
	color:#f60;
	text-decoration: none;
}

/* contact end */

/* recruit */

.rec_box{
	margin-bottom:70px;
}

.rec_box table{
	width:100%;
}

.rec_box table th{
	width:160px;
	vertical-align: top;
	padding-bottom:16px;
}

.rec_box table th p{
	background:#eeeeee;
	text-align: center;
	width:130px;
	line-height:30px;
}

.rec_box table td{
	vertical-align: top;
	padding-bottom:16px;
	padding-top:4px;
}

.rec_box table td a{
	color:#7ab827;
	text-decoration: underline;
}

.rec_box table td a:hover{
	color:#f60;
	text-decoration: none;
}

@media screen and (max-width:420px) {
	.rec_box table th{
		width:100%;
		display: block;
		padding-bottom:8px;
	}
	
	.rec_box table th p{
		width:100%;
		padding:0 8px;
		text-align: left;
	}
	
	.rec_box table td{
		width:100%;
		display: block;
		padding:0 8px 16px;
	}
}

/* recruit end */

/*コンタクトフォーム*/
.con_box{
	max-width:730px;
	margin:40px 0 0;
}

.con_box > p{
	font-size:14px;
	line-height:24px;
	text-align: center;
}

.con_box dl, .con_box dl dt, .con_box dl dd {
	margin: 0;
	padding: 0;
}

.con_box dl {
	background: #eee;
	width: 100%;
	margin-top:40px;
	border:1px solid #ccc;
	border-top:0;
}

.con_box dl dt, .con_box dl dd {
	padding: 3px;
}

.con_box dl dt {
	clear: left;
	float: left;
	width: 210px;
	padding:20px 10px;
	font-size:14px;
	line-height:100%;
	font-weight:bold;
	border-top: 1px solid #ccc;
	border-bottom:0;
	color:#000;
}

.con_box dl dd {
	background: #fff;
	border-top: 1px solid #ccc;
	margin-left: 210px;
	min-height:55px;
	padding:8px 10px;
	position:relative;
	font-size:14px;
	text-align:left;
	line-height:100%;
	border-left: 1px solid #ccc;
}

.con_box dl .must{
	background:url(images/must.jpg) no-repeat 98% 12px #fff;
}

.con_box dl dd input[type="text"] {
	height:36px;
	width:calc( 100% - 66px );
	border:1px solid #999;
	font-size:14px;
	padding:0 6px;
	background:#fff;
}

.con_box dl dd textarea {
	height:150px;
	width:calc( 100% - 66px );
	border:1px solid #999;
}

.con_box dl dd .w45{
	width:45% !important;
}

@media screen and (max-width:730px) {
	.con_box dl dt {
		clear: left;
		float: none;
		width: 100%;
		padding:20px 10px;
		font-size:14px;
		line-height:100%;
		font-weight:bold;
		border-top: 1px solid #ccc;
	}

	.con_box dl dd {
		margin-left: 0;
		min-height:auto;
		padding:14px 10px;
		border-left:0;
	}
	
	.con_box dl dd .w45{
		width:calc( 100% - 66px ) !important;
	}
	
	.con_box dl dd:first-of-type {
		border-top:1px solid #ccc;
	}
	
	.con_box dl .must{
		background:url(images/must.jpg) no-repeat 98% 18px #fff;
	}
}

.submit{
	width:250px;
	display:table;
	margin:0 auto;
	border:1px solid #999;
	padding:20px 0;
	border-style: none;
	font-size:22px;
	color:#fff;
	background:#23a4da;
	transition:.2s;
	margin-top:20px;
	line-height:100%;
	cursor:pointer;
	text-align:center;
}

.submit:hover{
	background:#f33;
}

.back{
	width:150px;
	display:table;
	margin:0 auto;
	border:1px solid #999;
	padding:15px 0;
	border-style: none;
	font-size:22px;
	color:#fff;
	background:#aaa;
	transition:.2s;
	line-height:100%;
	cursor:pointer;
	text-align:center;
	margin-top:20px;
}

.back:hover{
	background:#f33;
}

.error{
	display: block;
	color:#fff !important;
	padding: 0 10px;
	background:#f33 !important;
	font-size:14px;
	line-height:20px;
	margin-top:6px;
}
/*コンタクトフォームここまで*/

/* results */

.results_box > h3{
	font-size: 18px;
	line-height:26px;
	padding-bottom:14px;
	margin-bottom:22px;
	border-bottom:2px dotted #83bd35;
	font-weight: bold;
}

.results_file1{
	margin-top:90px;
}

.results_file1 li{
	float: left;
	width:48%;
}

.results_file1 li:nth-of-type(2n){
	float: right;
}

.file{
	display: table;
	width:100%;
	color:#7ab827;
	text-decoration: underline;
}

.file:hover{
	color:#f60;
}

.file div{
	display: table-cell;
}

.file div:nth-of-type(1){
	width:50px;
	height:43px;
	padding-bottom:15px;
	vertical-align: top;
}

.file div:nth-of-type(2){
	vertical-align: middle;
	padding-bottom:15px;
}

.results_box > div a{
	color:#7ab827;
	text-decoration: underline;
}

.results_box > div a:hover{
	color:#f60;
}

.file .file_pdf{
	background:url("images/file_pdf.jpg") no-repeat 0 0;
}

.file .file_word{
	background:url("images/file_word.jpg") no-repeat 0 0;
}

.file .file_excel{
	background:url("images/file_excel.jpg") no-repeat 0 0;
}

.file .file_movie{
	background:url("images/file_movie.png") no-repeat 0 0;
}

@media screen and (max-width:650px) {
	.results_file li{
		width:100%;
	}
}

.t1{
	width:100%;
	margin-bottom:10px;
}

.t1 th{
	width:150px;
	vertical-align: top;
	padding-bottom:15px;
}

.t1 th p{
	width:130px;
	text-align: center;
	line-height:30px;
	background:#eee;
}

.t1 td{
	vertical-align: middle;
	padding-bottom:15px;
}

.results_file2 > li{
	padding-top:15px;
	padding-bottom:7px;
	border-bottom:1px dotted #999;
}

.results_file2 > li:first-of-type{
	border-top:1px dotted #999;
}

.results_file2 > li .file div:nth-of-type(1){
	padding-bottom:8px;
	height:35px;
}

.results_file2 > li .file div:nth-of-type(2){
	padding-bottom:8px;
}

/* results end */

/* vr */

.vr1{
	margin-bottom:60px;
}

.vr1 > img{
	max-width: 100%;
	width:auto;
	display: block;
	margin:0 auto;
}

.vr1 > img:nth-of-type(1){
	display: block;
	width:100%;
	margin-bottom:30px;
}

.vr1 > .vr_p1{
	margin-bottom:36px;
}

.vr1 > .vr_p1 strong{
	font-weight: bold;
	color:#EE7D31;
}

.vr1 > table{
	width:100%;
	margin-bottom:40px;
}

.vr1 > table th{
	width:160px;
	vertical-align: top;
	padding-bottom:15px;
}

.vr1 > table th p{
	width:130px;
	text-align: center;
	line-height:30px;
	background:#eee;
}

.vr1 > table td{
	vertical-align: middle;
	padding-bottom:15px;
}

.vr1 > table td span{
	color:#ff0066;
}

@media screen and (max-width:450px) {
	.vr1 > table th{
		display: block;
		width:100%;
		padding-bottom:6px;
	}
	
	.vr1 > table th p{
		margin:0 auto;
		
	}
	
	.vr1 > table td{
		display: block;
		width:100%;
		text-align: center;
	}
}

.vr_p2{
	margin:50px 0 70px;
}

.vr2 a{
	color:#7ab827;
	text-decoration: underline;
}

.vr2 a:hover{
	color:#f60;
}

.vr2 ul{
	padding-bottom:20px;
}

.vr2 ul li{
	margin-bottom:10px;
}

.vr2 ul li a{
	display: table;
	width:auto;
}

.vr2 ul li a div:nth-of-type(1){
	display: table-cell;
	vertical-align: middle;
}

.vr2 ul li a div:nth-of-type(2){
	display: table-cell;
	width:30px;
	text-align: right;
	vertical-align: top;
}

/* vr end */

/* timbeter */

.tim1{
	font-size: 16px;
	line-height:24px;
	margin-bottom:80px;
}

.tim1 > img{
	display: block;
	max-width: 100%;
	width:auto;
	margin-bottom:25px;
}

.tim1_1{
	color:#119347;
	font-weight: bold;
	font-size: 20px;
	line-height: 26px;
	padding-bottom:14px;
	border-bottom:1px solid #119347;
	margin-bottom:20px;
}

.tim1_2{
	margin:36px 0 40px;
}

.tim1_2 > div{
	float: left;
	width:49%;
}

.tim1_2 > div:nth-of-type(2){
	float: right;
}

.tim1_2 > div > p{
	margin-top:3px;
}

.tim1 > a{
	display: block;
	width:100%;
	max-width: 340px;
	margin:60px 0 18px;
	color:#fff;
	background:#7ab827;
	line-height:42px;
	border:1px solid #7ab827;
}

.tim1 > a:hover{
	color: #7ab827;
	background:#fff;
}

.tim1 > a p{
	display: table;
	margin:0 auto;
	padding-right: 14px;
}

.tim1 > a p span{
	font-size: 12px;
	padding-right: 10px;
}

.tim1 > a + p{
	font-size: 12px;
	line-height:20px;
	margin-bottom:50px;
}

.tim2{
	margin-bottom:80px;
}

.tim2 > p{
	margin-bottom:30px;
}

.tim2 > img:nth-of-type(2){
	display: none;
}

.tim3 > p:nth-of-type(1){
	font-size: 16px;
	line-height:24px;
	margin-bottom:40px;
}

@media screen and (max-width:500px) {
	.tim1_1{
		font-size: 18px;
		line-height: 24px;
	}
	
	.tim1_2 > div{
		float: none !important;
		width:100%;
		max-width: 383px;
		margin:0 auto;
		text-align: center;
	}
	
	.tim1_2 > div:nth-of-type(1){
		margin-bottom:30px;
	}
	
	.tim2 > img:nth-of-type(1){
		display: none;
	}
	
	.tim2 > img:nth-of-type(2){
		display: block;
		margin:0 auto;
	}
}

.tim3_1 > p:nth-of-type(1){
	font-size: 16px;
	line-height:22px;
	margin-bottom:7px;
}

.tim3_1 > p:last-of-type{
	margin-top:7px;
}

.tim3_1 > div > table{
	width:100%;
}

.tim3_1 > div > table th{
	text-align: center;
	border-bottom:3px solid #fff;
	border-right:3px solid #fff;
	width:20%;
	height:55px;
	background:#eee;
}

.tim3_1 > div > table td{
	text-align: center;
	border-bottom:3px solid #fff;
	border-right:3px solid #fff;
	width:20%;
	height:55px;
	background:#eee;
}

.tim3_1 > div > table tr th:last-child , .tim3 > div > table tr td:last-child{
	border-right:none;
}

.tim3_1 > div > table tr th:first-of-type:last-child{
	height: 33px;
	font-weight: bold;
	background:#c5d4cc;
}

@media screen and (max-width:450px) {
	.tim3_1 > div > table th{
		font-size: 13px;
	}
	.tim3_1 > div > table td{
		font-size: 13px;
	}
	.tim3_1 > div > table tr th:first-of-type:last-child{
		font-size: 14px;
	}
}

/* timbeter end */

/*pagenavi*/

span.pages{
	display:none;
}

div.wp-pagenavi{
	display:table;
	margin:50px auto 50px;
}

.wp-pagenavi span , .wp-pagenavi a{
	padding:9px 11px !important;
	border:1px solid #7ab827 !important;
	font-size:12px !important;
	text-decoration:none;
}

.wp-pagenavi span{
	color:#fff;
	background:#7ab827;
}

.wp-pagenavi a{
	color:#565656;
	background:#fff;
}

.wp-pagenavi a:hover{
	color:#7ab827;
}

.wp-pagenavi > *{
	margin-right:6px !important;
}

.wp-pagenavi > *:last-child{
	margin-right:0px !important;
}

/*pagenaviここまで*/

