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

/* ---------------------------------------------------------
	CSS Document slider
--------------------------------------------------------- */

#slider {
	width: 840px;
	height: 580px;
	margin: 0 auto;
	position: relative;
}

#slider .slick-arrow {
	width: 60px;
	height: 60px;
	background: rgba(0, 0, 0, 0.7);
	background: #ddd;
	background: #2D8696;
	font-size: 0;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	z-index: 3;
	cursor: pointer;
	transition: .4s;
}

#slider .slider_prev {
	left: -80px;
}

#slider .slider_next {
	right: -80px;
}

#slider .slider_prev:after,
#slider .slider_next:after {
	content: '';
	width: 10px;
	height: 10px;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 50%;
	z-index: 4;
}

#slider .slider_prev:after {
	margin-top: -2px;
	border-bottom: solid 2px #fff;
	border-left: solid 2px #fff;
	left: 20px;
}

#slider .slider_next:after {
	margin-top: -2px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	right: 31px;
}

/* ---------------------------------------------------------
	CSS Document voice
--------------------------------------------------------- */

#voice {
	width: 878px;
}

#voice .caption {
	display: flex;
	justify-content: space-between;
	margin-top: 80px;
}

#voice ul {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 60px;
}

#voice li {
	width: 16%;
	margin-right: 0.8%;
	margin-bottom: 0.8%;
}

#voice li:nth-of-type(6n) {
	margin-right: 0;
}

#voice ul a {
	display: block;
	border: solid 1px #e0e0e0;
	background: #f6f6f6;
	text-decoration: none;
	line-height: 40px;
	color: #333;
}

#voice .more a {
	text-decoration: none;
	font-size: 14px;
	color: #333;
}

#voice .more a:after {
	display: inline-block;
	vertical-align: 0.1em;
	content: '';
	width: 0.4em;
	height: 0.4em;
	margin-left: 0.2em;
	border-top: solid 2px #333;
	border-right: solid 2px #333;
	transform: rotate(45deg);
}

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

#blog {
	width: 878px;
	margin-bottom: 50px;
}

#blog .find {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: solid 1px #e0e0e0;
	text-align: left;
}

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

#blog dl {
	display: flex;
	line-height: 24px;
}

#blog dt {
	width: 200px;
	color: #898888;
}

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

#blog dt .entry_keywords {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	color: #898888;
}

#blog dd {
	flex: 1;
	font-size: 14px;
	color: #898888;
}

#blog dd a {
	display: block;
	margin-bottom: 0.5em;
	text-decoration: none;
	font-size: 16px;
}

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

#entry {
	width: 878px;
}

#entry .entry_title:not(.exist) {
	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: 36px;
	line-height: 1.3;
	color: #00065C;
}

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

#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: 20px;
}

#entry .entry_body h4 {
	margin: 3em 0 1.5em;
	padding: 0.9em 1em;
	background: #f3f3f3;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.3;
}

#entry .entry_body h5 {
	margin: 3em 0 1.5em;
	padding: 0.6em 1em;
	background: #00065C;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.3;
	color: #fff;
}

#entry .entry_body p {
	margin-bottom: 2em;
}

#entry .entry_body ul {
	margin-bottom: 2em;
}

#entry .entry_body ul li {
	margin-left: 1.5em;
	list-style: disc;
}

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

#entry .entry_body ol li {
	margin-left: 1.5em;
	padding-left: 5px;
	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 table {
	width: 100%;
	margin-bottom: 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;
	max-width: 100%;
	max-height: 50vw;
	overflow: hidden;
	border: 0;
}

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

#back {
	margin-bottom: 100px;
}

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