@charset "utf-8";

/* ------------------------------------------------------- */
/* Radio
---------------------------------------------------------- */
#radio {
	width: 1000px;
	margin: auto;
	}

#radio h3 {
	text-align: center;
	margin: 0 0 30px 0;
	}

#radio h3 img {
	width: 280px;
	}

#radio .contents {
	background: rgba(255,255,255,0.5);
	border: 1px solid #ededed;
	margin: 0 0 30px 0;
	padding: 30px;
	}

#radio .contents h4 {
	text-align: center;
	line-height: 1;
	margin: 0 0 15px 0;
	}

#radio .contents h4 span {
	font-size: 2.4rem;
	font-family: 'David Libre', serif;
	background: url(../images/radio/bg_title_left.png) left center no-repeat , url(../images/radio/bg_title_right.png) right center no-repeat;
	background-size: 40px auto , 40px auto;
	padding: 5px 50px;
	}

#radio .contents table {
	width: 100%;
	border-collapse: separate;
	}

#radio .contents table tr th {
	width: 220px;
	font-weight: normal;
	color: #fff;
	background: #7dc8e6;
	text-align: left;
	padding: 10px;
	}

#radio .contents table tr td {
	border: 1px solid #ededed;
	padding: 10px;
	}

#radio .link ul {
	width: 80%;
	display: flex;
	flex-wrap: wrap;
	margin: auto;
	}

#radio .link ul li {
	width: 50%;
	padding: 10px 10px 0 10px;
	}

#radio .contents a.link_btn {
	width: 300px;
	margin: 20px auto 0 auto;
	}

#radio .contents a.link_btn ,
#radio .link ul li a {
	font-size: 1.8rem;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: #69c3c8;
	border-radius: 50px;
	display: block;
	padding: 10px;
	position: relative;
	}

#radio .contents a.link_btn::after ,
#radio .link ul li a::after {
	content: "";
	width: 6px;
	height: 6px;
	top: 50%;
	right: 18px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: -4px 0 0 0;
	display: block;
	position: absolute;
	}

#radio .contents a.link_btn:hover ,
#radio .link ul li a:hover {
	background: #b9b48c;
	}

@media (max-width: 768px){
#radio {
	width: 100%;
	padding: 0 30px;
	}

#radio .contents {
	margin: 0 10px 30px 10px;
	}

#radio .link ul {
	width: 100%;
	}

#radio .link ul li {
	padding: 10px 5px 0 5px;
	}

#radio .contents a.link_btn ,
#radio .link ul li a {
	font-size: 1.6rem;
	}
}

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

#radio h3 {
	margin: 0 0 20px 0;
	}

#radio h3 img {
	width: 70%;
	}

#radio .contents h4 span {
	font-size: 2.0rem;
	background-size: 30px auto , 30px auto;
	padding: 5px 40px;
	}

#radio .contents {
	margin: 0 0 20px 0;
	padding: 25px 20px;
	}

#radio .contents table tr th {
	width: 100%;
	text-align: center;
	padding: 5px 10px;
	display: block;
	}

#radio .contents table tr td {
	border: none;
	padding: 5px 0 15px 0;
	display: block;
	}

#radio .contents table tr:last-child td {
	padding: 5px 0 0 0;
	}

#radio .link ul li {
	width: 100%;
	padding: 5px 0 0 0;
	}

#radio .contents a.link_btn {
	width: 80%;
	}
}