body {
    margin: 0;
    font-family: Meiryo, system-ui;
    font-size: 20px;
}

.header {
    background-color: #0f6cd0;
    padding: 2px 38px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-title-text {
    font-size: 20px;
    color:#ffffff !important;
    text-decoration: none !important;
}

a {
    color: #0000ff;
    text-decoration: none;
}

a:hover {
    color: #ff0000;
    text-decoration: underline;
}

.menu-list {
    overflow: hidden;
    list-style: none;
    margin: 0 auto;
    z-index: 20;
}

.menu-list a {
    text-decoration: none !important;
    color: #ffffff;
}

.menu-list li {
    display: inline-block;
    padding: 26px 10px 20px 10px;
    font-size: 20px;
}

.footer {
    background-color: #efefef;
    padding: 26px 28px;
    text-align: center;
}

.banner-image {
    width: 100%;
    height: auto;
}

.banner {
    width: 100%;
    height: auto;
    position: relative;
}

.banner img {
    width: 100%;
    height: auto;
}

.banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    margin: 0;
    font-size: 45px;
    color: #ffffff;
}

.main {
    margin-left: 10% !important;
}

.news {
    background-color: #efefef;
    padding: 6px 0;
    text-align: left;
    font-size: 18px;
}

.red-text {
    color: #ff0000;
    padding-left: 10%;
}

.kyoutyou {
    font-size: 24px;
}

.page-title {
    color: black;
    font-size: 48px;
    text-align: center;
}

.news2 {
    padding: 6px 0;
    text-align: left;
    font-size: 18px;
}

.copyright {
    font-size: 14px;
}

hr {
    margin-right: 10%;
}

.kuuran {
    width: 100%;
    height: 100px;
}

@media screen and (max-width: 768px) {
    .youtube-video {
        width: 100%;
        height: auto;
    }
}