section table {
  margin: 40px 0;
}
h3 {
  margin-top: 80px;
}
section > div {
  margin-bottom: 80px;
}
.inner-01 ul {
  padding: 20px;
  display: flex;
  list-style: none;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 8px;
}
.wrap-price-campaign {
  position: relative;
  text-align: center;
}
.wrap-price {
  display: flex;
  align-items: center;
  padding: 20px 40px;
  margin: 24px;
  background-color: #10479e;
  color: #fff;
}
.wrap-ribbon {
  position: absolute;
  top: -4px;
}
.price {
  margin: 0 8px 0 20px;
  font-size: 28px;
}
.campaign-price {
  font-size: 40px;
  padding: 0 8px;
}
.ribbon {
  display: inline-block;
  position: relative;
  height: 42px;/*リボンの高さ*/
  line-height: 42px;/*リボンの高さ*/
  text-align: center;
  padding: 0 30px;/*横の大きさ*/
  background: #d0d72f;/*塗りつぶし色*/
  color: #FFF;/*文字色*/
  box-sizing: border-box;
  font-weight: 700;
}

.ribbon:before {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon:before {
  top: 0;
  left: 0;
  border-width: 21px 0px 21px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.ribbon:after {
  top: 0;
  right: 0;
  border-width: 21px 15px 21px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

.capt-price {
  font-weight: 700;
}
.wrap-02-img {
  width: 100%;
}
.inner-02 p:first-of-type {
  margin: 40px 0;
}
.inner-03 ul {
  padding: 0;
}
.inner-03 ul li {
  padding: 12px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dfe5dc;
  align-items: center;
}
.wrap-03-b {
  text-align: center;
  margin-top: 32px;
}
.wrap-03-b > a {
  display: inline-block;
  width: 320px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 30px;
}

/* ▼▼▼ メリット ▼▼▼ */
.wrap-merit-top {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 24px;
}
.wrap-merit-top > div {
  text-align: center;
  background-color: #fff;
  border-radius: 12px;
  display: flex;
  flex-direction: column;  
}
.wrap-merit-top > div img {
  width: 64%;
  max-width: 240px;
  margin: auto;
  padding: 16% 0;
}
.wrap-merit-txt {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 88px;
  background-color: #10479e;
  color: #fff;
  flex-grow: 1;
  border-radius: 0 0 16px 16px ;
}
.wrap-merit-txt p {
  text-align: center;
  padding: 0 8px;
  line-height: 1.2rem;
  font-weight: 500;
  flex-grow: 1;
}
.wrap-merit-txt > span {
  display: inline-block;
  width: 64px;
  min-width: 64px;
  font-size: clamp(16px, 2vw, 32px);
  line-height: 3.2rem;
  border-right: 1px solid #fff;
}
.wrap-merit-txt p span {
  font-size: 13px;
  line-height: 1em;
}
.wrap-merit-bottom {
  padding: 4px 16px 16px;
  background-color: #fff;
  border-radius: 16px;
}
.wrap-merit-card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.event-card {
  background: #f6f6f6;
  border-radius: 12px;
  text-align: center;
}

.event-header {
  padding: 0 16px;
  height: 120px;
  background-color: #10479e;
  color: #fff;
  border-radius: 12px 12px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.event-header h5 {
  margin: 0;
  text-align: left;
  font-size: 18px;
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.event-date {
  margin: 0;
  padding: 4px 0;
  font-size: 12px;
  text-align: right;
  border-top: 1px solid #fff;
}
.event-body {
  text-align: left;
  padding: 0 16px 8px;
}
.event-body h5 {
  font-size: 14px;
  border-left: 4px solid #10479e;
  padding-left: 12px;
}
.event-body ul {
  list-style: none;
  padding: 0;
}
.event-body ul li {
  font-size: 14px;
  word-break: keep-all;
}
.event-body ul li:first-of-type {
  padding-bottom: 16px;
}
.card-special {
  text-align: center;
  align-self: center;

}
.card-special img {
  width: 64%;
  max-width: 160px;
  margin-bottom: 16px;
}
/* ▲▲▲ メリット ▲▲▲*/
.btn-cmn {
  margin-right: 20px;
  margin-left: auto;
  text-align: center;
  width: 240px;
  line-height: 1.4em;
  border-radius: 28px;
}
.btn-nyukai {
  padding: 10px 20px;
  background-color: #10479e;
  color: #fff;
  cursor: pointer;
  border: none;
  border-radius: 30px;
  font-size: 14px;
  transition: all 0.2s;
  line-height: 1em;
}
.btn-corporation {
  padding: 20px;
  margin: 48px auto;
  max-width: 640px;
  color: #fff;
  background-color: #c74e46;
  border: 1px solid #c74e46;
  border-radius: 12px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.35);
  text-align: center;
}
.btn-corporation i {
  padding-right: 12px;
  font-size: 20px;
}
.flow-sp {
  display: none;
}
.pdf-download-box {
  margin: 40px 0;
  padding: 28px 32px;
  background: #ffff;
  border-radius: 8px;
  font-weight: 500;
}

.pdf-download-box__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.pdf-download-box__text {
  flex: 1;
}

.pdf-download-box__label {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: bold;
  color: #10479e;
}

.pdf-download-box__title {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.5;
}

.pdf-download-box__description {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
}

.pdf-download-box__action {
  flex-shrink: 0;
}

.pdf-download-box__button {
  display: inline-block;
  min-width: 220px;
  padding: 14px 24px;
  text-align: center;
  color: #fff;
  background: #10479e;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  transition: opacity 0.2s ease;
}
.pdf-download-box__button:hover {
  opacity: 0.82;
  color: #fff;
}
.sec-merit .txt-link {
  color: #fff;
}
.sec-merit .txt-link:hover {
  color: #c74e46;
}
/* ----- PC ----- */
@media screen and (min-width: 1025px) {
  .wrap-merit-top > div {
    width: 32%;
    max-width: 280px;
    min-width: 240px;
  }
  .capt-price {
    padding-right: 8px;
    border-right: 1px solid #fff;
  }
  .wrap-02-img img {
    height: 360px;
    width: auto;
  }
}
/* ----- タブレット ----- */
@media screen and (max-width: 1024px) {
  .btn-corporation {
    width: 80%;
  }
  th {
    width: 200px;
  }
  .inner-01 ul {
    flex-direction: column;
    text-align: center;
  }
  .wrap-merit-top {
    flex-wrap: wrap;
  }
  .wrap-merit-top > div {
    width: 47%;
    margin-bottom: 16px;
  }
  .wrap-merit-top > div img {
    width: 40%;
    max-width: 240px;
    padding: 16px 0;
}
  .wrap-merit-card {
    grid-template-columns: repeat(2, 1fr);
  }
  .wrap-price {
    margin: 20px;
    padding: 20px;
    flex-direction: column;
  }
  .capt-price {
    border-bottom: 1px solid #fff;
    margin-bottom: 16px;
  }
  li.wrap-price-campaign {
    width: calc( 80% + 84px );
  }
  li.wrap-price {
    width: 80%;
  }
  .pdf-download-box {
    margin: 32px 0;
    padding: 24px 20px;
  }

  .pdf-download-box__inner {
    display: block;
  }

  .pdf-download-box__title {
    font-size: 20px;
  }

  .pdf-download-box__action {
    margin-top: 20px;
  }

  .pdf-download-box__button {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }
}
/* ----- SP ----- */
@media (max-width: 599px) {
  .btn-corporation {
    width: 80%;
  }
  .btn-cmn {
    margin: 0 auto;
    width: 80%;
  }
  .flow-pc {
    display: none;
  }
  .flow-sp {
    display: block;
  }
  .inner-03 span {
    font-size: 12px;
  }
  .inner-03 a {
    font-size: 12px;
    padding: 0 12px;
    border-radius: 20px;
  }
  .wrap-03-b {
    margin-top: 24px;
  }
  .wrap-03-b p {
    text-align: left;
  }
  .wrap-merit-top > div {
    width: 100%;
  }
    .wrap-merit-card {
    grid-template-columns: repeat(1, 1fr);
  }
}