@charset "utf-8";


/***************************
 *
 * ベース
 *
 **************************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:15px;
	font-style: normal;
	font-weight: 400;
	vertical-align:baseline;
	background:transparent;
	font-family: "fot-klee-pro", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-weight: bold;
}
html {
	overflow: auto;
}
body {

}

body {
	line-height:1;
	color: #222;
	position: relative;
	min-width: 320px;
	max-width: 768px;
	animation: fadeIn 4s ease 0s 1 normal;
	-webkit-animation: fadeIn 4s ease 0s 1 normal;	
}
@keyframes fadeIn {0% {opacity: 0}100% {opacity: 1}}
@-webkit-keyframes fadeIn {0% {opacity: 0}100% {opacity: 1}}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

ol, ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	color: #222;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #aaa;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000; 
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

hr {
	display:block;
	height:1px;
	border:0;	
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}

input, select {
	vertical-align:middle;
}

img {
	vertical-align: top;
	font-size:0;
	line-height: 0;
	max-width: 100%;
	height: auto;
	width /***/:auto;
}


/***************************
 *
 * レイアウト
 *
 **************************/
body {
	height: 100%;
	margin: 0;
}
.l-header {
	position: fixed;
	height: 60px;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 100;
	background: white;
	border-bottom: 1px solid #eeeeee;

}
.l-nav {
	position: fixed;
	left: 0;
	top: 61px;
	width: 100%;
	z-index: 100;
	height: 41px;
	background: rgba(0,0,0,0.7);
	overflow: hidden;
}
.l-nav.is-active {
	height: 100%;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;		
}


.l-contents {
	margin: 0 auto;	
	padding-top: 30px;
}

.l-main {
	padding: 100px 30px 30px 30px;
}
.l-main.l-main-top {
	padding: 0px 0px;
}

.l-sidebar {
	margin: 35px 30px;

}
.l-footer {
	background: #444444;
	clear: both;
}
.l-footer .l-footer-top {
	position: relative;

	margin: 0 auto;
}
.l-footer .l-footer-bottom {
	position: relative;

	margin: 25px auto 0;

}


.pc {
	display: none !important;
}
.br-pc {
	display: none;
}