@charset "UTF-8";
.section-tonyo-flow .flow-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-tonyo-flow .flow-item {
  position: relative;
}
.section-tonyo-flow .flow-item:last-child {
  margin-bottom: 0;
}
.section-tonyo-flow .flow-item::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  background: #f6f1ec;
}
.section-tonyo-flow .flow-image {
  position: absolute;
  top: 0;
  left: 0;
}
.section-tonyo-flow .flow-title {
  font-family: "Noto Serif JP", serif;
}
.section-tonyo-flow .flow-title .title-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.02rem;
  background: linear-gradient(143deg, #095888 4.52%, #45a0cc 95.48%);
  -webkit-box-shadow: 0.05rem 0.05rem 0 #add5e9;
  box-shadow: 0.05rem 0.05rem 0 #add5e9;
  color: #fff;
  font-weight: 600;
  line-height: 1.4;
}
.section-tonyo-flow .flow-title .title-detail {
  font-weight: 500;
  line-height: 1.4;
}
.section-tonyo-flow .flow-text p:last-child {
  margin-bottom: 0;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-tonyo-flow {
    padding-top: 0.8rem;
  }
  .section-tonyo-flow .title-common-primary {
    margin-bottom: 0.3rem;
  }
  .section-tonyo-flow .flow-list {
    margin-bottom: 0.6rem;
  }
  .section-tonyo-flow .flow-item {
    margin-bottom: 0.4rem;
  }
  .section-tonyo-flow .flow-item::after {
    top: 0.95rem;
    left: 0;
  }
  .section-tonyo-flow .flow-image {
    width: 1.6rem;
    height: 1.2rem;
  }
  .section-tonyo-flow .flow-content {
    padding-bottom: 0.19rem;
  }
  .section-tonyo-flow .flow-title {
    min-height: 1.2rem;
    padding-left: 1.8rem;
  }
  .section-tonyo-flow .flow-title .title-number {
    width: 0.36rem;
    height: 0.36rem;
    margin-bottom: 0.13rem;
    font-size: 0.2rem;
  }
  .section-tonyo-flow .flow-title .title-detail {
    font-size: 0.2rem;
  }
  .section-tonyo-flow .flow-text {
    padding: 0.1rem 0.15rem 0.1rem 0.2rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-tonyo-flow {
    padding-top: 121px;
  }
  .section-tonyo-flow .title-common-primary {
    margin-bottom: 50px;
  }
  .section-tonyo-flow .flow-list {
    margin-bottom: 100px;
  }
  .section-tonyo-flow .flow-item {
    min-height: 266px;
    margin-bottom: 70px;
  }
  .section-tonyo-flow .flow-item::after {
    top: 100px;
    left: 40px;
    min-height: 166px;
  }
  .section-tonyo-flow .flow-image {
    width: 320px;
    height: 240px;
  }
  .section-tonyo-flow .flow-content {
    padding: 20px 70px 40px 360px;
  }
  .section-tonyo-flow .flow-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 31px;
  }
  .section-tonyo-flow .flow-title .title-number {
    width: 60px;
    height: 60px;
    font-size: 0.3rem;
  }
  .section-tonyo-flow .flow-title .title-detail {
    margin-left: 25px;
    font-size: 0.32rem;
  }
  .section-tonyo-flow .flow-text {
    padding: 10px 0;
  }
}
/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .block-early-detection .title-common-quaternary {
    min-height: 0.5rem;
    margin-bottom: 0.3rem;
  }
  .block-early-detection .detection-image {
    width: 2.4rem;
    height: 1.8rem;
    margin: 0 auto 0.21rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .block-early-detection {
    position: relative;
    padding-bottom: 115px;
  }
  .block-early-detection .detection-image {
    position: absolute;
    top: 106px;
    right: 0;
    width: 440px;
    height: 330px;
  }
  .block-early-detection .detection-wrapper {
    padding-right: 580px;
  }
  .block-early-detection .title-common-quaternary {
    margin-bottom: 31px;
  }
}
.section-tonyo-diabetes {
  border-bottom: 1px solid #0d92d2;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-tonyo-diabetes {
    padding: 0.69rem 0 1rem;
  }
  .section-tonyo-diabetes .title-common-primary {
    margin-bottom: 0.3rem;
  }
  .section-tonyo-diabetes .list-common-links {
    margin-bottom: 0.26rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-tonyo-diabetes {
    position: relative;
    max-width: 2000px;
    margin: 0 auto;
    padding: 121px 0 187px;
  }
  .section-tonyo-diabetes::after {
    content: "";
    position: absolute;
    z-index: -1;
    right: -205px;
    bottom: -10px;
    width: 815px;
    height: 723px;
    background: url("../img/tonyo/diabetes_bg.png") no-repeat center 100%/100%;
  }
  .section-tonyo-diabetes .title-common-primary {
    margin-bottom: 49px;
  }
  .section-tonyo-diabetes .list-common-links {
    margin-bottom: 67px;
  }
}
/*# sourceMappingURL=tonyo.css.map */