/* 例外 */
.article--no-pt {
  padding-top: 0 !important;
}

section.bg-blue {
  background:
    linear-gradient(rgba(0, 205, 215, .1), rgba(0, 205, 215, .1)),
    url("../images/img-back.png");

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.mt-3 {
    margin-top: 1rem !important;
}

.ttl-bar {
  padding: var(--spacing-sm);
  background-color: #00cdd7;
  color: white;
  font-weight: bold;
  border-radius: 10px;
  font-size: 1.5rem !important;
}

.ttl-bar-b {
  padding: var(--spacing-sm);
  background-color: var(--color-smakeblue);
  font-weight: bold;
  border-radius: 10px;
  font-size: 1.5rem !important;
	color: white;
}

.present-outline {
	border: 3px solid #00cdd7;
	border-radius: 10px;
}


.m-benefits {
  display: flex;
}
.m-benefits figure {
  width: 50% !important;
}
@media screen and (max-width: 768px) {
  .m-benefits {
    flex-direction: column;
  }
  .m-benefits figure {
    width: 60%;
  }
}

.page-ad-inner h3 {
  font-size: 1.5rem;
}
.page-ad-inner .section-inner > .with-img {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: var(--spacing-md);
}
.extension-outline {
  border: 3px solid #ea1515;
  padding: var(--spacing-md);
}
.extension-outline h3 {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .extension-outline h3 {
    font-size: 1.5rem;
  }
}
:is(.page-ad-inner .section-inner > .with-img) p {
  word-break: keep-all;
  overflow-wrap: anywhere;
  width: 70%;
}
:is(.page-ad-inner .section-inner > .with-img) figure {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .page-ad-inner .section-inner > .with-img {
    flex-direction: column;
    gap: var(--spacing-sm);
  }
  :is(.page-ad-inner .section-inner > .with-img) p {
    width: 100%;
  }
  :is(.page-ad-inner .section-inner > .with-img) figure {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-ad-inner figure.card-img {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page-ad-inner figure.card-img {
    width: 100%;
  }
}
.page-ad-inner .graph01 {
  width: 55%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page-ad-inner .graph01 {
    width: 100%;
  }
}
.page-ad-inner .graph02 {
  width: 55%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page-ad-inner .graph02 {
    width: 100%;
  }
}
.page-ad-inner .table {
  table-layout: fixed;
}
:is(.page-ad-inner .table) th {
  width: 30%;
  text-align: left;
  font-weight: bold;
}
:is(.page-ad-inner .table) td {
  width: 70%;
  text-align: left;
}
:is(.page-ad-inner .information-area) h3:not(.index-bar), :is(.page-ad-inner .information-area) .desc-area {
  background-color: white;
}
.page-ad-inner .information-area {
  line-height: 1.5;
  font-size: 1.5rem;
}
:is(.page-ad-inner .information-area) figure {
  padding: var(--spacing-md);
}
.page-ad-inner .overview {
  gap: unset;
}
@media screen and (max-width: 768px) {
  :is(.page-ad-inner .table) tr {
    display: block;
  }
  :is(:is(.page-ad-inner .table) tr):last-child td {
    border-bottom: 1px solid var(--border-gray);
  }
  :is(.page-ad-inner .table) th, :is(.page-ad-inner .table) td {
    display: block;
    width: 100%;
    text-align: left;
  }
  :is(.page-ad-inner .table) td {
    border-top: none;
    border-bottom: none;
  }
}
.page-ad-inner figure.cards {
  width: 60%;
  margin: 3rem auto 0 auto;
}
@media screen and (max-width: 768px) {
  .page-ad-inner figure.cards {
    width: 100%;
  }
}
.page-ad-inner .nav-area {
  font-size: 1.25rem;
  font-weight: bold;
}
.page-ad-inner .discount {
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page-ad-inner .discount {
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--spacing-xs);
  }
}