@charset "UTF-8";
.p-mv h1 {
  height: 300px;
}
.p-box {
  padding: 135px 0 80px;
}
body.archive .p-box {
  padding: 50px 0 80px;
}
.p-news__post {
  padding: 15px 0;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  border-bottom: dashed 1px #CBCBCB;
}
.p-news__post dt {
  width: 180px;
  float: left;
}
.p-news__post dd {
  padding: 0 20px;
  width: calc(100% - 180px);
  float: left;
}
.p-news__post dd a {
  display: block;
  text-decoration: none;
  color: #000;
}
.p-news__content {
  padding: 60px 0;
}
.p-news__content .m-button01 {
  margin-top: 50px;
}
.p-news__cat {
  display: inline-block;
  padding: 5px 0;
  margin-left: 21px;
  width: 70px;
  height: 25px;
  line-height: 1;
  text-align: center;
  background: #E8380D;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}
.p-post-content {
  margin-top: 50px;
  border: solid 1px #ccc;
  padding: 49px;
}
.p-post-date {
  padding-bottom: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
}
.p-post-ttl {
  padding-bottom: 10px;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 0.025em;
}
.p-post-head {
  border-bottom: solid 1px #ccc;
  margin-bottom: 20px;
}
.m-editor-box h2 {
  margin: 0 -50px 20px;
  padding: .5em 50px;
  background-color: #f5f5f5;
  font-size: 2em;
  font-weight: 700;
}
.m-editor-box h3 {
  display: inline-block;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  padding: .5em 0;
  font-size: 1.7em;
  font-weight: 700;
}
.m-editor-box h4 {
  margin-bottom: 20px;
  font-size: 1.4em;
  font-weight: 700;
}
.m-editor-box h4 {
  margin-bottom: 20px;
  font-size: 1.4em;
  font-weight: 700;
}
.m-editor-box ul {
  list-style-type: disc;
  margin-bottom: 20px;
  padding-left: 1.5em;
  line-height: 2;
  font-size: 16px;
  font-size: 1.6rem;
}
.m-editor-box ul ul {
  list-style-type: circle;
  margin-bottom: 0;
}
.m-editor-box ol {
  list-style-type: decimal;
  margin-bottom: 20px;
  padding-left: 1.5em;
  line-height: 2;
  font-size: 16px;
  font-size: 1.6rem;
}
.m-editor-box ol ol {
  margin-bottom: 0;
}
.m-editor-box blockquote {
  margin: 0;
  padding: 1em;
  background-color: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .p-mv h1 {
    height: 50vw;
  }
  .p-box {
    padding: 55px 0;
  }
  .p-ttl {
    font-size: 6vw;
    padding-bottom: 4vw;
  }
  .p-ttl span {
    font-size: 14vw;
    bottom: inherit;
    top: -6vw;
  }
  .p-news__post dt {
    padding-bottom: 2vw;
    width: 100%;
    float: inherit;
  }
  .p-news__post dd {
    float: inherit;
    width: 100%;
    padding: 0;
  }
  .p-post-content {
    margin-top: 10vw;
    padding: 5vw;
  }
  .p-post-head {
    margin-bottom: 5vw;
  }
  .p-post-ttl {
    padding-bottom: 2vw;
    font-size: 5vw;
  }
  .m-editor-box h2 {
    margin: 0 -5vw 20px;
    padding: .5em 5vw;
    font-size: 1.6em;
  }
  .m-editor-box h3 {
    font-size: 1.4em;
  }
  .m-editor-box h4 {
    font-size: 1.2em;
  }
  .m-editor-box ul {
    font-size: 4vw;
    line-height: 1.7;
  }
  .m-editor-box ol {
    font-size: 4vw;
    line-height: 1.7;
  }
}