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

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

#topics {
	margin-bottom: 10vw;
	padding: 10vw 5vw;
	background: #f8f8f8;
}

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

#search {
	margin-bottom: 50px;
}

#search h3 {
	margin-bottom: 40px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 5vw;
	line-height: 10vw;
}

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

#search .start {
	padding-top: 5vw;
	border-top: solid 1px #c9cacb;
}

#search dl {
	margin-bottom: 5vw;
	padding-bottom: 5vw;
	border-bottom: solid 1px #c9cacb;
	text-align: left;
}

#search dt {
	margin-bottom: 10px;
	font-size: 3vw;
	line-height: 1;
}

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

#search dt a {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	color: #8a73ba;
}

#search dd {
	line-height: 1.3;
}

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

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

#pnavi {
	display: flex;
	justify-content: space-between;
	font-size: 3.5vw;
	line-height: 40px;
}

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

#pnavi .next,
#pnavi .prev {
	width: 24vw;
}

#pnavi .prev {
	text-align: left;
}

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

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

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

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

#entries {
}

#entries h3 {
	margin-bottom: 7vw;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 5vw;
	line-height: 10vw;
}

#entries .entry {
	display: none;
	display: flex;
	justify-content: space-between;
	margin-bottom: 5vw;
	font-size: 3vw;
}

#entries figure {
	width: 29vw;
	height: 19vw;
	overflow: hidden;
	margin-right: 1em;
	background: #fff;
}

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

#entries dl {
	flex: 1;
	text-align: left;
	line-height: 1.5;
}

#entries dt {
	margin-bottom: 0.5em;
	font-size: 3.5vw;
	word-wrap: break-word;
	word-break: break-all;
}

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

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

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

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

.more {
	margin-top: 10vw;
	text-align: center;
}

.more li {
	display: inline-block;
	vertical-align: top;
	width: 60%;
	border: solid 2px #8a73ba;
	font-family: 'Akrobat SemiBold', sans-serif;
	font-size: 4vw;
	letter-spacing: 0.05em;
	line-height: 3em;
	color: #8a73ba;
	position: relative;
}

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

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

#entry {
	margin-bottom: 40px;
}

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

#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 h2 {
	text-align: left;
	font-weight: 500;
	font-size: 5.5vw;
	line-height: 1.4;
}

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

#entry .entry_body h3 {
	margin-top: 20px;
	padding-left: 40px;
	font-weight: 500;
	font-size: 5vw;
	line-height: 28px;
	position: relative;
}

#entry .entry_body h3:before {
	content: '';
	width: 34px;
	height: 29px;
	background: url(/include/images/h3.png) no-repeat 0 0 / 100% auto;
	position: absolute;
	top: 0;
	left: 0;
}

#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: 18px;
	list-style: disc;
}

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

#entry .entry_body ol li {
	margin-left: 18px;
	list-style: decimal;
}

#entry .entry_body a {
	text-decoration: underline;
}

#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 {
	text-align: center;
}

#entry .btn a {
	font-weight: 500;
	font-family: 'Noto Sans JP', sans-serif;
}

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

#pager {
	margin: 0 5vw 15vw;
}

#pager .find {
	margin-bottom: 8vw;
	text-align: justify;
	font-size: 3vw;
	line-height: 1.5;
}

#pager .flex {
	display: flex;
}

#pager figure {
	width: 29vw;
	height: 19vw;
	overflow: hidden;
	margin-right: 1em;
	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: 3.5vw;
}

#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: 0.5em;
	font-family: 'Akrobat SemiBold', 'Noto Sans JP', sans-serif;
	font-size: 4.5vw;
	letter-spacing: 0.05em;
}

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

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

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

/* ---------------------------------------------------------
	CSS Document news > sidebar
--------------------------------------------------------- */

#sidebar {
	margin: 0 5vw 10vw;
	text-align: left;
}

#sidebar .sidebar {
	margin-bottom: 40px;
}

#sidebar h3 {
	margin-bottom: 10px;
	padding-bottom: 15px;
	border-bottom: solid 1px #c9cacb;
	font-family: 'Akrobat SemiBold', sans-serif;
	font-weight: normal;
	font-size: 6vw;
	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 ul {
	display: none;
	font-size: 4vw;
	line-height: 2;
}

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

#sidebar li small {
	font-size: 3.5vw;
}

#sidebar form {
	margin-top: 15vw;
	text-align: center;
}

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

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

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

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