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


 
/***************************
 *
 * ベース
 *
 **************************/
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:16px;
	vertical-align:baseline;
	background:transparent;
	font-family: sans-serif;
}
html {
	overflow: auto;
}



html { scroll-behavior: smooth;}



body {
	color: #262626;
	-webkit-text-size-adjust: 100%;
	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;
}

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 {
	border-collapse:collapse;
	border-spacing:0;
}

th {
	background-color: #8f8e8e;
    color: white;
    border: 1px solid #ddd;
    padding: 5px;
}

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;
	z-index: 10000;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 50px;
}
.l-nav {
	  position: fixed;
  top: 50px;
  left: 0;
  display: none;
  overflow: auto;
  width: 100%;
height: 100vh;
  padding: 20px 0 0;
  color: #fff;
  background-color: #f36d74;
	z-index: 10000;
}


.l-contents {
	position: relative;
}

.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;
	padding: 1px 10px 10px;
}
.l-sidebar {

	margin-top: 15px;
}
.l-page-index .l-sidebar {

}

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

footer{
  padding-bottom: 60px;
	margin-top:30px;
}

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

.list-form span.wpcf7-list-item {
	display: block;
}