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

/* ---------------------------------------------------------
	CSS Document blog
--------------------------------------------------------- */

#blog {
	margin: 0 5vw 10vw;
}

#blog .flex {
	margin-bottom: 15vw;
	text-align: left;
}

#blog .find {
	margin-bottom: 8vw;
	line-height: 1.6;
}

#blog .find figure {
	overflow: hidden;
	margin-bottom: 0.7em;
}

#blog .find figure img {
	max-width: 400%;
	height: 40vw;
	transform: translateX(-50%);
	position: relative;
	left: 50%;
}

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

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

#entry .entry_title {
	margin-bottom: 6vw;
	line-height: 1.7;
}

#entry .entry_title h2 {
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 6.5vw;
	color: #00065C;
}

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

#entry .entry_body h3 {
	margin: 3em 0 1.5em;
	padding: 0.9em 1em 1em;
	border-top: 2px solid #00065C;
	border-bottom: 1px solid #ddd;
	background: #fafafa;
	box-shadow: 0px 1px 2px #f7f7f7;
	font-weight: 500;
	font-size: 4.5vw;
	line-height: 1.4;
}

#entry .entry_body h4 {
	margin: 3em 0 1.5em;
	padding: 0.6em 1em;
	border-radius: 5px;
	background: #f8f7f4;
	font-weight: 400;
	font-size: 4vw;
	line-height: 1.3;
}

#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 .well,
#entry .entry_body .well2 {
	margin: 2em 0;
	padding: 1em 1.5em;
	border: solid 1px #cdcdcd;
	background: #fcfcfc;
	box-shadow: 0 1px 3px 0 rgba(195,195,195,0.3);
}

#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);
}

/* ---------------------------------------------------------
	CSS Document sidebar
--------------------------------------------------------- */

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

#sidebar .sidebar {
	margin-bottom: 5vw;
}

#sidebar .sidebar select {
	width: 100%;
	height: 12vw;
	padding: 0 38px 0 0.7em;
	border: solid 1px #bbb;
	background: #fff;
}

#sidebar form {
	margin-top: 8vw;
}

#sidebar [type=search] {
	width: 80%;
	height: 14vw;
	padding: 0 38px 0 1em;
	border-radius: 5px;
	border: solid 1px #bbb;
	background: #f6f6f6 url(../images/search.svg) no-repeat 96% / 18px auto;
}
