@charset "utf-8";

/*------------------------------
	fonts
------------------------------*/


@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap&subset=japanese');

/*
"Noto Serif JP"
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap&subset=japanese');
*/

/*------------------------------
	contents
------------------------------*/

html {
}

body {
	color: #000;
	font: 16px/1.6 "Noto Sans JP", meiryo, sans-serif;
}

/*--------------------------------------
	header
--------------------------------------*/
header::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

header > div {
	width: 1100px;
	margin: auto;
}

.company_logo {
	float: left;
	margin-bottom: 7px;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #053a64;
	transition: .4s;
}
.company_logo:hover {
	opacity: 0.8;
}

.lang_selector {
	float: right;
	margin-top: 13px;
}

.lang_selector a ,
.lang_selector span {
	float: left;
	padding: 2px 10px;
	text-decoration: none;
	color: #6d6d6d;
	background-color: #eee;
	transition: .4s;
}
.lang_selector a:hover {
	background-color: #83c0f5;
}

.lang_selector span {
	color: #fff;
	background-color: #053a64;
}

header nav {
	clear: both;
	background-color: #053a64;
}

header nav li a {
	float: left;
	box-sizing: border-box;
	width: 157px;
	margin:5px 0;
	padding: 5px 5px;
	color: #44546a;
	text-align: center;
	text-decoration: none;
	border-right: 1px solid #44546a;
	transition: .4s;
}
header nav li a:hover {
	text-decoration: underline;
}

header nav li.company a,
header nav li.service a,
header nav li.links a{
	width: 114px;
}
header nav li.contact a {
	width: 130px;
}
header nav li.company a {
	border-left: 1px solid #44546a;
}


/*--------------------------------------
	topicpath
--------------------------------------*/
#topicpath {
	padding: 5px 0 9px;
}

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

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

#topicpath li+li::before {
	content: ">";
	margin-left: 6px;
}

/*--------------------------------------
	main
--------------------------------------*/
main {
	display: block;
}

main > img {
	display: block;
	margin: auto;
}

h1 ,
section {
	width: 1100px;
	margin: auto;
}

section {
	margin-bottom: 30px;
}

section section {
	width: 1085px;
	margin-left: 15px;
	margin-bottom: 20px;
}

section > p {
	margin-left: 15px;
	margin-bottom: 20px;
}

section section p {
	margin-left: 15px;
}

section section section {
	width: 1070px;
	margin-left: 15px;
}

section > section > section > p ,
section > section > section > a {
	margin-left: 15px;
	margin-bottom: 0;
}
table {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

section section table {
	width: 1055px;
	margin-left: 15px;
}

table td {
	border-bottom: 1px solid #ccc;
}

table tr th {
	vertical-align: top;
	width: 340px;
	text-align: left;
	font-weight: normal;
	background-color: #F6F6F6;
	border-bottom: 1px solid #ccc;
}

h1 {
	margin-top: 10px;
	margin-bottom: 20px;
	width: 1090px;
	padding-left: 10px;
	font-size: 30px;
	color: #053a64;
	border-bottom: 2px solid #053a64;
}

h2 {
	font-size: 20px;
	margin-bottom: 15px;
	padding: 3px 0 3px 5px;
	border-left: 5px solid #053a64;
	border-bottom: 2px solid #053a64;
}

h3 {
	margin-bottom: 15px;
	padding: 3px 0 3px 10px;
	background-color: #f4f4f4;
}

h4 {
	margin-bottom: 10px;
	width: 1045px;
	padding-left: 10px;
	border-bottom: 1px solid #ccc;
}

.detail_btn {
	display: inline-block;
	margin: auto;
	text-align: center;
	padding: 0 30px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	background-color: #053a64;
	border-radius: 10px;
	transition: .4s;
}

.detail_btn:hover ,
a:hover .detail_btn {
	background-color: #3690dd;
}

#contact .contact_mail a {
	display: block;
	width: 700px;
	background-color: #053a64;
}

/*--------------------------------------
	footer
--------------------------------------*/
footer {
	background-color: #053a64;
}

footer div {
	width: 1100px;
	margin: auto;
	padding: 20px 0 10px;
	color: #fff;
}

footer div.address {
	width: 700px;
}

footer address {
	float: left;
	margin-bottom: 10px;
	text-align: center;
	font-style: normal;
}

footer address a {
	display: inline-block;
	margin-bottom: 7px;
	font-size: 27px;
	color: #fff;
	text-decoration: none;
}

footer .banner {
	float: right;
	transition: 0.3s;
}
footer .banner:hover{
	opacity: 0.8;
}

footer ul {
	margin: 10px 0;
	padding: 10px 0;
	list-style-type: none;
	border-top: 1px solid;
	border-image: linear-gradient(to right, #053a64 0%,#fff 48%,#053a64 100%);
	border-image-slice: 1;
}

footer ul li {
	float: left;
	margin: 0;
}
footer ul li + li {
	border-left: 1px solid #fff;
}

footer ul li a {
	padding: 10px 15px;
	color: #fff;
	text-decoration: none;
	transition: .4s;
}
footer ul li a:hover {
	text-decoration: underline;
}

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