.box-member {
    background: #FFFFFF;
    color: #000000;
    min-width: 320px;
    max-width: 1024px;
    padding: 0.5em 1em 2.4em 0.9em;
}

.bt-event-diary {
    border-radius: 10px;
    font-size: 22px;
    width: 100%;
    padding: 15px;
    margin-top: 15px;
    background: #92CA1E;
    color: #fff;
    display: block;
}

.rwd-table {
    min-width: 600px;
    background: #fffdd2;
    color: #000;
    overflow: hidden;
}

.rwd-table tr {
    border-color: #e82d53;
    border-top: 1px solid #e82d53;
    border-bottom: 1px solid #e82d53;
}

.rwd-table th,
.rwd-table td {
    text-align: left;
    margin: .5em 1em;
}

.rwd-table th,
.rwd-table td:before {
    color: #e82d53;
}

.rwd-table th {
    display: none;
    background: #e82d53;
}

.rwd-table td {
    display: block;
    width: 300px;
}

.rwd-table td:first-child {
    padding-top: .5em;
}

.rwd-table td:last-child {
    padding-bottom: .5em;
}

.rwd-table td:before {
    content: attr(data-th) ": ";
    font-weight: bold;
    width: 6.5em;
    display: inline-block;
}

tr.rwd-table-remove td:before {
    /*content: attr(data-th) ": ";
    font-weight: bold;
    width: 6.5em;*/
    display: none;
}

tr.rwd-table-remove {
    display: none;
}

@media screen and (max-width: 568px) {
    .bt-event-diary {
        height: auto;
    }
}

@media screen and (max-width: 500px) {
    .bt-event-diary {
        font-size: 20px;
    }
}

@media screen and (min-width: 380px) and (max-width: 480px) {
    .bt-event-diary {
        font-size: 18px;
    }
    tr.border_bottom td {
        /*border-bottom:1pt solid #e82d53;*/
    }
    tr.rwd-table-remove {
        display: none;
    }
}

@media (min-width: 480px) {
    .rwd-table td:before {
        display: none;
    }
    .rwd-table th,
    .rwd-table td:before {
        color: #fff;
    }
}

@media (min-width: 480px) {
    .rwd-table th,
    .rwd-table td {
        display: table-cell;
        padding: .25em .5em;
    }
    .rwd-table th:first-child,
    .rwd-table td:first-child {
        padding-left: 0;
    }
    .rwd-table th:last-child,
    .rwd-table td:last-child {
        padding-right: 0;
    }
    .rwd-table th,
    .rwd-table td {
        padding: 1em !important;
    }
}

.input-box {
    font-family: Arial, sans-serif;
    font-weight: bold;
    position: relative;
    z-index: 30;
    display: block;
    height: 3.4em;
    border-radius: 1.7em;
    border: 0.1em solid #d5d5d5;
    box-shadow: 0.16em 0.25em 0.25em 0 rgb(34 33 29 / 20%);
    width: 100%;
    text-align: center;
    padding-left: 1.7em;
    padding-right: 1.7em;
    background-color: #ffffff;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.box {
    position: relative;
    display: inline-block;
    /* Make the width of box same as image */
    padding-left: 0.5em;
    padding-right: 0.7em;
}

.box2 {
    position: relative;
    display: inline-block;
    right: -35px;
    top: 470px;
}

.box3 {
    position: relative;
    display: inline-block;
    right: -300px;
    top: 470px;
}

.box4 {
    position: relative;
    display: inline-block;
    right: -29px;
    top: 550px;
}

.box5 {
    position: relative;
    display: inline-block;
    right: -290px;
    top: 550px;
}
.box .text {
    position: absolute;
    z-index: 999;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    top: 10;
    /* Adjust this value to move the positioned div up and down */
    font-family: Arial, sans-serif;
    color: #fff;
    width: 50%;
    /* Set the width of the positioned div */
}

.box2 .text2 {
    position: absolute;
    z-index: 999;
    margin: 0 auto;
    left: 0;
    right: 10;
    top: 100;
    font-family: Arial, sans-serif;
    color: #fff;
    width: 25%;
}

.box3 .text3 {
    position: absolute;
    z-index: 999;
    margin: 0 auto;
    left: 0;
    right: 10;
    top: 100;
    font-family: Arial, sans-serif;
    color: #fff;
    width: 25%;
}

.box4 .text4 {
    position: absolute;
    z-index: 999;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 100;
    font-family: Arial, sans-serif;
    color: #fff;
    width: 25%;
}
.box5 .text5 {
    position: absolute;
    z-index: 999;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 100;
    font-family: Arial, sans-serif;
    color: #fff;
    width: 25%;
}
.input-btn {
    margin-top: 25px;
    background-color: transparent;
    outline: none !important;
    border: none !important;
}

.input-btn2 {
    margin-top: 0px;
    background-color: transparent;
    outline: none !important;
    border: none !important;
}

.input-img {
    width: 100%;
    cursor: pointer;
    outline: none !important;
    border: none !important;
}

@media (min-width: 350px) and (max-width: 479px) {
    .box2 {
        position: relative;
        display: inline-block;
        right: -45px;
        top: 110px;
        width: 15px;
    }
    .box3 {
        position: relative;
        display: inline-block;
        right: -100px;
        top: 110px;
        width: 10px;
    }
    .box4 { 
        position: relative;
        display: inline-block;
        right: -10px;
        top: 150px;
        width: 10px;
    }
    .box5 {
        position: relative;
        display: inline-block;
        right: -70px;
        top: 150px;
        width: 10px;
    }
    .imgx {
        width: 70px;
    }
    .imgx2 {
        width: 70px;
    }
    .imgx3 {
        width: 70px;
    }
    .imgx4 {
        width: 70px;
    }
}

@media (min-width: 480px) and (max-width: 529px) {
    .box .text {
        position: absolute;
        z-index: 999;
        margin: 0 auto;
        left: 0;
        right: 0;
        text-align: center;
        top: 48;
        /* Adjust this value to move the positioned div up and down */
        font-family: Arial, sans-serif;
        color: #fff;
        width: 50%;
        /* Set the width of the positioned div */
    }
    .box2 {
        position: relative;
        display: inline-block;
        right: -45px;
        top: 185px;
        width: 30px;
    }
    .box3 {
        position: relative;
        display: inline-block;
        right: -115px;
        top: 185px;
        width: 10px;
    }
    .box4 {
        position: relative;
        display: inline-block;
        right: 5px;
        top: 215px;
        width: 10px;
    }
    .box5 {
        position: relative;
        display: inline-block;
        right: -85px;
        top: 215px;
        width: 10px;
    }
    .imgx {
        width: 95px;
    }
    .imgx2 {
        width: 95px;
    }
    .imgx3 {
        width: 95px;
    }
    .imgx4 {
        width: 95px;
    }
}


@media (min-width: 530px) and (max-width: 639px) {
    .box .text {
        position: absolute;
        z-index: 999;
        margin: 0 auto;
        left: 0;
        right: 0;
        text-align: center;
        top: 48;
        /* Adjust this value to move the positioned div up and down */
        font-family: Arial, sans-serif;
        color: #fff;
        width: 50%;
        /* Set the width of the positioned div */
    }
    .box2 {
        position: relative;
        display: inline-block;
        right: -50px;
        top: 200px;
        width: 30px;
    }
    .box3 {
        position: relative;
        display: inline-block;
        right: -120px;
        top: 200px;
        width: 10px;
    }
    .box4 {
        position: relative;
        display: inline-block;
        right: 1px;
        top: 230px;
        width: 10px;
    }
    .box5 {
        position: relative;
        display: inline-block;
        right: -90px;
        top: 230px;
        width: 10px;
    }
    .imgx {
        width: 100px;
    }
    .imgx2 {
        width: 100px;
    }
    .imgx3 {
        width: 100px;
    }
    .imgx4 {
        width: 100px;
    }
}

@media (min-width: 640px) and (max-width: 700px) {
    .box .text {
        position: absolute;
        z-index: 999;
        margin: 0 auto;
        left: 0;
        right: 0;
        text-align: center;
        top: 66;
        /* Adjust this value to move the positioned div up and down */
        font-family: Arial, sans-serif;
        color: #fff;
        width: 50%;
        /* Set the width of the positioned div */
    }
    .box2 {
        position: relative;
        display: inline-block;
        right: -45px;
        top: 235px;
        width: 10px;
    }
    .box3 {
        position: relative;
        display: inline-block;
        right: -165px;
        top: 235px;
        width: 10px;
    }
    .box4 {
        position: relative;
        display: inline-block;
        right: -15px;
        top: 280px;
        width: 10px;
    }
    .box5 {
        position: relative;
        display: inline-block;
        right: -135px;
        top: 280px;
        width: 10px;
    }
    .imgx {
        width: 120px;
    }
    .imgx2 {
        width: 120px;
    }
    .imgx3 {
        width: 120px;
    }
    .imgx4 {
        width: 120px;
    }
}

@media (min-width: 700px) and (max-width: 800px) {
    .box .text {
        position: absolute;
        z-index: 999;
        margin: 0 auto;
        left: 0;
        right: 0;
        text-align: center;
        top: 92;
        /* Adjust this value to move the positioned div up and down */
        font-family: Arial, sans-serif;
        color: #fff;
        width: 50%;
        /* Set the width of the positioned div */
    }
    .box2 {
        position: relative;
        display: inline-block;
        right: -45px;
        top: 250px;
        width: 10px;
    }
    .box3 {
        position: relative;
        display: inline-block;
        right: -180px;
        top: 250px;
        width: 10px;
    }
    .box4 {
        position: relative;
        display: inline-block;
        right: -15px;
        top: 320px;
        width: 10px;
    }
    .box5 {
        position: relative;
        display: inline-block;
        right: -145px;
        top: 320px;
        width: 10px;
    }
    .imgx {
        width: 140px;
    }
    .imgx2 {
        width: 140px;
    }
    .imgx3 {
        width: 140px;
    }
    .imgx4 {
        width: 140px;
    }
}

@media (min-width: 801px) and (max-width: 999px) {
    .box .text {
        position: absolute;
        z-index: 999;
        margin: 0 auto;
        left: 0;
        right: 0;
        text-align: center;
        top: 92;
        /* Adjust this value to move the positioned div up and down */
        font-family: Arial, sans-serif;
        color: #fff;
        width: 50%;
        /* Set the width of the positioned div */
    }
    .box2 {
        position: relative;
        display: inline-block;
        right: -75px;
        top: 280px;
        width: 10px;
    }
    .box3 {
        position: relative;
        display: inline-block;
        right: -201px;
        top: 280px;
        width: 10px;
    }
    .box4 {
        position: relative;
        display: inline-block;
        right: -43px;
        top: 350px;
        width: 10px;
    }
    .box5 {
        position: relative;
        display: inline-block;
        right: -171px;
        top: 350px;
        width: 10px;
    }
    .imgx {
        width: 130px;
    }
    .imgx2 {
        width: 130px;
    }
    .imgx3 {
        width: 130px;
    }
    .imgx4 {
        width: 130px;
    }
}

@media (min-width: 1000px) and (max-width: 1174px) {
    .box .text {
        position: absolute;
        z-index: 999;
        margin: 0 auto;
        left: 0;
        right: 0;
        text-align: center;
        top: 92;
        /* Adjust this value to move the positioned div up and down */
        font-family: Arial, sans-serif;
        color: #fff;
        width: 50%;
        /* Set the width of the positioned div */
    }
    .box2 {
        position: relative;
        display: inline-block;
        right: -75px;
        top: 380px;
        width: 10px;
    }
    .box3 {
        position: relative;
        display: inline-block;
        right: -250px;
        top: 380px;
        width: 10px;
    }
    .box4 {
        position: relative;
        display: inline-block;
        right: -43px;
        top: 440px;
        width: 10px;
    }
    .box5 {
        position: relative;
        display: inline-block;
        right: -220px;
        top: 440px;
        width: 10px;
    }
    .imgx {
        width: 180px;
    }
    .imgx2 {
        width: 180px;
    }
    .imgx3 {
        width: 180px;
    }
    .imgx4 {
        width: 180px;
    }
}
@media (min-width: 1175px) and (max-width: 1287px) {
    .box .text {
        position: absolute;
        z-index: 999;
        margin: 0 auto;
        left: 0;
        right: 0;
        text-align: center;
        top: 92;
        /* Adjust this value to move the positioned div up and down */
        font-family: Arial, sans-serif;
        color: #fff;
        width: 50%;
        /* Set the width of the positioned div */
    }
    .box2 {
        position: relative;
        display: inline-block;
        right: -100px;
        top: 450px;
        width: 10px;
    }
    .box3 {
        position: relative;
        display: inline-block;
        right: -325px;
        top: 450px;
        width: 10px;
    }
    .box4 {
        position: relative;
        display: inline-block;
        right: -70px;
        top: 550px;
        width: 10px;
    }
    .box5 {
        position: relative;
        display: inline-block;
        right: -295px;
        top: 550px;
        width: 10px;
    }
    .imgx {
        width: 180px;
    }
    .imgx2 {
        width: 180px;
    }
    .imgx3 {
        width: 180px;
    }
    .imgx4 {
        width: 180px;
    }
}

@media (min-width: 1288px) and (max-width: 2000px) {
    .box .text {
        position: absolute;
        z-index: 999;
        margin: 0 auto;
        left: 0;
        right: 0;
        text-align: center;
        top: 65;
        /* Adjust this value to move the positioned div up and down */
        font-family: Arial, sans-serif;
        color: #fff;
        width: 50%;
        /* Set the width of the positioned div */
    }

}