@charset "UTF-8";
.p-blog .post-content h1, .p-blog .post-content h2, .p-blog .post-content h3, .p-blog .post-content h5, .p-blog .post-content h6 {
  font-weight: bold;
  position: relative;
  z-index: 1;
}
/* .p-blog .post-content h1 {
  font-weight: 700;
  font-style: normal;
  position: relative;
  line-height: 1.4;
  font-size: 35px;
  font-size: 2.1875rem;
  margin: 80px 0 50px;
  margin: 5rem 0 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-blog .post-content h1 {
    font-size: 5.07vw;
    margin: 7.03vw 0;
  }
} */
.p-blog .post-content h1 {
  font-weight: 700;
  font-size: 30px;
  font-size: 1.875rem;
  border-top: 1px solid #ddd;
  padding-top: 50px;
  padding-top: 3.125rem;
  margin: 50px 0;
  margin: 3.125rem 0;
}
@media screen and (min-width: 767px), print {
  .p-blog .post-content h1 {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-blog .post-content h1 {
    font-size: 4.8vw;
    padding-top: 7.03vw;
    margin: 10vw 0 7.03vw;
  }
}
.p-blog .post-content h2 {
  padding: 15px 25px;
  padding: 0.9375rem 1.5625rem;
  background-color: #ebebeb;
  font-size: 25px;
  font-size: 1.5625rem;
  margin: 50px 0 30px;
  margin: 3.125rem 0 1.875rem;
  color: #302d2c;
  position: relative;
  border: none;
  text-align: unset;
}
@media screen and (max-width: 767px) {
  .p-blog .post-content h2 {
    font-size: 4.6vw;
    padding: 4.69vw 4.69vw 4.69vw 7.03vw;
    margin: 7.03vw 0 4.69vw;
    text-align: unset;
  }
}
.p-blog .post-content h2::before {
  content: "";
  width: 10px;
  width: 0.625rem;
  height: 1px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  position: absolute;
  background-color: #302d2c;
}
@media screen and (max-width: 767px) {
  .p-blog .post-content h2::before {
    width: 3vw;
    text-align: unset;
  }
}
.p-blog .post-content h3 {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 30px 0 20px;
  margin: 1.875rem 0 1.25rem;
  background: none;
  padding: unset;
  color: unset;
}
@media screen and (max-width: 767px) {
  .p-blog .post-content h3 {
    font-size: 4.4vw;
    margin: 4.69vw 0;
    padding: unset;
  }
}
.p-blog .post-content h4 {
  font-size: 18px;
  font-size: 1.125rem;
  color: #333;
  margin: unset;
}
@media screen and (max-width: 767px) {
  .p-blog .post-content h4 {
    font-size: 4.2vw;
    margin: 4.69vw 0;
  }
}
.p-blog .post-content h5 {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 10px;
  margin-top: 0.625rem;
  color: unset;
}
@media screen and (max-width: 767px) {
  .p-blog .post-content h5 {
    font-size: 4.2vw;
    margin: 7.03vw 0 4.69vw;
  }
}
.p-blog .post-content h1:first-child, .p-blog .post-content h2:first-child, .p-blog .post-content h3:first-child, .p-blog .post-content h4:first-child, .p-blog .post-content h5:first-child, .p-blog .post-content h6:first-child, .p-blog .post-content p:first-child, .p-blog .post-content ul:first-child, .p-blog .post-content ol:first-child {
  margin-top: 0;
}

.post-content h2.noicon::before, .post-content h3.noicon::before {
  background: none
;}

.p-blog dl dt {
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
}
.p-blog dl dd {
  margin: 0 0 2em;
}
.p-blog dl dd:last-child {
  margin: 0;
}
.p-blog .toc p {
  padding: 0 0 0 15px;
  font-weight: bold;
}
.p-blog .toc ul {
  background: #fdf9f2;
  padding: 15px;
  border: 0px solid #F2EAD4;
  border-radius: 10px;
  word-break: break-all;
  margin: 0;
}
.p-blog .toc ul {
  font-weight: bold;
}

.p-blog .toc ul ul {
  padding: 5px 0 5px 30px;
  /* font-weight: normal; */
}
/* .p-blog .toc ul ul li a::before {
  content: "・";
} */
.p-blog .toc ul ul li a {
  font-size: 14px;
}
.p-blog .cta {
  background: #e54623;
  padding: 20px;
  border-radius: 15px;
}
.p-blog .cta strong {
  font-size: 20px;
  font-size: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 1em;
}
.p-blog .cta strong::before {
  content: "";
  width: 1.625rem;
  height: 1.25rem;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url(../../images/common/icon_mail02.svg);
  margin-right: 5px;
  margin-right: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-blog .cta strong::before {
    width: 0;
    height: 0;
    display: none;
  }
}

.p-blog table {
  margin: 1em 0;
}
.p-blog table th,
.p-blog table td {
  padding: 1em 0.5em;
}

.p-blog ul li {
  margin: 0 0 0.5em;
}
.p-blog ul li:last-child {
  margin: 0;
}
.p-blog ul.dot li {
  list-style-type: disc;
  list-style-position: inside;
}


.p-blog .cta a {
  display: block;
  padding: 0;
  text-align: center;
  color: #fff;
  margin: 0;
}
.p-blog .cta span.btn {
  display: inline-block;
  background: #fff;
  color: #e54623;
  padding:  0.3125rem 2.5rem;
  font-family: "roboto-condensed", "roboto", "Franklin Gothic Medium";
  margin: 1em 0 0;
}

.orange_bold {
  color: #e54623;
}