@charset "utf-8";
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }

/*------------------------------------------------------------
	clearfix
------------------------------------------------------------*/
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;

	font-size: 1em;
	letter-spacing: 1px;

}

body,
table,
input, textarea, select, option {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1em;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
	zoom: 0.8;
}

a,
a:link {
	text-decoration: none;
}


@media screen and (max-device-width: 480px){
	img { max-width:100%;height:auto;}
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #333;
	font-size: 13px;
	line-height: 1.2;
	background: #FFF;
	-webkit-text-size-adjust: none;
}

#container {
	text-align: left;
	padding-top: 80px;
}

p.TxtCenter {
	text-align: center;
	font-size: 11px;
	line-height: 19px;
}
p.TxtLeft {
	text-align: left;
	font-size: 11px;
	line-height: 19px;
	width: 90%;
	margin: 0 auto;
}
.imgW90 {
	width: 90%;
	margin: 30px auto;
	display: block;
}

/* PC・スマホ切り替え */
#anchorToPcInSp {
	display: none;
}


/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	width: 100%;
	height: 60px;
	position: fixed;
	top: 0;
	background: #fff;
	border-bottom: 1px solid #ccc;
	z-index: 1000;
}

#gHeader h1 {
	padding: 15px 15% 0 10px;
	float: left;
	width: 40%;
}
#gHeader h1 img{
	max-height: 60px;
}

#gHeader ul {
	float: right;
	text-align: right;
	float: right;
	margin: 0;
	padding: 0;
}

#gHeader li {
	float: left;
}
#gHeader li.header_img {
	float: left;
	height: 60px;
}
#gHeader li.header_img img{
	height: 100%;
}
/*------------------------------------------------------------
	menuBox
------------------------------------------------------------*/
.menuBox {
	display: none;
	padding: 0;
	text-align: center;
	position: fixed;
	top:60px;
	z-index: 1001;
	width: 100%;
}

.menuBox ul {
	margin: 0 10px;
	font-size: 9px;
}

.menuBox li {
	margin-bottom: 20px;
	padding-left: 20px;
	font-size: 13px;
	background-image: url(../../image/common/arrow.png);
	background-repeat:no-repeat;
	background-size: 10px;
	text-align: left;
	height: 30px;
	line-height: 5px;
}
.menuBox li:last-child {
	margin-bottom: 0px;
}
.menuBox li a {
	padding: 5px 0;
	display: block;
	font-size: 11px;
	text-decoration: underline;
	color: #000;
}

.menuBox .TopArea {
	display: block;
	position: fixed;    /* bodyに対しての絶対位置指定 */
	right: 0px;
	top: 0px;
	width: 30%;
	cursor: pointer;
	z-index: 3;
}
.menuBox .TopArea .BtnClose {
	display: block;
	position: absolute;
	right: 0%;
	width: 60px;
}
.menuBox .MenuArea {
	background-color: #E9E9E9;
	margin: 0;
	width: 100%;
	padding: 30px 20px;
}

/*------------------------------------------------------------
	パンくず
------------------------------------------------------------*/
#Breadcrumbs {
	padding-left: 3%;
	margin-bottom: 40px;
	display: block;
	clear: both;
}
#Breadcrumbs li {
	margin-right: 5px;
	margin-left: 5px;
	display: inline;
	font-size: 12px;
	float: left;
}

#Breadcrumbs li a {
	margin-right: 10px;
	text-decoration: underline;
	color: #FC4229;
}



/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	margin: 30px auto 0px;
	width: 100%;
}

#gFooter .fNavi {
	margin: 20px 10px;
	width: 95%;
	height:auto;
	overflow:hidden;
}

#gFooter .fNavi li {
	margin-bottom: 15px;
	padding-left: 15px;
	background-image: url(../../image/common/arrow.png);
	background-repeat:no-repeat;
	background-size: 10px;
	text-align: left;
	height: 20px;
	width: 44%;
	float: left;
}
#gFooter .fNavi li a {
	padding: 5px 0;
	text-decoration: underline;
	color: #000;
	font-size: 8px;
}

#gFooter .fLink {
	width: 96%;
	margin: 20px auto;
	height:auto;
	overflow:hidden;
	padding: 0 2%;
}
#gFooter .fLink img {
	float: left;
	width: 44%;
	margin: 10px 3%;
}

#gFooter .copyright {
	padding: 7px 0;
	color: #FFF;
	font-size: 8px;
	text-align: center;
	background-color: #000;
}

/* ページトップへ */
#GoTop {
	width: 100%;
	border-top: 1px solid #25B0A1;
	margin: 40px 0 70px;
	text-align: center;
	position: relative;
	float: left;
}
#GoTop img {
	position:absolute;
	top: 0px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 20%;
}

/*------------------------------------------------------------
	会社情報
------------------------------------------------------------*/
.Company {
	background-color: #25B0A1;
	width: 90%;
	margin: 0 2%;
	padding: 0px 3% 100px;
	text-align: center;
}
.Company img {
	margin: 100px auto 100px;
	zoom: 0.6;
}
.Company li {
	color: #FFF;
	margin-right: 10px;
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom: 5px;
	text-align: left;
	font-size: 11px;
}
.Company .C_Item {
	display: block;
	background-color: #FFF;
	color: #25B0A1;
	font-size: 11px;
	width: 25%;
	text-align: center;
	padding: 10px 0;
	margin-bottom: 10px;
}
.Company .C_Detail {
	font-size: 11px;
	color: #FFF;
	line-height: 18px;
	text-align: left;
}
.Company hr {
	width: 98%;
	margin: 40px auto 20px;
	background-color: #FFF;
	border: 0;
	height: 1px;
}

/* ロゴについて */
#CompanyLogo {
	width: 100%;
	margin: 0px auto 50px;
	text-align: center;
}
#CompanyLogo img {
	display: block;
	margin: 100px auto;
	zoom: 0.6;
}
#CompanyLogo img.Original {
	width: 75%;
	display: block;
	margin: 40px auto 30px;
}
#CompanyLogo .LogoText{
	width: 86%;
	margin: 50px auto;
	text-align: left;
	padding: 7px 10px;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 3px;
	background-image: url("../../image/company/logo_bg.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 80% 80%;
}
#CompanyLogo .Line {
	border-top: 1px double #25B0A1;
	border-bottom: 1px double #25B0A1;
	width: 90%;
	margin: 10px auto;
	height: 7px;
}

/*------------------------------------------------------------
	お問い合わせ
------------------------------------------------------------*/
#Contact {
	width: 100%;
	background-color: #25B0A1;
	margin: 70px auto;
	text-align: center;
	position: relative;
	height: 540px;
}
#Contact .title {
	position:absolute;
	top: 170px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	zoom: 0.6;
}
#Contact .AreaImage {
	width: 98%;
	position:absolute;
	top: 270px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#Contact .AreaImage img {
	margin: 70px 1% 100px;
	width: 20%;
}
#Contact .Comment {
	position:absolute;
	top: 340px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #FFF;
	font-size: 11px;
	width: 84%;
	text-align: left;
	line-height: 18px;
}
#Contact .InquiryBtn {
	position:absolute;
	top: 420px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin-bottom: 130px;
}
#Contact .InquiryBtn img{
	width: 100%;
}
#Contact .PageBtn {
	position:absolute;
	bottom: -55px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#Contact .PageBtn img{
	width: 50%;
}

/*------------------------------------------------------------
	お問い合わせフォーム
------------------------------------------------------------*/
#Inquiry {
	width: 100%;
	text-align: center;
	padding-bottom: 60px;
}
#Inquiry h2 {
	width: 100%;
	background-color: #25B0A1;
	color: #FFF;
	font-size: 14px;
	padding: 10px 0;
	margin: 60px 0 20px;
	display: block;
	clear: both;
}
#Inquiry h2.InqTel {
	width: 100%;
	background-color: #25B0A1;
	color: #FFF;
	font-size: 14px;
	padding: 10px 0;
	margin: 50px 0 20px;
	display: block;
	clear: both;
}
.TelBox {
	width: 90%;
	margin: 20px auto;
	height:auto;
	overflow:hidden
}
.TelBox .TelNo{
	color: #25B0A1;
	font-size: 2.2em;
	font-weight: bold;
	letter-spacing: 2px;
	vertical-align: bottom;
}
.TelBox img {
	width: 10%;
	margin-right: 10px;
	width: 35px;
}
.TelBox p{
	width: 100%;
	text-align: center;
	background-color: #B0E9E3;
	float: left;
	margin-top: 5px;
	padding: 5px 0;
	font-size: 11px;
}
.imgStep {
	width: 85%;
	margin: 70px 0 40px;
}
#Inquiry .FormBox {
	width: 96%;
	margin: 0px auto;
	text-align: left;
}
#Inquiry .FormBox .ItemLine{
	margin-top: 30px;
	margin-bottom: 10px;
	width: 100%;
	font-size: 13px;
	float: left;
}
#Inquiry .FormBox .EntryLine{
	width: 100%;
	font-size: 13px;
}
#Inquiry .FormBox .AddTitle {
	margin-bottom: 10px;
	margin-top: 10px;
	width: 100%;
	font-size: 13px;
	float: left;
}
#Inquiry .FormBox .ItemLine img {
	margin-right: 10px;
	vertical-align: middle;
	width: 12%;
}
#Inquiry .FormBox .Example {
	font-size: 11px;
	margin-left: 15px;
}
#Inquiry .FormBox input[type="text"],
textarea {
	padding: 10px 8px;
	outline: none;
	border: 1px solid #A0A0A0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 13px;
	float: left;
}
#Inquiry .FormBox .w30 {
	width: 30%;
}
#Inquiry .FormBox .w100 {
	width: 94%;
}
#Inquiry .FormBox .w50px {
	width: 50px;
	margin-right: 5px;
}
#Inquiry .FormBox .w20px {
	width: 20px;
	margin-right: 5px;
}
#Inquiry .FormBox textarea {
	width: 94%;
	margin-bottom: 60px;
}
#Inquiry .FormBox input[type=radio] {
	margin-right: 10px;
}
#Inquiry .FormBox label.LblLeft {
	margin-right: 30px;
	margin-bottom: 10px;
	padding: 10px 10px 0px 15px;
	float: left;
}
#Inquiry .FormBox label.LblBlock {
	margin-right: 30px;
	margin-bottom: 10px;
	padding: 10px 10px 0px 0px;
	display: block;
}
#Inquiry .EntryButton{
	width: 65%;
	height: 40px;
	margin: 0px auto;
	text-align: center;
	display: block;
	clear: left;
	border: 0px;
	background-image: url("../../image/inq/btn_entry.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
}
#Inquiry .error_m {
	font-size: 11px;
	font-weight: 500;
	color: #FB4329;
	display: block;
	clear: left;
	padding-top: 20px;
}
#Inquiry .error_info {
	width: 85%;
	margin: 10px auto 20px;
	background-color: #FDD8D2;
	font-size: 11px;
	text-align: center;
	padding: 10px 0;
}


/* 内容確認 */
table.tabConfirm {
	width: 96%;
	border: 1px solid #C2C2C2;
	margin: 25px auto;
	border-collapse: collapse;
}
table.tabConfirm th {
	background-color: #E5E5E5;
	font-size: 12px;
	padding: 10px 0px;
	width: 33%;
	text-align: center;
	border: 1px solid #C2C2C2;
}
table.tabConfirm td {
	font-size: 12px;
	padding: 10px;
	border: 1px solid #C2C2C2;
	text-align: left;
}
#Inquiry .FormBox .ButtonBox {
	width: 100%;
	display: block;
	height:auto;
	overflow:hidden
}
#Inquiry .FormBox .CorrectButton{
	width: 100%;
	margin: 30px auto;
	text-align: center;
	display: block;
	font-size: 13px;
	color: #000;
}
#Inquiry .FormBox a.CorrectButton {
	color: #000;
	text-decoration: underline;
}
#Inquiry .FormBox .SendButton{
	width: 65%;
	height: 40px;
	margin: 40px auto;
	text-align: center;
	display: block;
	clear: left;
	border: 0px;
	background-image: url("../../image/inq/btn_send.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
}
#Inquiry .CompMsg {
	color: #25B0A1;
	font-size: 14px;
	font-weight: bold;
	margin: 70px 0 50px;
}


#Privacy {
	width: 85%;
	height: 120px;
	overflow: scroll;
	overflow-x: hidden;
	border-top: 1px solid #626262;
	border-bottom: 1px solid #626262;
	margin: -10px auto 80px;
	padding: 10px;
}
#Privacy h4{
	font-size: 10px;
	text-align: left;
	margin: 20px 0 0 0;
}
#Privacy p{
	font-size: 9px;
	text-align: left;
	line-height: 20px;
	margin: 0 0 0 0;
}
#Privacy ol {
	list-style-type: decimal;
	font-size: 9px;
	line-height: 20px;
	margin-left: 20px;
}
#Privacy::-webkit-scrollbar{
	width: 15px;
}
#Privacy::-webkit-scrollbar-track{
	background: #D6D6D6;
	border: none;
	border-radius: 10px;
	box-shadow: inset 0 0 2px #777;
}
#Privacy::-webkit-scrollbar-thumb{
	background: #626262;
	border-radius: 10px;
	box-shadow: none;
}
h3.h3Privacy {
	width: 100%;
	margin: 0px auto 20px;
	text-align: center;
	font-size: 9px;
}
h3.h3Privacy strong {
	font-size: 11px;
	margin-bottom: 0px;
}


/*------------------------------------------------------------
	FAQ
------------------------------------------------------------*/
#FAQ {
	width: 100%;
	margin: 10px 0 -20px;
	padding: 2% 0;
	text-align: center;
}
#FAQ ul {
	list-style: none;
	padding: 20px 0px 10px 0px;
	margin: 0;
	text-align: center;
}
#FAQ ul li {
	display: inline-block;
	margin: 5px 1%;
	width: 30%;
	font-size: 11px;
}
#FAQ ul li a {
	background-color: #25B0A1;
	border: solid 2px #25B0A1;
	color: #FFF;
	display: block;
	line-height: 20px;
	-webkit-touch-callout:none;
	-webkit-tap-highlight-color:(0,0,0,0);
	cursor: pointer;
	padding: 10px 0;
	text-decoration: underline;
}
#FAQ ul li a:hover {
	background-color: #FFF;
	border: solid 1px #25B0A1;
	color: #25B0A1;
	padding: 10px 0;
}
#FAQ .imgTitle {
	margin: 100px auto;
	zoom: 0.6;
}
#FAQ .Box {
	width: 96%;
	border-bottom: 1px solid #25B0A1;
	height: auto;
	overflow: hidden;
	margin: 0 auto 10px;
}
#FAQ .BoxFaq {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
	height: auto;
	overflow: hidden;
}
#FAQ .BoxFaq img {
	float: left;
	margin-bottom: 20px;
	width: 12%;
}
#FAQ .BoxFaq .QAText {
	width: 70%;
	height:auto;
	overflow:hidden;
	font-size: 11px;
	line-height: 20px;
	float: left;
	margin: 0px 0 0 15px;
}
.hideAnchor {
	margin-top: -50px;
	padding-bottom: 50px;
}

/*------------------------------------------------------------
	保守管理
------------------------------------------------------------*/
#Service {
	width: 100%;
	margin: 0px auto;
	position: relative;
	background-image: url("../../image/service1/main.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	height: 250px;
}
#Service:before {
	content: "";
	display: block;
	padding-top: 100%; /* 1:1 */
}
#Service .Srv1_message {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	zoom:0.5;
}

#Service .SmallTitle {
	position: absolute;
	top: 100px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 1.5em;
	color: #FFF;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.7),
               0px 8px 13px rgba(0,0,0,0.4),
               0px 18px 23px rgba(0,0,0,0.4);
}
#Service .BigTitle {
	position: absolute;
	top: 140px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: auto;
	font-size: 2em;
	color: #FFF;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.7),
               0px 8px 13px rgba(0,0,0,0.4),
               0px 18px 23px rgba(0,0,0,0.4);
}

.SerDetail {
	text-align: center;
	width: 90%;
	margin: 0px auto;
}
.SerDetail .img_Title {
	margin: 100px auto;
	zoom: 0.5;
	display: block;
	clear: both;
}
.SerDetail .T_No {
	font-size: 14px;
	font-weight: bold;
	padding: 0px 15px 0px 5px;
	border-right: 2px solid #25B0A1;
	text-align: left;
	float: left;
	margin-top: 0px;
}
.SerDetail .T_Text {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	padding-left: 10px;
	text-align: left;
	float: left;
}
.SerDetail .D_Text {
	font-size: 11px;
	line-height: 19px;
	padding: 10px 10px 40px 0px;
	text-align: left;
	width: 98%;
	display: block;
	height: auto;
	overflow: hidden;
	border-bottom: 2px dotted #25B0A1;
	margin-bottom: 40px;
}
.SerDetail .D_TextNoLine {
	font-size: 11px;
	line-height: 19px;
	padding: 10px 10px 20px 0px;
	text-align: left;
	width: 98%;
	display: block;
	height: auto;
	overflow: hidden;
}
.SerPoint {
	text-align: center;
	width: 100%;
	margin: 20px 0;
	background-color: #25B0A1;
	padding: 20px 0;
}
.SerPoint .img_Title {
	margin: 100px auto 100px;
	zoom: 0.4;
}
.SerPoint .PointBox {
	width: 94%;
	border-left: 3px solid #FF4429;
	padding: 0px 8px;
	text-align: left;
	color: #FFF;
	height: auto;
	overflow: hidden;
	margin: 25px 0;
}
.SerPoint .PointBox .InBox {
	width: 100%;
}
.SerPoint .PointBox .I_Point{
	width: 8%;
	margin-right: 15px;
}
.SerPoint .PointBox .T_Point{
	width: 80%;
	font-size: 14px;
	font-weight: bold;
	vertical-align: bottom;
}
.SerPoint .PointBox .I_Service{
	width: 35%;
	margin: 0px 15px 0 0;
	float: left;
}
.SerPoint .PointBox .InBox p {
	width: 55%;
	margin-top: 15px;
	font-size: 11px;
	line-height: 19px;
	height: auto;
	overflow: hidden;
}
.SerPoint .PointBox .InBox p.wd100 {
	width: 100%;
	margin-top: 15px;
	font-size: 11px;
	line-height: 19px;
	height: auto;
	overflow: hidden;
}
.SerDetail .Flow1 {
	background-image: url("../../image/service1/step1_bg.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	text-align: center;
	color: #FFF;
	padding-top: 10%;
	padding-bottom: 10px;
}
.SerDetail .Flow2 {
	background-image: url("../../image/service1/step2_bg.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	text-align: center;
	color: #FFF;
	padding-top: 10%;
	padding-bottom: 10px;
}
.SerDetail .Flow3 {
	background-image: url("../../image/service1/step3_bg.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	text-align: center;
	color: #FFF;
	padding-top: 10%;
	padding-bottom: 10px;
}
.SerDetail .F_Title {
	font-size: 13px;
	font-weight: bold;
}
.SerDetail .F_Text {
	font-size: 11px;
	line-height: 19px;
	text-align: left;
	width: 96%;
	margin: 10px auto;
}
.SerDetail .img_Flow10 {
	width: 10%;
	margin-top: 7px;
}
.SerDetail .img_Flow15 {
	width: 15%;
	margin-top: 7px;
}
.SerDetail .FlowArrow {
	text-align: center;
	margin: 15px auto;
	width: 15%;
}

#Const {
	width: 100%;
	margin: 0px auto;
	position: relative;
	background-image: url("../../image/service2/main.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	height: 250px;
}
#Const:before {
	content: "";
	display: block;
	padding-top: 100%; /* 1:1 */
}
#Const .Con1_message {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	zoom:0.5;
}
#Const .SmallTitle {
	position: absolute;
	top: 100px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 1.5em;
	color: #FFF;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.7),
               0px 8px 13px rgba(0,0,0,0.4),
               0px 18px 23px rgba(0,0,0,0.4);
}
#Const .BigTitle {
	position: absolute;
	top: 140px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: auto;
	font-size: 2em;
	color: #FFF;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.7),
               0px 8px 13px rgba(0,0,0,0.4),
               0px 18px 23px rgba(0,0,0,0.4);
}
#Const .Massage {
	position: absolute;
	top: 200px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: auto;
	font-size: 1em;
	width: 90%;
	text-align: center;
	line-height: 1.5;
	color: #FFF;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.7),
               0px 8px 13px rgba(0,0,0,0.4),
               0px 18px 23px rgba(0,0,0,0.4);
}


/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#MainImage {
	width: 100%;
	margin: 0px auto;
　　position: relative;
	background-image: url("../../image/index/site.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	height: 400px;
	margin-top: 60px;
}
#MainImage:before {
    content: "";
    display: block;
    padding-top: 100%; /* 1:1 */
}
#MainImage .Site_message {
	position: absolute;
	top: 30%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 90%;
}
#MainImage p {
	position: absolute;
	top: 180px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 1.4em;
	color: #FFF;
	line-height: 2;
	text-align: center;
	width: 96%;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.7),
               0px 8px 13px rgba(0,0,0,0.4),
               0px 18px 23px rgba(0,0,0,0.4);
}
#MainImage span {
	position: absolute;
	top: 300px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 1em;
	color: #FFF;
	line-height: 2;
	text-align: center;
	width: 90%;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.7),
               0px 8px 13px rgba(0,0,0,0.4),
               0px 18px 23px rgba(0,0,0,0.4);
}


.TopPage {
	text-align: center;
	width: 100%;
	margin: 20px auto;
	height: auto;
	overflow: hidden;
}
.TopPage .img_Title {
	margin: 100px auto;
	zoom: 0.6;
	display: block;
	clear: both;
}
.RL_Box {
	width: 98%;
	border-right: 7px solid #FF4429;
	padding: 0;
	text-align: center;
	margin-top: 20px;
}
.LL_Box {
	width: 98%;
	border-left: 7px solid #FF4429;
	padding: 0;
	text-align: center;
	margin: 80px 0 0px;
}
.TopSrvImg {
	width: 65%;
}
.TopSrvText {
	width: 90%;
	margin: 20px auto;
	font-size: 11px;
	line-height: 19px;
	text-align: left;
}
.ButtonCnt {
	width: 45%;
}
h2.Title {
	font-size: 14px;
	color: #000;
	margin-bottom: 15px;
}
h2.Title strong{
	font-size: 16px;
	font-weight: bold;
}
h2.Title .TitleGreen {
	color: #25B0A1;
	font-size: 14px;
	font-weight: bold;
	margin-right: 10px;
}

#TopProduct {
	width: 100%;
	margin: 10px auto;
	height: auto;
	overflow: hidden;
}
#TopProduct .ButtonProd {
	padding-left: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 50%;
	margin-top: 70px;
}

/*
#TopAbout {
	width: 100%;
	margin: 40px auto 20px;
	background-image: url("../../image/index/bg_about.jpg");
	background-repeat: no-repeat;
	background-size: contain;
	height: 250px;
	padding-top: 100px;
}
#TopAbout .LogoAbout {
	padding-left: 100%;
	padding-bottom: 0;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	zoom: 0.6;
}
#TopAbout p{
	width: 90%;
	color: #FFF;
	line-height: 19px;
	font-size: 11px;
	text-align: left;
	margin: 10px auto -10px;
}
#TopAbout .BtnMore {
	padding-top: 30%;
	padding-left: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 50%;
}
*/

#TopAbout {
	width: 100%;
	margin: 40px auto 0px;
/*	background: url("../../image/index/bg_about.jpg") no-repeat center center;
*/
	background-color: #666;
	background-size: 100% auto;
	padding: 0;
}
#TopAbout .LogoAbout {
	margin-top: 130px;
	margin-bottom: 100px;
	padding-left: 100%;
	padding-bottom: 0;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	zoom: 0.6;
}
#TopAbout p{
	width: 90%;
	color: #FFF;
	line-height: 19px;
	font-size: 11px;
	text-align: left;
	padding-top: -30px;
	margin: -50px auto -10px;
}
#TopAbout .BtnMore {
	margin-top: 15%;
	padding-left: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 50%;
}




/*------------------------------------------------------------
	製品情報
------------------------------------------------------------*/
.CateTitle {
	width: 100%;
	text-align: center;
	color: #FFF;
	font-size: 11px;
	background-color: #666;
	margin: 30px 0 60px;
	padding: 3px 0;
	letter-spacing: 3px;
	float: left;
}

ul.ProductMenu {
	list-style: none;
	padding: 20px 0px;
	margin: 40px 0;
	text-align: center;
	height: auto;
	overflow: hidden;
}
ul.ProductMenu li {
	display: inline-block;
	margin: 5px 1.5%;
	width: 29%;
	font-size: 11px;
	float: left;
	background-color: #25B0A1;
	border: solid 2px #25B0A1;
	line-height: 20px;
	padding: 10px 0;
	color: #FFF;
}
ul.ProductMenu li a {
	text-decoration: underline;
}
ul.ProductMenu li.SelectLi {
	margin: 5px 1.5%;
	width: 29%;
	background-color: #FFF;
	border: solid 2px #25B0A1;
	color: #25B0A1;
	padding: 10px 0;
}

.ItemBox {
	width: 29%;
	margin: 10px 1.1%;
	background-color: #25B0A1;
	color: #FFF;
	padding: 2% 1%;
	float: left;
}
.ItemBox img{
	width: 90%;
	margin: 0 5%;
}
.ItemBox .ItemName{
	font-size: 11px;
	margin: 8px 0 15px 4%;
	text-align: left;
	width: 90%;
	height: 25px;
}
.ItemBox .ItemCode{
	font-size: 9px;
	margin-left: 4%;
	text-align: left;
	width: 90%;
}
.ItemBox hr {
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #FFF;
	margin-left: 4%;
	width: 90%;
}
.ItemBox br {
	height: 1px;
}
#ProdFooter {
	width: 100%;
	margin: 150px 0 100px;
	text-align: center;
}
#ProdFooter .Message {
	margin: 0px 10%;
	width: 90%;
	overflow: hidden;
	text-align: center;
}
#ProdFooter .Outro {
	font-size: 11px;
	line-height: 19px;
	color: #25B0A1;
	float: left;
	margin: 0 2%;
	width: 78%;
}
#ProdFooter img {
	float: left;
	margin-top: 20px;
	width: 5%;
}



/*------------------------------------------------------------
	NEWS
------------------------------------------------------------*/
#News {
	width: 92%;
	height: 200px;
	overflow: scroll;
	overflow-x: hidden;
	border-top: 1px solid #25B0A1;
	border-bottom: 1px solid #25B0A1;
	margin: 40px auto 20px;
}
#News::-webkit-scrollbar{
	width: 10px;
}
#News::-webkit-scrollbar-track{
	background: #D6D6D6;
	border: none;
	border-radius: 10px;
	box-shadow: inset 0 0 2px #777;
}
#News::-webkit-scrollbar-thumb{
	background: #25B0A1;
	border-radius: 10px;
	box-shadow: none;
}
#News ul {
	width: 94%;
}
#News ul li {
	display: block;
	font-size: 11px;
	text-align: left;
}
#News ul li .imgNews {
	margin: 10px 5px 5px;
	width: 25%;
}
#News ul li p.date {
	margin: 10px 5px;
	font-weight: bold;
}
#News ul li p.title {
	margin: 10px 5px;
	font-weight: bold;
}
#News ul li p.texts {
	width: 100%;
	line-height: 19px;
	margin: 15px 5px;
}

/*------------------------------------------------------------
	採用情報
------------------------------------------------------------*/
h2.H2_Recruit {
	font-size: 14px;
	width: 90%;
	margin: 0 auto 20px;
	text-align: center;
	line-height: 30px;
}
h2.H2_Recruit strong {
	font-size: 18px;
}
.TxtRecruit {
	text-align: center;
	font-size: 11px;
	line-height: 19px;
	margin-bottom: 30px;
}
.RecEntryTitle {
	margin-right: 5px;
	text-align: left;
	float: left;
	padding-top: 12px;
}
h2.H2_RecEntry {
	width: 100%;
	background-color: #25B0A1;
	color: #FFF;
	font-size: 14px;
	padding: 10px 0;
	margin-top: 40px;
	display: block;
	clear: both;
}
h2.H2_RecEntry {
	width: 100%;
	background-color: #25B0A1;
	color: #FFF;
	font-size: 14px;
	padding: 10px 0;
	margin-top: 40px;
	display: block;
	clear: both;
}


div.ComNo {
	width: 100%;
	background-color: #25B0A1;
	color: #FFF;
	font-size: 14px;
	padding: 10px 0;
	margin: 40px 0;
	display: block;
	clear: both;
	overflow: hidden;
}
div.ComNo .OutBox {
	width: 96%;
	background-color: #25B0A1;
	border: 1px solid #FFF;
	margin: 0px auto;
	overflow: hidden;
}
div.ComNo .NoTitle {
	width: 30%;
	background-color: #FFF;
	color: #25B0A1;
	text-align: center;
	font-size: 12px;
	padding: 10px 0;
	margin: 10px;
	letter-spacing: 2px;
	float: left;
}
div.ComNo .NoDetail {
	width: 55%;
	color: #FFF;
	font-size: 14px;
	text-align: left;
	padding: 10px 0;
	margin: 10px;
	letter-spacing: 2px;
	float: left;
}
