@charset "UTF-8";
main{
    margin: 0 16%;
}
h2{
    font-size: 3vw;
    color: #D12727;
    font-weight: bold;
    text-align: center;
    margin-top: 100px;
}
table{
    margin: 60px 0 46px;
    border-collapse: collapse;
}
td{
    border: #707070 1px solid;
}
td.left{
    background-color: #707070;
    width: 16.8vw;
    text-align: center;
    color: white;
    font-size: 1.4vw;
    padding: 20px 0;
    border-bottom: white 1px solid;
}
td.right{
    background-color: white;
    color: black;
    text-align: left;
    font-size: 1.4vw;
    padding: 20px 18px 20px 25px;
    border: #707070 1px solid;
    line-height: 1.5;
}
td.last{
    border-bottom: #707070 1px solid;
}
.btn-contact__{
    padding-top: 2.3rem;
    text-align: center;
    margin-bottom: 150px;
}
a.btn-contact__text{
    font-size: 1.75vw;
    color: white;
    font-weight: bold;
    padding: 2.3rem 7.7rem;
    background-color: #D1302B;
    border-radius: 3.6rem;
}
.btn-contact__text:hover{
    background-color: #FF9191;
}
@media screen and (max-width: 768px){
    main{
        margin: 0 6%;
    }
    h2{
        font-size: 3.7vw;
        margin-top: 40px;
    }
    table{
        margin: 40px 0 30px;
    }
    td.left{
        width: 28.6vw;
        font-size: 2.6vw;
        padding: 10px 0;
    }
    td.right{
        font-size: 2.6vw;
        padding: 10px 18px 10px 25px;
    }
    .btn-contact__{
        margin-bottom: 50px;
    }
    a.btn-contact__text{
        font-size: 3.4vw;
        color: white;
        font-weight: bold;
        padding: 1.1rem 7.7rem;
        background-color: #D1302B;
        border-radius: 3.6rem;
    }
}