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

/* ---------------------------------------------------------
	CSS Document information
--------------------------------------------------------- */

#information {
	width: 900px;
	border-top: solid 1px #ccc;
}

#information .entry {
	display: flex;
	padding: 35px 80px 35px 0;
	border-bottom: solid 1px #ccc;
	text-align: justify;
	font-size: 14px;
	line-height: 1.8;
	position: relative;
}

#information .entry:after {
	content: '';
	width: 16px;
	height: 16px;
	margin-top: -10px;
	border-top: solid 2px #ccc;
	border-right: solid 2px #ccc;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 20px;
}

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

#information .date {
	width: 100px;
	letter-spacing: 0.05em;
	line-height: 22px;
}

#information dl {
	flex: 1;
}

#information dt {
	margin-bottom: 0.7em;
	font-weight: 500;
	font-size: 20px;
	line-height: 22px;
	color: #55472e;
}

#information dt a {
	display: block;
	text-decoration: none;
	color: #55472e;
}

#information dt a:hover {
	opacity: 1;
}

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

#entry .container {
	width: 900px;
}

#entry .entry_title {
	margin-bottom: 50px;
}

#entry .entry_title ul {
	margin-bottom: 20px;
	text-align: left;
	font-weight: 700;
	line-height: 32px;
	color: #a08266;
	position: relative;
	z-index: 0;
}

#entry .entry_title ul:before {
	content: '';
	width: 100%;
	height: 1px;
	background: #ccc;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: -1;
}

#entry .entry_title li {
	display: inline-block;
	vertical-align: top;
	padding-right: 15px;
	background: #fff;
}

#entry .entry_title h2 {
	font-weight: 500;
	font-size: 28px;
	line-height: 1.3;
	color: #55472e;
}

#entry .entry_bg {
	padding: 60px 0;
	background: #f9f9f9;
}

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

#entry .entry_body h3 {
	padding: 10px 15px 11px 15px;
	border-radius: 5px;
	background: #f8f7f4;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.3;
}

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

#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 li a {
	display: inline-block;
	vertical-align: top;
	width: 240px;
	height: 60px;
	border-radius: 60px;
	background: #65472e;
	text-decoration: none;
	line-height: 60px;
	color: #fff;
	position: relative;
}

#pnavi li a:after {
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -6px;
	border-left: solid 2px #fff;
	border-bottom: solid 2px #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 20px;
}

