f@charset "UTF-8";
/* CSS Document */
html { overflow: auto; }
body { margin:0; position: relative; min-width: 320px; line-height: 1.5; color: #333; background-color:#FFF;
font-family: "Noto Sans Japanese", "メイリオ", "Meiryo", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
animation: fadeIn 1s ease 0s 1 normal;
 -webkit-animation: fadeIn 1s ease 0s 1 normal;}

@media screen and (min-width: 1100px) { 
body { line-height: 1.6; overflow: open; font-size: 1.5rem; } 
.alpha { -webkit-transition: all .1s linear; transition: all .2s linear; }  .alpha:hover { opacity: .7; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; } }
* { box-sizing: border-box; }
.cf:after {
	display: block;
	clear: both;
	content: "";
	margin-left: auto;
	margin-right: auto;
}

a { text-decoration: none; }
img { width: 100%; height: auto; }
.number { font-family: "Roboto", sans-serif; font-weight:bold;}
/* Switch
=========================================== */
.viewPc { display: none; }
@media screen and (min-width: 1100px) { .viewPc { display: block; }  .viewSp { display: none; } }
@media screen and (min-width: 1100px) { #wrapper { width: 1100px; margin: 0 auto; padding-bottom: 90px; } }
@media screen and (min-width: 1100px) { #header { width: 1100px; margin: 0 auto;} }
@media screen and (min-width: 1100px) { #gNav { width: 100%; margin: 0 auto;} }

@media screen and (min-width: 1100px) { #contents { float: left; width: 750px; margin:20px 0 0 0;} }
@media screen and (min-width: 1100px) { #sidebar { float: right; width: 290px; margin:40px 0 0 0;} }
@media screen and (min-width: 1100px) { img { width:inherit; } }
/*fade
=========================================== */
 @keyframes fadeIn {
    0% {opacity: 0.1}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0.1}
    100% {opacity: 1}
}



/*common
=========================================== */
.txt_s{
	font-size:1.2rem;
	letter-spacing: .06em; 
}

.pinkTxt{
	color: #EC003A;
	font-weight: bold;
}

.boldTxt{
	padding-top: 20px;
	padding-bottom: 50px;
	padding-left: 5px;
	color: #000000;
	font-weight: bold;
}

/* カード */
.card-5 {
  box-sizing: border-box;
  width: 90%;
  padding: 1.2em 0.8em;
  margin: 0 auto;
  color: #333;
  background: #FFFBBA;
  border: 0.5px solid #e9eaea;
  border-radius: 3px;
  transition: 0.3s;
}

.content-1,
.content-2 {
  margin: 0;
}

.content-2 {
  padding: 0.8em 0;
  font-size: 0.8em;
}

.content-3 {
  margin: 0.8em 0;
  font-size: 0.8em;
  color: #00b5ad;
  cursor: pointer;
}

.content-3:hover {
  border-bottom: #00b5ad 1px solid;
}


/* カードここまで */


.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*　.doc　*/

/*必要書類*/

.doc  {
	margin-bottom:50px;

}
.doc .doc_box {
	border-bottom:1px solid #CCC;
	padding:20px 0;
}

.doc .left_box {
	font-weight:500;
	font-size:1.6rem;
	background: linear-gradient(92deg, rgba(149, 233, 243, 1), rgba(241, 247, 250, 1) 100px);
}

.doc .right_box {
}

.doc .right_box li {
	position:relative;
	padding-left:16px;
}


.doc .right_box li:before {
    content: "●";
    color: #3e8ae5;
    display: block;
    font-size: 1rem;
    position: absolute;
    top: 2px;
    left: 0;
}


.doc .doc_box2 {
	border: 1px solid #CCC;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
}


.doc .doc_box2 h2{
	font-weight: 600;
	font-size: 2.4rem;
	margin-bottom: 0px;
	padding-left: 5px;
	width: auto;
}


.doc .doc_box2 h2{
	font-weight: 600;
	font-size: 2.2rem;
	margin-bottom: 0px;
	padding-left: 5px;
	width: auto;
}

.doc .doc_box2 h3{
	font-weight: 400;
	font-size: 1.4rem;
	margin-bottom: 0px;
	padding-left: 5px;
	width: auto;
}


.doc .s_font{
	font-size:1.2rem;
	color:#F05B82;
}




@media screen and (min-width : 600px ){
.txt_s{
	font-size:1.4rem;
}	 
}


/*header
=========================================== */
#header {
	padding:0 0px;

}

#header .head_txt{
	font-size: 1.5rem;
	padding: 10px 0 10px 0;
	text-align: center;
	background-color: #3e8ae5;
	color: #FCFCFC;
	font-weight: 600;
	letter-spacing: 1px;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	text-shadow: 0.5px 0px #48484A;
	box-shadow: 1px 1px 0 rgba(255, 255, 255, .4) inset,
                0 0 4px rgba(0, 0, 0, .8) inset,
                2px 2px 2px rgba(0, 0, 0, .4);
}	  


#header .title{
	text-align:center;
}

#header .title .logo img{
	max-width:256px;
	padding:10px 0 5px 0;
}

#header .title .logo_under{
	letter-spacing: .08em;
}

#gNav{
	background-color: #666;
	display: block;
	margin-top: 10px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}

 #gNav .gNav_Inner{
	background-color: #666;
	margin-left: auto;
	margin-right: auto;
}

#gNav li{
	border-right: 1px solid #999999;
	float: left;
	width: 16.6%;
}

#gNav li a{
	text-align: center;
	color: #FFF;
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 10px;
	display: block;
}

#gNav li:last-child{
	border-right: none;
	display: inline-block;
}

#gNav li span{
	margin-right:10px;
}

#gNav li img{
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 5px;
	width: 30px;

}




#contents{
	font-size:1.4rem;
	padding:0 15px;
	letter-spacing: .06em; 
}

.contacts{
	display:flex;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	/*　コメント　line-height: 2;*/
}

.corner {
	background-image: linear-gradient(to right top, #090581, #002589, #00378c, #00478b, #135587);
	border: 2px solid #000000;
	width: 250px;
	height: 50px;
	color: #FFFFFF;
	margin-top: 20px;
	font-size: 1.5em;
	border-color: #FFFFFF;
	border-radius: 30px ;
}

.corner2 {
	background-image: linear-gradient(to right top, #04cb15, #00ca37, #00ca4d, #00c85f, #0ec76e);
	border: 2px solid #000000;
	width: 250px;
	height: 50px;
	color: #FFFFFF;
	padding-left: auto;
	padding-light: auto;
	margin-top: 20px;
	font-size: 1.5em;
	border-color: #FFFFFF;
	border-radius: 30px;
}

.corner3 {
	background-image: linear-gradient(to right top, #e3b100, #e9af11, #efad1d, #f4ab26, #f9a92e);
	border: 2px solid #000000;
	width: 250px;
	height: 50px;
	color: #FFFFFF;
	margin-top: 20px;
	font-size: 1.5em;
	border-color: #FFFFFF;
	border-radius: 30px;
}



#404_box {
	background-color:#3BD0EF;
	border-radius:5px;
	margin:20px 0;
	color:#FFF;
	text-align:center;
}

#404_box h2{
	font-size:2.0rem;
	padding-top:15px;
	font-weight:600;
}

/*必要書類*/

#doc  {
	margin-bottom:50px;

}
#doc .doc_box {
	border-bottom:1px solid #CCC;
	padding:20px 0;
}

#doc .left_box {
	font-weight:500;
	font-size:1.6rem;
	background: linear-gradient(92deg, rgba(149, 233, 243, 1), rgba(241, 247, 250, 1) 100px);
}

#doc .right_box {
}

#doc .right_box li {
	position:relative;
	padding-left:16px;
}


#doc .right_box li:before {
    content: "●";
    color: #3e8ae5;
    display: block;
    font-size: 1rem;
    position: absolute;
    top: 2px;
    left: 0;
}


#doc .doc_box2 {
	border: 1px solid #CCC;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
}


#doc .doc_box2 h2{
	font-weight: 600;
	font-size: 2.4rem;
	margin-bottom: 0px;
	padding-left: 5px;
	width: auto;
}


#doc .doc_box2 h2{
	font-weight: 600;
	font-size: 2.2rem;
	margin-bottom: 0px;
	padding-left: 5px;
	width: auto;
}

#doc .doc_box2 h3{
	font-weight: 400;
	font-size: 1.4rem;
	margin-bottom: 0px;
	padding-left: 5px;
	width: auto;
}


#doc .s_font{
	font-size:1.2rem;
	color:#F05B82;
}





#doc .s_font{
	font-size:1.2rem;
	color:#F05B82;
}



#line_box{
	background-color:#eeecec;
	border-radius:5px;
	padding:20px;
	margin:20px 0 20px 0;
	text-align:left;
}

#line_box h2{
	font-size:2.0rem;
	font-weight:bold;
	margin:0 0 10px 0;
	color:#ff3366;
	letter-spacing: .06em; 
}

#line_box h2:before{ 
	content:" ";
    display:inline-block;
	width:40px;
    height:40px;
    background:url(../images/icon_line.png);    
    background-size:contain;
    vertical-align:middle;
	margin-right:10px;
}
#line_box .line_title p{
	margin-bottom:15px;
	font-size:1.2rem; 

}

#line_box .lineInner{
	width:100%;
}


#line_box .lineInner p{
	margin-right:15px;
	vertical-align:top;
	display:inline-block;
}












#mail_box{
	background-color:#3BD0EF;
	border-radius:5px;
	margin:20px 0;
	color:#FFF;
	text-align:center;
}

#mail_box .mail_txt01{
	font-size:2.0rem;
	padding-top:15px;
	font-weight:600;
}

#mail_box .mail_txt02{
	padding-bottom:20px;
}

#mail_box .mail_txt01:before{
	content:url(../images/mail_icon.png);
    margin-right: 16px;
    position: relative;
	top:10px;
}

#mail_box a{
	display:block;
	color:#FFF;
}


#mail_box a:hover{
	background-color:#91A6AB;
	border-radius:5px;
}
/*ここから廃車書類ダウンロード
*/
#mail_box2{
	background-color: #097F97;
	border-radius: 5px;
	margin: 20px 0;
	color: #FFF;
	text-align: center;
}

#mail_box2 .mail_txt01{
	font-size:2.0rem;
	padding-top:15px;
	font-weight:600;
}

#mail_box2 .mail_txt02{
	padding-bottom:20px;
}

#mail_box2 .mail_txt01:before{
	content:url("../images/syorui_icon.png");
    margin-right: 16px;
    position: relative;
	top:10px;
}

#mail_box2 a{
	display:block;
	color:#FFF;
}


#mail_box2 a:hover{
	background-color:#91A6AB;
	border-radius:5px;
}
/*ここまで廃車書類ダウンロード
*/

#sidebar{
	margin-left:15px;
	margin-right:15px;
}

#sidebar .side01{
	border:1px solid #CCC;
	padding:15px 15px 60px 15px;
	margin-bottom:15px;
	background:url(../images/side_bg01.png);
	position:relative;
	font-size:1.4rem;
}

#sidebar .side_illust{
	position:absolute;
	bottom:0;
	right:10px;
	
}



#sidebar .side01 h2{
	font-size:2.2rem;
	font-weight:bold;
	margin-bottom:15px;
}

.side02{
	padding:15px 0;;
	margin-bottom:15px;
	background:url(../images/side_bg02.png);
	position:relative;
	font-size:1.4rem;
	width:100%;
	overflow-x:hidden;
}

.side02 h2{
	font-size:1.8rem;
	font-weight:bold;
	background:url(../images/side_cam_bg.png) no-repeat left center;
	color:#FFF;
	padding:0 15px;
}

.side02 .side02_txt{
	padding:0 15px;
}

.side02 .midasi{
	font-weight:600;
	margin-top:15px;
}

.fb_check{
	text-align:center;
	margin:0 0 0 5px 0;
}

.bn_buying{
	margin:20px 0;
}

.haisya_side{
	margin: 20px 0;
}

@media screen and (min-width: 1100px){
	.haisya_side img{
		width: 290px;
	}
	
}

.fb_check img{
	width:256px;
}

.iframe-wrapper {
  width: 100%;
  height: 280px;
}

iframe{
	padding:0;
	margin:0;
	width:100%;
	
}



/* スマホ用 */
@media screen and (max-width: 767px) {
	.fb-container {
		width: 100%;
		max-width: 500px;
		text-align:center;
	}
}
 
/* PC用 */
@media screen and (min-width: 768px) {
	.fb-container {
		width: 500px;
	}
}

a:hover {
	color: #f05b82;
	text-decoration: underline;
	white-space: normal;
	letter-spacing: 10%;
}

footer{
	background:#eefac1;
	padding:40px 0;
	margin-top:30px;
}

footer .footInner{
	padding:0 15px;
	font-size:1.4rem;

}

footer a{
	color:#333;


}

footer .footInner .left_box{
	float:none;
}

footer .footInner .right_box{
	float:none;
	margin-top:30px;
}


footer .footInner .id{
	width:280px;
	margin-bottom:15px;
	
}

footer .footInner .right_box h2{
	font-size:2.2rem;
	font-weight:bold;
	margin-bottom:15px;
}

footer .footer_tel{
	font-size:3.2rem;
	letter-spacing: .04em; 
}

footer .copy{
	text-align:center;
	font-size:1.2rem;
	margin:30px 0 0 0;
}

/*　フッター内ナビ　*/
ul.foot_list {
	padding:0.5em;
	list-style-type:none;
}
ul.foot_list li {
	position: relative;
	padding: 0em 0.3em 0em 1.3em;
	font-weight: 600;
	line-height: 2.1;
	font-size: 1.1em;
	
}

ul.foot_list a {
	text-decoration: none;
	color: #006263!important;
}



ul.foot_list li::before,ul.foot_list li::after {
	position: absolute;
	content: '';
	display: inline-block;
}
ul.foot_list li::after {
	top: .45em;
	left: 0em;
	width: 14px;
	height: 14px;
	background-color: #037997;
	border-radius: 100%;
}
ul.foot_list li::before {
	z-index: 2;
	top: 0.65em;
	left: 0.2em;
	width: 5px;
	height: 5px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg);
}

@media screen and (min-width: 1100px) { 

#header {
	padding: 0;
	text-align: center;

}
#header .head_txt{
	font-size: 1.5rem;
	text-align: center;
	margin-right: auto;
	margin-bottom: 15px;
}	 


#header .title{
	width:30%;
	float:left;
	padding:0 0 15px 0;
	text-align:left;
}

#header .title .logo h1{
	padding:0;
}

#header .title .logo img{
	max-width:300px;
	padding:15px 0 5px 0;
}

#header .title .logo_under{
	display: flex;
	justify-content: left;
	font-size: 1.7rem;
	min-width: 500px;
}

#header .point{
	width:36%;
	float:left;
	padding:0;
	display: flex;
	justify-content: center;
}

#header .point  img{
	width:82px;
	
}

#header .point li{
	float:left;
	margin-right:8px;
}


#header .head_contact{
	width:33%;
	float:left;
	padding:0 ;
	text-align:right;
}

#header .head_contact .number{
	font-size:3.8rem;
	letter-spacing: .04em; 
	}

#header .head_contact .number:before{
	content:url(../images/head_freedial.png);
    margin-right: 16px;
    position: relative;
	top:3px;
}


#header .head_contact .recept{
	font-size:1.0rem;
	color:#FFF;
	background-color:#333;
	padding:2px 4px 1px 4px;
	margin-right:5px;
	display:inline-block;
}

#header .head_contact .time{
	font-size:1.2rem;

}

 #gNav .gNav_Inner{
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}



#gNav li img{
	padding:0;
}


#gNav li span{
	padding-bottom: 0;
	display: inline-block;
}

#gNav li span br{
	display:none;
}

#gNav li:last-child{
	border-right:1px solid #999;
}

#gNav li:first-child{
	border-left:1px solid #999;
}

#contents{
	padding:0;
}

#line_box{
	margin:0 auto;
	padding:40px;
}

#line_box h2{
	font-size:2.4rem;
}

#line_box .lineInner p{
	display:inline-block;
}


#line_box .line_qr{
	display:inline-block;
}


#mail_box .mail_txt01{
	font-size:2.4rem;
}

#sidebar{
	margin:40px 15px 0 15px;
}

iframe{
	width:290px;
}

footer .footInner{
	width:1100px;
    margin:0 auto;
	padding:0;
}

footer .footInner a{
	color:#333;
}

footer .footInner .left_box{
	width:40%;
	float:left;
}

footer .footInner .right_box{
	width:60%;
	float:right;
	margin-top:0;
}

footer .footInner .id{
	width:344px;
	
}


}

@media screen and (max-width:720px) { 
#line_box .line_qr img{
	display:none;
}
}

@media screen and (max-width:320px) { 
#line_box h2{
	font-size:1.8rem;
}

#line_box h2:before{ 
	width:20px;
    height:20px;
}

#mail_box{
	padding:0 10px;
}

#mail_box .mail_txt01{
	font-size:1.8rem;
}


}

/*header telスマホ用
=========================================== */

@media screen and (max-width:1100px) {
	#header .head_contact {
	margin: 0 auto;
	text-align: center;
	}
#header .head_contact .number{
	font-size:3.2rem;
	letter-spacing: .04em;
	}

	#header .head_contact .number:before{
	content:url(../images/head_freedial.png);
    margin-right: 5px;
    position: relative;
	top:3px;
}
	
}



.tairyou-ttl{
	position: relative;
	font-size: 1.5em;
	font-weight: bold;
	padding: 1rem 1.5rem;
	border: 1px solid #D8D8D8;
	border-top: 4px solid #27acd9;
	background: linear-gradient(#ffffff 0%, #eee 100%);
}

.tairyou-text{
	position: relative;
	padding: 1rem 1.5rem;	
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

/*大量処分　フォームボタン*/

.button-004 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin:0 auto;
    padding: .9em 2em;
    border: none;
    border-bottom: solid 5px #0059a0;
    border-radius: 5px;
    background-color: #2589d0;
    color: #fff;
    font-weight: 600;
    font-size: 1.3em;
    transition: .5s ease;

}



.button-004 .link:visited{
	color: rgb(255, 255, 255);
  }



.button-004::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
}

.button-004:hover {
    transform: translateY(3px);
    border-bottom-width: 2px;
}

/*注意書き　大量バイク処分*/
.box-005 {
    max-width: 400px;
    margin: 0 auto;
    border: 2px solid #f06060;
    border-radius: 5px;
    color: #333333;
}

.box-005 div {
    display: inline-flex;
    align-items: center;
    position: relative;
    top: -13px;
    left: 10px;
    margin: 0 7px;
    padding: 0 8px;
    background: #fff;
    color: #f06060;
    font-weight: 600;
    vertical-align: top;
}

.box-005 svg {
    padding-right: 4px;
}

.box-005 p {
    margin: 0;
    padding: 0 1.5em 1em;
}

/* 対象になる業種のバイクリスト */
.list-008 {
    position: relative;
    padding: 1.5em 1em 1em 2.5em;
    border: 2px solid #2589d0;
}

.list-008 > div {
    position: absolute;
    top: -.75em;
    left: 1em;
    padding: 0 .5em;
    background-color: #fff;
    color: #2589d0;
    font-weight: 600;
}

.list-008 ul {
    list-style-type: disc;
    margin: 0;
    padding: 0;
}

.list-008 li {
    padding: .3em .3em .3em 0;
}

.list-008 li::marker {
    color: #2589d0;
    font-size: 1.1em;
}

/* スライダー */
.slider-3 .slick-slide {
	margin: 0 60px;
	padding: 60px 0;
	position: relative;
  }
  .slider-3 .slick-slide .slide-img {
	width: 300px;
	height: 200px;
	transition: all 0.6s ease 0.4s;
	opacity: 0.8;
	box-shadow: 7px 7px 15px -5px #666;
	overflow: hidden;
  }
  .slider-3 .slick-slide.slick-current .slide-img {
	transform: scale(1.2);
	opacity: 1;
  }
  .slider-3 .slick-slide .slide-img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
  }
  .slider-3 .slick-arrow {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #fff;
	cursor: pointer;
	border: none;
	outline: none;
	font-size: 0;
	position: absolute;
	top: 50%;
	z-index: 1;
	transform: translateY(-50%);
	filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  }
  .slider-3 .slick-arrow::before {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	border: 1px solid #09000d;
	border-width: 3px 3px 0 0;
	position: absolute;
	top: 24px;
	transform: rotate(45deg);
  }
  .slider-3 .slick-next {
	right: 0;
  }
  .slider-3 .slick-prev {
	left: 0;
  }
  .slider-3 .slick-next::before {
	left: 20px;
  }
  .slider-3 .slick-prev::before {
	border-width: 0 0 3px 3px;
	right: 22px;
  }
  .dots-3 .slick-dots {
	text-align: center;
  }
  .dots-3 .slick-dots li {
	display: inline-block;
  }
  .dots-3 .slick-dots button {
	display: block;
	width: 10px;
	height: 10px;
	margin: 6px;
	font-size: 0;
	padding: 0;
	border: 0;
	outline: none;
	cursor: pointer;
	background: #bcbcbc;
	border-radius: 50%;
  }
  .dots-3 .slick-dots .slick-active button {
	background: #0a467d;
  }

  /* スライダー */
.slider-3 .slick-slide {
	margin: 0 60px;
	padding: 60px 0;
	position: relative;
  }
  .slider-3 .slick-slide .slide-img {
	width: 300px;
	height: 200px;
	transition: all 0.6s ease 0.4s;
	opacity: 0.8;
	box-shadow: 7px 7px 15px -5px #666;
	overflow: hidden;
  }
  .slider-3 .slick-slide.slick-current .slide-img {
	transform: scale(1.2);
	opacity: 1;
  }
  .slider-3 .slick-slide .slide-img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
  }
  .slider-3 .slick-arrow {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #fff;
	cursor: pointer;
	border: none;
	outline: none;
	font-size: 0;
	position: absolute;
	top: 50%;
	z-index: 1;
	transform: translateY(-50%);
	filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  }
  .slider-3 .slick-arrow::before {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	border: 1px solid #09000d;
	border-width: 3px 3px 0 0;
	position: absolute;
	top: 24px;
	transform: rotate(45deg);
  }
  .slider-3 .slick-next {
	right: 0;
  }
  .slider-3 .slick-prev {
	left: 0;
  }
  .slider-3 .slick-next::before {
	left: 20px;
  }
  .slider-3 .slick-prev::before {
	border-width: 0 0 3px 3px;
	right: 22px;
  }
  .dots-3 .slick-dots {
	text-align: center;
  }
  .dots-3 .slick-dots li {
	display: inline-block;
  }
  .dots-3 .slick-dots button {
	display: block;
	width: 10px;
	height: 10px;
	margin: 6px;
	font-size: 0;
	padding: 0;
	border: 0;
	outline: none;
	cursor: pointer;
	background: #bcbcbc;
	border-radius: 50%;
  }
  .dots-3 .slick-dots .slick-active button {
	background: #0a467d;
  }