.template-item .main-area {
  height: 300px;
}
@media screen and (max-width: 768px) {
  .template-item .main-area {
    height: 260px;
  }
}
.template-item .main-area .container {
  padding: 0 20px 30px;
}
.template-item .main-area .container .breadcrumbs {
  left: 20px;
}
.template-item:not(.news):not(.contents) .main-area .page-title {
  font-size: 35px;
  font-weight: 700;
  font-family:'Noto Sans JP', sans-serif;
}
.template-item .main-area .main-img {
  height: 300px;
}
@media screen and (max-width: 768px) {
  .template-item .main-area .main-img {
    height: 260px;
  }
}
.template-item .main-area .main-img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 2800 / 600;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .template-item .main-area .main-img img {
    aspect-ratio: 750/520;
  }
}

.template-style .post-thumbnail {
  max-width: 738px;
  margin-inline: auto;
}
.template-style .post-thumbnail img {
  margin-inline: auto;
}
.template-style .post-thumbnail:has(img) + * {
  margin-top: 70px;
}
.template-style h2 {
  font-size: 35px;
  font-weight: 700;
  border-bottom: 1px solid #E7E5ED;
  position: relative;
  margin-bottom:30px;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .template-style h2 {
    font-size: clamp(20px, 4vw, 35px);
  }
}
.template-style h2:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -1px;
  left: 0;
  width: 50%;
  height: 1px;
  background: #0048CF;
}
@media screen and (max-width: 768px) {
  .template-style h2:after {
    height: 2px;
  }
}
.template-style h3 {
  font-size: 25px;
  font-weight: 700;
  border-bottom: 1px solid #8A8A8A;
  padding-bottom: 8px;
  line-height: 1.5;
  padding-left: 15px;
  margin-bottom:20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .template-style h3 {
    font-size: clamp(18px, 3vw, 25px);
  }
}
.template-style h3:before {
  content: "";
  position: absolute;
  display: block;
  top: 10%;
  left: 0;
  width: 3px;
  height: 70%;
  background: #0048CF;
}
.template-style h4 {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  padding-left: 27px;
  line-height: 1.5;
  margin-top: 70px;
  margin-bottom:20px;
}
@media screen and (max-width: 768px) {
  .template-style h4 {
    font-size: 16px;
  }
}
.template-style h4:after {
  content: "";
  position: absolute;
  display: block;
  top: 12px;
  left: 0;
  width: 23px;
  height: 3px;
  background: #0048CF;
}
.template-style * + h2{margin-top:50px;}
.template-style * + h3{margin-top:40px;}
.template-style * + h4{margin-top:30px;}
.template-style p {
  font-size: 15px;
  font-weight: 500;
  line-height: 2.15;
}
@media screen and (max-width: 768px) {
  .template-style p {
    font-size: 14px;
  }
}
.template-style a{
	text-decoration:underline;
    text-underline-offset:3px;
}
.template-style dl {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 340px;
  margin-top: 30px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .template-style dl {
    display: flex;
    flex-direction: column;
  }
}
.template-style dl dt {
  font-size: 15px;
  font-weight: 500;
  line-height: 2.15;
}
@media screen and (max-width: 768px) {
  .template-style dl dt {
    font-size: 14px;
    width: 100%;
  }
}
.template-style dl dd {
  background: #AAA;
  font-size: 15px;
  font-weight: 500;
  line-height: 2.15;
}
@media screen and (max-width: 768px) {
  .template-style dl dd {
    font-size: 14px;
    width: 100%;
  }
}
.template-style dl:nth-of-type(2n) {
  grid-template-columns: 340px 1fr;
}
.template-style dl:nth-of-type(2n) dt {
  order: 2;
}
.template-style dl:nth-of-type(2n) dd {
  order: 1;
}
.template-style ul {
  list-style: disc;
  margin-top: 30px;
  margin-left: 1rem;
}
.template-style ul li {
  font-size: 15px;
  font-weight: 500;
  line-height: 2.15;
}
@media screen and (max-width: 768px) {
  .template-style ul li {
    font-size: 14px;
  }
}
.template-style ul li + li {
  margin-top: 0.25rem;
}
.template-style ol {
  list-style: decimal;
  margin-top: 30px;
  margin-left: 1rem;
}
.template-style ol li {
  font-size: 15px;
  font-weight: 500;
  line-height: 2.15;
}
@media screen and (max-width: 768px) {
  .template-style ol li {
    font-size: 14px;
  }
}
.template-style ol li + li {
  margin-top: 0.25rem;
}
.template-style table {
  border-collapse: collapse;
  border: 1px solid #D1D1D1;
  width: 100%;
  margin-top: 30px;
}
.template-style table th {
  border: 1px solid #D1D1D1;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.75;
  background: #EEEEEE;
  width: 200px;
  padding: 11px 20px;
}
@media screen and (max-width: 768px) {
  .template-style table th {
    font-size: 14px;
  }
}
.template-style table td {
  border: 1px solid #D1D1D1;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.75;
  padding: 11px 20px;
  width: calc(100% - 120px);
}
@media screen and (max-width: 768px) {
  .template-style table td {
    font-size: 14px;
  }
}

.template-style .common-btn {
    width: fit-content;
    height: 60px;
    border: 3px solid #333;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    margin-inline: auto;
    margin-top: 40px;
    padding: 0 50px;
    position: relative;
    text-decoration: none;
}
.template-style .common-btn:after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    right: 19px;
    translate: 0 -50%;
    width: 13px;
    height: 6px;
    background: url(../img/product/icon_btn.svg) no-repeat left top;
    background-size: cover;
}

[id^="page_"] > *:first-child{margin-top:0!important;}

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