@charset "UTF-8";
/* メディアクエリ */
/* //メディアクエリ */
/* position 中央寄せ */
/* //position 中央寄せ */
.online-top {
  padding-top: 60px;
  padding-bottom: 100px;
}
@media screen and (max-width: 599px) {
  .online-top {
    padding-bottom: 60px;
  }
}
.online-top__message {
  font-weight: 700;
  font-size: 1.875rem;
  text-align: center;
  color: #47b2e2;
  line-height: 1.4666666667;
}
@media screen and (max-width: 1023px) {
  .online-top__message {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .online-top__message {
    font-size: 1.625rem;
  }
}
.online-top__txt {
  font-size: 0.9375rem;
  line-height: 2;
  text-align: center;
  margin-top: 26px;
}
.online-top-wrapper {
  display: flex;
  margin-left: -30px;
  margin-right: -30px;
  margin-top: 75px;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .online-top-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media screen and (max-width: 767px) {
  .online-top-wrapper {
    flex-wrap: wrap;
  }
}
.online-top__img, .online-top-list-wrapper {
  padding: 0 30px;
}
@media screen and (max-width: 1023px) {
  .online-top__img, .online-top-list-wrapper {
    padding: 0 15px;
  }
}
.online-top__img {
  width: 53.847%;
}
@media screen and (max-width: 1023px) {
  .online-top__img {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .online-top__img {
    width: 100%;
  }
}
.online-top__img img {
  border-radius: 8px;
}
.online-top-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 28px;
}
.online-top-list-wrapper {
  width: 46.153%;
  padding-top: 28px;
}
@media screen and (max-width: 1023px) {
  .online-top-list-wrapper {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .online-top-list-wrapper {
    width: 100%;
  }
}
.online-top-list-item {
  width: 100%;
  position: relative;
  padding-left: 60px;
}
@media screen and (max-width: 599px) {
  .online-top-list-item {
    padding-left: 42px;
  }
}
.online-top-list-item::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../img/common/icon-checked-grad.svg) no-repeat center center/contain;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 599px) {
  .online-top-list-item::before {
    width: 30px;
    height: 30px;
    top: 2px;
  }
}
.online-top-list-item__ttl {
  font-weight: 700;
  font-size: 1.5rem;
}
@media screen and (max-width: 599px) {
  .online-top-list-item__ttl {
    font-size: 1.25rem;
  }
}
.online-top-list-item__txt {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #767676;
  margin-top: 10px;
}

.flow {
  padding-top: 107px;
  padding-bottom: 110px;
}
@media screen and (max-width: 599px) {
  .flow {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.flow-wrapper {
  margin-top: 39px;
}
.flow-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 33px;
}
.flow-list-item {
  width: 100%;
}
.flow-list-item:not(:first-of-type) {
  position: relative;
}
@media screen and (max-width: 1279px) {
  .flow-list-item:not(:first-of-type)::before {
    content: "";
    width: 20px;
    height: 17px;
    background: url(../img/common/icon-arrow-down-light-blue.svg) no-repeat center center/contain;
    position: absolute;
    top: -10.5px;
    left: 50%;
    transform: translatex(-50%);
  }
}
.flow-list-item:not(:first-of-type) .flow-list-item-img-inner {
  position: relative;
}
.flow-list-item:not(:first-of-type) .flow-list-item-img-inner::before {
  content: "";
  width: 20px;
  height: 17px;
  background: url(../img/common/icon-arrow-down-light-blue.svg) no-repeat center center/contain;
  position: absolute;
  top: -25.5px;
  left: 50%;
  transform: translatex(-50%);
}
@media screen and (max-width: 1279px) {
  .flow-list-item:not(:first-of-type) .flow-list-item-img-inner::before {
    content: none;
  }
}
.flow-list-item:first-of-type .flow-list-item-img-inner img, .flow-list-item:nth-of-type(2) .flow-list-item-img-inner img {
  width: 41.726%;
}
.flow-list-item:nth-of-type(3) .flow-list-item-img-inner img {
  width: 37.14%;
}
.flow-list-item:nth-of-type(4) .flow-list-item-img-inner img {
  width: 32.555%;
}
.flow-list-item-inner {
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
}
@media screen and (max-width: 599px) {
  .flow-list-item-inner {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.flow-list-item-img-wrapper, .flow-list-item-txt-wrapper {
  padding: 0 20px;
}
@media screen and (max-width: 599px) {
  .flow-list-item-img-wrapper, .flow-list-item-txt-wrapper {
    padding: 0 10px;
  }
}
.flow-list-item-img-wrapper {
  width: 25.5%;
}
.flow-list-item-img-inner {
  border: 1px solid #47b2e2;
  border-radius: 50%;
  height: 0;
  padding-top: 100%;
  position: relative;
}
.flow-list-item-img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.flow-list-item-txt-wrapper {
  width: 74.5%;
  padding-top: 20px;
}
.flow-list-item__ttl {
  font-weight: 500;
  font-size: 1.625rem;
  color: #47b2e2;
  margin-bottom: 12px;
}
@media screen and (max-width: 599px) {
  .flow-list-item__ttl {
    font-size: 1.25rem;
  }
}
.flow-list-item__txt, .flow-list-item__notes {
  font-size: 0.9375rem;
  line-height: 1.6;
}
.flow-list-item__notes {
  margin-top: 7px;
  color: #767676;
}

.app-dl-wrapper {
  margin-top: 60px;
  background-color: #FFFFFF;
  padding: 43px 15px;
}
.app-dl-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 740px;
  margin: 0 auto;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .app-dl-inner {
    flex-wrap: wrap;
    row-gap: 20px;
    justify-content: center;
  }
}
.app-dl-links-wrapper {
  display: flex;
  gap: 20px;
}

.needs {
  padding-top: 113px;
  padding-bottom: 100px;
}
@media screen and (max-width: 599px) {
  .needs {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.needs-list {
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 41px;
}
@media screen and (max-width: 1023px) {
  .needs-list {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (max-width: 767px) {
  .needs-list {
    row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.needs-list-item {
  width: 33.3333333%;
  padding: 0 20px;
}
@media screen and (max-width: 1023px) {
  .needs-list-item {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .needs-list-item {
    width: 50%;
  }
}
@media screen and (max-width: 479px) {
  .needs-list-item {
    width: 100%;
  }
}
.needs-list-item:first-of-type .needs-list-item-inner {
  padding-top: 70px;
}
.needs-list-item:nth-of-type(2) .needs-list-item-inner {
  padding-top: 60px;
}
.needs-list-item:nth-of-type(3) .needs-list-item-inner {
  padding-top: 63px;
}
.needs-list-item-inner {
  background-color: #F9FCFB;
  padding-bottom: 40px;
  height: 100%;
}
.needs-list-item__img {
  text-align: center;
  margin-bottom: 50px;
}
.needs-list-item__ttl {
  font-size: 1.25rem;
  line-height: 1.45;
  font-weight: 500;
  text-align: center;
}
.needs-list-item__txt {
  font-size: 0.9375rem;
  line-height: 1.6;
  text-align: center;
  color: #767676;
  margin-top: 2px;
}
@media screen and (max-width: 599px) {
  .needs-list-item__txt {
    font-size: 0.875rem;
  }
}

.faq {
  padding-top: 103px;
  padding-bottom: 114px;
}
@media screen and (max-width: 599px) {
  .faq {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.faq-wrapper {
  margin-top: 45px;
}
.faq-item:not(:last-of-type) {
  margin-bottom: 10px;
}
.faq .q-box {
  background-color: #FFFFFF;
  position: relative;
}
.faq .q-box::before, .faq .q-box::after {
  content: "";
  width: 20px;
  height: 3px;
  background-color: #47b2e2;
  position: absolute;
  top: 37px;
  right: 30px;
  transition: all 0.3s;
}
@media screen and (max-width: 479px) {
  .faq .q-box::before, .faq .q-box::after {
    right: 20px;
  }
}
.faq .q-box::after {
  transform: rotate(90deg);
}
.faq .q-box:has(.is-accordion-head-opened)::after {
  opacity: 0;
}
.faq .q-box-inner {
  position: relative;
  width: 100%;
  padding: 24px 75px 20px 31px;
}
@media screen and (max-width: 479px) {
  .faq .q-box-inner {
    padding-left: 20px;
    padding-right: 50px;
  }
}
.faq .q-box .faq-icon {
  top: 22px;
  left: 31px;
}
@media screen and (max-width: 479px) {
  .faq .q-box .faq-icon {
    left: 20px;
  }
}
.faq .a-box {
  padding: 39px 75px 20px 31px;
}
@media screen and (max-width: 479px) {
  .faq .a-box {
    padding-left: 20px;
    padding-right: 50px;
  }
}
.faq .a-box-inner {
  position: relative;
}
.faq .a-box .faq-icon {
  top: -4px;
  left: 0;
}
.faq .q-contents {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.45;
  padding-left: 56px;
  display: inline-block;
}
@media screen and (max-width: 479px) {
  .faq .q-contents {
    padding-left: 34px;
  }
}
.faq .a-contents {
  line-height: 1.5;
  padding-left: 52px;
  display: inline-block;
}
@media screen and (max-width: 479px) {
  .faq .a-contents {
    padding-left: 34px;
  }
}
.faq-icon {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  color: #47b2e2;
  font-size: 1.875rem;
  position: absolute;
}

.online-message {
  padding-top: 97px;
  padding-bottom: 100px;
}
@media screen and (max-width: 599px) {
  .online-message {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.online-message__message {
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  text-align: center;
  color: #000000;
  line-height: 1.4583333333;
}
@media screen and (max-width: 599px) {
  .online-message__message {
    font-size: 1.25rem;
  }
}
.online-message-btn-wrapper {
  width: 300px;
  margin: 30px auto 0;
}/*# sourceMappingURL=style-online-medication.css.map */