.th3 {margin-top: 40px;
  margin-bottom: 20px;
  text-align: center;
  font-family: nss;
  font-weight: 400;
  font-size: 25px;
  line-height: 1.5;
  letter-spacing: .2em;}
@media (max-width: 767px) {
.th3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 5vw;
  line-height: 1.35;
  letter-spacing: .1em;}
}
@media (max-width: 767px){
.pagenav ul li a{
  padding: 0 7vw 0 4vw !important; 
}
}
.asset01{
  line-height: 1.5;
}

.asset02-replace ul li{
  align-items: center;
}
.asset02-replace ul li > div{
  padding-top: 0;
}
@media (max-width: 767px){
  .asset02-replace ul li{
    align-items: flex-start;
  }
}
.asset05 .inner ul li div div .txt span{
	position: relative;
	padding-left: 1.5em;
	display: block;
	font-size: 14px;
}
.asset05 .inner ul li div div .txt span:before{
	    pointer-events: none;
    content: '※';
    position: absolute;
    top: 0;
	left: 0;
}
@media (max-width: 767px) {
	.asset05 .inner ul li div div .txt span{
		font-size: 3vw;
	}
}
.asset06 .inner table tbody td p:first-child{
	margin-bottom: 10px;
}
.asset06-disease .inner {
  width: auto;
}

@media (max-width: 767px) {
  .asset06-disease .inner {
    width: auto;
  }
}
/* --------------------------------
  データテーブル
----------------------------------*/
.asset06-disease {
  margin-top: 50px;
}

.asset06-disease .table-wrapper {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  display: flex;
  justify-content: center;
}
.asset06-disease table {
  border-collapse: collapse;
  width: 100%;  
  min-width: 600px;
  text-align: center;
  line-height: 1.6;
  table-layout: auto;
  position: relative;
  z-index: 0;
}

.asset06-disease table th,
.asset06-disease table td {
  padding: 15px 20px;
  text-align: center;
  overflow-wrap: break-word;
}

.asset06-disease thead th {
  border-bottom: 1px solid #dcd0c4;
  border-right: 1px solid #dcd0c4;
}
.asset06-disease tbody th,
.asset06-disease tbody td {
  border-right: 1px solid #dcd0c4;
}
.asset06-disease table th:last-child,
.asset06-disease table td:last-child {
  border-right: none;
}
.asset06-mt{
	margin-top:30px;
}

@media (min-width: 768px) {
  .asset06-disease table {
    width: 100%;
  }
}
@media (max-width: 767px) {

  .asset06-disease .table-wrapper {
    display: block;
  }
  .asset06-disease table th:first-child,
  .asset06-disease table tbody th {
    position: sticky;
    left: 0;
    background: #fff;
    z-index: 2;
    border-right: 1px solid #dcd0c4; 
  }

  .asset06-disease table th,
  .asset06-disease table td {
    min-width: auto;
    white-space: nowrap; 
  }
  .asset06-disease table th:nth-child(n+2):not(:last-child),
  .asset06-disease table td:nth-child(n+2):not(:last-child) {
    border-right: 1px solid #dcd0c4;
  }
}
/* オーバーレイ */
.asset06-disease .table-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 8;
  pointer-events: none;
}
.asset06-disease .table-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background-image: url('../img/under/desease/touch.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 9;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.asset06-disease .table-wrapper.scrolled::before,
.asset06-disease .table-wrapper.scrolled::after {
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 768px) {
  .asset06-disease .table-wrapper::before,
  .asset06-disease .table-wrapper::after {
    display: none;
  }
}
/* --------------------------------
  / データテーブル
----------------------------------*/

.asset06-margin{
  margin-top: 40px !important;
}
.margin-less{
  margin-top: 40px !important;
}
@media(max-width:767px){
  .margin-less{margin-top: 20px !important;
  }
}
.margin-less ul li p.txt {
  margin: 0;
  padding-left: 1.2em;
  line-height: 1.8;
}

.margin-less ul li .txt .dot {
  display: block;
  position: relative;
  padding-left: 0.8em;
}

.margin-less ul li .txt .dot::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #534444;
  font-size: 1em;
  line-height: 1.8;
}
.asset06-mt .inner p{
	margin: 20px 20px 0 20px;
	line-height: 1.5;
	position: relative;
	padding-left: 1.5em;
}
.asset06-mt .inner p:before {
    pointer-events: none;
    content: '※';
    position: absolute;
    top: 0;
	left: 0;
}

@media(max-width:767px){
	.asset06-mt .inner p{
		margin: 20px 6vw 0 6vw;
	}
}
@media(max-width:767px){
.assets01-lheight{
  line-height: 2;
}}

.page-cta-find .title{
  line-height: 1.5;
}

.intro{
  text-align: center;
  margin-bottom: 90px;
  line-height: 1.9;
}
@media(max-width:767px){
  .intro{
    font-size: 3.5vw;
    margin-bottom: 50px;
  }
}
.profile-text{
  line-height: 2;
}
@media(max-width:767px){
  .profile-text{
    font-size: 3.5vw;
    padding: 6vw;
  }
}

/* --------------------------------
  asset09
----------------------------------*/
.asset09-outer{
  background-color: #f8f1eb;
  padding: 30px;
}
.asset09-text{
  margin: 20px;
  line-height: 2;
}
.asset09 ul li {
  display: flex;
  align-items: flex-start; 
  padding: 15px 20px;
  border-bottom: 1px solid #dcd0c4;
  line-height: 2;
}
.asset09 ul li:first-of-type{
  border-top: 1px solid #dcd0c4;
}
.asset09 ul li span {
  flex: 0 0 30px;  
  margin-right: 30px;
  text-align: right; 
}

.asset09 ul li p {
  margin: 0;
}
.asset09-bdn ul li:first-of-type{
  border-top: none;
}
.asset09-bdn ul li:last-of-type{
  border-bottom: none;
}
.asset09-bdt ul li:last-of-type{
  border-bottom: none;
}
.caution{
  position: relative;
  padding-left: 30px;
  opacity: 0.7;
}
.caution:before {
  display: block;
  pointer-events: none;
  content: '※';
  position: absolute;
  top: 0;
  left: 0;}
.asset09 ul li p{
  position: relative;
  padding-left: 50px;
}
.asset09 ul li .check {
  content: "";
  position: absolute;
  left: 20px;
  top: 15px;
  transform: translateY(-50%) rotate(45deg);
  width: 8px; 
  height: 14px;
  border-right: 2px solid #534444;
  border-bottom: 2px solid #534444;
  border-radius: 2px;
}
@media(max-width:767px){
  .asset09{
    font-size: 3.5vw;
  }
  .asset09-outer{
    padding: 6vw;
  }
  .asset09-text{
    margin: 10px;
  }
  .asset09 ul li span{
    margin-right: 10px;
  }
  .asset09 ul li{
    padding: 3vw 1vw;
  }
}

/* --------------------------------
  / asset09
----------------------------------*/

/* --------------------------------
  mv
----------------------------------*/

.mv {
  position: relative;
  margin-top: 90px;
}
.mv-pc {
  display: block;
  height: 500px;
  background-size: cover;
  background-position: center center;
}

.mv_pc_breastcancer {
  background-image: url('../img/under/breast-cancer/breast-cancer_mv.jpg');
}
.mv_pc_cancerscreening{
  background-image: url('../img/under/cancer-screening/cancer-screening_mv.jpg');

}

.mv-sp {
  display: none;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .mv {
    margin-top: 17vw;
  }

  .mv-pc {
    display: none;
  }

  .mv-sp {
    display: block;
  }
}

/* --------------------------------
  // mv
----------------------------------*/