@charset "UTF-8";
/* CSS Document */
.campany_table_01, .campany_table_02 {}
.campany_table_01 table, .campany_table_02 table {
    width: 80%;
    margin: 0 auto;
}
.campany_table_01 th, .campany_table_01 td {
    border: 1px solid #ccc;
    padding: 1%;
}
.campany_table_01 th {
    background: #FDEDDA;
}
.campany_table_02 th, .campany_table_02 td {
    padding: 10px 0;
}
.campany_table_02 th {
    text-align: right;
    padding-right: 2%;
    min-width: 52px;
    width: 15%;
}
p.copy {
    margin-top: 20px;
    font-size: 2rem;
    font-weight: bold;
    color: #F7921E;
    line-height: 1.5;
}
p.read {
    font-size: 1.2rem;
    font-weight: bold;
}
#main {
    margin-top: 70px;
}
/*画面幅1301px以上の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:1301px) {}
/*画面幅1300px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1300px) {
}
/*画面幅900px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px) {
    .campany_table_01 table, .campany_table_02 table {
        width: 94%;
        margin: 0 auto;
    }
    p.copy {
        margin-top: 20px;
        font-size: 1.3rem;
    }
    p.read {
        font-size: 1rem;
    }
    #main {
    margin-top: 60px;
    }
}
/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px) {
    .campany_table_01 table, .campany_table_02 table {
        width: 94%;
        margin: 0 auto;
    }
    p.copy {
        font-size: 1rem;
    }
    p.read {
        font-size: 0.9rem;
    }
}