@charset "UTF-8";


/*table-1 index*/
    .table-1 {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
        width: 90%;
        border: 2px solid #757575;
        /*ボーダーを重ねる*/
        border-collapse: collapse;
    }

    .table-1 th {
        color: #757575;
        height: 40px;
        background: #BDBDBD;
        font-size: 12px;
        border: dashed 1px #757575
    }

    .table-1 td {
        color: #757575;
        padding-left: 5px;
        height: 40px;
        font-size: 12px;
        border: dashed 1px #757575
    }

    .table-1-th-1 {
        width: 20%;
    }

    .table-1-th-2 {
        width: 20%;
        ;
        color: #FFFFFF;
    }

    .table-1-th-3 {
        width: 60%;
    }

    .table-1-td-1 {
        width: 20%;
    }

    .table-1-td-2 {
        width: 20%;
    }

    .table-1-td-3 {
        width: 60%;
    }




    /*table-2 料金*/
    .table-2 {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
        width: 90%;
        border: 2px solid #757575;
        /*ボーダーを重ねる*/
        border-collapse: collapse;
    }

    .table-2 th {
        color: #757575;
        height: 40px;
        background: #BDBDBD;
        font-size: 14px;
        border: dashed 1px #757575
    }

    .table-2 td {
        color: #757575;
        padding-left: 5px;
        height: 40px;
        font-size: 14px;
        border: dashed 1px #757575
    }

    .table-2-th-1 {
        width: 20%;
    }

    .table-2-th-2 {
        width: 60%;
    }

    .table-2-th-3 {
        width: 20%;
    }

    .td_right {
        text-align: right
    }

    /*table-3 アコーディオン*/
    .table-3 {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
        width: 90%;
        border: 2px solid #757575;
        /*ボーダーを重ねる*/
        border-collapse: collapse;
    }

    .table-3 th {
        color: #757575;
        height: 40px;
        background: #BDBDBD;
        font-size: 14px;
        border: dashed 1px #757575
    }

    .table-3 td {
        color: #757575;
        padding-left: 5px;
        height: 40px;
        font-size: 14px;
        border: dashed 1px #757575
    }

    .table-3-th-1 {
        width: 20%;
    }

    .table-3-th-2 {
        width: 60%;
    }

    .table-3-th-3 {
        width: 20%;
    }

    .td_right {
        text-align: right
    }


    .table-5 {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
        width: 90%;
        border: 2px solid #757575;
        /*ボーダーを重ねる*/
        border-collapse: collapse;
    }

    .table-5 td {
        color: #757575;
        padding-left: 5px;
        height: 50px;
        font-size: 14px;
        border: dashed 1px #757575
    }

    .table-5-td-1 {
        text-align: center;
        width: 30%;
        background: #BDBDBD;
        border: dashed 1px #757575
    }

    .table-5-td-2 {
        text-align: right;
        width: 70%;
    }

    .table-6 {
        margin-left: auto;
        margin-right: auto;
        width: 90%;

        /*ボーダーを重ねる*/
        border-collapse: collapse;
    }

    .table-6 img {
        height: 100px;
    }

    .table-6 td {
        color: #757575;
        padding-left: 5px;
        height: 50px;
        font-size: 12px;

    }



/*ここに768px以上向けのスタイルを記述*/
@media (min-width:768px) {

    /*table-1 index*/
    .table-1 {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
        width: 90%;
        border: 2px solid #757575;
        /*ボーダーを重ねる*/
        border-collapse: collapse;
    }

    .table-1 th {
        color: #757575;
        height: 40px;
        background: #BDBDBD;
        font-size: 14px;
        border: dashed 1px #757575
    }

    .table-1 td {
        color: #757575;
        padding-left: 5px;
        height: 40px;
        font-size: 14px;
        border: dashed 1px #757575
    }

    .table-1-th-1 {
        width: 20%;
    }

    .table-1-th-2 {
        width: 20%;
        ;
        color: #FFFFFF;
    }

    .table-1-th-3 {
        width: 60%;
    }

    .table-1-td-1 {
        width: 20%;
    }

    .table-1-td-2 {
        width: 20%;
    }

    .table-1-td-3 {
        width: 60%;
    }




    /*table-2 料金*/
    .table-2 {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
        width: 90%;
        border: 2px solid #757575;
        /*ボーダーを重ねる*/
        border-collapse: collapse;
    }

    .table-2 th {
        color: #757575;
        height: 40px;
        background: #BDBDBD;
        font-size: 16px;
        border: dashed 1px #757575
    }

    .table-2 td {
        color: #757575;
        padding-left: 5px;
        height: 40px;
        font-size: 16px;
        border: dashed 1px #757575
    }

    .table-2-th-1 {
        width: 20%;
    }

    .table-2-th-2 {
        width: 60%;
    }

    .table-2-th-3 {
        width: 20%;
    }

    .td_right {
        text-align: right
    }

    /*table-3 アコーディオン*/
    .table-3 {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
        width: 90%;
        border: 2px solid #757575;
        /*ボーダーを重ねる*/
        border-collapse: collapse;
    }

    .table-3 th {
        color: #757575;
        height: 40px;
        background: #BDBDBD;
        font-size: 16px;
        border: dashed 1px #757575
    }

    .table-3 td {
        color: #757575;
        padding-left: 5px;
        height: 40px;
        font-size: 16px;
        border: dashed 1px #757575
    }

    .table-3-th-1 {
        width: 20%;
    }

    .table-3-th-2 {
        width: 60%;
    }

    .table-3-th-3 {
        width: 20%;
    }

    .td_right {
        text-align: right
    }


    .table-5 {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
        width: 90%;
        border: 2px solid #757575;
        /*ボーダーを重ねる*/
        border-collapse: collapse;
    }

    .table-5 td {
        color: #757575;
        padding-left: 5px;
        height: 50px;
        font-size: 14px;
        border: dashed 1px #757575
    }

    .table-5-td-1 {
        text-align: center;
        width: 30%;
        background: #BDBDBD;
        border: dashed 1px #757575
    }

    .table-5-td-2 {
        text-align: right;
        width: 70%;
    }

    .table-6 {
        margin-left: auto;
        margin-right: auto;
        width: 90%;

        /*ボーダーを重ねる*/
        border-collapse: collapse;
    }

    .table-6 img {
        height: 100px;
    }

    .table-6 td {
        color: #757575;
        padding-left: 5px;
        height: 50px;
        font-size: 14px;

    }
}
