﻿html {
	font-size:62.5%; /* ベースを10pxに設定 */
}
/*******************************
Page-top-button
*******************************/
.page-top {
	display:none;
	margin:0px;
	padding:0px;
}

.page-top a {
	margin:0px;
	padding:0px;
	position:fixed;
	right:40px;
	bottom:30px;
}

.move-page-top {
	display:block;
	text-decoration:none;
	text-align:center;
}

.move-page-top img {
	width:80px;
	height:80px;
	opacity:0.78;
}
/*******************************
Footer
*******************************/
footer {
	display:block;
	position:relative;
	width:100%;
	font-family: "Jura", "sans-serif";
	color:#4E4E4E;
	background-color:#E4D400;
}

section#footer {
	width:80%;
	height:100%;
	margin:0 auto 0 auto;
	padding:20px 0 20px 0;
}

.footer-row {
	display:table;
	width:100%;
	height:100%;
}

.footer-row>div {
	width:350px;
	height:100%;
	text-align:left;
	float:left;
}

.footer-row>div+div {
	margin:0 0 0 30px;
}

.footer-row .h1 {
	font-weight:bold;
	font-size:2.5rem;
	margin:0 0 5px 0;
}

.footer-row a {
	text-decoration:none;
	color:#4E4E4E;
}


.footer-row a:hover {
	border-bottom:1px solid #4E4E4E;
}

.contents-block {
	padding:10px 0 10px 0;
	border-top:1px solid rgba(78,78,78,0.5);
	border-bottom:1px solid rgba(78,78,78,0.5);
}

.contents-block>p+p {
	margin:7px 0 0 0;
}

.sub-contents {
	font-size:2.05rem;
	margin:0px;
	padding:0 0 0 2rem;
}

.footer-row:after {
	content:"";
	display:block;
	clear:both;
}