@charset "UTF-8";

/*見出し装飾変更*/
.widget_menu01 .heading.block_header_2 .h{
  text-shadow: 2px 1px #333, 4px 2px #797979, 6px 3px #d3d3d3;
  font-size: 4rem !important;
}
@media screen and (max-width: 600px){
  .widget_menu01 .heading.block_header_2 .h{
    font-size: 3.2rem !important;
  }
}
section .content_wrapper > .heading:first-child:last-child{
  text-shadow: 2px 1px #333, 4px 2px #797979, 6px 3px #d3d3d3;
  font-size: 4rem !important;
}
@media screen and (max-width: 600px){
  section .content_wrapper > .heading:first-child:last-child　{
    font-size: 3.2rem !important;
  }
}

/*----- 影色変更(20250108) -----*/
a[id^="heading"]+ section .block_header_6 h2 {
  text-shadow: 2px 1px #dcdcdc, 4px 2px #797979, 6px 3px #d3d3d3;
}