/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
	font-family: "Open Sans", 游ゴシック, YuGothic, メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.6;
	color: #231815;
	position: relative; /*<div class="inner_header2"></div>tnの親要素に指定*/
}

/*a{text-decoration: none !important;}*/
a{text-decoration: none;}
a:hover img {
	opacity: 0.7;
	filter: menu_right(opacity=70);
	-ms-filter: "menu_left(opacity=70)";
}
p{font-size:15px;line-height:1.6}
/*h1,h2,h3,h4,h5,h6{font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;text-transform:uppercase;font-weight:700}*/
/*h1,h2,h3,h4,h5,h6{font-family: "Open Sans", 游ゴシック, YuGothic, メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;text-transform:uppercase;font-weight:500}*/
h1,h2,h3,h4,h5,h6{font-family: "Open Sans", 游ゴシック, YuGothic, メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;text-transform:none;font-weight: 700;}
h1 {
	font-size: 18px;
}
h1.index {
	font-weight: 500;
	padding: .25em 0 .5em .75em;
	border-left: 1px solid #231815;
	border-bottom: 1px solid #231815;
}
h1.common {
	font-size: 25px;
	margin: .5em auto;
	color: #4d4d4d;
}
h1.common span {
	font-weight: 500;
	font-size: 20px;
	margin-left: .7em;
}

h2 {
	font-size: 22px;
	margin: 1em auto;
	color: #fff;
}
h2.common {
	padding: .5em .75em;
	background-color: #87BD42;
	border-radius: 6px;
}
h2.common span {
	font-weight: 500;
	margin-left: .5em;
}
h2.lineup {
	color: #0F357D;
	padding-bottom: .25em;
	border-bottom: 2px solid #0F357D;
}
h2.recruit {
	font-weight: 500;
	font-size: 20px;
	color: #231815;
	position: relative;
	padding: .1em 0 .1em .75em;
	border-left: 6px solid #FFE100;
}
h2.recruit::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
}
h2.privacy {
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 18px;
	font-weight: 500;
	color: #FFE100;
	margin-bottom: 0.5em;
}
h2.wp_news {
	font-weight: 600;
	font-size: 19px;
	color: #FFE100;
	margin: 0 auto .5em;
	padding-bottom: .2em;
	border-bottom: 2px solid #FFE100;
}
h3 {
	font-size: 18px;
	margin-top: 0;
}


.space_top     { padding-top: 30px; }
.space_top2    { padding-top: 50px; }
.space_top3    { padding-top: 10px; }
.space_bottom  { padding-bottom: 30px; }
.space_bottom2 { padding-bottom: 50px; }
.space_bottom3 { padding-bottom: 10px; }

.check { border: 1px solid red; }

.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

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

.no-gutter > [class*='col-'] {
    padding-right: .3em;
    padding-left: .3em;
}

.row-eq-height {
	display: flex;
	flex-wrap: wrap;
}

.outer {
	display: flex;
	justify-content: center;
	align-items: center;
}





/* CUSTOMIZE THE SLIDER
-------------------------------------------------- */




/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
.p_nav {
/*	font-family: "メイリオ, Meiryo, Open Sans", "ＭＳ Ｐゴシック", sans-serif;*/
	font-size: .7em;
}
.container {
	border: none;
}

.navbar-wrapper {
	background-color: #fff;
	border: none;
}
.navbar-wrapper > .container {
	/*
  padding-right: 0;
  padding-left: 0;
	*/
}
.navbar-wrapper .navbar {
/*  padding-right: 15px;
  padding-left: 15px;*/
	padding-right: 50px;
 	padding-left: 50px;
}
.navbar-wrapper .navbar .container {
	width: auto;
}
.navbar .navbar-inner {
	padding: 0;
}
.navbar .nav {
	margin: 0;
	display: table;
	width: 100%;
}


.navbar .nav li a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	font-weight: 600;
	color: #231815;
	padding: 0;
}

/* 768px未満 */
@media (max-width: 768px) {
	.navbar .nav li a {
		margin: 8px auto;
	}
	.navbar .nav li a:hover {
		color: #FFE100;
	}
}
/* 768px以上 */
@media (min-width: 768px){
	.nav-justified {
		display: table;
		table-layout: fixed;
		width: 100%;
	}
	.navbar .nav-justified > li {
		display: table-cell;
		width: 100%;
		text-align: center;
	}
	.navbar .nav li {
		display: table-cell;
		float: none;
		vertical-align: middle;
		border-right: 2px dotted #FFE100;
	}
	.navbar .nav li:last-child {
		border-right: 0;
	}
	.navbar .nav li a {
		padding: 0 .3em;
		background-image: linear-gradient(rgba(0,0,0,0) 50%, rgba(255,225,0,1) 50%);
		background-position: 0 0;
		background-size: auto 200%;
		transition: .3s;
	}
	.navbar .nav li a:hover {
		background-position: 0 100%;
		color: #fff;
	}
}
.navbar-toggle {
	background-color: #FFE100;
	border-color: #fff;
}
/* 調整してたけどうまく動かず 7/27
.navbar-toggle {
	background-color: #ed8f26;
	border-color: #fff;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
background-color: #fff;
	border-color: #ed8f26;
}
*/
.navbar-brand {
	background: url("img/header_logo.png") no-repeat left center;
	background-size: contain;
	width: 250px;
	margin-left: 10px;
}

/* 767px以下の場合 */
@media only screen and (max-width: 767px) {

}
/* 544px以下の場合 */
@media only screen and (max-width: 544px) {

}





/* CUSTOMIZE FOR MAIN
-------------------------------------------------- */

/* header */

.inner_header {
	padding: 3px 0;
	border-top: 5px solid #FFE100;
	font-size: 0.8em;
}
.inner_header2 {
	border-bottom: 2px solid #FFE100;
}


.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}


/* main */

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}


.ggmap {
	position: relative;
/*	padding-bottom: 56.25%;*/
/*	padding-bottom: 37.5%;*/
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin: 1em auto;
}
/*.ggmap_l {
	padding-bottom: 75%;
}
*/
.ggmap_s {
	padding-bottom: 37.5%;
}
.ggmap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%!important;
	height: 100%!important;
}


#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
#pageTop i {
  padding-top: 6px;
}
#pageTop a {
  display: block;
  z-index: 999;
  padding: 5px 0 0;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  background-color: #FFE100;
  color: #4d4d4d;
  font-weight: bold;
  font-size: 20px;
  text-decoration: none;
  text-align: center;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}



/* side */
hr { margin: 0; padding: 0; }

.btn_about {
    display: inline-block;
	width: 100%;
    text-decoration: none;
	text-align: center;
	font-size: 1.1em;
	line-height: 2.5;
    color: #4d4d4d;
	background-color: #FFE100;
    border: solid 2px #FFE100;
/*    border-radius: 3px;*/
    transition: .4s;
}
.btn_about:hover {
	background: none;
	color: #FFE100;
}



/* footer */
.bg_footer { background-color: #fff; }
.p_footer {
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 1.6em;
}
.p_thick { font-weight: 700; }
footer {
	margin: 0;
/*	padding-top: 100px;*/
	background-color: #FFE100;
/*	background-image: url(img/bg_footer.png);*/
	color: #4d4d4d;
}
footer a, footer a:hover { font-size: .9em; color: #4d4d4d; }
footer a:hover { text-decoration: underline !important; }
footer .copyright {
	line-height: 3em;
	font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
	background-color: #fff;
	color: #231815;
	text-align: center;
}
footer ul.quicklinks{
	margin-bottom: 1em;
/*	font-size: .8em;*/
	line-height: 1.2em;
}

/* 991px以下の場合 */
@media only screen and (max-width: 991px) {
	.footer_left { text-align: center; }
}
/* 767px以下の場合 */
@media only screen and (max-width: 767px) {
}
/* 544px以下の場合 */
@media only screen and (max-width: 544px) {

}



/* INDEX.PHP
-------------------------------------------------- */




/* SERVICE.HTML
-------------------------------------------------- */
#service1, #service2, #service3, #service4, #service5, #service6, #service7 {
	margin-top: -35px;
	padding-top: 35px;
}
@media only screen and (max-width: 991px) {
	#service1, #service2, #service3, #service4, #service5, #service6, #service7 {
		margin-top: -95px;
		padding-top: 95px;
	}
}
@media only screen and (max-width: 767px) {
	#service1, #service2, #service3, #service4, #service5, #service6, #service7 {
		margin-top: -35px;
		padding-top: 35px;
	}
}
.ttl_header {
	background-color: #FFE100;
}
.btn_details {
    display: inline-block;
/*	width: 300px;*/
	padding: 1px 20px;
    text-decoration: none;
	text-align: center;
	line-height: 2;
    color: #87BD42;
	background-color: none;
    border: solid 2px #87BD42;
    border-radius: 6px;
    transition: .4s;
	margin-top: 2em;
}
.btn_details:hover {
	background-color: #87BD42;
	border: solid 2px #87BD42;
	color: #fff;
}
.box_service1 {
	margin: 2em 0;
	background: #deffb3;
}
.box_service1 .box-title {
	font-size: 1.2em;
	background: #87BD42;
	padding: 4px;
/*	text-align: center;*/
	color: #FFF;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.box_service1 p {
	padding: 15px 20px;
	margin: 0;
}



/* TECHNOLOGY.HTML
-------------------------------------------------- */


/* AUTHORIZATION.HTML
-------------------------------------------------- */


/* BASES.HTML
-------------------------------------------------- */
.label_bases {
	padding: .1em .75em;
	width: 7em;
	border-radius: 6px;
	font-weight: 700;
	font-size: 1.2em;
	color: #fff;
	text-align: center;
	margin-bottom: .5em;
}
.orange {
	background-color: #FFE100;
}
.green {
	background-color: #87BD42;
}

/* ABOUT.HTML
-------------------------------------------------- */
.table_about { margin: 0; }
.table_about th { font-weight: 400; color: #231815; text-align: left; vertical-align: middle; -moz-text-align-last: justify; text-align-last: justify; text-justify:inter-ideograph; }
.table_about td { color: #231815; vertical-align: middle; }
/*.table_about td:nth-of-type(1) { width: 30%; text-align: center; }*/


/* MESSAGE.HTML
-------------------------------------------------- */
.p_message {
	font-weight: 700;
	font-size: 1.2em;
	margin-bottom: 1em;
}


/* HISTORY.HTML
-------------------------------------------------- */
.table_history { margin: 0; }
.table_history th { font-weight: 400; color: #231815; text-align: right; vertical-align: middle; border-top: none!important; border-right: 2px solid #24120E; border-bottom: none; width: 20%; }
.table_history td { color: #231815; vertical-align: middle; border-top: none!important; border-bottom: none; }


/* BASES.HTML
-------------------------------------------------- */
/* RECRUIT.HTML
-------------------------------------------------- */
.table_recruit { margin: 0; }
.table_recruit th { font-weight: 400; color: #231815; text-align: left; vertical-align: middle; -moz-text-align-last: justify; text-align-last: justify; text-justify:inter-ideograph; width: 13%; }
.table_recruit td { color: #231815; vertical-align: middle; }
/*.table_recruit td:nth-of-type(0) { width: 30%; }*/


/* VOICE.HTML
-------------------------------------------------- */
.p_voice1, .p_voice2 {
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
.p_voice2 {
	font-size: 28px;
}
.p_voice2 span {
	font-size: 15px;
}
.p_voice3 {
	font-size: 23px;
}



/* LINEUP.HTML
-------------------------------------------------- */
.box_lineup {
	border: 1px solid #aaa;
	padding: 1em 2em;
	margin: 2em auto;
}
/*
.p_lineup {
	font-weight: 700;
	font-size: 18px;
}
*/


/* CONTACT.PHP
-------------------------------------------------- */






/* PRIVACY.HTML
-------------------------------------------------- */
.privacy_text {
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	margin-top: 5px;
	margin-bottom: 30px;
	font-size: 14px;
}





/* INDEX.PHP
-------------------------------------------------- */
/* --- WordPress新着記事 --- */
li.article-list {
	list-style: none;
/*	border-bottom: 1px dotted #ccc;*/
/*	padding: .5em auto;*/
	padding-top: .5em;
	padding-bottom: .5em;
}

.article-date {
/*	font-family: Bahnschrift,sans-serif;
	font-size: 1.2em;*/
	color: #231815;
}
/*
.single-date {
	font-family: Bahnschrift,sans-serif;
	color: #231815;
}
*/
/*
.report-date {
	font-family: Bahnschrift,sans-serif;
	font-size: 1.2em;
	line-height: 2;
	background-color: #68B82E;
	color: #fff;
}*/

.page-title {
	font-weight: 600;
	font-size: 1.5em;
	line-height: 2;
	color: #231815;
	transition: .4s;
}
.single-title {
	font-weight: 600;
	font-size: 1.5em;
	line-height: 2;
	color: #231815;
}
/*
.category-title {
	line-height: 3;
	font-weight: 600;
	color: #231815;
	transition: .4s;
}*/
.side-title {
	font-weight: 500;
	color: #231815;
	transition: .4s;
}
.article-title a {
	color: #231815;
	transition: .4s;
}
.article-title a:hover, .page-title:hover, .side-title:hover {
	color: #FFE100;
	text-decoration: none!important;
}
/*
.category-content {
	font-size: 12px;
	margin: 1em auto;
}
*/
.article-content {
	
}
.article-cat {
	display: inline-block;
	width: 6em;
	padding: 0.1em 0.4em;
	text-align: center;
}
/*.single-cat {
	display: inline-block;
	padding: 0.1em 1em;
	text-align: center;

	margin: .5em;
	background-color: #ccc;
	font-weight: 500;
	color: #fff;
}*/
/*
.single-cat a {
	display: inline-block;
	padding: 0.1em 1em;
	text-align: center;

	margin: .5em;
	background-color: #ccc;
	font-weight: 500;
	color: #fff;
	border: 1px solid #ccc;
	text-decoration: none;
}*/
/*
.single-cat a:hover {
	background: none;
	color: #ccc;
	border: 1px solid #ccc;
}
*/
.side-cat a {
	color: #231815;
	transition: .4s;
}
.side-cat a:hover {
	color: #FFE100;
	
}

/* カテゴリ別に背景を色分け(span.カテゴリスラッグ) */

span.group1	{ background: #DE2525; }
span.group2	{ background: #87BD42; }
span.group3	{ background: #076BAF; }
span.others	{ background: #666; }

span.group1, span.group2, span.group3,
span.others {
	color: #fff;
	font-size: 11px;
	font-weight: 500;
/*	border-radius: 3px;*/
}

.btn_news {
    display: inline-block;
	margin: 1em 0;
    padding: 2px 10px;
    text-decoration: none;
	line-height: 1.3;
	font-weight: 600;
	font-size: .9em;
    color: #87BD42;
	background-color: #fff;
    border: solid 2px #87BD42;
    border-radius: 3px;
    transition: .4s;
}
.btn_news:hover {
/*	background: none;*/
	color: #fff;
	background-color: #87BD42;
	border: solid 2px #87BD42;
}

/*
.next {
	float: right;
	font-size: 14px;
	margin-top: 1em;
}

.prev {
	float: left;
	font-size: 14px;
	margin-top: 1em;
}
*/

hr.wp_news {
	margin: .5em auto;
}

/* ページネーションプラグイン WP-PageNavi */
.wp-pagenavi {
	clear: both;
	text-align:center;
	margin-top: 2em;
}
.wp-pagenavi a, .wp-pagenavi span {
	color: #FFE100;
	background-color: #fff;
	padding: 8px 15px;
	margin: 0 2px;
	white-space: nowrap;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration: none;
	border: 1px solid #FFE100;
}
.wp-pagenavi a:hover{
	color: #fff;
	background-color: #FFE100;
}
.wp-pagenavi span.current{
	color: #fff;
	background-color: #FFE100;
}


/* CONTACT.PHP
-------------------------------------------------- */
/* --- お問い合わせフォーム --- */
/* デザインカスタマイズ */
/*div.wpcf7 { color: #231815; border:2px solid #231815; padding:0px; padding-bottom: 2em; margin:0 0 30px 0; }*/
div.wpcf7 { color: #231815; padding:0px; padding-bottom: 2em; margin:0 0 30px 0; }
div.wpcf7 p { padding:30px 30px 0; margin:0; }
div.wpcf7 input, .wpcf7 select, .wpcf7 textarea { border:1px solid #231815; padding:8px; font-size:14px; }
div.wpcf7 number { border:1px solid #231815; padding:8px; font-size:14px; }
div.wpcf7 textarea { width:97.5%; height:300px; }
/* 544px以下の場合 */
@media screen and (max-width:544px){
/*	div.wpcf7 input, div.wpcf7 p, div.wpcf7 text { width:97.5%; }*/
	div.wpcf7 input[type="p"],
	div.wpcf7 input[type="text"],
	div.wpcf7 input[type="email"] { width:97.5%; }
	div.wpcf7 input[type="number"] { width:80%; }
}
div.wpcf7 input.wpcf7-submit {
   cursor:pointer; display: inline-block; padding: 0.3em 1em; text-decoration: none;
   background: none; color: #231815; font-weight: 500; border: solid 2px #231815; border-radius: 3px; transition: .4s;
}
div.wpcf7 input.wpcf7-submit:hover { background: #231815; color: white; }
.wpcf7 input.wpcf7-submit:active { box-shadow:none; bottom:-2px; position:relative; }
.wpcf7 input:focus, .wpcf7 textarea:focus { border:1px solid #231815; }
.wpcf7-captchac { border:1px solid #231815; }

/* ラジオボタン縦表示 */
.wpcf7-list-item {
    display: block;
}

/* エラー個所をわかりやすく表示 */
.wpcf7 .wpcf7-not-valid { background: #ffb6c1; }
.wpcf7 span.wpcf7-not-valid-tip {font-size: 80%;}
.wpcf7 .wpcf7-response-output {margin: 10px 0 0; padding: 8px 35px 8px 14px; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);}
.wpcf7 .wpcf7-validation-errors {color: #B94A48; background-color: #F2DEDE; border: 1px solid #EED3D7;}
.wpcf7 .wpcf7-mail-sent-ok {color: #3A87AD; background-color: #D9EDF7; border: 1px solid #BCE8F1;}

/* 必須赤色表示 */
.wpcf7 .required { color: #f00; font-weight: 500; }
/* 任意緑色表示 */
.wpcf7 .any{ color: #080; font-weight: 500; }







/* RESPONSIVE CSS
-------------------------------------------------- */

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
/*.pc { display: block !important; }*/
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
/*@media only screen and (max-width: 544px) {*/
@media only screen and (max-width: 991px) {
	.pc { display: none !important; }
	.sp { display: block !important; }
	.sp li{
		margin: 10px 0 10px 50px;
		a,a:hover,a:focus,a:active,a.active{outline:0}
		a{color:#726256}
		a:hover,a:focus,a:active,a.active{color:#fec503;text-decoration: none;}
	}
}
.pc_album { display: block !important; }
.sp_album { display: none !important; }
@media only screen and (max-width: 991px) {
	.pc_album { display: none !important; }
	.sp_album { display: block !important; }
}