@import url(./info.css);

.txt-color1 {
	color: #16549f;
}

.txt-course-title {
	font-size: 34px;
}

#banner .title-01::after {
	background-image: none;
}

#banner .title-01.point_list::after {
	width: 146px;
	height: 118px;
	bottom: -133px;
	left: calc( 50% - 73px );
	background: url(../../images/inner/present/banner-icon.png) no-repeat;
	background-size: 100%;
}

.info__block__faq--foot p.img {
	text-align: center;
}

.giftlist-title {
	background-color: #41a5e4;
	color: #fff;
	margin-bottom: 16px;
	padding: 16px 0;
	position: relative;
	text-align: center;
}

.giftlist-title::before {
	position: absolute;
	content: '';
	background: url(../../images/inner/present/icon_01.png) no-repeat;
	width: 143px;
	height: 92px;
	background-size: contain;
	left: 15px;
	top: 12px;
}

.giftlist-title::after {
	position: absolute;
	content: '';
	background: url(../../images/inner/present/icon_02.png) no-repeat;
	width: 120px;
	height: 91px;
	background-size: contain;
	right: 0;
	top: 12px;
}

.giftlist-title h2 {
	font-size: 3rem;
	font-weight: 900;
	text-align: center;
	line-height: 1;
}

.giftlist-title h3 {
	color: #fff;
	font-size: 4.8rem;
	font-weight: 900;
	text-align: center;
	line-height: 1.3;
	margin: 0 0 -4px 0;
}

.giftlist_wrap-3000 .coupon-donation,
.giftlist_wrap-6000 .coupon-donation,
.giftlist_wrap-9000 .coupon-donation,
.giftlist_wrap-12000 .coupon-donation,
.giftlist_wrap-15000 .coupon-donation,
.giftlist_wrap-18000 .coupon-donation,
.giftlist_wrap-21000 .coupon-donation {
	text-align: center;
}

.giftlist_wrap-3000 .coupon-donation img,
.giftlist_wrap-6000 .coupon-donation img,
.giftlist_wrap-9000 .coupon-donation img,
.giftlist_wrap-12000 .coupon-donation img,
.giftlist_wrap-15000 .coupon-donation img,
.giftlist_wrap-18000 .coupon-donation img,
.giftlist_wrap-21000 .coupon-donation img {
	width: 55%;
}

.giftlist_wrap-6000 .giftlist-image_list .txt-or {
	font-size: 4rem;
}

.giftlist-image_list {
	text-align: center;
}

.giftlist-image_list li {
	margin-top: 24px;
}

.giftlist-image_list li:first-child {
	margin-top: 0;
}

.giftlist-notice {
	font-size: .9em;
	margin-top: 2rem;
}

.giftlist-notice.mt0 {
	margin-top: 0;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
	.giftlist-title h3 {
		font-size: 3.4rem;
	}
}

@media screen and (max-width: 767px) {
	.giftlist-title:before {
		width: 12vw;
	}

	.giftlist-title:after {
		width: 13vw;
	}

	.txt-course-title {
		font-size: 24px;
	}
}

@media screen and (max-width: 540px) {
	.giftlist-title:before {
		left: 5px;
		width: 13vw;
	}

	.giftlist-title:after {
		width: 15vw;
	}

	.giftlist-title h2 {
		font-size: 4.24vw;
	}

	.giftlist-title h3 {
		font-size: 6vw;
	}

	.txt-course-title {
		font-size: 22px;
	}

	#banner .title-01.point_list::after {
		width: 23.6%;
		height: 0;
		padding-bottom: 19%;
		bottom: 0;
		top: 130%;
		left: calc( 50% - 11.8% );
	}

	.giftlist_wrap-6000 .giftlist-image_list .txt-or {
		font-size: 2rem;
	}	

	.info__block__faq.info__block__point-list .info__block__faq--head { background-color: #41a5e4; }
}