@charset "UTF-8";
/* リキッドレイアウト対応のための設定 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
body {
  color: #333333;
}

/* -------------------------------------------- */
/* --------------- Noto Sans JP --------------- */
/* -------------------------------------------- */
/* -------------------------------------------- */
/* ------------------ Inter ------------------- */
/* -------------------------------------------- */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

/*  PCとSPの表示非表示の切り替え */
/*(md)px以上で表示*/
.pc-only {
  display: none;
}
@media screen and (min-width: 600px) {
  .pc-only {
    display: block;
  }
}

/*モバイルのみ表示*/
@media screen and (min-width: 600px) {
  .sp-only {
    display: none;
  }
}

/*画像の縦横比設定*/
img {
  width: 100%;
  height: auto;
  display: block;
}

/* aタグのスタイルリセット*/
a {
  text-decoration: none;
}

/* pc幅での電話発信しない */
@media (any-hover: hover) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.hidden {
  display: none;
}

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 600px) {
  html {
    font-size: 2.2222222222vw;
  }
}
@media (min-width: 720px) {
  html {
    font-size: 16px;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

/* Set core html defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: auto;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.inner {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-inline: auto;
  max-width: 37.5rem;
}
@media screen and (min-width: 600px) {
  .inner {
    max-width: 752px;
    padding-right: 16px;
    padding-left: 16px;
  }
}

.footer__inner {
  background-color: #181C41;
  padding: 2.5rem 1.25rem;
}

.footer__list {
  display: -ms-grid;
  display: grid;
  gap: 1rem;
  text-align: center;
}

.footer__item {
  font-size: 0.875rem;
  line-height: 1.2142857143;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.footer__link {
  color: #FFFFFF;
}

.footer__copy {
  margin-top: 2.5rem;
  color: #FFFFFF;
  line-height: 1.2142857143;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  text-align: center;
}

.fv__image {
  aspect-ratio: 720/444;
}

.fv__image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.recommend-picks {
  margin-top: 1.25rem;
}

.recommend-picks__title {
  background-image: url(../image/img/recommend-pics-title-bg.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  padding-block: 0.5rem 1rem;
}

.recommend-picks__title-tag {
  font-size: 1rem;
  line-height: 1.5;
  color: #FFFFFF;
  background-color: #3155A3;
  padding-inline: 0.625rem;
}

.recommend-picks__title-cross {
  color: #3155A3;
}

.recommend-picks__title-main {
  font-size: 2rem;
  line-height: 1.5;
  color: #003085;
  letter-spacing: 0.1em;
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, rgba(255, 235, 21, 0.2)), color-stop(85%, rgb(255, 235, 21)), to(rgba(255, 235, 21, 0.2)));
  background: linear-gradient(transparent 70%, rgba(255, 235, 21, 0.2) 70%, rgb(255, 235, 21) 85%, rgba(255, 235, 21, 0.2));
}
@media screen and (min-width: 600px) {
  .recommend-picks__title-main {
    font-size: 2.5rem;
  }
}

.recommend-picks__list {
  margin-top: 1.5rem;
  background-color: #EBF1FC;
  padding: 1.25rem;
  display: -ms-grid;
  display: grid;
  gap: 1rem;
}
@media screen and (min-width: 600px) {
  .recommend-picks__list {
    padding: 1.5rem 2rem;
  }
}

.recommend-picks__item {
  background-color: #FFFFFF;
  border: 1px solid #20396F;
  border-radius: 1.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.0625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 0.5rem 0.625rem;
}

.recommend-picks__info {
  width: 70%;
}
@media screen and (min-width: 600px) {
  .recommend-picks__info {
    width: 63.7195121951%;
  }
}

.recommend-picks__logo {
  display: block;
  max-width: 16.625rem;
  width: 100%;
  margin-inline: auto;
}

.recommend-picks__item:nth-of-type(3) .recommend-picks__logo {
  max-width: 8.625rem;
}

.recommend-picks__description {
  font-size: 1rem;
  line-height: 1.5;
  color: #003085;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .recommend-picks__description {
    font-size: 1.125rem;
  }
}

.recommend-picks__button.button {
  display: none;
  -webkit-box-shadow: 0 3px 0 #B32719;
          box-shadow: 0 3px 0 #B32719;
  max-width: 11.0625rem;
  width: 100%;
  font-size: 1.25rem;
  line-height: 1.2;
}
@media screen and (min-width: 600px) {
  .recommend-picks__button.button {
    display: block;
  }
}

.recommend-picks__button::after {
  right: 0.75rem;
}

.recommend-picks__button-sp {
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 600px) {
  .recommend-picks__button-sp {
    display: none;
  }
}

.recommend-picks__button-sp:before {
  content: "";
  width: 24px;
  height: 24px;
  background: #D64547;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.recommend-picks__button-sp:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  margin: auto;
}

.button {
  display: block;
  text-align: center;
  padding-block: 1rem;
  border-radius: 3.125rem;
  color: #FFFFFF;
  background-color: #D64547;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.button::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  width: 0.625rem;
  height: 0.625rem;
  border-top: 3px solid #FFFFFF;
  border-right: 3px solid #FFFFFF;
}

.button:hover {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.service-list {
  margin-top: 1.5rem;
}

.service-list__title {
  color: #20396F;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.2;
  border: 1px solid #20396F;
  -webkit-box-shadow: 6px 6px 0 #181C41;
          box-shadow: 6px 6px 0 #181C41;
  padding-block: 1.625rem;
  position: relative;
}
@media screen and (min-width: 600px) {
  .service-list__title {
    font-size: 2.25rem;
    padding-block: 2.3125rem;
  }
}

.service-list__title::before,
.service-list__title::after {
  content: "";
  position: absolute;
  background-image: url(../image/icon/line.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 3.375rem;
  height: 8px;
  top: 50%;
}

.service-list__title::before {
  left: 20%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 600px) {
  .service-list__title::before {
    left: 30%;
  }
}

.service-list__title::after {
  right: 20%;
  top: 46%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (min-width: 600px) {
  .service-list__title::after {
    right: 30%;
  }
}

.service-list__inner {
  margin-top: 1.5rem;
  margin-inline: 1.1875rem;
  overflow-x: auto;
  scrollbar-width: none;
}

.service-list__list {
  border-collapse: collapse;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (6.4375rem)[6];
  grid-template-columns: repeat(6, 6.4375rem);
  min-width: 31.25rem;
}
@media screen and (min-width: 600px) {
  .service-list__list {
    -ms-grid-columns: (12.5rem)[6];
    grid-template-columns: repeat(6, 12.5rem);
    min-width: 45rem;
  }
}

.service-list__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
  -ms-grid-row-span: 8;
  grid-row: span 8;
}

.service-list__item.service-list__item--head {
  position: sticky;
  left: 0;
  top: 0;
  z-index: 1;
}

.service-list__item:nth-of-type(2) {
  border: 3px solid #FF5454;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.service-list__cell {
  background-color: #FFFFFF;
  border-right: 1px solid #888;
  border-top: 1px solid #888;
  color: #20396F;
  font-size: 0.75rem;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .service-list__cell {
    font-size: 1rem;
  }
}

.service-list__cell:last-of-type {
  border-bottom: 1px solid #888;
}

.service-list__cell.service-list__cell--head {
  background-color: #20396F;
  color: #FFFFFF;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-left: 1px solid #888;
  padding-block: 0.5625rem;
  text-align: center;
}

.service-list__cell.service-list__cell--head:last-of-type {
  border-bottom: 1px solid #888;
}

.service-list__link {
  border-top: 1px solid #888;
  border-right: 1px solid #888;
  background-color: #EBF1FC;
  color: #4285FE;
  text-align: center;
  text-decoration: underline;
}

.service-list__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  padding: 0.5625rem 0.375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 600px) {
  .service-list__header {
    padding: 0.5625rem 0.75rem;
  }
}

.service-list__logo {
  max-width: 158px;
  height: 1.875rem;
}
@media screen and (min-width: 600px) {
  .service-list__logo {
    height: 3.625rem;
  }
}

.service-list__logo img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}

.service-list__name {
  font-size: 0.6875rem;
  line-height: 1;
}
@media screen and (min-width: 600px) {
  .service-list__name {
    font-size: 0.875rem;
  }
}

.service-list__button {
  font-size: 0.75rem;
  line-height: 1.1875;
  max-width: 5.125rem;
  width: 100%;
  -webkit-box-shadow: 0 3px 0 #B32719;
          box-shadow: 0 3px 0 #B32719;
}
@media screen and (min-width: 600px) {
  .service-list__button {
    font-size: 1rem;
    max-width: 11.5rem;
  }
}

.service-list__button::after {
  right: 0.4375rem;
}
@media screen and (min-width: 600px) {
  .service-list__button::after {
    right: initial;
  }
}

.service-list__sub {
  font-size: 0.625rem;
}

.service-list__notice {
  font-size: 0.625rem;
}

.compare {
  margin-top: 1.5rem;
}
@media screen and (min-width: 600px) {
  .compare {
    margin-top: 2.125rem;
  }
}

.compare__inner {
  margin-inline: 1rem;
}

.compare__container {
  padding-block: 1.5rem 1rem;
  background-color: #20396F;
}
@media screen and (min-width: 600px) {
  .compare__container {
    padding-block: 2.25rem 1rem;
  }
}

.compare__title {
  color: #20396F;
  background-color: #FFFFFF;
  border-radius: 6.25rem;
  padding-block: 1rem;
  font-size: 1.125rem;
  line-height: 1.1875;
  position: relative;
  text-align: center;
  margin-inline: 0.625rem;
}
@media screen and (min-width: 600px) {
  .compare__title {
    font-size: 2rem;
    max-width: 33rem;
    width: 100%;
    margin-inline: auto;
    padding-inline: 1.5rem;
  }
}

.compare__title::before {
  content: "";
  position: absolute;
  top: 94%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #FFFFFF;
}

.compare__table {
  margin-top: 2.0625rem;
  margin-inline: 1.4375rem;
}

.compare__note {
  margin-top: 0.875rem;
  font-size: 1rem;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 600px) {
  .compare__note {
    font-size: 1.5rem;
  }
}

.compare__note-highlight {
  color: #D64547;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.pain-measures {
  margin-top: 1.75rem;
}
@media screen and (min-width: 600px) {
  .pain-measures {
    margin-top: 2.5rem;
  }
}

.pain-measures__inner {
  margin-inline: 0.375rem;
}
@media screen and (min-width: 600px) {
  .pain-measures__inner {
    margin-inline: 1rem;
  }
}

.pain-measures__title {
  color: #FFFFFF;
  background-color: #20396F;
  border-radius: 6.25rem;
  padding-block: 1rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.1875;
  position: relative;
  max-width: 33rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 600px) {
  .pain-measures__title {
    font-size: 2rem;
  }
}

.pain-measures__title::before {
  content: "";
  position: absolute;
  top: 94%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #20396F;
}

.pain-measures__lead {
  margin-top: 1.25rem;
  font-size: 1rem;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 600px) {
  .pain-measures__lead {
    font-size: 1.5rem;
  }
}

.pain-measures__items {
  background-color: #20396F;
  display: -ms-grid;
  display: grid;
  gap: 0.375rem;
  padding: 0.375rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 600px) {
  .pain-measures__items {
    padding: 0.625rem;
    gap: 0.625rem;
  }
}

.pain-measures__item {
  min-height: 9.5rem;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.875rem;
  padding: 0.8125rem 0.5625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 600px) {
  .pain-measures__item {
    padding: 1.25rem 1.5rem;
    padding: 1rem 0.875rem;
    gap: 1.0625rem;
  }
}

.pain-measures__img {
  max-width: 6.25rem;
  width: 100%;
  aspect-ratio: 209/211;
}
@media screen and (min-width: 600px) {
  .pain-measures__img {
    max-width: 13.0625rem;
  }
}

.pain-measures__img img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 600px) {
  .pain-measures__img img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.pain-measures__text-container {
  width: calc(100% - 6.25rem);
}
@media screen and (min-width: 600px) {
  .pain-measures__text-container {
    width: calc(100% - 13.0625rem);
  }
}

.pain-measures__text {
  font-size: 1.25rem;
  line-height: 1.5;
  color: #181C41;
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 600px) {
  .pain-measures__text {
    font-size: 2rem;
  }
}

.pain-measures__text::after {
  content: "";
  position: absolute;
  background-image: url(../image/icon/line.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 2.8125rem;
  height: 8px;
  top: 40%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (min-width: 600px) {
  .pain-measures__text::after {
    width: 3.375rem;
    top: 50%;
  }
}

.pain-measures__item:nth-of-type(1) .pain-measures__text::after {
  right: -50%;
}
@media screen and (min-width: 600px) {
  .pain-measures__item:nth-of-type(1) .pain-measures__text::after {
    right: -40%;
  }
}

.pain-measures__item:nth-of-type(2) .pain-measures__text::after {
  right: -67%;
}
@media screen and (min-width: 600px) {
  .pain-measures__item:nth-of-type(2) .pain-measures__text::after {
    right: -47%;
  }
}

.pain-measures__item:nth-of-type(3) .pain-measures__text::after {
  right: -37%;
}
@media screen and (min-width: 600px) {
  .pain-measures__item:nth-of-type(3) .pain-measures__text::after {
    right: -30%;
  }
}

.pain-measures__desc {
  font-size: 0.75rem;
  line-height: 1.5;
  color: #003085;
}
@media screen and (min-width: 600px) {
  .pain-measures__desc {
    font-size: 1.375rem;
  }
}

.pain-measures__notice {
  font-size: 0.5rem;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 600px) {
  .pain-measures__notice {
    font-size: 0.625rem;
  }
}

.company {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  background-color: #EBF1FC;
  margin-inline: calc(50% - 50vi);
}
@media screen and (min-width: 600px) {
  .company {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    margin-inline: initial;
  }
}

.company__list {
  padding-block: 1.5rem 2rem;
  padding-inline: 1rem;
  display: -ms-grid;
  display: grid;
  gap: 1.5rem;
}
@media screen and (min-width: 600px) {
  .company__list {
    padding-inline: 1.5625rem;
    padding-block: 2rem 2.5rem;
    gap: 2rem;
  }
}

.company__item {
  background-color: #FFFFFF;
  border: 2px solid #1756C6;
  border-radius: 1rem;
  padding-inline: 1rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 600px) {
  .company__item {
    padding-bottom: 3.75rem;
  }
}

.company__header {
  margin-block: 1.75rem 1.25rem;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .company__header {
    margin-block: 2.5rem 1.5rem;
  }
}

.company__title {
  font-size: 1.4375rem;
  line-height: 1.2;
  color: #003085;
  text-decoration: underline;
}
@media screen and (min-width: 600px) {
  .company__title {
    font-size: 2.5rem;
  }
}

.company__title a {
  color: #003085;
}

.company__subtitle {
  margin-top: 0.875rem;
  font-size: 1.125rem;
  line-height: 1.2083333333;
  color: #D64547;
}
@media screen and (min-width: 600px) {
  .company__subtitle {
    font-size: 1.5rem;
  }
}

.company__image {
  aspect-ratio: 618/311;
  padding-inline: 0.625rem;
}

.company__image img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}

.company__feature-list {
  margin-top: 1.25rem;
  border-collapse: collapse;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  padding-inline: 0.625rem;
}
@media screen and (min-width: 600px) {
  .company__feature-list {
    margin-top: 1.5rem;
  }
}

.company__feature-list-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
  -ms-grid-row-span: 2;
  grid-row: span 2;
  text-align: center;
  border: 1px solid #CCCCCC;
}

.company__feature-list-label {
  border-bottom: 1px solid #CCCCCC;
  background-color: #EAECFF;
  color: #20396F;
  font-size: 0.6875rem;
  line-height: 1.2;
  padding-block: 0.75rem;
}
@media screen and (min-width: 600px) {
  .company__feature-list-label {
    font-size: 1.25rem;
  }
}

.company__feature-list-text {
  font-size: 0.6875rem;
  line-height: 1.1875;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  padding-block: 0.75rem;
}
@media screen and (min-width: 600px) {
  .company__feature-list-text {
    font-size: 1rem;
  }
}

.company__feature-list-note {
  font-size: 0.625rem;
  line-height: 1.2;
}

.company__notice {
  text-align: right;
  font-size: 0.625rem;
  line-height: 1.2;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  padding-inline: 0.625rem;
}

.company__link-official {
  margin-top: 1.5rem;
  max-width: 37.875rem;
  width: 100%;
  margin-inline: auto;
  -webkit-box-shadow: 0 4px 0 #570E06;
          box-shadow: 0 4px 0 #570E06;
  font-size: 0.875rem;
  line-height: 1.1875;
}
@media screen and (min-width: 600px) {
  .company__link-official {
    font-size: 2rem;
  }
}

.company__link-official::after {
  content: none;
}

.search-box {
  background-color: #20396F;
  padding: 1rem 1.375rem 1.25rem 1.1875rem;
}

.search-box__title {
  color: #FFFFFF;
  font-size: 1.5rem;
  line-height: 1.2142857143;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .search-box__title {
    font-size: 1.75rem;
  }
}

.search-box__highlight {
  font-size: 1.75rem;
  line-height: 1.1875;
}
@media screen and (min-width: 600px) {
  .search-box__highlight {
    font-size: 2rem;
  }
}

.search-box__highlight-yellow {
  color: #FFF372;
}

.search-box__search {
  margin-top: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFFFFF;
}

.search-box__label {
  padding-left: 1.25rem;
}

.search-box__input {
  border: none;
  height: 3.0625rem;
  outline: none;
  padding-inline: 0.625rem;
  width: 100%;
}

.search-box__filters {
  margin-top: 0.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6875rem;
  overflow-x: scroll;
  white-space: nowrap;
  scrollbar-width: none;
}

.search-box__select {
  background-color: #FFFFFF;
  color: #696969;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../image/icon/toggle.svg);
  background-size: 10px 10px;
  background-position: right 6px center;
  background-repeat: no-repeat;
  padding-block: 0.25rem;
  padding-inline: 0.4375rem 1.1875rem;
  font-size: 0.875rem;
}

.search-box__result {
  margin-top: 1.125rem;
  color: #FFFFFF;
  font-size: 0.75rem;
  line-height: 1.1666666667;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.search-box__count {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.2666666667;
  margin-right: 0.375rem;
}

.plan {
  margin-top: 1.5rem;
}

.plan__header {
  background-color: #20396F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-block: 0.8125rem;
  margin-inline: 0.6875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 0.3125rem;
}

.plan__header img {
  max-width: 2.8125rem;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .plan__header img {
    max-width: 3.375rem;
  }
}

.plan__title {
  font-size: 1.25rem;
  line-height: 1.1875;
  color: #FFFFFF;
}
@media screen and (min-width: 600px) {
  .plan__title {
    font-size: 1.875rem;
  }
}

.plan-slider {
  margin-block: 1.25rem;
  overflow-x: scroll;
  padding-inline: 0.6875rem;
}

.company__item:nth-of-type(1) .plan-slider {
  min-height: 31.9375rem;
}

.company__item:nth-of-type(2) .plan-slider {
  min-height: 34.375rem;
}

.company__item:nth-of-type(3) .plan-slider {
  min-height: 34.6875rem;
}

.company__item:nth-of-type(4) .plan-slider {
  min-height: 43.125rem;
}

.company__item:nth-of-type(5) .plan-slider {
  min-height: 36.5625rem;
}

.plan-slider__container {
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  row-gap: 1.25rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 75% 0.625rem 75% 0.625rem 75%;
  grid-template-columns: repeat(3, 75%);
}
@media screen and (min-width: 600px) {
  .plan-slider__container {
    -ms-grid-columns: (82%)[3];
    grid-template-columns: repeat(3, 82%);
  }
}

.plan-slider__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
  -ms-grid-row-span: 5;
  grid-row: span 5;
  border: 4px solid #20396F;
  border-radius: 1rem;
  padding: 1rem 0.625rem;
}

.plan-slider.plan-slider--4 .plan-slider__item:nth-of-type(2) {
  -ms-grid-row-span: 6;
  grid-row: span 6;
}

.plan-slider__image {
  max-width: 100%;
  width: 100%;
  aspect-ratio: 436/231;
  margin-inline: auto;
}
@media screen and (min-width: 600px) {
  .plan-slider__image {
    max-width: 27.25rem;
  }
}

.plan-slider__image img {
  height: 100%;
}

.plan-slider__title {
  background-color: #2051BC;
  color: #FFFFFF;
  font-size: 0.9375rem;
  line-height: 1.1875;
  text-align: center;
  padding-block: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 600px) {
  .plan-slider__title {
    font-size: 2rem;
  }
}

.plan-detail {
  border-collapse: collapse;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: (1fr)[2];
  grid-template-rows: repeat(2, 1fr);
}

.plan-detail > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.plan-detail > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.plan-detail > *:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.plan-detail > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

.plan-detail__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
  -ms-grid-row-span: 2;
  grid-row: span 2;
  text-align: center;
  border: 1px solid #CCCCCC;
}

.plan-slider__item:nth-of-type(1) .plan-detail__item:nth-child(5) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}

.plan-detail__label {
  border-bottom: 1px solid #CCCCCC;
  background-color: #EAECFF;
  color: #20396F;
  font-size: 0.6875rem;
  line-height: 1.2;
  padding-block: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 600px) {
  .plan-detail__label {
    font-size: 1.25rem;
  }
}

.plan-detail__text {
  font-size: 0.4375rem;
  line-height: 1.1875;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  padding-block: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 600px) {
  .plan-detail__text {
    font-size: 1rem;
  }
}

.plan-detail__text:has(span) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-block: initial;
}

@media screen and (min-width: 600px) {
  .plan-detail__text span {
    font-size: 0.625rem;
  }
}

.plan-detail__text-sub {
  font-size: 0.625rem;
  line-height: 1.2;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.plan-detail__text.plan-detail__text--db {
  display: block;
}

.plan-slider__notice {
  text-align: right;
  font-size: 0.4375rem;
  line-height: 1.2;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  margin-top: -1.25rem;
}
@media screen and (min-width: 600px) {
  .plan-slider__notice {
    font-size: 0.625rem;
  }
}

.plan-slider__notice.plan-slider__notice--small {
  font-size: 0.5rem;
}

.plan-slider__notice.plan-slider__notice--left {
  text-align: left;
}

.plan-slider__notice-region {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.2;
}

.plan-slider__link {
  max-width: 21.5rem;
  width: 100%;
  font-size: 1rem;
  line-height: 1.2083333333;
  margin-inline: auto;
  -webkit-box-shadow: 0 3px 0 #570E06;
          box-shadow: 0 3px 0 #570E06;
  height: 3.125rem;
}
@media screen and (min-width: 600px) {
  .plan-slider__link {
    font-size: 1.5rem;
    height: 3.75rem;
  }
}

.plan-slider__link::after {
  right: 2rem;
}

.plan__description {
  margin-top: 0.5rem;
  font-size: 0.625rem;
  line-height: 1.2;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  padding-inline: 0.6875rem;
}

.feature {
  margin-top: 2.5rem;
}

.feature__header {
  background-color: #20396F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-block: 0.8125rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.feature__header img {
  max-width: 3.375rem;
  width: 100%;
}

.feature__title {
  font-size: 1.25rem;
  line-height: 1.1875;
  color: #FFFFFF;
}
@media screen and (min-width: 600px) {
  .feature__title {
    font-size: 1.875rem;
  }
}

.feature__content {
  margin-top: 1.25rem;
  display: -ms-grid;
  display: grid;
  gap: 1.25rem;
}

.feature__item-title {
  color: #FFFFFF;
  background-color: #2051BC;
  border-radius: 6.25rem;
  padding-block: 1rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.1875;
  position: relative;
  max-width: 33rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 600px) {
  .feature__item-title {
    font-size: 2rem;
  }
}

.feature__item-title sub {
  font-size: 0.625rem;
  line-height: 1.2;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.feature__item-title::before {
  content: "";
  position: absolute;
  top: 94%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #2051BC;
}

.feature__image {
  margin-top: 1.25rem;
  display: block;
  max-width: 37.375rem;
  width: 100%;
  margin-inline: auto;
  aspect-ratio: 598/430;
}

.feature__image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.feature__text {
  margin-top: 1.25rem;
  font-size: 1rem;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 600px) {
  .feature__text {
    font-size: 1.5rem;
  }
}

.feature__highlight {
  color: #D64547;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.feature__highlight sub {
  font-size: 0.625rem;
}

.feature__note {
  display: block;
  font-size: 0.625rem;
}

.feature__note.feature__note--fz {
  font-size: 0.625rem;
}
@media screen and (min-width: 600px) {
  .feature__note.feature__note--fz {
    font-size: 0.875rem;
  }
}

.clinic {
  margin-top: 1.5rem;
  max-width: 38.125rem;
  width: 100%;
  margin-inline: auto;
  border: 1px solid #181C41;
  border-radius: 0.5rem;
}

.clinic__title {
  color: #FFFFFF;
  background-color: #181C41;
  border-radius: 0.5rem 0.5rem 0 0;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.1875;
  padding-block: 0.75rem;
}
@media screen and (min-width: 600px) {
  .clinic__title {
    font-size: 2rem;
  }
}

.clinic__region-row {
  margin-block: 1.25rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  row-gap: 1.4375rem;
  justify-items: center;
}
@media screen and (min-width: 600px) {
  .clinic__region-row {
    -webkit-column-gap: 2.75rem;
       -moz-column-gap: 2.75rem;
            column-gap: 2.75rem;
  }
}

.clinic__region-name {
  font-size: 0.9375rem;
  line-height: 1.2;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 600px) {
  .clinic__region-name {
    font-size: 1.25rem;
  }
}

.clinic__region-btn {
  position: relative;
  width: 3.0625rem;
  height: 3.0625rem;
  background-color: #20396F;
  -webkit-transition: 5s, -webkit-transform 0.5s opacity 0;
  transition: 5s, -webkit-transform 0.5s opacity 0;
  transition: transform 0.5s opacity 0, 5s;
  transition: transform 0.5s opacity 0, 5s, -webkit-transform 0.5s opacity 0;
  border-radius: 50%;
  margin-top: 0.5rem;
  display: block;
  margin-inline: auto;
}

.clinic__region-btn::before,
.clinic__region-btn::after {
  content: "";
  position: absolute;
  display: block;
  background-color: #FFFFFF;
  height: 1px;
  width: 0.6875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.clinic__region-btn.active {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0.6;
}

.clinic__region-btn::after {
  -webkit-transform: translateX(-50%) rotate(-90deg);
          transform: translateX(-50%) rotate(-90deg);
}

.clinic__lists {
  margin-inline: 0.75rem;
  border: 1px solid #20396F;
  padding: 0.625rem;
  margin-bottom: 0.75rem;
}

.clinic__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-collapse: collapse;
}

.clinic__name {
  border: 1px solid #CCCCCC;
  background-color: #EAECFF;
  color: #20396F;
  font-size: 0.8125rem;
  line-height: 1.1875;
  width: 5.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .clinic__name {
    font-size: 1rem;
  }
}

.clinic__name:has(span) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.clinic__name span {
  font-size: 0.5625rem;
  line-height: 1.2;
}

.clinic__address {
  border: 1px solid #CCCCCC;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 0.8125rem;
  line-height: 1.1875;
  padding-inline: 0.625rem 0.3125rem;
  padding-block: 1.125rem;
  width: 90%;
}
@media screen and (min-width: 600px) {
  .clinic__address {
    width: initial;
    padding-block: 1.8125rem;
    font-size: 1rem;
  }
}

.recommend {
  margin-block: 0.875rem;
}
@media screen and (min-width: 600px) {
  .recommend {
    margin: 1.5rem;
  }
}

.recommend__inner {
  background-color: #EBF1FC;
  padding-inline: 0.75rem;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 600px) {
  .recommend__inner {
    padding-inline: 1.3125rem;
  }
}

.recommend__lead {
  text-align: center;
}

.recommend__lead-text {
  color: #FFFFFF;
  background-color: #20396F;
  border-radius: 4.25rem;
  padding-block: 1.125rem;
  padding-inline: 1.25rem 1.125rem;
  font-size: 0.875rem;
  line-height: 1.2083333333;
  display: inline-block;
  margin-top: 1.875rem;
  position: relative;
}
@media screen and (min-width: 600px) {
  .recommend__lead-text {
    font-size: 1.5rem;
    padding-inline: 2.9375rem 2.1875rem;
  }
}

.recommend__lead-text::before {
  content: "";
  position: absolute;
  top: 94%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #20396F;
}

.recommend__point-container {
  background-color: #FFFFFF;
  margin-top: 1.25rem;
  margin-inline: 0.375rem;
  padding-block: 0.625rem;
}

.recommend__points {
  margin-inline: 0.625rem;
  border: 4px solid #20396F;
  padding-block: 1rem;
  padding-left: 2.25rem;
  display: -ms-grid;
  display: grid;
  gap: 1rem;
}
@media screen and (min-width: 600px) {
  .recommend__points {
    padding-left: 3.625rem;
  }
}

.recommend__points-item {
  font-size: 0.875rem;
  line-height: 1.1923076923;
  color: #181C41;
  position: relative;
}
@media screen and (min-width: 600px) {
  .recommend__points-item {
    font-size: 1.625rem;
  }
}

.recommend__points-item::before {
  content: "";
  position: absolute;
  background-image: url(../image/icon/check.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 1.125rem;
  height: 1.125rem;
  top: 0;
  left: -1.5rem;
}
@media screen and (min-width: 600px) {
  .recommend__points-item::before {
    left: -1.9375rem;
    width: 1.5rem;
    height: 1.5rem;
    top: 0.5rem;
  }
}

.recommend__banner-wrap {
  margin-top: 1.5rem;
  background-image: url(../image/img/recommend_bg.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding-block: 2.8125rem 1.6875rem;
}

.recommend__banner-title {
  font-size: 1.25rem;
  line-height: 1.2;
  color: #181C41;
  text-decoration: underline;
  position: relative;
  text-align: center;
  display: block;
}
@media screen and (min-width: 600px) {
  .recommend__banner-title {
    font-size: 2rem;
  }
}

.recommend__banner-title::after {
  content: "";
  position: absolute;
  background-image: url(../image/icon/vector.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 1.125rem;
  height: 1.125rem;
  top: 20%;
  right: 10%;
}
@media screen and (min-width: 600px) {
  .recommend__banner-title::after {
    top: 50%;
    right: 18%;
  }
}

.recommend__banner {
  margin-top: 1.5rem;
  margin-inline: auto;
  width: 80%;
  display: block;
  aspect-ratio: 448/336;
}
@media screen and (min-width: 600px) {
  .recommend__banner {
    max-width: 28rem;
    width: 100%;
  }
}

.recommend__banner img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.recommend__slider-container {
  margin-top: 1.5rem;
  display: -ms-grid;
  display: grid;
  gap: 1.25rem;
}

.recommend__slider-item {
  background-color: #FFFFFF;
  max-width: 32.125rem;
  width: 100%;
  margin-inline: auto;
  -ms-grid-row-span: 4;
  grid-row: span 4;
}

.recommend__fee {
  margin-top: 1.5rem;
  text-align: center;
}

.recommend__fee-title {
  font-size: 0.9375rem;
  line-height: 1.2083333333;
  position: relative;
  display: inline-block;
  padding-inline: 0.625rem;
}
@media screen and (min-width: 600px) {
  .recommend__fee-title {
    font-size: 1.5rem;
  }
}

.recommend__fee-title:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: #333333;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}

.recommend__fee-title:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: #333333;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}

.recommend__fees-container {
  margin-top: 0.5rem;
}

.recommend__fees-list {
  border-collapse: collapse;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: (auto)[2];
  grid-template-rows: repeat(2, auto);
}

.recommend__fees-list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.recommend__fees-list > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.recommend__fees-list > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.recommend__fees-list > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.recommend__fees-list > *:nth-child(5) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

.recommend__fees-list > *:nth-child(6) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}

.recommend__fees-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
  -ms-grid-row-span: 2;
  grid-row: span 2;
  text-align: center;
  border: 1px solid #CCCCCC;
}

.recommend__fees-title {
  border-bottom: 1px solid #CCCCCC;
  background-color: #EAECFF;
  color: #20396F;
  font-size: 0.6875rem;
  line-height: 1.2;
  padding-block: 0.75rem;
}
@media screen and (min-width: 600px) {
  .recommend__fees-title {
    font-size: 1.25rem;
  }
}

.recommend__fees-price {
  background-color: #FFFFFF;
  color: #D64547;
  font-size: 1.5rem;
  line-height: 1.1875;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  padding-block: 0.75rem;
}
@media screen and (min-width: 600px) {
  .recommend__fees-price {
    font-size: 2rem;
  }
}

.recommend__fees-note {
  font-size: 0.625rem;
  line-height: 1.2;
  text-align: right;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.recommend__cta-button {
  margin-top: 0.5rem;
  font-size: 1rem;
  line-height: 1.2142857143;
  width: 100%;
  -webkit-box-shadow: 0 4px 0 #B32719;
          box-shadow: 0 4px 0 #B32719;
}
@media screen and (min-width: 600px) {
  .recommend__cta-button {
    font-size: 1.75rem;
  }
}

.c-lower__inner {
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  padding: 1.875rem 1.5rem;
}

.l-inner {
  margin: 0 auto;
  max-width: 720px;
  width: 100%;
}

.c-lower__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
  margin-bottom: 3.75rem;
}

.c-lower__title {
  border-bottom: 1px solid #D9D9D9;
  color: #054D79;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  padding: 1rem 0;
}

.c-lower__content {
  margin-bottom: 0.625rem;
  padding: 1rem 0;
}

.c-lower__box {
  border: 1px solid #F2FAFF;
}

.c-lower__box-item {
  border-bottom: 1px solid #F2FAFF;
  padding: 0.5rem 1rem;
}

.c-lower__box-item:last-of-type {
  border-bottom: none;
}

.c-lower__box-item-title {
  color: #0774B5;
  display: block;
  font-size: 0.625rem;
  line-height: 100%;
  margin-bottom: 0.25rem;
}

.c-lower__text {
  font-size: 0.875rem;
  line-height: 150%;
}

.c-lower__text-link {
  text-decoration: underline;
}

.c-lower__text-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  margin-bottom: 1.5rem;
}

.c-lower__subtitle {
  color: #054D79;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
}

.c-lower__table {
  border-collapse: collapse;
  margin-bottom: 5.625rem;
  overflow-x: auto;
  width: 100%;
}

.c-lower__table table {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.c-lower__table-head:nth-of-type(1),
.c-lower__table-desc:nth-of-type(1) {
  max-width: 8.875rem;
}

.c-lower__table-head:nth-of-type(2),
.c-lower__table-desc:nth-of-type(2) {
  max-width: 9.75rem;
}

.c-lower__table-head:nth-of-type(3),
.c-lower__table-desc:nth-of-type(3) {
  max-width: 15.3125rem;
}

.c-lower__table-head:nth-of-type(4),
.c-lower__table-desc:nth-of-type(4) {
  max-width: 8rem;
}

.c-lower__table-head {
  background-color: #F2FAFF;
  border: 1px solid #F2FAFF;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 150%;
  padding: 0.625rem;
}

.c-lower__table-desc {
  border: 1px solid #F2FAFF;
  font-size: 0.875rem;
  line-height: 150%;
  padding: 0.625rem 0.75rem;
  vertical-align: middle;
}

.c-lower__dot {
  padding-left: 0.9375rem;
  position: relative;
}

.c-lower__dot::before {
  content: "・";
  left: 0;
  position: absolute;
  top: 0;
}
/*# sourceMappingURL=styles.css.map */