@charset "UTF-8";
/* 追加CSS */
/* 装飾削除 */
footer .ftr-access{
	h4::before{
		content:none;
	}
}
/* ===============================================
# 修正　20251107
=============================================== */
.mt40-60 {
  margin-top: 60px !important;
}
@media (max-width: 767px) {
  .mt40-60 {
    margin-top: 40px !important;
  }
}

@media (min-width: 768px) {
  .pc-mb30 {
    margin-bottom: 30px !important;
  }
}