@charset "UTF-8";
/* ***************************************************************************** */
.c_ttl01 {
  margin-bottom: var(--margin-m-sp);
}
@media print, screen and (min-width: 768px) {
  .c_ttl01 {
    max-width: none;
    margin-bottom: var(--margin-m-pc);
  }
}
.howToUse__c_ttl02 {
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.5;
  font-feature-settings: "palt";
  text-align: center;
  margin-bottom: var(--margin-s-sp);
}
@media print, screen and (min-width: 768px) {
  .howToUse__c_ttl02 {
    font-size: 2.4rem;
    margin-bottom: var(--margin-s-pc);
  }
}
.howToUse__c_ttl02-heading {
  font-weight: bold;
  border-right: 1px solid #191f6c;
  padding-right: 1.5rem;
  margin-right: 1.5rem;
}
.howToUse__txt {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: normal;
  margin-bottom: var(--margin-s-sp);
}
@media print, screen and (max-width: 767px) {
  .step__imageBox {
    margin-bottom: var(--margin-s-sp);
  }
}
.step__imageBox__image {
  max-width: 80%;
  display: block;
  margin: 0 auto 40px;
}
.step__imageBox--col2 .step__imageBox__image {
  max-width: 300px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.step__imageBox__image--s {
  max-width: 270px;
}
@media print, screen and (min-width: 768px) {
  .step__imageBox__image {
    max-width: 500px;
    margin: 0 auto;
  }
}
.step__txtBox {
  margin-bottom: var(--margin-m-sp);
}
.howToUse__txt--center {
  text-align: center;
}
.howToUse__step { 
  margin: 0 auto 40px;
}
@media print, screen and (min-width: 768px) {
  .howToUse__txt--pcCenter {
    text-align: center;
  }
  .step__txtBox {
    margin-bottom: 0;
  }
  .howToUse__txt {
    font-size: 1.6rem;
    margin-bottom: var(--margin-s-pc);
  }
  .howToUse__step { 
    display: flex;
    justify-content: center;
    align-items: flex-start;
    max-width: 600px;
    gap: 0 40px;
    margin: 0 auto 50px;
  }
  .step__txtBox {
    max-width: 280px;
  }
}
.step__txtBox__txt {
  font-size: 1.4rem;
  font-weight: normal;
  text-align: left;
  border-top: 1px solid rgba(25,31,108,0.2);
  border-bottom: 1px solid rgba(25,31,108,0.2);
  padding: 40px 0;
}
.howToUse__point--flow {
  padding: 0 0 90px;
  background: url(../../common/images/deco_dot01.webp) no-repeat center bottom 10px;
  background-size: 6px auto;
  margin-bottom: 24px;
}
@media print, screen and (min-width: 768px) {
  .howToUse__point--flow {
    padding-bottom: 150px;
    background-position: center bottom 35px;
    background-size: 8px;
    margin-bottom: 16px;
  }
}
.howToUse__point--flow-last {
  margin-bottom: var(--margin-m-sp);
}
@media print, screen and (min-width: 768px) {
  .howToUse__point--flow-last {
    margin-bottom: var(--margin-m-pc);
  }
}
.howToUse__point {
  background: #fdf0f4;
  border-radius: 10px;
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 16px;
}
@media print, screen and (min-width: 768px) {
  .howToUse__point {
    padding: 32px;
    gap: 0 24px;
  }
}
.point__imageBox {
  max-width: 60px;
  flex-shrink: 0;
}
.point__txtBox__txt {
  color: #ec79a0;
  font-size: 1.4rem;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .point__txtBox__txt {
    font-size: 1.6rem;
  }
}
.howToUse__exBox {
  border: 3px solid #eaebeb;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: var(--margin-s-sp);
}
@media print, screen and (min-width: 768px) {
  .howToUse__exBox {
    padding: 60px;
    margin-bottom: var(--margin-s-pc);
  }
}
.ex__heading {
  text-align: center;
  font-size: 2.4rem;
  font-weight: normal;
}
.ex__heading--ok {
  color: #7fcef4;
  font-weight: bold;
}
.ex__heading--ng {
  color: #ec79a0;
  font-weight: bold;
}
.ex__imageBox {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 24px;
}
.ex__imageBox__image {
  width: 50%;
}
@media print, screen and (min-width: 768px) {
  .ex__imageBox__image {
    max-width: 260px;
  }
  .ex__imageBox {
    gap: 0 60px;
  }
}
.howToUse__ex__txt {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 8px;
}
@media print, screen and (min-width: 768px) {
  .howToUse__ex__txt {
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 2px;
  }
}
.howToUse__confirm .c_ttl15 {
  text-align: center;
}
.howToUse__confirm__txt {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.6;
}
.howToUse__confirm__listContents {
  display: flex;
  align-items: flex-start;
  gap: 0 16px;
  margin-bottom: var(--margin-s-sp);
}
@media print, screen and (min-width: 768px) {
  .howToUse__confirm__txt {
    font-size: 1.6rem;
  }
  .howToUse__confirm__listContents {
    margin-bottom: var(--margin-s-pc);
    align-items: center;
    gap: 0 24px;
  }
}
.howToUse__points li {
  font-size: 1.4rem;
  font-weight: normal;
}
.howToUse__confirm--ico img {
  max-width: 40px;
  height: auto;
}
@media print, screen and (min-width: 768px) {
  .howToUse__points li {
    font-size: 1.6rem;
  }
  .howToUse__confirm--ico img {
    max-width: 60px;
  }
}
.howToUse__qaBox {
  display: flex;
  margin-bottom: var(--margin-ss-pc);
}
.howToUse__qaBox dt {
  flex-basis: 40px;
}
.howToUse__qaBox dd {
  width: calc(100% - 40px);
}
.howToUse__qaIco {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.4;
}
.howToUse__qaIco--q {
  color: #7fcef4;
}
.howToUse__qaIco--a {
  color: #ec79a0;
}
.howToUse__qaTxt {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: normal;
}
.howToUse__qaTxt--b {
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .howToUse__qaTxt {
    font-size: 1.6rem;
  }
}