/*
.news__general-cat {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 30px;
}
*/
.page-contents__local-link h4 {
    color: #969d98;
    padding-bottom: 5px;
    margin-bottom: 12px;
    border-bottom: var(--c-line) 1px solid;
}
.news__general-cat li a {
    border: var(--c-line) 1px solid;
    padding: 5px 25px;
    line-height: 1.5;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 700;
    min-width: 60px;
    text-align: center;
    cursor: pointer;
    transition: ease-in-out .2s;
}
.news__general-cat li a:before {
	display: none;
}
.news__general-cat li a:hover, .news__general-cat li a.current {
    background-color: var(--c-gr);
    color: #fff;
    border-color: var(--c-gr);
}
.news__general-dtl {
    border-top: var(--c-line) 1px solid;
}
.news__general-dtl li {
    border-bottom: var(--c-line) 1px solid;
    padding-top: 15px;
    padding-bottom: 15px;
}
.news__general-dtl li a {
    display: flex;
    position: relative;
}
.news__general-dtl li a:after {
    width: 55px;
    height: 26px;
    background-image: url(../images/arrow_w.png);
    background-size: 18px;
    background-color: var(--c-gr);
    background-repeat: no-repeat;
    background-position: center center;
    content: "";
    right: 3px;
    border-radius: 40px;
    top: 50%;
    position: absolute;
    z-index: 1;
    margin-top: -13px;
		transition: ease-in-out .2s;
}
.news__general-dtl li a:hover:after {
	right: 0;
}
.news__general-dtl li a dl {
    display: flex;
    align-items: center;
}
.news__general-dtl li a dt {
    font-family: var(--f-en);
    font-weight: 600;
    border-right: var(--c-line) 1px solid;
    margin-right: 30px;
    padding-right: 30px;
    padding-left: 25px;
}
.news__general-dtl li a dd {
    background-color: #ecf8df;
    color: var(--c-gr);
    font-weight: 700;
    font-size: 12px;
    min-width: 130px;
    display: flex;
    height: 30px;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    box-sizing: border-box;
    padding: 0 15px;
}
.news__general-dtl li a p {
    font-weight: 500;
		line-height: 1.6;
    position: relative;
		padding-top: 4px;
    padding-left: 15px;
    padding-right: 70px;
    margin-left: 25px;
    flex: 1;
    transition: ease-in-out .2s;
}
.news__general-dtl li a:hover p {
	  color: var(--c-gr);
    text-decoration: underline;
}
.news__general-dtl li a p:before {
    width: 8px;
    height: 8px;
    content: "";
    background-color: var(--c-gr);
    position: absolute;
    z-index: 1;
    border-radius: 50%;
		top: 13px;
    left: 0;
}
.wp-pagenavi {
    display: flex;
		justify-content: center;
    gap: 5px;
		padding-top: 30px;
}
.news-pager span,
.news-pager a {
    display: flex;
    justify-content: center;
    width: 40px;
    border: var(--c-line) 1px solid;
    border-radius: 50px;
    padding: 5px 0;
    text-align: center;
    /* font-family: 'Quicksand', 'M PLUS Rounded 1c', sans-serif; */
    font-size: 14px;
    font-weight: 700;
}
.news-pager a:hover {
		background-color: var(--c-gr);
		border-color: var(--c-gr);
    color: #fff;
}
.news-pager span.extend {
    background-color: transparent;
    border: none;
    font-weight: 400;
    color: #969d98;
}
.news-pager span.current {
    background-color: var(--c-gr);
		border-color: var(--c-gr);
    color: #fff;
}
.news__single dl {
    display: flex;
    font-size: 15px;
    align-items: center;
    margin-bottom: 30px;
}
.news__single dt {
    font-family: var(--f-en);
    margin-right: 20px;
		font-weight: 600;
}
.news__single dd {
    font-size: 15px;
    font-weight: 500;
    height: 32px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #ecf8df;
    color: var(--c-gr);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    min-width: 130px;
    box-sizing: border-box;
}
.news__single h2 {
    font-weight: 700;
    font-size: 27px;
		letter-spacing: 0.05em;
    line-height: 1.7;
    border-bottom: var(--c-line) 1px solid;
    padding-bottom: 15px;
    margin-bottom: 40px;
}
.news__single-txt-body p + p {
    margin: 12px 0;
}
.news__single-txt-body a {
	  font-size: 18px;
    font-weight: 700;
    color: var(--c-gr);
    text-decoration: underline;
    transition: ease-in-out .2s;
}
.news__single-txt-body a:hover {
		color: var(--c-base);
		text-decoration: none;
}
.page-contents__main .com-btn--center a {
		background: #4EBD6A;
    background-color: var(--c-gr);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    color: #fff;
    font-weight: 700;
    border-radius: 40px;
    max-width: 360px;
    position: relative;
    transition: ease-in-out .2s;
}
.page-contents__main .com-btn--center a:after {
		position: absolute;
    top: 50%;
    right: 25px;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top-width: 2px;
    border-right-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-color: #fff;
    border-right-color: #fff;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.page-contents__main .com-btn--center a:hover {
		background-color: #b3d872;
}
@media screen and (max-width:1080px){
.page-contents__local-link h4 {
    padding-bottom: 0.5rem;
    margin-bottom: 1.2rem;
}
.page-contents__local li:not(:last-child) {
    margin-bottom: 0;
}
.news__general-cat {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}
.news__general-cat li a {
    padding: 0.5rem 2.5rem;
    font-size: 1.2rem;
    min-width: 5rem;
}
.news__general-dtl li {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.news__general-dtl li a {
    display: block;
}
.news__general-dtl li a:after {
    width: 4rem;
    height: 2rem;
    background-size: 1.5rem;
    border-radius: 4rem;
    margin-top: -1rem;
}
.news__general-dtl li a dl {
    margin-bottom: 0.5rem;
}
.news__general-dtl li a dt {
    margin-right: 1.4rem;
    padding-right: 1.4rem;
    padding-left: 0;
}
.news__general-dtl li a dd {
    font-size: 1.1rem;
    min-width: 9rem;
    height: 2.3rem;
    border-radius: 4rem;
    padding: 0 1rem;
}
.news__general-dtl li a p {
    padding-left: 1.2rem;
		padding-right: 5.5rem;
    margin-left: 0;
}
.wp-pagenavi {
    gap: 0.5rem;
    padding-top: 2rem;
}
.news-pager span, .news-pager a {
    width: 3rem;
    border-radius: 5rem;
    padding: 0.4rem 0;
    font-size: 1.2rem;
}
.news__single dl {
    font-size: 1.4rem;
    margin-bottom: 2rem;
}
.news__single dt {
    margin-right: 1rem;
}
.news__single dd {
    font-size: 1.2rem;
    height: 2.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 4rem;
    min-width: 11rem;
}
.news__single h2 {
    font-size: 1.8rem;
    padding-bottom: 1.4rem;
    margin-bottom: 1.8rem;
}
.news__single-txt-body a {
    font-size: 1.6rem;
}
.news__single-txt-body p + p {
    margin: 1rem 0;
}
.page-contents__main .com-btn--center a {
    height: 5.5rem;
    border-radius: 4rem;
    max-width: 25rem;
}
}