@charset "utf-8";
/*
Theme Name: ユニバーサル建設
Theme URL: https://www.univ-const.co.jp/
Description: 株式会社ユニバーサル建設のテーマです。
Author: エイジェック広報部
License: Copyright AGEKKE GROUP All Rights Reserved.
*/

/* ======================================================
/*               ++ DEFAULT ++
   ====================================================== 
/* ------ ++ Reset CSS  ++ ------ */
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, address, del, em, img,
small, strong, sub, i,
dl, dt, dd, ol, ul, li, form, label, 
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figcaption, figure, 
footer, header, menu, nav, section, time, mark, audio, video {
	background: transparent;
	border: 0;
	font-size: 100%;
	letter-spacing: 0.5px;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
body {line-height: 1;}
article,aside,details,figcaption,figure,
footer,header,menu,nav,section {display: block;}
nav, ul {list-style: none;}
a {
	background: transparent;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
del {text-decoration: line-through;} 
table {
	border-collapse:collapse;
	border-spacing:0;
}
hr {
	border: 0;   
	border-top: 1px solid #cccccc;
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
}
img {
	height: auto;
	max-width: 100%;
	max-height: 100%;
	vertical-align: bottom;
}
input, select {vertical-align: middle;}

/* ------ ++ BASE LAYOUT ++ ------ */
.c-fix:after {
	clear: both;
	content: " ";
	display: block;
}

.left {float: left;}
.right {float: right;}
.center {text-align: center;}
.clear {clear: both;}

.sp-only {display: none;}

@media screen and (max-width:640px) {
	.pc-only {display: none;}
	.sp-only {display: block;}
}
.mt_15 {
	margin-top: 15px;
}
.paragraph {
    margin-top: 20px;
}
/* --------------------------------------------------- 改行 */
span.p-br {
	display: block;
}
span.m-br {
	display: inline;
}
@media screen and (max-width: 767px) {
	span.p-br {
		display: inline;
	}
		span.m-br {
		display: block;
	}
}
/* ======================================================
/*               ++ STYLE ++
   ====================================================== */
html,body {
	color: #333333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic";
	font-size: 14px;
	line-height: 1.5;
	text-align: justify; /*文字右端揃え*/
	text-justify: inter-ideograph;
	width: 100%;
	height: 100%;
	}
.blockInner {
	margin: 0 auto;
	width: 1024px;
	}
a {
	color: #333333;
	text-decoration: none;
	}
p.more {text-align: right;}
p.more a:hover {text-decoration: underline;}

h2 {text-align: center;}
h4 {font-size: 16px;}

#content {
	margin: 0 auto 50px;
	width: 1024px;
	}
@media screen and (max-width: 1024px) {
	.blockInner {width: auto;}
	#content {width: 90%;}
}

@media screen and (max-width: 640px) {
	#container {margin-top: 55px;}
	.blockInner {width: auto;}
}
@media screen and (min-width:740px) {
.only-mov {
  display: none;
}
}

@media screen and (max-width:739px) {
.only-mov {
  display: block;
}
}
/* ======================================================
/*            ++ HEADER & GLOBAL NAVIGATION ++
   ====================================================== */
#header {
	background: #FFFFFF;
	width: 100%;
	}
#header .logo {
	margin-top: 20px;
	text-align: center;
	}
.logo img {max-width: 220px;}
#menuBtn {display: none;}

/*----- グローバルナビ -----*/
#globalNav {
	background: rgba(255,255,255,0.8);
	width: 100%;
	}
#globalNav ul {
	margin: 20px auto;
	letter-spacing: -0.4em; /* 文字間を詰めて隙間を削除する */
	width: 1024px;
	}
#globalNav li {
	border-right: 1px solid #aaaaaa;
	display: inline-block;
	font-size: 12px;
	letter-spacing: normal; /* 文字間を通常に戻す */
	text-align: center;
	width: 16.5%;
	}
#globalNav li:first-child {border-left: 1px solid #aaaaaa;}
#globalNav li a {
	border-bottom: 2px solid transparent;
	color: #333333;
	display: inline-block;
	padding: 5px 0 10px;
	position: relative;
	text-decoration: none;
	transition: 0.3s;
	}
#globalNav li a span {
	display: block;
	font-size: 16px;
	padding-top: 5px;
	}
#globalNav li a:after {
	background-color: #cccccc;
	content: '';
	height: 1px;
	position: absolute;
	  bottom: 0;
	    left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	transition: .3s;
	width: 0;
	}
#globalNav li a:hover:after {width: 100%;}
#globalNav li a.current {border-bottom: 1px solid  #44baff;}
#globalNav li a.current:after {background-color: transparent;}
#globalNav.fixed {
	position: fixed;
	    left: 0;
	     top: 0;
	 z-index: 5;
	}
@media screen and (max-width: 1024px) {
	#globalNav ul {width: 90%;}
}
@media screen and (max-width: 768px) {
	#globalNav.fixed {position: static;}
	#globalNav li a span {font-size: 14px;}
}
@media screen and (max-width: 640px) {
	#header {
		background: none;
		position: fixed;
		     top: 0;
		 z-index: 9999;
		width: 100%;
		background-color:#fff;
		}
	#header .logo {
    float: left;
    margin: 0;
    /*width: 48%;*/
}
	#header .logo a {display: block;}
		.logo img {max-width: 100%;}
	#header .blockInner {
		/*background: #FFFFFF;*/
		padding: 10px;
	}

	#menuBtn {
		display: block;
		float: right;
		width: 35px;
	}

	#globalNav ul {
		margin: 0;
		width: auto;
	}
	#globalNav li {
		border: none;
		font-size: 14px;
		width: 50%;
	}
	#globalNav li:first-child {border-left: none;}
	#globalNav li a,
	#globalNav li a.current {
		background: none;
		border: none;
	}
	#globalNav li a {
		display: block;
		padding: 15px 0;
	}
	#globalNav li a:hover {background: #cee8ff;}
	#globalNav li a:after {background: transparent;}
	#globalNav li a span {display: none;}
	#globalNav.fixed {position: static;}
}

/* ======================================================
/*               ++ PAGE HEAD BLOCK ++
   ====================================================== */
/*----- ページヘッダー -----*/
#pageHeader h2 {
    color: #ffffff;
    font-size: 30px;
    letter-spacing: 5px;
    padding: 100px 0;
    filter: drop-shadow(0px 0px 5px #333);
}
.news #pageHeader {
	background: url(common/img/pageheader_news.jpg) center center no-repeat;;
	background-size: cover;
	}
.service #pageHeader {
	background: url(common/img/pageheader_service.jpg) center center no-repeat;
	background-size: cover;
	}
.works #pageHeader,
.tax-works_category #pageHeader {
	background: url(common/img/pageheader_works.jpg) center center no-repeat;
	background-size: cover;
	}
.corporate #pageHeader  {
	background: url(common/img/pageheader_corporate02.jpg) center center no-repeat;
	background-size: cover;
	}
.recruit #pageHeader,
.career #pageHeader {
	background: url(common/img/pageheader_service2.jpg) center center no-repeat;
	background-size: cover;
	}
.contact #pageHeader {
	background: url(common/img/pageheader_contact.jpg) center center no-repeat;
	background-size: cover;
	}
.contact-2 #pageHeader {
	background: url(common/img/pageheader_contact.jpg) center center no-repeat;
	background-size: cover;
	}
.about #pageHeader {
	background: url(common/img/pageheader_about.jpg) center center no-repeat;
	background-size: cover;
	}
.about #pageHeader {
	background: url(common/img/pageheader_about.jpg) center center no-repeat;
	background-size: cover;
	}
.error404 #pageHeader {
	background: url(common/img/pageheader_service2.jpg) center center no-repeat;
	background-size: cover;
	}

/*----- パンくず -----*/
#bread ul {
	margin: 20px auto;
	width: 1024px;
	}
#bread li {display: inline-block;}
#bread li a:hover {text-decoration: underline;}

/*----- ページナビゲーション -----*/
#pageNav {
	border-top: 1px solid #cee8ff;
	border-bottom: 1px solid #cee8ff;
	margin-bottom: 50px;
	}
#pageNav ul {
	letter-spacing: -0.4em; /* 文字間を詰めて隙間を削除する */
	margin: 0 auto;
	text-align: center;
	width: 1024px;
	}
#pageNav li {
	border-right: 1px solid #cee8ff;
	display: inline-block;
	letter-spacing: normal; /* 文字間を通常に戻す */
	text-align: left;
	vertical-align: bottom;
	width: 14.17%;
	}
#pageNav li:first-child {border-left: 1px solid #cee8ff;}

#pageNav li a {
	display: block;
	font-size: 12px;
	padding: 50px 10px 10px;
	}
/*ページナビ内の文字が2行の場合*/
#pageNav li.line-2 a {padding-top: calc(50px - 18px);} /*liのpadding-top - 1行分のline-height*/

#pageNav li a:hover {background: #D6ECFF;}
#pageNav li a.current {background: #a2d1f9;}
.service-child #pageNav li {
	width: 12.3%;
}
/*----- ページ内リンク -----*/
.internalLinks {text-align:center;}
.internalLinks li { 
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 5px;
	border-left: 1px solid #dddddd;
	}
.internalLinks li:first-child  {border-left: none;}
.internalLinks li a {
	margin: 0 15px;
	padding-bottom: 5px;
	border-bottom: 1px solid transparent;
	}
.internalLinks li a:hover  {
	padding-bottom: 5px;
	border-bottom: 1px solid #44baff;
	}

@media screen and (max-width: 1024px) {
  #bread ul,
  #pageNav ul {width: 90%;}
}
@media screen and (min-width: 641px) and (max-width: 768px) {
  #bread ul {text-align: left;}
  #pageNav ul {width: auto;}
}
@media screen and (max-width: 640px) {
  #pageHeader h2 {
	font-size: 24px;
	letter-spacing: normal;
	padding: 30px 0;
	}
  #bread ul {text-align: left;}
  #pageNav ul {width: auto;}
  #pageNav li,
  .service-child #pageNav li{
	border-bottom: 1px solid #cee8ff;
	box-sizing: border-box;
	display: block;
	float: left;
	text-align: center;
	vertical-align: middle;
	width: 33.3%;
	}
  #pageNav li a {padding: 15px 10px;}
  .office #pageNav li,
  .about #pageNav li {border-bottom: none;}
  #pageNav li:first-child {border-left: none;}
  #pageNav li:nth-child(3n) {border-right: none;}
  #pageNav li:last-child,
  #pageNav li:nth-child(7){border-bottom: none;}
  #pageNav li.line-2 a {
padding: 15px 10px;
	}

  .internalLinks li {
	border: none;
	font-size: 14px;
	margin-bottom: 10px;
	width: 48%;
	}
  .internalLinks li a {
	margin: 0;
	padding: 0;
	}
  .internalLinks li:nth-child(even) {border-left: 1px solid #dddddd;}
}


/* ======================================================
/*               ++ PAGE CONTENT ++
   ====================================================== */
.sectionWrap {margin-top: 50px;}
section:first-child .sectionWrap {margin-top: 0;}
.sectionContent p {
    margin-top: 10px;
    line-height: 1.5em;
}
.sectionContent p:first-child  {
	margin-top: 0;
}
.sectionLabel {
	background: #44baff;
	border-radius:  7px;
	color: #FFFFFF;
	display: inline-block;
	margin-bottom: 30px;
	padding: 5px 10px;
	font-size: 18px;
	}
.sectionTitle {margin-bottom: 30px;}
.sectionTitle h3 {font-size: 18px;}

.sectionWrap.even .imgBox {text-align: right;}
.sectionWrap.col2 .box {width: 47%;}
.sectionWrap.odd .imgBox,
.sectionWrap.even .textBox {float: left;}
.sectionWrap.even .imgBox,
.sectionWrap.odd .textBox {float: right;}

.imgBox.col2 {margin:50px 0;}
.imgBox.col2 p {width:45%;}

.colorBox {
	background: #d6ecff;
	padding: 15px 20px;
	border-radius: 5px;
	}
.colorBox li p {
	background: #ffffff;
	padding: 10px 0;
	}

.listBox {
	/*frexbox*/
	display:-webkit-box;/*W3C変更時を考慮し、box、flexbox、flexをすべて記載*/
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	}
.listBox li {
	border: 1px solid #44baff;
	margin-bottom: 10px;
	margin-left: 1%;
	padding: 15px 10px;
        position: relative;
	}
/*.listBox li:first-child p {margin-top: 0;}*/
.listBox.col5 li {width: 16.8%;}
.listBox.col6 li {width: 13.4%;}
.listBox.col3 li {width: 31.2%;}
.listBox.col4 li {
	border: none;
	margin-left: 2%;
	padding: 0;
	width: 23.4%;
	}
.colorBox .listBox.col4 li {
	margin-left: 6%;
	width: 20.5%;
	}
.listBox li:first-child,
.colorBox .listBox li:first-child,
.listBox.col4 li:first-child + * + * + * + *,/*段の左端のliのみ左余白を無くす(nth-child(4n)のIE8ハック)*/
.listBox.col4 li:first-child + * + * + * + * + * + * + * + *,
.listBox.col4 li:first-child + * + * + * + * + * + * + * + * + * + * + * + * {margin-left: 0;} 

.listBox li .img {text-align: center;}
.listBox h4 {
	font-size: 14px;
	margin: 10px 0;
	text-align: center;
	}
.listBox h4 span { /* h4が2行になっている場合のレイアウト */
	display: block;
	font-size: 12px;
	}
.listBox.h-line2 h4 {padding-bottom: 18px;}
.listBox.h-line2 h4.line2 {padding-bottom: 0;}

.listBox li .flowicon {
	position: absolute;
	     top: 35px;
	   right: -40px;
	 z-index: 3;
	width: 60px;
	}
.listBox.col5 li .flowicon {top: 10px;}
.listBox .flowicon2 {
	position: absolute;
	     top: 30px;
	   right: -27px;
	 z-index: 3;
	}

.sectionWrap .supplementText {
	margin-left: 20px;
	padding: 5px 0;
	}

/*----- テーブル基本デザイン -----*/
.sectionContent table {
	border-top: 1px solid #cee8ff;
	line-height: 1.8;
	text-align: left;
	width: 100%;
	}
.sectionContent th,
.sectionContent td {
	border-bottom: 1px solid #cee8ff;
	font-weight: normal;
	padding: 15px 10px;
	text-align: left;
	vertical-align: top;
	}
.sectionContent th {width: 25%;}
.sectionContent td .pdf {
	display: inline-block;
	margin-left: 20px;
	}
.sectionContent td .pdf a {
	background: #dddddd;
	border-radius: 5px;
	display: block;
	font-size: 12px;
	padding: 5px 10px;
	transition: 0.3s;
	}
.sectionContent td .pdf a:hover {
	opacity: 0.7;
	  -ms-filter: "alpha(opacity=70)"; /* ie 8 */
	}

/*----- 事業内容内 実績紹介 -----*/
.sectionContent .worksList dt,
.sectionContent .worksList dd {
	float: left;
	margin-bottom: 15px;
	}
.sectionContent .worksList dt {
	font-weight: bold;
	clear: both;
	width: 35%;
	}
.sectionContent .worksList dd {width: 65%;}
.sectionContent .worksList dt:before {content: "・";}
/*.sectionContent .worksList dd:before {content: "：";}*/

.sectionContent .worksList dd ul {display: inline;}
.sectionContent .worksList dd li {display: inline-block;}
.sectionContent .worksList dd li:before {content: "・";}
.sectionContent .worksList dd li:first-child:before {content: none;}

/*----- 対応可能支店 -----*/
.parts-offices {
	border: 1px solid #44baff;
	padding: 10px 15px;
	}
.contact .parts-offices .sectionTitle h3 {
	border-bottom: none;
	text-align: left;
	}
.parts-offices .listBox li {
	border: none;
	padding: 0;
	}
.parts-offices .listBox li {width: 15.8%;}
.parts-offices .listBox li h4 {
	font-weight: normal;
	text-align: left;
	}
.parts-offices .listBox li a {transition: 0.5s;}
.parts-offices .listBox li a:hover {
	opacity: 0.7;
	  -ms-filter: "alpha(opacity=70)"; /* ie 8 */
	}

@media screen and (max-width: 768px) {
  .listBox li:nth-child(4n+1) {margin-left: 0;}
  .listBox.col5 li,
  .listBox.col6 li {width: 21%;}
  .sectionContent .worksList dt,
  .sectionContent .worksList dd {width: 50%;}
	.sectionContent .pp p {
	margin-top: 10px;
	margin-left:40px;
	line-height: 1.8;
		}
}

@media screen and (max-width: 640px) {
  .sectionContent p {margin-top: 15px;height: 70px;}

  .sectionLabel,
  .sectionTitle h3 {font-size: 16px;}
  .sectionWrap.col2 .box {width: auto;}
  .sectionWrap.odd .imgBox,
  .sectionWrap.even .imgBox,
  .sectionWrap.odd .textBox,
  .sectionWrap.even .textBox {float: none;}
  .sectionWrap .imgBox {margin-bottom: 30px;}

  .listBox {display: block;}
  .listBox.col4 li {
	display: inline-block;
	margin: 0 0 10px;
	vertical-align: top;
	width: 48%;
	}
  .listBox.col4 li:nth-child(2n) {float: right;} /*2の倍数*/
  .listBox.col4 li:nth-child(2n+1) {float: left;}

  .listBox.col5 li,
  .listBox.col6 li,
  .listBox.col3 li{
	margin-left: 0;
	overflow: hidden;
	padding: 15px;
	width: auto;
	}
  .listBox.col5 li .img,
  .listBox.col6 li .img,
  .listBox.col5 li h4,
  .listBox.col6 li h4 {
	display: inline-block;
	vertical-align: middle;
	}
  .listBox.col5 li .img,
  .listBox.col6 li .img {
	margin-bottom: 10px;
	margin-right: 10px;
	width: 35%;
	}
  .listBox.col5 li h4,
  .listBox.col6 li h4 {margin: 0;}
  .listBox.h-line2 h4 {padding-bottom: 0;}
  .sectionWrap .supplementText {
	padding: 0;
	margin-left: 0;
	margin-bottom: 30px;
	}
  .flowicon,
  .flowicon2 {display: none;}

  .colorBox {padding: 15px;}

  .sectionContent .sectionTitle p.more {border: 1px solid #333333;}

  .sectionContent .worksList dt,
  .sectionContent .worksList dd {
	float: none;
	width: auto;
	}
  .sectionContent .worksList dt {
	border-bottom: 1px solid #555555;
	margin-bottom: 10px;
	}
  .sectionContent .worksList dt:before,
  .sectionContent .worksList dd:before {content: none;}
  .sectionContent .worksList dd ul,
  .sectionContent .worksList dd li {display: block;}
  .sectionContent .worksList dd li:first-child:before {content: "・";}

  .parts-offices {padding: 15px;}
  .parts-offices .listBox li {
	margin-bottom: 15px;
	padding: 0;
	width: auto;;
	}
  .parts-offices .listBox li:last-child {margin-bottom: 0;}
  .parts-offices .listBox li .img,
  .parts-offices .listBox li h4,
  .parts-offices .listBox li p  {
	display: block;
	float: left;
	}
  .parts-offices .listBox li h4 {
	font-weight: bold;
	line-height: 1.0;
	}
  .sectionLabel {margin-bottom:20px;}
}

/* ======================================================
/*                ++ NEWS ++
   ====================================================== */

.home #news .sectionTitle {margin: 0;}
.home #news h2 {
	border-bottom: 1px solid #aaa;
	margin: 0;
	text-align: left;
	}
.home .newsWrap li a {line-height: 1.0;}
.home .newsWrap li:first-child a {border-top: none;} 
.home #news .more a {color: #2971a7;}

.news .sectionTitle h3  {
	border-left: 25px solid #005BAC;
	padding-left: 15px;
	}

.newsWrap li a {
	border-bottom: 1px dashed #ccc;
	display: block;
	line-height: 1.8;
	padding: 5px 10px;
	transition: 0.3s;
	color: #2971a7;
	}
.newsWrap li a .date {color: #333333;}
.newsWrap li:first-child a {border-top: 1px dashed #ccc;}
.newsWrap li a:hover {
	background: #c6e2ff;
	text-decoration: none;
	}
.newsWrap li .date {
	display: inline-block;
	width: 20%;
	}

/*----- 詳細ページ -----*/	
/*見出し*/
.postHead h3  {
	border-left: 25px solid #005BAC;
	border-bottom: 1px solid #005BAC;
	padding-left: 15px;
	font-size: 18px;
	}
.postHead .date {
	color: #666666;
	margin-top: 10px;
	}

/*記事内容*/
.postContent {margin: 30px auto;}
.postContent p {
	line-height: 1.8;
	margin-top: 10px;
	}
.postContent p:first-child {margin-top: 0;}
.postContent img {max-width: 640px;}
.postContent a {
	text-decoration: underline;
	transition: 0.3s;
	margin: 0 5px;
	}
.postContent a:hover {
	opacity: 0.7;
	  -ms-filter: "alpha(opacity=70)"; /* ie 8 */
	}

.postContent .pdf {margin-top: 30px;}
.postContent .pdf span {
	background: #cc0000;
	color: #ffffff;
	display: inline-block;
	margin-right: 5px;
	padding: 0 10px;
	}

/*----- ページネーション -----*/
.pagenation {margin-top: 30px;}
.pagenation ul {
	margin: 0 auto;
	text-align:center;
	}
.pagenation ul li {
	display: inline-block;
	margin: 0 5px;
	}
.pagenation ul li.active,
.pagenation ul li a {
	border-radius: 50%;
	color: #FFFFFF;
	padding: 5px 10px;
	}
.pagenation ul li.active {background: #5891CD;}
.pagenation ul li a {
	background: #666666;
	display: block;
	transition: 0.3s;
	}
.pagenation ul li.prev a,
.pagenation ul li.next a {
	background: none;
	border-bottom: 3px solid #cccccc;
	border-radius: 0;
	color: #333333;
	padding: 0;
	}
.pagenation li a:hover {
	opacity: 0.7;
	  -ms-filter: "alpha(opacity=70)"; /* ie 8 */
	}
.pagenation ul li.all a {border-radius: 0;}

@media screen and (max-width: 640px) {
  .newsWrap li a,
  .home .newsWrap li a {line-height: 1.5;}
  .newsWrap li .date {
	display: block;
	width: auto;
	}
  .postHead h3 {
	border-top: 3px solid #005BAC;
	border-bottom: 3px solid #005BAC;
	border-left: none;
	font-size: 16px;
	padding: 5px;
	}
  .postHead .date {text-align: right;}
  .postContent img {max-width: 100%;}
}


/* ======================================================
/*               ++ 個別レイアウト ++
   ====================================================== */

/* ---------------------------
           トップページ
--------------------------- */
.home h2 {
	font-size: 18px;
	font-weight: normal;
	}
.home .bx-wrapper {margin-bottom: 80px;}
.home .bx-wrapper img {
	margin-left: auto;
	margin-right: auto;
	}
.home .bx-wrapper li a:hover {
	opacity: 0.7;
	  -ms-filter: "alpha(opacity=70)"; /* ie 8 */
	}

/*----- 事業内容リンク -----*/
.home .listBox li {
	margin-bottom: 30px;
	position: relative;
	}
.home .listBox li h4 {
	background: rgba(0,0,0,0.6);
	color: #ffffff;
	padding: 5px 0 5px 20px;
	position: absolute;
             top: 10px;
	    left: 0;
	text-align: left;
	width: 70%;
	}
.home .listBox li a {transition: 0.5s;}
.home .listBox li a:hover {
	opacity: 0.7;
	  -ms-filter: "alpha(opacity=70)"; /* ie 8 */
	}
.home .banner {width: 27%;}
.home .banner a:first-child {display:block; margin-bottom:10px;} /*----- 20171207追記 -----*/
.home #news {width: 71%;}
.home .big_banner ul {
	letter-spacing: -0.5em;
}
.home .big_banner ul li {
	display: inline-block;
	width: 49.5%;
	margin-right: 1%;
	vertical-align:top;
	letter-spacing: normal;
}
.home .big_banner ul li:last-child {
	margin-right: 0;
}
@media screen and (max-width: 768px) {
  .home #news,
  .home .banner {
	float: none;
	width: auto;
	}
  .home #news {margin-bottom: 30px;}
  .home .banner {text-align: center;}
}

@media screen and (max-width: 640px) {
  .home .listBox.col4 li {
    display: block;
    height: 200px;
}
  .home .listBox li h4 {
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding-left: 0;
	position: static;
	text-align: center;
	width: auto;
	}
  .home #news h2 {text-align: center;}
	.home .big_banner ul li {
		display: block;
		width: 100%;
		margin-right: 0;
		line-height: 0;	
	}
	.home .big_banner ul li a {
		line-height: 0;
		display: block;
	}
	.home .big_banner ul li:last-child {
		margin-top: 10px;
	}
}

/* ---------------------------
           会社情報
--------------------------- */
.outline .sectionWrap.col2 .imgBox {width: 30%;}
.outline .sectionWrap.col2 .textBox {width: 65%;}
.outline .sectionWrap.col2 .imgBox img {border-radius: 50%;}
.outline .sectionWrap .name {
	margin-top: 30px;
	text-align: right;
	}

/*----- 事業所一覧 -----*/
.office .imgBox {
	float: left;
	width: 60%;
	}
.office .textBox {
	float: right;
	width: 38%;
	}
.office .imgBox iframe {
	height: 350px;
	width: 100%;
	}

@media screen and (max-width: 640px) {
  .outline .sectionWrap.col2 .imgBox {
	margin: 0 auto 20px;
	width: 50%;
	}
  .outline .sectionWrap.col2 .textBox {width: auto;}

  .outline .sectionContent table {border: none;}
  .outline .sectionContent table th,
  .outline .sectionContent table td {
	border: none;
	display: block;
	padding: 5px 10px;
	width: calc(100% - 20px);
	}
  .outline .sectionContent table th {background: #eeeeee;}
  .outline .sectionContent table td li:before {content: "・";}

  .office .imgBox,
  .office .textBox {
	float: none;
	width: auto;
	}
  .office .imgBox iframe {height: 300px;}
}


/* ---------------------------
           事業内容
--------------------------- */
.service .box .sectionTitle {margin-bottom: 40px;}
.service .box .sectionTitle h3 {
	border-bottom: 1px solid #44baff;	
	padding-bottom: 5px;
	}

/*----- 竣工・内覧検査 -----*/
.check_lady .supplementImg {text-align: right;}
.check_lady .supplementText {
	color: #E4007F;
	font-weight: bold;
	}
.check_lady .listBox.scale .img {
	-moz-transition: -moz-transform 0.3s linear;
	-webkit-transition: -webkit-transform 0.3s linear;
	-o-transition: -o-transform 0.3s linear;
	-ms-transition: -ms-transform 0.3s linear;
	transition: transform 0.3s linear;
	position: relative;
	}
.check_lady .listBox.scale .img:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	z-index: 5;
	box-shadow: 0px 0px 10px #999999;
	}

@media screen and (max-width: 640px) {
  .service .box .sectionTitle {margin-bottom: 20px;}

  /*----- 住環境整備 -----*/
  .l_environment .listBox.col4 li{float: none;}
  .l_environment .listBox.col4 li:nth-child(2n+1) {margin-left: 2%;}
}
/*----- 講習会 -----*/
.training-session .content {
	position:relative;
}
.tate_lb {
	position:fixed;
	right:0;
	bottom:30%;
	-webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
	z-index:100;
	letter-spacing: -0.5em;
}
.tate_lb li {
	display:inline-block;
	letter-spacing: normal; 
}
.tate_lb li a {
	display:inline-block;
	padding:10px;
	color:#fff;
	background:#005bac;
	margin-bottom:20px;
}
.tate_lb li:last-child a {
	margin-bottom:0;
	background:#006400;
}
.training-session .listBox.col3 li h5 {
	font-size: 1.25em;
	margin: 15px 0 -10px 0;
}
.training-session .listBox.col3 li .curriculum p {
	line-height: 1.5em;
	margin-left: 11px;
}
.training-session .t_type {
	padding: 10px;
	border: 1px solid #44baff;
	margin-bottom:10px;
}
.training-session .listBox.col3 li:first-child {
	border: none;
	padding: 0;
}
.training-session .listBox.col3 li .flowicon {
    top: 84px;
    right: -40px;
}
.training-session .t_type h4 {
	margin:10px 0 0;
}
.training-session .listBox.col3 li:first-child p {
	font-size:0.9em;
}
.training-session .details h4.left span {
	font-size:1.25em;
	margin-left:5px;
	line-height:60px;
}
.training-session .details .colorBox {
	margin-top:30px;
}
.training-session .details .colorBox.blue {
	background-color: rgba(0,91,171,.3);
}
.training-session .details .colorBox.green {
	background-color: rgba(0,100,0,.3);
}
.training-session .details .colorBox.blue h4.left span {
	color:#005bac;
}
.training-session .details .colorBox.green h4.left span {
	color:#006400;
}
.training-session .details .sectionWrap:nth-child(2) {
    margin-top: 30px;
}
.training-session a {
	color:#005bac;
}
.training-session a.reqBtn {
	color:#fff;
	margin-top: 10px;
	width: 220px;
}
.training-session .l_form {
	text-align:center;
}
.training-session .banner {
	display:block;
	margin-bottom:50px;
}
.training-session.service .box .sectionTitle {
    margin-bottom: 20px;
}
.sectionLabel.blue {
	background:#005BAC;	
}
.sectionLabel.green,
.reqBtn.green{
	background:#006400;	
}
.training-session .btn_contact {
	text-align:center;
}
.training-session .btn_contact a{
	display:inline-block;
	background:#ee7800;
	padding:10px 50px;
	color:#fff;
	letter-spacing:.1em;
	margin-bottom:30px;
	border-radius: 5px;
	font-size:1.5em;
}
.training-session span.red {
	color:red;
}
.training-session span.red.ml_5 {
	margin-left: 5px;
}
.training-session .birthday { letter-spacing: -0.5em; }
.training-session .birthday li {
	width:30%;
	display:inline-block;
	margin-right:5%;
	letter-spacing: normal;
}
.training-session .birthday li:last-child {
	margin-right:0;
}
.training-session .birthday li span.tag {
	margin-right: 5px;
}
.training-session .birthday li select.select {
	padding: 5px;
}
.training-session .table_cont {
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.training-session .table_cont h2 {
	text-align:left;
	margin:10px 0;
	font-size:1.25em;
}
.training-session .table_cont ul {
	letter-spacing: -0.5em;
	padding:10px;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
.training-session .table_cont ul.top {
	border-top:1px solid #ccc;
}
.training-session .table_cont li {
    width: 35%;
    display:inline-block;
	vertical-align:top;
	letter-spacing: normal;
}
.training-session .table_cont li.right {
    width:65%;
}
.training-session .table_cont ul.head {
	background:#ccc;
}
.training-session .pdf_cont,
.training-session .test_url {
	margin:10px 0 0 0;
}
.training-session .test_url p {
	margin:0;
}
.training-session .test_url span.pw {
	margin-left:20px;
}
.training-session .top_box {
	background: #fffacd;
	display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 10px 30px 30px;
    position: relative;
	margin: 0 0 50px 0;
	line-height: 1.8em;
	box-shadow: 10px 10px 30px -10px rgba(0, 0, 0, 0.2);
}
.training-session .top_box h2 {
	font-size: 1.25em;
	text-align: center;
	margin: 20px 0 10px;
}
.training-session .green h4 {
	min-width: 200px; 
}
.training-session .info {
	color: red;
	font-size: 1.25rem;
}
.training-session .green h4,
.training-session .info {
	display: inline-block;
	vertical-align: middle;
}
.training-session .pdf a {
	background: #005bac;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
	padding: 5px 10px;
	margin-top: 10px;
}
@media screen and (max-width: 1023px){
	.training-session .info {
		margin-top: 20px;
		font-size: 1rem;
	}	
}
@media screen and (max-width: 640px) {
	.training-session .details .worksList dd span.m_br {
		display:block;
	}
	.tate_lb {
		left:0;
		bottom:0;
		-webkit-writing-mode: horizontal-tb;
		-ms-writing-mode: tb-lr;
		writing-mode: horizontal-tb;
		z-index:100;
	}
	.tate_lb li {
		width:50%;
	}
	.tate_lb li a {
		padding:10px;
		margin-bottom:0;
		font-size:.85em;
		text-align:center;
		display:block;
	}
	.training-session .table_cont ul {
		padding:5px;
	}
	.training-session .table_cont span.m_br,
	.training-session .test_url span.m_br{
		display:block;
	}
	.training-session .table_cont li {
    	width: 45%;
	}
	.training-session .table_cont li.right {
    	width: 55%;
	}
	.training-session .test_url span.pw {
		margin-left:0;
	}
	.training-session .top_box h2 {
		font-size: 1em;
	}
	.training-session .top_box {
		padding: 20px;
		line-height: 1.5em;
	}
	.training-session .pdf a {
		font-size: 14px;
		display: block;
		text-align: center;
	}
	.training-session .pdf a span {
		display: block;
	}
}
@media screen and (max-width: 320px) {
	.tate_lb li a {
		font-size:.75em;
	}
	.training-session .table_cont li {
		font-size:.85em;		
	}
}
/* ---------------------------
           実績紹介
--------------------------- */
.tax-works_category .sectionTitle h3  {
	border-left: 25px solid #005BAC;
	padding-left: 15px;
	}

.tax-works_category table th,
.tax-works_category table td {padding: 10px;}
.tax-works_category table .name {width: 60%;}
.tax-works_category table .year,
.tax-works_category table .kind {
	text-align: center;
	width: 20%;
	}
.tax-works_category table th {
	background: #cee8ff;
	border: 2px solid #ffffff;
	font-weight: bold;
	text-align: center;
	}

@media screen and (max-width: 640px) {
  .tax-works_category table th,
  .tax-works_category table td {vertical-align: middle;}
}

/* ---------------------------
           採用情報
--------------------------- */
/*----- 採用担当者の声 -----*/
.message .sectionWrap.col2 .imgBox {width: 25%;}
.message .sectionWrap.col2 .textBox {width: 70%;}

/*----- 技術部の声 -----*/
.message2 .sectionWrap.col2 .imgBox {width: 55%;}
.message2 .sectionWrap.col2 .textBox {width: 45%;}
.message2 .colorBox {padding: 0;}
.message2 .colorBox h3 {
	font-size: 24px;
	margin: 15px 10px 0;
	}
.message2 .colorBox p {margin: 10px;}

/*----- 先輩社員の声 -----*/
.employee .sectionWrap .textBox {
	color: #ffffff;
	width: 60%;
	margin: 20px;
	}
.employee .sectionWrap.odd .textBox {float: left;}
.employee .sectionWrap.even .textBox {float: right;}
.employee .sectionTitle h3 {font-size: 32px;}
.employee .sectionContent .img {display: none;}
.employee .sectionContent p.person {
	margin-top: 50px;
	text-align: right;
	}
.employee #sec1 {
	background: url(common/img/recruit_employee01.jpg) center center no-repeat;
	background-size: cover;
	}
.employee #sec2 {
	background: url(common/img/recruit_employee02.jpg) center center no-repeat;
	background-size: cover;
	}
.employee #sec3 {
	background: url(common/img/recruit_employee03.jpg) center center no-repeat;
	background-size: cover;
	}

/*----- 募集要項 -----*/
.recruitment .sectionTitle h3,
.career .sectionTitle h3 {
	border-bottom: 1px solid #44baff;
	display: inline-block;
	margin-bottom: 5px;
	}
.recruitment .sectionWrap:first-child ul,
.reqArea ul {margin-left: 1.5em}
.recruitment .sectionWrap:first-child li,
.reqArea li {list-style-type: disc;}
.recruitment .sectionContent p span,
.reqArea p span {text-decoration: underline;}

.career .tableTitle h3{
	border-left: 25px solid #005BAC;
	font-size: 16px;
	margin-bottom: 30px;
	padding-left: 15px;
	}

.reqList {margin-top: 30px;}
.reqList th,
.reqList td {vertical-align: middle;}
.reqList .td-last {width: 15%;}
.reqList .icon-wakaba {margin-left: 15px;}
.icon-wakaba.small {
	margin: 0 10px;
	width: 20px;
	}
.reqList th,
.reqArea th {font-weight: bold;}

.reqArea dl {margin-bottom: 30px;}
.reqArea dt {
	font-weight: bold;
	margin-top: 20px;
	}
.reqArea dt:first-child {margin-top: 0;}
.reqArea dd {
	line-height: 1.8;
	text-indent: 1em;
	}

.reqArea .bnrBox th,
.reqArea .bnrBox td {
	padding-top: 30px;
	padding-bottom: 30px;
	}
.reqArea .bnrBox h4 {font-size: 14px;}
.reqArea .bnrBox .box {margin-top: 30px;}
.reqArea .bnrBox .box:first-child {margin-top: 0;}
.reqArea .bnrBox img {max-width: 240px;}
.reqArea .bnrBox img.rikunabi {border: 1px solid #0068B7;}
.reqArea .bnrBox img.mynabi {border: 1px solid #0EAEEB;}
.reqArea .flow {
	display: inline-block;
	text-align: center;
	}

.reqBtnWrap {
	margin-top: 30px;
	text-align: center;
	}
.reqBtn {
	background: #005BAC;
	border-radius: 5px;
	color: #ffffff;
	display: inline-block;
	font-size: 16px;
	padding: 5px 10px;
	}

@media screen and (max-width: 1024px) {
	.reqList .td-last {width: 22%;}
}
@media screen and (max-width: 640px) {
	.message .sectionWrap.col2 .imgBox {
		text-align: center;
		width: auto;
	}
	.message .sectionWrap.col2 .textBox {width: auto;}
	.message .sectionWrap.col2 .textBox h3 {text-align: center;}

	.employee #sec1,
	.employee #sec2,
	.employee #sec3 {background: none;} 
	.employee .sectionWrap .textBox {
		color: #333333;
		margin: 0;
		width: auto;
	}
	.employee .sectionTitle {
		border-bottom: 1px solid #44baff;
		padding-bottom: 5px;
	}
	.employee .sectionTitle h3 {font-size: 22px;}
	.employee .sectionContent .img {
		display: block;
		margin-bottom: 30px;
	}
	.employee .sectionContent p.person {margin-top: 30px;}
	
	/*----- 募集要項 -----*/
	.reqList .td-last {
		border-bottom: 1px solid #cee8ff;
		width: auto;
		text-align: center;
	}
	.reqArea table {
		border: none;
		margin-top: 30px;
	}
	.reqList th, .reqList td,
	.reqArea th, .reqArea td {
		border: none;
		display: block;
		width: auto;
	}
	.reqArea th {
		background: #eeeeee;
		font-weight: bold;
		padding-top: 5px;
		padding-bottom: 5px;
	}


	.reqArea .bnrBox th {padding: 5px 10px;}
	.reqArea td .bnr {
		display: block;
		margin: 5px auto;
	}
	.reqArea .flow {
		display: block;
	}

}

/* ---------------------------
           本サイトについて
--------------------------- */
.about .sectionTitle h3 {
	border-left: 25px solid #005BAC;
	padding-left: 15px;
	}

/*----- サイトマップ -----*/
.sitemap .listWrap {
	float: left;
	margin-left: 150px;
	}
.sitemap .listWrap:first-child {margin-left: 0;}

.sitemap .page-item-4, /*実績紹介*/
.sitemap .page-item-111, /*お問い合わせ*/
.sitemap .page-item-558, /*ニュース*/
.sitemap .page_item_has_children {margin-top: 30px;}

.sitemap .page-item-4,
.sitemap .page-item-111,
.sitemap .page-item-558,
.sitemap .page_item_has_children > a {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 5px solid #dddddd;
	display: inline-block;
	}

.sitemap .children {
	list-style-type: disc;
	margin-left: 2em;
	}
.sitemap .children li {margin-top: 5px;}
.sitemap .children li a:hover {text-decoration: underline;}
.sitemap .sectionContent:first-child .page_item_has_children {margin-top: 0;}


/*----- サイトのご利用に当たって -----*/
.use .sectionContent ol {
	margin-top: 30px;
	margin-left: 1.5em;
	}
.use .sectionContent ol li {
	line-height: 1.8;
	margin-top: 30px;
	}
.use .sectionContent ol li:first-child {margin-top: 0;}

/*----- 個人情報保護方針 -----*/
.individual .sectionContent .box {margin-top: 30px;}
.individual .sectionContent .box.sign {text-align: right;}

@media screen and (max-width:640px) {
  .sitemap .listWrap {
	float: none;
	margin: 0;
	}
}

/* ---------------------------
           404
--------------------------- */
.error404 #content {
	margin: 50px auto;
	text-align: center;
	}
.error404 h3 {
	margin-bottom: 30px;
	text-align: center;
	font-size: 20px;
	}
.error404 h3:before {
	content: "";
	height: 100%;
	background: url(common/img/icon-caution.png) left center no-repeat;
	padding-left: 50px;
	}
.error404 h3:after {
	content: "";
	height: 100%;
	background: url(common/img/icon-caution.png) right center no-repeat;
	padding-right: 50px;
	}
.error404  #content p {margin-top: 10px;}
.error404  #content p:first-child {margin-top: 0;}

@media screen and (max-width:640px) {
  .error404 #content {margin-top: 30px;}
}

/* ======================================================
/*               ++ FOOTER ++
   ====================================================== */
#footer{
	background: #dfdfdf;
	/*margin-top: 35px;*/
	text-align: center;
	}
#footer li {
	display: inline-block;
	padding: 0 5%;
	}
#footer li a {
	color: #333333;
	transition: 0.5s;
	}
#footer li a:hover {color: #888888;}
#footer .blockInner {
	padding: 20px 0;
	text-align: center;
	}
.footerContact {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	margin: 20px 0;
	padding: 15px 0;
	}
.footerContact i {margin-right:5px;}

/*----- コピーライト -----*/
.copyrights {
	background: #2971a7;
	color: #ffffff;
	font-size: 12px;
	padding: 5px 0;
	}

/*----- トップへボタン -----*/
#toTop {
	position: fixed;
	  bottom: 20px;
	   right: 0;
	 z-index: 5;
	}
#toTop a {
	background: url(common/img/to-top_btn.png) center center no-repeat rgba(0,0,0,0.8);
	color: #ffffff;
	display: block;
	height: 50px;
	overflow: hidden;
	text-indent: 100%;
	transition: 0.5s;
	white-space: nowrap;
	width: 50px;
	}
#toTop a:hover {background: url(common/img/to-top_btn.png) center center no-repeat rgba(0,0,0,0.5);}

@media screen and (max-width: 640px) {
  #footer li {
	display: block;
	padding: 0;
	}
  #footer .logo {
	margin: 0 auto;
	width: 50%;
	}
  .copyrights {font-size: 10px;}
}


/* ======================================================
/*                ++ CONTACT FORM ++
   ====================================================== */
.wpcf7-list-item {display: block;}

.entry .sectionTitle h3,
.contact .sectionTitle h3{
	border-bottom: 1px solid #44baff;
	text-align: center;
	}

/* ---------------------------
         入力画面
--------------------------- */
.formInner .readTxt {text-align: center;}

.formInner table {
	margin: 0 auto;
	text-align: left;
	}
.formInner table th,
.formInner table td {
	overflow: hidden;
	padding: 30px 0;
	vertical-align:	middle;
	}
.formInner table th {
	font-weight: bold;
	width: 30%;
	}
.formInner table th a {text-decoration: underline;}
.formInner table .required{
	display: inline-block;
	color: #FF4C4F;
	margin-left: 10px;
	}
.formInner .select {
	padding: 5px;
}
.wpcf7 label {display: block;}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
	border: none;
	border: solid 1px #ccc;
	-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
	font-size: 16px;
	padding: 5px;
	width: 98%;
	}
.wpcf7 input#birth,
.wpcf7 input#zip {width: 8em;}
.wpcf7 input#tel {width: 13em;}
.wpcf7 input:focus,
.wpcf7 textarea:focus{
 	border: 1px solid #3399FF;
	box-shadow: 0 0 2px 2px rgba(51,153,255,0.5);
	}
.wpcf7 span.wpcf7-list-item {
	margin-left: 0;
	margin-right: 10px;
	}

.formInner #lastcheck {
	margin: 30px 0;
	text-align: center;
	}
.formInner #lastcheck a {text-decoration:underline;}
.reqBtnBox {text-align:center;}
.reqBtnBox input {
	border: none;
	border-radius: 3px;
	color: #FFF;
	cursor: pointer;
	-webkit-appearance: none;
	margin: 10px;
	padding: 10px 20px;
	}
.reqBtnBox input {background-color: #aaaaaa;}
.reqBtnBox .confirmBtn input {background-color: #2971A7;}
.reqBtnBox .submitBtn input {background-color: #FF4C4F;}

/*----- 入力確認時のスタイル -----*/

.wpcf7c-conf {
	background-color: #F5F5F5;
	border: 1px solid #AEAEAE;
	color: black;
	}
input.wpcf7c-conf,
textarea.wpcf7c-conf {background: #ddd;}
.wpcf7-text:-webkit-autofill {box-shadow: 0 0 0 1000px #fff inset;}
.wpcf7c-elm-step2 {
	background: #FAFFBD;
	/*color: #B94A48;*/
	padding: 15px 0;
	}


/*----- 入力エラー時のスタイル -----*/
/*.wpcf7 span.wpcf7-not-valid-tip {display: none;} 個別エラーメッセージの非表示*/
.wpcf7 .wpcf7-not-valid {background: #FFDAE0;} /*エラー項目の背景色*/
.wpcf7 .wpcf7-response-output { /*応答メッセージ*/
	margin: 10px 0 0;
	padding: 10px;
	text-align: center;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	}
.wpcf7 .wpcf7-validation-errors { /*メール送信失敗時*/
	background-color: #F2DEDE;
	border: 1px solid #EED3D7;
	color: #B94A48;
	}
.wpcf7 .wpcf7-mail-sent-ok { /*メール送信成功時*/
	background-color: #D9EDF7;
	border: 1px solid #BCE8F1;
	color: #3A87AD;
	}

@media screen and (max-width:640px) {
  .formInner .readTxt {text-align: left;}
  .formInner table {
	border: none;
	margin-top: 30px;
	}
  .formInner table th,
  .formInner table td {
	display: block;
	width: auto;
	border: none;
	}
  .formInner table th {padding: 0 10px;}
  .formInner table td {padding: 5px 10px 20px;}
}
/* ---------------------------
         送信完了画面
--------------------------- */
.completeDisplay,
.wpcf7 .sent .formInner {display: none;}
.wpcf7 .sent .completeDisplay {
	display: block;
	text-align: left;
	}
.wpcf7 .sent .completeDisplay .cdResponse {
	background-color: #D9EDF7;
	border: 1px solid #BCE8F1;
	color: #3A87AD;
	margin: 15px 0;
	padding: 10px;
	text-align: center;
	}
.wpcf7 .sent .completeDisplay .cdCaution {
	color: #CC0000;
	padding: 10px;
	}
.wpcf7 .sent .completeDisplay .cdCaution p {
	line-height: 1.5;
	margin-bottom: 10px;
	}

@media screen and (max-width:640px) {
  .wpcf7 .sent .completeDisplay .cdResponse {
	text-align: left;
	}
}
/*事業所*/
.page-id-3095 #pageNav li {
    width: 20%;
    text-align: center;
}

.page-id-3095 #pageNav li.line-2 a {
    padding-top:calc(68px - 18px)
}
/*会社概要*/
.page-id-113 #pageNav li {
    width: 20%;
    text-align: center;
}
.page-id-113 #pageNav li.line-2 a {
    padding-top:calc(68px - 18px)
}
.kisoku div {
	margin-bottom: 8px;
}
.kisoku div.mb_n {
	margin-bottom: 0;
}
/*基本方針*/
.page-id-3046 #pageNav li {
    width: 20%;
    text-align: center;
}

.page-id-3046 #pageNav li.line-2 a {
    padding-top:calc(68px - 18px)
}
/*事業所一覧*/
.page-id-146 #pageNav li {
    width: 20%;
    text-align: center;
}

.page-id-146 #pageNav li.line-2 a{
    padding-top:calc(68px - 18px)
}

/*i-pad＆i-phone用処理*/
@media screen and (max-width: 1025px) {
.page-id-113 #pageNav li.line-2 a ,.page-id-3046 #pageNav li.line-2 a ,.page-id-146 #pageNav li.line-2 a {
    padding-top: calc(50px - 18px);
}
}
@media screen and (max-width:640px) {
.page-id-113 #pageNav li,.page-id-3046 #pageNav li,.page-id-146 #pageNav li{
width: 33.3%;	
}
.page-id-113 #pageNav li.line-2 a ,.page-id-3046 #pageNav li.line-2 a ,.page-id-146 #pageNav li.line-2 a {
 padding-top: calc(24px - 18px);
}
}
/*会社概要追加修正0610*/
.outline-top h3,.outline-top h4{
	    font-size: 20px;
}
.outline-top p{
	font-size: 16px;
}
.outline-top strong{
	font-size: 16px;	
}
/*事務所一覧修正0618*/
.page-id-3095 .over-f{
	overflow:hidden
}
.page-id-3095 .left-box{
	width:45%;
	float:left
}
.page-id-3095 .right-box{
	width:50%;
	float:left
}
/*----googlemap-----*/
.gmap iframe {
	height: 300px;
	margin-bottom: -1%
}
/*講習会ページ　夏季休暇のお知らせ掲載20210805*/
.training-session .top_box2 {
	/*margin-bottom: -3%;*/
    background: #e9f7ff;
}
.training-session .top_box2 h2{
	color:#f00;
}
.training-session .top_box2 p span.period{
    display:block;
	border: solid 2px #215c94;
    padding: 5px 10px;
    margin: 5px 0;
    color: #215c94;
    font-weight: bold;
    text-align: center;
}
/*ベン図*/
.venn {
    position: relative;
    padding: 0px;
    margin: 0 auto;
    width: 36em;
    height: 31em;
    font-size: 1.5vw;
    list-style: none;
}
.venn > li {
    justify-content: center;
    align-items: center;
    display: grid;
    position: absolute;
    width: 17.5em;
    height: 17.5em;
    box-sizing: border-box;
    border-radius: 50%;
    font-weight: bold;
    text-align: center;
    align-content: center;
}
.venn > li p {
    display: block;
    font-size: 20px;
    margin: 3% 2%;
    font-weight: normal;
}
.venn > li h2 {
    font-size: 23px;
}
.venn > li:nth-of-type(1) {
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0px 0.5em;
    background-color: #f8b62b96;
}
.venn > li:nth-of-type(2) {
    bottom: 0px;
    left: 40px;
    padding: 3em;
    background-color: #00a0e98c;
}
.venn > li:nth-of-type(3) {
    bottom: 0px;
    right: 40px;
    padding: 3em;
    background-color: #ff9dc2a3;
}
.venn > li {
    border-radius: 50%;
}
@media screen and (max-width:1500px) {
.venn > li p {
   font-size: 15px;
}
}
@media screen and (max-width:1025px) {
	.venn {
    width: 100%;
    font-size: 1.5vw;
    list-style: none;
    overflow: hidden;
}
	.venn > li {
    float: left;
    display: inline;
    position: static;
    width: 33.3%;
    height: 21em;
    box-sizing: border-box;
    border: none;
    border-radius: 0;
    font-weight: bold;
    text-align: center;
    align-content: center;
    padding:2em;
}
.venn > li h2 {
    font-size: 25px;
}
.venn > li:nth-of-type(1) {
    bottom: 0;
    left: 0;
    transform: none;
    padding:2em;
}
.venn > li:nth-of-type(2) {
    bottom: 0;
    left: 0;
    padding:2em;
}
.venn > li:nth-of-type(3) {
    bottom: 0;
    right: 0;
    padding:2em;
}
}
@media screen and (max-width:777px) {
.venn {
    height: auto;
	}
.venn > li {
    height: 25em;
	}
.venn > li h2 {
    font-size: 16px;
}
.venn > li p {
    display: block;
    font-size: 13px;
    margin: 6% 2%;
}
}
@media screen and (max-width:560px) {
.venn > li {
    height: 40em;
	}
}


/* ---------------------------
      採用情報ページリニューアル
--------------------------- */
.page-id-8 #content {
    width: auto;
	margin: 0 auto;
}
.page-id-8 .recruit_content {
    margin: 0 auto;
    width: 1024px;
    padding: 5% 0;
}
.page-id-8 .sectionWrap {
    margin-top: 0;
}
@media screen and (max-width: 1024px){
.page-id-8 .recruit_content {
    width: 90%;
}
}
/*募集要項*/
section.recruit_sec1{
	overflow:hidden;
}
.page-id-8 .sectionWrap.col2 .box {
    width: auto;
}
section.recruit_sec1 .sectionWrap.col2 .box {
    margin: 0 5% 0 0;
    width: 47.5%;
    position: relative;
    box-shadow: 2px 2px 3px #f5f5f5;
    overflow: hidden;
    cursor: pointer;
}
section.recruit_sec1 .sectionWrap.col2 .box img{
    transition:1s all;
}
section.recruit_sec1 .sectionWrap.col2 .box img:hover{
    transform:scale(1.1,1.1);
    transition:1s all;
}
section.recruit_sec1 .sectionWrap.col2 .box p {
    position: absolute;
    left: 17px;
    bottom: 6px;
    color: #fff;
    font-size: 21px;
    letter-spacing: 0.05em;
}
section.recruit_sec1 .sectionWrap.col2 .box.box_right{
	margin:0;
}
.page-id-8 h3{
	font-size:28px;
	font-weight:bold;
    color:#000;
	line-height:1em;
	margin:0 0 5% 0;
	text-align:center;
}
.page-id-8 h3 span {
    display: block;
    font-size: 14px;
    color: #1856b3;
    padding: 0 0 10px 0;
    line-height: 1em;
}
@media screen and (max-width:640px) {
section.recruit_sec1 .sectionWrap.col2 .box {
    margin: 0 0 5% 0;
    width: 100%;
}
.page-id-8 h3 {
    font-size: 22px;
}
section.recruit_sec1 .sectionWrap.col2 .box p {
    font-size: 18px;
    font-weight: bold;
}
}
/*採用担当メッセージ*/
section.recruit_sec2{
	background-image:url(common/img/recruit_message_back.jpg);
    background-size:cover;
	background-attachment:fixed;
}
section.recruit_sec2 .recruitman_massage_box {
    background-color: #fff;
    padding: 4%;
    margin: 5% 0;
	box-shadow: 2px 2px 15px #2560b6;
	background-image:url(common/img/back_hogan.jpg);
	background-size:cover;
}
section.recruit_sec2 h3{
    color: #1856b3;
	position:relative;
}
section.recruit_sec2 h3::after {
    content: '';
    position: absolute;
    top: 38px;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 20px;
    background-color: #1856b3;
}
section.recruit_sec2 .recruitman_massage_box .massage_textbox{
	
}
section.recruit_sec2 .recruitman_massage_box .massage_recruitername {
    overflow: hidden;
    background-color: #dfdfdf87;
    padding: 2%;
}
section.recruit_sec2 .recruitman_massage_box .massage_recruitername .name_leftbox {
    float: left;
    width: 50%;
    margin: 0 5% 0 0;
}
section.recruit_sec2 .recruitman_massage_box .massage_recruitername .name_rightbox {
    float: left;
    padding: 4.5% 2%;
}
section.recruit_sec2 .recruitman_massage_box .massage_recruitername .name_rightbox .name_rightbox_title {
    color: #1856b3;
    font-weight: bold;
    margin: 0 0 4% 0;
    font-size: 15px;
    border: 1px solid;
    width: 105px;
    text-align: center;
    padding: 1% 0 1.5%;
    border-radius: 20px;
}
section.recruit_sec2 .recruitman_massage_box .massage_recruitername .name_rightbox .name_rightbox_p {
    font-size: 25px;
    font-weight: bold;
}
section.recruit_sec2 .recruitman_massage_box .massage_recruitername .name_rightbox .name_rightbox_p span {
    display: block;
    font-size: 15px;
    font-weight: normal;
    padding: 0 0 0 0.5%;
}
section.recruit_sec2 .recruitman_massage_box .massage_textbox {
    text-align: center;
    margin: 4% 0 0 0;
}
section.recruit_sec2 .recruitman_massage_box .massage_textbox p {
    font-size: 16px;
    margin: 0 0 2% 0;
    font-weight: bold;
    line-height: 1.8em;
}
section.recruit_sec2 .recruitman_massage_box .massage_textbox p span{
    color: #1856b3;
}
@media screen and (max-width:640px) {
section.recruit_sec2 .recruitman_massage_box .massage_recruitername .name_leftbox {
    float: none;
    width: 100%;
    margin: 0;
}
section.recruit_sec2 .recruitman_massage_box .massage_recruitername .name_rightbox {
    float: none;
}
section.recruit_sec2 .recruitman_massage_box .massage_recruitername .name_rightbox .name_rightbox_title {
    margin: 0 0 1% 0;
}
section.recruit_sec2 .recruitman_massage_box .massage_textbox p {
    font-weight: bold;
}
}
/*採用後のフォロー*/
section.recruit_sec3{
    background-color:#E6F4FF;
}
section.recruit_sec3 .follow_smallbox {
    overflow: hidden;
    margin: 0 0 5% 0;
}
section.recruit_sec3 .follow_smallbox .smallbox_leftbox {
    float: left;
    width: 49%;
    margin: 0 3% 0 0;
}
section.recruit_sec3 .follow_smallbox .smallbox_rightbox {
    float: left;
    width: 48%;
}
section.recruit_sec3 .follow_smallbox .smallbox_rightbox p {
    font-size: 16px;
    line-height: 1.8em;
}
section.recruit_sec3 .follow_smallbox .smallbox_rightbox h4 {
    font-size: 22px;
    margin: 0 0 4% 0;
    color: #3571c7;
    line-height: 1em;
    border-left: 7px solid;
    padding: 0 0 0 2%;
}
@media screen and (max-width:640px) {
section.recruit_sec3 .follow_smallbox .smallbox_leftbox {
    float: none;
    width: 100%;
    margin: 0;
}
section.recruit_sec3 .follow_smallbox .smallbox_rightbox {
    float: none;
    width: 100%;
    margin: 3% 0 0 0;
}
section.recruit_sec3 .follow_smallbox .smallbox_rightbox h4 {
    margin: 0 0 2% 0;
}
}
/*先輩社員からのメッセージ*/
section.recruit_sec4{
}
section.recruit_sec4 .sec4_massage_box {
	margin:0 0 5% 0;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-bottom: 140px;
}
.page-id-8 section.recruit_sec4 h3 {
    margin: 0 0 10% 0;
}
section.recruit_sec4 .sec4_massage_box h4 {
    font-size: 25px;
    padding: 0 0 4% 0;
    color: #1856b3;
}
section.recruit_sec4 .sec4_massage_box p {
    font-size: 16px;
    line-height: 1.8em;
}
section.recruit_sec4 .sec4_massage_box .sec4_massage_textbox {
    background-color: #fff;
    border-top: 5px solid #1856b3;
    box-shadow: 2px 2px 15px #b1b1b13b;
    padding: 5%;
    box-sizing: border-box;
    border: 1px solid #bfbfbf;
    width: 60%;
    margin: 0 -10% 0 0;
    padding: 45px 40px 50px;
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
}
section.recruit_sec4 .sec4_massage_box .sec4_massage_textbox p.textbox_bold {
    font-weight: bold;
    text-align: right;
    margin: 3% 0 0 0;
    line-height: 1em;
}
section.recruit_sec4 .sec4_massage_box .sec4_massage_imgbox {
    width: calc(50% + 70px);
    margin: 0 0 0 -70px;
}
section.recruit_sec4 p.message_topix {
    font-weight: bold;
    font-size: 15px;
    letter-spacing: -0.01em;
    padding: 1px 0;
    border-radius: 21px;
    color: #89b3f1;
}
@media screen and (max-width:640px) {
section.recruit_sec4 .sec4_massage_box {
    margin: 20% 0 0 0;
    display: inline-block;
    -ms-flex-wrap: wrap;
    -ms-flex-direction: row-reverse;
    margin-bottom: 0;
}
section.recruit_sec4 .sec4_massage_box.emplo01{
    margin:0;
}
section.recruit_sec4 .sec4_massage_box .sec4_massage_imgbox {
    width: 100%;
    margin: 0 0 0 -70px;
}
section.recruit_sec4 .sec4_massage_box .sec4_massage_textbox {
    box-sizing: border-box;
    width: 100%;
    margin: -220px 0 0 0;
    -ms-transform: 0;
	padding: 20px 30px 30px;
}
section.recruit_sec4 .sec4_massage_box.emplo02 .sec4_massage_textbox {
    margin: -220px 0 20% 0;
}
section.recruit_sec4 .sec4_massage_box h4 {
    font-size: 22px;
}
}
/*お問合せ*/
section.recruit_sec5{
    background-image:url(common/img/recruit_contactback.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    position:relative;
}
section.recruit_sec5 h3 {
    font-weight: bold;
    line-height: 1em;
    margin: 0 0 4% 0;
    text-align: center;
    font-style: italic;
    color: #fff;
    font-size: 50px;
    letter-spacing: 0.03em;
}
section.recruit_sec5 a p.sec5_contactbtn {
    background-color: #1856b3;
    color: #fff;
    padding: 2%;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.05em;
    width: 30%;
    text-align: center;
    margin: 0 auto;
}
section.recruit_sec5 a p.sec5_contactbtn:hover {
    background-color: #3a88ff;
	transition:1s;
}
@media screen and (max-width:640px) {
section.recruit_sec5 h3 {
    font-size: 30px;
}
section.recruit_sec5 a p.sec5_contactbtn {
    font-size: 16px;
    width: 90%;
}
}
/*外部リンク*/
section.recruit_sec6{
}
section.recruit_sec6 .recruit_saiyoimg {
    width: 59%;
    margin: 0 auto;
}
@media screen and (max-width:640px) {
section.recruit_sec6 .recruit_saiyoimg {
    width: 80%;
    margin: 0 auto;
}
}
/*アニメーション*/
/*--エフェクト--*/
.fade_image_effect {
	position: relative;
	width: 24%;
	overflow: hidden;
}
.fade_image_effect:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
    background: linear-gradient( 45deg, #5893e8, #bcd7ff);
	transform: translate3d(0%,0,0);
}
.fade_image_effect.active:after {
	animation: swipeRight 1.1s cubic-bezier(0.6,0,0.4,1);
	animation-fill-mode: forwards;
}
@keyframes swipeRight {
	0% {
		transform: translate(0);
	}
	50%, 60% {
		transform: translate3d(100%,0,0);
	}
	100% {
		transform: translate3d(100%,0,0);
	}
}
@media screen and (max-width: 640px) {
	.fade_image {
		flex-wrap: wrap;
		flex-direction: column;
	}
	.fade_image_effect {
		width: 100%;
		margin: 0 0 10px 0;
		padding: 0 0 1px 0;
	}
	.fade_image .fade_image_effect:last-child {
		margin: 0;
	}
}









/*--2段目--*/
.gnav {
    display: flex;
    height: 3.5rem;
    /* background: #002357; */
    padding: 0 11%;
    justify-content: center;
    margin: 20px auto;
}
.gnav > li {
    width: 17%;
}
.gnav li {
    list-style: none;
    position: relative;
}
.gnav li a {
    color: #404040;
    display: block;
    height: 3.5rem;
    line-height: 3.5rem;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    width: 100%;
    letter-spacing: 0.15em;
}
.gnav li a:hover {
    background: #e7f6ff;
}
.gnav li a.nav_serbtn{
	border-left: 1px solid #eee;
}
.gnav li ul.nav_serbtn_small li a {
    border-right: none;
    background: #ffffff;
}
.gnav li ul.nav_serbtn_small li a:hover {
    background: #e7f6ff;
}
.gnav li li {
    height: 0;
    overflow: hidden;
    transition: .5s;
    z-index: 100;
}
.gnav li li a {
    border-top: 1px solid #eee;
}
.gnav li:hover > ul > li {
    height: 3.5rem;
    overflow: visible;
}
/*---- スマホ用ハンバーガーメニュー ----*/
.menu-btn {
    position: fixed;
    right: 10px;
    display: flex;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #174c98;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check {
    display: none;
}
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    background-color: #3584bb;
}
.menu-content ul {
    padding: 130px 50px 0;
    width: 81%;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 16px;
    box-sizing: border-box;
    color: #ffffff;
    text-decoration: none;
    padding: 18px 15px 15px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 20px;
}
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background: linear-gradient(45deg, #003a8c, #3571c7);
    transition: all 0.5s;/*アニメーション設定*/
}
#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}
/*snsbtn*/
.menu-content ul.sp_snsbtn {
    overflow: hidden;
    margin: 60px 0 0;
    padding: 18px 46px;
    width: 100%;
    background-color: #00488029;
}
.menu-content ul.sp_snsbtn li {
    border-bottom: none;
}
.menu-content ul.sp_snsbtn li a {
    width: 73px;
    float: left;
    margin: 0 8% 0 0;
    height: 50px;
    font-size: 25px;
}
.menu-content ul.sp_snsbtn .fl_fb6 .fa-facebook-f {
    position: relative;
    top: 15px;
    left: 32px;
    font-size: 31px;
}
.menu-content ul.sp_snsbtn .insta_btn6 .fa-instagram {
    font-size: 28px;
}
.menu-content ul.sp_snsbtn li a::before {
    display:none;
}

.sectionContent p {
    height: auto;
}
/*-----新卒採用-------*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  margin: 0 auto;}
/*.tab_item {
  width: calc(100%/2);
  height: 50px;
  border-bottom: 3px solid #1c70b9;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}*/
.tab_item {
  width: 100%;
  height: 50px;
  border-bottom: 3px solid #1c70b9;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
/*.tab_item:hover {
  opacity: 0.8;
}*/
input[name="tab_item"] {
  display: none;
}
.tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}
#year-2023:checked ~ #content-2023, 
#year-2022:checked ~ #content-2022{
  display: block;
}
.tabs input:checked + .tab_item {
  background-color: #1c70b9;
  color: #fff;
}
@media screen and (max-width: 400px){
section.recruit_sec1 .sectionWrap.col2 .box {
    margin: 0 0 5% 0;
    width: 100%;
}
.tab_content {
    padding: 2%;
}
}


/*----- 特商法テーブルデザイン -----*/
.sectionContent .law table {
	border-top: none;
	line-height: 1.8;
	text-align: left;
	width: 100%;
	}
.sectionContent .law th,
.sectionContent .law td {
    border-bottom: 1px solid #e6e6e6;
	font-weight: normal;
	padding: 15px 10px;
	text-align: left;
	vertical-align: top;
	}
.sectionContent .law th {
    width: 25%;
    background-color: #f5f5f5;
}
.sectionContent .law td .pdf {
	display: inline-block;
	margin-left: 20px;
	}
.sectionContent .law td .pdf a {
	background: #dddddd;
	border-radius: 5px;
	display: block;
	font-size: 12px;
	padding: 5px 10px;
	transition: 0.3s;
	}
.sectionContent .law td .pdf a:hover {
	opacity: 0.7;
	  -ms-filter: "alpha(opacity=70)"; /* ie 8 */
	}
.sectionContent .law {
    background-color: #fcfcfc;
    margin: 5% 0 0 0;
    border: 1px solid #d8d8d8;
}
#l_01{
    background-color: #e7f2fd;
    padding: 1% 2%;
    margin: 5% 0;	
}
#l_02{
    background-color: #ecf8ec;
    padding: 1% 2% 3%;
	margin:5% 0 0 0;
}
/*----- 特定商取引法に関する表記----- 20220603 -----*/
.tokuteisho .sectionContent .box {margin-top: 30px;}
#footer li {
    padding: 0 2%;
}
.tokuteisho .sectionContent .box h4 {
    background-color: #ddebf7;
    padding: 0.5% 0 0.5% 1%;
}


.i4ewOd-pzNkMb-haAclf {
    background-color: #4d6a79!important;
}


/*新お問い合わせフォーム*/
.bl_formBox {
	
}
.bl_formBox .form {
    background: #fff;
    padding: 2%;
    border-radius: 20px;
}

.bl_formBox .form-list {
	display: flex;
    align-items: center;
    width: 100%;
}

/*見出し*/
.bl_formBox .form .title.big{
	color: white;
    background-color: #003067;
    padding: 0.5% 1%;
    margin-bottom: 4%;
    font-size: 1.1em;
    font-weight: bold;
}
/*フォーム罫線*/
.bl_formBox .form-box hr{
	width:93%
}
/*フォーム罫線*/
.bl_formBox .page-id-153 .form-box hr{
    border-top: 1px solid #d7c69b;
}
/*例文表記*/
.bl_formBox .form-box {
	margin-bottom:5px;
}
.bl_formBox .form-box.form-box_policy {
	display: flex;
}
.bl_formBox .form-box.form-box_policy li {
    border-bottom: none;
}
.bl_formBox .form-box-02{
	width:92%;
	margin:0 auto 40px;
}

.bl_formBox .form-box-02.form-box-02_policy .form_item {
    width: 100%;
    padding: 0;
}
/*横に3列タイプ*/
.bl_formBox .form-box-04{
	width:92%;
	margin:30px auto 0;
}
.bl_formBox .form-box-04 li{
	width: 31.5%;
    display: inline-block;
    vertical-align: top;
    margin: 0 2% 4% 0;
}
.bl_formBox .form-box-04 li:last-child{
    margin-right: 0
}
/*フォーム共通*/
.bl_formBox .form-box li {
    vertical-align: top;
    width: 100%;
    margin: 0 4%;
    display: flex;
    border-bottom: 1px solid #cee8ff;
}
.bl_formBox .form_item {
    font-weight: bold;
    width: 30%;
    overflow: hidden;
    padding: 30px 0;
    vertical-align: middle;
}

.bl_formBox .form_item.form_item_2nd {
    margin: 0;
    width: 70%;
}

.bl_formBox .form_item.form_item_2nd input#tel {
    width: 98%;
}

.bl_formBox .form_item label {
    border: none;
    border-radius: 0;
    padding: 0;
    display: inline-block;
    cursor: none;
    background: transparent;
    margin-bottom: 0;
}
.bl_formBox span.his {
	background: red;
	padding: 0 2px;
	color: #fff;
	border-radius: 3px;
	margin: 0 0 0 10px;
	font-size:0.85em;
}
.bl_formBox .wpcf7-list-item {
    margin: 0!important;
}
/*研修個別ページのフォームタイトル*/
.bl_formBox .form .title{
    font-size: 1.2em;
    font-weight: bold;
    color: #515151;
	margin-bottom:3%
}
/*セレクトボックス*/
.bl_formBox .form select {
    font-size: 20px;
	width:100%
}
.bl_formBox .wpcf7-form-control.textarea {
    width: 100%;
    padding: 10px 5px;
    font-size: 16px;
    border-radius: 30px;
    border: solid 1px #888;
}
.bl_formBox label {
	border: 1px solid #888;
	border-radius: 5px;
	padding: 5px 10px 5px 5px;
	display: inline-block;
	cursor: pointer;
	background:#fff;
}
.bl_formBox .wpcf7-list-item-label,
.bl_formBox label {
	vertical-align:middle;
}
.bl_formBox .policy-link a {
	text-decoration: underline;
}
/*送信ボタン*/
.bl_formBox .bl_form_foot {
  margin: 30px auto 0;
}
.bl_formBox .bl_form_foot .bl_form_btn {
    width: 210px;
    margin: auto;
    padding: 13px;
    display: block;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    background-color: #2857B3;
    border: none;
    transition: 0.3s opacity;
    cursor: pointer;
    border-radius: 60px;
    letter-spacing: 0.3em;
}
/*タブ*/
.bl_formBox .bl_contact_tabBox{
    max-width: 1020px;
    margin: 5% auto 0;
}
.bl_formBox .tab-label {
   display: block;
   float: left;
}
.bl_formBox .tab-label-heading:not(:last-of-type) .tab-label{
   margin-right: 2px!important;
}
/*ラジオボタンを全て非表示に*/
.bl_formBox input[name="tab-radio"] {
   display: none;
}
.bl_formBox .tab-label {
    background-color: #ebebeb !important;
    color: #838383 !important;
    cursor: pointer !important;
    font-size: 16px !important;
    padding: 10px 20px !important;
    transition: .3s;
    height: 60px;
    border-radius: 15px 15px 0 0;
    display: flex;
    align-items: center;
    width: 30%;
    justify-content: center;
}
.bl_formBox .tab-label:hover{
   opacity: .7!important;
}
/* 選択されたタブの見た目 */
.bl_formBox input:checked + h3 > .tab-label {
    color: #fff !important;
    transition: .3s;
    background-color: #2857B3 !important;
}
.bl_formBox .tab-panel {
    background-color: #e2e8eb;
    /* height: 170px; */
    clear: both;
    display: none;
    border: 1px solid #cccccc;
    padding: 5%;
    border-radius: 0 20px 20px 20px;
    background: #fff;
}
.bl_formBox #tab-a:checked ~ .panel-a,
.bl_formBox #tab-b:checked ~ .panel-b,
.bl_formBox #tab-c:checked ~ .panel-c{
   display: block;
}
.bl_formBox .tab-panel&gt;div{
   display: flex;
   height: 100%;
   align-items: center;
   justify-content: center;
}
.bl_formBox .tab-panel dl {
    overflow: hidden;
    line-height: 1.75;
    font-size: 15px;
}
.bl_formBox .tab-panel dl dt {
    float: left;
    width: 25%;
    padding: 15px;
    border-top: 1px #cccccc solid;
    font-weight: bold;
    color: #8e734d;
}
.bl_formBox .tab-panel dl dd {
    width: 75%;
    float: left;
    padding: 15px;
    border-top: 1px #cccccc solid;
}
.bl_formBox .tab-panel dl dt:nth-child(1) {
    border-top: none;
}
.bl_formBox .tab-panel dl dd span {
    display: block;
    font-weight: bold;
    color: #822692;
}
.bl_formBox .tab-panel p.entry_btn {
    text-align: center;
    width: 35%;
    margin: 5% auto 0;
}
.bl_formBox .tab-panel p.entry_btn a {
    background: #77487f;
    display: block;
    padding: 4% 1%;
    color: #fff;
    border-radius: 50px;
    border: 2px solid #77487f;
    font-weight: bold;
}
.bl_formBox .bl_formBox .tab-panel p.entry_btn a:hover {
    background: #fff;
    color: #77487f;
    border: 2px solid #77487f;
}

@media (min-width: 821px) {
.bl_formBox .bl_form_foot .bl_form_btn:hover {
    opacity: 0.75;
  }
}
@media (max-width: 820px) {
.bl_formBox .bl_form_foot .bl_form_btn:active {
    opacity: 0.75;
  }
}

/*i-pad用処理*/
@media screen and (max-width: 1025px) {
.bl_formBox .form-box-02 {
		width:100%;
	}
.bl_formBox .form-box {
		margin-bottom:0;
	}
.bl_formBox .form-box li {
		display:block;
		vertical-align:top;
		width:100%;
		margin:0 0 20px 0;
	}
.bl_formBox label {
		padding:5px;
	}
.bl_formBox .wpcf7-form-control.textarea {
	width: 98%
}
	.bl_formBox .policy-link{
	float: left;
    margin-right: 5%;
	}
}
.bl_formBox div.wpcf7 {
    border-radius: 20px;
}
.bl_formBox p.contact_text {
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.5em;
}
.bl_formBox p.contact_text strong {
    color: #45b035;
    padding: 0.5% 0.5%;
    letter-spacing: 0.05em;
    margin: 0 0.5%;
}

/*i-pad用処理*/
@media screen and (max-width: 1025px) {
.bl_formBox .form-box-04 li{
	width: 31.3%;
}
.bl_formBox .sendbtn {
    width: 20%;
}
}
@media screen and (max-width: 767px) {
    .bl_formBox .q-detail_box h3 {
        font-size: 18px;
    }
    .bl_formBox .tab-label {
        height: 40px;
        font-size: 14px !important;
        border-radius: 10px 10px 0 0;
    }
    .bl_formBox .bl_contact_tabBox {
        margin: 5% auto 0;
        width: 95%;
    }
    .bl_formBox .tab-panel dl dt {
        float: none;
        width: 100%;
        padding: 5px 15px 0;
    }
    .bl_formBox .tab-panel dl dd {
        width: 100%;
        float: none;
        padding: 0 15px 5px;
        border-top: none;
    }
    .bl_formBox .tab-panel {
        border-radius: 0;
    }
    .bl_formBox .form-list {
        display: flex;
        align-items: flex-start;
        width: 100%;
        flex-direction: column;
    }
    .bl_formBox .form_item {
        width: 100%;
        padding: 0 0 10px;
    }
}

@media screen and (max-width: 420px) {
    .bl_formBox .bl_btnBox ul li a {
        font-size: 4vw;
    }
   .bl_formBox #contact h2::before, #contact h2::after {
        width: 25px;
        height: 2px;
        margin: 0px 3px -55px;
    }
}

/*mobile横*/
@media screen and (max-width: 668px) {
.bl_formBox .form-box-04 li{
	width: 30%
}
}
/*i-phone用処理*/
@media screen and (max-width:641px){
.bl_formBox .wpcf7-form-control.textarea {
	width: 96%
}
.bl_formBox .form-box-04 li{
	width: 100%;
    display: block;
}
.bl_formBox .sendbtn{
	width: 100%;
    text-align: center;
	padding:15px 0
}
.bl_formBox .sendbtn input{
	font-size:15px
}
.bl_formBox .policy-link{
	float: none;
    margin-right:0
	}
.bl_formBox p.contact_text {
    font-size: 16px;
    line-height: 1.5em;
}
}
/*確認画面*/
.bl_formBox div#wpcf7cpcnf {
  z-index: 0 !important;
}
.bl_formBox div#wpcf7cpcnf table {
  width: 90%;
  max-width: 700px;
  margin: auto;
}
@media (max-width: 600px) {
  .bl_formBox div#wpcf7cpcnf table {
    font-size: 14px;
  }
}
.bl_formBox div#wpcf7cpcnf table th {
    text-align: left;
    color: #000000;
    padding: 2%;
    border-bottom: 1px solid #e4e4e4;
}
.bl_formBox div#wpcf7cpcnf table tr:nth-child(n+2) {
  padding: 20px 0 0;
}
.bl_formBox div#wpcf7cpcnf table td {
    padding: 0 0 0 20px;
    padding: 2%;
    border-bottom: 1px solid #e4e4e4;
}
.bl_formBox div#wpcf7cpcnf .wpcf7cp-btns {
    text-align: center;
    margin-top: 4em;
}
.bl_formBox div#wpcf7cpcnf .wpcf7cp-btns > button {
    width: 200px;
    margin: auto;
    padding: 15px 10px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    background-color: #d81f2a;
    border: none;
    transition: 0.3s opacity;
    cursor: pointer;
    border-radius: 50px;
}
@media (min-width: 821px) {
  .bl_formBox div#wpcf7cpcnf .wpcf7cp-btns > button:nth-child(n+2) {
    margin: 0 0 0 20px;
  }
  .bl_formBox div#wpcf7cpcnf .wpcf7cp-btns > button:hover {
    opacity: 0.75;
  }
}
@media (max-width: 820px) {
  .bl_formBox div#wpcf7cpcnf .wpcf7cp-btns > button:active {
    opacity: 0.75;
  }
}
@media (max-width: 600px) {
  .bl_formBox div#wpcf7cpcnf .wpcf7cp-btns > button:nth-child(n+2) {
    margin: 20px 0 0 0;
  }
}