/* lead
---------------------------------------------------- */
.history {
  margin: 0;
}
.lead {
  background: url(../images/common/bg1.webp) no-repeat center top;
  background-size: cover;
  padding: 60px 20px 50px;
}
.lead_inner {
  align-items: center;
}
.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 h2 span {
  color: #d52626;
}
.lead_txt p {
  font-size: 17px;
  margin-top: 10px;
}
.lead img {
  width: min(42.83vw, 514px);
  height: auto;
}

@media screen and (max-width: 750px) {
  .lead img {
    max-width: 514px;
  }
}
/* point
---------------------------------------------------- */
.point {
  background: url(../images/common/bg2.webp) no-repeat center bottom;
  background-size: cover;
  padding: 47px 20px 75px;
}
.point_inner {
  max-width: 1200px;
  margin: 0 auto;
}
.point_lead {
  display: flex;
  gap: 41px;
  align-items: center;
  margin-bottom: 50px;
}
.point_lead p {
  line-height: 2.2;
  color: #fff;
}
.point ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 40px;
}
.point ul li {
  width: min(31.16vw, 374px);
  background: url(../images/common/bg1.webp) no-repeat center center;
  text-align: center;
  padding: 24px 0 28px;
}
.point ul li:nth-child(1) {
  box-shadow: 10px 10px 0px 0px rgb(255, 183, 52);
}
.point ul li:nth-child(1) dt {
  color: #fa7c00;
}
.point ul li:nth-child(2) {
  box-shadow: 10px 10px 0px 0px rgb(231, 93, 161);
}
.point ul li:nth-child(2) dt {
  color: #da267f;
}
.point ul li:nth-child(3) {
  box-shadow: 10px 10px 0px 0px rgb(0, 154, 208);
}
.point ul li:nth-child(3) dt {
  color: #0089b9;
}
.point ul li:nth-child(4) {
  box-shadow: 10px 10px 0px 0px rgb(255, 154, 152);
}
.point ul li:nth-child(4) dt {
  color: #e24845;
}
.point ul li:nth-child(5) {
  box-shadow: 10px 10px 0px 0px rgb(57, 164, 72);
}
.point ul li:nth-child(5) dt {
  color: #1c862b;
}
.point ul li:nth-child(6) {
  box-shadow: 10px 10px 0px 0px rgb(164, 117, 71);
}
.point ul li:nth-child(6) dt {
  color: #975718;
}
.point ul li img {
  width: min(27vw, 324px);
  height: auto;
}
.point ul li dt {
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  margin: 18px 0 15px;
}
.point ul li dd {
  font-size: 18px;
  font-weight: 600;
}

@media screen and (max-width: 750px) {
  .point {
    padding: 8vw 5.333vw 10.667vw;
  }
  .point_lead {
    display: block;
    margin-bottom: 8vw;
  }
  .point_lead h2 {
    text-align: center;
  }
  .point_lead h2 img {
    width: 100%;
    max-width: 550px;
    height: auto;
  }
  .point_lead p {
    font-size: 3.733vw;
    line-height: 1.9;
    margin-top: 5.33vw;
  }
  .point ul {
    display: block;
  }
  .point ul li {
    width: auto;
    padding: 5.33vw;
  }
  .point ul li:nth-child(1) {
    box-shadow: 2.13vw 2.13vw 0px 0px rgb(255, 183, 52);
  }
  .point ul li:nth-child(2) {
    box-shadow: 2.13vw 2.13vw 0px 0px rgb(231, 93, 161);
  }
  .point ul li:nth-child(3) {
    box-shadow: 2.13vw 2.13vw 0px 0px rgb(0, 154, 208);
  }
  .point ul li:nth-child(4) {
    box-shadow: 2.13vw 2.13vw 0px 0px rgb(255, 154, 152);
  }
  .point ul li:nth-child(5) {
    box-shadow: 2.13vw 2.13vw 0px 0px rgb(57, 164, 72);
  }
  .point ul li:nth-child(6) {
    box-shadow: 2.13vw 2.13vw 0px 0px rgb(164, 117, 71);
  }
  .point ul li + li {
    margin-top: 6.5vw;
  }
  .point ul li img {
    width: 100%;
    max-width: 500px;
    height: auto;
  }
  .point ul li dt {
    font-size: 5.33vw;
    margin: 3vw 0;
  }
  .point ul li dd {
    font-size: 4.26vw;
  }
}
/* head
---------------------------------------------------- */
.head {
  background-image: linear-gradient(90deg, rgb(180, 132, 62) 0%, rgb(205, 171, 81) 12%, rgb(230, 209, 99) 23%, rgb(180, 132, 62) 61%, rgb(230, 209, 99) 100%);
  padding-top: 6px;
}
.head_inner {
  background: url(../images/common/page_title_back.avif) no-repeat center top;
  background-size: cover;
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 23px;
  text-align: center;
}
.head_inner p {
  width: 119px;
  padding: 6px 0 8px;
  line-height: 1;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  background-color: #af8e41;
}
.head_inner h2 {
  font-size: 36px;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1;
}

@media screen and (max-width: 750px) {
  .head {
    padding-top: 1.33vw;
    margin-top: 50px;
  }
  .head_inner {
    height: auto;
    display: block;
    padding: 5.33vw 0;
  }
  .head_inner p {
    width: 25vw;
    padding: 1.3vw 0 1.4vw;
    font-size: 4.2vw;
    margin: 0 auto 2.5vw;
  }
  .head_inner h2 {
    font-size: 5.2vw;
    line-height: 1.3;
    text-align: center;
  }
}
/* contents
---------------------------------------------------- */
.category-question .contents {
  max-width: 1200px;
  margin: 0 auto;
}
.category .contents {
  background: unset;
}
.contents_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 60px;
}
.contents_inner:not(:first-type-of) {
  padding-top: 50px;
}
.contents_inner .txt_marker {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #ffea88 60%);
}
.contents_inner .txt_red {
  font-weight: bold;
  color: #d52626;
}
.contents_box1 {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 50px;
  justify-content: space-between;
  padding-top: 50px;
}

.contents_box1 img {
  width: min(38.33vw, 460px);
  height: auto;
}
.contents_box1 p {
  line-height: 1.9;
  margin-bottom: 30px;
}
.contents_box1 h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  color: #a2843d;
  display: inline-block;
  border-bottom: 4px solid #a2843d;
  padding: 0 0 4px;
  margin: 0 0 20px;
  background: unset;
  border-top: unset;
}
.contents_box1 ul {
  line-height: 1.9;
  list-style: disc outside;
  margin: 0 0 0 25px;
}
.contents_box2 {
  margin-top: 40px;
  border: 3px solid #b09453;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 17px 15px 17px 25px;
  gap: min(1.83vw, 22px);
}
.contents_box2 h3 {
  border-radius: 50%;
  background-color: #b09453;
  width: min(10vw, 120px);
  height: min(10vw, 120px);
  color: #fff;
  font-size: min(1.66vw, 20px);
  line-height: 1;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 1px;
}
.contents_box2 p {
  width: min(80vw, 960px);
  line-height: 1.9;
}
.contents .catch {
  font-size: 18px;
  text-align: center;
  margin: 25px 0;
}
.contents .catch br {
  display: none;
}

@media screen and (max-width: 750px) {
  .contents {
    padding: 8vw 2.333vw 10.667vw;
  }
  .contents_inner {
    padding: 0;
  }
  .contents_box1 {
    display: block;
    padding: 8vw 5.333vw 10.667vw;
  }
  .contents_box1 img {
    display: block;
    width: 100%;
    max-width: 500px;
    height: auto;
    margin: 0 auto 5.33vw;
  }
  .contents_box1 p {
    font-size: 3.73vw;
    margin-bottom: 5.33vw;
  }
  .contents_box1 h3 {
    font-size: 5vw;
    border-bottom: 0.8vw solid #a2843d;
    padding: 0 0 0.8vw;
    margin-bottom: 2.66vw;
  }
  .contents_box1 ul {
    font-size: 3.73vw;
    margin: 0 0 0 6.66vw;
  }
  .contents_box2 {
    margin: 5.33vw 20px 0;
    border: 0.8vw solid #b09453;
    display: block;
    padding: 4vw;
  }
  .contents_box2 h3 {
    border-radius: 0;
    width: auto;
    height: auto;
    font-size: 4.26vw;
    display: block;
    text-align: center;
    padding: 2.13vw 0;
  }
  .contents_box2 p {
    font-size: 3.73vw;
    width: auto;
    margin-top: 2.66vw;
  }
  .contents .catch {
    font-size: 4.26vw;
    line-height: 1.7;
    margin: 5.33vw 0;
  }
  .contents .catch br {
    display: inline;
  }
}
.pagelist ul li .date {
  left: max(-1.16vw, -14px);
  top: max(-1.41vw, -17px);
  width: min(14vw, 168px);
  height: min(3.83vw, 46px);
  font-size: min(1.41vw, 17px);
  padding: min(0.58vw, 7px) 0 0 min(1.25vw, 15px);
}
.pagelist li .title {
  font-size: min(1.58vw, 19px);
  line-height: 1.75;
  margin-top: min(1.08vw, 13px);
}

.kinds_3 .kinds_flow {
  background: none;
}
.kinds_3 .kinds_flow .kinds_flow_inner {
  padding: 0 20px 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 {
  line-height: 2;
}
.toryo h3 {
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 750px) {
  .toryo {
    flex-direction: column;
  }
  .kinds_paint .toryo div {
    width: unset;
  }
  .toryo h3 {
    text-align: center;
  }
}
@media screen and (min-width: 749px) {
  .toryo div:first-child {
    margin-right: 20px
  }
}

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