schedule {
    width: calc((100% - 50px) / 4);
}

em {
    font-style: normal;
}

.about {
    margin-bottom: 6px;
    line-height: 2;
    font-size: 16px;
    padding: 8px 23px;
    text-align: center;
}

.about_2 {
    margin-top: 6px;
    line-height: 1.6;
    font-size: 16px;
    padding: 8px 23px;
    text-align: center;
}

.about_2 a {
    color: #df903b;
}

a.translate_ {
    color: #df903b;
}

.didyouknow {
    background-color: #27363E;
    border-radius: 10px;
    margin: 30px;
    padding: 20px;
    cursor: pointer;
    color: #DDDDDD;
    line-height: 2;
}

.didyouknow_header {
    text-align: center;
    font-weight: bold;
    font-size: 19px;
}

.didyouknow_text {
    text-align: center;
    font-size: 16px;
}

.dir_wrap {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 30px;
}

.dir {
    background-color: #27363E;
    border-radius: 10px;
    margin: 15px 0px;
    padding: 20px;
    cursor: pointer;
    color: #DDDDDD;
    line-height: 2;
    width: 80%;
}

.dir_head {
    font-size: 22px;
    text-align: center;
    font-weight: bold;
}

.dir_link {
    font-size: 17px;
    text-align: center;
}

.dir_body {
    display: none;
    margin-top: 8px;
}

.monster_card_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.monster_card {
    display: block;
    width: min-content;
}

::-webkit-scrollbar {
    display: none
}

@media screen and (min-width: 600px) and (max-width: 800px) {
    .dir {
        width: 38%;
    }

    .dir_head {
        font-size: 22px;
    }

    .dir_link {
        font-size: 17px;
    }

    .dir_body {
        font-size: 15px;
        display: block;
    }

    .about,
    .about_2 {
        font-size: 17px;
    }

    .didyouknow_text {
        font-size: 16px;
    }
}

@media screen and (min-width: 800px) and (max-width: 1000px) {
    .dir {
        width: 26%;
    }

    .dir_head {
        font-size: 22px;
    }

    .dir_link {
        font-size: 17px;
    }

    .dir_body {
        font-size: 15px;
        display: block;
    }

    .about,
    .about_2 {
        font-size: 18px;
    }

    .didyouknow_text {
        font-size: 17px;
    }
}

@media screen and (min-width: 1000px) {
    .dir {
        width: 27%;
    }

    .dir_head {
        font-size: 22px;
    }

    .dir_link {
        font-size: 17px;
    }

    .dir_body {
        font-size: 16px;
        display: block;
    }

    .about,
    .about_2 {
        font-size: 18px;
    }

    .didyouknow_text {
        font-size: 17px;
    }
}