@charset "UTF-8";

#anchor1 + section,#anchor2 + section,#anchor3 + section {
  display: none;
}
#ttl1 + section .content_wrapper,
#ttl2 + section .content_wrapper,
#ttl3 + section .content_wrapper {
  cursor: pointer;
}

/*------------------ホバー時テキストカラー変更------------------*/
[id*="ttl"]+section .heading.block_header_7 .h {
    transition: 0.4s ease-in-out;
}
[id*="ttl"]+section:hover .heading.block_header_7 .h {
    color: var(--i_sub_color);
}