@charset "utf-8";
/* ===============================
infomation
================================== */
.article--infomation{
    padding: 70px 5.3% 200px;
    border-bottom: #fff solid 1px;
    background-color: #fdfdfd;
}
.section{
    color: rgba(56, 78, 54, 1);
}
.topics--infomation{
    color:rgba(56, 78, 54, 1) ;
}
.topicsBox--infomation{
    border-bottom:1px solid rgba(56, 78, 54, 1) ;
}
.date{
    color: #D8B55A;
    font-size: 1rem;
}
.section__flex{
    display: flex;
    align-items: center;
    gap: 0 10px;
}
.infomation__title{
    font-size: 1.8rem;
}
.infomation__text{
    background-color:rgba(56, 78, 54, 1) ;
    padding: 50px 19px;
    border-radius: 50px 0px;
    margin-top: 30px;
}
.infomation__txt{
    color: #fdfdfd;
    font-size: 1.4rem;
    line-height: 2;
}
.infomation__derail{
    margin: 20px 0 20px 0;
}
.textbox{
    margin-bottom: 100px;
}
.event__img{
    height: auto;
    width: 100%;
    margin-top: 50px;
    max-width: 700px;
}
/* tb */
@media screen and (min-width: 768px){
    .date{
        font-size: 1.2rem;
    }
}/* tb */
@media screen and (min-width: 961px){
    .date{
        font-size: 1.4rem;
    }
    .infomation__title{
        font-size: 2.2rem;
    }
    .infomation__txt{
        font-size: 1.8rem;
    }
    .article--infomation{
        padding: 70px 5.3% 300px;
    }
}