@charset "utf-8";
/* nav */
.sideNav.cause > li:nth-child(3) > 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: 30px;
	padding-right: 0;
	padding-bottom: 0;
}
.headingWrap .inner {
	height: 225px;
	margin-bottom: 12px;
	padding: 28px 0 0 7px;
	border: none;
	box-shadow: none;
	background: url(../img/bg_head-pc.png) no-repeat right bottom;
}
/* content */
.ttlSkin05 {
	margin-top: 53px;
}
.linkWrap {
	margin-top: 9px;
}
.linkWrap.cluster {
margin-top: -95px;
}
.boxSkin03 {
	margin-top: 20px;
	font-size: 1.3rem;
}
.boxSkin05 {
	margin-top: 63px;
}
.ttlSkin04 ~ .ttlSkin04 {
	margin-top: 120px;
}
.boxBtn {
	margin-top: 40px;
	margin-bottom: 7px;
}

/* 群発頭痛 */
.textWrap {
	margin-bottom: 23px;
}
.boxSkin03 p:not(.title) {
   font-size: 1.3rem;
}
.spIndent10.textWrap.clearfix img{
    width: 180px;
    margin: -50px -13px 0 17px;
}
.textWrap .fl {
	width: 390px;
}
/* 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: 0;
		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;
	}
	.ttlSkin04 ~ .ttlSkin04 {
		margin-top: 30px;
	}
	.spIndent10 {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 1.3rem;
		line-height: 1.4;
	}
	.ttlSkin05 {
		margin-top: 22px;
	}
	.linkWrap,
	.linkWrap.cluster{
		margin-top: 6px;
		padding-right: 10px;
		font-size: 1.3rem;
		text-align: right;
	}
	.boxSkin03 p:not(.title) {
		padding-top: 5px;
		padding-bottom: 13px;
		font-size: 1.1rem;
		line-height: 1.8;
	}
	.boxSkin05 {
		margin-top: 34px;
		padding-top: 16px;
	}
	.boxBtn {
		margin-top: 20px;
		margin-bottom: 15px;
	}
	.boxBtn .btnSkin01 {
		padding: 12px 35px;
	}
	/* 群発頭痛 */
	.textWrap {
		margin-bottom: 19px;
	}
	.boxSkin03 p:not(.title) {
		padding-top: 5px;
		padding-bottom: 13px;
		font-size: 1.1rem;
		line-height: 1.8;
	}
	.spIndent10.textWrap.clearfix img{
		width: 166px;
		margin-top: -10px;
		float: none;
		display: block;
		margin-left: auto!important;
		margin-right: auto!important;
		margin-bottom: 0!important;
	}
	.textWrap .fl {
		float: none;
		width: auto;
		padding: 10px 10px 0;
		font-size: 1.3rem;
		line-height: 1.4;
		letter-spacing: -0.5px;
	}
	/* 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%;
	}
}
