@charset "UTF-8";
.howto-wrapper {
  padding-bottom: 146px;
}
@media screen and (max-width: 767px) {
  .howto-wrapper {
    padding-bottom: 86px;
  }
}
.howto-wrapper figure {
  margin: 0;
}

.howto-ttl {
  font-size: 26px;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 32px;
  margin-top: 0;
  font-weight:500;
}
@media screen and (max-width: 767px) {
  .howto-ttl {
    font-size: 20px;
    margin-bottom: 22px;
  }
}

.howto-index .howto-index-contents {
  display: flex;
  gap: 35px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .howto-index .howto-index-contents {
    flex-direction: column;
    gap: 18px;
  }
}
.howto-index .howto-index-contents figure {
  width: 485px;
}
@media screen and (max-width: 767px) {
  .howto-index .howto-index-contents figure {
    width: 100%;
  }
}
.howto-index .howto-index-contents figure img {
  width: 100%;
}
.howto-index .howto-index-contents .txt-area {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .howto-index .howto-index-contents .txt-area {
    width: 100%;
    flex: initial;
  }
}
.howto-index .howto-index-contents .txt-area li {
  display: flex;
  font-size: 15px;
  line-height: 1.75;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .howto-index .howto-index-contents .txt-area li {
    font-size: 14px;
  }
}
.howto-index .howto-index-contents .txt-area li span {
  padding-top: 3px;
}
.howto-index .howto-index-contents .txt-area li:before {
  content: "●";
  color: #f8cf4e;
  font-size: 16px;
}

.howto-flow {
  margin-top: 110px;
}
@media screen and (max-width: 767px) {
  .howto-flow {
    margin-top: 75px;
  }
}
@media screen and (max-width: 767px) {
  .howto-flow .howto-ttl {
    text-align: center;
    /*margin: 0 22px;*/
    margin: 0;
    padding-bottom: 16px;
    margin-bottom: 24px;
    font-size: 20px;
    letter-spacing: 0.05em;
    border-bottom: 1px solid #c1c1c1;
  }
}
.howto-flow .howto-list {
  display: flex;
  flex-wrap: wrap;
  gap: 45px 25px;
}
@media screen and (max-width: 767px) {
  .howto-flow .howto-list {
    /*padding: 0 22px;*/
    gap: 26px;
  }
}
.howto-flow .howto-list li {
  width: calc((100% - 50px) / 3);
}
@media screen and (max-width: 767px) {
  .howto-flow .howto-list li {
    width: 100%;
  }
}
.howto-flow .howto-list li img {
  width: 100%;
}
.howto-flow .howto-list li h3 {
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
  font-size: 17px;
  gap: 15px;
  align-items: center;
  font-weight:500;
}
@media screen and (max-width: 767px) {
  .howto-flow .howto-list li h3 {
    font-size: 16px;
  }
}
.howto-flow .howto-list li h3:before {
  font-size: 25px;
  line-height: 1;
  padding-bottom: 2px;
}
@media screen and (max-width: 767px) {
  .howto-flow .howto-list li h3:before {
    font-size: 20px;
  }
}
.howto-flow .howto-list li p {
  margin-top: 14px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.7142857143;
}
@media screen and (max-width: 767px) {
  .howto-flow .howto-list li p {
    font-size: 13px;
    line-height: 1.6923076923;
    margin-top: 10px;
  }
}
.howto-flow .howto-list li:nth-child(1) h3:before {
  content: "01";
}
.howto-flow .howto-list li:nth-child(2) h3:before {
  content: "02";
}
.howto-flow .howto-list li:nth-child(3) h3:before {
  content: "03";
}
.howto-flow .howto-list li:nth-child(4) h3:before {
  content: "04";
}
.howto-flow .howto-list li:nth-child(5) h3:before {
  content: "05";
}
.howto-flow .howto-list li:nth-child(6) h3:before {
  content: "06";
}