@charset "utf-8";

body.supporter #snsbase {
    display: none;
}

body.supporter article a,
body.supporter article a:visited {
    color:#007dff;
    text-decoration:underline;
}

@media screen and (max-width:768px) {
    body.supporter section {
        margin-bottom: 10px;
    }
    body.supporter section h1 {
        font-size: 10vw
    }
}

body.supporter section.right p {
    text-align: right;
}

body.supporter section.inner.table {
    padding: 0;
}
@media screen and (max-width:768px) {
    body.supporter section.inner.table {
        overflow: scroll;
    }
}

body.supporter table {
    margin: 0;
    border-top-color:rgb(204, 204, 204);
    border-top-style: dashed;
    border-top-width: 1px;
}

body.supporter table th,
body.supporter table td {
    height: 100px;
    text-align: center;
    white-space: nowrap;
    font-size: 16px;
    border-collapse: separate;
    box-sizing: border-box;
    border-color:rgb(204, 204, 204);
    border-style: dashed;
    border-width: 1px;
    padding: 15px;
}
body.supporter table th {
    font-size: 18px;
    font-weight: bold;
}
body.supporter table th:first-child,
body.supporter table td:first-child {
    border-left-width: 0px;
}
body.supporter table th:last-child,
body.supporter table td:last-child {
    border-right-width: 0px;
}
@media screen and (max-width:768px) {
    body.supporter table th,
    body.supporter table td {
        display: table-cell;
        text-align: center;
        height: auto;
        min-height: 75px;
        font-size: 3.5vw;
        padding: 4px;
    }
    body.supporter table th {
        font-size: 3.5vw;
    }
    body.supporter table th span.vertical {
        writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        -webkit-writing-mode: vertical-rl;
        white-space: nowrap;
        margin: 0;
        line-height: 1em;
    }
}
body.supporter table th.product_title {
    color: rgb(240, 240, 240);
}
@media screen and (max-width:768px) {
    body.supporter table th.product_title {
        font-size: 7.5vw;
    }
}

body.supporter table .area_name {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}
@media screen and (max-width:768px) {
    body.supporter table .area_name {
        font-size: 7vw;
        border-color:rgb(204, 204, 204);
        border-style: dashed;
        border-width: 1px 0;
    }
    body.supporter table .area_name .pref {
        font-size: 4.5vw;
    }
}

body.supporter table .name,
body.supporter table .addr {
    width: 29vw;
}
@media screen and (max-width:768px) {
    body.supporter table .name,
    body.supporter table .addr {
        width: 100%;
        border-color:rgb(204, 204, 204);
        border-style: dashed;
        border-width: 1px 0;
    }
}


body.supporter table .observation,
body.supporter table .support {
    border-color:rgb(204, 204, 204);
    border-style: dashed;
    border-width: 1px;
    border-right-width: 0px;
}
@media screen and (max-width:768px) {
    body.supporter table .observation,
    body.supporter table .support {
        border-width: 1px 0;
    }
}

body.supporter table .product {
    width: 5.2vw;
    font-size: 14px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    border-color:rgb(204, 204, 204);
    border-style: dashed;
    border-width: 1px;
    border-right-width: 0px;
}
@media screen and (max-width:768px) {
    body.supporter table .product:first-child {
        border-left-width: 0;
    }
    body.supporter table .product {
        font-size: 5vw;
        height: auto;
    }
}
