p{
    font-size: 1.4rem;
    line-height: calc(26/ 14);
}
#single a{
    text-decoration: underline;
}
.case-list{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.case-list__item{
    width: calc(50% - 54px);
    margin-right: 54px;
    margin-bottom: 61px;
    display: flex;
}
.case-details{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-end;
    border: solid 2px #000;
    border-top: none;
}
.case-details h4 {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    margin: 36px 0;
}
.case_number{
    display: flex;
    width: 40px;
    height: 40px;
    background: #000;
    color: #fff;
    justify-content: center;
    align-items: center;
    border: solid 2px #000;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    letter-spacing: 2.16px;
    line-height: calc(32 / 18);
}
.case_name{
    display: flex;
    width: calc(45% - 40px);
    height: 40px;
    justify-content: center;
    align-items: center;
    border: solid 2px #000;
    border-left: none;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}
.case_category{
    display: flex;
    width: calc(30% - 40px);
    height: 40px;
    justify-content: center;
    align-items: center;
    border: solid 2px #000;
    border-left: none;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
}
.case_space{
    display: flex;
    width: 40px;
    height: 40px;
    margin: 0;
    border: solid 2px #000;
    border-left: none;
}
.case_year{
    display: flex;
    width: calc(25% - 40px);
    height: 40px;
    justify-content: center;
    align-items: center;
    border: solid 2px #000;
    border-left: none;
    border-right: none;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
}
.case-link{
    display: flex;
    width: 100%;
    border-top: none;
    flex-direction: column;
    position: relative;
}
.case-link a{
    display: flex;
    width: 100%;
}
.case-image{
    display: flex;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 4/3;
}
.case-link .case_caption{
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 5px;
    background: rgb(0 0 0 / 30%);
    color: #fff;
    width: auto;
}
.tag-list {
    color: #6F6F6F;
    font-size: 12px;
    margin-top: 12px;
}
.case_groupname {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
}
.case_groupdetail {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    margin-bottom: 36px;
}
.case_textarea {
    display: flex;
    margin-bottom: 36px;
}
.case_groupimg {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.case_groupimg figure{
    max-width: 810px;
    width: 100%;
    margin: 0 auto;
}
.case_caption{
    display: flex;
    width: 100%;
    font-size: 12px;
    margin: 0;
}
.case_contentbox {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: row;
    align-content: flex-start;
    justify-content: flex-end;
    border-top: solid 2px;
    padding: 0 10%;
    margin-bottom: 55px;
    justify-content: flex-start;
}
.case_contentbox h5 {
    display: flex;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    justify-content: flex-start;
}
.case_contentbox ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.case_contentbox li {
    font-size: 14px;
    margin-right: 18px;
}
.accordion_switch {
    display: inline;
    border-bottom: 2px dashed;
    font-weight: bold;
    font-size: 14px;
}
.case_contentbox-member a{
    font-size: 14px;
    line-height: calc(25 / 14);
}
.case_contentbox-organizer ul{
    flex-wrap: wrap;
}
.case_contentbox-organizer li{
    display: flex;
    width: 100%;
    margin: 0;
    margin-bottom: 18px;
    align-items: center;
}
.case_contentbox-organizer img{
    width: 69px;
    height: 69px;
    margin-right: 39px;
    border-radius: 50%;
}
.case_contentbox-organizer a{
    display: flex;
    width: calc(100% - 108px);
    align-items: flex-end;
}
.case_contentbox-organizer p{
    font-size: 14px;
    line-height: calc(25 / 14);
}
#contents > div{
    margin-bottom: 108px;
}
#timeline h2{
    display: flex;
}
#timeline p {
    margin: 0;
}
#timeline img{
    border: solid 2px;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 4/3;
}
.activity1{
    font-size: 18px;
    padding: 0 18px;
    font-weight: bold;
    letter-spacing: 1.08px;
    display: flex;
    height: 50px;
    color: #fff;
    background: #000;
    align-items: center;
}
.activity2{
    border-top: 2px solid var(--main--color);
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.84px;
    display: flex;
    height: 50px;
    align-items: center;
    border-bottom: 2px solid var(--main--color);
    padding-left: 21px;
}
.activity3{
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1.08px;
    display: flex;
    height: 50px;
    align-items: center;
    border-top: 2px solid;
    border-right: solid 2px;
    border-bottom: solid 2px;
}
.wp-block-group__inner-container{
    border: solid 2px;
    border-radius: 10px;
    max-width: 810px !important;
    width: 100%;
    padding: 36px 54px 52px;
    background: #F0F0F0;
    margin: 36px 0 0;
}
.wp-block-group__inner-container h3{
    width: 100%;
    text-align: center;
    opacity: 1;
    letter-spacing: 0.96px;
    font-size: 16px;
    line-height: calc(28 / 16);
    margin: 0;
    padding: 0;
    margin-bottom: 36px;
}
.wp-block-group__inner-container h4{
    letter-spacing: 0.84px;
    font-size: 14px;
    line-height: calc(25 / 14);
    margin-bottom: 18px;
    font-weight: 500;
}
.wp-block-group__inner-container > ul {
    margin-bottom: 36px;
    position: relative;
}
.wp-block-group__inner-container li {
    display: flex;
    font-size: 14px;
    line-height: calc(25 / 14);
    letter-spacing: 0.42px;
    flex-direction: column;
}
.wp-block-group__inner-container li ul li{
    margin: 0 0 12px 12px;
}
#timeline > h4{
    letter-spacing: 0.84px;
    font-size: 14px;
    line-height: calc(25 / 14);
    margin-top: 108px;
    font-weight: 600;
    padding: 0;
}
#timeline > h3 {
    letter-spacing: 1.26px;
    font-size: 21px;
    line-height: calc(28 / 21);
    font-weight: 600;
    width: 100%;
    padding-bottom: 18px;
    margin-bottom: 36px;
    border-bottom: solid 2px;
}
#timeline > h5{
    display: flex;
    max-width: 810px;
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
}
#timeline p{
    display: flex;
    max-width: 810px;
    width: 100%;
    margin: 0 auto 72px;
    font-size: 16px;
}
#timeline > figure{
    max-width: 810px;
    width: 100%;
    margin: 0 auto;
}
#timeline figcaption{
    display: flex;
    margin: 12px auto 72px;
    font-size: 12px;
}
#timeline > .is-layout-flex{
    display: flex;
    max-width: 810px;
    width: 100%;
    margin: 0 auto;
}
#timeline > div > div > figure{
    width: 100%;
}
#timeline > figure > img{
    object-fit: contain;
    aspect-ratio: auto;
}
.details__summary {
position: relative;
cursor: pointer;
}
.details__content {
overflow: hidden;
height: 0;
position: relative;
transition: all 0.4s ease-out;
}
.details__content.active{
height: 100%;
position: relative;
}
.details__content * {
position: relative;
transition: all 0.4s ease-out;
}
.details__content.active * {
position: relative;
}
@media (max-width: 1160px ){
    #contents > div {
        margin-bottom: 72px;
    }
    .case-link{
        border-top: solid 2px #000;
    }
    .case_name {
        width: calc(100% - 40px);
        border-bottom: none;
        border-right: none;
        font-size: 16px;
        justify-content: flex-start;
        line-height: calc(28/ 16);
        padding-left: 22px;
        letter-spacing: 0.96px;
    }
    .case_category {
        width: calc(100% - 40px);
        border-bottom: none;
        border-right: none;
        font-size: 16px;
        justify-content: flex-start;
        line-height: calc(28/ 16);
        padding-left: 22px;
        letter-spacing: 0.96px;
    }
    .case_year {
        width: calc(100% - 40px);
        border-bottom: none;
        font-size: 14px;
        justify-content: flex-start;
        line-height: calc(25/ 14);
        padding-left: 22px;
        letter-spacing: 0.84px;
    }
    .case_space {
        border-bottom: none;
    }
    .case_contentbox ul {
        flex-direction: column;
    }
    .case_contentbox li {
        margin-right: 0;
        margin-bottom: 19px;
    }
    .case_contentbox li a {
        width: 100%;
    }
    #timeline h2 {
        height: auto;
        flex-wrap: wrap;
    }
    .wp-block-group__inner-container{
        padding: 36px 22px 0;
    }
    .wp-block-group__inner-container li ul li{
        margin: 0 0 12px 0;
    }
    .activity1 {
        max-width: 113px;
        width: 100%;
        margin-right: calc(100% - 113px);
    }
    .activity2 {
        border-left: solid 2px #000;
    }
    #timeline > h4 {
        margin-top: 69px;
    }
    #timeline p {
        margin-bottom: 54px;
    }
    #timeline figcaption{
        margin-bottom: 39px;
    }
}
@media (max-width: 374px ){
    .activity2 {
        font-size: 1.2rem;
    }
    .activity3 {
        font-size: 1.2rem;
    }
}

