.all-select-active{
background-color: blue;
width: 200px;
}
.all-select-active a{
color: #fff;
}
.news-list{
margin: 0;
} .pagination {
display: flex;
justify-content: center;
}
.nav-links{
display:flex;
margin-top: 30px;
}
.page-numbers{
display:inline-block;
margin-right:10px;
padding:10px 20px;
color:#666666;
border-radius:3px;
background:#ffffff;
border: 1px solid #666666;
}
.page-numbers.current{
padding:10px 20px;
background:#0a347f;
color:#ffffff;
}
.page-numbers.prev,
.page-numbers.next{
background:transparent;
box-shadow:none;
border:none;
color:#666666; 
}
.page-numbers.dots{
background:transparent;
box-shadow:none;
border:none;
color:#666666; 
}
.screen-reader-text{
display: none;
} .news-year-links {
margin: 40px auto 0;
max-width: 1100px; }
.news-year-links ul {
display: flex;
flex-wrap: wrap; justify-content: flex-start;
gap: 16px 24px; padding: 0;
margin: 0;
list-style: none;
}
.news-year-links li {
white-space: nowrap; }
.news-year-links a {
font-size: 16px;
color: #333;
text-decoration: none;
padding: 4px 0;
border-bottom: 1px solid transparent;
transition: border-color .2s, color .2s;
}
.news-year-links a::before {
content: ">";
margin-right: 6px;
color: #999;
font-size: 13px;
position: relative;
top: -1px;
}
.news-year-links a:hover {
color: #0a347f;
border-bottom-color: #0a347f;
}
.news-year-links a:hover::before {
color: #0a347f;
} @media (max-width: 600px) {
.page-numbers,
.page-numbers.current    {
padding:5px 10px; }
}
.none{
display: none;
}
.select-area{
display: inline-block;
float: right;
margin-bottom: 30px;
}
.select-area + div{
clear: both;
}  .select {
background: #f2f2f2;
height: 48px;
width: 135px;
border-radius: 42px;
position: relative;
z-index: 1;
border:#ccc 1px solid; 
display: inline-block;
}
.select::after {
position: absolute;
content: '';
width: 8px;
height: 8px;
right: 30px;
top: 50%;
transform: translateY(-50%) rotate(45deg);
border-bottom: 2px solid #aaa;
border-right: 2px solid #aaa;
z-index: -1;
}
select { appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
background: none;
border: none;
color: #333;
font-size: 16px;
width: 100%;
height: 100%;
padding: 0 20px;
}
.select-year{
color: #0a347f;
font-size: 5rem;
margin-bottom: 40px;
} .p-post{
overflow-wrap: break-word;
}
.post-area{
border: 1px solid #ccc;
padding: clamp(10px, 8vw, 80px);
max-width: 950px;
margin: 0 auto;
}
.post-body{
margin: 60px 0 0 0;
}
.post-body img{
width: 100%;
height: auto;
margin: 20px 0;
}
.post-body p{
font-size: clamp(14px, 1.6vw, 16px);
line-height: 2em;
margin-bottom: 1em;
}
.post-body a{
color: #c30000;
}
.post-body a:hover{
text-decoration: underline;
color: #ff0000;
}
.post-ttl{
font-size: clamp(18px, 2.3vw, 23px);
margin: 20px 0;
line-height: 1.5em;
}
.timedata{
color: #999;
border: 1px solid  #ccc;
min-width: 130px;
text-align: center;
margin-right: 30px;
font-size: clamp(12px, 1.3vw, 14px);
background-color: #fff;
padding: 5px 30px;
}
@media screen and (max-width:768px){
.post-area{
padding: 0;
border: none;
}
} .post-snsLink ul{
display: flex;
flex-direction: row-reverse; 
gap: 5px; 
}
.post-snsLink img{
width:50px ;
height: 50px;  
}
.post-snsLink li a{
width: 90px;
height: 40px;
display: flex;
justify-content: center;
align-items: center;
}
.post-snsLink li a img{
width: 30%;
height: auto;
}
.snsbtn-fb{
background-color: #0866ff;  
}
.snsbtn-fb img{ filter: invert(99%) sepia(0%) saturate(389%) hue-rotate(154deg) brightness(116%) contrast(100%);
}
.snsbtn-x{
background-color: #000;
}
.snsbtn-x img{ filter: invert(99%) sepia(0%) saturate(389%) hue-rotate(154deg) brightness(116%) contrast(100%);
}