@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
		 -o-box-sizing: border-box;
		-ms-box-sizing: border-box;
				box-sizing: border-box;
}
html,body {
	margin: 0;
	padding: 0;
	height: 100%;
	height: auto;
	min-height: 100%;
}
section, article, aside, nav, header, footer, hgroup {
  display: block;
}
address {
	font-style: normal;
}
/* ### initial setting end ### */


/* ### common ### */
body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 62.5%;/*10px相当（10px ÷ 16px = 62.5%）*/
	line-height: 1.7;
	background-color: white;
	color: #1b1b1b;
}
#container {
	font-size: 1.4em;/*14px相当*/
	width: 100%;
	height: auto;
	min-height: 100%;
	position: relative;
}
header,footer,#side {
	font-size: 14px;
}
header a,footer a,#side a {
	display: block;
}
header .inner {
	padding: 0;
	margin: 0;
}
.wrapper {
}
.inner {
	padding: 0 10px;
	clear: both;
	overflow: hidden;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
strong,em,mark,b {
	font-weight: bold;
	display: inline;
}
a {
	text-decoration: none;
	color: #;
}
a:visited {
  color: #;
}
a:hover {
	text-decoration: ;
	color: #;
}
a:active {
	color: #;
}
img {
  vertical-align: top;
	width:100%;
	max-width: 100%;
	height: auto;

	vertical-align: bottom;/*ディセンダを消す*/
}
.img {
	display: block;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	margin: 0 auto;
	text-align: center;
}
.cf:after {
	content: " ";
	display: block;
	clear: both;
}
ul,ol {
	list-style-type: none;
}
.liin {
	list-style-position: inside;
	padding-left: 1.3em;
	text-indent: -1.3em;
}
table {
	width: 100%;
	border-collapse: collapse;
}
th,td {
	font-weight: normal;
	vertical-align: top;
	text-align: left;
}
.ophv {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.ophv:hover {
	opacity: .5;
}
.map {/*SP可変地図*/
	position: relative;
	padding-bottom:70%; //縦横比
	height: 0;
	overflow: hidden;
}
.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.btn a {
	display: block;
}
header #gnav ul li a::after {/*sp*/
	content: '';
	display: inline-block;
  border: 3px solid transparent;
  border-left: 4px solid #fff;
	margin-top: 8px;
	float: right;
}
/* ### common end ### */


/* header
----------------------------------------------------*/
header {
	position: relative;
}
header #logo {
	width: 72.2%;
	float: left;
}
header .right {
	width: 27.7%;
}
header .right #htel,header .right #menu {
	width: 50%;
	float: left;
}
header #gnav {
	position: absolute;
	display: none;
	background-color: #008718;
	width: 100%;
}
header #gnav a {
	border-bottom: 1px solid #fff;
	color: #fff;
	padding: 10px;
}
/* header end ----------------------------------------*/


/* footer
----------------------------------------------------*/
#pagetop a {
	background-color: #008718;
	color: #fff;
	font-size: 15px;
	text-align: center;
	padding: 10px;
}
footer #fnav {
	margin-bottom: 4.16%;
}
footer #fnav a {
	border-bottom: 1px solid #bdbdbd;
	color: #1b1b1b;
	padding: 6px 10px;
}
footer #fnav .gray_box a {
	background-color: #f0efef;
	padding: 10px;
}
footer #fcontact {
	border-bottom: 1px solid #bdbdbd;
	padding: 10px;
	padding-bottom: 4.16%;
}
footer #fcontact #flogo {
	width: 36.7%;
	margin-bottom: 2.77%;
}
footer #copyright {
	font-size: 12px;
	text-align: center;
	padding: 10px;
}
/* footer end ----------------------------------------*/


/* top　トップ
----------------------------------------------------*/
#top .h3ttl {
	font-size: 16px;
	width: 240px;
	margin: 0 auto;
	margin-bottom: 3.61%;
}
/* section01 ----------*/
#top #section01 {
	background-color: #f0efef;
	padding: 5.55% 0 4.16%;
}
#top #section01 li {
	margin-bottom: 2.22%;
}
/* section02 ----------*/
#top #section02 {
	background-image: url(../../assets/img/bg_01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	padding: 9.72% 8.33%;
	margin-bottom: 4.16%;
}
#top #section02 .h3ttl {
	font-size: 1.286em;
	font-weight: normal;
	text-align: center;
	width: 100%;
}
/* section03 ----------*/
#top #section03 .inner {
	margin-bottom: 4.16%;
}
/* section04 ----------*/
#top #section04 .inner {
	margin-bottom: 11.1%;
}
#top #section04 .box {
	border-top: 1px solid #dcdcdc;
	height: 300px;
	overflow-y: auto;
}
#top #section04 .article .section {
	border-bottom: 1px solid #dcdcdc;
	padding: 2.77% 0;
}
#top #section04 .date {
	display: inline-block;
	font-weight: bold;
	color: #409a36;
	margin-bottom: 2.77%;
}
/* top end ----------------------------------------*/


/* low　下層共通
----------------------------------------------------*/
.low .wrapper {
	margin-bottom: 8.33%;/*60px*/
}
.low .h3ttl {
	margin: 5.55% 0 2.77%;
}
#company .h3ttl,#contact .h3ttl {
	font-size: 16px;
	width: 240px;
	margin: 5.55% auto 2.77%;
}
/* low end ----------------------------------------*/


/* products 製品情報共通
----------------------------------------------------*/
.products .h3ttl {
	border-top: 1px solid #008718;
	padding: 7px 0 10px;
	background-image: url(../../assets/img/impact/httl_line.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom;
}
.products .h3ttl::before {
	content: '';
	display: inline-block;
	border-left: 4px solid #008718;
	width: 4px;
	height: 1.5em;
	margin-right: 0.5em;
	vertical-align: middle;
}
.products .content {
	margin-bottom: 2.77%;
}
.products .content .img {
	width: 53.1%;
	margin: 0 auto;
}
.products .h4ttl {
	border-bottom: 1px solid #a4a4a4;
	padding: 7px 0;
	margin: 5.55% 0 2.77%;
}
.products .h4ttl::before {
	content: '';
	display: inline-block;
	border-left: 4px solid #008718;
	width: 4px;
	height: 1.5em;
	margin-right: 0.5em;
	vertical-align: middle;
}
.products ol {
	list-style-type: decimal;
}
.products ol li,.products .txt {
	margin-bottom: 4.16%;
}
.products table th,.products table td {
	border: 1px solid #b8b8b8;
	padding: 3px 5px;
}
.products .table th {
	width: 30.7%;
	border-right: 2px solid #b8b8b8;
}
.products .table .th02 {
	border-left: 2px solid #b8b8b8;
	border-right: 2px solid #b8b8b8;
}
.products .pagination {
	margin-top: 12.5%;
}
.products .pagination ul {
	overflow: hidden;
}
.products .pagination li {
	width: 90px;
}
.products .pagination .prev {
	width: 90px;
	background-image: url(../img/impact/prev_btn.png);
	height: 32px;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	float: left;
}
.products .pagination .next {
	width: 90px;
	background-image: url(../img/impact/next_btn.png);
	height: 32px;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	float: right;
}
.products .pagination li a {
	display: block;
	height: 32px;
}
/* products end ----------------------------------------*/


/* company 会社案内
----------------------------------------------------*/
#company .table tr:nth-child(odd) {
	background-color: #eeeeee;
}
#company .table th,#company .table td {
	padding: 1.38% 2.77%;
}
#company .table th {
	width: 26.5%;
}
#company .table .btn {
	width: 110px;
}
#company #section03 .h4ttl {
	background: -webkit-linear-gradient(top, #fff, #f0f0ef);
	background: linear-gradient(#fff, #f0f0ef);
	border: 1px solid #cacaca;
	font-size: 14px;
	padding: 10px;
	margin-bottom: 2.77%;
}
.acin {
	display: none;
}
.acin ul {
	margin-bottom: 5.55%;
}
/* ocico ----------*/
.oc {
	width: 13px;
	height: 13px;
	float: right;
	position: relative;
}
.oc::before,.oc::after {
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #008718;
}
.oc::before {
	width: 13px;
	height: 2px;
	top: 10px;
	right: 5px;
}
.oc::after {
	width: 2px;
	height: 13px;
	top: -7px;
	right: 10px;
	margin-top: 12px;
}
.acbtn.active .oc::after {
  display: none;
}
/* company end ----------------------------------------*/


/* contact お問い合わせ
----------------------------------------------------*/
/* section01 ----------*/
#contact #section01 .txt {
	margin-bottom: 4.06%;
}
#contact #section01 .btn {
	width: 300px;
	margin: 0 auto;
	margin-bottom: 2.77%;
}
/* section02 ----------*/
.red {
	color: #e60012;
}
#mf01 input {
	width: 14px;
	height: 14px;
	vertical-align: middle;
}
#contact .table th {
	font-weight: bold;
	padding-top: 5px;
}
#contact .table {
	margin-bottom: 5.55%;
}
#contact .table li {
	margin-top: 5px;
}
#contact .btn {
	width: 300px;
	margin: 0 auto;
}
.checkbox li {
	float: left;
}
.checkbox input {
	width: 13px !important;
	height: 13px;
}
label {
	width: 100%;
}
input {
	width: 100% !important;
	height: 30px;
}
textarea {
	width: 100% !important;
	height: 100px;
}
form .required {
	background: -webkit-linear-gradient(top, #ff5353, #ff0b0b);
	background: linear-gradient(#ff5353, #ff0b0b);
	border-radius: 4px;
	color: #fff;
	font-size: 10px;
	font-weight: normal;
	padding: 4px 2px;
	float: left;
	margin-right: 5px;
	margin-bottom: 3px;
}
.mfp_element_submit,.mfp_element_reset {
	border-radius: 5px;
	padding: 0 !important;
	border: none;
	background: none;
	text-shadow: 0;
}
/* section03 ----------*/
#contact #section03 .txt {
	margin-bottom: 5.55%;
}
#contact #section03 ol {
	list-style-type: decimal;
}
#contact #section03 li {
	margin-bottom: 5.55%;
}
/* contact end ----------------------------------------*/




#top .note{
	padding: 20px 0;
	background: #F2F2F2;
}
#top .note .txt-area{
	border: 1px solid #c81414;
	color:#c81414;
	padding: 15px;
}
#top .note .ttl{
	font-size: 13px;
	margin-bottom: 10px;
	text-align: center;
}
#top .note .txt{
	line-height: 1.85;
	font-size: 12px;
}