@charset "utf-8";


#outline .ttl{
    font-size: 16px;
    margin-bottom: 1em;
    font-feature-settings: "palt";
    font-weight: 600;
}


.inner01 table {
    width: 100%;
    margin-bottom: 40px;
}
.inner01 tbody {
    text-align: left;
}
.inner01 tbody tr:nth-child(odd) {
    background: #ebebeb;
}
.inner01 tbody tr th,
.inner01 tbody tr td {
    padding: 10px;
}
.inner01 .ttl {
    font-weight: 700;
    margin-bottom: 10px;
}
.inner01 .txt {
    font-size: 13px;
    margin-bottom: 20px;
}
.inner01 table tr th {
    /* width: 25%; */
    width: calc(260% / 8);
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-size: 14px;
}
.inner01 table tr td {
    width: 75%;
    width: calc(540% / 8);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-size: 14px;
}

.wabitei {
    text-align: center;
    border: 1px solid #ccc;
    padding: 20px;
}

#outline{
    margin-top: 60px;
}

#outline .inner01:last-of-type table:last-of-type{
    margin-bottom: 0;
}

@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 1000px) {

}

@media screen and (max-width: 850px) {

}



@media screen and (max-width: 650px) {
.inner01 tbody {
/* border-bottom: 1px solid #ebebeb; */
}
.inner01 tbody tr:nth-child(odd) {
    background: #fff;
}
.inner01 tbody tr th,
.inner01 tbody tr td {
    display: block;
    width: 100%;
    font-size: 12px;
    letter-spacing: 0;
}
.inner01 tbody tr th {
    background: #ebebeb;
}
}