@charset "UTF-8";

@media (min-width: 769px) {
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
		color: inherit;
	}
}
#giftcard_wrap {
	width: 96%;
	max-width: 860px;
	margin: 0 auto;
	letter-spacing: 0.1em;
}
.page-heading {
	margin-bottom: 20px;
}
.page-heading span {
	font-size: 0.8em;
}
.ttl-contents {
	font-size: 18px;
}
.ttl-block {
	position: relative;
	text-align: left;
	line-height: 1.4em;
	font-size: 16px;
	font-weight: 500;
	color: #112c4f;
	margin-bottom: 1em;
	letter-spacing: 0.1em;
	padding-left: 1.5em;
}
.ttl-block::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	translate: 0 -50%;
	width: 1em;
	aspect-ratio: 1 / 1;
	background-color: #112c4f;
}
.ttl-sub {
	line-height: 2em;
	font-size: 1em;
	margin-top: 2em;
}
#giftcard_wrap .head-text {
	line-height: 1.6em;
	text-align: center;
	margin-bottom: 100px;
	padding-left: 1em;
	text-indent: -1em;
}

#giftcard_wrap p {
	line-height: 2em;
}
#giftcard_wrap p + p {
	margin-top: 2em;
}
#giftcard_wrap p + .ttl-block {
	margin-top: 3em;
}
#giftcard_wrap p a {
	word-break: break-all;
}
#giftcard_wrap sub {
	bottom: 0;
}
#giftcard_wrap ul > li,
#giftcard_wrap ol > li {
	line-height: 2em;
}
#giftcard_wrap dl {
	display: flex;
	flex-wrap: wrap;
	line-height: 2em;
}
#giftcard_wrap dl dt {
	width: 12%;
	text-align: right;
}
#giftcard_wrap dl dd {
	width: 88%;
}
#giftcard_wrap dl + p,
#giftcard_wrap p + dl {
	margin-top: 1em;
}
#giftcard_wrap strong,
#giftcard_wrap b {
	font-weight: 500;
}

#giftcard_wrap p a.btn-mail {
	display: inline-block;
	font-size: 1.2em;
	border: 1px solid #a6a6a6;
	padding: 0.5em 1em 0.5em 3.5em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	background-image: url('../../img/common/icon_mail.svg');
	background-repeat: no-repeat;
	background-position: left 1em center;
	background-size: 2em auto;
}

/* Below 768px */
@media screen and (min-width:1px) and (max-width: 768px) {
	#giftcard_wrap {
		width: auto;
		margin: 0 4.6875vw;
	}
	.page-heading {
		font-size: 4.375vw;
		margin-bottom: 3.125vw;
	}

	.ttl-contents {
		font-size: 3.75vw;
	}
	.ttl-block {
		font-size: 3.75vw;
	}
	#giftcard_wrap .head-text {
		text-align: left;
		margin-bottom: 15.625vw;
	}
	#giftcard_wrap dl {
		display: block;
	}
	#giftcard_wrap dl dt {
		width: 100%;
		text-align: left;
	}
	#giftcard_wrap dl dd {
		width: 100%;
	}
	#giftcard_wrap dl dd + dt {
		margin-top: 0.5em;
	}
}
