@charset "UTF-8";



	
/* news-list
------------------------------  */
#news-list .contents {
	width: 775px;
	margin: 0 auto;
}
	#news-list .contents .newsbox .btn {
		margin: 0 auto;
	}

	#news-list .contents .newsbox .list {
		margin-bottom: 40px;
	}
		#news-list .contents .newsbox .list a.linkbox {
			display: flex;
			justify-content: flex-start;
			align-items: center;
			border-bottom: solid 1px #212121;
			padding: 20px;
		}
		#news-list .contents .newsbox .list a.linkbox.link-none {
			pointer-events: none;
		}
		#news-list .contents .newsbox .list a.linkbox:nth-child(1) {
			border-top: solid 1px #212121;
		}
			#news-list .contents .newsbox .list a.linkbox.link-none .arrow {
				opacity: 0;
			}

			#news-list .contents .newsbox .list a.linkbox .text {
				width: -webkit-calc(100% - 20px);
				width: calc(100% - 20px);
				padding: 0 20px;
				transition: 0.3s;
				-webkit-transition: 0.3s;
			}
			#news-list  .contents .newsbox .list a.linkbox.logo-none .text {
				width: 100%;
			}
			#news-list .contents .newsbox .list a.linkbox:hover .text {
				opacity: 0.7;
			}
				#news-list .contents .newsbox .list a.linkbox .text .info {
					line-height: 1;
					padding-top: 5px;
					margin-bottom: 6px;
				}
					#news-list .contents .newsbox .list a.linkbox .text .info time {
						font-size: 1.4rem;
						font-weight: 500;
						margin-right: 10px;
					}
					#news-list .contents .newsbox .list a.linkbox .text .info .cat {
						font-size: 1.2rem;
						font-weight: 500;
						color: #8D8D8D;
					}

				#news-list .contents .newsbox .list a.linkbox .text h3 {
					font-size: 1.6rem;
					line-height: 1.5em;
					font-weight: 500;
					overflow: hidden;
					display: -webkit-box;
					-webkit-box-orient: vertical;
					-webkit-line-clamp: 2;
				}

.date #news-list .contents .newsbox:nth-last-child(1),
.date #news-list .contents .newsbox .h2-tit {
	display: none;
}
@media screen and (max-width: 1024px) {
	#news-list .contents {
		width: 75%;
	}
		#news-list .contents .newsbox .list {
			margin-bottom: 4vw;
		}
			#news-list .contents .newsbox .list a.linkbox {
				padding: 2vw;
			}
				#news-list .contents .newsbox .list a.linkbox .text {
					width: -webkit-calc(100% - 2vw);
					width: calc(100% - 2vw);
					padding: 0 2vw;
				}
					#news-list .contents .newsbox .list a.linkbox .text .info {
						padding-top: 0.5vw;
						margin-bottom: 0.6vw;
					}
						#news-list .contents .newsbox .list a.linkbox .text .info time {
							font-size: 1.4vw;
							margin-right: 1vw;
						}
						#news-list .contents .newsbox .list a.linkbox .text .info .cat {
							font-size: 1.2vw;
						}

					#news-list .contents .newsbox .list a.linkbox .text h3 {
						font-size: 1.6vw;
					}
}
@media screen and (max-width: 767px) {
	#news-list .inner {
		display: block;
	}
		#news-list .contents {
			width: 100%;
			padding-right: 0;
		}
			#news-list .contents .newsbox .list {
				margin-bottom: 6vw;
			}
				#news-list .contents .newsbox .list a.linkbox {
					padding: 4vw 0;
				}
					#news-list .contents .newsbox .list a.linkbox .text {
						width: -webkit-calc(100% - 5vw);
						width: calc(100% - 5vw);
						padding: 0 2vw 0 3vw;
					}
						#news-list .contents .newsbox .list a.linkbox .text .info {
							padding-top: 1vw;
							margin-bottom: 1.5vw;
						}
							#news-list .contents .newsbox .list a.linkbox .text .info time {
								font-size: 3.1vw;
								margin-right: 1vw;
							}
							#news-list .contents .newsbox .list a.linkbox .text .info .cat {
								font-size: 2.8vw;
							}

						#news-list .contents .newsbox .list a.linkbox .text h3 {
							font-size: 3.6vw;
						}
}



	
/* news-detail
------------------------------  */
#pagetitle.detail h1 {
	font-size: 4.0rem;
	padding-right: 12%;
}

#news-list .contents .news-detail {
	margin-bottom: 60px;
}
	#news-list .contents .news-detail .info {
		line-height: 1;
		border-top: solid 1px #212121;
		border-bottom: solid 1px #212121;
		padding: 15px 0 12px 0;
		margin-bottom: 60px;
	}
		#news-list .contents .news-detail .info time {
			font-size: 1.4rem;
			font-weight: 500;
			margin-right: 10px;
		}
		#news-list .contents .news-detail .info .cat {
			font-size: 1.2rem;
			font-weight: 500;
			color: #8D8D8D;
		}
		#news-list .contents .news-detail .info .organization {
			font-size: 1.2rem;
			font-weight: 500;
			margin-left: 10px;
		}

	#news-list .contents .news-detail h2 {
		background: url("../img/common/motif_green.svg") no-repeat left top 5px / 18px;
		font-size: 2.6rem;
		font-weight: 700;
		line-height: 1.3em;
		margin-top: 60px;
		margin-bottom: 15px;
		padding-left: 28px;
	}

	#news-list .contents .news-detail h3 {
		font-size: 2.0rem;
		font-weight: 700;
		line-height: 1.3em;
		margin-top: 30px;
		margin-bottom: 15px;
	}

	#news-list .contents .news-detail p {
		font-size: 1.6rem;
		line-height: 1.8em;
		margin-top: 20px;
		margin-bottom: 30px;
	}
		#news-list .contents .news-detail p a {
			text-decoration: underline;
			color: #1B926A;
		}

	#news-list .contents .news-detail .wp-element-caption {
		text-align: right;
	}

	#news-list .contents .news-detail figure {
		margin: 0 0 40px 0;
	}
		#news-list .contents .news-detail figure img {
			border-radius: 0;
			overflow: hidden;
		}

	#news-list .contents .news-detail iframe {
		width: 100%;
		height: 100%;
		aspect-ratio: 16 / 9;
	}

	#news-list .contents .news-detail ul li {
		font-size: 1.6rem;
		line-height: 1.6em;
		padding-left: 14px;
		position: relative;
	}
	#news-list .contents .news-detail ul li:before {
		content: "";
		width: 8px;
		height: 8px;
		background: #1B926A;
		border-radius: 50%;
		position: absolute;
		top: 8px;
		left: 0;
	}

	#news-list .contents .news-detail ol {
		list-style-type: lower-latin;
		padding-left: 20px;
	}
		#news-list .contents .news-detail ol li {
			font-size: 1.6rem;
			line-height: 1.6em;
		}

	#news-list .contents .news-detail table td a {
		color: #1B926A;
		text-decoration: underline;
	}
	#news-list .contents .news-detail table td a:hover {
		text-decoration: none;
	}

	#news-list .contents .news-detail .column2 .wp-block-column:nth-child(1) {
		width: 62%;
		flex-basis: auto;
	}
		#news-list .contents .news-detail .column2 .wp-block-column:nth-child(1) p {
			margin-top: 0;
		}

	#news-list .contents .news-detail .column2 .wp-block-column:nth-child(2) {
		width: 34%;
		flex-basis: auto;
	}

#news-list .contents .other {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 60px;
	border-top: solid 1px #212121;
}
	#news-list .contents .other .link {
		width: 120px;
	}
		#news-list .contents .other .link a {
			display: block;
			height: 46px;
			font-size: 1.6rem;
			font-weight: 700;
			line-height: 47px;
		}
		#news-list .contents .other .link a:hover {
			opacity: 0.7;
		}
		#news-list .contents .other .prev a {
			background: url("../img/common/btn_prev.svg") no-repeat left center / auto 100%;
			padding-left: 55px;
		}
		#news-list .contents .other .next a {
			background: url("../img/common/btn_next.svg") no-repeat right center / auto 100%;
			padding-right: 55px;
			text-align: right;
		}

	#news-list .contents .other .btn {
		width: 250px;
	}
@media screen and (max-width: 1024px) {
	#pagetitle.detail h1 {
		font-size: 4.0vw;
		padding-right: 15%;
	}

	#news-list .contents .news-detail {
		margin-bottom: 6vw;
	}
		#news-list .contents .news-detail .info {
			padding: 1.5vw 0 1.2vw 0;
			margin-bottom: 6vw;
		}
			#news-list .contents .news-detail .info time {
				font-size: 1.4vw;
				margin-right: 1vw;
			}
			#news-list .contents .news-detail .info .cat {
				font-size: 1.2vw;
			}
			#news-list .contents .news-detail .info .organization {
				font-size: 1.2vw;
				margin-left: 1vw;
			}

		#news-list .contents .news-detail h2 {
			font-size: 2.6vw;
			margin-top: 6vw;
			margin-bottom: 1.5vw;
			padding-left: 2.8vw;
			background: url("../img/common/motif_green.svg") no-repeat left top 0.5vw / 1.8vw;
		}

		#news-list .contents .news-detail h3 {
			font-size: 2.0vw;
			margin-top: 3vw;
			margin-bottom: 1.5vw;
		}

		#news-list .contents .news-detail p {
			font-size: 1.6vw;
			margin-top: 2vw;
			margin-bottom: 3vw;
		}

		#news-list .contents .news-detail figure {
			margin: 0 0 4vw 0;
		}

		#news-list .contents .news-detail ul li {
			font-size: 1.6vw;
			padding-left: 1.4vw;
		}
		#news-list .contents .news-detail ul li:before {
			width: 0.8vw;
			height: 0.8vw;
			top: 0.8vw;
		}

		#news-list .contents .news-detail ol {
			padding-left: 2vw;
		}
			#news-list .contents .news-detail ol li {
				font-size: 1.6vw;
			}

	#news-list .contents .other {
		padding-top: 6vw;
	}
		#news-list .contents .other .link {
			width: 12vw;
		}
			#news-list .contents .other .link a {
				height: 4.6vw;
				font-size: 1.6vw;
				line-height: 4.7vw;
			}
			#news-list .contents .other .prev a {
				padding-left: 5.5vw;
			}
			#news-list .contents .other .next a {
				padding-right: 5.5vw;
			}

			#news-list .contents .other .btn {
				width: 22vw;
			}
}
@media screen and (max-width: 767px) {
	#pagetitle.detail {
		background: none;
	}
		#pagetitle.detail h1 {
			font-size: 5.8vw;
			line-height: 1.5em;
			padding-right: 0;
		}

	#news-list .contents .news-detail {
		margin-bottom: 10vw;
	}
		#news-list .contents .news-detail .info {
			padding: 3vw 0 2.7vw 0;
			margin-bottom: 6vw;
		}
			#news-list .contents .news-detail .info time {
				font-size: 3.1vw;
				margin-right: 1vw;
			}
			#news-list .contents .news-detail .info .cat {
				font-size: 2.8vw;
			}
			#news-list .contents .news-detail .info .organization {
				font-size: 2.8vw;
				margin-left: 1vw;
			}

		#news-list .contents .news-detail h2 {
			font-size: 5.2vw;
			margin-top: 10vw;
			margin-bottom: 2.5vw;
			padding-left: 5.5vw;
			background: url("../img/common/motif_green.svg") no-repeat left top 1vw / 3.8vw;
		}

		#news-list .contents .news-detail h3 {
			font-size: 4.4vw;
			margin-top: 6vw;
			margin-bottom: 5vw;
		}

		#news-list .contents .news-detail p {
			font-size: 3.6vw;
			margin-top: 5vw;
			margin-bottom: 5vw;
		}

		#news-list .contents .news-detail ul li {
			font-size: 3.6vw;
			padding-left: 3vw;
		}
		#news-list .contents .news-detail ul li:before {
			width: 2vw;
			height: 2vw;
			top: 1.5vw;
		}

		#news-list .contents .news-detail ol {
			padding-left: 4vw;
		}
			#news-list .contents .news-detail ol li {
				font-size: 3.6vw;
			}

		#news-list .contents .news-detail figure {
			margin: 0 0 8vw 0;
		}
	
	#news-list .contents .news-detail .wp-block-columns.is-layout-flex {
		gap: 0em !important;
	}

	#news-list .contents .other {
		padding-top: 10vw;
	}
		#news-list .contents .other .link {
			width: 20vw;
		}
			#news-list .contents .other .link a {
				height: 6vw;
				font-size: 3.2vw;
				line-height: 6.5vw;
			}
			#news-list .contents .other .prev a {
				padding-left: 7vw;
			}
			#news-list .contents .other .next a {
				padding-right: 7vw;
			}

		#news-list .contents .other .btn {
			width: 38vw;
		}
}


	



	



	



	



	



	



	



	