@charset "utf-8";
/* CSS Document */

/* ページタイトル */
/* .page_title {
	background: url("/common/img/title/information.webp") no-repeat center center;
	background-size: cover;
} */

.cmn_heading {
	padding-bottom: var(--space-80);
}
.info_list {
	max-width: 1120px;
	width: 90%;
	margin: auto;
}
.info_item {
	width: 100%;
	padding: 1.5em 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 50px;
	position: relative;
	time {
		font-family: "Philosopher", sans-serif;
		width: 100px;
	}
	h3 {
		font-size: var(--base-txt);
		font-weight: normal;
		line-height: 1.8;
	}
	a {
		color: var(--main-color);
		text-decoration: underline;
	}
	a[target="_blank"]::after {
		content: url("/common/img/external_icon.webp");
		display: inline-block;
		width: 16px;
		height: 16px;
		margin-left: 8px;
	}
	a:hover {
		text-decoration: none;
	}
/*	&::after {
		content: "";
		display: block;
		position: absolute;
		width: 24px;
		height: 1px;
		background: var(--main-color);
		bottom: 0;
		left: 0;
	} */
/*	&:last-child {
		border-bottom: 1px solid #DFDFDF;
	} */
/*	&:not(:first-child) {
		border-top: 1px solid #DFDFDF;
	} */
}

@media screen and (max-width: 767px){
}