/*リッチテキストのcolor*/ /*20200309*/
section.top_section .flex_LR_box .ttl_wrap span {
	color: initial;
}
section.top_section .flex_LR_box .ttl_wrap > span {
	color: inherit;
}
section.top_section .flex_LR_box .ttl_wrap .text_h span > span  {
	color: inherit;
}

/*フッター追従調整*/ /*20200310*/
#foot_fixed .table_pay_off{
    display:block !important;
}
#foot_fixed .table_pay_on{
    display:none !important;
}
#foot_fixed{
    height:99px;
    box-sizing:border-box;
}
@media screen and (max-width: 768px) {
    #foot_fixed{
        height:auto;
    }
}

/*初回アクセス時*/ /*20200219*/
#foot_fixed.popup.popup_on.on{ 
    top: auto;
    visibility: initial;
}

/*BLOG リッチテキストのリスト*/ /*20200309*/
.flex_LR_box.blog .left .info-box li{
	display: block;
	width: auto;
	-webkit-box-orient: initial;
	-webkit-box-direction: initial;
	flex-direction: initial;
}

/*フッター電話番号アイコン Edge修正*/ /*20200811*/
*::-ms-backdrop, #foot_fixed td .tel_icon{
	height: 50px !important;
}
*::-ms-backdrop, #foot_fixed td .tel_icon span svg{
	height: 50px !important;
}