@charset "UTF-8";

/*----------------------------------------------------------------------
footer
----------------------------------------------------------------------*/
/*トップへ戻るボタン*/
#topBtn {
	position:fixed; /*固定*/
	bottom:20px; /*場所を右下に移動*/
	right:20px; /*場所を右下に移動*/
	display:block; /*aタグをblock要素に変更*/
	background-color:#29c4a0;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
	width:60px;
	height:60px;
	text-align:center;
	line-height:22px;
	border-radius:30px;
	padding-top:30px;
	box-sizing:border-box;
}
#topBtn:before {
	content:'\25B2';
	position:absolute;
	top:10px;
	left:0;
	width:100%;
	text-align:center;
	font-size:20px;
}
#topBtn:hover {
	opacity:0.8;
}
.footer_box{
	background: #28B472;	/*フッター背景色*/
	width: 100%;
	margin-top:120px;
	padding: 15px 0;
	font-size: 18px;
}
.footer_menu{
	width: 600px;
	margin: 0 auto;
}
.footer_menu a:hover{
	text-decoration: underline;
}
.footer_menu_home{
	padding-bottom: 10px;
}
.footer_menu_home a {
	color:white;	/*フッター文字色*/
}
.footer_menu_contents table{
	width: 100%;
}
.footer_menu_contents td{
	vertical-align: top;
	width: 30%;
}
.footer_menu_contents td ul{
	text-align: left;
}
.footer_menu_contents td ul li{
	color:white;	/*フッター文字色*/
	line-height: 1.5;
}
.footer_menu_contents td ul li a{
	color:white;	/*フッター文字色*/
	line-height: 1.8;
}
.footer_menu_contents td li:first-child{
	border-bottom: dashed 1px white;
}
.footer_menu_contents td li:nth-child(n+2){
	padding: 0 30px;
}
#copyright{
	text-align:center;
	color:#494949;
	font-size:13.5px;
	padding:15px 20px;
}

/*-----------------------------------------
	sp footer menu
-----------------------------------------*/
@media only screen and (max-width: 768px){
#sp-footer{
	margin-top: 50px;
}
.sp-footer_box{
	width:100%;
}
.sp-footer_menu{
	margin: 0 auto;
	font-size: 18px;
	background: #28B472;	/*背景色*/
}
.sp-footer_menu ul{
	margin-left: 5%;
}
.sp-footer_menu a{
	display: block;
	text-align: justify;
	padding: 20px;
	color: white;
    font-size: 20px;
    font-weight: 600;
    width: fit-content;
}
.sp-page-top{
	padding-top: 10px;
	margin-bottom: 20px;
	font-size: 16px;
}
.sp-page-top a:hover{
	cursor: pointer;
	text-decoration: underline;
}
.sp-copyright{
	text-align:center;
	margin-bottom: 90px;
}
.fotter_child a{
	color:#fdfdfd;
	margin-left: 5%;
	font-weight: 500;
	line-height: 10%;
}
}