/*Menu*/
ul.menu{text-align:left;margin-left:30px;width: calc(100% - 30px);}
ul.menu li a:hover{color: #006a3e;}
ul.submenu-wrapper{text-align: left;}
.rightmenu{float: right;margin-right: 18px;}
.rightmenu.lastrightmenu{margin-right: 0;}
.rightmenu.lastrightmenu a{margin-right: 0!important;}
.right-header a:last-child,ul.menu li:last-child a{margin-right: 0px;}
.homemenu a.logo.logo-merit{background: url(../img/logo-merit-big.png)no-repeat;background-size: 110px 83px;}
a.logo.logo-merit{background:url(../img/logo-tzuchi-merit.png)no-repeat;background-size: 110px 47px; } 
ul.submenu-wrapper{margin: 0 0 0 140px;}
ul.submenu-wrapper>li{width: 20%;}
ul.submenu-wrapper>li:nth-child(5n+5){margin: 0 5% 3px 0;}
ul.submenu-wrapper>li:nth-child(4n+4) {
    margin: 0;
}
ul.menu li a.dropdown-ttl::before{content:"";width:0;height:0;border-left:19px solid transparent;border-right:19px solid transparent;border-bottom:19px solid #eee;display:none;position:absolute;top:30px;z-index:999;left:50%;margin-left:-19px;cursor:pointer}
ul.menu li a.dropdown-ttl::before{top: 26px;}
.homemenu ul.menu li a.dropdown-ttl::before{top: 30px;}

/*General*/
.breadcrumb a:hover{color: #006a3e;}
a.sharing:hover{color:#fff;background:#006a3e;}


/*typography*/
.typography .ttl a:hover {
    color:#006a3e;
}

/*event*/
.new-event-list > div{display: grid;grid-template-columns:1fr 1fr;margin-bottom: 38px;grid-column-gap: 30px;}
.event-all-info .ttl{
    margin-bottom: 7px;
    text-align: left;
}
.new-event-list > div .cover {
    margin-bottom: 12px;
}
.new-event-list > div .event-info * {
    font-size: 13px;
    color: #487091;
    display: block;
    line-height: 18px;
    letter-spacing: normal;
}
.new-event-list > div .event-all-info .event-info {
    margin-bottom: 7px;
}
.tag, .typography .tag{letter-spacing: normal;}

/* additionals 20231218 */
a{color: #006a3e;}

.typography a {color: #006a3e;}

.latest-news-wrapper .tabs a.active {
    color: #fff;
    background: #006a3e;
    border: 1px solid #006a3e;
}

.latest-news-wrapper .tabs a:hover{
    color:#006a3e
}

.latest-news-wrapper .tabs a.active:hover {
    color: #fff;
}

.more-link:hover,.typography .more-link:hover{color:#006a3e}


.btn.merit-green, .typography .btn.merit-green {
    background: #006a3e;
}

.btn.merit-green:hover, .typography .btn.merit-green:hover {
    background:#2b8868;
}

.new-event-list > div .event-info *{color: #006a3e;}


div.master-articles a:hover span{background:#e4e3e3;color:#006a3e}

@media (max-width: 1290px){
    ul.menu li.active {
        background: #006a3e;
        border-top: 1px solid #006a3e;
    }
    ul.menu {
        margin-left: 0;
        width: 100%;
    }
}
@media (max-width: 1150px){
.new-event-list {
    margin-top: 30px;}
}
@media (max-width: 500px){
.new-event-list > div{
    display: block;
    margin-right: 0;
    width: 100%;
    margin-bottom: 30px;}
}
