﻿@charset "UTF-8";

*{
	margin:0; padding:0;
	font-weight:normal; 
	font-family: Verdana,メイリオ,Meiryo,”ヒラギノ角ゴ Pro W3″,”Hiragino Kaku Gothic Pro W3″,"ＭＳ Ｐゴシック","Osaka" ,"Arial","Helvetica",sans-serif;
	font-family: 'Lato', sans-serif;
	list-style:none;
	color:#111;
}
html{
	font-size:16px;
}
img{
	border:none;
	vertical-align:bottom;
}
a{
	vertical-align:bottom;
	cursor:pointer;s
}
a:hover{
	text-decoration:none;
}

.inner{
	margin:auto;
	position:relative;
}

/* header style */

header{
	height:45px; width:100%;
	background:#c60103;
	z-index:9999;
	margin:auto;
	background-repeat:repeat-x;
	background-position:center top;
	background-image:url(../../images/header-bg.jpg);
	position:fixed;
	top:0;
	left:0;
	border-bottom:1px solid #fff;
}
header .inner{
	height:45px;
	overflow:visible;
}
header h1{
	width:190px;
	height:auto;
	margin:auto;
	padding-top:8px;
	position:relative;
	z-index:9999;
}
header h1 a,header h1 img{
	width:100%;	
	height:auto;
	display:block;
}

#global-btn{
	position:absolute;
	right:10px;
	bottom:12px;
	width:20px;
	height:14px;
}
#global-btn span{
	display:block;
	width:100%;
	height:2px;
	margin-bottom:4px;
	background:#fff;
}
#global-btn span.bar03{
	margin-bottom:0;
}

#header-menu{
	width:100%;
	height:100%;
	padding-top:50px;
	box-sizing:border-box;
	background:rgba(255,255,255,0.9);
	position:fixed;
	left:0;
	top:0;
	display:none;
	z-index:9998;
	overflow:auto;
}

#global{
	height:auto;
	overflow:auto;
}
#global *{
	line-height:1;
}

#global .navi li{
	font-family: 'Lato', sans-serif;
	font-weight:700;
	text-align:center;
	box-sizing:border-box;
	border-top:1px solid #dfdfdf;
	padding:20px 0;
}
#global .navi li.navi01{
	border-top:none;
	padding-bottom:0;
} 
#global .navi01 p{
	color:#c60103;
	font-family: 'Lato', sans-serif;
	cursor:pointer;
	font-size:20px;
	padding-bottom:20px;
}

#global .navi01 p,#global .navi02 a,#global .navi03 a,#global .navi04 a,#global .navi05 a,#global .navi06 a{
	position:relative;
	display:inline-block;
	font-size:20px;
}
#global a{
	text-decoration:none;
	color:#c60103;
	font-family: 'Lato', sans-serif;
	text-align:center;
}
#global .sub-navi{
	display:none;
}
#global .sub-navi .inner{
}
#global .sub-navi ul{
	position:static;
	overflow:hidden;
}
#global .sub-navi li{
}
#global .sub-navi li a{
	font-weight:400;
	position:relative;
	font-size:18px;
	color:#0e1f4c;
}

#global .navi li.language{
	padding:0;
}
#global .language ul{
	overflow:hidden;
	border-bottom:1px solid #dfdfdf;
}
#global .language ul li{
	float:left;
	width:33.333%;
	border:none;
	padding:0;
}
#global .language ul li a{
	display:block;
	width:100%;
	height:100%;
	padding:20px 0;
	font-size:14px;
}
#global .language ul li a.current{
	color:#fff;
	background:#c60103;
}
#global .language ul li a img{
	vertical-align:middle;
	margin-right:8px;
}

#contents{
	margin:auto;
	background:rgba(255,255,255,0.9);
	box-sizing:border-box;
	position:relative;
	z-index:1;
}

#contact-box{
	padding-bottom:40px;
	background:rgba(255,255,255,0.9);	
}
#contact-box .wrap{
	padding:40px 0;
	background:rgba(198,1,3,0.9);
}
#contact-box .inner{
	overflow:hidden;
	padding-left:55px;
	box-sizing:border-box;
}
#contact-box .logo{
	float:left;
	width:320px;
	margin-right:55px;
}
#contact-box img,#contact-box a{
	display:block;
	width:100%;
	height:auto;
}
#contact-box .contact-btn{
	width:320px;
	border:3px solid #fff;
	box-sizing:border-box;
	text-align:center;
	float:left;
	padding:10px 0;
}
#contact-box .contact-btn a{
	font-size:150%;
	color:#fff;
	text-decoration:none;
}

footer{
	margin:auto;
	border-top:1px solid #fff;
	background:#0e1f4c;
	position:relative;
	z-index:1;
}
footer *{
	color:#fff;
}

footer .info{
	padding:20px;
	box-sizing:border-box;
	text-align:center;
}
footer .info h1{
	line-height:2;
	font-weight:700;
	color:#fff;
	font-size:100%;
}
footer .inner{
	margin:auto;
	overflow:hidden;
	box-sizing:border-box;
}
footer .menus{
	margin-top:20px;
	overflow:hidden;
	box-sizing:border-box;
	text-align:center;
}
footer .menu{
	float:left;
	width:50%;
	box-sizing:border-box;
}

footer .menu li{
	line-height:2;
}

footer .contact-link{
	text-decoration:underline;
}
footer .contact-link:hover{
	text-decoration:none;
}

footer .address{
	color:#fff;
	font-size:75%;
	line-height:2;
	border-bottom:1px solid #fff;
	padding-bottom:10px;
}
#copyright{
	border-top:1px solid #fff;
	background:#fff;
	line-height:40px;
	height:80px;
	text-align:center;
	margin-top:20px;
}
#copyright p{
	font-size:87%;
	color:#111;
}

.close-btn{
	position:fixed;
	right:10px;
	top:65px;
}

.contact-btn{
	position:fixed;
	top:82px;
	right:0;
	display:block;
	width:40px;
	height:40px;
	z-index:9999;
	cursor:pointer;
}
.contact-btn img{
	display:block;
	position:absolute;
	left:0;
	top;0;
}
.contact-btn .off{
	display:none;
}

#back-to-top{
	position:fixed;
	left:0;	
	bottom:0;
	background:rgba(255,255,255,0.9);
	width:100%;
	margin:auto;
	height:40px;
	z-index:9998;
	display:none;
}
#back-to-top p{
	width:100%;
	height:40px;
	margin:auto;
}
#back-to-top a{
	display:block;
	width:100%;
	height:100%;
	text-align:center;
	box-sizing:border-box;
	padding-top:6px;
}


.overlay{
	display:none;
}

#contact,#contact02{
	width:100%;
	height:100%;
	background:url(../../images/bg-img01.png);
	position:fixed;
	left:0;
	top:0;
	z-index:9998;
	overflow:hidden;
	padding:85px 10px 0;
	box-sizing:border-box;
}
#contact h2,#contact02 h2{
	font-size:36px;
	margin-bottom:40px;
	font-weight:400;
	text-align:center;
}
#contact p,#contact02 p{
	margin:auto;
	margin-bottom:30px;
	font-size:20px;
}
#contact p span{
	font-size:16px;
	color:#c60103;
}
#contact dl{
	overflow:hidden;
	width:100%;
	box-sizing:border-box;
	margin:auto;
	margin-bottom:20px;
}
#contact dt{
	font-size:16px;
}
#contact dt span{
	font-size:16px;
	color:#c60103;
}
#contact dd{
	font-size:16px;
}
#contact dd input{
	border:2px solid #111;
	width:100%;
	height:40px;
	padding:5px;
	box-sizing:border-box;
	background:transparent;
	font-size:16px;
}
#contact dd textarea{
	border:2px solid #111;
	width:100%;
	height:240px;
	background:transparent;
	box-sizing:border-box;
	padding:5px;
	font-size:16px;
}
#submit{
	padding-top:40px;
	text-align:center;
	padding-bottom:100px;
}
#submit input{
	border:2px solid #111;
	width:240px;
	height:50px;
	background:transparent;
	font-size:24px;
	cursor:pointer;
	transition:all 0.4s ease;
}
#contact-back-btn{
	padding-top:40px;
}
#contact-back-btn a{
	border:2px solid #111;
	width:280px;
	margin:auto;
	text-align:center;
	line-height:50px;
	text-decoration:none;
	height:50px;
	background:transparent;
	font-size:20px;
	cursor:pointer;
	display:block;
}
#contact .check *{
}
#contact .check input{
	display:block;
	margin-right:10px;
	vertical-align:18px;
}
#contact .check span{
	color:#111;
}
.flex{
	display: flex;
	align-items: center;
}
.flex li{
	padding: 0 10px;
}
.flex li *{
	display: block;
}
