@charset "UTF-8";


.news-list {
	li {
		text-align: left;
		&+li {
			border-top: 1px solid var(--color-border-1);
		}
	}
	a {
		display: inline-block;
		padding: 20px 0;
	}
	.category {
		display: inline-block;
		min-width: 6em;
		background-color: var(--color-primary);
		color: #fff;
		font-size: var(--font-s);
		text-align: center;
		white-space: nowrap;
		padding: 2px 10px;
		border-radius: 50px;
		margin-left: 10px;
	}
	.news-detail {
		display: flex;
		align-items: center;
		padding-bottom: 10px;
	}
	@media (min-width: 768px) {
		a {
			display: flex;
			align-items: flex-start;
		}
		.category,
		.title {
			margin-left: 15px;
		}
		.news-detail {
			padding-bottom: 0;
		}
	}
}

.wp-block-image {
	text-align: center;
	padding-bottom: 10px;
	@include m.pcStyle {
		padding-bottom: 15px;
	}
}
/*
pagenation
---------------------------*/
#pagenation {
	text-align: center;
	padding-top: 20px;
	// padding: 0 ;
	ul {
		display: inline-block;
		border-bottom: 1px solid var(--color-primary);
	}

	li {
		display: inline-block;
		font-family: v.$designFont;
	}

	.current {
		border-bottom: 2px solid #000;
	}

	.number {
		text-align: center;
		display: inline-block;
		width: 2.5em;
		// width: 1em;
		// height: 1em;
		line-height: 1;
		padding: 4px 4px 14px;
		font-size: 16px;
	}
	@media (min-width: 768px) {
		padding-top: 40px;
		.number {
			width: 2.5em;
			padding: 4px 4px 14px;
			font-size: 20px;
		}
	}
}

.news-contetnt-wrap {
	padding: 20px 0;
	@media (min-width: 768px) {
		padding: 50px 0;
	}
}
/*
.news-title-wrap
---------------------------*/
.news-title-wrap {
	.news-date-wrap {
		display: flex;
		padding-bottom: 15px;
	}
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid var(--color-primary);
	.date {
		display: flex;
		align-items: center;
		p {
			font-size: var(--font-l);
			font-family: var(--accent-font);
			display: inline-block;
		}
	}
	.category {
		display: inline-block;
		min-width: 100px;
		background-color: var(--color-primary);
		text-align: center;
		padding: 0 5px;
		border-radius: 50px;
		margin-left: 18px;
		p {
			font-size: var(--font-m);
			color: #fff;
			font-weight: 600;
		}
	}
	.news-title {
		font-size: var(--font-xl);
		line-height: 1.4;
		font-weight: 600;
	}
	@media (min-width: 768px) {
		padding-bottom: 30px;
		margin-bottom: 30px;

	}
}

/*
.news-content-detail
---------------------------*/
.news-content-detail {
	padding-bottom: 40px;
	border-bottom: 1px solid var(--color-primary);
	p,
	.titleSmall,
	.titleMiddle {
		line-height: 1.75;
		text-align: left;
		padding-bottom: 1.5em;
	}
	td, td {
		line-height: 1.75;
	}
	h2, h3 {
		line-height: 1.8;
		text-align: left;
		padding: 2em 0 1em;
	}
	.em {
		font-weight: 600;
	}
	.maker {
		color: v.$mainColor;
		font-weight: 600;
	}
	.documentLink {
		padding-bottom: 0;
	}
	.linkBox {
		margin-top: 20px;
		width: 100%;
	}
	.t-center {
		text-align: center;
	}
	.titleSmall,
	.titleMiddle {
		font-weight: 600;
	}
	.titleSmall {
		font-size: 16px;
	}
	.titleMiddle {
		font-size: 18px;
	}
	.imageWrap {
		text-align: center;
		padding: 30px 0;
	}
	a {
		color: var(--color-primary);
		font-weight: 600;
		text-decoration: underline;
	}
	
	@media (min-width: 768px) {
		padding-bottom: 60px;
		.imageWrap {
			padding: 60px 0;
			img {
				max-width: 700px;
			}
		}
		.titleSmall {
			font-size: 18px;
		}
		.titleMiddle {
			font-size: 20px;
		}
		.linkBox {
			width: 100%;
			.documentLink {
				width: auto;
				min-width: 48.44%;
			}
		}
	}
}

.detail-nav {
	display: flex;
	justify-content: space-between;
	padding: 30px 0 40px;
	.prev,
	.next {
		width: 50%;
		position: relative;
		padding-right: 38px;
		&:before {
			display: block;
			top: 0;
			right: 0;
			position: absolute;
			content: "";
			background-image: url(../img/common/aroow-primary.svg);
			background-position: center center;
			background-repeat: no-repeat;
			background-size: contain;
			width: 30px;
			height: 30px;
			transition: all 0.3s ease;
		}
		a {
			white-space: nowrap;
			line-height: 1.75;
		}
	}
	.prev {
		padding: 0 0 0 38px;
		&:before {
			right: auto;
			left: 0;
			transform: scale(-1, 1);
		}
	}
	.next {
		text-align: right;
	}
	.vhidden {
		visibility: hidden;
	}
}
/* -------------------------------------
.pager
----------------------------------------*/
.pager {
	ul {
		text-align: center;
		padding-top: 20px;
	}
	li,
	li:nth-child(-n+2),
		li+li,
		li:nth-child(even) {
			width: auto;
			display: inline-block;
			vertical-align: middle;
			font-size: 12px;
			color: #000;
			margin: 0 7px;
			padding: 0;
			float: none;
			a {
				display: block;
				padding: 7px;
				text-decoration: none;
			}
			.current {
				display: block;
				padding: 7px;
				font-weight: 600;
				color: v.$mainColor;
				border-bottom: 1px solid var(--color-primary);
			}
	}
	@media (min-width: 768px) {
		ul {
			padding-top: 50px;
		}
		li,
		li:nth-child(-n+2),
			li+li,
			li:nth-child(even) {
				font-size: 16px;
				margin: 0 8px;
				a,
				.current {
					padding: 8px;
				}
		}
	}
}
.news-contetnt-wrap {
	dl {
		padding-top: 25px;
		dt {
			font-weight: 600;
			line-height: 1.75;
			padding-bottom: .75em;
		}
		dd {
			line-height: 1.75;
			ul {
				padding-top: 10px;
			}
			p, li {
				line-height: 1.75;
			}
		}
	}
}