@charset "UTF-8";
@import "/include/css/common.pc.css";

/* ---------------------------------------------------------
	CSS Document bread
--------------------------------------------------------- */

#bread {
	margin-bottom: 20px;
}

/* ---------------------------------------------------------
	CSS Document select
--------------------------------------------------------- */

#select {
	padding-bottom: 30px;
	border-bottom: solid 1px var(--silver);
	text-align: right;
}

#select select {
	width: 210px;
	height: 46px;
	padding-left: 1em;
	border-radius: 5px;
	border: solid 1px var(--silver);
	background: #f4f4f4;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-family: "Noto Sans JP", serif;
	font-weight: 500;
	font-size: 15px;
	letter-spacing: 0.07em;
	color: var(--black);
}

/* ---------------------------------------------------------
	CSS Document entries
--------------------------------------------------------- */

#entries .container {
	width: 960px;
	margin-bottom: 130px;
}

#entries .entry {
	display: flex;
	overflow: hidden;
	padding: 35px 80px 35px 0;
	border-bottom: solid 1px var(--silver);
	text-align: justify;
	font-size: 14px;
	line-height: 1.8;
	position: relative;
}

#entries .find:before {
	content: '';
	width: 100%;
	height: 2px;
	background: var(--silver);
	position: absolute;
	left: 0;
	bottom: 0;
	transform: translateY(2px);
	transition-property: transform;
	transition-duration: 0.3s;
	transition-timing-function: ease-out;
}

#entries .find:hover:before {
	transform: translateY(0);
}

#entries .find:after {
	content: '';
	width: 12px;
	height: 12px;
	margin-left: 8px;
	background: url(/include/images/arrow.svg) no-repeat left / 100% auto;
	transform: translateY(-50%) translateZ(0);
	position: absolute;
	right: 10px;
	top: 50%;
}

#entries .find:hover:after {
	animation-name: info-icon;
	animation-duration: 0.4s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
}

@keyframes info-icon {
	50% {
		transform: translateY(-50%) translateX(5px);
	}
	100% {
		transform: translateY(-50%) translateX(0);
	}
}

#entries .entry_date {
	width: 160px;
	font-size: 15px;
	line-height: 22px;
	color: var(--gray);
}

#entries .entry_row {
	flex: 1;
}

#entries .entry_title {
	font-weight: 600;
	font-size: 20px;
	line-height: 22px;
}

#entries .entry_title a {
	text-decoration: none;
}

#entries .entry_excerpt {
	margin-top: 0.7em;
}

#entries .entry_excerpt a {
	display: block;
	text-decoration: none;
	color: var(--black);
}

#entries .entry_excerpt a:hover {
	opacity: 1;
}

/* ---------------------------------------------------------
	CSS Document pager
--------------------------------------------------------- */

#pager {
	display: flex;
	justify-content: center;
	margin-top: 45px;
	text-align: center;
}

#pager li {
	margin: 0 7px;
}

#pager .link_page,
#pager .current_page {
	display: block;
	width: 26px;
	height: 26px;
	text-decoration: none;
	line-height: 26px;
	color: var(--black);
}

#pager .link_page:hover {
	text-decoration: underline;
	opacity: 0.6;
}

#pager .current_page {
	background: var(--black);
	color: #fff;
}

#pager .link_before,
#pager .link_next {
	display: block;
	width: 26px;
	height: 26px;
	margin: 0 10px;
	font-size: 0;
	position: relative;
}

#pager .link_before:before,
#pager .link_next:before {
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -3px;
	border-top: solid 1px var(--black);
	border-right: solid 1px var(--black);
	position: absolute;
	top: 50%;
}

#pager .link_before:before {
	transform: rotate(-135deg);
	left: 39%;
}

#pager .link_next:before {
	transform: rotate(45deg);
	right: 39%;
}

#pager .link_before:hover,
#pager .link_next:hover {
	opacity: 0.6;
}

/* ---------------------------------------------------------
	CSS Document entry
--------------------------------------------------------- */

#entry {
	width: 960px;
	margin-bottom: 130px;
}

#entry .entry_date {
	margin-bottom: 15px;
	font-weight: 600;
	color: var(--orange);
}

#entry h2 {
	margin-bottom: 60px;
	font-weight: 600;
	font-size: 28px;
	line-height: 1.3;
}

#entry h2:after {
	display: block;
	content: '';
	width: 60px;
	height: 2px;
	margin: 30px auto 0;
	background: var(--orange);
}

#entry .entry_body {
	margin-bottom: 80px;
	text-align: left;
	line-height: 2;
}

#entry .entry_body p {
	margin-top: 2em;
}

#entry .entry_body ul {
	margin-top: 2em;
}

#entry .entry_body ul li {
	margin-left: 1.5em;
	list-style: disc;
}

#entry .entry_body ol {
	margin-top: 2em;
}

#entry .entry_body ol li {
	margin-left: 1.5em;
	padding-left: 5px;
	list-style: decimal;
}

#entry .entry_body table {
	width: 100%;
}

#entry .entry_body th {
	padding: 10px;
	border: solid 1px #efeff0;
	background: #fdfdf5;
	text-align: left;
	font-weight: normal;
}

#entry .entry_body td {
	padding: 10px;
	border: solid 1px #efeff0;
	text-align: left;
	font-weight: normal;
}

#entry .entry_body iframe {
	vertical-align: top;
	max-width: 100%;
	max-height: 50vw;
	overflow: hidden;
	border: 0;
}

/* ---------------------------------------------------------
	CSS Document pnavi
--------------------------------------------------------- */

#pnavi {
	padding-top: 30px;
	border-top: solid 1px var(--silver);
	position: relative;
}

#pnavi .link_before {
	position: absolute;
	top: 30px;
	left: 0;
}

#pnavi .link_next {
	position: absolute;
	top: 30px;
	right: 0;
}

#pnavi li a {
	display: inline-block;
	vertical-align: top;
	height: 52px;
	overflow: hidden;
	text-decoration: none;
	text-align: center;
	font-weight: 600;
	font-size: 14px;
	line-height: 50px;
	color: var(--black);
	position: relative;
}

#pnavi .link_before a {
	padding-left: 1.5em;
}

#pnavi .link_next a {
	padding-right: 1.5em;
}

#pnavi .link_before a:before,
#pnavi .link_next a:before {
	content: '';
	width: 6px;
	height: 6px;
	margin-top: -4px;
	border-top: solid 1px var(--gray);
	border-right: solid 1px var(--gray);
	position: absolute;
	top: 50%;
}

#pnavi .link_before a:before {
	transform: rotate(-135deg);
	left: 4px;
}

#pnavi .link_next a:before {
	transform: rotate(45deg);
	right: 4px;
}

#pnavi a:after {
	content: '';
	height: 2px;
	background: var(--black);
	position: absolute;
	left: 51%;
	right: 51%;
	bottom: 0;
	transition-property: left, right;
	transition-duration: 0.2s;
	transition-timing-function: ease-out;
}

#pnavi a:hover:after {
	left: 0;
	right: 0;
}
