@charset "utf-8";
/*   
Theme Name: ewedge
*/

@import url(https://fonts.googleapis.com/css?family=Poppins:500);

 
/***************************
 *
 * ベース
 *
 **************************/
html, body, div, 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;
	line-height: 1.6;
	font-size:16px;
	vertical-align:baseline;
	background:transparent;

	font-family: 'Noto Sans Japanese', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
html {
	overflow: auto;
}
body {
	line-height:1.5;
	color: #262626;
	min-width: 1000px;
	position: relative;
	overflow: hidden;
}

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: #ba8514;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

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 {

 }
.l-wrap {
	position: relative;
	margin: 0px auto;

}
.l-header {
	position: fixed;
  width: 100%;
  z-index: 110;
  top: 0;
}
.l-nav {
	border-bottom: 1px solid #e8e8e8;
  background: white;
  position: relative;
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 107px;
}



.l-contents {
	position: relative;
	top: 177px;
	margin-bottom: 200px;
}

.l-main {
	margin: 0px auto 60px;
	position: relative;
	display: block;


}

.l-sidebar {
	float: right;
	width: 250px;
}


.l-footer {
	clear: both;
	position: relative;
	margin: 0px auto;
	margin-top: 200px;
}

.col-3 {
	text-align: center;
}
.col-3 > .list {
	display: inline-block;
	
	vertical-align: top;
	margin-left: 5em !important;
	margin-right: 5em !important;
}

/* LOADING */

#loader {
    width: 46px;
    height: 40px;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -23px; /* heightの半分のマイナス値 */
    margin-left: -20px; /* widthの半分のマイナス値 */
    z-index: 100;
    text-align: center;

}
#loader img {
	width: 46px;
	animation-duration: 10s;
	animation-name: loader-ani;
	animation-iteration-count: infinite;
	animation-direction: alternate;		
}
@keyframes loader-ani {
	from {
		width: 148px;
		opacity: 1;
	}
	
	to {
		width: 70px;
		opacity: 0;
	}
}
 
#fade {
    width: 100%;
    height: 100%;
    display: none;
    background-color: #FFFFFF;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 50;
}



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