@charset "utf-8";

html {
}

body {
	color: #000;
	font: 16px/1.6 sans-serif;
}

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

/*--------------------------------------
	header
--------------------------------------*/
header {
	padding-top: 50px;
}

header h1 {
	display: block;
	padding: 10px;
	text-align: center;
}

header h1 img{
	width: 70%;
	margin-bottom: 5px;
}

header h1 .prefectures{
	font-weight: normal;
}

.menu{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	float: left;
	display: block;
	box-sizing: border-box;
	width: 50%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #085591;
	border-right: 1px solid #fff;
}

.contact_sp{
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1000;
	float: right;
	display: block;
	box-sizing: border-box;
	width: 50%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #085591;
	border-right: 1px solid #fff;
}

.menu img{
	margin-right: 6px;
}

address{
	font-style:normal;
}

header nav,address{
	position: fixed;
	top: 50px;
	width: 100%;
	clear: both;
	display: none;
	background: #fff;
}

address {
	padding: 15px 0;
	text-align: center;
	background: linear-gradient(#fff, #ececec);
}

address .number{
	display: block;
	padding-left: 20px;
	font-size: 32px;
	background: url(/img/icon_tel.png) no-repeat center left 40px;
}

address .button_mail{
	display: block;
	text-decoration: none;
	margin: 10px;
	padding: 15px 0;
	color: #fff;
	font-weight: bold;
	background: #085591;
}

header nav li {
}

header nav li a {
	position: relative;
	box-sizing: border-box;
	display: block;
	padding: 12px 10px;
	line-height: 1.2;
	text-align: left;
	text-decoration: none;
	color: #000;
	background: linear-gradient(#fff, #ececec);
}


header nav li a::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 2px #085591;
	border-right: solid 2px #085591;
	transform: rotate(45deg);
}

/*--------------------------------------
	topicpath
--------------------------------------*/
#topicpath {
	margin: 10px 0;
	font-size: 13px;
}

#topicpath:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#topicpath li {
	display: block;
	float: left;
	margin-right: 6px;
	list-style: none;
}

#topicpath li:after {
	content: ">";
	margin-left: 6px;
}
#topicpath li:last-child:after {
	content: none;
}


/*--------------------------------------
	main
--------------------------------------*/
main {
	display: block;
	padding: 0 15px;
	padding-bottom: 100px;
	background: url("/img/bg_main.png") no-repeat left 10px bottom, url("/img/bg_main2.png") no-repeat right 10px bottom;
	background-size: 13% auto, 45% auto;
}

main::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#contents {
}

main section {
	padding: 20px 0;
}

section section {
	padding-bottom: 0;
}

h2{
	height: 100px;
	text-indent: -2000px;
}

#service h2{
	background: url("/img/h1_service.png") center center no-repeat;
	background-size: auto 100%;
}

#works h2{
	background: url("/img/h1_works.png") center center no-repeat;
	background-size: auto 100%;
}

#about h2{
	background: url("/img/h1_office.png") center center no-repeat;
	background-size: auto 100%;
}

#recruit h2{
	background: url("/img/h1_recruit.png") center center no-repeat;
	background-size: auto 100%;
}

#contact h2{
	background: url("/img/h1_contact.png") center center no-repeat;
	background-size: auto 100%;
}

#law h2{
	background: url("/img/h1_labor.png") center center no-repeat;
	background-size: auto 100%;
}

#subsidy h2{
	background: url("/img/h1_subsidy.png") center center no-repeat;
	background-size: auto 100%;
}

#news h2{
	background: url("/img/h1_news.png") center center no-repeat;
	background-size: auto 100%;
}

#privacy h2{
	background: url("/img/h1_privacy.png") center center no-repeat;
	background-size: auto 100%;
}

#customer_harassment h2{
	background: url("/img/h1_customer_harassment.png") center 0 no-repeat;
	background-size: auto 100%;
}

#sitemap h2{
	background: url("/img/h1_sitemap.png") center center no-repeat;
	background-size: auto 100%;
}


h3 {
	margin: 0 -5px 15px -5px;
	padding-left: 10px;
	font-size: 18px;
	color: #464646;
	border-left: 5px solid #085591;
	border-bottom: 1px dashed #085591;
}

h4 {
	margin: 0 -5px 10px -5px;
	color: #464646;
	font-size: 18px;
}

h4:before{
	content: "■";
	color: #448aca;
}

ul.banners {
	text-align: center;
}

ul.banners li {
	list-style: none;
	margin-bottom: 20px;
}

ul.banners li:nth-child(1),
ul.banners li:nth-child(2){
	box-sizing: border-box;
	float: left;
	width: 50%;
	padding: 5px;
}

ul.banners li:nth-child(2){
	margin-top: 15px;
}

/*--------------------------------------
	footer
--------------------------------------*/
footer {
	padding: 10px;
	color: #fff;
	background: linear-gradient( #08548f, #06416e);
}

.footer_nav ul {
	margin-top: 20px;
}
.footer_nav ul li {
	display: inline;
	float: left;
}
.footer_nav ul li a{
	position: relative;
	display: inline-block;
	padding-left: 16px;
	margin: 5px 20px 5px 0;
	vertical-align: middle;
	text-decoration: none;
	color: #fff;
}
.footer_nav ul li a::before,
.footer_nav ul li a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.footer_nav ul li a::before{
	left: 4px;
	box-sizing: border-box;
	width: 6px;
	height: 6px;
	border: 6px solid transparent;
	border-left: 6px solid #fff;
}
footer .pagetop{
	display: none;
}

footer .copyright {
	clear: both;
	padding-top: 20px;
	font-size: 12px;
	text-align: center;
}

