@charset "UTF-8";
section {
  scroll-margin-top: 125px;
}
@media (max-width: 768px) {
  section {
    scroll-margin-top: 60px;
  }
}

@media (max-width: 768px) {
  .c-menu-list {
    --row-gap: 12px;
  }
  .c-menu-list__item {
    width: 100%;
  }
  h2.c-heading01 {
    min-height: 10em;
  }
}
.p-menu-list__three {
  --column-count: 3;
}

.p-button__circle {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
  justify-content: center;
}
.p-button__circle .c-button01 {
  background: #cfeef1;
  line-height: 1.15em;
  width: 230px;
  height: 80px;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .p-button__circle .c-button01 {
    width: 90%;
    height: 50px;
  }
}
.p-button__circle .c-button01 span {
  border-bottom: none !important;
  padding: 0;
}

.p-textlink {
  text-decoration: underline;
  color: #175c8b;
}

/* 価格表デザイン */
.p-price__table {
  width: 100%;
  border-collapse: collapse;
  background: url("../../images/common/bg_paper_01.jpg");
}
.p-price__table td {
  border: 2px dashed #a8dde1;
  padding: 8px;
  vertical-align: middle;
}
.p-price__table td:first-child {
  width: 60%;
}
.p-price__table td:last-child {
  width: 40%;
}
.p-price__table.-radius-table {
  border-collapse: initial;
  border-radius: 10px;
  border-spacing: 0;
  border: none;
  border-left: 2px dashed #a8dde1;
  border-top: 2px dashed #a8dde1;
}
.p-price__table.-radius-table tr > * {
  padding: 5px 10px;
  border: none;
  border-right: 2px dashed #a8dde1;
  border-bottom: 2px dashed #a8dde1;
}
.p-price__table.-radius-table tr:first-child > *:first-child {
  border-radius: 10px 0 0 0;
}
.p-price__table.-radius-table tr:first-child > *:last-child {
  border-radius: 0 10px 0 0;
}
.p-price__table.-radius-table tr:last-child > *:first-child {
  border-radius: 0 0 0 10px;
}
.p-price__table.-radius-table tr:last-child > *:last-child {
  border-radius: 0 0 10px 0;
}

.p-price__table--note {
  margin-top: 5px;
  font-size: 14px;
  text-align: right;
}