@charset "UTF-8";

/*　追加css */ 

.home #sortyear select {
	display: block;
	margin: 0 0 20px auto;
	padding: 8px 12px;
	min-width: 250px;
	font-size: 16px;
	text-align: center;
}

.home .info_box{
	display: none;
}

.home .info_box.view{
	display: block;
}

@media (max-width: 769px) {
	.home #sortyear select {
		margin: 0 auto 20px auto;
		min-width: 140px;
		font-size: 16px;
		padding: 6px 10px;
		text-align: center;
	}
}


@media (max-width: 1200px) {
	.no_1200{
		display: none;
	}
}

.txt_center{
	text-align: center;
}

.publicnotice .pbox_bdr_sub1{
	padding: 40px;
	/* border:#2ca041 solid 3px; */
	border: none;
	background-color: #e5f8f4;
}

.publicnotice .pbox_bdr_sub1 p{
	padding-left: 1.2em;
}

.publicnotice .pbox_bdr_sub1 p a{
	position: relative;
	color: #2ca041;
	display: list-item;
	list-style: disc;
}

.publicnotice_info{
	padding: 0 5%;
}

@media (max-width: 767px) {
	.publicnotice .pbox_bdr_sub1{
		padding: 6% 5%;
	}

	.publicnotice_info{
		padding: 0 7%;
	}
}

/* 
.publicnotice .pbox_bdr_sub1 p a::before{
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	left: 0;
	top: 8px;
	background-color: #2ca041;
} */
