@charset "Shift_JIS";

/* --------------------------------------------------------------------
    共通
-------------------------------------------------------------------- */
.clearfix::after {
    clear: both;
    content: '';
    display: block;
    height: 0;
    visibility: hidden;
}

/* --------------------------------------------------------------------
    ヘッダー
-------------------------------------------------------------------- */
.sp_menu_ .menu_important_ a span{
	display: block;
	min-height: 31px;
	padding: 0 0 0 40px;
	line-height: 31px;
	background: url(../../img/re/icn_nav_important_sp.png) no-repeat left center;
	-webkit-background-size: 31px 31px;
	background-size: 31px 31px;
}
.sp_menu_ .menu_important_ a span i{
	width: 17px;
	height: 17px;
	margin: 0 0 0 10px;
	color: #fff;
	font-size: 14px;
	font-style: normal;
	line-height: 17px;
	text-align: center;
	background: #ff405f;
	border-radius: 50%;
	display: inline-block;
}

/* --------------------------------------------------------------------
    フッター
-------------------------------------------------------------------- */
footer .footer_sns_box_ .footer_sns_list_{
	width: 100%;
	font-size: 0;
	letter-spacing: -0.4em;
	word-spacing: -1em;
	text-align: center;
}
footer .footer_sns_box_ .footer_sns_list_ li{
	margin: 0 7.5px;
	letter-spacing: normal;
	word-spacing: normal;
	display: inline-block;
	float: none;
}
footer .footer_sns_box_ .footer_sns_list_ li:first-child{
	margin: 0 7.5px;
}

#pagetop{
	position: fixed;
	right: 10px;
	bottom: 20px;
	width: 40px;
	height: 40px;
	display: none;
	z-index: 1001;
}
#pagetop a{}
