@charset "UTF-8";

/* doctor
---------------------------------------------------------------------------*/
.title-page-txt {
	margin: 60px 0 120px;
}

/* .sec-doctor
------------------------------------*/
.sec-doctor {
	position: relative;
	width: 1000px;
	margin: 0 auto 180px;
}

.sec-doctor:last-of-type {
	margin-bottom: 0;
}

.sec-doctor .portrait {
	position: absolute;
	top: -100px;
	left: 60px;
	width: 332px;
	opacity: 0;
}

.sec-doctor .brush1 {
	position: absolute;
	top: 0;
	left: -40px;
	width: 79px;
	height: 76px;
	opacity: 0;
}

.sec-doctor .brush2 {
	position: absolute;
	bottom: 0;
	right: -40px;
	width: 79px;
	height: 76px;
	transform: rotate(180deg);
	opacity: 0;
}

.sec-doctor .character {
	position: absolute;
	bottom: -21px;
	left: -49px;
	width: 75px;
	height: 81px;
	opacity: 0;
}

.sec-doctor .messeage {
	float: right;
	width: 450px;
	margin: 0 35px 0 0;
}

.sec-doctor.doctor1 .messeage { margin-top: 0; }
.sec-doctor.doctor2 .messeage { margin-top: 0; }

.sec-doctor .messeage h2 {
	margin-bottom: 45px;
	color: #00952F;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.22em;
}

.sec-doctor .messeage h2 strong {
	padding-right: 8px;
	font-size: 27px;
	font-weight: 500;
	letter-spacing: 0.15em;
}

.sec-doctor .messeage h3 {
	margin-bottom: 15px;
	color: #7E7E7E;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0.04em;
}

.sec-doctor .messeage h3 .sp_view { display: none; }

.sec-doctor .messeage h4 {
	margin-bottom: 25px;
	color: #00952F;
	font-size: 23px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.2em;
}

.sec-doctor .messeage p {
	margin-bottom: 12px;
	font-size: 14px;
	text-align: justify;
	line-height: 1.95;
	letter-spacing: 0.06em;
}

.sec-doctor:last-of-type .messeage p {
	line-height: 2;
}

.sec-doctor .messeage p:last-of-type {
	margin-bottom: 0;
}

.sec-doctor .messeage ul {
	margin: 18px 0 18px;
}

.sec-doctor .messeage li {
	margin-bottom: 2px;
	font-size: 14px;
}

.sec-doctor .messeage .btn-link { width: 240px; }
.sec-doctor.doctor1 .messeage .btn-link { margin: 35px 0 65px; }
.sec-doctor.doctor2 .messeage .btn-link { margin: 30px 0 60px; }

.sec-doctor .profile {
	float: right;
	box-sizing: border-box;
	background: #FDFFF3;
	width: 520px;
	padding: 45px 35px 25px;
	margin-right: 16px;
}

/* .profile-list
------------------------------------*/
.profile-list {
	overflow: hidden;
	position: absolute;
	left: 0;
	width: 450px;
}

.doctor1 .profile-list { top: 535px; }
.doctor2 .profile-list { top: 540px; }

.profile-list dt {
	float: left;
	width: 95px;
	padding-top: 14px;
	color: #1FAC4C;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.8;
	letter-spacing: 0.25em;
}

.profile-list dd {
	position: relative;
	border-top: 1px solid #E6E6E6;
	padding: 14px 0 14px 115px;
}

.profile-list dd:before {
	display: block;
	content: '';
	position: absolute;
	top: -1px;
	left: 0;
	background: #1FAC4C;
	width: 12px;
	height: 1px;
}

.profile-list dd p {
	font-size: 13px;
	line-height: 1.8;
	letter-spacing: 0.08em;
}

.sec-doctor:last-of-type .profile-list dd p {
	margin-bottom: 6px;
	line-height: 1.7;
}

.profile-list:last-of-type dd p:last-of-type {
	margin-bottom: 0;
}

.profile-list dd dl {
	padding: 2px 0 4px;
}

.profile-list dd dl > div {
	display: -webkit-box;
	display: flex;
	margin-bottom: 5px;
}

.doctor1 .profile-list dd dl > div {
	margin-bottom: 4px;
}

.profile-list dd dl > div:last-of-type {
	margin-bottom: 0;
}

.profile-list dd dl > div,
.profile-list dd dt,
.profile-list dd dd {
	font-size: 13px;
	line-height: 1.6;
	letter-spacing: 0.06em;
}

.profile-list dd dt {
	float: none;
	width: 70px;
	padding-top: 0;
	color: #282A29;
	font-weight: normal;
}

.doctor1 .profile-list dd dt {
	width: 60px;
}

.profile-list dd dd {
	border-top: none;
	width: calc(100% - 75px);
	padding: 0;
}

.profile-list dd dd:before {
	display: none;
}


/* .doctor-list
---------------------------------------------------------------------------*/
.doctor-list {
	width: 960px;
	margin: 200px auto 0;
}

.doctor-list ul {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}

.doctor-list li {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	width: 444px;
	margin: 0 72px 75px 0;
}

.doctor-list li:nth-child(even) {
	margin-right: 0;
}

.doctor-list li figure {
	align-self: flex-start;
	width: 168px;
	min-width: 168px;
}

.doctor-list li > div {
	width: 240px;
	padding-top: 5px;
}

.doctor-list li h2 {
	margin-bottom: 15px;
	color: #009530;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.2em;
}

.doctor-list li h2 span {
	font-size: 12px;
	letter-spacing: 0.18em;
}

.doctor-list li p {
	font-size: 13px;
	letter-spacing: 0.03em;
	text-align: justify;
}

.doctor-list dl {
	margin-top: 22px;
}

.doctor-list dt {
	color: #009530;
	margin-bottom: 8px;
	font-size: 13px;
	letter-spacing: 0.15em;
}

.doctor-list dd {
	font-size: 12px;
	line-height: 1.95;
	letter-spacing: 0.1em;
}