@charset "UTF-8";

/* journal
---------------------------------------------------------------------------*/
.news-list {
	overflow: hidden;
}

.news-list li {
	width: 100%;
	margin-bottom: 45px;
}

.news-list li:last-of-type {
	margin-bottom: 0;
}

.news-list li a {
	display: block;
}

.news-list figure {
	margin-bottom: 25px;
}

.news-list figure img {
	width: 100%;
	height: auto;
}

.news-list li time {
	display: block;
	margin-bottom: 8px;
	font-size: 11px;
	letter-spacing: 0.12em;
}

.news-list h2 {
	font-size: 13px;
	line-height: 1.6;
	letter-spacing: 0.1em;
}

#journalContents .wp-pagenavi {
	margin-top: 80px;
}

/* news single
---------------------------------------------------------------------------*/
#journalContents.single {
	position: relative;
	box-sizing: border-box;
}

.news-area article {
	margin-bottom: 40px;
}

.news-title {
	margin-bottom: 35px;
}

.news-title time {
	display: block;
	margin: 0 0 8px 1px;
	font-size: 11px;
	letter-spacing: 0.12em;
}

.news-title h1 {
	font-size: 14px;
	line-height: 1.7;
	letter-spacing: 0.07em;
}

/* .news-main
------------------------------------*/
.news-main {
	margin-bottom: 50px;
	font-size: 13px;
	line-height: 1.9;
	letter-spacing: 0.1em;
}

.news-main p {
	margin-bottom: 15px;
}

.news-main p:last-child {
	margin-bottom: 0;
}

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

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

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

.news-main a {
	text-decoration: underline;
}

.news-main strong {
	font-weight: bold;
}

.news-main em {
	font-style: italic;
}

.news-main del {
	text-decoration: line-through;
}

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

.news-main ul li {
	list-style: disc;
	margin: 0 0 5px 25px;
}

.news-main ol li {
	list-style: decimal;
	margin: 0 0 5px 25px;
}

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

.news-main blockquote {
	background: #F5F5F5;
	padding: 28px 35px;
}

/* .sec-table
------------------------------------*/
.sec-table h3 {
	margin-bottom: 20px;
	font-size: 13px;
	letter-spacing: 0.1em;
}

.news-table {
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 30px;
	font-size: 12px;
	letter-spacing: 0.02em;
}

.news-table tr {
	border-bottom: 1px dashed #CCC;
}

.news-table tr:first-of-type {
	border-top: 1px solid #DBDBDB;
}

.news-table tr:last-of-type {
	border-bottom: 1px solid #DBDBDB;
}

.news-table th {
	position: relative;
	box-sizing: border-box;
	width: 25%;
	padding: 13px 15px 12px 5px;
	font-weight: 400;
	text-align: left;
	vertical-align: top;
	line-height: 1.6;
	letter-spacing: 0.12em;
}

.news-table td {
	box-sizing: border-box;
	width: 75%;
	padding: 13px 5px 12px 0;
	line-height: 1.6;
	letter-spacing: 0.08em;
}

/* .news-link
------------------------------------*/
.news-link {
	margin: 25px 0 0;
	font-size: 13px;
}

.news-link li {
	position: relative;
	margin: 0 0 15px;
	padding: 0 0 0 20px;
	letter-spacing: 0.1em;
}

.news-link li:before {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 2px;
	background: #000000;
	width: 7px;
	height: 1px;
}

.news-link li a {
	text-decoration: underline;
}

/* .nav-page
------------------------------------*/
.nav-page {
	overflow: hidden;
	margin-bottom: 100px;
}

.nav-page a {
	display: block;
	font-feature-settings: 'pkna' 1;
}

.nav-page .prev,
.nav-page .next {
	position: relative;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0.06em;
}

.nav-page .prev {
	float: left;
	padding-left: 20px;
}

.nav-page .next {
	float: right;
	padding-right: 20px;
}

.nav-page .prev:before,
.nav-page .next:before {
	display: block;
	content: '';
	position: absolute;
	top: 6px;
	background-repeat: no-repeat;
	background-size: 14px 8px;
	width: 14px;
	height: 8px;
}

.nav-page .prev:before {
	left: 0;
	background-image: url(../img/share/arrow-left@2x.png);
}

.nav-page .next:before {
	right: 0;
	background-image: url(../img/share/arrow-right@2x.png);
}

/* .other
------------------------------------*/
#journalContents .other h2 {
	margin-bottom: 25px;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.08em;
}

#journalContents .other-list {
	overflow: hidden;
	line-height: 1.6;
	font-size: 13px;
}

#journalContents .other-list dt {
	float: left;
	font-size: 12px;
	letter-spacing: 0.06em;
}

#journalContents .other-list dd {
	margin-bottom: 15px;
	padding-left: 78px;
}

#journalContents .other-list dd a {
	letter-spacing: 0.08em;
	text-decoration: underline;
}