@media (min-width: 768px) {
    .tbl-r02 {
        margin: 20px auto;
        width: 97%;
    }

    table {
        margin: 20px auto;
    }

    .tbl-r02 th {
        background: #b5dba7;
        border: solid 1px #fff;
        color: #3a7b31;
        padding: 15px;
        width: 30%;
    }

    .tbl-r02 td {
        border: solid 1px #ece8e8;
        padding: 10px;

    }

    .mainSection header {
        position: relative;
        border-bottom: 1px solid #e5e5e5;
        margin-top: 46px;
    }

    .blog .siteContent {
        margin-top: 20px;
    }

    #post-15,
    #post-19 {
        margin-top: 15px;
    }

    .contact_text {
        background: #F9F9F9;
        padding: 43px;
        width: 917px;
        margin: 0 auto;
        margin-top: 0px;
        font-size: 12px;
        margin-top: -53px;
    }

    .pc_none {
        display: none;
    }

    .pc_colors {
        background-color: #E8FBDB;
    }

    .tbl-r05 {
        width: 1000px !important;
    }

    .tbl-r05 td {
        word-break: break-all;
    }

    .send-btn {
        background-color: #569837;
        border-color: #569837;
        color: #FFF;
    }

    .send-btn {
        width: 30%;
        padding: 10px;
        box-shadow: 0 0px 0px 0 rgba(0, 0, 0, .5);
        box-shadow: none;
        border: none;
        /* 枠線を消す */
        outline: none;
        /* クリックしたときに表示される枠線を消す */
        border-radius: 4px 4px 4px 4px;
    }

    label {
        min-height: 20px !important;
        padding-left: 40px !important;
        margin-bottom: 0;
        font-weight: 600 !important;
        cursor: pointer;
    }

    .btn {
        display: inline-block;
        margin-bottom: 0;
        font-weight: 400;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        background-image: none;
        border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        border-radius: 4px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;

    }
}

/* 下層ページSP設定
----------------------------------------------- */
@media (max-width: 767px) {

    .tbl-r02 {
        margin: 20px auto;
        width: 97%;
    }

    table {
        margin: 20px auto;
    }

    .tbl-r02 th {
        background: #b5dba7;
        border: solid 1px #fff;
        color: #3a7b31;
        padding: 15px;
        width: 30%;
    }

    .tbl-r02 td {
        border: solid 1px #ece8e8;
        padding: 10px;

    }

    .last td:last-child {
        border-bottom: solid 1px #ccc;
        width: 100%;
    }

    .tbl-r02 {
        width: 94%;
    }

    .tbl-r02 th,
    .tbl-r02 td {
        border-bottom: none;
        display: block;
        width: 100%;
    }

    .sp_none {
        display: none;
    }

    label {
        min-height: 4vw !important;
        padding-left: 6vw !important;
        margin-bottom: 0;
        font-weight: 600 !important;
        cursor: pointer;
    }

    table td .form-control {
        max-width: 99% !important;
    }
}

.page_top_btn {
    text-indent: -9999px;
}

.list-item label {
    margin-left: 8px;
}


//PCのデフォルトスタイルは割愛します
.tbl-r05 td:first-child {
    background: #fbf5f5;
}

.tbl-r05 th {
    background: #b5dba7;
    border: solid 1px #fff;
    color: #3a7b31;
    padding: 15px;
}

.tbl-r05 td {
    border: solid 1px #ece8e8;
    padding: 10px;
}

@media screen and (max-width: 780px) {
    .tbl-r05 {
        width: 95%;
    }

    .tbl-r05 .thead {
        display: none;
    }

    .tbl-r05 tr {
        width: 100%;
    }

    .tbl-r05 td {
        display: block;
        text-align: right;
        width: 100%;
    }

    .tbl-r05 td:first-child {
        background: #e9727e;
        color: #fff;
        font-weight: bold;
        text-align: center;
    }

    .tbl-r05 td:before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        margin-right: 10px;
    }

    .tbl-r05 td:first-child {
        background: #b5dba7;
        border: solid 1px #fff;
        color: #3a7b31;
        padding: 15px;
    }

    .tbl-r05 td {
        border: solid 1px #ece8e8;
        padding: 10px;
    }

    .form-control {
        font-size: 3vw !important;
        line-height: 1.42857143;
        color: #555;
        line-height: 6vw !important;
    }

    .send-btn {
        background-color: #569837;
        border-color: #569837;
        color: #FFF;
    }

    .btn {
        display: inline-block;
        margin-bottom: 0;
        font-weight: 400;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        background-image: none;
        border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        border-radius: 4px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;

    }

    .send-btn {
        width: 30%;
        padding: 10px;
        box-shadow: 0 0px 0px 0 rgba(0, 0, 0, .5);
        box-shadow: none;
        border: none;
        /* 枠線を消す */
        outline: none;
        /* クリックしたときに表示される枠線を消す */
        border-radius: 4px 4px 4px 4px;
    }
}

.red {
    color: red;
}
