@charset "UTF-8";

/*タイトルアイコン*/
a[id*="h3_icon"] + section .heading.block_header_2 .h{
  padding-left: 50px;
}
a[id*="h3_icon"] + section .heading.block_header_2 .h:before{
  width: 45px;
  height: 45px;
  background: initial;
  background-image: url("/common/upload_data/koidotokyo/image/20240315153523.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80%;
  background-color: #fff;
  border-radius: 50%;
}
a[id*="h3_icon2"] + section .heading.block_header_2 .h:before,
a[id*="h3_icon4"] + section .heading.block_header_2 .h:before{
  background-color: #efefef;
}