@charset "utf-8";


.outline_inner{
    max-width: 100rem;
}
.outline_ttl {
    transform: rotate(0.05deg);
    font-size: 3.2rem;
    text-align: center;
    color: var(--light);
    padding-bottom: 0.6rem;
    margin-bottom: 1rem;
}
table.outline_block{
    width: 100%;
    background: var(--light);
}
table.outline_block, .outline_block td, .outline_block th {
    border: 1px solid var(--gray);
    border-collapse: collapse;
    line-height: 1.6;
    padding: 1.6rem;
    font-size: 1.6rem;
    transform: rotate(0.05deg);
}
.outline_block th {
    background: var(--gray);
    border-bottom: 1px solid var(--light);
    width: 30%;
    text-align: center;
    font-weight: 600;
    transform: rotate(0.05deg);
    font-size: 1.8rem;

}

@media screen and (max-width: 768px) {
    .outline_ttl {
        font-size: 2rem;
    }
    .outline_block th {
        font-size: 1.6rem;
    }
    .outline_block td{
        font-size: 1.3rem;
    }
        .outline_block td, .outline_block th {
        width: 100%;
        box-sizing: border-box;
        display: block;
    }
        #outline .contents_inner2 {
        padding: 0 20px;
    }
}
