@charset "UTF-8";
/* 追加CSS */
  .u_3box_3p {
    grid-template-columns: repeat(2, 1fr)!important;
}
#front_sec05{
	figure{
		img{
			border-radius:60px 60px 0 0;
		}
	}
}
/* ===============================================
# 修正_20250425
=============================================== */
.front_news_box {
  margin-bottom: clamp(80px, 7.5vw, 100px);
}
@media (max-width: 767px) {
  .front_news_box {
    margin-bottom: clamp(40px, 13.3333333333vw, 60px);
  }
}
.front_news_box #front_sec_news {
  width: 80%;
}
@media (max-width: 767px) {
  .front_news_box #front_sec_news {
    width: 100%;
  }
}