@charset "UTF-8";
.areaEvent {}
.areaEvent_title {
    font-size: 28px;
}
.event {}
.event_headline {}
.event_cols {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.event_col {}
.event_col-no1 {
    width: 35%;
}
.event_image {
    width: 300px;
    margin: 0 auto;
}
.event_image > img {
    display: block;
    width: 100%;
    height: auto;
}
.event_col-no2 {
    width: 63%;
}
.event_text {
    margin-bottom: 1em;
}
.event_text:last-child {
    margin-bottom: 0;
}
.event_imgList {
    list-style: none;
    margin-bottom: 11px;
}
.event_imgList > li {}
.event_imgList > li:first-child {}
.event_imgList > li:last-child {}
.event_imgList > li:nth-child(2n+1) {}
.event_imgList > li:nth-child(n+3) {}
.event_imgList > li > img {
    display: block;
    max-width: 100%;
    height: auto;
    border: 1px solid #cccccc;
    padding: 1px;
}
.event_thumbList {
    list-style: none;
}
.event_thumbList > li {
    width: 33%;
    margin-left: .5%;
}
.event_thumbList > li:first-child {}
.event_thumbList > li:last-child {}
.event_thumbList > li:nth-child(2n+1) {}
.event_thumbList > li:nth-child(n+4) {
    margin-top: .5%;
}
.event_thumbList > li > a {
    display: block;
    text-decoration: none;
    color: inherit;
    transition-duration: .3s;
    transition-property: opacity;
}
.event_thumbList > li > a::before {
    content: "";
}
.event_thumbList > li > a::after {
    content: "";
}
.event_thumbList > li > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}
@media screen and (min-width:1000px) {
    .event_thumbList > li > a:hover {
        opacity: .7;
    }
}
@media screen and (max-width:999px) {
    .areaEvent {}
    .areaEvent_title {
        font-size: 26px;
    }
    .event {}
    .event_headline {}
    .event_cols {}
    .event_col {}
    .event_col-no1 {}
    .event_image {}
    .event_image > img {}
    .event_col-no2 {}
    .event_text {}
    .event_text:last-child {}
    .event_imgList {}
    .event_imgList > li {}
    .event_imgList > li:first-child {}
    .event_imgList > li:last-child {}
    .event_imgList > li:nth-child(2n+1) {}
    .event_imgList > li:nth-child(n+3) {}
    .event_imgList > li > img {}
    .event_thumbList {}
    .event_thumbList > li {}
    .event_thumbList > li:first-child {}
    .event_thumbList > li:last-child {}
    .event_thumbList > li:nth-child(2n+1) {}
    .event_thumbList > li:nth-child(n+4) {}
    .event_thumbList > li > a {}
    .event_thumbList > li > a::before {}
    .event_thumbList > li > a::after {}
    .event_thumbList > li > a > img {}
}
@media screen and (max-width:767px) {
    .areaEvent {}
    .areaEvent_title {
        font-size: 26px;
    }
    .event {}
    .event_headline {}
    .event_cols {
        display: block;
        margin-bottom: 15px;
    }
    .event_col {
        width: auto;
    }
    .event_col-no1 {
        margin-bottom: 20px;
    }
    .event_image {
        margin-bottom: 15px;
        max-width: 520px;
        margin-left: auto;
        margin-right: auto;
    }
    .event_image > img {}
    .event_col-no2 {}
    .event_text {}
    .event_text:last-child {}
    .event_imgList {
        max-width: 500px;
        margin: 0 auto 10px;
    }
    .event_imgList > li {}
    .event_imgList > li:first-child {}
    .event_imgList > li:last-child {}
    .event_imgList > li:nth-child(2n+1) {}
    .event_imgList > li:nth-child(n+3) {}
    .event_imgList > li > img {}
    .event_thumbList {
        max-width: 500px;
        margin: 0 auto 0;
    }
    .event_thumbList > li {}
    .event_thumbList > li:first-child {}
    .event_thumbList > li:last-child {}
    .event_thumbList > li:nth-child(2n+1) {}
    .event_thumbList > li:nth-child(n+4) {}
    .event_thumbList > li > a {}
    .event_thumbList > li > a::before {}
    .event_thumbList > li > a::after {}
    .event_thumbList > li > a > img {}
}
