@charset "UFT-8";
:root {
	--color-black: #000;
	--color-pink: #FF65E2;
	--color-yellow: #FFFF54;
	--color-lightblue: #EAF7FF;
	--color-blue: #0099FF;
	--color-white: #FFF;
	--color-gray: #F0F0F0;
	--fontSize-title: 2.5rem;
	--fontSize-lead: 2rem;
	--fontSize-lead02: 1.5rem;
	--fontSize-note: 0.812rem;
	--gap30: 30px;
	--gap40: 40px;
	--lineHeight01: 1;
	--lineHeight02: 1.3;
}

.pc {
    display: block !important;
}

.sp {
    display: none !important;
}
@media screen and (max-width: 767px) {
.pc {
	display: none !important;
}

.sp {
	display: block !important;
}
}
.box{
    border: 4px solid var(--color-black);
    border-radius: 22px;
    padding: 90px 40px 60px;
    position: relative;
}
.program_container{
    margin-top: 2em;
}
.program_inner{
    background: var(--color-gray);
    text-align: center;
    border-radius: 1em;
    width: 45%;
    max-width: 330px;
    height: 170px;
    margin-right: 2em;
    margin-top: 2em;
}
.program_inner:last-child{
    margin-right: 0;
}

.program_container{
    display: flex;
    justify-content: center;
    align-items: center;
    }

    /*特典内画像サイズ*/
    .program_inner img{
        width: 55px;   
    }
    .program_inner:nth-child(1) img{
        width: 60px; 
        margin-right: 1.5em;
    }
    .program_inner:nth-child(2) img{
        width: 70px; 
        
    }
    /*2段目画像サイズ*/
    .program_inner2:nth-child(1) img{
        width: 55px;
        margin-right: 0;
    }
    
    .program_inner2:nth-child(2) img{
width: 80px;
    }
    
    
    
    .program_inner  p{
        font-size: 1.2rem;
        font-weight: bold;
    }
    .program_inner2{
        height: 200px;
    }
    .program_inner2 .program_box{
        height: 180px;
    }
    .program_inner2_p{
        font-size: 0.6em;
    }
    .small{
        font-size: 0.8em;
        font-weight: bold;
        margin-top: 1em;
        text-align: center;
        color: #7A7A7A;   
    }
    .program_inner .marker2{
        font-size: 1.7em;
    }
    .program_box{
        display: flex;
        justify-content: center;
        align-items: center;
        height: 150px;
        margin-top: 1.5em;
    }
    .program_box p {
        color: var(--color-blue);
    }
    .program_box div p:first-child{
        color: var(--color-black);
    }

/*青丸*/
.blue_circle p{
    display: inline-block;
    width: 110px;
    height: 110px;
    font-size: 0.7em;
    background: #0054A6;
    color: #fff;
    vertical-align: middle;
    box-sizing: border-box;
    border-radius: 50%;
    padding-top: 1.5em;
    line-height: 1.4em;
    margin-right: 1em;
}
.blue_circle span{
    background: #fff;
    color: #0054A6;
    border-radius: 1em;
    padding: 0 0.5em;
}
/*特典 黄丸*/

.yellow_circle{
    height: 0;
}
.yellow_circle p{
    display: inline-block;
    width: 70px;
    height: 70px;
    background: var(--color-yellow);
    border-radius: 50%;
    font-size: 1.5rem;
    padding-top: 0.5rem;
    border: 2px solid #fff;
    position: relative;
    top: -30px;
    line-height: 1.4rem;
}
.yellow_circle p span{
    font-size: 1rem;
}

.program_inner2 .yellow_circle p{
    top: -30px;
}
.program_btnbox{
    text-align: center;
    margin: auto;
}
/**黄色マーカー**/
.marker2 {
    background-image: linear-gradient(120deg, #ffff54, #ffff54 100%);
    background-repeat: no-repeat;
    background-size: 100% 0.5em;
    background-position: 0 90%;
}

@media screen and (max-width:767px) {
    .box {
        border: 3px solid var(--color-black);
        border-radius: 16px;
        padding: 12vw 5vw 5vw;
    }

    .program_container{
        display: block;
    }
    .program_inner{
        max-width: none;
        text-align: center;
        border-radius: 3vw;
        width: 75vw;
        height: auto;
        padding: 4vw;
        margin-left: 4vw;
        margin-bottom: 3vw;
        margin-right: 0;
    }

    .program_box{
        display: flex;
        justify-content: space-around;  
        height: auto;
        margin-top: 0;  
    }
    .program_inner2 .program_box {
        height: auto;
    }


    /*特典内画像サイズ*/
.program_inner img{
    width: 15vw;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 5vw;
    margin-top: -2vw;
}
.program_inner:nth-child(1) img {
    width: 15vw;
    margin-right: 3vw;
}

    .program_inner:nth-child(2) img{
        width: 18vw;
        
    }
    /*2段目画像サイズ*/
    .program_inner2:nth-child(1) img{
        width: 13vw;
        margin-right: 0;
    }
    
    .program_inner2:nth-child(2) img{
width: 18vw;
    }

.program_inner  p{
    font-size: 4.2vw;
}
.program_inner2_p{
    font-size: 0.6em;
}
.program_container .small{
    font-size: 0.8em;
    font-weight: bold;
    
}
.program_inner .marker2{
    font-size: 7vw;
}
/*amazon pay/google pay 文字サイズ*/
.tokuten3 :nth-child(2) p{
    font-size: 3.5vw;
}
/*特典 黄丸*/
.yellow_circle p{
    display: inline-block;
    width: 13vw;
    height: 13vw;
    border-radius: 50%;
    font-size: 4vw;line-height: 4vw;
    padding-top: 0.3em;
    border: 2px solid #fff;
    position: relative;
    top: 5vw;
    left: -37vw;
    margin-bottom: -1.5em;
}
.yellow_circle p span {
    font-size: 2.8vw;
}
.program_inner2 .yellow_circle p{
    top: 6vw;
}
.blue_circle p {
    display: inline-block;
    width: 20vw;
    height: 20vw;
    font-size: 3vw;
    border-radius: 50%;
    padding-top: 1.5em;
    line-height: 1.4em;
    margin-right: 1em;
    text-align: center;
}

/*ボタン付近*/
.program_btnbox p{
    font-size: 4vw;
    line-height: 1.3em;
    margin-bottom: 1em;
}

}
/****************アコーディオン*********************/
.accordion{
    margin: 70px auto;
}

.accordion-item {
    margin: 1.5vw 0; }

.accordion-title {
      font-size: 1.8rem;  
      max-width: 1024px;
      height: 80px;
      text-align: left;
      color:var(--color-black);
      cursor: pointer;
      padding: 0.5em;
      background: #fff;
      font-weight: bold;
      border-radius: 1vw;
      box-sizing: border-box;
      border: solid 4px #000;
      position: relative; 
      margin: auto;
    }

 .accordion-title::after {
        border-right: solid 8px #0099FF;
        border-top: solid 8px #0099FF;
        content: "";
        display: block;
        height: 22px;
        position: absolute;
        right: 2vw;
        top: 35%;
        transform: rotate(135deg);
        transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
        width: 22px;
     }
    .open_accordion-title {
        border-radius: 1vw 1vw 0 0;
        border-bottom: solid 4px #000;
        padding-left: 1em;
    }
    .accordion-title.open::after {
      top: 43%;
      transform: rotate(-45deg); 
    }
    .accordion-content {
      margin: auto;
      max-width: 1024px;
      display: none;
      background: #fff;
      padding: 20px 60px;
      border-bottom: 4px solid #000;
      border-left: 4px solid #000;
      border-right:4px solid #000;
      border-radius: 0 0 1vw 1vw;
      box-sizing: border-box; 
    }
    .c-box05__image.smartphone {
        width: 80px;
    }
    .c-box05_attention{
        margin: 1em 0;
    }

    @media screen and (max-width:767px) {
        .accordion{
            margin: 8vw auto;
        }
        

        .accordion-title {
            font-size: 4.5vw;  
            height: 12vw;
            padding: 0.5em;
            background: #fff;
            font-weight: bold;
            border-radius: 3vw;
            box-sizing: border-box;
            border: solid 3px #000;
            position: relative; 
            margin: auto;
            padding-left: 1em;
          }
          .open_accordion-title {
            border-radius: 3vw 3vw 0 0;
            border-bottom: solid 3px #000;
        }
          .accordion-title::after {
            border-right: solid 1.2vw #0099FF;
            border-top: solid 1.2vw #0099FF;
            content: "";
            display: block;
            height: 3vw;
            position: absolute;
            right: 5vw;
            top: 35%;
            transform: rotate(135deg);
            transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
            width: 3vw;
         }
          .accordion-content {
            margin: auto;
            max-width: 1024px;
            display: none;
            background: #fff;
            padding: 3vw 5vw;
            border-bottom: 3px solid #000;
            border-left: 3px solid #000;
            border-right:3px solid #000;
            border-radius: 0 0 3vw 3vw;
            box-sizing: border-box; 
            padding-bottom: 8vw;
          }
      
          /********アコーディオン内容修正********/
          .c-box05__image+.c-box05__text {
             margin-left: 0;
        }
          .c-box05__image {
            width: 6vw;
            max-width: none;
            height: auto;
        }
     

        .c-box05__text {
            font-size: 3vw;
            letter-spacing: -.01em;
        }
        .c-box05__image {
            width: 15vw;
            max-width: none;
            height: auto;
            margin-right: 3vw;
        }
        .c-box05__image.smartphone{
            width: 15vw;
        }
        .c-box05__image.pay img {
            max-width: none;
            width: 10vw;
        }
        
.c-box05__emphasise{
    font-size: 7vw;
}
.tokuten_box{
    justify-content: center;
}

    }