@charset "utf-8";

*::after,
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

article {
	font-size: 108%;
	line-height: 2;
	background: #fff;
	padding: 100px 0 50px;
}

.inner {
	max-width: 500px;
	margin: 0 auto;
}
/* ***********************************************************
 * Box
 * *********************************************************** */
article div,
article p {
    margin-bottom: 1em;
}
article section {
	margin-bottom: 6.5em;
}
article section section {
	margin-bottom: 2.5em;
}

/* ***********************************************************
 * top-contents
 * *********************************************************** */
#top-contents {
	background: #edaf33;
	text-align: center;
	padding: 50px 15px 60px;
}
#top-contents .icon {
	width: 160px;
	margin: 0 auto;
}
#top-contents h1 {
	font-size: 48px;
	margin-bottom: 5px;
	color: #40210f;
	font-weight: normal;
}
#top-contents p {
	margin-bottom: 10px;
}
#top-contents .sub-txt {
	color: #fff;
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 50px;
}

ul.btn-list {
	width: 200px;
	list-style: none;
	margin: 0 auto;
}

ul.btn-list li {
	margin-bottom: 10px;
}

/* ***********************************************************
 * channel
 * *********************************************************** */
#channel {
	color: #40210f;
	padding: 50px 15px;
	background: #fef5e2;
	line-height: 1.8;

}
#channel h2 {
	line-height: 1.2;
	text-align: center;
	font-size: 32px;
	margin-bottom: 30px;
}
#channel h2 span {
	font-weight: normal;
	display: block;
	font-size: 17px;
}
#channel p {
	margin-bottom: 20px;
}
ul.channel-list {
	max-width: 300px;
	list-style: none;
	margin: 0 auto 30px;
}

ul.channel-list li {
	margin-bottom: 10px;

}
ul.channel-list li img {
	border: solid 3px #ddd;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.description {
	line-height: 1.5;
}
.description .ar-icon {
	float: left;
	margin-right: 10px;
	-webkit-box-shadow: 2px 2px 10px 0 #d0bc91;
	box-shadow:         2px 2px 10px 0 #d0bc91;
	-webkit-border-radius: 13px;
	border-radius: 13px;
}

#copyright {
	font-size: 11px;
	text-align: center;
	padding: 20px 10px;
}

@media (-webkit-min-device-pixel-ratio: 2) {
	article h2.title-icon {
		background-image: url("../../../img/common/h2-icon@2x.png");
		background-size: 31px 30px;
	}
}