@charset 'UTF-8';
/* 260424_追加箇所_開始 */
/* ----------------------------------------------------------------------------------------------------
*	 共通：検査メカニズムページ
* --------------------------------------------------------------------------------------------------*/
.mechanism__sub-title {
  margin: 0 0 20px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .mechanism__sub-title {
    font-size: 16px;
  }
}


/* ----------------------------------------------------------------------------------------------------
*	 なぜの尿検査でがんリスクが判定できるのか？
* --------------------------------------------------------------------------------------------------*/
.mechanism__judgement {
  margin: 0 0 80px;
}

@media (max-width: 768px) {
  .mechanism__judgement {
    margin: 0 0 60px;
  }
}

.mechanism__judgement-txt {
  margin: 0 0 15px;
  font-size: 14px;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .mechanism__judgement-txt {
    margin: 0 0 15px;
    font-size: 13px;
  }
}

.mechanism__judgement-txt span.is-blue {
  color: #2077fc;
}

.mechanism__judgement-info {
  margin: 0 0 25px;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #e1e7eb;
  border-radius: 6px;
}

@media (max-width: 768px) {
  .mechanism__judgement-info {
    margin: 0 0 20px;
  }
}

.mechanism__judgement-info-title {
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
}

@media (max-width: 768px) {
  .mechanism__judgement-info-title {
    font-size: 11px;
    text-align: left;
  }
}

.mechanism__judgement-info-title span.is-blue {
  color: #2077fc;
}

.mechanism__judgement-info-title span.is-large {
  font-size: 17px;
}

@media (max-width: 768px) {
  .mechanism__judgement-info-title span.is-large {
    font-size: 12px;
  }
}

.mechanism__judgement-info-pic {
  width: 90%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .mechanism__judgement-info-pic {
    width: 100%;
  }
}

.mechanism__judgement-info-pic img {
  width: 100%;
  height: auto;
}

.mechanism__judgement-element {
  padding: 20px 20px 25px;
  background-color: #fff;
  border: 1px solid #e1e7eb;
  border-radius: 6px;
}

@media (max-width: 768px) {
  .mechanism__judgement-element {
    padding: 20px 20px 15px;
  }
}

.mechanism__judgement-element-txt {
  margin: 0 0 15px;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
}

@media (max-width: 768px) {
  .mechanism__judgement-element-txt {
    font-size: 10px;
  }
}

.mechanism__judgement-element-list {
  display: flex;
  justify-content: center;
  margin: 0 0 15px;
}

.mechanism__judgement-element-list-item {
  width: 80px;
  margin: 0 25px 0 0;
}

@media (max-width: 768px) {
  .mechanism__judgement-element-list-item {
    width: 55px;
    margin: 0 20px 0 0;
  }
}

.mechanism__judgement-element-list-item:last-of-type {
  margin: 0;
}

.mechanism__judgement-element-list-item-pic {
  margin: 0 0 10px;
}

.mechanism__judgement-element-list-item-pic img {
  width: 100%;
  height: auto;
}

.mechanism__judgement-element-list-item-txt {
  font-weight: bold;
  font-size: 12px;
  text-align: center;
}

@media (max-width: 768px) {
  .mechanism__judgement-element-list-item-txt {
    font-size: 8px;
  }
}

.mechanism__judgement-element-list-item-txt span.is-small {
  font-size: 9px;
}

@media (max-width: 768px) {
  .mechanism__judgement-element-list-item-txt span.is-small {
    font-size: 6px;
  }
}

.mechanism__judgement-element-bubble {
  text-align: center;
}

.mechanism__judgement-element-bubble-box {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 10px 25px;
  background-color: #2077fc;
  border-radius: 20px;
}

@media (max-width: 768px) {
  .mechanism__judgement-element-bubble-box {
    padding: 7px 30px;
  }
}

.mechanism__judgement-element-bubble-box:after {
  content: '';
  position: absolute;
  top: 0;
  left: 60%;
  transform: translate(-50%, -100%);
  display: block;
  border-width: 0 4px 8px 4px;
  border-style: solid;
  border-color: transparent transparent #2077fc;
}

@media (max-width: 768px) {
  .mechanism__judgement-element-bubble-box:after {
    left: 65%;
  }
}

.mechanism__judgement-element-bubble-txt {
  font-weight: bold;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}

@media (max-width: 768px) {
  .mechanism__judgement-element-bubble-txt {
    font-size: 8px;
  }
}

.mechanism__judgement-element-bubble-txt span.is-large {
  font-size: 13px;
}

@media (max-width: 768px) {
  .mechanism__judgement-element-bubble-txt span.is-large {
    font-size: 10px;
  }
}


/* ----------------------------------------------------------------------------------------------------
*	 マイクロRNAとは？
* --------------------------------------------------------------------------------------------------*/
.mechanism__microrna {
  margin: 0 0 80px;
}

@media (max-width: 768px) {
  .mechanism__microrna {
    margin: 0 0 60px;
  }
}

.mechanism__microrna-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 25px;
}

@media (max-width: 768px) {
  .mechanism__microrna-box {
    flex-direction: column;
  }
}

.mechanism__microrna-pic {
  width: 28%;
  margin: 0 5% 0 0;
}

@media (max-width: 768px) {
  .mechanism__microrna-pic {
    width: 100%;
    margin: 0 0 20px;
  }
}

.mechanism__microrna-pic img {
  width: 100%;
  height: auto;
}

.mechanism__microrna-txt-box {
  width: 67%;
}

@media (max-width: 768px) {
  .mechanism__microrna-txt-box {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .mechanism__microrna-pic {
    width: 100%;
    margin: 0 0 20px;
  }
}

.mechanism__microrna-txt {
  font-size: 14px;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .mechanism__microrna-txt {
    font-size: 13px;
  }
}

.mechanism__microrna-title-lead {
  margin: 0 0 20px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .mechanism__microrna-title-lead {
    font-size: 14px;
  }
}


/* ----------------------------------------------------------------------------------------------------
*	 マイクロRNA⼤規模臨床研究による識別性能報告
* --------------------------------------------------------------------------------------------------*/
.mechanism__report {
  margin: 0 0 80px;
}

@media (max-width: 768px) {
  .mechanism__report {
    margin: 0 0 60px;
  }
}

.mechanism__report-lead {
  margin: 0 0 25px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
  .mechanism__report-lead {
    margin: 0 0 20px;
  }
}

.mechanism__report-data {
  margin: 0 0 25px;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #e1e7eb;
  border-radius: 6px;
}

@media (max-width: 768px) {
  .mechanism__report-data {
    margin: 0 0 20px;
  }
}

.mechanism__report-data-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 768px) {
  .mechanism__report-data-title {
    font-size: 14px;
  }
}

.mechanism__report-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media (max-width: 768px) {
  .mechanism__report-box {
    flex-direction: column;
  }
}

.mechanism__report-table {
  width: 38%;
  margin: 0 5% 0 0;
}

@media (max-width: 768px) {
  .mechanism__report-table {
    width: 87%;
    margin: 0 0 30px;
  }
}

.mechanism__report-table th {
  padding: 10px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  background-color: #2077fc;
}

.mechanism__report-table th:first-of-type {
  width: 33%;
}

.mechanism__report-table th:nth-of-type(2) {
  width: 67%;
}

.mechanism__report-table td {
  padding: 5px 15px;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  border-bottom: 2px solid #e1e7eb;
}

.mechanism__report-table td:first-of-type {
  padding: 5px 10px 5px 20px;
  text-align: left;
}

.mechanism__report-table tr:last-of-type td {
  border-bottom: none;
}

.mechanism__report-table td span {
  font-size: 25px;
  line-height: 1;
}

.mechanism__report-txt-box {
  width: 57%;
}

@media (max-width: 768px) {
  .mechanism__report-txt-box {
    width: 100%;
  }
}

.mechanism__report-txt {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .mechanism__report-txt {
    margin: 10px 0 0;
    font-size: 13px;
  }
}

.mechanism__report-txt:first-of-type {
  margin: 0;
}

.mechanism__report-txt span.is-blue {
  color: #2077fc;
}

.mechanism__report-list-box{
  background-color: #FFEAEA;
  padding: 20px 30px;
  margin: 10px 0 0;
}

@media (max-width: 768px) {
  .mechanism__report-list-box{
    padding: 10px 20px;
  }
}

.mechanism__report-list-item{
  font-weight: bold;
  font-size: 14px;
  padding-left: 1em;
  text-indent: -1em;
  margin: 0 0 5px;
}

@media (max-width: 768px) {
  .mechanism__report-list-item{
    font-size: 13px;
  }
}

.mechanism__report-list-item:last-of-type{
  margin: 0;
}

.mechanism__report-caution-txt {
  margin: 10px 0 0;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
}


/* ----------------------------------------------------------------------------------------------------
*	 bluedropの検査工程
* --------------------------------------------------------------------------------------------------*/
.mechanism__flow {
  margin: 0 0 80px;
}

@media (max-width: 768px) {
  .mechanism__flow {
    margin: 0 0 60px;
  }
}

.mechanism__flow-list-item {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 60px;
}

@media (max-width: 768px) {
  .mechanism__flow-list-item {
    flex-direction: column;
  }
}

.mechanism__flow-list-item::after {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 50%;
  display: block;
  width: 18px;
  height: 18px;
  border-top: 4px solid #2077fc;
  border-right: 4px solid #2077fc;
  -webkit-transform: translateX(-50%) rotate(135deg);
  transform: translateX(-50%) rotate(135deg);
}

@media (max-width: 768px) {
  .mechanism__flow-list-item::after {
    bottom: -25px;
    width: 15px;
    height: 15px;
  }
}

.mechanism__flow-pic {
  width: 28%;
  margin: 0 5% 0 0;
}

@media (max-width: 768px) {
  .mechanism__flow-pic {
    width: 100%;
    margin: 0 0 20px;
  }
}

.mechanism__flow-pic img {
  width: 100%;
  height: auto;
}

.mechanism__flow-txt-box {
  width: 67%;
}

@media (max-width: 768px) {
  .mechanism__flow-txt-box {
    width: 100%;
  }
}

.mechanism__flow-list-item-ttl {
  margin: 0 0 15px;
  font-weight: bold;
  font-size: 16px;
}

@media (max-width: 768px) {
  .mechanism__flow-list-item-ttl {
    font-size: 14px;
  }
}

.mechanism__flow-list-item-ttl-lead {
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 14px;
}

@media (max-width: 768px) {
  .mechanism__flow-list-item-ttl-lead {
    font-size: 13px;
  }
}

.mechanism__flow-list-item-txt {
  font-size: 14px;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .mechanism__flow-list-item-txt {
    font-size: 13px;
  }
}

.mechanism__flow-result {
  padding: 20px;
  background-color: #fff;
  border: 1px solid #e1e7eb;
  border-radius: 6px;
}

.mechanism__flow-result-title {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: #2077fc;
}


/* ----------------------------------------------------------------------------------------------------
*	 遺伝子検査キットとの違い
* --------------------------------------------------------------------------------------------------*/
.mechanism__difference {
  margin: 0 0 80px;
}

@media (max-width: 768px) {
  .mechanism__difference {
    margin: 0 0 60px;
  }
}

.mechanism__difference-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin: 0 0 20px;
}

.mechanism__difference-list-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 49%;
  margin: 0 2% 15px 0;
  padding: 30px;
  background-color: #fff;
}

@media (max-width: 768px) {
  .mechanism__difference-list-item {
    justify-content: flex-start;
    width: 48%;
    margin: 0 4% 15px 0;
    padding: 20px 10px;
  }
}

.mechanism__difference-list-item:nth-of-type(2n) {
  margin: 0 0 15px;
}

@media (max-width: 768px) {
  .mechanism__difference-list-item:nth-of-type(2n) {
    margin: 0 0 15px;
  }
}

.mechanism__difference-list-item-title {
  margin: 0 0 15px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}

@media (max-width: 768px) {
  .mechanism__difference-list-item-title {
    margin: 0 0 10px;
    font-size: 13px;
  }
}

.mechanism__difference-list-item-txt {
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
}

@media (max-width: 768px) {
  .mechanism__difference-list-item-txt {
    font-size: 12px;
    text-align: left;
  }
}

.mechanism__difference-list-item-txt span.is-blue {
  color: #2077fc;
}

.mechanism__difference-list-item-caution {
  margin: 15px 0 0;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
  .mechanism__difference-list-item-caution {
    margin: 10px 0 0;
  }
}

.mechanism__difference-title-lead {
  margin: 0 0 15px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .mechanism__difference-title-lead {
    font-size: 13px;
  }
}

.mechanism__difference-example {
  position: relative;
  z-index: 2;
  margin: 0 0 15px;
}

.mechanism__difference-example:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #2077fc;
}

.mechanism__difference-example-txt {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0 10px 0 0;
  font-weight: bold;
  font-size: 14px;
  color: #2077fc;
  background-color: #f8f9fa;
}

@media (max-width: 768px) {
  .mechanism__difference-example-txt {
    font-size: 12px;
  }
}

.mechanism__difference-sub-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin: 0 0 10px;
}

.mechanism__difference-sub-list-item {
  width: calc(100% / 3 - 1.4%);
  margin: 0 2% 15px 0;
  padding: 15px 10px 15px;
  background-color: #fff;
}

@media (max-width: 768px) {
  .mechanism__difference-sub-list-item {
    width: 48%;
    margin: 0 4% 15px 0;
    padding: 15px 5px 15px;
  }
}

.mechanism__difference-sub-list-item:nth-of-type(3n) {
  margin: 0 0 15px;
}

@media (max-width: 768px) {
  .mechanism__difference-sub-list-item:nth-of-type(2n) {
    margin: 0 0 15px 0;
    padding: 15px 10px 15px;
  }
}

.mechanism__difference-sub-list-item-icn {
  width: 60px;
  margin: 0 auto 5px;
  text-align: center;
}

@media (max-width: 768px) {
  .mechanism__difference-sub-list-item-icn {
    width: 50px;
  }
}

.mechanism__difference-sub-list-item-icn img {
  width: 100%;
  height: auto;
}

.mechanism__difference-sub-list-item-ttl {
  margin: 0 0 5px;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}

@media (max-width: 768px) {
  .mechanism__difference-sub-list-item-ttl {
    font-size: 13px;
  }
}

.mechanism__difference-sub-list-item-txt {
  font-size: 12px;
  text-align: center;
}

@media (max-width: 768px) {
  .mechanism__difference-sub-list-item-txt {
    font-size: 11px;
  }
}


/* ----------------------------------------------------------------------------------------------------
*	 bluedropの研究実績
* --------------------------------------------------------------------------------------------------*/
.mechanism__achievements-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

@media (max-width: 768px) {
  .mechanism__achievements-list {
    flex-direction: column;
  }
}

.mechanism__achievements-list-item {
  width: 48%;
  margin: 0 4% 20px 0;
}

@media (max-width: 768px) {
  .mechanism__achievements-list-item {
    width: 100%;
    margin: 0 0 20px;
  }
}

.mechanism__achievements-list-item:nth-of-type(2n) {
  margin: 0 0 20px;
}

@media (max-width: 768px) {
  .mechanism__achievements-list-item:last-of-type {
    margin: 0;
  }
}

.mechanism__achievements-list-item-pic-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 250px;
  margin: 0 0 15px;
  padding: 30px;
  background-color: #fff;
}

@media (max-width: 768px) {
  .mechanism__achievements-list-item-pic-box {
    padding: 40px;
  }
}

.mechanism__achievements-list-item-pic img {
  width: 100%;
  max-width: 250px;
  height: auto;
  max-height: 200px;
}

.mechanism__achievements-list-item-title {
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 16px;
}

@media (max-width: 768px) {
  .mechanism__achievements-list-item-title {
    font-size: 14px;
  }
}

.mechanism__achievements-list-item-title-lead {
  margin: 0 0 15px;
  font-weight: bold;
  font-size: 12px;
}

@media (max-width: 768px) {
  .mechanism__achievements-list-item-title-lead {
    font-size: 13px;
  }
}

.mechanism__achievements-list-item-txt {
  font-size: 14px;
}

@media (max-width: 768px) {
  .mechanism__achievements-list-item-txt {
    font-size: 13px;
  }
}
/* 260424_追加箇所_終了 */