/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
}
.profile-top .bx-wrapper {
	margin: 0 auto;
}
.bx-wrapper img {
	width: 100%;
	display: block;
}
.profile-top .bx-wrapper img {
	width: auto;
}
/** THEME
===================================*/

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
/*
	position: absolute;
	bottom: 2px;
	width: 100%;
	z-index: 800;
*/
}
/* LOADER */

.bx-wrapper .bx-loading {
/*	min-height: 50px;*/
/*	background: url(/sustainability/img/bx_loader.gif) center center no-repeat #fff;*/
/*
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 800;
*/
}
/* PAGER */

.bx-wrapper .bx-pager {
	position: absolute;
	width: 100%;
	text-align: center;
	font-size: 0;
	font-family: Arial;
	font-weight: bold;
	color: #005bac;
	padding-top: 0;
	bottom: 10px;
	z-index: 80;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #777;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 15px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #005bac;
}
/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 30px;
	box-sizing: border-box;
	border-right: solid 5px #777;
	border-bottom: solid 5px #777;
	transform: rotate(135deg);
}
.bx-wrapper .bx-next {
	right: 30px;
	box-sizing: border-box;
	border-right: solid 5px #777;
	border-bottom: solid 5px #777;
	transform: rotate(-45deg);
}
/*
@media all and (-ms-high-contrast: none) {
.bx-wrapper .bx-prev {
	left: 30px;
	box-sizing: border-box;
	border-right: solid 8px #fff;
	border-bottom: solid 8px #fff;
	transform: rotate(135deg);
	box-shadow: 5px 5px 5px rgba(0,0,0,0.075), -5px -5px 5px rgba(0,0,0,0.075) inset;
}
.bx-wrapper .bx-next {
	right: 30px;
	box-sizing: border-box;
	border-right: solid 8px #fff;
	border-bottom: solid 8px #fff;
	transform: rotate(-45deg);
	box-shadow: 5px 5px 5px rgba(0,0,0,0.075), -5px -5px 5px rgba(0,0,0,0.075) inset;
}
}
*/
.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
	background-position: 0 0;
}
.bx-wrapper .bx-controls-direction a {
    position: absolute;
    margin-top: 0px;
    outline: 0;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    background-position: 0 0;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

.bx-wrapper .bx-controls-direction {
    position: absolute;
    width: 100%;
    margin: auto;
    top: calc(50% - 20px);
    z-index: 100;
}
/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
/*	background: url(/sustainability/img/index_bn_02.jpg) -86px -11px no-repeat;*/
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
/*	background: url(/sustainability/img/index_bn_03.jpg) -86px -44px no-repeat;*/
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}
/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #6A6A6A;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}
.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/*スライダーちらつき防止用スタイル*/
.slider_csr li {
  display: none; /*読み込み時は非表示*/
}
.bx-viewport .slider_csr li {
  display: block !important; /*JSが読み込まれたら表示*/
}

.slide_csr {
    position: relative;
}

@media screen and (max-width: 767px){
	.bx-wrapper .bx-controls-direction{
		width: 100%;
		top: calc(50% - 2.5vw);
	}
	.slide_csr {
    	display: none;
		height: auto;
	}
	.bx-wrapper{
	}
	
	.bx-wrapper .bx-prev{
		left: 1vw;
		background-size: 100%;
	}
	
	.bx-wrapper .bx-next{
		right: 1vw;
		background-size: 100%;
	}
	.bx-wrapper .bx-prev {
		left: 4vw;
		border-right: solid 3px #777;
		border-bottom: solid 3px #777;
	}
	.bx-wrapper .bx-next {
		right: 4vw;
		border-right: solid 3px #777;
		border-bottom: solid 3px #777;
	}
/*
	@media all and (-ms-high-contrast: none) {
	.bx-wrapper .bx-prev {
		left: 4vw;
		border-right: solid 3px #fff;
		border-bottom: solid 3px #fff;
		box-shadow: 3px 3px 3px rgba(0,0,0,0.075), -3px -3px 3px rgba(0,0,0,0.075) inset;
	}
	.bx-wrapper .bx-next {
		right: 4vw;
		border-right: solid 3px #fff;
		border-bottom: solid 3px #fff;
		box-shadow: 3px 3px 3px rgba(0,0,0,0.075), -3px -3px 3px rgba(0,0,0,0.075) inset;
	}
	}
*/
	.bx-wrapper .bx-controls-direction a{
		width: 5vw;
		height: 5vw;
	}
	.bx-wrapper .bx-pager {
		bottom: 8px;
	}
	.bx-wrapper .bx-pager.bx-default-pager a {
		margin: 0 8px;
/*
		width: 6px;
		height: 6px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
*/
	}

}
