.history, .main {
  margin: 0;
}
.container {
  background: url(../images/common/bg1.webp) no-repeat center top;
  background-size: cover;
  padding: 1px;
}
div:not(.main) > .container {
  padding: 40px 0 60px;
}
.category .container {
  background: unset;
}
/*.lead
---------------------------------------------------- */
.lead {
  background: url(../images/common/bg1.webp) no-repeat center top;
  background-size: cover;
  padding: 60px 20px 50px;
}
.lead_txt::before {
  content: "";
  display: block;
  background: url(../images/common/text_back1.webp) no-repeat left top;
  background-size: contain;
  width: 205px;
  height: 159px;
  position: absolute;
  left: -65px;
  top: -20px;
  z-index: 1;
}
.lead_txt h1 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.45;
  position: relative;
  z-index: 2;
}
.lead_txt h1 span {
  color: #d52626;
}

@media screen and (max-width: 750px) {
  .lead_txt h1 {
    font-size: 5.86vw;
    line-height: 1.5;
  }
}
/*.contents
---------------------------------------------------- */
.contents {
  max-width: 1200px;
  margin: 0 auto;
}
.contents_inner .txt_marker {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #ffea88 60%);
}
.contents_inner .txt_red {
  font-weight: bold;
  color: #d52626;
}
@media screen and (max-width: 750px) {
  .contents {
    padding: 8vw 5.333vw 10.667vw;
  }
  .contents_inner {
    padding: 0;
  }
}
.kinds_paint {
  background-color: #fff;
  border: min(0.08vw, 1px) solid #d7ceb9;
  padding: min(2.83vw, 34px);
  margin: 50px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.toryo {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  border: 1px dotted;
  padding: 10px;
}
.toryo div:first-child {
  width: 30%;
  text-align: center;
}
.toryo div:nth-child(2) {
  width: 70%;
}
.toryo div:nth-child(2) strong a {
  text-decoration: underline;
}
.toryo div {
  padding: 20px;
  line-height: 2;
}
.toryo h3 {
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif;
}
/* よくある質問 */
.qanda h3 {
  border-bottom: 1px solid #d3d3d3;
  padding: 15px 0;  
  margin: 12px 0 15px;
}
.qanda h3:before {
  content: "Q";
  display: inline-block;
  width: 35px;
  height: 35px;
  background-color: #000;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 32px;
  margin: 0 11px 0 0;
}
.qanda h3 ~ p {
  margin: 12px 0 24px;
}

#toc_content:has(.toc) .qanda h3.anchor {
  padding-top: min(calc(7.5vw + 15px), 135px);
  margin-top: min(calc(-7.5vw + 15px), -105px);
}

.contents .kinds_head_contents {
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 23px;
  padding: 0;
  margin: 50px 0 20px;
}
.kinds_head_contents h2 {
  border-bottom: none;
  margin: 0;
}
.contents .kinds_flow_inner {
  padding: 0 20px 90px;
}
.contents .kinds_flow_inner img {
  width: 100%;
}
/*# sourceMappingURL.reform.css.map */
