@charset "UTF-8";

.profile {
	max-width: 960px;
	margin: 0 auto;
	padding: 0 20px;
}
.profile-img {
	max-width: 384px;
	padding-bottom: 20px;
	text-align: center;
}
.profile-img img {
	width: 100%;
	border-radius: 6px;
}
.profile-sub-title {
	color:#5daeb5;
	font-size:1.75rem;
	letter-spacing:0.5rem;
}
.profile .catch-copy{
	font-size:1.3rem;
	font-style:normal;
	font-weight:600
}
.post-date {
	margin-top: 3px;
	color: #5daeb5;
}
.post-title {
	font-size: 1.0rem;
}
.post-content {
	font-size: 1.0rem;
}
.post-content a:hover{
	color: #3380c2;
	text-decoration: underline;
}
.post-content p{
	font-size: 0.9rem;
}
.wp-block-table table {
	border: 3px solid #202020 !important;
}
.wp-block-table thead {
	border-bottom: 1px solid #202020 !important;
	background-color: #5DAEB5;
	color: #fff;
}
.more-news {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-right: 40px;
	font-weight: 700;
}
.btn-more {
	display: inline-block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #5daeb5;
	color: white;
	text-decoration: none;
	border-radius: 8px;
	font-family: sans-serif;
	transition: opacity 0.3s ease;
}
.btn-more:hover {
	color: white;
	opacity: 0.80;
}
.btn-recruit {
	display: flex;
	width: 180px;
	height: 40px;
	line-height: 40px;
	justify-content: center;
	text-align: center;
	background-color: #5daeb5;
	color: white;
	text-decoration: none;
	border-radius: 8px;
	font-family: sans-serif;
	transition: opacity 0.3s ease;
	border: thin solid #202020;
	margin: 0 auto;
}
.btn-recruit a {
	color: white;
}
.btn-recruit a:hover {
	color: white;
	opacity: 0.80;
}
.contact-group {
	display: flex;
	justify-content: center;
}
.career-title {
	border-bottom: 1px solid #5DAEB5;
}
.doctor-name {
	border-bottom: 1px solid #5DAEB5;
}
.doc-slider {
	width: 100%;
	margin: 0 auto;
}
.contains {
	position: relative;
}
.slide-select {
	display: none;
}
.slide {
	position: absolute;
	opacity: 0;
}
.slide-button {
	display: flex;
	justify-content: space-between;
	gap: 0 5px;
	margin-top: 5px;
}
.button-move {
	cursor: pointer;
}
.button-move:hover {
	opacity: 0.75;
}
.slide-select:nth-of-type(1):checked ~.slide:nth-of-type(1) {
	opacity: 1;
}
.slide-select:nth-of-type(1):checked ~  .button-move:nth-of-type(1) {
	opacity: 1;
}
.slide-select:nth-of-type(2):checked ~.slide:nth-of-type(2) {
	opacity: 1;
}
.slide-select:nth-of-type(2):checked ~  .button-move:nth-of-type(2) {
	opacity: 1;
}
.slide-select:nth-of-type(3):checked ~.slide:nth-of-type(3) {
	opacity: 1;
}
.slide-select:nth-of-type(3):checked ~  .button-move:nth-of-type(3) {
	opacity: 1;
}
.slide-select:nth-of-type(4):checked ~.slide:nth-of-type(4) {
	opacity: 1;
}
.slide-select:nth-of-type(4):checked ~  .button-move:nth-of-type(4) {
	opacity: 1;
}
.slide-select:nth-of-type(5):checked ~.slide:nth-of-type(5) {
	opacity: 1;
}
.slide-select:nth-of-type(5):checked ~  .button-move:nth-of-type(5) {
	opacity: 1;
}
.label-group {
	display: flex;
}
.label-group p {
	margin: 0;
}
.require {
	font-size: 0.8rem;
	color: #d02040;
	border: thin solid #d02040;
	border-radius: 3px;
	padding: 0 2px;
	margin: 3px 5px;
}

@media screen and (min-width:1024px)
{
	.phone-call, .phone-number {
		font-size: 2.0rem;
	}
}
@media (min-width: 640px) {
	.profile {
		display: flex;
	}
	.profile-left.margintop {
		margin-top: 10px;
	}
	.profile-right.margintop {
		margin-top: 30px;
	}
	.profile-right {
		padding: 0 30px;
	}
}
@media (min-width: 128px) and (max-width: 393px)
{
	.doctor-name, .career-title {
		font-size: 1.5rem !important;
	}
	.profile {
		padding: 0 5px;
	}
	.profile .catch-copy{
		font-size:1.2rem;
	}
	.profile-img img {
		width: 80%;
		margin: 20px 0;
	}
}
