@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    cm_sp.css
*
*
------------------------------------------------------------------------------------------ */

/* --------------------------------------------------------------------------------------------------------------
*
    max-width: 750px;
*
-------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 750px) {
table td{
    width: 100% !important;
    display: none;
}

table .nav{
    display: block !important;
}

table .nav{
    display: block !important;
}

table .cm_col.on{
    display: table-cell !important;
}



#contents_inner{
    padding: 0 !important;
    background-color: #fff;
}

#p_title{
    background-color: #fff;
}

#schedule_body{
    padding: 0 10px;
    margin-top: 10.666vw;
    background-color: #eee;
    padding-bottom: 40px;
}

#schedule_body .yodogawa{
    padding: 0 15px;
    margin-bottom: -15px;
    text-align: center;
}

#schedule_body .yodogawa h2{
    width: 38.666vw;
    max-width: 290px;
    margin: 0 auto;
    margin-bottom: -5vw;
    position: relative;
    top: -7.73vw;
}

#schedule_body .yodogawa h2 img{
    width: 100%;
}

#schedule_body .yodogawa p{
    font-size: 13px;
    line-height: 1.777em;
    display: inline-block;
    text-align: left;
}

.sec_caution{
    margin: 0 10px;
    text-align: center;
}

.sec_caution p{
    max-width: 360px;
    padding: 30px 0 30px 42px;
    display: inline-block;
    background-image: url(../images/webstore/ico_caution.png);
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: left center;
    line-height: 1.777em;
    font-size: 12px;
    letter-spacing: .05em;
    color: #fa6b18;
    text-align: left;
}

#cm_schedule{
    max-width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px;
}

#cm_schedule table{
    width: 100%;
}

#cm_schedule th{
    width: 40px;
    padding: 10px 5px;
    white-space: nowrap;
    text-align: center;
    font-size: 13px;
    line-height: 1em;
    color: #848484;
    vertical-align: top;
    border-right: 1px solid #eee;
    border-bottom: 1px dashed #eee;
}

#cm_schedule th .s{
    font-size: 75%;
}

#cm_schedule td{
    width: 20%;
    padding: 10px 5px;
    border-bottom: 1px dashed #eee;
    border-right: 1px solid #eee;
    word-break: break-all;
    vertical-align: top;
}

#t_head{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#t_head th{
    padding: 0 0 8px 0;
    font-size: 12px;
    color: #fa6b18;
    vertical-align: bottom;
    border-bottom: 1px solid #eee;
}

#t_head td{
    padding: 0;
    color: #fa6b18;
    font-weight: 700;
    letter-spacing: .075em;
    text-align: center;
    border-bottom: 1px solid #eee;
    vertical-align: top;
}

#t_head td .s{
    font-size: 80%;
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    bottom: 2px;
}

#t_head td .w{
    padding: 4px;
    color: #fff;
    display: inline-block;
    background-color: #fa6b18;
    border-radius: 100px;
    line-height: 1em;
    vertical-align: bottom;
    letter-spacing: 0;
}


table .nav{
    border-bottom: 1px solid #fa6b18;
}

table .nav ul{
    padding: 5px 5px 0 5px;
    display: flex;
    justify-content: space-between;
    letter-spacing: .05em;
}

table .nav li{
    width: 19%;
    padding: 8px;
    text-align: center;
    display: flex;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    color: #fa6b18;
    border-radius: 5px 5px 0 0;
    cursor: pointer;
    transition: color, background;
    transition-duration: .15s;
    white-space: nowrap;
    align-items: flex-end;
    box-sizing: border-box;
}

.is_pc table .nav li:hover,
.is_sp table .nav li.touch,
table .nav li.on{
    background-color: #fa6b18;
    color: #fff;
}

table .nav li.on{ cursor: default;}

table .nav li .s{
    display: inline-block;
    font-size: 60%;
    vertical-align: middle;
    position: relative;
    top: -1px;
}



#cm_schedule article{
    background-color: #eee;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 15px;
    border: 2px solid #fff;
    transition: border, opacity;
    transition-duration: .15s;
}

#cm_schedule article.a1{ background-color: #f7efe3;}
#cm_schedule article.a2{ background-color: #fbf5db;}
#cm_schedule article.a3{ background-color: #dbf9e5;}
#cm_schedule article.a4{ background-color: #fbe5db;}
#cm_schedule article.a5{ background-color: #e3eef7;}

#cm_schedule article:nth-child(1).half{
    margin-top: 60px !important;
}

#cm_schedule article:last-child{
    margin-bottom: 0 !important;
}

#cm_schedule article .thumb{
    background-color: #ddd;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    position: relative;
}

#cm_schedule article .thumb:after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-image: url(../images/btn_play.png);
    background-position: center;
    background-size: 40px;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform .15s ease;
}

#cm_schedule article.disabled .thumb:after{ display: none !important;}

#cm_schedule article .thumb img{
    width: 100%;
}

#cm_schedule article h4{
    color: #000;
    padding: 10px 15px 15px 15px;
    font-size: 13px;
    line-height: 1.714em;
    font-weight: 700;
    transition: color .15s ease;
}

.is_pc #cm_schedule article:hover .thumb:after,
.is_sp #cm_schedule article.touch .thumb:after{
    transform: scale(1.1);
}

.is_pc #cm_schedule article:hover h4,
.is_sp #cm_schedule article.touch h4{
    color: #fa6b18;
}

.is_pc #cm_schedule article:hover,
.is_sp #cm_schedule article.touch{
    border-color: rgba(250, 107, 24, .5);
}

#cm_schedule article.disabled{ border-color: #fff !important; background-color: #f0f0f0 !important;}
#cm_schedule article.disabled h4{ color: #000 !important;}

#cm_schedule article.sg{ background-color: #fdf0e4 !important;}

#cm_schedule article .exhibitor{
    border-top: 1px solid #fff;
    padding: 10px;
    display: flex;
}

#cm_schedule article .logo{
    border-radius: 10px;
}

#cm_schedule article .logo img{
    width: 35px;
    border-radius: 8px;
}

#cm_schedule article .name{
    padding: 0 0 0 10px;
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #848484;
    line-height: 1.5em;
    letter-spacing: .1em;
    word-break: break-word;
}



.btn_detail{
    display: inline-block;
    text-align: left;
    margin: 0 10px !important;
    padding: 0 !important;
}

.btn_detail a{
    padding: 20px 60px 20px 40px;
    border-radius: 460px;
    font-size: 15px;
    letter-spacing: .05em;
    font-weight: 700;
    color: #fff;
    display: block;
    background-color: #fa6b18;
    line-height: 1.6em;
    border: none !important;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    transition: opacity .15s ease !important;
}

.btn_detail a:after{
    content: '';
    width: 16px;
    height: 28px;
    display: block;
    position: absolute;
    background-image: url(../images/teaser/btn_arrow_right.svg);
    background-size: 12px;
    background-position: center;
    background-repeat: no-repeat;
    top: calc(50% - 14px);
    right: 25px;
}

.is_pc .btn_detail a:hover,
.is_sp .btn_detail a.touch{
    opacity: .7;
}


} /* ----- max-width: 750px ----- */
