@charset "utf-8";
.header_logo .logo.-top {
  display: none;
}
.header_logo p {
  color: var(--primary_sub);
}
.contents {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 350;
}
.contents p:has(+ p) {
  margin-bottom: 1em;
}
.sec_doctor .doctor_box .im_doc {
	 float: right;
    width: 30%;
    min-width: 200px;
    margin-left: 30px;
}
.sec_doctor .doctor_box .im_doc figcaption {
	text-align: right;
}

/* 不妊治療 */

@media (min-width: 769px) {

}

@media (max-width: 768px) {

}

@media screen and (max-width: 480px) {
.sec_doctor .doctor_box .im_doc {
	float: none;
    width: 80%;
    margin: 0 auto 30px;
}
.sec_doctor .doctor_box .im_doc figcaption {
	margin-top: .5em;
}
}
