@charset "UTF-8";
/*----------------------------------------

	- mv
	- content
	- meetingLists

-----------------------------------------*/

/*----------------------------------------
	mv
-----------------------------------------*/
#mv {
	background: #62b1d9 url("../../img/c_mv_bg01.jpg") no-repeat right top;
	background-size: 1320px auto;
}
#mv > div > h1 > span:first-child::before {
	display: none;
}
@media screen and (max-width: 767px) {
	#mv {
		background-size: auto 100%;
	}
}

/*----------------------------------------
	content
-----------------------------------------*/
#content {
	padding: 56px 0 96px;
}
@media screen and (max-width: 767px) {
	#content {
		padding: 36px 0 64px;
	}
}

/*----------------------------------------
	meetingLists
-----------------------------------------*/
#meetingLists > div:nth-child(n+2) {
	margin-top: 52px;
}
#meetingLists > div > .title {
	padding-bottom: 13px;
	border-bottom: 2px solid #222;
}
#meetingLists > div > .title > span:first-child {
	color: #000;
}
#meetingLists > div > ul > li {
	margin-top: 13px;
}
#meetingLists > div > ul > li:nth-child(n+2) {
	margin-top: 17px;
}
#meetingLists > div > ul > li > a {
	text-decoration: underline;
	text-underline-position: under;
	text-underline-position: below;
}
#meetingLists > div > ul > li > a[href$=".pdf"]::after {
	content: "";
	display: inline-block;
	width: 22px;
	height: 22px;
	margin: 0 0 0 8px;
	background-image: url("../../../img/c_pdf_icon01.png");
	background-repeat: no-repeat;
	background-size: 22px 22px;
}
@media screen and (max-width: 767px) {
	#meetingLists > div:nth-child(n+2) {
		margin-top: 32px;
	}
	#meetingLists > div > .title {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-bottom: 11px;
	}
	#meetingLists > div > .title > span:nth-child(2) {
		margin-top: 2px;
	}
	#meetingLists > div > ul > li {
		margin-top: 8px;
	}
	#meetingLists > div > ul > li:nth-child(n+2) {
		margin-top: 8px;
	}
	#meetingLists > div > ul > li > a[href$=".pdf"]::after {
		margin-top: 1px;
	}
}