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

/* ---------------------------------------------------------
	CSS Document search
--------------------------------------------------------- */

#search {
	margin-bottom: 80px;
}

#search .error {
	text-align: center;
}

#search dl {
	display: flex;
	align-items: center;
	padding: 20px 0;
	border-bottom: solid 1px #dcd8d5;
	text-align: left;
	line-height: 1.6;
}

#search dl:first-of-type {
	border-top: solid 1px #dcd8d5;
}

#search dl:hover {
	opacity: 0.6;
}

#search dt {
	display: flex;
	width: 340px;
	line-height: 20px;
}

#search dt .date {
	width: 7em;
	color: #898888;
}

#search dt .category {
	display: inline-block;
	vertical-align: top;
	margin-right: 0.6em;
	padding: 0 .5em;
	background: #bbb;
	font-size: 13px;
	line-height: 22px;
	color: #fff;
}


#search dd {
	flex: 1;
}

#search dd a {
	text-decoration: none;
	color: #333;
}

#search dd a:hover {
	opacity: 1;
}

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

#blog {
	margin-bottom: 50px;
}

#blog .flex {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
	text-align: left;
}

#blog .find {
	width: 30%;
	margin-right: 55px;
	margin-bottom: 40px;
}

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

#blog .find:hover {
	opacity: 0.6;
}

#blog .find figure {
	margin-bottom: 0.5em;
}

#blog .find figure img {
	width: 100%;
	height: 224px
}

#blog dt {
	margin-bottom: 0.5em;
	line-height: 1.7;
}

#blog dt a {
	text-decoration: none;
	color: #333;
}

#blog dd {
	font-size: 13px;
	letter-spacing: 0.05em;
	color: #898888;
}

#blog dd .category {
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
	padding: 0 .5em;
	background: #bbb;
	font-size: 13px;
	color: #fff;
}

#blog dd .date {
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	color: #898888;
}

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

#entry {
	width: 878px;
	margin-top: 60px;
}

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

#entry .entry_title ul {
	display: flex;
	justify-content: center;
	margin-bottom: 15px;
	line-height: 28px;
	color: #898888;
}

#entry .entry_title li {
	margin: 0 8px;
}

#entry .entry_title li a {
	display: inline-block;
	vertical-align: top;
	height: 28px;
	padding: 0 0.8em;
	background: #2D8696;
	background: #bbb;
	text-decoration: none;
	font-size: 13px;
	color: #fff;
}

#entry .entry_title h2 {
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 28px;
	line-height: 1.3;
	color: #00065C;
}

#entry .entry_body {
	margin-bottom: 80px;
	text-align: left;
	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
--------------------------------------------------------- */

#back {
	margin-bottom: 50px;
}

#back a {
	display: inline-block;
	vertical-align: top;
	min-width: 160px;
	height: 46px;
	padding: 0 1em;
	background: #bbb;
	text-decoration: none;
	font-size: 14px;
	line-height: 44px;
	color: #fff;
}

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

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

#sidebar .container {
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
	text-align: left;
}

#sidebar .sidebar {
	width: 30%;
}

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

#sidebar form {
	width: 30%;
}

#sidebar [type=search] {
	width: 100%;
	height: 45px;
	padding: 0 38px 0 1em;
	border: solid 1px #bbb;
	background: #f6f6f6 url(../images/search.svg) no-repeat 96% / 18px auto;
	font-size: 15px;
}
