* {
    padding: 0px;
    margin: 0px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    color: #214074;
}

.header {
    width: 100%;
    height: 96px;
    background: #011452;
    display: flex;
}

.header img {
    height: 90px;
    margin-top: 3px;
    margin-left: 3px;
    margin-bottom: 3px;
}

.header div {
    display: inline-block;
    width: 100%;
    height: 96px;
}
.header div div {
    display: flex;
    font-weight: bold;
    font-size: 200%;
    color: white;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 600px) {
    .header div div{
        font-size: 24px;
    }
}

@media screen and (max-width: 350px) {
    .header div div{
        font-size: 16px;
    }
}

.title {
    margin-top: 32px;
    /* margin-left: 5vw; */
    margin-right: 5vw;
    margin-bottom: 16px;
    width: 120px;
    height: 40px;
    border-radius: 4px;
    background: #214074;
    color: white;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-container {
    width: 960px;
    margin-top: 128px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 128px;
}

.endai-form {
    /* margin-left: 5vw; */
    /* margin-right: 5vw; */
    /* width: 90%; */
    width: 100%;
}

.endai-form div {
    display: inline-block;
    vertical-align: text-top;
}

.endai-form .sect {
    width: 100%;
    margin-bottom: 32px;
}

.endai-form .label {
    padding-top: 6px;
    color: #214074;
    width: 30%;
    max-width: 192px;
}

.endai-form .required {
    width: max(18%, 36px);
    max-width: 64px;
    text-align: center;
}

.endai-form .required div {
    margin-top: 6px;
    border: 2px solid #CC1538;
    border-radius: 4px;
    text-align: center;
    color: #CC1538;
    font-size: 9px;
    width: 32px;
}

.endai-form .input {
    width: 65%;
}

.endai-form .input .player-num{
    margin-top: 6px;
    vertical-align: top;
}

.endai-form .input input[type="text"], .endai-form .input input[type="tel"], .endai-form .input input[type="password"] {
    color: #214074;
    height: 32px;
    border-radius: 2px;
    background: #f8f8f8;
    border: 1px solid #cecece;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    margin-right: 64px;
    max-width: 256px;
}
.endai-form .input input[name="postal"] {
    width: calc(100% -192px);
}

select.player {
    color: #214074;
    color: black;
    height: 32px;
    border-radius: 2px;
    background: #f8f8f8;
    border: 1px solid #cecece;
    width: 128px;
    padding-left: 16px;
    padding-right: 16px;
    margin-right: 64px;
    margin-left: 16px;
}

select.prefecture {
    color: #214074;
    color: black;
    height: 32px;
    border-radius: 2px;
    background: #f8f8f8;
    border: 1px solid #cecece;
    width: 128px;
    padding-left: 16px;
    padding-right: 16px;
    margin-right: 0px;
    margin-left: 0px;
}

select.category {
    color: #214074;
    height: 32px;
    border-radius: 2px;
    background: #f8f8f8;
    border: 1px solid #cecece;
    width: calc(100% + 34px);
    max-width: 320px;
    padding-left: 16px;
    padding-right: 16px;
    margin-right: 64px;
}

.endai-form .input textarea {
    color: #214074;
    height: 32px;
    border-radius: 2px;
    background: #f8f8f8;
    border: 1px solid #cecece;
    width: 100%;
    height: 256px;
    padding: 16px;
    margin-right: 64px;

}

.endai-form .input label div {
    color: #214074;
    margin-left: 8px;
    margin-right: 8px;
}

.endai-form .input .text {
    padding-left: 16px;
    color: #CECECE;
}

.endai-form .input .input-label {
    color: #214074;
    width: 128px;
    padding-top: 6px;
}

.endai-form .input .outer-input-label {
    width: 100%;
    margin-top: 32px;
}
.endai-form .input .outer-input {
    width: calc(100% - 140px);
}
.endai-form .input .outer-input-label .text{
    margin-left: 128px;
}
.endai-form .input .outer-player-info .player-title{
    width: 192px;
    height: 32px;
    border-radius: 2px;
    background: #cecece;
    text-align: center;
    color: white;
    padding-top: 8px;
    margin-top: 32px;
}

.endai-form .line {
    border-bottom: 1px solid #F8F8F8;
    width: 85%;
}

.button1 {
    margin-top: 32px;
    margin-left: 40%;
    margin-bottom: 16px;
    width: 120px;
    height: 40px;
    border-radius: 4px;
    background: #214074;
    color: white;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

#check {
    width: 100%;
}

.check-sect div {
    display: inline-block;
}

.check-sect {
    width: 100%;
}

.check-sect .outer {
    width: 100%;
    height: 100%;
    border: 1px solid #cecece;
    margin-bottom: 16px;
}

.check-sect .label {
    height: 100%;
    background: #f8f8f8;
    color: #214074;
    width: 30%;
    border-right: 1px solid #cecece;
    max-width: 192px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    margin-right: 0px;
}

.check-sect .input {
    /* height: 32px; */
    /* background: #f8f8f8; */
    color: #214074;
    width: 70%;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    margin-left: 0px;
}

.check-sect .input .player-outer {
    width: 100%;
}

.check-sect .input .player-outer .player-title{
    width: 100%;
    background: #cecece;
    color: white;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    margin-left: -20px;
}

.check-sect .input .player-outer .scroll table {
    width: 100%;
}

.check-sect .input .player-outer .scroll table td {
    width: 25%;
}

.scroll{
    overflow: auto;
    white-space: nowrap;
    width: 100%;
}
.scroll::-webkit-scrollbar{
    height: 5px;
}
.scroll::-webkit-scrollbar-track{
    background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
    background: #BCBCBC;
}
.smart-br {
    display: none;
}
@media screen and (max-width: 960px) {
    .smart-br {
        display: inline;
        margin-bottom: 16px;
    }
    .endai-form .label {
        width: 192px;
    }
    .endai-form .input {
        margin-top: 8px;
        width: 90%;
    }
    .smart-hidden {
        display: none;
    }
    .check-sect .label {
        width: calc(100% - 16px);
        border-right: none;
        border-bottom: 1px solid #cecece;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 16px;
        margin-right: 0px;
        max-width: 100%;
    }
    .check-sect .input {
        width: calc(100% - 16px);
    }

    .endai-form .input input[type="text"], .endai-form .input input[type="tel"] {
        margin-right: 0px;
    }

    .endai-form .input select.player {
        margin-right: 0px;
    }

    .endai-form .input select.category {
        margin-right: 0px;
    }

    .endai-form .input input[name="postal"] {
        width: 100%;
    }

    .endai-form .input textarea {
        margin-right: 0px;
    }

    .check-sect .input .player-outer .player-title {
        margin-left: -16px;
    }

    .main-container {
        width: 100%;
    }

    .endai-form {
        margin-left: 5vw;
        margin-right: 5vw;
        width: 90%;
    }

    .title {
        margin-left: 5vw;
        margin-right: 5vw;
    }

    #check {
        margin-left: 5vw;
        margin-right: 5vw;
        width: 90%;
    }
}

.container {
    width: 90%;
    margin-left: 5vw;
    margin-right: 5vw;
    color: #214074;
}

table.coloured {
    /* width: 100%; */
    border: 1px solid #cecece;
    margin-bottom: 16px;
    border-spacing: 0;
    border-collapse: collapse;
}

table.coloured td {
    margin: 0;
    padding: 8px 16px;
    border: 1px solid #cecece;
}

table.coloured tr:nth-child(odd) {
    background: #f8f8f8;
}
