@charset "utf-8";

/* ---------------------------------------------------------- */
/* 放送情報 */
/* ---------------------------------------------------------- */
#onair {
	color: #fff;
	padding: 80px 0;
	}

#onair .start {
	font-size: 2.2rem;
	text-align: center;
	line-height: 1.4;
	margin: 0 0 40px 0;
	}

#onair .box {
	max-width: 930px;
	margin: 0 auto 60px auto;
	}

#onair .box:last-child {
	margin: auto;
	}

#onair .box h3 {
	font-size: 2.6rem;
	font-family: 'Paytone One';
	text-align: center;
	line-height: 1;
	margin: 0 auto 20px auto;
	}

#onair .box dl {
	width: 100%;
	font-size: 1.8rem;
	border-top: 1px solid #fff;
	margin: auto;
	padding: 15px 0;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	}

#onair .box dl:last-of-type {
	border-bottom: 1px solid #fff;
	}

#onair .box dl dt {
	width: 250px;
	font-weight: bold;
	color: #e6c37d;
	text-align: right;
	}

#onair .box dl dt a {
	color: #e6c37d;
	text-decoration: underline;
	}

#onair .box dl dt a:hover {
	color: #fff;
	text-decoration: none;
	}

#onair .box dl dd {
	width: calc(100% - 250px);
	padding: 0 0 0 60px;
	}

#onair .box p {
	text-align: center;
	}

#onair .box.tv p {
	margin: 30px auto 0 auto;
	}

#onair .box.haishin .list h4 {
	width: 100%;
	font-size: 1.4rem;
	font-weight: bold;
	color: #01a4a7;
	text-align: center;
	background: #fff;
	margin: 0 0 20px 0;;
	padding: 5px;
	}

#onair .box.haishin .list {
	margin: 0 0 50px 0;
	}

#onair .box.haishin .list:last-child {
	margin: 0;
	}

#onair .box.haishin .list p {
	font-size: 1.6rem;
	margin: 0 0 10px 0;
	}

#onair .box.haishin .list .site {
	width: calc(100% + 10px);
	margin: 0 0 0 -5px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	}

#onair .box.haishin .list .site a {
	width: calc(25% - 10px);
	color: #fff;
	text-align: center;
	line-height: 1.3;
	border: 1px solid #fff;
	margin: 10px 5px 0 5px;
	padding: 10px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	}

#onair .box.haishin .list .site a:hover {
	background: #e6c37d;
	border: 1px solid #e6c37d;
	}

#onair .box.haishin .list .site a.nolink {
	pointer-events: none;
	}

@media (max-width: 768px){
#onair {
	padding: 120px 30px;
	}

#onair .start {
	font-size: 2.0rem;
	}

#onair .box dl {
	font-size: 1.6rem;
	}

#onair .box dl dt {
	width: 150px;
	}

#onair .box dl dd {
	width: calc(100% - 150px);
	padding: 0 0 0 30px;
	}

#onair .box.haishin .list .site a {
	width: calc(33.3333% - 10px);
	}

#onair .box.haishin .list .site a br.sp {
	display: inline-block;
	}
}

@media (max-width: 640px){
#onair {
	padding: 80px 20px;
	}

#onair .start {
	font-size: 1.8rem;
	margin: 0 auto 30px auto;
	}

#onair .box h3 {
	font-size: 2.4rem;
	margin: 0 auto 15px auto;
	}

#onair .box dl {
	font-size: 1.4rem;
	padding: 10px 0;
	display: block;
	}

#onair .box dl dt {
	width: 100%;
	text-align: left;
	border-right: none;
	padding: 0;
	}

#onair .box dl dd {
	width: 100%;
	padding: 0;
	}

#onair .box p {
	font-size: 1.4rem;
	}

#onair .box.tv p {
	margin: 20px auto 0 auto;
	}

#onair .box.haishin .list {
	margin: 0 0 40px 0;
	}

#onair .box.haishin .list .site a {
	width: calc(50% - 10px);
	font-size: 1.2rem;
	}

#onair .box.haishin .list p {
	font-size: 1.4rem;
	}
}