@charset "UTF-8";
/* CSS Document */
a {	text-decoration:underline; }
a:hover {	text-decoration:none; }
.pt_page {
	padding-top: 80px !important;
}
.section_ttl {
	padding: 0;
	padding-top: 40px;
	padding-bottom: 15px;
	border: none;
	border-bottom: 1px solid #c4a983;
	font-size: 2rem;
	margin-bottom: 1.6rem;
	font-family: serif;
}
.box_discount {
	color: #C92011;
	font-weight: 600;
	border: #C92011 1px solid;
	display: inline-block;
	padding: 5px 10px;
	line-height: 1;
	margin-bottom: 10px;
}
.small_text {
	font-size: 0.9em;
}
.em_text {
	color: #C92011;
	font-weight: 600;
}
.bold {
	font-weight: 600;
}
.note {
	position: relative;
	padding-left: 1.5em;
}
.note::before {
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
}
.mb20 {
	margin-bottom: 20px;
}
.mb {
	margin-bottom: 1.6rem;
}
.disc_list li {
	list-style-type: disc;
	margin-left: 1.5em;
	margin-bottom: 5px;
	line-height: 1.8;
}

@media screen and (max-width: 768px) {
	.pt_page {
		padding-top: 40px !important;
	}
	.disc_list li {
		font-size: 1.4rem;
}