@charset "UTF-8";
/* css consultation [doctors] */

@import url("main.css");

/*---------------------------------------------------- */
/* Section */
/*---------------------------------------------------- */
#intro {
	padding-top: 10px;
}

/*---------------------------------------------------- */
/* Staff */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_staff {
	margin: 0 auto;
	height: auto;
}

.waku_staff .staff_box {
	display: inline-block;
    /display: inline;
    /zoom: 1;
	vertical-align: top;
}

.waku_staff .staff_box .boxarea {
	margin: 0 auto;
	width: 100%;
	height: auto;
	border-top: solid 3px #3ab374;/* 緑 */
	border-right: solid 1px #dcdcdc;
	border-bottom: solid 1px #dcdcdc;
	border-left: solid 1px #dcdcdc;
	background-color: rgba(247, 248, 248, .5);
	-webkit-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-radius-bottomleft: 6px;
}

.waku_staff .staff_box .boxarea .waku_area {
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}

/*== img ==*/
.photo_staff {
	margin: 0 auto;
	height: auto;
}

.photo_staff img {
	padding: 0;
	margin: 0;
	vertical-align: bottom;
}

/*== h4 ==*/
.staff-title {
	margin: 0;
	overflow: hidden;
}

.staff-title h4 {
	line-height: 1.3;
	font-weight: 600;
	font-style: normal;
	margin: 0;
	position: relative;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

.staff-title h4:before {
	content: "";
	margin: 0;
	padding: 0;
	-webkit-border-radius: 3px 3px 0 3px;
	-moz-border-radius: 3px 3px 0 3px;
	-ms-border-radius: 3px 3px 0 3px;
	-o-border-radius: 3px 3px 0 3px;
	border-radius: 3px 3px 0 3px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.staff-title h4:after {
	content: "";
	height: 1px;
	margin: 0;
	padding: 0;
	background-color: #c8cacc;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
}

/*== h5 ==*/
.subject-title {
	margin: 0;
}

.subject-title h5 {
	padding: 0;
	margin: 0;
	color: #3ab374;/* 緑 */
	font-weight: 600;
	line-height: 1.6;
}

/*---------------------------------------------------- */
/* Message */
/*---------------------------------------------------- */
/*== Waku ==*/
.message_box {
	margin: 0;
}

/*== h5 ==*/
.kind-title {
	margin: 0;
	overflow: hidden;
}

.kind-title h5 {
	padding: 0;
	margin: 0;
	color: #3d3e3f;
	font-weight: 600;
	line-height: 1.0;
	position: relative;
}

.kind-title h5:before {
	content: "\f0c8";
	font: 6px "FontAwesome";
	font-weight: 900;
	position: absolute;
	color: #3ab374;/* 緑 */
}

/*== P ==*/
.message_box p {
	padding: 0;
	margin: 0;
	color: #3d3e3f;
	font-weight: normal;
	line-height: 1.6;
}



/* PC */
@media print, screen and (min-width: 960px) {
/*---------------------------------------------------- */
/* Section */
/*---------------------------------------------------- */
#intro {
	padding-bottom: 40px;
}

/*---------------------------------------------------- */
/* Staff */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_staff {
	padding: 15px 0;
	width: 100%;
}

.waku_staff .staff_box {
	padding: 10px 0;
	margin: 0 0.5%;
	width: 31.6%;
}

.waku_staff .staff_box .boxarea {
	padding: 15px 0 10px 0;
}

.waku_staff .staff_box .boxarea .waku_area {
	padding: 0;
	width: 90%;
}

.waku_area .area_left {
	padding: 0;
	margin: 0 4% 0 0;
	width: 32%;
	float: left;
}

.waku_area .area_right {
	padding: 0;
	margin: 0;
}
	
/*== img ==*/
.photo_staff {
	padding: 0 0 10px 0;
	width: 100%;
}

/*== h4 ==*/
.staff-title {
	padding: 5px 0 10px 0;
}

.staff-title h4 {
	font-size: 19px;
	padding: 0 0 2px 32px;
}

.staff-title h4:before {
	background: url(../../images/icon_man@2x.png) 50% 4px no-repeat #3ab374;/* 緑 */
	width: 28px;
	height: 28px;
	background-size: 18px 19px;
}

.staff-title h4:after {
	width: calc(100% - 28px);
}
	
/*== h5 ==*/
.subject-title {
	padding: 0;
}

.subject-title h5 {
	font-size: 17px;
}

/*---------------------------------------------------- */
/* Message */
/*---------------------------------------------------- */
/*== Waku ==*/
.message_box {
	padding: 10px 0;
}

/*== h5 ==*/
.kind-title {
	padding: 0 0 6px 0;
}

.kind-title h5 {
	padding: 0 0 0 15px;
	font-size: 15px;
}

.kind-title h5:before {
	top: 1px;
	left: 0;
}

/*== P ==*/
.message_box p {
	font-size: 14px;
}


}

/* Tablet */
@media all and (max-width: 959px) and (min-width: 700px) {
/*---------------------------------------------------- */
/* Section */
/*---------------------------------------------------- */
#intro {
	padding-bottom: 30px;
}

/*---------------------------------------------------- */
/* Staff */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_staff {
	padding: 12px 0;
	width: 100%;
}

.waku_staff .staff_box {
	padding: 8px 0;
	margin: 0 0.5%;
	width: 47.8%;
}

.waku_staff .staff_box .boxarea {
	padding: 12px 0 8px 0;
}

.waku_staff .staff_box .boxarea .waku_area {
	padding: 0;
	width: 90%;
}

.waku_area .area_left {
	padding: 0;
	margin: 0 0 0 4%;
	width: 35%;
	float: right;
}

.waku_area .area_right {
	padding: 0;
	margin: 10px 0 0 0;
}
	
/*== img ==*/
.photo_staff {
	padding: 0 0 8px 0;
	width: 100%;
}

/*== h4 ==*/
.staff-title {
	padding: 5px 0 10px 0;
}

.staff-title h4 {
	font-size: 18px;
	padding: 0 0 2px 30px;
}

.staff-title h4:before {
	background: url(../../images/icon_man@2x.png) 50% 3px no-repeat #3ab374;/* 緑 */
	width: 26px;
	height: 26px;
	background-size: 18px 19px;
}

.staff-title h4:after {
	width: calc(100% - 26px);
}
	
/*== h5 ==*/
.subject-title {
	padding: 0;
}

.subject-title h5 {
	font-size: 16px;
}

/*---------------------------------------------------- */
/* Message */
/*---------------------------------------------------- */
/*== Waku ==*/
.message_box {
	padding: 8px 0;
}

/*== h5 ==*/
.kind-title {
	padding: 0 0 5px 0;
}

.kind-title h5 {
	padding: 0 0 0 12px;
	font-size: 14px;
}

.kind-title h5:before {
	top: 1px;
	left: 0;
}

/*== P ==*/
.message_box p {
	font-size: 13px;
}


}


/* SP */
@media screen and (max-width: 699px) {
/*---------------------------------------------------- */
/* Section */
/*---------------------------------------------------- */
#intro {
	padding-top: 0;
	padding-bottom: 10px;
}

/*---------------------------------------------------- */
/* Staff */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_staff {
	padding: 10px 0;
	width: 100%;
	text-align: center;
}

.waku_staff .staff_box {
	padding: 8px 0;
	margin: 0 auto;
	width: 98.0%;
}

.waku_staff .staff_box .boxarea {
	padding: 12px 0 8px 0;
}

.waku_staff .staff_box .boxarea .waku_area {
	padding: 0;
	width: 90%;
}

.waku_area .area_left {
	padding: 0;
	margin: 0 0 0 4%;
	width: 35%;
	float: right;
}

.waku_area .area_right {
	padding: 0;
	margin: 10px 0 0 0;
}
	
/*== img ==*/
.photo_staff {
	padding: 0 0 8px 0;
	width: 100%;
}

/*== h4 ==*/
.staff-title {
	padding: 5px 0 10px 0;
}

.staff-title h4 {
	font-size: 18px;
	padding: 0 0 2px 30px;
	text-align: left;
}

.staff-title h4:before {
	background: url(../../images/icon_man@2x.png) 50% 3px no-repeat #3ab374;/* 緑 */
	width: 26px;
	height: 26px;
	background-size: 18px 19px;
}

.staff-title h4:after {
	width: calc(100% - 26px);
}
	
/*== h5 ==*/
.subject-title {
	padding: 0;
}

.subject-title h5 {
	font-size: 16px;
	text-align: left;
}

/*---------------------------------------------------- */
/* Message */
/*---------------------------------------------------- */
/*== Waku ==*/
.message_box {
	padding: 8px 0;
}

/*== h5 ==*/
.kind-title {
	padding: 0 0 5px 0;
}

.kind-title h5 {
	padding: 0 0 0 12px;
	font-size: 14px;
	text-align: left;
}

.kind-title h5:before {
	top: 1px;
	left: 0;
}

/*== P ==*/
.message_box p {
	font-size: 13px;
	text-align: left;
}


}