body#about #conWrap {
    padding-top: 12rem;
}
@media screen and (max-width: 768px) {
body#about #conWrap {
    padding-top: 12rem;
}
}


/* #moshimo
----------------------------------------- */
#moshimo .inner {
}
#moshimo .page_ttl {
    padding-top: 6rem;
}
#moshimo .page_ttl > .ttl {
    font-size: 2.4rem;
    line-height: 1;
    letter-spacing: 0.06em;
    font-weight: 700;
}
#moshimo .page_ttl > h1 {
    font-size: 4rem;
    line-height: calc(45/40);
    letter-spacing: 0.05em;
    font-weight: 700;
    margin-top: 5rem;
}
#moshimo .page_ttl > h1 span {
    font-size: 1.8rem;
    margin-left: 2rem;
}
#moshimo .page_ttl > .lead {
    font-size: 2.4rem;
    line-height: calc(32/24);
    letter-spacing: 0.05em;
    font-weight: 700;
    margin-top: 1.5rem;
}
#moshimo .page_ttl > .txt {
    font-size: 1.8rem;
    line-height: calc(42 / 18);
    letter-spacing: 0.05em;
    margin-top: 5rem;
}
#moshimo .page_ttl > .btn_wrap {
    margin-top: 3rem;
    justify-content: flex-start;
}
#moshimo .page_ttl > .img {
    margin-top: 2rem;
}

#moshimo .space {
    width: 100%;
}
#moshimo .space .inner {
    padding-top: 9rem;
}
#moshimo .space .ttl {
    font-size: 2.5rem;
    line-height: calc(29/25);
    letter-spacing: 0.05em;
    font-weight: 700;
}

#moshimo .space .space_list {
    display: flex;
    flex-flow: column;
    flex-wrap: wrap;
    gap: 5rem 0;
    padding-top: 5rem;
    border-top: 1px solid #707070;
}
#moshimo .space .space_list .con {
    width: 100%;
    padding-bottom: 7rem;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #707070;
}
#moshimo .space .space_list .con .img_wrap {
    width: calc(430/1080*100%);
}
#moshimo .space .space_list .con .img_wrap img {
    border-radius: 1rem;
}
#moshimo .space .space_list .con .txt_wrap {
    width: calc(620/1080*100%);
    padding-left: 8rem;
    position: relative;
}
#moshimo .space .space_list .con .txt_wrap .count {
    position: absolute;
    top: -0.4em;
    left: 0;
    
    font-size: 2.8rem;
    font-weight: 400;
}
#moshimo .space .space_list .con .txt_wrap .ttl {
    font-size: 1.8rem;
    line-height: calc(28/18);
    letter-spacing: 0.05em;
    font-weight: 700;
}
#moshimo .space .space_list .con .txt_wrap > .txt {
    margin-top: 3rem;
}

#moshimo .space .space_list .con .txt_wrap .btn_wrap {
    margin-top: 5rem;
    justify-content: flex-start;
}
#moshimo .space .space_list .con .txt_wrap .btn_wrap .btn {
    width: 38.5rem;
    justify-content: flex-start;
}


@media screen and (max-width: 768px) {
#moshimo .page_ttl {
    padding-top: 3rem;
}
#moshimo .page_ttl > h1 {
    margin-top: 3rem;
}
#moshimo .page_ttl > h1 span {
    display: block;
    margin-left: 0;
    margin-top: 2rem;
}
#moshimo .page_ttl > .txt {
    margin-top: 3rem;
}
#moshimo .page_ttl > .btn_wrap {
    margin-top: 2rem;
}
#moshimo .page_ttl > .img {
    margin-top: 2rem;
}
    
#moshimo .space {
    width: 100%;
}
#moshimo .space .inner {
    padding-top: 6rem;
}

#moshimo .space .space_list {
    gap: 3rem 0;
    padding-top: 3rem;
}
#moshimo .space .space_list .con {
    flex-flow: column;
    gap: 3rem 0;
    padding-bottom: 4rem;
}
#moshimo .space .space_list .con .img_wrap {
    width: 100%;
}
#moshimo .space .space_list .con .txt_wrap {
    width: 100%;
    padding-left: 6rem;
}
#moshimo .space .space_list .con .txt_wrap > .txt {
    margin-top: 2rem;
}

#moshimo .space .space_list .con .txt_wrap .btn_wrap {
    margin-top: 3rem;
}
#moshimo .space .space_list .con .txt_wrap .btn_wrap .btn {
    width: 22.5rem;
}
}


/* #report_feed
----------------------------------------- */
#report_feed {
}
#report_feed .inner {
    padding-top: 12rem;
    margin-bottom: 0;
}
#report_feed .post_list_wrap.report .post_list > li {
    display: inherit;
}
@media only screen and (max-width: 768px) {
#report_feed .inner {
    padding-top: 10rem;
}

}


/* #news_feed
----------------------------------------- */
#news_feed {
}
#news_feed .inner {
    padding-top: 15rem;
    position: relative;
    z-index: 1;
}

#news_feed .inner > .btn_wrap {
    margin-top: 6rem;
}

@media only screen and (max-width: 768px) {
#news_feed .inner {
    max-width: 37rem;
    margin-right: 2rem;
    padding-top: 8rem;
}
    
#news_feed .post_list_wrap.news {
    padding-top: 3rem;
}

}



/* #information
----------------------------------------- */
#information {
}
#information .inner {
    padding-top: 15rem;
    padding-bottom: 18rem;
}

#information .inner > .ttl {
    font-size: 2.8rem;
    line-height: calc(34/28);
    letter-spacing: 0.06em;
    font-weight: 400;
}

#information .inner .layout {
    display: flex;
    justify-content: space-between;
    margin-top: 3rem;
}
#information .inner .layout > .txt_wrap {
    width: calc(530/1080*100%);
}
#information .inner .layout > .txt_wrap > .txt {
    font-size: 1.8rem;
    line-height: calc(48/18);
    letter-spacing: 0.06em;
    font-weight: 400;
}
#information .inner .layout > .txt_wrap > .info_table_wrap {
    margin-top: 2rem;
}
#information .inner .layout > .txt_wrap > .info_table_wrap .info_table {
    border-top: none;
}
#information .inner .layout > .txt_wrap > .info {
    margin-top: 4rem;
}
#information .inner .layout > .txt_wrap > .btn_wrap {
    margin-top: 4rem;
    justify-content: flex-start;
}
#information .inner .layout > .map_wrap {
    width: calc(420/1080*100%);
    aspect-ratio: 420 / 480;
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
}
#information .inner .layout > .map_wrap iframe {
    width: 100%;
    height: 100%;
    filter: grayscale(100%) brightness(1.1) contrast(0.9);
}


@media only screen and (max-width: 768px) {
#information .inner {
    padding-top: 8rem;
    padding-bottom: 12rem;
}

#information .inner .layout {
    flex-flow: column;
    gap: 4rem 0;
    margin-top: 2rem;
}
#information .inner .layout > .txt_wrap {
    width: 100%;
}
#information .inner .layout > .txt_wrap > .info_table_wrap {
    margin-top: 1rem;
}
#information .inner .layout > .txt_wrap > .info_table_wrap .info_table {
    border-top: none;
}
#information .inner .layout > .txt_wrap > .info {
    margin-top: 2rem;
}
#information .inner .layout > .txt_wrap > .btn_wrap {
    margin-top: 2rem;
    justify-content: flex-start;
}
#information .inner .layout > .map_wrap {
    width: 100%;
    aspect-ratio: 420 / 480;
    position: relative;
}
#information .inner .layout > .map_wrap iframe {
    width: 100%;
    height: 100%;
    filter: grayscale(100%) brightness(1.1) contrast(0.9);
}

}
