@charset "utf-8";
/* nav */
.sideNav.cause > li:nth-child(2) > a {
	background: #e2efff;
	background: linear-gradient(to right, #e2efff 0%, #cfe4ff 100%);
}

/* headingWrap */
.boxSkin02 .headingWrap {
	margin-bottom: 40px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
}

.headingWrap {
	padding-top: 11px;
}

.headingWrap .inner {
	height: 229px;
	margin-bottom: 12px;
	padding: 48px 0 0 7px;
	border: none;
	box-shadow: none;
	background: url(../img/bg_head-pc.png) no-repeat right bottom;
}
/* content */
.ttlSkin05 {
	margin-top: 53px;
}

.cause ~ .cause {
	margin-top: 60px;
}

.boxBtn {
	margin-top: 40px;
	margin-bottom: 7px;
}

.boxBtn .btnSkin01 {
	width: 480px;
}

.fontBold {
	font-weight: bold;
}

/* cause03 */
.cause03 .image {
	width: 197px;
}

.cause03 .text {
	width: 375px;
	padding-top: 10px;
}

.cause ~ .cause04 {
	margin-top: 35px;
}

/* cause04_1 */
.cause04_1 {
	position: relative;
}

.cause04_1 .image {
	position: absolute;
	top: 0;
	right: -20px;
	width: 220px;
}

.cause04_1 h4,
.cause04_1 .text {
	width: 375px;
}

.listCause {
	margin-top: 12px;
}

.listCause li:not(:first-child) {
	margin-top: 10px;
}

/* 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) {
	/* headingWrap */
	.boxSkin02 .headingWrap {
		margin-bottom: 25px;
		padding-bottom: 20px;
		padding-top: 7px;
		padding-right: 15px;
	}

	.headingWrap .inner {
		height: auto;
		margin-bottom: 5px;
		padding: 156px 0 0 0;
		background: url(../img/bg_head-sp.png) no-repeat center top;
		background-size: auto 156px;
	}

	.headingWrap h2 {
		padding-top: 17px;
		padding-left: 9px;
		line-height: 1.35;
		letter-spacing: 0.5px;
	}
	/* content */
	.secContentArea {
		padding-top: 15px;
	}

	.cause ~ .cause {
		margin-top: 30px;
	}

	.cause .fl,
	.cause .fr {
		float: none;
	}

	.ttlSkin05 {
		margin-top: 22px;
	}

	/* cause03 */
	.cause03 .image {
		width: 100%;
		max-width: 160px;
		margin: 0 auto 10px;
	}

	.cause03 .text {
		width: 100%;
		padding-top: 0;
	}

	.cause ~ .cause04 {
		margin-top: 30px;
	}

	/* cause04_1 */
	.cause04_1 .image {
		position: static;
		width: 100%;
		max-width: 183px;
		margin: 0 auto 10px;
	}

	.cause04_1 h4,
	.cause04_1 .text {
		width: 100%;
	}

	.boxBtn {
		margin-top: 20px;
		margin-bottom: 15px;
	}

	.boxBtn .btnSkin01 {
		width: auto;
		padding: 12px 35px;
	}

	/* 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%;
	}
}