@charset "UTF-8";

/* ===== Keyvisual Settings ===== */

#keyvisual {
	padding: 4rem 2rem 2rem 2rem;
}

#keyvisual .copy {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1.5rem;
	margin-bottom: 1rem;
}

#keyvisual .sub_copy {
	display: table;
	margin: 0 auto;
}

#keyvisual .keyvisual_img {
	display: table;
	width: 70%;
	max-width: 500px;
	margin: 3rem auto 0 auto;
}

@media print, screen and (min-width: 992px) {
	#keyvisual {
		padding: 1rem 2rem 2rem 2rem;
	}

	#keyvisual .copy {
		gap: 4rem;
		margin-bottom: 2rem;
	}

	#keyvisual .keyvisual_img {
		margin: 2rem auto 0 auto;
	}
}



/* ===== Outline Settings ===== */

.index #outline-list {
	display: table;
	width: 90%;
	text-align: center;
	margin: 0 auto 4rem auto;
}

.index #outline-list ul {
	display: table;
	list-style: none;
	margin: 0 auto;
}

.index #outline-list ul li:first-of-type {
	margin-bottom: 1rem;
}

.index #outline-list ul li:last-of-type {
	margin-top: 0.5rem;
}

@media print, screen and (min-width: 992px) {
	.index #outline-list {
		margin: 0 auto 2rem auto;
	}

	.index #outline-list ul li:first-of-type {
		margin-bottom: 2rem;
	}

	.index #outline-list ul li:last-of-type {
		margin-top: 1rem;
	}
}

/* ===== News Settings ===== */
.index #news {
	margin: 0 1rem;
	position: relative;
}

.index #news:before {
	content: " ";
	display: block;
	width: 1px;
	height: 90%;
	background: #364159;
	position: absolute;
	top: 0;
	left: 2rem;
}

.index #news h2 {
	font-weight: 500;
	text-align: left;
	margin: 0 0 1.5rem 0;
	padding: 0 0 0 4rem;
}

.index #news h2:before {
	display: none !important;
}

.index #news dl {
	height: 140px;
	margin: 0.5rem 0 0 0;
	padding: 2rem 2rem 2rem 4rem;
	background: #fff;
	overflow: auto;
}

.index #news dl dt {
	font-weight: 500;
}

.index #news dl dd {
	margin-bottom: 1rem;
}

@media print, screen and (min-width: 768px) {
	.index #news h2 {
		font-size: 2rem;
		padding: 0 0 0 4rem;
	}

	.index #news dl {
		display: flex;
		gap: 0.5rem;
		flex-wrap: wrap;
		height: 178px;
		padding: 2rem 2rem 2rem 4rem;
		background: #fff url("../images/index/pattern.svg") no-repeat right top;
	}
	
	.index #news dl dt {
		width: 9.5rem;
	}
	
	.index #news dl dd {
		width: calc(100% - 10.5rem);
		margin-bottom: 0;
	}
}

@media print, screen and (min-width: 992px) {
	.index #news {
		margin: 6rem 8rem 0 8rem;
	}
}

/* ===== Secretariat Settings ===== */
.index #secretariat {
	display: flex;
	flex-flow: column;
	margin: 3rem 0;
	padding: 0 1rem;
}

.index #secretariat .item_box h2 {
	display: table;
	font-size: 1.6rem;
	font-weight: 400;
	color: #fff;
	margin-bottom: 1.5rem;
	padding: 0.5rem 3rem 0.75rem 3rem;
	background: #364159;	
}

.index #secretariat .item_box h2:before {
	display: none !important;
}

.index #secretariat .item_box dl {
	font-size: 1.4rem;
}

.index #secretariat .item_box dl dt {
	margin-bottom: 0.75rem;
}

.index #secretariat .item_box dl dd ul {
	list-style: none;
	margin-top: 0.75rem;
}

.index #secretariat .item_box dl dd ul li {
	margin-bottom: 0.5rem;
}

.index #secretariat .item_box dl dd ul li.tel:before {
	content: " ";
	display: inline-block;
	width: 1.9rem;
	height: 1.5rem;
	vertical-align: middle;
	margin-right: 0.5rem;
	background: url("../images/common/icon_tel.svg") no-repeat center center;
}

.index #secretariat .item_box dl dd ul li.fax:before {
	content: " ";
	display: inline-block;
	width: 1.9rem;
	height: 1.5rem;
	vertical-align: middle;
	margin-right: 0.5rem;
	background: url("../images/common/icon_fax.svg") no-repeat center center;
}

.index #secretariat .item_box dl dd ul li.mail:before {
	content: " ";
	display: inline-block;
	width: 1.9rem;
	height: 1.2rem;
	vertical-align: middle;
	margin-right: 0.5rem;
	background: url("../images/common/icon_mail.svg") no-repeat center center;
}

@media print, screen and (min-width: 768px) {
	.index #secretariat {
		flex-flow: row;
		gap: 3rem;
	}
	
	.index #secretariat .item_box {
		width: calc(50% - 1.5rem);
	}
}

@media print, screen and (min-width: 992px) {
	.index #secretariat {
		margin: 4rem 8rem 0 8rem;
		padding: 0;
	}
	
	.index #secretariat .item_box h2 {
		margin-top: 0;
	}
}


@media print {
	.index {
		width: 100%;
	}
}


/*# sourceMappingURL=style.css.map */
