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

/* ---------------------------------------------------------
	CSS Document topics
--------------------------------------------------------- */

#topics {
	margin-bottom: 30px;
	padding: 80px 0;
	background: #f8f8f8;
}

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

#search {
	width: 920px;
	margin: 0 auto;
}

#search h3 {
	margin-bottom: 40px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 32px;
}

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

#search dl {
	display: table;
	width: 100%;
	border-bottom: solid 1px #c9cacb;
	text-align: left;
}

#search dt {
	display: table-cell;
	vertical-align: middle;
	width: 260px;
	padding: 20px 0;
	font-size: 14px;
	line-height: 30px;
}

#search dt span {
	display: inline-block;
	vertical-align: top;
	width: 100px;
	letter-spacing: 0.05em;
	color: #868585;
}

#search dt a {
	text-decoration: none;
	color: #8a73ba;
}

#search dt a:hover {
	opacity: 0.6;
}

#search dd {
	display: table-cell;
	vertical-align: middle;
	padding: 20px 0;
	line-height: 1.3;
}

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

#search dd a:hover {
	text-decoration: underline;
	opacity: 0.6;
}

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

#pnavi {
	display: flex;
	justify-content: space-between;
	width: 920px;
	margin: 40px auto 0;
	line-height: 54px;
}

#pnavi a {
	text-decoration: none;
	color: #3a3737;
}

#pnavi a:hover {
	text-decoration: underline;
	opacity: 0.6;
}

#pnavi .prev a:before {
	display: inline-block;
	vertical-align: 1px;
	content: '';
	width: 7px;
	height: 7px;
	margin-right: 6px;
	border-top: solid 2px #8a73ba;
	border-right: solid 2px #8a73ba;
	transform: rotate(-135deg);
}

#pnavi .next a:after {
	display: inline-block;
	vertical-align: 2px;
	content: '';
	width: 7px;
	height: 7px;
	margin-left: 6px;
	border-top: solid 2px #8a73ba;
	border-right: solid 2px #8a73ba;
	transform: rotate(45deg);
}

/* ---------------------------------------------------------
	CSS Document entries
--------------------------------------------------------- */

#entries h3 {
	margin-bottom: 40px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 32px;
}

#entries .start {
	display: flex;
	flex-wrap: wrap;
	text-align: left;
}

#entries .entry {
	width: 270px;
	margin-right: 40px;
	margin-bottom: 40px;
	text-align: justify;
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 1.4;
}

#entries .entry:hover {
	opacity: 0.6;
}

#entries .entry:nth-of-type(4n) {
	margin-right: 0;
}

#entries figure {
	height: 170px;
	overflow: hidden;
	background: #fff;
}

#entries figure img {
	width: 270px;
	height: 270px;
	transform: translateY(-50%);
	position: relative;
	top: 50%;
}

#entries dt {
	margin: 10px 0;
	font-size: 15px;
}

#entries dt a {
	text-decoration: none;
	color: #3a3737;
}

#entries dt a:hover {
	opacity: 1;
}

#entries dd .date {
	margin-right: 1em;
	letter-spacing: 0.05em;
	color: #868585;
}

#entries dd .category {
	color: #8a73ba;
}

/* ---------------------------------------------------------
	CSS Document more
--------------------------------------------------------- */

.more {
	width: 1200px;
	text-align: center;
	margin-top: 40px;
}

.more li {
	width: 250px;
	height: 62px;
	margin: 0 auto;
	border: solid 2px #8a73ba;
	text-decoration: none;
	font-family: 'Akrobat SemiBold', sans-serif;
	font-size: 18px;
	letter-spacing: 0.05em;
	line-height: 58px;
	color: #8a73ba;
	position: relative;
	cursor: pointer;
	transition: .4s;
}

.more li:after {
	content: '';
	width: 30px;
	height: 2px;
	background: #8a73ba;
	position: absolute;
	top: 49%;
	right: -15px;
}

.more li:hover {
	opacity: 0.6;
}

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

#entry {
	width: 920px;
	margin: 0 auto;
}

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

#entry .entry_title:after {
	display: block;
	content: '';
	width: 2px;
	height: 52px;
	margin: 30px auto 0;
	background: #8a73ba;
	transform: rotate(25deg);
}

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

#entry .entry_title li {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
}

#entry .entry_title li.date {
	margin-right: 1em;
	letter-spacing: 0.05em;
	color: #868585;
}

#entry .entry_title li.category a {
	text-decoration: none;
	color: #8a73ba;
}

#entry .entry_title li a:hover {
	text-decoration: underline;
	opacity: 0.6;
}

#entry .entry_title h2 {
	font-weight: 500;
	font-size: 26px;
	line-height: 1.3;
}

#entry .entry_body {
	margin-bottom: 100px;
	text-align: justify;
	word-wrap: break-word;
	line-height: 1.8;
}

#entry .entry_body h3 {
	margin-top: 20px;
	font-weight: 500;
	font-size: 22px;
	line-height: 28px;
}

#entry .entry_body h3:before {
	display: inline-block;
	vertical-align: top;
	content: '';
	width: 34px;
	height: 29px;
	margin-right: 10px;
	background: url(/include/images/h3.png) no-repeat 0 0 / 100% auto;
}

#entry .entry_body h3:not(:first-child) {
	margin-top: 60px;
}

#entry .entry_body p {
	margin-top: 20px;
}

#entry .entry_body ul {
	margin-top: 20px;
}

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

#entry .entry_body ol {
	margin-top: 20px;
}

#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 .btn a {
	font-weight: 500;
	font-family: 'Noto Sans JP', sans-serif;
}

/* ---------------------------------------------------------
	CSS Document pager
--------------------------------------------------------- */

#pager .container {
	display: flex;
	justify-content: space-between;
}

#pager .find {
	width: 440px;
	text-align: justify;
	font-size: 14px;
	line-height: 1.5;
}

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

#pager .flex {
	display: flex;
}

#pager figure {
	width: 130px;
	height: 90px;
	overflow: hidden;
	margin-right: 20px;
	background: #f8f8f8;
}

#pager figure img {
	width: 100%;
	transform: translateY(-50%);
	position: relative;
	top: 50%;
}

#pager dl {
	flex: 1;
}

#pager dt {
	margin-bottom: 0.5em;
	font-size: 15px;
}

#pager dt a {
	text-decoration: none;
	color: #3a3737;
}

#pager dd .date {
	margin-right: 1em;
	letter-spacing: 0.05em;
	color: #868585;
}

#pager dd .category {
	color: #8a73ba;
}

#pager .prev,
#pager .next {
	margin-bottom: 15px;
	font-family: 'Akrobat SemiBold', 'Noto Sans JP', sans-serif;
	font-size: 20px;
	letter-spacing: 0.05em;
}

#pager .prev:before {
	display: inline-block;
	vertical-align: 3px;
	content: '';
	width: 7px;
	height: 7px;
	margin-right: 6px;
	border-top: solid 2px #8a73ba;
	border-right: solid 2px #8a73ba;
	transform: rotate(-135deg);
}

#pager .next {
	text-align: right;
}

#pager .next:after {
	display: inline-block;
	vertical-align: 2px;
	content: '';
	width: 7px;
	height: 7px;
	margin-left: 6px;
	border-top: solid 2px #8a73ba;
	border-right: solid 2px #8a73ba;
	transform: rotate(45deg);
}

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

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

#sidebar .sidebar {
	width: 380px;
}

#sidebar h3 {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: solid 1px #c9cacb;
	font-family: 'Akrobat SemiBold', sans-serif;
	font-weight: normal;
	font-size: 26px;
	line-height: 1;
	position: relative;
	cursor: pointer;
	transition: .4s;
}

#sidebar h3:after {
	content: '';
	width: 10px;
	height: 10px;
	border-top: solid 2px #3a3737;
	border-right: solid 2px #3a3737;
	transform: rotate(135deg);
	position: absolute;
	top: 5px;
	right: 5px;
}

#sidebar h3:hover {
	opacity: 0.6;
}

#sidebar ul {
	display: none;
}

#sidebar li a {
	text-decoration: none;
	color: #3a3737;
}

#sidebar li a:hover {
	text-decoration: underline;
	opacity: 0.6;
}

#sidebar li small {
	font-size: 13px;
}

#sidebar form {
	width: 276px;
}

#sidebar input {
	width: 100%;
	height: 45px;
	padding: 0 38px 0 10px;
	border: solid 1px #c9cacb;
	background: url(../images/b_search.png) no-repeat 96% / 25px auto;
}

::-webkit-input-placeholder {
	color: #ccc;
}

::-moz-placeholder {
	opacity: 1;
	color: #ccc;
}

:-ms-input-placeholder {
	color: #ccc;
}
