@charset "utf-8";

main section#download {
	width: 100%;
	max-width: 984px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 100px;
	box-sizing: border-box;
	font-family: "logotypegothic";
	text-align: center;
}
main section#download * {
	box-sizing: border-box;
}
main section#download h2 {
	margin-bottom: 75px;

	padding: 0 20px;
	display: flex;
	align-items: center;
	gap: 30px;
	color: #df4079;
	font-family: "logotypegothic";
	font-size: 36px;
	letter-spacing: 0.05em;
	line-height: 1.2;
	font-weight: 600;
}

.contents {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.block_wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: start;
	width: 49.38%;
	padding: 8px;
	border-radius: 8px;
	background: #fff;
}
.imagetitle {
	width: 100%;
	font-size: 18px;
}
.block_wrapper:nth-child(n + 3) {
	margin-top: 30px;
}
.block {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 48.7%;
	height: calc(100% - 18px * 1.8);
}
.block:nth-child(2):last-child {
	width: 100%;
}
.block .image {
	position: relative;
	width: 100%;
	height: 240px;
	margin-bottom: 6px;
}
.block .image img {
	width: 100%;
	max-width: 100%;
	height: 100%;
	margin: 0 auto;
	object-fit: contain;
}
.block .title {
	height: 40px;
	margin-bottom: 12px;
	font-size: 18px;
}
.block .btn {
	width: 100%;
	max-width: 190px;
	margin: 0 auto;
}
.block .btn a {
	display: inline-block;
	width: 100%;
	border-radius: 13px;
	background: #ee83ac;
	color: #fff;
	line-height: 26px;
	text-align: center;
	text-decoration: none;
}

@media screen and (max-width: 800px) {
	.contents {
		flex-direction: column;
		max-width: 476px;
		margin-left: auto;
		margin-right: auto;
	}
	.block_wrapper {
		width: 100%;
	}
	.block_wrapper:nth-child(n + 2) {
		margin-top: 30px;
	}

	main section#download h2 {
		margin-bottom: 50px;

		padding: 0px;
		gap: 10px;
		font-size: 20px;
		letter-spacing: 0em;
	}
	main section#download h2 img{
width: 50px;
	}
}
