@charset "utf-8";
/*------------------------------------------------------------
	sheet
------------------------------------------------------------*/
#main {
	margin-bottom: 6.2rem;
}
#conts .comBgBox {
	font-weight: 300;
}
#conts .comBgBox .headLine03 {
	margin-bottom: 3.2rem;
}
#conts .comBgBox .inner {
	margin: 0 0.7rem 0 -0.3rem;
}
#conts .iconList {
	gap: 0 2rem;
	justify-content: flex-end;
}
#conts .iconList li {
	color: #007732;
	font-size: 1.2rem;
}
#conts .iconList a:hover {
	opacity: 0.7;
}
#conts .iconList .word {
	color: #2b5797;
}
#conts .iconList .pdf {
	color: #ff402f;
}
#conts .iconList img {
	width: 2.4rem;
	vertical-align: -0.8rem;
}
#conts .iconList span {
	margin-left: 0.4rem;
}
#conts .subBox:not(:last-child) {
	margin-bottom: 3.1rem;
}
#conts .topTxt {
	margin: 0 0 2.6rem 0.2rem;
}
#conts .headLine05 {
	margin-bottom: 2rem;
	padding: 0.7rem 1.3rem 1rem;
	font-size: 1.8rem;
	font-weight: 300;
}
#conts .fileList > li {
	padding: 0.3rem 1rem 0.3rem 2.2rem;
	display: flex;
	justify-content: space-between;
}
#conts .fileList > li:nth-child(2n-1) {
	background: #F7FBFB;
}
#conts .fileList p {
	margin-right: 1.1rem;
	flex: 1;
	display: flex;
	align-items: center;
}
@media all and (min-width: 739px) {
	#conts .fileList p a:hover {
		text-decoration: underline;
	}
}
#conts .fileList .iconList {
	gap: 0 0.3rem;
}
@media all and (max-width: 738px) {
	#main {
		margin-bottom: 3.1rem;
	}
	#conts .comBgBox .headLine03 {
		margin-bottom: 2.1rem;
	}
	#conts .comBgBox .inner {
		margin: 0 0.5rem;
	}
	#conts .iconList {
		gap: 0 1.5rem;
	}
	#conts .iconList li {
		font-size: 1.25rem;
	}
	#conts .iconList img {
		width: 1.7rem;
		vertical-align: -0.4rem;
	}
	#conts .iconList span {
		margin-left: 0.4rem;
	}
	#conts .topTxt {
		margin: 0 0 1.3rem;
		display: block;
	}
	#conts .topTxt p {
		font-size: 1.25rem;
		line-height: 1.48;
	}
	#conts .topTxt .iconList {
		margin-top: 1.1rem;
		justify-content: center;
	}
	#conts .headLine05 {
		margin-bottom: 1.4rem;
		padding: 0.5rem 0.6rem 0.6rem;
		font-size: 1.4rem;
		border-radius : 0.5rem;
	}
	#conts .fileList > li {
		padding: 0.3rem 0.7rem 0.2rem 1.5rem;
	}
	#conts .fileList p {
		font-size: 1.13rem;
		line-height: 1.4;
	}
	#conts .fileList .iconList {
		gap: 0 0.2rem;
	}
}