@charset "UTF-8";
.download {}
.download_title {
	margin-bottom: 20px;
}
.download_title > .icon {}
.download_title > b {}
.download_list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin-top: 13px;
}
.download_list > li {
	width: 48%;
	margin-left: 4%;
}
.download_list > li:first-child {}
.download_list > li:last-child {}
.download_list > li:nth-child(2n+1) {
	margin-left: 0;
}
.download_list > li:nth-child(n+3) {
	margin-top: 38px;
}
.download_item {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.download_image {
	width: 180px;
	height: 180px;
	background-color: #f2f2ee;
	border: 10px solid #f2f2ee;
	box-sizing: border-box;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.download_areaText {
	width: calc(100% - 205px);
}
.download_headline {
	font-size: 18px;
	line-height: 1.67;
}
.download_btnList {
	list-style: none;
	display: flex;
	margin-top: 15px;
}
.download_btnList > li {
	margin-left: 10px;
	flex-grow: 1;
}
.download_btnList > li:first-child {
	margin-left: 0;
}
.download_btnList > li:last-child {}
.download_btnList > li:nth-child(2n+1) {}
.download_btnList > li:nth-child(n+3) {}
.download_btnList > li > a {
	height: 40px;
}
.download_btnList > li > a::before {
	content: "";
}
.download_btnList > li > a::after {
	content: "";
}
.download_btnList > li > a > .icon {
	display: block;
	font-size: 17px;
	margin-right: 10px;
}

.download_note {
	text-align: center;
	margin-bottom: 20px;
}

@media screen and (min-width:1000px) {
	.download_btnList > li > a:hover {}
}
@media screen and (max-width: 999px) {
	.download {}
	.download_title {}
	.download_title > .icon {}
	.download_title > b {}
	.download_list {}
	.download_list > li {}
	.download_list > li:first-child {}
	.download_list > li:last-child {}
	.download_list > li:nth-child(2n+1) {}
	.download_list > li:nth-child(n+3) {
		margin-top: 20px;
	}
	.download_item {}
	.download_image {
		width: 150px;
		height: 150px;
	}
	.download_areaText {
		width: calc(100% - 165px);
	}
	.download_headline {
		font-size: 16px;
	}
	.download_btnList {
		display: block;
		margin-top: 10px;
	}
	.download_btnList > li {
		width: auto;
		margin: 10px auto 0;
	}
	.download_btnList > li:first-child {
		margin-top: 0;
	}
	.download_btnList > li:last-child {}
	.download_btnList > li:nth-child(2n+1) {}
	.download_btnList > li:nth-child(n+3) {}
	.download_btnList > li > a {}
	.download_btnList > li > a::before {}
	.download_btnList > li > a::after {}
	.download_btnList > li > a > .icon {}
}
@media screen and (max-width:767px) {
	.download {}
	.download_title {}
	.download_title > .icon {}
	.download_title > b {}
	.download_list {
		display: block;
	}
	.download_list > li {
		width: auto;
		margin: 0;
	}
	.download_list > li:first-child {}
	.download_list > li:last-child {}
	.download_list > li:nth-child(2n+1) {}
	.download_list > li:nth-child(n+2) {
		margin-top: 15px;
	}
	.download_item {}
	.download_image {
		width: 100px;
		border-width: 5px;
		height: 100px;
	}
	.download_areaText {
		width: calc(100% - 115px);
	}
	.download_headline {
		font-size: 14px;
	}
	.download_btnList {
		margin-top: 5px;
	}
	.download_btnList > li {
		margin-top: 5px;
	}
	.download_btnList > li:first-child {}
	.download_btnList > li:last-child {}
	.download_btnList > li:nth-child(2n+1) {}
	.download_btnList > li:nth-child(n+3) {}
	.download_btnList > li > a {}
	.download_btnList > li > a::before {}
	.download_btnList > li > a::after {}
	.download_btnList > li > a > .icon {}
	.download_note {
	}
}
