.checkBtnBlock{
    width:100%;
    border: 1px solid #ebebeb;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    margin-bottom: 2rem;
}
.checkBtnBlock .title{
    width: 100%;
    padding: 8px;
    background-color: #ebebeb;
    font-size: 1.6rem;
    font-weight: bold;
}
.checkBtnBlock .btnArea{
    width: 100%;
    padding: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.checkBtnBlock .btnArea label{
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 1.4rem;
    line-height: 2;
}
.checkBtnBlock .textArea{
    width: 100%;
    padding: 8px;
}
.checkBtnBlock .textArea ul {
    margin:0 0.7rem 0 1.4rem;
    padding:0 0 0 0.7rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.checkBtnBlock .textArea ul li{
    list-style-type: disc;
}
.checkBtnBlock input,
.checkBtnBlock input:checked::before{
    border-radius: 0;
}
.c-button__primary.inactive{
    pointer-events: none;
    opacity: 0.5;
    /*background: #91b8d8;*/
    /*border:1px solid #91b8d8;*/
}
/*
.pd-floating-button.inactive{
    pointer-events: none;
    border:1px solid #91b8d8;
}
*/