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

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

#information {
	margin: 0 5vw;
	border-top: solid 1px #ccc;
}

#information .entry {
	padding: 7vw 0;
	border-bottom: solid 1px #ccc;
	text-align: left;
	position: relative;
}

#information .date {
	color: #a08266;
}

#information dt {
	margin-bottom: 0.4em;
	font-weight: 500;
	font-size: 4.5vw;
	line-height: 1.5;
	color: #55472e;
}

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

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

#entry {
	margin: 0 5vw 0;
}

#entry .entry_title {
	margin-bottom: 10vw;
	text-align: left;
}

#entry .entry_title ul {
	margin-bottom: 5vw;
	font-weight: 700;
	line-height: 10vw;
	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: 5vw;
	line-height: 1.4;
	color: #55472e;
}

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

#entry .entry_body h3 {
	padding: 0.6em 1em;
	border-radius: 5px;
	background: #f8f7f4;
	font-weight: 400;
	font-size: 4vw;
	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: 18px;
	list-style: disc;
}

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

#entry .entry_body ol li {
	margin-left: 18px;
	list-style: decimal;
}

#entry .entry_body a {
	text-decoration: underline;
}

#entry .entry_body table {
	width: 100%;
	margin-top: 2em;
}

#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;
	width: 100%;
	max-height: 50vw;
	overflow: hidden;
	margin-top: 2em;
	border: 0;
}

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

#pnavi {
	text-align: center;
}

#pnavi li a {
	display: inline-block;
	vertical-align: top;
	width: 12em;
	border-radius: 12vw;
	background: #65472e;
	text-decoration: none;
	line-height: 12vw;
	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;
}
