/* --------------------------------
 * howtouse.html
 * -------------------------------- */
@media screen and (max-width: 320px) {
  html {
    font-size: 54.0%;
  }
}
#panel {
  background-color: #BDDB98;
  ;
}
/* -------------------
 * wrapper
 * ------------------- */
.wrapper {
  position: relative;
}
/* ----------------
 * content-title
 * ---------------- */
.logo-wrap {
  padding-top: 60px;
  width: 95%;
  max-width: 600px;
  margin: 20px auto 10px;
  text-align: center;
}
.logo-sub {
  margin-bottom: 2%;
  font-size: 2.6rem;
  background-image: url("../img_howtouse/logo_sub_bg.png");
  background-repeat: no-repeat;
  background-position: center bottom 30%;
  background-size: contain;
  display: inline-block;
  padding: 0 10%;
  line-height: 1.3;
  font-weight: bold;
  letter-spacing: 1px;
}
@media screen and (max-width: 600px) {
  .logo-sub {
    margin-bottom: 2%;
    font-size: 1.8rem;
    background-position: center bottom 5px;
  }
}
/* ----------------
 * site-title-wrap
 * ---------------- */
.site-title-wrap {
  margin-bottom: 15px;
  background-color: #6FBA2C;
  text-align: center;
  padding: 10px 0 20px;
  position: relative;
}
.site-title-wrap h2 {
  font-size: 3.6rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
}
.site-title {
  background-color: #fffcd2;
  padding: 10px 0;
}
.site-title h3 {
  border-top: 1px solid #e84354;
  border-bottom: 1px solid #e84354;
  padding: 10px 0;
}
.site-title h3 strong {
  display: block;
  text-align: left;
  color: #e84354;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
  width: 85%;
  max-width: 400px;
  margin: 0 auto;
}
.site-title-image {
  position: absolute;
  bottom: -5px;
  right: 50%;
  width: 113px;
  margin-right: -240px
}
@media screen and (max-width: 500px) {
  .site-title-wrap h2 {
    font-size: 3.0rem;
  }
  .site-title h3 strong {
    font-size: 2.0rem;
  }
  .site-title-image {
    right: 1%;
    margin-right: 0px;
    width: 105px;
  }
}
@media screen and (max-width: 340px) {
  .site-title h3 strong {
    width: 95%;
  }
  .site-title-image {
    right: 0px;
  }
}
@media screen and (max-width: 320px) {
  .site-title-image {
    width: 95px;
  }
}
/* ----------------
 * site-description
 * ---------------- */
.site-description {
  width: 85%;
  max-width: 600px;
  margin: 0 auto 20px;
  font-size: 1.8rem;
}
@media screen and (max-width: 500px) {
.site-description {
  font-size: 1.6rem;
}
}
/* ----------------
 * nav-howtouse-wrap
 * ---------------- */
.nav-howtouse-wrap {
  width: 85%;
  max-width: 400px;
  margin: 0 auto 20px;
  background-image: url("../img_howtouse/index_bg.webp");
  background-repeat: no-repeat;
  background-position: top 0px right 0px;
  background-size: 30% auto;
}
.nav-howtouse-title {
  color: #66A62C;
  letter-spacing: 2px;
  font-weight: bold;
  margin-bottom: 8px;
  position: relative;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  background-color: #fff;
  padding: 0px 15px 0px 10px;
}
.nav-howtouse-title:after {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 10px transparent;
  border-top: solid 20px #CFE6B8;
  ;
  z-index: 1;
  transition: .4s;
  border-left-width: 10px;
}
.nav-howtouse {
  margin-bottom: 20px;
  font-size: 1.6rem;
}
.nav-howtouse ul.nav-howtouse-ul01 {
  padding-left: 1.5em;
  list-style-type: square;
}
.nav-howtouse ul.nav-howtouse-ul01 li {
  margin-bottom: 5px;
}
.nav-howtouse a {
  color: #434343;
  display: block;
}
.nav-howtouse-ul02-ttl a {
  color: #66A62C;
  text-decoration: none;
  font-weight: bold;
}
.nav-howtouse ul.nav-howtouse-ul02 {
  padding-left: 1em;
}
.nav-howtouse ul.nav-howtouse-ul02 li {
  padding-left: 1.5em;
  position: relative;
  margin-bottom: 3px;
}
.nav-howtouse ul.nav-howtouse-ul02 li::before {
  content: "Ｑ";
  color: #66A62C;
  font-weight: bold;
  position: absolute;
  top: 0px;
  left: 0px;
}
/* ----------------
 * content-wrap
 * ---------------- */
.content-wrap {
  margin-bottom: 40px;
  padding-top: 60px;
  margin-top: -60px;
}
/* ----------------
 * content-howtouse-wrap
 * ---------------- */
.content-howtouse-wrap {
  background-color: #fff;
  padding: 10px 10px 1px;
  margin-bottom: 10px;
}
.content-howtouse-title {
  border-top: 5px solid #e84354;
  border-bottom: 5px solid #e84354;
  padding: 10px 0;
  text-align: center;
  color: #e84354;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 1px;
  margin-top: 20px;
  margin-bottom: 15px;
  position: relative;
}
.content-howtouse-title::before {
  content: "How to Suku Suku Passport";
  color: #4F4F4F;
  font-size: 12px;
  position: absolute;
  top: -22px;
  right: 0px;
}
@media screen and (max-width: 600px) {
  .content-howtouse-title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 330px) {
  .content-howtouse-title {
    font-size: 2.2rem;
  }
}
.content-howtouse {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.content-howtouse-description01 {
  color: #e84354;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 600px) {
  .content-howtouse-description01 {
    font-size: 2.4rem;
  }
}
.content-howtouse-description02 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
}
.content-howtouse-description02 strong {
  color: #e84354;
  font-size: 2.8rem;
}
.content-howtouse-description02 strong .more-strong {
  font-size: 3.0rem;
}
.content-howtouse-description02 strong .more-strong-no {
  font-size: 3.4rem;
}
@media screen and (max-width: 600px) {
  .content-howtouse-description02 {
    font-size: 2.2rem;
  }
  .content-howtouse-description02 strong {
    color: #e84354;
    font-size: 2.4rem;
  }
  .content-howtouse-description02 strong .more-strong {
    font-size: 2.8rem;
  }
}
/* ----------------
 * howtouse01
 * ---------------- */
.howtouse01-description {
  background-image: url("../img_howtouse/howtouse01_bg.webp");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
  letter-spacing: 1px;
  font-size: 2.4rem;
  padding-bottom: 10%;
  margin-bottom: 0.5em;
}
.howtouse01-line {
  text-align: center;
  font-size: 2.4rem;
  border-top: 1px dotted #767676;
  position: relative;
}
.howtouse01-line span {
  display: inline-block;
  position: relative;
  top: -0.8em;
  background-color: #ffffff;
  padding: 0 15px;
}
.howtouse01-img {
  max-width: 500px;
  margin: 0 auto 20px;
  line-height: 2;
}
.howtouse01-note-wrap {
  font-size: 1.8rem;
}
.howtouse01-note-wrap h3 {
  color: #E94254;
  font-weight: bold;
}
.howtouse01-note {
  color: #ffffff;
  background-color: #E94254;
  padding: 3%;
}
@media screen and (max-width: 500px) {
  .howtouse01-description {
    font-size: 1.8rem;
  }
  .howtouse01-line {
    font-size: 1.8rem;
  }
  .howtouse01-note-wrap {
    font-size: 1.4rem;
  }
}
/* ----------------
 * howtouse02
 * ---------------- */
.howtouse02-description {
  font-size: 2.0rem;
  margin-bottom: 2em;
}
.howtouse02-description strong {
  color: #E84354;
  text-decoration: underline;
}
.step00-wrap {
  max-width: 500px;
  margin: 0 auto 1em;
}
.step00-dw-wrap {
  background-color: #FFFCD2;
  padding: 3%;
  margin-bottom: 3em;
}
.step00-dw-wrap h3 {
  width: 95%;
  max-width: 400px;
  margin-bottom: 0.5em;
}
.step00-dw-wrap h4 {
  color: #E84354;
  font-size: 2.2rem;
  margin-left: 5px;
  font-weight: bold;
  margin-bottom: 3px;
}
.step00-dw {
  display: flex;
  justify-content: space-between;
}
.step00-dw div:nth-child(1) {
  width: 47%;
  text-align: center;
}
.step00-dw div:nth-child(2) {
  width: 52%;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .howtouse02-description {
    font-size: 1.8rem;
  }
  .step00-dw-wrap h4 {
    font-size: 1.6rem;
  }
}
/* ----------------
 * step-wrap
 * ---------------- */
.step-wrap {
  margin-bottom: 10px;
}
.step-wrap::after {
  content: url("../img_howtouse/step_arrow.webp");
  display: block;
  text-align: center;
  padding-top: 20px;
}
.step-wrap.step-last::after {
  display: none
}
.step-wrap h3 {
  width: 40%;
  max-width: 180px;
  margin-bottom: 10px;
}
.step-wrap h4 {
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
.step-image {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.step-image02 {
  max-width: 350px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.step-image03 {
  max-width: 450px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
}
@media screen and (max-width: 500px) {
  .step-wrap h4 {
    font-size: 2.0rem;
  }
}
.step-description {
  margin-top: 10px;
  font-size: 1.8rem;
}
.step-description strong {
  color: #e60012;
  text-decoration: underline;
}
.step-note {
  color: #e60012;
  background-color: #fdecee;
  text-align: center;
  font-size: 2.0rem;
  font-weight: bold;
  padding: 1em;
}
@media screen and (max-width: 600px) {
  .go-stamp-wrap {
    font-size: 1.6rem;
  }
  .step-description {
    font-size: 1.6rem;
  }
  .step-note {
  font-size: 1.6rem;
}
}
/* ----------------
 * howtouse03
 * ---------------- */
.howtouse03-ttl {
  background-color: #FFFCD2;
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
  border-radius: 50%;
  padding: 1.5em 5%;
  line-height: 1.3;
  margin-bottom: 1em;
  position: relative;
}
.howtouse03-ttl::before {
  content: url("../img_howtouse/howtouse03_ttl_bg01.webp");
  width: 10px;
  position: absolute;
  bottom: -10px;
  left: -10px;
}
.howtouse03-ttl::after {
  content: url("../img_howtouse/howtouse03_ttl_bg02.webp");
  width: 10px;
  position: absolute;
  bottom: -10px;
  right: 80px;
}
.howtouse03-ttl strong {
  color: #E84354;
  font-size: 3.0rem;
  display: block;
  letter-spacing: 2px;
  padding-top: 5px;
}
.howtouse03-description {
  font-size: 2.4rem;
  margin-bottom: 2em;
  text-align: center;
  line-height: 1.3;
}
.howtouse03-description strong {
  color: #E84354;
  display: block;
  padding-top: 5px;
}
.howtouse03-note {
  background-color: #fdecee;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 1em;
}
.howtouse03-note strong {
  color: #ffffff;
  background-color: #e60012;
  font-size: 2.6rem;
  padding: 0.5em 0;
  border-radius: 20px;
  display: block;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 500px) {
  .howtouse03-ttl {
    font-size: 1.8rem;
  }
  .howtouse03-ttl strong {
    font-size: 2.2rem;
  }
  .howtouse03-description {
    font-size: 1.8rem;
  }
  .howtouse03-note {
    font-size: 1.6rem;
  }
  .howtouse03-note strong {
    font-size: 1.8rem;
  }
}
/* ----------------
 * qa-wrap
 * ---------------- */
.qa-wrap {
  margin-bottom: 15px;
  padding-top: 60px;
  margin-top: -60px;
}
.qa-wrap dt {
  padding: 0 0 3px 2.5em;
  margin-bottom: 3px;
  border-bottom: 1px solid #4F4F4F;
  font-weight: bold;
  font-size: 1.7rem;
}
.qa-wrap dd {
  margin: 0 0 0 2.5em;
  font-size: 1.6rem;
}
.qa-wrap dd strong {
  color: #e60012;
}
/* QAアイコン */
.qa-wrap dt::before, .qa-wrap dd::before {
  font-size: 3.0rem;
  font-weight: bold;
  line-height: 1.1;
}
.qa-wrap dt::before {
  content: 'Q';
  color: #6FBA2C;
  margin: 0 0.5em 0 -1.2em;
}
.qa-wrap dd::before {
  content: 'A';
  color: #e84354;
  margin: 0 0.5em 0 -1.0em;
}
.qa-wrap dd ol {
  padding-left: 1.5em;
  list-style-type: decimal;
  margin-top: 10px;
}
.qa-wrap dd li {
  margin-bottom: 8px;
}
.contact-wrap {
  display: block;
  width: 95%;
  max-width: 400px;
  margin: 0 auto 15px;
}