@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Dosis:800');

/* ------------------------------------------------
  共通
------------------------------------------------ */
#contents-head-sub {
	margin-bottom: 60px;
}

#contents-head-sub .inner {
	display: flex;
	justify-content: space-between;
}
#contents-head-sub .head {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 600px;
	height: 220px;
	box-sizing: border-box;
	padding-left: 30px;
	padding-right: 150px;
	margin-right: 140px;
	color: #FFF;
	position: relative;
}
#contents-head-sub .head::before {
	content: "";
	display: block;
	width: 300%;
	min-height: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 100%;
}

#contents-head-sub .head .main-icon {
	position: absolute;
	top: -20px;
	right: -110px;
}
#contents-head-sub .head .sub-ttl {
	font-size: 16px;
	margin-bottom: 8px;
	display: block;
}
#contents-head-sub .head h1 {
	font-size: 26px;
	font-weight: 500;
	line-height: 1.3;
}

@media screen and (max-width: 1030px) {
	#contents-head-sub .head .sub-ttl {
		font-size: 13px;
		margin-bottom: 8px;
	}
	#contents-head-sub .head h1 {
		font-size: 20px;
		font-weight: 500;
	}
}


/*----- 特別形式 -----*/
@media screen and (min-width: 768px) {
	#contents-head-sub #special_head {
		width: 740px;
	}
	#contents-head-sub #special_head .head {
		width: auto;
		/*margin-bottom: 40px;*/
	}
}



#contents-head-sub .cate-menu {
	width: 260px;
}
#contents-head-sub .cate-menu .major {
	padding: 10px 15px;
	padding-right: 0;
	border-bottom: 1px solid #eeeeee;
}
#contents-head-sub .cate-menu .major .btn {
	display: none;
}
#contents-head-sub .cate-menu .major a,
#contents-head-sub .cate-menu .major span {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
}

#contents-head-sub .cate-menu .major a:not(.btn) {
	display: block;
	text-indent: -1.3em;
	padding-left: 1.3em;
	margin-left: -15px;
}

#contents-head-sub .cate-menu .minor {
	line-height: 1;
}
@media screen and (min-width: 768px) {
	#contents-head-sub .cate-menu .minor {
		display: block!important;
	}
}
#contents-head-sub .cate-menu .minor li {
	padding: 10px 15px;
	padding-right: 0;
	border-bottom: 1px solid #eeeeee;
}
#contents-head-sub .cate-menu .minor li:last-child {
	border-bottom: none;
}

#contents-head-sub .cate-menu .minor li a {
	display: block;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.4;

	text-indent: -1.4em;
	padding-left: 1.4em;
}
#contents-head-sub .cate-menu .major a:not(.btn)::before,
#contents-head-sub .cate-menu .minor li a::before {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	border-top: 3px solid #d1d7d3;
	border-right: 3px solid #d1d7d3;
	-webkit-transform: rotate(45deg) scale(0.95);
	transform: rotate(45deg) scale(0.95);
	margin-right: 8px;
	text-indent: 0;
}


#contents-head-sub .intro-txt {
	max-width: 1000px;
	margin: 0 auto -60px;
	padding: 40px 30px;
	box-sizing: border-box;
	font-size: 18px;
	font-weight: 500;
	line-height: 2;
}
#contents-head-sub .inner + .intro-txt {
	background-color: #f00;
}

@media screen and (max-width: 767px) {
	#contents-head-sub {
		margin-top: 10px;
		margin-bottom: 30px;
	}

	#contents-head-sub .inner {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		padding: 0;
	}
	#contents-head-sub .head {
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 80%;
		height: 115px;
		box-sizing: border-box;
		padding-left: 25px;
		padding-right: 70px;
		margin-right: 0;
		color: #FFF;
		position: relative;
		margin-top: 12px;
	}
	#contents-head-sub .head::before {
		display: none;
	}

	#contents-head-sub .head .main-icon {
		width: 130px;
		position: absolute;
		top: -7.5px;
		right: -65px;
		/*display: none;*/
	}
	#contents-head-sub .head .sub-ttl {
		font-size: 10px;
		margin-bottom: 4px;
	}
	#contents-head-sub .head h1 {
		font-size: 12px;
		font-weight: 500;
	}

	/*----- 特別形式 -----*/
	#contents-head-sub #special_head .head {
		/*margin-bottom: 25px;*/
	}


	#contents-head-sub .cate-menu {
		width: auto;
		order: -1;
		padding: 0 10px;
		margin-bottom: 10px;
	}
	#contents-head-sub .cate-menu .major {
		line-height: 1;
		padding: 5px 10px;
		padding-right: 0;
		border-bottom: 1px solid #eeeeee;
		position: relative;
	}
	#contents-head-sub .cate-menu .major a,
	#contents-head-sub .cate-menu .major span {
		font-size: 12px;
		font-weight: 500;
		line-height: 1.4;
		display: block;
	}

	#contents-head-sub .cate-menu .major a:not(.btn) {
		text-indent: -1.3em;
		padding-left: 1.3em;
		margin-left: -15px;
	}

	#contents-head-sub .cate-menu .minor {
		line-height: 1;
		display: none;
	}
	#contents-head-sub .cate-menu .minor li {
		padding: 5px 10px;
		padding-right: 0;
		border-bottom: 1px solid #eeeeee;
	}
	#contents-head-sub .cate-menu .minor li:last-child {
		border-bottom: none;
	}

	#contents-head-sub .cate-menu .minor li a {
		display: block;
		font-size: 12px;
		font-weight: 500;
		line-height: 1.4;

		text-indent: -1.4em;
		padding-left: 1.4em;
	}
	#contents-head-sub .cate-menu .major a:not(.btn)::before,
	#contents-head-sub .cate-menu .minor li a::before {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 5px;
		height: 5px;
		border-top: 2px solid #d1d7d3;
		border-right: 2px solid #d1d7d3;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg) scale(0.95);
		margin-right: 8px;
		margin-top: -2px;
		text-indent: 0;
	}
	#contents-head-sub .cate-menu .major a.btn {
		display: block;
		position: absolute;
		top: -4px;
		right: 0;
		background-color: #eee;
		width: 30px;
		height: 30px;
	}

	#contents-head-sub .cate-menu .major a.btn::before,
	#contents-head-sub .cate-menu .major a.btn::after {
		content: "";
		display: block;
		background-color: #76828b;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		z-index: 10;
	}
	#contents-head-sub .cate-menu .major a.btn::before {
		width: 16px;
		height: 2px;
	}
	#contents-head-sub .cate-menu .major a.btn::after {
		width: 2px;
		height: 16px;
		transition: height 0.3s ease;
	}
	#contents-head-sub .cate-menu .major.show a.btn::after {
		height: 0px;
	}
	#contents-head-sub .cate-menu .major a.btn .op,
	#contents-head-sub .cate-menu .major a.btn .cl {
		text-indent: -1000px;
		overflow: hidden;
	}
	#contents-head-sub .cate-menu .major a.btn .cl {
		display: none;
	}
	#contents-head-sub .cate-menu .major.show a.btn .op {
		display: none;
	}
	#contents-head-sub .cate-menu .major.show a.btn .cl {
		display: block;
	}

	#contents-head-sub .intro-txt {
		max-width: 1000px;
		margin: 0 auto -30px;
		padding: 25px 20px;
		box-sizing: border-box;
		font-size: 13px;
		font-weight: 500;
		line-height: 2;
	}
}





/* ------------------------------------------------
  #contents-body
------------------------------------------------ */

#contents-body {
	background: url(/img/common/bg_rough.png);
	padding: 60px 0 125px;
}
@media screen and (max-width: 800px) {
	#contents-body {
		padding-left: 15px;
		padding-right: 15px;
	}
}



#contents-body.closer {
	padding-bottom: 60px;
}
#contents-body #stage .inner {
	max-width: 1000px;
	background-color: #FFF;
	border-radius: 10px;
	padding: 40px;
}
#contents-body .area + .area {
	margin-top: 55px;
}
#contents-body .lead {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 15px;
}

#contents-body a.point-color {
	text-decoration: underline;
}

#contents-body .txt {
	font-size: 18px;
	line-height: 2;
}
#contents-body .txt a {
	text-decoration: underline;
}
#contents-body .txt a:hover {
	text-decoration: none;
}

#contents-body .cap {
	font-size: 12px;
}
#contents-body .txt + .cap,
#contents-body .fig + .cap,
#contents-body .guide + .cap {
	margin-top: 15px;
}

@media screen and (min-width: 768px) {
	#contents-body .cap.center {
		text-align: center;
	}
	#contents-body .cap.center .left {
		display: inline-block;
		text-align: left;
	}
}

#contents-body .fig-ttl {
	font-size: 16px;
	font-weight: bold;
	color: #666e7c;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 10px;
}
#contents-body .fig {
	text-align: center;
}
#contents-body *:not(.fig-ttl) + .fig {
	margin-top: 20px;
}
#contents-body .link + .fig-ttl {
	margin-top: 35px;
}

#contents-body .link {
	margin-top: 20px;
}
#contents-body .link a {
	font-size: 16px;
	font-weight: 500;
	text-decoration: underline;
}
#contents-body .link a:hover {
	text-decoration: none;
}
#contents-body .link a::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 16px;
	background-repeat: no-repeat;
	background-size: contain;
	margin-top: -3px;
	margin-right: 10px;
}
@media screen and (max-width: 767px) {
	#contents-body {
		background: url(/img/common/bg_rough.png);
		padding: 30px 10px 75px;
	}
	#contents-body.closer {
		padding-bottom: 50px;
	}
	#contents-body #stage .inner {
		max-width: 1000px;
		background-color: #FFF;
		border-radius: 10px;
		padding: 15px;
		padding-bottom: 40px;
	}
	#contents-body .area + .area {
		margin-top: 30px;
	}
	#contents-body .lead {
		font-size: 15px;
		font-weight: bold;
		line-height: 1.6;
		margin-bottom: 10px;
	}

	#contents-body a.point-color {
		text-decoration: underline;
	}

	#contents-body .txt {
		font-size: 13px;
		line-height: 2;
	}
	#contents-body .cap {
		font-size: 11px;
	}
	#contents-body .txt + .cap,
	#contents-body .fig + .cap,
	#contents-body .guide + .cap {
		margin-top: 10px;
	}

	#contents-body .fig-ttl {
		font-size: 12px;
		font-weight: bold;
		color: #666e7c;
		text-align: center;
		margin-top: 20px;
		margin-bottom: 10px;
	}
	#contents-body .fig {
		text-align: center;
	}
	#contents-body *:not(.fig-ttl) + .fig {
		margin-top: 20px;
	}
	#contents-body .link + .fig-ttl {
		margin-top: 35px;
	}

	/*ピンチ*/
	#contents-body .guide {
		text-align: center;
		margin-top: 5px;
	}
	#contents-body .guide span {
		display: inline-block;
		font-size: 11px;
		font-weight: bold;
		border-bottom: 1px solid #a9b1b9;
	}
	#contents-body .guide span::before {
		content: "";
		display: inline-block;
		vertical-align: bottom;
		line-height: 1;
		width: 24px;
		height: 24px;
		background: url(/img/common/sp/icon_pinch.png) no-repeat;
		background-size: contain;
		margin-right: 5px;
		margin-bottom: -1px;
	}


	#contents-body .link {
		margin-top: 15px;
	}
	#contents-body .link a {
		font-size: 11px;
		font-weight: 500;
		text-decoration: underline;
	}
	#contents-body .link a:hover {
		text-decoration: none;
	}
	#contents-body .link a::before {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 11px;
		height: 11px;
		background-repeat: no-repeat;
		background-size: contain;
		margin-top: -2px;
		margin-right: 5px;
	}
}

/* ----------------------------
  画像右側レイアウト
---------------------------- */
#contents-body .txt_and_fig {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#contents-body * + .txt_and_fig {
	margin-top: 15px;
}

#contents-body .txt_and_fig .txt {
	max-width: 500px;
}
#contents-body .txt_and_fig .txt.auto {
	max-width: initial;
}
#contents-body .txt_and_fig .fig {
	margin-top: 10px;
	padding-left: 40px;
}
#contents-body .txt_and_fig .fig .cap {
	font-size: 10px;
	color: #666e7c;
	text-align: left;
	margin-top: 10px;
}

#contents-body .txt_and_fig .fig .cap em {
	display: block;
	font-size: 14px;
	font-style: normal;
	margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
	#contents-body .txt_and_fig {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		align-items: flex-start;
		position: relative;
	}
	#contents-body * + .txt_and_fig {
		margin-top: 15px;
	}
	#contents-body .txt_and_fig .txt {
		max-width: initial;
	}
	#contents-body .txt_and_fig .txt.auto {
		max-width: initial;
	}
	#contents-body .txt_and_fig .fig {
		margin-top: 25px;
		padding-left: 0;
	}
	#contents-body .txt_and_fig .fig .cap {
		width: auto!important;
		font-size: 10px;
		color: #666e7c;
		text-align: left;
		margin-top: 10px;
	}
	#contents-body .txt_and_fig .fig .cap em {
		display: block;
		font-size: 11px;
		font-style: normal;
		margin-bottom: 5px;
	}

	/*個別*/
	#contents-body .txt_and_fig .fig.abso-test {
		position: absolute;
		bottom: -10px;
		right: 10px;
		width: 36px;
	}
}

/* ----------------------------
  病院一覧用
---------------------------- */
#contents-body ul.hospital-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 50px;
}
#contents-body ul.hospital-list li {
	font-size: 16px;
	width: 31.52173%;
	border-bottom: 2px solid #e8efea;
	padding: 13px 0;
}
#contents-body ul.hospital-list li.null {
	border-bottom: none;
}

#contents-body ul.hospital-list + .fig + .cap {
	margin-top: 50px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	#contents-body ul.hospital-list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 25px;
	}
	#contents-body ul.hospital-list li {
		font-size: 10px;
		width: 48.46153%;
		border-bottom: 1px solid #e8efea;
		padding: 7px 0;
	}
	#contents-body ul.hospital-list li.null {
		border-bottom: none;
	}

	#contents-body ul.hospital-list + .fig + .cap {
		font-size: 10px;
		margin-top: 25px;
		text-align: left;
	}
}


/* ----------------------------
  ディスクレーマー用
---------------------------- */
#contents-body .ttl-disc {
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 35px;
}
#contents-body .ttl-disc strong {
	display: block;
	font-size: 26px;
	font-weight: 500;
	color: #e94908;
	margin-bottom: 10px;
}


#contents-body .question .lead {
	font-size: 18px;
	font-weight: 500;
	color: #555;
	text-align: center;
	margin-bottom: 45px;
}
#contents-body .question .btns {
	display: flex;
	justify-content: center;
}
#contents-body .question .btns li {
	width: 300px;
	margin: 0 15px;
}
#contents-body .question .btns li a {
	display: block;
	padding: 23px;
	border: 1px solid #7abf85;
	border-radius: 100px;
	color: #FFF;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	background-color: #7abf85;
	text-decoration: none;
}
#contents-body .question .btns li a::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 16px;
	background-image: url(/img/common/arrow_white.png);
	background-repeat: no-repeat;
	background-size: contain;
	margin-top: -3px;
	margin-left: 10px;
}

#contents-body .question .btns li.btn-no a {
	color: #7abf85;
	background-color: #FFF;
}
#contents-body .question .btns li.btn-no a::after {
	background-image: url(/img/common/cate_05_arrow.png);
}
@media screen and (max-width: 767px) {
	#contents-body .ttl-disc {
		font-size: 11px;
		font-weight: normal;
		text-align: center;
		margin-top: 15px;
		margin-bottom: 20px;
	}
	#contents-body .ttl-disc strong {
		display: block;
		font-size: 18px;
		font-weight: 500;
		color: #e94908;
		margin-bottom: 7px;
	}


	#contents-body .question .lead {
		font-size: 13px;
		font-weight: 500;
		color: #555;
		text-align: center;
		margin-bottom: 25px;
	}
	#contents-body .question .btns {
		display: flex;
		justify-content: space-between;
	}
	#contents-body .question .btns li {
		width: 47.619047%;
		margin: 0;
	}
	#contents-body .question .btns li a {
		display: block;
		padding: 8px;
		border: 1px solid #7abf85;
		border-radius: 100px;
		color: #FFF;
		font-size: 11px;
		font-weight: 500;
		text-align: center;
		background-color: #7abf85;
	}
	#contents-body .question .btns li a::after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 11px;
		height: 11px;
		background-image: url(/img/common/arrow_white.png);
		background-repeat: no-repeat;
		background-size: contain;
		margin-top: -2px;
		margin-left: 5px;
	}

	#contents-body .question .btns li.btn-no a {
		color: #7abf85;
		background-color: #FFF;
	}
	#contents-body .question .btns li.btn-no a::after {
		background-image: url(/img/common/cate_05_arrow.png);
	}
}

/* ----------------------------
  中外製薬の検査を受けられる方へ
  共通動画バナー
---------------------------- */
#movie_guidance {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 30px;
	margin-top: 40px;
	margin-bottom: -20px;
	box-sizing: border-box;
}
#movie_guidance .txt {
	font-size: 18px;
	font-weight: bold;
	color: #1c822c;
	margin-bottom: 12px;
}

#movie_guidance .bnr {
	width: calc(100% - 14px);
	padding: 13px;
	box-sizing: border-box;
	border: 2px solid #7abf85;
	background-color: #f1f7f3;
	border-radius: 7px;
}
#movie_guidance .bnr a {
	display: block;
	text-decoration: none;
}
#movie_guidance .bnr a + a {
	margin-top: 10px;
}

#movie_guidance .bnr a .separate {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#movie_guidance .bnr a .separate .thumbs {
	width: 134px;
}
#movie_guidance .bnr a .body {
	flex: 1;
	width: 440px;
	padding-left: 15px;
	box-sizing: border-box;
}
#movie_guidance .bnr a .body .ttl {
	font-size: 15px;
	font-weight: bold;
	color: #1c822c;
	letter-spacing: 0.06em;
	line-height: 1.5;
}
#movie_guidance .bnr a .body .ttl .time {
	display: inline-block;
	margin-left: 1.2em;
	font-size: 80%;
	color: #333;
}

#movie_guidance .bnr a .body .group {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

#movie_guidance .bnr a .btn {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	text-align: center;
	width: 140px;
	box-sizing: border-box;
	padding: 7px;
	margin: 0 0 0 auto;
	background-color: #da3a2e;
	border-radius: 50px;
}
#movie_guidance .bnr a .btn span {
	text-decoration: none;
}
#movie_guidance .bnr a .btn span::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 12px;
	background-image: url(/img/common/arrow_white.png);
	background-repeat: no-repeat;
	background-size: contain;
	margin-left: 10px;
	margin-top: -2px;
}

@media screen and (max-width: 767px) {
	#movie_guidance {
		padding: 0 20px;
		margin-top: 20px;
		margin-bottom: 0;
	}
	#movie_guidance .txt {
		font-size: 13px;
		line-height: 2;
		margin-bottom: 12px;
	}

	#movie_guidance .bnr {
		width: 100%;
		padding: 13px;
		box-sizing: border-box;
		border-radius: 4px;
	}

	#movie_guidance .bnr a .separate {
		align-items: flex-start;
	}
	#movie_guidance .bnr a .separate .thumbs {
		width: 37.09836%;
	}

	#movie_guidance .bnr a .body {
		width: auto;
		padding-left: 10px;
	}
	#movie_guidance .bnr a .body .ttl {
		font-size: 11px;
		margin-bottom: 5px;
	}
	#movie_guidance .bnr a .body .ttl .time {
		font-size: 9px
	}

	#movie_guidance .bnr a .btn {
		font-size: 11px;
		padding: 7px;
		border-radius: 50px;
		margin: 0;
		width: 115px
	}

	#movie_guidance .bnr a .btn span::after {
		width: 10px;
		height: 10px;
		margin-left: 5px;
	}
}


/* ----------------------------
  中外製薬の検査を受けられる方へ
  動画
---------------------------- */
#pt_movie {
	max-width: 640px;
	margin: 20px auto;
}
#pt_movie .movie {
	margin-top: 25px;
}
#pt_movie .movie span {
	display: block;
	position: relative;
	padding-top: 56.25%;
}
#pt_movie iframe {
	top: 0;
	left: 0;
}

#pt_movie .ttl {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	color: #7abf85;
	margin-bottom: 5px;
}
#pt_movie .time {
	font-size: 14px;
	color: #7abf85;
	margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
	#pt_movie {
		margin: 10px auto;
	}
	#pt_movie .movie {
		margin-bottom: 15px;
	}

	#pt_movie .ttl {
		font-size: 16px;
		margin-bottom: 5px;
	}
	#pt_movie .time {
		font-size: 10px;
		margin-bottom: 5px;
	}
}

/* ----------------------------
  検査のながれ
---------------------------- */
#flow {
	padding: 20px 0;
}
#flow li {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
	margin-bottom: 80px;
}
#flow li:last-child {
	margin-bottom: 0;
}
#flow li:last-child::after {
	display: none;
}
#flow li::after {
	content: "";
	width: 46px;
	height: 36px;
	background-image: url(/img/pt/test/flow_arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 112%;
	left: 30%;
}

#flow li .num {
	line-height: 1;
	width: 60px;
	padding-right: 10px;
}
#flow li .body {
	width: 570px;
}
#flow li .body .ttl {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 13px;
}
#flow li .body .ttl span {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	font-weight: normal;
	border: 1px solid #666;
	border-radius: 100px;
	line-height: 1;
	padding: 3px 9px;
	margin-right: 7px;
	margin-top: -4px;
}
#flow li .body .txt {
	font-size: 18px;
}
#flow li .body .cap {
	font-size: 14px;
}
#flow li .img {
	padding-left: 15px;
	text-align: right;
}
@media screen and (max-width: 767px) {
	#flow {
		padding: 20px 0;
	}
	#flow li {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		position: relative;
		margin-bottom: 70px;
	}
	#flow li:last-child {
		margin-bottom: 0;
	}
	#flow li:last-child::after {
		display: none;
	}
	#flow li::after {
		content: "";
		width: 36px;
		height: 30px;
		background-image: url(/img/pt/test/flow_arrow.png);
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		top: 112%;
		left: 0;
		right: 0;
		margin: auto;
	}

	#flow li .num {
		line-height: 1;
		width: 40px;
		padding-right: 13px;
	}
	#flow li .body {
		width: auto;
		flex: 1;
		/*margin-top: -5px;*/
	}
	#flow li .body .ttl {
		font-size: 15px;
		font-weight: bold;
		margin-bottom: 13px;
	}
	#flow li .body .ttl span {
		display: inline-block;
		vertical-align: middle;
		font-size: 9px;
		font-weight: normal;
		border: 1px solid #666;
		border-radius: 100px;
		line-height: 1;
		padding: 3px 9px;
		margin-right: 7px;
		margin-top: -5px;
		margin-bottom: 5px;
	}
	#flow li .body .txt {
		font-size: 13px;
		margin-left: -50px;
	}
	#flow li .body .cap {
		font-size: 10px;
		margin-left: -50px;
	}
	#flow li .img {
		padding-left: 15px;
		text-align: right;
	}
}

/* ------------------------------------------------
  コラム
------------------------------------------------ */
#column {
	margin-top: 60px;
}
#column .inner {
	max-width: 1000px;
	padding: 40px;
	border: 3px solid #f49c24;
	border-radius: 8px;
}
#column .inner + .inner {
	margin-top: 50px;
}

#column .column-ttl {
	display: flex;
	align-items: center;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #f49c24;
}
#column .column-ttl .ball {
	display: block;
	font-size: 13px;
	color: #FFF;
	line-height: 1.3;
	text-align: center;
	width: 87px;
	padding: 8px 10px;
	border-radius: 8px;
	box-sizing: border-box;
	background-color: #f49c24;
	position: relative;
	margin-top: -3px;
}
#column .column-ttl .ball small {
	display: block;
	font-size: 10px;
	font-weight: 500;
}
#column .column-ttl .ball::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 8px;
	border-color: transparent transparent transparent #f49c24;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 99.5%;
	margin: auto;
}
#column .column-ttl .body {
	flex: 1;
	display: block;
	padding-left: 20px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6;
	color: #555;
}

#column .txt {
	font-size: 16px;
}
@media screen and (max-width: 767px) {
	#column {
		margin-top: 30px;
	}
	#column .inner {
		max-width: 1000px;
		padding: 13px;
		border: 2px solid #f49c24;
		border-radius: 9px;
	}
	#column .column-ttl {
		display: block;
		align-items: center;
		padding-bottom: 15px;
		margin-bottom: 15px;
		border-bottom: 1px solid #f49c24;
	}
	#column .column-ttl .ball {
		display: block;
		font-size: 11px;
		color: #FFF;
		line-height: 1.3;
		text-align: center;
		width: auto;
		padding: 10px;
		margin-bottom: 15px;
		border-radius: 8px;
		box-sizing: border-box;
		background-color: #f49c24;
		position: relative;
	}
	#column .column-ttl .ball small {
		display: inline-block;
		font-size: 9px;
		font-weight: 500;
		margin-left: 5px;
	}
	#column .column-ttl .ball::after {
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 8px 4px 0 4px ;
		border-color: #f49c24 transparent transparent transparent;
		position: absolute;
		top: 99.3%;
		bottom: auto;
		left: 0;
		right: 0;
		margin: auto;
	}
	#column .column-ttl .body {
		flex: 1;
		display: block;
		padding-left: 0;
		font-size: 14px;
		font-weight: bold;
		line-height: 1.6;
		color: #555;
	}

	#column .txt {
		font-size: 11px;
	}
}


/* ------------------------------------------------
  表
------------------------------------------------ */
.table_fig {
	width: 660px;
	margin: 0 auto;
}
* + .table_fig {
	margin-top: 25px;
}

.table_fig table {
	width: 100%;
	border: 2px solid #e8efea;
}

.table_fig table tr:first-child th {
	font-size: 14px;
	color: #666e7c;
	text-align: center;
	padding: 15px;
	background-color: #e8efea;
}
.table_fig table tr:first-child th + th {
	border-left: 2px solid #FFF;
}

.table_fig table tr:not(:first-child) th,
.table_fig table tr:not(:first-child) td {
	font-size: 15px;
	font-weight: normal;
	color: #666e7c;
	padding: 15px 25px;
	border-bottom: 2px solid #e8efea;
}
.table_fig table tr:not(:first-child) th {
	background-color: #f3f7f4;
}
.table_fig table tr:not(:first-child) td {
	background-color: #FFF;
}
.table_fig .cap {
	font-size: 15px;
	margin-top: 15px;
}

@media screen and (max-width: 767px) {
	.table_fig {
		width: 100%;
	}
	* + .table_fig {
		margin-top: 25px;
	}

	.table_fig table {
		border: 1px solid #e8efea;
	}

	.table_fig table tr:first-child th {
		font-size: 10px;
		color: #666e7c;
		text-align: center;
		padding: 7px;
		background-color: #e8efea;
	}
	.table_fig table tr:first-child th + th {
		border-left: 1px solid #FFF;
	}

	.table_fig table tr:not(:first-child) th,
	.table_fig table tr:not(:first-child) td {
		width: 50%;
		font-size: 11px;
		padding: 7px;
	}

	.table_fig .cap {
		font-size: 10px;
		margin-top: 10px;
	}
}


/* ------------------------------------------------
  関連するがんの部位
------------------------------------------------ */
.relation_frame {
	margin-top: 45px;
	background-color: #f1f7f3;
	padding: 20px;
	font-size: 12px;
	color: #666e7c;
}
.relation_frame .group {
	display: flex;
	align-items: center;
}
.relation_frame .group .ttl {
	font-size: 16px;
	font-weight: 500;
	background-color: #FFF;
	padding: 8px 10px;
	margin-right: 10px;
	border-radius: 4px;
	align-self: stretch;
}
#contents-body .relation_frame .group .txt {
	font-size: 16px;
	line-height: 1.6;
	flex: 1;
}
#contents-body .relation_frame .group + .cap {
	margin-top: 5px;
}

@media screen and (max-width: 767px) {
	.relation_frame {
		margin-top: 30px;
		padding: 10px;
		color: #666e7c;
	}
	.relation_frame .group {
		display: block;
	}
	.relation_frame .group .ttl {
		font-size: 12px;
		padding: 8px 10px;
		text-align: center;
		margin-right: 0;
		margin-bottom: 8px;
	}
	#contents-body .relation_frame .group .txt {
		font-size: 12px;
	}
	#contents-body .relation_frame .group + .cap {
		margin-top: 5px;
	}
}


/* ------------------------------------------------
  Limitation
------------------------------------------------ */
.limitation {
	font-size: 12px;
	margin-top: 30px;
}
@media screen and (max-width: 767px) {
	font-size: 11px;
}


/* ------------------------------------------------
  プルダウンリンク
------------------------------------------------ */
#pulldown_link {
	margin-top: 55px;
}

#pulldown_link .guide {
	font-size: 18px;
	font-weight: bold;
	color: #666e7c;
	text-align: center;
	margin-bottom: 12px;
}

#pulldown_link .pulldown_position {
	position: relative;
	height: 50px;
}
#pulldown_link .pulldown {
	border-radius: 8px;
	border: 2px solid #a9b1b9;
	background-color: #FFF;
	width: 365px;
	margin: 0 auto;
	letter-spacing: 0.06em;

	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
}
#pulldown_link .pulldown .default {
	font-size: 18px;
	font-weight: 500;
	color: #666e7c;
	display: block;
	padding: 12px 20px;
	position: relative;
	overflow: hidden;
	text-decoration: none;
}
#pulldown_link .pulldown .default::after {
	content: "";
	width: 48px;
	height: 100%;
	position: absolute;
	top: 0;
	right: -2px;
	z-index: 10;
	background-color: #a9b1b9;
	background-image: url(/img/common/pull_arrow.png);
	background-size: 14px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

#pulldown_link .pulldown .body {
	position: relative;
	overflow: hidden;
	display: none;
}
#pulldown_link .pulldown .body::before {
	content: "";
	width: 100%;
	height: 0;
	position: absolute;
	border-top: 2px solid #a9b1b9;
}

#pulldown_link .pulldown .ttl {
	font-size: 15px;
	font-weight: 500;
	color: #666e7c;
	padding: 15px 20px;
	background-color: #f1f1f1;
}

#pulldown_link .pulldown ul {
	padding: 5px 0;
}
#pulldown_link .pulldown ul li a {
	font-size: 15px;
	font-weight: 500;
	color: #555;
	padding: 10px;
	padding-left: 40px;
	display: block;
	position: relative;
}
#pulldown_link .pulldown ul li a::before,
#pulldown_link .pulldown ul li a::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20px;
	z-index: 10;
	margin: auto;
	display: block;
	width: 10px;
	height: 3px;
	background-color: #fbd481;
	border-radius: 50px;
}
#pulldown_link .pulldown ul li a::before {
	bottom: 6px;
	transform: rotate(45deg);
}
#pulldown_link .pulldown ul li a::after {
	top: 6px;
	transform: rotate(-45deg);
}

#pulldown_link .pulldown .btn {
	padding: 20px;
	border-top: 2px solid #a9b1b9;
}
#pulldown_link .pulldown .btn a {
	display: block;
	padding: 15px;
	border-radius: 100px;
	color: #FFF;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	background-color: #f49c24;
	text-decoration: none;
}

#pulldown_link .pulldown .btn a::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 16px;
	background-image: url(/img/common/arrow_white.png);
	background-repeat: no-repeat;
	background-size: contain;
	margin-top: -3px;
	margin-right: 10px;
	transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
	#pulldown_link {
		margin-top: 40px;
	}

	#pulldown_link .guide {
		font-size: 13px;
		margin-bottom: 10px;
	}

	#pulldown_link .pulldown_position {
		height: 50px;
	}
	#pulldown_link .pulldown {
		border-radius: 4px;
		border: 1px solid #a9b1b9;
		width: 270px;
	}
	#pulldown_link .pulldown .default {
		font-size: 12px;
		padding: 12px 20px;
	}
	#pulldown_link .pulldown .default::after {
		content: "";
		width: 40px;
		right: -1px;
		background-size: 12px;
	}

	#pulldown_link .pulldown .body::before {
		border-top: 1px solid #a9b1b9;
	}

	#pulldown_link .pulldown .ttl {
		font-size: 12px;
		padding: 10px 15px;
	}

	#pulldown_link .pulldown ul {
		padding: 5px 0;
	}
	#pulldown_link .pulldown ul li a {
		font-size: 11px;
		padding: 6px;
		padding-left: 25px;
	}
	#pulldown_link .pulldown ul li a::before,
	#pulldown_link .pulldown ul li a::after {
		left: 15px;
		width: 7px;
		height: 2px;
	}
	#pulldown_link .pulldown ul li a::before {
		bottom: 4px;
	}
	#pulldown_link .pulldown ul li a::after {
		top: 4px;
	}

	#pulldown_link .pulldown .btn {
		padding: 15px;
		border-top: 1px solid #a9b1b9;
	}
	#pulldown_link .pulldown .btn a {
		padding: 10px 25px;
		font-size: 12px;
	}

	#pulldown_link .pulldown .btn a::before {
		width: 11px;
		height: 11px;
		margin-top: -2px;
		margin-right: 5px;
	}
}


/* ------------------------------------------------
  最下部参考資料
------------------------------------------------ */
.reference {
	font-size: 12px;
	line-height: 1.6;
	margin-top: 35px;
}
.reference .ttl {
	font-weight: bold;
	margin-bottom: 3px;
}
.reference ul li {
	text-indent: -1.1em;
	padding-left: 1.1em;
}


.reference a {
	text-decoration: underline;
	word-break: break-all;
}

/*.reference .children {
	text-indent: 1em;
}*/

@media screen and (max-width: 767px) {
	.reference {
		font-size: 11px;
		margin-top: 20px;
	}
	.reference .ttl {
		margin-bottom: 2px;
	}

}


/* ------------------------------------------------
  ガイド NEXTボタン
------------------------------------------------ */
#bottom-guide {
	max-width: 1000px;
	margin: -35px auto 0;
}
#bottom-guide .next {
	text-align: right;
	position: relative;
}

#bottom-guide .next a {
	font-size: 16px;
	color: #FFF;
	text-align: left;
	display: inline-block;
	max-width: 450px;
	padding: 26px 35px 26px 50px;
	border-top-left-radius: 100px;
	border-bottom-left-radius: 100px;
	position: relative;
}
#bottom-guide .next a::before {
	content: "";
	display: block;
	width: 300%;
	height: 100%;
	background-color: inherit;
	position: absolute;
	top: 0;
	left: 99.9%;
}
#bottom-guide .next a span em {
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 95%;
	left: 38px;
	font-family: 'Dosis';
	font-size: 36px;
	font-style: normal;
	line-height: 1;
	letter-spacing: 0.03em;
	text-decoration: none;
}

#bottom-guide .next a::after {
	content: "";
	display: block;
	width: 18px;
	height: 16px;
	background-image: url(/img/common/arrow_white.png);
	background-repeat: no-repeat;
	background-size: contain;
	margin-top: -1px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
}
#bottom-guide .next a span {
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
}
@media screen and (max-width: 767px) {
	#bottom-guide {
		max-width: 1000px;
		margin: -20px auto 0;
	}
	#bottom-guide .next {
		text-align: right;
		position: relative;
	}

	#bottom-guide .next a {
		font-size: 12px;
		color: #FFF;
		text-align: left;
		display: inline-block;
		max-width: 400px;
		padding: 13px 32px 15px 25px;
		border-top-left-radius: 100px;
		border-bottom-left-radius: 100px;
		position: relative;
	}
	#bottom-guide .next a::before {
		display: none;
	}
	#bottom-guide .next a span::after {
		content: "";
		display: block;
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		bottom: 92%;
		left: 20px;
		font-family: 'Dosis';
		font-size: 25px;
		line-height: 1;
		letter-spacing: 0.03em;
		text-decoration: none;
	}

	#bottom-guide .next a::after {
		content: "";
		display: block;
		width: 11px;
		height: 11px;
		background-image: url(/img/common/arrow_white.png);
		background-repeat: no-repeat;
		background-size: contain;
		margin-top: -1px;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 15px;
		margin: auto;
	}
	#bottom-guide .next a span {
		display: inline-block;
		vertical-align: middle;
	}
}


/* ------------------------------------------------
  個別設定
------------------------------------------------ */
/*cate01*/
#contents.category-01 #contents-head-sub .intro-txt,
#contents.category-01 .point-color,
#bottom-guide.category-01 .next a span em {
	color: #e94908;
}
#bottom-guide.category-01 .next a {
	background-color: #e94908;
}
#contents.category-01 #contents-head-sub .head,
#contents.category-01 #contents-head-sub .head::before {
	background-color: #f38e57;
}
#contents.category-01 .cate-menu .minor li.act a::before {
	border-color: #f38e57;
}
#contents.category-01 .ttl-uborder::after {
	background-color: #f38e57;
	background-image: url(/img/common/border_point_color_01.png);
}
#contents.category-01 #contents-body .link {
	color: #f38e57;
}
#contents.category-01 #contents-body .link a::before {
	background-image: url(/img/common/cate_01_arrow.png);
}


/*cate02*/
#contents.category-02 #contents-head-sub .intro-txt,
#contents.category-02 .point-color,
#contents.category-02 #contents-body .txt a {
	color: #f49c24;
}
#contents.category-02 #contents-head-sub .head,
#bottom-guide.category-02 .next a,
#contents.category-02 #contents-head-sub .head::before {
	background-color: #f49c24;
}
#contents.category-02 .cate-menu .minor li.act a::before {
	border-color: #f49c24;
}
#contents.category-02 .ttl-uborder::after {
	background-color: #f9c451;
	background-image: url(/img/common/border_point_color_02.png);
}
#contents.category-02 #contents-body .link,
#bottom-guide.category-02 .next a span em {
	color: #f49c24;
}
#contents.category-02 #contents-body .link a::before {
	background-image: url(/img/common/cate_02_arrow.png);
}


/*cate03*/
#contents.category-03 #contents-head-sub .intro-txt,
#contents.category-03 .point-color {
	color: #5dc6ca;
}
#contents.category-03 #contents-head-sub .head,
#bottom-guide.category-03 .next a,
#contents.category-03 #contents-head-sub .head::before {
	background-color: #78c9cc;
}
#contents.category-03 .cate-menu .minor li.act a::before {
	border-color: #5dc6ca;
}
#contents.category-03 .ttl-uborder::after {
	background-color: #8bddd9;
	background-image: url(/img/common/border_point_color_03.png);
}
#contents.category-03 #contents-body .link,
#bottom-guide.category-03 .next a span em {
	color: #78c9cc;
}
#contents.category-03 #contents-body .link a::before {
	background-image: url(/img/common/cate_03_arrow.png);
}


/*cate04*/
#contents.category-04 #contents-head-sub .intro-txt,
#contents.category-04 .point-color {
	color: #449ebc;
}
#contents.category-04 #contents-head-sub .head,
#bottom-guide.category-04 .next a,
#contents.category-04 #contents-head-sub .head::before {
	background-color: #449ebc;
}
#contents.category-04 .cate-menu .minor li.act a::before {
	border-color: #449ebc;
}
#contents.category-04 .ttl-uborder::after {
	background-color: #449ebc;
	background-image: url(/img/common/border_point_color_04.png);
}
#contents.category-04 #contents-body .link,
#bottom-guide.category-04 .next a span em {
	color: #449ebc;
}
#contents.category-04 #contents-body .link a::before {
	background-image: url(/img/common/cate_04_arrow.png);
}


/*cate05*/
#contents.category-05 #contents-head-sub .intro-txt {
	color: #1c822c;
}
#contents.category-05 .point-color {
	color: #7abf85;
}
#contents.category-05 #contents-head-sub .head,
#bottom-guide.category-05 .next a,
#contents.category-05 #contents-head-sub .head::before {
	background-color: #7abf85;
}
#contents.category-05 .cate-menu .minor li.act a::before {
	border-color: #7abf85;
}
#contents.category-05 .ttl-uborder::after {
	background-color: #c1e6cf;
	background-image: url(/img/common/border_point_color_05.png);
}
#contents.category-05 #contents-body .link,
#bottom-guide.category-05 .next a span em {
	color: #7abf85;
}
#contents.category-05 #contents-body .link a::before {
	background-image: url(/img/common/cate_05_arrow.png);
}


/*cate06*/
#contents.category-06 #contents-head-sub .intro-txt,
#contents.category-06 .point-color {
	color: #6789a3;
}
#contents.category-06 #contents-head-sub .head,
#bottom-guide.category-06 .next a,
#contents.category-06 #contents-head-sub .head::before {
	background-color: #6789a3;
}
#contents.category-06 .cate-menu .minor li.act a::before {
	border-color: #d1d7d3;
}
#contents.category-06 .cate-menu .major a:not(.btn)::before,
#contents.category-06 .cate-menu .minor li a::before {
	transform: rotate(135deg) scale(0.95) translate(-1px, 1px);
}

#contents.category-06 .ttl-uborder::after {
	background-color: #6789a3;
	background-image: url(/img/common/border_point_color_06.png);
}
#contents.category-06 #contents-body .link,
#bottom-guide.category-06 .next a span em {
	color: #6789a3;
}
#contents.category-06 #contents-body .link a::before {
	background-image: url(/img/common/cate_06_arrow2.png);
}