@charset "utf-8";

/* =========================================================
   CANCER PAGE
   ========================================================= */

.cancer-page #undercommon section {
	overflow: visible;
}

.cancer-page #intro2 {
  background: url(../img/cancer01.jpg) no-repeat right center;
}


/* =========================================================
   INTRO
   ========================================================= */

.cancer-page #intro2 {
	min-height: 223px;
	padding-right: 510px;
	box-sizing: border-box;
	margin: 0;
}

.cancer-page #intro2 p {
	margin: 0 !important;
	font-size: 14px;
	line-height: 2;
}


/* =========================================================
   ABOUT
   ========================================================= */

.cancer-page #about .first {
	margin-bottom: 35px;
}

.cancer-page #about .first p {
	margin: 0 !important;
	font-size: 14px;
	line-height: 2;
}

.cancer-page #about .second {
	min-height: 329px;
	padding-right: 385px;
	box-sizing: border-box;
}

.cancer-page #about .second dl {
	margin: 0 0 25px;
}

.cancer-page #about .second dl:last-child {
	margin-bottom: 0;
}

.cancer-page #about .second dt {
	margin: 0 0 7px;
	font-size: 18px;
	line-height: 1.6;
	font-weight: normal;
}

.cancer-page #about .second dd {
	margin: 0;
	font-size: 14px;
	line-height: 2;
}


/* =========================================================
   FEWER SIDE EFFECTS
   ========================================================= */

.cancer-page #ieffect p {
	margin: 0 !important;
	font-size: 14px;
	line-height: 2;
}


/* =========================================================
   TABLET / SMARTPHONE
   ========================================================= */

@media screen and (max-width: 1021px) {

	.cancer-page #undercommon {
		width: auto;
		margin-right: 15px;
		margin-left: 15px;
	}


	/* メイン画像 */

	.cancer-page #undercommon h2.mainimg {
		margin-bottom: 35px;
	}

	.cancer-page #undercommon h2.mainimg img {
		display: block;
		width: 100%;
		height: auto;
		min-height: 88px;
		object-fit: cover;
	}


	/* 見出し */

	.cancer-page #undercommon section h3.ttl {
		font-size: 22px;
		line-height: 1.45;
		letter-spacing: .04em;
	}


	/* =========================================
	   INTRO
	   背景画像を上へ
	   ========================================= */

	.cancer-page #intro2 {
		min-height: 0;
		padding-top: 48%;
		padding-right: 0;
		background-size: 100% auto;
		background-position: center top;
		background-repeat: no-repeat;
	}

	.cancer-page #intro2 p {
		font-size: 14px;
		line-height: 1.95;
	}

	.cancer-page #intro2 p br {
		display: none;
	}


	/* =========================================
	   ABOUT
	   ========================================= */

	.cancer-page #about .first p {
		font-size: 14px;
		line-height: 1.95;
	}

	.cancer-page #about .second {
		min-height: 0;
		padding-top: 75%;
		padding-right: 0;
		background-size: 85% auto;
		background-position: center top;
		background-repeat: no-repeat;
	}

	.cancer-page #about .second dl {
		margin-bottom: 30px;
	}

	.cancer-page #about .second dt {
		font-size: 17px;
	}

	.cancer-page #about .second dd {
		font-size: 14px;
		line-height: 1.95;
	}

	.cancer-page #about .second dd br {
		display: none;
	}


	/* =========================================
	   SIDE EFFECTS
	   ========================================= */

	.cancer-page #ieffect p {
		font-size: 14px;
		line-height: 1.95;
	}

	.cancer-page #ieffect p br {
		display: none;
	}

}


/* =========================================================
   SMARTPHONE
   ========================================================= */

@media screen and (max-width: 1021px) {

	.cancer-page #undercommon section {
		margin-bottom: 0;
	}

	.cancer-page #intro2 {
		padding-top: 52%;
	}

	.cancer-page #about .second {
		padding-top: 82%;
		background-size: 92% auto;
	}

}


/* =========================================================
   SMALL SMARTPHONE
   ========================================================= */

@media screen and (max-width: 480px) {

	.cancer-page #undercommon {
		margin-right: 12px;
		margin-left: 12px;
	}

	.cancer-page #intro2 {
		padding-top: 55%;
	}

	.cancer-page #about .second {
		padding-top: 86%;
		background-size: 96% auto;
	}

}