@charset "utf-8";

/* ==================================================
contents
================================================== */
.mainvisual_top {
    max-width: 1440px;
    margin: 0 auto;
    padding: 110px 0 127px;
    background: url(/shared/templates/kasuhara_top/images/icon/layer_mainvisual_01.png) right top no-repeat, url(/shared/templates/kasuhara_top/images/icon/layer_mainvisual_02.png) left bottom no-repeat;
}
.mainvisual_top .mainvisual_banner {
    background: url(/shared/templates/kasuhara_top/images/main/banner_mainvisual.png) no-repeat;
    background-size: 100% auto;
    width: 100%;
    max-width: 960px;
    margin: 0 auto 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mainvisual_top .mainvisual_banner::after {
    content: "";
    width: 0;
    padding-top: calc(496 / 960 * 100%);
    flex: 0 0 auto;
}
.mainvisual_top .banner_label {
    width: 100%;
    font-size: 300%;
    font-weight: bold;
    text-align: center;
    text-indent: -99999px;
}
.mainvisual_top .mainvisual_detail {
    max-width: 420px;
    margin: 0 auto;
    font-weight: bold;
    line-height: 1.8;
    text-align: center;
}

.section_top_about {
    min-height: 705px;
    padding: 119px 0 120px;
    background: url(/shared/templates/kasuhara_top/images/icon/decoration_about.png) calc(50% + 450px) 129px no-repeat;
}
.section_top_about .section_wrapper {
    max-width: calc(820 / 1200 * 100%);
}
.section_top_about .section_inner {
    max-width: 780px;
    padding: 0 0 2px 25px;
    border: 0 solid #028149;
    position: relative;
}
.section_top_about .section_inner::before {
    content: "";
    width: 3px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-left: 3px solid;
    border-color: inherit;
    border-radius: 3px;
}
.section_top_about .section_label {
    max-width: 540px;
    margin-bottom: 24px;
    display: block;
    font-size: 125%;
    font-weight: bold;
    line-height: 1.8;
}
.section_top_about .section_detail {
    line-height: 1.8;
}
.section_top_about .list_common_buttons {
    max-width: 714px;
}

.list_top_contents {
    max-width: 920px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    gap: 40px;
}
.list_top_contents>li {
    width: calc((100% - 120px) / 4);
    display: flex;
    position: relative;
}
.list_top_contents>li::before {
    content: "";
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    background: url(/shared/templates/kasuhara_top/images/icon/shadow_contents.png) center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: 0;
    pointer-events: none;
}
.list_top_contents>li::after {
    content: "";
    width: 0;
    min-height: 200px;
    padding-top: 100%;
    flex: 0 0 auto;
    box-sizing: border-box;
}
.list_top_contents .item_wrapper {
    width: 100%;
    height: 100%;
    padding: 20px 18px 28px;
    border-radius: 100%;
    border: 1px solid #FFFFFF;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    text-decoration: none;
    color: inherit;
}
.list_top_contents .item_wrapper:hover .item_label {
    color: #028149;
}
.list_top_contents .item_icon {
    width: 100%;
    max-width: 70px;
    margin-bottom: 16px;
}
.list_top_contents .item_icon img {
    width: 100%;
    height: auto;
    vertical-align: top;
}
.list_top_contents .item_label {
    font-weight: bold;
    line-height: 1.25;
    text-align: center;
    transition: color 0.3s;
}

.section_top_contents {
    max-width: 1440px;
    margin: 0 auto;
    padding: 119px 0 87px;
    border: 0 solid transparent;
    border-radius: 50px;
    background: url(/shared/templates/kasuhara_top/images/icon/background_contents_01.png) right top no-repeat, url(/shared/templates/kasuhara_top/images/icon/background_contents_02.png) left bottom no-repeat;
    background-color: #FEE9D6;
    position: relative;
    overflow: hidden;
}
.section_top_contents::before {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid;
    border-color: inherit;
    border-radius: inherit;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}
.section_top_contents .title_common_primary {
    margin-bottom: 62px;
}
.section_top_contents .title_common_primary h2 {
    background-image: url(/shared/templates/kasuhara_top/images/icon/title_contents.png);
    background-position: center top;
    text-align: center;
}
.section_top_contents .title_common_primary h2::before {
    margin: 0 auto;
    right: 0;
}

.button_top_phone,
.button_top_mail {
    position: relative;
}
.button_top_phone::before,
.button_top_mail::before {
    content: "";
    width: calc(100% + 23px);
    height: calc(100% + 23px);
    position: absolute;
    top: -6px;
    left: -6px;
    background: url(/shared/templates/kasuhara_top/images/icon/shadow_contact.png) center no-repeat;
    background-size: 100% 100%;
    pointer-events: none;
    transition: opacity 0.3;
}
.button_top_phone p,
.button_top_phone a,
.button_top_mail a {
    height: 100%;
    border: 1px solid #028149;
    border-radius: 10px;
    padding: 2px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    text-decoration: none;
    line-height: 1.2;
}
.button_top_phone a,
.button_top_mail a {
    transition: background 0.3s, color 0.3s;
}
.button_top_phone .button_wrapper,
.button_top_mail .button_wrapper {
    position: relative;
}
.button_top_phone .button_wrapper::before,
.button_top_mail .button_wrapper::before,
.button_top_phone .button_wrapper::after,
.button_top_mail .button_wrapper::after {
    content: "";
    width: 40px;
    height: 40px;
    margin: auto 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    transition: background 0.3s, filter 0.3s;
}
.button_top_phone .button_wrapper::before,
.button_top_mail .button_wrapper::before {
    border: 1px solid #FFFFFF;
    border-radius: 20px;
    background-color: #FFFFFF;
    z-index: 0;
}
.button_top_phone .button_wrapper::after,
.button_top_mail .button_wrapper::after {
    background: center no-repeat;
    background-size: 100% auto;
    z-index: 1;
}
.button_top_phone .button_highlight,
.button_top_mail .button_highlight {
    font-weight: bold;
}

.button_top_phone::before {
    opacity: 0;
}
.button_top_phone p,
.button_top_phone a {
    min-height: 96px;
    color: #028149;
    text-align: center;
}
.button_top_phone .button_wrapper {
    padding: 2px 0 5px;
}
.button_top_phone .button_wrapper::before,
.button_top_phone .button_wrapper::after {
    display: none;
}
.button_top_phone .button_wrapper::before {
    border-color: #028149;
    background-color: #028149;
}
.button_top_phone .button_wrapper::after {
    background-image: url(/shared/templates/kasuhara_top/images/icon/icon_contact_01.png);
    filter: brightness(0) invert(1);
}
.button_top_phone .button_highlight {
    margin-bottom: 8px;
    display: block;
    font-size: 225%;
}
.button_top_phone .button_note {
    display: none;
}

.button_top_mail:has(a:hover)::before {
    opacity: 0;
}
.button_top_mail a {
    background-color: #028149;
    color: #FFFFFF;
}
.button_top_mail a:hover {
    background-color: transparent;
    color: #028149;
}
.button_top_mail a:hover .button_wrapper::before {
    border-color: #028149;
    background-color: #028149;
}
.button_top_mail a:hover .button_wrapper::after {
    filter: brightness(0) invert(1);
}
.button_top_mail .button_wrapper {
    padding: 19px 2px 19px 46px;
}
.button_top_mail .button_wrapper::after {
    background-image: url(/shared/templates/kasuhara_top/images/icon/icon_contact_02.png);
}
.button_top_mail .button_highlight {
    margin-right: 8px;
    font-size: 150%;
}
.button_top_mail .button_note {
    margin-top: 4px;
    display: block;
}

.link_top_search a {
    padding: 0 42px 5px 32px;
    display: block;
    border-bottom: 2px solid #028149;
    background: url(/shared/templates/kasuhara_top/images/icon/icon_search.png) left 1px no-repeat, url(/shared/templates/kasuhara_top/images/icon/icon_arrow.png) right 1px no-repeat;
    background-size: auto 20px;
    font-weight: bold;
    color: #028149;
    text-decoration: none;
}
.link_top_search a:hover {
    text-decoration: underline;
}

.section_top_contact {
    margin: 120px 0 90px;
}
.section_top_contact .section_wrapper {
    padding: 57px 57px 56px;
    border: 3px solid #F28B2D;
    border-radius: 50px;
    background: url(/shared/templates/kasuhara_top/images/icon/pattern_contact.jpg) center -3px;
    background-size: auto 498px;
}
.section_top_contact .section_title h2 {
    margin-bottom: 26px;
    padding-top: 105px;
    background: url(/shared/templates/kasuhara_top/images/icon/icon_title_contact.png) center top no-repeat;
    display: block;
    text-align: center;
    font-size: 225%;
    line-height: 1.5;
}
.section_top_contact .section_title h2 .title_label {
    margin-top: 1px;
    display: block;
    font-size: 66.67%;
}
.section_top_contact .list_common_buttons {
    margin-top: 0;
    justify-content: center;
    gap: 31px 32px;
}
.section_top_contact .list_common_buttons>li {
    width: calc(50% - 16px);
}
.section_top_contact .list_common_buttons>.link_top_search {
    width: 100%;
    display: flex;
    justify-content: center;
}

.list_top_movie {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    gap: 40px;
}
.list_top_movie>li {
    width: calc(50% - 20px);
    position: relative;
}
.list_top_movie>li:has(.item_thumbnail:last-child) .item_wrapper,
.list_top_movie>li:has(.item_inner:first-child) .item_wrapper {
    height: auto;
}
.list_top_movie .item_wrapper,
.list_top_movie .item_wrapper>a {
    height: 100%;
    border: 0 solid transparent;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
}
.list_top_movie .item_wrapper::before {
    content: "";
    border: 1px solid;
    border-color: inherit;
    border-radius: inherit;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    pointer-events: none;
}
.list_top_movie .item_wrapper::after {
    content: "";
    width: calc(100% + 22px);
    height: calc(100% + 23px);
    background: url(/shared/templates/kasuhara_top/images/icon/shadow_movie.png) center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -6px;
    left: -6px;
    z-index: 0;
}
.list_top_movie .item_wrapper>a {
    text-decoration: none;
    color: inherit;
}
.list_top_movie .item_wrapper>a:hover .item_thumbnail img {
    transform: scale(1.05);
}
.list_top_movie .item_wrapper>a:hover .item_label {
    color: #028149;
}
.list_top_movie .item_thumbnail {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.list_top_movie .item_thumbnail:last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}
.list_top_movie .item_thumbnail:last-child span,
.list_top_movie .item_thumbnail:last-child img {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}
.list_top_movie .item_thumbnail img,
.list_top_movie .item_icon img {
    width: 100%;
    height: auto;
    vertical-align: top;
}
.list_top_movie .item_thumbnail span,
.list_top_movie .item_thumbnail img {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.list_top_movie .item_thumbnail img {
    transition: transform 0.3s ease-in-out;
}
.list_top_movie .item_inner {
    padding: 23px 24px 24px;
    border-top: 1px solid #FFFFFF;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    position: relative;
    z-index: 1;
}
.list_top_movie .item_inner:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.list_top_movie .item_icon {
    width: 40px;
    margin-right: 14px;
    flex: 0 0 auto;
}
.list_top_movie .item_label {
    line-height: 1.5;
    font-size: 150%;
    font-weight: bold;
    transition: color 0.3s;
}

.section_top_movie {
    margin: 90px 0 120px;
    position: relative;
}
.section_top_movie::before {
    content: "";
    background: url(/shared/templates/kasuhara_top/images/icon/background_movie_01.png) calc(50% + 418px) top no-repeat, url(/shared/templates/kasuhara_top/images/icon/background_movie_02.png) calc(50% - 464px) bottom no-repeat;
    position: absolute;
    top: -84px;
    right: 0;
    left: 0;
    bottom: -82px;
    z-index: 0;
}
.section_top_movie .section_wrapper {
    padding: 59px 55px 55px 63px;
    border: 1px solid #D9F2E4;
    border-radius: 50px;
    background-color: #D9F2E4;
    position: relative;
    z-index: 1;
}
.section_top_movie .title_common_primary {
    margin-bottom: 62px;
}
.section_top_movie .title_common_primary h2 {
    background-image: url(/shared/templates/kasuhara_top/images/icon/title_movie.png);
}

.list_top_information {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    gap: 40px;
}
.list_top_information>li {
    width: calc((100% - 120px) / 4);
    position: relative;
}
.list_top_information>li::before {
    content: "";
    width: calc(100% + 23px);
    height: calc(100% + 23px);
    background: url(/shared/templates/kasuhara_top/images/icon/shadow_information.png) center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -6px;
    left: -6px;
    z-index: 0;
}
.list_top_information .item_wrapper {
    height: 100%;
    padding: 23px;
    border: 1px solid transparent;
    border-radius: 10px;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
    text-decoration: none;
    color: inherit;
}
.list_top_information .item_wrapper:hover .button_common_simple .button_wrapper {
    background-color: #028149;
    color: #FFFFFF;
}
.list_top_information .item_wrapper:hover .button_common_simple .button_wrapper::after {
    filter: brightness(0) invert(1);
}
.list_top_information .item_avatar {
    width: 100%;
    max-width: 90px;
    margin-bottom: 16px;
    border-radius: 50%;
    overflow: hidden;
}
.list_top_information .item_avatar img {
    width: 100%;
    height: auto;
    vertical-align: top;
}
.list_top_information .item_name {
    margin-bottom: 16px;
    display: block;
    font-size: 112.5%;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    color: #028149;
}

.section_top_information {
    padding: 119px 0 120px;
    background: #F5F5F5 url(/shared/templates/kasuhara_top/images/icon/background_information.png) calc(50% + 263px) 38px no-repeat;
    overflow: hidden;
}
.section_top_information .title_common_primary {
    margin-bottom: 62px;
    padding-right: 55%;
}
.section_top_information .title_common_primary h2 {
    background-image: url(/shared/templates/kasuhara_top/images/icon/title_information.png);
}

.list_top_news ul {
    list-style: none;
}
.list_top_news ul>li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.list_top_news ul>li:not(:last-of-type) {
    margin-bottom: 21px;
    padding-bottom: 23px;
    border-bottom: 1px solid #7F7F7F;
}
.list_top_news .item_inner {
    flex: 1 1 0;
}
.list_top_news .item_inner>a {
    font-weight: bold;
    line-height: 1.5;
    text-decoration: none;
    color: inherit;
    transition: color 0.3s;
}
.list_top_news .item_inner>a:hover {
    color: #028149;
}
.list_top_news .item_date {
    width: 100%;
    margin-bottom: 13px;
    color: #707070;
}
.list_top_news .item_category {
    max-width: 100%;
    min-width: 88px;
    margin-right: 15px;
    padding: 4px 4px 3px;
    border: 1px solid #F28B2D;
    border-radius: 20px;
    flex: 0 0 auto;
    font-size: 87.5%;
    line-height: 1.5;
    font-weight: 500;
    text-align: center;
}

.contents_top_news {
    padding: 50px 0;
    display: flex;
    box-sizing: border-box;
}
.contents_top_news .contents_information {
    width: calc(420 / 1240 * 100%);
    background: url(/shared/templates/kasuhara_top/images/icon/decoration_news.png) 13px calc(100% - 16px) no-repeat;
    padding: 3px 30px 200px 20px;
    flex: 0 0 auto;
    box-sizing: border-box;
}
.contents_top_news .contents_information .button_common_simple.is_reversed {
    max-width: 221px;
}
.contents_top_news .title_common_primary {
    margin-bottom: 62px;
}
.contents_top_news .title_common_primary h2 {
    background-image: url(/shared/templates/kasuhara_top/images/icon/title_news.png);
}
.contents_top_news .button_common_simple.is_reversed {
    margin-top: 30px;
}
.contents_top_news .button_common_simple.is_reversed a {
    padding: 10px 19px;
}
.contents_top_news .list_top_news {
    padding-right: 20px;
    flex: 1 1 0;
    box-sizing: border-box;
}

.section_top_news {
    margin: 67px 0 69px;
}
.section_top_news .container {
    max-width: 1260px;
}
/* section news end */
.list_top_links {
    border-top: 1px solid #7F7F7F;
    padding-bottom: 1px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
.list_top_links>li {
    width: calc(100% / 3);
    border: 0 solid #7F7F7F;
    display: table;
    position: relative;
    table-layout: fixed;
}
.list_top_links>li::before,
.list_top_links>li::after {
    content: "";
    border: 0 solid;
    border-color: inherit;
    position: absolute;
    z-index: 1;
    pointer-events: none;
}
.list_top_links>li::before {
    border-top-width: 1px;
    bottom: -1px;
    left: 0;
}
.list_top_links>li::after {
    border-left-width: 1px;
    top: 25px;
    right: 0;
    bottom: 24px;
}
.list_top_links>li:nth-child(3n - 2)::before {
    width: 300%;
}
.list_top_links>li:nth-child(3n):after {
    display: none;
}
.list_top_links>li>a {
    width: 100%;
    padding: 36px 59px 36px 19px;
    display: table-cell;
    position: relative;
    line-height: 1.5;
    text-decoration: none;
    vertical-align: middle;
    color: inherit;
    transition: color 0.3s;
}
.list_top_links>li>a:hover {
    color: #028149;
}
/*
.list_top_links>li>a::after {
    content: "";
    position: absolute;
    top: 8px;
    right: 19px;
    bottom: 0;
    width: 20px;
    background: url(/shared/templates/kasuhara_top/images/icon/icon_external.png) right center no-repeat;
    background-size: 100% auto;
}
*/
.section_top_links {
    margin: 69px 0 118px;
}
.section_top_links .title_common_primary {
    margin-bottom: 60px;
}
.section_top_links .title_common_primary h2 {
    background-image: url(/shared/templates/kasuhara_top/images/icon/title_links.png);
}

/* ==================================================
accessibility
================================================== */
.color_blue #tmp_wrapper .mainvisual_top .mainvisual_banner img,
.color_black #tmp_wrapper .mainvisual_top .mainvisual_banner img,
.color_yellow #tmp_wrapper .mainvisual_top .mainvisual_banner img {
    background-color: #FFFFFF !important;
}
.color_blue #tmp_wrapper .mainvisual_top .banner_label,
.color_black #tmp_wrapper .mainvisual_top .banner_label,
.color_yellow #tmp_wrapper .mainvisual_top .banner_label {
    text-indent: 0;
}
.fsize_big #tmp_wrapper .mainvisual_top {
    padding-top: 138px;
}
.fsize_big2 #tmp_wrapper .mainvisual_top {
    padding-top: 193px;
}
.color_blue #tmp_wrapper .list_top_contents>li::before,
.color_black #tmp_wrapper .list_top_contents>li::before,
.color_yellow #tmp_wrapper .list_top_contents>li::before,
.color_blue #tmp_wrapper .list_common_buttons>li::before,
.color_black #tmp_wrapper .list_common_buttons>li::before,
.color_yellow #tmp_wrapper .list_common_buttons>li::before {
    display: none !important;
}
.color_blue #tmp_wrapper .list_top_contents .item_wrapper:hover .item_label,
.color_black #tmp_wrapper .list_top_contents .item_wrapper:hover .item_label,
.color_yellow #tmp_wrapper .list_top_contents .item_wrapper:hover .item_label {
    text-decoration: underline;
}
.color_blue #tmp_wrapper .list_top_contents .item_icon img,
.color_black #tmp_wrapper .list_top_contents .item_icon img,
.color_yellow #tmp_wrapper .list_top_contents .item_icon img {
    background-color: #FFFFFF !important;
}
.color_blue #tmp_wrapper .button_top_mail:has(a:hover)::before,
.color_black #tmp_wrapper .button_top_mail:has(a:hover)::before,
.color_yellow #tmp_wrapper .button_top_mail:has(a:hover)::before {
    opacity: 1;
}
.color_blue #tmp_wrapper .button_top_mail a:hover,
.color_black #tmp_wrapper .button_top_mail a:hover,
.color_yellow #tmp_wrapper .button_top_mail a:hover {
    text-decoration: underline;
}
.color_blue #tmp_wrapper .button_top_phone .button_wrapper::before,
.color_blue #tmp_wrapper .button_top_phone .button_wrapper::after,
.color_blue #tmp_wrapper .button_top_mail .button_wrapper::before,
.color_blue #tmp_wrapper .button_top_mail .button_wrapper::after,
.color_black #tmp_wrapper .button_top_phone .button_wrapper::before,
.color_black #tmp_wrapper .button_top_phone .button_wrapper::after,
.color_black #tmp_wrapper .button_top_mail .button_wrapper::before,
.color_black #tmp_wrapper .button_top_mail .button_wrapper::after,
.color_yellow #tmp_wrapper .button_top_phone .button_wrapper::before,
.color_yellow #tmp_wrapper .button_top_phone .button_wrapper::after,
.color_yellow #tmp_wrapper .button_top_mail .button_wrapper::before,
.color_yellow #tmp_wrapper .button_top_mail .button_wrapper::after {
    display: none !important;
}
.fsize_small #tmp_wrapper .link_top_search a {
    padding-top: 3px;
    padding-bottom: 8px;
}
.color_blue #tmp_wrapper .list_top_movie .item_wrapper::after,
.color_black #tmp_wrapper .list_top_movie .item_wrapper::after,
.color_yellow #tmp_wrapper .list_top_movie .item_wrapper::after {
    display: none !important;
}
.color_blue #tmp_wrapper .list_top_movie .item_wrapper>a:hover .item_label,
.color_black #tmp_wrapper .list_top_movie .item_wrapper>a:hover .item_label,
.color_yellow #tmp_wrapper .list_top_movie .item_wrapper>a:hover .item_label {
    text-decoration: underline;
}
.color_blue #tmp_wrapper .list_top_movie .item_icon img,
.color_black #tmp_wrapper .list_top_movie .item_icon img,
.color_yellow #tmp_wrapper .list_top_movie .item_icon img {
    background-color: #FFFFFF !important;
}
.color_blue #tmp_wrapper .section_top_movie::before,
.color_black #tmp_wrapper .section_top_movie::before,
.color_yellow #tmp_wrapper .section_top_movie::before {
    display: none !important;
}
.color_blue #tmp_wrapper .list_top_information>li::before,
.color_black #tmp_wrapper .list_top_information>li::before,
.color_yellow #tmp_wrapper .list_top_information>li::before {
    display: none !important;
}
.color_blue #tmp_wrapper .list_top_information .item_wrapper:hover .button_common_simple .button_wrapper,
.color_black #tmp_wrapper .list_top_information .item_wrapper:hover .button_common_simple .button_wrapper,
.color_yellow #tmp_wrapper .list_top_information .item_wrapper:hover .button_common_simple .button_wrapper {
    text-decoration: underline;
}
.color_blue #tmp_wrapper .list_top_news .item_inner>a:hover,
.color_black #tmp_wrapper .list_top_news .item_inner>a:hover,
.color_yellow #tmp_wrapper .list_top_news .item_inner>a:hover {
    text-decoration: underline;
}
.color_blue #tmp_wrapper .list_top_links>li>a:hover,
.color_black #tmp_wrapper .list_top_links>li>a:hover,
.color_yellow #tmp_wrapper .list_top_links>li>a:hover {
    text-decoration: underline;
}
.color_blue #tmp_wrapper .list_top_links>li>a::after,
.color_black #tmp_wrapper .list_top_links>li>a::after {
    filter: brightness(0) invert(1) !important;
}
.color_yellow #tmp_wrapper .list_top_links>li>a::after {
    background-image: url(/shared/templates/kasuhara_top/images/icon/icon_external_blue.png);
}

