@charset "utf-8";

/* ------------------------------
 メイン画像
------------------------------ */
/* インデックスページ メイン画像 */
.contentsTop .mainimg {
	background: url(../img/examination/main_img.jpg) no-repeat center center;
}

/* 下層ページ メイン画像 */
.contentsPage .mainimg {
	background: url(../img/examination/main_sub.jpg) no-repeat center center;
}

/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.contentsTop .mainimg {
		background-size: auto 160px;
	}
	.contentsPage .mainimg {
		background-size: auto 100px;
	}
}

/* ------------------------------
 検診実績
------------------------------ */
.dot td .large strong {
	font-size: 1.88rem;
	font-weight: bold;
}
/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.dot td .large strong {
		font-size: 1.38rem;
	}
}

/* ------------------------------
 コース
------------------------------ */
/* シャドウボックス（コース） */
.shadow {
	padding: 28px;
	box-shadow: 0 0 8px rgba(0,0,0,0.15) ;
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.15) ;
	-moz-box-shadow: 0 0 8px rgba(0,0,0,0.15) ;
}
.shadow > div + div {
	margin-top: 20px;
}
.shadow h3 {
	font-size: 1.38rem;
	float: left;
	padding: 0;
	border: none;
	background: none;
}
.shadow h3::before {
	border-radius: 0;
	border-left: none;
	content: "";
	margin-right: 0;
}
.shadow h3 a {
	margin-left: 0;
	padding-left: 0;
	background: none;
}
.shadow .price {
	margin-bottom: 10px;
}
.shadow .price p {
	text-align: right;
}
.shadow .price strong {
	color: #222;
	font-weight: 700;
}
.shadow .cms_image {
	width: 120px;
	margin-right: 20px;
}
.shadow .w600 {
	float: right;
	margin-bottom: 30px;
}

.shadow .w600 a {
	width: 170px;
	float: right;
	font-size: 1.13rem;
	font-weight: bold;
	line-height: 22px;
	text-align: center;
	border-radius: 4px;
	display: block;
	color: #fff;
	text-decoration: none;
	margin-top: 15px;
	padding: 14px 0;
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
	background: url(../img/btn_bg01.gif) no-repeat 0 center;
	-webkit-font-smoothing: antialiased;
}
.shadow .w600 a:hover {
	opacity: 0.7;  
	filter: alpha(opacity=70);
}
.shadow table {
	width: 408px;
	float: left;
	margin-top: 15px;
}
.shadow table:before {
	content: "";
	clear: both;
	display: block;
}
.shadow table th {
	width: 16.6666666%;
}
.shadow .btn-a a {
	margin: 0 auto;
	width: 200px;
	background: url(../img/btn_bg03.gif) no-repeat 0 center;
	-webkit-font-smoothing: antialiased;
}
.shadow .dot_b {
	margin-bottom: 20px;
}
.btn-a:before {
	content: "";
	clear: both;
	display: block;
}

/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.shadow {
		padding: 15px;
	}
	.shadow h3 {
		font-size: 1.13rem;
		margin-bottom: 15px;
		line-height: 22px;
		float: none;
	}
	.shadow .price {
		margin-bottom: 10px;
	}
	.shadow .price p {
		text-align: left;
	}
	.shadow .cms_image {
		display: none;
	}
	
	.shadow .w600 a {
		width: 34%;
		font-size: 1rem;
		line-height: 20px;
		padding: 10px 0;
	}
	.shadow table {
		width: 64%;
	}
	
}
@media screen and (max-width: 479px) {
	.shadow .w600 a {
		margin: 0 auto;
		width: 80%;
		float: none;
	}
	.shadow table {
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}
	.shadow .w600 {
		margin-bottom: 15px;
	}
	.shadow .btn-a a {
		margin: 0 auto;
		width: 80%;
	}
}


/* ------------------------------
 スライド
------------------------------ */

.caseSlide .slick-slide {
	margin: 0 !important;
	position: relative;
	overflow: hidden;
}
.caseSlide .slick-slide .cms_caption_b {
	position: absolute;
	bottom: -74px;
	left: 0;
	width: 100%;
	padding: 10px 20px;
	color: #fff;
	background: rgba(34,34,34,0.8);
	font-size: 1rem;
    margin-bottom: 0;
    margin-top: 0;
    -webkit-transition: bottom .2s ease-in-out .5s;
    transition: bottom .2s ease-in-out .5s;
}

.caseSlide .slick-slide[aria-hidden="false"] .cms_caption_b {
	bottom: 0px;
}


/* Arrows */
.caseSlide .slick-prev,
.caseSlide .slick-next {
	position: absolute;
	top: 50% !important;
	margin-top: -41px;
}
.caseSlide .slick-prev,
.caseSlide .slick-prev:hover,
.caseSlide .slick-prev:focus {
    background: url(../img/slick-prev_w.png) no-repeat 0 center !important;
}
.slick-next,
.slick-next:hover,
.slick-next:focus {
    background: url(../img/slick-next_w.png) no-repeat 0 center !important;
}

.caseSlide .slick-prev {
	left: 18px !important;
	z-index: 305;
}
.caseSlide .slick-next {
	right: 18px !important;
}


/* Dots */
.caseSlide .slick-dots {
	bottom: -20px !important;
}
.caseSlide .slick-dots li {
	width: 10px !important;
	margin: 0 5px !important;
}
.caseSlide .slick-dots li:before {
	display: none;
}

.caseSlide .slick-dots li button {
	width: 10px !important;
	height: 10px !important;
	border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	background: #c3bdbe !important;
}

.caseSlide .slick-dots li.slick-active button {
	background: #039db2 !important;
}

/* ------------------------------
 スマホ
------------------------------ */
@media screen and (max-width: 767px) {
	.caseSlide .slick-slide .cms_caption_b {
		font-size: 13px;
		padding: 5px 10px;
		position: static;
		color: #222;
		background-color: transparent;
	}
	
	
	.caseSlide .slick-prev,
	.caseSlide .slick-next
	{
	    width: 18px;
	    height: 31px;
	    margin-top: -37px;
	}
	.caseSlide .slick-prev,
	.caseSlide .slick-prev:hover,
	.caseSlide .slick-prev:focus {
	    background-size: 18px 31px !important;
	}
	.caseSlide .slick-next,
	.caseSlide .slick-next:hover,
	.caseSlide .slick-next:focus {
	     background-size: 18px 31px !important;
	}
	.caseSlide .slick-prev {
		left: 10px !important;
	}
	.caseSlide .slick-next {
		right: 10px !important;
	}
}



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

}


/* ------------------------------
 申し込み方法
------------------------------ */
.flow.howto td strong {
	margin-bottom: 5px;
}
.flow.howto td .free {
	font-family: Roboto;
	font-size: 1.75rem;
	color: #00429c;
	font-weight: bold;
}
.flow.howto td .free:before {
	font-family:  'Noto Sans Japanese';
	font-size: .63rem;
	font-weight: 500;
	color: #fff;
	line-height: 23px;
	padding: 0 5px;
	margin-right: 3px;
	border-radius: 4px;
	content: "フリーダイヤル";
	display: inline-block;
	vertical-align: middle;
	background: #00429c;
}

.flow.howto td .fax {
	font-family: Roboto;
	font-size: 1.25rem;
	color: #00429c;
}
.flow.howto td .fax strong {
	font-size: 1.75rem;
	font-weight: bold;
}
