.maincopy {
    font-size: 30px;
    color: #fff;
    text-align: center !important;
    display: block !important;
    width: 100%;
    background: #00a683;
    padding: 10px 0 12px !important;
    line-height: 1.5 !important;
}

@media screen and (max-width: 767px) {
    .maincopy {
        margin: 30px 0 15px !important;
    }
}

.mv {
    max-width: 800px;
    margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
    .mv {
        margin-bottom: 20px;
    }
}
.mv-outer {
    text-align: center;
}
.mv-outer h3 {
    font-weight: 700 !important;
    margin-bottom: 15px;
}
.mv-outer p {
    font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
    .mv-outer p {
        font-size: 4.12vw;
    }
}
.mv-outer p strong {
    color: #00a683;
    font-weight: 700;
    display: block;
}

#souritu20aniversary .lineup {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

#souritu20aniversary .lineup .messege_image_area {
    width: 40%;
}
@media screen and (max-width: 767px) {
    #souritu20aniversary .lineup .messege_image_area {
        width: 100%;
        order: 2;
    }
}
#souritu20aniversary .lineup .text {
    width: 60%;
    box-sizing: border-box;
    padding: 0;
    background: rgb(0, 166, 131, 0.15);
}
@media screen and (max-width: 767px) {
    #souritu20aniversary .lineup .text {
        width: 100%;
        order: 1;
    }
}
.lineup .nomal_tit {
    background: #00a683;
}
#souritu20aniversary .messege {
    font-size: 20px;
}
#souritu20aniversary .lineup .text p {
    padding: 30px;
}
@media screen and (max-width: 767px) {
    #souritu20aniversary .lineup .text p {
        padding: 20px;
    }
}

.other_area {
    margin-bottom: 100px;
}
.other_area .title {
    font-size: 30px;
    color: #fff;
    text-align: center;
    width: 100%;
    background: #00a683;
    padding: 10px 0;
    margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
    .other_area .title {
        font-size: 5.5vw;
        margin-bottom: 20px;
    }
}
.other_area ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    list-style: none;
    padding: 0 !important;
    margin: 0 0 20px !important;
}
@media screen and (max-width: 767px) {
    .other_area ul {
        gap: 14px;
    }
}
.other_area ul li {
    width: calc(20% - (60px / 5));
    list-style: none !important;
}
@media screen and (max-width: 767px) {
    .other_area ul li {
        width: calc(50% - 7px);
    }
}
.other_area .btn {
    font-size: 20px;
    color: #fff !important;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 545px;
    height: 75px;
    margin: 0 auto;
    background: #008a33;
    border-radius: 5px;
}
@media screen and (max-width: 767px) {
    .other_area .btn {
        font-size: 18px;
        height: 60px;
    }
}

#souritu20aniversary .souritu20th_attention li {
    font-size: 16px !important;
}
@media screen and (max-width: 767px) {
    #souritu20aniversary .souritu20th_attention li {
        font-size: 4vw !important;
    }
}

#souritu20aniversary .souritu20th_attention li a {
    text-decoration: underline;
}