@charset "euc-jp";

.block{
    margin-bottom: 50px;
}

.part{
    margin-bottom: 30px;
}

.bg-light{
    background-color: #eee;
}

.center{
    text-align: center;
}

.right{
    text-align: right;
}

p{
    line-height: 2rem;
    font-size: 1.4em;
    margin-bottom: 2em;
}

.supple{
    font-size: 78%;
}

.cover{
    border: 1px solid #ddd;
    padding: 1em;
}

h3.heading{
    font-size: 2em;
    padding: 1rem 1em;
    border-left: 10px solid #011E60;
    background: #eee;
}

h4.heading{
    font-size: 1.4em;
}

h5.heading{
    font-size: 1.2em;
}

table{
    width: 100%;
}

table.mod-table02{
    border-top: 2px solid #ddd;
}
table.mod-table02 th{
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    text-align: left;
    white-space: nowrap;
}
table th, table td{
    padding: 12px;
    line-height: 1.8em;
    font-size: 1.2em;
    border-bottom: 1px solid #ddd;
}

@media (max-width: 768px){
    section{
        padding: 30px 0;
    }
    .block{
        margin-bottom: 30px;
    }
    
    .part{
        margin-bottom: 20px;
    }

    p{
        line-height: 1.8rem;
        font-size: 1.2em;
        margin-bottom: 1em;
    }

    h3.heading{
        font-size: 1.4em;
    }

    table th, table td{
        display: block;
        font-size: 1.0em;
    }
}
