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

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

#entries {
	width: 1100px;
	margin: 0 auto 140px;
}

#entries h3 {
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 0.05em;
}

#entries .start {
	display: flex;
	flex-wrap: wrap;
	text-align: left;
}

#entries .entry {
	width: 322px;
	margin-right: 67px;
	margin-bottom: 50px;
	border: solid 1px #d8d8d8;
	background: #fff;
}

#entries .entry:nth-of-type(3n) {
	margin-right: 0;
}

#entries .entry:hover {
	opacity: 0.6;
}

#entries figure {
	width: 320px;
	height: 200px;
	overflow: hidden;
}

#entries figure img {
	width: 320px;
	object-fit: contain;
	transform: translateY(-50%);
	position: relative;
	top: 50%;
}

#entries dl {
	padding: 20px;
	text-align: justify;
}

#entries dt {
	margin-bottom: 10px;
	font-family: Lato, sans-serif;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 16px;
}

#entries dd {
	font-size: 15px;
	letter-spacing: 0.05em;
	line-height: 1.6;
}

#entries dd a {
	text-decoration: none;
	color: #191919;
}

/* ---------------------------------------------------------
	CSS Document more
--------------------------------------------------------- */

.more {
	width: 280px;
	margin: 20px auto 0;
}

.more li {
	display: block;
	height: 56px;
	background: #1fbae0;
	text-align: center;
	font-family: Lato, sans-serif;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 0.05em;
	line-height: 58px;
	color: #fff;
	cursor: pointer;
	transition: .4s;
}

.more li:hover {
	opacity: 0.6;
}

.more li:after {
	display: inline-block;
	vertical-align: 0.3em;
	content: '';
	width: 7px;
	height: 7px;
	margin: 0 -1em 0 1em;
	border-bottom: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
}

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

#entry {
	width: 900px;
	margin: 0 auto 120px;
}

#entry .entry_title ul {
	display: flex;
	justify-content: center;
	font-family: Lato, sans-serif;
	font-weight: 600;
	letter-spacing: 0.05em;
}

#entry .entry_title h2 {
	margin-top: 20px;
	font-weight: 500;
	font-size: 26px;
	letter-spacing: 0.05em;
	line-height: 1.3;
}

#entry .entry_body {
	margin-top: 50px;
	margin-bottom: 50px;
	padding: 20px 40px 40px;
	background: #fff;
	text-align: left;
	word-wrap: break-word;
	line-height: 1.8;
}

#entry .entry_body h3 {
	margin-top: 2em;
	padding-bottom: 10px;
	border-bottom: solid 1px #c9cacb;
	font-weight: 500;
	font-size: 20px;
}

#entry .entry_body h3:not(:first-child) {
	margin-top: 60px;
}

#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 img  {
	width: auto;
	height: auto;
}

/* ---------------------------------------------------------
	CSS Document back
--------------------------------------------------------- */

#pnavi {
	display: flex;
	justify-content: space-between;
	text-align: center;
}

#pnavi li {
	width: 30%;
}

#pnavi a {
	display: block;
	text-decoration: none;
	line-height: 4em;
	color: #151515;
	cursor: pointer;
	transition: .4s;
}

#pnavi .back a {
	background: #1fbae0;
	text-align: center;
	color: #fff;
}

#pnavi .prev a {
	text-align: left;
}

#pnavi .prev a:before {
	display: inline-block;
	vertical-align: 0.1em;
	content: '';
	width: 7px;
	height: 7px;
	margin-right: 0.5em;
	border-top: solid 2px #616161;
	border-right: solid 2px #616161;
	transform: rotate(-135deg);
}

#pnavi .next a {
	text-align: right;
}

#pnavi .next a:after {
	display: inline-block;
	vertical-align: 0.1em;
	content: '';
	width: 0.5em;
	height: 0.5em;
	margin-left: 0.5em;
	border-top: solid 2px #616161;
	border-right: solid 2px #616161;
	transform: rotate(45deg);
}
