body {
	font-family: heisei-kaku-gothic-std, sans-serif;
}

body {
	color: #004f77;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

.u-desktop {
	display: none;
}

.l-single-information {
	border-top: 1px solid #004f77;
	margin-top: 70px;
	margin-top: 4.375rem;
}

.p-archive-info {
	background-color: #fce3cf;
	margin-top: -16px;
	margin-top: -1rem;
	padding: 60px 0 100px;
	padding: 3.75rem 0 6.25rem;
}

.l-single-information .p-archive-info {
	margin-top: 0px;
	margin-top: 0rem;
}

.p-archive-info__inner {
	max-width: 850px;
	max-width: 53.125rem;
}

.p-archive-info__items {
	gap: 40px;
	gap: 2.5rem;
	display: grid;
}

.p-archive-info__pagination {
	margin-top: 40px;
	margin-top: 2.5rem;
	text-align: center;
}

.navigation {
	text-align: center;
}

.nav-links {
	gap: 10px;
	gap: 0.625rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.nav-links .page-numbers {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: white;
	border: 1px solid #004f77;
	border-radius: 50%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 18px;
	font-size: 1.125rem;
	height: 50px;
	height: 3.125rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: 0.3s background-color;
	transition: 0.3s background-color;
	width: 50px;
	width: 3.125rem;
}

.nav-links .page-numbers.current {
	background-color: #c4e4cd;
}

.first.page-numbers {
	background-image: url(../images/common/arrow-double.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 1.25rem;
}

.prev.page-numbers {
	background-image: url(../images/common/arrow-single.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 0.625rem;
}

.next.page-numbers {
	background-image: url(../images/common/arrow-single.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 0.625rem;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.last.page-numbers {
	background-image: url(../images/common/arrow-double.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 1.25rem;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.p-archive-info__links {
	gap: 20px;
	gap: 1.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-archive-info__link {
	background-color: white;
	border: 1px solid #004f77;
	border-radius: 0.625rem;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 25px 15px 10px;
	padding: 1.5625rem 0.9375rem 0.625rem;
	position: relative;
	-webkit-transition: 0.3s background-color;
	transition: 0.3s background-color;
}

.p-archive-info__link p {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.5;
}

.p-archive-info__link span {
	background-color: white;
	border: 1px solid #004f77;
	border-radius: 0.9375rem;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	left: 15px;
	left: 0.9375rem;
	padding: 5px 15px;
	padding: 0.3125rem 0.9375rem;
	position: absolute;
	top: -15px;
	top: -0.9375rem;
	-webkit-transition: 0.3s background-color;
	transition: 0.3s background-color;
}

.p-archive-info__link time {
	display: block;
	margin-top: 10px;
	margin-top: 0.625rem;
}

.p-archive-info__link:hover {
	background-color: #c4e4cd;
}

.p-archive-info__link:hover span {
	background-color: #c4e4cd;
}

.p-archive-info__link--prev {
	margin-right: auto;
}

.p-archive-info__link--next {
	margin-left: auto;
	text-align: right;
}

.p-archive-info__link--next p {
	text-align: left;
}

.p-archive-info__link--next span {
	left: auto;
	left: initial;
	right: 15px;
	right: 0.9375rem;
}

.p-single-body {
	background-color: white;
	border: 1px solid #004f77;
	border-radius: 0.625rem;
	padding: 30px 20px 40px;
	padding: 1.875rem 1.25rem 2.5rem;
}

.p-single-body__time {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 300;
	line-height: 1.5;
}

.p-single-body__title {
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0.125rem, #000), color-stop(0.125rem, transparent));
	background-image: linear-gradient(to right, #000 0.125rem, transparent 0.125rem);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: 0.625rem 0.0625rem;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.44;
	margin-top: 20px;
	margin-top: 1.25rem;
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
}

.p-single-body__img {
	aspect-ratio: 610/400;
	margin-top: 30px;
	margin-top: 1.875rem;
	overflow: hidden;
}

.p-single-body__entry {
	gap: 30px;
	gap: 1.875rem;
	display: grid;
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-single-body__entry p {
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 2;
	text-align: justify;
}

@media (hover: hover) {

.nav-links .page-numbers:hover {
	background-color: #c4e4cd;
}

}

@media screen and (min-width: 768px) {

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

.l-single-information {
	margin-top: 6.875rem;
}

.p-archive-info {
	margin-top: -1.25rem;
	padding: 6.25rem 0 8.75rem;
}

.p-archive-info__items {
	gap: 5rem;
}

.p-archive-info__pagination {
	margin-top: 4.375rem;
}

.p-archive-info__links {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.p-archive-info__link {
	border-radius: 0.9375rem;
	padding: 2.8125rem 2.1875rem 1.875rem;
	width: 49%;
}

.p-archive-info__link p {
	font-size: 1.125rem;
}

.p-archive-info__link span {
	border-radius: 1.5625rem;
	font-size: 1.1875rem;
	left: 2.1875rem;
	padding: 0.625rem 2.1875rem;
	top: -1.25rem;
}

.p-archive-info__link--next span {
	left: auto;
	left: initial;
	right: 2.1875rem;
}

.p-single-body {
	border-radius: 0.9375rem;
	padding: 3.125rem 5.625rem 5.625rem;
}

.p-single-body__title {
	font-size: 1.5625rem;
	margin-top: 1.875rem;
	padding-bottom: 1.875rem;
}

.p-single-body__img {
	margin-top: 2.8125rem;
}

.p-single-body__entry {
	margin-top: 2.8125rem;
}

}

