@charset "utf-8";

input:hover,
a:hover{
    cursor:pointer;
  }

  img{
    width:100%;    
}


.wrapper{
    width:100%;
    max-width:750px;
    line-height: 0;
    margin: 0 auto;
    z-index:-1; 
}

/*== ヘッダーエリア ================*/

header{
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    padding: 15px;
    box-shadow: 0px 1px 5px 0px rgba(181, 181, 181, 0.8) ;
-webkit-box-shadow: 0px 1px 5px 0px rgba(181, 181, 181, 0.8) ;
-moz-box-shadow: 0px 1px 5px 0px rgba(181, 181, 181, 0.8) ;
-o-box-shadow: 0px 1px 5px 0px rgba(181, 181, 181, 0.8) ;
-ms-box-shadow: 0px 1px 5px 0px rgba(181, 181, 181, 0.8) ;
align-items: center;
position: relative;
z-index:10;
}
header .btn_area{
    display: flex;
    align-items: center;
    gap:15px;
}
header .btn_area a{
    display: block;
    width: 100px;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	1024px〜1100px：小型PC
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
@media screen and (min-width:1024px) and (max-width:1100px) {

}


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	768px〜1023px：タブレット 
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
@media screen and (min-width:768px) and (max-width:1023px) {

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	〜767px：SP横
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
@media screen and (max-width:767px) {
    header{
     padding:15px 10px;
    }
    header h1{
        width:40%;
    }
    header .btn_area{
        gap:10px;
    }
    header .btn_area a{
        width: 80px;
    }
}

/*== CTA ================*/
.cta_area .btn01,
.cta_area .btn02{
    width:100%;
    display: flex;
    flex-wrap: nowrap;
}
.cta_area .btn01 div,
.cta_area .btn02 div{
    width: fit-content;
}
.cta_area .btn01 .btn input,
.cta_area .btn02 .btn input{
    width:100%;
}
.cta_area_02 p.caution{
        font-size: 0.8rem;
    line-height: 1.5em;
    margin-top: 20px;
}


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	1024px〜1100px：小型PC
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
@media screen and (min-width:1024px) and (max-width:1100px) {

}


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	768px〜1023px：タブレット 
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
@media screen and (min-width:768px) and (max-width:1023px) {

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	〜767px：SP横
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
@media screen and (max-width:767px) {


}


/*== フッターエリア ================*/

footer{
    background-color: #bcece1;
    padding :30px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .footer_menu{
    display: flex;
    gap: 20px;
}

footer .footer_menu a{
    color: #333;
    font-size:0.8rem;
}

footer .copyright{
    color: #333;
    font-size: 0.8rem;
    text-align: center;
}
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	1024px〜1100px：小型PC
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
@media screen and (min-width:1024px) and (max-width:1100px) {

}


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	768px〜1023px：タブレット 
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
@media screen and (min-width:768px) and (max-width:1023px) {

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	〜767px：SP横
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
@media screen and (max-width:767px) {
    footer{
        flex-direction: column;
        gap:30px;
    }
    footer .footer_menu{
        flex-wrap: wrap;
        gap: 10px 20px;
        justify-content: center;
    }
}


      .visible-sp{
        display: none;
      }
      ul{
        margin: 0 !important;
        padding: 0 !important;
      }
      .wrapper.lp02{
        margin-top:0;
      }
        .floating_menu{
            z-index: 1;
        }
        .cta_area_02 {
            margin: 80px auto;
        }
        .cta_area_02 img + .cta_box{
            margin-top: 20px;
        }
        .cta_area_02 .cta_box {
            width: 100%;
            padding: 30px;
            border: 5px solid #A20101;
        }
        .cta_area_02 .cta_box .shiny_btn{
            text-align: center;
            margin: 30px auto 0;
        }
        .faq_area {
        margin: 80px auto;
        }

    .accordion{
        margin-top: 30px !important;
    }
            /* アコーディオン全体の罫線を消す */
    .accordion-item {
      border: none !important;
    }

    /* アコーディオンボタンの罫線を消す */
    .accordion-button {
      border: none !important;
      box-shadow: none !important;
      background-color: #fff2f2 !important; /* 薄いグレー */
      transition: background-color 0.3s !important;
      border-bottom: 1px solid #ffffff !important; /* 白い罫線を追加 */
    border-radius: 0 !important !important; /* 角丸をなくす */
    background-image: url(https://gigaplus.makeshop.jp/blgr/image/lp02/icon_q.png) !important;
    background-repeat: no-repeat !important;
    background-position: left 10px center !important; /* 左側にアイコンを配置 */
    padding:20px 20px 20px 40px !important; /* アイコンのスペースを確保 */
    background-size: 20px !important;
    font-size:1.2rem !important;
    color:#9a1124 !important;
    }

    /* 開いたときのボタンの背景色や影も消す */
    .accordion-button:not(.collapsed) {
      background-color: #FFDCDD !important; /* 濃いグレー */
      box-shadow: none !important;
      border-bottom: 1px solid #ffffff !important; /* 白い罫線を追加 */
      color:#000;
    }
.accordion-body{
    padding:30px 0 30px 70px !important;
    background-image: url(https://gigaplus.makeshop.jp/blgr/image/lp02/icon_a.png) !important;
    background-repeat: no-repeat !important;
    background-position: 30px 30px !important; /* 左側にアイコンを配置 */
    background-size: 25px !important;
    line-height:1.5em !important;
}
    /* コンテンツ部の枠線を消す */
    .accordion-collapse {
      border-top: none;
    }
    .conponent_area {
        margin: 80px auto 0;
    }
    .conponent_area .conponent_box {
        margin: 0 auto;
        padding: 20px;
        background-color: #efefef;
    }
     .conponent_area .conponent_box h2 {
        font-size: 1.2rem;
        font-weight: 700;
        margin-bottom: 10px;
        text-align: center;
    }
    .conponent_area .conponent_box p {
        font-size: 0.8rem;
        line-height: 1.6;
        color: #333;
        margin-bottom: 0;
    }
    .flow_box{
        margin: 80px auto;
    }
    .flow_box h2 {
        text-align: center;
        margin-bottom: 30px;
    }
    .flow {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap:20px;
    }
    .flow li {
        width: calc(50% - 10px);
        padding: 20px;
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 0 2px 6px rgba(0,0,0,0.1);
        text-align: center;
        line-height: 1.5em;
    }
    .flow li img {
        max-width: 100%;
        height: auto;
        margin-bottom: 10px;
    }
    .flow li h3{
      font-size:1.4rem;
      color: #A20101;
    }
    .subsc_box{
      margin-bottom: 80px;
      line-height: 1.5em;
      text-align: center;
    }
    .subsc_box h2 {
        margin-bottom: 20px;
        font-size: 1.6rem;
        font-weight: 900;
        color: #A20101;
    }
    .subsc_box a{
      text-decoration: none;
      display: block;
      width:100%;
      max-width: 300px;
      font-size:1.2rem;
      font-weight: 900;
      color: #fff;
      background-color: #666;
      padding:20px 25px;
      margin: 0 auto;
      border-radius: 5px;
    }
      .subsc_box a:hover{
        background-color: #A20101;
        color: #fff;
        transition: 0.3s;
      }
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	768px〜1024px：タブレット 
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
@media (min-width: 768px) and (max-width: 1024px) {
  .visible-sp{
    display: none;
  }  /* スタイルをここに記述 */
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	&#12316;767px：SP横
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
@media screen and (max-width:767px) {
  .visible-sp{
    display: block;
  }
    .cta_area_02 {
            margin: 60px auto;
        }
            .cta_area_02 .cta_box {
            width: 90%;
            margin: 0 auto;
            padding: 20px;
            border: 5px solid #A20101;
        }
        .cta_area_02 .cta_box .shiny_btn{
            margin-top: 20px;
        }
        .cta_area_02 .cta_box .shiny_btn input{
            width: 100%;
        }
        .faq_area {
            width:90%;
        margin: 60px auto;
        }
        .accordion-button{
            font-size:1rem !important;
            padding:15px 15px 15px 40px !important; /* アイコンのスペースを確保 */
    background-size: 15px !important;
        }
.accordion-body{
    padding:20px 0 20px 40px !important;
    background-image: url(https://gigaplus.makeshop.jp/blgr/image/lp02/icon_a.png) !important;
    background-repeat: no-repeat !important;
    background-position: 10px 20px !important; /* 左側にアイコンを配置 */
    background-size: 18px !important;
    line-height:1.5em !important;
    font-size:0.9rem !important;
}
    .conponent_area {
        margin: 60px auto 10px;
    }
    .conponent_area .conponent_box {
        padding: 15px;
        width: 90%;
        margin: 0 auto;
    }
     .conponent_area .conponent_box h2 {
        font-size: 1.0rem;
     }
    .conponent_area .conponent_box p {
        font-size: 0.6rem;
        line-height: 1.6;
        color: #333;
        margin-bottom: 0;
    }
        .flow_box{
        margin: 40px auto;
        width: 90%;
    }
    .flow_box h2 {
        text-align: center;
        margin-bottom: 30px;
    }

    .flow li {
        width: 100%;
        box-sizing: border-box;
        padding: 15px;
    }
    .flow li img {
        max-width: 70% !important;
        height: auto;
        margin: 0 auto 10px;
    }
    .flow li h3{
      font-size:1.4rem;
      color: #A20101;
    }
    .subsc_box{
      width: 90%; 
      margin: 0 auto 60px;
    }
    .subsc_box h2 {
        font-size: 1.2rem;
    }
    .subsc_box p {
        font-size: 0.8rem;
        margin-bottom: 20px;
    }
    .subsc_box a{
      font-size:1.0rem;
      color: #fff;
    }
}