@charset "UTF-8";



/* ALLFRAME
---------------------------------------------------- */
#allFrame {
	position: relative;
	width:100%;
	height: 100vh;
	margin:0 auto;
	padding:0;
	text-align:left;
	background: #eee;
}
.sidelogo {
	position: absolute;
	top: 15%;
	left: 0;
	width: 100%;
	z-index: 1;
	text-align: center;
}
.slogo div.slogobox {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.slogo .svglogo {
	margin: 0 20px 0 40px;
	width: 80px;
	height: auto;
}
.slogoinbox {
	width: 80px;
	text-align: left;
}
.slogotext {
	width: 300px;
	text-align: left;
}
.l-header .slogotext {
	margin-left: 10%;
}
.slogopref {
	display: block;
	margin: 6px 0 2px;
	font-size: 1.6rem;
	font-weight: 700;
	color: #56742e;
	letter-spacing: 0;
}
.slogoname {
	display: block;
	font-size: 1.4rem;
	color: #56742e;
	font-weight: 600;
	letter-spacing: 0.06em;
}
.l-header .slogo {
	font-size:calc(.77042vw + .21109rem)
}


/* CONTAINER
---------------------------------------------------- */

#contents {
	position: absolute;
	top: 35%;
	left: 50%;
	transform: translateX(-50%);
	width: 60%;
	max-width: 800px;
	margin: 0 auto;
	text-align:center;
}
#contents ul {
	width: 100%;
	text-align:center;
}

#contents ul {
	margin: 0;
	padding: 0;
	list-style:none;
}
#contents ul li ,
#contents ul li a {
	color:#555;
	line-height:1.6em;
}
#contents ul li span {
	color: #005ca7;
}
#contents ul li.jumpmsg {
	color:#cc0000;
}

.footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 24px;
	text-align: center;
}
/* BODY
---------------------------------------------------- */
body {
	font-size:86%;
	color:#555;
	margin:0;
	padding:0;
	text-align:left;
	line-height:1.8em;
}
body > #contents {
	height:auto;
	min-height:140px;
}

body a,body a:visited {
	color:#005ca7;
	text-decoration:none;
}
body a:active,body a:hover {
	color:#96bede;
	text-decoration:none;
}



/* ----------------------------- max 640px ------------------------------------------------------------*/

@media only screen and (max-width: 640px){

.slogo .svglogo {
	margin: 0 10px 0 30px;
	width: 70px;
	height: auto;
}
.slogoinbox {
	width: 70px;
	text-align: left;
}
.slogotext {
	width: 280px;
	text-align: left;
}
.l-header .slogotext {
	margin-left: 5%;
}
.sidelogo {
	position: absolute;
	top: 5%;
}
#contents {
	position: absolute;
	top: 25%;
	width: 90%;
	max-width: 90%;
}

}

