@charset "utf-8";

/* nav */
.sideNav.measure > li:nth-child(2) li:nth-child(4) 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;
	padding: 0px 0px 0px 40px;
}
.headingWrap .inner {
	height: 243px;
margin-bottom: 0;
padding: 73px 0 0 7px;
border: none;
box-shadow: none;
	background: url(../img/bg_head_patience-pc.png) no-repeat 360px bottom;
}

/* 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;
}

.ttlSkin04 ~ .ttlSkin04 {
	margin-top: 40px;
}

.boxBtn01 {
	margin-top: 38px;
	margin-bottom: 45px;
}

.boxBtn02{
	margin-top: 18px;
	margin-bottom: 30px;
}

.boxBtn02 +.boxBtn02{
	margin-top: -10px;
}

.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 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.2rem;
	line-height: 1.9;
	padding: 20px 55px 20px 40px;
	border: 1px dotted #1d2088;
	margin-top: 35px;
}

.boxSupervisesImage {
	width: 145px;
	order: 2;
}

.boxSupervisesText {
	width: 295px;
	order: 1;
}

.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;
	}

	.biogSupervises {
		display: block;
		width: 100%;
	}

	.nameSupervises {
		text-align: center;
		margin-top: 7px;
		margin-bottom: 10px;
	}

	.nameSupervises .subTtl {
		margin-left: 0px;
	}

	.biogSupervises .mt_10 {
		display: block;
		margin-top: 5px;
	}

	.boxSupervises {
		display: block;
		padding: 20px 20px;
	}

	.boxSupervisesImage {
		width: 50%;
		display: block;
		margin-left: auto !important;
		margin-right: auto !important;
		margin-bottom: 0 !important;
	}

	.boxSupervisesText {
		width: 100%;
	}

	/* content */
	.secContentArea {
		padding: 15px 0;
	}

	/* headingWrap */
	.boxSkin02 .headingWrap {
		margin-bottom: 27px;
    padding: 8px 0 20px 0;
	}
	.headingWrap .inner {
		height: auto;
		margin-bottom: 5px;
		padding: 149px 15px 0;
		background: url(../img/bg_head_patience-pc.png) no-repeat center top;
		background-size: auto 149px;
	}
	.headingWrap .inner + p {
		padding-right: 10px;
	}

	.contentWrap .ttlSkin04 {
		margin: 0 0 10px;
	}
	.contentWrap .ttlSkin04 ~ .ttlSkin04 {
		margin-top: 30px;
	}
	.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;
	}

	.boxBtn01 {
		margin-top: 18px;
		margin-bottom: 15px;
	}
	.boxBtn01 .btnSkin01 {
		padding: 12px 28px;
	}

}

.cautionText{
	color: #666666;
	font-size: 1.2rem;
}

p + .cautionText{
	padding-top: 30px;
	display: inline-block;
}
