body{
    font-family:  "Garuda", "TF Pimai";
}

a {
	text-decoration:none;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
 }

 ul,ol,li {
	list-style:none;
    padding: 0;
    margin: 0;
}

h1{
    text-align: center;
}

.f-left{
    float: left;
}

.f-right{
    float: right;
}



/*---------------------------------------------*/
/* アコーディオンの設定　↓ */
/*---------------------------------------------*/

.accordion {
    width: 100%;
  }

  /* チェックボックス非表示 */
  .accordion-hidden {
    display: none;
  }

  /* 見出しボタン部分 */
  .accordion-open {
    display: block;
    padding: 10px 80px 10px 10px;
    background: #d39cff;
    cursor: pointer;
    margin: 5px 0;
    position: relative;
  }

  /* 「＋」アイコン */
  .accordion-open::before,
  .accordion-open::after {
    content: '';
    width: 12px;
    height: 2px;
    background: #000;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
  }

  /* 「－」アイコン */
  .accordion-open::after {
    transform: translateY(-50%) rotate(90deg);
    transition: .5s;
  }

  /* アコーディオンが開いたら「－」に */
  .accordion-hidden:checked+.accordion-open:after {
    transform: translateY(-50%) rotate(0);
  }

  /* アコーディオンの中身 */
  .accordion-inner {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0;
    opacity: 0;
    transition: 0.5s;
    /* 表示速度の設定 */
    cursor: pointer;
  }

  /* チェックボックスにチェックが入ったら中身を表示 */
  .accordion-hidden:checked+.accordion-open+.accordion-inner {
    height: auto;
    opacity: 1;
    padding: 10px 25px;
  }

/*---------------------------------------------------------------------*/
/*　576以下の設定　*/
/*---------------------------------------------------------------------*/

header{
    height: 81px;
    background-color: black;
    padding: 18px 0;
}

.logo-wrap{
    width: 180px;
    margin: 0 auto;
}

.main-v{
    margin-bottom: 30px;
}

.wrap{
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
}

/*^^^^^^^^^^^^^*/

.iphone-box{
    float: left;
    width: 50%;
    padding: 0 1.38% 0 2.76%;
}

.iphone-box p,.android-box p{
    font-size: 11px;
    height: 40px;
    background-color: #444;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin-bottom: 10px;
}

.android-box{
    float: right;
    width: 50%;
    padding: 0 2.76% 0 1.38%;
}

.qr-btn-area{
    padding: 0;
}

img.qr{
    display: none;
}

img.app-btn{
    width: 100%;
}

.dl-area{
    width: 100%;
    margin-bottom: 20px;
}

span.type-a{
    display: none;
}

span.type-b{
    display: block;
}

/*^^^^^^^^^^^^^*/

a.sc-btn-a{
    display: block;
    width: 32.5%;
    height: 50px;
    background-color: #000;
    color: "fff";
    text-align: center;
    line-height: 50px;
    border-radius: 10px;
    float: left;
    margin-right: 1.25%;
    font-size: 12px;
}

a.sc-btn-a:link,a.sc-btn-a:visited,a.sc-btn-a:hover,a.sc-btn-a:active{
    color: #fff;
}

a.sc-btn-b{
    display: block;
    width: 32.5%;
    height: 50px;
    background-color: #c377ff;
    color: "fff";
    text-align: center;
    line-height: 50px;
    border-radius: 10px;
    float: left;
    font-size: 12px;
}

a.sc-btn-b:link,a.sc-btn-b:visited,a.sc-btn-b:hover,a.sc-btn-b:active{
    color: #fff;
}

a btn{
    position: relative;
}

a btn img{
    height: 12px;
    width: auto;
    position: absolute;
    right: -7px;
    top: 6px;
}

.sc-btn-area{
    padding: 0 15px;
    margin-bottom: 50px;
}

/*^^^^^^^^^^^^^*/

h2{
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
}

.line{
    width: 150px;
    margin: 0 auto 25px;
}

/*^^^^^^^^^^^^^^^^^^^*/
/*　3枚のカードエリア　*/
/*^^^^^^^^^^^^^^^^^^^*/

.card-area{
    padding: 40px 15px;
    background-color: #ebebf2;
    margin:0 15px 50px;
}

.card-area p{
    font-size: 16px;
    font-weight: 400;
}

.card-area h3{
    text-align: center;
    line-height: 1.2;
}

.card-area h3 span.number{
    font-size: 40px;
    font-weight: 700;
}

.card-area h3 span.heading-3{
    font-size: 18px;
    font-weight: 700;
}

/*^^^^^^^^^^^^^^^*/

ul.horizontal-list {
    overflow-x: auto;
    white-space:nowrap;
    width: 100%;
}

li.item {
    display: inline-block;
    width: 80%;
    vertical-align: top;
    margin: 0 15px 0 0;
    white-space: normal;
}

li.item img{
    border-radius: 15px;
    margin-bottom: 20px;
}

li.item p{
    font-size: 16px;
}

/*^^^^^^^^^^^^^^^^^^^*/
/*　2枚のカードエリア　*/
/*^^^^^^^^^^^^^^^^^^^*/

li.item-2 img{
    border-radius: 15px;
    margin-bottom: 20px;
}

ul.horizontal-list-2 {
    overflow-x: auto;
    white-space:nowrap;
    margin-top: 40px;
    width: 100%;
}

li.item-2 {
    display: inline-block;
    width: 80%;
    vertical-align: top;
    margin: 0 15px 0 0;
    white-space: normal;
}

.card-area-2{
    padding: 40px 15px;
    background-color: #ebebf2;
    margin:0 15px 50px;
}

.card-area-2 p{
    font-size: 16px;
    font-weight: 400;
}

.card-area-2 h3{
    text-align: center;
    line-height: 1.2;
}

.card-area-2 h3 span.number{
    font-size: 40px;
    font-weight: 700;
}

.card-area-2 h3 span.heading-3{
    font-size: 18px;
    font-weight: 700;
}

.adjust-bottom-110{
    margin-bottom: 70px;
}

/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
/*　別パターン3枚のカードエリア　*/
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/

.card-area-other{
    padding: 40px 15px;
    background-color: #ebebf2;
    margin:0 15px 50px;
}


.card-wrap{
    background-color: #fff;
    padding: 15px;
    border-radius: 15px;
    height: 320px;
}

p.step{
    text-align: center;
    background-color: #c377ff;
    color: #fff;
    width: 140px;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    margin: 0 auto;
    border-radius: 14px;
    margin-bottom: 15px;
}

/*^^^^^^^^^^^^^*/

.accordion-area{
    padding: 0 15px;
}

footer{
    height: 60px;
    background-color: #000;
}

footer p{
    text-align: center;
    color: #fff;
    line-height: 60px;
    font-size: 14px;
}

@media (min-width: 576px) {
    header{
        height: 81px;
        background-color: black;
        padding: 18px 0;
    }

    .logo-wrap{
        width: 180px;
        margin: 0 auto;
    }

    .main-v{
        margin-bottom: 30px;
    }

    .wrap{
        width: 100%;
        margin: 0 auto;
        padding-top: 20px;
    }

    /*^^^^^^^^^^^^^*/

    .iphone-box{
        float: left;
        width: 50%;
        padding: 0 1.38% 0 2.76%;
    }

    .iphone-box p,.android-box p{
        font-size: 12px;
        height: 40px;
        background-color: #444;
        color: #fff;
        text-align: center;
        line-height: 40px;
    }

    .android-box{
        float: right;
        width: 50%;
        padding: 0 2.76% 0 1.38%;
    }

    .qr-btn-area{
        padding: 0;
    }

    img.qr{
        display: none;
    }

    img.app-btn{
        width: 100%;
    }

    .dl-area{
        width: 100%;
        margin-bottom: 20px;
    }

    span.type-a{
        display: block;
    }
    
    span.type-b{
        display: none;
    }

    /*^^^^^^^^^^^^^*/

    a.sc-btn-a{
        display: block;
        width: 32.5%;
        height: 50px;
        background-color: #000;
        color: "fff";
        text-align: center;
        line-height: 50px;
        border-radius: 10px;
        float: left;
        margin-right: 1.25%;
        font-size: 12px;
    }

    a.sc-btn-a:link,a.sc-btn-a:visited,a.sc-btn-a:hover,a.sc-btn-a:active{
        color: #fff;
    }

    a.sc-btn-b{
        display: block;
        width: 32.5%;
        height: 50px;
        background-color: #c377ff;
        color: "fff";
        text-align: center;
        line-height: 50px;
        border-radius: 10px;
        float: left;
        font-size: 12px;
    }

    a.sc-btn-b:link,a.sc-btn-b:visited,a.sc-btn-b:hover,a.sc-btn-b:active{
        color: #fff;
    }

    a btn{
        position: relative;
    }

    a btn img{
        height: 12px;
        width: auto;
        position: absolute;
        right: -15px;
        top: 6px;
    }

    .sc-btn-area{
        padding: 0 15px;
        margin-bottom: 50px;
    }

    /*^^^^^^^^^^^^^*/

    h2{
        font-size: 40px;
        text-align: center;
        margin-bottom: 10px;
    }

    .line{
        width: 150px;
        margin: 0 auto 25px;
    }

    /*^^^^^^^^^^^^^^^^^^^*/
    /*　3枚のカードエリア　*/
    /*^^^^^^^^^^^^^^^^^^^*/

    .card-area{
        padding: 40px 15px;
        background-color: #ebebf2;
        margin:0 15px 50px;
    }

    .card-area h3{
        text-align: center;
        line-height: 1.2;
    }

    .card-area h3 span.number{
        font-size: 45px;
        font-weight: 700;
    }

    .card-area h3 span.heading-3{
        font-size: 24px;
        font-weight: 700;
    }

    /*^^^^^^^^^^^^^^^*/

    ul.horizontal-list {
        overflow-x: auto;
        white-space:nowrap;
        width: 100%;
    }

    li.item {
        display: inline-block;
        width: 80%;
        vertical-align: top;
        margin: 0 15px 0 0;
        white-space: normal;
    }

    li.item img{
        border-radius: 15px;
        margin-bottom: 20px;
    }

    li.item p{
        font-size: 16px;
    }

    /*^^^^^^^^^^^^^^^^^^^*/
    /*　2枚のカードエリア　*/
    /*^^^^^^^^^^^^^^^^^^^*/

    li.item-2 img{
        border-radius: 15px;
        margin-bottom: 20px;
    }

    ul.horizontal-list-2 {
        overflow-x: auto;
        white-space:nowrap;
        margin-top: 40px;
        width: 100%;
    }

    li.item-2 {
        display: inline-block;
        width: 80%;
        vertical-align: top;
        margin: 0 15px 0 0;
        white-space: normal;
    }

    .card-area-2{
        padding: 40px 15px;
        background-color: #ebebf2;
        margin:0 15px 50px;
    }

    .card-area-2 h3{
        text-align: center;
        line-height: 1.2;
    }

    .card-area-2 h3 span.number{
        font-size: 45px;
        font-weight: 700;
    }

    .card-area-2 h3 span.heading-3{
        font-size: 24px;
        font-weight: 700;
    }

    .adjust-bottom-110{
        margin-bottom: 70px;
    }

    /*^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
    /*　別パターン3枚のカードエリア　*/
    /*^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/

    .card-area-other{
        padding: 40px 15px;
        background-color: #ebebf2;
        margin:0 15px 50px;
    }


    .card-wrap{
        background-color: #fff;
        padding: 15px;
        border-radius: 15px;
        height: 400px;
    }

    p.step{
        text-align: center;
        background-color: #c377ff;
        color: #fff;
        width: 140px;
        height: 28px;
        line-height: 28px;
        font-size: 16px;
        margin: 0 auto;
        border-radius: 14px;
        margin-bottom: 15px;
    }

    /*^^^^^^^^^^^^^*/

    .accordion-area{
        padding: 0 15px;
    }

    footer{
        height: 60px;
        background-color: #000;
    }

    footer p{
        text-align: center;
        color: #fff;
        line-height: 60px;
        font-size: 14px;
    }
    
}

/*---------------------------------------------------------------------*/

@media (min-width: 768px) {
    header{
        height: 100px;
        background-color: black;
        padding: 20px 0;
    }

    .logo-wrap{
        width: 260px;
        margin: 0 auto;
    }

    .main-v{
        margin-bottom: 30px;
    }

    .wrap{
        width: 100%;
        margin: 0 auto;
        padding-top: 25px;
    }

    /*^^^^^^^^^^^^^*/

    .iphone-box{
        float: left;
        width: 49%;
        border: 2px solid #dcdcdc;
        border-radius: 10px;
        padding: 20px;
    }

    .iphone-box p,.android-box p{
        font-size: 15px;
        height: 50px;
        background-color: #444;
        color: #fff;
        text-align: center;
        line-height: 50px;
        margin-bottom: 15px;
    }

    .android-box{
        float: right;
        width: 49%;
        border: 2px solid #dcdcdc;
        border-radius: 10px;
        padding: 20px;
    }

    .qr-btn-area{
        padding: 0;
    }

    img.qr{
        display: block;
        width: 80px;
    }

    img.app-btn{
        width: 225px;
    }

    .dl-area{
        padding: 0;
        margin-bottom: 30px;
    }

    /*^^^^^^^^^^^^^*/

    a.sc-btn-a{
        display: block;
        width: 32.5%;
        height: 70px;
        background-color: #000;
        color: "fff";
        text-align: center;
        line-height: 70px;
        border-radius: 10px;
        float: left;
        margin-right: 1.25%;
        font-size: 18px;
    }

    a.sc-btn-a:link,a.sc-btn-a:visited,a.sc-btn-a:hover,a.sc-btn-a:active{
        color: #fff;
    }

    a.sc-btn-b{
        display: block;
        width: 32.5%;
        height: 70px;
        background-color: #c377ff;
        color: "fff";
        text-align: center;
        line-height: 70px;
        border-radius: 10px;
        float: left;
        font-size: 18px;
    }

    a.sc-btn-b:link,a.sc-btn-b:visited,a.sc-btn-b:hover,a.sc-btn-b:active{
        color: #fff;
    }

    a btn{
        position: relative;
    }

    a btn img{
        height: 15px;
        width: auto;
        position: absolute;
        right: -35px;
        top: 10px;
    }

    .sc-btn-area{
        padding: 0 15px;
        margin-bottom: 60px;
    }

    /*^^^^^^^^^^^^^*/

    h2{
        font-size: 40px;
        text-align: center;
        margin-bottom: 10px;
    }

    .line{
        width: 150px;
        margin: 0 auto 25px;
    }

    /*^^^^^^^^^^^^^^^^^^^*/
    /*　3枚のカードエリア　*/
    /*^^^^^^^^^^^^^^^^^^^*/

    .card-area{
        padding: 40px 6.25%;
        background-color: #ebebf2;
        margin-bottom: 50px;
    }

    .card-area h3{
        text-align: center;
        line-height: 1.2;
    }

    .card-area h3 span.number{
        font-size: 45px;
        font-weight: 700;
    }

    .card-area h3 span.heading-3{
        font-size: 24px;
        font-weight: 700;
    }

    /*^^^^^^^^^^^^^^^*/

    ul.horizontal-list {
        overflow-x:none;
        white-space: normal;
        margin-top: 20px;
        width: 100%;
    }

    li.item {
        display: block;
        float: left;
        width: 28.57%;
        margin: 0 2.38%;
    }

    li.item img{
        border-radius: 15px;
        margin-bottom: 20px;
    }

    li.item p{
        font-size: 16px;
    }

    /*^^^^^^^^^^^^^^^^^^^*/
    /*　2枚のカードエリア　*/
    /*^^^^^^^^^^^^^^^^^^^*/

    li.item-2 img{
        border-radius: 15px;
        margin-bottom: 20px;
    }

    li.item-2 {
        display: block;
        float: left;
        width: 42.85%;
        margin: 0 3.57%;
    }

    .card-area-2{
        padding: 40px 20.83%;
        background-color: #ebebf2;
        margin-bottom: 50px;
    }

    .card-area-2 h3{
        text-align: center;
        line-height: 1.2;
    }

    .card-area-2 h3 span.number{
        font-size: 45px;
        font-weight: 700;
    }

    .card-area-2 h3 span.heading-3{
        font-size: 24px;
        font-weight: 700;
    }

    ul.horizontal-list-2 {
        overflow-x:none;
        white-space: normal;
        margin-top: 20px;
        width: 100%;
    }

    .adjust-bottom-110{
        margin-bottom: 70px;
    }

    /*^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
    /*　別パターン3枚のカードエリア　*/
    /*^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/

    .card-area-other{
        padding: 40px 6.25% 60px;
        background-color: #ebebf2;
        margin-bottom: 70px;
    }


    .card-wrap{
        background-color: #fff;
        padding: 15px;
        border-radius: 15px;
        height: 300px;
    }

    p.step{
        text-align: center;
        background-color: #c377ff;
        color: #fff;
        width: 140px;
        height: 28px;
        line-height: 28px;
        font-size: 16px;
        margin: 0 auto;
        border-radius: 14px;
        margin-bottom: 15px;
    }

    /*^^^^^^^^^^^^^*/

    .accordion-area{
        padding: 0 10%;
    }

    footer{
        height: 70px;
        background-color: #000;
    }

    footer p{
        text-align: center;
        color: #fff;
        line-height: 70px;
        font-size: 16px;
    }

    /*^^^^^^^^^^^^^*/


}

/*---------------------------------------------------------------------*/

@media (min-width: 992px) {

    /*^^^^^^^^^^^^^*/

    .iphone-box{
        float: left;
        width: 49%;
        border: 2px solid #dcdcdc;
        border-radius: 10px;
        padding: 20px;
    }

    .iphone-box p,.android-box p{
        font-size: 18px;
        height: 50px;
        background-color: #444;
        color: #fff;
        text-align: center;
        line-height: 50px;
    }

    .android-box{
        float: right;
        width: 49%;
        border: 2px solid #dcdcdc;
        border-radius: 10px;
        padding: 20px;
    }

    .qr-btn-area{
        padding: 0 20px;
    }

    img.qr{
        width: 90px;
    }

    img.app-btn{
        width: 252px;
    }

    .dl-area{
        padding: 0 15px;
        margin-bottom: 30px;
    }

    /*^^^^^^^^^^^^^*/

    a.sc-btn-a{
        display: block;
        width: 32.5%;
        height: 80px;
        background-color: #000;
        color: "fff";
        text-align: center;
        line-height: 80px;
        border-radius: 10px;
        float: left;
        margin-right: 1.25%;
        font-size: 18px;
    }

    a.sc-btn-a:link,a.sc-btn-a:visited,a.sc-btn-a:hover,a.sc-btn-a:active{
        color: #fff;
    }

    a.sc-btn-b{
        display: block;
        width: 32.5%;
        height: 80px;
        background-color: #c377ff;
        color: "fff";
        text-align: center;
        line-height: 80px;
        border-radius: 10px;
        float: left;
        font-size: 18px;
    }

    a.sc-btn-b:link,a.sc-btn-b:visited,a.sc-btn-b:hover,a.sc-btn-b:active{
        color: #fff;
    }

    a btn{
        position: relative;
    }

    a btn img{
        height: 15px;
        width: auto;
        position: absolute;
        right: -70px;
        top: 10px;
    }

    .sc-btn-area{
        padding: 0 15px;
        margin-bottom: 60px;
    }

    /*^^^^^^^^^^^^^*/

    h2{
        font-size: 40px;
        text-align: center;
        margin-bottom: 10px;
    }

    .line{
        width: 150px;
        margin: 0 auto 25px;
    }

    /*^^^^^^^^^^^^^^^^^^^*/
    /*　3枚のカードエリア　*/
    /*^^^^^^^^^^^^^^^^^^^*/

    .card-area{
        padding: 40px 6.25%;
        background-color: #ebebf2;
        margin:0 0 70px;
    }

    .card-area h3{
        text-align: center;
        line-height: 1.2;
    }

    .card-area h3 span.number{
        font-size: 45px;
        font-weight: 700;
    }

    .card-area h3 span.heading-3{
        font-size: 24px;
        font-weight: 700;
    }

    /*^^^^^^^^^^^^^^^*/

    ul.horizontal-list {
        overflow-x:none;
        white-space: normal;
        margin-top: 20px;
        width: 100%;
    }

    li.item {
        display: block;
        float: left;
        width: 28.57%;
        margin: 0 2.38%;
    }

    li.item img{
        border-radius: 15px;
        margin-bottom: 20px;
    }

    li.item p{
        font-size: 16px;
    }

    /*^^^^^^^^^^^^^^^^^^^*/
    /*　2枚のカードエリア　*/
    /*^^^^^^^^^^^^^^^^^^^*/

    li.item-2 img{
        border-radius: 15px;
        margin-bottom: 20px;
    }

    li.item-2 {
        display: block;
        float: left;
        width: 42.85%;
        margin: 0 3.57%;
    }

    .card-area-2{
        padding: 40px 20.83%;
        background-color: #ebebf2;
        margin-bottom: 70px;
    }

    .card-area-2 h3{
        text-align: center;
        line-height: 1.2;
    }

    .card-area-2 h3 span.number{
        font-size: 45px;
        font-weight: 700;
    }

    .card-area-2 h3 span.heading-3{
        font-size: 24px;
        font-weight: 700;
    }

    ul.horizontal-list-2 {
        overflow-x:none;
        white-space: normal;
        margin-top: 20px;
        width: 100%;
    }

    .adjust-bottom-110{
        margin-bottom: 70px;
    }

    /*^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
    /*　別パターン3枚のカードエリア　*/
    /*^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/

    .card-area-other{
        padding: 40px 6.25% 60px;
        background-color: #ebebf2;
        margin-bottom: 70px;
    }


    .card-wrap{
        background-color: #fff;
        padding: 15px;
        border-radius: 15px;
        height: 300px;
    }

    p.step{
        text-align: center;
        background-color: #c377ff;
        color: #fff;
        width: 140px;
        height: 28px;
        line-height: 28px;
        font-size: 16px;
        margin: 0 auto;
        border-radius: 14px;
        margin-bottom: 15px;
    }

    /*^^^^^^^^^^^^^*/

    .accordion-area{
        padding: 0 160px;
    }

    footer{
        height: 70px;
        background-color: #000;
    }

    footer p{
        text-align: center;
        color: #fff;
        line-height: 70px;
        font-size: 16px;
    }

    /*^^^^^^^^^^^^^*/
} 

/*---------------------------------------------------------------------*/

@media (min-width: 1200px) {
    header{
        height: 120px;
        background-color: black;
        padding: 25px 0;
    }

    .logo-wrap{
        width: 280px;
        margin: 0 auto;
    }

    .wrap{
        width: 1200px;
        margin: 0 auto;
        padding-top: 40px;
    }

    .main-v{
        margin-bottom: 40px;
    }

    .iphone-box{
        float: left;
        width: 580px;
        border: 2px solid #dcdcdc;
        border-radius: 10px;
        padding: 20px;
    }

    .android-box{
        float: right;
        width: 580px;
        border: 2px solid #dcdcdc;
        border-radius: 10px;
        padding: 20px;
    }

    img.qr{
        width: 120px;
    }

    img.app-btn{
        width: 333px;
    }

    .dl-area{
        padding: 0;
        margin-bottom: 30px;
    }

    a.sc-btn-a{
        display: block;
        width: 32.5%;
        height: 90px;
        background-color: #000;
        color: "fff";
        text-align: center;
        line-height: 90px;
        border-radius: 10px;
        float: left;
        margin-right: 1.25%;
        font-size: 18px;
    }

    a.sc-btn-b{
        display: block;
        width: 32.5%;
        height: 90px;
        background-color: #c377ff;
        color: "fff";
        text-align: center;
        line-height: 90px;
        border-radius: 10px;
        float: left;
        font-size: 18px;
    }

    a btn{
        position: relative;
    }

    a btn img{
        height: 15px;
        width: auto;
        position: absolute;
        right: -110px;
        top: 10px;
    }

    .sc-btn-area{
        padding: 0;
        margin-bottom: 90px;
    }

    h2{
        font-size: 40px;
        text-align: center;
        margin-bottom: 20px;
    }

    .line{
        width: 150px;
        margin: 0 auto 40px;
    }

    /*^^^^^^^^^^^^^^^^^^^*/
    /*　3枚のカードエリア　*/
    /*^^^^^^^^^^^^^^^^^^^*/

    .card-area{
        padding: 40px 6.25%;
        background-color: #ebebf2;
        margin-bottom: 70px;
    }

    .card-area h3{
        text-align: center;
        line-height: 1.2;
    }

    .card-area h3 span.number{
        font-size: 45px;
        font-weight: 700;
    }

    .card-area h3 span.heading-3{
        font-size: 24px;
        font-weight: 700;
    }

    /*^^^^^^^^^^^^^^^*/

    ul.horizontal-list {
        overflow-x:none;
        white-space: normal;
        margin-top: 20px;
        width: 100%;
    }

    li.item {
        display: block;
        float: left;
        width: 28.57%;
        margin: 0 2.38%;
    }

    li.item img{
        border-radius: 15px;
        margin-bottom: 20px;
    }

    li.item p{
        font-size: 16px;
    }

    /*^^^^^^^^^^^^^^^^^^^*/
    /*　2枚のカードエリア　*/
    /*^^^^^^^^^^^^^^^^^^^*/

    li.item-2 img{
        border-radius: 15px;
        margin-bottom: 20px;
    }

    li.item-2 {
        display: block;
        float: left;
        width: 42.85%;
        margin: 0 3.57%;
    }

    .card-area-2{
        padding: 40px 20.83%;
        background-color: #ebebf2;
        margin-bottom: 70px;
    }

    .card-area-2 h3{
        text-align: center;
        line-height: 1.2;
    }

    .card-area-2 h3 span.number{
        font-size: 45px;
        font-weight: 700;
    }

    .card-area-2 h3 span.heading-3{
        font-size: 24px;
        font-weight: 700;
    }

    ul.horizontal-list-2 {
        overflow-x:none;
        white-space: normal;
        margin-top: 20px;
        width: 100%;
    }

    .adjust-bottom-110{
        margin-bottom: 110px;
    }

    /*^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
    /*　別パターン3枚のカードエリア　*/
    /*^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/

    .card-area-other{
        padding: 40px 6.25% 60px;
        background-color: #ebebf2;
        margin-bottom: 70px;
    }

    .card-wrap{
        background-color: #fff;
        padding: 15px;
        border-radius: 15px;
        height: 340px;
    }

    p.step{
        text-align: center;
        background-color: #c377ff;
        color: #fff;
        width: 140px;
        height: 28px;
        line-height: 28px;
        font-size: 16px;
        margin: 0 auto;
        border-radius: 14px;
        margin-bottom: 15px;
    }

    .accordion-area{
        padding: 0 200px;
    }

    footer{
        height: 70px;
        background-color: #000;
    }

    footer p{
        text-align: center;
        color: #fff;
        line-height: 70px;
        font-size: 18px;
    }

}

/*---------------------------------------------------------------------*/