@charset "UTF-8";
/*
Theme Name:株式会社ブルーテクノ
Theme URI:http://www.narts.jp/
Description:株式会社ブルーテクノ用テーマ
Author:NARTS
Author URI:http://www.narts.jp/
Version:1.0
*/

/* for wordpress */
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}
.alignright {
	float: right;
	margin-bottom: 10px;
}
.alignleft {
	float: left;
	margin-bottom: 10px;
}

/* CSSリセット */
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, 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, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup,  menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers  */ article, aside, details, figcaption, figure,  footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	line-height: 1.35em;
	color: #333;
	background-color: #fff;
}
img {
	vertical-align: bottom;
}
a:hover img {
	opacity: 0.7;
		-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 70);
		filter: alpha(opacity = 70);
	transition: all 0.3s;
}
a {
	text-decoration: none;
	color: #008CD6;
}
a:hover {
	text-decoration: none;
	color: #0E2D96;
	transition: 0.3s all;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}


/*************************************************************

	サイズ調整

*************************************************************/
.taL {text-align:left !important;}
.taC {text-align:center !important;}
.taR {text-align:right !important;}
.uLine {text-decoration: underline !important;}
.vaTop {vertical-align: top !important;}
.vaMid {vertical-align: middle !important;}
.vaBot {vertical-align: bottom !important;}

.mt05{margin-top:5px !important;}		.mt10{margin-top:10px !important;}
.mt15{margin-top:15px !important;}		.mt20{margin-top:20px !important;}
.mt25{margin-top:25px !important;}		.mt30{margin-top:30px !important;}
.mt35{margin-top:35px !important;}		.mt40{margin-top:40px !important;}
.mt45{margin-top:45px !important;}		.mt50{margin-top:50px !important;}

.mb05{margin-bottom:5px !important;}	.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}	.mb20{margin-bottom:20px !important;}
.mb25{margin-bottom:25px !important;}	.mb30{margin-bottom:30px !important;}
.mb35{margin-bottom:35px !important;}	.mb40{margin-bottom:40px !important;}
.mb45{margin-bottom:45px !important;}	.mb50{margin-bottom:50px !important;}

.ml05{margin-left:5px !important;}		.ml10{margin-left:10px !important;}
.ml15{margin-left:15px !important;}		.ml20{margin-left:20px !important;}
.ml25{margin-left:25px !important;}		.ml30{margin-left:30px !important;}
.ml35{margin-left:35px !important;}		.ml40{margin-left:40px !important;}
.ml45{margin-left:45px !important;}		.ml50{margin-left:50px !important;}

.mr05{margin-right:5px !important;}		.mr10{margin-right:10px !important;}
.mr15{margin-right:15px !important;}	.mr20{margin-right:20px !important;}
.mr25{margin-right:25px !important;}	.mr30{margin-right:30px !important;}
.mr35{margin-right:35px !important;}	.mr40{margin-right:40px !important;}
.mr45{margin-right:45px !important;}	.mr50{margin-right:50px !important;}

.pt05{padding-top:5px !important;}		.pt10{padding-top:10px !important;}
.pt15{padding-top:15px !important;}		.pt20{padding-top:20px !important;}
.pt25{padding-top:25px !important;}		.pt30{padding-top:30px !important;}
.pt35{padding-top:35px !important;}		.pt40{padding-top:40px !important;}
.pt45{padding-top:45px !important;}		.pt50{padding-top:50px !important;}

.pb05{padding-bottom:5px !important;}	.pb10{padding-bottom:10px !important;}
.pb15{padding-bottom:15px !important;}	.pb20{padding-bottom:20px !important;}
.pb25{padding-bottom:25px !important;}	.pb30{padding-bottom:30px !important;}
.pb35{padding-bottom:35px !important;}	.pb40{padding-bottom:40px !important;}
.pb45{padding-bottom:45px !important;}	.pb50{padding-bottom:50px !important;}

.pl05{padding-left:5px !important;}		.pl10{padding-left:10px !important;}
.pl15{padding-left:15px !important;}	.pl20{padding-left:20px !important;}
.pl25{padding-left:25px !important;}	.pl30{padding-left:30px !important;}
.pl35{padding-left:35px !important;}	.pl40{padding-left:40px !important;}
.pl45{padding-left:45px !important;}	.pl50{padding-left:50px !important;}

.pr05{padding-right:5px !important;}	.pr10{padding-right:10px !important;}
.pr15{padding-right:15px !important;}	.pr20{padding-right:20px !important;}
.pr25{padding-right:25px !important;}	.pr30{padding-right:30px !important;}
.pr35{padding-right:35px !important;}	.pr40{padding-right:40px !important;}
.pr45{padding-right:45px !important;}	.pr50{padding-right:50px !important;}

.fs10{font-size:10px !important;}		.fs11{font-size:11px !important;}
.fs12{font-size:12px !important;}		.fs13{font-size:13px !important;}
.fs14{font-size:14px !important;}		.fs15{font-size:15px !important;}
.fs16{font-size:16px !important;}		.fs17{font-size:17px !important;}
.fs18{font-size:18px !important;}		.fs19{font-size:19px !important;}
.fs20{font-size:20px !important;}
.fB{font-weight:bold !important;}
.fwN{font-weight:normal !important;}

.lh12{line-height:1.2;}		.lh13{line-height:1.3;}
.lh14{line-height:1.4;}		.lh15{line-height:1.5;}
.lh16{line-height:1.6;}		.lh17{line-height:1.7;}
.lh18{line-height:1.8;}		.lh19{line-height:1.9;}
.lh20{line-height:2.0;}

.tRed{color:#ff0000;}



/****　ここからコンテンツ ****/

.inner {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
#top {
	height: 128px;
	box-sizing: border-box;
	padding-top: 30px;
	padding-bottom: 26px;
	background: #143b75; /* Old browsers */
	background: -moz-linear-gradient(top,  #143b75 0%, #194991 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #143b75 0%,#194991 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #143b75 0%,#194991 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#143b75', endColorstr='#194991',GradientType=0 ); /* IE6-9 */
}
#top h1 {
	width: 162px;
	display: block;
	float: left;
	margin-right: 13px;
}
#top .top-catch {
	float: left;
	display: block;
	color: #fff;
	font-size: 19px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
	line-height: 1.7em;
	border-left: 1px solid #fff;
	padding-left: 15px;
}
#top .top-contact-0, #footer-area .top-contact-0 {
	float: right;
	display: block;
	margin: 0 0 0 0;
	border-collapse: collapse;
}
#top .top-contact-0 td, #footer-area .top-contact-0 td {
	padding: 5px 5px 4px 5px;
	border: 1px solid #fff;
	vertical-align: middle;
}
#top .top-contact-0 td:nth-child(2) {
	background-color: #0050c9;
}

/* グロナビ */
#main-navi {
	position: relative;
	z-index: 999;
	background-color: #212121;
	background: linear-gradient(to bottom,  #5c5c5c 0%,#212121 100%);
		background: -moz-linear-gradient(top,  #5c5c5c 0%, #212121 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #5c5c5c 0%,#212121 100%); /* Chrome10-25,Safari5.1-6 */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c5c5c', endColorstr='#212121',GradientType=0 ); /* IE6-9 */
	box-shadow: 0 4px 4px 0 rgba(0,0,0,0.4);
		-webkit-box-shadow: 0 4px 4px 0 rgba(0,0,0,0.5);
}
#main-navi ul li a {
	float: left;
	height: 40px;
	box-sizing: border-box;
	padding-top: 10px;
	font-size: 15px;
	font-weight: 800;
	text-align: center;
	width: 160px;
	color: #ffffff;
}
#main-navi ul li a:hover {
	background-color: #606060;
}
.slicknav_menu {
	display: none;
}
#menu {
	display: none;
}

/* 階層表示など */
#top-image {
	margin-bottom: 31px;
	z-index: -1;
	position: relative;
	background-color: #f3efe4;
}
#top-3 {
	padding: 26px 0px 26px 0px;
	margin-bottom: 30px;
}
.products-3 {
	width: 304px;
/*	height: 430px; */
	background-color: #fff;
	padding: 0px 0px;
	box-sizing: border-box;
	float: left;
	margin-right: 24px;
}
.products-3 img {
	max-width: 100%;
	height: auto;
}
.products-3:nth-child(3) {
	margin-right: 0px;
}

.products-3-wide { /* 2018.04.28 緊急要請にて、製品を１種類にする措置（東内） */
	width: 960px;
	height: 430px;
	background-color: #fff;
	padding: 0px 0px;
	box-sizing: border-box;
	float: left;
	margin-right: 0px;
}
.products-3-center { /* 2018.04.30 緊急要請にて、製品を１種類にする措置（東内） */
	width: 304px;
	height: 430px;
	background-color: #fff;
	padding: 0px 0px;
	box-sizing: border-box;
	display: block;
	float: none;
	margin-left: auto;
	margin-right: auto;
}

.products-3-inner {
	background: #194991;
	background: linear-gradient(to bottom,  #143b75 0%,#194991 100%);
		background: -moz-linear-gradient(top,  #143b75 0%, #194991 100%);
		background: -webkit-linear-gradient(top,  #143b75 0%,#194991 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#143b75', endColorstr='#194991',GradientType=0 ); /* IE6-9 */
	color: #fff;
	padding: 10px 15px 10px 15px;
}
.products-3-inner H3 {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
	font-size: 19px;
	text-align: center;
	border-bottom: 1px dotted #fff;
	padding-bottom: 10px;
	margin-bottom: 7px;
}
.products-3-inner p {
	font-size: 14px;
	text-align: left;
	margin-bottom: 8px;
	line-height: 1.7em;
	text-align: center;
}
.products-3-inner p:last-child {
	text-align: center;
	margin-bottom: 7px;
}
.products-3-inner p:last-child a {
	color: #FFE200;
}
.products-3-inner p:last-child a:hover {
	color: #fff;
}
.jisseki {
	background-color: #f3efe4;
}
.jisseki-photo {
	float: right;
}
.jisseki h3 {
	font-size: 21px;
	text-align: center;
	font-weight: 800;
	padding-top: 33px;
	margin-bottom: 30px;
}
.jisseki p {
	width: 50%;
	box-sizing: border-box;
	font-size: 15px;
	line-height: 1.86em;
	text-align: left;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 30px;
}
.jisseki p a {
	background-color: #003583;
	box-sizing: border-box;
	color: #ffd500;
	font-size: 15px;
	line-height: 1.86em;
	text-align: center;
	padding-top: 15px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 15px;
	border-radius: 4px;
		-webkit-border-radius: 4px;
	box-shadow: 0px 2px 2px 0 #A6A6A6;
		-webkit-box-shadow: 0px 2px 2px 0 #A6A6A6;
}
.jisseki p a:hover {
	background-color: #ffd500;
	color: #003583;
	transition: 0.2s all;
}
.feature {
	margin-top: 41px;
	background-image: url(images/top_bg_feature01.jpg);
	background-position: center center;
	background-repeat: repeat;
	padding: 50px 0 50px 0px;
	margin-bottom: 40px;
}
.feature p {
	color: #fff;
	text-align: center;
	font-size: 19px;
	line-height: 1.8em;
	margin-bottom: 27px;
}
.feature .smp {
	font-size: 15px;
}
.feature p:last-child {
	margin-bottom: 0px;
	font-size: 15px;
}
.feature p a {
	color: #003583;
	font-size:15px;
	background-color: #ffd500;
	padding: 16px 27px;
	box-shadow: 2px 2px 2px 0 #000;
		-webkit-box-shadow: 2px 2px 2px 0 #000;
	border-radius: 5px;
		-webkit-border-radius: 5px;
}
.feature p a:hover {
	color: #ffd500;
	background-color: #003583;
	box-shadow: 2px 2px 2px 0 #000;
		-webkit-box-shadow: 2px 2px 2px 0 #000;
	border-radius: 5px;
		-webkit-border-radius: 5px;
}
.top-contact {
	width: 960px;
	padding: 44px 92px;
	background-color: #f3f3ec;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 41px;
}
.top-contact h3 {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: 800;
	font-size: 25px;
	text-align: center;
	margin-bottom: 11px;
}
.top-contact p {
	font-size: 15px;
	text-align: center;
	line-height: 1.8em;
	margin-bottom: 1em;
}
.top-contact div.tel-contact, .top-contact div.net-contact {
	background-color: #003583;
	width: 350px;
	height: 130px;
	box-sizing: border-box;
	padding: 20px 10px;
	color: #fff;
	float: left;
}
.top-contact div.net-contact {
	background-color: #0047b3;
	float: right;
}
.top-contact div.tel-contact h4, .top-contact div.net-contact h4 {
	color: #fff;
	text-align: center;
	font-size: 16px;
}
.top-contact div.tel-contact p.tel-nomber, .top-contact div.net-contact p.tel-nomber {
	color: #ffd500;
	text-align: center;
	font-size: 25px;
	margin-bottom: 0em;
}
span.tel-link a {
	color: #ffd500;
}
a div.net-contact:hover {
	background-color: #00005d;
	transition: 0.2s all;
}

.top_news {
	width: 960px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 55px;
}
.top_news h3 {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: 800;
	font-size: 25px;
	text-align: center;
	margin-bottom: 38px;
}
.top_news dl {
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 30px;
}
.top_news dt {
	font-weight: 800;
	color: #2a82c9;
	margin-top: 25px;
	margin-bottom: 5px;
}
.top_news dd a {}
.top_news dd a:hover {color:#003583; text-decoration:underline;}

.more-button {
	background-color: #003583;
	color: #ffd500;
	padding: 15px;
	border-radius: 4px;
		-webkit-border-radius: 4px;
	box-shadow: 2px 2px 3px 0 #B0B0B0;
		-webkit-box-shadow: 2px 2px 3px 0 #B0B0B0;
}
.more-button:hover {
	background-color: #00005d;
	transition: 0.2s all;
}

/********* メインエリア *********/

#main-area {
	padding-top: 0px;
	padding-bottom: 50px;
}
#contents {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

/* 新着情報 */
#contents #top-news h2 {
	font-size: 21px;
	font-weight: 800;
	border-bottom: 1px dotted #2a55b0;
	padding-bottom: 0.5em;
	margin-bottom: 0;
	background: none;
	padding-left: 0;
}
#top-news dt {
	color: #55b47f;
	width: 100px;
	float: left;
	font-size: 15px;
	padding-top: 5px;
}
#top-news dd {
	font-size: 15px;
	padding-top: 5px;
	border-bottom: 1px dotted #2a55b0;
	padding-bottom: 5px;
	padding-left: 100px;
}


/********** フッター **********/
#footer-area {
	background-color: #19335c;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #ffffff;
}
#footer-left {
display: block;
width: 300px;
float: left;
}
#footer-right {
	display: block;
	width: 660px;
	float: right;
}
.footer-name {
	font-size: 14px;
	line-height: 1.4em;
	margin-bottom: 8px;
}
ul.footer-menu {
	float: right;
	margin-bottom: 1em;
}
.footer-menu li {
	float: left;
	border-right: 1px solid #ffffff;
	padding: 0px 10px 0px 10px;
	font-size: 14px;
}
.footer-menu li a {
	color: #FFE200;
}
.footer-menu li a:hover {
	color: #ffffff;
}
.footer-menu li:first-child {
	padding-left: 0;
}
.footer-menu li:last-child {
	border-right: none;
}

/********* 下層ページ *********/
#sub-title {
	background-image: url(images/bg_h2obi.jpg);
	background-position: center center;
	height: 130px;
	color: #eee;
	box-sizing: border-box;
	margin-bottom: 30px;
	padding-top: 50px;
	font-size: 30px;
	font-weight: 800;
	letter-spacing: 8px;
	text-align: center;
}
#contents h3 {
	background-image: url(images/bg_h3.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-left: 0px;
	padding-bottom: 15px;
	font-size: 30px;
	color: #003583;
	font-weight: 700;
	line-height: 1.3em;
	margin-bottom: 1em;
	text-align: center;
}
#contents h4 {
	background-image: url(images/bg_h4.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-left: 0px;
	padding-bottom: 13px;
	font-size: 26px;
	font-weight: 500;
	line-height: 1.4em;
	margin-bottom: 0.8em;
	text-align: center;
}
#contents h5 {
	background-image: url(images/bg_h5.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3em;
	margin-bottom: 0.7em;
	color: #003583;
	padding-bottom: 10px;
	text-align: center;
}
#contents p {
	font-size: 16px;
	line-height: 1.85em;
	margin-bottom: 1em;
	text-align: center;
}
#contents table {
	width:100%;
	margin: 0 0 25px 0;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
}
#contents table th {
	background-color: #f5f4ed;
	padding: 9px;
	border: 1px solid #003583;
	color: #003583;
	font-weight: 700;
	font-size: 14px;
	text-align: left;
	}
#contents table td {
	background-color: #FFFFFF;
	padding: 9px;
	border: 1px solid #003583;
	color: #333333;
	font-size: 14px;
}
#contents ul {
	margin: 0 0 20px 0;
}
#contents ul li {
	list-style-type: disc;
	margin-left: 1.3em;
	margin-bottom: 5px;
}
#contents ul li ul {
	margin: 10px 0px 10px 0px;
}
#contents ul li ul li {
	list-style-type: circle;
	margin-bottom: 5px;
}


.breadcrumbs{color:#333333; font-size:15px; padding:0 0 20px 0;}
.breadcrumbs a{text-decoration:underline;}
.breadcrumbs a:hover{text-decoration:none;}

.post_time{text-align:right; margin:0 0 15px 0;}

.pagination{text-align:center; padding:0;}
a.page-numbers,.pagination .current{background:#FFFFFF; border:solid 1px #003583; font-size:14px; padding:5px; margin:0; text-decoration:none;}
.pagination .current{background:#003583; border:solid 1px #003583; color:#FFFFFF;}



/******** お問い合わせ ********/
.contact_form table {
	width:100%;
	margin: 0 0 25px 0;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
}
.contact_form table th {
	background-color: #f5f4ed;
	padding: 9px;
	border: 1px solid #003583;
	color: #003583;
	font-weight: 700;
	font-size: 14px;
	text-align: left;
	}
.contact_form table td {
	background-color: #FFFFFF;
	padding: 9px;
	border: 1px solid #003583;
	border-left: none;
	color: #333333;
	font-size: 14px;
}

.wpcf7-list-item {
	display:block !important;
	margin:0 0 5px 0 !important;
}
.wpcf7-list-item.first {
	margin:5px 0 5px 0 !important;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="password"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
	padding:1.5%;
	box-shadow:inset 1px 1px 2px rgba(0, 0, 0, 0.15);
	background:#FCFCFC;
	border:#999 1px solid;
	color:#222;
	font-size:14px;
	max-width:100%;
	width:95%;
}
.wpcf7 input[type=submit],
.wpcf7 input[type=reset],
.wpcf7 input[type=button] {
	padding:10px;
	border-radius:5px;
	box-shadow:0 0 5px rgba(0, 0, 0, .1);
	background:#F8F8F8;
	background:-moz-linear-gradient(#FCFCFC, #F3F3F3);
	background:-webkit-linear-gradient(#FCFCFC, #F3F3F3);
	background:-o-linear-gradient(#FCFCFC, #F3F3F3);
	background:-ms-linear-gradient(#FCFCFC, #F3F3F3);
	background:linear-gradient(#FCFCFC, #F3F3F3);
	border:#bbb 1px solid;
	color:#444;
	font-size:14px;
	width:100%;
}
.wpcf7 input[type=checkbox] {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	margin-right:0.5em;
}
.wpcf7 input[type=submit]:hover,
.wpcf7 input[type=reset]:hover,
.wpcf7 input[type=button]:hover {
	box-shadow:#aaa 0 0 5px;
}



/*************************************************************

	レスポンシブ記述部

*************************************************************/
@media screen and (max-width: 736px) {
.aligncenter {
	display: block;
	margin: 0 auto 10px auto;
  float: none;
}
.alignright {
  display: block;
  margin: 0 auto 10px auto;
  float: none;
}
.alignleft {
  display: block;
  margin: 0 auto 10px auto;
  float: none;
}
img {
	max-width: 100%;
	height: auto;
}
.inner {
	width: 100%;
}
#top {
	height: auto;
}
#top h1 {
	text-align: center;
	width: auto;
	float: none;
	margin-right: 0px;
	margin-bottom: 1.5em;
}
#top .top-catch {
	float: none;
	font-size: 17px;
	line-height: 1.7em;
	border-left: none;
	padding-left: 0px;
	text-align: center;
}
#top .contact {
	float: none;
	text-align: center;
}
#main-navi {
	display: none;
}
#menu {
	display: none;
}
.slicknav_menu {
	display: block;
	text-align: center;
}
.slicknav_menu .slicknav_menutxt {
	font-size: 14px;
}
#top .top-contact-0, #footer-area .top-contact-0 {
	float: none;
	margin-left: auto;
	margin-right: auto;
	display: table;
	margin-top: 8px;
}

#top-image {
	margin-bottom: 0px;
}
#top-3 {
	padding: 0px;
	margin-top: 1.3em;
	margin-bottom: 0;
}
.products-3 {
	float: none;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.3em;
	height: auto;
}
.products-3:nth-child(3) {
	margin-right: auto;
}
.jisseki-photo{
	float: none;
	width: 100%;
}
.jisseki p {
	width: auto;
}
.feature {
	margin-top: 0px;
	margin-bottom: 0;
}
.top-contact {
	width: auto;
	padding: 25px 5px 15px 5px;
}
.top-contact div.tel-contact, .top-contact div.net-contact {
	width: 290px;
	float: inherit;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
}
.top_news {
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
}

.appeal-3 {
	float: none;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2em;
	height: auto;
}
.appeal-3:nth-child(3) {
	margin-right: auto;
}
#contents {
	width: 100%;
	float: none;
	padding-left: 8px;
	padding-right: 8px;
	box-sizing: border-box;
	margin-bottom: 2em;
}

#side-area {
	float: none;
	margin-left: auto;
	margin-right: auto;
}

#footer-left {
	width: 100%;
	float: none;
	text-align: center;
}
.footer-name {
	text-align: center;
}
.footer-menu {
	display: none;
}
#footer-right {
	width: 100%;
	float: none;
	text-align: center;
}
.footer-tel {
	float: none;
}

#sub-title {
	text-align: center;
	line-height: 1.3em;
	height: auto;
	padding: 10px 5px 10px 5px;
	font-size: 17px;
}

.contact_form table {
	width:100%;
	margin: 0 0 25px 0;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
}
.contact_form table th {
	background-color: #f5f4ed;
	padding: 9px;
	border:none !important;
	border-left: 1px solid #003583 !important;
	border-right: 1px solid #003583 !important;
	border-top: 1px solid #003583 !important;
	color: #003583;
	font-weight: 700;
	font-size: 14px;
	text-align: left;
	display:block;
	}
.contact_form table td {
	background-color: #FFFFFF;
	padding: 9px;
	border:none !important;
	border-left: 1px solid #003583 !important;
	border-right: 1px solid #003583 !important;
	border-top: 1px solid #003583 !important;
	color: #333333;
	font-size: 14px;
	display:block;
}
.contact_form table tr:last-child td {
	border-bottom: 1px solid #003583 !important;
}


} /* ←レスポンシブ用：削除禁止*/