@charset "UTF-8";
/* CSS Document */
html {
  overflow-y: scroll;
  letter-spacing: 0.02em;
}
a {
  text-decoration: none;
  color: #000;
}
.width img {
  width: 100%;
}
.height img {
  height: 100%;
}
.boxfree {
  width: 100%;
  margin: 0 auto;
  clear: both;
}
.boxfull {
  width: 100%; /* 幅は基本的に全て % で指定 */
  margin: 0 auto;
  max-width: 900px; /* サイトの最大幅 */
}
.boxfull_mail {
  width: 100%; /* 幅は基本的に全て % で指定 */
  margin: 0 auto;
  max-width: 900px; /* サイトの最大幅 */
}
.box800 {
	width: 80%;
	margin: 0 auto;
}
/* Menu * --------------------------------------- */
#menu{
	position:fixed;
	top:0;
	left:0;
	height: 52px;
	width: 100%;
	padding: 0;
	margin:0;
	z-index: 999;
	background: rgba(255,255,255, 0.7);
}
#menu li {
	display:inline-block;
	margin: 5px 0 0 0px;
	background: rgba(255,255,255, 0.0);
	-webkit-border-radius: 50px;
            border-radius: 50px;
	padding: 3px 4px 0;
	letter-spacing: -0.02em;
}
#menu li:first-child {
	margin-left: 20px;
}
#menu li:nth-child(n+2) {
margin-bottom: 10px;
}
#menu li.active:nth-child(n+2) {
	background: rgba(0,0,0, 0.5);
}
#menu li.active a{
	color: #fff;
}
#menu li.active a:hover:nth-child(n+2) {
	color: #fff;
}
#menu li:hover:nth-child(n+2) {
	color: #fff;
	background: rgba(0,46,96, 0.8);
}
#menu li a:hover{
	color: #fff;
}
#menu li a,#menu li.active a{
	padding: 5px 5px;
	display:block;
}
#menu a img:first-child {
	width: 96px;
	cursor : pointer;
}

/* footer * --------------------------------------- */
#infoMenu {
	color: #555;
	position:fixed;
	z-index:100;
	bottom:0;
	width:100%;
	text-align:left;
	font-size:0.9em;
	padding: 6px 0 3px 0;
	letter-spacing: -0.03em;
	background-color: #fff;
	line-height: 1.1em;
}
#infoMenu ul{
		font-size: 81.25%;

	padding: 0 10px;
}
#infoMenu li a{
	cursor : pointer;
	display: block;
	margin: 0 0 0 15px;
	color: #555;
}
#infoMenu li a:hover{
	color: #002E5E;
	text-decoration:underline;
}
#infoMenu li{
	display:inline-block;
	position:relative;
}

/* body * --------------------------------------- */
h1 {
	margin-bottom: 30px;
}
h1 img {
	width: 420px;
}
#section1 {text-align: center;}

#section2, #section3 {
color: #fff;
}

.box_comp {
	width: 90%;
	margin: 0 auto;
	font-size: 87.5%;
}
.box_comp dl {
	clear: both;
padding-bottom: 15px;
padding-top: 15px;
	line-height: 1.6em;
}
.box_comp dt {
	width: 22%;
	float: left;
	border-bottom: solid 1px #fff;
	font-weight: 600;
}
.box_comp dd {
	width: 74%;
	float: right;
	font-weight: 200;
	border-bottom: solid 1px #fff;
}
.box_comp span {
font-size: 125%;
font-weight: 500;
	line-height: 1.5em;
}
/* 会社概要 english * --------------------------------------- */
.box_comp2 {
	width: 90%;
	margin: 0 auto;
	font-size: 75%;
}
.box_comp2 dl {
	clear: both;
padding-bottom: 15px;
padding-top: 15px;
	line-height: 1.5em;
}
.box_comp2 dt {
	width: 22%;
	float: left;
	border-bottom: solid 1px #fff;
	font-weight: 600;
}
.box_comp2 dd {
	width: 74%;
	float: right;
	font-weight: 200;
	border-bottom: solid 1px #fff;
}
.box_comp2 span {
font-size: 125%;
font-weight: 500;
	line-height: 1.5em;
}

/* 個人情報 * --------------------------------------- */
.box_policy {
	width: 90%;
	margin: 0 auto 120px;
	font-size: 75%;
	line-height: 2em;
	letter-spacing: 0.1em;
	font-weight: bold;
}
.box_policy .title {
	font-size: 125%;
	margin-bottom: 30px;
}
.box_policy dl {
    margin-top: 35px;
}
.box_policy dt {
    font-weight: bold;
}
.line {
border-top: 1px solid #000;
letter-spacing: -0.01em;
}
/* お問い合わせ返信 * --------------------------------------- */
.test_logo {
width: 300px;
    margin: 230px auto 40px;
}
.test_txt {
	line-height: 1.7em;
    text-align: center;

}