/*=============================================================
 clinic
=============================================================*/

/*! #contents
------------------------------------------------- */
#main {
	padding: 10px;
}
@media (min-width: 600px) {
	#main {
		padding: 0 0 10px;
		margin: auto;
		width: 1200px;
	}
}

/*! #mainImg
------------------------------------------------- */
#mainImg {
	background: url("../img/clinic/bg_main01_sp.png") center center no-repeat;
	background-size: cover;

}
@media (min-width: 600px) {
	#mainImg {
		background: url("../img/clinic/bg_main01_pc.png") top center no-repeat;
	}
}

/*! #summary
------------------------------------------------- */
.table01 {
	margin-bottom: 30px;
	border-collapse: collapse;
}
@media (min-width: 600px) {
	.table01 {
		margin-bottom: 90px;
	}
}
.table01 th,
.table01 td {
	padding: 10px;
	border: 1px solid #c4c4c5;
}
@media (min-width: 600px) {
	.table01 th,
	.table01 td {
		padding: 27px 30px 26px;
	}
}
.table01 th {
	width: 91px;
	font-weight: 700;
	font-size: 1.4rem;
	line-height: calc(40/28);
	color: #fff;
	background: #1b519e;
	vertical-align: top;
	box-sizing: border-box;
}
@media (min-width: 600px) {
	.table01 th {
		width: 242px;
		font-size: 1.9rem;
	}
}
.table01 td {
	font-size: 1.2rem;
	line-height: 1.5;
	line-height: calc(36/24);
}
@media (min-width: 600px) {
	.table01 td {
		font-size: 1.6rem;
	}
}

#main .btn01 a {
	background-image:url("../img/common/ico_link01.png");
}
#main .btn01 a:hover {
	background-image:url("../img/common/ico_link01_o.png");
}



/*! #greeting
------------------------------------------------- */
#greeting {
	margin-bottom: 30px;
}
@media (min-width: 600px) {
	#greeting {
			margin-bottom: 90px;
	}
}
#greeting .pic01 {
	float: right;
	margin: 0 0 15px 15px;
	width: 150px;
}
@media (min-width: 600px) {
	#greeting .pic01 {
			width: 450px;
	}
}
#greeting .txt {
	font-size: 1.2rem;
}
@media (min-width: 600px) {
	#greeting .txt {
		font-size: 1.6rem;
		line-height: calc(30/16);
	}
}
/*! #staff
------------------------------------------------- */
#staff{
	background-color: #eceef0;
	margin-bottom: 30px;
	padding: 15px 15px 20px;
}

#staff .society .sub{
	font-size: 1.6em;
	margin-bottom: 10px;
	font-family: "Noto Serif CJKjp";
	font-weight: 600;
	letter-spacing: 0.15em;
}
#staff .society .setWrap{
	position: relative;
	background-color: #fff;
	padding: 17px 17px 20px;
}
#staff .tit01{
	position: relative;
	padding: 5px 0px;
	font-size: 1.9rem;
	font-family: "Noto Serif CJKjp";
	font-weight: 600;
	line-height: calc(60/42);
	letter-spacing: 0.15em;
	text-align: center;
}
#staff .tit01:after{
	content: "";
	margin: 8px auto 10px;
	position: relative;
	display: block;
	width: 100px;
	height: 1px;
	border-top: 2px solid #1b519e;
	font-size: 1.9rem;
}
#staff .society .setWrap .tit02{
	font-size: 1.4rem;
	font-weight: bold;
}
#staff .society .setWrap .set{
	margin-top: 10px;
	border-bottom: 1px solid #ccc;
}
#staff .society .setWrap .set:last-child{
	border-bottom: none;
}
#staff .society .setWrap .set .list{
	padding: 10px 10px 10px 0;
}
#staff .society .setWrap .set .img{
	position: absolute;
	top: 75%;
	right: 5%;
	width: 60px;
}
#staff .society .setWrap .set .list .item{
	position: relative;
	padding: 0 0 5px 20px;
}
#staff .society .setWrap .set .list .item::before{
	position: absolute;
	content:'■';
	top: 0;
	left: 0;
	width: 15px;
	height: 15px;
	color: #1b519e;
}
#staff .msg{
	margin-top: 15px;
}
#staff .msg .sub{
	font-size: 1.6rem;
	margin-bottom: 10px;
	font-family: "Noto Serif CJKjp";
	font-weight: 600;
	letter-spacing: 0.15em;
}

#staff .msg .box{
	background-color: #fff;
	padding: 20px;
}
#staff .msg .box .img{
	margin: 10px 10px 20px;
}
@media (min-width: 600px) {
	#staff{
		padding: 50px;
		margin-bottom: 80px;
	}
	#staff .society .sub{
		font-size: 2.254rem;
		margin-bottom: 15px;
	}
	#staff .society .setWrap{
		overflow: hidden;
		position: relative;
		background-color: #fff;
		padding: 17px 17px 20px;
	}
	#staff .tit01{
		font-size: 3rem;
	}
	#staff .tit01:after{
		width: 160px;
	}
	#staff .society .setWrap .tit02{
		font-size: 1.8rem;
	}
	#staff .society .setWrap .set{
		float:left;
		margin: 0;
		padding: 15px 30px 0 30px;
		border-bottom: none;
		border-right: 1px solid #ccc;
	}
	#staff .society .setWrap .set:last-child{
		border-right: none;
	}
	#staff .society .setWrap .set .list{
		padding: 10px 10px 10px 0;
	}
	#staff .society .setWrap .set .img{
		top: 15%;
		right: 3%;
		width: 130px;
	}
	#staff .society .setWrap .set .list .item{
		padding: 0 0 5px 20px;
	}
	#staff .msg{
		margin-top: 30px;
	}
	#staff .msg .sub{
		font-size: 2.254rem;
		margin-bottom: 15px;
	}
	#staff .msg .box{
		overflow: hidden;
		padding: 35px 45px 35px 35px;
		box-sizing: border-box;
	}
	#staff .msg .box .img{
		float: left;
		width: 233px;
		margin: 0;
	}
	#staff .msg .box .txt{
		float: left;
		width: 740px;
		margin-left: 40px;
		font-size: 1.6rem;
	}
}
/*! #profile
------------------------------------------------- */
#profile{
	background-color: #eceef0;
	padding: 15px 15px 20px;
	margin-bottom: 20px;
}
#profile .tit{
	position: relative;
	padding: 5px 0px;
	font-size: 1.9rem;
	font-family: "Noto Serif CJKjp";
	font-weight: 600;
	line-height: calc(60/42);
	letter-spacing: 0.15em;
	text-align: center;
}
#profile .tit:after{
	content: "";
	margin: 8px auto 10px;
	position: relative;
	display: block;
	width: 150px;
	height: 1px;
	border-top: 2px solid #1b519e;
	font-size: 1.9rem;
}
#profile .bio .table01 th{
	vertical-align: middle;
}
#profile .bio .table01 td{
	background-color: #fff;
}
#profile .bio .sub{
	font-size: 1.6em;
	margin-bottom: 10px;
	font-family: "Noto Serif CJKjp";
	font-weight: 600;
	letter-spacing: 0.15em;
}
#profile .setWrap .requirements{
	position: relative;
}
#profile .setWrap .requirements .img{
	position: absolute;
	top: 18%;
	left: 76%;
	width: 50px;
}
#profile .setWrap .requirements .sub{
	font-size: 1.6em;
	margin-bottom: 10px;
	font-family: "Noto Serif CJKjp";
	font-weight: 600;
	letter-spacing: 0.15em;
}
#profile .setWrap .requirements .list{
	padding: 25px;
}
#profile .setWrap .requirements .list02{
	padding: 15px 25px;
}
#profile .setWrap .requirements .list .item{
	position: relative;
	padding: 0 0 5px 20px;
}
#profile .setWrap .requirements .list .item::before{
	position: absolute;
	content:'■';
	top: 0;
	left: 0;
	width: 15px;
	height: 15px;
	color: #1b519e;
	}
#profile .setWrap .hobby .list02 .item{
	position: relative;
	padding: 0 0 5px 20px;
}
#profile .setWrap .hobby .list02 .item::before{
	position: absolute;
	content:'■';
	top: 0;
	left: 0;
	width: 15px;
	height: 15px;
	color: #1b519e;
	}
#profile .setWrap .requirements .list02 .item::before{
	position: absolute;
	content:'■';
	top: 0;
	left: 0;
	width: 15px;
	height: 15px;
	color: #1b519e;
	}
	#profile .setWrap .hobby .sub{
		font-size: 1.6em;
		margin-bottom: 10px;
		font-family: "Noto Serif CJKjp";
		font-weight: 600;
		letter-spacing: 0.15em;
	}
	#profile .setWrap .hobby .box{
		background-color: #fff;
		padding: 15px 22px;
		}
@media (min-width: 600px) {
	#profile{
		padding: 45px 50px 0;
		margin-bottom: 30px;
	}
	#profile .tit{
		font-size: 3rem;
	}
	#profile .tit:after{
		width: 225px;
	}
	#profile .wrap{
		overflow: hidden;
		margin-top: 20px;
	}
	#profile .bio{
		float: left;
		width: 500px;
	}
	#profile .setWrap{
		float: left;
		width: 570px;
		margin-left: 30px;
	}
	#profile .bio .sub{
		font-size: 2.254rem;
		margin-bottom: 20px;
	}
	#profile .setWrap .requirements .img{
		top: 23%;
		left: 76%;
		width: 105px;
	}
	#profile .setWrap .requirements .sub{
		font-size: 2.254rem;
		margin-bottom: 20px;
	}
	#profile .setWrap .requirements .list{
		background-color: #fff;
		padding: 35px 40px;
	}
	#profile .setWrap .requirements .list02{
		padding: 35px 40px;
	}
	#profile .setWrap .requirements .list .item{
		position: relative;
		padding: 0 0 8px 25px;
		font-size: 1.6rem;
	}
	#profile .setWrap .hobby .list02 .item{
		padding: 0 0 8px 25px;
		font-size: 1.6rem;
	}
	#profile .setWrap .hobby{
		margin-top: 30px;
	}
}
/*! #landscape
------------------------------------------------- */
#landscape {
	margin-bottom: 30px;
}
@media (min-width: 600px) {
	#landscape {
	margin-bottom: 40px;
	}
}

#landscape .pic02 {
	margin: 15px 0 10px 0;
}
@media (min-width: 600px) {
	#landscape .pic02 {
		margin: 0 0 20px 0;
		width: 100%;
	}
}
#landscape .txt01 {
	font-size: 1.2rem;
	line-height: 1.5;
}
@media (min-width: 600px) {
	#landscape .txt01 {
		margin: 17px 0;
		font-size: 1.6rem;
	}
	#landscape .list01 {
		margin: auto;
		width: 100%;
		overflow:hidden;
	}
	#landscape .list01 li {
		float: left;
		margin: 0 30px 50px 0px;
		width: 380px;
		box-sizing: border-box;
	}
	#landscape .list01 li:nth-child(3) {
		float: left;
		margin: 0 0px 50px 0px;
		width: 380px;
		box-sizing: border-box;
	}
}
