@charset "utf-8";
/****************************************************************************************************



****************************************************************************************************/
@media print, screen and (min-width:737px){
}
@media print, screen and (min-width:769px){
}
@media print, screen and (min-width:1200px){
}
/****************************************************************************************************


****************************************************************************************************/
@media print, screen and (min-width:1200px){
.contents__main.-event{
    margin: 0 auto;
    width: 100%;
}
}
.contents__main.-event .contents__mainInner{
    padding: 0;
}
@media print, screen and (min-width:1000px){
.contents__main.-event .contents__mainInner{
    width: 100%;
}
}
/****************************************************************************************************


****************************************************************************************************/
.event__main{
}
@media print, screen and (min-width:737px){
.event__main{
}
}


.event__mainInner{
    padding: 0 10px;
}
@media print, screen and (min-width:1140px){
.event__mainInner{
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 1140px;
}
}
/****************************************************************************************************


****************************************************************************************************/
.event__include{
    /* margin-bottom: 10px; */
}
@media print, screen and (min-width:737px){
.event__include{
    /* margin-bottom: 20px; */
}
}
/****************************************************************************************************


****************************************************************************************************/
.eventList{
}
@media print, screen and (min-width:737px){
.eventList{
    display: flex;
    flex-wrap: wrap;
}
}
/****************************************************************************************************


****************************************************************************************************/
.eventList__item{
    margin-bottom: 20px;
}
@media print, screen and (min-width:737px){
.eventList__item{
    position: relative;
    margin-left: calc( 20 / 1140 * 100% );
    margin-right: calc( 20 / 1140 * 100% );
    margin-bottom: 30px;
    width: calc( 340 / 1140 * 100% );
}
    .eventList__item:last-child{
        margin-bottom: 30px !important;
    }
}
/****************************************************************************************************


****************************************************************************************************/
.eventList__itemAnchor{
    text-decoration: none;
}
a.eventList__itemAnchor:link,
a.eventList__itemAnchor:visited{ color: #333; }
/****************************************************************************************************


****************************************************************************************************/
.eventList__main{
    display: flex;
}
@media print, screen and (min-width:737px){
.eventList__main{
    display: block;
    font-size: 1.4rem;
    line-height: 1.5;
}
}

.eventList__mainInner{
    flex: 1;
    line-height: 1.5;
    margin-left: 10px;
}
@media print, screen and (min-width:737px){
.eventList__mainInner{
    position: relative;
    margin-top: -15px;
    margin-left: 0;
    padding: 0 10px 10px 0;
    line-height: 2.0;
}
}
/****************************************************************************************************


****************************************************************************************************/
.eventList__thum{
    width: 100px;
    background-repeat: no-repeat;
    background-position: center 12px;
    background-size: contain;
    text-align: center;
}
@media print, screen and (min-width:737px){
.eventList__thum{
    width: 100%;
    background-position: center center;
    background-size: contain;
}
}
    .eventList__item.-industry .eventList__thum{ background-image: url(../images/event/industry_bg1.png); }
    .eventList__item.-chiiki .eventList__thum{ background-image: url(../images/event/chiiki_bg1.png); }
    .eventList__item.-koudai .eventList__thum{ background-image: url(../images/event/koudai_bg1.png); }
    .eventList__item.-innovation .eventList__thum{ background-image: url(../images/event/innovation_bg1.png); }
    .eventList__item.-naniwa .eventList__thum{ background-image: url(../images/event/naniwa_bg1.png); }
    .eventList__item.-mpes .eventList__thum{ background-image: url(../images/event/mpes_bg1.png); }
    .eventList__item.-cnrc .eventList__thum{ background-image: url(../images/event/cnrc_bg1.png); }


.eventList__thumImg{
    position: relative;
    display: inline-block;
    width: 60px;
    height: 84px;
    overflow: hidden;
}
@media print, screen and (min-width:737px){
.eventList__thumImg{
    width: 160px;
    height: 226px;
}
}

.eventList__thumImg .cms__img img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
    max-width: none;
}
/****************************************************************************************************


****************************************************************************************************/
.eventList__org{
    display: inline-block;
    margin-bottom: 5px;
    padding: 2px 5px;
    color: #fff;
    font-size: 1.0rem;
    line-height: 1.5;
}
@media print, screen and (min-width:737px){
.eventList__org{
    margin-bottom: 15px;
    padding: 2px 10px;
    font-size: 1.4rem;
}
}
    .eventList__item.-industry .eventList__org{ background-image: linear-gradient(90deg, #E84348, #C02531); }
    .eventList__item.-chiiki .eventList__org{ background-image: linear-gradient(90deg, #DFA500, #BE8800); }
    .eventList__item.-koudai .eventList__org{ background-image: linear-gradient(90deg, #9229CB, #6A00A0); }
    .eventList__item.-innovation .eventList__org{ background-image: linear-gradient(90deg, #008CFF, #0067E2); }
    .eventList__item.-naniwa .eventList__org{ background-image: linear-gradient(90deg, #F8A000, #D07A00); }
    .eventList__item.-mpes .eventList__org{ background-image: linear-gradient(90deg, #008E54, #026334); }
    .eventList__item.-cnrc .eventList__org{ background-image: linear-gradient(90deg, #008e94, #006266); }
/****************************************************************************************************


****************************************************************************************************/
.eventList__title{
    margin-bottom: 10px;
    color: #333;
    font-weight: bold;
    line-height: 1.5;
}
@media print, screen and (min-width:737px){
.eventList__title{
    margin-bottom: 15px;
}
}
/****************************************************************************************************


****************************************************************************************************/
.eventList__detail{
    color: #333;
    line-height: 1.5;
}

.eventList__detailItem{
    margin-bottom: 5px;
    padding-left: 25px;
    background-repeat: no-repeat;
    background-position: 0 2px;
    background-size: 15px;
}
@media print, screen and (min-width:737px){
.eventList__detailItem{
    margin-bottom: 10px;
    background-position: 0 2px;
    background-size: auto;
    padding-left: 30px;
}
}

    .eventList__detailItem.-schedule{ background-image: url(../images/event/icon_schedule.png); }
    .eventList__detailItem.-place{ background-image: url(../images/event/icon_place.png); }
    .eventList__detailItem.-people{ background-image: url(../images/event/icon_people.png); }
    .eventList__detailItem.-hash{
        padding-left: 0;
        font-style: italic;
    }

    .eventList__detailItem.-people span::after,
    .eventList__detailItem.-hash span::after{
        content: '、';
    }
    .eventList__detailItem.-people span:last-child::after,
    .eventList__detailItem.-hash span:last-child::after{
        content: '';
    }




