/* ======================================================================
 setting
====================================================================== */
/* ======================================================================
 p_new-template
====================================================================== */
.p_new-template .l_main > .inner {
  width: 1100px;
  margin: 50px auto 0;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p_new-template .l_main > .inner {
    margin: 40px auto 0;
    padding: 0 4.6875vw 80px;
    width: 100vw;
  }
}
.p_new-template .l_main > .inner h1 {
  font-size: 32px;
  color: #0D3863;
  line-height: 1.7;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .p_new-template .l_main > .inner h1 {
    font-size: 26px;
  }
}
.p_new-template .l_main > .inner .date {
  margin: 10px 0 0;
  font-size: 14px;
  color: #1170C3;
  letter-spacing: .1em;
}
@media screen and (max-width: 768px) {
  .p_new-template .l_main > .inner .date {
    font-weight: bold;
    letter-spacing: initial;
  }
}
.p_new-template .l_main > .inner .thumb {
  margin: 50px auto 0;
  max-width: 750px;
}
@media screen and (max-width: 768px) {
  .p_new-template .l_main > .inner .thumb {
    margin: 20px auto 0;
  }
}
.p_new-template .l_main > .inner .thumb img {
  max-width: 100%;
  aspect-ratio: 25 / 14;
}
.p_new-template .l_main > .inner p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .p_new-template .l_main > .inner p {
    line-height: 2;
  }
}
.p_new-template .l_main > .inner h2 {
  font-size: 30px;
  line-height: 1.5;
  border-bottom: 1px solid #E3E3E3;
  position: relative;
  margin: 70px 0 0;
  padding-bottom: 15px;
  color: #0D3863;
}
@media screen and (max-width: 768px) {
  .p_new-template .l_main > .inner h2 {
    font-size: 24px;
    margin: 40px 0 0;
  }
}
.p_new-template .l_main > .inner h2:before {
  content: "";
  width: 100px;
  height: 1px;
  background: #0D3863;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.p_new-template .l_main > .inner h3 {
  margin: 50px 0 0;
  font-size: 24px;
  line-height: 1.8;
  padding: 0 0 0 26px;
  position: relative;
  color: #0D3863;
}
@media screen and (max-width: 768px) {
  .p_new-template .l_main > .inner h3 {
    font-size: 22px;
    margin: 40px 0 0;
  }
}
.p_new-template .l_main > .inner h3:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background: #0D3863;
  top: 0;
  left: 0;
}
.p_new-template .l_main > .inner h4 {
  margin-top: 40px;
  color: #0D3863;
  font-size: 20px;
  line-height: 1.7;
  padding-bottom: 15px;
  border-bottom: 1px solid #E3E3E3;
}
.p_new-template .l_main > .inner h5 {
  margin-top: 30px;
  color: #0D3863;
  font-size: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p_new-template .l_main > .inner h5 {
    margin-top: 40px;
  }
}
.p_new-template .l_main > .inner ul {
  margin-top: 20px;
  padding: 0 0 0 15px;
}
.p_new-template .l_main > .inner ul li {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.5;
  padding: 0 0 0 16px;
  position: relative;
}
.p_new-template .l_main > .inner ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0072BB;
  position: absolute;
  top: 8px;
  left: 0;
}
.p_new-template .l_main > .inner ol {
  margin-top: 20px;
  padding: 0 0 0 35px;
}
.p_new-template .l_main > .inner ol li {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.5;
}
.p_new-template .l_main > .inner ol li::marker {
  color: #0072BB;
  font-weight: bold;
}
.p_new-template .l_main > .inner .marker {
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #fff46e 60%);
}

/*# sourceMappingURL=p_new-template.css.map */
