/*------------------ header ----------------*/
#header{
	background:url(../images/bg_header.jpg) no-repeat;
	background-size:cover;
	padding:20px 0 0;
	text-align:center;
  width:1120px;
  margin:0 auto;

	}
#header div{
	width:1000px;
	overflow:hidden;
	margin:0 auto
}
#header div #logo{
	float:left;
}

#header div #headContact{
	float:right;
}

#header div #headContact a{
	margin-left:20px;
}

#nav{
	background:rgba(12,128,225,0.8);
	padding:10px 0;
	overflow:hidden;
	position:relative;
	z-index:100;
  width:1120px;
	margin: 20px auto 0;
}
#nav #gNavi{
	width:1000px;
	margin:0 auto;
	border-right:1px solid #fff;
	display: flex;
	display: -webkit-flex;
   display: -ms-flex;
}
#nav #gNavi li{
	border-left:1px solid #fff;
	font-weight:bold;
	flex: 1;
}

#nav #gNavi li a{
	color:#fff;
}

.menu{
  display: none;
}



/*------------------ footer ----------------*/
.contactArea{
	background:#b6e3ff url(../images/bg_contact.png);
	display: flex;
	display: -webkit-flex;
   display: -ms-flex;
	justify-content: center;
   align-items: center;
   width:1120px;
   margin:0 auto;
}

.contactArea h2{
	background:#000;
}

.contactArea p{
	flex:3
}
.contactArea p a img{
	padding:14px;
}

#footer{
	background:url(../images/bg_footer.png) repeat-x top;
	padding:40px 0 20px 0;
	border-bottom:3px solid #434343;
	 width:1120px;
	 margin:0 auto;
}

#footer .inner{
	width:1000px;
	margin:0 auto;
	display: flex;
	display: -webkit-flex;
    display: -ms-flex;
}
#footer .companyBox{
	flex: 2.5;
}

#footer .companyBox h2{
	font-size:20px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin-bottom:10px;
}

#footer ul:nth-child(2),
#footer ul:nth-child(3){
	margin-right:60px;
}

#footer ul li::before{
	content:url(../images/ic_foot_nav.png);
}
#footer ul li{
	margin-bottom:8px;
	font-size:12px;
}
#footer ul li a{
	margin-left:14px;
color:#666666;
}

.copy {
	width:1000px;
	display:block;
	margin:0 auto;
}
.copy small{
	color:#888888;
	text-align:right;
}

/*------------------ contents ----------------*/
#contents{
	position:relative;

}

#pageTop{
	position:fixed;
	z-index:300;
	right:10px;
	bottom:10px;
}

/*----top---*/

.mainImg{
	position:relative;
	z-index:0;
	margin-top:-40px;
	width:1000px;
	margin:0 auto;
}
.mainImg img{
	width:100%;
}


.catch{
	width:1000px;
	display: flex;
	display: -webkit-flex;
    display: -ms-flex;
	justify-content: space-between;
	margin:30px auto;
}

.catch p{margin:0 5px;
}

.bnrArea{
	background:#eeeeee;
	padding:30px 0;
	text-align:center;
}

.bnrArea ul{
		display: flex;
	display: -webkit-flex;
    display: -ms-flex;
    flex-direction: row;
    flex-wrap: wrap;
	width:1000px;
	margin:0 auto;
}

.bnrArea ul li{
	margin:0 10px 20px;
}

.newsArea{
	display: flex;
	display: -webkit-flex;
    display: -ms-flex;
	width:1000px;
	margin:45px auto;
}

.newsArea .newsBox{
  flex: 2;
}

.newsArea .newsBox h2{
	background:url(../images/top/top_bg_news.png) no-repeat;
	padding:20px 0;
}

.newsArea .newsBox dl{
	display: flex;
	display: -webkit-flex;
    display: -ms-flex;
	 flex-wrap: wrap;
}

.newsArea .newsBox dl dt{
	width:7em;
border-bottom:1px dotted;
	padding:15px 0
}

.newsArea .newsBox dl dt::before{
	content:"■";
	color:#c49f59;
	font-size:10px;
}

.newsArea .newsBox dl dd{
	width: calc(92% - 7em);
	border-bottom:1px dotted;
	padding:15px 0 15px 15px
}

.jireiArea{
	background:#f9eed8;
	text-align:center;
	padding-top:50px;
	margin-bottom:20px;

}

.jireiArea h2{
	font-size:20px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin-bottom:15px;
	}
	
.jireiArea ul{
	display: flex;
	display: -webkit-flex;
    display: -ms-flex;
	    justify-content: center;
    align-items: center; 
}

.jireiArea ul li{

	border-left:1px solid #fff;
	position:relative;
	
}

.jireiArea ul li span{
	display:block;
	position:absolute;
	bottom:0;
	background:rgba(0,0,0,0.70);
	text-align:center;
	padding:18px 0;
	width:100%;
}

.jireiArea ul li a span{
	color:#fff;
}


/* common
---------------------------------------------------------------------------- */
.breads{
  width: 1000px;
  margin: 0 auto;
}

.breads ul{
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  padding: 9px 0 8px;
}
.breads ul li{
  font-size: 12px;
  margin-right: 11px;
}
.breads ul li::after{
  content: ">";
  padding-left: 11px;
}
.breads ul li:last-child::after{
  content: none;
}
.pgs .mainImg{
	   width:1120px;
	height: 230px;
	margin: 0 auto 50px;
	border-top: 1px solid #bdd7ec;
 	border-bottom: 1px solid #bdd7ec;
}
.pgs .ttlArea{
	width: 1000px;
	height: 100%;
	margin: 0 auto;
}
.pgs .ttlArea h1{
	background: #FFF;
	width: 29%;
	height: 100%;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	align-items: center; 
}
.pgs .ttlArea h1 > span{
   font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 34px;
}
.pgs .ttlArea h1 span span{
	display: inherit;
	font-size: 14px;
	font-family: Arial,"Arial Black","ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro, "游ゴシック", YuGothic, "メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

.contentsInner{
	width: 1120px;
	margin: 0 auto;
	padding-bottom: 30px;
}
.contentsInner h2{	
   font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 26px;
}
.contentsInner .innerBox{
	width: 90%;
	margin: 0 auto;
}
h2.commonTi{
	background: url( ../images/bg_h2.png) no-repeat left bottom;
	background-size: cover;	
	padding:20px 5% 45px 5%;
}
.flexBox{
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
}

/* company
---------------------------------------------------------------------------- */
#company .mainImg{
	background: url(../images/company/mainimg_company.jpg) no-repeat right top;	
	background-size: 72% auto;
}
#company #concept,
#company #appeal{
  margin: 0 auto 30px auto;
}
.greeting{
  width: 785px;
  margin: 0 auto 65px auto;
}
.greeting h2{
  border-bottom: 1px dotted #000000;
  margin: 0 0 25px 0;
  padding: 0 0 12px 0;
  font-size: 26px;
  text-align: center;
}
.greeting p{
  font-size: 16px;
  text-align: center;
}
.greeting .presidentName{
  margin-top: 20px;
  text-align: right;
}
.greeting .presidentName span{
  font-size: 18px;
}

#concept dl{
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
}
#concept dd{
  background: #f9f9f9;
  width: 544px;
  padding: 50px 70px 0 50px;
}
#concept dd ul{
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
  justify-content: space-between;
  margin: 0 0 18px 0;
}
#concept dd p{
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

#appeal dl{
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
}
#appeal dd{
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #fcf6ea;
  width: 564px;
  padding: 0 50px;
}
#appeal dd p{
  font-size: 16px;
}

.companyTable{
	margin-bottom: 35px;
}
.companyTable table{
	border:1px solid #cccccc;
}
.companyTable th{
	width: 20%;
	padding: 1rem 1rem 1rem 1.5rem;
	background: #f6f6f6;
	border-bottom:1px solid #cccccc;
	vertical-align: middle;
	font-weight: normal;
}
.companyTable td{
	padding: 1rem 1rem 1rem 1.5rem;
	border-bottom:1px solid #cccccc;
	vertical-align: middle;
}
.companyTable td.bdDash{
	border-bottom:1px dashed #cccccc;
}


/* faq
---------------------------------------------------------------------------- */
#faq .mainImg{
	background: url(../images/faq/mainimg_faq.jpg) no-repeat right top;	
	background-size: 72% auto;
}
#faq .ashiba > div{
	margin: 0 auto 3em;
	padding: 2em 0;
	background: #f8f5f5;
}

.ashiba ul{
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	justify-content: space-between;
	padding: 1.5em 3.2% 0;
}
.ashiba ul li{
	min-width: 48%;
}
.ashiba ul li img{
	width: 100%;
}
.ashiba ul:last-child{
	flex-wrap: wrap;
}
.ashiba ul:last-child li:nth-child(3){
	width: 100%;
	margin-top: 1.5em;
}
.ashiba p{
	padding: 0.5em 3.2%;
}
.ashiba p.note{
	font-size: 0.9em;
}

#QA dt{
	background: url(../images/faq/txt_faq_Q.png) no-repeat left center;
	background-size: 4% auto;
	margin: 0 0 1em;
	padding: 0.7em 0 0.3em 6%;
	font-size: 20px;
	font-weight: bold;
}
#QA dd{
	background: url(../images/faq/txt_faq_A.png) no-repeat left top;
	background-size: 4% auto;
	margin: 0 0 1.4em;
	padding: 0.5em 0 1.4em 6%;
	border-bottom: 1px dotted #CCC;
}
#QA dl dd:last-child{
	border-bottom: none;
}

#qaFlow{
	margin: 30px 0 35px;
}
#qaFlow h2{
	background: #ededed;
	padding: 0.8em 0;
	text-align: center;
}
#qaFlow ul{
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	padding: 1em 3%;
	background: #f9f9f9;
}
#qaFlow li{
	flex: 6;
}
#qaFlow li img{
	display: block;
	background: url(../images/faq/ic_faq_flow-arrow.png) no-repeat right center;
	padding: 0 1.6em 1em 0;
}
#qaFlow li:last-child img{
	background: none;
	padding: 0 0 1em 0;
}
#qaFlow li p{
	padding: 0 1.6em 1em 0;
}


/* recruit
---------------------------------------------------------------------------- */
#recruit .mainImg{
	background: url(../images/recruit/recruit_mainimg.jpg) no-repeat right top;	
	background-size: 72% auto;
}
#recruit .contents{
}


/* 
---------------------------------------------------------------------------- */
#jirei .mainImg{
	background: url(../images/jirei/jire1_mainimg.jpg) no-repeat right top;	
	background-size: 72% auto;
}
#jirei .contentsInner h2{
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	align-items: center;
	
	border:2px solid #000000;
	margin: 0 0 1.8em;
	
	color: #000;
}
#jirei .contentsInner h2 span{
	background: #000;
	margin: 0 1.4em 0 0;
	padding: 0.5em 1em;
	color: #FFF;
	font-family: Arial,"Arial Black","ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro, "游ゴシック", YuGothic, "メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	text-align: center;
	font-weight: normal;
	font-size: 22px;
}
#jirei .photoArea{
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
}
#jirei .photoArea .photo{
	width: 65%;
	margin: 0 3% 0 0;
}
#jirei .photoArea .photo img{
	width: 100%;
}
#jirei .photoArea .txt{
	width: 32%;
}
#jirei .otherPhoto{
	background: #f8f5f5;
	padding: 2em 5%;
	margin: 2em 0 0 0;
	
}
#jirei .otherPhoto ul{
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	justify-content: space-between;
}
#jirei .otherPhoto li{
	background: #FFF;
}
#jirei .otherPhoto li p{
	padding: 0.6em 0.3em;
}
#jirei .pager{
	padding: 40px 0 35px;
}
#jirei .pager ul{
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	justify-content: center; 
}
#jirei .pager ul li{
	width: 9.4em;
}
#jirei .pager ul li a{
	color: #000;
}
#jirei .pager ul li.prev{
	border-right: 1px solid #cccccc;
}	
#jirei .pager ul li.next:first-of-type{
	border-left: 1px solid #cccccc;
}
#jirei .pager ul li.prev a{
	padding: 0 3em 0 0;
	color: #000;
}
#jirei .pager ul li.gray a{
	color: #999;
}
#jirei .pager ul li.prev a::before{
	content: "<";
	margin: 0 1.5em 0 0;
}
#jirei .pager ul li.next{
}
#jirei .pager ul li.next a{
	padding: 0 0 0 3em;
}
#jirei .pager ul li.next a::after{
	content: ">";
	margin: 0 0 0 1.5em;
}

/*----------------------------------------------
              contact
---------------------------------------------*/
.formList{
	overflow:hidden;
	width:750px;
	margin:20px auto;
}
.formList dt{
	float:left;
	width:200px;
}
.formList dt span{
	margin:0 0 0 5px;
	color:#D80000;
}
.formList dd{
	border-bottom:1px #E1E1E1 dotted;
	padding:5px 0 10px 200px;
	margin:0 0 8px 0;
}
.formList textarea{
}

input.wpcf7c-conf,
textarea.wpcf7c-conf,
select.wpcf7c-conf{
    border:0;
    padding:0;
    background:#fff;
}

.formBtn{
	padding:0 0 30px 0;
	text-align:center;
}
.formBtn input{
	padding:10px 20px;
	margin:0 10px;
}
.formList .zip01{
	width:80px;
}
.formList .zip02{
	width:150px;
}
.formList .tel{
	width:80px;
}

/*----------------------------------------------
              privacy
---------------------------------------------*/
#privacy .contentsInner h3 {
    
    padding: 0 0 0 15px;
    margin: 20px 0 5px 0;
    font-size: 15px;
}
#privacy .contentsInner h3::before{
	content:"■";
	font-size:12px;
	color:#146DC0;
}
#privacy .contentsInner p {
    font-size: 13px;
	padding-left:20px;
}
#privacy #contents ul{
	margin:5px 0 0 15px;
}







@media screen and (max-width: 720px) {
/*------------------ header ----------------*/
body{
  padding-top: 68px !important;
}
#header{
  position: fixed;
  top: 0;
  left: 0;
  width: 92%;
  margin: 0 auto;
	padding: 20px 4%;
  height: 28px;
  z-index: 200;
}
#header div{
	width: 100%;
	margin:0 auto
}
#header div #logo{
  width: 210px;
}

#header div #headContact{
	display: none;
}

#nav{
  position: absolute;
  top: 69px;
  left: 0;
  display: none;
	padding: 0;
  width: 100%;
	margin:0 auto;
}
#nav #gNavi{
	width: 100%;
	margin: 0 auto;
	border: none;
	display: block;
}
#nav #gNavi li{
  border-bottom: 1px solid #ffffff;
	border-left: none;
  padding: 10px 0;
}

#nav #gNavi li a{
	color:#fff;
}

.btn_hamburger {
  position: absolute;
  top: 20px;
  right: 4%;
  width: 40px;
}
.btn_hamburger a {
  position: relative;
  display: block;
  height: 30px;
  -webkit-transition: all .4s;
  transition: all .4s;
  box-sizing: border-box;
}
.btn_hamburger span {
  position: absolute;
  display: inline-block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #161b1d;
  border-radius: 2px;
  -webkit-transition: all .4s;
  transition: all .4s;
  box-sizing: border-box;
}
.btn_hamburger span:nth-of-type(1) {
  top: 0;
}
.btn_hamburger span:nth-of-type(2) {
  top: 14px;
}
.btn_hamburger span:nth-of-type(3) {
  bottom: 0;
}
.btn_hamburger span:nth-of-type(2)::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #161b1d;
  border-radius: 2px;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.btn_hamburger.active span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.btn_hamburger.active span:nth-of-type(2)::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.btn_hamburger.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) scale(0);
  -ms-transform: translateY(20px) scale(0);
  transform: translateY(20px) scale(0);
}
.btn_hamburger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) scale(0);
  -ms-transform: translateY(-20px) scale(0);
  transform: translateY(-20px) scale(0);
}
  
/*------------------ footer ----------------*/
.contactArea{
  background:#b6e3ff url(../images/bg_contact.png);
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin:0 auto;
}

.contactArea h2{
  flex: 0 0 50%;
}

.contactArea p{
	flex: 1;
}
.contactArea p a img{
	padding: 7px;
}

#footer{
  background:url(../images/bg_footer.png) repeat-x top;
  padding:20px 0 10px 0;
  border-bottom:3px solid #434343;
  width: 100%;
  margin:0 auto;
}

#footer .inner{
	width: 96%;
	margin:0 auto;
  -webkit-justify-content: space-between;/*--- safari（PC）用 ---*/
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .companyBox{
	flex: 0 0 100%;
  padding: 0 2%;
}

#footer .companyBox h2{
  font-size: 18px;
	margin-bottom: 5px;
}
#footer .companyBox p{
  font-size: 12px;
	margin-bottom: 5px;
}

#footer ul:nth-child(2),
#footer ul:nth-child(3){
	margin-right: 0px;
}

#footer ul li::before{
	content:url(../images/ic_foot_nav.png);
}
#footer ul li{
	margin-bottom:5px;
	font-size: 10px;
}
#footer ul li a{
	margin-left: 5px;
  color:#666666;
}

.copy {
	display:block;
	width: 100%;
	margin:0 auto;
  font-size: 10px;
}

/*------------------ contents ----------------*/
#contents{
	position:relative;
}

/*----top---*/
.mainImg{
	margin-top: 0;
	width: 100%;
}

.catch{
  display: block;
	width: 96%;
	margin: 15px auto;
}

.catch p{margin:0 5px;
}

.bnrArea{
	padding: 15px 0;
}

.bnrArea ul{
	width: 92%;
	margin:0 auto;
}
.bnrArea ul li:last-child{
	margin-bottom: 0;
}

.newsArea{
  display: block;
	width: 100%;
	margin: 20px auto;
}

.newsArea .newsBox{
  width: 100%;
  margin: 0 auto 15px auto;
}

.newsArea .newsBox h2{
	background:url(../images/top/top_bg_news.png) no-repeat;
  background-size: 100% auto;
	padding: 10px 0 10px 2%;
}

.newsArea .newsBox dl{
  width: 96%;
  margin: 0 auto;
}

.newsArea .newsBox dl dt{
	width: 6.5em;
  border-bottom:1px dotted;
	padding: 10px 0
}

.newsArea .newsBox dl dd{
	width:calc(95% - 6.5em);
	border-bottom:1px dotted;
	padding:10px 0 10px 15px
}

.recruitBtn{
  width: 92%;
  margin: 0 auto;
  text-align: center;
}
  
.jireiArea{
	padding-top: 25px;
	margin-bottom: 10px;
}
	
.jireiArea ul{
  -webkit-box-pack: justify;/*--- Androidブラウザ用 ---*/
  -ms-flex-pack: justify;/*--- IE10 ---*/
  -webkit-justify-content: space-between;/*--- safari（PC）用 ---*/
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 96%;
  margin: 0 auto;
}

.jireiArea ul li{
  flex: 0 0 49%;
	border-left: none;
  margin-bottom: 5px;
}

.jireiArea ul li span{
	padding: 9px 2%;
	width:96%;
  font-size: 10px;
}


/* common
---------------------------------------------------------------------------- */
.spOnly,
.iosOnly{
	display: block;
}
  
.breads{
  width: 96%;
  margin: 0 auto;
}
.breads ul li{
  font-size: 10px;
}

.pgs .mainImg{
  width: 100%;
	height: auto;
	margin: 0 auto 25px;
  padding-bottom: calc(230 / 711 * 100%);
}

.pgs .ttlArea{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.pgs .ttlArea h1{
  display: block;
	background: #FFF;
	width: 100%;
	height: auto;
  padding: 20px 0;
  text-align: center;
}
.pgs .ttlArea h1 > span{
  font-size: 18px;
}
.pgs .ttlArea h1 span span{
	display: inherit;
	font-size: 10px;
	font-family: Arial,"Arial Black","ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro, "游ゴシック", YuGothic, "メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

.contentsInner{
	width: 100%;
	margin: 0 auto;
	padding-bottom: 30px;
}
.contentsInner h2{	
   font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 16px;
}
.contentsInner .innerBox{
	width: 90%;
	margin: 0 auto;
}
h2.commonTi{
	background: url( ../images/bg_h2.png) no-repeat left bottom;
	background-size: cover;	
	padding:20px 5% 45px 5%;
}

/* company
---------------------------------------------------------------------------- */
#company .mainImg{
	background: url(../images/company/mainimg_company.jpg) no-repeat right bottom;	
	background-size: 100% auto;
}
#company #concept,
#company #appeal{
  margin: 0 auto 15px auto;
}
.greeting{
  width: 96%;
  margin: 0 auto 32px auto;
}
.greeting h2{
  margin: 0 0 12px 0;
  padding: 0 0 6px 0;
  font-size: 15px;
}
.greeting p{
  font-size: 10px;
  text-align: center;
}
.greeting .presidentName{
  margin-top: 10px;
  text-align: right;
}
.greeting .presidentName span{
  font-size: 15px;
}

#concept dl{
  display: block;
  text-align: center;
}
#concept dd{
  background: #f9f9f9;
  width: 100%;
  padding: 25px 2%;
}
#concept dd ul{
	display: block;
  margin: 0;
}
#concept dd ul li{
  margin: 0 0 10px;
}
#concept dd p{
  font-size: 14px;
}

#appeal dl{
  -webkit-justify-content: center;/*--- safari（PC）用 ---*/
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#appeal dd{
  width: 100%;
  padding: 15px 4%;
}
#appeal dd p{
  font-size: 12px;
}
.companyTable{
	margin-bottom: 17px;
}
.companyTable table{
	border:1px solid #cccccc;
  width: 96%;
  margin: 0 auto;
}
.companyTable th{
	width: 20%;
	padding: 10px 0;
  font-size: 10px;
  text-align: center;
}
.companyTable td{
	padding: 5px 4%;
	font-size: 10px;
}
.companyTable dl{
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.companyTable dl dt,
.companyTable dl dd{
  font-size: 10px;

}
.companyTable td iframe{
  width: 100%;
  height: 200px;
  margin-top: 10px;
}


/* faq
---------------------------------------------------------------------------- */
#faq .mainImg{
	background: url(../images/faq/mainimg_faq.jpg) no-repeat center bottom;	
	background-size: 100% auto;
}
#faq .ashiba > div{
	margin: 0 auto 3em;
	padding: 2em 0;
	background: #f8f5f5;
}

.ashiba ul{
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	justify-content: space-between;
	padding: 1.5em 3.2% 0;
}
.ashiba ul li{
	min-width: 48%;
}
.ashiba ul li img{
	width: 100%;
}
.ashiba ul:last-child{
	flex-wrap: wrap;
}
.ashiba ul:last-child li:nth-child(3){
	width: 100%;
	margin-top: 1.5em;
}
.ashiba p{
	padding: 0.5em 3.2%;
}
.ashiba p.note{
	font-size: 0.9em;
}

#QA dt{
	background: url(../images/faq/txt_faq_Q.png) no-repeat left center;
	background-size: 4% auto;
	margin: 0 0 1em;
	padding: 0.7em 0 0.3em 6%;
	font-size: 20px;
	font-weight: bold;
}
#QA dd{
	background: url(../images/faq/txt_faq_A.png) no-repeat left top;
	background-size: 4% auto;
	margin: 0 0 1.4em;
	padding: 0.5em 0 1.4em 6%;
	border-bottom: 1px dotted #CCC;
}
#QA dl dd:last-child{
	border-bottom: none;
}

#qaFlow{
	margin: 30px 0 35px;
}
#qaFlow h2{
	background: #ededed;
	padding: 0.8em 0;
	text-align: center;
}
#qaFlow ul{
  display: block;
	padding: 1em 3%;
	background: #f9f9f9;
}
#qaFlow li{
	flex: 6;
}
#qaFlow li img{
	display: block;
	background: url(../images/faq/ic_faq_flow-arrow.png) no-repeat right center;
	padding: 0 1.6em 1em 0;
}
#qaFlow li:last-child img{
	background: none;
	padding: 0 0 1em 0;
}
#qaFlow li p{
	padding: 0 1.6em 1em 0;
}


/* recruit
---------------------------------------------------------------------------- */
#recruit .mainImg{
	background: url(../images/recruit/recruit_mainimg.jpg) no-repeat right bottom;	
	background-size: 100% auto;
}
#recruit .contents{
}


/* 
---------------------------------------------------------------------------- */
#jirei .mainImg{
	background: url(../images/jirei/jire1_mainimg.jpg) no-repeat right bottom;	
	background-size: 100% auto;
}
#jirei .contentsInner h2{
  margin: 0 5% 15px;
  padding-right: 2%;
  font-size: 14px;
}
#jirei .contentsInner h2 span{
	margin: 0 3% 0 0;
	padding: 5px 1em;
	font-size: 16px;
}
#jirei .photoArea{
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#jirei .photoArea .photo{
	width: 100%;
	margin: 0 0 10px;
}
#jirei .photoArea .photo img{
	width: 100%;
}
#jirei .photoArea .txt{
	width: 100%;
  font-size: 12px;
}
#jirei .otherPhoto{
	background: #f8f5f5;
	padding: 2em 5%;
	margin: 2em 0 0 0;
	
}
#jirei .otherPhoto ul{
	display: block;
  background: #ffffff;
}
#jirei .otherPhoto li{
	background: #FFF;
  margin-bottom: 5px;
  text-align: center;
}
#jirei .otherPhoto li p{
	padding: 7px 6%;
}
#jirei .pager{
	padding: 40px 0 35px;
}
#jirei .pager ul{
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	justify-content: center; 
}
#jirei .pager ul li{
	width: 9.4em;
}
#jirei .pager ul li a{
	color: #000;
}
#jirei .pager ul li.prev{
	border-right: 1px solid #cccccc;
}	
#jirei .pager ul li.next:first-of-type{
	border-left: 1px solid #cccccc;
}
#jirei .pager ul li.prev a{
	padding: 0 3em 0 0;
	color: #000;
}
#jirei .pager ul li.gray a{
	color: #999;
}
#jirei .pager ul li.prev a::before{
	content: "<";
	margin: 0 1.5em 0 0;
}
#jirei .pager ul li.next{
}
#jirei .pager ul li.next a{
	padding: 0 0 0 3em;
}
#jirei .pager ul li.next a::after{
	content: ">";
	margin: 0 0 0 1.5em;
}

/*----------------------------------------------
              contact
---------------------------------------------*/
.formList{
	width: 96%;
	margin:20px auto;
}
.formList dt{
	float: none;
}
.formList dd{
	border-bottom:1px #E1E1E1 dotted;
	padding:5px 0 10px 0;
	margin:0 0 8px 0;
}
.formList textarea{
}

input.wpcf7c-conf,
textarea.wpcf7c-conf,
select.wpcf7c-conf{
    border:0;
    padding:0;
    background:#fff;
}

.formBtn{
	padding:0 0 15px 0;
	text-align:center;
}
.formBtn input{
	padding: 10px 20px;
	margin: 0 10px 10px;
}

/*----------------------------------------------
              privacy
---------------------------------------------*/
#privacy .contentsInner h3 {
  padding: 0 0 0 15px;
  margin: 10px 0 5px 0;
  font-size: 15px;
}
#privacy .contentsInner p {
  font-size: 10px;
}
#privacy .contentsInner ul{
	margin:5px 0 0 15px;
}
#privacy .contentsInner ul li{
	font-size: 10px;
}
  
}