.boxSkin02 .headingWrap {
	margin-bottom: 30px;
	padding-right: 0;
	padding-bottom: 0;
}
.headingWrap .inner {
	height: 229px;
    margin-bottom: 12px;
    padding: 48px 0 0 7px;
    border: none;
    box-shadow: none;
    background: url(../img/bg_pc.png) no-repeat right bottom;
}

.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;
}

.boxSupervisesText ul {

}

.boxSupervisesText li {
	margin-left: 15px;
	list-style-type: disc;
}

.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;
}

.graphWrap {
	padding-top: 9px;
	margin-bottom: 17px;
}
.graphWrap .image {
	width: 320px;
	width: 185px;
}
.graphWrap .text {
	width: 230px;
	width: calc(230px + 320px - 185px);
}
.graphWrap li {
	display: flex;
	margin-top: 1px;
}
.graphWrap li:after {
	display: block;
	content: "";
	clear: both;
}

.graphWrap li span {
	flex-shrink: 0;
}
.graphWrap .point {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-top: 3px;
	margin-right: 5px;
	color: #fff;
	line-height: 18px;
	text-align: center;
}
.graphWrap .point.col01 { background-color: #ed86b3; }
.graphWrap .point.col02 { background-color: #f2a8c8; }
.graphWrap .point.col03 { background-color: #f6c8dd; }
.graphWrap .point.col04 { background-color: #fae5ee; }
.graphWrap .point.col05 { background-color: #cfe8f7; }
.graphWrap .point.col06 { background-color: #b7dff4; }
.graphWrap .point.col07 { background-color: #9bd5f2; }
.graphWrap .num {
	/* float: right; */
	margin-left: 15px;
}

@media screen and (max-width: 767px) {
	.boxSkin02 .headingWrap {
		margin-bottom: 25px;
		padding-bottom: 20px;
		padding-top: 0;
		padding-right: 15px;
	}
	.headingWrap .inner {
		height: auto;
		margin-bottom: 5px;
		padding: 156px 0 0 0;
		background: url(../img/bg_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;
	}

	.txtSupervises {
		margin-bottom: 25px;
		text-align: right;
		font-size: 1.2rem!important;
		line-height: 1.5!important;
	}

	.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%;
	}

	.nameSupervises {
		text-align: center;
		margin-top: 7px;
		margin-bottom: 10px;
	}
	.nameSupervises .subTtl {
		margin-left: 0px;
	}

	.biogSupervises {
		display: block;
		width: 100%;
	}

	.biogSupervises .mt_10 {
		display: block;
		margin-top: 5px;
	}

	.graphWrap {
		margin-bottom: 10px;
		padding: 5px 10px 0;
	}
	.graphWrap .image,
	.graphWrap .text {
		float: none;
		width: auto;
	}
	.graphWrap .image {
		text-align: center;
	}
	.graphWrap .text {
		padding: 8px 15px 0 5px;
	}
	.boxBtn {
		margin-top: 20px;
		margin-bottom: 15px;
	}
	.boxBtn .btnSkin01 {
	  padding: 12px 60px;
	  line-height: 1.4;
	}
}

.sideNav.cause >li:nth-child(3) ul 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 );
}
.boxBtn {
	margin-top: 30px;
	margin-bottom: 10px;
}

.relatedList.column03 li span {
	margin-left: 12px;
}
