
/*//// default ////*/
body{
	text-align: center;
	font-size:0.75em;
	line-height:1.4em;
	color:#444444;
	font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",meiryo,Arial,sans-serif;
	}
body,h1,h2,h3,h4,h5,p,ul,ol,li,dl,dd,dt{margin:0;padding:0px;}
img {border:0; vertical-align: top;max-width: 100%;}
p {text-align: left;}
a {
	color:#007F63;
	text-decoration: underline;}
a:hover {
	text-decoration: none;
	color:#acb9b6;
	}
a:hover img{
	opacity:0.7;
	filter: alpha(opacity=70);
	}
/*a:active{position: relative;
	top:1px;
	left:1px;
	}*/
table{
	border-collapse: collapse;
	}
ul{text-align: left;}
strong{
	color:black;
	}
h1,h2{
	font-size:0.9em;
	line-height: 1.3em;
	font-weight: normal;
	}
h3,h4{
	padding:5px 0;
	text-shadow:-1px -1px 1px #ececec;
	-moz-text-shadow:-1px -1px 1px #ececec;
	-webkit-text-shadow:-1px -1px 1px #ececec;
	text-align: left;
	color:#007F63;
	margin:15px 0 10px 0;
	}
h3{
	border-image:url(../common-img/h_border.jpg) 5/ 0 0 3px 0 stretch;
	-moz-border-image:url(../common-img/h_border.jpg) 5/ 0 0 3px 0 stretch;
	-webkit-border-image:url(../common-img/h_border.jpg) 5/ 0 0 3px 0 stretch;
	background: url(../common-img/h_border.jpg) no-repeat bottom left \9;
	font-size:1.3em;
	}
h3 span{
	background: url(../common-img/arrow.png) no-repeat left center;
	padding-left:13px;
	}
h4{
	border-bottom:1px solid #cccccc;
	font-size:1.5em;
	}


/*//// frame ////*/

#topWrap,
#middleWrap,
#bottomWrap,
#footer{
	width:100%;
	}
#topWrap{
	background: #EAF1F0;
	}
#middleWrap{
	/*background: url(../common-img/contentsbg.jpg) repeat-x top center;*/
	}
#bottomWrap{
	background: #b6c5bc;
	}
#header,
#contents,
#footermenu,
#footerlink{
		margin:auto;
		width:950px;
		}
#wrapper{
	height:100%;
	margin:auto;
	}
#header{
	height:63px;
	text-align: left;
	background: url(../common-img/header.jpg) no-repeat center top;
	position: relative;
	}
#menu {
    height: 45px;
    text-align: center;
    background: url(../common-img/m_bg.png) repeat-x top center;
    background-size: contain;
	}
#contents{
	}
	#main{
		width:950px;
		margin: 10px auto 50px auto;
		}
#footermenu{
	margin:20px auto;
	}

#footer{
	height:100px;
	text-align: center;
	font-size:1.0em;
	}
#footer .co_name{
	margin-right:10px;
	}
/*////////////hedaer////////////*/
h1{
	position: absolute;
	top:15px;
	left:0px;
	}
.rogo{
	position: absolute;
	top:12px;
	left:0px;
	}
.subhedder{
	width:600px;
	position: absolute;
	right:0px;
	top:5px;
	}
h2{
	float: left;
	text-align: right;
	padding-top:35px;
	}


/*////////////menu////////////*/
#menu ul{
	width:950px;
	margin:auto;
	z-index: 99999;
	position: relative;
	}
#menu ul li{
	float: left;
	/*padding:3px 5px ;*/
	list-style-type: none;
	text-align: center;
	border-left:1px solid #a9b8af;
	/*width:16.66%;*/
	/*width:20%;*/
	width:calc(100% / 7);
	height: 45px;
	box-sizing:border-box;
	z-index: 99999;
	}
#menu ul li.sp{display: none;}
#menu ul li:nth-last-child(1){border-right:1px solid #a9b8af;}
/*#menu ul li a{
	display: block;
	padding:10px 0 5px 0;
	
	box-sizing:border-box;
	}*/
#menu ul li a {
    display: block;
    padding: 15px 0 5px 0;
    height: 45px;
    box-sizing: border-box;
    text-decoration: none;
    color: white;
    font-size: 14px;
    font-weight: bold;
}
#menu ul li a:hover{
	background: url(../common-img/m_ov_bg.png) repeat-x left top;
	}
#menu ul li a:hover img{
	opacity:1;
	filter: alpha(opacity=100);
	}
.drawer-toggle{display: none;}

/*/ プルダウン　ul.child /*/
#menu *{box-sizing:border-box;}
#menu ul.child{
    display: none;
    position: absolute;
    top:40px;
    padding: 0;
    list-style:none;
    background: black;
    border-bottom:5px solid #006636;
    color:white;
    width:20%;
    margin-left:-5px;
}
#menu ul.child li{
	height:auto !important;
	border:0;
	padding:0;
	display:block !important;
	float:none;
	width:100%;
	}
#menu ul.child li a{
    padding: 10px 10px;
    display: block;
    color: #fff;
    height:auto;
    font-size:1em;
    text-align:left;
    width:100%;
    text-decoration: none;
}
#menu ul.child li a:hover{
    background: #333;
    color:white;
    
}
/*////////////submenu////////////*/
#submenu{
	margin:0px 0 0px 0;
	}
#submenu ul{
	list-style-type: none;
	text-align: right;
	}
#submenu li{
	display: inline;
	background: url(../common-img/arrow.png) no-repeat left center;
	padding-left:13px;
	margin:0 5px;
	}
#submenu li a{text-decoration: none;}

	
/*////////////footerlink////////////*/

#footermenu{
	background: white;
	}
#footermenu ul{
	list-style-type:none;
	}
#footermenu ul li{
	display: inline;
	border-left:1px solid #007f63;
	padding:0 2px 0 5px;
	}
#footermenu ul li a{
	text-decoration: none;
	}
#footerlink *{box-sizing:border-box;}
#footerlink{
	padding:10px 0;
	font-size:1.1em;
	}
#footerlink .box{
	padding:1em;
	}
#footerlink h3{
	font-size:1.0em;
	padding:3px 5px;
	margin:0;
	font-weight: normal;
	background: white;
	border-image:none;
	-moz-border-image:none;
	-webkit-border-image:none;
	color:#333;
	}
#footerlink ul{
	list-style-type: none;
	text-align: left;
	padding-left:15px;
	}
#footerlink ul li{
	margin:8px 0;
	}
#footerlink dl{
	width:100%;
	float: left;
	text-align: left;
	padding:8px;
	}

#footerlink dl a{text-decoration: none;	color:#333;position: relative;}
#footerlink dl dt{
	border-bottom: 1px solid white;
	padding-bottom: 5px;
	margin-bottom: 5px;
	}
#footerlink dl a:hover{
	color:white;
	}
#footerlink dl a:hover:before{
	content:"●";
	color:white;
	position: absolute;
	left:-15px;
	
	}
#footerlink .product_lineup dl{
	width:25%;
	}
#footer{
	background: white;
	}
#footer p{
	text-align: center;
	padding:10px;
	}
#footer address{
	font-size: 10px;
	font-style: normal;
	color:#999999;
	letter-spacing: 0.1em;
	}

/*  global layout */
.phl{
	float: left;
	margin-right:10px;
	}
.phr{
	float: right;
	margin-left:10px;
	}
.phc{
	text-align: center;
	margin:15px 0;
	}
.phc img{
	margin:auto;
	}

/*// gototop /*/
.gototop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
}


/*/block layout /*/


.bl2{
	width:50%;
	box-sizing:border-box;
	float: left;
	}

.bl3{
	width:33.33333%;
	box-sizing:border-box;
	float: left;
	}
.bl4{
	width:25%;
	box-sizing:border-box;
	float: left;
	}
.bl32{
	width:66.6666%;
	box-sizing:border-box;
	float: left;
	}
/*/// responsible /*/
.visible640,
.visible480,
.visible768,
.visible950{
	display: none;
	}

/*/ font-size /*/
.font08{font-size:.8em;}
.font09{font-size:.9em;}
.font11{
	font-size:1.1em;
	}
.font12{
	font-size:1.2em;
	}
.font13{
	font-size:1.3em;
	}
.font14{
	font-size:1.4em;
	}
.font15{
	font-size:1.5em;
	}
.font16{
	font-size:1.6em;
	}
.font17{
	font-size:1.7em;
	}
.font18{
	font-size:1.8em;
	}
.font19{
	font-size:1.9em;
	}
.font20{
	font-size:2em;
	}
.red{color:#ec0000;}
/*/ table style /*/
table.style02{
	border-collapse:collapse;
	width:100%;
	border-top:1px solid #bbb;
	}
table.style02 th,
table.style02 td{
	border-bottom:1px solid #bbb;
	padding:8px;
	text-align: left;
	}

table.style01{
	border-collapse:collapse;
	background: #000051;
	width:100%;
	text-align: center;
	}
table.style01 th,
table.style01 td{
	padding:10px;
	border:1px solid #666;
	}

/*/ iframe contents /*/
.googlemap{
	position: relative;
	width: 100%;
	padding-top: 56.25% ;
	}
.googlemap iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.youtube{
	position: relative;
	width: 100%;
	padding-top: 56.25% ;
	}
.youtube iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/* clearfix */
#contents:after, .clear:after {
	content:" ";
	display: block;
	height:0;
	clear: both;
	visibility: hidden;
	}
	
/*MacIE begin \*/
*html #contents,.clear {height: 1%;}
#contents,.clear {display: block;}
/*MacIE end*/  

/* SNS Fix button */
#FixButton {
    right: 0;
    width: 50px;
    position: fixed;
    bottom: 0;
    top: 0;
    margin: auto;
    height: 146px;
}
#snsFixButton {
    background-color: #FFF;
    padding: 7px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    box-shadow: 0 0 8px #DDD;
}
#snsFixButton a {
    display: block;
}
#snsFixButton a:first-child {
    margin-bottom: 5px;
}
#contactFixButton, 
#mailmagazine {
    padding: 7px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    background-color: #FFF;
    margin-top: 5px;
    box-shadow: 0 0 8px #DDD;
}
#contactFixButton a {
    display: block;
    background: #f87500;
    color: #FFF;
    text-align: center;
    line-height: 0.5;
    text-decoration: none;
    font-size: 10px;
    padding: 3px;
    border-radius: 5px;
}
#contactFixButton a svg.icon {
	width: 22px;
    height: 23px;
    fill: #FFF;
    display: block;
    margin: auto;
}
.recruitBannerLeft {
    max-width: 200px;
    padding: 10px 0;
    box-sizing: border-box;
    display: block;
    margin: auto;
}
.kyujin {
    padding: 5px 0 0 10px;
    max-width: 71px;
}

#mailmagazine_form_wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 90000;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000000a6;
    display: none;
}
#mailmagazine_form_wrap.active{
	display: flex;
}
#mailmagazine_form {
    background-color: #FFF;
    padding: 30px;
    border-radius: 5px;
        position: relative;
}
#mailmagazine_form input{
	border: 1px solid #666;
	border-radius: 3px;
	    padding: 5px;

    width: 100%;
}
.mailmagagineImg {
    width: 100%;
    max-width: 320px;
    margin: auto;

}
.mailmagagineImg_wrap,
#mailmagazine{
	cursor: pointer;
}
.mailmagagineImg_wrap {
    padding-top: clamp(10px,3vw,40px);
}
.caution {
    color: #c10000;
}
#mailmagazine_form .caution {
    padding: 0;
    border: none;
}

#mailmagazine_form td {
    padding: 10px 0;
}
.tx5 {
    font-size: 0.8em;
}
.form_close {
    position: absolute;
    top: -10px;
    right: 0;
    padding: 10px;
    font-size: 2em;
    cursor: pointer;
}