@charset "utf-8";
.ui-icon-circle-triangle-w:before {
	content:'前';
}
.search_box {
	margin-top: 3rem;
	border-bottom: 1px solid #333;
	padding-bottom: 3rem;
}
.search_box .inputs {
	display: flex;
	justify-content: space-between;
}
.search_box .inputs div {
	width: 100%;
}
.search_box .inputs span {
	font-size: 0.9em;
	margin-bottom: 10px;
	display: inline-block;
}
.search_box .inputs .between {
	margin:0 2rem;
	position: relative;
	top: 48px;
	width: auto;
}
.flex_between {
	display: flex;
	justify-content: space-between;
}
.search_box .btns {
	margin-top: 1.5rem;
}
.search_box .btns .btn {
	background: #419641;
	color:#fff;
	transition: all 0.15s linear;
	height: 50px;
	line-height: 50px;
	margin-right: 2rem;
	display: inline-block;
	padding: 0 2rem;
	font-size: 15px;
	font-weight: bold;
}
.search_box .btns .btn.reset {
	background: #ccc;
	margin-left: 3rem;
}
.search_box .btns .gray {
	background: #ccc !important;
	margin-right: 0 !important;
}
.search_box .btns .btn:hover {
	opacity: 0.8;
}


.wp-pagenavi {
	text-align: center;
	margin-top: 3rem;
	border-color:#ccc !important;
}
.wp-pagenavi span.current {
	border-color:#ccc !important;
}
.wp-pagenavi a,
.wp-pagenavi span {
	padding:1rem !important;
}
.current {
	background:#e8f2e9 !important;
}
.info-att p {
	display: inline-block;
	width:auto;
	padding-left: 1em;
}
.info-att li {
	position: relative;
}
.info-att .ast {
	position: absolute;
	top:0;
}
.info-att em {
	color: #D54E4E;
	font-weight: bold;
}
strong {
	font-weight: bold;
}

#contentsBox01 {
	width:600px;
	max-width: 80%;
	margin:80px auto 0;
	background:#f1f1f1;
	border-radius: 15px;
	padding:2rem;
}

#contentsBox01 h1 {
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
	margin-bottom: 2rem;
}
#contentsBox01 input {
	margin-bottom: 1rem;
}

.error {
	color:#CC0000;
	font-weight: bold;
	margin-bottom: 1rem;
}
.flex_center {
	display: flex;
	justify-content: center;
}
.submit {
	background:#419641;
	color:#fff;
	text-align: center;
	width:50%;
	margin:0 auto;
	display: inline-block;
	padding:0.5rem 1rem;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 1rem;
}
.attention {
	margin:2rem 0;
	text-align: center;
}
.underline {
	text-decoration: underline;
	color:#0A5AB2;
}
#news a {
	text-decoration: underline;
	color:#1a50b7;
}
.postie-attachments {
	display: flex;
	flex-wrap: wrap;
}
.postie-attachments a {
	display: inline-block;
	text-decoration: underline;
	position: relative;
	padding-left: 32px;
	font-size: 14px;
	width: calc(100% / 3);
}
.postie-attachments a img {
	display: none !important;
}
.postie-attachments a::before {
	content: "";
	display: block;
	background: url("../img/common/ic_cir_doc_green.svg") center / cover no-repeat;
	width: 25px;
	height: 25px;
	position: absolute;
	left: 0;
	top: -2px;
	transition: all 0.15s linear;
}
.postie-attachments a:hover::before {
	top: -5px;
}







