@charset "UTF-8";
/* css About [top] */

@import url("main.css");

/*---------------------------------------------------- */
/* Philosophy */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_philosophy {
	padding: 0;
	margin: 0 auto;
	height: auto;
	border-radius: 10px;
	border: solid 1px rgba(216, 217, 217, .65);
	/*background-color: #e3f7fe;*/
	background-color: #fff;
	-webkit-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.waku_philosophy .philosophybox {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

/*== P ==*/
.waku_philosophy .philosophybox .txt_philosophy {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.waku_philosophy .philosophybox .txt_philosophy p {
	padding: 0;
	margin: 0;
	font-family: 'Noto Sans JP', sans-serif;
	color: #6d6e6f;
	font-weight: 500;
	line-height: 1.6;
}
.waku_philosophy .philosophybox .txt_philosophy p em {
	padding: 0;
	margin: 0;
	color: #42abed;
	font-size: 108%;
	font-style: normal;
	font-weight: 700;
}

/*== list_webicon ==*/
.list_webicon {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.list_webicon ol {
	padding: 0;
	margin: 0 auto;
	height: auto;
	list-style: none;
}
.list_webicon ol li {
	padding: 0;
	margin: 0;
	height: auto;
	list-style: none;
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
	color: #6d6e6f;
	font-weight: 500;
	text-align: left;
	text-decoration: none;
	line-height: 1.4;
	overflow-wrap: anywhere;
}
.list_webicon ol li a {
	text-decoration: underline;
}
.list_webicon ol li i {
	padding: 0;
	margin: 0;
	color: #42abed;
	font-size: 108%;
	font-weight: 900;
}
.list_webicon ol li b {
	padding: 0;
	margin: 0;
	color: #3d3e3f;
	font-weight: 700;
	font-style: normal;
}

/*---------------------------------------------------- */
/* Doctor */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_doctor {
	padding: 0;
	margin: 0 auto;
	height: auto;
	/*-webkit-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;*/
}
.waku_doctor .doctor_left {
	padding: 0;
	margin: 0;
	height: auto;
}
.waku_doctor .doctor_right {
	padding: 0;
	margin: 0;
	height: auto;
}

/*== img ==*/
.waku_doctor .doctor_left .photo_director {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.waku_doctor .doctor_left .photo_director img {
	padding: 0;
	margin: 0;
	width: 100%;
	vertical-align: bottom;
}

/*== P ==*/
.waku_doctor .doctor_right .txt_doctor {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.waku_doctor .doctor_right .txt_doctor p {
	padding: 0;
	margin: 0;
	font-family: 'Noto Sans JP', sans-serif;
	color: #6d6e6f;
	font-weight: 500;
	line-height: 1.6;
}
.waku_doctor .doctor_right .txt_doctor p em {
	padding: 0;
	margin: 0;
	color: #42abed;
	font-size: 108%;
	font-style: normal;
	font-weight: 700;
}
.waku_doctor .doctor_left .txt_director {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.waku_doctor .doctor_left .txt_director p {
	padding: 0;
	margin: 0;
	font-family: 'Noto Sans JP', sans-serif;
	color: #6d6e6f;
	font-weight: 500;
	text-align: center;
	line-height: 1.3;
}
.waku_doctor .doctor_left .txt_director p em {
	padding: 0;
	margin: 0;
	color: #3d3e3f;
	font-size: 118%;
	font-style: normal;
	font-weight: 700;
}

/*---------------------------------------------------- */
/* Profile */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_profile {
	padding: 0;
	margin: 0 auto;
	height: auto;
	text-align: center;
}
.waku_profile .profilebox {
	padding: 0;
	margin: 0;
	height: auto;
	display: inline-block;
    *display: inline;
    *zoom: 1;
	vertical-align: top;
}

/*---------------------------------------------------- */
/* Award */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_award {
	padding: 0;
	margin: 0 auto;
	height: auto;
	-webkit-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}
.waku_award .awardbox {
	padding: 0;
	margin: 0;
	height: auto;
	-webkit-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

/*== h3 ==*/
.award-title {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.award-title h3 {
	padding: 0;
	margin: 0;
	font-family: 'Noto Sans JP', sans-serif;
	color: #3d3e3f;
	font-weight: 700;
	line-height: 1.3;
}
.award-title h3 i {
	padding: 0;
	margin: 0;
	color: #42abed;
	font-size: 108%;
	font-style: normal;
	font-weight: 900;
}

/*---------------------------------------------------- */
/* Timeline */
/*---------------------------------------------------- */
/*== Waku ==*/
.timeline-container {
	padding: 0;
	margin: 0 auto;
	height: auto;
	-webkit-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}
ul.timeline {/* タイムラインの基本スタイル */
	padding: 0;
	margin: 0;
	position: relative;
	list-style: none;
	-webkit-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}
ul.timeline::before {/* 縦線 */
	content: '';
	position: absolute;
	background: #e0e0e0;
	z-index: 1;
}

/*== li ==*/
ul.timeline li.timeline-item {/* タイムラインアイテム */
	position: relative;
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}
ul.timeline li.timeline-item::before {/* 丸いノード */
	content: '';
	position: absolute;
	border-radius: 50%;
	background: #006fc0;
	border: 4px solid #fff;
	z-index: 2;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

/*== Content ==*/
.timeline-content {/* コンテンツボックス */
	position: relative;
	padding: 0;
	margin: 0;
	height: auto;
	background-color: #f9fbfc;
	border-radius: 8px;
	border: solid 1px rgba(216, 217, 217, .65);
	box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}
.timeline-content time {/* 日付スタイル */
	padding: 0;
	margin: 0;
	color: #006fc0;
	font-family: "Open Sans", "Lucida Grande", Arial, sans-serif;
	font-weight: 700;
	line-height: 1.0;
}
.timeline-content p {/* コンテンツ内の段落 */
	padding: 0;
	margin: 0;
	font-family: 'Noto Sans JP', sans-serif;
	color: #6d6e6f;
	font-weight: 500;
	line-height: 1.6;
}

/*---------------------------------------------------- */
/* Capa */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_capa {
	padding: 0;
	margin: 0 auto;
	height: auto;
	-webkit-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}
.waku_capa .capabox {
	padding: 0;
	margin: 0;
	height: auto;
	background-color: #f9fbfc;
	border-radius: 0 8px 8px 0;
	border-top: solid 1px rgba(216, 217, 217, .65);
	border-right: solid 1px rgba(216, 217, 217, .65);
	border-bottom: solid 1px rgba(216, 217, 217, .65);
	border-left: solid 3px #41c1dc; 
	box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	-webkit-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}
.waku_capa .capabox article {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

/*== h4 ==*/
.capa-title {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.capa-title h4 {
	padding: 0;
	margin: 0;
	font-family: 'Noto Sans JP', sans-serif;
	color: #41c1dc;
	font-weight: 700;
	line-height: 1.3;
}
.capa-title h4 i {
	padding: 0;
	margin: 0;
	color: #41c1dc;
	font-size: 108%;
	font-style: normal;
	font-weight: 900;
}

/*== p ==*/
.waku_capa .capabox article p {
	padding: 0;
	margin: 0;
	font-family: 'Noto Sans JP', sans-serif;
	color: #6d6e6f;
	font-weight: 500;
	line-height: 1.6;
}

/*---------------------------------------------------- */
/* Title */
/*---------------------------------------------------- */
/*== h5 ==*/
.sub-title {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.sub-title h5 {
	padding: 0;
	margin: 0;
	font-family: 'Noto Sans JP', sans-serif;
	color: #4d4e4f;
	font-weight: 700;
	line-height: 1.3;
	text-align: left;
}
.sub-title h5 i {
	padding: 0;
	margin: 0;
	color: #42abed;
	font-size: 108%;
	font-style: normal;
	font-weight: 900;
}


/* PC */
@media print, screen and (min-width: 960px) {
/*---------------------------------------------------- */
/* Philosophy */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_philosophy {
	padding: 25px 35px;
	width: 98%;
}
.waku_philosophy .philosophybox {
	width: 100%;
}

/*== P ==*/
.waku_philosophy .philosophybox .txt_philosophy {
	width: 98%;
}
.waku_philosophy .philosophybox .txt_philosophy p {
	font-size: 20px;
	line-height: 2.0;
}

/*== list_webicon ==*/
.list_webicon {
	width: 100%;
}
.list_webicon ol {
	width: 98%;
}
.list_webicon ol li {
	margin-bottom: 16px;
	width: 100%;
	font-size: 19px;
	line-height: 1.8;
}
.list_webicon ol li:last-child {
	margin-bottom: 0;
	width: 100%;
	font-size: 19px;
	line-height: 1.8;
}
.list_webicon ol li i {
	margin-right: 7px;
}

/*---------------------------------------------------- */
/* Doctor */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_doctor {
	width: 98%;
	overflow: hidden;
}
.waku_doctor .doctor_left {
	margin-right: 5%;
	margin-bottom: 15px;
	width: 35%;
	float: left;
	display: inline;
}
.waku_doctor .doctor_right {
	padding: 0;
	margin: 0;
	/*width: 60%;
	float: right;*/
	display: inline;
}

/*== img ==*/
.waku_doctor .doctor_left .photo_director {
	margin-bottom: 15px;
	width: 100%;
}
.waku_doctor .doctor_left .txt_director {
	width: 98%;
}
.waku_doctor .doctor_left .txt_director p {
	font-size: 17px;
}

/*== P ==*/
.waku_doctor .doctor_right .txt_doctor {
	padding: 0;
	margin: 0;
	/*width: 100%;*/
}
.waku_doctor .doctor_right .txt_doctor p {
	font-size: 20px;
	line-height: 2.0;
}

/*---------------------------------------------------- */
/* Profile */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_profile {
	width: 100%;
}
.waku_profile .profilebox {
	margin: 0 1.5%;
	width: 46%;
}

/*---------------------------------------------------- */
/* Award */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_award {
	padding-top: 15px;
	width: 98%;
	display: -webkit-flex; 
	display: -ms-flexbox; 
	display: flex;
	-webkit-flex-direction: row; 
	-ms-flex-direction: row; 
	flex-direction: row;
	-webkit-flex-wrap: wrap; 
	-ms-flex-wrap: wrap; 
	flex-wrap: wrap;
}
.waku_award .awardbox {
	width: 50%;
	display: -webkit-flex; 
	display: -ms-flexbox; 
	display: flex;
}

/*== h3 ==*/
.award-title {
	margin-bottom: 15px;
	width: 100%;
}
.award-title h3 {
	font-size: 28px;
}
.award-title h3 i {
	margin-right: 8px;
}

/*---------------------------------------------------- */
/* Timeline */
/*---------------------------------------------------- */
/*== Waku ==*/
.timeline-container {
	padding-right: 30px;
	width: 100%;
}
ul.timeline {/* タイムラインの基本スタイル */
	width: 100%;
}
ul.timeline::before {/* 縦線 */
	top: 0;
	bottom: 0;
	left: 24px;
	width: 4px;
}
	
/*== li ==*/
ul.timeline li.timeline-item {/* タイムラインアイテム */
	padding-left: 60px;
	margin-bottom: 50px;
	width: 100%;
}
ul.timeline li.timeline-item:last-child {/* 最後のアイテムの下マージンを消す */
	padding-left: 60px;
	margin-bottom: 0;
	width: 100%;
}
ul.timeline li.timeline-item::before {/* 丸いノード */
	top: 0;
	left: 8px; /* 縦線の中央に配置 */
	width: 28px; /* 丸の直径 */
	height: 28px; /* 丸の直径 */
}

/*== Content ==*/
.timeline-content {/* コンテンツボックス */
	padding: 20px 25px;
	width: calc(100% - 50px);
	box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}
.timeline-content *:last-child {/* コンテンツ内の最後の要素のマージンを消す */
	margin-bottom: 0;
}
.timeline-content time {/* 日付スタイル */
	margin-bottom: 6px;
	font-size: 18px;
}
.timeline-content p {/* コンテンツ内の段落 */
	font-size: 18px;
}

/*---------------------------------------------------- */
/* Capa */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_capa {
	padding-left: 30px;
	width: 100%;
}
.waku_capa .capabox {/* タイムラインの基本スタイル */
	padding: 20px 25px;
	margin-left: 30px;
	margin-bottom: 35px;
	width: calc(100% - 30px);
	border-left-width: 6px;
}
.waku_capa .capabox article {
	width: 100%;
}

/*== h4 ==*/
.capa-title {
	margin-bottom: 8px;
	width: 100%;
}
.capa-title h4 {
	font-size: 21px;
}
.capa-title h4 i {
	margin-right: 6px;
}

/*== p ==*/
.waku_capa .capabox article p {
	font-size: 18px;
}

/*---------------------------------------------------- */
/* Title */
/*---------------------------------------------------- */
/*== h5 ==*/
.sub-title {
	padding-top: 20px;
	margin-bottom: 15px;
	width: 99%;
}
.sub-title h5 {
	font-size: 21px;
}
.sub-title h5 i {
	margin-right: 8px;
}


}


/* Tablet */
@media all and (max-width: 959px) and (min-width: 600px) {
/*---------------------------------------------------- */
/* Philosophy */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_philosophy {
	padding: 25px 30px;
	width: 98%;
}
.waku_philosophy .philosophybox {
	width: 100%;
}

/*== P ==*/
.waku_philosophy .philosophybox .txt_philosophy {
	width: 98%;
}
.waku_philosophy .philosophybox .txt_philosophy p {
	font-size: 18px;
	line-height: 1.8;
}

/*== list_webicon ==*/
.list_webicon {
	width: 98%;
}
.list_webicon ol {
	width: 98%;
}
.list_webicon ol li {
	margin-bottom: 14px;
	width: 100%;
	font-size: 17px;
	line-height: 1.6;
}
.list_webicon ol li:last-child {
	margin-bottom: 0;
	width: 100%;
	font-size: 17px;
	line-height: 1.6;
}
.list_webicon ol li i {
	margin-right: 6px;
}

/*---------------------------------------------------- */
/* Doctor */
/*---------------------------------------------------- */
	@media all and (max-width: 959px) and (min-width: 751px) {
		/*== Waku ==*/
		.waku_doctor {
			width: 98%;
			overflow: hidden;
		}
		.waku_doctor .doctor_left {
			margin-right: 5%;
			margin-bottom: 12px;
			width: 35%;
			float: left;
		}
		.waku_doctor .doctor_right {
			padding: 0;
			margin: 0;
			/*width: 60%;
			float: right;*/
			display: inline;
		}
		
		/*== img ==*/
		.waku_doctor .doctor_left .photo_director {
			margin-bottom: 12px;
			width: 100%;
		}
		.waku_doctor .doctor_left .txt_director {
			width: 98%;
		}
		.waku_doctor .doctor_left .txt_director p {
			font-size: 15px;
		}

		/*== P ==*/
		.waku_doctor .doctor_right .txt_doctor {
			padding: 0;
			margin: 0;
			/*width: 100%;*/
		}
		.waku_doctor .doctor_right .txt_doctor p {
			font-size: 18px;
			line-height: 1.8;
		}
		
		/*---------------------------------------------------- */
		/* Profile */
		/*---------------------------------------------------- */
		/*== Waku ==*/
		.waku_profile {
			width: 100%;
		}
		.waku_profile .profilebox {
			margin: 0 1.2%;
			width: 47%;
		}

	}
	@media all and (max-width: 750px) and (min-width: 600px) {
		/*== Waku ==*/
		.waku_doctor {
			width: 96%;
		}
		.waku_doctor .doctor_left {
			padding-bottom: 20px;
			margin: 0 auto;
			width: 80%;
			display: block;
		}
		.waku_doctor .doctor_right {
			margin: 0 auto;
			width: 100%;
			display: block;
		}
		
		/*== img ==*/
		.waku_doctor .doctor_left .photo_director {
			margin-bottom: 12px;
			width: 100%;
		}

		/*== P ==*/
		.waku_doctor .doctor_right .txt_doctor {
			width: 100%;
		}
		.waku_doctor .doctor_right .txt_doctor p {
			font-size: 18px;
			line-height: 1.8;
		}
		.waku_doctor .doctor_left .txt_director {
			width: 98%;
		}
		.waku_doctor .doctor_left .txt_director p {
			font-size: 15px;
		}
		
		/*---------------------------------------------------- */
		/* Profile */
		/*---------------------------------------------------- */
		/*== Waku ==*/
		.waku_profile {
			width: 98%;
		}
		.waku_profile .profilebox {
			padding-bottom: 25px;
			margin: 0 0.8%;
			width: 98%;
		}
		.waku_profile .profilebox:last-child {
			padding-bottom: 0;
			margin: 0 0.8%;
			width: 98%;
		}

	}
	
/*---------------------------------------------------- */
/* Award */
/*---------------------------------------------------- */
	@media all and (max-width: 959px) and (min-width: 751px) {
		/*== Waku ==*/
		.waku_award {
			padding-top: 10px;
			width: 96%;
			display: -webkit-flex; 
			display: -ms-flexbox; 
			display: flex;
			-webkit-flex-direction: row; 
			-ms-flex-direction: row; 
			flex-direction: row;
			-webkit-flex-wrap: wrap; 
			-ms-flex-wrap: wrap; 
			flex-wrap: wrap;
		}
		.waku_award .awardbox {
			width: 50%;
			display: -webkit-flex; 
			display: -ms-flexbox; 
			display: flex;
		}
		
		/*== Waku ==*/
		.timeline-container {
			padding-right: 20px;
			width: 100%;
		}
		.waku_capa {
			padding-left: 20px;
			width: 100%;
		}
		
	}
	@media all and (max-width: 750px) and (min-width: 600px) {
		/*== Waku ==*/
		.waku_award {
			padding-top: 5px;
			width: 96%;
		}
		.waku_award .awardbox {
			margin: 0 auto;
			width: 98%;
		}
		.waku_award .awardbox:first-child {
			padding-bottom: 45px;
			margin: 0 auto;
			width: 98%;
		}
		
		/*== Waku ==*/
		.timeline-container {
			padding-right: 0;
			width: 100%;
		}
		.waku_capa {
			padding-left: 0;
			width: 100%;
		}

	}
	
/*== h3 ==*/
.award-title {
	margin-bottom: 12px;
	width: 100%;
}
.award-title h3 {
	font-size: 25px;
}
.award-title h3 i {
	margin-right: 6px;
}

/*---------------------------------------------------- */
/* Timeline */
/*---------------------------------------------------- */
/*== Waku ==*/
ul.timeline {/* タイムラインの基本スタイル */
	width: 100%;
}
ul.timeline::before {/* 縦線 */
	top: 0;
	bottom: 0;
	left: 24px;
	width: 4px;
}
	
/*== li ==*/
ul.timeline li.timeline-item {/* タイムラインアイテム */
	padding-left: 50px;
	margin-bottom: 40px;
	width: 100%;
}
ul.timeline li.timeline-item:last-child {/* 最後のアイテムの下マージンを消す */
	padding-left: 50px;
	margin-bottom: 0;
	width: 100%;
}
ul.timeline li.timeline-item::before {/* 丸いノード */
	top: 0;
	left: 8px; /* 縦線の中央に配置 */
	width: 26px; /* 丸の直径 */
	height: 26px; /* 丸の直径 */
}

/*== Content ==*/
.timeline-content {/* コンテンツボックス */
	padding: 15px 20px;
	width: calc(100% - 40px);
	box-shadow: 0 3px 8px rgba(0,0,0,0.1);
}
.timeline-content *:last-child {/* コンテンツ内の最後の要素のマージンを消す */
	margin-bottom: 0;
}
.timeline-content time {/* 日付スタイル */
	margin-bottom: 5px;
	font-size: 16px;
}
.timeline-content p {/* コンテンツ内の段落 */
	font-size: 16px;
}

/*---------------------------------------------------- */
/* Capa */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_capa .capabox {/* タイムラインの基本スタイル */
	padding: 15px 20px;
	margin-left: 20px;
	margin-bottom: 25px;
	width: calc(100% - 20px);
	border-left-width: 5px;
}
.waku_capa .capabox article {
	width: 100%;
}

/*== h4 ==*/
.capa-title {
	margin-bottom: 6px;
	width: 100%;
}
.capa-title h4 {
	font-size: 18px;
}
.capa-title h4 i {
	margin-right: 5px;
}

/*== p ==*/
.waku_capa .capabox article p {
	font-size: 16px;
}

/*---------------------------------------------------- */
/* Title */
/*---------------------------------------------------- */
/*== h5 ==*/
.sub-title {
	padding-top: 18px;
	margin-bottom: 12px;
	width: 99%;
}
.sub-title h5 {
	font-size: 18px;
}
.sub-title h5 i {
	margin-right: 6px;
}




}


/* SP */
@media only screen and (max-width: 599px) {
/*---------------------------------------------------- */
/* Philosophy */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_philosophy {
	padding: 18px 20px;
	width: 96%;
}
.waku_philosophy .philosophybox {
	width: 100%;
}

/*== P ==*/
.waku_philosophy .philosophybox .txt_philosophy {
	width: 98%;
}
.waku_philosophy .philosophybox .txt_philosophy p {
	font-size: 16px;
	line-height: 1.6;
}

/*== list_webicon ==*/
.list_webicon {
	width: 98%;
}
.list_webicon ol {
	width: 98%;
}
.list_webicon ol li {
	margin-bottom: 10px;
	width: 100%;
	font-size: 15px;
	line-height: 1.4;
}
.list_webicon ol li:last-child {
	margin-bottom: 0;
	width: 100%;
	font-size: 15px;
	line-height: 1.4;
}
.list_webicon ol li i {
	margin-right: 6px;
}

/*---------------------------------------------------- */
/* Doctor */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_doctor {
	width: 96%;
}
.waku_doctor .doctor_left {
	margin: 0 auto;
	width: 90%;
	display: block;
}
.waku_doctor .doctor_right {
	padding-bottom: 20px;
	margin: 0 auto;
	width: 100%;
	display: block;
}
		
/*== img ==*/
.waku_doctor .doctor_left .photo_director {
	margin-bottom: 10px;
	width: 100%;
}

/*== P ==*/
.waku_doctor .doctor_right .txt_doctor {
	width: 100%;
}
.waku_doctor .doctor_right .txt_doctor p {
	font-size: 16px;
	line-height: 1.6;
}
.waku_doctor .doctor_left .txt_director {
	width: 98%;
}
.waku_doctor .doctor_left .txt_director p {
	font-size: 13px;
}

/*---------------------------------------------------- */
/* Profile */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_profile {
	width: 98%;
}
.waku_profile .profilebox {
	padding-bottom: 20px;
	margin: 0 0.8%;
	width: 98%;
}
.waku_profile .profilebox:last-child {
	padding-bottom: 0;
	margin: 0 0.8%;
	width: 98%;
}

/*---------------------------------------------------- */
/* Award */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_award {
	padding-top: 0;
	width: 96%;
}
.waku_award .awardbox {
	margin: 0 auto;
	width: 98%;
}
.waku_award .awardbox:first-child {
	padding-bottom: 35px;
	margin: 0 auto;
	width: 98%;
}

/*== h3 ==*/
.award-title {
	margin-bottom: 12px;
	width: 100%;
}
.award-title h3 {
	font-size: 21px;
}
.award-title h3 i {
	margin-right: 4px;
}

/*---------------------------------------------------- */
/* Timeline */
/*---------------------------------------------------- */
/*== Waku ==*/
.timeline-container {
	padding-right: 0;
	width: 100%;
}
ul.timeline {/* タイムラインの基本スタイル */
	width: 100%;
}
ul.timeline::before {/* 縦線 */
	top: 0;
	bottom: 0;
	left: 20px;
	width: 2px;
}
	
/*== li ==*/
ul.timeline li.timeline-item {/* タイムラインアイテム */
	padding-left: 40px;
	margin-bottom: 30px;
	width: 100%;
}
ul.timeline li.timeline-item:last-child {/* 最後のアイテムの下マージンを消す */
	padding-left: 40px;
	margin-bottom: 0;
	width: 100%;
}
ul.timeline li.timeline-item::before {/* 丸いノード */
	top: 0;
	left: 4px; /* 縦線の中央に配置 */
	width: 22px; /* 丸の直径 */
	height: 22px; /* 丸の直径 */
}

/*== Content ==*/
.timeline-content {/* コンテンツボックス */
	padding: 15px 20px;
	width: calc(100% - 40px);
	box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
.timeline-content *:last-child {/* コンテンツ内の最後の要素のマージンを消す */
	margin-bottom: 0;
}
.timeline-content time {/* 日付スタイル */
	margin-bottom: 5px;
	font-size: 14px;
}
.timeline-content p {/* コンテンツ内の段落 */
	font-size: 14px;
}

/*---------------------------------------------------- */
/* Capa */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_capa {
	padding-left: 0;
	width: 100%;
}
.waku_capa .capabox {/* タイムラインの基本スタイル */
	padding: 15px 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	width: calc(100% - 20px);
	border-left-width: 5px;
}
.waku_capa .capabox article {
	width: 100%;
}

/*== h4 ==*/
.capa-title {
	margin-bottom: 5px;
	width: 100%;
}
.capa-title h4 {
	font-size: 16px;
}
.capa-title h4 i {
	margin-right: 4px;
}

/*== p ==*/
.waku_capa .capabox article p {
	font-size: 14px;
}

/*---------------------------------------------------- */
/* Title */
/*---------------------------------------------------- */
/*== h5 ==*/
.sub-title {
	padding-top: 15px;
	margin-bottom: 10px;
	width: 99%;
}
.sub-title h5 {
	font-size: 16px;
}
.sub-title h5 i {
	margin-right: 4px;
}




}