@charset "utf-8";




.u-Title__mid-year-title {
	margin: 40px 0;
}

.u-News-list__items {
	margin: -15px 0 60px;
	border-top: 0;
}

.u-News-list__item {
	padding: 1.25em 0;
}

.c-Archive-menu {
	padding: 3em 0;
}

.c-Entry__update {
	margin: 0 0 25px;
	padding: 0 0 .5em;
	display: block;
	border-bottom: 1px solid #d4d4d4;
}

.c-Entry__contents figure img {
	max-width: 800px;
	margin: 2.25em auto 2.75em;
	display: block;
}

.c-Entry__pdf-corner {
	padding: 3em 0 0;
}

.c-Entry__pdf-corner a {
	color: #000;
	line-height: 1.35;
	padding: 2em;
	display: block;
	border: 1px solid #ddd;
}

.c-Entry__pdf-corner a:hover {
	color: #fff;
	background: #c20d2f;
	border: 1px solid #c20d2f;
	opacity: 1;
}

.c-Return-top {
	padding: 2em 0;
}

.c-Return-top a {
	width: calc(100% / 3);
	margin: 0 auto;
	padding: 1em .5em 1em 0;
	background: #f1f1f1;
	display: block;
	position: relative;
}

.c-Return-top a:after {
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}


.c-Entry__contents p {
	line-height: 1.8;
	letter-spacing: 0.1rem;
}

.c-Entry__contents h1 {
	font-size: 24px;
	padding: 6px 16px 5px 16px;
	background-color: #daead8;
	display: block;
	border-top: 2px solid #187c0e;
	line-height: 1.4;
	margin-top: 15px;
}

/*.c-Entry__contents h1:first-of-type {
	padding: 0;
	border: none;
	background-color: transparent;
}*/

.c-Entry__contents h2 {
	font-size: 20px;
	padding: 8px 16px 7px 16px;
	background-color: #e8f2e7;
	display: block;
	border-top: 1px solid #187c0e;
	line-height: 1.4;
	margin-top: 15px;
}

.c-Entry__contents h3 {
	font-size: 20px;
	padding: 7px 16px 5px 16px;
	background-color: #e8f2e7;
	display: block;
	line-height: 1.4;
	margin-top: 15px;
}

.c-Entry__contents h4 {
	font-size: 18px;
	padding: 7px 16px 5px 16px;
	background-color: #fff;
	display: block;
	line-height: 1.4;
	margin-top: 15px;
	border: 1px solid #187c0e;
	border-radius: 4px;
}

.c-Entry__contents h5 {
	font-size: 16px;
	padding: 7px 16px 5px 16px;
	background-color: #e8f2e7;
	display: block;
	line-height: 1.4;
	margin-top: 15px;
	border-bottom: 2px solid #187c0e;
}

.c-Entry__contents h6 {
	font-size: 14px;
	padding: 7px 16px 5px 16px;
	background-color: #e8f2e7;
	display: block;
	line-height: 1.4;
	margin-top: 15px;
	border-bottom: 1px solid #187c0e;
}

.c-Entry__contents .mt-be-columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 30px;
	margin-right: -40px;
}

.c-Entry__contents .mt-be-column {
	width: calc(100% / 2);
	padding-right: 40px;
}

.c-Entry__contents ul {
	padding: 10px 0 0 0;
	margin: 0px 0 10px 0;
	list-style: none;
}

.c-Entry__contents ul li {
	position: relative;
	padding: 0px 0px 0px 1em;
	margin-top: 10px;
}

.c-Entry__contents ul li:before {
	position: absolute;
	top: 0;
	left: 0px;
	width: 0px;
	height: 0px;
	border: 0.5em solid transparent;
	border-left: 0.7em solid #bad8b7;
	content: "";
	margin: .25em 0 0;
}

.c-Entry__contents ol {
	display: table;
	margin: 0;
	padding: 10px 0 0 0;
}

.c-Entry__contents ol li {
	list-style-type: decimal;
	margin: 0px 0 10px 0;
	padding: 0;
	display: table-row;
	counter-increment: table-ol;
	position: relative;
}

.c-Entry__contents ol li:before {
	content: counter(table-ol) ".";
	display: table-cell;
	padding-right: 0.4em;
	text-align: right;
	font-weight: 700;
	vertical-align: text-top;
}

.c-Entry__contents ol li:after {
	content: "";
	display: block;
	margin-bottom: 1em;
}

.c-Entry__contents ol li:last-of-type:after {
	margin-bottom: 0;
}

.c-Entry__contents a {
	color: #0067AF;
}

.c-Entry__contents a:hover {
	text-decoration: underline;
}
