@charset "utf-8";
/* CSS Document */
.swiper-container {
	width: 100%;
    height: 100%;
}
.swiper-slide{
	position: relative;
}
a.arrow-left{
	position: absolute;
	top: -2.5em;
    right: 1.875em;
	width: 2.5em;
	height: 2.5em;
	z-index: 999;
    background-color: #0071bc;
	background-image: url(../svg-icons/slider-left-arrow-01.svg);
    background-repeat: no-repeat;
    background-position: center center;
}
a.arrow-right{
	position: absolute;
	right: -0.625em;
	top: -2.5em;
	width: 2.5em;
	height: 2.5em;
	z-index: 999;
    background-color: #0071bc;
	background-image: url(../svg-icons/slider-right-arrow-01.svg);
    background-repeat: no-repeat;
    background-position: center center;
}
a.arrow-left:hover, a.arrow-right:hover{
    background-color: #ec1c24;
}

.subpage-content .sweet-justice
{
	border: 1px solid #ff7f00;
    border-radius: 0.3em;
    color: #ff7f00;
    padding: 2.5em 1em;
    text-decoration: none;
    background-image: url(../svg-icons/slider-right-arrow-01.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #0071bc;
}