@charset "utf-8";
@import "common.css";
.bg_channel{
	background: url(../images/channel.jpg) no-repeat top center;
	background-size:100% auto;
}
.list_rule{
	display: block;
	overflow: hidden;
}
.list_rule dt{
	float: left;
	display: block;
	padding-bottom: 0.5rem;
	width: 20%;
	text-align: center;
	color:#0795e3;
	font-size:1.5rem;
	font-weight: bold;
	line-height: 2rem;
	overflow: hidden;
}
.list_rule dt span{
	display: block;
	clear: both;
	margin: 0 auto;
	font-size:5rem;
	line-height:6rem;
	overflow: hidden;
}
.list_rule dd{
	float: left;
	display: block;
	position: relative;
	width: 40%;
	padding: 1rem 2rem 1rem 3rem;
	border-left:1px solid #e1e2e3;
	overflow: hidden;
}
.list_rule dd:hover {
	background: #fffff0;
}
.list_rule dd span {
	float:right;
	display: block;
	position: absolute;
	right:0;
	top:0;
	width: 5rem;
	height:5rem;
	border-radius: 0 0 0 5rem;
	color:#fff;
	font-size:2.4rem;
	padding-left: 1rem;
	line-height: 4.5rem;
	text-align: center;
	font-weight: normal;
	background: #e1e2e3;
}
.list_rule dd strong {
	display: block;
	font-size:1.5rem;
	line-height: 4rem;
	height: 4rem;
}
.list_rule dd p{
	display: block;
	font-size:1.2rem;
	line-height: 2rem;
	color:#999;
	overflow: hidden;
}
.bg_gray{
	background: #f0f0f0;
}
.box_pad{
	padding: 3rem 0;
}
.list_topic{
	display: block;
	font-size:2.4rem;
	line-height: 3rem;
	text-align: center;
	overflow: hidden;
}
.list_grids{
	display: block;
	text-align: center;
	overflow: hidden;
}
.list_grids li{
	float: left;
	display: block;
	width:20%;
	padding: 1.5rem 0;
	font-size:1.5rem;
	line-height: 3rem;
	text-align: center;
	overflow: hidden;
}
.list_grids li:hover {
	background: #fffff0;
}
.list_grids li span{
	display: block;
	margin: 0 auto 0.5rem auto;
	padding:0.6rem;
	box-sizing: border-box;
	width:8rem;
	height:8rem;
	border-radius: 4rem;
	font-size:4rem;
	line-height: 6.8rem;
	text-align: center;
	color:#fff;
	background: #999;
	overflow: hidden;
}
.list_grids li:nth-child(1) span{
	background: #e69468;
}
.list_grids li:nth-child(2) span{
	background: #5891d9;
}
.list_grids li:nth-child(3) span{
	background: #c570cf;
}
.list_grids li:nth-child(4) span{
	background: #6d89ca;
}
.list_grids li:nth-child(5) span{
	background: #9bcf44;
}
.list_grids li:nth-child(6) span{
	background: #0e6cae;
}
.list_grids li:nth-child(7) span{
	background: #d26f56;
}
.list_grids li:nth-child(8) span{
	background: #3ec5cc;
}
.list_grids li:nth-child(9) span{
	background: #51b44a;
}
.list_grids li:nth-child(10) span{
	background: #dfae59;
}
.list_score{
	display: block;
	margin: 0 auto;
	overflow: hidden;
}
.list_score dt{
	float: left;
	display: block;
	box-sizing: border-box;
	padding: 10px;
	width: 15%;
	text-align: center;
	color:#0795e3;
	font-size:1.5rem;
	font-weight: bold;
	line-height: 2rem;
	height:8rem;
	border: 1px solid #e1e2e3;
	overflow: hidden;
}
.list_score dt span{
	display: block;
	clear: both;
	margin: 0 auto;
	font-size:4rem;
	line-height:4.5rem;
	overflow: hidden;
}
.list_score dd{
	float: left;
	display: block;
	margin: 0 0 1rem 1rem;
	padding: 2rem 1rem 1rem 1rem;
	width: 21%;
	height:8rem;
	border: 1px solid #e1e2e3;
	font-size:1rem;
	line-height: 2rem;
	word-break: break-all;
	overflow: hidden;
}
.list_score dd:hover {
	background: #ffffef;
}
.list_score dd:nth-child(2){
	width: 26%;
}
.list_score dd:nth-child(3){
	width: 55%;
}
.list_score dd:nth-child(4){
	width: 30%;
}
.list_score dd span {
	float:left;
	display: block;
	position: relative;
	margin: -2.5rem 0 0 -1rem;
	width: 4rem;
	height:4rem;
	border-radius: 0 0 4rem 0;
	font-style: italic;
	color:#fff;
	font-size:4rem;
	padding-right: 1rem;
	font-family: Impact;
	line-height: 4rem;
	text-align: center;
	font-weight: normal;
	background: #e1e2e3;
}
.list_cert{
	display: block;
	position: relative;
	padding: 1rem 0 2rem 0;
}
.list_cert li{
	float: left;
	display: block;
	margin-right:2%;
	margin-bottom: 1.5rem;
	width: 23.5%;
	height:28rem;
	border:1px solid #e1e2e3;
	border-radius: 0.5rem;
	overflow: hidden;
	transition: all 0.5s;
}
.list_cert li:nth-child(4n){
	margin-right: 0;
}
.list_cert li a{
	display: block;
	position: relative;
	overflow: hidden;
}
.list_cert li .thumb{
	display: block;
	margin: 3rem auto;
	width:100%;
	height:15rem;
	text-align: center;
	overflow: hidden;
	transition: all 0.5s;
}
.list_cert li .thumb img{
	display: block;
	margin: auto auto;
	max-width:20rem;
	height:15rem;
	overflow: hidden;
	transition: all 0.5s;
}
.list_cert li span{
	float:left;
	display: inline-block;
	margin-right: 0.5rem;
	padding: 0;
	width: 1.6rem;
	height:1.6rem;
	text-align: center;
	color: #c00;
	font-size:1rem;
	line-height: 1.6rem;
	overflow: hidden;
}
.list_cert dl{
	display: block;
	padding: 0 1rem;
	width: 100%;
	height:13rem;
	font-size:1.5rem;
	color:#999;
	overflow: hidden;
	transition: all 0.5s;
}
.list_cert dl dt{
	display: block;
	color:#333;
	font-size: 1.5rem;
	line-height: 2.5rem;
	transition: all 0.5s;
	overflow: hidden;
}
.list_cert dl dd{
	display: block;
	margin-bottom: 3rem;
	font-size:1rem;
	line-height: 2rem;
	transition: all 0.5s;
	overflow: hidden;
}
.list_cert li dl dd:nth-child(1) span{
	color: olivedrab;
}
.list_cert li dl dd:nth-child(2) span{
	color: deeppink;
}
.list_cert li dl dd:nth-child(3){
	font-size:1.2rem;
	color:darkcyan;
}
.list_cert li dl dd:nth-child(3) span{
	color: darkcyan;
}
.list_cert li dl dd:nth-child(4) span{
	color: darkorange;
}
.list_cert li dl dd:nth-child(5) span{
	color: forestgreen;
}
.list_cert li:hover{
	box-shadow: 0.1rem 0.1rem 0.3rem #999;
}
.list_cert li:hover .thumb{
	margin:1.5rem auto;
	height:12rem;
}
.list_cert li:hover .thumb img{
	max-width:15rem;
	height:12rem;
}
.list_cert li:hover dl{
	margin-top: 0rem;
	height: 12rem;
}
.list_cert li:hover dl dd{
	margin-bottom: 0;
}
.cert_box{
	display: block;
	margin: 3rem auto;
	width: 800px;
	overflow: hidden;
}
.detail_cert{
	display: block;
	padding: 3rem 0 0 0;
	overflow: hidden;
}
.detail_cert dt{
	float:left;
	display: block;
	width:32rem;
	height:24rem;
	text-align: center;
	border: 1px solid #e1e2e3;
	overflow: hidden;
}
.detail_cert dt img{
	max-width:32rem;
	height:24rem;
}
.detail_cert dd{
	display: block;
	padding: 1rem;
	font-size:1.2rem;
	line-height: 2rem;
	height: 4rem;
	border-bottom: 1px solid #e1e2e3;
	overflow: hidden;
}
.detail_cert dd span{
	display: inline-block;
	color:#999;
	width:10rem;
	text-align: center;
}
.cert_origin{
	display: block;
	margin:0 auto;
	background: #c00;
	color: #fff;
	padding: 0 2rem;
	line-height: 4rem;
	text-align: center;
	font-size:1.6rem;
	width:30rem;
	height:4rem;
	border-radius: 2rem;
	overflow: hidden;
}
.cert_origin:hover{
	color:#FF0;
}
.detail_intro{
	display: block;
	margin-top: 1rem;
	margin-bottom: 5rem;
	overflow: hidden;
}
.detail_intro dt{
	clear: both;
	display: block;
	font-size:2rem;
	line-height: 4rem;
	font-weight: bold;
}
.detail_intro dd{
	font-size:1.2rem;
	line-height: 2rem;
	color:#999;
	text-indent: 2.4rem;
}
.detail_intro a{
	clear: both;
	float: right;
	display: inline-block;
	margin-top: 1rem;
	width: 10rem;
	height:3rem;
	line-height:3rem;
	background: #c00;
	color:#fff;
	border-radius: 1.5rem;
	font-size:1.2rem;
	text-align: center;
	overflow: hidden;
}
.list_tablet{
	display: block;
	padding: 1rem 0;
	overflow: hidden;
}
.list_tablet li{
	float: left;
	display: block;
	margin: 0 2% 2rem 0;
	width: 32%;
	height:26rem;
	border:1px solid #e1e2e3;
	text-align: center;
	border-radius: 0 0.8rem 0 0.8rem;
	overflow: hidden;
}
.list_tablet li:nth-child(3n){
	margin-right: 0;
}
.list_tablet li div{
	display: block;
	width: 100%;
	height:20rem;
	border-bottom: 1px solid #e1e2e3;
	background: #fff;
	overflow: hidden;
	transition: all 0.5s;
}
.list_tablet li div img{
	width: 100%;
	min-height:20rem;
	transition: all 0.5s;
}
.list_tablet li h3{
	display: block;
	margin: 0 auto;
	padding:0 0.8rem;
	line-height: 4rem;
	height: 3.5rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size:1.6rem;
	font-weight: normal;
	color:#333;
	overflow: hidden;
	transition: all 0.5s;
}
.list_tablet li span{
	display: inline-block;
	padding:0 0.8rem;
	margin-top: 0.5rem;
	width:auto;
	height:2rem;
	line-height: 2rem;
	font-size:0.8rem;
	color:#fff;
	background: #e1e2e3;
	border-radius: 0.5rem 0.5rem 0 0;
	overflow: hidden;
}
.list_tablet li:hover{
	background: #c00;
	border-color:#c00;
	box-shadow: 0.1rem 0.1rem 0.3rem #c00;
}
.list_tablet li:hover h3{
	color:#fff;
}
.list_tablet li:hover span{
	background:#333;
	color:#999;
}
.bg_board {
	background: #9a1c20;
	min-width:1000px;
}
.board_topic{
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	height:50vw;
	line-height: 20vw;
	font-size:5rem;
	background: url(../images/board.jpg) top center no-repeat transparent;
	background-size:100% auto;
	overflow: hidden;
}
.board_topic span {
	display: inline-block;
	color: #FFB400;
	text-align: center;
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, from(rgba(255, 255, 0, 1)), to(rgba(255, 80, 0, 1)));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	overflow: hidden;
}
.board_box{
	display: block;
	margin: -35vw 10% 0 10%;
	width: 80%;
	padding: 1rem;
	min-height:500px;
	min-height:50vh;
	background: #f8f3d9;
	border-radius: 1rem;
	overflow: hidden;
	position: relative;
	z-index: 999999;
}
.board_box a{
	float: right;
	display: block;
	margin-bottom: 1rem;
	padding: 0 2rem;
	width: auto;
	height:2.6rem;
	font-size:1.2rem;
	line-height: 2.6rem;
	text-align: center;
	color:#fff;
	background: #c00;
	border-radius: 1.3rem;
	overflow: hidden;
}
.board_box ul{
	clear: both;
	display: block;
	padding: 1rem 0;
}
.board_box ul li{
	float: left;
	display: block;
	margin:0 0 1rem 1%;
	width: 19%;
}
.board_box ul li div{
	width: 100%;
	height:0;
	padding-bottom: 75%;
	border: 1px solid #e1e2e3;
	background: #fff;
	text-align: center;
	overflow: hidden;
	transition: all 0.5s;
}
.board_box ul li div + div{
	margin-top: -1px;
	padding-bottom: 0;
	height:7rem;
}
.board_box ul li div img{
	display: block;
	margin: 0.5rem auto;
	max-width: 100%;
	height:auto;
	overflow: hidden;
}
.board_box ul li h3{
	display: block;
	margin: 0;
	white-space: nowrap;
	line-height: 3rem;
	font-size:1.2rem;
	font-weight: normal;
	text-overflow: ellipsis;
	color:#333;
	overflow: hidden;

}
.board_box ul li h4{
	display: block;
	margin: 0;
	white-space: nowrap;
	line-height: 2rem;
	font-size:1rem;
	font-weight: normal;
	text-overflow: ellipsis;
	color:#999;
	overflow: hidden;

}
.board_box ul li span{
	display: block;
	margin: 0 0 0.5rem 0;
	white-space: nowrap;
	color:#999;

}
.board_box ul li div:hover{
	transform: scale(1.08,1.08);
}
.board_btm{
	position: fixed;
	bottom: 0;
	left: 0;
	width:100%;
	height:21.35vw;
	background: url(../images/board_btm.png) bottom left no-repeat transparent;
	background-size:100% auto;
	z-index: 9999;
}
.subnavi_d{
	display: block;
	text-align: left;
	overflow: hidden;
}
.subnavi_d a{
	float: left;
	display: block;
	margin: 0 5px;
	background: #ff9800;
	text-decoration: none;
	overflow: hidden;
	cursor: pointer;
	transition: all 0.5s;
}
.subnavi_d a.active{
	background: #c00;
}
.list_cases{
	display: block;
}
.list_cases li{
	float: left;
	display: block;
	margin: 30px auto;
	box-sizing: border-box;
	width:33.3%;
	text-align: center;
	font-size:18px;
	line-height: 50px;
	overflow: hidden;
}
.list_cases li span{
	display: block;
}
.blank{
	clear: both;
	display: block;
	height: 20vw;
	overflow: hidden;
}
.footer{
	display: block;
	width: 100%;
	padding: 1rem 1rem 12rem 1rem;
	text-align: center;
	heigth:auto;
	color:indianred;
	line-height: 2rem;
	overflow: hidden;
}
.footer a{
	color:indianred;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
	.bg_channel{
		background: url(../images/channel.jpg) no-repeat bottom center;
		background-size:auto 100%;
	}
	.list_rule{
		width: 90vw;
		margin: 0 auto 1.5rem auto;
	}
	.list_rule dt{
		width: auto;
		padding: 0 2rem 0 0.5rem;
		text-align: left;
		background: #666;
		color: #fff;
		font-size:1.2rem;
		border-radius: 0.5rem 2rem 0 0;
	}
	.list_rule dt span{
		float: left;
		margin-right: 0.5rem;
		width:1.2rem;
		height:1.8rem;
		font-size:1.2rem;
		line-height: 1.9rem;
		color:#fff;
	}
	.list_rule dd {
		width: 90vw;
		padding: 0 0.5rem 0 1rem;
		border-left: none;
		border: 1px solid #e1e2e3;
	}
	.list_rule dd + dd{
		border-top: none;
	}
	.list_rule dd span{
		font-size:1.5rem;
		width: 3rem;
		height: 3rem;
		border-radius: 0 0 0 3rem;
		line-height: 2.5rem;
	}
	.list_rule dd strong {
		font-size: 1.2rem;
		line-height: 3rem;
		height: 3rem;
	}
	.list_rule dd p {
		font-size: 1rem;
		line-height: 1.5rem;
	}
	.box_pad{
		padding: 1.5rem 0;
	}
	.list_topic{
		margin: 0;
		font-size:1.5rem;
	}
	.list_grids{
		width:98vw;
		margin: 0 auto;
	}
	.list_grids li{
		width:19.6vw;
		padding: 0.5rem 0;
		font-size:0.7rem;
		line-height: 2rem;
	}
	.list_grids li span{
		width:10vw;
		height:10vw;
		font-size:1.5rem;
		line-height: 10.5vw;
	}
	.list_score{
		width: 92vw;
		margin: 0 auto;
	}
	.list_score dt{
		width: auto;
		padding: 0 2rem 0 0.5rem;
		text-align: left;
		background: #c00;
		color: #fff;
		height:2rem;
		font-size:1.2rem;
		border-radius: 0.2rem 2rem 0 0;
		border: none;
	}
	.list_score dt span{
		float: left;
		margin-right: 0.5rem;
		width:1.2rem;
		height:1.8rem;
		font-size:1.2rem;
		line-height: 2rem;
		color:#fff;
	}
	.list_score dd{
		margin:0;
		padding: 1.5rem 0.5rem 0.5rem 0.5rem;
		width:90vw !important;
		height:auto !important;
		line-height: 1.8rem;
		border-top:none;
	}
	.list_score dd:nth-child(2){
		border-top:1px solid #e1e2e3;
	}
	.list_score dd:nth-child(2n+1){
		background: #f7f8f9;
	}
	.list_score dd span{
		font-size:3rem;
		line-height: 5rem;
	}
	.list_cert{
		width:92vw;
		margin: 0 auto 0 auto;
	}
	.list_cert li{
		float:none;
		padding: 0.5rem 0;
		margin: 0 0 0.5rem 0;
		width:92vw;
		height:28vw;
	}
	.list_cert li:nth-child(2n){
		background: #ffffee;
	}
	.list_cert li .thumb {
		float:left;
		margin: 0.5rem 0 0.5rem 0.5rem;
		width: 28vw;
		height: 21vw;
	}
	.list_cert li .thumb img{
		max-width:28vw;
		height:21vw;
	}
	.list_cert li dl{
		margin:0;
		height:auto;
		width:auto;
		font-size:1.5rem;
	}
	.list_cert li dl dt{
		font-size:1.3rem;
		line-height: 2rem;
	}
	.list_cert li dl dd{
		margin-bottom: 0;
		line-height: 2rem;
	}
	.list_cert li dl dd span{
		position:relative;
	}
	.list_cert li dl dd:last-child{
		display: none;
	}
	.list_cert li dl dt span,
	.list_cert li dl dd span{
		color: #999 !important;
	}
	.list_cert li:hover{
		box-shadow: none;
	}
	.list_cert li:hover .thumb{
		height:21vw;
		width:28vw;
		margin: 0.5rem 0 0.5rem 0.5rem;
	}
	.list_cert li:hover .thumb img{
		height:21vw;
		max-width:28vw;
	}
	.list_cert li:hover dl{
		margin-top: 0;
		height: auto;
	}
	.list_cert li:hover dl dd{
		margin-bottom: 0;
	}
	.list_cert li dl dd:nth-child(3){
		color: #c00;
	}
	.detail_cert{
		padding:0;
	}
	.detail_cert dt,
	.detail_cert dd{
		float: none;
		width: 100vw;
	}
	.detail_cert dd{
		padding: 1rem 0;
	}
	.detail_cert dd span{
		width:8rem;
	}
	.cert_origin{
		width: 80vw;
		line-height: 3rem;
		height: 3rem;
		border-radius: 1.5rem;
		font-size: 1.2rem;
	}
	.detail_intro{
		padding: 1rem;
	}
	.list_tablet{
		padding: 0 4vw;
	}
	.list_tablet li{
		float: none;
		margin: 0 0 0.5rem 0;
		text-align: left;
		width:92vw;
		height:auto;
	}
	.list_tablet li:nth-child(3n){
		margin: 0 0 0.5rem 0;
	}
	.list_tablet li:nth-child(2n){
		background: #ffffee;
	}
	.list_tablet li div{
		float:left;
		margin: 0.5rem;
		width:36vw;
		height:27vw;
		border: none;
	}
	.list_tablet li div img{
		width:36vw;
		min-height:27vw;
	}
	.list_tablet li h3{
		height:22vw;
		line-height: 11vw;
		white-space: normal;
	}
	.list_tablet li span{
		float: right;
		margin-top: 0;
		border-radius: 0.5rem 0 0 0.5rem;
	}
	.list_tablet li:hover{
		box-shadow: none;
	}
	.list_tablet li:hover h3{
		color:#fff;
	}
	.list_tablet li:hover span{
		background:#333;
		color:#999;
	}
	.board_topic{
		line-height: 25vw;
		font-size: 1.6rem;
	}
	.board_box{
		margin: -30vw 5vw 0 5vw;
		width: 90vw;
	}
	.board_box a{
		float:none;
		margin-bottom: 0.5rem;
		padding: 0 1rem;
		height: 2rem;
		font-size: 1rem;
		line-height: 2rem;
		border-radius: 1rem;
	}
	.subnavi_d,
	.subnavi_d a{
		float:none !important;
	}
	.board_box ul{
		width: 100%;
	}
	.board_box ul li{
		width: 48.2%;
		margin: 0 0 0.3rem 1.1%;
	}
	.footer{
		padding-bottom: 2rem;
	}
}