@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{
  min-width:1200px;
}
body,html{
	width: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	font-size: 1em;
	line-height: 1.8em;
	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;
    transition: all 0.3s ease 0s;
}
#container {
overflow: hidden;
}
a[href^="tel:"] {
	pointer-events: none;
	text-decoration: none;
	color: #000;
}
.hd {
	display: none;
}
.font1 {
font-family: "A1ゴシック L" , "A1 Gothic L";
}
#container img {

}
/*=============================================================
#header
=============================================================*/
#header {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
    width: 86%;
	min-width: 1200px;
	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-top: 25px;
width: 80%;
}
#header ul li.language {
padding-top: 25px;
font-size: 14px;
line-height: 1.5em;
}
#header ul li.language a {
text-decoration:underline;
color: #BDBDBD;
}
#header ul li.contact {
width: 90px;
text-align: center;
}
#header ul li.contact a {
display: block;
background-color: #000;
text-decoration: none;
color: #FFF;
font-size: 14px;
padding: 23px 0 0 0;
height: 67px;
}
#header ul li.contact a:before {
content: '';
display: block;
width: 29px;
height: 23px;
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
=============================================================*/
#contents {
}
#contents #header {
margin-bottom: 100px;
}
#contents #header ul li {
color: #000;
}
#header ul li.language a {
text-decoration:underline;
color: #BDBDBD;
}


#company {
background-color: #666666;
margin-top: 80px;
}
#company .body{
min-width: 1200px;
width: 80%;
margin: 0px auto 0 auto;
padding: 50px 0 50px 0;
display: flex;
flex-flow: wrap;
justify-content: space-between;
}
#company h4,
#contact h4{
font-weight: bold;
font-size: 32px;
display: flex;
align-items: center;
justify-content: flex-start;
}
#company h4:before,
#contact h4:before{
border-top: 1px solid black;
content: "";
width: 100px; 
}
#company h4:before,
#contact h4:before{
margin-right: 20px; 
}
#company h4 {
width: 100%;
color: #FFF;
}
#company h4:before{
border-top: 1px solid #FFF; 
}
#company ul {
width: 50%;
padding-top: 50px;
text-align: left;
}
#company ul li {
color: #FFF;
font-size: 18px;
line-height: 1.8em;
padding-bottom: 1em;
padding-left: 10%;
text-align: left;
}
#company ul li b {
font-weight: bold;
}
/*=============================================================
#FOOTER
=============================================================*/
.pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 50px;
	height: 50px;
	text-align: center;
	z-index: 8000;
	cursor: pointer;
}
.pagetop span {
	display: block;
	border-radius: 50%;
	background: #9fb7d4;
	color: #fff;
	font-size: 18px;
	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.5;
	font-family: Arial, Helvetica, sans-serif;
}
.pagetop span:hover {
	background-color: #8a969e;
}
#footer {
background-color: #1a1a1a;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 40px;
	padding-top: 50px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
#footer p {
color: #FFF;
font-size: 16px;
line-height: 1.7em;
}
#footer .logo {
padding: 40px 0 20px 0;
}
#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;
}

