@charset "utf-8";

sup {
  vertical-align: super;
  font-size: smaller;
}

.sec05 #local_link .list {
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 595px;
  margin-right: auto;
  margin-left: auto;
}

.sec05 #local_link .list .item:nth-child(2n + 4) .link {
  width: 390px;
}

.sec05 #local_link .list .link {
  text-align: center;
  border-radius: 16px;
}

@media screen and (max-width: 768px) {

  .sec05 #local_link .list .item:nth-child(2n + 4) .link {
      width: 275px;
  }
}

.sec05_container {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
}

.intro_img {
  margin-top: 30px;
  display: block;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.intro_img picture {
  display: block;
  width: 100%;
}

.intro_img + .sec05_container {
  margin-top: 46px;
}

.sec05 .lower_fv {
  width: calc(100% - 60px);
}

.top_text {
  font-size: 18px;
  margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
  .intro_img {
    margin-top: 20px;
  }

  .intro_img + .sec05_container {
    margin-top: 12px;
  }

  .sec05 .lower_fv {
    width: calc(100% - 30px);
  }

  .top_text {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px;
  }
}


/* topics */

.topics {
  margin-top: 75px;
}

.topics_title {
  padding: 2px 28px;
  display: inline-block;
  font-size: 13px;
  line-height: 17px;
  font-weight: 700;
  color: #fefeff;
  background-color: #0a326d;
}

.topics_box {
  padding: 36px 30px;
  background-color: #eaf6fd;
  margin-top: -14px;
}

.topics_box_item {
  margin-bottom: 46px;
}

.topics_box_item:last-child {
  margin-bottom: 0;
}

.topics_box_title {
  position: relative;
  padding-left: 24px;
  font-size: 16px;
}

.topics_box_title:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  border-color: transparent transparent transparent #0a326d;
  position: absolute;
  top: calc(6px + 8.8px);
  left: 0;
  z-index: 1;
  transform: translateY(-50%);
}

.topics_box_inner {
  display: flex;
  gap: 20px 30px;
}

.topics_box_img {
  display: block;
  width: 100%;
  max-width: 350px;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .topics {
    margin-top: 32px;
  }

  .topics_box {
    padding: 22px 15px;
  }

  .topics_box_item {
    margin-bottom: 12px;
  }

  .topics_box_title {
    padding-left: 20px;
  }

  .topics_box_inner {
    flex-direction: column;
  }

  .topics_box_img {
    flex-shrink: 1;
    max-width: 285px;
    margin-right: auto;
    margin-left: auto;
  }
}


/* binding */

.binding {
  display: flex;
  gap: 0 30px;
  margin-top: 26px;
  margin-bottom: 16px;
}

.binding_list {
  display: block;
  width: 50%;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  background-color: #eaf6fd;
}

.binding_list-flex {
  display: flex;
  align-items: center;
}

.binding_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #000;
  padding: 4px 10px;
  min-height: 54px;
  width: 100%;
}
.binding_item.h_fix {
  height: 71px;
}

.binding_item:last-child {
  border-bottom: 0;
}

.binding_list-inner {
  display: block;
  width: 68%;
}

.binding_list-text {
  font-size: 14px;
  line-height: 21px;
  width: 32%;
  padding-right: 10px;
  padding-left: 10px;
}

.binding_text {
  font-size: 14px;
  line-height: 21px;
}

.binding_price {
  font-size: 16px;
  font-weight: 700; 
}

.binding_price.w_fix {
  margin-right: .5em;
}

.binding_price span {
  font-weight: 400;
  font-size: 14px;
}

.binding_description {
  font-size: 12px;
  line-height: 1.6;
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .tablet_only {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {

  .sec05_text {
    line-height: 22.4px;
  }

  .binding {
    flex-direction: column;
    margin-top: 18px;
  }

  .binding_list {
    width: 100%;
  }

  .binding_list + .binding_list {
    border-top: 0;
  }
  .binding_item.h_fix {
    height: auto;
  }

  .binding_list-inner {
    width: 63%;
  }

  .binding_list-text {
    width: 37%;
  }

  .binding_list-flex + .binding_list-flex {
    margin-top: 25px;
    border-top: 1px solid #000;
  }
}
