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

/* ---------------------------------------------------------
	CSS Document course
--------------------------------------------------------- */

#course {
	margin: 0 5vw 20vw;
}

#course figure {
	margin-bottom: 2em;
}

#course p {
	margin-bottom: 2em;
	text-align: justify;
}

#course ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 3em auto 0;
}

#course ul li {
	width: 49%;
	margin-bottom: 2%;
}

#course ul a {
	display: flex;
	align-items: center;
	height: 18vw;
	padding: 0 7vw 0 3vw;
	background: #f6f6f6;
	text-align: left;
	text-decoration: none;
	line-height: 1.4;
	color: #333;
	position: relative;
}

#course ul a:before {
	content: '';
	width: 6px;
	height: 6px;
	margin-top: -4px;
	border-top: solid 2px #333;
	border-right: solid 2px #333;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 3vw;
}

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

#entry {
	margin: 0 5vw 0;
}

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

#entry .entry_title ul {
	display: flex;
	margin-bottom: 3vw;
	line-height: 6.1vw;
	color: #898888;
}

#entry .entry_title li {
	margin-right: 2vw;
}

#entry .entry_title li a {
	display: inline-block;
	vertical-align: top;
	padding: 0 0.8em;
	background: #bbb;
	text-decoration: none;
	font-size: 3vw;
	color: #fff;
}

#entry .entry_title h2 {
	text-align: left;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 5.5vw;
	line-height: 1.4;
	color: #00065C;
}

#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
--------------------------------------------------------- */

#back {
	margin-bottom: 10vw;
}

#back a {
	display: inline-block;
	vertical-align: top;
	padding: 0 2em;
	background: #bbb;
	text-decoration: none;
	line-height: 14vw;
	color: #fff;
}

#back a:before {
	display: inline-block;
	vertical-align: 0.1em;
	content: '';
	width: 0.5em;
	height: 0.5em;
	margin-right: 0.5em;
	border-left: solid 2px #fff;
	border-bottom: solid 2px #fff;
	transform: rotate(45deg);
}
