@charset "UTF-8";
/* 色設定 */
/* ============================================ */
/* メインビジュアル */
#example {
  padding: 120rem 0 80rem;
}

#example .example-list {
  margin-top: 48rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#example .example-list > li {
  width: 48%;
  margin-top: 48rem;
  background: #f8fcff;
  border: 3px solid black;
  border-radius: 30px;
  padding: 48rem;
}

#example .example-list > li .example-container {
  display: flex;
  align-items: center;
}

#example .example-list > li .example-container figure {
  width: 30%;
}

#example .example-list > li .example-container .example-profile {
  margin-left: 16rem;
  font-weight: 700;
}

#example .example-list > li .example-container .example-profile .hospital {
  color: #73b8e2;
  font-size: 20rem;
}

#example .example-list > li .example-container .example-profile .subsidy-name {
  margin-top: 16rem;
  font-size: 20rem;
  color: #0b0549;
  border-bottom: #f2ae31 solid 5px;
  line-height: 1;
}

#example .example-list > li .example-container .example-profile .subsidy-price {
  margin-top: 16rem;
  font-size: 16rem;
  color: #0b0549;
}

#example .example-list > li .example-body {
  margin-top: 24rem;
  line-height: 2;
}

#feature {
  background: #fffaf8;
  padding: 120rem 0 80rem;
}

#feature .feature-list > li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#feature .feature-list > li .feature-wrapper {
  width: 60%;
}

#feature .feature-list > li .feature-wrapper .feature-container {
  display: flex;
}

#feature .feature-list > li .feature-wrapper .feature-container .feature-num {
  background: #bce8f3;
  width: 100px;
  height: 100px;
  color: white;
  line-height: 1;
  border-radius: 100px;
  display: flex;
  text-align: center;
  align-items: center;
  flex-direction: column;
  font-weight: 700;
  justify-content: center;
}

#feature .feature-list > li .feature-wrapper .feature-container .feature-num .feature {
  font-size: 18px;
  color: #f2ae31;
}

#feature .feature-list > li .feature-wrapper .feature-container .feature-num .num {
  font-size: 44px;
  -webkit-text-stroke: 1rem black;
  text-stroke: 1rem black;
}

#feature .feature-list > li .feature-wrapper .feature-container .feature-head {
  font-size: 40rem;
  line-height: 1.2;
  margin-left: 24rem;
  font-weight: 700;
  color: #0b0549;
}

#feature .feature-list > li .feature-wrapper .feature-body {
  margin-top: 40rem;
  font-size: 18rem;
}

#feature .feature-list > li .feature-wrapper a {
  margin: 40rem auto 0 0;
  background: #bce8f3;
  color: #0b0549;
}

#feature .feature-list > li .feature-wrapper a:hover {
  background: white;
}

#feature .feature-list > li figure {
  width: 25%;
}

#feature .feature-list > li:nth-child(2n) {
  margin-top: 56rem;
  flex-direction: row-reverse;
}

#link {
  padding: 120rem 0 80rem;
}

#link .btn-container {
  display: flex;
  justify-content: space-between;
}

#link .btn-container a {
  margin: 0 16rem;
  color: #0b0549;
  background: #bce8f3;
}

#link .btn-container a:hover {
  background: white;
}

/* ============================ ============================ */
@media screen and (max-width: 1080px) {
  /* メインビジュアル */
  #example {
    padding: 100rem 0 60rem;
  }
  #example .example-list {
    display: block;
  }
  #example .example-list > li {
    width: 100%;
    padding: 32rem;
  }
  #example .example-list > li .example-container {
    display: block;
  }
  #example .example-list > li .example-container figure {
    width: 60%;
    margin: 0 auto 40rem;
  }
  #example .example-list > li .example-container .example-profile {
    margin-left: 0rem;
    text-align: center;
  }
  #example .example-list > li .example-container .example-profile .subsidy-name {
    margin-top: 12rem;
    display: inline-block;
    line-height: 1;
  }
  #example .example-list > li .example-container .example-profile .subsidy-price {
    margin-top: 12rem;
  }
  #example .example-list > li .example-body {
    margin-top: 24rem;
  }
  #feature .feature-list > li {
    display: flex;
    flex-direction: column;
  }
  #feature .feature-list > li .feature-wrapper {
    width: 100%;
  }
  #feature .feature-list > li .feature-wrapper .feature-container {
    display: block;
  }
  #feature .feature-list > li .feature-wrapper .feature-container .feature-num {
    margin: 0 auto;
  }
  #feature .feature-list > li .feature-wrapper .feature-container .feature-head {
    margin: 32rem auto 0;
    text-align: center;
  }
  #feature .feature-list > li .feature-wrapper a {
    margin: 40rem auto 0;
  }
  #feature .feature-list > li figure {
    width: 60%;
    margin: 64rem auto 0;
  }
  #feature .feature-list > li:nth-child(2n) {
    margin-top: 140rem;
    flex-direction: column;
  }
  #link .btn-container {
    display: block;
  }
  #link .btn-container a {
    margin: 24rem auto;
  }
  /* ============================ ============================ */
}
