@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;

	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 {
 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}}
body {
	line-height:1;
	color: #222;
	position: relative;

	min-width: 1000px;
}

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: relative;
	height: 10vw;
	max-height: 120px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;	
	flex-direction: column;	
}
.l-nav {
	position: relative;

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

}
.l-contents.l-contents-top .l-contents-inner {
	min-width: 1000px;
	max-width: 1480px;
	width: auto;
	margin: 0 auto;
}
.l-contents .l-contents-inner {
	width: 1000px;
	margin: 0 auto;
}
.l-contents.l-contents-top .l-contents-inner .l-main {
	width: calc(100% - 300px);
	max-width: 1110px;
	
	box-sizing: border-box;
}
@media all and (max-width: 1480px) {
	.l-contents.l-contents-top .l-contents-inner .l-main {
	padding: 0 30px;	
	}
}

.l-main {
	float: left;
	width: 590px;
}
.l-main.l-main-post {
	margin-bottom: 100px;
}

.l-sidebar {
	float: right;
	width: 300px;
}
.l-contents-top .l-sidebar {
	position: relative;
	right: 15px;
}


.l-footer {
	background: #444444;
	clear: both;
}
.l-footer .l-footer-top {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
.l-footer .l-footer-bottom {
	position: relative;
	width: 1000px;
	margin: 25px auto 0;
	border-top: 1px solid #333333;
}


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