
/* base
===============================================================*/
h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,dl,dd,tr {
	font-size: 14px;
	line-height: 1.5;
}

body {
	color:#000;
	background-color:#ffffff;
	font-family: "Hiragino Kaku Gothic Pro", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Osaka', 'メイリオ', Meiryo, 'ＭＳ ゴシック', Verdana, san-serif;
	font-weight: bold;
}


/* font
===============================================================*/
a {
	color:#000;
	text-decoration:none;
}

a:visited {
	color:#000;
	text-decoration:none;
}

a:hover {
	color:#000;
	text-decoration: underline;
}

a:active {
	color:#000;
	text-decoration: underline;
}
.pc{
	display:none !important;
}

/* HBM
===============================================================*/
#hbm .menu{
	position: fixed;
	top: 20px;
	right: 12px;
	z-index: 2000;
	width: 35px;
	height: 37px;
	padding: 10px;
}
#hbm .menu span{
	position: absolute;
	top: 10px;
	left: 10px;
	right: 0;
	display: inline-block;
	background: #fff;
	width: 35px;
	height: 3px;
	transition: .3s;
}
#hbm .menu span.line-m{
	top: 20px;
}
#hbm .menu span.line-b{
	top: 30px;
}
#hbm .menu span.line-t.show,
#hbm .menu span.line-m.show,
#hbm .menu span.line-b.show{
	background: #83c53d;
}
#hbm .menu span.line-t.show{
	top: 20px;
	transform: rotate(-45deg);
}
#hbm .menu span.line-m.show{
	opacity: 0;
}
#hbm .menu span.line-b.show{
	top: 20px;
	transform: rotate(45deg);
}
#hbm .menu p{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
	width: 33px;
	margin: 0 auto;
}

#hbm .navWrap{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1998;
	background: rgba(0, 0, 0, .54);
	padding: 0 0 30px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
#hbm .navWrap nav{
	background: url(../images/menu_bg.png) no-repeat bottom center / cover;
	/*height: 582px;*/
	height: 482px;
}
#hbm .navWrap nav ul{
	padding: 83px 0 0;
}
#hbm .navWrap nav ul li{
	margin: 0 0 20px;
}
#hbm .navWrap nav ul li a{
	display: block;
	width: 183px;
	margin: 0 auto;
}

/* bottom_Area
===============================================================*/
#bottom_Area{
	padding: 35px 0 0;
}
#bottom_Area .Member_bn {
	margin: 0 22px 15px;
}
#bottom_Area .Member_bn .btn{
	background-color:#ffe2e8;
}
#bottom_Area .Member_bn .btn li{
	width:33.3%;
	float:left;
}
#Main .tit,#FooterBox .tit{
	color:#0059d1;
	font-size:18px;
	line-height:20px;
	text-align:center;
	margin:0 0 15px;
	font-weight:bold;
}

#bottom_Area .Bn_three{
	padding: 0 22px;
}

#bottom_Area .footer{
	position: relative;
	background: #83ab00;
	margin: 35px 0 0;
	padding: 32px 22px;
	text-align: center;
}
#bottom_Area .footer .bn_easter a:hover{
	opacity: .8;
}
#bottom_Area .footer .copy{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 12px 0 0;
}
#bottom_Area .footer .copy .logo{
	width: 35px;
}
#bottom_Area .footer .copy .text{
	margin-left: 8px;
}
#bottom_Area .footer .copy p{
	color: #fff;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
}
#bottom_Area .footer p.small{
	color: #fff;
	padding: 12px 0 0;
	font-size: 10px;
	font-weight: normal;
	line-height: 1.2;
}


/* pageTop
===============================================================*/
#pageTop{
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 1000;
	opacity: 0;
	transition: .3s;
}
#pageTop.show{
	opacity: 1;
}
#pageTop a{
	display: block;
	width: 68px;
	height: 62px;
	transition: .3s;
}
