h2,h3 {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  color: #0068B6;
  line-height: 1;
}
h2 {
  font-size: 34px;
}
h2 span {
  margin-left: 16px;
  font-size: 16px;
  color: rgba(0, 159, 232, 0.4);
}
h3 {
  font-size: 24px;
}
h3::before {
  content: none;
}
.spOnly {
  display: none;
}
main .content ul {
  margin: 10px 0;
}
main .content ul li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 90%;
}
main .content ul li:before {
  content: '\025cf';
  color: #009ee7;
  opacity: .5;
}
@media (max-width: 480px) {
  h2 {
    font-size: 30px;
  }
  h2:before {
    margin-right: 1rem;
  }
  h3 {
    font-size: 22px;
  }
  .spOnly {
    display: block;
  }
}

#reason,
#target,
#about,
#schedule,
#application {
  padding-bottom: 6rem;
}
#reason p,
#target p,
#about p,
#schedule p,
#application p {
  font-size: 85%;
  line-height: 1.6;
}


/*==== コンテンツトップ ====*/
#content-top {
  padding-bottom: 6rem;
}
#content-top h2::before,
#content-top h2::after {
  content: none;
}
#content-top .shadow {
  margin: 2.5rem auto;
  padding: 2rem;
  max-width: 800px;
}
#content-top .shadow p {
  font-size: 140%;
}
#content-top .shadow ul {
  flex-wrap: wrap;
  margin-top: 1rem;
}
#content-top .shadow li {
  width: 50%;
  line-height: 2.5;
}
#content-top .shadow li::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 5px;
  padding-right: 5px;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../../img/medical/lifestyle-disease/checked.png) no-repeat;
  background-size: contain;
}
@media (max-width: 480px) {
  #content-top h2 {
    padding: 3rem 0 0 0;
    text-indent: 0;
  }
}


/*==== 対象となる方 ====*/
.link-btn a {
  position: relative;
  margin-top: 20px;
  padding: 10px 30px;
  width: 220px;
  display: inline-block;
  text-align: center;
  border: 2px solid #3fb6ed;
  border-radius: 2rem;
  letter-spacing: 0.05em;
  background: #fff;
  color: #3fb6ed;
  font-weight: bold;
  transition: all 0.3s;
  cursor: pointer;
}


/*==== マンジャロとは ====*/
#about img.sp {
  display: none;
}
#about img {
  margin-top: 20px;
}
@media (min-width: 900px) {
  #about img {
    width: 90%;
  }
}
@media (max-width: 480px) {
  #about img.pc {
    display: none;
  }
  #about img.sp {
    display: block;
  }
}


/*==== スケジュール ====*/
.timeline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.card {
  position: relative;
  padding: 20px;
  background: rgba(255, 255, 255, .88);
  backdrop-filter: blur(18px);
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, .7);
  box-shadow: 0 12px 35px rgba(0, 104, 182, .10);
  transition: .3s;
}
@media (max-width: 1200px) {
  .timeline {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .timeline {
    grid-template-columns: 1fr;
  }
  .card {
    border-radius: 24px;
  }
}

.title-row {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
.step {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  border-radius: 15px;
  background: linear-gradient(135deg, #0068B6, #3A97D6);
  color: #fff;
  font-size: 120%;
  font-weight: 800;
}
.title-row h3 {
  margin: 0 !important;
  font-size: 115%;
  font-weight: 700;
}
.week {
  margin-top: 4px;
  color: #64748B;
  font-size: 85%;
}
.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 15px;
}
.tag {
  padding: 6px 11px;
  border-radius: 999px;
  font-size: 80%;
  font-weight: 700;
}
.blood {
  background: #FFECEC;
  color: #D32F2F;
}
.body {
  background:#DCFCE7;
  color:#16A34A;
}
.measure {
  background: #DFF4FF;
  color: #0086D1;
}

.card ul {
  list-style: none;
}
.card li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 0 !important;
  border-bottom: 1px solid #EEF3F8;
  text-indent: 0 !important;
  font-size: 100% !important;
}
.card li:last-child {
  border: none;
}
.card li::before {
  content: "✔" !important;
  color: #00A6E8 !important;
  font-weight: bold;
  opacity: 1 !important;
}

.first {
  border: 2px solid #0068B6;
}
.first::after {
  content: "START";
  position: absolute;
  top: -12px;
  right: 24px;
  background: #0068B6;
  color: #fff;
  font-size: .72rem;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 999px;
}
.final {
  border: 2px solid #00A6E8;
}
.final::after {
  content: "GOAL";
  position: absolute;
  top: -12px;
  right: 24px;
  background: #00A6E8;
  color: #fff;
  font-size: .72rem;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 999px;
}


/*== 予約リンク ==*/
.checkup-reserve {
  margin-top: 20px;
  text-align: center;
}
.checkup-reserve p.txtBlue {
  font-size: 150% !important;
}
.checkup-reserve .reserve {
  display: inline-block;
  padding: 1rem 3rem 0.7rem;
  border: 2px solid #0068b6;
  border-radius: 1rem;
}
.checkup-reserve .reserve .flex {
  display: inline-flex;
}
.checkup-reserve .reserve .flex a {
  padding: 0.375rem 1.5rem;
}
@media (max-width: 480px) {
  .checkup-reserve .reserve {
    display: block;
    padding: 1.5rem 2rem;
  }
  .checkup-reserve .reserve .flex a {
    margin-left: 0;
    margin-top: 20px;
  }
}