@charset "utf-8";
/* CSS Document */
body{
	background-color:#fffddf;
}

#header{
	height: 60px;
	border-top:3px solid #c50000;
	background-color:#FFF;
	box-shadow:0px 1px 4px rgb(0, 0, 0, .3);
	position:relative;
}
#header .inner{
	height: 60px;
	width:800px;
	margin:auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#header .mypage{
	padding: 1px 10px;
	line-height: 1.3;
	border: solid 1px #1277d5;
	border-radius: 5px;
}
#header .mypage a{
	color: #1277d5;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}
#footer{
	margin: 30px 0 0 0;
	padding: 20px;
	background:#ef1e1e;
	color:#FFF;
	text-align:center;
	font-size:16px;
}
#footer a{
	color:#FFF;
}
.animate11{
	margin:0 auto 0 auto;
	-webkit-animation-duration: 0.8s;
    -moz-animation-duration: 0.8s;
    -ms-animation-duration: 0.8s;
    -o-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: animate11;
    -moz-animation-name: animate11;
    -o-animation-name: animate11;
    animation-name: animate11;
}
@keyframes animate11{
	0% { transform: skewX(5deg); }
	10% { transform: skewX(-4.44deg); }
	20% { transform: skewX(3.88deg); }
	30% { transform: skewX(-3.32deg); }
	40% { transform: skewX(2.76deg); }
	50% { transform: skewX(-2.2deg); }
	60% { transform: skewX(1.64deg); }
	70% { transform: skewX(-1.08deg); }
	80% { transform: skewX(0.52deg); }
	90% { transform: skewX(0deg); }
	100% { transform: skewX(0deg); }
}

.menseki{
	padding: 0 0 30px 0;
	background: #dfe9e8;
}
.menseki .inner{
	width: 800px;
	margin: 0 auto;
}
.menseki .inner h2{
	padding: 20px 0 10px;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
}
.menseki .inner .textBox{
	padding: 30px;
	font-size: 14px;
	background-color: #fff;
    margin: 0 auto;
    border-radius: 10px;
}
.menseki .inner .textBox h3 {
	margin: 0 0 10px 0;
    fnt-size: 16px;
	font-weight: bold;
    background: #d1e1e0;
    padding: 10px ;
    border-radius: 5px;
    text-align: left;
    background-position: 50% 50%;
}
.menseki .inner .textBox p{
	margin: 0 0 20px 0;
}

#allbg{
	display: none;
	position: fixed;
	z-index: 101;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
}
#popup{
	display: none;
	position: fixed;
	margin: auto;
	top: 0%;
	right: 0;
	bottom: 0%;
	left: 0;
	width: 100%;
	z-index: 102;
}
#popup .popstep{
	position: absolute;
	margin: auto;
	top: 10px;
	right: 0;
	left: 0;
}
#popup .popstep2{
	position: absolute;
	margin: auto;
	top: 174px;
	right: 0;
	left: 0;
}