@media (max-width:630px) {
.br-pc {
    display: none;
}
.br-sp {
    display: block;
}

/* ファーストビュー  */
.fv {
    background-image: url('../img/fv.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 90vh;
    width: 100%;
    position: relative;
    pointer-events: none;
}
    
    .title h1 {
        top: 9rem;
        left: 0.5rem;
        font-size: 2.8rem;
    }

    .title h1.animate {
        top: 7rem;
        opacity: 1;
    }
    
    
    .title h1::after {
        background-size: 3rem 3rem;
        height: 3rem;
        width: 3rem;
        top: 5%;
        right: -19%;
    }

    .title h2 {
        top:7rem;
        left: 0.5rem;
        font-size: 1.4rem;
    }
    
    .title h2.animate {
        top: 5rem;
        opacity: 1;
    }
    

    .top-text {
        margin-top: 19vh;
    }
    
    .title-text-first, .title-text-second {
        padding: 5px;
        font-size: 1.1rem;
    }

    .registration {
        position: relative;
        padding: 10px 50px 10px 8px;
        font-size: 4vw;
        height: auto;
        width: 71.9vw;
        margin: 55vh 0 auto 0;
        text-align: center;
    }

    _::-webkit-full-page-media, _:future, :root .registration {
        padding: 10px 15px 10px 2px;
    }

    .registration::after {
        background-size: 3rem 3rem;
        height: 3rem;
        width: 3rem;
        top: 1px;
        right: 25px;
        pointer-events: auto;
        cursor: pointer;
    }
    
    #cv-btn {
        position: fixed;
        text-align: center;
        left: 12.5vw;
        -ms-writing-mode: unset;
        writing-mode: unset;
      }
      
    
/* ビデオ */
    .play-video {
        width: 100%;
        margin-top: 0;
        position: relative;
        z-index: 100;
    }
    
    .movie-title {
        /* max-width: 300px; */
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        font-size: 1rem;
        margin: 0;

    }
    
    iframe {
        /* max-width: 300px; */
        width: 100%;
        height: 300px;
    }

/* 特典 */

    .benefit {
        padding-top: 5px;
        padding-bottom: 2em;
        margin-top: 1em;
    }
    
    .now {
        font-size: 2.5rem;
    }
    
    .benefit-text {
        text-align: center;
        font-size: 1.1rem;
    }

    .benefit-first, .benefit-second  {
        max-width: 90%;
    }
    
    .benefit-first {
        margin-bottom: 3em;
    }
    
    .benefit-first h2, .benefit-second h2 {
        font-size: 2rem;
        text-align: center;
        padding-bottom: 0;
    }
    
    .benefit-first h2 span, .benefit-second h2 span {
        font-size: 1rem;
        text-align: center;
        padding-left: 0;
    }

    .benefit-first h2::before, .benefit-second h2::before  {
        width: 20px;
        height: 20px;
        bottom:-15%;
        left: 42%;
        border-radius: 50%;
        border: 1px solid  #ffad42;
        background: transparent;
    }
    
    .benefit-first h2::after, .benefit-second h2::after {
        width: 1px;
        height: 30px;
        border: 1px solid #ffad42;
        top: 80%;
        left: 47%;
    }
    
    .benefit-first-text {
        font-size: 1.4rem;
        text-align: unset;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }

    .benefit-second-text {
        font-size: 1.2rem;
        padding-left: 3em;
        text-align: unset;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;

    }

    .benefit-first-text br, .benefit-second-text br {
        display: block;
    }
    
    .pre-registration {
        border-top: 3px solid #ff9000;
        border-bottom: 3px solid #ff9000;
        width: fit-content;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 2.5em;
        padding-left: 1em;
        padding-right: 1em;
        padding-top: 2px;
        padding-bottom: 2px;
        font-size: 1.2rem;
    }
    
    .pre-registration span {
        font-size: 1.6rem;
        font-weight: 700;
    }
    
    .benefit-second-text .bonus, .benefit-first-text span {
        color: #ff9000;
        font-size: 2rem;
        background: linear-gradient(transparent 60%, #f1e740 40%);
    }
    
        
    .benefit-first-text::before {
        background-size: 4rem 4rem;
        height: 4rem;
        width: 4rem;
        bottom: 0;
        left: -5%;
    }
    
    .benefit-second-text::before {
        background-size: 4rem 4rem;
        height: 4rem;
        width: 4rem;
        bottom: 15%;
        left: -5%;
    }
    
    .benefit-first-caution, .benefit-second-caution {
        font-size: 0.7rem;
    }
    
    .benefit-first-list, .benefit-second-list {
        line-height: 1.7em;
        width: 95%;
        font-size: 0.9rem;
    }

    .benefit-first-list li, .benefit-second-list li {
        margin-left: -2.5em;
    }

/* アニマルキャッシュとは？ */

    .about {
        margin-top: 3em;
    }

    .about .sub-title {
        font-size: 1rem;
    }
    
    .about h2 {
        font-size: 1.2rem;
        margin-bottom: 1em;
    }
    
    .about-contents {
        padding-top: 2em;
        padding-bottom: 1em;
    }
    
    .about-contents::after {
        border-top: 30px solid rgb(255, 255, 255); /* 好みで高さ色を変えてください */
    }
    
    .about-contents h3 {
        font-size: 1rem;
        line-height: 37px;
    }
        
    .about-contents .text {
        font-size: 1rem;
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

    .about-list {
        width: 100%;
        font-size: 1rem;
    }
    
    .about-list::after {
        bottom: -5%;
        left: 45%;
        border-top: 30px solid rgb(255, 255, 255); 
    }
    
    .about-list .title {
        font-size: 1.4em;
        padding: 7px;
    }
    .about-list p {
        padding: 25px 20px 25px 60px;
        margin: 0;
        position: relative;
        font-size: 1rem;
    }

    .about-list p:after,
    .about-list p:before {
        content:'';
        position: absolute;
        transform: rotate(45deg);
    }

    .about-list p:before {
        top: 2.3em;
        left: 2.1em;
    }

    .about-list p:after {
        top: 2.3em;
        left: 1.5em;
    }

    .flow {
        max-width: 375px;
    }

/* 必ず利益が得られる仕組み */
    .reason {
        margin-top: 3em;
    }
    
    .reason h2 {
        font-size: 1.4rem;
    }
    
    .reason h2 span {
        font-size: 1rem;
    }
    
    .reason .text {
        font-size: 1rem;
        width: 95%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 6px;
        line-height: 30px;
    }

    .text span {
        font-size: 1.3rem;
    }    

    .four-reason .sub {
        font-size: 0.7rem;
        font-weight: 400;
        line-height: 20px;
    }
    

    .four-reason {
        width: 100%;
        max-width: 100%;
        min-width: unset;
        font-size: 1.4rem;
    }

    .period, .rate, .pay, .fee {
        padding: 5px 0 5px 0;
        width: 49%;
    }

    .period, .rate {
        padding: 10px 0 18px 0;

    }

    .period::before, .rate::before, .pay::before, .fee::before {
        font-size: 1.3rem;
        top: 5px;
        left: 5px;
    }

    .period::after, .rate::after, .pay::after, .fee::after {
        background-size: 3rem 3rem;
        height: 3rem;
        width: 3rem;
        top: 5px;
        left: 15px;
    
    }

        
/* キャラクター紹介*/

    .example {
        margin-top: 3em;
        padding-bottom: 1em;
    }
    
    .example-content::after {
        border-top: 20px solid rgb(255, 255, 255); /* 好みで高さ色を変えてください */
    }
    
    .example h2 {
        font-size: 1.4rem;
    }

    .example-content {
        margin-top: 2em;
        padding-top: 3.5em;
        padding-bottom: 1em;
    }
    
    .detail {
        justify-content: space-around;
    }

    .detail p {
        width: 46%;
        margin-top: 1%;
        text-align: center;
    }
    
    .detail img {
        max-width: 200px;
        width: 100%;
    }
        
    .example-caution {
        font-size: 0.6rem;
        margin-top: 2em;
        width: 95%;
        margin-left: auto;
        margin-right: auto;
        padding-left:1em;
        text-indent:-1em;
    
    }

    

    .example-caution p {
        margin-top: -7px;
    }

    /* ほったらかしで利益獲得 */

.acquired {
    margin-top: 3em;
}

.acquired h2 {
    font-size: 1.4rem;
    margin-bottom: 1em;
}

.acquired h2 span {
    font-size: 1rem;
}

.acquired .text {
    text-align: center;
    margin-top: 1em;
    font-size: 1rem;
    margin-left: auto;
    margin-right: auto;
    width: 96%;
    line-height: 30px;
}


.acquired span {
    font-size: 1.3rem;
}

/* ------------------------- */
/* -------- 吹き出し -------- */
/* ------------------------- */
.balloon{
    margin: 2em 0 1em 0;
  }
  .balloon-img-ac{
    width: 100px;
  }
  .balloon-img-ac img {
      width: 90px;
  }
  .balloon-text-ac{
    padding: 8px;
  }

  .balloonR-ac .balloon-text-ac{
    margin: 0 10px 0;
    font-size: 1rem;
  }
  .balloon-text-inner-ac span {
    font-size: 1.1rem;
}

  .balloonR-ac .balloon-text-ac::before{
    right: -19px;
    border-left: 16px solid #FFCF0B;
  }

  .balloon-text-ac br {
    display: block;
}



/* この仕組みが成り立つ理由 */

.how {
    margin-top: 3em;
}

.how h2 {
    font-size: 1.4rem;
    margin-bottom: 1em;
    padding-top: 6px;
}

.how .text {
    text-align: center;
    margin-top: 1em;
    font-size: 1rem;
    margin-left: auto;
    margin-right: auto;
    width: 96%;
    line-height: 30px;

}


.how span {
    font-size: 1.3rem;
}

/* 説明 */
    .description {
        margin-top:0;
        margin-bottom:0;
        font-size: 1rem;
        width: 95%;
        margin-right: auto;
        margin-left: auto;
    }

    .conclusion-right {
        padding-top: 1em;
        padding-left: 0;
    }
    
    .conclusion-right p {
        padding-bottom: 1em;
        line-height: 30px;
    }

    .description img {
        width: 100%;
        max-width: 350px;
    }

    #desc {
        font-size: 1.3rem;
    }
    

    /* ------------------------- */
/* -------- 吹き出し -------- */
/* ------------------------- */
  .balloon-img{
    width: 100px;
  }
  .balloon-img img {
      width: 80px;
  }
  .balloon-text-inner{
    font-size: 0.8rem;
    max-width: 200px;
  }
  .balloonL .balloon-text{
    margin: 0 0 0 -15px;
  }
  .balloonR .balloon-text{
    margin: 0 5px 0;
  }

  .balloon-text .br-sp {
    display: block;
}

.balloon-text .br-pc {
    display: none;
}


/* 4ステップ */
    .four-step h2 {
        margin-top: 1em;
        margin-bottom: 2em;
        font-size: 1.2rem;
    }

    .four-step h2 span {
        font-size: 2rem;
    }

    .total-step {
        max-width: 350px;
    }

    .total-step img:nth-of-type(1) {
        display: none;
    }
  
    .total-step img:nth-of-type(2) {
        display: block;
        width: 100%;
      }

/* 4ステップ　購入~売却 */
  .lottery {
    padding-top: 5px;
    margin-top: 1em;
    padding-bottom: 5px;
    }

    .purchase {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 1em;
    }

    .lottery::after {
    bottom: -4%;
    border-top: 30px solid  #FFF7EA; /* 好みで高さ色を変えてください */
    }

    .owned {
    padding-top: 10px;
    padding-bottom: 5px;
    margin-top: 1em;
    }

    .owned::before {
    border-top: 20px solid  #ffffff; /* 好みで高さ色を変えてください */
    }

    .owned::after {
    bottom: -5%;
    border-top: 30px solid  #FFF7EA; /* 好みで高さ色を変えてください */
    }

    .sale {
    padding-top: 5px;
    padding-bottom:5px;
    margin-top: 1em;
    }

    .lottery h3, .purchase h3, .owned h3, .sale h3 {
        font-size: 1.3rem;
        padding-left: 2.5em;
        margin-bottom: 2em;
    }

    .lottery h3::before, .purchase h3::before, .owned h3::before, .sale h3::before {
        top: -0;
        left: 5px;
        font-size: 1.5rem;
    }

    .lottery-inner, .purchase-inner, .owned-inner, .sale-inner {
        display: block;
    }
 
    .step-img {
        width: 100%;
        text-align: center;
        margin-right: auto;
 
    }
 
    .step-img img {
        width: 100%;
        max-width: 350px;
    }
 
   .lottery-text, .purchase-text, .owned-text, .sale-text {
       width: 95%;
       margin-left: auto;
       margin-right: auto;
       font-size: 1.2rem;
       font-weight: 700;
       margin-top: 1em;
       text-align: center;
   }

   .owned-caution {
    text-align: unset;
    margin-top: 2em;
    font-size: 0.9rem;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left:1em;
    text-indent:-1em;
}

    /* オススメ！ */
    .recommendation h2 {
        font-size: 1.4rem;
        margin-top: 3em;
        margin-bottom: 1em;
    }

    .recommendation p {
        max-width: 100%;
    }

    .balloon-pc {
        display: none;
    }

    .balloon-sp {
        display: block;
    }

/* ８つのメリット */
    .great-points h2 {
        font-size: 1.4rem;
        margin-top: 2em;
        padding-top: 7px;
        padding-bottom: 11px;
    
    }

    .nine-points {
        width: 100%;
        max-width: unset;
        min-width: unset;
    }

    .one-box, .two-box, .three-box, .four-box, .five-box, .six-box, .seven-box, .eight-box, .nine-box {
        width: 99%;
        height: 110px;
        border: 3px solid #FFCF0B;
    }
    
    .one img, .two img, .three img, .four img, .five img, .six img, .seven img, .eight img, .nine img {
        width: 40px;
        height: 40px;
        margin-top: -3px;

    }

    .box-number {
        font-size: 1rem;
        top: -17%;
        left: 1%;
    }
        
    .one-box p:nth-child(3), .two-box p:nth-child(3), .three-box p:nth-child(3), .four-box p:nth-child(3), .five-box p:nth-child(3), .six-box p:nth-child(3), .seven-box p:nth-child(3), .eight-box p:nth-child(3), .nine-box p:nth-child(3) {
        font-size: 0.6rem;
        font-weight: 700;
    }
    
    
    .point-one {
        margin-top: 2em;
        padding-top: 2px;
        padding-bottom: 0.5em;
    }
    
    .point-one h3 {
        font-size: 1.2rem;
        padding-top: 2.5em;
    }
    
    .point-one h3::before {
        font-size: 2rem;
        top: 0;
        left:35%;
    }
    
    .point-one h3::after {
        background-size: 3rem 3rem;
        height: 3rem;
        width: 3rem;
        top: 3px;
        left: 50%;
    }

    .game-img {
        max-width: 270px;
        width: 80%;
        margin-top: 1em;
    }    

    .point-two {
        margin-top: 4em;
    }
    
    .point-two h3 {
        font-size: 1.2rem;
        margin-bottom: 2em;
    }
    
    .point-two h3::before {
        content: '02.';
        position: absolute;
        font-size: 2rem;
        top: -50px;
        left: 35%;
    }
    
    .point-two h3::after {
        background-size: 3rem 3rem;
        height: 3rem;
        width: 3rem;
        top: -50px;
        left: 50%;
    }
    
    .point-two-text {
        font-size: 1rem;
        line-height: 30px;
        padding-bottom: 1em;
    }
    
    .komainu::after {
        background-size: 10rem 10rem;
        height: 10rem;
        width: 10rem;
        top: -15%;
        left: 65%;
    }
    
    .byakko {
        margin-top: 3em;
    }
    
    .byakko::after {
        background-size: 9rem 9rem;
        height: 9rem;
        width: 9rem;
        top: -8%;
        left: -15%;
    }

    .point-three {
        margin-top: 1em;
        padding-top: 2em;
        padding-bottom: 7em;
    }
    
    .point-three h3 {
        font-size: 1.2rem;
        padding-top: 1.2em;
        margin-bottom: 2em;
    }
    
    .point-three h3::before {
        content: '03.';
        position: absolute;
        font-size: 2rem;
        top: -30px;
        left:35%;
    }
    
    .point-three h3::after {
        background-size: 3rem 3rem;
        height: 3rem;
        width: 3rem;
        top: -27px;
        left: 50%;
    }
    
    .point-three p:nth-of-type(1) {
        font-size: 1rem;
        margin-bottom: 1.5em;
    }
    
    .point-three p span {
        font-size: 1.4rem;
        font-weight: 700;
        color:  #ff9000;
    }
    
    .point-three p:nth-of-type(1)::before {
        background-size: 5rem 5rem;
        height: 5rem;
        width: 5rem;
        top: 160px;
        left: 10%;
    }
    
    .point-three p:nth-of-type(1)::after {
        background-size: 5rem 5rem;
        height: 5rem;
        width: 5rem;
        top: 150px;
        right: 10%;
    }

    .point-three p:nth-of-type(2) {
        font-size: 0.8rem;
    }

    .point-four {
        margin-top: 4.5em;
    }
    
    .point-four h3 {
        font-size: 1.2rem;
        margin-bottom: 1em;
    
    }
    
    .point-four h3::before {
        font-size: 2rem;
        top: -50px;
        left: 35%;
    }
    
    .point-four h3::after {
        background-size: 3rem 3rem;
        height: 3rem;
        width: 3rem;
        top: -50px;
        left: 50%;
    }

    .point-five {
        margin-top: 1em;
        padding-top: 2em;
        padding-bottom: 0;
    }
    
    .point-five h3 {
        font-size: 1.2rem;
        padding-top: 1.2em;
    }
    
    .point-five h3::before {
        font-size: 2rem;
        top: -30px;
        left:35%;
    }
    
    .point-five h3::after {
        background-size: 3rem 3rem;
        height: 3rem;
        width: 3rem;
        top: -30px;
        left: 51%;
    }
    
    .point-five p:nth-of-type(1) {
        margin-top: 2.5em;
        margin-bottom: 0;
        text-align: center;
        margin-top: 1em;
        font-size: 1rem;
        margin-left: auto;
        margin-right: auto;
        width: 96%;
        line-height: 30px;    

    }

    .point-five span {
        font-size: 1.4rem;
    }
            
    .point-five p:nth-of-type(2) {
        font-size: 0.8rem;
    }

    .point-six {
        margin-top: 4.5em;
    }

    .point-six h3 {
        font-size: 1.2rem;
        margin-bottom: 2em;
        text-align: center;
    }

    .point-six h3 br {
        display: block;
    }
    
    .point-six h3::before {
        font-size: 2rem;
        top: -55px;
        left: 20%;
    }
    
    .point-six h3::after {
        background-size: 3rem 3rem;
        height: 3rem;
        width: 3rem;
        top: -55px;
        left: 55%;
    }
    
    .point-six p:nth-of-type(1) {
        text-align: center;
        margin-top: 1em;
        font-size: 1rem;
        margin-left: auto;
        margin-right: auto;
        width: 96%;
        line-height: 30px;    

    }

    .point-six p:nth-of-type(1) span {
        font-size: 1.4rem;
    }
        
    .point-six p:nth-of-type(2) {
        margin-top: 2em;
    }
    
    .point-seven {
        margin-top: 1em;
        padding-top: 2em;
        padding-bottom: 1em;
    }
    
    .point-seven h3 {
        font-size: 1.2rem;
        padding-top: 1em;
    }
    
    .point-seven h3::before {
        font-size: 2rem;
        top: -30px;
        left:35%;
    }
    
    .point-seven h3::after {
        background-size: 3rem 3rem;
        height: 3rem;
        width: 3rem;
        top: -25px;
        left: 53%;
    }
    
    .point-seven p:nth-of-type(1) {
        margin-top: 2em;
        text-align: center;
        margin-top: 1em;
        font-size: 1rem;
        margin-left: auto;
        margin-right: auto;
        width: 96%;
        line-height: 30px;    
    }

    .point-seven p:nth-of-type(1) span {
        font-size: 1.4rem;
    }
        
    .point-seven p:nth-of-type(2) {
        text-align: center;
        font-size: 1.1rem;
        margin-top: 2em;
    }

    .point-seven p:nth-of-type(3) {
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .point-seven img {
        width: 100%;
        object-fit: contain;

    }
    

    .point-eight {
        margin-top: 0;
        padding-top: 2em;
    }
    
    .point-eight h3 {
        font-size: 1.2rem;
        padding-top: 1em;
        position: relative;
    }
    
    .point-eight h3::before {
        font-size: 2rem;
        top: -30px;
        left:35%;
    }
    
    .point-eight h3::after {
        background-size: 3rem 3rem;
        height: 3rem;
        width: 3rem;
        top: -30px;
        left: 57%;
    }
    
    
    .eight-text {
        margin-top: 0;
        display: block;
    }
    
    .eight-left {
        width: 100%;
        padding-top:0;
        padding-right: 0;
    }
    
    .eight-left p:nth-child(1) {
        font-size: 1rem;
        text-align: center;
        margin-top: 1em;
        font-size: 1rem;
        margin-left: auto;
        margin-right: auto;
        width: 96%;
        line-height: 30px;
    
    
    }

    .eight-left p:nth-child(1) span {
        font-size: 1.4rem;
    }
    
    
    .alltime {
        font-size: 1.1rem;
        text-align: center;
        display: block;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }

    .settlement-title {
        font-size: 1.1rem;
        margin-top: 2em;
        margin-bottom: -2px;
        text-align: center;
        display: block;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;

    }
    
    .credit {
        font-size: 1rem;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
        padding-left: 2em;
    }
    
    .credit::after {
        top: -6px;
        left: -2%;
    }
    
    .btc {
        font-size: 1rem;
        margin-left: 17%;

    }
    
    .btc::after {
        top: -7px;
        left: -13%;
    }
    

    
    
    .eight-right {
        max-width: 200px;
        min-width: 150px;
        width: 200px;
        margin-right: auto;
        margin-left: auto;
    }
    
    .bank-list {
        text-align: center;
        font-size: 1.1rem;
        margin-top: 2em;
    }

    .point-nine {
        margin-top: 1em;
        padding-top: 5px;
        padding-bottom: 1em;
    }
    
    .point-nine h3 {
        font-size: 1.2rem;
        padding-top: 2.2em;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }
    
    .point-nine h3::before {
        font-size: 2rem;
        top: -10px;
        left:35%;
    }
    
    .point-nine h3::after {
        background-size: 4rem 4rem;
        height: 4rem;
        width: 4rem;
        top: -20%;
        left: 47%;
    }
    
    .point-nine p:nth-of-type(1) {
        margin-top: 2em;
        text-align: center;
        margin-top: 1em;
        font-size: 1rem;
        margin-left: auto;
        margin-right: auto;
        width: 96%;
        line-height: 30px;    
    }

    .point-nine p:nth-of-type(1) span {
        font-size: 1.4rem;
    }

    .customer-point {
        width: 100%;
        max-width: unset;
        min-width: unset;
    }
    
    .customer-one, .customer-two, .customer-three, .customer-four, .customer-five, .customer-six {
        width: 33%;
        margin-bottom: 1em;
    }
    
    .customer-one-box, .customer-two-box, .customer-three-box, .customer-four-box, .customer-five-box, .customer-six-box {
        width: 90%;
        height: 110px;
        border: 2px solid #000000;
    }
    
    .customer-one-box::after, .customer-two-box::after, .customer-three-box::after, .customer-four-box::after, .customer-five-box::after, .customer-six-box::after {
        position: absolute;
        top:6px;
        left:-4px;
        content:"";
        height:100%;
        width:100%;
        background: #FFCF0B;
        opacity: .7;
        z-index: 1;
        transform: rotate(-3deg);
        -webkit-transform: rotate(-3deg);
         
    }
    
    .customer-one img, .customer-two img, .customer-three img, .customer-four img, .customer-five img, .customer-six img {
        width: 40px;
        height: 40px;
        margin-top: 3px;
        text-align: center;
    }
    .customer-box-number {
        font-size: 1rem;
        margin-bottom: 0;
        top: -15%;
        left: -33%;
    }    
        
    .customer-one-box p:nth-child(3), .customer-two-box p:nth-child(3), .customer-three-box p:nth-child(3), .customer-four-box p:nth-child(3), .customer-five-box p:nth-child(3), .customer-six-box p:nth-child(3) {
        z-index: 5;
        margin-top: -8px;
        font-size: 0.7rem;
    }
    


/* どれくらい稼げるの？ */
    .earn h2 {
        margin-top: 2em;
        margin-bottom: 0;
        padding-top: 8px;
        padding-bottom: 11px;
        font-size: 1.2rem;
    }
    
    .earn-comment-a, .earn-comment-b, .earn-comment-c {
        margin-top: 1em;
        max-width: 97%;
        min-width: 97%;
    
    }

    /* beforeで三角を表現 */
    .comment-balloon::before{
        content: '';
        position: absolute;
        left: 45px;
        top: -15px;
        display: block;
        width: 0;
        height: 0;
        border-right: 15px solid transparent;
        border-bottom: 15px solid #FFCF0B;
        border-left: 15px solid transparent;
    }

    .earn-comment p {
        text-align: center;
    }

    .earn-comment-a p:nth-of-type(1), .earn-comment-b p:nth-of-type(1), .earn-comment-b p:nth-of-type(2) {
        position: relative;
        left: -10%;
        padding-bottom: 0.5em;
    }


    .earn-comment-a p:nth-of-type(1)::after {
        top: -20%;
        right: 8%;
        font-size: 1.4rem;
    }

    .earn-comment-b p:nth-of-type(1)::after {
        top: -20%;
        right: 8%;
        font-size: 1.4rem;
    }

    .earn-comment-b p:nth-of-type(2)::after {
        top: -20%;
        right: 4%;
        font-size: 1.4rem;
    }

    .earn-comment-c p:nth-of-type(1)::after {
        top: -20%;
        right: 8%;
        font-size: 1.4rem;
    }
    
    .earn-comment-c p:nth-of-type(2)::after {
        top: -20%;
        right: 4%;
        font-size: 1.4rem;
    }
    

/* あなたのご予算 */
    .budget-title {
        margin-top: 0;
        margin-bottom: 2em;
        padding-top: 8px;
        padding-bottom: 13px;
        font-size: 1.2rem;
    }

    .budget-content {
        background-color: #FFF7EA;
        padding-top: 2em;
    }

    .budget-content::before {
        border-top: 30px solid  #ffffff; /* 好みで高さ色を変えてください */
    }
    

    table {
        font-size: 1.1rem;
    }
    
    .budget-column {
        width: 280px;
        height: 60px;
        font-size: 2rem;
    }
    
    .budget-button {
        margin-top: 5em;
        top: 8%;
    }
    
    .budget_btn {
        font-size: 1.1rem;
    }
    
    .budget_btn::after {
        left: 87%;
    }

    .result-first {
        font-size: 1.3rem;
        top: 13%;

    }
    
    .result-second {
        display: table;
        top: 15%;

    }    

    .result-column {
        font-size: 3rem;
        text-align: center;
        background-color: #FFF7EA;
        border: none;
        outline: none;
        pointer-events: auto;
    }
    

    .budget-content .caution {
        font-size: 0.8rem;
        margin-top: 21em;
        margin-bottom: -4em;
        width: 95%;
        margin-left: auto;
        margin-right: auto;
        padding-left:1em;
        text-indent:-1em;

        
    }

    .budget-content .caution br {
        display: none;
    }

    /* さぁ、実際に初めてみましょう */
.start h2 {
    margin-top: 2em;
    margin-bottom: 1em;
    padding-top: 8px;
    padding-bottom: 13px;
    font-size: 1.2rem;
}

.start h2::after {
    content: '';
    position: absolute;
    background-image: url('../img/dash.svg');
    background-size: 3rem 3rem;
    height: 3rem;
    width: 3rem;
    top: 15px;
    right: -5%;
}


.start h2 br {
    display: block;
}

.start p:nth-of-type(1) {
    text-align: center;
    line-height: 30px;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 0.9rem;
}

.start p:nth-of-type(1) span {
    font-size: 1.5rem;
    color: #ff9000;
    font-weight: 700;
}

.foot-cv {
    margin-top: 2em;
    padding: 10px 50px 10px 20px;
    font-size: 1.2rem;
}

.foot-cv::after {
    background-size: 3rem 3rem;
    height: 3rem;
    width: 3rem;
    top: 2px;
    right: 2px;
}

/* よくある質問 */
.qa-top h2 {
    margin-top: 3em;
    margin-bottom: 2em;
    padding-top: 8px;
    padding-bottom: 13px;
    font-size: 1.2rem;
}

#qa-list dt {
        padding: 10px 8px 7px 3.4em;
        text-indent: -2.8em;
    }

    #qa-list dt:before {
        margin-right: 5px;
        font-size: 1.6rem;
        padding: 5px 3px 0 3px;    
    }

.copyright {
    font-size: 0.8rem;
}
}

/* -------------------------------------- */
/* 画面幅〜380px */
/* -------------------------------------- */
@media (max-width:380px) {
    .logo {
        min-width: 100px;
    }

    .title h1 {
        top: 6rem;
        left: 0.1em;
    }

    .title h1.animate {
        top: 5rem;
        opacity: 1;
    }

    .title h2 {
        top:4rem;
        left: 0.3rem;
        font-size: 1.2rem;
    }
    
    .title h2.animate {
        top: 3rem;
        opacity: 1;
    }
    
    .top-text {
        margin-top: 17vh;
    }

    /* ビデオ */
    .play-video {
        margin-top:0;
    }


    /* 特典 */
    .benefit-text {
        font-size: 1rem;
    }

    .benefit-first, .benefit-second  {
        max-width: 95%;
    }
    
    .benefit-first {
        margin-bottom: 2em;
    }
            
    .benefit-second-text span {
        font-size: 2rem;
    }    
        
    .benefit-first-list, .benefit-second-list {
        font-size: 0.9rem;
    }

    /* アニマルキャッシュとは？ */
    .about {
        margin-top: 2em;
    }
    
    .about h2 {
        font-size: 1.1rem;
    }
    
    .about-contents {
        padding-top: 2em;
        padding-bottom: 1em;
    }
    
    .about-contents h3 {
        font-size: 0.9rem;
    }
        
    .about-contents .text {
        font-size: 0.9rem;
    }    
    
    .about-list .title {
        font-size: 1.2em;
        padding: 7px;
    }

    .flow {
        max-width: 370px;
    }

    /* 必ず利益が得られる仕組み */

    .reason h2 {
        font-size: 1.3rem;
    }

    .reason {
        margin-top: 2em;
    }
        
    .reason .text {
        font-size: 0.9rem;
    }

    .text span {
        font-size: 1.1rem;
    }
    

    .four-reason {
        width: 100%;
        max-width: 100%;
        min-width: unset;
        font-size: 1.2rem;
    }


    .period, .rate, .pay, .fee {
        padding: 4px 0 4px 0;
    }

    .period, .rate {
        padding-top: 11px;
        padding-bottom: -4px;
    }

    .period::before, .rate::before, .pay::before, .fee::before {
        font-size: 1.2rem;
        top: 2px;
        left: 5px;
    }

    .period::after, .rate::after, .pay::after, .fee::after {
        background-size: 2rem 2rem;
        height: 2rem;
        width: 2rem;

        top: 5px;
        left: 20px;
    }

    /* キャラクター紹介*/
    .example {
        margin-top: 0;
        padding-bottom: 1em;
    }

    .example-content {
        padding-bottom: 1em;
    }

    .example-caution {
        margin-top: 1.5em;
    }

    .acquired span {
        font-size: 1.3rem;
    }

        /* ほったらかしで利益獲得 */

.acquired {
    margin-top: 1em;
}

.acquired .text {
    font-size: 0.9rem;
}

.acquired span {
    font-size: 1.1rem;
}

/* ------------------------- */
/* -------- 吹き出し -------- */
/* ------------------------- */
  .balloonR-ac .balloon-text-ac{
    font-size: 0.8rem;
  }
  .balloon-text-inner-ac span {
    font-size: 1rem;
}



/* この仕組みが成り立つ理由 */

.how {
    margin-top: 2em;
}

.how h2 {
    font-size: 1.2rem;
}

.how .text {
    font-size: 0.9rem;
}

.how span {
    font-size: 1.1rem;
}


.balloon-text .br-sp {
    display: block;
}

.balloon-text .br-pc {
    display: none;
}



    /* 説明 */
    .description {
        font-size: 0.9rem;
    }

    .conclusion-right {
        padding-top: 5px;
    }
    
    .conclusion-right p {
        padding-bottom: 5px;
    }
    #desc {
        font-size: 1.1rem;
    }


    /* ------------------------- */
/* -------- 吹き出し -------- */
/* ------------------------- */
  .balloonL .balloon-text{
    margin: 0 7px 0 -15px;
  }
  .balloonR .balloon-text{
    margin: 0 5px 0;
  }

/* 4ステップ */
  .total-step {
    max-width: 320px;
}


  /* 4ステップ　購入~売却 */
  .lottery-text, .purchase-text, .owned-text, .sale-text {
    font-size: 1.1rem;
}

/* ８つのメリット */

.great-points h2 {
    font-size: 1.2rem;
    margin-top: 1em;
    margin-bottom: 1em;
}

.one-box, .two-box, .three-box, .four-box, .five-box, .six-box, .seven-box, .eight-box, .nine-box {
    width: 100%;
    height: 100px;
}

.one img, .two img, .three img, .four img, .five img, .six img, .seven img, .eight img, .nine img {
    width: 37px;
    height: 37px;
    margin-top: -4px;
}

.box-number {
    top: -20%;
}

.one-box p:nth-child(3), .two-box p:nth-child(3), .three-box p:nth-child(3), .four-box p:nth-child(3), .five-box p:nth-child(3), .six-box p:nth-child(3), .seven-box p:nth-child(3), .eight-box p:nth-child(3), .nine-box p:nth-child(3) {
    font-size: 0.5rem;
    font-weight: 700;
    margin-top: -2px;
    letter-spacing: 1px;
}

.point-two-text {
    font-size: 0.9rem;
}

.charactor {
    width: 97%;
}
    
.komainu::after {
    background-size: 8rem 8rem;
    height: 8rem;
    width: 8rem;
    top: -5%;
    left: 68%;
}

.byakko {
    margin-top: 3em;
}

.byakko::after {
    background-size: 8rem 8rem;
    height: 8rem;
    width: 8rem;
    top: -5%;
    left: -10%;
}

.komainu span, .byakko span {
    font-size: 1.3rem;
}


.point-three p:nth-of-type(1) {
    font-size: 0.9rem;
}

.point-three p span {
    font-size: 1.2rem;
}

.point-five p:nth-of-type(1) {
    font-size: 0.9rem;
}

.point-five span {
    font-size: 1.2rem;
}

.point-six p:nth-of-type(1) {
    font-size: 0.9rem;
}

.point-six p:nth-of-type(1) span {
    font-size: 1.2rem;
}

.point-seven p:nth-of-type(1) {
    font-size: 0.9rem;
}

.point-seven p:nth-of-type(1) span {
    font-size: 1.2rem;
}

.eight-left p:nth-child(1) {
    font-size: 0.9rem;
}

.eight-left p:nth-child(1) span {
    font-size: 1.2rem;
}

.credit {
    font-size: 0.9rem;
    padding-left: 2em;
}

.credit::after {
    top: -7px;
    left: -2%;
}

.btc {
    font-size: 0.9rem;
    margin-left: 17%;

}

.btc::after {
    top: -7px;
    left: -13%;
}


.point-nine h3 {
    text-align: center;
}

.point-nine h3 br {
    display: block;
}

.point-nine h3::before {
    top: -10px;
    left:7%;
}

.point-nine p:nth-of-type(1) {
    font-size: 0.9rem;
}

.point-nine p:nth-of-type(1) span {
    font-size: 1.2rem;
}

.customer-one-box p:nth-child(3), .customer-two-box p:nth-child(3), .customer-three-box p:nth-child(3), .customer-four-box p:nth-child(3), .customer-five-box p:nth-child(3), .customer-six-box p:nth-child(3) {
    z-index: 5;
    margin-top: -8px;
    font-size: 0.5rem;
}


/* どれくらい稼げるの？ */
/* beforeで三角を表現 */
.comment-balloon::before{
    content: '';
    position: absolute;
    left: 45px;
    top: -15px;
    display: block;
    width: 0;
    height: 0;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #FFCF0B;
    border-left: 15px solid transparent;
}

.earn-comment-a h3::after {
    left: 6%;
}

.earn-comment-b h3::after {
    left: 3%;
}

.earn-comment-c h3::after {
    left: 2%;
}

/* シミュレーション */
table {
    font-size: 1rem;
}

.budget-column {
    font-size: 1.8rem;
}

.budget_btn {
    font-size: 1rem;
}

.budget_btn::after {
    left: 86%;
}

.result-first {
    font-size: 1.2rem;
    top: 13%;

}

.result-column {
    font-size: 2.6rem;
}

.budget-content .caution {
    margin-top: 20em;
}


/* さぁ、実際に初めてみましょう */

.start p:nth-of-type(1) {
    font-size: 0.8rem;
}

.foot-cv {
    margin-top: 2em;
    padding: 10px 50px 10px 20px;
    font-size: 1rem;
}

.foot-cv::after {
    background-size: 3rem 3rem;
    height: 3rem;
    width: 3rem;
    top: 2px;
    right: 2px;
}
}

/* -------------------------------------- */
/* 画面幅〜330px */
/* -------------------------------------- */
@media (max-width:330px) {
    .title h1 {
        top: 8rem;
        left: 0.7rem;
        font-size: 2.1rem;
    }

    .title h1.animate {
        top: 6rem;
    }

    .title h1::after {
        right: -22%;
    }

    .title h2 {
        top:6rem;
        left: 0.5rem;
        font-size: 1rem;
    }
    
    .title h2.animate {
        top: 5em;
        opacity: 1;
    }


    .top-text {
        margin-top: 8em;
    }
    
    .title-text-first, .title-text-second {
        font-size: 0.9rem;
    }

    .registration::after {
        top: -3px;
        right: 14px;
    }

    .movie-title {
        font-size: 0.8rem;
    }

    /* 特典 */
    .benefit {
        margin-top: 2em;
    }
    
    .now {
        font-size: 2.2rem;
    }
    
    .benefit-text {
        font-size: 0.9rem;
    }

    .benefit-first, .benefit-second  {
        max-width: 95%;
    }
    
    .benefit-first {
        margin-bottom: 2em;
    }
    
    .benefit-first h2, .benefit-second h2 {
        font-size: 1.8rem;
    }
        
    .benefit-first-text {
        font-size: 1.1rem;
    }

    .benefit-second-text {
        font-size: 1.1rem;
    }
    
    .benefit-second-text span {
        font-size: 1.8rem;
    }
    
    .benefit-first-text::before {
        background-size: 3rem 3rem;
        height: 3rem;
        width: 3rem;
        bottom: 10%;
        left: 0;
    }
    
    .benefit-second-text::before {
        background-size: 3rem 3rem;
        height: 3rem;
        width: 3rem;
        bottom: 30%;
        left:0;
    }
    
    .benefit-first-list, .benefit-second-list {
        font-size: 0.9rem;
    }

    /* アニマルキャッシュとは？ */
    .about {
        margin-top: 2em;
    }

    .about .sub-title {
        font-size: 0.9rem;
    }
    
    .about h2 {
        font-size: 0.9rem;
    }
    
    .about-contents {
        padding-top: 1em;
    }
    
    .about-contents h3 {
        font-size: 0.8rem;
    }
        
    .about-contents .text {
        font-size: 0.8rem;
    }

    .about-contents .text span {
        font-size: 1.2rem;
    } 
    
    .about-list p {
        font-size: 0.8rem;
    }
        
    .about-list .title {
        font-size: 1.1em;
        padding: 7px;
    }

    .flow {
        max-width: 100%;
    }

    /* 必ず利益が得られる仕組み */
    .reason {
        margin-top: 2em;
    }
    
    .reason h2 {
        font-size: 1.1rem;
    }
    
    .reason h2 span {
        font-size: 0.9rem;
    }
    
    .reason .text {
        font-size: 0.8rem;
        padding-top: 1px;
        line-height: 25px;
    }

    .reason .text span {
        font-size: 1.1rem;
    }

    .four-reason {
        font-size: 1.1rem;
    }

    .period, .rate, .pay, .fee {
        padding: 5px 0px 5px 0;
        width: 49%;
    }

    .period::before, .rate::before, .pay::before, .fee::before {
        font-size: 1rem;
    }

    .period::after, .rate::after, .pay::after, .fee::after {
        background-size: 3rem 3rem;
        height: 3rem;
        width: 3rem;
        left: 20px;
    }

    /* キャラクター紹介*/

    .example {
        margin-top: -1em;
        padding-bottom: 1em;
    }
        
    .example h2 {
        font-size: 1.2rem;
    }

    .example-content {
        padding-bottom: 1em;
    }
                
    .example-caution {
        margin-top: 1em;
        font-size: 0.5rem;
    }

        /* ほったらかしで利益獲得 */

.acquired {
    margin-top: 1em;
}

.acquired h2 {
    font-size: 1.2rem;
    margin-bottom: 1em;
}

.acquired h2 span {
    font-size: 1rem;
}

.acquired .text {
    margin-top: 1em;
    font-size: 0.8rem;
    line-height: 25px;
}

.acquired span {
    font-size: 1.1rem;
}

/* ------------------------- */
/* -------- 吹き出し -------- */
/* ------------------------- */

.balloonR-ac .balloon-text-ac{
    font-size: 0.7rem;
  }

  .balloon-text-ac{
    padding: 0;
  }

  .balloon-text-inner-ac span {
    font-size: 0.9rem;
}


  .balloon-text-ac br {
    display: none;
}



/* この仕組みが成り立つ理由 */

.how {
    margin-top: 1em;
}

.how h2 {
    font-size: 1.1rem;
    margin-bottom: 1em;
    padding-top: 6px;
}
.how .text {
    margin-top: 1em;
    font-size: 0.8rem;
    line-height: 25px;
}


.how span {
    font-size: 1.1em;
}



    /* 説明 */
    .description {
        font-size: 0.7rem;
        line-height: 25px;
    }  
    
    #desc {
        font-size: 1.1rem;
    }


    /* ------------------------- */
/* -------- 吹き出し -------- */
/* ------------------------- */
  .balloon-img{
    width: 70px;
  }
  .balloon-img img {
      width: 60px;
  }
  .balloon-text-inner{
    font-size: 0.7rem;
    max-width: 180px;
  }

  .balloonL .balloon-text{
    margin: 0 0 0 -8px;
  }


  /* 4ステップ */
  .four-step h2 {
    margin-top: 1em;
    margin-bottom: 1em;
}

.four-step h2 span {
    font-size: 1.6rem;
}

.total-step {
    max-width: 280px;
}

/* 4ステップ　購入~売却 */  
    .step-img img {
        max-width: 250px;
    }
 
   .lottery-text, .purchase-text, .owned-text, .sale-text {
       font-size: 1rem;
   }

   .owned-caution {
    font-size: 0.7rem;
}

    /* オススメ！ */
    .recommendation h2 {
        font-size: 1.2rem;
        margin-top: 1em;
    }

    /* ８つのメリット */
    .great-points h2 {
        font-size: 1rem;
        margin-top: 2em;
        margin-bottom: 1em;
    }

    .one-box, .two-box, .three-box, .four-box, .five-box, .six-box, .seven-box, .eight-box, .nine-box {
        height: 108px;
    }
    
    .one img, .two img, .three img, .four img, .five img, .six img, .seven img, .eight img, .nine img {
        width: 35px;
        height: 35px;
        margin-top:0;

    }
    
    .one-box p:nth-child(3), .two-box p:nth-child(3), .three-box p:nth-child(3), .four-box p:nth-child(3), .five-box p:nth-child(3), .six-box p:nth-child(3), .seven-box p:nth-child(3), .eight-box p:nth-child(3), .nine-box p:nth-child(3) {
        font-size: 0.4rem;
        margin-top: -5px;
    }

    .one-box p:nth-child(3) br, .two-box p:nth-child(3) br, .three-box p:nth-child(3) br, .four-box p:nth-child(3) br, .five-box p:nth-child(3) br, .six-box p:nth-child(3) br, .seven-box p:nth-child(3) br, .eight-box p:nth-child(3) br, .nine-box p:nth-child(3) br {
        display: none;
    }


    
    .point-one {
        margin-top: 2em;
    }
    
    .point-one h3 {
        font-size: 1rem;
        padding-top: 2em;
    }
    
    .point-one h3::before {
        font-size: 1.5rem;
        top: 0;
        left:35%;
    }
    
    .point-one h3::after {
        background-size: 2rem 2rem;
        height: 2rem;
        width: 2rem;
        top: 3px;
        left: 50%;
    }

    .point-two {
        margin-top: 3em;
    }
    
    .point-two h3 {
        font-size: 1rem;
        margin-bottom: 2em;
    }
    
    .point-two h3::before {
        font-size: 1.5rem;
        top: -35px;
        left: 37%;
    }
    
    .point-two h3::after {
        background-size: 2rem 2rem;
        height: 2rem;
        width: 2rem;
        top: -35px;
        left: 50%;
    }
    
    .point-two-text {
        font-size: 0.8rem;
    }

    .komainu {
        margin-top: 1em;
    }
    
            
    .komainu::after {
        background-size: 7rem 7rem;
        height: 7rem;
        width:7rem;
        top: 0;
        left: 67%;
    }

    .komainu h4 {
        padding: 3px;
        font-size: 0.9rem;
    }

    .komainu p, .byakko p {
        font-size: 0.8rem;
    }
    
    
    .byakko {
        margin-top: 2em;
    }
    
    .byakko::after {
        background-size: 7rem 7rem;
        height: 7rem;
        width: 7rem;
        top: -3%;
        left: -14%;
    }

    .byakko h4 {
        font-size: 0.9rem;
        padding: 3px;
    }

    .komainu span, .byakko span {
        font-size: 1rem;
    }
    
    

    .point-three {
        margin-top: 1em;
        padding-top: 1em;
    }
    
    .point-three h3 {
        font-size: 1rem;
        padding-top: 1em;
        margin-bottom: 2em;
    }
    
    .point-three h3::before {
        font-size: 1.5rem;
        top: -20px;
        left:35%;
    }
    
    .point-three h3::after {
        background-size: 2rem 2rem;
        height: 2rem;
        width: 2rem;
        top: -17px;
        left: 50%;
    }
    
    .point-three p:nth-of-type(1) {
        font-size: 0.8rem;
    }
    
    .point-three p span {
        font-size: 1.2rem;
    }
    
    .point-three p:nth-of-type(1)::before {
        left: 5%;
    }
    
    .point-three p:nth-of-type(1)::after {
        right: 5%;
    }

    .point-three p:nth-of-type(2) {
        font-size: 0.8rem;
    }

    .point-four {
        margin-top: 3em;
    }
    
    .point-four h3 {
        font-size: 1rem;
        margin-bottom: 1em;
    
    }
    
    .point-four h3::before {
        font-size: 1.5rem;
        top: -35px;
        left: 37%;
    }
    
    .point-four h3::after {
        background-size: 2rem 2rem;
        height: 2rem;
        width: 2rem;
        top: -35px;
        left: 50%;
    }

    .point-five {
        margin-top: 1em;
        padding-top: 1em;
    }
    
    .point-five h3 {
        font-size: 1rem;
        padding-top: 1em;
    }
    
    .point-five h3::before {
        font-size: 1.5rem;
        top: -20px;
        left:37%;
    }
    
    .point-five h3::after {
        background-size: 2rem 2rem;
        height: 2rem;
        width: 2rem;
        top: -20px;
        left: 51%;
    }
    
    .point-five p:nth-of-type(1) {
        margin-top: 2em;
        font-size: 0.8rem;
    }

    .point-five span {
        font-size: 1.2rem;
    }

    .point-five p:nth-of-type(2) {
        font-size: 0.7rem;
    }
      
    .point-six {
        margin-top: 3em;
    }

    .point-six h3 {
        font-size: 1rem;
        margin-bottom: 1em;
    }
    
    .point-six h3::before {
        font-size: 1.5rem;
        top: -35px;
        left: 15%;
    }
    
    .point-six h3::after {
        background-size: 2rem 2rem;
        height: 2rem;
        width: 2rem;
        top: -35px;
        left: 55%;
    }
    
    .point-six p:nth-of-type(1) {
        font-size: 0.8rem;
    }

    .point-six p:nth-of-type(1) span {
        font-size: 1.2rem;
    }
    
    
    .point-six p:nth-of-type(2) {
        margin-top: 1em;
    }
    
    .point-seven {
        margin-top: 1em;
        padding-top: 1em;
        padding-bottom: 1em;
    }
    
    .point-seven h3 {
        font-size: 1rem;
        padding-top: 1em;
    }
    
    .point-seven h3::before {
        font-size: 1.5rem;
        top: -20px;
        left:37%;
    }
    
    .point-seven h3::after {
        background-size: 2rem 2rem;
        height: 2rem;
        width: 2rem;
        top: -15px;
        left: 53%;
    }
    
    .point-seven p:nth-of-type(1) {
        margin-top: 1.5em;
        width: 94%;
        font-size: 0.8rem;
    }

    .point-seven p:nth-of-type(1) span {
        font-size: 1.2rem;
    }
    
    .point-seven p:nth-of-type(2) {
        font-size: 0.9rem;
        margin-top: 2em;
    }

    .point-eight {
        margin-top: 0;
        padding-top: 1em;
    }
    
    .point-eight h3 {
        font-size: 1rem;
    }
    
    .point-eight h3::before {
        font-size: 1.5rem;
        top: -20px;
        left:35%;
    }
    
    .point-eight h3::after {
        background-size: 2rem 2rem;
        height: 2rem;
        width: 2rem;
        top: -20px;
        left: 57%;
    }
        
    .eight-left p:nth-child(1) {
        font-size: 0.8rem;

    }

    .eight-left p:nth-child(1) span {
        font-size: 1.1rem;
    }
    
    
    .eight-left p:nth-child(2) {
        font-size: 0.8rem;
    }
    

    .credit {
        font-size: 0.7rem;
        padding-left: 2.2em;
    }
    
    .credit::after {
        top: -8px;
        left: -5%;    
    }
    
    .btc {
        font-size: 0.7rem;
        margin-left: 18%;
        padding-top: 1em;

    }
    
    .btc::after {
        top: 0;
        left: -15%;
    }

    
    .eight-right {
        width: 100%;
    }

    .eight-right p {
        font-size: 0.5rem;
        margin-top: -5px;
        text-align: center;
    }
    
    
    .bank-list {
        font-size: 0.9rem;
    }

    .point-nine {
        margin-top: 1em;
        padding-top: 5px;
        padding-bottom: 1em;
    }
    
    .point-nine h3 {
        font-size: 1rem;
        padding-top: 1.5em;
    }
    
    .point-nine h3::before {
        font-size: 1.5rem;
        top: -10px;
        left:10%;
    }
    
    .point-nine h3::after {
        background-size: 2rem 2rem;
        height: 2rem;
        width: 2rem;
        top: -10%;
        left: 55%;
    }
    
    .point-nine p:nth-of-type(1) {
        margin-top: 2em;
        font-size: 0.9rem;
    }

    .point-nine p:nth-of-type(1) span {
        font-size: 1.2rem;
    }

    /* どれくらい稼げるの？ */
    .earn h2 {
        margin-top: 2em;
        font-size: 1.2rem;
    }
    
    .earn-comment-a, .earn-comment-b, .earn-comment-c {
        margin-top: 1em;
        max-width: 97%;
        min-width: 97%;
        margin-bottom: 1em;

    }

    .earn-comment-a h3, .earn-comment-b h3, .earn-comment-c h3 {
        padding-left: 2.5em;
        font-size: 1rem;
    }
    
    .earn-comment-c h3 {
        padding-left: 3em;
    
    }
    
    .earn-comment-a h3::after {
        background-size: 5rem 5rem;
        height: 5rem;
        width: 5rem;
        top: -25px;
        left: 9%;
    }
    
    .earn-comment-b h3::after {
        background-size: 5rem 5rem;
        height: 5rem;
        width: 5rem;
        top: -23px;
        left: 6%;
    }
    
    .earn-comment-c h3::after {
        background-size: 5rem 5rem;
        height: 5rem;
        width: 5rem;
        top: -20px;
        left: 2%;
    }

    .comment-balloon{
        font-size: 0.8rem;
      }
    

    /* beforeで三角を表現 */
    .comment-balloon::before{
        left: 35px;
        top: -11px;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #FFCF0B;
        border-left: 10px solid transparent;
    }

    .earn-comment-a p:nth-of-type(1), .earn-comment-b p:nth-of-type(1), .earn-comment-b p:nth-of-type(2), .earn-comment-c p:nth-of-type(1), .earn-comment-c p:nth-of-type(2) {
        left: -10%;
        padding-bottom: 0.5em;
        font-size: 0.8rem;
    }


    .earn-comment-a p:nth-of-type(1)::after {
        top: -20%;
        right: 8%;
        font-size: 1.2rem;
    }

    .earn-comment-b p:nth-of-type(1)::after {
        top: -20%;
        right: 8%;
        font-size: 1.2rem;
    }

    .earn-comment-b p:nth-of-type(2)::after {
        top: -20%;
        right: 4%;
        font-size: 1.2rem;
    }

    .earn-comment-c p:nth-of-type(1)::after {
        top: -20%;
        right: 8%;
        font-size: 1.2rem;
    }
    
    .earn-comment-c p:nth-of-type(2)::after {
        top: -20%;
        right: 4%;
        font-size: 1.2rem;
    }

    .earn-comment-a p:nth-of-type(3), .earn-comment-b p:nth-of-type(4), .earn-comment-c p:nth-of-type(4) {
        font-size: 1.3rem;
    }
    
    

/* あなたのご予算 */
    .budget-title {
        margin-top: 1em;
        font-size: 1rem;
    }

    table {
        font-size: 0.8rem;
    }
    
    .budget-column {
        width: 220px;
        height: 60px;
        font-size: 1.7rem;
    }
    
    .budget-button {
        margin-top: 3px;
    }
    
    .budget_btn {
        font-size: 0.9rem;
        height: 50px;
    }
    
    .budget_btn::after {
        left: 85%;
    }

    .result-first {
        font-size: 1.1rem;
        top: 12%;
    }
    
    .result-second {
        top: 14%;
    }    

    .result-column {
        font-size: 2.2rem;
    }    

    .budget-content .caution {
        font-size: 0.7rem;
        margin-top: 20em;
    }

    /* さぁ、実際に初めてみましょう */
.start p:nth-of-type(1) {
    text-align: center;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.8rem;
}

.start p:nth-of-type(1) span {
    font-size: 1.2rem;
}

.start p:nth-of-type(1) br {
    display: none;
}

.foot-cv {
    margin-top: 1em;
    font-size: 0.8rem;
}

.foot-cv::after {
    top: -2px;
    right: 2px;
}

/* よくある質問 */
.qa-top h2 {
    margin-top: 2em;
    font-size: 1.2rem;
}

#qa-list dt {
        font-size: 0.9rem;
    }

    #qa-list dd {
        font-size: 0.9rem;
    }
    

.copyright {
    font-size: 0.6rem;
}
}

