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

#contents {
	position: relative;
	padding-bottom: 100px;
}
.mimgblk {
	background-image: url(../img/donation_mimg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 1033px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 0;
}
.message {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	width: 605px;
	min-height: 872px;
	color: #63503b;
}
.message strong {
	display: block;
	padding: 70px 0 30px;
	font-size: 50px;
	line-height: 1.37;
}
.message p {
	font-size: 21px;
	line-height: 1.666;
	padding-bottom: 30px;
}
.message .btns {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.message .btns a {
	display: block;
	width: 500px;
	background-color: rgba(0,165,227,0.34);
	color: #333;
	text-decoration: none;
	font-size: 19px;
	line-height: 60px;
	font-weight: bold;
	text-align: center;
	border-radius: 10px;
}

.pan_list {
	padding-top: 872px;
	padding-bottom: 25px;
	color: #000;
}
.pan_list a {
	color: #000;
}
.pan_list img {
	filter: brightness(0);
}

.wblk {
	background-color: #FFF;
	border-radius: 10px;
	padding: 70px 60px;
}
.bblk {
	background-color: #e0dedc;
	border-radius: 10px;
	padding: 55px 60px;
}

#a1 .st {
	font-size: 20px;
	line-height: 1.5;
	text-align: center;
	color: #63503b;
	padding-bottom: 30px;
}
#a1 h2 {
	font-size: 50px;
	line-height: 1;
	color: #63503b;
	text-align: center;
	padding-bottom: 68px;
}
#a1 .fblk {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#a1 .fblk > div {
	width: 48%;
}
#a1 .fblk > div {
	width: 100%;
}
#a1 .fblk .btn {
	text-align: center;
	padding: 25px 0 50px;
}
#a1 .fblk .btn a {
	display: block;
	width: 500px;
	margin: 0 auto;
	background-color: rgba(0,165,227,0.34);
	color: #333;
	text-decoration: none;
	font-size: 19px;
	line-height: 60px;
	font-weight: bold;
	text-align: center;
	border-radius: 10px;
}
#a1 .fblk h3 {
	font-size: 27px;
	line-height: 58px;
	color: #63503b;
	border-top: 4px solid #bfb7ae;
	border-bottom: 4px solid #bfb7ae;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}
#a1 .fblk > div > p {
	font-size: 19px;
	line-height: 1.84;
	text-align: justify;
	color: #63503b;
	font-feature-settings: 'palt';
	letter-spacing: 0.06em;
}
#a1 .fblk > div > p a {
	text-decoration: none;
	color: #05c3d4;
}
#a1 .fblk > div > p strong {
	font-weight: bold;
}
#a1 .blk1 {
	border: 1px solid #666;
	margin-top: 40px;
}
#a1 .blk1 h4 {
	background-color: #bab3ab;
	font-size: 25px;
	line-height: 50px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
}
#a1 .blk1 > div {
	padding: 30px 25px;
}
#a1 .blk1 > div > div {
	display: flex;
	flex-wrap: nowrap;
}
#a1 .blk1 > div > div > p {
	font-size: 19px;
	line-height: 1.78;
}
#a1 .blk1 > div > div > p:first-child {
	width: 256px;
}
#a1 .blk1 > div > div > p:last-child {
	width: calc(100% - 256px);
}
#a1 .blk1 strong {
	display: block;
	font-size: 19px;
	line-height: 1.78;
	font-weight: bold;
	color: #63503b;
	margin-top: 25px;
}
#a1 .contact {
	margin-top: 60px;
	background-color: #eee;
	padding: 30px 25px;
	text-align: center;
	color: #63503b;
}
#a1 .contact h4 {
	font-size: 26px;
	line-height: 1;
	font-weight: bold;
}
#a1 .contact strong {
	display: block;
	font-size: 23px;
	line-height: 1;
	font-weight: normal;
	padding: 25px 0 15px;
}
#a1 .contact p {
	font-size: 20px;
	line-height: 1.5;
}
#a1 .contact p a {
	text-decoration: none;
	color: #63503b;
}
#a1 .contact p a:hover {
	opacity: 0.7;
	color: #00cccc;
}
#a1 .sub {
	padding-top: 50px;
}
#a1 .sub h4 {
	font-size: 26px;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	color: #63503b;
	padding-bottom: 20px;
}
#a1 .sub .img {
	max-width: 575px;
	margin: 0 auto;
}
#a1 .sub .img img {
	width: 100%;
	height: auto;
}
#a1 .sub .btn {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-wrap: nowrap;
	justify-content: center;
	gap: 20px;
	padding: 0;
}
#a1 .sub .btn a {
	width: 474px;
	margin: 0;
}
#a1 .bank {
	padding: 30px 25px;
	border: 1px solid #6f6f6e;
	box-sizing: border-box;
	color: #5e513e;
}
#a1 .bank > div {
	display: flex;
	flex-wrap: nowrap;
}
#a1 .bank > div > p {
	font-size: 19px;
	line-height: 1.78;
}
#a1 .bank > div > p:first-child {
	width: 256px;
}
#a1 .bank > div > p:last-child {
	width: calc(100% - 256px);
}
#a1 .bank strong {
	display: block;
	font-size: 19px;
	line-height: 1.78;
	font-weight: bold;
	color: #5e513e;
	margin-top: 25px;
}

#a2 h2 {
	font-size: 50px;
	line-height: 1;
	color: #63503b;
	text-align: center;
	padding: 90px 0 70px;
}
#a2 h2 + p {
	font-size: 19px;
	line-height: 1.8;
	color: #63503b;
	padding-bottom: 40px;
}
#a2 .fblk {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
#a2 .fblk > div {
	width: 48%;
	box-sizing: border-box;
	color: #63503b;
}
#a2 h3 {
	font-size: 30px;
	line-height: 1;
	text-align: center;
	font-weight: bold;
	padding-bottom: 35px;
}
#a2 strong {
	display: block;
	font-size: 19px;
	line-height: 1;
	font-weight: 700;
	padding-bottom: 10px;
}
#a2 p {
	font-size: 19px;
	line-height: 1.84;
	text-align: justify;
}
#a2 .img {
	text-align: center;
	padding-top: 105px;
}
#a2 .img img {
	width: 500px;
	height: auto;
}
#a2 .bblk .img {
	text-align: left;
	padding-top: 0;
}
#a2 .bblk .img img {
	width: 500px;
	height: auto;
	margin-top: 20px;
}
#a2 .bblk .img + strong {
	margin-top: 30px;
}

#a3 h2 {
	font-size: 50px;
	line-height: 1;
	color: #63503b;
	text-align: center;
	padding: 100px 0 70px;
}
#a3 .fblk {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
}
#a3 .fblk.f1 {
	padding-bottom: 90px;
}
#a3 .fblk.f1 > div.img {
	width: 535px;
	font-size: 0;
}
#a3 .fblk.f1 > div.renew {
	width: calc(100% - 585px);
	color: #63503b;
}
#a3 .fblk.f1 > div.img img {
	width: 484px;
	height: auto;
}
#a3 .fblk.f1 > div.img p {
	font-size: 16px;
	line-height: 1.8;
	color: #333;
	padding-top: 10px;
}
#a3 .fblk.f1 > div.renew strong {
	display: block;
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
	padding-bottom: 20px;
}
#a3 .fblk.f1 > div.renew h3 {
	font-size: 30px;
	line-height: 1.3;
	font-weight: 700;
	padding-bottom: 30px;
}
#a3 .fblk.f1 > div.renew p {
	font-size: 17px;
	line-height: 1.7;
	text-align: justify;
}
#a3 .btn {
	text-align: center;
	padding-top: 30px;
}
#a3 .btn a {
	display: block;
	width: 500px;
	margin: 0 auto;
	background-color: rgba(0,165,227,0.34);
	color: #333;
	text-decoration: none;
	font-size: 19px;
	line-height: 60px;
	font-weight: bold;
	text-align: center;
	border-radius: 10px;
}
#a3 .wblk > strong {
	display: block;
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
	color: #63503b;
	padding: 45px 0 25px;
}
#a3 .fblk.f2 > div.img {
	width: 708px;
	font-size: 0;
}
#a3 .fblk.f2 > div.mes {
	width: calc(100% - 708px);
	color: #63503b;
}
#a3 .fblk.f2 > div.img img {
	width: 673px;
	height: auto;
}
#a3 .fblk.f2 > div.mes h3 {
	font-size: 30px;
	line-height: 1.5;
	font-weight: bold;
	padding-bottom: 30px;
}
#a3 .fblk.f2 > div.mes p {
	font-size: 17px;
	line-height: 2;
	text-align: justify;
}
#a3 h3.donation_t {
	font-size: 0;
}
#a3 h3.donation_t img {
	width: 100%;
	height: auto;
}
#a3 strong.dt {
	font-size: 30px;
	line-height: 1;
	font-weight: 700;
	padding-bottom: 25px;
}
#a3 strong.dt + p {
	font-size: 18px;
	line-height: 2;
	color: #63503b;
	text-align: justify;
	padding-bottom: 25px;
}
#a3 .list {
	width: 547px;
	margin: 0 auto;
}
#a3 .list strong {
	display: block;
	font-size: 22px;
	line-height: 1;
	font-weight: 700;
	color: #63503b;
	padding: 15px 0;
}
#a3 .list img {
	width: 100%;
	height: auto;
}



@media screen and (max-width: 790px) {
	#contents {
		padding-bottom: 40px;
		background-color: #FFF;
	}
	.mimg {
		background-image: url(../img/news_mimg_sp.jpg);
	}
	.mimg h1 {
		font-size: 25px;
		line-height: 67px;
	}
	.pan_list {
		padding-bottom: 35px;
		padding-top: 12px;
	}
	.mimgblk {
		background-image: url(../img/donation_mimg_sp.jpg);
		height: 527px;
		background-position: center top;
	}
	.mimgblk + .container {
		height: 527px;
	}
	.message {
		width: auto;
		min-height: auto;
		padding: 0 25px;
		top: auto;
		bottom: 15px;
	}
	.message strong {
		padding: 12px 0;
		font-size: 19px;
		line-height: 1.42;
	}
	.message p {
		font-size: 12px;
		line-height: 1.75;
		padding-bottom: 15px;
	}
	.message .btns {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}
	.message .btns a {
		width: 100%;
		font-size: 14px;
		line-height: 39px;
	}
	.wblk {
		border-radius: 0;
		margin: 0 -20px;
		padding: 20px 25px 30px;
	}
	.bblk {
		padding: 25px 14px;
	}
	
	#a1 .st {
		font-size: 12px;
		padding-bottom: 15px;
	}
	#a1 h2 {
		font-size: 20px;
		padding-bottom: 30px;
	}
	#a1 .fblk {
		flex-direction: column;
	}
	#a1 .fblk > div {
		width: 100%;
	}
	#a1 .fblk > div:last-child {
		margin-top: 34px;
	}
	#a1 .fblk h3 {
		font-size: 16px;
		line-height: 33px;
		border-top: 2px solid #bfb7ae;
		border-bottom: 2px solid #bfb7ae;
		margin-bottom: 10px;
	}
	#a1 .fblk h3.dl {
		line-height: 1.25;
		padding: 7px 0;
	}
	#a1 .fblk > div > p {
		font-size: 12px;
		line-height: 1.75;
	}
	#a1 .fblk .btn {
		padding: 20px 0 30px;
	}
	#a1 .fblk .btn a {
		width: 100%;
		font-size: 14px;
		line-height: 40px;
	}
	#a1 .blk1 {
		margin-top: 20px;
	}
	#a1 .blk1 h4 {
		font-size: 14px;
		line-height: 30px;
	}
	#a1 .blk1 > div {
		padding: 15px 14px;
	}
	#a1 .blk1 > div > div > p {
		font-size: 12px;
		line-height: 1.75;
	}
	#a1 .blk1 > div > div > p:first-child {
		width: auto;
		padding-right: 1em;
	}
	#a1 .blk1 > div > div > p:last-child {
		width: auto;
	}
	#a1 .blk1 strong {
		font-size: 12px;
		margin-top: 12px;
	}
	#a1 .contact {
		margin-top: 30px;
		padding: 17px 0 22px;
	}
	#a1 .contact h4 {
		font-size: 17px;
	}
	#a1 .contact strong {
		font-size: 15px;
		padding: 15px 0 12px;
	}
	#a1 .contact p {
		font-size: 12px;
	}
	#a1 .contact p a {
		text-decoration: none;
		color: #63503b;
	}
	#a1 .sub {
		padding-top: 30px;
	}
	#a1 .sub h4 {
		font-size: 15px;
		padding-bottom: 15px;
	}
	#a1 .sub .btn {
		flex-direction: column;
		padding: 0;
		gap: 15px;
	}
	#a1 .bank {
		padding: 20px 14px;
	}
	#a1 .bank > div > p {
		font-size: 12px;
		line-height: 1.75;
	}
	#a1 .bank > div > p:first-child {
		width: auto;
		padding-right: 1em;
	}
	#a1 .bank > div > p:last-child {
		width: auto;
	}
	#a1 .bank strong {
		font-size: 12px;
		margin-top: 12px;
	}
	
	#a2 {
		background-color: #eee;
		margin: 0 -20px;
		padding: 0 25px;
	}
	#a2 h2 {
		font-size: 20px;
		padding: 34px 0 28px;
	}
	#a2 h2 + p {
		font-size: 12px;
		line-height: 1.75;
		padding-bottom: 5px;
	}
	#a2 .fblk {
		flex-direction: column;
	}
	#a2 .fblk > div {
		width: 100%;
	}
	#a2 .fblk > div:last-child {
		margin-top: 15px;
	}
	#a2 h3 {
		font-size: 17px;
		padding-bottom: 25px;
	}
	#a2 strong {
		font-size: 12px;
		padding-bottom: 5px;
	}
	#a2 p {
		font-size: 12px;
		line-height: 1.75;
	}
	#a2 .img {
		padding: 20px 0 40px;
	}
	#a2 .img img {
		width: 100%;
		height: auto;
	}
	#a2 .bblk .img {
		padding: 0;
	}
	#a2 .bblk .img img {
		width: 100%;
		height: auto;
		margin-top: 20px;
	}
	
	#a3 h2 {
		font-size: 20px;
		line-height: 1.25;
		padding: 30px 0 0;
	}
	#a3 .fblk {
		flex-direction: column;
	}
	#a3 .fblk.f1 {
		flex-direction: column-reverse;
		padding-bottom: 35px;
	}
	#a3 .fblk.f1 > div.img {
		width: 100%;
		margin-top: 25px;
	}
	#a3 .fblk.f1 > div.renew {
		width: 100%;
	}
	#a3 .fblk.f1 > div.img img {
		width: 100%;
		height: auto;
	}
	#a3 .fblk.f1 > div.img p {
		font-size: 11px;
		padding-top: 5px;
	}
	#a3 .fblk.f1 > div.renew strong {
		font-size: 17px;
		padding-bottom: 18px;
		text-align: center;
	}
	#a3 .fblk.f1 > div.renew h3 {
		font-size: 17px;
		text-align: center;
		padding-bottom: 15px;
		font-feature-settings: 'palt';
	}
	#a3 .fblk.f1 > div.renew p {
		font-size: 12px;
		line-height: 1.75;
		text-align: center;
	}
	#a3 .btn {
		padding-top: 25px;
	}
	#a3 .btn a {
		width: 100%;
		font-size: 14px;
		line-height: 39px;
	}
	#a3 .wblk > strong {
		font-size: 17px;
		padding: 30px 0 18px;
	}
	#a3 .fblk.f2 > div.img {
		width: 100%;
	}
	#a3 .fblk.f2 > div.mes {
		width: 100%;
	}
	#a3 .fblk.f2 > div.img img {
		width: 100%;
		height: auto;
	}
	#a3 .fblk.f2 > div.mes h3 {
		font-size: 22px;
		padding: 25px 0;
	}
	#a3 .fblk.f2 > div.mes p {
		font-size: 12px;
		line-height: 1.75;
	}
	#a3 strong.dt {
		text-align: center;
		padding: 30px 0 15px;
	}
	#a3 strong.dt + p {
		font-size: 12px;
		line-height: 1.75;
		text-align: justify;
		padding-bottom: 0;
	}
	#a3 .list {
		width: 100%;
	}
	#a3 .list strong {
		font-size: 16px;
		padding: 14px 0;
		text-align: center;
	}
	#a3 .list .img {
		width: 300px;
		margin: 0 auto;
	}
}