@charset "utf-8";
/* CSS Document */
.top-title {
	margin-top: 5%;
	width: 70%;
}
.wrap-link-btn {
	margin: 20px auto 0;
}
.link-btn {
	width: calc(100% / 3 - 30px);
}
.link-btn button {
	padding: 15px 10px;
	width: calc(100% - 20px);
}
.link-btn:nth-child(n+4) {
	margin-top: 30px;
}
.wrap-worries {
	justify-content: center;
}
.worries:nth-child(2) {
	margin: 0 50px;
}

.worries:nth-child(4){
	margin-right: 25px;
}
.worries:nth-child(5) {
	margin-left: 25px;
	margin-top: 70px;
}
@media screen and (max-width: 850px) {
	.worries:nth-child(2) {
		margin: 0 10px;
	}
	.worries:nth-child(4){
		margin-right: 5px;
	}
	.worries:nth-child(5) {
		margin-left: 5px;
	}
}
.worries:nth-child(-n+3) {
	animation: swayRight 5s ease-in-out infinite;
}
@keyframes swayRight {
	0% {
		transform: translatex(-20px);
	}
	50% {
		transform: translatex(20px);
	}
	100% {
		transform: translatex(-20px);
	}
}
.worries:nth-child(n+4) {
	animation: swayLeft 5s ease-in-out infinite;
}
@keyframes swayLeft {
	0% {
		transform: translatex(20px);
	}
	50% {
		transform: translatex(-20px);
	}
	100% {
		transform: translatex(20px);
	}
}
.wrap-kinds {
	border-radius: 50px;
}
.kinds-contents div {
	width: calc(100% / 3 - 60px);
}
.staff-bg {
	padding: 100px;
}
.staff {
	padding: 50px;
}
.demerit-title {
	padding: 50px;
}
.demerit-list {
	width: 75%;
}
.demerit-list ul {
	margin: 145px 0 0 0px;
}
.demerit-list::before,
.demerit-list::after {
	height: 80%;
}
.demerit-list::before {
	top: 75px;
}
.demerit-list::after {
	top: 95px;
}
.triangle-l,
.triangle {
	height: 100px;
}
.flow-img.flow-03::after,
.flow-img.flow-06::after {
	width: 100px;
	left: calc(50% - 50px);
}
.flow-img div:first-child {
	width: 135px;
}
.question-list li a {
	padding: 15px 30px;
}
.wrap-footer-contents {
	padding: 40px;
}
.address {
	width: 100%;
}
.address p {
	text-align: center;
}
.medical-hours {
	width: 100%;
	margin: 0 auto;
}
.circleText__text {
	font-size: 20px;
}