.bxslider{
    text-align: center;
}

.bxslider img{
    margin: 70px 0;
    height: 300px;
    border-radius: 30px;
}

article{
    width: 90%;
    margin: 80px auto 0;
    display: flex;
}

.trend-article{
    width: 60%;
    margin: 0 20px;
    text-align: center;
    font-family: 'Zen Old Mincho', serif;
}

.trend-article-h2{
    background-color: #ffdd44;
    font-family: 'Crete Round', serif;
    text-align: center;
    line-height: 2;
    margin-bottom: 60px;
    font-size: 30px;
}

.trend-event{
    height: 250px;
    margin-bottom: 70px;
    text-align: left;
    display: flex;
    justify-content: space-between;
}

.trend-event-sentence{
    width: 70%;
    margin-left: 30px;
}

.trend-event-sentence a{
    text-decoration: none;
    color: black;
}

.trend-event-sentence h3{
    margin-left: 15px;
}

.trend-event-sentence h4{
    margin: 10px 0 20px 5px;
}

.trend-event-flex{
    display: flex; 
    margin: 10px 0 7px 12px;
}

.trend-event-flex i,.trend-event-flex2 i{
    margin-top: 6px;
    margin-right: 10px; 
}

.trend-event-flex2{
    display: flex;
    margin: 10px 0 7px;
}

.trend-event-sentence2{
    width: 70%;
    margin-left: 30px;
}

.trend-event-sentence2 a{
    text-align: left;
    text-decoration: none;
    color: black;
}

.trend-event-sentence2 h4{
    margin: 10px 0 20px;
}

.eve img{
    margin: 27px 0;
}

.eve2 img{
    margin: 38px 0;
}

.eve3 img{
    margin: 61px 0;
}

.trend-event .eve,.trend-event .eve2,.trend-event .eve3,.trend-event .eve4,.trend-event .eve5{
    width: 300px;
    height: 250px;
    border: 1px solid lightgray;
    text-align: center;
    align-items: center;
}

.trend-event a img{
    text-align: center;
}

.aside1-article,.aside2-article{
    width: 25%;
    text-align: center;
    vertical-align: middle;
    background-color: blanchedalmond;
}

.aside1-article img{
    margin-bottom: 40px;
    border-radius: 20px;
}

.aside2-article{
    text-align: center;
}

.aside2-article .h1-1,.aside2-article .h1-2{
    width: 85%;
    font-size: 18px;
    margin: 0 auto 20px;
    border-radius: 20px;
    color: black;
    background-color: orange;
    line-height: 2;
    font-family: 'Zen Old Mincho', serif;
}

.aside2-article .h1-2{
    margin-top: 50px;
}

.aside2-article-ranking a{
    display: flex;
    margin: 0 auto 30px;
    width: 90%;
    text-align: center;
    align-items: center;
    font-family: 'Zen Old Mincho', serif;
    text-decoration: none;
    color: black;
}

.aside2-article-ranking h3{
    margin-left: 10px;
}

.trend-event-sentence a:hover,.trend-event-sentence2 a:hover{
    opacity: 0.3;
    color: lightgray;
    transition: 0.5s;
}
