@charset "utf-8";

/* nav */
.sideNav.cause > li:nth-child(3) li:nth-child(2) 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;
	padding-right: 0;
}
.headingWrap .inner {
	height: 280px;
	margin-bottom: 23px;
	padding: 33px 0 0 7px;
	background: url(../img/bg_head_type2-pc.png) no-repeat 436px bottom;
}
.headingWrap p {
	padding-right: 40px;
}

/* content */
.imageWrap {
	margin: 54px auto 60px;
	padding-left: 15px;
}
.ttlSkin04 ~ .ttlSkin04 {
	margin-top: 62px;
}
.ttlSkin05 ~ .ttlSkin05 {
	margin-top: 55px;
}
.ttlSkin04 + .ttlSkin05 {
	margin-top: 30px;
}
.boxSkin03 {
	margin-top: 27px;
}
.listSymptom {
	margin-bottom: 22px;
}
.listSymptom li {
	position: relative;
	padding-left: 28px;
	margin-bottom: 10px;
	letter-spacing: 0.5px;
}
.listSymptom li:before {
	position: absolute;
	top: 2px;
	left: 0;
	display: block;
	content: "";
	width: 19px;
	height: 19px;
	border: 2px solid rgba(198,190,146, 0.5);
	background: #fff;
}
.boxMeasure {
	margin-top: 20px;
	font-size: 1.3rem;
}
.boxMeasure > div {
	width: 280px;
}
.boxMeasure .ttl {
	position: relative;
	padding-left: 20px;
	font-size: 1.4rem;
	font-weight: bold;
}
.boxMeasure .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;
}
.boxMeasure img {
	margin-top: 12px;
}

.boxBtn {
	margin-top: 39px;
	margin-bottom: 6px;
}
.boxBtn .btnSkin01 {
	padding: 19px 60px 15px;
}
.measureWrap {
	margin-top: 26px;
}
.listMeasure li h5 {
	position: relative;
	margin-bottom: 5px;
	padding-left: 20px;
	font-weight: bold;
}
.listMeasure li h5: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;
}
.listMeasure li p {
	font-size: 1.3rem;
}
.fontSmall {
	font-size: 1.2rem;
}
.fontRight {
	text-align: right;
}
.textIndent {
	text-indent: -1em;
	padding-left: 1em;
}

/* related */

/* sp向けスタイル */
@media screen and (max-width: 767px) {

	.secContentArea {
		padding: 15px 0;
	}

	/* headingWrap */
	.boxSkin02 .headingWrap {
		margin-bottom: 22px;
		padding: 0 15px 20px;
	}
	.headingWrap .inner {
		height: auto;
		margin-bottom: 5px;
		padding: 156px 0 0 0;
		background: url(../img/bg_head_type2-sp.png) no-repeat 60% top;
		background-size: auto 156px;
	}
	.headingWrap h2 {
		padding-top: 17px;
		padding-left: 9px;
		letter-spacing: 0;
	}
	.headingWrap .inner + p {
        padding-top: 15px;
        padding-right: 7px;
        letter-spacing: 0;
        line-height: 1.4;
    }

	/* content */
	.ttlSkin04 ~ .ttlSkin04 {
		margin-top: 30px;
	}
	.ttlSkin05 ~ .ttlSkin05 {
		margin-top: 22px;
	}
	.ttlSkin04 + .ttlSkin05 {
		margin-top: 20px;
	}
	.spIndent10 {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 1.3rem;
		line-height: 1.4;
	}
	.imageWrap {
		margin: 10px auto 30px;
		padding-left: 17px;
		padding-right: 12px;
	}
	.boxSkin03 {
		margin-top: 17px;
		padding: 14px 15px 15px;
	}
	.listSymptom {
		margin-bottom: 0;
	}
	.listSymptom li {
		position: relative;
		margin-bottom: 9px;
		padding-left: 25px;
		font-size: 1.1rem;
		line-height: 1.5;
	}
	.listSymptom li:before {
		width: 14px;
		height: 14px;
	}
	.boxMeasure {
		margin-top: 13px;
		padding-left: 10px;
		padding-right: 10px;
		font-size: 1.1rem;
	}
	.boxMeasure > div {
		width: auto;
		float: none;
	}
	.boxMeasure .fr {
		margin-top: 17px;
		margin-bottom: 14px;
	}
	.boxMeasure .ttl {
		padding-left: 15px;
		font-size: 1.3rem;
	}
	.boxMeasure .ttl:before {
		width: 11px;
		height: 11px;
		box-shadow: inset 0 0 0 1px #fff;
	}
	.boxMeasure img {
		margin-top: 10px;
	}
	.boxMeasure .fl img {
		width: 110px;
	}
	.boxMeasure .fr img {
		width: 186px;
	}
	.boxBtn {
		margin-top: 20px;
		margin-bottom: 25px;
	}
	.boxBtn .btnSkin01 {
		padding: 12px 70px;
		line-height: 1.3;
	}
	.measureWrap {
		margin: 17px 10px 10px;
	}
	.listMeasure li h5 {
		padding-left: 15px;
		font-size: 1.3rem;
	}
	.listMeasure li h5:before {
		width: 11px;
		height: 11px;
		box-shadow: inset 0 0 0 1px #fff;
	}
	.listMeasure li p {
		font-size: 1.1rem;
		line-height: 1.45;
	}
	.fontSmall {
		font-size: 1rem;
		font-feature-settings: "palt"
	}
}