body{
	padding-bottom: 100px;
}

#page-top{
	width:50px;
	height:50px;
	display:none;
	position:fixed;
	right:16px;
	bottom:16px;
}
 
#page-top p{
	margin:0;
	padding:0;
	text-align:center;
	background:#3b3b3b;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
}
 
#page-top p:hover{
	background:#8b8b8b;
}
 
#move-page-top{
	color:#fff;
	line-height:50px;
	text-decoration:none;
	display:block;
	cursor:pointer;
}

@media screen and (min-width: 1024px){
.spNone { display: none;}
}

h3 
{ 
font-size:120%
}

.page_top {
    position: fixed;
    bottom: 160px;
    right: 10px;
    padding: 10px;
    background: #D8D8D8;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 12px;
    -ms-filter: "alpha(opacity=80)";
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

/* =================================================================
		faq
================================================================= */
#faq {
	width: auto;
	padding: 20px;
	margin: 20px auto;
	border: 20px solid #ca8244;
}
#faq dl {
	border: 6px solid #666;
	padding: 20px;
	margin-bottom: 20px;
}
#faq dl dt{
	font-weight: bold;
	color: #ff6600;
	background: url(../../img/faq_q.png) no-repeat left top;
	padding: 0px 0px 10px 40px;
	border-bottom: 1px solid #333;
	text-align: left;
	margin-bottom: 10px;
}
#faq dl dd{
	font-size: 18px;
	background: url(../../img/faq_a.png) no-repeat left top;
	padding: 0px 0px 0px 40px;
	text-align: left;
}


/* =================================================================
		video
================================================================= */
.video-wrap {
  position: relative;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  padding-top: 69px;
  padding-bottom: 50%;
  overflow: hidden;
}
.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}


/* モーダルウィンドウ関連 ↓↓↓↓↓ */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0; top: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.5);
    justify-content: center;
    align-items: center;
}
.modal-content {
    background: #fff;
    padding: 2em;
    border-radius: 8px;
    position: relative;
    min-width: 300px;
    text-align: center;
}
.close {
    position: absolute;
    right: 1em;
    top: 0.5em;
    font-size: 2em;
    cursor: pointer;
}
.modal-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
/* モーダルウィンドウ関連 ↑↑↑↑↑ */