@charset "UTF-8";
/* CSS Document */

.doctor-content .block {
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
.greetingbox {
	display: flex;
	justify-content: space-between;
}
.greetingL {
	width: 70%;
}
.greetingR {
	width: 25%;
}
.greetingR img {
	width: 100%;
	height: auto;
}

.profilebox {
	background: #f0f5f8;
	padding: 30px;
	border: 1px solid #dee7ec;
	margin-bottom: 15px;
}
.profilebox h3 {
	background: #204285;
	padding: 15px 20px;
	border: 1px solid #dee7ec;
	margin-bottom: 15px;
	color:#fff;
	font-size: 18px;
	line-height: 1;
}

.book  {
	width: 60%;
	margin: auto;
}
.seminarbox  {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.seminarITEM  {
	width: 32%;
	background: #fff;
	box-shadow: 10px 10px 15px -10px rgba(0,0,0,0.1);
	text-align: center;
	padding: 20px;
	margin-bottom: 20px;
	
}
.seminarITEM img {
	width: 80%;
	height: auto;
	margin-bottom: 10px;
}

.seminarITEM h4 {
	font-size: 18px;
	font-weight: bold;
	color: #204285;
	line-height: 1.6;
}


.about-content .flexbox h2 {
	font-size: 32px;
	text-align: center;
	font-weight: bold;
	padding: 0;
	margin: 0;
	margin-bottom: 30px;
}


@media screen and (max-width:768px) {
	
.doctor-content .block {
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.greetingbox {
	display: flex;
	flex-direction: column-reverse;
	justify-content: space-between;
}
.greetingL {
	width: auto;
}
.greetingR {
	width: 40%;
	margin: auto;
}
.greetingR img {
	width: 100%;
	height: auto;
}

.profilebox {
	background: #f0f5f8;
	padding: 15px;
	border: 1px solid #dee7ec;
	margin-bottom: 15px;
}
.profilebox h3 {
	background: #204285;
	padding: 10px 15px;
	border: 1px solid #dee7ec;
	margin-bottom: 15px;
	color:#fff;
	font-size: 16px;
	line-height: 1;
}

.book  {
	width: 70%;
	margin: auto;
}
.seminarbox  {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
}
.seminarITEM  {
	width: auto;
	background: #fff;
	box-shadow: 10px 10px 15px -10px rgba(0,0,0,0.1);
	text-align: center;
	padding: 15px;
	margin-bottom: 15px;
	
}
.seminarITEM img {
	width: 50%;
	height: auto;
	margin-bottom: 10px;
}

.seminarITEM h4 {
	font-size: 16px;
	font-weight: bold;
	color: #204285;
	line-height: 1.6;
}


.about-content .flexbox h2 {
	font-size: 32px;
	text-align: center;
	font-weight: bold;
	padding: 0;
	margin: 0;
	margin-bottom: 30px;
}

	
}










