@charset "utf-8";

a {
    text-decoration: none;
}
btn {
    position: relative;
    margin-bottom: 10px;
    padding: 1em 3em;
    background: #5dc1ae;
    color: #fff;
    line-height: 1.6;
    text-align: center;
    transition: all .4s;
}


.index-activities-header {
    text-align: left;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    white-space: nowrap;
    width: 100%;
    padding-right: 3%;
}

.index-activities-illust-0 {
    position: relative;
    margin-top: -10%;  
} 
.index-activities-illust {
    width: 100%;
    position: relative;
    margin-left: -40%;
    margin-top: -5%;
} 
.index-activities-illust.indeximg {
    display: none;
}
.index-activities-illust-1 {
    position: relative;
    width: 100%;
    margin-top: -85%;
    margin-left: -75%;
} 
#index-activities-title {
    text-align: left;
}
.index-activities {
    position: relative;
}
.index-activities::after{
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: calc( 100% - 6vw );
    height: 100%;
    background: rgb(226, 245, 248);
}
.index-activities-wrapper {
    display: flex;
}
.index-activities-img {
    position: relative;
    height: auto;
    margin: -90px 0 50px;
    width: 65%;
}
.index-activities-content { 
    position: relative;
    margin-top: -50px;
    width: 32%;
}
.index-activities-wrapper-2 {
    padding-top: 300px;
    display: flex;
}
.index-activities-img-2 {
    display: flex;
}
.container {
    max-width: calc(1140px + 6vw * 2);
    padding-top: 100px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 10vw;
    padding-right: 10vw;
    padding-bottom: 50px;
}
.row {
    display: flex;
    flex-wrap: wrap;
    /* padding-top: 5%;    */
}
.row-index-top {
    justify-content: space-around;
}

.category-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; margin:5% 5%;
}
.row-news {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.row-report {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.row.index {
    justify-content: space-evenly;
}
.action-row {
    display: flex;
    justify-content: space-evenly;
}
.action-row-img-wak {
    border: .5px solid #2f7f70;
}
.row .row-xs {
    margin-bottom: 1.2%;
}
.row-grid {
    display: grid;
    gap: 5%;
    grid-template-columns: 1fr 1fr 1fr;
    
}
.page-list-sm li {
    margin-bottom: 1.2%;
}

.col-xs-6 {
    width: 42%;
    /* width: 50%; */
    height: fit-content;
    /* padding: 0 4%; */
    justify-content: center;
}


.col-xs-6-category {
    background: #fff; padding: 1%; margin-top:5%;width:25%;height: fit-content;
}

.col-xs-6 ab {
    padding: 6% 4%;
}
.col-xs-6-other {
    background: #fff; 
    padding: 1%; 
    margin:5% 0; 
    width:25%;
}
.mission-col {
    width: 100%;
    background: none;
}
.page-item-thumb {
    /* margin: 0 6% 0 0 ; */
    position: relative;
    height: auto;
    width: 120px;
    height: 120px;
    padding-right: 5%;
    /* border-radius: 100%; */
    /* overflow: hidden; */
}
.page-item-thumb img{
    border-radius: 100%;
    overflow: hidden;
}
.page-list-sm .page-item {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    /* padding: 18px 15px 18px; */
    background: #fff;
    border: 1px solid #333;
    box-shadow: 1px 1px 5px 0px rgb(93, 193, 174 /10%);
    border-radius: 10px;
}
.page-item-title-sub .page-list-sm .page-item{
    margin-bottom: 0.5em;
    line-height: 1.5;
    color: #2f7f70;
}

.page-item-content {
    /* text-align: left; */
    text-align: center;
    padding-left: 10%;
}
.project-page-item-content {
    padding: 0;
}
.news {
    display: flex;
}
.latest-info {
    background: rgb(226, 245, 248);
    padding: 5% 0;
    
}

/* 活動報告 */
.report-list.report-item {
    display: flex;
    align-items: center;
}
.report-item-content {
    display: flex;
    align-items: center;
}
.report-item-img{
    width: 40%;
    border: 1px solid #e5e5e5;
    max-width: 240px;
    /* margin-right: 40px; */
}
.report-item-img img {
    /* width: 240px; */
    /* height: 200px; */
    width: 100%;
    height: auto;
    max-width: 240px;
}

.report-item-file {
    width: 60%;
    margin-left: 40px;
    text-align: left;
}
.report-item-file p
a::after {
    content: "PDF";
    display: inline-block;
    padding: 0 0.6em;
    margin-top: 0.8em;
    margin-left: 0.8em;
    background: #cf473d;
    border-radius: 3px;
    font-size: .5rem;
    color: #fff;
    vertical-align: 0.2em;
    position: absolute;
    right: 20%;
    /* right: 30%; */
}
.report-item-file li
a::after {
    content: "PDF";
    display: inline-block;
    padding: 0 0.6em;
    margin-top: 0.8em;
    margin-left: 0.8em;
    background: #cf473d;
    border-radius: 3px;
    font-size: .5rem;
    color: #fff;
    vertical-align: 0.2em;
}
.page-item-excerpt {
    text-align: left;
}


