@charset "UTF-8";
/* CSS Document */
.news_year_select{
	display: flex;
    justify-content: center;
}
.select_btn {
	overflow: hidden;
	width: auto;
	text-align: center;
}
.select_btn select {
	width: 100%;
	color: #3ca062;
	padding: 8px 35px 8px 18px;
	cursor: pointer;
    font-size: 85%;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.select_btn select::-ms-expand {
    display: none;
}
.select_btn {
	position: relative;
	border: 2px solid #3ca062;
  border-radius: 30px;
	background: none;
}
.select_btn::before {
	position: absolute;
    top: calc(50% - 3px);
	right: 0.8em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #3ca062;
	pointer-events: none;
}
.select_txt {
	padding: 8px 0;
}
.sec-notice.news_top {
	background:none;
}
.sec-notice div > ul li ul {
    display: flex;
    align-items: center;
    padding: 0.5em 0;
    border-top: 1px solid #ccc;
}
.sec-notice div > ul li ul li:nth-child(1) p {
    font-size: 100%;
    font-weight: 500;
    border: 2px solid #3ca062;
    width: 9em;
    margin-right: 1em;
    margin-left: 0;
    padding: 0.25em;
}
.sec-notice div > ul li ul li:nth-child(2) {
    font-size: 110%;
    font-weight: 600;
    color: #727171;
    padding-right: 1em;
    border-right: 1px solid #ccc;
}
.sec-notice div > ul li ul li:nth-child(3) {
    margin-left: 1em;
}

@media screen and (max-width: 768px) {
    .sec-notice div > ul li ul {
        display: block;
    }
    .sec-notice div > ul li ul li:nth-child(1) {
        float: left;
    }
    .sec-notice div > ul li ul li:nth-child(2) {
        border-right: none;
        margin-top: 0.5em;
    }
    .sec-notice div > ul li ul li:nth-child(3) {
        clear: both;
        margin: 1em 0 0 0;
    }
}