@charset "utf-8";

/*----------------------------------------------------------------------------
   expression
------------------------------------------------------------------------------*/

.subvisual .subvisual-wrap {
    background-image: url("../image/live/visualpc.png");
}
@media screen and (max-width:1200px) {
    .subvisual .subvisual-wrap {
        background-image: url("../image/live/visual.jpg");
    }
}

/* 記事一覧 */
#live .live-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
#live .live-list .list-box {
    width: calc(33.33% - 32px);
    margin-right: 48px;
    margin-bottom: 48px;
}
#live .live-list .list-box:nth-child(3n) {
    margin-right: 0;
}

@media screen and (max-width:1000px) {
    #live .live-list .list-box {
        width: calc(50% - 24px);
    }
    #live .live-list .list-box:nth-child(3n) {
        margin-right: 48px;
    }
    #live .live-list .list-box:nth-child(even) {
        margin-right: 0;
    }
}

#live .live-list .list-box .movie {
    position: relative;
    width: 100%;
    margin-bottom: 1em;
}
#live .live-list .list-box .movie:before {
    content:"";
    display: block;
    padding-top: 56.25%;
}
#live .live-list .list-box .movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

#live .live-list .list-box a {
    display: block;
}

#live .live-list .list-box .kiji-date {
    margin-bottom: 0;
}


/* 記事詳細 */
#live h2 {
    padding-bottom: .25em;
    margin-bottom: 48px;
    border-bottom: 1px solid #3c92e2;
}
#live .kiji-wrap .movie {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: 0 auto 72px;
}
#live .kiji-wrap .movie:before {
    content:"";
    display: block;
    padding-top: 56.25%;
}
#live .kiji-wrap .movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}



/* 記事一覧・詳細 */
.kiji-wrap {
    margin-bottom: 72px;
    overflow: hidden;
}
.kiji-wrap:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
}

.kiji-cate {
    display: inline-block;
    padding: 0 1em;
    margin-right: 1em;
    margin-bottom: .5em;
    border-radius: 6px;
    background-color: #eee;
    border: 1px solid #ccc;
    color: #666;
}

.kiji-date {
    display: inline-block;
    color: #666;
    margin-bottom: .5em;
}

.kiji-title {
    padding-bottom: .25em;
    margin-bottom: 1em;
    border-bottom: 1px solid #ccc;
}
.kiji-title a {
    color: inherit;
    text-decoration: none;
    transition: .2s;
}
.kiji-title a:hover {
    color: #1874d3;
}

.kiji-cont {
    overflow: hidden;
    padding-bottom: 48px;
    margin-bottom: 48px;
    border-bottom: 1px dotted #ccc;
}
.kiji-cont:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.back-btn {
    margin-top: 48px;
    text-align: center;
}

.aligncenter {
    display: block;
    margin: 0 auto;
	padding-bottom:25px;
	max-width:100%;
}
.aligncenterdown {
    display: block;
    margin: 0 auto;
	padding-top:25px;
	max-width:100%;
}
.alignright { float: right; margin-left:30px; margin-bottom:25px; max-width:100%; }
.alignleft { float: left; margin-right:30px; margin-bottom:25px; max-width:100%; }

.aligncenter img, .alignright img, .alignleft img {
	max-width:100%;
	height:auto;
}


/* 改ページ */
.pager {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.pager .now {
    display: inline-block;
    padding: .25em .5em;
    margin-right: .5em;
    background-color: #3c92e2;
    border: 1px solid #3c92e2;
    border-radius: .25em;
    box-sizing: border-box;
    color: #fff;
}
.pager a {
    display: inline-block;
    padding: .25em .5em;
    margin-right: .5em;
    border: 1px solid #3c92e2;
    border-radius: .25em;
    box-sizing: border-box;
    text-decoration: none;
    transition: .2s;
}
.pager a:hover {
    background-color: #edf5fc;
}

.live-fix {
    display: none;
}

