@charset "utf-8";

/*
########################################################
	全体のスタイル指定
########################################################
*/
*			{ padding:0; font-family:"ryo-gothic-plusn",sans-serif; font-weight:400; margin: 0; background-image: none; color: #000; }
html,body	{ height:100%; width:100%; }
a			{ text-decoration:none; letter-spacing: 0.1em; }
a:hover		{ text-decoration: underline; }
a img		{ border:none; padding: 0px; margin: 0px; /*vertical-align: bottom;*/ }
ul,li		{ margin:0; padding:0; }
li          { list-style:none; }
img.rv:hover{ filter:alpha(opacity=50); -ms-filter: "alpha(opacity=50)"; -moz-opacity:0.5; -khtml-opacity: 0.5; opacity: 0.5; }
p,span { letter-spacing: 1.5px; }


/*------------------------------------------------------------
	PC/スマホ サイト切り替え
------------------------------------------------------------*/
#spLinkBlockInPc{
	display:none;
}

/*
########################################################
	部品
########################################################
*/
/*## Boxサイズ ##############################################################*/
.wd20 			{ width: 20%; }
.wd40 			{ width: 40%; }
.wd60 			{ width: 60%; }
.wd80 			{ width: 80%; }
.wd90 			{ width: 90%; }
.wd100 			{ width: 100%; }
.wd400 			{ width: 400px; }
.wd_50			{ width:50px; }

.ht50 			{ height:50px; }
.ht100 			{ height:100px; }
.ht150 			{ height:150px; }

/*## 余白 ##############################################################*/
.mTop10 		{ margin-top: 10px; }
.mTop20 		{ margin-top: 20px; }
.mTop30 		{ margin-top: 30px; }
.mTop40 		{ margin-top: 40px; }

/*## ボタン ##############################################################*/


/*## その他 ##############################################################*/
.dcl    { list-style: decimal; margin-left: 20px; }
.diNone { display: none; }
.clear { clear: both; display: block; }
.fl    {float: left;}
.fr    {float: right;}
.taL   { text-align: left; float: left; }
.point { background: url(../img/shousaiPoint.gif) no-repeat 0 center; padding: 0 0 0 75px; }
.AllTxt { width: 100%; text-align: center; float: left; }
.HalfTxt { width: 50%; text-align: center; float: left; }
.ub    { text-decoration: underline; }
.ub:hover    { text-decoration: none; }
.mc    { margin-right: auto; margin-left: auto; }
.db    { display: block; }
.m0    { margin: 0; }
.mt2   { margin-top: 2px; }
.mt4   { margin-top: 4px; }
.mt6   { margin-top: 6px; }
.mt8   { margin-top: 8px; }
.mt10  { margin-top: 10px; }
.mt20  { margin-top: 20px; }
.mt25  { margin-top: 25px; }
.mt50  { margin-top: 50px; }
.mt80  { margin-top: 80px; }
.ml2   { margin-left: 2px; }
.ml4   { margin-left: 4px; }
.ml6   { margin-left: 6px; }
.ml8   { margin-left: 8px; }
.ml10  { margin-left: 10px; }
.ml20  { margin-left: 20px; }
.ml200  { margin-left: 200px; }
.mr2   { margin-right: 2px; }
.mr4   { margin-right: 4px; }
.mr6   { margin-right: 6px; }
.mr8   { margin-right: 8px; }
.mr10  { margin-right: 10px; }
.mr20  { margin-right: 20px; }
.mr40  { margin-right: 40px; }
.mb2   { margin-bottom: 2px; }
.mb4   { margin-bottom: 4px; }
.mb6   { margin-bottom: 6px; }
.mb8   { margin-bottom: 8px; }
.mb10  { margin-bottom: 10px; }
.mb20  { margin-bottom: 20px; }
.mb30  { margin-bottom: 30px; }
.mb400 { margin-bottom: 400px; }

.f9     { font-size: 9px; }
.f12    { font-size: 12px; }
.f16    { font-size: 16px; }
.f20    { font-size: 20px; }

.b      { font-weight: bold; }
.txtc   { text-align: center; }

.w1100center {
	width: 1100px;
	margin: 60px auto;
	text-align: center;
}


/*
########################################################
	共通のスタイル指定
########################################################
*/
#Header {
	width: 100%;
	background-color:#ffffff;
	padding:0;
	margin: 0 auto;
	height: 70px;
	position: fixed;
	z-index: 100;
	border-bottom: 1px solid #999;
	text-align: center;
}
#Header .InBox {
	width: 1080px;
	margin: 0 auto;
}

#Logo {
	width: 168px;
	float: left;
	margin-right: 22px;
	margin-left: 10px;
	padding-top: 20px;
	height: 50px;
}

#Menu {
	width: 875px;
	height: 70px;
	margin: 0 auto;
	float: left;
}
/*
#Menu a {
	text-decoration: none;
}
#Menu .box {
	height: 38px;
	width: 124px;
	padding-top: 32px;
	border-left: 1px solid #999;
	transition: 1s;
	float: left;
　　position: absolute;
　　top: 0px;
　　left: 0px;
	z-index: 1000;
	text-align: center;
}
#Menu .box.hover:hover {
	height: 60px;
	background-color: #FF4429;
	color: #FFF;
}
#Menu .box p {
	font-size: 12px;
	margin-top: -15px;
	text-align: center;
}
#Menu .box.hover:hover p {
	color: #FFF;
	transition: 1s;
}
*/

#Menu ul{
	list-style:none;
	margin:0;
}
#Menu ul li {
	float:left;
	padding-top: 28px;
	border-left: 1px solid #999;
	font-size: 14px;
	font-weight: 700;
	height: 42px;
	width: 144px;
	text-align: center;
	vertical-align: center;
}
#Menu ul li.inquiry {
	float:left;
	padding-top: 28px;
	border-left: 1px solid #999;
	font-size: 14px;
	font-weight: 700;
	height: 60px;
	width: 144px;
	text-align: center;
	vertical-align: center;
	background-color: #FF4429;
	color: #FFF;
}
#Menu ul li.long {
	float:left;
	padding-top: 35px;
	border-left: 1px solid #999;
	font-size: 14px;
	font-weight: 700;
	height: 35px;
	width: 144px;
	text-align: center;
	vertical-align: center;
	line-height: 10px;
}

#Menu li p {
	font-size: 12px;
	margin-top: -15px;
	text-align: center;
}
#Menu ul li a {
	text-decoration:none;
	color: #000;
	height: 42px;
	width: 144px;
	display: block;
}
#Menu ul li.inquiry a {
	text-decoration:none;
	color: #FFF;
	height: 60px;
	width: 144px;
	display: block;
}
#Menu a:hover  {
	color: #E0E0E0;
}
#Menu a:hover > p {
	color: #E0E0E0;
}
#Menu li.inquiry a:hover  {
	background-color: #FF9C8E;
	color: #FFF;
	height: 60px;
	width: 144px;
	margin-top: -28px;
	padding-top: 28px;
}

#Main {
	width: 100%;
	margin: 0 auto;
	padding-top: 70px;
}

#Footer {
	width: 100%;
	height: 40px;
	margin: 50px auto 0;
	clear:both;
	background-color: #000;
}
#Footer p {
	width: 100%;
	margin:0 auto;
	padding-top: 15px;
	text-align: center;
	font-size: 12px;
	color: #FFF;
}

#FooterMenu {
	width: 100%;
	text-align: center;
	float:left;
}
#FooterMenu ul {
	width: 850px;
	margin: 80px auto;
	text-align: center;
}
#FooterMenu ul li {
	background: url("../image/index/arrow.png") left no-repeat;
	font-size: 14px;
	font-weight: 700;
	height: 40px;
	vertical-align: middle;
	width: 120px;
	margin: 5px 0px 50px 0px;
	text-align: left;
	float: left;
	padding: 25px 0 0 20px;
}
#FooterMenu ul li.long {
	background: url("../image/index/arrow.png") left no-repeat;
	font-size: 14px;
	font-weight: 700;
	height: 57px;
	vertical-align: middle;
	width: 170px;
	margin: 0px 0px 50px 10px;
	text-align: left;
	float: left;
	padding: 25px 0 0 20px;
}
#FooterMenu ul li p{
	padding-left: 30px;
}
#FooterMenu ul li a{
	text-decoration: underline;
	color: #000;
}
#BnrArea {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
#BnrArea a {
	margin: 0px 20px;
}

#Breadcrumbs {
	width: 1100px;
	margin: 70px auto;
	padding-left: 65px;
}
#Breadcrumbs li {
	margin-right: 10px;
	margin-left: 5px;
	display: inline;
	font-size: 14px;
	font-weight: 400;
}

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

.hideAnchor {
	display: block;
	height: 0px;
	/height: 1px;
	overflow: hidden;
	text-indent: -9999px;
	margin-top: -100px;
	padding-bottom: 100px;
}

/*
########################################################
	トップページのスタイル指定
########################################################
*/
#SiteImage {
	width: 100%;
	margin: 0px auto;
　　position: relative;
	background-image: url("../image/index/site.jpg");
	height: 550px;
	background-repeat: no-repeat;
	background-size: cover;
}
#SiteImage .img_message {
	position: absolute;
	top: 300px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#SiteImage .img_scroll {
	position: absolute;
	top: 500px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#SiteImage p {
	position: absolute;
	top: 300px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 2em;
	color: #FFF;
	line-height: 2;
	text-align: center;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
               0px 8px 13px rgba(0,0,0,0.1),
               0px 18px 23px rgba(0,0,0,0.1);
}
#SiteImage span {
	position: absolute;
	top: 430px;
	left: 50%;
	width: 65%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 1.2em;
	color: #FFF;
	line-height: 2;
	text-align: left;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
               0px 8px 13px rgba(0,0,0,0.1),
               0px 18px 23px rgba(0,0,0,0.1);
}

/* 事業内容 */
.RightLineBox {
	width: 790px;
	height: 266px;
	margin: 70px 0 70px 65px;
	clear: both;
	border-right: 19px solid #FF4429;
	position: relative;
}
.ServiceTitle1 {
	font-size: 22px;
	color: #25B0A1;
	font-weight: 400;
}
.ServiceTitle2 {
	font-size: 22px;
	font-weight: 700;
}
.ServiceTitle2 strong {
	font-size: 30px;
	font-weight: 700;
}
.ServiceText {
	font-size: 14px;
	font-weight: 400;
	width: 365px;
	float: left;
	line-height: 28px;
}
.ServiceLinkBtn1 {
	float: left;
	margin-bottom: 0px;
	position:absolute;
	bottom: 0;
	left: 374px;
}
.ServiceLinkBtn1:hover {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.LeftLineBox {
	width: 790px;
	height: 266px;
	margin: 90px 0px 120px 230px;
	clear: both;
	border-left: 19px solid #FF4429;
	position: relative;
	padding-left: 20px;
}
.ServiceLinkBtn2 {
	float: left;
	margin-bottom: 0px;
	position:absolute;
	bottom: 0;
	left: 20px;
}
.ServiceLinkBtn2:hover {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

/* 製品情報 */
.ProductText {
	text-align: center;
	line-height: 28px;
	font-size: 14px;
	font-weight: 500;
	margin: 50px auto;
}
.ProductBox {
	background-color: #25B0A1;
	padding: 20px 20px 10px;
	float: left;
	margin: 0px 22px 40px;
	width: 190px;
	height: 300px;
}
/*
.ProductBox .photo {
	width: 185px;
	height: 185px;
	text-align: center;
	background-color: #FFF;
	position: relative;
}
*/
.ProductBox .item{
	font-size: 18px;
	font-weight: 800;
	color: #FFF;
	margin: 10px 0;
	height: 50px;
}
.ProductBox .item span{
	font-size: 16px;
	font-weight: 800;
	color: #FFF;
	margin: 10px 0;
	height: 50px;
}
.ProductBox .num{
	font-size: 14px;
	font-weight: 500;
	color: #FFF;
	margin: 10px 0 5px;
}
.ProductBox .size{
	font-size: 14px;
	font-weight: 500;
	color: #FFF;
	width: 185px;
	border-top: 2px solid #FFF;
	margin: 5px 0 5px;
	padding-top: 10px;
}
.ProductLinkBtn {
	margin-bottom: 50px;
	clear: both;
	display: block;
}
.ProductLinkBtn:hover {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

/* TPSについて */
#About {
	width: 100%;
	margin: 100px auto;
/*	background-image: url("../image/index/bg_about.jpg");
*/
	background-color: #666;

	height: 435px;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
}
#About .title {
	position:absolute;
	top: 80px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#About .comment {
	position:absolute;
	top: 250px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	color: #FFF;
	line-height: 28px;
}
#About .LinkBtn {
	position:absolute;
	bottom: 30px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/* NEWS */
#News {
	width: 900px;
	height: 380px;
	overflow: scroll;
	overflow-x: hidden;
	border-top: 1px solid #25B0A1;
	border-bottom: 1px solid #25B0A1;
	margin: 40px auto 120px;
}
#News::-webkit-scrollbar{
	width: 15px;
}
#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: 100%;
}
#News ul li {
	display: block;
	font-size: 14px;
	font-weight: 400;
}
#News ul li span.image {
	float: left;
	width: 140px;
	text-align: center;
	padding-top: 4px;
}
#News ul li span.date {
	float: left;
	width: 140px;
	text-align: center;
	padding-top: 13px;
	font-weight: 800;
}
#News ul li p.title {
	float: left;
	width: 570px;
	padding-top: 13px;
	width: 570px;
	font-weight: 800;
}
#News ul li span.texts {
	width: 570px;
	line-height: 28px;
	margin-bottom: 20px;
	margin-left: 280px;
	text-align: left;
	clear: both;
	display: block;
}

/* お問い合わせ */
#Contact {
	width: 100%;
	background-color: #25B0A1;
	height: 570px;
	margin: 0px auto 50px;
	text-align: center;
	position: relative;
}
#Contact .title {
	position:absolute;
	top: 100px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#Contact .AreaImage {
	width: 700px;
	position:absolute;
	top: 250px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#Contact .AreaImage img {
	margin: 0 30px;
}
#Contact .Comment {
	position:absolute;
	top: 350px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #FFF;
	font-size: 14px;
	font-weight: 400;
}
#Contact .InquiryBtn {
	position:absolute;
	top: 430px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#Contact .PageBtn {
	position:absolute;
	bottom: -110px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}


/*
########################################################
	会社案内のスタイル指定
########################################################
*/
div.Company {
	width: 970px;
	margin: 0 auto 50px;
	box-shadow: 5px 5px 10px #DBDBDB;
	background-color: #25B0A1;
	padding: 55px 20px 20px 20px;
	text-align: center;
}
div.Company img {
	margin-bottom: 30px;
}
div.Company li {
	color: #FFF;
	margin-right: 10px;
	list-style-type: disc;
	margin-left: 20px;
}
div.Company .LineBox {
	width: 905px;
	border-bottom: 2px solid #FFF;
	margin: 15px auto;
	padding: 20px 20px 20px 20px;
	height:auto;
	overflow:hidden;
}
div.Company .NoLineBox {
	width: 905px;
	margin: 15px auto;
	padding: 20px 20px 0px 20px;
	height:auto;
	overflow:hidden;
}
div.Company .BoxTitle {
	width: 140px;
	background-color: #FFF;
	color: #25B0A1;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	line-height: 28px;
	float: left;
	padding: 15px 0 13px;
	margin: 10px 20px 20px 20px;
	letter-spacing: 5px;
}
div.Company .BoxDetail {
	width: 660px;
	color: #FFF;
	font-size: 14px;
	font-weight: 500;
	line-height: 28px;
	float: left;
	text-align: left;
	padding: 15px 0;
	margin: 10px 20px 20px 20px;
	letter-spacing: 5px;
}

/* ロゴについて */
#CompanyLogo {
	width: 100%;
	margin: 120px auto;
	text-align: center;
}
#CompanyLogo img {
	display: block;
	margin: 80px auto;
}
#CompanyLogo .LogoText{
	width: 780px;
	margin: 30px auto;
	text-align: left;
	padding: 20px 10px;
	font-size: 14px;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: 3px;
	background-image: url("../image/company/logo_bg.png");
	background-repeat: no-repeat;
	background-position: center;
}
#CompanyLogo .Line {
	border-top: 2px double #25B0A1;
	border-bottom: 2px double #25B0A1;
	width: 835px;
	margin: 30px auto;
	height: 10px;
}

/*
########################################################
	Q & Aのスタイル指定
########################################################
*/
#FAQ {
	width: 1060px;
	margin: 0px auto 150px;
	padding-top: 5px;
　　position: relative;
}
#FAQ p.Intro {
	margin: 0 0 60px 300px;
	font-size: 14px;
	font-weight: 500;
}
/* 左メニュー */
#SideMenu {
	width: 220px;
	background-color: #25B0A1;
	position: absolute;
	top: 310px;
	left: 130px;
}
#SideMenu ul {
	width: 205px;
	margin: 0px 8px;
}
#SideMenu ul li {
	background: url("../image/faq/arrow.png") left no-repeat;
	background-position: 30px 30px ;
	font-size: 16px;
	font-weight: 700;
	vertical-align: middle;
	margin: 0px;
	text-align: left;
	padding: 35px 0 34px 70px;
	border-bottom: 2px solid #FFF;
}
#SideMenu ul li:last-child {
	background: url("../image/faq/arrow.png") left no-repeat;
	background-position: 30px 30px ;
	font-size: 16px;
	font-weight: 700;
	vertical-align: middle;
	margin: 0px;
	text-align: left;
	padding: 35px 0 34px 70px;
	border-bottom: none;
}
#SideMenu ul li a {
	color: #FFF;
	text-decoration: underline;
}
/*
#SideMenu ul li a:hover {
	width: 225px;
	height: 50px;
	color: #FFF;
}
*/

/* 質問コンテンツ */
#FAQ_Contents {
	width: 750px;
	position: relative;
	left: 225px;
	margin-left: 60px;
	text-align:center;
}
#FAQ_Contents .FirstTitle {
	margin: 0px auto 40px;
}
#FAQ_Contents .TitleImage {
	margin: 80px auto 40px;
}
#FAQ_Contents .Box {
	width: 725px;
	border-bottom: 2px solid #25B0A1;
	height:auto;
	overflow:hidden;
}
#FAQ_Contents .BoxFaq {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: left;
	height:auto;
	overflow:hidden;
}
#FAQ_Contents .BoxFaq img {
	float: left;
	margin-bottom: 20px;
	margin-left: 10px;
}
#FAQ_Contents .BoxFaq .QAText {
　　position: absolute;
　　top: 15px;
　　left: 110px;
	width: 590px;
	height:auto;
	overflow:hidden;
	font-size: 14px;
	font-weight: 500;
	line-height: 28px;
	float: left;
	margin: 13px 0 0 30px;
}

/*
########################################################
	問い合わせフォームのスタイル指定
########################################################
*/
#InqMain {
	width: 1100px;
	margin: 0px auto 50px;
	text-align: center;
}
#InqMain p {
	font-size: 14px;
	font-weight: 400;
	margin: 20px auto;
	text-align: center;
}
#InqMain p strong {
	font-size: 16px;
	font-weight: 500;
}
#InqMain h2 {
	width: 1070px;
	margin: 80px auto 30px;
	text-align: center;
	background-color: #25B0A1;
	color: #FFF;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 3px;
	padding: 17px 0 15px;
}
#InqMain h3 {
	width: 100%;
	margin: 40px auto;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 3px;
}
#InqMain h3 strong {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 0px;
}
#InqMain .TelBox {
	width: 495px;
	margin: 40px auto;
	height:auto;
	overflow:hidden;
	text-align: left;
}
#InqMain .TelBox .TelNo{
	color: #25B0A1;
	font-size: 48px;
	font-weight: 700;
	padding-left: 10px;
	letter-spacing: 9px;
	vertical-align: bottom;
}
#InqMain .TelBox p{
	width: 100%;
	text-align: center;
	background-color: #B0E9E3;
	float: left;
	height: 27px;
	line-height: 28px;
	margin-top: 5px;
}
#InqMain .FormBox {
	width: 840px;
	margin: 40px 0 40px 200px;
	padding-left: 40px;
	text-align: left;
}
#InqMain .FormBox .imgStep{
	margin: 20px 0 40px 0;
}
#InqMain .FormBox .ItemLine{
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
	font-size: 18px;
	font-weight: 500;
	float: left;
}
#InqMain .FormBox .EntryLine{
	margin-bottom: 20px;
	width: 100%;
	font-size: 18px;
	font-weight: 500;
	float: left;
}
#InqMain .FormBox .EntryLine .AddTitle {
	width: 120px;
	margin-right: 10px;
	text-align: right;
	font-size: 18px;
	font-weight: 500;
	float: left;
	clear: left;
	padding-top: 12px;
}
#InqMain .FormBox .ItemLine img {
	margin-right: 18px;
	vertical-align: middle;
}
#InqMain .FormBox .ItemLine .Example {
	font-size: 14px;
	font-weight: 500;
	margin-left: 30px;
}
#InqMain .FormBox .EntryLine .Example {
	font-size: 14px;
	font-weight: 500;
	margin-left: 30px;
	margin-top: 10px;
	float: left;
}
#InqMain .FormBox input[type="text"],
textarea {
	padding: 5px 8px;
	outline: none;
	border: 1px solid #A0A0A0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 18px;
	font-weight: 500;
	float: left;
}
#InqMain .FormBox .w50 {
	width: 50px;
}
#InqMain .FormBox .w100 {
	width: 100px;
}
#InqMain .FormBox .w200 {
	width: 200px;
}
#InqMain .FormBox .w300 {
	width: 300px;
}
#InqMain .FormBox .w400 {
	width: 400px;
}
#InqMain .FormBox .w600 {
	width: 600px;
}
#InqMain .FormBox textarea {
	width: 650px;
	margin-bottom: 40px;
}
#InqMain .FormBox input[type=radio] {
	margin-right: 10px;
}
#InqMain .FormBox label.LblLeft {
	margin-right: 30px;
	margin-bottom: 10px;
	padding: 10px 10px 0px 15px;
	float: left;
}
#InqMain .FormBox label.LblBlock {
	margin-right: 30px;
	margin-bottom: 10px;
	padding: 10px 10px 0px 15px;
	display: block;
}
#InqMain .EntryButton{
	width: 226px;
	height: 49px;
	margin: 70px 170px;
	text-align: center;
	display: block;
	clear: left;
	background: url(../image/inquiry/btn_entry_out.png) left top no-repeat;
	border: 0px;
}
#InqMain .EntryButton:hover {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

#InqMain .Privacy {
	width: 650px;
	height: 380px;
	overflow: scroll;
	overflow-x: hidden;
	border-top: 1px solid #626262;
	border-bottom: 1px solid #626262;
	margin: -10px auto 80px;
	padding: 20px;
}
#InqMain .Privacy h4{
	font-size: 14px;
	font-weight: 700;
	text-align: left;
	margin: 20px 0 0 0;
}
#InqMain .Privacy p{
	font-size: 13px;
	font-weight: 400;
	text-align: left;
	line-height: 20px;
	margin: 0 0 0 0;
}
#InqMain .Privacy ol {
	list-style-type: decimal;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
	margin-left: 20px;
}
#InqMain .Privacy::-webkit-scrollbar{
	width: 15px;
}
#InqMain .Privacy::-webkit-scrollbar-track{
	background: #D6D6D6;
	border: none;
	border-radius: 10px;
	box-shadow: inset 0 0 2px #777;
}
#InqMain .Privacy::-webkit-scrollbar-thumb{
	background: #626262;
	border-radius: 10px;
	box-shadow: none;
}
#InqMain .error_m {
	font-size: 14px;
	font-weight: 500;
	color: #FB4329;
	display: block;
	clear: left;
	padding-top: 20px;
}
#InqMain .error_info {
	width: 660px;
	height: 35px;
	background-color: #FDD8D2;
	font-size: 14px;
	font-weight: 500;
	float: left;
	text-align: center;
	margin-left: -40px;
	padding-top: 25px;
}

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

/* 内容確認 */
table.tabConfirm {
	width: 670px;
	border: 1px solid #C2C2C2;
	margin-left: -40px;
	margin-top: 25px;
	border-collapse: collapse;
}
table.tabConfirm th {
	background-color: #E5E5E5;
	font-size: 16px;
	font-weight: 500;
	padding: 20px 0px;
}
table.tabConfirm td {
	font-size: 16px;
	font-weight: 500;
	padding: 20px 0px 20px 50px;
	line-height: 25px;
}
#InqMain .ButtonBox {
	width: 670px;
	margin-left: -40px;
	display: block;
	height:auto;
	overflow:hidden
}
#InqMain .CorrectButton{
	width: 226px;
	height: 49px;
	margin: 70px 53px;
	background: url(../image/inquiry/btn_correct.png) left top no-repeat;
	border: 0px;
	display: block;
}
#InqMain .CorrectButton:hover {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
#InqMain a.CorrectButton{
	float: left;
}
#InqMain .SendButton{
	width: 226px;
	height: 49px;
	margin: 70px 53px;
	display: block;
	background: url(../image/inquiry/btn_send.png) left top no-repeat;
	border: 0px;
}
#InqMain .SendButton:hover {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
#InqMain a.SendButton{
	float: left;
	clear: right;
}

/* 完了 */
#InqMain .FormBox .CompMsg {
	width: 585px;
	margin: 60px 0 80px 10px;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	line-height: 28px;
}
#InqMain .FormBox .CompMsg .Message {
	font-size: 30px;
	font-weight: 700;
	color: #25B0A1;
	margin-bottom: 60px;
}

/*
########################################################
	採用情報のスタイル指定
########################################################
*/
div.Recruit {
	width: 1010px;
	margin: 0 auto 100px;
	text-align: center;
	height: 220px;
}
h1.RecH1 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 70px;
}
h1.RecH1 b {
	font-size: 30px;
	font-weight: 700;
}
div.Recruit img {
	float: left;
	margin-right: 30px;
	margin-left: 0px;
	vertical-align: middle;
}
div.Recruit .RecMessage {
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
}
#InqMain h2.RecH2 {
	width: 1070px;
	margin: 160px auto 30px;
	text-align: center;
	background-color: #25B0A1;
	color: #FFF;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 3px;
	padding: 17px 0 15px;
}
#InqMain .FormBox .EntryLine .RecTitle {
	width: 50px;
	margin-right: 10px;
	text-align: left;
	font-size: 18px;
	font-weight: 500;
	float: left;
	padding-top: 12px;
}

/*
########################################################
	保守管理のスタイル指定
########################################################
*/
#MainteImage {
	width: 100%;
	margin: 0px auto;
　　position: relative;
	background-image: url("../image/service01/main.jpg");
	height: 388px;
	background-repeat: no-repeat;
	background-size: cover;
}
#MainteImage .img_title {
	position: absolute;
	top: 250px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#MainteImage .SmallTitle {
	position: absolute;
	top: 230px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	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);
}
#MainteImage .BigTitle {
	position: absolute;
	top: 300px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 3em;
	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 {
	width: 100%;
	margin: 0px auto 100px;
	text-align: center;
}
.Service table {
	width: 1027px;
	margin: 40px auto 100px;
	border-collapse: collapse;
	border: none;
}
.Service table tr.tr_line {
	border-bottom: 4px dotted #25B0A1;
}
.Service table tr.tr_noline {
	border-bottom: none;
}
.Service table td.td_line {
	border-right: 4px dotted #25B0A1;
	border-top: none;
	border-left: none;
	border-bottom: none;
	padding: 55px 55px 30px 80px;
	text-align: left;
	vertical-align: top;
}
.Service table td.td_noline {
	border-right: none;
	border-top: none;
	border-bottom: none;
	padding: 55px 80px 30px 55px;
	text-align: left;
	vertical-align: top;
}
.Service table .SerNum {
　　position: absolute;
　　bottom: 0px;
　　left: 0px;
	border-right: 3px solid #25B0A1;
	font-size: 22px;
	font-weight: 500;
	width: 65px;
	float: left;
}
.Service table .SerTitle {
　　position: absolute;
　　bottom: 0px;
	font-size: 22px;
	font-weight: 500;
	margin-left: 35px;
	float: left;
}
.Service table p {
	font-size: 14px;
	font-weight: 500;
	line-height: 28px;
	width: 375px;
	margin-top: 60px;
	display: block;
	clear: both;
}
#SerPoint {
	width: 100%;
	background-color: #25B0A1;
	height: 1170px;
	margin: 50px auto 100px;
	text-align: center;
	position: relative;
	text-align: center;
}
#SerPoint .title {
	position:absolute;
	top: 100px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#SerPoint .Box {
	width: 780px;
	margin: 0 auto;
	padding-top: 240px;
}
#SerPoint .BoxPoint {
	width: 780px;
	border-left: 20px solid #FF4429;
	text-align: left;
	display: block;
	margin-bottom: 100px;
}
#SerPoint .BoxPoint .TextBox {
	width: 440px;
	margin-left: 35px;
	float: left;
	margin-right: 60px;
}
#SerPoint .BoxPoint .TextBox .PTitle {
	font-size: 22px;
	font-weight: 500;
	color: #FFF;
	margin-bottom: 30px;
}
#SerPoint .BoxPoint .TextBox .PTitle img {
	margin-right: 20px;
}
#SerPoint .BoxPoint .TextBox p {
	color: #FFF;
	font-size: 14px;
	font-weight: 500;
	line-height: 28px;
}
#SerPoint .BoxPoint .TextBox .SerPhoto{
	float: left;
}
.Service .Step {
	width: 920px;
	margin: 50px auto;
	overflow: hidden;
}
.Service .Step1 {
	background-image: url("../image/service01/step1_bg.png");
	background-repeat: no-repeat;
	width: 217px;
	height: 229px;
	margin-left: 20px;
	text-align: center;
	padding: 85px 15px 20px;
	float: left;
}
.Service .Step2 {
	background-image: url("../image/service01/step2_bg.png");
	background-repeat: no-repeat;
	width: 217px;
	height: 229px;
	margin-left: 20px;
	text-align: center;
	padding: 85px 15px 20px;
	float: left;
}
.Service .Step3 {
	background-image: url("../image/service01/step3_bg.png");
	background-repeat: no-repeat;
	width: 217px;
	height: 229px;
	margin-left: 20px;
	text-align: center;
	padding: 85px 15px 20px;
	float: left;
}
.Service .StepTitle {
	font-size: 24px;
	font-weight: 500;
	color: #FFF;
	text-align: center;
}
.Service .StepText {
	font-size: 14px;
	font-weight: 500;
	line-height: 28px;
	text-align: left;
	color: #FFF;
	margin-top: 15px;
}
.Service .StepArrow {
	float: left;
	padding-top: 160px;
	margin-left: 20px;
}

/*
########################################################
	設置工事のスタイル指定
########################################################
*/
#ConstImage {
	width: 100%;
	margin: 0px auto;
　　position: relative;
	background-image: url("../image/service02/main.jpg");
	height: 388px;
	background-repeat: no-repeat;
	background-size: cover;
}
#ConstImage .img_title {
	position: absolute;
	top: 250px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#ConstImage .SmallTitle {
	position: absolute;
	top: 230px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	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);
}
#ConstImage .BigTitle {
	position: absolute;
	top: 300px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 3em;
	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);
}
#ConstImage .Massage {
	position: absolute;
	top: 370px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 1.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);
}

/*
########################################################
	製品情報のスタイル指定
########################################################
*/
#Product {
	width: 1060px;
	margin: 0px auto 150px;
	text-align: center;
	overflow: hidden;
}
#Product .InBox{
	width: 100%;
	text-align: center;
	margin-bottom: 100px;
}
#Product .InBox p {
	margin: 60px auto 50px;
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
	width: 670px;
	text-align: center;
}
/* 左メニュー */
#ProductMenu {
	width: 220px;
	float: left;
}
#ProductMenu .CateTitle {
	width: 210px;
	border: 5px solid #25B0A1;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	padding: 28px 0;
	background-color: #FFF;
	margin-bottom: 2px;
}
#ProductMenu ul {
	width: 220px;
	margin: 0px;
}
#ProductMenu ul li {
	background: url("../image/faq/arrow.png") left no-repeat;
	background-position: 20px 30px ;
	margin: 0px;
	text-align: left;
	padding: 33px 0 31px 60px;
	border-bottom: 2px solid #FFF;
	background-color: #25B0A1;
}
#ProductMenu ul li:last-child {
	background: url("../image/faq/arrow.png") left no-repeat;
	background-position: 20px 30px ;
	margin: 0px;
	text-align: left;
	padding: 33px 0 31px 60px;
	border-bottom: none;
	background-color: #25B0A1;
}
#ProductMenu ul li span {
	color: #FFF;
	text-decoration: underline;
	font-size: 15px;
	font-weight: 700;
	vertical-align: middle;
	letter-spacing: 4px;
	cursor: hand;
	cursor:pointer;
}
#ProductMain {
	width: 825px;
	float: left;
	margin-left: 10px;
}
#ProductMain .CateBox {
	float: left;
}
#ProOutro {
	width: 100%;
	margin: 100px 0;
	text-align: center;
}
#ProOutro .Message {
	margin: 0px auto;
	width: 634px;
	overflow: hidden;
}
#ProOutro .Outro {
	font-size: 18px;
	font-weight: 500;
	line-height: 40px;
	color: #25B0A1;
	float: left;
	margin: 0 45px;
}
#ProOutro img {
	float: left;
	margin-top: 20px;
}



div.ComNo {
	width: 620px;
	margin: 0 auto 50px;
	box-shadow: 5px 5px 10px #DBDBDB;
	background-color: #25B0A1;
	padding: 20px;
	text-align: center;
}
div.ComNo .OutBox {
	margin: 15px auto;
	height:auto;
	overflow:hidden;
}
div.ComNo .NoTitle {
	width: 140px;
	background-color: #FFF;
	color: #25B0A1;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	line-height: 28px;
	float: left;
	padding: 15px 0 13px;
	margin: 10px 20px;
	letter-spacing: 5px;
}
div.ComNo .NoDetail {
	width: 400px;
	color: #FFF;
	font-size: 14px;
	font-weight: 500;
	line-height: 28px;
	float: left;
	text-align: left;
	padding: 15px 0;
	margin: 10px 20px;
	letter-spacing: 5px;
}
