@charset "UTF-8";

/* endoscopy
---------------------------------------------------------------------------*/
.sec-lead .illust {
	margin: -130px 0 20px;
	animation: stomach 2.5s linear infinite;
}

.sec-lead p{
  font-size: 15px;
  line-height: 2;
}

@keyframes stomach {
	0% { transform: scale(1,1); }
	84% { transform: scale(1,1); }
	88% { transform: scale(0.9,0.9); }
	92% { transform: scale(1,1); }
	96% { transform: scale(0.95,0.95); }
	100% { transform: scale(1,1); }
}


/* .sec-cause
---------------------------------------------------------------------------*/
.sec-cause {
	width: 936px;
	margin: -5px auto 145px;
}

.sec-cause figure {
	float: left;
	width: 365px;
	margin-top: 6px;
}

.sec-cause .txt-set {
	position: relative;
	float: right;
	width: 515px;
}

.sec-cause .txt-set .illust {
	display: block;
	position: absolute;
	top: -68px;
	right: 10px;
}

.sec-cause .txt-set h3 {
	margin-bottom: 15px;
	font-size: 22px;
	line-height: 1.5;
	letter-spacing: 0.14em;
}

.sec-cause .txt-set p {
	margin-bottom: 8px!important;
	letter-spacing: 0.12em;
}

.sec-cause .txt-set h3 + p {
  line-height: 1.7;
  margin-bottom: 5px!important;
}

.sec-cause .txt-set span{
  font-size: 12px;
  line-height: 1.3!important;
  padding-top: 5px;
  display: block;
  letter-spacing: 0.08em;
}


.sec-cause .txt-set p.attention {
	font-size: 12px;
}

.sec-cause .board {
	margin-top: 25px;
	padding: 22px 22px 22px 115px;
}

.sec-cause .board h4 {
	position: absolute;
	top: 22px;
	left: 26px;
	color: #B68D50;
	font-size: 17px;
	text-align: center;
	line-height: 1.6;
	letter-spacing: 0.14em;
}

.sec-cause .board h4 span {
	display: block;
	font-size: 12px;
	letter-spacing: 0.08em;
}

.sec-cause .board p strong {
	padding-right: 2px;
	letter-spacing: 0.12em;
}


/* .sec-admit
---------------------------------------------------------------------------*/
.sec-admit {
	margin-top: -5px;
	margin-bottom: 90px;
}