.box1.box-style-02 {
    text-align: center;
    padding-top: 20px;
}

    .box1.box-style-02 .box-title {
        color: #0481d8;
        font-size: 24px;
        line-height: 24px;
        letter-spacing: 1px;
        text-align: center;
        display: inline-block;
        border-radius: 10px 10px 0 0;
        min-width: 38%;
        max-width: 58%;
        /* width: 38%; */
        padding: 30px;
        margin: auto;
        z-index: 9;
        position: relative;
        background: url(/img/bg_stitle.png) center top no-repeat;
        padding-top: 15px;
        padding-bottom: 25px;
        display: block;
    }

    .box1.box-style-02 .box-main {
        color: #007dcb;
        background: #e4f4ff;
        display: inline-block;
        width: 50%;
        padding: 66px 5% 16px 5%;
        margin: 0 auto 40px;
        border-radius: 15px;
        border: 7px solid #fff;
        box-shadow: 0 0 0 1px #007dcb;
        margin-top: -50px;
        z-index: 0;
    }

.input-field-item {
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -35px;
}

.submit-item {
    margin:10px 0px;
}

.txt-item {
    color: black;
    padding-left: 25px;
}

.input-field-item .tit {
    font-size: 15px;
    width: 35%;
    margin-right: 2%;
}

.box1.box-style-02 .input-field-item .txt {
    width: 68%;
    font-size: 16px;
}

.input-field-item .txt span {
    color: #000;
    padding-left: 30px;
}

.button.submit-button {
    /*width: 50%;*/
    min-width: 200px;
    padding: 0 20px;
    height: 45px;
    /*padding: 0;*/
    border-radius: 26px;
    background-color: #1889d4;
    color: white;
    box-shadow: 0px 2px 2px #005890;
    font-size: 22px;
    font-weight: 500;
}

    .button.submit-button:hover {
        box-shadow: 0px 3px 3px #005890;
    }

.footer {
    color: #0d28fd;
    font-size: 1rem;
    text-align: center;
    padding: 3.5vw;
}

#showDescription p {
    background-color: #9e9e9e38;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    margin: 0px;
    padding: 12px;
}

.activityRules table tr th {
    font-weight: normal;
    color: #2991e4;
    background-color: #e8f4fc;
    text-align: center;
    line-height: 40px;
    border: 1px solid #bdc9d2;
    font-weight: bold;
}

.activityRules table tr td {
    color: black;
    text-align: center;
    line-height: 40px;
    border: 1px solid #bdc9d2;
    background-color: white;
}

@media screen and (max-width: 960px) {
    .box1.box-style-02 .box-title {
        background-size: 6.95rem 1rem;
        min-width: 9rem;
    }

        .box1.box-style-02 .box-title span {
            font-size: 20px;
        }

    .box1.box-style-02 .box-main {
        width: 65%;
    }
}


@media screen and (max-width: 540px) {
    .box1.box-style-02 {
        margin-top: 20px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding-bottom: 15px;
        padding-right: 0vw;
        font-weight: normal;
        width: 95%;
        margin: 0 auto 10px;
    }

        .box1.box-style-02 .box-title {
            margin-top: 30px;
            box-sizing: border-box;
            padding: 1.75333rem 0rem;
            display: block;
            margin: auto;
            min-width: 9rem;
            height: 45px;
            color: #0481d8;
            text-align: center;
            border-radius: 10px 10px 0px 0px;
            line-height: 25px;
            width: 85%;
            background-image: url(/img/bg_stitle.png);
            background-repeat: no-repeat;
            background-position: center top;
            background-size: contain;
            z-index: 10;
        }

            .box1.box-style-02 .box-title span {
                margin-top: -1.55rem;
                font-size: 0.45rem;
            }

        .box1.box-style-02 .box-main {
            box-sizing: border-box;
            display: block;
            margin: auto;
            width: 95%;
            border-radius: 10px;
            border: 2px solid #00b7fd;
            padding: 3px;
            max-width: 700px;
            margin-top: -3.25rem;
        }

    .input-field-item {
        box-sizing: border-box;
        display: flex;
        border-radius: 10px;
        background-color: #e4f4ff;
        width: 100%;
        justify-content: center;
        margin-top: 1rem;
    }

        .input-field-item .tit {
            line-height: 2vh;
            font-weight: 500;
            text-align: justify;
        }

        .input-field-item:nth-child(2) {
            margin-top: -0.75rem;
        }

    .submit-item {
        margin-top: 5px;
        margin-bottom: 15px;
    }

    .txt {
        box-sizing: border-box;
        width: 50%;
        text-indent: 7px;
        margin-bottom: 4px;
    }

    .button.submit-button {
        position: relative;
        display: inline-block;
        background-size: contain;
        /*max-width: 165px;*/
        max-height: 39px;
        margin: auto;
        /*width: 36vw;*/
        height: 15vw;
        top: 0px;
        font-size: 0.45rem;
    }

        .button.submit-button:hover {
            box-shadow: 0px 3px 3px #005890;
        }

    .footer {
        color: #0d28fd;
        font-size: 16px;
        text-align: center;
        padding: 15px;
    }
}
