@charset "utf-8";

/* ==================================================
contents
================================================== */
/* Mainvs section */
#tmp_mainvs{
    min-height: 785px;
    padding-top: 15px;
    margin-bottom: 20px;
    background: url(/shared/templates/heiwa_top/images/icon/bg_heart.png) no-repeat calc(50% - 48px) 19px;
}
#tmp_mainvs_splide{
    display: flex;
    justify-content: center;
    flex-direction: column-reverse;
}
#tmp_mainvs_splide .splide_item{
    text-align: center;
}
#tmp_mainvs_splide .splide_item > a{
    display: inline-block;
    text-decoration: none;
    color: inherit;
    background-color: transparent;
}
#tmp_mainvs_splide .item_wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 20px 0;
    max-width: 896px;
    margin: 0 auto;
}
#tmp_mainvs_splide .item_wrap span{
    display: block;
}
#tmp_mainvs_splide .item_wrap > span.item_img{
    position: relative;
    padding: 26px 30px;
    border: 2px solid #72cabf;
    background-color: #ffffff;
    margin-bottom: 37px;
}
#tmp_mainvs_splide .item_wrap > span.item_img:before{
    content: '';
    position: absolute;
    z-index: -1;
    top: -14px;
    left: -14px;
    right: -14px;
    bottom: -14px;
    background-color: #b4e9e6;
    background-image: url(/shared/templates/heiwa_top/images/icon/frame_top_left.png), url(/shared/templates/heiwa_top/images/icon/frame_top_rgt.png), url(/shared/templates/heiwa_top/images/icon/frame_bottom_rgt.png), url(/shared/templates/heiwa_top/images/icon/frame_bottom_left.png);
    background-repeat: no-repeat;
    background-position: top left, top right, bottom right, bottom left;
    box-shadow: 0 0 6.7px 3.3px rgba(172, 173, 173, 0.36);
}
#tmp_mainvs_splide span.item_img img{
    max-width: 100%;
    height: auto;
    vertical-align: top;
    transition: 0.3s ease-in-out opacity;
}
#tmp_mainvs_splide .item_wrap > span{
    text-align: center;
    font-size: 111.1%;
}
#tmp_mainvs_splide span.item_wrap > .ttl{
    font-weight: bold;
    line-height: 1.5;
}
/* Event section */
#tmp_event{
    position: relative;
    z-index: 2;
    overflow: hidden;
    padding-top: 66px;
    padding-bottom: 20px;
}
#tmp_event .events_row{
    display: flex;
    justify-content: space-between;
}
#tmp_event .special_events,
#tmp_event .peace_message{
    width: 50%;
}
#tmp_event .special_events{
    flex-grow: 1;
    color: #222222;
    background-color: #ffffff;
    background-image: url(/shared/templates/heiwa_top/images/icon/corner_left_border.png), url(/shared/templates/heiwa_top/images/icon/corner_right_border.png);
    background-repeat: no-repeat;
    background-position: left top, right bottom;
    padding: 27px 40px 34px;
	min-height: 700px;
}
#tmp_event h2.event_ttl{
    position: relative;
    display: flex;
    align-items: center;
    min-height: 110px;
    font-size: 155.5%;
    padding-left: 144px;
    padding-bottom: 14px;
    color: #222222;
    background: #ffffff url(/shared/templates/heiwa_top/images/icon/event_ttl_icon.png) no-repeat left top;
    margin-bottom: 34px;
}
#tmp_event h2.event_ttl:after{
    content: '';
    position: absolute;
    bottom: 7px;
    left: 76px;
    right: 0;
    height: 2px;
    background-image: -moz-linear-gradient( 0deg, rgb(164,215,185) 0%, rgb(236,236,165) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(164,215,185) 0%, rgb(236,236,165) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(164,215,185) 0%, rgb(236,236,165) 100%);
    background-image: linear-gradient( 90deg, rgb(164,215,185) 0%, rgb(236,236,165) 100%);
}
#tmp_event .event_post{
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-bottom: 61px;
}
#tmp_event .event_post:after{
    content: '';
    position: absolute;
    bottom: -34px;
    left: 0;
    right: 0;
    border-bottom: 1px solid #a9d8b8;
}
#tmp_event .event_post .event_img{
    width: 215px;
    flex-shrink: 0;
}
#tmp_event .event_post .event_img img{
    width: 100%;
    height: auto;
    vertical-align: top;
    transition: 0.3s ease-in-out opacity;
}
#tmp_event .event_post .news_item{
    font-weight: bold;
    padding-left: 31px;
}
.news_item > span{
    display: block;
}
.news_item > span.news_date{
    font-size: 88.9%;
    line-height: 1.4;
    margin-bottom: 3px;
}
.news_item span.news_link > a{
    display: inline-block;
    color: inherit;
    background-color: transparent;
    line-height: 1.7;
}
.news_cnt .news_list{
    list-style: none;
    margin-bottom: 40px;
}
.news_cnt .news_list > li{
    margin-bottom: 19px;
}
#tmp_event .simple_link{
    text-align: right;
}
#tmp_event .special_events .simple_link{
    margin-right: -5px;
}
#tmp_event .simple_link > a{
    background-position: left 5px;
}
#tmp_event .peace_message{
    position: relative;
    display: flex;
    align-items: flex-start;
    padding-left: 118px;
}
#tmp_event .peace_message:before{
    content: '';
    position: absolute;
    z-index: -1;
    bottom: -20px;
    left: 37px;
    width: 662px;
    height: 451px;
    color: inherit;
    background: transparent url(/shared/templates/heiwa_top/images/icon/event_bg.png) no-repeat;
}
#tmp_event .peace_cnt_wrap{
    position: relative;
    padding-top: 31px;
    padding-bottom: 80px;
}
#tmp_event .peace_cnt{
    position: relative;
    padding-left: 24px;
    box-shadow: 0 0 6.7px 3.3px rgba(172, 173, 173, 0.36);
}
#tmp_event .peace_cnt_wrap:before,
#tmp_event .peace_cnt_wrap:after,
#tmp_event .peace_cnt:before,
#tmp_event .peace_cnt:after{
    content: '';
    pointer-events: none;
    position: absolute;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: 100% auto;
}
#tmp_event .peace_cnt_wrap:before{
    z-index: -2;
    top: -17px;
    left: -92px;
    width: 341px;
    height: 286px;
    background-image: url(/shared/templates/heiwa_top/images/icon/book_pattern_green.png);
}
#tmp_event .peace_cnt_wrap:after{
    z-index: -2;
    top: 146px;
    right: -59px;
    width: 332px;
    height: 274px;
    background-image: url(/shared/templates/heiwa_top/images/icon/book_pattern_pink.png);
}
#tmp_event .peace_cnt:before{
    top: -79px;
    right: -67px;
    width: 332px;
    height: 280px;
    background-image: url(/shared/templates/heiwa_top/images/icon/book_pattern_blue.png);
}
#tmp_event .peace_cnt:after{
    z-index: -1;
    top: 123px;
    left: -81px;
    width: 350px;
    height: 297px;
    background-image: url(/shared/templates/heiwa_top/images/icon/book_pattern_yellow.png);
}
#tmp_event .peace_box{
    position: relative;
    max-width: 418px;
    padding: 24px 22px 10px 14px;
    background-color: #ffffff;
}
#tmp_event .peace_box:before{
    content: '';
    position: absolute;
    width: 24px;
    left: -24px;
    top: 0;
    bottom: 0;
    background-color: transparent;
    background-repeat: no-repeat, no-repeat, repeat-y;
    background-position: top left, bottom left, top 20px left;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff)), -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff)), url(/shared/templates/heiwa_top/images/icon/book_pattern.png);
    background-image: -o-linear-gradient(#ffffff, #ffffff), -o-linear-gradient(#ffffff, #ffffff), url(/shared/templates/heiwa_top/images/icon/book_pattern.png);
    background-image: -moz-linear-gradient(#ffffff, #ffffff), -moz-linear-gradient(#ffffff, #ffffff), url(/shared/templates/heiwa_top/images/icon/book_pattern.png);
    background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(#ffffff, #ffffff), url(/shared/templates/heiwa_top/images/icon/book_pattern.png);
    background-size: 100% 20px, 100% 20px, 24px auto;
}
#tmp_event .peace_box .peace_box_inner{
    min-height: 270px;
    border: 3px solid #d7eede;
    padding: 10px 26px 21px;
    margin-bottom: 10px;
}
#tmp_event h3.event_sub_ttl{
    position: relative;
    display: flex;
    align-items: center;
    min-height: 93px;
    font-size: 155.6%;
    line-height: 1.3;
    color: #1b7f85;
    background: #ffffff url(/shared/templates/heiwa_top/images/icon/event_book_ttl.png) no-repeat 3px top;
    padding-left: 81px;
    margin-bottom: 13px;
}
#tmp_event h3.event_sub_ttl:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-image: -moz-linear-gradient( 0deg, rgb(164,215,185) 0%, rgb(236,236,165) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(164, 215, 185) 0%, rgb(236, 236, 165) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(164,215,185) 0%, rgb(236,236,165) 100%);
    background-image: linear-gradient(90deg, rgb(164, 215, 185) 0%, rgb(236, 236, 165) 100%);
}
#tmp_event .peace_box_inner .txt{
    line-height: 1.8;
    display:none;
}
#tmp_event .special_events .date_wrap{
    display: flex;
    align-items: center;
}
#tmp_event .special_events .date_wrap a{
    flex-shrink: 0;
}
/* Tab section */
#tmp_tab_info{
    margin-bottom: 69px;
    padding-bottom: 20px;
    overflow: hidden;
}
#tmp_tab_info .tab_info_inner{
    position: relative;
    padding-top: 246px;
    margin-bottom: 83px;
}
#tmp_tab_info .tab_info_inner:before,
#tmp_tab_info .tab_info_inner:after{
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: 100% auto;
}
#tmp_tab_info .tab_info_inner:before{
    width: 533px;
    height: 424px;
    left: -360px;
    top: -8px;
    background-image: url(/shared/templates/heiwa_top/images/icon/tab_pattern.png);
}
#tmp_tab_info .tab_info_inner:after{
    height: 42px;
    left: 126px;
    right: 38px;
    top: 124px;
    background-image: url(/shared/templates/heiwa_top/images/icon/tab_wave.png);
    background-position: center top;
}
#tmp_tab_info .tab_info{
    position: relative;
    padding-left: 60px;
}
#tmp_tab_info .tab_info .tab_info_ttl{
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
}
#tmp_tab_info .tab_info .tab_info_ttl > p{
    height: 100%;
}
#tmp_tab_info .tab_info .tab_info_ttl a{
    text-decoration: none;
    position: absolute;
    top: 22px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 60px;
    font-weight: bold;
    color: #222222;
    background-color: #ffffff;
    font-size: 122.2%;
    text-align: center;
    writing-mode: vertical-lr;
    border: 1px solid #d5d5d5;
    border-right: none;
    padding: 10px 5px 10px 10px;
    border-radius: 8px 0 0 8px;
    height: calc(25% - 30px);
}
#tmp_tab_info .tab_info .tab_info_ttl.tb_active a {
    padding-right: 0;
}
#tmp_tab_info .tab_info .tab_info_ttl:nth-child(3) a{
    top: 25%;
}
#tmp_tab_info .tab_info .tab_info_ttl:nth-child(5) a{
    top: calc(50% - 22px);
}
#tmp_tab_info .tab_info .tab_info_ttl:nth-child(7) a{
    top: calc(75% - 43px);
}
.furigana_on #tmp_tab_info .tab_info .tab_info_ttl a{
    padding-left: 5px;
}
#tmp_tab_info .tab_info .tab_info_ttl.tb_active{
    z-index: 3;
}
#tmp_tab_info .tab_info .tab_info_ttl a:after{
    content: '';
    position: absolute;
    opacity: 0;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: 0;
    border-radius: 8px 0 0 8px;
    background-repeat: no-repeat;
    background-image: -moz-linear-gradient( 0deg, rgb(164,215,185) 0%, rgb(236,236,165) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(164,215,185) 0%, rgb(236,236,165) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(164,215,185) 0%, rgb(236,236,165) 100%);
    background-image: linear-gradient( 90deg, rgb(164,215,185) 0%, rgb(236,236,165) 100%);
    transition: 0.3s ease-in-out opacity;
}
#tmp_tab_info .tab_info .tab_info_ttl.tb_active a:after{
    right: -10px;
}
#tmp_tab_info .tab_info .tab_info_ttl a:hover:after,
#tmp_tab_info .tab_info .tab_info_ttl.tb_active a:after{
    opacity: 1;
}
#tmp_tab_info .tab_info .tab_info_ttl a > span{
    position: relative;
    z-index: 3;
    display: inline-block;
    color: inherit;
    background: transparent url(/shared/templates/heiwa_top/images/icon/tab_arrow.png) no-repeat bottom center;
    padding-bottom: 26px;
}
#tmp_tab_info .tab_info_cnt{
    position: relative;
    z-index: 2;
    padding: 51px 5.2% 88px 6.9%;
    min-height: 815px;
}
#tmp_tab_info .tab_info_cnt:before,
#tmp_tab_info .tab_info_cnt:after{
    content: '';
    position: absolute;
    pointer-events: none;
    z-index: -1;
    left: -13px;
    right: -12px;
    background-color: transparent;
}
#tmp_tab_info .tab_info_cnt:before{
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-image: url(/shared/templates/heiwa_top/images/icon/book_middle_right.png),url(/shared/templates/heiwa_top/images/icon/book_top.png), url(/shared/templates/heiwa_top/images/icon/book_bottom.png);
    background-position:  top 16px right,top left, bottom left;
    background-size: 16px calc(100% - 79px),100% 70px, 100% 90px;
}
#tmp_tab_info .tab_info_cnt:after{
    top: 70px;
    bottom: 90px;
    background-image: url(/shared/templates/heiwa_top/images/icon/book_middle.png);
    background-position: top left;
    background-repeat: repeat-y;
    background-size: 100% auto;
    z-index: -2;
}
#tmp_tab_info .tab_ttl{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
    margin-bottom: 38px;
}
#tmp_tab_info .tab_ttl h2{
    position: relative;
    display: flex;
    align-items: center;
    font-size: 155.6%;
    color: #222222;
    background-color: transparent;
}
#tmp_tab_info .tab_ttl:after{
    content: '';
    position: absolute;
    z-index: -1;
    bottom: -17px;
    left: -4.1%;
    right: -0.2%;
    height: 24px;
    color: inherit;
    background: transparent url(/shared/templates/heiwa_top/images/icon/book_ttl_border.png) no-repeat top center;
    background-size: 100% 24px;
}
#tmp_tab_info .tab_ttl h2 > span{
    display: inline-block;
}
#tmp_tab_info .tab_ttl h2 > span.img img{
    max-width: 94px;
    height: auto;
    vertical-align: top;
}
#tmp_tab_info .tab_ttl h2 > span.txt{
    padding-top: 5px;
    margin-left: 25px;
}
#tmp_tab_info .tab_ttl .ttl_eng{
    margin-top: 31px;
}
#tmp_tab_info .tab_ttl .ttl_eng > img{
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
#tmp_tab_info .tab_list{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
#tmp_tab_info .tab_list > li{
    width: 50%;
    margin-bottom: 46px;
}
#tmp_tab_info .tab_list > li:nth-child(2n+1){
    padding-right: 5.3%;
}
#tmp_tab_info .tab_list > li:nth-child(2n){
    padding-left: 5.3%;
}
#tmp_tab_info .tab_list .tab_item{
    display: flex;
    height: 100%;
    padding: 8.9% 6.7% 7.6%;
    color: #222222;
    background: #ffffff url(/shared/templates/heiwa_top/images/icon/tab_box_bg.jpg) repeat top left;
    border-radius: 8px;
}
#tmp_tab_info .tab_item .tab_item_img{
    position: relative;
    width: 41.3%;
    flex-shrink: 0;
}
/* #tmp_tab_info .tab_item .tab_item_img:after{
    content: '';
    position: absolute;
    top: -19px;
    left: 50%;
    width: 90px;
    height: 36px;
    color: inherit;
    background: transparent url(/shared/templates/heiwa_top/images/icon/tab_tag.png) no-repeat;
    transform: translateX(-50%);
    background-size: 100% auto;
} */
#tmp_tab_info .tab_item_img img{
    width: 100%;
    height: auto;
    vertical-align: top;
    transition: 0.3s ease-in-out opacity;
}
#tmp_tab_info .tab_item_cnt{
    padding-top: 4.1%;
    margin-left: 5.1%;
}
#tmp_tab_info .tab_item_cnt > span{
    display: block;
}
#tmp_tab_info .tab_item_cnt > span.link{
    margin-bottom: 14px;
}
#tmp_tab_info .tab_item_cnt > span.link > a{
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    font-size: 133.3%;
    color: #222222;
}
#tmp_tab_info .tab_item_cnt > span.txt{
    line-height: 1.6;
}
#tmp_tab_info .info_contact{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-right: 8px;
}
#tmp_tab_info .info_contact > .ttl{
    position: relative;
    font-weight: bold;
    padding-right: 17px;
    margin-right: 28px;
}
#tmp_tab_info .info_contact > .ttl:after{
content: '';
    position: absolute;
    top: -7px;
    bottom: -5px;
    right: 0;
    width: 1px;
    border-right: 1px solid #222222;
}
/* Style Hover */
#tmp_mainvs_splide .splide_item > a:hover img,
#tmp_tab_info .tab_list .tab_item.hv_active img,
#tmp_event .event_post.hv_active .event_img img{
    opacity: 0.7;
}
#tmp_mainvs_splide .splide_item > a:hover .item_wrap span.ttl,
#tmp_tab_info .tab_list .tab_item.hv_active a,
#tmp_tab_info .tab_item_cnt > span.link > a:hover{
    text-decoration: underline;
}
#tmp_event .event_post.hv_active .news_link a,
.news_item span.news_link > a:hover{
    text-decoration: none;
}
#tmp_mainvs_splide .splide_item > a:focus-visible{
    outline-offset: -1px;
}
/* ==================================================
accessibility style change:color
================================================== */
.color_blue #tmp_event .peace_message:before,
.color_black #tmp_event .peace_message:before,
.color_yellow #tmp_event .peace_message:before,
.color_blue #tmp_event .peace_box:before,
.color_black #tmp_event .peace_box:before,
.color_yellow #tmp_event .peace_box:before,
.color_blue #tmp_event .peace_cnt_wrap:before,
.color_black #tmp_event .peace_cnt_wrap:before,
.color_yellow #tmp_event .peace_cnt_wrap:before,
.color_blue #tmp_event .peace_cnt_wrap:after,
.color_black #tmp_event .peace_cnt_wrap:after,
.color_yellow #tmp_event .peace_cnt_wrap:after,
.color_blue #tmp_event .peace_cnt:before,
.color_black #tmp_event .peace_cnt:before,
.color_yellow #tmp_event .peace_cnt:before,
.color_blue #tmp_event .peace_cnt:after,
.color_black #tmp_event .peace_cnt:after,
.color_yellow #tmp_event .peace_cnt:after,
.color_blue #tmp_event h2.event_ttl:after,
.color_black #tmp_event h2.event_ttl:after,
.color_yellow #tmp_event h2.event_ttl:after,
.color_blue #tmp_tab_info .tab_info_inner:before,
.color_black #tmp_tab_info .tab_info_inner:before,
.color_yellow #tmp_tab_info .tab_info_inner:before,
.color_blue #tmp_tab_info .tab_info_inner:after,
.color_black #tmp_tab_info .tab_info_inner:after,
.color_yellow #tmp_tab_info .tab_info_inner:after,
.color_blue #tmp_tab_info .tab_info_cnt:before,
.color_black #tmp_tab_info .tab_info_cnt:before,
.color_yellow #tmp_tab_info .tab_info_cnt:before,
.color_blue #tmp_tab_info .tab_info_cnt:after,
.color_black #tmp_tab_info .tab_info_cnt:after,
.color_yellow #tmp_tab_info .tab_info_cnt:after,
.color_blue #tmp_tab_info .tab_ttl:after,
.color_black #tmp_tab_info .tab_ttl:after,
.color_yellow #tmp_tab_info .tab_ttl:after,
.color_blue #tmp_event h3.event_sub_ttl:after,
.color_black #tmp_event h3.event_sub_ttl:after,
.color_yellow #tmp_event h3.event_sub_ttl:after{
    content: none;
}
.color_blue #tmp_event h2.event_ttl,
.color_black #tmp_event h2.event_ttl,
.color_yellow #tmp_event h2.event_ttl,
.color_blue #tmp_event h3.event_sub_ttl,
.color_black #tmp_event h3.event_sub_ttl,
.color_yellow #tmp_event h3.event_sub_ttl{
    padding-left: 0;
}
.color_blue #tmp_tab_info .tab_info_cnt,
.color_black #tmp_tab_info .tab_info_cnt,
.color_yellow #tmp_tab_info .tab_info_cnt,
.color_blue #tmp_tab_info .tab_list .tab_item,
.color_black #tmp_tab_info .tab_list .tab_item,
.color_yellow #tmp_tab_info .tab_list .tab_item,
.color_blue #tmp_event .peace_cnt,
.color_black #tmp_event .peace_cnt,
.color_yellow #tmp_event .peace_cnt{
    border: 1px solid;
}
.color_blue #tmp_tab_info .tab_info .tab_info_ttl.tb_active a > span,
.color_black #tmp_tab_info .tab_info .tab_info_ttl.tb_active a > span,
.color_yellow #tmp_tab_info .tab_info .tab_info_ttl.tb_active a > span,
.color_blue #tmp_tab_info .tab_info .tab_info_ttl a:hover > span,
.color_black #tmp_tab_info .tab_info .tab_info_ttl a:hover > span,
.color_yellow #tmp_tab_info .tab_info .tab_info_ttl a:hover > span{
    text-decoration: underline;
}
.color_blue #tmp_tab_info .info_contact > .ttl:after,
.color_black #tmp_tab_info .info_contact > .ttl:after{
    border-color: #FFFF00 !important;
}
.color_blue #tmp_tab_info .tab_info .tab_info_ttl.tb_active a,
.color_black #tmp_tab_info .tab_info .tab_info_ttl.tb_active a,
.color_yellow #tmp_tab_info .tab_info .tab_info_ttl.tb_active a{
    border-width: 3px !important;
}
.color_blue #tmp_tab_info .tab_info .tab_info_ttl:not(.tb_active) a:hover:after,
.color_black #tmp_tab_info .tab_info .tab_info_ttl:not(.tb_active) a:hover:after,
.color_yellow #tmp_tab_info .tab_info .tab_info_ttl:not(.tb_active) a:hover:after{
    content: none;
}
.color_blue #tmp_tab_info .tab_info .tab_info_ttl a:after,
.color_black #tmp_tab_info .tab_info .tab_info_ttl a:after,
.color_yellow #tmp_tab_info .tab_info .tab_info_ttl a:after{
    background-image: none !important;
    background-color: #00008B !important;
}
.color_black #tmp_tab_info .tab_info .tab_info_ttl a:after{
    background-color: #000000 !important;
}
.color_yellow #tmp_tab_info .tab_info .tab_info_ttl a:after{
    background-color: #FFFF00 !important;
}
.color_blue #tmp_tab_info .tab_info .tab_info_ttl a > span,
.color_black #tmp_tab_info .tab_info .tab_info_ttl a > span,
.color_yellow #tmp_tab_info .tab_info .tab_info_ttl a > span{
    z-index: 3 !important;
}
.color_blue #tmp_event h3.event_sub_ttl,
.color_black #tmp_event h3.event_sub_ttl,
.color_yellow #tmp_event h3.event_sub_ttl{
    border-bottom: 2px solid;
}
.color_blue #tmp_event .event_post:after,
.color_black #tmp_event .event_post:after{
    border-color: #FFFF00;
}
.color_yellow #tmp_event .event_post:after{
    border-color: #000000;
}
/* ==================================================
accessibility style change:font-size
================================================== */
.fsize_small #tmp_event .simple_link > a {
    background-position: left 1px;
}
.fsize_big2 #tmp_tab_info .tab_info .tab_info_ttl a{
    padding-left: 0;
}
/* ==================================================
no-js, no-splide
================================================== */
.no_javascript #tmp_mainvs_splide.splide,
#tmp_mainvs_splide.splide.no-splide{
    visibility: visible;
}
.no_javascript #tmp_mainvs_splide .splide__list,
#tmp_mainvs_splide.splide.no-splide .splide__list{
    display: block;
    max-height: 742px;
    overflow-y: auto;
}
.no_javascript #tmp_mainvs_splide .splide__list{
    max-height: 742px;
}
.no_javascript #tmp_mainvs_splide .splide__slide:not(:last-child),
#tmp_mainvs_splide.splide.no-splide .splide__slide:not(:last-child){
    margin-bottom: 20px;
}
.no_javascript #tmp_tab_info .tab_info .tab_info_ttl{
    position: static;
}
.no_javascript #tmp_tab_info .tab_info .tab_info_ttl a{
    position: static;
    min-width: 100%;
    height: auto;
    writing-mode: inherit;
    border-radius: 8px 8px 0 0;
    border-right: 1px solid #d5d5d5;
}
.no_javascript #tmp_tab_info .tab_info .tab_info_ttl a > span{
    background-image: url(/shared/templates/heiwa_top/images/icon/tab_arrow_sp.png);
    background-size: 19px auto;
    padding-bottom: 15px;
}
.no_javascript #tmp_tab_info .tab_info_cnt{
    margin-bottom: 50px;
}
.no_javascript #tmp_tab_info .tab_info .tab_info_ttl a:after{
    content: none !important;
}
