.cp_kv{
    margin-bottom: 50px;
}

.cp_read{
    font-size: 2rem;
    line-height: 2;
     width: 100%;
    margin: 0 auto 50px;
   text-align: center;
    word-break: break-all;
}
.cp_read span{
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-top: 35px;
    text-indent: -0.8em;
    padding-left: 0.8em;

}
.cp_about{
    text-align:center;
    font-size: 2rem;
    font-weight: bold;
    border: solid 2px #007ec8;
    padding: 2em 1em;
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    background: #fffce3;
    border-radius: 1.5rem;

}

.cp_about h2{
    font-size: 110%;
    color: #fff;
    font-weight: bold;
    background: #007ec8;
    width: fit-content;
    margin: 0 auto 1em;
    padding: 0.2em 1em;
    border-radius: 100px;
}


.present_img{
    width: 80%;
    margin: 0 auto 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;

}
.cp_about li img{
    height: auto;
}


/* .cp_about li:last-child figure{
    width: 50%;
} */

.cp_about .lantern{
    margin-bottom: 25px;
}

.cp_about h3{
    font-size: 120%;
}
.cp_about ul p{
    font-size: 80%;
}

.cp_about .txt-s{
    font-size: 80%;
}

.cp_about .txt-left{
  
  text-align: center;
}

.cp_about ol li{
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    position: relative;
}

.cp_about ol li span{
    color: #007ec8;
    display: block;
    font-size: 140%;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}
.cp_about a,.cp_read a{
    text-decoration: underline;
    font-weight: bold;
    color: #007ec8;
}

.up{
    font-size: 120%;
}
.cp_about aside{
    font-size: 70%;
    margin-top: 16px;
}
.sns_btn{
    font-size: 20px;
    display: block;
    text-align:center;
    margin: 50px auto 100px;
    color: #000;
   

}


.sns_btn a{
     text-decoration: underline;
}
.sp{
    display: none;
}
.cp-movie{
     
    margin: 50px auto 0;
}
.cp-movie-youtube{
    width: 70%;
    max-width: 400px;
    aspect-ratio: 9 / 16;
    margin: 0 auto;
    
}
.cp-movie p{
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
}


.cp-movie iframe{
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 767px) {
    .pc{
    display: none;
}
    .sp{
        display: block;
    }
    .cp_kv{
    margin-bottom: 25px;
}

.cp_read{
    font-size: 1.5rem;
    margin: 0 auto 35px;
    padding: 0;
    text-align: justify;
}
    .cp_read span{
        font-size: 11px;
        margin-top: 25px;
    }
.cp_about{
    font-size: 1.5rem;
   

}


.cp_about .present_img{
    width: 90%;
    margin: 0 auto 10px;


}




.cp_about ul{
    display: block;
}

.cp_about li{
    width: 100%;
}
.cp_about h3{
    
}
    /* .cp_about li:first-child{
        margin-bottom: 30px;
    } */
    .cp_about li:first-child figure:nth-child(even){
    margin-left: 5px;
}

.cp_about ul p{
    font-size: 100%;
    word-break: break-all;
}
 .cp_about ul p span{
    display: block;
        font-size: 12px;
    text-align: justify;
    width: 90%;
    margin: 5px auto 0;
    color: #999;
    }
    
.cp-movie{
    margin-top: 50px;
}
    .cp-movie p{
        font-size: 14px;
    }
.cp-movie iframe{
    width: 100%;
    height: 100%;
}
.sns_btn{
   font-size: 16px;
    margin: 25px auto 50px;
}

    
}