@charset "UTF-8";

.prof {
	padding: 110px 0;
}

.prof_row {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}

.prof_cnt {
	max-width: 355px;
	width: 100%;
}

.prof_catch {
	font-size: 18px;
	font-weight: 500;
}

.prof_ttl {
}

.prof_ttl > span {
	font-size: 16px;
	font-weight: 500;
}

.prof_ttl > em {
	font-size: 30px;
	font-weight: 500;
}

.prof_list {
	margin-top: 20px;
}

.prof_list > li {
	padding: 10px 0;
	border-bottom: 2px dotted #F4C51E;
}

.prof_list > li:first-child {
	border-top: 2px dotted #F4C51E;
}

.prof_img {
	margin-left: 75px;
	text-align: center;
}

.prof_img > img {
	border-radius: 20px;
}

.prof_doctor {
	padding-top: 145px;
}

.prof_biography {
	padding-top: 40px;
}

.prof_biography_ttl {
	font-size: 17px;
	font-weight: 500;
	color: #E6930D;
	position: relative;
	padding-left: 40px;
}

.prof_biography_ttl:before {
	content: "";
	background-image: url(/img/doctor/img-icon-tooth@2x.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 28px;
	height: 31px;
}

.prof_biography_list {
	margin-top: 10px;
}

.prof_biography_list > li {
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
}

.prof_biography_list > li:first-child {
	border-top: 1px solid #ccc;
}

.message {
	background-repeat: repeat-x;
	background-size: contain;
	background-position: center;
	padding: 3% 0 10%;
	background-image: url(/img/common/img-pattern-bg.png);
}

.message_ttl {
	margin-top: -80px;
}

.message_list {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	flex-wrap: wrap;
}

.message_list > li {
	padding: 0 35px;
	background-color: #FFF;
	border-radius: 10px;
	max-width: 490px;
	width: 100%;
	height: 215px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.message_list > li:nth-child(odd) {
	margin-top: 50px;
}

.message_list_item {
}

.message_item_ttl {
	font-size: 18px;
	font-weight: 500;
	color: #82C1B7;
}

.message_item_text {
	margin-top: 15px;
}

.foot {
	background-color: #FFF;
	margin-top: -6%;
}

.intro {
	margin: 0 auto;
    max-width: 1000px;
	padding: 100px 30px 0;
}

.intro h2 {
	font-size: 30px;
	padding-bottom: 10px;
	font-weight: 500;
}

.intro {
	display: flex;
	justify-content: center;
}

.intro_cnt {
	margin-right: 390px;
}

.intro_cnt ul li:first-child {
	border-top: 2px dotted #F4C51E;
}

.intro_cnt ul li {
	width: 355px;
    border-bottom: 2px dotted #F4C51E;
	padding: 10px 0;
}

@media screen and (max-width:1030px) {
}

@media screen and (max-width:640px) {
	.prof {
		padding: 40px 0;
	}

	.prof_row {
		display: block;
	}

	.prof_cnt {
		margin: 0 auto;
	}

	.prof_catch {
		font-size: 16px;
	}

	.prof_ttl {
	}

	.prof_ttl > span {
		font-size: 14px;
	}

	.prof_ttl > em {
		font-size: 24px;
	}

	.prof_list {
		margin-top: 10px;
	}

	.prof_list > li {
	}

	.prof_list > li:first-child {
	}

	.prof_img {
		margin: 20px 0 0 0;
	}

	.prof_img > img {
	}

	.prof_biography {
		padding-top: 20px;
	}

	.prof_iography_ttl {
	}

	.prof_iography_ttl:before {
	}

	.prof_biography_list {
	}

	.prof_biography_list > li {
	}

	.prof_biography_list > li:first-child {
	}

	.message {
		background-size: cover;
	}

	.message_ttl {
		margin-top: -40px;
	}

	.message_list {
		display: block;
		margin-top: 30px;
	}

	.message_list > li {
		padding: 20px;
		height: initial;
		margin: 25px auto 0;
	}

	.message_list > li:first-child {
		margin-top: 0;
	}

	.message_list > li:nth-child(odd) {
		margin-top: 25px;
	}

	.message_list_item {
	}

	.message_item_ttl {
	}

	.message_item_text {
		margin-top: 5px;
	}

	.foot {
		margin-top: -3%;
	}

	.intro_cnt {
		margin-right: 0px;
	}

	.intro_cnt ul li {
		width: 100%;
	}

	.intro {
		padding-right: 0px;
		padding-left: 0px;
		display: block;
	}

	.intro h2 {
		font-size: 24px;
	}

}

@media print {
}
