@charset "UTF-8";

.section-keyvisual {
  background: #26ac92;
}
.section-keyvisual .keyvisual-title {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  letter-spacing: 0.15em;
  line-height: calc(48 / 42);
}
.section-keyvisual .title-small {
  letter-spacing: 0.075em;
  line-height: calc(36 / 20);
}

@media (min-width: 768px) {
  .section-keyvisual .keyvisual-title {
    min-height: 350px;
    padding: 100px 73px 40px;
  }
  .section-keyvisual .title-small {
    margin-bottom: 3px;
  }
}
@media (max-width: 767px) {
  .section-keyvisual .keyvisual-title {
    min-height: 200px;
    padding: 100px 20px 20px;
    font-size: 2.2rem;
  }
  .section-keyvisual .keyvisual-title .title-small {
    font-size: 1.6rem;
  }
}
@media (max-width: 374px) {
  .section-keyvisual .keyvisual-title {
    font-size: 2rem;
  }
}

@media (min-width: 768px) {
  .section-common-keyvisual {
    margin-bottom: 60px;
  }
}

.list-anchors {
	max-width: 458px;
	margin: 0 auto;
}
.list-anchors > li {
	flex: auto;
}

.health-wrap {
    width: 90%;
	max-width: 900px;
	margin: 0 auto;
}

.exam-list .item-title {
	position: relative;
}
.exam-list .item-title:before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #009d7f;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: -1;
}
.exam-list .item-title .title-text {
	display: inline-block;
	background-color: #fff;
	padding-right: 10px;
	position: relative;
	z-index: 1;
}
.exam-list .desc {
	padding: 0 30px;
}

@media (max-width: 767px) {
	.exam-list .item-title {
		padding-bottom: 5px;
		margin-bottom: 15px;
	}
	.exam-list .item-title:before {
		top: auto;
		bottom: 0;
	}
	.exam-list .item-title .title-text {
		padding-right: 0;
		background-color: transparent;
	}
	.exam-list .desc {
		padding: 0;
	}
}


.section-screening .intro {
	max-width: 780px;
	margin: 0 auto;
}

.screening-item {
	display: table;
	table-layout: auto;
	width: 100%;
}
.screening-item:not(:last-child) {
	margin-bottom: 1px;
}
.screening-item .item-name {
	display: table-cell;
	vertical-align: middle;

	width: 220px;
	background-color: #e0f8e9;
	padding: 0 20px;
}
.screening-item .item-cont {
	display: table-cell;
	vertical-align: middle;

	width: calc(100% - 220px);
	padding-left: 10px;
}
.screening-item .item-cont .course {
	border-bottom: 1px solid rgba(0,0,0,0.3);
	padding: 40px 20px;
}
.screening-item:first-child .item-cont .course {
	border-top: 1px solid rgba(0,0,0,0.3);
}
@media (max-width: 767px) {
	.screening-item:not(:last-child) {
		margin-bottom: 0;
	}
	.screening-item .item-name {
		display: block;
		width: 100%;
		padding: 15px;
	}
	.screening-item .item-cont {
		display: block;
		width: 100%;
		padding-left: 0;
	}
	.screening-item .item-cont .course {
		border-bottom: 0;
		padding: 15px;
	}
	.screening-item:first-child .item-cont .course {
		border-top: 0;
	}
}

