body {
	position: relative;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", 'Noto Sans JP', sans-serif;
	font-weight: 300;
	color: #222222;
	font-size: 14px;
	line-height: 1.8;
	text-transform: none !important;
	margin: 0;
	padding: 0;
	background-color: #fff;
	min-height: 100vh;
}
body[data-plugin-page-transition] {
    transition: ease opacity 300ms;
}
footer {
	width: 100%;
}
p {
	margin: 0;
}
img {
	max-width: 400px;
}
a,a:checked {
	font-weight: 400;
	color: #84c98b;
}
a:hover, a:active {
	color: #2b6442;
}
.mt30 {
	margin-top: 30px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb60 {
	margin-bottom: 60px;
}
.mtb30 {
	margin: 0 30px;
}
.main {
	margin: 0;
	padding-top: 60px;
}
.center {
	text-align: center;
}
.g-box {
	margin: 0 auto 16px;
	width: 364px;
	border: 1px solid #005d4d;
	border-radius: 5px;
	padding: 2px 10px;
}
.sub-title {
	color: #005d4d;
	font-weight: 400;
	background-color: #fff;
	z-index: 1;
}
.footer-copyright {
	text-align: center;
}