@charset "UTF-8";

:root {
    --line: 1px solid #ccc;
    --bar-1:#007b43;/* ときわいろ */
    --bar-2:#007bbb;/* こんぺき */
    --bar-3:#e17b34;/* きちゃ */
    --bar-sub:#ededed;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body, html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-size: 62.5%;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #3c3c3c;
    font-feature-settings: "palt";
}
ul li {
    list-style-type: none;
}
img {
    width: 100%;
    vertical-align: bottom;
}
p, td {
    font-size: 1.5rem;
    line-height: 1.6;
}
.margin-right {
    margin-right: 0.5rem;
}
.margin-both {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
}

/* ------------------------------------- */
.top {
    width: 100vw;
    max-width: 1550px;
    margin: auto;
    height:auto;
}
.sponsor {
    font-size: 1.3rem;
    font-weight: 500;
    text-align: center;
    margin-top: 5px;
}
.sponsor .hide {
    display: none;
}


@media screen and (min-width: 667px) {

.sponsor .hide {
    display: inline-block;
}
.sponsor br {
    display: none;
}

}
@media screen and (min-width: 1366px) {
    .top p {
    font-size: 1.5rem;
    margin-top: 8px;
}
}



