@charset "utf-8";

/* CSS Document */
.top_head {
    background: url(../images/channel/bg.jpg) no-repeat 60% 60%;
    background-size: cover;
    height: 50vh;
}

.main-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 78px;
}

.movie {
    flex: 0 0 auto;
    width: 50%;
    text-align: center;
}

.movie iframe,
.movie img {
    width: 100%;
    height: 100%;
}

.box-text {
    flex: 0 0 auto;
    border-left: #838c74 3px solid;
    width: calc(50% - 100px);
    padding-left: 30px;
    margin: 30px 0 30px 70px;
}

.box-title {
    font-size: 1.2rem;
    line-height: 2rem;
    font-weight: bold;
    color: #838c74;
}

.box-content {
    display: block;
    font-size: 0.8rem;
    color: #666;
    line-height: 1.8rem;
    margin: 1rem 0;
}
.box-content span{
    display: block;
}
.box-content span.paragraph{
    display: block;
    padding-bottom: 20px;
}
.list-pic .video-img {
    width: 100%;
}

.list-pic .youtube {
    position: absolute;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
    fill: #fff;
}

.list-pic iframe {
    width: 100%;
}

.list-text {
    margin: 1rem 0 30px;
}

.list-text span {
    display: block;
    font-size: 12px;
    line-height: 1.5rem;
    padding: 5px 0;
}
.list-text .list-title {
    display: block;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 5px 0;
    font-weight: bold;
    color: #838c74;
}
.btn{
    position: relative;
    display: block;
    width: fit-content;
    padding: 10px 20px;
    border: #838c74 solid 1px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    color: #666;
    letter-spacing: 0.05em;
}
.btn:hover {
	background: #838c74;
	color: #fff;
}
.list-text{
    margin: 1rem 30px 30px;
    padding-left: 30px;
    border-left: #838c74 solid 3px;
    transition: all 0.3s linear;
}
.list-item:hover{
    background: rgba(131, 140, 116, 0.1);
}
.list-item:hover .list-text{
    border-left: #838c74 solid 5px;
}
@media screen and (max-width:1100px) {
    .main-box {
        flex-direction: column;
    }
    .movie {
        width: 100%;
    }

    .box-text {
        margin: 30px 0;
        width: calc(100% - 30px);
    }
    .embed-container{
        padding-bottom: 56.25% ;
    }
}
@media screen and (max-width:768px) {
    .main-box {
        margin: 30px;
    }
    .list-item{
        width: 100%;
    }
}
@media screen and (max-width:600px) {
    .list-text {
        margin: 20px 0 20px 20px;
        padding-left: 20px
    }
    .box-content span{
        display:inline;
    }
}
