@charset "UTF-8";
.bg_dot {
  position: relative;
}

.bg_dot::after {
  background-image: radial-gradient(#000 14%, transparent 14%);
  background-size: 14px 14px;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.05;
}
@media (max-width: 600px) {
  .bg_dot::after {
    background-image: radial-gradient(#000 17%, transparent 17%);
    background-size: 13px 13px;
  }
}

.howto-txt-break {
  display: inline-block;
}

@media (max-width: 768px) {
  .pc-br {
    display: none;
  }
}

.sp-br {
  display: none;
}
@media (max-width: 768px) {
  .sp-br {
    display: block;
  }
}

.howto-inner {
  margin: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .howto-inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 767px) {
  .howto-inner.howto-qlist-inner {
    padding-bottom: 100px;
  }
}

.howto-readtxt {
  text-align: center;
}
@media (min-width: 769px) {
  .howto-readtxt {
    margin-bottom: 80px;
  }
}
.howto-readtxt.type02 {
  margin-bottom: 60px;
}
@media (max-width: 600px) {
  .howto-readtxt.type02 {
    margin-bottom: 40px;
  }
}

@media (min-width: 601px) {
  .howto-qlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (max-width: 999px) and (min-width: 601px) {
  .howto-qlist {
    justify-content: center;
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 50px;
  }
}
@media (max-width: 999px) and (min-width: 870px) {
  .howto-qlist {
    padding: 0 60px;
  }
}
@media (max-width: 869px) and (min-width: 767px) {
  .howto-qlist {
    padding: 0;
  }
}
@media (max-width: 600px) {
  .howto-qlist {
    margin-bottom: 20px;
  }
}
.howto-qlist-item {
  margin-bottom: 0;
  text-align: center;
  width: 100%;
}
@media (min-width: 1000px) {
  .howto-qlist-item {
    width: 30%;
  }
}
@media (max-width: 999px) and (min-width: 601px) {
  .howto-qlist-item {
    width: calc(50% - 30px);
  }
}
@media (max-width: 600px) {
  .howto-qlist-item + .howto-qlist-item {
    border-top: 2px dotted #ccc;
    margin-top: 40px;
    padding-top: 40px;
  }
}
.howto-qlist-ttl {
  color: #4d9668;
  display: inline-block;
  font-size: 20px;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  padding: 0 35px;
  position: relative;
  text-align: center;
}
@media (max-width: 600px) {
  .howto-qlist-ttl {
    font-size: 15px;
    margin-bottom: 12px;
    padding: 0 27px;
  }
}
.howto-qlist-ttl::before, .howto-qlist-ttl::after {
  background-image: url(../images/howto/icon_item01.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  top: 7px;
  width: 20px;
}
@media (max-width: 600px) {
  .howto-qlist-ttl::before, .howto-qlist-ttl::after {
    height: 15px;
    top: 5px;
    width: 15px;
  }
}
.howto-qlist-ttl::before {
  left: 0;
}
.howto-qlist-ttl::after {
  right: 0;
  transform: scaleX(-1);
}
.howto-qlist-img {
  height: 190px;
  width: auto;
}
@media (max-width: 768px) {
  .howto-qlist-img {
    height: 142px;
  }
}
.howto-qlist-txt01 {
  background-color: #e7f0ea;
  border-radius: 999px;
  box-sizing: border-box;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.3;
  margin-bottom: 60px;
  padding: 18px;
  position: relative;
}
@media (max-width: 768px) {
  .howto-qlist-txt01 {
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .howto-qlist-txt01 {
    width: 285px;
  }
}
.howto-qlist-txt01::after {
  background-image: url(../images/howto/icon_item02.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 49px;
  margin-left: -20px;
  position: absolute;
  bottom: -35px;
  left: 50%;
  width: 35px;
}
@media (max-width: 768px) {
  .howto-qlist-txt01::after {
    height: 36px;
    margin-left: -13px;
    bottom: -25px;
    width: 26px;
  }
}
@media (min-width: 601px) {
  .howto-qlist-txt01.type02::after {
    transform: scaleX(-1);
  }
}
.howto-qlist-txt02 {
  color: #4d9668;
  font-size: 22px;
  letter-spacing: 0.03em;
  margin-bottom: 25px;
  padding-top: 90px;
  position: relative;
  text-align: center;
}
@media (max-width: 768px) {
  .howto-qlist-txt02 {
    font-size: 18px;
    margin-bottom: 15px;
    padding-top: 65px;
  }
}
.howto-qlist-txt02::before {
  background-image: url(../images/howto/icon_arrow02.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 36px;
  margin-left: -16px;
  position: absolute;
  top: 35px;
  left: 50%;
  width: 32px;
}
@media (max-width: 768px) {
  .howto-qlist-txt02::before {
    height: 27px;
    margin-left: -14px;
    top: 20px;
    width: 24px;
  }
}
.howto-qlist-txt03 {
  letter-spacing: 0.02em;
}

.howto-notelist {
  margin-top: 20px;
}
.howto-notelist li {
  font-size: 12px;
  margin-bottom: 0;
  padding-left: 15px;
  position: relative;
}
.howto-notelist li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.howto-ttl02 {
  font-size: 32px;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
  padding-bottom: 10px;
  text-align: center;
}
@media (max-width: 768px) {
  .howto-ttl02 {
    font-size: 24px;
    margin-bottom: 35px;
  }
}
.howto-ttl02::after {
  background-color: #00a67a;
  border-radius: 999px;
  content: "";
  display: block;
  height: 4px;
  margin: 0 auto;
  position: relative;
  bottom: -10px;
  width: 60px;
}

.bg-green {
  background-color: #e7f0ea;
}

.bg-gray {
  background-color: #f7f7f7;
}

.howto-step-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}
@media (max-width: 1299px) {
  .howto-step-list {
    flex-wrap: wrap;
    justify-content: center;
    -moz-column-gap: 40px;
         column-gap: 40px;
    margin-right: auto;
    margin-left: auto;
    max-width: 700px;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .howto-step-list {
    -moz-column-gap: 20px;
         column-gap: 20px;
    margin-bottom: 50px;
    max-width: 350px;
  }
}
.howto-step-list-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  position: relative;
}
@media (min-width: 1299px) {
  .howto-step-list-item {
    width: 13.3%;
  }
}
@media (max-width: 1299px) {
  .howto-step-list-item {
    width: 160px;
  }
  .howto-step-list-item:nth-of-type(3)::after {
    display: none;
  }
  .howto-step-list-item:nth-of-type(1), .howto-step-list-item:nth-of-type(2), .howto-step-list-item:nth-of-type(3) {
    margin-bottom: 55px;
  }
}
@media (max-width: 600px) {
  .howto-step-list-item {
    width: 100px;
  }
}
.howto-step-list-item::after {
  background-image: url(../images/howto/icon_arrow01.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 24px;
  margin-top: 45px;
  position: absolute;
  top: 50%;
  right: -30px;
  width: 15px;
}
@media (max-width: 600px) {
  .howto-step-list-item::after {
    height: 14px;
    right: -15px;
    width: 9px;
  }
}
.howto-step-list-item:last-child::after {
  display: none;
}
.howto-step-list-item-txt {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 20px;
  text-align: center;
}
.howto-step-list-item-txt .en {
  background-color: #4d9668;
  border-radius: 999px;
  color: #fff;
  display: inline-block;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 13px;
  padding: 5px 13px 2px;
}
@media (max-width: 768px) {
  .howto-step-list-item-txt .en {
    font-size: 12px;
  }
}
.howto-step-list-item-txt .en .num {
  font-size: 20px;
}
@media (max-width: 768px) {
  .howto-step-list-item-txt .en .num {
    font-size: 15px;
  }
}
.howto-step-list-item-txt .txt {
  display: block;
  align-content: center;
  flex-grow: 1;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .howto-step-list-item-txt .txt {
    font-size: 15px;
  }
}
.howto-step-list-item-img {
  height: auto;
  margin: 0 auto;
  width: 160px;
}
@media (max-width: 1299px) {
  .howto-step-list-item-img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .howto-step-list-item:nth-of-type(2) .howto-step-list-item-txt .txt {
    font-size: 13px;
  }
}
.howto-step-box {
  border-top: 4px solid #4d9668;
  border-bottom: 4px solid #4d9668;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 60px;
  padding: 35px 0;
  position: relative;
  width: 710px;
}
@media (max-width: 1299px) {
  .howto-step-box {
    width: 500px;
  }
}
@media (max-width: 600px) {
  .howto-step-box {
    border-width: 2px;
    margin-bottom: 40px;
    padding: 20px 0;
    width: 313px;
  }
}
.howto-step-box::before {
  border-top: 4px solid #4d9668;
  border-right: 4px solid #4d9668;
  background-color: #e7f0ea;
  content: "";
  display: block;
  height: 30px;
  margin-left: -15px;
  position: absolute;
  top: -21px;
  left: 50%;
  transform: rotate(-45deg) skew(-10deg, -10deg);
  width: 30px;
}
@media (max-width: 600px) {
  .howto-step-box::before {
    border-width: 2px;
    height: 10px;
    margin-left: -5px;
    top: -7px;
    width: 10px;
  }
}
.howto-step-box-txt {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 600px) {
  .howto-step-box-txt {
    font-size: 16px;
    line-height: 1.8;
  }
}
.howto-step-box-txt strong {
  color: #4d9668;
  font-size: 32px;
  line-height: 1;
}
@media (max-width: 600px) {
  .howto-step-box-txt strong {
    font-size: 24px;
    line-height: 1.25;
  }
}
@media (max-width: 1299px) {
  .howto-step-box-txt .sp-br {
    display: block;
  }
}

.howto-btn {
  background-color: #fff;
  border: 3px solid #4d9668;
  border-radius: 999px;
  box-sizing: border-box;
  display: block;
  color: #4d9668;
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto;
  max-width: 480px;
  padding: 12px 30px;
  position: relative;
  text-align: center;
  text-decoration: none;
}
@media (max-width: 768px) {
  .howto-btn {
    border-width: 2px;
    font-size: 12px;
    max-width: 225px;
    padding: 10px 15px;
  }
}
.howto-btn::after {
  background-image: url(../images/howto/icon_arrow01.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 20px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
}
@media (max-width: 768px) {
  .howto-btn::after {
    height: 11px;
    margin-top: -5px;
    right: 8px;
    width: 7px;
  }
}
.howto-btn.more-btn {
  border: 1px solid #4d9668;
  color: #4d9668;
  font-size: 14px;
  letter-spacing: 0.07em;
  max-width: 300px;
  padding: 14px 30px;
}
@media (max-width: 768px) {
  .howto-btn.more-btn {
    font-size: 12px;
    max-width: 225px;
    padding: 10px 15px;
  }
}
.howto-btn.more-btn::after {
  margin-top: -7px;
  height: 14px;
  right: 15px;
  width: 7px;
}
@media (max-width: 768px) {
  .howto-btn.more-btn::after {
    margin-top: -6px;
    height: 12px;
    right: 13px;
    width: 8px;
  }
}

.howto-note {
  font-size: 14px;
  text-align: center;
}
@media (max-width: 768px) {
  .howto-note {
    font-size: 12px;
  }
}

.howto-support-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 60px;
}
@media (max-width: 999px) and (min-width: 601px) {
  .howto-support-list {
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .howto-support-list {
    margin-bottom: 40px;
    gap: 24px;
  }
}
.howto-support-list-item {
  background-color: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  padding: 28px 28px 35px;
  text-align: center;
}
@media (min-width: 1000px) {
  .howto-support-list-item {
    width: 31.1%;
  }
}
@media (max-width: 1099px) and (min-width: 800px) {
  .howto-support-list-item {
    width: 40%;
  }
}
@media (max-width: 799px) and (min-width: 601px) {
  .howto-support-list-item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 600px) {
  .howto-support-list-item {
    padding: 20px 20px 25px;
    width: 345px;
  }
}
.howto-support-list-img {
  display: block;
  height: auto;
  margin-bottom: 25px;
  width: 100%;
}
.howto-support-list-ttl {
  color: #4d9668;
  font-size: 22px;
  align-content: center;
  flex-grow: 1;
  line-height: 1.4;
  margin-bottom: 15px;
}
@media (max-width: 799px) {
  .howto-support-list-ttl {
    font-size: 20px;
  }
}
.howto-support-list-txt {
  text-align: center;
}
@media (max-width: 799px) {
  .howto-support-list-txt {
    font-size: 16px;
  }
}
.howto-support-list-item.type02 .howto-support-list-ttl {
  flex-grow: 0;
}

.howto-suited {
  box-sizing: border-box;
}
.howto-suited-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 28px;
}
@media (min-width: 1299px) {
  .howto-suited-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .howto-suited-list {
    margin-right: auto;
    margin-left: auto;
    width: 345px;
  }
}
.howto-suited-list-item {
  margin-bottom: 0;
  width: 30%;
}
@media (min-width: 1299px) {
  .howto-suited-list-item {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .howto-suited-list-item {
    width: calc(50% - 15px);
  }
}
.howto-suited-list-img {
  height: auto;
  width: 100%;
}
.howto-suited-list-txt {
  font-weight: bold;
  line-height: 1.4;
  margin-top: 20px;
  padding-left: 40px;
  position: relative;
}
@media (max-width: 600px) {
  .howto-suited-list-txt {
    font-size: 15px;
    margin-top: 8px;
    padding-left: 30px;
  }
}
.howto-suited-list-txt::before {
  background-image: url(../images/howto/icon_checkbox.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 32px;
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
}
@media (max-width: 600px) {
  .howto-suited-list-txt::before {
    height: 24px;
    width: 24px;
  }
}
@media (max-width: 600px) {
  .howto-suited-list-item:nth-of-type(1) .howto-suited-list-txt {
    font-size: 14px;
  }
}

.cta-buttons.ver-howto {
  margin: 0 0 60px;
}
@media (max-width: 768px) {
  .cta-buttons.ver-howto {
    margin: 20px 0 50px;
  }
}
.cta-buttons.ver-howto .intro-title {
  margin-bottom: 60px;
}

.container-faq.howto-faq {
  padding: 0 !important;
}
@media (max-width: 768px) {
  .container-faq.howto-faq {
    padding: 0 0 40px !important;
  }
}

.renew .container-faq.howto-faq .faq_box {
  margin: 60px auto;
}
@media (max-width: 768px) {
  .renew .container-faq.howto-faq .faq_box {
    margin: 40px auto;
  }
}

.renew section.container-faq.howto-faq .box-faq_list dt.trigger:after {
  background-image: url(../images/howto/icon_item03.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 23px;
  right: 30px;
  transition: all 0.3s ease;
  width: 23px;
}
@media (max-width: 768px) {
  .renew section.container-faq.howto-faq .box-faq_list dt.trigger:after {
    height: 11px;
    width: 11px;
  }
}

.renew section.container-faq.howto-faq .box-faq_list dt.trigger.open:after {
  margin-top: -12px;
  transform: rotate(45deg) !important;
}
@media (max-width: 768px) {
  .renew section.container-faq.howto-faq .box-faq_list dt.trigger.open:after {
    margin-top: -5px;
  }
}

@media (max-width: 768px) {
  .renew section.container-faq.howto-faq .box-faq_list dt {
    border-radius: 5px;
    font-size: 12px !important;
    margin-top: 15px;
    padding: 8px 30px 8px 30px !important;
  }
}

@media (max-width: 768px) {
  .renew .container-faq.howto-faq .box-faq_list dt::before {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .renew .container-faq.howto-faq .box-faq_list dd {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .renew .container-faq.howto-faq .box-faq_list dd::before {
    font-size: 15px;
  }
}

.link-list.howto-link-list {
  margin-top: 0;
}
.link-list.howto-link-list .cards-grid a {
  text-decoration: none;
}

.howto-cta-area {
  padding-top: 80px;
}
@media (max-width: 768px) {
  .howto-cta-area {
    padding-top: 40px;
  }
}
.howto-cta-area .cta-buttons.ver-howto {
  margin: 0 0 80px;
}
@media (max-width: 768px) {
  .howto-cta-area .cta-buttons.ver-howto {
    margin: 0 0 60px;
  }
}

.bnr-diagnosis.howto-bnr-diagnosis {
  padding: 0 60px 100px;
}
@media (max-width: 768px) {
  .bnr-diagnosis.howto-bnr-diagnosis {
    padding: 0 0 70px;
  }
}
/*# sourceMappingURL=howto.css.map */