@charset "utf-8";

#main h1 {
	background-color: var(--onair-color);
}
#main h2 {
	color: var(--onair-color);
	border-left: 1em solid var(--onair-color);
}
.followbtn {
	background-color: var(--onair-color);
	border-color: var(--onair-color);
}

.onair {
	padding: 2em 1em 3em;
}
.sponly {
	display: none;
}
@media screen and (max-width:480px) {
	.onair {
		padding: 1em 0 2em;
	}
	.sponly {
		display: inline;
	}
}

.onair table,
.onair dl {
	width: calc(100% - 20px);
	max-width: 800px;
	margin: 0 auto;
	letter-spacing: -.005em;
}
.onair table tr td.attbox {
	padding: .5em 1em;
	line-height: 1.2;
	border-bottom: 1px dotted var(--onair-light-color);
	position: relative;
}
.onair table tr td:not(.atbox):not(.attbox) {
	padding: .5em 1em;
	line-height: 1.2;
	border-bottom: 1px dotted var(--onair-light-color);
	position: relative;
}
.onair table tr > td:not(.atbox):not(.attbox):first-child {
	white-space: nowrap;
	width: 40%;
}
.onair table tr > td:last-child {
	width: 60%;
}
@media screen and (max-width:480px){
	.onair table tr > td:not(.attbox):first-child {
		width: 50%;
	}
	.onair table tr > td:last-child {
		width: 50%;
		padding-right: 0;
	}
}
.onair table tr > td:not(.atbox):not(.attbox):first-child::after {
	content: '〉';
	position: absolute;
	right: 0em;
	/*top: calc(50% - .55em);*/
}
.onair table tr td span {
	display: inline-block;
}
.onair .attention {
	font-size: 80%;
	letter-spacing: -.02em;
	text-align: left;
}

.onair dl dt {
	padding: .5em 1em;
	line-height: 1.2;
	border-bottom: 1px dotted var(--onair-light-color);
}
.onair dl dt strong {
	font-size: 140%;
	font-weight: 800;
	display: inline-block;
	margin-bottom: 5px;
	color: var(--onair-color);
}
.onair dl dt span {
	display: inline-block;
}
.onair dl dd {
	padding: 15px 1em 30px;
	line-height: 1.2;
}
.onair dl dd ul li {
	margin-bottom: 1em;
}
@media screen and (min-width:481px) {
	.onair dl dd ul {
		display: flex;
		flex-wrap: wrap;
	}
	.onair dl dd ul li {
		width: 50%;
		padding-left: 10px;
	}
}

.onair .followbtn span {
	font-size: 80%;
	margin-left: 10px;
}