@charset "utf-8";

/* base settings */
*,
::before,
::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: 62.5%;
    color: #fff;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    background: #000;
    scroll-behavior: smooth;
}

@media only screen and (max-width: 767px) {
    html {
        font-size: 1.3vw;
    }
}

body {
    width: 100%;
    max-width: 767px;
    margin: 0 auto;
    font-size: 2.5rem;
    overflow-x: hidden;
    text-align: center;
}

.content {
    margin: 3rem 4.6rem;
}

.box {
    background-color: #fff;
    color: #000;
}

.box__inner {
    padding: 4rem;
}

a {
    text-decoration: none;
    color: inherit;
}

.link--term {
    text-decoration: underline;
}

ul,
ol {
    list-style: none;
}

img {
    display: block;
    width: 100%;
}

button {
    appearance: none;
    background-color: transparent;
    border: none;
}

.serif {
    color: #000;
    font-family: "source-han-serif-jp-subset", sans-serif;
    font-weight: 400;
    font-family: "Zen Old Mincho",serif;
}

.sup {
    font-size: 2rem;
}

.gradient {
    background-image: linear-gradient(90deg, #a3a4a4 0%, #fff 35%, #d2d2d3 62.5%, #a3a4a4 90%, #cccdcd 100%);
    background-image : linear-gradient(90deg, rgba(203, 204, 204, 1) 0%, rgba(186, 187, 187, 1) 3.06%, rgba(168, 169, 169, 1) 7.33%, rgba(162, 163, 163, 1) 10.43%, rgba(209, 209, 210, 1) 37.09%, rgba(233, 233, 234, 1) 46.78%, rgba(249, 249, 249, 1) 56.1%, rgba(255, 255, 255, 1) 63.32%, rgba(251, 251, 251, 1) 71.36%, rgba(240, 240, 240, 1) 78.84%, rgba(221, 222, 222, 1) 86.1%, rgba(195, 196, 196, 1) 93.19%, rgba(162, 163, 163, 1) 100%);
}

.gradient--gold {
    background-image: linear-gradient(90deg, #c69e4d 0%, #fbfad5 35%, #f9db8e 65%, #ae7d27 100%);
    background-image: linear-gradient(90deg, rgba(198, 158, 77, 1) 0%, rgba(207, 169, 89, 1) 2.59%, rgba(230, 196, 118, 1) 9.96%, rgba(244, 213, 136, 1) 16.34%, rgba(249, 219, 142, 1) 20.97%, rgba(249, 222, 150, 1) 27.31%, rgba(250, 232, 171, 1) 36.96%, rgba(251, 247, 205, 1) 48.69%, rgba(251, 250, 213, 1) 51.02%, rgba(198, 158, 77, 1) 100%);
}

input {
    appearance: none;
    border: none;
    -webkit-appearance: none;
}

input[type="checkbox"] {
    position: relative;
    cursor: pointer;
    width: 2rem;
    height: 2rem;
    background-color: #fff;
    border: .1rem solid #000;
    border-radius: 0;
    padding: 0;
    appearance: none;
    color: #000;
}

input[type="checkbox"]:checked:before {
    position: absolute;
    top: 0;
    left: .6rem;
    transform: rotate(50deg);
    width: .7rem;
    height: 1.5rem;
    border-right: .3rem solid #000;
    border-bottom: .3rem solid #000;
    content: '';
}

.mb {
    margin-bottom: 2rem !important;
}

/* ----- CP ----- */

/* header */
.header__box{
    position: relative;
    background-color: #002850;
    padding-top: 28.6rem;
}
.header__winner{
    position: absolute;
    top: -10rem;
    /*
    left: 10.7rem;
    width: 55.82rem;
    */
    padding: 0 11.1rem 0 8.9rem;
}
.header__period{
    width: 68.7rem;
    margin:0 auto 1rem;
}
.header__attention {
    font-size: 2.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: -.04em;
    line-height: 3.5rem;
}
.header__nav {
    width: 93%;
    margin: 3.8rem auto 0;
    padding-bottom: 4.4rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0;
}
.header__link {
    width: 50%;
}
/* main common */
.section__heading{
    width: 49.5rem;
    margin: auto;
}
.mark {
    font-size: 4rem;
    margin-bottom: 0.1em;
}

.mark02 {
    font-size: 2.2rem;
    line-height: 1;
    font-weight: 300;
    margin-bottom: 0.1em;
}
/* applyAndConf */
.applyAndConf{
    background-color:#002850;
    padding-bottom: 6rem;
}
.applyAndConf__box{
    width: 68.7rem;
    margin: auto;
    background-color: unset;
    background-image: url(../images/cp/applyAndConf_frame.png);
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 0;
    aspect-ratio: 687/440;
}
.applyAndConf__box h2{
    width: 56.57rem;
    margin:auto;
    padding: 3.3rem 0;
}
.applyAndConf__inner {
    padding-top: 4.3rem;
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    color: #000;
}

.link--line {
    display: block;
    width: 63rem;
    margin: 1.9rem auto 0;
}

.termCheck {
    line-height: 1.4;
    font-size: 30px;
}

.termCheck .checkbox {
    margin-right: 4px;
}
.termCheck .attention {
    font-size: 22px;
    line-height: 2.23;
    letter-spacing: 0.1em;
}
@media only screen and (max-width: 707px) {
    .applyAndConf__box{
        padding: 1.3vw;
    }
    .applyAndConf__box h2{
        margin-top: -0.65vw;
    }
    
    .termCheck{
        font-size: 3.91vw;
        margin-bottom: 1.43vw;
    }
    .termCheck .attention{
        font-size: 2.87vw;
        letter-spacing: 0;
    }
}
/* products */
.products{
    background-color: unset;
    background-image: url(../images/cp/section__bg01.png);
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 27.1rem;
    padding-bottom: 7.5rem;
}
.products__list{
    width: 68rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}
.products__item{
    width: 100%;
}
.products__text {
    display: block;
    color: #F9DB8E;
    padding-bottom: 6.5rem;
    font-weight: 500;
    margin-top: -1.6rem;
    letter-spacing: 0.07em;
}

@media only screen and (max-width: 767px) {

}
/* prize */
.prize {
    background-color: #002850;
    background-image: url(../images/cp/section__bg02.png);
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 27.5rem;
    padding-bottom: 16.5rem;
}
.prize__content{
    position: relative;
    width: 69.5rem;
    margin-left: 2.4rem;
    padding-top: 3.4rem;
}
.prize__link{
    position: absolute;
    top:46.7%;
    width: 100%;
    left: 1.2rem;
    text-decoration: underline;
    color: #00c8ff;
    font-size: 3.2rem;
    letter-spacing: 0.07em;
}
/* method */
.method{
    background-color: #000;
}
.method h2 {
    margin-bottom: 5.4rem;
}

.acc__lists {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    width: 68.7rem;
    margin: auto;
}

.accordionTitle {
    position: relative;
    padding: 2.2rem 0;
    padding-right: 1rem;
    font-size: 4rem;
    font-weight: 600; 
    letter-spacing: 0.15em;
}
.acc__list:first-of-type .accordionTitle {
    letter-spacing: 0.05em;
}
.accordionTitle--3x {
    padding: 1.4rem 0 1rem;
    line-height: 1;
    padding-right: 6rem;
    letter-spacing: 0.02em;
}

.accordionTitle--3x .text--small {
    display: block;
    margin-top: 1.4rem;
    font-size: 2.2rem;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.accordionTitle::before,
.accordionTitle::after {
    content: '';
    display: inline-block;
    width: 3rem;
    height: .3rem;
    background: #000;
    position: absolute;
    top: 5rem;
    right: 4rem;
}

.accordionTitle::before {
    transform: rotate(0deg);
}

.accordionTitle::after {
    transform: rotate(90deg);
    transition: .4s;
}

.accordionTitle.close::after {
    transform: rotate(0);
}

.accordionBox {
    position: relative;
    padding-top: 8.84rem;
    padding-bottom: 10.3rem;
    background-color: #fff;
}
.acc--close {
    border: 1px solid #000;
    background-color: #fff;
    max-width: 420px;
    width: 100%;
    height: 8rem;
    font-size: 4rem;
    padding: 0;
    margin-top: 6rem;
}


.acc--close span {
    padding-inline-start: 1rem;
}

.acc__list--conf .text {
    text-align-last: left;
    padding: 4.2rem 4.2rem .5rem;
}

.acc__list--conf .box {
    padding-bottom: 5.8rem;
}

.acc__lists--terms {
    margin: 7.8rem 5rem 6rem 4rem;
}
.acc__lists--terms .acc__list:first-of-type .accordionTitle {
    letter-spacing: 0.15em;
}
.acc__lists--terms .accordionTitle {
    padding: 2rem 1rem 2rem 0;
    background-image: none;
    color: #fff;
    border: .3rem solid #fff;
    letter-spacing: 0.15em;
}
.acc__lists--terms .accordionTitle::before,
.acc__lists--terms .accordionTitle::after {
    background: #fff;
}

.acc__lists--terms .accordionBox {
    max-height: 69.2rem;
    overflow-y: scroll;
    padding: 4rem 3rem;
    font-size: 2rem;
    text-align: left;
}
@media only screen and (max-width: 767px) {
    .accordionBox {
        padding-bottom: 24.5rem;
    }
    .acc--close {
        position: absolute;
        bottom: 10rem;
        left: 50%;
        transform: translateX(-50%);
        width: 55vw;
        height: 8rem;
        font-size: 5vw;
        padding: 0px 2.65vw;
    }
    .acc__list--conf .box {
        padding-bottom: 24.5rem;
    }
}
.terms__title {
    font-size: 2.4rem;
    margin-top: 4rem;
}

.terms__list ul {
    padding-left: 2rem;
}

.terms__lists--smallDot {
    list-style: disc;
}

.terms__lists--before {
    position: relative;
}

.terms__lists--before .terms__list::before {
    position: absolute;
    left: 0;
}

.terms__lists--bigDot .terms__list::before {
    content: "●";
    font-size: 3rem;
    transform: translateY(-.6rem);
}

.terms__lists--bigDot .terms__lists--smallDot .terms__list::before {
    display: none;
}

.terms__lists--order {
    list-style: auto;
    padding-left: 2rem;
    margin-bottom: 4rem;
}

.terms__lists--star .terms__list::before {
    content: "※";
}

.terms__link {
    display: inline;
    color: #008CFF;
    text-decoration: underline;
    word-break: break-all;
}
.terms__content dl{
    margin-top: 2rem;
}
.terms__content .mt-1{
    margin-top: 1rem;
}
.terms__content a:not([href^="tel:"]){
    text-decoration: underline;
}
.terms__content a[href^="tel:"] {
    pointer-events:auto;
}
@media only screen and (min-width: 768px) {
    .terms__content a[href^="tel:"] {
        pointer-events:none;
    }
}
/* contact */
.contact {
    margin: 3rem 4rem 7.4rem;
}

.contact__wrapper {
    border: .3rem solid #fff;
    font-size: 3rem;
    margin-bottom: 2.2rem;
    line-height: 1.3;
    padding-bottom: 2.5rem;
}

.contact__heading {
    margin-bottom: 3rem;
    padding: 1.1rem 0;
    border-bottom: .3rem solid #fff;
    color: #fff;
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: 0.1em;
}

.contact__wrapper .text{
    font-size: 3rem;
}
.contact__wrapper a {
    font-size: 4rem;
    letter-spacing: 0.05em;
}

.contact__wrapper a.tel {
    font-size: 4.5rem;
    display: block;
    letter-spacing: 0.03em;
}
.contact .annotation {
    font-size: 2.1rem;
    text-align: left;
    line-height: 1.6;
    letter-spacing: -0.06em;
}

/* siteLinks */
.siteLinks {
    padding: 6rem 0 6.5rem;
    background-image: linear-gradient(180deg, #f0f0f0 0%, #f7f7f7 35%, #ccc 100%);
    background-image: url(../images/cp/sitelist_bg.jpg);
    background-size: cover;
}

.siteLinks .text {
    font-weight: bold;
    color: #000;
    font-size: 3rem;
    margin-bottom: 6.2rem;
    letter-spacing: .13em;
}

.siteLink {
    display: block;
    margin: 0 auto;
}

.link--black {
    width: 32rem;
}

.online {
    width: 60rem;
    margin: 14rem auto 0;
}

.online__title {
    margin-bottom: 3.6rem;
}

.online__list {
    margin-bottom: 1.5rem;
}

p.online__footer {
    font-size: 2rem;
    color: #000;
    margin: 2.4rem auto 0;
    letter-spacing: 0.05em;
}

/* footer */
.footer {
    padding: 6.2rem 0 8rem;
}

.copyright {
    color: #fff;
    font-size: 2rem;
    letter-spacing: 0.05em;
}

/* teaser, close */
.header__teaser{
    width: 100%;
    padding: 0;
    position: absolute;
    top: -12.7rem;
}
.teaser .header__box{
    padding-top: 29rem;
}

.close .contact {
    margin-top: 6.7rem;
}


/* kyusai */

.kyusai__wrapper {
    padding: 2.8rem 0 2.6rem;
    background-color: #E60000;
}

.kyusai__attention {
    font-size: 2.5rem;
    line-height: 1.68;
}

.kyusai__attention .serif {
    color: #fff;
    display: block;
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    line-height: calc(52/35);
    letter-spacing: -0.03em;
    margin-left: 1rem;
}
.kyusai .header__nav{
    padding-bottom: 1.2rem;
}
.kyusai .applyAndConf{
    padding-top: 3rem;
}

/* -------------- */
/* ----- MY ----- */

/* mypage_html/cp_index.html */
.my__heading {
    display: block;
    font-weight: 600;
    font-size: 3.5rem;
    padding: .8rem 0;
    background-image:url(../images/my/header_bg.jpg);
    color: #fff;
}

.my .content {
    margin: 0;
    padding: 3.8rem 4.6rem 1rem;
    position: relative;
    background-image: url(../images/my/result_bg.png);
    background-repeat: no-repeat;
    background-size: 100%;

}

.gradient__frame {
    color: #fff;
    font-weight: bold;
    font-size: 3rem;
    padding: 3rem 3rem 2rem;
    aspect-ratio: 674/230;
    background-image: url(../images/my/frame_gold.png);
    background-size: cover;
    margin-bottom: 3.2rem;
}
.gradient__frame--3x{
    background-image: url(../images/my/frame_gold--large.png);
    aspect-ratio: 674/340;
    margin-bottom: 4rem;
}
.text--point {
    color: #f9db8e;
    font-size: 4rem;
    line-height: 1.3;
}

.currentPoint {
    font-size: 7rem;
    vertical-align: sub;
    padding-right: 1rem;
}

.my .text {
    margin-bottom: 7.6rem;
    font-size: 2.9rem;
    line-height: calc(43 / 29);
}
.my.point .text {
    margin-bottom: 10rem;
}
.my.point_x3 .text {
    white-space: nowrap;
    margin-bottom: 4.4rem;
    line-height: 1.44;
}
.my .annotation {
    font-size: 2.2rem;
    margin-top: 1rem;
    display: block;
}

.btn__lists {
    width: 89%;
    margin: 4.2rem auto;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.btn__link {
    display: block;
    font-size: 3.5rem;
    font-weight: 600;
    padding: 1.6rem 0;
    cursor: pointer;
}

.my .btn__link--nolink {
    cursor: unset;
    background: #787878;
}

.my .footer {
    padding: 2rem 0 5rem;
}

/* mypage_html/can_index.html */
.input--code {
    text-align: center;
    font-size: 4rem;
    letter-spacing: .4rem;
    width: 52%;
    margin-bottom: 1.2rem;
    border: 1px solid #000;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

::placeholder {
    color: #000;
}

.note {
    font-size: 2.5rem;
    margin-top: 1.6rem;
}

.note--narrow {
    letter-spacing: -.05em;
    margin-right: -2rem;
}

.can .btn__lists {
    margin: 3.2rem auto 4.5rem;
}

/* mypage_html/point_x3.html */
.frame__text {
    color: #fff;
}

.text--x3 {
    color: #c69e4d;
    font-size: 4rem;
    border-top: .3rem solid;
    border-image: url(../images/my/line_gold.png);
    border-image-slice: 1;
    width: 88%;
    margin: 1rem auto 0;
}

.my .annotation--x3 {
    color: #c69e4d;
    margin-top: 0;
    font-weight: 400;
    margin: -1rem 0 1rem;
}

/* mypage_html/error_01.html */
.gradient__box {
    background-image: linear-gradient(135deg, rgba(249, 219, 142, 1) 0%, rgba(249, 220, 145, 1) 1.78%, rgba(250, 242, 194, 1) 34.72%, rgba(251, 250, 213, 1) 51.02%, rgba(198, 158, 77, 1) 100%);
    padding: 10.4rem 0 1.5rem;
    aspect-ratio: 674/650;
    border-radius: 3rem;
}

.img--error {
    width: 24rem;
    margin: 0 auto;
}

.text--error {
    font-size: 4rem;
    margin: 2.5rem 0;
/*    height: 11.1rem; */
}

.btn--back {
    border: 1px solid #000;
    width: 28rem;
    font-size: 3.3rem;
    padding: .6rem 0;
    display: block;
    margin: 5rem auto;
    letter-spacing: 0.08em;
    padding-left: 0.8rem;
}

.btn--back span.close {
    padding-left: 1rem;
}
.btn--back span.open-parenthesis{
    margin-left:-1.5rem;
    margin-right: -.25rem;
}
.btn--back span.close-parenthesis{
    margin-right:-2.5rem;
    margin-left: -.5rem;
}

.error .content {
    margin-bottom: 4.9rem;
}

/* mypage_html/error_02.html */
.error_02 .gradient__box {
    padding: 21rem 0 3.4rem;
}

.error_02 .text--error {
    line-height: 1.55;
    height: unset;
}

.error_02 .btn--back {
    margin-top: 15rem;
}

/*mypage_html/can_index_on.html,sticker_index_on.html*/
.my__add-point{
    position: absolute;
    top: 6.4rem;
    left: 50%;
    transform: translateX(-50%);
    max-width: 56rem;
    width: 560px;
    background: rgba(255, 255, 255, 0.93);
    color: #000;
    aspect-ratio: 56 / 38;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3rem;
}
.my__add-point p{
    font-size: 4.5rem;
    line-height: calc(66/45);
    letter-spacing: 0;
    padding-top: 1.2rem;
    padding-left: 2rem;
}
.my__add-point p sup{
    font-size: 3.2rem;
}
/* ------------------ */
/* ----- result ----- */

/* result_html/index_x3.html */
.result.index .gradient__frame {
    margin-bottom: 5rem;
}

.result.index_x3 .gradient__frame--3x{
    background-image: url(../images/my/frame_gold--large02.png);
    aspect-ratio: 674/365;background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.course__list {
    position: relative;
    color: #fff;
    margin-bottom:4rem;
    border-bottom: .3rem solid;
    border-image: linear-gradient(90deg, #c69e4d 0%, #fbfad5 35%, #f9db8e 65%, #ae7d27 100%);
    border-image-slice: 0 0 1;
    -webkit-appearance: none;
}
.course__list .btn--apply{    
    display: block;
    position: absolute;
    right: 0;
    top: 2rem;
}

.course__info {
    text-align: left;
    margin-bottom: 3.8rem;
}

.course__badge {
    width: 46.7rem;
}

.course__list--01 .course__badge {
    margin-bottom: 2.4rem;
}
.course__list--10 .course__badge {
    margin-bottom: 1.6rem;
}
.course__list--30 .course__badge {
    margin-bottom: 0.8rem;
}
.btn--apply {
    width: 18rem;
}

.course__title {
    position: relative;
    font-size: 3.8rem;
    color: #fff;
    padding-bottom: .5rem;
    line-height:calc(41/35);
    letter-spacing: 0.05em;
}

.course__list--01 .course__title span {
    font-size: 4.8rem;
}


.course__list--30 .course__title{
    letter-spacing: -0.15em;
}
.course__list--30 .course__title span.en {
    letter-spacing: 0.05em;
}
.course__list--30 .course__title span.small {
    font-size: 2.8rem;
    letter-spacing: -0.14em;
    margin-left: -2rem;
}
.course__title .num {
    font-size: 3.5rem;
}

.course__title--narrow {
    line-height: 1.2;
    margin-top: 1rem;
    padding-bottom: 1rem;
    letter-spacing: -0.05em;
}

.course__title--narrow span {
    letter-spacing: 0;
}
.course__link {
    display: inline-block;
    font-size: 2.4rem;
    margin: 2.4rem 0 2.2rem;
    text-decoration: underline;
}
.course__text{
    display: inline-block;
    font-size: 3.8rem;
    margin: 1.8rem 0 1.6rem;
}
.course__text--small{
    font-size: 2.1rem;
    margin-top: 3.2rem;
    letter-spacing: -0.03em;
}
.course__text--small .ls-0{
    letter-spacing: 0;
}
.course__text--small .ls-05{
    letter-spacing: 0.05em;
}

.course__list--30 .course__text--small{
    font-size: 2.1rem;
    margin-top: 2.4rem;
    letter-spacing: -0.075em;
}
.course__vol {
    font-size: 4.4rem;
    line-height: 1.2;
}

.course__vol span {
    font-size: 3.2rem;
}
.course__list--01 {
    margin-top: 5.8rem;
}
.modal {
    display: none;
    position: fixed;
    max-width: 767px;
    width: 100%;
    height: 100vh;
    top: 0;
    z-index: 10;
    color: #000;
}

.modal__bg {
    position: absolute;
    height: 100vh;
    width: 100%;
}

.modal__content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, .9);
    width: 56.6rem;
    height: 55rem;
    padding-top: 9.8rem;
    border-radius: 3rem;
}

.modal__text {
    font-size: 4.5rem;
}

.modal__text .sup {
    font-size: 2.5rem;
}

.modal__content .annotation--x3 {
    color: #000;
    margin: 0.7rem 0 2.8rem;
}

.btn__wrapper {
    display: flex;
    justify-content: center;
    gap: 3rem;
}

.modal__btn {
    border: 1px solid #000;
    font-size: 3.7rem;
    width: 22rem;
    height: 6.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btnModalClose {
    cursor: pointer;
    margin: 8.8rem auto 0;
}

/* result_html/index.html */

.result .modal{
    position: absolute;
    max-width: unset;
    width: fit-content;
    height: unset;
    top: 0;
    left: 50%;
    transform: unset;
    z-index: 10;
    color: #000;
}

/* result_html/conf_x3_01.html */
.my.conf .content{
    padding: 0;

}
.conf .content {
    margin-top: 0;
}


.conf_x3 .text--x3 {
    border-top: none;
    position: relative;
    color: #f9db8e;
    font-size: 3.5rem;
    letter-spacing: 0.05em;
}

.conf_x3 .text--x3::before,
.conf_x3 .text--x3::after {
    content: "";
    position: absolute;
    height: 0.3rem;
    width: 4rem;
    background-color: #f9db8e;
    top: 2.6rem;
    left: 11.8rem;
    transform: rotate(52deg);
}

.conf_x3 .text--x3::before {
    left: unset;
    right: 12.2rem;
    transform: rotate(127deg);
}

.conf_x3 .annotation--x3 {
    color: #f9db8e;
    margin-top: 0.5rem;
    letter-spacing: 0.07em;

}

.conf .btn__lists {
    margin-top: 4rem;
    width: 78%;
    margin-bottom: 5.5rem;
}

.conf_x3 .btn__lists {
    margin-top: 2rem;
}

.conf__img {
    width: 100%;
    margin: 0 auto 4.5rem;
}
.conf_x3 .conf__img {
    margin-bottom: 6rem;
}
.result.conf .course__info .course__badge{
    width: 100%;
    margin-bottom: 1.5rem;
}
.result.conf .course__info .course__badge.mb0{
    margin-bottom: 0;
}

/* result_html/get.html */
.get .my__heading{
    letter-spacing: 0.2em;
    padding-left: 1.2rem;
}
.get .btn__link {
    width: 78%;
    position: relative;
    z-index: 1;
}
.get .btn__link.gradient--gold {
    margin: -12.7rem auto 3.5rem;
    letter-spacing: 0.08em;
}
.get .btn__link.gradient{
    margin: 0 auto 9.2rem;
}
.get .annotation {
    font-size: 2.2rem;
    margin-bottom: 3.7rem;
}
.get .annotation.annotation--get {
    font-size: 2.5rem;
}
.get .annotation__mark {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.8rem;
    text-align: left;
    color: #F9DB8E;
    font-size: 2.7rem;
}
.get .annotation__mark:before {
    content: "";
    display: block;
    width: 72px;
    height: 61px;
    margin-right: 20px;
    background: url(../images/my/annotation.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.get.get--02 .btn__link.gradient--gold{
    margin-top: 4rem;
}
.get.get--02 .input--code{
    width: 60rem;
    border-image: linear-gradient(90deg, #c69e4d 0%, #fbfad5 35%, #f9db8e 65%, #ae7d27 100%);
    border-image-slice: 1;
    border-width: 0.3rem;
    padding: 0.5rem 0;
    font-size: 3.9rem;
    letter-spacing: -0.001em;
}
.text--pointget{
    position: relative;
    margin-top: 7rem;
    padding-top: 6rem;
    letter-spacing: 0;
    font-size: 2.4rem;
}
.text--pointget::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60rem;
    height: .3rem;
    background-image: linear-gradient(90deg, #c69e4d 0%, #fbfad5 35%, #f9db8e 65%, #ae7d27 100%);
}
.get.get--02 .btn__link.gradient--gold.btn__copy{
    margin-top: 3rem;
    margin-bottom: 10rem;
    width: 35rem;
    height: 6rem;
    font-size: 3.3rem;
    border-radius: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.get.get--02 .text--pointcode{
    color: #f9db8e;
    font-size: 3rem;
    line-height: calc(38/30);
    letter-spacing: 0.06em;
    margin-top: 6.7rem;
    margin-bottom: 2rem;
}
.get .content {
    background: unset;
}
.get .contact .text
{ margin-bottom: unset;}
.get .contact .annotation {
    font-size: 2.1rem;
    margin-bottom: 4rem;
}
.get__period{
    position: relative;
    margin: 7.8rem 0 1rem;
    color: #ff0000;
    letter-spacing: -0.03em;
    font-size: 2.5rem;
    padding: 0 4rem;
}
.get__attention,.get__flow,.get__help{
    text-align: left;
    font-size: 2.1rem;    
    line-height: calc(38/21);
    margin-top: 3.8rem;
    padding: 0 4rem;
}
.get__attention .attention{
    display: flex;
}
.get__attention .attention::before{
    content: "※";
    flex: none;
}
.get__help p+p{
    margin-top: 3.8rem;
}
.get__help{
    margin-bottom: 2rem;
}
.get__help a{
    font-size: 2.5rem;
}
/* result_html/lose.html */
.lose .footer {
    margin-top: 6.4rem;
}
.lose.get .btn__link.gradient{
    margin-top: -12.5rem;
    margin-bottom: 0;

}
.lose .my__heading{
    letter-spacing: 0.2em;
    padding-left: 1.2rem;
}
/* form/index.html */

@media only screen and (max-width: 767px) {
    .form .form__wrapper input,
    .form .form__wrapper textarea,
    .form .form__wrapper select {
        font-size: 21px;
        min-height: 5.6rem;
    }
    .form__wrapper input.checkbox{
        min-height: unset;
    }
}

.form__wrapper {
    background-color: #fff;
    color: #000;
    padding: 4.2rem 5.5rem 6rem;
    text-align: left;
    font-weight: 600;
    font-size: 2.1rem;
}

.form__lists {
    margin: 3rem 0 6rem;
}

.form__wrapper .mark02 {
    font-size: 2.8rem;
    color: #ed1c24;
}

.usage {
    color: #ed1c24;
}

.form__list {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    margin-bottom: 3rem;
}

.form__wrapper input {
    border: 1px solid #000;
    font-size: 2.8rem;
    padding: 1.1rem;
    border-radius: 0;
}

.input__wrapper {
    display: flex;
    align-items: center;
}

.input__wrapper .label {
    width: 10%;
}

.input__wrapper .label:nth-of-type(2) {
    width: 15.5%;
    text-align: center;
}

.input__wrapper input {
    width: 34.5%;
}

.select {
    appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    color: #000;
    border: 1px solid #000;
    font-size: 2.8rem;
    padding: 1.1rem;
}

.select option {
    font-size: 2.8rem;
}

.form__wrapper .checkbox {
    width: 9.5%;
    height: 5.8rem;
    margin-right: 2.5rem;
}

.form__wrapper .checkbox:checked:before {
    left: 2rem;
    width: 2rem;
    height: 4.5rem;
}

.form__list--textarea {
    margin-top: 6rem;
}

.textarea {
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid #000;
    height: 40.5rem;
    font-size: 2.1rem;
    padding: 2rem 3rem;
    resize: none;
}

.form__wrapper .btn--submit {
    width: 91%;
    margin: 0 auto;
}

.form .footer {
    padding-top: 4.2rem;
}

/* form/conf.html */
.conf .form__lists {
    margin: 6.8rem 0 6rem;
}

.conf .form__list {
    gap: 1.8rem;
    margin-bottom: 4.4rem;
}

.conf .form__list *:nth-child(2) {
    padding-left: 2.5rem;
}

.conf .input__wrapper .output:nth-child(2) {
    padding-left: 3.5rem;
}

.conf .btn__wrapper .btn__link {
    width: 44%;
    margin: 0;
}
.conf .btn__wrapper .btn__link.gradient{
    padding-left: 2.5rem;
}

/* form/comp.html */

.comp .form__wrapper {
    text-align: center;
    padding: 13rem 8rem 14rem;
}

.comp__heading {
    font-size: 4.5rem;
}

.comp .text {
    margin: 4.8rem -1rem 8rem 0;

}

/* history/index.html */
.history .content {
    padding-top: 5rem;
}
.history__list dl{
    display: flex;
    font-size: 3rem;
    line-height: calc(4 / 3);
}
.history__list dt{
    flex: none;
}
.history__list .text{
    margin-bottom: 0;
    line-height: calc(4 / 3);
    font-size: 3rem;
}
.history__list .result-wrap{
    margin-top: 3rem;
}
.history .my__heading{
    letter-spacing: 0.2em;
    padding-left: 1.2rem;
}
.tab__wrapper {
    color: #fff;
}

.tab__nav {
    display: flex;
}

.tab__btn {
    width: 50%;
    font-size: 3.5rem;
    padding: 1.6rem;
    color: #000;
    background-color: #787878;
    cursor: pointer;
}

.tab__btn.active {
    background-color: #fff;
}

.tab__content {
    display: none;
    text-align: left;
    border: .3rem solid #fff;
    border-top: none;
}

.tab__content.active {
    display: block;
}

.history__list {
    padding: 3.5rem 3.5rem 5rem;
    border-bottom: .3rem solid #fff;
}

.history__list:last-child {
    border-bottom: none;
}

.btn--formInput {
    text-align: center;
    margin-top: 1.8rem;
}

.btn--myPage {
    margin: 6.8rem 3.8rem;
}

.result.index .btn--apply.btn--inactive {
    width: 17.9rem;
    height: 14.9rem;
}
.result.index .btn--apply.btn--inactive p {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #787878;
    color: #000;
    font-size: 3rem;
}
.history .btn--inactive {
    background: #787878;
}