@charset "UTF-8";
/*====================================================================
PC CSS
====================================================================*/
@media screen and (min-width: 1024px) {
  .special-wrap-sp {
    display: none;
  }
  .content {
    width: 100%;
    overflow: hidden;
  }
  .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(/contents/lp/howto-point/images/icon_p.png);
  }
  .special-wrap img {
    vertical-align: top;
  }
  .special-wrap a {
    cursor: pointer;
  }
  .special-wrap h2 {
    margin: 80px 0 36px;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
  }
  .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: 26px;
    margin: 32px 0;
    background: #fffbde;
  }
  .special-wrap .btn-newuser a {
    width: 600px;
    padding: 26px;
    background: #59bf43;
    border-radius: 9px;
    color: #fff;
    font-weight: bold;
    display: block;
    text-align: center;
    font-size: 18px;
    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(/contents/lp/howto-point/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: 48%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-48%);
    width: 1.3em;
    height: 1.3em;
    margin-left: -21px;
    background-image: url(/contents/lp/howto-point/images/action-icon.png);
  }
  .special-wrap p {
    font-size: 0.9em;
  }
  .special-wrap html {
    scroll-behavior: smooth;
  }
  .special-wrap .pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #fecc16;
    border: solid 1px #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
  }
  .special-wrap .pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(20%) rotate(-45deg);
  }
  .special-wrap .explanation-area {
    background: #fafafa;
    padding: 50px;
  }
  .special-wrap .explanation-area h2 {
    margin: 0 0 28px;
  }
  .special-wrap .explanation-area p {
    text-align: center;
    margin-bottom: 21px;
  }
  .special-wrap .explanation-area .explanation-btn-box {
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: space-between;
    width: 960px;
  }
  .special-wrap .explanation-area .explanation-btn-box a.explanation-btn {
    width: 464px;
    padding: 26px;
    background: #59bf43;
    border-radius: 9px;
    color: #fff;
    font-weight: bold;
    display: block;
    text-align: center;
    font-size: 18px;
    margin: auto;
    transition: 0.5s;
    box-shadow: 0px 5px rgba(200, 200, 200, 0.63);
    position: relative;
    text-decoration: none;
  }
  .special-wrap .explanation-area .explanation-btn-box a.explanation-btn::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(/contents/lp/howto-point/images/btn-icon-under.png);
  }
  .special-wrap .explanation-area .explanation-btn-box a.explanation-btn:hover {
    box-shadow: 0 0 rgba(0, 0, 0, 0.4);
    transform: translateY(5px);
    color: #fff;
  }
  .special-wrap ul.how-to-area {
    width: 960px;
    padding: 80px 0 26px;
  }
  .special-wrap ul.how-to-area li h3.capt-acd {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 12px;
  }
  .special-wrap ul.how-to-area li h2 {
    margin: 0 0 48px;
  }
  .special-wrap ul.how-to-area li .attention-capt {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 6px;
    color: #ea1818;
  }
  .special-wrap ul.how-to-area li .attention-text {
    color: #ea1818;
  }
  .special-wrap ul.how-to-area li .attention-text a {
    color: #59bf43;
  }
  .special-wrap ul.how-to-area li .how-to-image {
    margin: auto;
    vertical-align: top;
    width: 900px;
    height: auto;
    padding: 18px 0 56px;
  }
  .special-wrap ul.how-to-area li .how-to-image img {
    width: 100%;
  }
  .special-wrap ul.how-to-area li .pdn28 {
    padding: 18px 0 28px;
  }
  .special-wrap .explanation-allpoint-area {
    background: #fafafa;
  }
  .special-wrap .how-to-area {
    max-width: 1024px;
    margin: auto;
  }
  .special-wrap .how-to-area .acd-check {
    display: none;
  }
  .special-wrap .how-to-area .acd-label {
    background: #fff;
    color: #000;
    display: block;
    padding: 26px;
    position: relative;
    border-bottom: 1px solid #939393;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
  }
  .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: 32px;
    background-image: url(/contents/lp/howto-point/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;
    font-size: 21px;
  }
  .special-wrap .how-to-area .acd-content .how-to-list {
    margin-bottom: 32px;
  }
  .special-wrap .how-to-area .acd-content .how-to-list .capt-acd {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 6px;
  }
  .special-wrap .how-to-area .acd-content .how-to-list .how-to-image {
    margin: auto;
    vertical-align: top;
    width: 900px;
    height: auto;
    padding-top: 18px;
  }
  .special-wrap .how-to-area .acd-content .how-to-list .how-to-image img {
    width: 100%;
  }
  .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 .btn-contact {
    margin-top: 21px;
  }
  .special-wrap .btn-contact a {
    width: 36%;
    padding: 21px;
    background: #6a6a6a;
    border-radius: 9px;
    color: #fff;
    font-weight: bold;
    display: block;
    text-align: center;
    font-size: 18px;
    margin: auto;
    transition: 0.5s;
    box-shadow: 0px 5px rgba(200, 200, 200, 0.63);
    position: relative;
  }
  .special-wrap .btn-contact 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(/contents/lp/howto-point/images/btn-icon-gray.png);
  }
  .special-wrap .btn-contact a:hover {
    box-shadow: 0 0 rgba(0, 0, 0, 0.4);
    transform: translateY(5px);
    color: #fff;
  }
  .special-wrap .contact-area {
    text-align: center;
    padding: 70px 0;
    background: #fafafa;
  }
  .special-wrap .contact-area h2 {
    margin: 0 0 28px;
  }
}
/*====================================================================
タブレット/sp CSS
====================================================================*/
@media screen and (max-width: 1023px) {
  .special-wrap {
    display: none;
  }
  .content {
    width: 100%;
    overflow: hidden;
  }
  .content h1.title {
    text-indent: 2.4em;
    display: block;
    position: relative;
    width: 100%;
    margin: auto;
    font-size: 0.9em;
    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(/contents/lp/howto-point/images/icon_p.png);
    left: 18px;
  }
  .special-wrap-sp h2 {
    border: none;
    padding-bottom: 0;
    font-size: 1.1em;
    line-height: 1.4;
    margin-bottom: 16px;
    font-weight: bold;
    text-align: center;
  }
  .special-wrap-sp p {
    font-size: 0.9em;
    line-height: 1.6;
    margin-bottom: 12px;
  }
  .special-wrap-sp .btn-newuser {
    background: #fffbde;
    padding: 20px 16px;
    margin: 21px 12px 48px 12px;
    border-radius: 9px;
  }
  .special-wrap-sp .btn-newuser a {
    max-width: 612px;
    width: 100%;
    padding: 21px;
    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 4px rgba(200, 200, 200, 0.63);
    position: relative;
  }
  .special-wrap-sp .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(/contents/lp/howto-point/images/btn-icon.png);
  }
  .special-wrap-sp .btn-newuser .action {
    color: #ff2700;
    font-weight: bold;
    text-align: center;
    margin-bottom: 12px;
    position: relative;
    font-size: 0.9em;
    text-indent: 1.2em;
    line-height: 1.4;
  }
  .special-wrap-sp .btn-newuser .action::before {
    content: "";
    position: absolute;
    top: 27%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%);
    width: 1.5em;
    height: 1.5em;
    margin-left: -23px;
    background-image: url(/contents/lp/howto-point/images/action-icon.png);
  }
  .special-wrap-sp .btn-contact {
    margin-top: 21px;
  }
  .special-wrap-sp .btn-contact a {
    width: 90%;
    padding: 21px;
    background: #6a6a6a;
    border-radius: 9px;
    color: #fff;
    font-weight: bold;
    display: block;
    text-align: center;
    font-size: 1em;
    margin: auto;
    transition: 0.5s;
    box-shadow: 0px 4px rgba(200, 200, 200, 0.63);
    position: relative;
  }
  .special-wrap-sp .btn-contact 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(/contents/lp/howto-point/images/btn-icon-gray.png);
  }
  .special-wrap-sp .btn-contact .action {
    color: #000;
    font-weight: bold;
    text-align: center;
    margin-bottom: 9px;
    position: relative;
  }
  .special-wrap-sp .btn-contact .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(/contents/lp/howto-point/images/btn-icon.png);
  }
  .special-wrap-sp .explanation-area {
    background: #fafafa;
    padding: 36px 18px 40px;
    text-align: center;
  }
  .special-wrap-sp .explanation-area .explanation-btn-box {
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: space-between;
    max-width: 700px;
  }
  .special-wrap-sp .explanation-area .explanation-btn-box a.explanation-btn {
    width: 48%;
    background: #59bf43;
    border-radius: 9px;
    color: #fff;
    font-weight: bold;
    display: block;
    text-align: center;
    margin: auto;
    transition: 0.5s;
    box-shadow: 0px 5px rgba(200, 200, 200, 0.63);
    position: relative;
    text-decoration: none;
    height: 92px;
    font-size: 0.9em;
    padding: 12px 9px;
  }
  .special-wrap-sp .explanation-area .explanation-btn-box a.explanation-btn::after {
    content: "";
    position: absolute;
    top: 55%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateX(-50%);
    width: 2em;
    height: 2em;
    left: 50%;
    background-image: url(/contents/lp/howto-point/images/btn-icon-under.png);
  }
  .special-wrap-sp .explanation-area .explanation-btn-box a.explanation-btn:hover {
    box-shadow: 0 0 rgba(0, 0, 0, 0.4);
    transform: translateY(5px);
    color: #fff;
  }
  .special-wrap-sp .explanation-allpoint-area {
    background: #fafafa;
  }
  .special-wrap-sp .how-to-area {
    margin: auto;
    max-width: 700px;
    padding: 50px 18px;
  }
  .special-wrap-sp .how-to-area li h2 {
    margin-bottom: 21px;
  }
  .special-wrap-sp .how-to-area li h3.capt-acd {
    font-weight: bold;
    margin-bottom: 9px;
  }
  .special-wrap-sp .how-to-area li .attention-capt {
    font-weight: bold;
    color: #ff2700;
    font-size: 1em;
  }
  .special-wrap-sp .how-to-area li .attention-text {
    color: #ff2700;
  }
  .special-wrap-sp .how-to-area li .attention-text a {
    color: #22a007;
  }
  .special-wrap-sp .how-to-area li p {
    margin-bottom: 3px;
  }
  .special-wrap-sp .how-to-area li .how-to-image {
    width: 70%;
    margin: auto;
    padding: 12px 0 32px;
    max-width: 280px;
  }
  .special-wrap-sp .how-to-area li .how-to-image img {
    width: 100%;
  }
  .special-wrap-sp .how-to-area li .pd0 {
    padding: 12px 0 0;
  }
  .special-wrap-sp .how-to-area li .big-image {
    width: 100%;
    max-width: 390px;
  }
  .special-wrap-sp .contact-area {
    text-align: center;
    padding: 48px 12px;
    background: #fafafa;
  }
  .special-wrap-sp .contact-area p {
    font-size: 0.9em;
    line-height: 1.6;
  }
}/*# sourceMappingURL=style.css.map */