.information_detail .container {
  max-width: 1000px;
  padding: 0;
}

.information_detail_date {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 35px;
}

.information_detail_title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 35px;
}

.content strong {
  font-size: inherit;
  font-weight: bold;
}

.content a {
  font-size: inherit;
}

.content a:hover {
  text-decoration: underline;
}

.content b {
  font-size: inherit;
  font-weight: bold;
}

.content *:last-child {
  margin-bottom: 0;
}

.content p {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.8;
  margin: 40px 0;
}

.content p:last-child {
  margin-bottom: 0;
}

.content h2 {
  border-bottom: 1px solid #039;
  border-top: 1px solid #039;
  color: #039;
  display: table;
  font-size: 2.4rem;
  font-weight: bold;
  margin: 40px auto;
  padding: 20px 50px;
}

.content h3 {
  background-color: #039;
  color: #fff;
  display: table;
  font-size: 2.1rem;
  font-weight: bold;
  margin: 40px auto;
  padding: 8px 70px;
}

.content h4 {
  border-left: 7px solid #039;
  color: #039;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 40px 0;
  padding-left: 5px;
}

.content h5 {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 40px 0;
}

.content h6 {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 40px 0;
}

.content ul {
  margin: 40px 0;
}

.content ul li {
  font-size: 1.6rem;
  margin: 20px 0;
  padding-left: 15px;
  position: relative;
}

.content ul li::before {
  content: '・';
  font-weight: bold;
  left: 0;
  position: absolute;
  top: 0;
}

.content ol {
  margin: 40px 0;
}

.content ol li {
  counter-increment: ol-counter;
  font-size: 1.6rem;
  margin: 20px 0;
  padding-left: 15px;
  position: relative;
}

.content ol li::before {
  content: counter(ol-counter)'.';
  font-weight: bold;
  left: 0;
  position: absolute;
  top: 0;
}

.content .wp-block-image {
  margin: 40px 0;
}

.content * > .wp-block-image {
  margin: 0;
}

.content .wp-block-columns {
  margin: 40px 0;
}

.content .wp-block-button__link {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .content p {
    font-size: 1.4rem;
    margin: 20px 0;
  }
  .content h2 {
    font-size: 2rem;
    line-height: 1.5;
    margin: 20px auto;
    padding: 10px 25px;
  }
  .content h3 {
    font-size: 1.8rem;
    line-height: 1.5;
    margin: 20px auto;
    padding: 8px 35px;
  }
  .content h4 {
    border-left: 5px solid #039;
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 20px 0;
  }
  .content h5 {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5;
    margin: 20px 0;
  }
  .content h6 {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.5;
    margin: 20px 0;
  }
  .content ul, .content ol {
    margin: 20px 0;
  }
  .content ul li, .content ol li {
    font-size: 1.4rem;
    margin: 10px 0;
    padding-left: 12px;
  }
  .content .wp-block-image {
    margin: 20px 0;
  }
  .content .wp-block-columns {
    margin: 20px 0;
  }
  .content .wp-block-button__link {
    font-size: 1.4rem;
  }
}

.information_detail_btn {
  margin-top: 60px;
  text-align: center;
}

.information_detail_btn a {
  background-color: #ff6280;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  min-width: 235px;
  padding: 17px 40px 17px 40px;
  position: relative;
}

.information_detail_btn a::after {
  background-image: url(../img/information_detail/icon_left_white.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 10px;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
}
@media screen and (max-width: 767px) {
  .information_detail_date {
    font-size: 1.4rem;
    margin-bottom: 25px;
  }
  .information_detail_title {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 25px;
  }
  .information_detail_text {
    font-size: 1.4rem;
    margin-bottom: 25px;
  }
  .information_detail_btn {
    margin-top: 30px;
  }
}
