@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);


/*----*/
html,body,div,
dl,dt,dd,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote,th,td,ul,li {
margin:0;
padding:0;
font-size:16px;
line-height:1.7em;
color:#000;
font-family:'Noto Sans Japanese', sans-serif;
font-weight:400;
}
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/*--common--*/

a {
	color:#1E88ED;
	text-decoration:none;
}
a:hover {
	opacity:0.8;
}

/*ttl*/

.common_ttl {
	box-shadow:0 5px 2px -2px rgba(0,0,0,0.1);
}

.common_ttl h2 {
	height:49px;
	padding-left:20px;
	background:url(../../img/ttl_bg.jpg) repeat-x;
	line-height:50px;
	font-weight:500;
}

/*--header--*/

#header {
	box-sizing:border-box;
	border-bottom:1px solid #DBDBDB;
	overflow:hidden;
}

#header_box {
	width:1140px;
	height:90px;
	margin:0 auto;
}

#header_box .logo {
	width:30%;
	padding:27px 0 0 0;
	float:left;
}

#header_box .menu {
	width:70%;
	float:left;
}

#header_box .menu ul {
	display:table;
	width:100%;
	height:85px;
}

#header_box .menu li {
	position:relative;
	display:table-cell;
	height:90px;
	border-left:1px solid #DBDBDB;
	list-style:none;
	text-align:center;
	font-size:18px;
}

#header_box .menu li:last-child {
	width:102px;
	border-right:1px solid #DBDBDB;
	background:#399B26;
}


#header_box .menu li a {
	position:absolute;
	display:table;
	vertical-align:middle;
	top:0;
	left:0;
	width:100%;
	z-index:10;
}

#header_box .menu li a span {
	display:table-cell;
	height:90px;
	vertical-align:middle;
	color:#333333;
	line-height:1.3em;
}

.menu_size{
	font-size:16px;
}


/*--main img--*/

#top_img {
	width:100%;
	margin:0 auto;
	padding:0;
	background:#F9F7F1;
}

#top_img_box{
	width:1140px;
	margin:0 auto;
}

#top_img_box img {
	max-width:100%;
}


/*--content--*/

#content {
	width:100%;
	padding-top:30px;
	background:#F9F7F1;
}

#content_box {
	width:1140px;
	margin:0 auto;
	overflow:hidden;
}

#content_l {
	width:600px;
	margin:0;
	float:left;
}

#content_r {
	width:510px;
	margin-left:30px;
	float:left;
}

.common_box {
	box-sizing:border-box;
	border:1px solid #DFDFDF;
	margin-bottom:20px;
	background:#ffffff;
}

.content_ttl {
	height:120px;
	background:url(../../img/content_ttl.jpg) no-repeat;
	background-size:cover;
}

.content_ttl h2 {
	width:1140px;
	margin:0 auto;
	text-align:center;
	line-height:120px;
	font-size:24px;
	letter-spacing:3px;
	color:#333333;
}

/*一覧*/

.l_link {
	line-height:40px;
	background:#F2ECE1;
	border-top:1px solid #DFDFDF;
	overflow:hidden;
}

.l_link span {
	margin-right:20px;
	font-size:14px;
	float:right;
}

.l_link a {
	color:#333333;
}

.l_link span:before {
	position:relative;
	top:1px;
	left:0;
	padding-right:5px;
	content:url(../../img/icon_1.png);
}

/*--news--*/

#news dl {
	margin:0 10px;
	overflow:hidden;
	white-space:nowrap;
}

#news dt {
	width:100px;
	font-size:14px;
	font-weight:600;
	line-height:60px;
	text-align:center;
	border-bottom:1px dashed #DEDEDE;
	float:left;
}

#news dd {
	margin-left:100px;
	width:560px;
	font-size:15px;
	line-height:60px;
	border-bottom:1px dashed #DEDEDE;
}

#news dt:last-of-type {
	border-bottom:0;
}
#news dl dd:last-of-type {
	border-bottom:0;
}

#news dd a {
	font-size:15px;
	text-decoration:underline;
}

/*--case--*/

#case ul {
	margin:30px 25px;
	overflow:hidden;
}

#case li {
	width:50%;
	list-style:none;
	float:left;
}

.case_l {
	margin-right:10px;
	float:left;
}

.case_r {
	float:left;
}

.case_r h3 {
	font-size:17px;
	padding-bottom:5px;
}
.case_r p {
	color:#EA701F;
	font-weight:500;
}


/*--system--*/

#system {
	margin-bottom:20px;
	background:url(../../img/bg_1.jpg);
}

#system_box {
	padding:5px;
	overflow:hidden;
}

#system_box h2 {
	height:60px;
	border:1px solid #ffffff;
}


/*--system inner--*/

#system_box ul {
	padding:10px 20px;
	background:#ffffff;
	overflow:hidden;
}

#system_box li {
	width:48%;
	margin-bottom:5px;
	list-style:none;
	float:right;
}

#system_box li:nth-child(odd) {
	float:left;
}

.system_inner {
	position:relative;
	height:50px;
	box-sizing:border-box;
	border:1px solid #DEDEDE;
	background:#FFFECE;
}

.system_inner_l {
	padding:1px;
	float:left;
}

.system_inner_r {
	display:inline-block;
	margin-left:10px;
	font-size:14px;
	line-height:50px;
	float:left;
}

.system_inner_r2 {
	display:inline-block;
	margin-left:10px;
	font-size:14px;
	float:left;
	line-height:1.2em;
	padding:6px 0 0 0;
}

.system_inner a {
	position:absolute;
	width:100%;
	height:100%;
	z-index:10;
}

/*--link_area--*/

#link_area {
	height:178px;
	box-sizing:border-box;
	border:1px solid #DEDEDE;
	background:url(../../img/bg_2.jpg) repeat-x;
}

.link_area_box {
	width:50%;
	margin-top:5px;
	text-align:center;
	float:left;
}
.link_area_box a {
	font-size:17px;
}

.link_area_box:first-child {
	box-sizing:border-box;
	border-right:1px solid #CACACA;
}
.link_area_box:last-child {
	box-sizing:border-box;
	border-left:1px solid #ffffff;
}


/*--scroll top--*/

#scroll_top {
	width:100%;
	height:50px;
	text-align:center;
	background:url(../../img/bg_3.jpg) repeat-x;
}


/*--footer--*/

#footer {
	height:210px;
	background:#DDDBD6;
}

#footer_box {
	width:1140px;
	margin:0 auto;
}

.footer_l {
	position:relative;
	display:table-cell;
	width:910px;
	height:160px;
}

.footer_l a {
	color:#333333;
}

.footer_l li {
	list-style:none;
	float:left;
	padding:20px;
}
.footer_l li:after {
	position:relative;
	right:-20px;
	content:'/';
}
.footer_l li:first-child {
	padding:20px 20px 20px 0;
}

.copyright {
	position:absolute;
	left:0;
	bottom:10px;
	font-size:14px;
	color:#989693;
}

.footer_r {
	display:table-cell;
	width:230px;
	height:160px;
	vertical-align:middle;
}

.pagetop:hover {
	cursor:pointer;
}


/*--company--*/

#company {
	margin-bottom:30px;
}

#company table {
	width:80%;
	margin:0 auto;
	border-collapse:collapse;
}

#company th {
	width:180px;
	padding:20px;
	font-size:16px;
	text-align:left;
	background:#F2ECE2;
	border:1px solid #DEDEDE;
	vertical-align:top;
}

#company td {
	padding:20px;
	font-size:16px;
	text-align:left;
	background:rgba(255,255,255,0.5);
	border:1px solid #DEDEDE;
	vertical-align:top;
}



/*--construction--*/

#construction {
	margin-bottom:30px;
}

#construction table {
	width:100%;
}
#construction td {
	position:relative;
	height:270px;
}

.construction_case {
	width:340px;
	height:200px;
	margin:0 auto;
	background:#DEDEDE;
}

.construction_case_box {
	display:table;
	position:absolute;
	bottom:0;
	width:340px;
	height:60px;
	background:#ffffff;
	border:1px solid #DEDEDE;
	box-sizing:border-box;
}
.construction_case_box h3 {
	display:table-cell;
	margin:0 auto;
	padding-left:20px;
	width:50%;
	height:60px;
	font-size:16px;
	vertical-align:middle;
}
.construction_case_box p {
	display:table-cell;
	margin:0 auto;
	padding-right:10px;
	width:50%;
	height:60px;
	color:#EA701F;
	font-size:18px;
	text-align:right;
	vertical-align:middle;
}


/*--system_info--*/

#system_info {
	margin-bottom:30px;
}

#system_info p {
	font-size:14px;
}

.system_desc {
	margin:20px;
}

#system_information {
	margin-bottom:20px;
}

.system_info_box {
	margin:20px;
}

.system_info_box td {
	position:relative;
	width:360px;
	padding:0 5px 20px 5px;
	vertical-align:top;
}

.system_info_box td h3 {
	position:absolute;
	top:10px;
	left:-5px;
	font-weight:500;
	text-align:center;
}

.system_info_box td h3 span {
	padding:2px 15px;
	font-weight:200;
	color:#ffffff;
	background:rgba(232,112,2,0.95);
}

.system_info_box td p {
	border-left:6px solid #EA701F;
	padding-left:10px;
	font-size:12px !important;
}

/*--160315 藤澤追記--*/

.system_inpei{
	width:100%;
	height:550px;
	font-size:14px;
	padding:230px 0 0 30px;
	background-image:url(../../img/system/system_inpei01.jpg), url(../../img/system/system_inpei02.jpg);
	background-position:left 30px top 30px, right 30px top 30px;
	background-repeat:no-repeat, no-repeat;
	box-sizing:border-box;
}

.system_btnbox{
	width:100%;
	text-align:right;
	margin:30px 0 0 0;
	padding:15px 0 0 0;
	border-top: #CCC 1px solid;
}

.system_btnbox a{
	width:150px;
	display:block;
	background:#e9740b;
	padding:15px;
	margin:0 0 0 auto;
	color:#FFF;
	text-align:center;
}

.system_ms01{
	display:inline-block;
	width:340px;
	background:url(../../img/system/system_ms01bg.jpg) no-repeat right;
	padding:0 100px 0 0;
	margin:0 30px 50px 0;
}

.system_ms02{
	position:relative;
	display:inline-block;
	width:340px;
	background:url(../../img/system/system_ms02bg.jpg) no-repeat right;
	padding:0 236px 0 0;
	margin:0 0 50px 0;
}

.system_ms02 h3 {
	position:absolute;
	top:10px;
	left:-5px;
	font-weight:500;
	text-align:center;
}

.system_ms02 h3 span {
	padding:2px 15px;
	font-weight:200;
	color:#ffffff;
	background:rgba(232,112,2,0.95);
}

.system_mizo01{
	display:inline-block;
	padding:0 40px 0 0;
	font-size:14px;
	vertical-align:top;
}

.system_mizo01 img{
	margin:20px 0 0 0;
}

.system_mizo{
	width:100%;
	text-align:center;
	padding:40px 0 0 0;
}

.system_yukabox{
	width:100%;
	margin:40px auto 0 auto;
	text-align:center
}

.system_onsui{
	width:100%;
	margin:0 auto;
	text-align:center;
}

.system_table{
	padding:0;
	margin:0 auto;
	border:0;
	border-collapse:collapse;
}

.system_table td{
	padding:0;
	margin:0;
	text-align:center;
	font-size:14px;
	padding:5px;
	box-sizing:border-box;
}

.system_yukimi{
	width:100%;
	overflow:hidden;
}

.system_yukimi span{
	font-size:16px;
	font-weight:bold;
}

.system_yukimi01{
	float:left;
}

.system_yukimi02{
	float:right;
	width:300px;
	height:442px;
	padding:0 335px 0 0;
	background:url(../../img/system/system_yukimi03.jpg) no-repeat right top;
	font-size:14px;
}

.system_yukimi03{
	height:260px;
	margin:30px 0 0 0;
	background:url(../../img/system/system_yukimi02.jpg) no-repeat right top;
	font-size:14px;
}

.system_driver{
	width:100%;
	background:url(../../img/system/system_driver03.jpg) no-repeat right top;
}

.system_driver01{
	width:525px;
	height:291px;
	background:url(../../img/system/system_driver01.jpg) no-repeat left top;
	padding:0 0 0 220px;
	box-sizing:border-box;
}

.system_driver02{
	width:525px;
	text-align:center;
	padding:30px 0 0 0;
}




/*--pop--*/

.pop {
	opacity:0;
	position:absolute;
	top:-80px;
	left:5px;
	padding:10px;
	border-radius:10px;
	background:rgba(0,0,0,0.8);
	font-size:12px;
	color:#fff;
}

.pop:after {
	position:absolute;
	top:100%;
	left:34px;
	height:0;
	width:0;
	border:12px solid transparent;
	border-top:12px solid rgba(0,0,0,0.8);
	content:"";
}

.system_info_box td img:hover {
	cursor: pointer;
}
.system_info_box td img:hover + .pop {
	opacity:1;
	transition:.3s;
}


/*--contact--*/

#contact {
	margin-bottom:30px;
}

.contact_box {
	width:70%;
	margin:0 auto;
}

.contact_box table {
	margin:20px 0;
	border-collapse:collapse;
	width: 100%;
}

.contact_box th {
	width:185px;
	margin:0;
	padding:25px 0 25px 25px;
	font-size:16px;
	font-weight:300;
	text-align:left;
	vertical-align:top;
	border:1px solid #DEDEDE;
	background:#F2ECE2;
}
.contact_box th span {
	font-size:13px;
	color:#FF0000;
	margin:0 0 0 3px;
}
.contact_box td {
	padding:25px 0 25px 25px;
	vertical-align:top;
	border:1px solid #DEDEDE;
}
.contact_box td p {
	display:inline-block;
	margin:0 0 0 10px;
	font-size:13px;
	font-weight:200;
	color:#333333;
}

.form_style {
	width:250px;
	border:0;
	color:#aaa;
	border:1px solid #DEDEDE;
}
.send {
	text-align:center;
}
.send img {
	cursor:pointer;
}
.contact_box td textarea {
	min-width:400px;
}


/*--lazyload--*/
.lazy {
	width: 340px;
	height: 200px;
}


/*--post--*/

.post_desc {
	margin:20px;
}


.post_info_box {
	margin:20px;
}

.post_info_box span{
	font-weight:bold;
	border-left:solid 4px #ec7000;
	padding-left:10px;
}

.post_info_box p{
	background:#fffbee;
	padding:10px;
	margin-top:10px;
	box-sizing:border-box;
}


/* ------- error 16.03.22.nn ------ */
span.error{
	margin: 0;
	color: red;
	font-weight: bold;
	margin-bottom: 1em;
	font-size: 10px;
	display: block;
}

.errorblock{
	border: 1px solid #ff0000;
	background-color: #ffcccc;
}

#nocheckmsg {
	color:red;
	display:none;
	font-weight:bold;
	text-align:center;
	width:650px;
	height:40px;
	line-height:40px;
	background-color:#ffeeee;
	margin:20px auto;
}

.colorred {
	color:#F00;
}

