@charset "utf-8";


html {
}

body {
	color: #242424;
	font: 16px/1.6 "Noto Sans Japanese";
}

img {
	max-width: 100%;
	height: auto;
}

/*--------------------------------------
	header
--------------------------------------*/
header{
	border-top: 5px solid #184b89;
}
header .wrap{
	margin: 10px 0;
	min-height: 1px;
}
header .wrap:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

header .wrap div{
	padding: 0 5px;
}

.catch_copy{
	display: none;
}

/* brand */
.brand{
	float: left;
}
.brand h1 a{
	display: inline-block;
	padding-left:100px;
	font-size: 20px;
	text-decoration: none;
	color: #242424;
	background: url("/img/sp_brand.png") 5px 5px no-repeat;
}
.brand h1 a p{
	color: #2082c4;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 1px;
}

/* header_contact */
.header_contact p,
.header_contact a{
	display: none;
}

.sp_contact{
	float: right;
}
.sp_contact li{
	float: left;
	list-style: none;
	width: 30px;
	margin-left: 5px;
	padding: 3px 2px;
	background: linear-gradient(-135deg, #1033af, #59b7e1);
	border-radius: 5px;
}
.sp_contact li a{
	display: block;
	text-align: center;
}
li.sp_icon_mail{
	padding: 3px 3px 4px 3px;
}
/* nav */
header nav {
	clear: both;
	border-top: 1px solid #f2f2f2;
}
header nav:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

header nav ul {
	width: 100%;
	margin: 0 auto;
}
header nav li{
	float: left;
	width: 33%
}
header nav li:nth-child(3n){
	width: 34%
}

header nav li a {
	display: block;
	box-sizing: border-box;
	padding: 5px 0;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	background: #184b89;
	border-bottom: 1px solid #2082c4;
	line-height: 14px;
}

header nav li a span{
	color: #2082c4;
	font-size: 10px;
}

header nav li a:hover,
header nav li a:focus,
header nav li#now a,
#car nav li.products a,
#food nav li.products a,
#house nav li.products a,
#machine nav li.products a{
	color: #242424;
	background: #fff;
}


/*--------------------------------------
	topicpath
--------------------------------------*/
#topicpath {
	display: none;
}

/*--------------------------------------
	main
--------------------------------------*/
main {
	display: block;
	clear: both;
	width: 100%;
	margin: 20px auto 0;
}
main section{
	margin-bottom: 10px;
	padding: 0 5px;
	font-size: 14px;
}

h2 {
	margin: 10px 0;
	text-align: center;
	font-size: 20px;
}
h2 span{
	margin-left: 10px;
	color: #2082c4;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 1.5px;
}

h3 {
	margin: 10px 0 10px -5px;
	padding-bottom: 3px;
	font-size: 14px;
	color: #184b89;
	border-bottom: 2px solid #184b89;
}

h4{
	margin: 0 0 5px -5px;
	padding: 3px 0 5px 10px;
	font-weight: normal;
	border-left: 3px solid #184b89;
	border-bottom: 1px dashed #424242;
}

/* ul li */
main section ul{
	margin-left: 0;
}
main section ul li{
	list-style: none;
	margin-left: 0;
}
main section ul li:before{
	content: "■";
	color: #184b89;
	margin-right: 2px;
}

/* side_menu */
nav.side_menu{
	padding: 0;
}

#equipment ul.menu_list,
#business ul.menu_list,
#company ul.menu_list{
	display: none;
}

ul.menu_list li{
	float: left;
	width: 50%;
	height: 50px;
	border-top: 1px solid #f2f2f2;
}
ul.menu_list li a{
	display: block;
	height: 35px;
	padding: 15px 0 0 5px;
	color: #184b89;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	background: url("/img/icon_arrow.png") 90% center no-repeat;
}
ul.menu_list li:first-child{
	width: 100%;
	padding-left: 0;
	text-align: center;
	border-bottom: 5px solid #184b89;
	background: #f2f2f2;
}
ul.menu_list li:first-child a{
	padding-left: 0;
	font-size: 16px;
	background: none;
}


/* banners */
.side_menu ul.banners {
	clear: both;
}
.side_menu ul.banners li{
	float: left;
	width: 50%;
	height: 80px;
}
.side_menu ul.banners li+li{
	border-left: 1px solid #fff;
	box-sizing: border-box;
}
.side_menu ul.banners li a{
	display: block;
	height: 50px;
	padding-top: 30px;
	text-align:center;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	background-blend-mode:multiply;
	transition: opacity 0.5s ease 0s;
}
.bnr_company a{
	background: #a4a4a4 url("/img/bg_banner.jpg") 0 -100px no-repeat;
}
.bnr_recruit a{
	background: #a4a4a4 url("/img/photo_recruit2.jpg") 0 -50px no-repeat;
}

.side_menu div{
	display: none;
	padding: 10px;
	text-align: center;
	color: #4a4a4a;
	border: 1px solid #e6e6e6;
	background: #f2f2f2;
}
.side_menu div b{
	display: block;
	margin-bottom: 10px;
	font-size: 21px;
	color: orange;
	text-align: center;
}
.side_menu div p{
	margin-bottom: 10px;
	font-size: 23px;
	font-weight: bold;
	line-height: 30px;
}
.side_menu div p span{
	display: block;
	font-size: 14px;
	font-weight: normal;
}
.side_menu div a{
	display: block;
	padding: 3px 0;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	background: orange url("/img/icon_arrow.png") 205px center no-repeat;
	border-radius: 5px;
	transition: opacity 0.5s ease 0s;
}
.side_menu div a:hover,
.side_menu div a:focus{
	opacity: 0.5;
}

/* dl */
dl{
	color: #242424;
	font-size: 12px;
	letter-spacing: 1px;
	background: none;
	border-bottom: 1px solid #dcdcdc;
}
dl dt:nth-of-type{
	border-top: none;
}
dl dt,
dl dd{
	min-height: 40px;
	padding: 5px 10px;
	border-top: 1px solid #dcdcdc;
}
dl dt{
	width: 80px;
}
dl dt span{
	display: block;
}
dl dd{
	margin-left: 100px;
}

/* table */

table{
	width: 100%;
	border-top: 2px solid #0f5ca0;
}
table th{
	font-weight: normal;
	color: #fff;
	border: 1px solid #0f5ca0;
	background: #0f5ca0;
}
table td{
	border: 1px #0f5ca0 solid;
	background: #fff;
}

/* style */
.large_copy{
	display: block;
	text-align: center;
	font-size: 25px;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

/*--------------------------------------
	footer
--------------------------------------*/
footer {
	clear: both;
	padding: 10px 0;
	background: #184b89;
}
.footer_brand{
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
/*	background: url("/img/brand.png") 0 0 no-repeat;*/
}
.footer_brand p{
	color: #2082c4;
	font-size: 10px;
	font-weight: 500;
}
.footer_adress{
	display: none;
	margin: 10px 0;
	text-align: center;
	font-size: 14px;
}

footer .copyright {
	text-align: center;
	color: #fff;
	font-size: 10px;
}

