@charset "utf-8";

/* デフォルトスタイル調整 */

#crumb {
	position: relative;
	z-index: 2;
}
#crumb a:link, #crumb a:active, #crumb a:visited {
	color: #fff;
}
#crumb .crumb_txt {
	color: #fff;
	text-shadow: 0 0 2px #808080;
}

#content {
	max-width: none;
	min-width: 960px;
	overflow: visible;
}
#container {
	margin-top: -38px;
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 640px) {
	#container {
		margin-top: 0;
	}
	#content {
		min-width: 0;
		overflow: hidden;
	}
}

div#content > section.drec > div.drec-l-main > div.drec-l-inner {
	background-color: #fff;
}

@media all and (min-width: 641px) {
	.sp {
		display: none;
	}
}
@media all and (min-width: 401px) {
	.sp400 {
		display: none;
	}
}
@media screen and (max-width: 640px) {
	.pc {
		display: none;
	}
}

.fadeUp {
	position: relative;
	bottom: -40px;
	opacity: 0;
	transition: all 0.8s;
}
.anime .fadeUp {
	bottom: 0;
	opacity: 1;
}
.fadeIn {
	opacity: 0;
	transition: opacity 0.8s;
}
.anime .fadeIn {
	opacity: 1;
}

.fadeInleft {
	opacity: 0;
	transform: translate(-40px, 40px);
	transition: all 0.8s;
}
.anime .fadeInleft {
	opacity: 1;
	transform: translate(0, 0);
}
.fadeInright {
	opacity: 0;
	transform: translate(40px, 40px);
	transition: all 0.8s;
}
.anime .fadeInright {
	opacity: 1;
	transform: translate(0, 0);
}

.delay3 { transition-delay: 300ms; }
.delay6 { transition-delay: 600ms; }
.delay9 { transition-delay: 900ms; }

.mainvisual img {
	width: 100%;
}

.mainvisualInner {
	max-width: 1240px;
margin: 0 auto;
padding: 0 20px;
}
.mainArea {
	margin-bottom: 90px;
	padding: 100px 20px 0;
	color: #000;
}
.mainArea.mainArea03 {
	padding: 0 20px;
}
.mainInner {
	margin: 0 auto;
	font-weight: 300;
	position: relative;
    z-index: 5;
}
.mainInner.mainTop {
	max-width: 1000px;
}
.mainInner.mainContent {
	max-width: 1280px;
}

@media screen and (max-width: 640px) {
	.mainArea {
		margin-bottom: 50px;
		padding: 40px 15px 50px;
	}
}

.topText {
	padding: 50px 0;
	position: relative;
	margin-bottom: 70px;
	text-align: center;
	font-size: 2.6rem;
	line-height: 2.3;
	background: url(../images/top/txtbg_03.png) center center no-repeat;
}
.topText::before {
	position: absolute;
	top: 0;
	left: 5%;
	content: "";
	display: inline-block;
	width: 66px;
	height: 145px;
	background: url(../images/top/txtbg_01.png) no-repeat left 10% top 0;
	background-size: contain;
}
.topText::after {
	position: absolute;
	bottom: 0;
	right: 5%;
	content: "";
	display: inline-block;
	width: 66px;
	height: 145px;
	background: url(../images/top/txtbg_02.png) no-repeat right 10% bottom 0;
	background-size: contain;
}
m_link.s_pdf:after {
	width: 18px;
	height: 18px;
	background: url(/electronics/ortustech/common/img/icon_pdf.png) no-repeat 0 0;
}

@media screen and (max-width: 640px) {
	.topText {
		margin-bottom: 0;
		font-size: 1.8rem;
		line-height: 1.8;
	}
	.topText::before {
		width: 40px;
	}
	.topText::after {
		width: 40px;
	}
}

.topLink_area{
	display: flex;
	justify-content: space-between;
}
.topLink_area li{
	width: 32%;
	position: relative;
}
.topLink_area li::before{
	content: "";
	display: block;
	position: absolute;
	width: 20px;
	height: 50px;
	top: -2px;
	left: -2px;
	z-index: -1;
	transition: all 0.6s;
}
.topLink_area li::after{
	content: "";
	display: block;
	position: absolute;
	width: 20px;
	height: 50px;
	bottom: -2px;
	right: -2px;
	z-index: -1;
	transition: all 0.6s;
}
.topLink_area li:nth-child(1)::before,
.topLink_area li:nth-child(1)::after {
	background-color: #6bb28c;
}
.topLink_area li:nth-child(2)::before,
.topLink_area li:nth-child(2)::after {
	background-color: #b28f6b;
}
.topLink_area li:nth-child(3)::before,
.topLink_area li:nth-child(3)::after {
	background-color: #b26bb2;
}

.topLink_area a {
	position: relative;
	display: block;
	padding: 34px 0;
	text-align: center;
	font-size: 2rem;
	line-height: 1.3;
	box-sizing: border-box;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.topLink_area li:nth-child(1) a {
	color: #6bb28c;
	background-color: #f2fff8;
}
.topLink_area li:nth-child(2) a {
	color: #b28f6b;
	background-color: #fff9f2;
}
.topLink_area li:nth-child(3) a {
	color: #b26bb2;
	background-color: #fff2ff;
}
.topLink_area a::after {
	content: "";
	position: absolute;
	right: 15px;
	bottom: 13px;
	width: 12px;
	height: 12px;
	border-left: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	transform-origin: left bottom;
	transform: rotate(-45deg);
}
.topLink_area li:nth-child(1) a::after {
	border-color: #6bb28c;
}
.topLink_area li:nth-child(2) a::after {
	border-color: #b28f6b;
}
.topLink_area li:nth-child(3) a::after {
	border-color: #b26bb2;
}
.topLink_area a:hover {
	opacity: 1;
}
.topLink_area li:hover::before{
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	transition: all 0.6s;
}
.topLink_area li:hover::after{
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	transition: all 0.6s;
}

@media screen and (max-width: 640px) {
	.topLink_area{
		display: block;
	}
	.topLink_area li{
		width: auto;
		margin-top: 15px;
	}
	.topLink_area a {
		padding: 20px 0 25px;
	}
}

.title01Area{
	position: relative;
	max-width: 1366px;
	/* width: 100%; */
	margin: 0 auto;
	padding: 0 20px;
	background-color: #f2fff8;
	overflow: hidden;
	color: #000;
}
.title01Area.title01Area02{
	background-color: #fff9f2;
}
.title01Area.title01Area03{
	background-color: #fff2ff;
}

.title01AreaInner{
	position: relative;
	z-index: 1;
	max-width: 1200px;
	margin: 0 auto;
}

.title01Area_bg01{
	position: absolute;
	bottom : -webkit-calc(100% - 10px) ;
	bottom : calc(100% - 10px) ;
	left: 0;
	width: 200%;
	height: 200px;
	background-color: #fff;
	transform: rotate(6deg);
	transform-origin: left bottom;
}
.title01Area_bg01::before{
	position: absolute;
	bottom: 0px;
	left: 0;
	content: '';
	width: 183px;
	height: 10px;
	background-color: #6bb28c;
	z-index: 1;
}
.title01Area_bg01.title01Area_bg01_2::before{
	background-color: #b28f6b;
}
.title01Area_bg01.title01Area_bg01_3::before{
	background-color: #b26bb2;
}

.title01Area_bg02{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 200%;
	height: 400px;
	background-color: #fff;
	transform: rotate(6deg);
	transform-origin: left top;
}
.title01Area_bg02.title01Area_bg02_3{
	height: 300px;
}
@media screen and (max-width: 640px) {
	.title01Area_bg01::before{
		width: 8%;
		height: 5px;
	}
	.title01Area_bg02{
		height: 200px;
	}
}

.title01 {
	text-align: center;
	font-size: 5rem;
	font-weight: normal;
	line-height: 1.52;
	color: #6bb28c;
	margin-bottom: 30px;
}
.title01 > span{
	font-weight: bold;
}
.title01.title01_02{
	color: #b28f6b;
}
.title01.title01_03{
	color: #b26bb2;
	margin-bottom: 10px;
}
.title01_lead{
	margin-bottom: 80px;
	text-align: center;
	font-size: 2rem;
	line-height: 1.8;
}

@media screen and (max-width: 640px) {
	.title01 {
		font-size: 3rem;
	}
	.title01_lead{
		margin-bottom: 50px;
		font-size: 1.6rem;
	}
}

.title01Logo{
	text-align: center;
	margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
	.title01Logo{
		padding: 0 25%;
	}
}

.imgCol {
	display: flex;
	justify-content: space-between;
	margin-bottom: 140px;
	position: relative;
	z-index: 2;
}
.imgCol.reverse {
	flex-direction: row-reverse;
}
.imgCol .textArea {
	position: relative;
	z-index: 1;
	width: 40%;
	padding-left: 8%;
	font-size: 2rem;
	line-height: 1.8;
}
.imgCol.area03 .textArea {
	width: 48%;
}
.imgCol.reverse .textArea {
	padding: 0 8% 0 0;
}
.imgCol .textArea .textArea_titbg {
	position: absolute;
	top: -50px;
	left: 0;
}
.imgCol.reverse .textArea .textArea_titbg {
	right: 0;
	left: auto;
}
.imgCol .textArea .textArea_ttitbg_bg {
	position: absolute;
	top: 65%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.imgCol.reverse .textArea .textArea_ttitbg_bg {
	/* right: 0; */
}
@media screen and (max-width: 640px) {
	.imgCol .textArea .textArea_ttitbg_bg {
		position: absolute;
		top: 65%;
		left: 50%;
		transform: translateX(0%);
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		z-index: 0;
	}
	.imgCol.reverse .textArea .textArea_titbg {
    left: 0;
    right: auto;
}
}

.imgCol .lead {
	/* margin-bottom: 45px; */
	line-height: 1.6;
}
.imgCol .lead strong {
	font-size: 3.4rem;
	font-weight: bold;
	color: #6bb28c;
}
.imgCol .lead.lead02 strong {
	color: #b28f6b;
}
.imgCol .lead.lead03 strong {
	color: #b26bb2;
}
.imgCol .textArea p {
	margin-top: 45px;
}
.imgCol.area03 .textArea p {
	margin-top: 20px;
}
.imgCol .textArea p > span {
	color: #6bb28c;
}
.imgCol .textArea.textArea02 p > span {
	color: #b28f6b;
}
.imgCol .textArea .textArea_text {
	font-size: 1.6rem;
}
.imgCol .textArea .textArea_text > sup {
	color: #d1b562;
}

.imgCol .textArea .tipImg {
	margin: -5px 0;
}


.imgCol .img {
	width: 48%;
}
.imgCol.area03 .img {
	width: 40%;
}
.numberList{
	margin-top: 20px;
}
.numberList > li {
	position: relative;
	padding-left: 1.5em;
	counter-increment: cnt;
	color: #6bb28c;
}
.numberList.numberList02 > li {
	color: #b28f6b;
}
.numberList > li:before {
	content: counter(cnt) " .";
	position: absolute;
	top: 0;
	left: 0;
}

@media screen and (max-width: 640px) {
	.imgCol {
		display: block;
		margin-bottom: 85px;
	}
	.imgCol .textArea {
		width: auto;
		margin-bottom: 30px;
		padding-left: 0;
		font-size: 1.6rem;
	}
	.imgCol.area03 .textArea {
		width: auto;
	}
	.imgCol.reverse .textArea {
		padding: 0;
	}
	.imgCol .textArea span {
		color: #6bb28c;
	}
	.imgCol .textArea span {
		color: #6bb28c;
	}
	.imgCol .lead {
		margin-left: 75px;
		/* font-size: 2.6rem; */
	}
	.imgCol .lead.lead03 {
		margin-left: 0;
	}
	.imgCol .lead strong {
		font-size: 2.6rem;

	}
	.imgCol .img {
		width: auto;
		text-align: center;
		position: relative;
		z-index: 1;
	}
	.imgCol.area03 .img {
		width: auto;
	}
}
.sliderArea{
	max-width: 475px;
	margin: 20px auto 0;
	box-shadow: 10px 10px 40px rgba(214, 214, 214, 0.7);
}
.youtubeArea .youtubeArea_inner,
.sliderArea .sliderArea_inner{
	position: relative;
}
.youtubeArea .youtubeArea__label,
.sliderArea .sliderArea__label {
	position: absolute;
	top: -13px;
	width: 140px;
	text-align: center;
	font-size: 1.2rem;
	line-height: 26px;
	background-color: #6bb28c;
	color: #fff;
	z-index: 10;
}
.sliderArea .sliderArea__label{
	right: 10px;
}
.youtubeArea .youtubeArea__label{
	left: 10px;
}

.youtubeArea .youtubeArea__label.youtubeArea__label02,
.sliderArea .sliderArea__label.sliderArea__label02 {
	background-color: #b28f6b;
}

.slider li {
	outline: none;
}

@media screen and (max-width: 640px) {
	.sliderArea{
		/* margin: 0 auto; */
		/* text-align: center; */
	}
}

.youtubeArea{
	margin-top: 30px;
	margin-right: -80px;
	float: right;
	clear: both;
	position: relative;
	z-index: 2;
	box-shadow: 10px 10px 40px rgba(214, 214, 214, 0.7);
}
.youtubeArea.reverse{
	margin-left: -80px;
	float: left;
}
@media screen and (max-width: 640px) {
	.youtubeArea{
    float: none;
    margin: 30px auto 0;
    max-width: 340px;
	}
	.youtubeArea.reverse{
    float: none;
    margin: 30px auto 0;
    max-width: 340px;
	}
}

.cardList{
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cardList li{
	position: relative;
	width: 48.5%;
	margin-bottom: 15px;
	padding: 15px;
	box-sizing: border-box;
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.625;
	color: #b26bb2;
	background-color: #fff;
	border: 2px solid #b26bb2;
	border-radius: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cardList li::before{
	content: "";
	position: absolute;
	background: url(../images/top/icon_check_01.png) no-repeat;
	width: 30px;
	height: 30px;
	top: -10px;
	left: -10px;

}
.cardList sup{
	font-size: 1rem;
	color: #d1b562;
}
.cardList p{
	margin-top: 0 !important;
}
@media screen and (max-width: 640px) {
	.cardList li{
		font-size: 1.4rem;
		padding: 15px 10px;
	}
}


.tableTitile{
	margin-bottom: 40px;
	text-align: center;
	font-size: 3.4rem;
	font-weight: bold;
	color: #b26bb2;
}

.tableAea03_inner{
	max-width: 1000px;
	margin: -50px auto 0;
}
.table{
	max-width: 800px;
	margin: 0 auto;
}
.table .table__table01 {
	border-right: 1px solid #b26bb2;
	border-bottom: 1px solid #b26bb2;
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
}
.table .table__table01 > thead > tr > th {
	border-left: 1px solid #fff;
	text-align: center;
	background: #b26bb2;
	font-weight: bold;
	color: #fff;
}
.table .table__table01 tr > th, .table .table__table01 tr > td {
	border-top: 1px solid #b26bb2;
	border-left: 1px solid #b26bb2;
	vertical-align: middle;
	padding: 10px 15px;
	font-size: 1.6rem;
}
.table .table__table01 tr > th {
	color: #000;
	background: #fff2ff;
	font-weight: bold;
}
.table .table__table01 tr > td {
	background-color: #fff;
	text-align: center;
	color: #b26bb2;
}
.table .table__table01 thead tr > th:first-child {
	border: none;
	background-color: #fff;
}
.table sup{
	font-size: 1rem;
	color: #d1b562;
	margin-right: -20px;
}

@media screen and (max-width: 640px) {
	.tableTitile{
		margin-bottom: 40px;
		font-size: 2.6rem;
	}
	.table .table__table01 tr > th,
	.table .table__table01 tr > td {
		padding: 5px;
		font-size: 1.4rem;
	}
}


.linkArea{
	margin-top: 100px;
}
.linkArea ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -0.5px;
	position: relative;
	overflow: hidden;
}

.linkArea ul > li{
	width: 25%;
	padding: 0 0.5px;
	box-sizing: border-box;
}

.linkArea ul::before {
	content: '';
	position: absolute;
	bottom: 100%;
	right: 0;
	width: 200%;
	height: 150px;
	background-color: #fff;
	transform: rotate(-6deg);
	transform-origin: right bottom;
	z-index: 1;
}
.linkArea ul::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	width: 200%;
	height: 150px;
	background-color: #fff;
	transform: rotate(-6deg);
	transform-origin: left bottom;
	z-index: 1;
}
@media screen and (max-width: 640px) {
	.linkArea ul > li{
		width: 50%;
	}
}
.linkArea_col1Link{
	text-align: center;
	position: relative;
	z-index: 1;
	/* margin-top: -10.5%; */
}

.bannerArea{
	text-align: center;
	margin-bottom: 50px;
}

.bannerArea a img{
	margin:1em;
	max-width:-webkit-fill-available;
}


.detail h2 {
	margin-bottom: 50px;
	text-align: center;
	font-size: 5rem;
	font-weight: bold;
	line-height: 1.4;
}
.detail h2 strong {
	color: #266342;
}
.detail .colLayout {
	display: flex;
	justify-content: space-between;
	max-width: 1000px;
	margin: 0 auto;
}
.detail .col {
	width: 47.5%;
}
.detail .box {
	position: relative;
	margin-bottom: 60px;
	border-top: 4px solid #266342;
	background-color: #fff;
	padding: 20px 25px 95px;
	box-sizing: border-box;
	min-height: 553px;
}
.detail .logo {
	width: 60%;
	height: 135px;
	margin: 0 auto 15px;
	display: flex;
	align-items: center;
}
.detail .logo img {
	width: 100%;
}
.detail .lead {
	margin-bottom: 10px;
	color: #266342;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.6;
}
.detail .text {
	line-height: 2;
}
.detail sup {
	color: #d1b562;
	font-size: 1.2rem;
}
.detail .tip {
	position: absolute;
	right: 30px;
	bottom: 35px;
}
.detail .linkBtn {
	position: absolute;
	right: 30px;
	bottom: -35px;
	background-color: #fff;
}
.detail .linkBtn a {
	position: relative;
	display: block;
	width: 350px;
	background-color: #d1b562;
	padding: 15px 10px 15px 0;
	text-align: center;
	color: #fff;
	font-size: 1.6rem;
	line-height: 2;
}
.detail .linkBtn a.orange {
	background-color: #f08c45;
}
.detail .linkBtn a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 11px;
	height: 11px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform-origin: right top;
	transform: rotate(45deg);
}
.detail .noteList {
	font-size: 1.2rem;
}
.detail .noteList li {
	margin-bottom: 5px;
}
.detail .noteList li > span {
	float: left;
	margin-right: 5px;
	color: #d1b562;
}
.detail .noteList li > p {
	overflow: hidden;
	color: #999;
}
@media screen and (max-width: 640px) {
	.detail h2 {
		margin-bottom: 20px;
		font-size: 2.4rem;
	}
	.detail .colLayout {
		display: block;
	}
	.detail .col {
		width: auto;
	}
	.detail .col + .col {
		margin-top: 30px;
	}
	.detail .box {
		margin-bottom: 40px;
		padding: 15px 20px 85px;
		min-height: 0;
	}
	.detail .logo {
		width: 200px;
		height: 100px;
		margin: 0 auto 10px;
	}
	.detail .lead {
		font-size: 2rem;
	}
	.detail .text {
		line-height: 1.7;
	}
	.detail .tip {
		left: 0;
		right: 0;
		width: 260px;
		margin: 0 auto;
		bottom: 30px;
	}
	.detail .linkBtn {
		right: 0;
		left: 0;
		width: 290px;
		margin: 0 auto;
		bottom: -22px;
	}
	.detail .linkBtn a {
		width: auto;
		padding: 10px 20px 10px 0;
		font-size: 1.4rem;
		line-height: 1.6;
	}
	.detail .linkBtn a::after {
		right: 10px;
		width: 8px;
		height: 8px;
	}
}

.sectionTitle {
	margin-bottom: 20px;
	text-align: center;
	font-size: 3rem;
	font-weight: 300;
}
@media screen and (max-width: 640px) {
	.sectionTitle {
		margin-bottom: 0;
		font-size: 2.4rem;
	}
}

.bannerList {
	margin: 70px 0 50px;
	text-align: center;
}
.bannerList li + li {
	margin-top: 30px;
}
@media screen and (max-width: 640px) {
	.bannerList {
		margin: 40px 0;
	}
	.bannerList li + li {
		margin-top: 20px;
	}
}

.socialList {
	text-align: center;
}
.socialList li {
	display: inline-block;
	margin: 0 3px;
}


.noteList {
	margin-top: 25px;
	font-size: 1.2rem;
	line-height: 1.6;
	color: #999;
}
.noteList > li {
	position: relative;
	text-align: left;
	padding-left: 1em;
}
.noteList > li::before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
	color: #d1b562;
}

.noteList02,
.noteList02_number {
	margin-top: 20px;
	font-size: 1.2rem;
	line-height: 1.6;
	color: #999;
}
.noteList02 > li {
	position: relative;
	text-align: left;
	padding-left: 1em;
}
.noteList02 > li::before {
	content: "＊";
	position: absolute;
	top: 0;
	left: 0;
	color: #d1b562;
}
.noteList02_number {
	/* display: inline-flex; */
	/* flex-wrap: wrap; */
}
.noteList02_number > li {
	position: relative;
	margin-right: 10px;
	text-align: left;
	padding-left: 2em;
	counter-increment: cnt;
	display: inline;
}
.noteList02_number > li:before {
	content: "＊" counter(cnt);
	position: absolute;
	top: 0;
	left: 0;
	color: #d1b562;
	width: 20px;
}
.noteList02_number a{
	color: #999;
	text-decoration: underline;
	transition: all 0.6s;
}
.noteList02_number a:hover{
	text-decoration: none;
	/* opacity: 1; */
}


.products-function.color01 > a{
	border: 1px solid #4bb27b !important;
	height: 100%;
}
.products-function.color02 > a{
	border: 1px solid #00803c !important;
	height: 100%;
}

div#content > section.drec > div.drec-l-main > div.drec-l-inner > div.products-overview > div.products-function h3.products-function-header.color01 {
	background-color: #fff !important;
	color: #4bb27b !important;
	border-bottom: 2px solid #4bb27b !important;
}
div#content > section.drec > div.drec-l-main > div.drec-l-inner > div.products-overview > div.products-function h3.products-function-header.color02 {
	background-color: #fff !important;
	color: #00803c !important;
	border-bottom: 2px solid #00803c !important;
}

/* slick */

.slick-prev,
.slick-next {
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}
.slick-prev:before,
.slick-next:before {
    content: "";
    display: block;
		z-index: 5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev::after,
.slick-next::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #bf8f00;
}

.slick-prev {left: -15px;}
.slick-prev:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 5px;
    margin: auto;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.slick-next {right: -15px;}
.slick-next:before {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 5px;
	left: 0;
	margin: auto;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.slider_dots{
	text-align: center;
	vertical-align: middle;
	position: absolute;
	z-index: 5;
	left: 0;
	right: 0;
	bottom: -25px;
	margin: 0 auto;
}
.slider_dots li{
	margin: 5px 8px;
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #cccccc;
	vertical-align: middle;
	cursor: pointer;
}
.slider_dots li.slick-active{
	background-color: #bf8f00;
}
.slider_dots li button{
	position: relative;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}