/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 17 2025 | 23:49:01 */
/* リンク */
.footer_menu_ a { 
	text-decoration:none!important;
}
.footer_menu_ a:hover { 
	text-decoration:underline!important;
	text-underline-offset:3px!important;
	opacity:1!important;
}

/* コーポレートロゴ */
.p-footer__logo {
    width: 216px;
}

/* 電話番号表示 */
.p-footer__company-link {
	margin-bottom: 10px;
}
.p-footer__company-link .p-global-nav__action-tel:before {
    width: 40px;
    height: 40px;
    top: 50%;
    translate: 0 -50%;
    left: 0;
}
.p-footer__company-link .p-global-nav__action-number {
    font-size: 24px;
	padding-left: 43px;
	color:#FFF;
}
.p-footer__company-link .p-global-nav__action-time {
    font-size: 12px;
	padding-left: 43px;
	color:#FFF;
}

