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

#contents {
	padding-bottom: 110px;
}
.mimg {
	background-image: url(../img/donor_mimg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	font-size: 0;
}
.mimg .container {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 422px;
}
.mimg h1 {
	font-size: 40px;
	line-height: 108px;
	color: #333;
	letter-spacing: 0.06em;
	width: 620px;
	margin: 0 auto;
	text-align: center;
	border-radius: 10px;
	background-color: rgba(255,255,255,0.6);
}
.mimg p {
	font-size: 18px;
	line-height: 1.72;
	color: #666;
	text-align: center;
	padding-top: 35px;
}

.pan_list {
	padding-bottom: 60px;
}

.donor_contents .info {
	text-align: center;
	color: #666;
}
.donor_contents .info span {
	display: inline-block;
	font-size: 30px;
}
.donor_contents .info strong {
	display: inline-block;
	padding-left: 20px;
	font-size: 50px;
	font-weight: bold;
}
.donor_contents .info strong span {
	font-size: 30px;
	font-weight: normal;
	padding-left: 15px;
}
.donor_contents .info .date {
	font-size: 20px;
}
.donor_contents .info .btns {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	gap: 20px;
	padding: 70px 0 100px;
}
.donor_contents .info .btns a {
	display: block;
	width: 500px;
	border-radius: 10px;
	background-color: #9dd5ea;
	color: #333;
	text-decoration: none;
	text-align: center;
	font-size: 19px;
	line-height: 60px;
}
.wblk {
	background-color: #FFF;
	border-radius: 10px;
	margin-bottom: 30px;
	color: #666;
}
.wblk .head {
	font-size: 30px;
	line-height: 88px;
	padding-left: 40px;
	border-bottom: 1px solid #93a5e9;
}
.wblk .body {
	padding: 32px 0;
}
.wblk .body strong {
	display: block;
	font-size: 25px;
	line-height: 1;
	color: #8edae6;
	padding-left: 40px;
}
.wblk .body .list {
	padding: 0 170px 44px;
	display: flex;
	flex-wrap: wrap;
}
.wblk .body .list div {
	font-size: 20px;
	line-height: 1.4;
	width: 200px;
	height: 68px;
	box-sizing: border-box;
	padding-right: 15px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #e0e0e0;
}
#a2 .body .list div {
	width: 500px;
}
.donor_footer {
	text-align: center;
	font-size: 30px;
	line-height: 1.4;
	color: #666;
	padding-top: 35px;
}


@media screen and (max-width: 790px) {
	#contents {
		padding-bottom: 80px;
		background-color: #FFF;
	}
	.mimg {
		background-image: url(../img/donor_mimg_sp.jpg);
	}
	.mimg .container {
		height: 265px;
		justify-content: flex-start;
		padding-right: 10px;
	}
	.mimg h1 {
		font-size: 25px;
		line-height: 1.4;
		width: auto;
		text-align: left;
		background-color: transparent;
		border-radius: 0;
	}
	.mimg p {
		font-size: 12px;
		line-height: 1.75;
		text-align: left;
		padding-top: 20px;
	}
	.pan_list {
		padding-bottom: 35px;
	}
	.donor_contents .info span {
		display: block;
		font-size: 20px;
	}
	.donor_contents .info strong {
		display: block;
		font-size: 40px;
		padding: 0 0 0 25px;
	}
	.donor_contents .info strong span {
		font-size: 20px;
		display: inline-block;
		padding-left: 5px;
	}
	.donor_contents .info .date {
		font-size: 12px;
		padding-top: 10px;
	}
	.donor_contents .info .btns {
		flex-direction: column;
		gap: 10px;
		padding: 12px 0 30px;
	}
	.donor_contents .info .btns a {
		width: 100%;
		font-size: 16px;
		line-height: 40px;
	}
	.donor_contents .info .btns a {
		width: 100%;
		font-size: 14px;
		line-height: 40px;
	}
	.wblk {
		margin-left: -20px;
		margin-right: -20px;
	}
	.wblk .head {
		font-size: 20px;
		line-height: 70px;
		padding-left: 20px;
	}
	.wblk .body {
		padding: 0;
	}
	.wblk .body strong {
		font-size: 20px;
		line-height: 1;
		padding: 30px 0 10px 20px;
	}
	.wblk .body .list {
		padding: 0 10px 30px;
	}
	.wblk .body .list {
		padding: 0 20px;
	}
	.wblk .body .list div {
		width: 33.33%;
		font-size: 12px;
		min-height: 42px;
		padding-right: 10px;
	}
	#a2 .body .list div {
		width: 100%;
		padding-right: 0;
	}
	.donor_footer {
		font-size: 18px;
		padding-top: 10px;
		font-feature-settings: "palt";
	}
}