@charset "UTF-8";

#zaikoMenu {
    width: 850px;
    margin: 0 auto;
    padding: 0px 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#zaikoMenu>* {
    width: 150px;
    padding: 5px;
    text-align: left;
}

@media screen and (max-width: 768px) {
    #zaikoMenu {
        width: 100%;
        max-width: 760px;
        margin: 0 auto;
        padding: 0px 20px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        line-height: 120%;
    }
}

@media screen and (max-width: 480px) {
    #zaikoMenu {
        width: 100%;
        max-width: 760px;
        margin: 0 auto;
        padding: 0px 5px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        line-height: 120%;
    }
}

.zaiko {
    max-width: 960px;/*850から変更*/
    width: 96%;
    margin: 0 auto;
    font-size: 18px;
    display: none;
}

.zaiko>h1 {
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.2em;
}

.zaiko>.subInfo {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.zaiko>.subInfo span {
    font-size: 80%;
}

.checkList {
    margin: 3% auto;
    width: 840px;/*750から変更*/
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
}

.checkList>* {
    width: 280px;/*250から変更*/
}

@media screen and (max-width: 768px) {
    .checkList {
        width: 96%;
    }

    .checkList>* {
        width: 50%;
        font-size: 90%;
    }

    .checkList input {
        margin: 4px;
    }

    .zaiko>h1 {
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 0.2em;
}
}

.checkList input {
    margin: 8px;
}

.zaikoTBL {
    border-collapse: collapse;
    width: 960px;/*850から変更*/
}

table,
tr,
td,
th {
    border: 1px solid black;
}

.zaikoTBL th {
    color: white;
    padding: 10px 2px;
    background: #333333;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
}

.zaikoTBL tr {
    width: 960px;/*850から変更*/
}

.zaikoTBL td {
    padding: 2px;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
}

.zaikoTBL td>input {
    margin: auto auto;
}

.subInfo input {
    padding: 0 20px !important;
    margin-right: 0 !important;
    font-size: 14px;
}


.contactBtn {
    line-height: 0 !important;
    color: white !important;
    background-color: #c53d43 !important;
    font-weight: normal !important;
    border: none !important;
}


.zaikoTBL a {
    color: #c53d43;
    font-weight: bold;
}
