@charset "UTF-8";


/* topics
---------------------------------------------------------------------------*/
#topicsContents .pagetitle {
	margin-bottom: 55px;
}

#topicsContents .pagetitle .inner {
	min-width: 260px;
}

#topicsContents .wp-pagenavi {
	margin-top: 40px;
}

/* .news-list
------------------------------------*/
.news-list {
	box-sizing: border-box;
	background-color: #FFFFFF;
	border: 1px solid #ECE6D6;
	border-radius: 4px;
	width: 820px;
	margin: 0 auto;
	padding: 45px 60px;
}

.news-list article {
	border-bottom: 1px dashed #E2E0D9;
}

.news-list article:last-of-type {
	border-bottom: none;
}

#topicsContents.single .news-list article + .btn-link {
	margin: 25px 0 10px;
}

/* .news-title
------------------------------------*/
.news-title {
	position: relative;
	transition: .15s ease-out;
}

.news-title:hover {
	opacity: 0.5;
}

.news-title.not-link:hover,
.news-title a:hover,
#topicsContents.single .news-title:hover {
	opacity: 1;
}

.news-title time {
	display: block;
	position: absolute;
	top: 22px;
	left: 15px;
	font-size: 16px;
	letter-spacing: 0.06em;
	z-index: 2;
}

.news-title h2 {
	position: relative;
	font-size: 15px;
	line-height: 1.6;
	letter-spacing: 0.1em;
}

.news-title h2.pdf:after {
	display: block;
	content: '';
	position: absolute;
	top: 16px;
	right: 10px;
	background: url(../img/share/btn-pdf.svg) no-repeat;
	background-size: 67px 25px;
	width: 67px;
	height: 25px;
}

.news-title h2 > span,
.news-title h2 > a {
	display: block;
	padding: 18px 100px 17px 120px;
}

#topicsContents.single .news-title h2 > span {
	padding-right: 0;
}

.news-title h2 a i {
	text-decoration: underline;
}

.news-title h2.pdf a i {
	text-decoration: none;
}

/* .btn-ac
------------------------------------*/
.btn-ac {
	position: relative;
	cursor: pointer;
}

.btn-ac time,
.btn-ac .post-categories,
.btn-ac h2 {
	transition: .15s ease-out;
}

.news-title.btn-ac:after {
	display: block;
	content: '';
	position: absolute;
	top: 21px;
	right: 55px;
	background: url(../img/share/ico-arrow.svg) no-repeat;
	background-size: 18px 18px;
	width: 18px;
	height: 18px;
	transition: .15s ease-out;
}

.news-title.btn-ac.active:after {
	transform: rotate(180deg);
}

.news-title h2 .txt-detail {
	position: absolute;
	top: 19px;
	right: 13px;
	font-size: 14px;
}

#topicsContents.single .news-title.btn-ac:after,
#topicsContents.single .news-title h2 .txt-detail {
	display: none;
}

/* .news-detail
------------------------------------*/
.news-detail {
	display: none;
	position: relative;
	padding-bottom: 30px;
}

#topicsContents.single .news-detail {
	display: block;
}

.news-detail .inner {
	box-sizing: border-box;
	width: 100%;
	padding: 0 0 0 120px;
	font-size: 13px;
	line-height: 1.8;
	letter-spacing: 0.08em;
}

.news-detail .inner-main {
	padding-top: 5px;
}

.news-detail .inner p {
	margin-bottom: 18px;
	font-size: 13px;
	line-height: 1.9;
}

.news-detail .inner p:last-child { margin-bottom: 0; }
.news-detail .inner-main a { text-decoration: underline; }
.news-detail .inner-main strong { font-weight: bold; }
.news-detail .inner-main em { font-style: italic; }
.news-detail .inner-main del { text-decoration: line-through; }

.news-detail .inner-main img {
	display: block;
	max-width: 100%;
	height: auto;
	padding-bottom: 10px;
}

.news-detail .inner-main .wp-caption {
	max-width: 100%;
	margin-bottom: 25px;
}

.news-detail .inner-main .wp-caption-text {
	margin-top: -5px;
}

.news-detail .inner-main ul,
.news-detail .inner-main ol {
	margin: 30px 0;
}

.news-detail .inner-main ul li {
	list-style: disc;
	margin-bottom: 5px;
	margin-left: 25px;
}

.news-detail .inner-main ol li {
	list-style: decimal;
	margin-bottom: 5px;
	margin-left: 25px;
}

.news-detail .inner-main ul li:last-of-type,
.news-detail .inner-main ol li:last-of-type {
	margin-bottom: 0;
}

/* .sec-table
------------------------------------*/
.news-detail .blog-table {
	margin: 30px 0 0;
}

.news-detail .blog-table h3 {
	margin: 24px 0 12px;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.12em;
}

.news-detail .blog-table h3:first-of-type {
	margin-top: 0;
}

.news-detail .blog-table table {
	width: 100%;
}

.news-detail .inner-main blockquote {
	background: #F4F3ED;
	margin-bottom: 25px;
	padding: 15px 20px;
}

.news-detail .blog-link {
	margin-top: 25px;
}

.news-detail .blog-link li {
	display: inline-block;
	margin: 0 15px 10px 0;
}

.news-detail .blog-link li.link {
	background-position: left 5px;
}

.news-detail .blog-link li.pdf {
	background-position: left 4px;
}