﻿@CHARSET "Shift_JIS" ;

@media screen and (max-width: 767px) {
    .events.detail ul.info li.entry {
        padding: 0;
    }
}

@media screen and (min-width: 767px) {
    .company_list li.match_pc figure.ph img {
        object-fit: contain;
        width: 200px;
        height: 126px;
    }
}
@media screen and (max-width: 767px) {
    .company_list li.match_pc figure.ph img {
        object-fit: contain;
        width: 200px;
        height: 126px;
    }
}
.sep-evt__supplement .sep-text__link {
    display: block;
    text-align: right;
    padding: 5px 0px;
    background-color: #fffef2;
}

@media screen and (max-width: 767px) {
    .sep-evt__supplement.is-sep-js--follow .sep-text__link {
        width: 130px;
        height: 20px;
        font-size: 0.9rem;
    }
    .sep-footer__wrapper .spr-modal {
        position: fixed!important;
        top:0!important;
        bottom:0!important;
        left:0!important;
        right:0!important;
        margin:auto!important;
    }
    .sep-footer__wrapper .spr-modal_close {
        right: -10px;
    }
    .sep-footer__wrapper .spr-modal_container {
        height:auto!important;
    }
}

div.sep-text__note__btn a.btn.is-already {
    pointer-events: auto !important;
}

div.mypage-event-print{
    text-align: left;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 2px;
}

a.mypage-link-print {
    width: 50%;
    text-align: center;
    font-size: 1.2rem;
    text-decoration: underline;
    color: #2aabe4;
    float: left;
}

/*2021/10/07イベント一覧UI変更*/
.category_label{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #FAFAFA;
    border-left: solid 6px #ff7c5c;
    color: #1a5790;
    font-weight: bold;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    margin-right: 1%;
    margin-bottom: 10px;
    width:26.5%;
    text-decoration:none;
}
.text.large {
  font-size: 20px;
}

.text.bold {
  font-weight:bold;
}

.action.evtdetail {
    width:90%!important;
}

.action.evtdetail > div {
    text-align:center;
}

.card.type2 .eventname_area.pc {
    padding-top: 10px;
}

@media screen and (min-width: 768px) {
    .category_area > div {
        width:260px;
    }
    .card.type2 > figure.ph {
        width:350px!important;
        margin-left:10px!important;
    }
    .card.type2 > .title_area.pc {
        width:380px!important;
    }
    .card.type2 > .text {
        width:380px!important;
    }
    .comingsoon {
        right:160px;
        padding-left:100%!important; /* 画像下へ折り返させるため */
    }
    .action.evtdetail > div > a {
        float:none!important;
    }
    .sep-evt__supplement.is-site-top {
        margin-right:130px!important;
    }
}

@media screen and (max-width: 767px) {
    .category_area {
        width:100%!important;
    }
    .eventname_area {
        width:90%!important;
        margin:0px 10px 5px 15px!important;
        padding-top:0!important;
    }
    .card.type2 .category_area.sp {
        margin:20px 5px 0px 15px;
        padding-top:10px;
    }
    .card.type2 .eventname_area .inner {
        padding-top:5px!important;
    }
    .evt_list .sep__detail__mv {
        margin:0!important;
    }
    .card.type2 > figure.ph {
        width:94%!important;
        margin-left:10px;
    }
}
/*▼iPhone5、SEのみ▼*/
@media screen and (max-width: 320px) {
    .action.evtdetail > div > a {
        width:41%!important;
    }
}

.detail .sep__detail__mv {
    margin-bottom: 0!important;
}
