@charset "utf-8";

/* nav */
.sideNav.measure > li:nth-child(2) li:nth-child(1) a {
	background: #e2efff;
	background: -moz-linear-gradient(left, #e2efff 0%, #cfe4ff 100%);
	background: -webkit-linear-gradient(left, #e2efff 0%,#cfe4ff 100%);
	background: linear-gradient(to right, #e2efff 0%,#cfe4ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2efff', endColorstr='#cfe4ff',GradientType=1 );
}

/* headingWrap */
.boxSkin02 .headingWrap {
	margin-bottom: 40px;
}
.headingWrap .inner {
	height: 223px;
	padding: 63px 0 0 7px;
	background: url(../img/bg_head_tsubo-pc.png) no-repeat 368px 6px;
}

/* content */
.contentWrap .ttlSkin05 {
	margin-top: 20px;
}
.contentWrap .image {
	width: 235px;
}
.image01 { width: 167px;margin-left: 32px; }
.image02 { width: 165px;margin-left: 25px; }
.image03 { width: 199px; }
.image04 { width: 200px; }
.image05 { width: 200px; }
.image06 { width: 158px;margin-left: 22px; }
.image07 { width: 195px; }
.text.fr {
	width: 355px;
}
.text.fr h5 {
	margin-bottom: 5px;
	color: #1d2088;
	font-weight: bold;
}
.text.fr h5 ~ h5 {
	margin-top: 35px;
}
.text .boxSkin03 {
	margin-top: 12px;
	padding: 13px 5px 13px 20px;
	font-size: 1.3rem;
	/*background: #f9f7ec;*/
}
strong {
	display: inline-block;
	margin-right: 3px;
	font-weight: bold;
}
.bdb {
	margin-bottom: 35px;
	padding-bottom: 25px;
	border-bottom: 1px dotted #333695;
}

.boxNeck .bdb:first-of-type h5 {
	margin-top: 8px;
}
.boxNeck .bdb:nth-of-type(2) {
	padding-bottom: 38px;
}
.boxNeck .bdb:nth-of-type(3) .image {
	margin-top: -15px;
	margin-bottom: 8px;
}
.boxFace .ttlSkin05 {
	margin-bottom: 33px;
}
.boxFace .text.fr h5 ~ h5 {
	margin-top: 21px;
}

.ttlSkin04 ~ .ttlSkin04 {
	margin-top: 83px;
}
.boxHand .ttlSkin05 {
	margin-bottom: 27px;
}
.boxHand .bdb:first-of-type {
	margin-bottom: 45px;
	padding-bottom: 38px;
}
.boxHand .bdb:nth-of-type(2) {
	margin-bottom: 40px;
	padding-bottom: 30px;
}
.boxFoot h5:first-of-type {
	margin-top: 8px;
}
.boxSkin05 {
	margin-top: 40px;
}
.boxSkin05 .title img {
	position: relative;
	width: 34px;
	margin: -2px 8px 0 -2px;
	transform: translateY(-5px);
}
.boxSkin05 .textName {
	font-size: 1.2rem;
	line-height: 1.5;
}

.boxBtn {
	margin-top: 38px;
	margin-bottom: 45px;
}

.txtTypeH{
	margin-bottom: 40px;
}
.boxSkin03.boxTsubo{
	margin-top: 22px;
}
.boxSkin03.boxTsubo li{
	display: block;
	padding-right: 10px;
	margin-bottom: 3px;
}

.boxSkin03 p:not(.title) {
   font-size: 1.3rem;
}

.contentWrap .ttlSkin05.ttlTsubo {
		margin-top: 120px;
	}
/* doctor */
.txtSupervises {
	margin-bottom: 30px;
	text-align: right;
	font-size: 1.3rem;
}
.boxSupervises {
	padding-bottom: 20px;
	font-size: 1.2rem;
	line-height: 1.9;
	padding: 20px  55px 20px 40px;
	border: 1px dotted #1d2088;
	margin-top: 35px;
	overflow: hidden;
}
.boxSupervises img {
	float: right;
	width: 145px;
}
.nameSupervises {
	font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 10px;
    line-height: 1.6;
}

.nameSupervises .subTtl {
	font-size: 1.2rem;
	line-height: 1.2;
	margin-left: -5px;
}

.biogSupervises {
	display: block;
	width: 295px;
}
.biogSupervises .mt_10{
	display: block;
	margin-top: 10px;
}



/* sp向けスタイル */
@media screen and (max-width: 767px) {
	.txtTypeH{
	margin-bottom: 24px;
}

	.boxSkin03.boxTsubo{
	margin-top: 22px;
}
	.boxSkin03.boxTsubo ul {
		margin-top: 12px;
		margin-bottom: 11px;
		font-size: 1.3rem;
       line-height: 1.8;
	}
	.boxSkin03.boxTsubo li{
		display: block;
		margin-bottom: 2px;
		padding-right: 0;
}
	.boxSkin03 p:not(.title) {
	padding-top: 5px;
    padding-bottom: 13px;
    font-size: 1.3rem;
    line-height: 1.8;
}
	.spIndent10 {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 1.3rem;
		line-height: 1.4;
	}
	.contentWrap .ttlSkin05.ttlTsubo {
		margin-top: 60px;
	}
	/* doctor */
.txtSupervises {
	margin-bottom: 25px;
	text-align: right;
	font-size: 1.2rem!important;
	line-height: 1.5!important;
}
.boxSupervises {
	padding: 20px 20px;
}
.biogSupervises {
	display: block;
	width: 100%;
}
.biogSupervises .mt_10{
	display: block;
	margin-top: 5px;
}
.boxSupervises img {
	width: 50%;
	float: none;
	display: block;
	margin-left: auto!important;
	margin-right: auto!important;
	margin-bottom: 0!important;
}
.nameSupervises {
	text-align: center;
	margin-top: 7px;
	margin-bottom: 10px;
}
.nameSupervises .subTtl {
	margin-left: 0px;
}

	/* content */
	.secContentArea {
		padding: 15px 0;
	}

	/* headingWrap */
	.boxSkin02 .headingWrap {
		margin-bottom: 25px;
		padding-bottom: 25px;
	}
	.headingWrap .inner {
		height: auto;
		padding: 159px 0 0 0;
		background: url(../img/bg_head_tsubo-sp.png) no-repeat center top;
		background-size: 144px 151px;
	}
	.headingWrap .inner + p {
		padding-right: 10px;
	}

	.contentWrap .ttlSkin04 {
		margin: 0 0 10px;
	}
	.contentWrap .ttlSkin04 ~ .ttlSkin04 {
		margin-top: 42px;
	}
	.contentWrap .ttlSkin04 + p {
		font-size: 1.3rem;
		padding: 0 10px 0;
	}
	.contentWrap .image.fl {
		float: none;
		width: auto;
		margin-bottom: 20px;
		text-align: center;
	}
	.contentWrap .text.fr {
		float: none;
		width: auto;
		font-size: 1.3rem;
		line-height: 1.38;
		letter-spacing: -0.5px;
	}

	.image01 { width: 158px;margin-left: 40px; }
	.image02 { width: 140px;margin-left: 35px; }
	.image03 { width: 187px; }
	.image04 { width: 160px; }
	.image05 { width: 215px; }
	.image06 { width: 165px;margin-left: -7px; }
	.image07 { width: 222px; }
	.text .boxSkin03 {
		margin-top: 10px;
		padding: 9px 5px 10px 14px;
	}
	.bdb {
		margin-bottom: 23px;
		padding-right: 10px;
		padding-left: 10px;
		font-size: 1.3rem;
	}
	.text.fr h5 ~ h5 {
		margin-top: 26px;
	}
	.boxNeck .bdb:nth-of-type(2) {
		padding-bottom: 25px;
		margin-bottom: 24px;
	}
	.boxNeck .bdb:nth-of-type(3) .image {
		margin-top: 0;
		margin-bottom: 12px;
	}
	.boxFace,
	.boxFoot {
		padding-top: 5px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.boxFace .ttlSkin05 {
		margin-top: 0;
		margin-bottom: 15px;
		margin-left: 0;
	}
	.boxHand .ttlSkin05 {
		margin-left: 10px;
	}
	.boxHand .image.fl {
		margin-bottom: 15px;
	}
	.boxHand .bdb:first-of-type {
		margin-bottom: 20px;
		padding-bottom: 22px;
	}
	.boxHand .bdb:nth-of-type(2) {
		margin-bottom: 0;
	}
	.boxFoot .ttlSkin05 {
		margin-top: 13px;
		margin-bottom: 24px;
		margin-left: 0;
	}
	.boxFoot .text.fr h5 ~ h5 {
		margin-top: 20px;
	}
	.boxSkin05 {
		margin-top: 35px;
		margin-bottom: 10px;
		padding-top: 13px;
	}
	.boxSkin05 .textName {
		font-size: 1.0rem;
		line-height: 1.2;
		margin-top: 8px;
	}
	.boxBtn {
		margin-top: 18px;
		margin-bottom: 15px;
	}
	.boxBtn .btnSkin01 {
		padding: 12px 28px;
	}

}
