@charset "utf-8";
#topics{
	margin-bottom: 30px;
}
#topics #bnrs {
	margin: 0 auto;
	width: 100%;
}
#topics #bnrs article {
	margin: 0 10px;
}
#topics #bnrs article img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
#topics h3{
	line-height: 1.6em;
	font-size: 100%;
}
#topics a.syosai span{
	color:#eb5527;
	text-decoration:underline;
	line-height: 2em;
	position: relative;
	display: inline-block;
	padding-right: 25px;
}
#topics a.syosai span:before{
	content: "";
	position: absolute;
	display: block;
	width: 12px;
	height: 12px;
	background: #eb5527;
	border-radius: 6px;
	right: 0;
	top: calc(50% - 6px);
	}

#topics a.syosai span:after{
	content: "";
	position: absolute;
	display: block;
	width: 4px;
	height: 4px;
	border-right: solid 1px #fff;
	border-top: solid 1px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 4px;
	top: calc(50% - 2px);
}

#topics .prev-arrow,
#topics .next-arrow{
	font-size: 0;
	line-height: 0;
	position: absolute;
	display: block;
	width: 30px;
	height: 50px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: #2F3437;
	z-index: 700;
	margin: 0;
	text-align: center;
	top: calc(50% - 70px);
}
#topics .next-arrow {
	right: 0;
	border-radius: 5px 0 0 5px;
	margin-top:15px;
}
#topics .prev-arrow {
	left: 0;
	border-radius: 0 5px 5px 0;
	margin-top:15px;
}
#topics .prev-arrow:before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	left: 6px;
	top: calc(50% - 2px);
}
#topics .next-arrow:before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: rotate(-135deg) translateY(-50%);
	position: absolute;
	right: 6px;
	top: calc(50% - 10px);
}
#topics #bnrs article .external_link img.ico_external_link{
	width: 20px;
	height: 16px;
	display: inline-block;
	margin-bottom: 0;
	margin-left: 5px;
}

@media screen and (min-width:751px){
}
/*タブレット==============================================*/

@media screen and (min-width:751px) and ( max-width:1060px) {
}

/*スマホ==========================================*/
@media screen and (max-width: 750px) {
	#topics{
		margin-bottom: 2vw;
	}
	#topics .prev-arrow,
	#topics .next-arrow{
		top: calc(50% - 80px);
	}
}
