@charset "UTF-8";

.rogo {
	text-align:center;
	border: 0px;
	margin-top: 10px;
	margin-bottom: 20px;
	
}

.whitebox{
	position: relative;
	width: 30px;
	height: 18px;
	background: #fff;
}

img {
	max-width: 100%;
}

hr.hr1 {
 height: 1px;
 border: none;
 border-top: 1px #bbbbbb solid;
	background-color: #fff;
}


#copyright {
	text-align:center;
	color: #aaaaaa;
	font-size: 10px;
	margin-top: 60px;
	margin-bottom: 40px;
}

a {
	color: #505050;
	letter-spacing: 1px;
	font-size: 14px;
	}
a:hover {color: #bbbbbb;}
	.link {
	color: #505050;
	letter-spacing: 1px;
	font-size: 14px;
		}

a img {border-style:none;}

body {
	max-width: 768px;
	margin-top: 20px;
	margin-left: auto;
	padding-left: 20px;
	margin-right: auto;
	padding-right: 20px;
	margin-bottom: 20px;
	font-size: 15px;
	font-family:'hiragino maru gothic pron';
	color:#323232;
	letter-spacing: 3px;
	overflow:scroll;
	}
　

.menu-container {
	margin-bottom: 2px;
}

.menu-container .menu {
	display: flex;
	justify-content: space-between;
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu-container .menu .menu-item {
	flex: 1;
}

.menu-container .menu .menu-item a {
	background: #fff;
	border:  0px;
	border-right: none;
	display: block;
	padding: 5px 5px;
	text-align: center;
	text-decoration: none;
}

@media screen and (max-width: 768px) {
	.menu-container .menu {
	flex-wrap: wrap;
	width: 100%;
}
.menu-container .menu .menu-item {
	flex: auto;
	width: 33.33333333%;
}
}

#page_top{
	width: 45px;
	height: 45px;
	border-radius: 50%;
	position: fixed;
	right: 50px;
	bottom: 100px;
	background: #909090;
	opacity: 0.5;
}
#page_top a{
	position: relative;
	display: block;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	text-decoration: none;
}
#page_top a::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f077';
	font-size: 25px;
	color: #ffffff;
	position: absolute;
	width: 25px;
	height: 25px;
	top: 0;
	bottom: 3px;
	right: 0;
	left: 3px;
	margin: auto;
	text-align: center;
}
