@charset "UTF-8";
/* ----------------------------
 import css
---------------------------- */ 
@import url("common.css");
body{
font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
/*=============================================================
#base
=============================================================*/
body,html{
	width: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	font-size: 1em;
	line-height: 1.3em;
	color: #333333;
	text-align: left;
	text-size-adjust: 100%;
}
a:active {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #66F;
	text-decoration: underline;
}
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #00F;
	text-decoration: underline;
}
#container {
    overflow: hidden;
}
.hd {
	display: none;
}
.font1 {
font-family: "A1ゴシック L" , "A1 Gothic L" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic";
}
/*=============================================================
#header
=============================================================*/
#header {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
    width: 100%;
	text-align: left;
	overflow: hidden;
	position: relative;
}
#header a {
text-decoration: none;
color: #FFF;
}
#header ul {
display: flex;
flex-flow: nowrap;
justify-content: space-between;
}
#header ul li {
color: #FFF;
}
#header ul li.logo {
padding: 10px 0 0 10px;
width: 40%;
}
#header ul li.logo img {
width: 70%;
height: auto;
}
#header ul li.language {
padding-top: 5px;
font-size: 13px;
line-height: 1.5em;
}
#header ul li.language a {
text-decoration:underline;
color: #BDBDBD;
}
#header ul li.contact {
width: 20%;
text-align: center;
}
#header ul li.contact a {
display: block;
background-color: #000;
text-decoration: none;
color: #FFF;
font-size: 13px;
padding: 10px 0 5px 0;
}
#header ul li.contact a:before {
content: '';
display: block;
width: 20px;
height: 16px;
background-image: url(../image/icon_mail.png);
background-size: contain;
vertical-align: middle;
position: relative;
text-align: center;
margin: 0 auto 0 auto;
}
#header ul li.contact a:hover {
background-color: #787878;
}

#contents #header ul li.language a {
text-decoration:underline;
color: #000;
}
#contents #header ul li {
color: #808080;
}
/*=============================================================
#contents
=============================================================*/
#company {
background-color: #666666;
margin-top: 40px;
}
#company .body{
width: 100%;
margin: 0px auto 0 auto;
padding: 30px 0 30px 0;
}
#company h4,
#contact h4{
font-weight: bold;
font-size: 26px;
display: flex;
align-items: center;
justify-content: flex-start;
}
#company h4:before,
#contact h4:before{
border-top: 1px solid black;
content: "";
width: 10%; 
}
#company h4:before,
#contact h4:before{
margin-right: 1em;
}
#company h4 {
width: 100%;
color: #FFF;
margin-bottom: 1em;
}
#company h4:before{
border-top: 1px solid #FFF; 
}
#company ul {
width: 100%;
}
#company ul li {
color: #FFF;
font-size: 14px;
line-height: 1.3em;
padding-bottom: 0.5em;
padding-left: 5%;
padding-right: 5%;
}
#company ul li b {
font-weight: bold;
}
/*=============================================================
#FOOTER
=============================================================*/
.pagetop {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
	text-align: center;
	z-index: 8000;
	cursor: pointer;
}
.pagetop span {
	display: block;
	border-radius: 50%;
	background: #9fb7d4;
	color: #fff;
	font-size: 14px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-decoration: none;
	font-weight: bold;
	height: 100%;
	width: 100%;
	line-height: 2.1;
	font-family: Arial, Helvetica, sans-serif;
}
#footer {
background-color: #1a1a1a;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 40px;
	padding-top: 40px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
#footer p {
color: #FFF;
font-size: 14px;
line-height: 1.3em;
}
#footer .logo {
display: block;
width: 30%;
margin: 0px auto 0 auto;
padding: 20px 0 20px 0;
}
#footer .logo img {
width: 100%;
height: auto;
}
#footer a {
color: #A8A8A8;
}
#footer p.copy {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	line-height: 150%;
	padding-top: 10px;
}


