@charset "UTF-8";
/*====================================================================
PC CSS
====================================================================*/
@media screen and (min-width: 1024px) {
  .content .title-wrap {
    background-color: #ffefb2;
  }
  .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;
  }
  .secondary-common {
    margin-bottom: 24px;
  }
  .secondary-common .capt-other {
    margin: 1.5vh 0;
    margin-bottom: 2.4em;
  }
  .secondary-common .capt-other h2 {
    font-size: 21px;
    font-weight: 700;
    text-align: center;
    position: relative;
  }
  .secondary-common .capt-other h2:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -12px;
    width: 40px;
    height: 3px;
    transform: translateX(-50%);
    background-color: #f7d247;
  }
  .secondary-common p {
    font-size: 16px;
    text-align: center;
  }
  .special-wrap a {
    cursor: pointer;
  }
  .special-wrap .btn-newuser {
    padding: 26px;
    margin: 32px 0;
  }
  .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: 21px;
    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/faq/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(/contents/lp/faq/images/btn-icon.png);
  }
  .special-wrap p {
    font-size: 16px;
    text-align: center;
  }
  .special-wrap .area-process {
    background: #ffffda;
    padding: 21px;
  }
  .special-wrap .area-process .sect-process {
    width: 600px;
    display: flex;
    justify-content: space-between;
    margin: auto;
  }
  .special-wrap .area-process .sect-process .box-process {
    width: 191px;
    height: 118px;
    border: 1px solid #707070;
    border-radius: 3px;
    text-align: center;
    box-shadow: 0px 5px rgba(200, 200, 200, 0.63);
    transition: 0.5s;
    margin-bottom: 21px;
    display: block;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .special-wrap .area-process .sect-process .box-process:hover {
    box-shadow: 0 0 rgba(0, 0, 0, 0.4);
    transform: translateY(5px);
  }
  .special-wrap .area-process .sect-process .box-process img {
    width: 53px;
    height: 53px;
    margin-bottom: 9px;
  }
  .special-wrap .area-mainfaq {
    margin-top: 60px;
  }
  .special-wrap .area-mainfaq a {
    color: #59bf43;
    text-decoration: underline;
    font-weight: 500;
  }
  .special-wrap .area-mainfaq .sect-mainfaq {
    width: 912px;
    margin: auto;
  }
  .special-wrap .area-mainfaq .sect-mainfaq ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .special-wrap .area-mainfaq .sect-mainfaq ul li {
    width: 450px;
  }
  .special-wrap .area-mainfaq .sect-mainfaq ul li .details {
    margin-bottom: 9px;
  }
  .special-wrap .area-mainfaq .sect-mainfaq ul li .details-summary {
    background: #fff;
    display: flex;
    margin-bottom: 6px;
    padding: 12px 44px;
    position: relative;
    width: 450px;
    height: 96px;
    border: 1px solid #707070;
    border-radius: 3px;
    transition: 0.5s;
    box-shadow: 0px 3px rgba(200, 200, 200, 0.63);
    justify-content: center;
    align-items: center;
    line-height: 1.4;
  }
  .special-wrap .area-mainfaq .sect-mainfaq ul li .details-summary::before {
    content: "Q.";
    font-weight: bold;
    font-size: 116%;
    left: 14px;
    top: calc(50% - 13px);
    position: absolute;
    font-family: sans-serif;
  }
  .special-wrap .area-mainfaq .sect-mainfaq ul li .details-summary.layer1 {
    background-color: #fff;
    font-weight: bold;
  }
  .special-wrap .area-mainfaq .sect-mainfaq ul li .details-summary.layer1:hover {
    box-shadow: 0 0 rgba(0, 0, 0, 0.4);
    transform: translateY(3px);
  }
  .special-wrap .area-mainfaq .sect-mainfaq ul li .details-summary .btn {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 14px;
    top: calc(50% - 6px);
    border-top: solid 3.5px;
    border-right: solid 3.5px;
    color: #fbdc4b;
    transform: rotate(135deg) translateY(50%);
  }
  .special-wrap .area-mainfaq .sect-mainfaq ul li .details-summary.is-active .btn {
    transform: rotate(-45deg) translateY(-20%);
  }
  .special-wrap .area-mainfaq .sect-mainfaq ul li .details-summary.is-active .btn:before {
    content: none;
  }
  .special-wrap .area-mainfaq .sect-mainfaq ul li .details-summary::-webkit-details-marker {
    display: none;
  }
  .special-wrap .area-mainfaq .sect-mainfaq ul li .details-content {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
  }
  .special-wrap .area-mainfaq .sect-mainfaq ul li .details-content-item {
    padding: 20px;
  }
  .special-wrap .area-mainfaq .sect-mainfaq ul li .details-content-item.layer2 {
    background-color: #f5f5f5;
    background-color: #f5f5f5;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
  }
  .special-wrap .area-category {
    margin: 60px;
  }
  .special-wrap .area-category a {
    color: #59bf43;
    text-decoration: underline;
    font-weight: 500;
  }
  .special-wrap .area-category .sect-category {
    width: 912px;
    margin: auto;
  }
  .special-wrap .area-category .sect-category .details {
    margin-bottom: 9px;
  }
  .special-wrap .area-category .sect-category .details-summary {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    background: #fff;
    display: flex;
    margin-bottom: 9px;
    padding: 12px 44px;
    position: relative;
    height: 70px;
    border: 1px solid #707070;
    border-radius: 3px;
    transition: 0.5s;
    box-shadow: 0px 3px rgba(200, 200, 200, 0.63);
    justify-content: center;
    align-items: center;
    line-height: 1.4;
    cursor: pointer;
  }
  .special-wrap .area-category .sect-category .details-summary.layer1 {
    background-color: #fff;
  }
  .special-wrap .area-category .sect-category .details-summary.layer1:hover {
    box-shadow: 0 0 rgba(0, 0, 0, 0.4);
    transform: translateY(3px);
  }
  .special-wrap .area-category .sect-category .details-summary.layer2 {
    background-color: #f5f5f5;
    color: #000;
    border: 0;
    box-shadow: none;
    margin-bottom: 0;
    font-size: 16px;
    justify-content: flex-start;
    font-weight: bold;
    text-align: left;
  }
  .special-wrap .area-category .sect-category .details-summary.layer2::before {
    content: "Q.";
    font-weight: bold;
    font-size: 116%;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    font-family: sans-serif;
  }
  .special-wrap .area-category .sect-category .details-summary.layer2 .btn {
    color: #707070;
  }
  .special-wrap .area-category .sect-category .details-summary .btn {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 14px;
    top: calc(50% - 6px);
    border-top: solid 3.5px;
    border-right: solid 3.5px;
    color: #fbdc4b;
    transform: rotate(135deg) translateY(50%);
  }
  .special-wrap .area-category .sect-category .details-summary.is-active .btn {
    transform: rotate(-45deg) translateY(-20%);
  }
  .special-wrap .area-category .sect-category .details-summary.is-active .btn:before {
    content: none;
  }
  .special-wrap .area-category .sect-category .details-summary::-webkit-details-marker {
    display: none;
  }
  .special-wrap .area-category .sect-category .details-content {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
  }
  .special-wrap .area-category .sect-category .details-content-item {
    padding: 20px;
  }
  .special-wrap .area-category .sect-category .details-content-item.layer3 {
    background-color: #f5f5f5;
    background-color: #f5f5f5;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
  }
  .special-wrap .area-btob {
    margin-bottom: 60px;
  }
  .special-wrap .area-btob h2:before {
    background-color: #59bf43;
  }
  .special-wrap .area-btob .btn-newuser {
    padding: 0;
    margin: 12px 0 0;
  }
  .special-wrap .area-btob span {
    font-weight: bold;
  }
  .special-wrap .area-contact {
    margin-bottom: 90px;
  }
  .special-wrap .area-contact .btn-contact {
    padding: 0;
    margin: 12px 0 0;
  }
  .special-wrap .area-contact .btn-contact a {
    background: #ffdb5a;
    color: #000;
    width: 600px;
    padding: 26px;
    border-radius: 9px;
    font-weight: bold;
    display: block;
    text-align: center;
    font-size: 21px;
    margin: auto;
    transition: 0.5s;
    box-shadow: 0px 5px rgba(200, 200, 200, 0.63);
    position: relative;
    text-decoration: none;
  }
  .special-wrap .area-contact .btn-contact a:hover {
    box-shadow: 0 0 rgba(0, 0, 0, 0.4);
    transform: translateY(5px);
  }
}
/*====================================================================
タブレット/sp CSS
====================================================================*/
@media screen and (max-width: 1023px) {
  .content .title-wrap .title {
    background-color: #ffefb2 !important;
  }
  .secondary-common {
    margin-bottom: 24px;
  }
  .secondary-common .capt-other {
    margin: 1.5vh 0;
    margin-bottom: 2.4em;
  }
  .secondary-common .capt-other h2 {
    font-size: 1em;
    font-weight: 700;
    text-align: center;
    position: relative;
  }
  .secondary-common .capt-other h2:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -12px;
    width: 40px;
    height: 3px;
    transform: translateX(-50%);
    background-color: #f7d247;
  }
  .secondary-common p {
    font-size: 1em;
    text-align: center;
  }
  .special-wrap a {
    cursor: pointer;
  }
  .special-wrap .btn-newuser {
    padding: 26px;
    margin: 32px 0;
  }
  .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: 21px;
    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/faq/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(/contents/lp/faq/images/btn-icon.png);
  }
  .special-wrap p {
    font-size: 16px;
    text-align: center;
  }
  .special-wrap .area-process {
    background: #ffffda;
    padding: 16px;
  }
  .special-wrap .area-process .sect-process {
    display: flex;
    justify-content: space-around;
    margin: auto;
    flex-wrap: wrap;
    max-width: 370px;
  }
  .special-wrap .area-process .sect-process li:first-child {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }
  .special-wrap .area-process .sect-process .box-process {
    width: 165px;
    height: 100px;
    border: 1px solid #707070;
    border-radius: 3px;
    text-align: center;
    box-shadow: 0px 3px rgba(200, 200, 200, 0.63);
    transition: 0.5s;
    margin-bottom: 21px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 0.9em;
  }
  .special-wrap .area-process .sect-process .box-process:hover {
    box-shadow: 0 0 rgba(0, 0, 0, 0.4);
    transform: translateY(5px);
  }
  .special-wrap .area-process .sect-process .box-process img {
    width: 50px;
    height: 50px;
    margin-bottom: 9px;
  }
  .special-wrap .area-mainfaq {
    margin-top: 32px;
    padding: 0 16px;
  }
  .special-wrap .area-mainfaq a {
    color: #59bf43;
    text-decoration: underline;
    font-weight: 500;
  }
  .special-wrap .area-mainfaq .sect-mainfaq {
    margin: auto;
  }
  .special-wrap .area-mainfaq .sect-mainfaq ul li .details {
    margin-bottom: 4px;
  }
  .special-wrap .area-mainfaq .sect-mainfaq ul li .details-summary {
    background: #fff;
    display: flex;
    margin-bottom: 9px;
    padding: 16px 38px;
    position: relative;
    width: 100%;
    border: 1px solid #707070;
    border-radius: 5px;
    transition: 0.5s;
    box-shadow: 0px 2px rgba(200, 200, 200, 0.63);
    justify-content: center;
    align-items: center;
    line-height: 1.4;
  }
  .special-wrap .area-mainfaq .sect-mainfaq ul li .details-summary::before {
    content: "Q.";
    font-weight: bold;
    font-size: 100%;
    left: 14px;
    top: 50%;
    position: absolute;
    font-family: sans-serif;
    transform: translateY(-50%);
  }
  .special-wrap .area-mainfaq .sect-mainfaq ul li .details-summary.layer1 {
    background-color: #fff;
    font-weight: bold;
    font-size: 0.8em;
    line-height: 1.6;
  }
  .special-wrap .area-mainfaq .sect-mainfaq ul li .details-summary.layer1:hover {
    box-shadow: 0 0 rgba(0, 0, 0, 0.4);
    transform: translateY(3px);
  }
  .special-wrap .area-mainfaq .sect-mainfaq ul li .details-summary .btn {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 14px;
    top: calc(50% - 3px);
    border-top: solid 3px;
    border-right: solid 3px;
    color: #fbdc4b;
    transform: rotate(135deg) translateY(50%);
  }
  .special-wrap .area-mainfaq .sect-mainfaq ul li .details-summary.is-active .btn {
    transform: rotate(-45deg) translateY(-50%);
    top: calc(50% - 0px);
  }
  .special-wrap .area-mainfaq .sect-mainfaq ul li .details-summary.is-active .btn:before {
    content: none;
  }
  .special-wrap .area-mainfaq .sect-mainfaq ul li .details-summary::-webkit-details-marker {
    display: none;
  }
  .special-wrap .area-mainfaq .sect-mainfaq ul li .details-content-item {
    padding: 12px;
  }
  .special-wrap .area-mainfaq .sect-mainfaq ul li .details-content-item.layer2 {
    background-color: #f5f5f5;
    font-size: 0.8em;
    font-weight: 500;
    text-align: left;
    line-height: 1.6;
  }
  .special-wrap .area-category {
    margin: 32px 0;
  }
  .special-wrap .area-category a {
    color: #59bf43;
    text-decoration: underline;
    font-weight: 500;
  }
  .special-wrap .area-category .sect-category {
    margin: auto;
    padding: 0 16px;
  }
  .special-wrap .area-category .sect-category .details {
    margin-bottom: 4px;
  }
  .special-wrap .area-category .sect-category .details-summary {
    width: 100%;
    font-size: 0.9em;
    font-weight: bold;
    text-align: center;
    background: #fff;
    display: flex;
    margin-bottom: 9px;
    padding: 16px 38px;
    position: relative;
    border: 1px solid #707070;
    border-radius: 5px;
    transition: 0.5s;
    box-shadow: 0px 3px rgba(200, 200, 200, 0.63);
    justify-content: center;
    align-items: center;
    line-height: 1.4;
    cursor: pointer;
  }
  .special-wrap .area-category .sect-category .details-summary.layer1 {
    background-color: #fff;
  }
  .special-wrap .area-category .sect-category .details-summary.layer1:hover {
    box-shadow: 0 0 rgba(0, 0, 0, 0.4);
    transform: translateY(3px);
  }
  .special-wrap .area-category .sect-category .details-summary.layer2 {
    background-color: #f5f5f5;
    color: #000;
    border: 0;
    box-shadow: none;
    margin-bottom: 0;
    font-size: 0.8em;
    font-weight: 500;
    justify-content: flex-start;
    font-weight: bold;
    text-align: left;
  }
  .special-wrap .area-category .sect-category .details-summary.layer2::before {
    content: "Q.";
    font-weight: bold;
    font-size: 105%;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    font-family: sans-serif;
  }
  .special-wrap .area-category .sect-category .details-summary.layer2 .btn {
    color: #707070;
  }
  .special-wrap .area-category .sect-category .details-summary .btn {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 14px;
    top: calc(50% - 3px);
    border-top: solid 3px;
    border-right: solid 3px;
    color: #fbdc4b;
    transform: rotate(135deg) translateY(50%);
  }
  .special-wrap .area-category .sect-category .details-summary.is-active .btn {
    transform: rotate(-45deg) translateY(-50%);
    top: calc(50% - 0px);
  }
  .special-wrap .area-category .sect-category .details-summary.is-active .btn:before {
    content: none;
  }
  .special-wrap .area-category .sect-category .details-summary::-webkit-details-marker {
    display: none;
  }
  .special-wrap .area-category .sect-category .details-content {
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  .special-wrap .area-category .sect-category .details-content-item {
    padding: 20px;
  }
  .special-wrap .area-category .sect-category .details-content-item.layer3 {
    background-color: #f5f5f5;
    font-size: 0.8em;
    font-weight: 500;
    text-align: left;
    line-height: 1.6;
  }
  .special-wrap .area-btob h2:before {
    background-color: #59bf43;
  }
  .special-wrap .area-btob p {
    font-size: 0.9em;
    line-height: 1.6;
  }
  .special-wrap .area-btob .btn-newuser {
    padding: 16px 26px 32px 26px;
    margin: 0;
  }
  .special-wrap .area-btob .btn-newuser a {
    font-size: 0.9em;
    max-width: 612px;
    width: 100%;
    padding: 22px 0 20px;
  }
  .special-wrap .area-contact {
    margin-bottom: 8vw;
  }
  .special-wrap .area-contact p {
    font-size: 0.9em;
  }
  .special-wrap .area-contact .btn-contact {
    padding: 16px 26px 32px 26px;
  }
  .special-wrap .area-contact .btn-contact a {
    font-size: 0.9em;
    max-width: 612px;
    width: 100%;
    background: #f7d247;
    border-radius: 9px;
    color: #000;
    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;
    padding: 22px 0 20px;
  }
}/*# sourceMappingURL=style.css.map */