@charset "utf-8";
/* CSS Document */
.top-logo h1 {
	font-size: 1.5rem;
}
.wrap-top-img::before {
	clip-path: url(#top-clip-path-sp);
}
.top-title {
	width: 80%;
	margin-top: 25%;
}
.top-img-amount {
	padding-right: 10px;
	margin-top: 20%;
}
.top-img-amount dt,
.top-img-amount dd {
	width: 100%;
}
.top-img-amount dd {
	margin-bottom: 5px;
}
.wrap-link-btn {
	margin: 0 auto;
}
.link-btn {
	width: calc(100% / 2 - 7px);
}
.link-btn:nth-child(n+3) {
	margin-top: 5px;
}
.link-btn button {
	padding: 5px 10px;
}
.pmu-explanation p {
	padding: 30px;
}
.pmu-explanation::before {
	top: -7px;
	left: -7px;
}
.pmu-explanation::after {
	top: 7px;
	left: 7px;
}
.worries:nth-child(n+3) {
	margin-top: 10px;
}
.kinds-contents div {
	width: 100%;
}
.kinds-contents div:nth-child(2) {
	margin: 15px 0;
}
.staff-bg {
	padding: 50px 10px;
}
.side-effects {
	padding: 50px 30px;
}
.worries:nth-child(-n+2),
.worries:nth-child(5){
	animation: swayRight 5s ease-in-out infinite;
}
.worries:nth-child(3),
.worries:nth-child(4) {
	animation: swayLeft 5s ease-in-out infinite;
}
.worries:nth-child(1),
.worries:nth-child(3) {
	margin-right: 5px;
}
.worries:nth-child(2),
.worries:nth-child(4) {
	margin-left: 5px;
}
.worries:nth-child(5) {
	margin: 10px 0 0 0;
}
.demerit-title  {
	width: 35%;
}
.demerit-list::before,
.demerit-list::after {
	width: 95%;
}
.demerit-list::before {
	top: 80px;
	left: 5px;
}
.demerit-list::after {
	top: 90px;
	left: 15px;
}
.demerit-list {
	padding: 20px 35px 20px 35px;
}
.flow-img div:first-child {
	width: 80px;
}
.triangle-l,
.triangle {
	width: 20px;
	height: 50px;
}
.flow-img.flow-03::after,
.flow-img.flow-06::after {
	width: 50px;
	height: 20px;
	left: calc(50% - 25px);
}
.flow-img {
	height: 140px;
}
.wrap-fee-list p {
	padding: 10px;
}
.precautions-list {
	padding: 50px;
}
.question-list li div p {
	padding: 50px 30px;
}
.wrap-footer-contents {
	border-radius: 15px;
	padding: 30px 10px;
}
.medical-hours {
	padding: 20px 15px;
}
footer::before {
	clip-path: url(#footer-clip-path-sp);
}