@charset "UTF-8";
/*
common.css
---------------------------*/
.subTitle {
	padding-bottom: 1em;
}
.blueBox.navy dt {
	padding: 0.5em 2%;
	letter-spacing: 0.05em;
}
/*
downloadList
---------------------------*/
.downloadList {
	margin-bottom: 30px;
}
.downloadList dl {
		display: flex;
		justify-content: space-between;
		border-bottom: 3px solid #FFFFFF;
}
.downloadList dt,
.downloadList dd {
	text-align: center;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.05em;
	font-size: 100%;
	color: #024467;
}
.downloadList dt {
	width: 70%;
	padding: 0.5em 2%;
	text-align: left;
	border-right: 3px solid #FFFFFF;
}
.downloadList dl,
.downloadList dd {
	background-color: #DDEEF7;
}
.downloadList dd {
	width: 30%;
	min-width: 150px;
	display: flex;
	justify-content: center;
}
.downloadList dd p {
	width: 48%;
	height: 100%;
	padding: 0.5em 1%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.downloadList dd p > span {
	width: 100%;
}
.downloadList dd p:first-child {
	border-right: 3px solid #FFFFFF;
}
.downloadList dd a {
	width: 4em;
	border-radius: 5px;
	text-align: center;
	background-color: #FFFFFF;
	border: 1px solid #F84E41;
	color: #F84E41;
	display: block;
	margin: auto;
}
.downloadList dd a.word {
	border: 1px solid #1087C7;
	color: #1087C7;
}
.downloadList dd a:hover {
	background-color: #F84E41;
	color: #FFFFFF;
}
.downloadList dd a.word:hover {
	background-color: #1087C7;
}
.downloadList .caption dt {
	background-color: #024467;
	color: #FFFFFF;
}
.downloadList .caption dd {
	padding: 0.5em 2%;
	background-color: #096B9F;
	color: #FFFFFF;
}
.downloadList .textlink {
	text-align: center;
	margin-bottom: 25px;
}
.downloadList .textlink a {
	display: block;
	color: #F84E41;
	font-weight: 700;
    font-size: min(4.2vw, 20px);
    line-height: 1.75;
	text-decoration: underline;
	margin-bottom: 0.5em;
}
@media screen and (min-width: 769px) {
	.downloadList {
		margin-bottom: 50px;
	}
	.downloadList dd p {
		width: 48%;
	}
	.downloadList .textlink {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 430px) {
	.mainIntro .space {
		letter-spacing: -0.05em;	
	}
}