/*-----------------

確認画面の追加

-----------------*/
.swal2-popup{
    width: 90%;
    max-width: 800px;
    border-radius: 20px;
}
.swal2-icon-show{
    border: none;
    background: #f30000;
    width: 3rem;
    height: 3rem;
}
.swal2-icon-show .swal2-icon-content{
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
}
.swal2-title{
    padding: 0;
}
.swal2-html-container#swal2-html-container{
}
.swal2-html-container .ttl{
    text-align: center;
    margin-bottom: 20px;
}
.swal2-html-container dl{
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    margin-top: 30px;
}
.swal2-html-container dt{
    font-weight: 600;
    width: 30%;
}
.swal2-html-container dd{
    width: 70%;
}
.swal2-html-container dt,
.swal2-html-container dd{
    border-bottom:solid 1px #4dc8f0;
    margin-bottom: 10px;
    padding: 0 3px 10px;
    
}
.swal2-confirm{
    width: 30%;
}
.swal2-cancel{
    width: 30%;
}
.swal2-actions{
    width: 100%;
}
.swal2-html-container .ttl{
    color: #f30000;
}

@media screen and (max-width:500px) {
    .swal2-title{
        font-size: 7vw;
    }   
    .swal2-icon-show{
        margin: 20px auto 5px;
    }
    .swal2-html-container{
        margin: 0 5% 0;
    }
    .swal2-html-container dl{
        font-size: 14px;
        margin-top: 20px;
    }
    .swal2-html-container .ttl{
        font-size: 15px;
        margin-top: 5px;
    }
    .swal2-actions{
        margin: 3px auto 10px;
    }
}