@charset "utf-8";

#box1,
#box2,
.onairBox{
	margin-bottom: 100px;
}
.bayfmContentBox .onairBox:last-child{
	margin-bottom: 0;
}
#bayfm,
#bayfm a{
	color: #323232;
}
#bayfm_bg{
	margin-bottom: 80px;
}
#bayfm_bg .main_ph_area{
	text-align: center;
}
#bayfm_list{
	width: 1100px;
	margin: 0 auto;
	letter-spacing: 3px;
    /* font-family: "Hiragino Kaku Gothic Pro", sans-serif; */
}
.center_txt{
	text-align: center;
}
.center_txt p{
	font-size: 16px;
	line-height: 1.9;
	margin-bottom: 2em;
}
#box1.bayfmContentBox .link-btn{
	width: 363px;
}
/* #box1.bayfmContentBox.center_txt p{
	letter-spacing: 3px;
} */
.bayfmContentBox h2{
	font-size: 29px;
	margin-bottom: 30px;
	line-height: 1;
	font-weight: normal;
}
.schedule_table{
	width: 100%;
	border-collapse: collapse;

}
.schedule_table tr{
	display: block;
	/* padding: 15px; */
	/* box-sizing: border-box; */
}
.schedule_table th{
	width: 110px;
	background: #ed986e;
	color: #fff;
	padding: 15px;
	border-bottom: 1px solid #fff;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 5px;
}
.schedule_table td{
	width: auto;
	padding: 14px;
	font-size: 15px;
	border-bottom: 1px solid #fff;
}
.schedule_table tr:nth-child(odd){
	background: #fef6e3;
}
.schedule_table tr:nth-child(even){
	background: #fefaf1;
}
.schedule_table td a,
.schedule_table td .comming_soon{
	margin-left: 15px;
	font-size: 18px;
	font-weight: bold;
}
.schedule_table td a:hover{
	text-decoration: none;
	opacity: 0.5;
	transition: 0.3s;
}
.schedule_table td .comming_soon{
	color: #989898;
}
.flex_tit_area{
	display: flex;
	align-items: center;
	padding: 20px 40px;
	background: #feedc8;
	position: relative;
}
.flex_tit_area::after{
	position: absolute;
	content: "";
	background: url(../../img/bayfm/01/icon_radio.svg) no-repeat;
	width: 131px;
	height: 64px;
	right: 20px;
}
.flex_tit_area p{
	text-align: center;
	display: block;
	margin-right: 20px;
	font-size: 14px;
}
.flex_tit_area p span{
	display: block;
	background: #ed986e;
	color: #fff;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 5px;
	letter-spacing: 3px;
}
.flex_tit_area h3{
	font-size: 29px;
	font-weight: bold;
}
.detail_area{
	background: #fef6e3;
	padding: 53px 40px;
	width: auto;
	box-sizing: border-box;
}
.detail_area .inviewfadeInUp .point_more{
	background: #fff;
	padding: 50px;
	margin-bottom: 50px;
}
.detail_area .inviewfadeInUp:last-child .point_more{
	margin-bottom: 0;
}
.point_more_tit{
	font-size: 14px;
	text-align: center;
    margin-top: -60px;
	margin-bottom: 30px;
	color: #4c4c4c;
}
.point_more_tit span{
	display: block;
	font-size: 41px;
	font-weight: bold;
	color: #000;
}
.point_more h4{
	display: block;
	font-size: 28px;
	font-weight: normal;
	color: #e1530d;
	letter-spacing: 4px;
    text-align: center;
	border-top: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
	padding: 5px 0;
	margin-bottom: 30px;
	position: relative;
}
.point_more h4::before{
	content: "";
	display: block;
	border-top: 1px solid #cbcbcb;
	margin-bottom: 30px
}
.point_more h4::after{
	content: "";
	display: block;
	border-bottom: 1px solid #cbcbcb;
	margin-top: 30px
}
.point_more h4 span{
	position: relative;
}
.point_more h4 span::after{
	position: absolute;
    display: inline-block;
    vertical-align: middle;
    content: "";
    background-size: contain;
    width: 90px;
    height: 90px;
    top: -30px;
    bottom: 0;
    margin: auto;
    background: url(../../img/bayfm/01/sukenari_yoko.svg) no-repeat;
}
.bold{
	font-weight: bold!important;
}
.normal{
	font-weight: normal!important;
}
p.center_txt{
	font-size: 16px;
	line-height: 1.6;
}
.point_more_flex{
	display: flex;
}
.point_more .center_txt{
	margin-bottom: 30px;
	color: #4c4c4c;
}
.point_more_flex .point_more_cont.split2{
	width: 50%;
	margin-right: 3%;
}
.point_more_flex .point_more_cont.split3{
	width: 32%;
	margin-right: 3%;
}
.point_more_flex .point_more_cont.split4{
	width: 24%;
	margin-right: 4%;
}
.point_more_flex .point_more_cont.split2:last-child,
.point_more_flex .point_more_cont.split3:last-child,
.point_more_flex .point_more_cont.split4:last-child{
	margin-right: 0;
}
.point_more_flex .point_more_cont img{
	margin-bottom: 15px;
}
.point_more_flex .point_more_cont p{
	margin-bottom: 15px;
	font-size: 15px;
	font-weight: bold;
	color: #4c4c4c;
}
.point_more_flex .point_more_cont .link-btn{
	margin-left: 0;
	word-wrap: break-word;
	width: 100%;
}
.more_area .point_more_cont p{
	font-weight: normal;
	font-size: 14px;
	line-height: 1.8;
}
.logo_banner{
	display: block;
	text-align: center;
}
.schedule_table td .on_air_date{
	width: 146px;
	display: inline-block;
}
#date_0210 .text_box{
	min-height: 75px;
}
#date_0217 .text_box,
#date_0224 .text_box{
	min-height: 55px;
}
.trivia_area{
	display: block;
	width: auto;
	margin-bottom: 20px;
	text-align: center;
}
.trivia{
	display: inline-block;
	/* width: 500px; */
	width: auto;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 30px 60px;
	background: #f6f6f6;
	text-align: center;
}
.trivia h5{
	font-size: 24px;
    /* color: #e1530d; */
    margin-bottom: 15px;
    font-weight: normal;
	position: relative;
}
.trivia h5::after{
	position: absolute;
	display: inline-block;
	vertical-align: middle;
	content: "";
	background-size: contain;
	width: 55px;
	height: 55px;
	top: -30px;
	bottom: 0;
	margin: auto;
	background: url(../../img/bayfm/04/sukenari_yoko_trivia.svg) no-repeat;

}
.trivia p{
	font-size: 18px;
	line-height: 1.6;
	letter-spacing: 4px;
}

.movie_area iframe{
	width: 100%;
	margin-bottom: 10px;
	height: 160px;
}

.height .movie_area iframe{
	height: 185px;
}
dl.cont_area{
	margin-bottom: 20px;
}
dl.cont_area dt{
	position: relative;
	font-size: 16px;
	padding-left: 1em;
	margin-bottom: 10px;
}
dl.cont_area dt::before{
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	background: #e1530d;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	transform: rotate(45deg);
}
dl.cont_area dd p{
	margin-bottom: 10px;
}
.cont_area_under_txt{
	margin-bottom: 20px;
}
#date_0309 .point_more_flex .flex_cont{
	/* background: #ccc; */
	/* border: 1px solid #323232; */
	width: 48%;
    margin-right: 2%;
	padding: 20px;
}
#date_0309 .point_more_flex .flex_cont{
    background: #f6f6f6;
}
#date_0309 .point_more_flex .flex_cont h5{
	font-size: 20px;
	text-align: center;margin-bottom: 10px;
	margin-bottom: 15px;
	font-weight: normal;
}
#date_0309 .point_more_flex .flex_cont:last-child{
	margin-right: 0;
}
#date_0309 .point_more_flex .split2{
	display: flex;
	padding: 20px;
	background: #fff;
}
#date_0309 .point_more_flex .split2 .split4{
	width: auto;
}
#date_0309 .point_more_flex .split2 .split4 p{
	min-height: 60px;
}
#date_0309 .point_more_flex .split2 .split4:nth-child(even){
	margin-right: 0;
}
#date_0309 .cont_area .indent_type01{
	padding-left: 5em;
	text-indent: -5em;
}
#date_0309 .cont_area .indent_type02{
	padding-left: 3em;
    text-indent: -3em;
}
#date_0309 table,
#date_0330 table{
	border-collapse: collapse;
	border-spacing: 0;
	display: block;
	margin-bottom: 30px;
}
#date_0309 thead tr,
#date_0330 thead tr{
	font-size: 16px;
	background: #F1B293;
	color: #fff;
}
#date_0309 thead th,
#date_0330 thead th{
	padding: 10px 20px;
}
#date_0309 tbody tr th,
#date_0309 tbody tr td,
#date_0330 tbody tr th,
#date_0330 tbody tr td{
	border-top: 1px solid #cbcbcb;
	box-sizing: border-box;
}
#date_0309 tbody tr:last-child th,
#date_0309 tbody tr:last-child td,
#date_0330 tbody tr:last-child th,
#date_0330 tbody tr:last-child td{
	border-bottom: 1px solid #cbcbcb;
}
#date_0309 th,
#date_0330 th{
	width: 20%;
	padding: 20px;
	box-sizing: border-box;
	text-align: left;
}
#date_0309 td,
#date_0330 td{
	padding: 20px;
	box-sizing: border-box;
}
#date_0309 td p,
#date_0330 td p{
	margin-bottom: 8px;
}
#date_0309 td p:last-child,
#date_0330 td p:last-child{
	margin-bottom: 0;
}

#date_0309 tbody th,
#date_0330 tbody th{
	background: #f6f6f6;
}
#date_0309 .advice{
	display: inline-block;
	background: #feedc8;
    color: #e1530d;
	padding: 5px 8px 3px;
	margin-right: 5px;
}
#date_0309 .advicetxt{
	color: #e1530d;
}
#date_0309 .point_more_flex .point_more_cont img{
	margin-bottom: 10px;
}
#date_0316 .more_area .more_area{
	width: auto;
	margin: 20px auto 30px;
	text-align: center;
}
#date_0316 .more_area .more_area iframe{
	width: 350px;
    height: 195px;
}
#date_0316 .point_more_flex .point_more_cont .text_box p{
	min-height: 60px;
}
#date_0323 .point_more_flex .point_more_cont .text_box p,
#date_0330 .point_more_flex .point_more_cont .text_box p{
	min-height: 40px;
}
#date_0330 .point_more_cont.split1{
    width: 350px;
    margin: 0 auto 50px;
}
#date_0330 .point_more_cont.split1 img{
	margin-bottom: 15px;
}

#date_0330 .point_more_cont.split1 .text_box{
	margin-bottom: 15px;
    font-size: 15px;
    font-weight: bold;
    color: #4c4c4c;
}
#date_0330 .point_more_cont.split1 .link-btn{
	margin-left: 0;
}
@media only screen and (max-width: 768px){
	#bayfm_list{
		width: auto;
		padding: 0 10px;
	}
	#bayfm_bg{
		margin-bottom: 40px;
	}
	#box1, #box2{
		margin-bottom: 50px;
	}
	.onairBox{
		margin-bottom: 60px;
	}
	.bayfmContentBox h2{
		font-size: 25px;
		margin-bottom: 15px;
	}
	.schedule_table th{
		width: 100px;
	}
	.schedule_table th,
	.schedule_table td{
		/* display: block;
		width: 100%; */
		box-sizing: border-box;
	}
	.schedule_table td a,
	.schedule_table td .comming_soon{
		display: block;
		margin-left: 0;
		margin-top: 10px;
	}
	.center_txt p{
		font-size: 15px;
	}
	.flex_tit_area{
		display: block;
	    padding: 10px 20px;
	}
	.flex_tit_area::after{
		background-size: contain;
		width: 100px;
		height: 48px;
		right: 10px;
		top: 10px;
	}
	.flex_tit_area p{
		display: flex;
		margin-right: 0;
	    margin: 20px 0 10px;
		align-items: center;
	}
	.flex_tit_area p span{
		margin-bottom: 0;
		margin-right: 10px;
	}
	.flex_tit_area h3{
		font-size: 20px;
		line-height: 1.5;
	}
	.detail_area{
	    padding: 35px 20px 20px;
	}
	.point_more_tit span{
		font-size: 32px;
	}
	.point_more_tit{
		font-size: 12px;
		margin-top: -30px;
		margin-bottom: 15px;

	}
	.point_more h4{
		font-size: 16px;
		line-height: 1.4;
		margin-bottom: 15px;
		/* padding-right: 20px; */
	}
	.point_more h4::before{
		margin-bottom: 15px;
	}
	.point_more h4::after{
		margin-top: 15px;
	}
	.point_more h4 span{
		display: block;
		width: 80%;
	}
	.point_more h4 span::after{
		margin: auto;
	    width: 45px;
	    height: 45px;
	    top: 0;
	    right: -15vw;
	    background: url(../../img/bayfm/01/sukenari_yoko_sp.svg) no-repeat;
	}
	.detail_area .inviewfadeInUp .point_more{
		padding: 20px;
	}
	p.center_txt{
		font-size: 14px;
	}
	.point_more_flex{
		display: block;
	}
	.point_more_flex .point_more_cont.split4,
	.point_more_flex .point_more_cont.split3{
		width: auto;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.point_more_flex .point_more_cont img{
		margin-bottom: 10px;
	}
	.point_more_flex .point_more_cont p{
		margin-bottom: 10px;
	}
	.link-btn:not(:first-child){
		margin-top: 0;
	}
	.schedule_table td .on_air_date{
		width: auto;
	}
	#date_0210 .text_box{
		min-height: inherit;
	}
	.trivia{
		width: auto;
		padding: 20px;
	}
	.trivia h5{
		font-size: 16px;
	}
	.trivia h5::after{
		margin: auto;
	    width: 45px;
	    height: 45px;
	    background: url(../../img/bayfm/01/sukenari_yoko_sp.svg) no-repeat;
	}
	.trivia p{
		font-size: 15px;
	}
	.movie_area iframe{
		width: 100%;
		height: 40vw;
	}
	#date_0309 .point_more h4 span{
		width: 100%;
	}
	#date_0309 .point_more h4 span::after{
		right: 0;
	}
	#date_0309 .point_more_flex .flex_cont{
		width: auto;
		margin-right: 0;
	}
	#date_0309 .point_more_flex .split2{
		display: block;
	}
	#date_0309 .point_more_flex .flex_cont{
		margin-bottom: 20px;
	}
	#date_0309 .point_more_flex .flex_cont:last-child{
		margin-bottom: 0;
	}
	#date_0309 table,
	#date_0330 table{
		border: 1px solid #cdcdcd;
		margin-bottom: 20px;
	}
	#date_0309 thead th,
	#date_0330 thead th{
		padding: 10px;
	}
	#date_0309 thead tr td{
		display: none;
	}
	#date_0309 th,
	#date_0330 th{
		display: block;
		width: 100%;
		padding: 10px;
	}
	#date_0309 td,
	#date_0330 td{
		display: block;
		padding: 10px;
	}
	#date_0309 .advice{
		display: block;
		text-align: center;
		margin-right: 0;
		margin-bottom: 10px;
	}
	#date_0309 tbody tr:last-child th,
	#date_0309 tbody tr:last-child td,
	#date_0330 tbody tr:last-child th,
	#date_0330 tbody tr:last-child td{
		border-bottom: none;
	}
	#date_0217 .text_box, #date_0224 .text_box{
		min-height: inherit;
	}
	#date_0309 .point_more_flex .split2 .split4 p{
		min-height: inherit;
	}
	#date_0316 .point_more_flex .point_more_cont .text_box p,
	#date_0323 .point_more_flex .point_more_cont .text_box p,
	#date_0330 .point_more_flex .point_more_cont .text_box p{
		min-height: inherit;
	}
	#date_0316 .more_area .more_area {
		margin: 20px auto;
	}
	#date_0316 .more_area .more_area iframe{
		width: 100%;
	    height: 185px;
	}
	#date_0330 .point_more_cont.split1{
		width: auto;
		margin: 0 auto 40px;
	}

}
