@charset "UTF-8";

.page_hd {
	margin-bottom: 60px;
}
.intro {
	text-align: center;
	margin-bottom: 50px;
}
.intro_werp {
}
.sec {
}
.sec_hd {
	font-size: 30px;
	font-weight: bold;
	padding: 18px 0;
	border-top: #ee4944 2px dashed;
	border-bottom: #ee4944 2px dashed;
	text-align: center;
}
.playbus {
}
.playbus_hd {
}
.playbus_cnt {
	max-width: 890px;
	margin: 0 auto;
	padding: 50px 0 70px;
}
.playbus_cnt p {
	margin-bottom: 0.5em;
}
.playbus_cnt strong {
	font-weight: bold;
}
.playbus_cnt a {
	text-decoration: underline;
}
.ped {
}
.ped_hd {
}
.ped_wrap {
	padding: 35px 0 55px;
}
.ped_file {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 14px 30px;
	border-radius: 9999px;
	background: #f0eeed;
	width: 500px;
	margin: 0 auto 25px;
	font-weight: bold;
}
.ped_file_icon {
	display: flex;
}

@media screen and (max-width: 1240px) {
}

@media screen and (max-width: 768px) {
	.page_hd {
		margin-bottom: 30px;
	}
	.intro {
	}
	.intro_werp {
	}
	.sec {
	}
	.sec_hd {
		font-size: 24px;
		padding: 14px 0;
	}
	.playbus {
	}
	.playbus_hd {
	}
	.playbus_cnt {
	}
	.playbus_cnt p {
	}
	.playbus_cnt strong {
	}
	.playbus_cnt a {
	}
	.ped {
	}
	.ped_hd {
	}
	.ped_wrap {
	}
	.ped_file {
		width: 100%;
		max-width: 350px;
	}
	.ped_file_icon {
	}
}

@media print {
}
