.form-confirm-main-title{
    font-size: 40px;
    font-weight: bold;
    margin:30px auto 20px;
    position: relative;
    max-width: 1100px;
    width:85vw;
}
.form-confirm-description{
    font-size: 16px;
    line-height: 25px;
    max-width: 1100px;
    width:85vw;
    margin:0 auto;
}
.form-confirm-wrapper{
    margin-top: 70px;
}
.form-to-modify{
    display: block;
    width: 420px;
    padding: 13.5px 20px 13.5px 10px;
    border-radius: 10px;
    font-size: 20px;
    letter-spacing: 0.06em;
    border: 1px solid #CACACA;
    text-align: center;
    position: relative;
    cursor: pointer;
    border: none;
}
.form-to-modify:hover{
    opacity:0.7;
}
.form-to-modify::before{
    content:"";
    display: block;
    position: absolute;
    top: 34%;
    transform: rotate(180deg);
    left: 20px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #505050;
    border-right: 0;
}
.form-confirm-block[data-element] ,
.form-confirm-item[data-element]{
    display:none;
}
.form-confirm-block.active[data-element]{
    display: block;
}
.form-confirm-item.active[data-element]{
    display: flex;
}
.form-confirm-main-title-text{
    display:none;
}
.form-confirm-main-title-text.active{
    display: block;
}
.comfirm-nest-title ,
.comfirm-nest-section{
    margin-bottom: 1em;
}
.comfirm-nest-section-title{
    font-weight: bold;
    margin-top: 1em;
    font-size: 18px;
}
.comfirm-nest-section-line{
    margin-bottom: 10px;
}
.form-to-modify{
    color: #515151;
}
@media (max-width:768px) {
    .form-confirm-wrapper{
        margin-top: 20px;
    }
    .form-confirm-main-title{
        width:90.624vw;
        font-size: 30px;
        text-align: center;
        margin-top: 0;
    }
    .form-to-modify{
        width: 61.867vw;
        font-size: 4.063vw;
        margin:30px auto 0;
    }
    .form-confirm-list{
        margin:0 auto;
    }
}