@charset "UTF-8";

#fp-contents{
    background-color: #f6f4ed;
}
/* ---------------------------------------------
	ヘッダー
--------------------------------------------- */
/*-------------メインビジュアル-------------*/
.header__main{
    background: #d5deee url("../photo/mainV_pc.jpg") no-repeat center center;
    background-size: contain;
    border-bottom: solid 5px #7a6224;
}
@media screen and (max-width: 768px){
    .header__main{
        background: #b9c5da url("../photo/mainV_sp.jpg") no-repeat center center;
        background-size: contain;
        padding-top: 56.25%;
    }
}

/* ---------------------------------------------
	コンテンツ
--------------------------------------------- */
.contents-all h2{
    background-color: #7a6224;
    background: -moz-linear-gradient(left,  rgba(122,98,36,1) 0%, rgba(191,157,80,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(122,98,36,1) 0%,rgba(191,157,80,1) 100%);
    background: linear-gradient(to right,  rgba(122,98,36,1) 0%,rgba(191,157,80,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a6224', endColorstr='#bf9d50',GradientType=1 );
    color: #fff;
    padding: 0 0.2em;
    position: relative;
}
.contents-all h2::after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0; right: 0;
	margin:-0.4em 0 0 0;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 1.6em 1.6em 0;
	border-color: transparent #f6f4ed transparent transparent;
}
/* @media screen and (max-width: 768px){
    .contents-all h2{ font-size: 110%;}
} */

/*-------------放送スケジュール-------------*/
.oaSchedule__list > li{
    border-bottom: none;
    margin-bottom: 0;
}
.oaSchedule__list > li > dl{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: left;
    line-height: 1.0;
}
.oaSchedule__list > li > dl > *{ flex-shrink: 0;}
.oaSchedule__list__date{
    font-size: 110%;
    font-weight: bold;
    margin-right: 0.5em;
    min-width: 5em;
}
.oaSchedule__list__detail > div,
.oaSchedule__list__detail > a div{
    font-size: 110%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0.5em;
    align-items: center;
}
.oaSchedule__list__detail > div:nth-last-of-type(1),
.oaSchedule__list__detail > a div,
.oaSchedule__list__detail > a:nth-last-of-type(1){ margin-bottom: 0;}
.oaSchedule__list__detail > a{
    display: block;
    margin-bottom: 0.5em;
}

@media screen and (max-width: 550px){
    .oaSchedule__list__date{ margin-bottom: 0;}
    .oaSchedule__list__detail{ width: auto;}
}

.oaSchedule__list__detail.time{
    font-weight: bold;
    font-size: 110%;
    color: #333;
    padding-top: 0.1em;
}
.oaSchedule__list__detail .attention{
    margin-left: 1em;
    font-size: 70%;
    margin-top: 0.1em;
}


/*-------------注目ポイント-------------*/
.summary p{
    line-height: 2;
}







.cx_displaydevice #gbheader,
.cx_displaydevice #gbfooter{
    position: relative;
    z-index: 99999;
}
@media screen and (max-width: 750px){
    .sp_display #gbfooter p{
        font-size: 3.3vw !important;
        line-height: 1.6 !important
    }
}

