@charset "UTF-8";
/*
Theme Name: direct
Description: directテンプレート
Author: KGC Communications株式会社
Version: 1.1
Tags: html5 css3(scss) javascript php mysql
*/
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .container {
    max-width: 80rem;
  }
}

.postPage h2 {
  font-size: 24px;
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 20px;
  color: #222;
}
.postPage h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background: #1A1311;
}
.postPage h2.center::before {
  left: 50%;
  transform: translateX(-50%);
}
.postPage h3 {
  font-size: 22px;
  padding-bottom: 5px;
  border-bottom: 1px solid #1A1311;
  margin-bottom: 20px;
  color: #222;
}
.postPage h4 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #1A1311;
  display: flex;
  align-items: center;
  line-height: 1.2;
  padding: 5px 5px 8px;
  border-bottom: 1px dashed #999;
  /*&::before {
      content: "";
      width: 9px;
      height: 9px;
      background-color: $main_color;
      border-radius: 50px;
      margin-right: 5px;
  }*/
}
.postPage h5 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #fff;
  background: #1A1311;
  padding: 10px;
  line-height: 1.2;
}
.postPage h6 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #1A1311;
  padding-bottom: 9px;
  border-bottom: 1px dashed #1A1311;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .postPage h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .postPage h3 {
    font-size: 20px;
    padding-bottom: 9px;
    margin-bottom: 20px;
  }
  .postPage h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .postPage h5 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .postPage h6 {
    font-size: 14px;
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=snglestyle.css.map */