@charset "utf-8";


.content_wrap {
  padding-bottom: 2em;
}

.content_wrap h1 {
  text-align: center;
  padding: 50px 0;
  font-family: Gothic MB101 Bold;
  background-color: #931a12;
  color: #fff;
  font-size: 45px;
}

.content_wrap h1 .tag {
  font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004";
  color: #000;
  font-size: 21px;
  position: relative;
  z-index: 1;
  padding: 5px 30px;
}

.content_wrap h1 .tag::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #fff;
  z-index: -1;
  transform: skew(-30deg);
}

.content_wrap h1 strong {
  font-family: Gothic MB101 Bold;
  display: block;
  margin-top: 20px;
  font-weight: 800;
}

.content_wrap h2 {
  color: #2d0a00;
  font-family: Gothic MB101 Bold;
  font-size: 30px;
  line-height: 1.5;
  border-bottom: 5px solid #2d0a00;
  margin-bottom: 25px;
  padding-bottom: 0.2em;
}

.content_wrap h3 {
  font-size: 24px;
  font-weight: bold;
  font-family: Gothic MB101 Bold;
  margin-bottom: 20px;
  margin-top: 35px;
  color: #000;
}

.content_wrap h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 25px 0 10px;
}

.l-cta p {
  line-height: 2;
}

.l-cta-ttl {
  color: var(--text-primary-color);
}

.content_wrap {
  margin-top: 0;
}

.toc ul li {
  line-height: 1.5;
}

.content p {
  line-height: 1.5;
}

.content.event {
  margin-top: 3em;
}
.content.event h2 {
  font-weight: 600;
}

ul#topicPath {
  width: 80%;
}
ul#topicPath li {
  background-position: left 50%;
}

header a:hover,
footer a:hover {
  opacity: 1;
}


@media screen and (min-width: 738px) {

  .content_wrap .sp {
    display: none;
  }
    

  .toc {
    width: 80%;
  }

  ul#topicPath {
    overflow: hidden;
    width: 80%;
    margin: 50px auto 10px;
  }
  ul#topicPath li{
    font-size: 14px;
    letter-spacing: 0.05em;
  }

}

@media screen and (max-width: 737px) {

  footer p {
    padding: 0;
    margin: 0;
    text-align: inherit;
    line-height: initial;
  }
  .l-footer-contact--tel b {
    line-height: 1.75;
  }
  
  .content_wrap h1 {
    padding: 30px 0;
    font-size: 30px;
    letter-spacing: 0.02em;
  }

  .content_wrap h1 .tag {
    font-size: 15px;
  }

  .content_wrap h1 p {
    margin-top: 20px;
  }

  .content_wrap h2 {
    font-size: 25px;
    margin-bottom: 20px;
    padding-bottom: 0.1em;
  }

  .content_wrap h3 {
    font-size: 18px;
  }

  .eventBox03 ul li a img.img01 {
    max-width: inherit;
  }

  .l-cta p {
    line-height: 1.75;
  }

  ul#topicPath {
    width: 94%;
  }
  ul#topicPath li{
    font-size: 12px;
    letter-spacing: 0.05em;
  }

}