@charset "utf-8";

/* nav */
.sideNav.cause > li:nth-child(3) li:nth-child(6) 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:42px;
}
.headingWrap {
	position: relative;
	padding: 25px 40px 0px 40px;
}
.headingWrap .inner {
	height: 222px;
	margin-bottom: 42px;
	padding: 41px 0 0 7px;
	border-bottom: none;
	box-shadow: none;
	background: url(../img/bg_head_trigger-pc.png) no-repeat 270px bottom;
}
.headingWrap .inner + p {
	letter-spacing: -0.5px;
}
.linkWrap {
	margin-top: 10px;
}

/* content */
.boxSkin02 {
	padding-bottom: 45px;
}
.ttlSkin04 ~ .ttlSkin04 {
	margin-top: 60px;
}
.ttlSkin05 ~ .ttlSkin05 {
	margin-top: 55px;
}
.ttlSkin04 + .ttlSkin05 {
	margin-top: 30px;
}
.boxSkin03 {
	margin-top: 22px;
	font-size: 1.3rem;
}
.boxSkin03 ~ .boxSkin03 {
	margin-top: 30px;
}

.boxBtn {
	margin-top: 40px;
	margin-bottom: 6px;
}
.boxBtn .btnSkin01 {
	padding: 19px 70px 15px;
}

/* related */

/* sp向けスタイル */
@media screen and (max-width: 767px) {

	/* headingWrap */
	.headingWrap{
		padding: 15px;
	}
	.headingWrap .inner {
		height: auto;
		margin-bottom: 5px;
		padding: 142px 0 0 0;
		background-size: auto 140px;
		background-position: center 2px;
	}
	.boxSkin02 .headingWrap {
		margin-bottom: 21px;
		padding-bottom: 22px;
	}
	.headingWrap h2 {
		padding-top: 11px;
		padding-left: 9px;
		letter-spacing: 0;
	}
	.headingWrap .inner + p {
		padding-top: 15px;
		padding-right: 7px;
		letter-spacing: 0;
		line-height: 1.4;
	}

	/* content */
	.secContentArea {
		padding: 15px 0;
	}
	.ttlSkin04 ~ .ttlSkin04 {
		margin-top: 30px;
	}
	.ttlSkin04 + .ttlSkin05 {
		margin-top: 20px;
	}
	.ttlSkin05 ~ .ttlSkin05 {
		margin-top: 22px;
	}
	.spIndent10 {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 1.3rem;
		line-height: 1.4;
	}
	.boxSkin03 {
		margin-top: 17px;
		padding-bottom: 17px;
	}
	.boxSkin03 ~ .boxSkin03 {
		margin-top: 22px;
	}
	.boxSkin03 p:not(.title) {
		font-size: 1.3rem;
	}
	.linkWrap {
		margin-top: 6px;
		padding-right: 10px;
		font-size: 1.3rem;
		text-align: right;
	}
	.boxSkin02 {
		padding-bottom: 23px;
	}
	.boxBtn {
		margin-top: 20px;
		margin-bottom: 25px;
	}
	.boxBtn .btnSkin01 {
		padding: 6px 50px;
		line-height: 1.3;
	}

}

.boxSkin02 .ttl {
	position: relative;
	padding-left: 20px;
	font-size: 1.4rem;
	font-weight: bold;
	margin: 0 0 5px 0;
	display: inline-block;
}

.boxSkin02 .ttl::before {
	position: absolute;
	left: 0;
	top: 3px;
	content: "";
	width: 14px;
	height: 14px;
	border: 2px solid #9dc7ff;
	border-radius: 50%;
	box-shadow: inset 0 0 0 1.5px #fff;
	background: #9dc7ff;
}

/* 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;
}

@media screen and (max-width: 767px) {
	/* 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%;
	}
}
