@charset "UTF-8";
/* 追加CSS */
.sp_mb20 {
  @media (max-width: 767px) {
    margin-bottom: 20px !important;
  }
}
 .blog-txt-left{
	 text-align:left!important;
	  @media (max-width: 767px) {
    text-align: center!important;
  }
}
  footer .site_map {
    @media (max-width: 1024px) {
      padding-top: 140px !important;
    }
    @media (max-width: 767px) {
      padding-top: 100px !important;
    }
  }
/* 修正20250722 */
h2{
	padding-bottom:0 !important;
}
.en::after{
	content:none !important;
}