/**
 *
 *	Apply Style： style
 *	Style Name： /css/medical/checkup/style.css
 *
 */

/*------------------------------------------
 *	sec-medical
------------------------------------------*/
.tit-page {
	background: url(/images/medical/checkup/bg_page.jpg) center center no-repeat;
	background-size: cover;
	height: 300px;
}

.sec-checkup {
	margin: 0 0 96px;
}

.sec-checkup .tit {
	font-size: 3.4rem;
	text-align: center;
	max-width: 1024px;
	margin: -15px auto 15px;
	font-weight: bold;
	letter-spacing: 0.05em;
}

.sec-checkup .tit-en {
	font-size: 1.6rem;
	text-align: center;
	font-family: "メイリオ",Meiryo,"游ゴシック体",YuGothic,"游ゴシック","Yu Gothic",Verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	max-width: 1024px;
	color: #ff8f62;
	margin: 0 auto;
	letter-spacing: 0.05em;
}

.sec-checkup .summary {
	font-size: 1.8rem;
	text-align: center;
	max-width: 1024px;
	margin: 50px auto 70px;
	letter-spacing: 0.05em;
	line-height: 1.6;
}

.contents-checkup {
	display: flex;
	width: 1024px;
	justify-content: space-between;
	margin: 0 auto 124px;
}

.contents-checkup .img {
	width: 480px;
}

.contents-checkup .content {
	width: 510px;
}

.contents-checkup .copy {
	font-size: 2.6rem;
	font-weight: bold;
	margin: 0 0 25px;
	display: inline-block;
	padding: 0 5px 0 5px;
	color: #ff7830;
	position: relative;
	z-index: 1;
	font-feature-settings : "palt";
}

.contents-checkup .copy::before {
	background-color: #abf5e0;
	bottom: -1px;
	content: "";
	display: block;
	height: 4px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
	position: absolute;
	z-index: -1;
	border-radius: 100px;
}

.contents-checkup .content .txt {
	line-height: 1.6;
	margin: 0 0 0 5px;
}

/*------------------------------------------
 *	sec-flow
------------------------------------------*/
.sec-flow {
	background: #c1f8e9;
	padding: 0 0 94px;
	position: relative;
}

.sec-flow::before {
	width: 126px;
	height: 126px;
	border-radius: 126px;
	background: #c1f8e9;
	display: block;
	content: "";
	position: absolute;
	top: -28px;
	left: 50%;
	margin: 0 0 0 -63px;
}

.sec-flow .sec-in {
	max-width: 1024px;
	margin: 0 auto;
	position: relative;
}

.sec-flow .sec-in .bg-flow {
	position: absolute;
	left: -315px;
	top: 0;
}

.sec-flow .tit-flow {
	font-size: 2.8rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin: 0 0 85px;
	position: relative;
	text-align: center;
	background: url("/images/medical/checkup/ico_flow.svg") center 0 no-repeat;
	background-size: 50px 50px;
	padding: 79px 0 0;
	transform: translateY(-2px);
}

.sec-flow .tit-flow::before {
	background-color: #57d5b4;
	bottom: -16px;
	content: "";
	display: block;
	height: 4px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 32px;
}

.contents-flow {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.contents-flow .flow {
	width: 312px;
	box-sizing: border-box;
	padding: 49px 15px 35px;
	border: 4px solid #7fceb9;
	border-radius: 5px;
	background: #fff;
	position: relative;
	box-shadow: 0 0 10px 0 rgba(11, 4, 7, 0.1);
	margin: 0 0 64px;
}

.contents-flow .flow .step {
	border-radius: 63px;
	box-shadow: 0 0 10px 0 rgba(11, 4, 7, 0.1);
	height: 63px;
	left: 50%;
	margin: 0 0 0 -31px;
	position: absolute;
	text-align: center;
	top: -33px;
	width: 63px;
	background: #7fceb9;
}

.contents-flow .flow .step img {
	height: 32px;
	margin: 0 0 -16px;
	transform: translateY(50%);
	width: 34px;
}

.contents-flow .flow .ico {
	text-align: center;
	margin: 0 0 25px;
}

.contents-flow .flow .tit-step {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	font-size: 2rem;
	font-weight: bold;
	height: 45px;
	justify-content: center;
	line-height: 1.2;
	margin: 0 0 15px;
	text-align: center;
}

.contents-flow .flow .tit-step .font-small {
	font-size: 1.4rem;
}

.contents-flow .flow .txt {
	font-size: 1.4rem;
	line-height: 1.5;
}

.contents-flow .flow .txt .font-small {
	font-size: 1.2rem;
}

.contents-flow .arrow {
	align-items: center;
	display: flex;
	padding: 0 0 64px;
}

.sec-flow .tit-inspection {
	font-size: 2.8rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin: 0 0 50px;
	position: relative;
	text-align: center;
}

.sec-flow .tit-inspection::before {
	background-color: #57d5b4;
	bottom: -16px;
	content: "";
	display: block;
	height: 4px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 32px;
}

.contents-inspection {
	display: flex;
	justify-content: space-between;
}

.contents-inspection .inspection {
	width: 312px;
	box-sizing: border-box;
	padding: 31px 27px;
	border: 4px solid #7fceb9;
	border-radius: 5px;
	background: #fff;
	position: relative;
	box-shadow: 0 0 10px 0 rgba(11, 4, 7, 0.1);
}

.contents-inspection .inspection .img {
	margin: 0 auto 25px;
	width: 107px;
	height: 104px;
	text-align: center;
}


.contents-inspection .inspection .content .tit-content {
	font-size: 2rem;
	margin: 0 0 15px;
	font-weight: bold;
	text-align: center;
}

.contents-inspection .inspection .content .txt {
	font-size: 1.4rem;
	line-height: 1.6;
}

/*------------------------------------------
 *	sec-price
------------------------------------------*/
.sec-price {
	background: #eafcf7;
	padding: 56px 0 96px;
}

.sec-price .sec-in {
	max-width: 1024px;
	margin: 0 auto;
}

.sec-price h3 {
	font-size: 3rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin: 0 0 52px;
	position: relative;
	text-align: center;
}

.sec-price h3::before {
	background-color: #57d5b4;
	bottom: -24px;
	content: "";
	display: block;
	height: 4px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 32px;
}

.contents-price {
	padding: 32px 56px 25px;
	border: 4px solid #a0ebd7;
	border-radius: 8px;
	background: #fff;
	box-sizing: border-box;
}

.contents-price .tbl-price {
	border-left: 1px solid #ff955c;
	width: 100%;
	margin: 0 0 16px;
}

.contents-price .tbl-price .col01 {
	width: 19%;
}

.contents-price .tbl-price .col02,
.contents-price .tbl-price .col03,
.contents-price .tbl-price .col04 {
	width: 26%;
}

.contents-price .tbl-price th {
	background: #ffe6d9;
	border-right: 1px solid #ff955c;
	border-top: 1px solid #ff955c;
	border-bottom: 1px solid #ff955c;
	padding: 8px 17px;
	text-align: center;
	font-weight: bold;
	font-size: 1.5rem;
	vertical-align: middle;
	line-height: 1.3;
	color: #ff7830;
}

.contents-price .tbl-price th .font-small {
	font-size: 1.3rem;
}

.contents-price .tbl-price td {
	border-right: 1px solid #ff955c;
	border-bottom: 1px solid #ff955c;
	padding: 20px 0;
	text-align: center;
	font-weight: normal;
	font-size: 1.6rem;
	vertical-align: middle;
	letter-spacing: 0.05em;
}

.contents-price .tbl-price .border-adjust td {
	border-bottom: 2px solid #ff955c;
}

.contents-price .list-attention li {
	font-size: 1.2rem;
	margin: 0 0 10px;
}

.contents-price .list-attention .color-red {
	color: #f21515;
}

/*------------------------------------------
 *	note
------------------------------------------*/
.note {
	max-width: 1024px;
	margin: 0 auto -2px;
	position: relative;
	z-index: 1;
	padding: 61px 0 0;
	display: flex;
	justify-content: space-between;
}

.note .content {
	width: 969px;
	padding: 59px 0 48px;
	background: url("/images/medical/checkup/bg_note.png") 0 0 no-repeat;
}

.note .content {
	width: 969px;
	padding: 59px 0 48px;
}

.note .content .copy {
	width: 100%;
	text-align: center;
	margin: 0 0 15px;
}

.note .content .copy span {
	font-size: 2.2rem;
	letter-spacing: 0.05em;
	position: relative;
	text-align: center;
	display: inline-block;
	position: relative;
	padding: 0 5px;
	z-index: 1;
	font-weight: bold;
}

.note .content .copy span:before {
	bottom: -3px;
	content: "";
	display: block;
	height: 4px;
	border-radius: 100px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
	z-index: -1;
	background: #abf5e0;
}

.note .tel {
	margin: 30px 0 0;
	text-align: center;
}

.note .img {
	align-items: flex-end;
	margin: 119px -143px 0 0;
}

/*	sp用非表示コンテンツ	*/
.sec-checkup .img-sp {
	display: none;
}

.sec-checkup .content-img {
	display: none;
}

.note .content .copy-sp {
	display: none;
}

.contents-flow .arrow-sp {
	display: none;
}

.sec-checkup .contents-price-sp {
	display: none;
}

