@charset "utf-8";
/* CSS Document */


/****************************************************************************************************

* SmartPhone *

****************************************************************************************************/

/**********************************************
  COLUMN
***********************************************/

header {
	width: 100%;
	margin: 0;
}
/**********************************************
  header
***********************************************/

header {
	height: 67px;
}
header #head h1 {
	float: left;
	margin: 6px 0 9px 7px;
}
header #head #pc_logo02 {
	float: right;
	margin: 20px 7px 0 0;
}
header h1 a {
	width: 108px;
	height: 50px;
	display: block;
}
header h1 {
	background: url(../images/pc/pc_logo.gif) left top no-repeat;
	background-size: contain;
	margin: 0;
}
.tb_top_img {
	width: 100%;
}
/**********************************************
  gnavi
***********************************************/

#sp_menu {
	position: relative;
	display: none;
}
#pc_menu_bar {
	width: 100%;
	background: -moz-linear-gradient(top, #248bd6, #227dc0);
	background: -webkit-linear-gradient(top, #248bd6, #227dc0);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(#248bd6), color-stop(#227dc0));
	background: -o-linear-gradient(top, #248bd6, #227dc0);
	background: -ms-linear-gradient(top, #248bd6, #227dc0);
	background: linear-gradient(to bottom, #248bd6, #227dc0);
	margin: 0;
	padding: 0;
}
#pc_menu {
	width: 100%;
	margin: 0 auto;
	background: -moz-linear-gradient(top, #248bd6, #227dc0);
	background: -webkit-linear-gradient(top, #248bd6, #227dc0);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(#248bd6), color-stop(#227dc0));
	background: -o-linear-gradient(top, #248bd6, #227dc0);
	background: -ms-linear-gradient(top, #248bd6, #227dc0);
	background: linear-gradient(to bottom, #248bd6, #227dc0);
}
#pc_menu li {
	text-align: center;
	position: relative;
	float: left;
	width: 15%;
	border-left: 1px solid #227dc0;
}/* 最初のボタン */
#pc_menu li.navi_btn01 {
	text-align: center;
	position: relative;
	float: left;
	width: 15%;
	border-left: none;
}
#pc_menu li.navi_btn05 {
	text-align: center;
	position: relative;
	float: left;
	width: 24%;
	border-left: 1px solid #227dc0;
}
#pc_menu li span, #pc_menu li a {
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	background: -moz-linear-gradient(top, #248bd6, #227dc0);
	background: -webkit-linear-gradient(top, #248bd6, #227dc0);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(#248bd6), color-stop(#227dc0));
	background: -o-linear-gradient(top, #248bd6, #227dc0);
	background: -ms-linear-gradient(top, #248bd6, #227dc0);
	background: linear-gradient(to bottom, #248bd6, #227dc0);
}
#pc_menu li a.gnavi_on {
	background: -moz-linear-gradient(top, #1a6eb4, #00385f);
	background: -webkit-linear-gradient(top, #1a6eb4, #00385f);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(#1a6eb4), color-stop(#00385f));
	background: -o-linear-gradient(top, #1a6eb4, #00385f);
	background: -ms-linear-gradient(top, #1a6eb4, #00385f);
	background: linear-gradient(to bottom, #1a6eb4, #00385f);
}
#pc_menu .children-1 a {
	text-align: left;
	height: 50px;
	line-height: 50px;
	width: 100%;
	background: url(../images/pc/ic_arrow.gif) 13% center no-repeat #ffffff;
	color: #000000;
	border-bottom: 1px solid #227dc0;
	border-right: 1px solid #227dc0;
	padding: 0 0 0 35%;
}
#pc_menu li ul.children-1 li a:hover {
	width: 100%;
	background: url(../images/pc/ic_arrow_white.png) 13% center no-repeat #3d99dd;
	background-size: 5%;
	color: #ffffff;
}
#pc_menu li.navi_btn04 .children-1 a {
	text-align: left;
	height: 50px;
	line-height: 50px;
	width: 100%;
	background: url(../images/pc/ic_arrow.gif) 13% center no-repeat #ffffff;
	color: #000000;
	border-bottom: 1px solid #227dc0;
	border-right: 1px solid #227dc0;
	padding: 0 0 0 35%;
}
#pc_menu .children-2 a {
	width: 100%;
}
#pc_menu li .children-1 li {
	width: 100%;
}
#pc_menu li .children-1 {
	display: none;
	position: absolute;
	top: 50px;
	left: 0px;
	width: 100%;
}
#pc_menu li:hover .children-1 {
	display: block;
	background: -moz-linear-gradient(top, #1a6eb4, #00385f);
	background: -webkit-linear-gradient(top, #1a6eb4, #00385f);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(#1a6eb4), color-stop(#00385f));
	background: -o-linear-gradient(top, #1a6eb4, #00385f);
	background: -ms-linear-gradient(top, #1a6eb4, #00385f);
	background: linear-gradient(to bottom, #1a6eb4, #00385f);
}
#pc_menu li:hover > a {
	background: -moz-linear-gradient(top, #1a6eb4, #00385f);
	background: -webkit-linear-gradient(top, #1a6eb4, #00385f);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(#1a6eb4), color-stop(#00385f));
	background: -o-linear-gradient(top, #1a6eb4, #00385f);
	background: -ms-linear-gradient(top, #1a6eb4, #00385f);
	background: linear-gradient(to bottom, #1a6eb4, #00385f);
}
#pc_menu li:hover > span {
	background: -moz-linear-gradient(top, #1a6eb4, #00385f);
	background: -webkit-linear-gradient(top, #1a6eb4, #00385f);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(#1a6eb4), color-stop(#00385f));
	background: -o-linear-gradient(top, #1a6eb4, #00385f);
	background: -ms-linear-gradient(top, #1a6eb4, #00385f);
	background: linear-gradient(to bottom, #1a6eb4, #00385f);
}
#pc_menu li:hover a:hover {
	background: -moz-linear-gradient(top, #1a6eb4, #00385f);
	background: -webkit-linear-gradient(top, #1a6eb4, #00385f);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(#1a6eb4), color-stop(#00385f));
	background: -o-linear-gradient(top, #1a6eb4, #00385f);
	background: -ms-linear-gradient(top, #1a6eb4, #00385f);
	background: linear-gradient(to bottom, #1a6eb4, #00385f);
*/
}
/**********************************************
  パンくず
***********************************************/

#breadcrumb {
	clear: both;
	font-size: 80%;
	margin: 0 0 0% 2%;
}
#breadcrumb a.ic_home {
	display: inline-block;
	background: url(../images/pc/ic_home.gif) left top no-repeat;
	width: 16px;
	height: 14px;
	background-size: contain;
	vertical-align: bottom;
}
#breadcrumb a {
	color: #000;
	text-decoration: none;
}
/* ==========================================================================
   見出し
========================================================================== */

.h_base {
	font-size: 100%;
	background: #227dc0;
	padding: 0.5% 0 0.5% 2%;
	margin: 0 0 15px 0;
	color: #fff;
	width: 100%;
}
.h_base_greeting {
	width: 100%;
	height: auto;
	background: none;
	background-size: contain;
	padding: 13.28125% 0 0 0;
	margin: 0;
	text-indent: -9999px;
}
/* ==========================================================================
   footer
========================================================================== */

div.pc_footertop {
	clear: both;
}
div#footer_nav {
	width: 96%;
	margin: 0 auto 2em;
}
div#footer_nav ul {
	float: left;
}
div#footer_nav ul.company {
	width: 24%;
}
div#footer_nav ul.business {
	width: 24%;
}
div#footer_nav ul.equipment {
	width: 26%;
}
div#footer_nav ul.others {
	width: 26%;
}
div#footer_nav ul li {
	padding-left: 1em;
}
div#footer_nav ul li.footernavi_h {
	background: url(../images/tb/footernavi_ar.png) no-repeat left center;
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 1em;
}
div#footer_nav ul li.footernavi_h02 {
	background: url(../images/tb/footernavi_ar.png) no-repeat left center;
	font-weight: bold;
	font-size: 100%;
}
div#footer_nav ul li ul {
	float: none;
	width: 100%;
}
div#footer_nav ul li ul li {
	padding-left: 0.1em;
}
div#footer_nav a {
	color: #000000;
}
div#footer_nav a:hover {
	color: #217fc4;
}
div.footer_tb {
	width: 100%;
	background: url(../images/tb/tb_footer_img.png) no-repeat right bottom;
}
div.logo_add_wrap {
	width: 100%;
	padding-bottom: 1em;
	background: url(../images/tb/tb_footer_img.png) no-repeat right bottom;
	background-size: 199px 46px;
}
div.logo_add {
	float: left;
	width: 35%;
	margin-right: 2%;
	margin-left: 1.8%;
}
footer a {
	color: #b1b1b1;
	text-decoration: none;
}
#footer_logo {
	background: url(../images/sp/sp_logo_02.gif) left top no-repeat;
	background-size: contain;
	max-width: 211px;
	max-height: 20px;
width:;
	height: 20px;
	margin-left: 1%;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}
#footer_logo img {
	width: 100%;
	height: auto;
}
footer span.foot_addr {
	display: block;
	font-size: 100%;
	text-align: left;
	margin-left: 1%;
	padding: 0;
}
.tbnone {
	display: none;
}
footer ul#contact {
	float: left;
	width: 35%;
}
footer ul {
	font-size: 109.375%;
	color: #2b7fc4;
}
footer ul#contact a {
	color: #2b7fc4;
	width: 100%;
}
footer ul li.Tel {
}
footer ul li span.tel {
	background: url(../images/sp/ic_tel_sp.png) left top no-repeat;
	background-size: 36px 36px;
	padding: 4% 0 0% 45px;
	display: inline-block;
	height: 36px;
	vertical-align: middle;
}
footer ul li span.tel a {
}
footer ul li.Mail {
}
footer ul li span.mail {
	background: url(../images/sp/ic_mail_sp.png) left top no-repeat;
	background-size: 36px 36px;
	padding: 4% 0 0% 45px;
	display: inline-block;
	height: 36px;
	vertical-align: middle
}
footer ul li.zip_address {
	display: none;
}
footer ul.foot_menu {
	display: none;
}
#copyright {
	clear: both;
	text-align: left;
	padding-left: 2%;
}
footer div#copyright span {
	font-size: 75%;
	color: #fff;
	line-height: 3.333333;
	margin: 0;
}
footer div#copyright {
	background: #000;
}
.none {
	display: none;
}
.tb_none {
	display: none;
}
a {
	text-decoration: none;
}
ul {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}
p {
	margin: 0;
	padding: 0;
}
/* コンテンツ */

/* トップへ戻るアイコン */
.pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 70px;
	height: 57px;
}
.pagetop a {
	display: block;
	text-align: center;
}
.pagetop img {
	width: 100%;
	height: auto;
}
div#wrap {
	clear: both;
	width: 100%;
}
div#wrap div.main_img img {
	vertical-align: bottom;
	text-align: center;
}
div#wrap div.main_img {
	text-align: center;
}
ul.bxslider {
	display: none;
}
div#topics_bnr {
	background: url(../images/tb/bg_topics_bnr.gif) left top repeat;
	padding: 2.9947916% 0 2.864583% 0;
	overflow: hidden;
}
div#top_topics {
	width: 97.39583%;
	border: 1px solid #d6dce2;
	background: #ffffff;
	margin: 0 auto 2.99479166666%;
	overflow: hidden;
}
div#top_topics h2 {
	background: url(../images/pc/ic_square.gif) 2.14% center no-repeat;
	padding: 2% 0 2% 5.88%;
	border-bottom: 2px solid #a2b7c6;
	margin: 0 0 0 0;
	font-size: 127.8109534%;
	font-weight: normal;
	color: #358ac9;
	letter-spacing: 3px;
}
div#top_topics dl {
	width: 96.2567%;
	margin: 0 auto;
	border-bottom: 1px dotted #b2b2b2;
	overflow: hidden;
}
div#top_topics dl.topics_end {
	border: none;
}
div#top_topics dl dt {
	float: left;
	margin: 2% 4% 2% 2%;
}
div#top_topics dl dd {
	float: left;
	margin: 2% 4% 2% 2%;
}
div.top_bnr_access {
	border: 3px solid #217fc4;
	width: 46.5%;
	float: left;
	background: url(../images/tb/tb_ic_arrow.gif) 95.238095238% center no-repeat #ffffff;
	font-size: 127.811%;
	margin: 0 0 0 1.3%;
}
div.top_bnr_recruit {
	border: 3px solid #217fc4;
	width: 46.5%;
	float: right;
	background: url(../images/tb/tb_ic_arrow.gif) 95.238095238% center no-repeat #ffffff;
	font-size: 127.811%;
	margin: 0 1.3% 0 0;
}
div.top_bnr_access a, div.top_bnr_recruit a {
	color: #106fb5;
	padding: 6% 0 6% 7%;
	display: block;
}
div#appeal {
	overflow: hidden;
	margin: 0 0 4.8177083% 0;
	background: url(../images/pc/appeal_gra.gif) left top repeat-x;
	padding: 4% 0 0 0;
}
div#appeal h2 {
	margin: 0 0 1.7% 0;
}
div.top_inspection {
	clear: both;
	width: 47.2273317647%;
	float: left;
	margin: 0 0 0 1.3020833335%;
}
div.top_business {
	width: 47.2273317647%;
	float: right;
	margin: 0 1.3020833335% 0 0;
}
div.top_inspection h2.inspection a {
	background: url(../images/tb/tb_top_btn01.gif) left top no-repeat;
	display: block;
	width: 100%;
	padding-top: 15.300546448%;
	height: auto;
	background-size: contain;
}
div.top_business h2.business a {
	background: url(../images/tb/tb_top_btn02.gif) left top no-repeat;
	display: block;
	width: 100%;
	padding-top: 15.300546448%;
	height: auto;
	background-size: contain;
}
div.top_inspection h2.inspection a:hover {
	opacity: 0.8;
}
div.top_business h2.business a:hover {
	opacity: 0.8;
}
div.top_inspection p img, div.top_business p img {
	width: 100%;
}
div.top_inspection p {
	margin: 0 0 4% 0;
}
div.top_business p.txt {
	line-height: 1.2;
	margin: 0 0 0.5em 0;
}
div.top_inspection p.txt {
	line-height: 1.2;
	margin: 0 0 3em 0;
}
/* コンテンツ */

div#client {
	background: url(../images/pc/client_gra.gif) left top repeat-x #f3f4f4;
	width: 100%;
	clear: both;
	padding: 5.5% 0 0 0;
	overflow: hidden;
	margin: 0 0 3.515625% 0;
	border-bottom: 1px solid #e4e3e3;
}
div#client h2 {
	background: url(../images/tb/tb_ic_client.gif) left top no-repeat;
	width: 24.6888528%;
	padding-top: 6%;
	background-size: contain;
	height: auto;
	margin: 0 0 4.3% 2%;
}
div#client div#client_detail span {
	display: none;
}
div#client p.client02 {
	background: url(../images/pc/client_02.gif) left top no-repeat;
	width: 10.4%;
	height: auto;
	padding-top: 3%;
	background-size: contain;
	float: left;
	margin: 0 10% 0 4.5%;
}
div#client p.client03 {
	background: url(../images/pc/client_03.gif) left top no-repeat;
	width: 17.8%;
	height: auto;
	padding-top: 2%;
	background-size: contain;
	float: left;
	margin: 0 10% 5% 0;
}
div#client p.client04 {
	background: url(../images/pc/client_04.gif) left top no-repeat;
	width: 10.8%;
	height: auto;
	padding-top: 4%;
	background-size: contain;
	float: left;
	margin: 0 10% 0 0;
}
div#client p.client05 {
	background: url(../images/pc/client_05.gif) left top no-repeat;
	width: 21.5%;
	height: auto;
	padding-top: 6%;
	background-size: contain;
	float: left;
	margin: 0 0 5.5% 0;
}
