@charset "UTF-8";

.meswp-event_main {
    padding-bottom: 0;
}

.meswp-eventinfo_title {
    font-size: 2.5em;
    font-weight: bold;
}

.meswp-eventinfo_title img {
    height: 1.5em;
    vertical-align: bottom;
    margin-right: 0.2em;
}

.meswp-event_contents .u-box {
    background-color: #fafafa;
    border: 1px solid #bebcbc;
    position: relative;
}

.meswp-event_btn_only {
    position: absolute;
    right: 2em;
    top: 2em;
}

.meswp-event_contents .meswp-event_contents_title {
    background-color: #32a2a7;
    padding: 0.5em 0.9em;
    color: #fff;
}

.meswp-event_contents .meswp-event_contents_subtitle {
    font-size: initial;
    padding-top: 5px;
}

.meswp-products .l-grid {
    background: #fafafa;
    border: 1px solid #bebcbc;
    padding: 2em;
    margin: 1.5em auto;
}

.meswp-products .l-grid__item {
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}

.meswp-products .meswp-product_img {
    border: 1px solid #dcdcdc;
    vertical-align: bottom;
}

/*カスタマイズ*/
.meswp-event_contents .meswp-event_contents_title {
    background-color: #c7000b;
}

/*カタログ請求、メールニュース*/
#area_info {
    background: #333;
    padding-top: 40px;
    margin-bottom: 0;
}

@media only screen and (max-width: 875px) {
    .meswp-event_pc_only {
        display: none;
    }
}