@charset "utf-8";

/*
@package WordPress
@subpackage 株式会社エフ・ユー
@created 20150725
@last modified 20150805
*/


/* ==================================
	リセットCSS
================================== */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
html {
	overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6 {
 	font-size: 100%;
	font-weight: normal;
}
ol,ul {
	list-style: none;
}
fieldset, img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a:active, a:focus {
	outline: none;
}
img {
	vertical-align: bottom;
}

/* ==================================
	共通スタイル/汎用クラス
================================== */
html {
	height: 100%;
	font-size: 62.5%;
}
body {
	color: #000;
	font-size:18px;
	font-size:1.6em;
	line-height:1.5;
	letter-spacing:  0.8px;
	font-family: 'Noto Sans JP', sans-serif;
	/*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","游ゴシック", "Yu Gothic","メイリオ","Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
}
a {
	color: #0b3e8e;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	cursor: pointer;
}
a:hover img {
	opacity: 0.7;
}
#container {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}
#contents {
	width: 950px;
	height: auto;
	margin: 0 auto 50px;
}
#main {
	width: 950px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
  font-size: 18px;
  font-size: 1.8rem;
}
.clearfix:after {
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
	height: 0;
	content: " ";
	font-size: 0;
}
img.alignleft {
	float: left;
	padding: 0 15px 15px 15px;
}
img.alignright {
	float: right;
	padding: 0 15px 15px 15px;
}

* html .clearfix { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.font-mincho {
	font-family: 'Noto Serif JP', serif;
	/*font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif;*/
}
strong.color {
	font-weight: bold;
	color: #b5151e;
}

/* スマホだけ表示 */
.mobile_view {
	display: none;
}

/*--- タブレット（949） ---*/
@media screen and (max-width: 949px) and (min-width: 0px) {
	body {
		line-height: 20px;
	}
	#container {
		width: 100%;
		height: auto;
		padding: 0 10px;
	}
	#contents {
		width: 100%;
	}
	#main {
		width: 100%;
		float: none;
		padding: 0 5px 10px;
		background: #fff;
	}
	img.alignleft,
	img.alignright {
		float: none;
		padding: 0px;
	}
	img {
		max-width: 100%;
		height: auto;
	}
	/* スマホだけ改行される */
	.br:before {
	content: "\A" ;
	white-space: pre ;
	}
	/* PCだけ表示 */
	.pc_view {
		display: none;
	}
	/* スマホだけ表示 */
	.mobile_view {
		display: block;
	}
}

/* ==================================
	スタイル
================================== */

/***** ヘッダー *****/
#header {
	width: 100%;
	margin: 0 auto 40px;
}
.header_inner {
	width: 950px;
	margin: 0 auto;
}
.header_box_left {
	float: left;
	padding-top: 30px;
}
.header_box_left img {
	padding-right: 0px;
	float: left;
}
.header_box_left .comment {
	float: right;
	color: #000;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0.3px;
	line-height: 14px;
	margin: 10px 0 0 20px;
}
.header_box_right {
	float: right;
}
.header_box_right .recruit {
	float: right;
	padding: 27px 0 0 5px;
}
.header_box_right .contact_box {
	float: left;
	padding-top: 30px;
}
.header_box_right .top {
	font-weight: bold;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 1.5px;
	line-height: 14px;
}
.header_box_right .bottom img {
	width: 175px;
	height: auto;
}

@media screen and (max-width: 949px) and (min-width: 0px) {
	#header {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		padding: 0 10px;
		margin-bottom: 15px;
	}
	.header_inner {
		width: 100%;
		margin: 0 auto;
	}
	.header_box_left  {
		width: 100%;
		padding-top: 20px;
	}
	.header_box_left  p {
		text-align: center;
		line-height: 12px;
	}
	.header_box_left img {
		float: none;
		width: 100%;
		max-width: 242px;
		padding-bottom: 10px;
	}
	.header_box_left .comment {
		float: none;
	}
	.header_box_right {
		display: none;
	}
}


/***** グローバルナビ *****/
.menu-globalnavi-container  {
	width: 100%;
	position: relative;
	background: #f2f2f2;
	background: -moz-linear-gradient(top,  #f2f2f2 0%, #bdbdbd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#bdbdbd));
	background: -webkit-linear-gradient(top,  #f2f2f2 0%,#bdbdbd 100%);
	background: -o-linear-gradient(top,  #f2f2f2 0%,#bdbdbd 100%);
	background: -ms-linear-gradient(top,  #f2f2f2 0%,#bdbdbd 100%);
	background: linear-gradient(to bottom,  #f2f2f2 0%,#bdbdbd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#bdbdbd',GradientType=0 );
	margin-bottom: 20px;
}
.menu-globalnavi-container:after {
	content: "";
	display: block;
	position: absolute;
	top: 52px;
	left: 0;
	height:	2px;
	width: 100%;
	background: #3b3b3b;
	background: -moz-linear-gradient(left,  #3b3b3b 0%, #7d7d7d 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#3b3b3b), color-stop(100%,#7d7d7d));
	background: -webkit-linear-gradient(left,  #3b3b3b 0%,#7d7d7d 100%);
	background: -o-linear-gradient(left,  #3b3b3b 0%,#7d7d7d 100%);
	background: -ms-linear-gradient(left,  #3b3b3b 0%,#7d7d7d 100%);
	background: linear-gradient(to right,  #3b3b3b 0%,#7d7d7d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b3b3b', endColorstr='#7d7d7d',GradientType=1 );
}
#globalnavi {
	width: 950px;
	margin: 0 auto 30px;
}
#globalnavi li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	position:relative;
	width: 158px;
	line-height: 16px;
	text-align: center;
	font-weight: bold;
}
#globalnavi li:first-child{
	width: 159px;
}
#globalnavi li a {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
	font-size: 14px;
	font-size: 1.4rem;
	color: #4d4d4d;
	padding: 18px 0;
	border-right: 1px solid #fff;
}
#globalnavi li:first-child a {
	border-left: 1px solid #fff;
}
/*#globalnavi li:first-child a,
#globalnavi li:nth-child(2) a {
	font-size: 13px;
	font-size: 1.3rem;
	padding: 12px 0 10px;
}*/

#globalnavi .consul a,#globalnavi .tech a,#globalnavi .cs a {
	font-size: 13px;
	font-size: 1.3rem;
	padding: 12px 0 10px;
}

/*ホバー表示*/
#globalnavi li a:hover {
	color: #0b3e8e;
	background: #e9f2f2;
	background: -moz-linear-gradient(top,  #e9f2f2 0%, #f1faff 55%, #c7d6ff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9f2f2), color-stop(55%,#f1faff), color-stop(100%,#c7d6ff));
	background: -webkit-linear-gradient(top,  #e9f2f2 0%,#f1faff 55%,#c7d6ff 100%);
	background: -o-linear-gradient(top,  #e9f2f2 0%,#f1faff 55%,#c7d6ff 100%);
	background: -ms-linear-gradient(top,  #e9f2f2 0%,#f1faff 55%,#c7d6ff 100%);
	background: linear-gradient(to bottom,  #e9f2f2 0%,#f1faff 55%,#c7d6ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f2f2', endColorstr='#c7d6ff',GradientType=0 );
}
/* アクティブ表示*/
#globalnavi li.current_menu_item a,
#globalnavi li.current_page_item a,
#globalnavi li.current-page-ancestor a,
.result #globalnavi li.result a {
	color: #fff;
	background: #2e5eb4;
	background: -moz-linear-gradient(top,  #2e5eb4 0%, #5195df 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2e5eb4), color-stop(100%,#5195df));
	background: -webkit-linear-gradient(top,  #2e5eb4 0%,#5195df 100%);
	background: -o-linear-gradient(top,  #2e5eb4 0%,#5195df 100%);
	background: -ms-linear-gradient(top,  #2e5eb4 0%,#5195df 100%);
	background: linear-gradient(to bottom,  #2e5eb4 0%,#5195df 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e5eb4', endColorstr='#5195df',GradientType=0 );
}

/*===== タブレット（949） =====*/
@media screen and (max-width: 949px) and (min-width: 0px) {
	.menu-globalnavi-container  {
		margin-bottom: 10px;
	}
	.menu-globalnavi-container:after {
		display: none;
	}
	#globalnavi {
		width: 100%;
		margin: 0 auto;
	}
	#globalnavi li {
		position:relative;
		width: 33%;
		height: 52px;
	}
	#globalnavi li:first-child,
	#globalnavi li:nth-child(4){
		width: 34%;
	}
	#globalnavi li a {
		height: 52px;
		padding: 17px 0 0;
		border-bottom: 1px solid #fff;
	}
	#globalnavi li:nth-child(1) a {
		border-left: 0;
	}
	#globalnavi li:nth-child(3) a,
	#globalnavi li:nth-child(6) a {
		border-right: 0;
	}
	#globalnavi li:nth-child(1) a,
	#globalnavi li:nth-child(2) a {
		padding: 10px 0 0px;
	}
}

/*===== iPhone（639） =====*/
@media screen and (max-width: 639px) and (min-width: 0px) {
	#globalnavi li {
		width: 50%;
		height: 52px;
	}
	#globalnavi li:first-child,
	#globalnavi li:nth-child(4){
		width: 50%;
	}
	#globalnavi li:first-child a,
	#globalnavi li:nth-child(2) a {
		font-size: 12px;
		font-size: 1.2rem;
	}
	#globalnavi li:nth-child(odd) a {
		border-right: 1px solid #fff;
	}
	#globalnavi li:nth-child(even) a {
		border-right: 0;
	}
}

/***** パンくず *****/
#bread {
	margin-bottom: 5px;
}
#bread li {
	float: left;
	font-size: 12px;
	font-size: 1.2rem;
	color: #d1e2ff;
}
#bread li a {
	color: #d1e2ff;
	text-decoration: none;
}
#bread li a:hover {
	text-decoration: underline;
}
#bread li:after {
	content: "＞";
}
#bread li:last-child:after {
	content: "";
}

@media screen and (max-width: 949px) and (min-width: 0px) {
	#bread {
		margin-bottom: 10px;
	}
	#bread li {
		line-height: 14px;
	}
}

/***** 見出し・見出し下テキスト・テーブル・リスト *****/

.slogan {
	font-size: 30px;
	font-size: 3.0rem;
	color: #333;
	font-weight: bold;
	line-height: 45px;
	margin: 0 0 30px 30px;
}
.h1_box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 1em 0;
	padding: 1em 1.5em;
	background: #396fc1;
	background: url("./images/h1_bg.png") right bottom no-repeat,
	-webkit-gradient(linear, left top, right top, color-stop(0%,#396fc1), color-stop(100%,#4684d2));
	background: url("./images/h1_bg.png") right bottom no-repeat,
	-webkit-linear-gradient(left,  #396fc1 0%,#4684d2 100%);
	background: url("./images/h1_bg.png") right bottom no-repeat,
	-o-linear-gradient(left,  #396fc1 0%,#4684d2 100%);
	background: url("./images/h1_bg.png") right bottom no-repeat,
	-ms-linear-gradient(left,  #396fc1 0%,#4684d2 100%);
	background: url("./images/h1_bg.png") right bottom no-repeat,
	linear-gradient(to right,  #396fc1 0%,#4684d2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#396fc1', endColorstr='#4684d2',GradientType=1 );
}
h1 {
	font-size: 32px;
	font-size: 3.2rem;
	color: #fff;
}
h2 {
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: bold;
	color: #0b3e8e;
	margin: 0 0 25px 30px;
}
.h2_txt {
	margin-left: 30px;
}
h3 {
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	color: #333;
	margin: 0 0 15px 40px;
	padding: 0px 5px 5px 0px;
	line-height: 20px;
}
h3:before {
	content: "";
	display: block;
	position: relative;
	top:  23px;
	right: 10px;
	height:	25px;
	width: 3px;
	background: #b5151e;
	background: -moz-linear-gradient(left,  #b5151e 0%, #e54f56 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#b5151e), color-stop(100%,#e54f56));
	background: -webkit-linear-gradient(left,  #b5151e 0%,#e54f56 100%);
	background: -o-linear-gradient(left,  #b5151e 0%,#e54f56 100%);
	background: -ms-linear-gradient(left,  #b5151e 0%,#e54f56 100%);
	background: linear-gradient(to right,  #b5151e 0%,#e54f56 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5151e', endColorstr='#e54f56',GradientType=1 );
}
.h3_txt {
	margin-left: 40px;
}
h4 {
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	color: #333;
	margin: 0 0 20px 30px;
	padding: 0px 5px 5px 10px;
	background: url("./images/h4_bg.png") 0% 40% no-repeat;
}
.h4_txt {
	margin-left: 40px;
}

ul.list_style01 {
}
ul.list_style01 li{
	background: url(images/list01_bg.png) no-repeat 0 8px;
	padding: 0 0 0 12px;
}
ol.list_style02 {
	padding-left: 16px;
	padding-left: 1.6rem;
}
ol.list_style02 li {
	text-indent: -16px;
	text-indent: -1.6rem;
}
ol.list_style02 li:nth-child(1):before {
	content: '\002460';
}
ol.list_style02 li:nth-child(2):before {
	content: '\002461';
}
ol.list_style02 li:nth-child(3):before {
	content: '\002462';
}
ol.list_style02 li:nth-child(4):before {
	content: '\002463';
}
ol.list_style02 li:nth-child(5):before {
	content: '\002464';
}
ol.list_style02 li:nth-child(6):before {
	content: '\002465';
}
ol.list_style02 li:nth-child(7):before {
	content: '\002466';
}
ol.list_style02 li:nth-child(8):before {
	content: '\002467';
}
ol.list_style02 li:nth-child(9):before {
	content: '\002468';
}
ol.list_style02 li:nth-child(10):before {
	content: '\002469';
}

.table_style01 {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.table_style01 th {
	background: #f6f1e9;
	background: -moz-linear-gradient(left,  #f6f1e9 0%, #fdfcfa 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f6f1e9), color-stop(100%,#fdfcfa));
	background: -webkit-linear-gradient(left,  #f6f1e9 0%,#fdfcfa 100%);
	background: -o-linear-gradient(left,  #f6f1e9 0%,#fdfcfa 100%);
	background: -ms-linear-gradient(left,  #f6f1e9 0%,#fdfcfa 100%);
	background: linear-gradient(to right,  #f6f1e9 0%,#fdfcfa 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f1e9', endColorstr='#fdfcfa',GradientType=1 );
	border: 1px solid #ccc;
	padding: 15px;
	text-align: left;
}
.table_style01 td {
	border: 1px solid #ccc;
	padding: 15px;
}

.table_style02 {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.table_style02 th {
	background: #f6f1e9;
	border: 1px solid #ccc;
	padding: 15px;
	text-align: left;
}
.table_style02 td {
	border: 1px solid #ccc;
	padding: 10px;
}

.company .table_style02 .table_style03 {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.company .table_style02 .table_style03 th {
	background: none;
	border:none;
	padding: 10px 0 ;
	text-align: left;
	font-weight: normal;
	width: 150px !important;
}
.company .table_style02 .table_style03 td {
	border:none;
	padding: 10px 5px 10px 10px;
}

@media screen and (max-width: 949px) and (min-width: 0px) {
	.slogan {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 26px;
		margin: 0 0 20px 0;
	}
	.h1_box {
		height: auto;
		margin: 0 0 15px 0;
		padding: 10px ;
	}
	h1 {
		font-size: 26px;
		font-size: 2.6rem;
		line-height: 28px;
	}
	h2 {
		font-size: 22px;
		font-size: 2.2rem;
		margin: 0 0 15px 10px;
		line-height: 1.4;
	}
	.h2_txt {
		margin-left: 10px;
	}
	h3 {
		font-size: 18px;
		font-size: 1.8rem;
		margin: 0 0 15px 10px;
		padding: 0px 5px 5px 5px;
	}
	h3:before {
		top:  21px;
		height:	22px;
	}
	.h3_txt {
		margin-left: 10px;
	}
	h4 {
		font-size: 18px;
		font-size: 1.8rem;
		margin: 0 0 15px 10px;
		padding: 0px 5px 5px 10px;
	}
	.h4_txt {
		margin-left: 10px;
	}
	.table_style02 {
		width: 100% !important;
		border-bottom: 1px solid #ccc;
	}
	.table_style02 th {
		display: block;
		border-bottom: 0;
		padding: 10px;
	}
	.table_style02 td {
		display: block;
		border-bottom: 0;
	}
	.table_style02:last-child tr td {
	}

.company .table_style02 .table_style03 {
		width: 100% !important;
		border:none;
	}
.company .table_style02 .table_style03 th {
		display: block;
		padding: 10px;
	}
.company .table_style02 .table_style03 td {
		display: block;

	}
}

/***** コンテンツ *****/


/* 実績 */
.result .intro {
	margin: 0 0 30px 30px;
}
.tag {
	width: 145px;
	height: 22px;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
	line-height: 22px;
}
.result_box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ccc;
	padding: 20px 20px 0 20px;
	margin-bottom: 30px;
}
.result_box .title {
	height: 40px;
	padding-left: 10px;
	margin: 0 0 15px 0;
	background: #faf7f2;
	line-height: 40px;
	font-weight: bold;
}
.result_box .note {
	padding-left: 10px;
	margin: 0 0 15px 0;
}
@media screen and (max-width: 949px) and (min-width: 0px) {
	.result .intro {
		margin: 0 0 20px 10px;
	}
	.result_box {
		padding: 10px 10px 0 10px;
	}
}

/* LPガス関係 */
.page_btn p {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	width: auto;
	height: 32px;
	margin: 0 5px 5px 0;
	padding: 3px 8px;
	border: 1px solid #e6e6e6;
	background: #f2f2f2;
	background: -moz-linear-gradient(top,  #f2f2f2 0%, #cccccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#cccccc));
	background: -webkit-linear-gradient(top,  #f2f2f2 0%,#cccccc 100%);
	background: -o-linear-gradient(top,  #f2f2f2 0%,#cccccc 100%);
	background: -ms-linear-gradient(top,  #f2f2f2 0%,#cccccc 100%);
	background: linear-gradient(to bottom,  #f2f2f2 0%,#cccccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#cccccc',GradientType=0 );
}
.page_btn a {
	display: block;
	color: #4d4d4d;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
}
.page_btn a:hover {
	color: #0b3e8e;
	text-decoration: none;
}
.lpgas .table_style01 {
	width: auto;
	margin-left: 30px;
}
.lpgas .table_style01 th {
	text-align: center;
}

/* LPガス業務用ガス機器メンテ講習 */
.lpgas .gas_koushu {
	background-color: #f6f1e9;
	border: 1px solid #e6e6e6;
	padding: 25px;
}

.lpgas .gas_koushu__inner {
	background-color: #fff;
	padding: 10px 25px;
}

.lpgas .gas_koushu__inner h3 {
	margin-left: 10px;
}

@media screen and (max-width: 949px) and (min-width: 0px) {
	.lp_btn p {
		width: 100%;
		height: auto;
		padding: 2px 0;
	}
	.lpgas .table_style01 {
		width: 100%;
		margin-left: 5px;
		border-bottom: 1px solid #ccc;
	}
	.lpgas .table_style01 th {
		padding: 3px 5px 3px 10px;
		font-size: 14px;
		font-size: 1.4rem;
		border-bottom: 0;
		-ms-text-align-last: auto;
		text-align: left;
	}
	.lpgas .table_style01 td {
		display: block;
		padding: 3px 5px 3px 10px;
		font-size: 14px;
		font-size: 1.4rem;
		border-bottom: 0;
	}
	.table_img {
		width: 100%;
		height: auto;
	}

	.lpgas .gas_koushu {
		padding: 15px;
	}

	.lpgas .gas_koushu__inner {
		padding: 5px 10px;
	}
}

/* 親ページの時、子ページ一覧バナーを表示する */
.subpagelist {
	margin: 80px 0 0 30px;
}
.subpagelist>li {
	float: left;
	width: 300px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ccc;
	background: #e7f1ff;
	padding: 15px 7px 15px 15px;
	margin: 0 10px 10px 0;
}
.subpagelist>li:nth-child(3n) {
	margin-right: 0px;
}
.subpagelist>li a {
	width: 100%;
	height: 100%;
}
.subpagelist>li:hover {
}
.subpagelist>li img {
	float: left;
	width: 100px;
	height: 100px;
}
.subpagelist>li .title {
	display: table-cell;
	height :100px;
	width: 168px !important;
	padding-left: 8px;
	vertical-align: middle;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
}
.safety_active .safety,
.simplegas_active .simplegas,
.privatization_active .privatization,
.diagnose_active .diagnose,
.co2_active .c02,
.subsidy_active .subsidy,
.training_active .training,
.cs_active .cs,
.qualification_active .qualification,
.entry_active .entry,
.information_active .information,
.access_active .access,
.founder_active .founder {
	background: #e6e6e6;
}
.safety_active .safety a,
.simplegas_active .simplegas a,
.privatization_active .privatization a,
.diagnose_active .diagnose a,
.co2_active .c02 a,
.subsidy_active .subsidy a,
.training_active .training a,
.cs_active .cs a,
.qualification_active .qualification a,
.entry_active .entry a,
.information_active .information a,
.access_active .access a,
.founder_active .founder a {
	color: #666;
}

.subpagelist>.safety .title {
	font-size: 18px;
	font-size: 1.8rem;
}

@media screen and (max-width: 949px) and (min-width: 0px) {
	.subpagelist {
	margin: 50px 0 0 10px;
	}
	.subpagelist>li {
		width: 100%;
		padding: 5px;
	}
	.subpagelist>li img {
		width: 50px;
		height: 50px;
	}
	.subpagelist>li .title,
	.subpagelist>.safety .title {
		height :50px;
		width: 100% !important;
		font-size: 14px;
		font-size: 1.4rem;
	}
}

/* コンタクトフォーム */
.hissu {
	color: #b5151e;
}
.asterisk {
}
.asterisk:after {
	content: "＊";
	color: #b5151e;
	font-size: 12px;
	font-size: 1.2rem;
	margin-left: 3px;
}
.wpcf7-list-item {
	display: block;
}
.text-long {
	width: 100%;
	height: 20px;
	border: 1px solid #ddd;
}
.text-short {
	width: 15%;
	height: 20px;
	border: 1px solid #ddd;
}

.drop {
	height: 20px;
	font-size: 16px;
}


.margin_post,.margin_add {
	margin-bottom: 5px;
}
.margin_messe p:first-child .text-long {
	height: 150px;
}
.contact #main {
	padding-left: 30px;
}
.contactform .table_style02 {
	width: 90%;
	font-size: 14px;
	font-size: 1.4rem;
}
.contactform .table_style02 th {
	width: 25%;
	white-space: nowrap;
}
.contactform .table_style02 td {
	width: 75%;
}
.contactform .submit {
	margin-top: 30px;
	text-align: center;
}

.contactform .submit input {
	width: 100px;
	height: 35px;
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 3px;
	padding: 2px;
	background: #e54f56;
	background: -moz-linear-gradient(top,  #e54f56 0%, #b5151e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e54f56), color-stop(100%,#b5151e));
	background: -webkit-linear-gradient(top,  #e54f56 0%,#b5151e 100%);
	background: -o-linear-gradient(top,  #e54f56 0%,#b5151e 100%);
	background: -ms-linear-gradient(top,  #e54f56 0%,#b5151e 100%);
	background: linear-gradient(to bottom,  #e54f56 0%,#b5151e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e54f56', endColorstr='#b5151e',GradientType=0 );
}

@media screen and (max-width: 949px) and (min-width: 0px) {
	.contact #main {
		padding-left: 0;
	}
	.margin_messe p:first-child .text-long {
		height: 150px;
	}
	.contactform .table_style02 {
		width: 100%;
	}
	.contactform .table_style02 th {
		width: auto;
	}
	.contactform .table_style02 td {
		width: auto;
		padding: 5px;
	}
}

/* 公開模擬申込フォーム*/
.mogiform #main {
	padding-left: 30px;
}
.mogiform .member {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	margin: 20px 0 0px;
}
@media screen and (max-width: 949px) and (min-width: 0px) {
	.mogiform #main {
		padding-left: 0;
	}
}

/*公開模擬申込フォーム　メッセージ*/
div.wpcf7-response-output {
	margin: 1em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7-mail-sent-ok {
	border: 5px solid #398f14;
	font-size: 18px;
	font-size:1.8em;
	font-weight: bold;
	line-height: 1.5px;
	line-height: 1.5em;
}

div.wpcf7-mail-sent-ng {
	border: 5px solid #ff0000;
	font-size: 18px;
	font-size:1.8em;
	font-weight: bold;
	line-height: 1.5px;
	line-height: 1.5em;
}

div.wpcf7-spam-blocked {
	border: 5px solid #ffa500;
	font-size: 18px;
	font-size:1.8em;
	font-weight: bold;
	line-height: 1.5px;
	line-height: 1.5em;
}

div.wpcf7-validation-errors {
	border: 5px solid #f7e700;
	font-size: 18px;
	font-size:1.8em;
	font-weight: bold;
	line-height: 1.5px;
	line-height: 1.5em;
}

span.wpcf7-form-control-wrap {
	position: relative;
}



/* 人材派遣 */
.haken_system {
	text-align: center;
}
@media screen and (max-width: 949px) and (min-width: 0px) {
	.haken_system img {
		width: 100%;
		max-width: 662px;
		height: auto;
	}
}

/* 派遣登録希望の方へ */
.employment .shokushu_table {
	width: 920px;
	margin-left: 30px;
}
.employment .shokushu_table th {
	vertical-align: top;
	width: 250px;
}
.employment .shokushu_table td {
	padding: 10px 15px;
}
.employment .haken_table {
	width: 530px;
	margin-left: 40px;
}
.employment .haken_table th {
	vertical-align: top;
	width: 220px;
}
.employment .haken_table td {
	padding: 10px 15px;
}
.employment ol {
	list-style: decimal;
}
.employment ol li {
	margin-left: 20px;
}
.employment .flow {
	border: 1px solid #b3b3b3;
	padding: 15px 15px 15px 85px;
}
.employment .flow .title {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 55px;
}
.employment .step1 {
	background: url("./images/entry_step1.png") 15px 15px no-repeat;
}
.employment .step2 {
	background: url("./images/entry_step2.png") 15px 15px no-repeat;
}
.employment .step3 {
	background: url("./images/entry_step3.png") 15px 15px no-repeat;
}
.employment .step4 {
	background: url("./images/entry_step4.png") 15px 15px no-repeat;
}
.entry_arrow {
	text-align: center;
	padding: 5px 0;
}
.step2 .list_style01{
	font-size: 85%;
}
@media screen and (max-width: 949px) and (min-width: 0px) {
	.employment .shokushu_table {
		width: 100%;
		margin-left: 0;
	}
	.employment .shokushu_table th {
		width: auto;
	}
	.employment .haken_table {
		width: 100%;
		margin-left: 0;
	}
	.employment .haken_table th {
		width: auto;
	}
}

/* 会社概要 */
.company .table_style02 th {
	vertical-align: top;
	white-space: nowrap;
}
.company .table_style02 td {
	padding: 10px 10px 10px 15px;
}
.company .kwsk {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	width: 170px;
	padding: 3px;
	background: #1c4b96;
	background: -moz-linear-gradient(top,  #1c4b96 0%, #0b3e8e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1c4b96), color-stop(100%,#0b3e8e));
	background: -webkit-linear-gradient(top,  #1c4b96 0%,#0b3e8e 100%);
	background: -o-linear-gradient(top,  #1c4b96 0%,#0b3e8e 100%);
	background: -ms-linear-gradient(top,  #1c4b96 0%,#0b3e8e 100%);
	background: linear-gradient(to bottom,  #1c4b96 0%,#0b3e8e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c4b96', endColorstr='#0b3e8e',GradientType=0 );
}
.company .kwsk a {
	display: block;
	color: #fff;
	text-decoration: none;
}

.company .table_member {
	width: 400px;
}

@media screen and (max-width: 949px) and (min-width: 0px) {
	.company .table_style02 {
		width: 100%;
		margin-left: 0;
		border-bottom: 1px solid #ccc;
	}
	.company .table_style02 th {
		width: auto;
	}

	.company .table_member {
		margin-left: 0;
		width: 100%;
	}
}

/* 地図 */
.company iframe {
	margin-left: 30px;
}

.map_img{
	text-align: center;
}
@media screen and (max-width: 949px) and (min-width: 0px) {
	.map_img img {
		margin-bottom: 20px;
		width: 100%;
		height: auto;
	}
	.company iframe {
		width: 100%;
		height: auto;
		margin-left: 0;
	}
}

/*創業者の想い*/
@media screen and (max-width: 949px) and (min-width: 0px) {
	.founder_img {
		max-width: 150px;
	}
}

/***** フッター *****/

.footer_note {
	width: 950px;
	overflow: hidden;
	margin: 0 auto 5px;
}
.footer_note ul {
}
.footer_note ul li {
	float: left;
	border-right: 1px solid #727272;
	padding: 0 5px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 14px;
}
.footer_note ul li:first-child {
	border-left: 1px solid #727272;
}
.footer_note ul li:a {
	color: #424242;
}

.img-right {
text-align: right;
}

#go-pagetop{
	display: none;
	position: fixed;
	right: 5px;
	bottom: 5px;
	padding: 0;
	cursor: pointer;
}
#footer {
	width: 100%;
	border-top: 1px solid #b2b2b2;
	background: #f6f1e9;
}
#footer .footer_inner_wrap {
	min-width: 950px;
	text-align: center;
}
#footer .footer_inner {
	width: 950px;
	margin: 0 auto;
	padding: 30px 0 40px;
}
#footer .footer_inner .left {
	float: left;
	text-align: left;
	font-size: 14px;
	font-size: 1.4rem;
}
#footer .footer_inner .left .add {
	letter-spacing: 0.5px;
	padding: 5px 0 10px 50px;
}

#footer .footer_inner .left .add .iten_red {
	color: #b5151e;
	display: block;
}

#footer .footer_inner .left .add .iten_red_s {
	color: #b5151e;
	font-size: 12px;
	font-size:1.2rem;
}

#footer .footer_inner .left .add .iten_txt {
	color: #4d4d4d;
	font-size: 14px;
	font-size:1.4rem;
}



#footer .footer_inner .right {
	float: right;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
}
#footer small {
	font-size: 10px;
	font-size: 1.0rem;
	color: #808080;
}

@media screen and (max-width: 949px) and (min-width: 0px) {
	.footer_note {
		width: 100%;
	}
	.footer_note ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		/*width: auto;
		margin: 5px auto;*/
	}
	.footer_note ul li {
		margin-bottom: 5px;
	}
	#footer {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		min-width: 0;
	}
	#footer .footer_inner_wrap {
		min-width: 0;
		padding: 0 10px;
	}
	#footer .footer_inner {
		width: auto;
		margin: 0 auto;
		padding: 10px 0;
	}
	#footer .footer_inner .left {
		float: none;
		text-align: center;
	}
	#footer .footer_inner .left img {
		width: 100%;
		max-width: 242px;
		margin-bottom: 10px;
	}
	#footer .footer_inner .left .add {
		padding: 10px 0 ;
	}
	#footer .footer_inner .right {
		float: none;
	}
	#footer .footer_inner .right .tel a {
		color: #4d4d4d;
		text-decoration: none;
	}
	#footer .footer_inner .right img {
		width: 100%;
		max-width: 220px;
	}
}


/***** 404 *****/
.notfound h1 {
}
.notfound #main {
	padding-top: 50px;
}


/* ==================================
	テンプレート　（style.css用）※リスト等は別途設定
================================== */

.imgleft_col .img {
	float: left;
	margin-right: 10px;
}
.imgleft_col .img img {
	margin-right: 10px;
	margin-bottom: 10px;
}
.imgleft_col .text {
	overflow: hidden;
}
.imgright_col .img {
	float: right;
	margin-left: 10px;
}
.imgright_col .img img {
	margin-left: 10px;
	margin-bottom: 10px;
}
.imgright_col .text {
	overflow: hidden;
}
.imgleft_row .img {
	float: left;
	margin-right: 20px;
}
.imgleft_row .img img {
	margin-bottom: 10px;
	display: block;
}
.imgleft_row .text {
	overflow: hidden;
}
.imgright_row .img {
	float: right;
	margin-left: 20px;
}
.imgright_row .img img {
	margin-bottom: 10px;
	display: block;
}
.imgright_row .text {
	overflow: hidden;
}

/*===== タブレット（949） =====*/
@media screen and (max-width: 949px) and (min-width: 0px) {
	.imgleft_row .img,
	.imgright_row .img {
		float: none;

	}
	.imgleft_row .img {
		margin-right: 0;
	}
	.imgright_row .img {
		margin-left: 0;
	}
	.imgleft_row .img img,
	.imgright_row .img img {
		width: 100%;
		max-width: 350px;
		height: auto;
	}
}


/* 2016.02.24 add */
/*
.contactform .member1-course .wpcf7-list-item:nth-child(3),
.contactform .member2-course .wpcf7-list-item:nth-child(3),
.contactform .member3-course .wpcf7-list-item:nth-child(3),
.contactform .member4-course .wpcf7-list-item:nth-child(3),
.contactform .member5-course .wpcf7-list-item:nth-child(3),
.contactform .member1-course .wpcf7-list-item:nth-child(5),
.contactform .member2-course .wpcf7-list-item:nth-child(5),
.contactform .member3-course .wpcf7-list-item:nth-child(5),
.contactform .member4-course .wpcf7-list-item:nth-child(5),
.contactform .member5-course .wpcf7-list-item:nth-child(5)
.contactform .member1-course .wpcf7-list-item.first {
margin-top:7px;
padding-top:7px;
border-bottom:1px dotted #ccc;
}
*/
/* 20190628_nishi_人材募集バナー */
.header_saiyou {
	margin-top: 3px;
	margin-right: 10px;
}


/* 20240205 TOP_CSビジネススキル教育 */
@media only screen and (min-width: 0) and (max-width: 949px) {
    img.alignnone.size-full.wp-image-4126 {
        width: 65%;
        height: auto;
    }
}
