@charset "UTF-8";

body {
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 2.0;
  color: #0a0a0a;
  font-size: 1.8rem;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*
font-family: 'Open Sans', sans-serif;
font-family: 'Crimson Text', serif;
*/

a{
  	outline: none;
	color: #0a0a0a;
	-webkit-transition: .3s;
	transition: .3s;
}

a:hover img{
	opacity: 0.7;
}



*:focus {
outline: none;
}

*{ box-sizing: border-box;}

.noPC{ display: none!important;}

strong, b{ font-weight: bold;}

.inner{
width: 100%;
max-width: 1024px;
margin: 0 auto;
box-sizing: border-box;
}

@media screen and (max-width: 1040px) {
.inner{
  padding-left: 1rem;
  padding-right: 1rem;
}
}

a[href^="tel:"] {
pointer-events: none;
}

.flex{
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
}

.flex .half,
.tab_content .half{
flex: 0 1 47%;
}

table{
width: 100%;
}

th, td{
vertical-align: middle;
text-align: left;
padding: 0.8rem 0;
}

/* header
-------------------------------------------------- */
header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
	align-items: center;
	background: #fff;
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	padding-right: 30px;
}
/*
_::-webkit-full-page-media, _:future, :root header {
	margin-right: 140px;
}

 */

header .logo{
	/* width: 133px; */
	/*width: 300px;*/
	height: 85px;
	margin-left: 25px;
	/* display: table; */
	display: block;
}

#gnav ul{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: nowrap;
  align-items: center;
}

#gnav ul li {
	margin-left: 25px;
	text-align: center;
	order: 1;
}

#gnav ul li a{
  position: relative;
  display: block;
  height: 85px;
  line-height: 85px;
  font-size: 1.8rem;

  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: left center;
}

#gnav ul li.about a{ background-image: url(../img/icon_about.png); }
#gnav ul li.service.menu > a{ background-image: url(../img/icon_item.png); }
#gnav ul li.company a{ background-image: url(../img/icon_about.png); }
#gnav ul li.recruit a{ background-image: url(../img/icon_recruit.png); }
#gnav ul li.support a{ background-image: url(../img/icon_support.png); }
#gnav ul li.internship a{ background-image: url(../img/icon_internship.png); }

#gnav ul li.menu > a::after{
	content: "";
	display: block;
	width: 100%;
	height: 5px;
	background: #3d72Ef;
	position: absolute;
	bottom: 0;
	left: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}

#gnav ul li a:hover::after,
#about #gnav ul li.about a::after,
#service #gnav ul li.service a::after,
#company #gnav ul li.company a::after,
#recruit #gnav ul li.recruit a::after,
#support #gnav ul li.support a::after,
#internship #gnav ul li.internship a::after{
  transform-origin: left top;
  transform: scale(1, 1);
}

#gnav .btn_contact{
	-webkit-order: 1;
	-ms-flex-order: 1;
  order: 1;
}

#gnav .btn_contact a{
	width: 125px;
	padding: 15px 0 0 0!important;
	color: #fff!important;
	font-size: 1.2rem!important;
	background: #0d42af;
	position: relative;
}

#gnav .btn_contact a:hover{ background: #2054be; }

#gnav .btn_contact a::before{
	content: "";
  display: block;
  width: 100%;
  height: 14px;
  background: url(../img/icon_mail.png) no-repeat center center / auto 100%;
  position: absolute;
  top: 24px;
  left: 0;
}

#gnav .btn_contact a::after{
	display: none;
}

#gnav .btn_contact a{
	width: 125px;
	padding: 15px 0 0 0!important;
	color: #fff!important;
	font-size: 1.2rem!important;
	background: #0d42af;
	position: relative;
}

#gnav .btn_contact a:hover{ background: #2054be; }

#gnav .btn_contact a::before{
	content: "";
	display: block;
	width: 100%;
	height: 14px;
	background: url(../img/icon_mail.png) no-repeat center center / auto 100%;
	position: absolute;
	top: 24px;
	left: 0;
}

#gnav .btn_contact a::after{
	display: none;
}




#gnav li.btn_sassoku{
	margin-left: 0;
}
#gnav .btn_sassoku{
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}

#gnav .btn_sassoku a{
	width: 125px;
	padding: 15px 0 0 0!important;
	color: #fff!important;
	font-size: 1.2rem!important;
	background: #fff;
	position: relative;
}

#gnav .btn_sassoku a:hover{ background: #fff; }

#gnav .btn_sassoku a::after{
	display: none;
}


#gnav .btn_facebook{
	margin-left: 0;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}

#gnav .btn_facebook a{
	width: 60px;
	padding: 15px 0 0 0!important;
	color: #fff!important;
	font-size: 1.2rem!important;
	background: #fff;
	position: relative;
	margin-left: 10px;
}

#gnav .btn_facebook a:hover{ background: #fff; }

#gnav .btn_facebook a::before{
	content: "";
	display: block;
	width: 100%;
	height: 60px;
	background: url(../img/sns/icon_facebook.png) no-repeat center center / auto 100%;
	position: absolute;
	top: 14px;
	left: 0;
}

#gnav .btn_facebook a::after{
	display: none;
}


#gnav .btn_insta{
	margin-left: 0;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}

#gnav .btn_insta a{
	width: 60px;
	padding: 15px 0 0 0!important;
	color: #fff!important;
	font-size: 1.2rem!important;
	background: #fff;
	position: relative;
	margin-left: 10px;
}

#gnav .btn_insta a:hover{ background: #fff; }

#gnav .btn_insta a::before{
	content: "";
	display: block;
	width: 100%;
	height: 60px;
	background: url(../img/sns/icon_insta.png) no-repeat center center / auto 100%;
	position: absolute;
	top: 14px;
	left: 0;
}

#gnav .btn_insta a::after{
	display: none;
}

#gnav .btn_twitter{
	margin-left: 0;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	flex-shrink: 0;
	flex-basis: auto;
}

#gnav .btn_twitter a{
	width: 60px;
	padding: 15px 0 0 0!important;
	color: #fff!important;
	font-size: 1.2rem!important;
	background: #fff;
	position: relative;
	margin-left: 10px;
}

#gnav .btn_twitter a:hover{ background: #fff; }

#gnav .btn_twitter a::before{
	content: "";
	display: block;
	width: 100%;
	height: 60px;
	background: url(../img/sns/icon_twitter.png) no-repeat center center / auto 100%;
	position: absolute;
	top: 14px;
	left: 0;
}

#gnav .btn_twitter a::after{
	display: none;
}


#gnav .btn_youtube{
	margin-left: 0;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}

#gnav .btn_youtube a{
	width: 60px;
	padding: 15px 0 0 0!important;
	color: #fff!important;
	font-size: 1.2rem!important;
	background: #fff;
	position: relative;
}

#gnav .btn_youtube a:hover{ background: #fff; }

#gnav .btn_youtube a::before{
	content: "";
	display: block;
	width: 100%;
	height: 60px;
	background: url(../img/sns/icon_youtube.png) no-repeat center center / auto 100%;
	position: absolute;
	top: 14px;
	left: 0;
}

#gnav .btn_youtube a::after{
	display: none;
}

#gnav .btn_line{
	margin-left: 0;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}

#gnav .btn_line a{
	width: 60px;
	padding: 15px 0 0 0!important;
	color: #fff!important;
	font-size: 1.2rem!important;
	background: #fff;
	position: relative;
}

#gnav .btn_line a:hover{ background: #fff; }

#gnav .btn_line a::before{
	content: "";
	display: block;
	width: 100%;
	height: 60px;
	background: url(../img/sns/icon_line.png) no-repeat center center / auto 100%;
	position: absolute;
	top: 14px;
	left: 0;
}

#gnav .btn_line a::after{
	display: none;
}





@media screen and (max-width: 1040px) {
  header .logo{
    margin-left: 1rem;
  }
  #gnav ul li a{
    font-size: 1.4rem;
  }
  #gnav .btn_contact a{
    width: 90px;
  }
#gnav .btn_sassoku a{
	width: 90px;
}
	#gnav .btn_facebook a{
		width: 90px;
	}
	#gnav .btn_insta a{
		width: 90px;
	}
	#gnav .btn_twitter a{
		width: 90px;
	}
	#gnav .btn_youtube a{
		width: 90px;
	}
	#gnav .btn_line a{
		width: 90px;
	}
}

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

  header .logo{
    /* width: 130px; */
    margin-left: 1rem;
  }

  #gnav ul li a{
    padding: 15px 0 0 0;
    background-position: center 18px;
  }
	#gnav .btn_contact a{
	  width: 110px;
	}
	#gnav .btn_sassoku a{
		width: 110px;
	}
	#gnav .btn_facebook a{
		width: 60px;
	}
	#gnav .btn_insta a{
		width: 60px;
	}
	#gnav .btn_twitter a{
		width: 60px;
	}
	#gnav .btn_youtube a{
		width: 60px;
	}
	#gnav .btn_line a{
		width: 60px;
	}
}
@media screen and (max-width: 1280px) {
  #gnav ul li a{
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1000px) {
	#gnav .btn_facebook a{
		width: 40px;
	}
	#gnav .btn_insta a{
		width: 40px;
	}
	#gnav .btn_twitter a{
		width: 40px;
	}
	#gnav .btn_youtube a{
		width: 40px;
	}
	#gnav .btn_line a{
		width: 40px;
	}
	#gnav .btn_facebook a::before {
		height: 40px;
	}
	#gnav .btn_insta a::before {
		height: 40px;
	}
	#gnav .btn_twitter a::before {
		height: 40px;
	}
	#gnav .btn_youtube a::before {
		height: 40px;
	}
	#gnav .btn_line a::before {
		height: 40px;
	}
}
.logo img{
	height: 65px;
	margin: 10px 0;
}
/* footer
-------------------------------------------------- */
footer{
  position: relative;
	font-size: 1.4rem;
}

#f_contact{
	margin: 80px 0 70px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-left: 1px solid #585858;
}

#f_contact > *{
	flex: 1;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1;
	padding: 30px 1rem 20px 1rem;
	border-right: 1px solid #585858;
}

#f_contact > * p:first-child{
	font-size: 1.8rem;
}

#f_contact > * p:first-child::after{
	content: "";
	display: block;
	margin: 24px auto;
	width: 80px;
	height: 1px;
	background: #949494;
}

#f_contact > * p.tel{
	font-size: 3.6rem;
	font-weight: bold;
	margin-bottom: 2rem;
}





footer div.footer_box_menu{
	float: left;
	width : 40% ; /* 未対応ブラウザ用フォールバック */
}
.footer_box_menu ul{
	display: block;
	width: 50%;
	float: left;
}
span.link{
	color: #0f4bc4;
	font-size: .5rem;
	margin:0 5px 0 0;
	display: inline-block;
	vertical-align: text-top;
}
footer div.footer_box_address{
	float: left;
	width : 30% ; /* 未対応ブラウザ用フォールバック */
	margin-top: -20px;
}
footer div.footer_box_calendar{
	float: left;
	width : 30% ; /* 未対応ブラウザ用フォールバック */
}
footer div.footer_box_calendar div p{
	text-align: center;
	display: inline-block;
	margin: 0;
}
footer div.footer_box_calendar div p#before{
	text-align: left;
	width: 40%;
}
footer div.footer_box_calendar div p#month{
	width: 55%;
	text-align: right;
}

footer div.footer_box_calendar .holiday{
	background-color: #fdeff2;
	color:red;
}
table.calendar td,table.calendar th{
	padding: 0;
	text-align: center;
	line-height: 32px;
}


@media screen and (max-width: 1024px) {
  footer{
    padding: 0 1rem;
  }
	#f_contact > * p:first-child{
	  font-size: 1.8rem;
	}
  #f_contact > * p.tel{
    font-size: 3.2rem;
  }
}

#f_contact a.btn{
	margin-top: 3px;
	display: inline-block;
	width: 100%;
	max-width: 260px;
	line-height: 1;
  padding: 12px;
	letter-spacing: 0.1rem;
	font-size: 1.8rem;
	color: #0f4bc4;
	border-radius: 3px;
	border: 2px solid #0f4bc4;
	position: relative;
}

#f_contact a.btn::after{
	content: "";
	display: inline-block;
	width: 25px;
	height: 100%;
	background: url(../img/icon_arrow_blue.png) no-repeat center center / 100% auto;
	position: absolute;
	top: 0;
	right: 1rem;
}

footer address{
	color: #0a0a0a;
}

footer address p{
	color: #0a0a0a;
	font-size: 2.4rem;
	font-weight: bold;
}

footer address p::after{
	content: "";
	display: block;
	margin: 15px 0;
	width: 50px;
	height: 1px;
	background: #949494;
}

p.copy{
	margin: 3rem 0 1rem 0;
	font-size: 1.2rem;
	color: #242424;
}

p.bnr_nupals{
  width: 242px;
  position: absolute;
  right: 0;
  bottom: 130px;
  display: none;
}

#home p.bnr_nupals{
  display: block;
}

/*
-------------------------------------------------- */
.title{
	margin-top: 85px;
	margin-bottom: 8rem;
	height: 200px;
	text-align: center;
  display: -webkit-flex;
  display: flex;
	justify-content: center;
	align-items: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.title h1{
  color: #fff;
  font-size: 3.0rem;
  letter-spacing: 0.1rem;
	font-weight: bold;
	text-shadow:2px 2px 5px #000;

}

.title h1 span{
	display: block;
	font-size: 1.5rem;
}
.title{ background-image: url(../img/ttl/ttl99.jpg); }
#company .title{ background-image: url(../img/ttl/ttl1.jpg); }
#service .title{ background-image: url(../img/ttl/ttl2.jpg); }
#support .title{ background-image: url(../img/ttl/ttl3.jpg); }
#recruit .title{ background-image: url(../img/ttl/ttl4.jpg); }



.sec{
	margin-bottom: 8rem;
}

.sec h2{
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 1;
	margin-bottom: 20px;
}

.sec h2::after{
	content: "";
	display: block;
	margin-top: 15px;
	width: 40px;
	height: 7px;
	background: #0d42af;
}

.sec h2.s{ font-size: 2.0rem;}
.sec h2.s span{ font-size: 1.3rem;}

/* TOP（home）
-------------------------------------------------- */
#mv{
	margin-top: 85px;
	box-sizing: border-box;
	height: 450px;
	text-align: center;
  position: relative;
}

#mv .txt{
	width: 100%;
	position: absolute;
	top: 32%;
	left: 0;
}

#mv p{
	color: #fff;
	letter-spacing: 0.1rem;
	font-weight: bold;
	font-size: 4.0rem;
	font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	text-shadow: 0 0 10px #000;


}

#mv p a{
	color: #fff;
	font-size: 3.0rem;
}

#mv p a:hover{
	opacity: 0.6;
}

#mv #box{
	display: block;
	width: 400px;
	padding: 0;
	border: 1px solid #fff;
	margin: 0 auto;
	font-size: 1.4rem;
}

#topics_wrap{
	width: 850px;
	height: 70px;
	line-height: 70px;
	margin: 0 auto;
	position: relative;
	top: 20px;
	color: #fff;
	background: #0d42af;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

#topics_wrap h2{
  width: 155px;
	text-align: center;
	font-size: 2.0rem;
	font-weight: bold;
	font-style: italic;
	position: relative;
}

#topics_wrap h2::after{
	content: "";
	display: block;
	width: 1px;
	height: 18px;
	background: #fff;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -9px;
}

#topics_wrap ul{
  flex: 1;
}

#topics_wrap li{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}

#topics_wrap li span{
	font-size: 1.2rem;
	padding: 0 15px 0 40px;
}

#topics_wrap li a{
	flex: 1;
	color: #fff;
	line-height: 1.2;
  font-size: 1.8rem;
  text-decoration: underline;
}

#topics_wrap li a:hover{
	text-decoration: none;
}

h2.tt{
  font-size: 1.8rem;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0.7rem;
  text-align: center;
  margin-bottom: 3rem;
	color: #858585;
}

h2.tt span{
	display: block;
	color: #0a0a0a;
	font-weight: bold;
	letter-spacing: 0.2rem;
	font-size: 3.0rem;
	line-height: 2.0rem;
	font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;

}

#top_result{
	margin-top: 60px;
}

#top_result .txt{
	font-size: 1.8rem;
	text-align: center;
	margin: 4rem 0;
}

#top_result ul > *{
	flex: 0 1 calc(100% / 3);
	text-align: center;
	padding-right: 1%;
}

#top_result ul > * span{
	display: block;
	margin-top: 1rem;
	font-size: 1.4rem;
}

.btn a {
  position: relative;
  display: block;
  width: 260px;
  line-height: 1;
  padding: 13px;
  margin: 0 auto;
  font-size: 1.8rem;
  font-weight: bold;
  color: #0f4bc4;
  background: #fff;
  border: 2px solid #0f4bc4;
  letter-spacing: 0.2rem;
  text-align: center;
  box-sizing: border-box;
  border-radius: 3px;
  -webkit-transition: ease-in-out .16s;
  transition: ease-in-out .16s;
  overflow: hidden;
  z-index: 1;
}

.btn a:hover{
	opacity: 1;
}

.btn a::before {
  position: absolute;
  top: 0;
  right: -60px;
  bottom: 0;
  left: 0;
  border-right: 60px solid transparent;
  border-bottom: 70px solid #0f4bc4;
  transform: translateX(-100%);
  -webkit-transition: ease-in-out .16s;
  transition: ease-in-out .16s;
  content: "";
  z-index: -1;
}

.btn a::after{
	content: "";
	display: block;
	width: 25px;
	height: 100%;
	background: url(../img/icon_arrow_blue.png) no-repeat center center / 100% auto;
  position: absolute;
  top: 0;
  right: 12px;
}

.btn a:hover {
  color: #fff!important;
  -webkit-transition: ease-in-out .16s;
  transition: ease-in-out .16s;
}

.btn a:hover::before {
  transform: translateX(0);
}

.btn a:hover::after {
  background-image: url(../img/icon_arrow_white.png)!important;
}

.top_bn a{
	height: 200px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
	position: relative;
}

.top_bn a:hover{
 <!-- opacity: 1!important;-->
}
.top_bn.about{
	margin: 30px 0 30px 0;
	background: url(../img/home/about.png) no-repeat left center / auto 100%;
}

.top_bn.recruit{
  background: url(../img/home/recruit.png) no-repeat right center / auto 100%;
}

.top_bn.about a{
	justify-content: flex-end;
}

.top_bn a p{
	display: flex;
	flex-direction: column;
  justify-content: center;
	align-items: center;
	color: #fff;
	letter-spacing: 0.5rem;
	font-size: 3.0rem;
	font-weight: bold;
	background: #0d42af;
	position: relative;
	flex: 0 1 51%;
	overflow: hidden;
}

.top_bn a p{
	font-family:Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.top_bn a p span{
	display: block;
	font-size: 1.8rem;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
	/*font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;*/
}

.top_bn a p::before{

	content: "";
	display: block;
	width: 42px;
	height: 42px;
	background: url(../img/icon_arrow_blue.png) no-repeat 50% 50% / 25px auto #fff;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 10;
	transition: 0.2s;
}

.top_bn a:hover p::before{
	background-position: 70% 50%;
}

.top_bn a p::after{
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background: rgba(0,0,0,0.3);
	position: absolute;
	top: 50%;
	left: 50%;
	transition: 0.3s;
	opacity: 0;
}

.top_bn a:hover p::after{
	opacity: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}



#insta{
	margin-top: 9rem;
}

#insta ul{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px 25px;
	background: #ededed;
}

#insta ul::before{
  content:"";
  display: block;
  width: 23%;
  order: 1;
}

#insta ul::after{
  content:"";
  display: block;
  width: 23%;
}

#insta ul > *{
	flex: 0 1 23%;
	margin-bottom: 3rem;
}

@media screen and (max-width: 960px) {
	#insta ul::before{
	  display:none;
	}
	#insta ul::after{
	  width: 30%;
	}
	#insta ul > *{
	  flex: 0 1 30%;
	}
}

#insta ul > * a{
	display: block;
	margin: 0 auto;
	color: #858585;
}

#insta ul > * a img{
  width: 100%;
  height: 220px;
  object-fit: cover;
  margin-bottom: 1rem;
}

#insta .btn{
  padding: 0 25px 50px 25px;
  background: #ededed;
}

/*  高幸について（about）
-------------------------------------------------- */
.rinen h3{
	font-size: 3.0rem;
	line-height: 1.5;
	margin-bottom: 3rem;
}

.rinen p{
	font-size: 1.5rem;
	line-height: 3;
}

.rinen .img{
	width: 50%;
}

.rinen .img img{
	max-width: 370px;
}

.houshin dt{
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 1;
	position: relative;
	padding-left: 1.5rem;
}

.houshin dt::before{
	content: "";
	display: inline-block;
	box-sizing: border-box;
	width: 7px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 7px solid #0d42af;
	vertical-align: middle;
	position: absolute;
	top: 0.2rem;
	left: 0;
}


.houshin.link dt::before{
	border: none;
	font-family: 'Font Awesome 5 Free';
	content:'\f35d';
	font-size: 0.9em;
	margin: -1px 0 0 -5px;
	font-weight : 900;
}

.houshin dd{
	padding-left: 1.5rem;
	margin-top: 2rem;
	line-height: 2.5;
}

/* 会社概要（company）
-------------------------------------------------- */
.greeting .img{
	width: 318px;
	margin-right: 5rem;
}

.greeting .txt{
	flex: 1;
}

.greeting .txt p{
	margin-bottom: 2rem;
}

.tb{
	border-collapse: separate;
	border-spacing: 10px;
}

.tb th{
	white-space: nowrap;
	text-align: center;
  padding: 1rem 2rem;
  background: #f4f4f4;
}

.tb td{
	padding: 1rem;
}

.history th{
  width: 170px;
  vertical-align: top;
}

.history th p{
  font-weight: bold;
}

.history th p::before{
  content: "";
  display: inline-block;
  margin-right: 1rem;
  box-sizing: border-box;
  width: 7px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 7px solid #0d42af;
}

.history td{
	padding: 0;
}

.history td p{
	position: relative;
	padding: 1rem 0;
}

.history td p::before{
  content: "";
  display: inline-block;
  margin-right: 2rem;
  width: 13px;
  height: 13px;
  border-radius: 100%;
  background: #0d42af;
}

.history td p.first::after{
   height: 50%;
   top: 50%;
}

.history td p::after{
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  border-left: 3px solid #0d42af;
  position: absolute;
  top: 0;
  left: 5px;
}

.history td p.last::after{
   height: 50%;
}

/* 施工実績（achievement）
-------------------------------------------------- */
.ex_history h3{
  font-family: 'Crimson Text', serif;
  font-size: 3.0rem;
  font-style: italic;
  position: relative;
  line-height: 1;
  padding: 10px 20px;
  cursor: pointer;
  z-index: 2;
}

.ex_history h3::before{
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 13px;
  background: #0d42af;
  position: absolute;
  top: 20px;
  left: 0;
}

.ex_history h3::after{
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  border-left: 3px solid #0d42af;
  position: absolute;
  top: 0;
  left: 5px;
}

.ex_history h3.first::after{
   height: 50%;
   top: 50%;
}

.ex_history .wrap{
  display: none;
  position: relative;
  margin: 0 0 0 5px;
  padding: 20px 0 20px 40px;
  overflow: hidden;
  z-index: 1;
}

.ex_history .wrap::before{
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  border-left: 3px solid #0d42af;
  position: absolute;
  top: 0;
  left: 0;
}

.ex_history .wrap.active{
  display: block;
}

.ex_history .wrap table th{
  width: 25%;
  white-space: nowrap;
  font-weight: bold;
}

.ex_history .wrap table td a{
	color: #149cdc;
	text-decoration: underline;
}

.ex_history .wrap table td a:hover{
	opacity: 1;
  text-decoration: none;
}

.inline_content{
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}

.inline_content h3{
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 1;
	margin-bottom: 3rem;
}

.inline_content ul{
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}

.inline_content ul > *{
	flex: 0 1 49%;
	margin-bottom: 3rem;
}

.inline_content ul > * p{
	margin-top: 1rem;
}

/* お問い合わせ（contact）
-------------------------------------------------- */
.contact_wrap h2{
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1;
}

.contact_wrap p.txt{
	font-size: 1.3rem;
	font-weight: bold;
	margin-top: 2rem;
}

.que{ color: #ff0000;}

ul.step{
	width: 820px;
	margin: 3rem 0;
}

.form_tb th, .form_tb td{
	vertical-align: top;
	border-top: 1px solid #e7e7e7;
}

.form_tb tr:first-child th, .form_tb tr:first-child td{
	border-top: none;
}

.form_tb th{
	font-weight: bold;
	width: 20%;
	position: relative;
	white-space: nowrap;
	padding: 3rem 1rem;
}

.form_tb th::before{
  content: "";
  display: inline-block;
  box-sizing: border-box;
  width: 4px;
  height: 2px;
  border: 2px solid transparent;
  border-left: 4px solid #0d42af;
  vertical-align: middle;
  margin-right: 0.5rem;
}

.form_tb td{
	padding: 3rem 2rem;
}

.form_tb td li{
	margin: 0.5rem 0;
}

.form_tb td ul.type li{
	display: inline-block;
	margin: 0 2rem 0 0;
}

.houjin{
	display: none;
}

.houjin.active{
	display: block;
}

input[type=radio], input[type=checkbox] {
  display: none;
}

.radio, .checkbox {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 20px 8px 0;
  padding: 0.5rem 0.5rem 0.5rem 42px;
  vertical-align: middle;
  cursor: pointer;
}

.radio:hover:after, .checkbox:hover:after {
  border-color: #0d42af;
}

.radio::after, .checkbox::after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #bbb;
  content: '';
}

.radio::after{
	border-radius: 100%;
}

.radio::before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #0d42af;
  content: '';
  opacity: 0;
}

input[type=radio]:checked + .radio:before {
  opacity: 1;
}

.checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #0d42af;
  border-bottom: 3px solid #0d42af;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}

.form_tb td p{
  margin-top: 1em;
}

.form_tb td p.placeholder{
	margin-top: 0;
	font-size: 1.2rem;
	color: #9c9c9c;
}

input[type="text"] {
	width: 550px;
  padding: 0;
	height: 40px;
	line-height: 40px;
  border: 2px solid #e7e7e7;
  border-radius: 0;
  outline: none;
  background: none;
}
input[type="text"].short {
	width: 100px;
}
textarea{
	width: 100%;
	height: 150px;
	border: 2px solid #e7e7e7;
}

.policy_wrap{
	margin-top: 60px;
	height: 225px;
	padding: 20px;
	overflow-y: scroll;
	border: 1px solid #e7e7e7;
}

.policy_wrap h3{
	margin: 1rem 0;
}

#agree_wrap{
	text-align: center;
	margin: 40px 0 30px 0;
}

input[type="submit"] {
	display: block;
	width: 100%;
  max-width: 550px;
	margin: 0 auto;
  height: 80px;
  line-height: 80px;
  font-size: 2.0rem;
  color: #da0029;
	background: #fff;
	border: 2px solid #da0029;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
	opacity: 1;
}

input[type="submit"]:hover {
	color: #fff;
  background-color: #da0029;
}

input[type="submit"][disabled] {
  color: #888;
  background-color: #ccc;
	border: 2px solid #ccc;
  cursor: default;
}


input[type="submit"].half{
	display: inline-block;
	width: 30%;
}
.submit_half_box{
	display: block;
	text-align: center;
	width: 100%;
}

@media screen and (max-width: 768px) {
	input[type="submit"].half{
		display: block;
		width: 100%;
		margin-top: 15px;
	}
	.submit_half_box{
		display: block;
		text-align: center;
		width: 100%;
	}
}

input[type="submit"]#submit_ret{
	color: #0f4bc4;
	background: #fff;
	border: 2px solid #0f4bc4;
}
input[type="submit"]#submit_ret:hover {
	color: #fff;
	background-color: #0f4bc4;
}
/* 採用情報（recruit）
-------------------------------------------------- */
.kiso{
  margin: 4rem 0 2rem 0;
}

.kiso img{
  width: 49%;
  max-width: 494px;
}

.btn.entry{
  margin-top: 4rem;
}

.btn.entry a{
  width: 100%;
  max-width: 550px;
  line-height: 1;
  padding: 28px 1rem;
  font-size: 2.0rem;
  color: #0d42af;
  border: 2px solid #0d42af;
}

.btn.entry a::before {
  right: -60px;
  border-right: 60px solid transparent;
  border-bottom: 80px solid #0d42af;
}



.tab_item {
	margin-right: 10px;
  width: calc(100%/4 - 10px);
  height: 50px;
  line-height: 40px;
  background: #e8e8e8;
  border: 5px solid #e8e8e8;
  font-size: 1.3rem;
  text-align: center;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  cursor: pointer;
  position: relative;
}

.tab_item:hover {
  opacity: 0.75;
}

input[name="tab_item"] {
  display: none;
}

.tab_content {
  display: none;
  padding: 3rem 0;
  clear: both;
  overflow: hidden;
}

#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content,
#tab3:checked ~ #tab3_content,
#tab4:checked ~ #tab4_content{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.rec_wrap input:checked + .tab_item {
  background: none;
  border: 5px solid #0d42af;
}

.rec_wrap input:checked + .tab_item::after{
  content: "";
  diplay: block;
  box-sizing: border-box;
  width: 5px;
  height: 5px;
  border: 5px solid transparent;
  border-top: 5px solid #0d42af;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -3px;
}

/* インターンシップ情報（internship）
-------------------------------------------------- */
#internship .omoi p{
	line-height: 2;
	font-size: 3.0rem;
}

#internship .sch{
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

#internship .sch > *{
	flex: 0 1 50%;
}

/* 地域貢献（support）
-------------------------------------------------- */
#support #project2_img{
	margin-top: 50px;

}
#support #project2_img table{
	width: 100%;
}
#support #project2_img td{
	padding: 2px;
}

#support #project2_img .item{
	text-align: center;
}

#support #project2_img .row1 .item img{
	width: 100%;
}
#support #project2_img .row1  .next{
	transform: rotate( -180deg );
}
#support #project2_img .row2  .next{
	transform: rotate( -90deg );
	margin-left: 88%;
}
#support #project2_img .next{
	width: 8px;
}

#support #hanbai {
	margin-top: 50px;
	background-color: #f3fbff;
	text-align: center;
}

#support #hanbai {
	padding-top: 20px;
}
#support #hanbai .sec_title{
	margin-top: -38px;
	font-size: 170%;
	font-weight: bold;
}
#support #hanbai #detail{
	display: flex;
}
#support #hanbai #flm_img{
	margin-top: 40px;
	margin-left: 40px;
	margin-bottom: 40px;
	width: 416px;
}


#support #hanbai #text{
	margin-left: 40px;
	text-align: left;
	font-size: 121%;
}

#support #hanbai #text #f_contact{
	border: none;
	justify-content: left;
	margin-top: 30px;
}
#support #hanbai #text1 {
	margin-top: 40px;
	width: 100%;
	padding-bottom: 30px;
	border-bottom: 1px #000 solid;
}
#support #hanbai #text2 {
	padding-top: 30px;
}

#support #hanbai #text #f_contact{
	width: 100%;
	display: block;
}
#support #hanbai #text #f_contact a.btn{
	margin: 0 auto;
}
#support #project1_img {
	margin-top: 40px;
	display: flex;
	flex-direction: row;
	width: 100%;
}
#support #project1_img img{
	width: 100%;
}
#support #project1_img div:first-child {
	margin-right: 40px;
	width: auto;
}

#support #sanka{
	margin-top: 20px;
}


#support #sien {
	margin-top: 50px;
	background-color: #fff2f2;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 40px;
}
#support #sien #text{
	margin-top: 40px;
}
#support #sien .sec_title{
	margin-top: -38px;
	font-size: 170%;
	font-weight: bold;
}
#support #sien #f_contact{
	border: none;
	margin: 30px 0 0 0;
	display: block;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix:before {
	content: "";
	display: block;
	clear: both;
}
.clearfix {
	display: block;
}

#service span.strong{
	font-weight: bold;
}
#service .parts3{
	width: 33%;
	float: left;
	margin-top: 20px;
	font-size: 1.4rem;
}
#service .parts3 h3{
	font-size: 1.6rem;
	font-weight: bold;
}

.img_text img{
	clear: both;
}
.img_text img{
	float: left;
	width: 300px;

}
.img_text p{
	float: right;
	width: 724px;
	padding-left: 15px;
}
.img_text p.ttl{
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 1.8rem;
	width: 100%;
}

.ttl_text{
	margin-bottom: 20px;
}
.ttl_text p{
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 1.8rem;
}



/* サブメニュー */
#gnav li.menu{
	position: relative;
}
#gnav ul li ul.sub_menu
{
	display: none;
	position: absolute;
	top: 85px;
	left: 0;
	width: 300px;
	border: 1px #ddd solid;
	font-size: 1.2rem;
}

#gnav li.menu:hover .sub_menu{
	display: block;
	transition: transform .3s;
}
#gnav .sub_menu li{
	background-color: rgba(255,255,255,.95);
	border-bottom: 1px #ddd solid;
	text-align: left;
	margin: 0;
}

#gnav .sub_menu li a{
	width: 100%;
	height: 40px;
	padding: 0 0 0 8px;
	line-height: 40px;
}


/* ページ内リンク位置調整 */
section.link {
	display: block;
	padding-top: 150px;
	margin-top: -150px;
}

/*注釈*/
span.small{
	font-size: 1rem;
	color: #888;
	line-height: 14px;
	display: block;
}
span.small a{
	font-size: 1.2rem;
	font-weight: bold;
}
span.mid{
	border: 1px #222 solid;
	padding: 20px;
	display: block;
	font-size: 1.6rem;
	color: #444;
	line-height: 28px;
	display: block;
}

.toiawase a.btn{
	margin-top: 5px;
	display: inline-block;
	width: 150px;
	line-height: 1;
	padding: 6px;
	letter-spacing: 0.1rem;
	font-size: 1.6rem;
	color: #0f4bc4;
	border-radius: 3px;
	border: 2px solid #0f4bc4;
	text-align: center;
}

.main_ttl{
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 2rem;
}

tr.link:hover{
	cursor: hand;
}

@media screen and (max-width: 1500px) {
	#gnav li.menu {
		margin-left: 5px;
	}
}

div.flame_type1{
	width: 100%;
}

#topics_wrap_smp{
	width: 650px;
	margin: 50px auto 0;
	text-align: left;
}
#topics_wrap_smp li a {
	padding: 1rem 0;
}
#topics_wrap_smp p {
	display: inline-block;
}
#topics_wrap_smp .date span{
	display: inline-block;
	margin-left: 1rem;
	font-weight: normal;
	padding: 0 0.5rem;
	background: #ddd;
	font-size: 1.2rem;
	border-radius: 3px;
	vertical-align: text-top;
}

.inner:first-child .section{
	/*margin-top: 120px;*/
}
.block_row{
	display:flex;
	margin: 0;
}
.half_bk_left{
	/*height: 200px;*/
	width: 50%;
	order: 1;
}
.half_bk_right{
	/*height: 200px;*/
	width: 50%;
	order: 2;
}

.half_bk_right p,.half_bk_left  p{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	letter-spacing: 0.5rem;
	font-size: 3.0rem;
	font-weight: bold;
	background: #0d42af;
	position: relative;
	flex: 0 1 50%;
	overflow: hidden;
	height: 100%;
	min-height: 150px;
}

.half_bk_right  p span,.half_bk_left  p span{
	display: block;
	font-size: 1.8rem;
	font-weight: normal;
	font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

ul.col2 li{
	display: block;
	float: left;
	width: 50%;
	font-size: 1.6rem;
}

table.flame td,table.flame th{
	border: none;
	margin: 0;
	padding: 0;
}

.mt20{
	margin-top: 20px;
}
.mt30{
	margin-top: 30px;
}
.small1{
	font-size: 85%;
}
.ul_link li a{
	display: inline-block;
	width: 100%;
	height: 100%;
	transition: .7s cubic-bezier(0.45, 0, 0.55, 1);
}
.ul_link li a:hover{
	background-color: #efefef;
}

.new_page main a{
	color:blue;
}
.new_page .entry-content a{
	display: inline;
}

.s_contetns{
	text-align: center;
	min-height: 200px;
	padding: 50px 0;
	background-size: cover;
}


.s_contetns h5{
	margin-bottom: 30px;
	display: block;
	color: #0a0a0a;
	font-weight: bold;
	letter-spacing: 0.2rem;
	font-size: 2.5rem;
	line-height: 2.0rem;
	font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.s_contetns div{
	text-shadow: #FFFFFF 0 0 20px;
}
.bold{
	font-weight: bold;
}

@font-face {
	font-family: 'YujiSyuku-Regular';
	src: url(aoyagireisyosimo_ttf_2_01.ttf);
}
.shomei{
	display: block;
	width: 100%;
	text-align: left;
	line-height: 10px;
	content: "";
	clear: both;
}
.shomei div{
	float: right;
	height: 50px;
	display: block;
}
.shomei .name{

	margin-top: 30px;
	margin-left: 15px;
	/*
	font-family: 'YujiSyuku-Regular';
	font-size: 38px;
	 */
}

#page a:hover{
	opacity: 0.4;
}

.pager p{
	display: inline-block;
}

.img_jirei{
	width: 100%;
	float: left;
	padding: 2%;
	background: #cccccc;
	margin: 20px 0;
}
.img_jirei_item_l{
	margin: 0 2% 2%;
	display: inline-block;
	width: 47%;
	position: relative;
}
.img_jirei_item_r{
	margin: 0 0  2%;
	display: inline-block;
	width: 47%;
	position: relative;
}
.img_jirei_item_l span{
	position: absolute;
	bottom: 10px;
	left: 0;
	background: rgba(0,0,0,0.3);
	color:white;
	padding: 2px 20px;
	text-align: center;
}
.img_jirei_item_r span{
	position: absolute;
	bottom: 10px;
	left: 0;
	background: rgba(0,0,0,0.3);
	padding: 2px 20px;
	color:white;
	text-align: center;
}

.flm_jirei_btn{
	background: #eeeeee;
	padding: 20px;
}
.flm_jirei_btn button{
	width: 235px;
	height: 40px;
	font-size: 18px;
	margin: 5px 3px;
}
.list_jirei li{
	float: left;
	width: 24%;
	margin: 5px 1% 0 0;
	padding: 5px;
	border: 1px #eeeeee solid;
	line-height: 13px;
}
.list_jirei li div{
	height: 150px;
	overflow-y: hidden;
	overflow-x: hidden;
	margin-bottom: 10px;
}
.list_jirei li img{
	display: block;
	width: 100%;

}
.list_jirei li span{
	font-size: 12px;
	color: #888888;
	border: 1px solid #aaaaaa;
	padding: 1px 3px;
}
.list_jirei li p{
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
}
.img_jirei_list {
	background: #eeeeee;
	padding-top: 20px;
}

span.cate {
	font-size: 12px;
	color: #888888;
	border: 1px solid #aaaaaa;
	padding: 1px 3px;
}
#mv p.slider_copy{
	position: absolute;
	right: 3px;
	bottom: 3px;
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	line-height: 10px;
	color:#000011;
	text-shadow: #FFF 0 0 10px ;
}



#company_detail_lr{
	min-width: 600px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}


#katudou .katudou_nend_wrap {
	margin-top: 70px;
}
#katudou .katudou_nend li a.active {
	color: #fff;
	background: #61cb4b;
	background-image: -webkit-linear-gradient(left, #61cb4b 0%, #316726 100%);
	background-image: linear-gradient(to right, #61cb4b 0%, #316726 100%);
}
#katudou .katudou_nend li a {
	display: block;
	line-height: 1;
	cursor: pointer;
	text-align: center;
	padding: 15px;
	color: #10803B;
	background: #fff;
	border: 1px solid #10803B;
	position: relative;
}
.katudou_nend_wrap .result_item {
	flex: 110%;
}
.katudou_nend_wrap .result_item h3 {
	font-size: 1.8rem;
	line-height: 1;
	color: #10803B;
	margin-bottom: 20px;
	text-align: left;
}
.katudou_nend_wrap .result_item h3:after {
	content: "";
	display: block;
	margin-top: 10px;
	width: 100%;
	height: 2px;
	background: #61cb4b;
	background-image: -webkit-linear-gradient(left, #61cb4b 0%, #316726 100%);
	background-image: linear-gradient(to right, #61cb4b 0%, #316726 100%);
}

#katudou .katudou_nend li {
	margin-bottom: 18px;
}
#katudou .katudou_nend_wrap .katudou_nend {
	flex: 0 1 200px;
	margin-right: 54px;
}
#katudou .tab_item th{
	width: 150px;
}
#katudou .tab_item th,#katudou .tab_item td {
	font-weight: normal;
	vertical-align: middle;
	line-height: 1.4;
	text-align: left;
	padding: 0 20px;
}
#katudou .tab_item table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 10px;
}
#katudou .tab_item{
	background: #fff;
	border: none;
	width: 100%;
	height: auto;
}