@charset "UTF-8";
/*====================================================================
PC CSS
====================================================================*/
@media screen and (min-width: 1024px) {
  .sp-img {
    display: none;
  }
  .content .title-wrap {
    background-color: #fecc16;
  }
  .content .title-wrap h1.title {
    max-width: 1024px;
    font-size: 18px;
    line-height: 1.5;
    padding: 18px 18px 18px 66px;
    text-align: left;
    letter-spacing: 0.9px;
    margin: auto;
    font-weight: bold;
    position: relative;
  }
  .content .title-wrap h1.title::before {
    content: "";
    position: absolute;
    top: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%);
    width: 1.9em;
    height: 1.9em;
    left: 21px;
    background-image: url(../images/main-icon.png);
  }
}
.special-wrap {
  overflow: hidden;
}
.special-wrap img {
  vertical-align: top;
}
.special-wrap a {
  cursor: pointer;
}
.special-wrap h3.how-to-capt {
  padding-bottom: 0;
  font-size: 24px;
  margin-bottom: 12px;
  margin-top: 0;
  font-weight: bold;
  position: relative;
}
.special-wrap .btn-newuser {
  padding: 32px 0 48px;
  background: #fffbde;
}
.special-wrap .btn-newuser a {
  width: 560px;
  padding: 26px;
  background: #59bf43;
  border-radius: 9px;
  color: #fff;
  font-weight: bold;
  display: block;
  text-align: center;
  font-size: 1em;
  margin: auto;
  transition: 0.5s;
  box-shadow: 0px 5px rgba(200, 200, 200, 0.63);
  position: relative;
  text-decoration: none;
}
.special-wrap .btn-newuser a::after {
  content: "";
  position: absolute;
  top: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  width: 2em;
  height: 2em;
  right: 21px;
  background-image: url(../images/btn-icon.png);
}
.special-wrap .btn-newuser a:hover {
  box-shadow: 0 0 rgba(0, 0, 0, 0.4);
  transform: translateY(5px);
  color: #fff;
}
.special-wrap .btn-newuser .action {
  color: #ff2700;
  font-weight: bold;
  text-align: center;
  margin-bottom: 9px;
  position: relative;
}
.special-wrap .btn-newuser .action::before {
  content: "";
  position: absolute;
  top: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  width: 1.3em;
  height: 1.3em;
  margin-left: -21px;
  background-image: url(../images/action-icon.png);
}
.special-wrap p {
  font-size: 0.9em;
}
.special-wrap .how-to-image {
  margin: 18px;
  text-align: center;
}
.special-wrap .how-to-image img {
  margin: auto;
  vertical-align: top;
  width: 70%;
  height: auto;
}
.special-wrap .how-to-wrap {
  background: #fffcf0;
}
.special-wrap .how-to-area {
  max-width: 1024px;
  display: block;
  margin: auto;
  padding: 48px 0;
}
.special-wrap .how-to-area h2 {
  padding-bottom: 0;
  font-size: 1.2em;
  margin-bottom: 21px;
  font-weight: bold;
  position: relative;
  text-align: center;
}
.special-wrap .how-to-area .acd-check {
  display: none;
}
.special-wrap .how-to-area .acd-label {
  background: #fff;
  color: #000;
  display: block;
  padding: 21px 16px;
  position: relative;
  border-bottom: 1px solid #939393;
  font-weight: bold;
  font-size: 1em;
  cursor: pointer;
}
.special-wrap .how-to-area .acd-label:hover {
  background: #fdf1c3;
}
.special-wrap .how-to-area .acd-label:after {
  box-sizing: border-box;
  content: "";
  display: inline-block;
  height: 12px;
  width: 20px;
  position: absolute;
  right: 21px;
  top: 25px;
  background-image: url(../images/label_off_icon.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}
.special-wrap .how-to-area .acd-content {
  background: #fafafa;
  display: block;
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: 0.5s;
  visibility: hidden;
}
.special-wrap .how-to-area .acd-check:checked + .acd-label:after {
  transform: rotate(180deg);
}
.special-wrap .how-to-area .acd-check:checked + .acd-label + .acd-content {
  height: 100%;
  opacity: 1;
  padding: 26px;
  visibility: visible;
}
.special-wrap .how-to-area .capt-acd {
  font-weight: bold;
  font-size: 1em;
  margin-bottom: 6px;
}
.special-wrap .contact-area {
  padding: 48px;
}
.special-wrap .contact-area h2 {
  font-size: 1.2em;
  margin-bottom: 30px;
  font-weight: bold;
  position: relative;
  text-align: center;
}
.special-wrap .contact-area p {
  text-align: center;
}
.special-wrap .contact-area .btn-contact {
  padding-top: 16px;
}
.special-wrap .contact-area .btn-contact a {
  width: 560px;
  padding: 26px;
  background: #484848;
  border-radius: 9px;
  color: #fff;
  font-weight: bold;
  display: block;
  text-align: center;
  font-size: 1em;
  margin: auto;
  transition: 0.5s;
  box-shadow: 0px 5px rgba(200, 200, 200, 0.63);
  position: relative;
  text-decoration: none;
}
.special-wrap .contact-area .btn-contact a:hover {
  box-shadow: 0 0 rgba(0, 0, 0, 0.4);
  transform: translateY(5px);
  color: #fff;
}

/*====================================================================
タブレット/sp CSS
====================================================================*/
@media screen and (max-width: 1023px) {
  .pc-img {
    display: none;
  }
  .content h1.title {
    text-indent: 2.4em;
    display: block;
    position: relative;
    width: 100%;
    margin: auto;
    font-size: 1.2em;
    text-align: left;
    background: #fecc16;
  }
  .content h1.title::before {
    content: "";
    position: absolute;
    top: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%);
    width: 1.9em;
    height: 1.9em;
    background-image: url(../images/main-icon.png);
    left: 4%;
  }
  p {
    line-height: 1.6;
  }
  .special-wrap .btn-newuser {
    margin: 12px;
    padding: 16px 0 25px;
  }
  .special-wrap .btn-newuser .action {
    width: 100%;
    overflow-wrap: break-word;
    word-break: normal;
    font-size: 0.8em;
    text-indent: 2.4em;
  }
  .special-wrap .btn-newuser a {
    max-width: 90%;
    padding: 20px;
  }
  .special-wrap .how-to-area .acd-label {
    line-height: 1.6;
    padding: 21px 48px 21px 12px;
    margin: 0 12px;
  }
  .special-wrap .how-to-area .acd-label::after {
    top: 40px;
  }
  .special-wrap .how-to-area .how-to-image .wd {
    width: 100%;
  }
  .special-wrap .how-to-area .acd-check:checked + .acd-label + .acd-content {
    padding: 14px;
    margin: 0 12px;
  }
  .special-wrap .contact-area {
    padding: 32px 12px;
  }
  .special-wrap .contact-area h2 {
    margin-bottom: 21px;
  }
  .special-wrap .contact-area .btn-contact a {
    width: 90%;
    padding: 21px;
  }
}/*# sourceMappingURL=style.css.map */