.doctor_ttl h3 {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 4rem;
	color: #457a7d;
	font-weight: 500;
	flex-direction: column;
}
.doctor_ttl h3 span {
  font-size: 2.0rem;
  color: #457a7d;
  /* padding: 0 0 0 12px; */
}
@media (max-width: 599px) {
	.doctor_ttl h3 {
		/* font-size: 2.0rem; */
		font-size: 3.0rem;
	}
	.doctor_ttl h3 span {
	/* font-size: 1.2rem; */
	font-size: 1.8rem;
	}
}
.doctor_flex {
	display: flex;
}
.is_bg {
	background: url(../img/renew2023/index/bg_gray.png) center top no-repeat;
    background-size: cover;
}
.doctor_point_text {
	/* padding-left: 1.8rem; */
	text-align: center;
	line-height: 2.73;
	font-size: 2.2rem;
}
.doctor_list {
	justify-content: space-between;
}
.doctor_list_item {
	margin-top: 8rem;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
	gap: 5rem;
}
.doctor_list_item:not(:last-child) {
	padding-bottom: 8rem;
	border-bottom: 2px solid #ccc;
}
@media (max-width: 599px) {
	.doctor_list {
		justify-content: center;
	}
	.doctor_list:has(.doctor_list_item + .doctor_list_item) {
		justify-content: space-between;
	}
	.doctor_list_item {
		margin-top: 6rem;
		gap: 2.5rem;
	}
	.doctor_list_item:not(:last-child) {
		padding-bottom: 6rem;
	}
	.doctor_point_text {
		font-size: 1.8rem;
	}
}
.doctor-f {
    gap: 5rem;
	justify-content: center;
	width: 100%;
}
.doctor-d {
	flex-direction: column;
	gap: 5rem;
	width: 100%;
}
@media (max-width: 599px) {
	.doctor-f {
		gap: 0;
		flex-direction: column;
	}
	.doctor-d {
		gap: 5rem;
	}
}
.doctor_list_item_text_btn{
	justify-content: center;
	column-gap: 30px;
	/* padding: 0 max(8%, 3rem); */
}
@media (max-width: 599px) {
	.doctor_list_item_text_btn{
		justify-content: center;
		column-gap: 1%;
		gap: 1rem;
	}
}
.doctor_text_btn {
	width: calc(50% - 15px);
}
@media (max-width: 599px) {
	.doctor_text_btn {
		width: 100%;
	}
}
.doctor_list_item_text {
	width: calc(100% - 18rem);
	flex-direction: column;
    gap: 2.5rem;
}
@media (max-width: 599px) {
	.doctor_list_item_text {
		margin: 1.5rem auto 0;
		width: 100%;
		/* text-align: center; */
	}
}
.doctor_list_item_text_ttl {
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1;
	display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: baseline;
}
.doctor_list_item_text_ttl span {
	font-size: 1.8rem;
	margin-right: 10px;
}
.doctor_list_item_text_ttl em {
	font-weight: 500;
}
@media (max-width: 599px) {
	.doctor_list_item_text_ttl {
		text-align: center;
		line-height: 1.5;
		flex-direction: column;
        align-items: center;
        gap: 0;
	}
	.doctor_list_item_text_ttl span {
		display: block;
	}
}
.doctor_list_item_text_detail {
	font-size: 1.8rem;
	line-height: 1.75;
	text-align: justify;
}
@media (max-width: 599px) {
	.doctor_list_item_text_detail {
		font-size: 1.6rem;
	}
}
.doctor_list_item_image {
	position: relative;
	overflow: hidden;
	/* width: 25rem;
	height: 25rem; */
	width: 30rem;
    height: 40rem;
	/* border-radius: 50%; */
}
@media (max-width: 599px) {
	.doctor_list_item_image {
		margin: auto;
		width: 22rem;
		height: 25rem;
	}
}
/* .doctor_text_btn a:hover {
	opacity: .6;
}
.doctor_text_btn i {
	position: absolute;
	top: 50%;
	right: 1.4rem;
	display: block;
	margin-top: -.5rem;
	width: 1rem;
	height: 1rem;
}
.doctor_text_btn i img {
	display: block;
}
.doctor_text_btn {
	margin-top: 1.5rem;
}
.doctor_text_btn a {
	position: relative;
	display: flex;
	padding: .5rem 3rem .8rem;
	min-width: 18rem;
	width: fit-content;
	border-radius: 10rem;
	background: #5fbccb;
	box-shadow: 0 3px 15px 0 rgb(71 163 178 / 15%);
	color: #fff;
	font-weight: 700;
	font-size: 1.2rem;
	line-height: 1.5;

	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}
@media (max-width: 599px) {
	.doctor_text_btn a {
		min-width: 15rem;
	}
} */
.doctor_youtube {
	display: flex;
	justify-content: center;
	gap: 5rem;
}
.doctor_youtube iframe {
	width: 100%;
	max-width: calc(100% / 2 - 3rem);
	height: 100%;
	aspect-ratio: 630 / 355;
}
@media (max-width: 599px) {
	.doctor_youtube iframe {
		max-width: 100%;
	}
}

/* ------------------------
	医師紹介ページ
-------------------------- */
.doctor_name {
	margin-bottom: 1rem;
	font-size: 1.8rem;
	align-items: baseline;
	gap: .6rem;
}
.doctor_img {
	position: relative;
	max-width: 16rem;
	max-height: 30rem;
}
@media (max-width: 599px) {
	.doctor_img {
		max-width: 12rem;
	}
}
.doctor_career dl {
	display: flex;
	gap: 1em;
	margin-top: 5px;
}
.doctor_career dt {
	min-width: 5em;
}
.doctor_contents {
	width: 100%;
}
.doctor_info {
	gap: 3rem;
}
.doctor_head {
	display: flex;
	font-weight: bold;
	font-size: 2rem;
	align-items: center;
	gap: .6rem;
    margin-bottom: 1rem;
    padding: 1rem 0;
	border-top: solid 1px #457a7d;
    border-bottom: solid 1px #457a7d;
	color: #457a7d;
}
/* .doctor_head::before {
	display: block;
	width: 1.4rem;
	height: 1.4rem;
	border-radius: 50%;
	background-image:    -moz-linear-gradient( 35deg, rgb(95,188,203) 0%, rgb(161,212,198) 60%, rgb(226,236,193) 100%);
	background-image: -webkit-linear-gradient( 35deg, rgb(95,188,203) 0%, rgb(161,212,198) 60%, rgb(226,236,193) 100%);
	content: "";
} */
.doctor_career,
.doctor_qualification {
	line-height: 1.8;
	max-width: calc(50% - 1.5rem);
	width: 100%;
}
.dr_qualification a {
	position: relative;
}
.dr_qualification a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	background: #415457;
	content: '';
	transition: all .5s cubic-bezier(0, 0, .25, 1) 0s;
	transform: scale(1, 1);
	transform-origin: center top;
}
.dr_qualification a:hover::after {
	transform: scale(0, 1);
}
.dr_qualification a:hover {
	opacity: .8;
}
@media (max-width: 599px) {
	.doctor_career {
		margin-bottom: 2rem;
		font-size: 1.4rem;
		max-width: 100%;
	}
	.doctor_qualification {
		font-size: 1.4rem;
		max-width: 100%;
	}
	.doctor_info{
		gap: 0;
		flex-direction: column;
	}
}

/* 以下汎用でも使えそう */

.c-jumbotron__title {
	font-size: 3.2rem;
	line-height: 1.5;
}
.c-jumbotron__title i {
	color: #5fbccb;
	letter-spacing: .1em;
	font-weight: 500;
	font-size: 8rem;
	line-height: 1;
}
.c-jumbotron__title i + * {
	letter-spacing: .1em;
	font-weight: 500;
	font-size: 2rem;
}
@media (max-width: 599px) {
	.c-jumbotron__title i {
		font-size: 5rem;
	}
	.c-jumbotron__title i + * {
		font-size: 1.8rem;
	}
}

.under_navi_menu {
	justify-content: center;
}
@media (max-width: 559px) {
  .under_navi .under_navi_menu {
    justify-content: flex-start;
  }
}


.address_text dl {
    display: table;
    width: 100%;
}
.address_text dl dt {
	display: table-cell;
    vertical-align: top;
    font-size: 1.8rem;
    color: #457a7d;
    width: 103px;
}
.address_text dl dd {
	display: table-cell;
    vertical-align: top;
    font-size: 1.6rem;
    line-height: 2;
    font-weight: 400;
}
.address_text dl dd a {
	color: #457a7d;
    font-weight: 700;
}
.address_text dl dd a i {
    margin: 0 0 0 10px;
}
.address_text dl dd a i img {
    width: 17px;
}
.address_map {
	height: 300px !important;
}

@media (max-width: 559px) {
	.address {
		flex-direction: column !important;
	}
	.address_text {
		width: 100%;
	}
	.address_text dl dt {
		font-size: 1.5rem;
		width: 83px;
	}
	.address_text dl dd {
		font-size: 1.4rem;
	}
	.address_text dl dd a i img {
		width: 14px;
	}
	.address_map {
		height: 200px !important;
	}
}

.reserve h4 {
	font-weight: 500;
    font-size: 2.1rem;
    align-items: baseline;
}
.reserve .reserve_btn {
	gap: 30px;
}
.clinic_btn a,
.doctor_text_btn a {
	border: solid 1px #a5a7a8;
    border-radius: 10px;
    background-color: white;
    position: relative;
    font-size: 1.8rem;
    height: 60px;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	/* max-width: 300px; */
	width: 100%;
}
.doctor_text_btn a {
    min-width: 300px;
}
.detail_btn a {
	border-color: #bedadb;
    background-color: #bedadb;
}
.tel_btn a {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: flex-start; */
    /* padding-left: 40px; */
}
.tel_btn a i {
	right: inherit;
    left: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.tel_btn a i img {
	width: 20px;
}

@media (max-width: 559px) {
	.reserve h4 {
		font-size: 1.8rem;
	}
	.reserve .reserve_btn {
		gap: 0;
	}
	.clinic_btn a,
	.doctor_text_btn a {
		border-radius: 5px;
		font-size: 1.5rem;
		height: 50px;
		max-width: 100%;
	}
	.tel_btn a {
		padding-left: 0;
		justify-content: center;
	}
	.tel_btn a i {
		left: 25px;
	}
	.tel_btn a i img {
		width: 15px;
	}
}

#access .l-inner {
	border-top: 1px solid #457a7d;
	padding-top: 5rem;
}
#access .under_text , #access .under_navi {
	padding: 0;
}

#access .access_box {
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}
#access h3 span.u-fz28 {
	font-size: 28px;
}
#access .access_box .u-fz20 {
	font-size: 2rem;
}

#access .access_box dl {
	margin-top: 50px;
	width: 60%;
    margin-left: auto;
    margin-right: auto;
}

#access .access_box dt {
	font-size: 2.0rem;
}
#access .access_box dd {
	margin-top: 10px;
}
#access .under_navi_menu_item a h3 {
	font-size: 2.0rem;
}
@media (max-width: 768px) {
	#access h3 span.u-fz28 {
		font-size: 2.0rem;
	}
	#access .access_box .u-fz20 {
		font-size: 1.75rem;
	}
	#access .access_box dl {
		margin-top: 20px;
		width: 100%;
	}
	#access .access_box dt {
		font-size: 1.5rem;
	}
	#access .access_box dd {
		margin-top: 10px;
}
#access .under_navi_menu_item a h3 {
	font-size: 1.6rem;
}
#access .under_navi .under_navi_menu .under_navi_menu_item a {
	padding: 1.5rem 2rem 1.5rem 0;
}
}

.clinic_swiper {
	position: relative;
}
.swiper-button-prev {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
}
.swiper-button-next {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
}