@charset "UTF-8";
/****************************************************************************
	body設定
*****************************************************************************/
body{
	color: #333;
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	
	line-height: 25px;
	text-align: center;
	overflow-wrap : break-word;
	word-wrap : break-word;
	 -webkit-text-size-adjust: 100%;
}


h2,h3,h4{text-align: left;}

a {color: #333;
	text-decoration:none;
	cursor: pointer；
	}
a:hover {
	color: #333;
	text-decoration:none;
	}
img {
	margin: 0  ;
	padding: 0;}


#container{
	width:100%;
	margin: 0 auto ;
	text-align: center;
	padding:0 0 0 0;

}

/****************************************************************************
	コンテンツ設定
*****************************************************************************/

/*	ヘッダー
----------------------------------------------------------------------------*/
#header{
	width: 100%;
	max-width: 1920px;
	min-width: 1160px;
	margin: 0 auto ;
	padding: 0;
	background-image:url("../img/common/head_logo_back.png"), url("../img/common/head_back.png");
	background-repeat: no-repeat, repeat-x;
	background-position:calc(50% - 558px) top, top center;

}

.header_in:before, .header_in:after{
	content: "";
	display: table;
}
.header_in:after{
  clear: both;
}
.header_in {
	width: 1160px;
	margin: auto;
	padding: 0;
}
.head_logo {
	width:257px;
	margin:40px 173px 44px 0;
	float: left;
	}
.head_logo img {
	width: 100%;
	height: auto;
}
.head_tel {
	width: 192px;
	padding: 0 20px 0 0;
	margin-bottom: 13px;
	display: inline-block;
}
.head_add {
	font-size: 14px;
	line-height: 19px;
	text-align: left;
	margin-bottom: 13px;
	display: inline-block;
}
.h1{
	width: 100%;
	padding:10px 0 10px 20px;
	float: left;
	margin-bottom: 4px;
}
h1 {
	font-size: 12px;
	line-height:18px;
	color: #4d4d4d;
	text-align: left;
	
}
.pc{display:inline;}
.sm{display:none;}

/*	グローバルナビ
----------------------------------------------------------------------------*/

.navi{	width: 730px;
	margin: 0;
	padding: 0;
	text-align: left;
	float: left;
}

.navi ul:before, .navi ul:after{
	content: "";
	display: table;
}
.navi ul:after{
  clear: both;
}
.navi ul {
	width: 100%;
	margin: auto;
	padding:  0 0 0 0;
	list-style: none;
	
}
.navi li{
	margin: 0;
	padding: 0 ;
	float: left;
	position: relative;
}
.navi li a{
	font-size: 17px;
	line-height: 27px;
	padding: 16px 4.5em 16px 0;
	text-align: center;
	color: #4d4d4d;
	margin: 0 ;
	display: block;
}
.navi li a:hover {
	color: #0073ff;
}



.home .navi .p1 a {
	color: #0073ff;}
.service .navi .p2 a {
	color: #0073ff;}
.company .navi .p3 a  {
	color: #0073ff;}
.recruit .navi .p4 a {
	color: #0073ff;}
.contact .navi .p5 a {
	color: #0073ff;}


/*	グローバルナビ (スマホ用)
----------------------------------------------------------------------------*/
#category_list{
	display:none;
	
}
/*	フッター
----------------------------------------------------------------------------*/

#footer{
	padding: 45px 0 40px 0;
	text-align: center;
	margin: 0 0 0 0;
	border-top: 1px solid #b2b2b2;
	}

.footer_logo {
	width: 257px;
	margin:0 auto;
	}



#footer_copy{
	width: 100%;
	font-size:12px;
	line-height:1em;
	color: #4d4d4d;
	padding: 15px 0;
	text-align:center;
	margin: 0 auto;
	border-top: 14px solid #0073ff;
	}
.page_top {
	width: 87px;
	position: fixed;
	right: 20px;
	bottom: 58px;
}
.page_top img {
	width: 100%;
	height: auto;
}
.page_top:hover {
	cursor: pointer;
}
/*	共通
----------------------------------------------------------------------------*/

.center{text-align: center;}
.clear{clear: both; overflow: hidden; margin:  auto;}
.int10 {
	text-indent:-1em;
	padding-left:1em;
}

ul:before, ul:after{
	content: "";
	display: table;
}
ul:after{
  clear: both;
}


.page_title {
	width: 100%;
	height: 50px;
	margin: 0 auto 70px auto;
	padding: 135px 0;
	background-repeat: no-repeat;
	background-position: top center;
	font-size: 45px;
	font-weight: bold;
	font-style: italic;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	line-height: 50px;
	color: #1a1a1a;
	
}

.title {
	font-size: 30px;
	font-weight: bold;
	font-style: italic;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	line-height: 40px;
	text-align: center;
	letter-spacing: 0.3em;
	padding: 0 0 ;
	background-image:url("../img/common/title.png");
	background-repeat: no-repeat;
	background-position:center center;
	display: block;
	margin: 0 auto 20px auto;

}
.title span{
	font-size:16px;
	color: #0073ff;
	
}
/*　TOP
----------------------------------------------------------*/


.home .head_img {
	width: 100%;
	margin: 0 auto 40px auto;
	padding: 300px 0;
	background-image: url("../img/top/head_img.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	
}
.home .head_img .lead {
	width: 501px;
	margin: auto;
}

.top_service {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto 55px auto;
	padding: 60px 0 50px 0 ;
	background-image: url("../img/top/service_back.jpg");
	background-repeat: no-repeat;
	background-position: top center;
}
.top_service_in {
	width: 790px;
	margin: auto;
	padding: 45px 50px;
	font-size: 16px;
	line-height: 28px;
	color: #fff;
	background-color: rgba(0,0,0,0.6)
}
.subtitle {
	font-size: 30px;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
	color: #4d4d4d;
	padding: 0 0 10px 0;
	background-image:url("../img/top/title.png");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100% 7px;
	display: inline-block;
	margin: 0 auto 45px auto
}
.top_service ul {
	width: 790px;
	margin: 30px auto 30px auto ;
	
}
.top_service li {
	width: 180px;
	margin:0 23px 20px 0 ;
	padding: 9px 0;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	color: #fff;
	background-color: rgba(0,0,0,0.6);
	display: block;
	float: left;
}
.top_service li:nth-child(3) {line-height: 18px; padding: 5px 0; }
.top_service li:nth-child(4) {margin:0 0 20px 0 ;}
.top_service li:nth-child(5) {margin:0 23px 20px 100px ;}

.top_service .lead {
	font-size: 37px;
	font-weight: bold;
	font-style: italic;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	line-height: 50px;
	text-align: center;
	color: #fff;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #fff;
	display: block;
	margin: 0 auto 25px auto
}
.top_service .bt a{
	width: 264px;
	font-size: 16px;
	line-height: 1em;
	text-align: center;
	color: #fff;
	padding: 23px 0;
	border-radius: 10px;
	margin:  40px auto 0 auto;
	background-color: rgba(0,115,255,1);
	display: block;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.top_service .bt a span {
	background-image: url("../img/top/arrow.png");
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 2em;
	display: inline-block;
}
.top_service .bt a:hover {
	background-color: rgba(0,115,255,0.7);
}

.top_maker {
	width: 1160px;
	margin: 0 auto 75px auto;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
}
.top_maker ul {
	width: 100%;
	margin: 40px auto 0 auto;
}
.top_maker li {
	width: 179px;
	margin: 0 17px 0 0;
	float: left;
}
.top_maker li:nth-last-child(1) {margin: 0 0 0 0;}


	/* clearfix */
.clearfix:after { content:"."; display:block; clear:both; height:0; visibility:hidden; }
.clearfix { display:inline-block; }

/* for macIE \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
	


.top_recruit {
	width: 100%;
	height: 520px;
	margin: 0 auto 50px auto;
	padding: 90px 0 0 0 ;
	background-image: url("../img/top/recruit_back.jpg");
	background-repeat: no-repeat;
	background-position: center;
	
}
.top_recruit_in {
	width: 1060px;
	margin: auto;
}
.top_recruit .subtitle {
	font-size: 30px;
	font-weight: bold;
	line-height: 50px;
	text-align: left;
	color: #fff;
	padding: 0 0 10px 0;
	background-image:url("../img/top/recruit_title.png");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100% 7px;
	display: inline-block;
	margin: 0 auto 45px auto
}
.top_recruit .text {
	width: 430px;
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	color: #fff;
	margin: 0 auto 0 0;
}
.top_recruit .text .lead {
	font-size: 37px;
	font-weight: bold;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-style: italic;
	line-height: 44px;
	letter-spacing: 0.09em;
	display: block;
	border-bottom: 1px solid #fff;
	padding-bottom: 30px;
	margin-bottom: 25px;
}
.top_recruit .bt a{
	width: 264px;
	font-size: 16px;
	line-height: 1em;
	text-align: center;
	color: #fff;
	padding: 23px 0;
	border-radius: 10px;
	margin:  30px auto 0 auto;
	background-color: rgba(51,51,51,1);
	display: block;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.top_recruit .bt a span {
	background-image: url("../img/top/arrow.png");
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 2em;
	display: inline-block;
}
.top_recruit .bt a:hover {
	background-color: rgba(51,51,51,0.7);
}

.top_comp {
	width: 1160px;
	margin: 0 auto 50px auto;
}
.top_comp .top_add {
	width: 530px;
	font-size: 18px;
	line-height: 31px;
	text-align: left;
	padding: 40px 0 0 0;
	float: left;
}
.top_comp .img {
	width: 580px;
	float: right;
}
.top_comp .bt a{
	width: 530px;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	color: #fff;
	padding: 27px 0;
	margin:  30px auto 0 auto;
	background-color: rgba(0,115,255,1);
	display: block;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.top_comp .bt a span {
	background-image: url("../img/top/mail.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 3em;
	display: inline-block;
}
.top_comp .bt a:hover {
	background-color: rgba(0,115,255,0.7);
}
.map {
	width: 1200px;
	height: 330px;
	margin: 0 auto 50px auto;
}
.map iframe {
	width: 100%;
	height: 100%;
}
.top_seo {
	width: 1050px;
	margin: 0 auto 75px auto;
	font-size: 17px;
	line-height: 26px;
	text-align: left;
	color: #4d4d4d;
}

/*　業務案内
----------------------------------------------------------*/
.service .page_title {
	background-image: url("../img/service/head_img.jpg");
}

#exterior {
	width: 1200px;
	margin: 0 auto 70px auto;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
}
#exterior ul {
	width: 100%;
	margin: 40px auto 0 auto;
}
#exterior li{
	width: 564px;
	float: left;
	margin: 0 72px 0 0;
}
#exterior li:nth-last-child(1) {margin: 0 0 0 0;}
#items {
	width: 1200px;
	margin: 0 auto 90px auto;
}
#items .title {
	font-size: 24px;
	padding: 0 0 10px 0;
	background-position: bottom center;
}
#items  ul {
	width: 100%;
	margin:  0 auto;
}
#items li{
	width: 266px;
	float: left;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	margin: 0 45px 20px 0;
}
#items li img {
	margin-bottom: 10px;
}
#items li:nth-child(4n) {margin: 0 0 0 0;}
#inaba {
	width: 1200px;
	margin: 0 auto 80px auto;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
}
#inaba .bnr {
	width: 950px;
	margin: 0 auto 30px auto;
}
#business {
	background-image: url("../img/service/sales_back1.jpg");
	background-repeat: no-repeat;
	background-position: center;
	padding: 170px 0 0 0;
	height: 495px;
	margin: 0 auto 55px auto;
}
.sales_in {
	width:1070px;
	margin: auto;
	font-size: 16px;
	line-height: 28px;
	text-align: left
}
.sales_in .lead {
	font-size: 30px;
	font-weight: bold;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-style: italic;
	line-height: 36px;
	margin-bottom: 40px;
}
#area {
	background-image: url("../img/service/sales_back2.jpg");
	background-repeat: no-repeat;
	background-position: center;
	padding: 215px 0 0 0;
	height: 450px;
	margin: 0 auto 80px auto;
}
#needs {
	width: 1200px;
	margin: 0 auto 125px auto;
}
#needs .title {
	font-size: 24px;
	padding: 0 0 10px 0;
	background-image: none;
}

#needs  ul {
	width: 100%;
	margin:  0 auto;
}
#needs li{
	width: 564px;
	float: left;
	margin: 0 72px 40px 0;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
}
#needs li:nth-child(2n) {margin: 0 0 40px 0;}
#needs li .img {
	width: 100%;
	position: relative;
	margin-bottom: 15px;
}
#needs li .board {
	width: 288px;
	height: 147px;
	font-size: 21px;
	font-weight: bold;
	line-height: 31px;
	text-align: center;
	letter-spacing: 0.34em;
	color: #fff;
	padding: 60px 0 0 0;
	border-radius: 26px 26px 26px 0;
	background-color: #0073ff;
	position: absolute;
	top:40px;
	right: 33px;
}
#needs li .board2 {
	width: 288px;
	height: 135px;
	font-size: 21px;
	font-weight: bold;
	line-height: 31px;
	text-align: center;
	letter-spacing: 0.34em;
	color: #fff;
	padding: 72px 0 0 0;
	border-radius: 26px 26px 26px 0;
	background-color: #0073ff;
	position: absolute;
	top:40px;
	right: 33px;
}
#needs li .bt a{
	width: 520px;
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	color: #333;
	padding: 35px 0;
	margin:  30px auto 0 auto;
	border: 1px solid #333;
	background-color: rgba(51,51,51,0);
	display: block;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
#needs li .bt a span {
	background-image: url("../img/service/arrow.png");
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 3em;
	display: inline-block;
}
#needs li .bt a:hover {
	background-color: rgba(51,51,51,0.2);
}
/*　会社案内
----------------------------------------------------------*/
.company .page_title {
	background-image: url("../img/company/head_img.jpg");
}
#greeting{
	width: 1200px;
	margin: 0 auto 125px auto;
	
}
#greeting .img {
	width: 368px;
	float: right;
}
#greeting .text {
	width: 740px;
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	padding-left: 20px;
	float: left;
}
#greeting .text .name {
	font-size: 24px;
	text-align: right;
	margin-top: 1em;
}
#greeting .text .name span {
	font-size: 16px;
	padding-right: 2em;
}
#profeile {
	width: 1200px;
	margin: 0 auto 125px auto;
	
}
#profeile table {
	width: 690px;
	margin: auto;
}
#profeile table th {
	width: 160px;
	font-size: 15px;
	line-height: 25px;
	text-align: left;
	font-weight: bold;
	vertical-align: top;
	padding: 12px 10px 12px 88px;
	border-bottom: 1px solid #231815;
}
#profeile table td {
	font-size: 15px;
	line-height: 25px;
	text-align: left;
	padding: 12px 10px 12px 0;
	border-bottom: 1px solid #231815;
}
#gallery {
	width: 1200px;
	margin: 0 auto 110px auto;
}
#gallery ul {
	width: 1160px;
	margin: 50px auto 0 auto;
}
#gallery li {
	width: 360px;
	float: left;
	margin: 0 40px 20px 0;
}
#gallery li:nth-child(3n) {margin: 0 0 20px 0;}

/*　採用情報
----------------------------------------------------------*/
.recruit .page_title {
	background-image: url("../img/recruit/head_img.jpg");
}

.recruit .head_img  {
	background-image: url("../img/recruit/lead_back.jpg");
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	padding: 260px 0 0 0; 
	height: 455px;
	margin: 0 auto 120px auto;
	font-size: 18px;
	line-height: 34px;
	text-align: center;
	color: #fff;
}
.recruit .head_img .lead {
	font-size: 51px;
	font-weight: bold;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-style: italic;
	line-height: 61px;
	letter-spacing: 0.09em;
	display: block;
	margin-bottom: 25px;
}
.recruit .subtitle {
	font-size: 51px;
	font-weight: bold;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-style: italic;
	line-height: 61px;
	letter-spacing: 0.09em;
	text-align: center;
	background-image: none;
}
#character {
	width: 1200px;
	margin: 0 auto ;
}
#character ul {
	width: 1160px;
	margin: 70px auto 150px auto;
}
#character li {
	width: 360px;
	float: left;
	margin: 0 40px 0 0;
	background-color: #0073ff;
	position: relative;
	padding: 100px 0 0 0;
	height: 260px;
}
#character li:nth-child(1) {
	padding: 80px 0 0 0;
	height: 280px;
}
#character li .lead {
	font-size: 28px;
	line-height: 36px;
	font-weight: bold;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	text-align: center;
	color: #fff;
	margin-bottom: 47px;
}
#character li:nth-child(1) .lead {
	margin-bottom: 32px;
}
#character li .text {
	width: 272px;
	margin: auto;
	font-size: 16px;
	line-height: 25px;
	text-align: left;
	color: #fff;
}
#character li:nth-last-child(1) {margin: 0 0 0 0;}
#character li .no {
	font-size: 82px;
	font-weight: bold;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-style: italic;
	line-height: 1em;
	text-align: left;
	color: #4d4d4d;
	position: absolute;
	left: -20px;
	top: -40px;
}
.slider_wrap {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto 165px auto;
	position: relative;
}
.slider {
	width: 1518px;
	position: absolute;
	left: calc(50% - 759px);
	top:0;
}
.slider li {
	margin: 0 3px;
}
#voice {
	width: 100%;
	margin: 0 auto 80px auto;
}
#voice li {
	width: 100%;
	max-width: 1920px;
	background-repeat: no-repeat;
	background-position: center;
	padding: 140px 0;
	margin-bottom: 25px;
	margin: auto;
}
#voice li .voice_in {
	width:  47.135vw;
	max-width: 905px;
	min-width: 500px;
	height: 200px;
	margin: 0 0 0 auto;
	padding: 0 0 30px 0;
	text-align: left;
	color: #fff;
	background-color: #0073ff;
	position: relative;
}
#voice li .voice_in .sect {
	width: 132px;
	font-size: 20px;
	line-height: 25px;
	text-align: center;
	color: #0073ff;
	background-color: #fff;
	padding: 13px 0;
}
#voice li .voice_in .lead {
	font-size: 20px;
	font-weight: bold;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-style: italic;
	line-height: 31px;
	text-align: left;
	color: #fff;
	letter-spacing: 0.18em;
	display: inline-block;
	margin: 20px auto 0 45px;
}
#voice li.staff_01  {
	background-image: url("../img/recruit/staff_01.jpg");
}
#voice li.staff_02 {
	background-image: url("../img/recruit/staff_02.jpg");
}
#voice li .voice_in .text {
	font-size: 18px;
	line-height: 25px;
	text-align: left;
	color: #ffff;
	margin: 10px auto 0 45px;
	
}
#voice li .voice_in .bt{
	width: 450px;
	font-size: 18px;
	line-height: 20px;
	text-align: right;
	color: #fff;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 180px;
}
#voice li .voice_in a{ 
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	
}
#voice li.on .voice_in:hover {opacity: 0.7;}
#yoko {
	width: 1160px;
	margin: 0 auto 115px auto;
}
#yoko ul {
	width: 1160px;
	padding: 75px 0 0 0;
	border-top: 1px solid #231815;
}
#yoko ul li {
	width: 520px;
	padding: 0 0 0 60px;
	float: left;
	
}
#yoko ul li img {
	width: 108px;
	float: left;
	margin: 0 40px 0 0;
}
#yoko ul li .text {
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	float: left;
}
#yoko ul li .sect {
	width: 112px;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	padding: 10px 0;
	color: #fff;
	background-color: #0042be;
	margin-bottom: 20px;
}
.recruit .foot_contact {
	background-color: #0073ff;
	padding: 100px 0;
	text-align: center;
	font-size: 20px;
	line-height: 40px;
	color: #fff;
	margin: 0 auto 45px auto;
}
.recruit .foot_contact .telno {
	width: 312px;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	margin: 20px auto;
}
#yoko table {
	width: 1160px;
	margin: 0 auto ;
}

#yoko table th {
	width: 230px;
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	vertical-align: top;
	color: #0073ff;
	padding: 16px 0;
	border-bottom: 1px solid #231815;
}
#yoko table td {
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	padding: 16px 10px;
	border-bottom: 1px solid #231815;
}

#faq {
	width: 1070px;
	margin: 0 auto 110px auto;
}
#faq li {
	width: 470px;
	text-align: left;
	font-size: 16px;
	line-height: 31px;
	display: flexbox;
	margin: 0 130px 50px 0;
	float: left;
}
#faq li:nth-child(2n) {margin: 0 0 50px 0;}
#faq li .quest {
	font-size: 20px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	line-height: 30px;
	padding: 0 0 10px 0;
	color: #0073ff;
	border-bottom: 1px solid #0042be;
	margin-bottom: 15px;
}
.faq_bt {
	width: 810px;
	margin: 0 auto 110px auto;
}
.faq_bt .bt a{
	width: 370px;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	color: #fff;
	padding: 50px 0;
	background-color: #0073ff;
	margin: 0 70px 0 0;
	display: block;
	float: left;
}
.faq_bt .bt:nth-child(2) a{margin: 0 0 0 0;}
.faq_bt .bt a span {
	padding-right: 2em;
	background-image: url("../img/recruit/arrow.png");
	background-repeat: no-repeat;
	background-position: right;
	display: inline-block;
}
.faq_bt .bt a:hover {opacity: 0.7;}
/* ===========横幅1920px以下================ */

@media screen and ( max-width: 1920px) {

}

/* ===========横幅767px以下================ */

@media screen and ( max-width: 767px) {


}
/* ===========横幅767px以下 横================ */

@media (orientation: landscape) and (max-width: 767px){

}

/* 追加*/

#yoko .bana_rec a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}


