@charset "UTF-8";
/* CSS Document */

/*mv*/
#mv .box {
	background-color: #eff8fc;
}

#mv .box > div:first-child {
	margin-bottom: 20px;
}

#mv .box > div:last-child {
	padding: 0 3.73%;
}

#mv > p {
	background-color: #eff8fc;
	padding: 10px 3.73% 15px;
	font-size:min(3.0vw,26px);
	line-height: 1.2em;
}

#mv > p span {
	display: inline-block;
	padding-left: 1em;
	position: relative;
}

#mv > p span::before {
	content: "※";
	position: absolute;
	left: 0;
	top: 0;
}

#mv > ul {
	padding: 15px 3.73% 40px;
	display: flex;
	justify-content: space-between;
}

#mv > ul li {
	width: 47.55%;
}

#mv > ul a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size:min(3.5vw,28px);
	color: #161316;
	width: 90%;
	padding: 15px 0 15px 10%;
	border-radius: 15px;
	text-decoration: none;
	line-height: 1.3em;
	position: relative;
}

#mv > ul a:hover {
	opacity: .8;
}

#mv > ul a > span {
	font-weight: 700;
}

#mv > ul a > span > span {
	font-size:min(4.5vw,32px);
}

#mv > ul li:first-child a {
	background-color: #dce8f7;
}

#mv > ul li:first-child a::before {
	content: "";
	width: 5.5vw;
	height: 5.5vw;
	background-image: url("../../images/ico_man.webp");
	background-size: cover;
	position: absolute;
	left: 9.09%;
	top: 50%;
	transform: translateY(-50%);
}

#mv > ul li:nth-child(2) a {
	background-color: #fde4ea;
}

#mv > ul li:nth-child(2) a::before {
	content: "";
	width: 5.5vw;
	height: 5.5vw;
	background-image: url("../../images/ico_women.webp");
	background-size: cover;
	position: absolute;
	left: 9.09%;
	top: 50%;
	transform: translateY(-50%);
}

#mv > ul li:nth-child(2) a span {
	color: #f17190;
}

#mv > ul a::after {
	content: ">";
	font-size:min(2.5vw,24px);
	position: absolute;
	right: 6.06%;
	top: 50%;
	transform: translateY(-50%) scale(0.6,1);
}


/*REASON*/
#reason_cont {
	padding: 40px 3.73% 60px;
}


/*CLINIC*/
#clinic {
	padding: 60px 3.73% 80px;
}

#clinic table {
	margin: 60px auto 70px;
	width: calc(100% - 2px);
	border: 1px solid #414141;
	border-bottom: none;
}

#clinic table td {
	display: block;
	background-color: #fcfcfc;
	padding: 15px 20px;
	line-height: 1.8em;
	border-bottom: 1px solid #414141;
}

#clinic table td:first-child {
	font-weight: 700;
}

#clinic table td a {
	color: #252525;
}

#clinic .box div:first-child {
	width: 33.42%;
	margin: 0 auto;
}

#clinic .box div:nth-child(2) p.t01 {
	padding-bottom: 15px;
	line-height: 1em;
	font-weight: 500;
	padding-top: 20px;
	text-align: center;
}

#clinic .box div:nth-child(2) p.t02 {
	font-size:min(6.7vw,64px);
	padding-bottom: 15px;
	line-height: 1em;
	font-weight: 500;
	text-align: center;
}

#clinic .box div:nth-child(2) p.t03 {
	text-align: center;
}

#clinic .box div:nth-child(2) dl {
	padding-top: 20px;
	display: flex;
	flex-wrap: wrap;
}

#clinic .box div:nth-child(2) dl dt {
	width: 110px;
	line-height: 1.8em;
}

#clinic .box div:nth-child(2) dl dd {
	width: calc(100% - 110px);
	line-height: 1.8em;
}

#clinic .box div:nth-child(3) {
	text-align: center;
	padding-top: 20px;
}

#clinic .box p.btn01 {
	width: 100%;
	padding-top: 50px;
}


/*access*/
#access {
	padding: 60px 3.73%;
}

#access p.t01 {
	padding: 30px 0 20px;
	font-size:min(4.8vw,36px);
	font-weight: 500;
	text-align: center;
}

#access ul li iframe {
	width: 100%;
	height: 50vw;
}

#access ul li p {
	padding-top: 5px;
}

#access ul li:nth-child(2) {
	width: 51.87%;
	margin: 0 auto;
	padding-top: 10px;
}


/*NEWS*/
#news {
	padding: 60px 3.73% 80px;
	background-color: #f8f8f8;
}

#news ul {
	padding-top: 60px;
	border-bottom: 1px solid #262627;
}

#news ul li {
	border-top: 1px solid #262627;
	padding: 20px 10px;
}

#news ul li span {
	background-color: #69b1ba;
	color: #fff;
	line-height: 28px;
	padding: 0 8px;
	margin-left: 15px;
}

#news ul li a {
	display: block;
	color: #252525;
	text-decoration: none;
}

#news ul li a:hover {
	text-decoration: underline;
}

#news p.more {
	padding-top: 60px;
	text-align: center;
	font-weight: 500;
}

#news p.more a {
	color: #333;
}


/*top_txt*/
#top_txt {
	padding: 40px 3.73% 60px;
}