
#contentWrap.news .pagettl {
    margin-bottom: 8rem;
}
#contentWrap.news .error {
    text-align: center;
}
ul.nav-category.switch {
    max-width: 502px;
    margin-bottom: 3rem;
}
ul.nav-category.switch li {
    width: 32.27%;
}

.search .year {
    text-align: center;
    margin-bottom: 3rem;
}

.search .year select {
    border:none;
    border-bottom: solid 2px #BCDAD2;
    border-radius: 0;
    color: #000;
    background: url(/asset/img/common/selectArrow.svg);
    background-size: 18px 16px;
    background-repeat: no-repeat;
    background-position: right 1em center;
    outline: 0;
    height: inherit;
    padding: 0 30px 0 10px;
    text-align: center;
    appearance: none;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 5px 35px 10px 10px;
    text-align: left;
    min-width: 190px;
}
.search-category {
    max-width: 906px;
    margin: 0 auto 6rem;
    display: flex;
    align-items: flex-end;
}
.search-category * {
    font-weight: bold;
}
.search-category dt {
    width: 11%;
}
.search-category dt::after {
    content: "\FF1A";
}
.search-category dd {
    width: 89%;
}
.search-category dd ul {
    display: flex;
    list-style: none;
    justify-content: space-between;
}
.search-category dd ul li label {
    display: block;
    position: relative;
    cursor: pointer;
    user-select: none;
}
.search-category dd ul li input {
    display: none;
  }
.search-category dd ul li label::before {
    content: "";
    display: inline-block;
    border: solid 2px #BCDAD2;
    box-sizing: border-box;
    width: 22px;
    height: 22px;
    border-radius: 5px;
    vertical-align: -0.3em;
    margin-right: 0.6rem;
}
.search-category dd ul li label:has(:checked)::before {
    background-color: #009E8A;
    border: none;
}
.search-category dd ul li label:has(:checked)::after {
    display: block;
    position: absolute;
    content: "";
    width: 12px;
    height: 5px;
    border-bottom: 3px solid;
    border-left: 3px solid;
    border-color: #fff;
    transform: rotate(-45deg);
    top: 50%;
    left: 4px;
    margin-top: -6px;
}
.search-category + .button {
    display: none;
}
ul.posts {
    list-style: none;
    max-width: 906px;
    margin: 0 auto 6rem;
}
ul.posts li {
    border-bottom: solid 1px #C2C2C2;
    position: relative;
    padding: 2rem 0 3rem;    
    line-height: 1.75;
}
ul.posts li::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    background-color: #009E8A;
    width: 3.31%;
    height:1px;
    display: block;
}
ul.posts li > span:not(.style1) {
    font-weight: bold;
    color: #009E8A;
    display: block;
}
ul.posts li span.style1 span {
    font-weight: normal;
    color: #000;
    display: inline;
}
ul.posts li em {
    display: block;
    font-style: normal;
}
ul.posts.info li > em {
    margin-bottom: 1.3em;
    font-weight: bold;
}

ul.posts li > a:link,
ul.posts li > a:visited {
    display: block;
    background-image: url(/asset/img/common/arw.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 20px;
    padding-right: 7.72%;
}
ul.posts li .user-post-i .aligncenter {
    display: block;
    margin: 0.5em auto;
    text-align: center;
}
ul.pager {
    display: flex;
    max-width: 906px;
    margin: 0 auto;
    justify-content: space-between;
    list-style: none;
}
ul.pager li {
    width: 14.34%;
}
ul.pager a:link,
ul.pager a:visited,
.nav-back a:link,
.nav-back a:link {
    display: block;
    border: solid 1px #009E8A;
    border-radius: 24px;
    padding: 0.94em;
    text-align: center;
    line-height: 1;
    color: #009E8A;
    box-sizing: border-box;
}
.nav-back a:link,
.nav-back a:visited {
    display: inline-block;
    width: 14.28%;
}
div.post {
    max-width: 910px;
    margin: 6rem auto 0;
}
.post .category {
    font-size: 1.6rem;
    color: #009E8A;
    font-weight: bold;
    padding-bottom: 0.8em;
    border-bottom: solid 1px #C2C2C2;
    margin-bottom: 3rem;
}
.post .date-alert {
    margin-bottom: 1em;
    font-weight: bold;
}
.post .meta {
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 2rem;
}
.newsdetail .user-post > p:first-child,
.newsdetail .user-post > #newsDetail > p:first-child {
    font-size: 2.2rem;
    line-height: 1.72;
    text-align: center;
    color: #000;
    position: relative;
    padding-bottom: 1.8rem;
    margin-bottom: 3rem;
    font-weight: bold;
}
.newsdetail .user-post > p:first-child::before,
.newsdetail .user-post > p:first-child::after,
.newsdetail .user-post > #newsDetail > p:first-child::before,
.newsdetail .user-post > #newsDetail > p:first-child::after {
    content: "";
    background-color: #009E8A;
    width: 4rem;
    padding-top: 3px;
    height: 0;
    position: absolute;
    left: 50%;
    margin-left: -2rem;
    bottom: 0;
}
.newsdetail .user-post > p:first-child::after,
.newsdetail .user-post > #newsDetail > p:first-child::after {
    width: 1rem;
    background-color: #EE8AAA;
    margin-left: 1rem;
}


section.content .user-post a:link,
section.content .user-post a:visited {
    color: #5F80BF;
    text-decoration: underline;
}
.news-contents .user-post {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    border-bottom: solid 1px #C2C2C2;
}
.news-contents .user-post .aligncenter {
    display: block;
    margin: 0 auto;
}
.news-contents .user-post figure.aligncenter {
    display: table;
    margin: 1em auto;
    text-align:center;
}
.news-contents .user-post .alignleft {
	float: left;
	margin: 0 1.5em 0.5em 0;
	max-width: 50%;
}
.news-contents .user-post .alignright {
	float: right;
	margin: 0 0 0.5em 1.5em;
	max-width: 50%;
}
.news-contents .user-post p + p {
    margin-top: 1.5rem;
}
.news-contents img {
    border: none;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    border-radius: 10px;
}
ul.posts.info  div.user-post-i a:link,
ul.posts.info  div.user-post-i a:visited,
ul.posts.media div.user-post-i a:link,
ul.posts.media div.user-post-i a:visited,
ul.posts.media div.user-post-i + a:link,
ul.posts.media div.user-post-i + a:visited {
    color: #5F80BF;
    text-decoration: underline;
}
ul.posts.media li div.user-post-i + a {
    background-image: none;
}


@media screen and (max-width: 960px) and (min-width: 768px) {
    .search-category {
        flex-wrap: wrap;
        width: 90%;
    }
    .search-category {
        display: block;
    }
    .search-category dt {
        margin-bottom: 1rem;
        text-align: center;
        width: 100%;
    }
    .search-category dd {
        width: 100%;
    }
    .search-category dd li + li {
        margin-left: 0.2rem;
    }
    .search-category dd li:last-child {
        margin-left: 0;
    }
    .search-category dd ul {
        flex-wrap: wrap;
        line-height: 1.5;
    }
    ul.posts,
    ul.pager,
    div.post {
        width: 90%;
    }
}
@media(hover: hover) {
    ul.pager a:hover,
    .nav-back a:hover {
        opacity: 0.7;
    }
    section.content .user-post a:hover,
    ul.posts.info  div.user-post-i a:hover,
    ul.posts.media  div.user-post-i a:hover,
    ul.posts.media  div.user-post-i + a:hover {
        text-decoration: none;
    }
}

@media screen and (max-width: 767px) {
    .search-category {
        display: block;
        width: 90%;
        margin-bottom: 3rem;
    }
    .search-category dt {
        width: 100%;
        text-align: center;
        margin-bottom: 2rem;
        position: relative;
    }
    .search-category dt::before,
    .search-category dt::after {
        content: "";
        width: 30%;
        height: 1px;
        background-color: #ccc;
        position: absolute;
        left: 0;
        top: 50%;
    }
    .search-category dt::after {
        left: inherit;
        right: 0;
    }
    .search-category dd {
        width: 100%;
    }

    .search-category dd ul {
        width: 100%;
        box-sizing: border-box;
        flex-wrap: wrap;
        justify-content: flex-start;
        padding-left: 1rem;
        margin-right: -1rem;
    }
    .search-category dd ul li {
        margin-right: 1rem;
        margin-bottom: 1rem;
    }
    #contentWrap.news .pagettl {
        margin-bottom: 0;
    }
    ul.nav-category.switch li {
        display: flex;
        justify-content: center;
    }
    ul.nav-category.switch li a {
        line-height: 1.18;
        border: solid 1px #009E8A;
        display: flex;
        align-content: center; 
        align-items: center;
        justify-content: center;
        width: 100%;
        color: #009E8A;
    }
    ul.nav-category.switch {
        border-radius: 0;
        background-color: transparent;
    }
    ul.nav-category.switch .activebg {
        border-radius: 0;
    }
    ul.posts {
        width: 90%;
    }
    div.post {
        width: 89.33%;
    }
    .post .category {
        font-size: 1.4rem;
    }
    .newsdetail .user-post > p:first-child ,
    .newsdetail .user-post > #newsDetail > p:first-child {
        font-size: 1.8rem;
    }
    .nav-back a:link, .nav-back a:visited {
        width: 38.8%;
    }
	.news-contents .user-post .alignleft,
	.news-contents .user-post .alignright {
		display: block;
		float: none;
		margin: 0 auto 1.5em;
		max-width: none;
	}
}