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


 
/***************************
 *
 * ベース
 *
 **************************/
object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, img, ins, kbd, q, samp,
small, sub, sup, var,
b, i,fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
canvas, details, figcaption, figure, 
hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:14px;
	vertical-align:baseline;
	background:transparent;
	letter-spacing: 0.5px;
	font-family: sans-serif;
}

ul,ol,body {
margin:0;
padding:0;	
}
html {
	overflow: auto;
}
body {
	line-height:1;
	color: #262626;
	min-width: 1000px;
	position: relative;
font-family: sans-seif;
}

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

html { scroll-behavior: smooth;}

a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	color: #1a0dab;
	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 {
        width: 100%;
        border-collapse: collapse;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        background-color: #fff;
    }

    th, td {
        border: 1px solid #ddd;
        padding: 12px;
    }

    th {
        background-color: #8f8e8e;
        color: white;
    }

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;
	background: white;
}
.l-header {
	background: white;
	left: 0;
	top: 0;
	z-index: 10000;
	min-width: 1230px;
	margin: 0 auto;
	position: fixed;
	width: 100%;
	height: 100px;
}
.l-nav {
	background:#fff;
	
  border-top: 1px solid #eee;
}


.l-contents {
	position: relative;
padding-top: 135px;
  padding-bottom: 30px;
}

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


}
.l-page {
	
	position: relative;
	padding: 0px 0;
	color: #6e6a65;
	z-index: 10;
}
.l-page.l-page-index {
	background: #f7f5f3;
}
.l-sidebar {
	float: left;
	width: 270px;
	margin-top: 15px;
}
.l-page-index .l-sidebar {
	margin-top: 105px;
}

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

}

/* LOADING */

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

}
#loader img {
	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;
}