/* �t�b�^�[�֌W */
.has_ul {
	text-decoration:underline;
	text-decoration-color:#979797;
	text-decoration-style:solid;
	text-decoration-thickness:2px;
	text-underline-offset:7px;
	position: relative;
	top: -4.5px;
}
.p_has_ul{
	position: relative;
	top: -4.5px;
}
footer{
	background-color:#eeeeee;
	font-size:12px;
	padding:17px 0;
	min-height:170px;
}
footer .tr_site_links{
	max-width:890px;
}
footer .footer_link{
	font-size:14px;
	letter-spacing: 0.5px;
	/* margin-right:5.62%; */
	margin-right:auto;
	width:calc(39.3% - 5.62%);
}
footer .footer_link:last-of-type{
	margin-right:0;
	/* width:21.4%; */
	width:auto;
}
footer .link_icon{
	margin:0 8px;
}
footer .link_icon:first-of-type{
	margin-left:0;
}
footer .link_icon:last-of-type{
	margin-right:0;
}
footer .dp_site_links{
	font-size:11px;
	max-width:780px;
}
footer .japanese{
	border-left:1px solid #9e9e9e;
	margin-left:0.5em;
	padding-left:0.5em;
}
footer .copylight{
	margin-top:31px;
}

@media (max-width: 991px){
	.has_ul,
	.p_has_ul{
		top:0;
	}
	footer{
		padding:10px 0;
	}

	footer .tr_site_links{
		max-width:220px;
	}
	footer .dp_site_links{
		margin-top:55px;
		max-width:240px;
	}
	footer .d-flex.c-flex{
		display:block !important;
	}
	footer .footer_link{
		margin-top:25px;
	}
	footer .tr_site_links .footer_link{
		margin-top:25px;
	}
	footer .footer_link,
	footer .footer_link:last-of-type{
		margin-right:0;
		width:100%;
	}
	footer .c-flex > .footer_icon{
		margin-top:22px;
	}
	footer .link_icon{
		margin:0 4.5px;
	}
	footer .link_icon:first-of-type{
		margin-left:auto;
	}
	footer .link_icon:last-of-type{
		margin-right:auto;
	}
	footer .dp_site_links .d_flex{
		display: inline-block;
		margin-top:4px;
		width:100%;
	}
	footer .dp_site_links .d_flex:first-of-type{
		margin-top:0;
	}

	footer .copylight{
		margin:36px auto;
	}


}

/* /�t�b�^�[�֌W */
