@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#main {
    margin: 0 auto 182px;
}

#conts .sec01 {
	margin-bottom: 98px;
}

#conts .sec01 .comTxtUl01{
	border-top: none;
	margin-bottom: 43px;
}

#conts .sec01 .comTxtUl01 li:first-child{
	padding-top: 0;
}

#conts .sec01 .comDateTab {
	width: 100%;
	padding: 0;
	margin-bottom: 43px;
	border: 1px solid #e5e5e5;
}

#conts .sec01 .comDateTab th{
	background: #3d9cdc;
	color: #fff;
	padding: 17px 0 19px;
	border: 1px solid rgba(135, 135, 135, 0.3);
}
#conts .sec01 .comDateTab tr .td01{
	padding: 24px 0 27px 20px;
	letter-spacing: 1px;
}

#conts .sec01 iframe{
	width: 100%;
	height: 330px
}

#conts .sec02 {
margin-bottom: 92px;
}

#conts .sec02 .doctorInfo{
	position: relative;
	margin-bottom: 70px;
}

#conts .sec02 .doctorInfo .doctor{
	position: absolute;
	top: 90px;
	left: 115px;
}

#conts .sec02 .doctorInfo .position{
	font-size: 2.0rem;
	padding-left: 46px;
	margin-bottom: 13px;
}

#conts .sec02 .doctorInfo .name{
	font-size: 3.0rem;
	display: flex;
	align-items: center;
}

#conts .sec02 .doctorInfo .name .hb{
	font-size: 1.1rem;
	margin-left: 27px;
	letter-spacing: 0;
}

#conts .sec02 .doctorInfo .photo{
	text-align: right;
	margin-right: 112px;
}

#conts .sec02 table{
	border: 1px solid #e5e5e5;
	width: 100%;
	margin-bottom: 52px;
}

#conts .sec02 table th,
#conts .sec02 table td{
	height: 75px;
	box-sizing: border-box;
	padding-left: 19px;
	font-size: 1.6rem;
	font-weight: normal;
	border-bottom: 1px solid #e5e5e5;
}

#conts .sec02 table th{
	width: 153px;
}

#conts .sec02 table td{
	border-left: 1px solid #e5e5e5;
}

#conts .sec02 tr:last-child th,
#conts .sec02 tr:last-child td{
	border-bottom: none;
}

#conts .sec03 {
	
}

#conts .sec03 .photoUl li{
	padding-bottom: 38px;
		margin-bottom: 38px;
	border-bottom: 1px dashed #e5e5e5;
}

#conts .sec03 .photoUl li:last-child{
	margin-bottom: 0;
}

#conts .sec03 .photoUl .photo{
	float: left;
	margin-right: 33px;	
}

#conts .sec03 .photoUl .headLine03{
	float: left;
	width: 452px;
	margin-top: 8px;
	margin-bottom: 30px;
}

@media all and (max-width: 767px) {
	#main {
		margin: 0 auto 123px;
	}

	#conts .sec01 {
		margin-bottom: 76px;
	}

	#conts .sec01 .comTxtUl01{
		margin-bottom: 35px;
	}

	#conts .sec01 .comDateTab {
		margin-bottom: 35px;
	}

	#conts .sec01 .comDateTab th{
		padding: 8px 0 10px;
	}
	#conts .sec01 .comDateTab tr .td01{
		padding: 8px 0 10px 8px;
		letter-spacing: 0.5px;
	}

	#conts .sec01 iframe{
		width: 100%;
		height: 165px;
	}

	#conts .sec02 {
		margin-bottom: 107px;
	}

	#conts .sec02 .doctorInfo{
		position: relative;
		margin-bottom: 53px;
	}

	#conts .sec02 .doctorInfo .doctor{
		position: absolute;
		top: 30px;
		left: 47px;
		letter-spacing: 2px;
	}

	#conts .sec02 .doctorInfo .position{
		font-size: 1.3rem;
		padding-left: 0;
		display: flex;
		justify-content: center;
		margin-bottom: 8px;
	}

	#conts .sec02 .doctorInfo .name{
		font-size: 1.9rem;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	#conts .sec02 .doctorInfo .name .hb{
		font-size: 0.9rem;
		margin-left: 0;
		letter-spacing: 0;
		margin-top: 10px;
	}

	#conts .sec02 .doctorInfo .photo{
		text-align: right;
		margin-right: 38px;
	}

	#conts .sec02 .doctorInfo .photo img{
		width: 126px;
	}

	#conts .sec02 table{
		margin-bottom: 35px;
	}

	#conts .sec02 table th,
	#conts .sec02 table td{
		height: auto;
		box-sizing: border-box;
		padding: 10px 10px 10px 13px;
		font-size: 1.6rem;
		line-height: 1.625;
	}

	#conts .sec02 table th{
		width: 30%;
	}

	#conts .sec03 .photoUl li{
		padding-bottom: 28px;
		margin-bottom: 28px;
	}

	#conts .sec03 .photoUl .photo{
		margin-right: 23px;	
		width: 30%;
	}

	#conts .sec03 .photoUl .headLine03{
		width: auto;
		margin-top: 6%;
		margin-bottom: 0px;
	}

	#conts .sec03 .photoUl .txt{
		clear: both;
		padding-top: 20px;
	}
	#conts .sec03 .photoUl .hl01{
		line-height: 1.46;
		margin-top: 2%;
	}
	
}