@charset "UTF-8";

/* ==================================================
RESET CUSTOM
================================================== */
#page_contents {
	font-family: Lato, "游ゴシック", YuGothic, "Yu Gothic", "Custom Yu Gothic", sans-serif;
	padding: 0 3%;
	margin: 0 auto 120px;
	font-size: 1.5rem;
	line-height: 1.6;
	box-sizing: border-box;
}

@media screen and (min-width: 901px) {
#page_contents {
	padding: 0 30px;
	margin-bottom: 150px;
	max-width: 1360px;
}
}

#page_contents *, #page_contents *::after, #page_contents *::before {
	box-sizing: inherit;
}

#page_contents img, #page_contents svg {
	width: auto;
	max-width: 100%;
	height: auto;
}

#page_contents i,
#page_contents em,
#page_contents b {
	display: inline-block;
	font-weight: normal;
	font-style: normal;
}

/*ins {
	background-color: transparent;
	color: inherit;
	text-decoration: none;
	border: 1px solid rgba(0,0,0,0.05);
}*/

#header_page p.ttl_lead {
	margin-top: 5px;
}


/*
===== WEB Fonts CSS Sample =====
■Ekster Regular
font-family: "Ekster-Regular", sans-serif;
font-weight: normal;
font-style: normal;
font-feature-settings: "palt";

■Ekster Bold
font-family: "Ekster-Bold", sans-serif;
font-weight: normal;
font-style: normal;
font-feature-settings: "palt";

■Oswald Regular
font-family: "Oswald", sans-serif;
font-weight: 400;
font-style: normal;

■Oswald SemiBold
font-family: "Oswald", sans-serif;
font-weight: 600;
font-style: normal;

■Oswald Bold
font-family: "Oswald", sans-serif;
font-weight: 700;
font-style: normal;
*/

/* clrfix */
.clrfix::before,
.clrfix::after {
	display: table;
	content: '';
}

.clrfix::after {
	clear: both;
}
/**/

/* =========================================================
page_contents
========================================================= */
#page_contents {
}

/* #use_radio
------------------------------ */
#use_radio {
}

#use_radio .title {
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 20px;
}

#use_radio .title::before {
	content: "";
	display: inline-block;
	background: url("../img/radio-icn1.png") no-repeat left center;
	background-size: contain;
	width: 45px;
	height: 30px;
	vertical-align: middle;
	transform: translateY(-5px);
}

/* #frequency
------------------------------ */
#frequency {
	margin-bottom: 40px;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
	flex-direction: row;
}

#frequency dl {
	width: 50%;
	border: 2px solid #000;
	border-radius: 8px;
	overflow: hidden;
}

#frequency dl.skytree {
	border-right: 1px solid #000;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

#frequency dl.hills {
	border-left: 1px solid #000;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

#frequency dl dt {
	height:  155px;
}

#frequency dl.skytree dt {
	background: url("../img/skytree.jpg") no-repeat center center;
	background-size: cover;
}

#frequency dl.hills dt {
	background: url("../img/hills.jpg") no-repeat center center;
	background-size: cover;
}

#frequency dl dt img {
	display: none;
}

#frequency dl dd {
	padding: 15px 3% 0;
	text-align: center;
	position: relative;
	height: 100px;
}

#frequency dl dd span {
	display: block;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.3;
}

#frequency dl dd span.channel {
	font-family: "Oswald", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 2rem;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 0 15px;
}

#frequency dl dd span i {
	font-size: 80%;
	display: block;
	margin-top: 3px;
}

#frequency p {
	width: 100%;
	margin-top:  30px;
}

/* #idea
------------------------------ */
#idea {
	margin-bottom: 80px;
}

#idea .ttl {
	background: #000;
	color:   #fff;
	padding: 6px 10px;
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 30px;
}

/* #idea_box
------------------------------ */
#idea_box {
}

#idea_box dl {
	border-bottom: 2px solid #000;
	padding: 0 10px 40px;
	margin-bottom: 40px;
}

#idea_box dl:not(:first-child) {
}

#idea_box dl dt {
	font-size: 1.6rem;
	font-weight: bold;
	border-left: 5px solid #000;
	padding-left: 10px;
	margin-bottom: 15px;
}

#idea_box dl dt i {
	font-size: inherit;
	font-weight: inherit;
}

#idea_box dl dd {
}

#idea_box .community {
}

#idea_box .community dt {
	background: #eee;
	padding-top: 3px;
	padding-bottom: 3px;
}

#idea_box .community dd {
}

#idea_box .community dd span {
}

#idea_box .community dd .btn {
	margin-top: 10px;
	text-align: right;
}

#idea_box .community dd .btn a {
	border: 2px solid #000;
	display: inline-block;
	border-radius: 30px;
	line-height: 1;
	padding: 5px 20px;
	background-color: #000;
	color: #fff;
	transition: all 0.4s ease-out 0s;
	font-size: 1.3rem;
	font-weight: bold;
}

#idea_box .community dd .btn a:hover {
	background-color: #fff;
	color: #000;
}

/* #use_other
------------------------------ */
#use_other {
}

#use_other .title {
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 20px;
}

#use_other .title::before {
	content: "";
	display: inline-block;
	background: url("../img/radio-icn2.png") no-repeat center center;
	background-size: contain;
	width: 45px;
	height: 30px;
	vertical-align: middle;
	transform: translateY(-3px);
}

#use_other ul {
}

#use_other ul li {
	border: 2px solid #000;
	display: block;
	overflow: hidden;
	border-radius: 8px;
	margin-bottom: 30px;
	position: relative;
}

#use_other ul li .btn {
	text-align: right;
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	padding: 0 10px;
}

#use_other ul li .btn a {
	border: 2px solid #000;
	display: inline-block;
	border-radius: 30px;
	line-height: 1;
	padding: 5px 20px;
	background-color: #000;
	color: #fff;
	transition: all 0.4s ease-out 0s;
	font-size: 1.3rem;
	font-weight: bold;
}

#use_other ul li .btn a:hover {
	background-color: #fff;
	color: #000;
}

#use_other ul li dl {
}

#use_other ul li dl dt {
}

#use_other ul li dl dt a {
	display: block;
	overflow: hidden;
}

#use_other ul li dl dt a img {
	transition: all 0.4s ease-out 0s;
	width: 100%;
}

#use_other ul li dl dt a:hover img {
	transform: scale(1.05);
}

@media screen and (min-width: 421px) {
#use_other ul li dl dt a {
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	border-bottom-right-radius: 8px;
	width: 340px;
	margin-right: auto;
}

#use_other ul li dl dt a img {
}
}


#use_other ul li dl dd {
	padding: 20px 3% 60px;
}

#use_other ul li dl dd .useninfo {
	margin: 20px auto 10px;
	padding: 10px 3%;
	background: #f2f2f2;
	border-radius: 6px;
}

#use_other ul li dl dd .useninfo i {
	margin-right: 5px;
}

@media screen and (min-width: 901px) {
#page_contents {
}

/* #use_radio
------------------------------ */
#use_radio {
}

#use_radio .title {
}

#use_radio .title::before {
}

/* #frequency
------------------------------ */
#frequency {
}

#frequency dl {
}

#frequency dl.skytree {
}

#frequency dl.hills {
}

#frequency dl dt {
}

#frequency dl.skytree dt {
}

#frequency dl.hills dt {
}

#frequency dl dt img {
}

#frequency dl dd {
}

#frequency dl dd span {
}

#frequency dl dd span.channel {
}

#frequency dl dd span i {
}

#frequency p {
}

/* #idea
------------------------------ */
#idea {
}

#idea .ttl {
}

/* #idea_box
------------------------------ */
#idea_box {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	flex-direction: row;
}

#idea_box dl {
	width: calc(50% - 15px);
}

#idea_box dl:not(:first-child) {
}

#idea_box dl dt {
}

#idea_box dl dt i {
}

#idea_box dl dd {
}

#idea_box .community {
}

#idea_box .community dt {
}

#idea_box .community dd {
}

#idea_box .community dd span {
}

#idea_box .community dd .btn {
}

#idea_box .community dd .btn a {
}

#idea_box .community dd .btn a:hover {
}

/* #use_other
------------------------------ */
#use_other {
}

#use_other .title {
}

#use_other .title::before {
}

#use_other ul {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	flex-direction: row;
}

#use_other ul li {
	width: calc(100% / 3 - 10px);
}

#use_other ul li .btn {
}

#use_other ul li .btn a {
}

#use_other ul li .btn a:hover {
}

#use_other ul li dl {
}

#use_other ul li dl dt {
}

#use_other ul li dl dt a {
	width: 100%;
	border: none;
	border-radius: 0;
}

#use_other ul li dl dt a img {
}

#use_other ul li dl dt a:hover img {
}

#use_other ul li dl dt a img {
}

#use_other ul li dl dd {
}

#use_other ul li dl dd .useninfo {
}

#use_other ul li dl dd .useninfo i {
}
}
