@charset "UTF-8";

/*----------------------------------------------------
	▼reset
----------------------------------------------------*/
html{
	overflow-y: scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,legend,input,textarea,p,blockquote,th,td{
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var{
	font-style: normal;
	font-weight: normal;
}
h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-weight: normal;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th{
	font-weight: normal;
	text-align: left;
}
ol,ul{
	list-style: none;
}
fieldset,img{
	border: 0;
}
img{
	border:0px;
	max-width: 100%;
}

a{
	text-decoration: none;
	color: #333;
}

a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

/*----------------------------------------------------
	▼base style
----------------------------------------------------*/
body{
	margin:0px;
	padding:0px;
	text-align:center;
	font-size:14px;
	color:#333;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
}

.clearfix:after{
	content: "";
	display: block;
	clear: both;
}

#wrapper{
	width:100%;
	padding:0px;
	margin:0px;
}


h2{
	font-size: 24px;
	text-align: left;
	margin-top: 25px;
}

h3{
	font-size: 20px;
	text-align: left;
}

.mb50{margin-bottom: 50px !important;}
.mb100{margin-bottom: 100px !important;}
.red{color: red;}

/*----------------------------------------------------
	▼inner サイトコンテンツ幅1024px
----------------------------------------------------*/
.header_inner,
.news_inner,
.product_inner,
.company_inner,
.footer_inner
{
	width: 1024px;
	margin: 0 auto;
}



/*----------------------------------------------------
	▼header
----------------------------------------------------*/
#header{
	width: 100%;
	border-top: 10px solid #0d87cb;
	font-weight: bold;
	font-size:14px;
}

.logo{
	text-align: left;
	width: 300px;
	height: 70px;
	float: left;
}

.header_r ul{
	display: table;
	margin-left: auto;
}

.header_r li:first-child{
	background-color: #0d87cb;
	border-top:0;
	display: table-cell;
}

.header_r li:first-child a{
	color: white;
}

.header_r li{
	width: 90px;
	height: 35px;
	border:3px solid #0d87cb;
	border-top:0;
}

.header_r p{
	margin-top: 5px;
	text-align:right;
}

.header_r li a{
	display: block;
	width: 100%;
	height: 100%;
	line-height: 2.5em;
}

/*----------------------------------------------------
	▼navi
----------------------------------------------------*/
#navi{
	width:100%;
	height: 30px;
}

#navi ul{
	width: 1024px;
	margin:0 auto;
}

#navi ul li {
	float: left;
	position: relative;
	width: 169px;/*親メニューの幅*/
	height: 25px;/*親メニューの高さ*/
	background:white;/*親メニューの背景色*/
	cursor: pointer;
	line-height: 2em;
	border-left: 1px solid #333;
}

#navi ul li:last-child{
	border-right: 1px solid #333;
}

.sub_menu a{
	height: 100%;
	color: #333;
	display: block;
	line-height: 3em;
	text-align: left;
	padding-left: 5px;
}

.sub_menu span{
	font-size: 12px;
}

/*ホバー時の親メニューの背景色
#navi ul li:hover, .menu ul li a:hover {
	background:white;
}*/

#navi ul li ul {
	position: absolute;
	top: 25px;/*親メニューの高さと同じにする*/
	width: 100%;
	z-index: 999;
	left:0;
}

#navi ul li ul li {
	visibility: hidden;
	overflow: hidden;
	width: 100%;/*サブメニューの幅*/
	height: 0;
	background:white;/*サブメニューの背景色*/
	border:none;
	margin-bottom: 1px;
}


#navi ul li ul li:last-child {
	border:none;
}

#navi ul li ul li:hover, #navi ul li ul li a:hover {
	background:#0d87cb; /*ホバー時のサブメニューの背景色*/
}

#navi ul li:hover ul li, #navi ul li a:hover ul li{
	visibility: visible;
	overflow: hidden;
	height:35px;/*サブメニューの高さ*/
	z-index: 100;
}

#navi * {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

#menu{
	display: block;
}

.triangle{
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 5px solid #333;
	margin: 8%;
}

/*----------------------------------------------------
	▼main img
----------------------------------------------------*/
.main_img{
	max-width: 1600px;
	margin: 0 auto;
}

/*----------------------------------------------------
	▼NEWS
----------------------------------------------------*/
#news{
	width: 100%
}

#news dl{
	width: 100%;
	margin:10px;
	-js-display: flex;
	display: flex;
}

#news dt{
	width: 150px;
	padding: 10px;
	border-bottom: 1px solid #333;
	line-height: 2.8em;
}

#news dd{
	width: 100px;
	padding: 10px;
	border-bottom: 1px solid #333;
	line-height: 2.8em;
}

#news dd:last-child{
	width: 700px;
	line-height: 1.5em;
	text-align: left;
}

.news_p{
	display: table-cell;
	vertical-align: middle;
	height: 40px;
}

.news_p1{
	display: block;
	background-color: #d6d6d6;
}

.news_p2{
	display: block;
	background-color: #157a00;
	color: white;
}

/*----------------------------------------------------
	▼製品紹介-上部
----------------------------------------------------*/
#product{
	width: 100%;
	background-color: #def3fe;
	overflow: hidden;
	text-align: left;
}

#product h3{
	padding: 5px 10px;
	color: white;
	background-color: #0d87cb;
}

.product_1 h3 a,
.product_2 h3 a{
	color: white;
}

.product_1{
	margin: 0 auto;
	-js-display: flex;
	display: flex;
	justify-content: space-between;
}

.product_1 dl{
	width: 240px;
	background-color: white;
	margin: 20px 0;
}

.product_1 dt{
	text-align: center;
	margin: 10px;
}

.product_1 dd{
	margin: 15px;
	position: relative;
}

.product_1 dd:nth-child(3){
	height: 220px;
}

.product_1 span{
	text-decoration: underline;
	position: absolute;
	bottom: 0;
	right: 0;
}

/*----------------------------------------------------
	▼製品紹介-下部
----------------------------------------------------*/
.product_2{
	width: 95%;
	margin: 0 auto;
	background-color: white;
}

.product_2 dl{
	width: 80%;
	margin: 0 auto;
	-js-display: flex;
	display: flex;
	padding: 10px 0 5px;
}

.product_2 dt{
	width: 100px;
}

.product_2 dd{
	width: 700px;
}

.product_2 span{
	text-decoration: underline;
	display: block;
	text-align: right;
	padding: 0 10px 10px 0;
}

.product_top_buttun{
	margin: 20px auto;
	-js-display: flex;
	display: flex;
	justify-content: space-around;
}

/*----------------------------------------------------
	▼会社情報
----------------------------------------------------*/
#company{
	width: 100%;
	overflow: hidden;
	text-align: left;
}

.company_box{
	margin: 20px auto;
	-js-display: flex;
	display: flex;
	justify-content: space-around;
}

.company_box h4{
	font-size: 18px;
	font-weight: bold;
}

.company_box ul{
	margin: 10px;
	font-size: 16px;
}

.company_box li:not(:first-child){
	margin-left: 1.5em;
}

.company_box_l a{
	text-decoration:underline;
}

.company_box_r{
	width: 410px;
	background-color: #d6d6d6;
	padding:20px;
	position: relative;
}

.company_box_r h5{
	font-size: 16px;
	margin-bottom: 20px;
}

.company_box_r2{
	background-color: white;
	padding: 20px;
	position: absolute;
	bottom: 20px;
	width: 370px;
}

.company_box_r img{
	float: left;
	margin-right: 5px;
	width: 20px;
}

.company_box_r p{
	font-size: 16px;
	font-weight: bold;
}

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

/*----------------------------------------------------
	▼Footer
----------------------------------------------------*/
#footer{
	width: 100%;
	border-top: 10px solid #0d87cb;
	text-align: left;
}

.footer_inner{
	position: relative;
}

.footer_menu{
	margin: 20px 0;
	width: 20%;
	float: left;
}


.footer_menu p{
	font-size: 18px;
	background-image: url(../image/triangle.png);
	background-repeat: no-repeat;
	background-position: left 45%;
	padding-left: 15px;
}

.footer_menu ul{
	margin-top: 10px;
	padding-left: 15px;
}

.footer_menu li{
	margin-top: 2px;
}

#footer img{
	width: 243px;
	position: absolute;
	bottom: 5%;
	right: 5%;
}

#footer_2{
	background-color: #157a00;
	color: white;
}

#footer_2 ul{
	width: 1024px;
	height: 55px;
	margin: 0 auto;
}

#footer_2 li{
	float: left;
	margin-right: 20px;
}

#footer_2 li:nth-child(2){
	margin-left: 450px;
}


#footer_2 p{
	height: 55px;
	line-height: 55px;
}

#footer_2 a{
	color:white;
}

/*----------------------------------------------------
	▼pege topボタン
----------------------------------------------------*/
#page-top {
	right:1%;
	bottom:3%;
	position: fixed;
	z-index: 1;
}

#page-top a:hover {
	opacity: 0.7;
}

#page-top a {
	display: block;
	width: 80px;
	height: 80px;
	color: white;
	background-color: #0D87CB;
	border-radius: 100px;
	transition:1.0s;
	-moz-transition:1.0s;
	-webkit-transition:1.0s;
}

#page-top p{
	font-size:16px;
	font-weight: bold;
	line-height: 5em;
}
