@charset "utf-8";

/* =reset
------------------------------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote,th,td,header, section, article, footer, article, aside, time ,nav,a{
margin:0;
padding:0;
}

fieldset,img{
  border:0;
}
address,caption,cite,code,dfn,em,th,var{
font-style:normal;
font-weight:normal;
}
ol,ul{
list-style:none;
}
caption,th{
text-align:left;
}
h1,h2,h3,h4,h5,h6{
font-size:100%;
font-weight:normal;
}
q:before,q:after{
content:'';
}
abbr,acronym{
border:0;
}
p{
text-justify:inter-ideograph;
margin: 0;
}

header, section, article, footer, article, aside, time ,nav { display: block; }

ul{
-webkit-margin-before: 0;
-webkit-margin-after: 0;
-webkit-margin-start: 0;
-webkit-margin-end: 0;
-webkit-padding-start: 0;
}
figure {
display: block;
-webkit-margin-before: 0;
-webkit-margin-after: 0;
-webkit-margin-start: 0;
-webkit-margin-end: 0;
}

button{
background-color: transparent;
border: none;
cursor: pointer;
outline: none;
padding: 0;
appearance: none;
}


/* =base
------------------------------------------------------------------------------------------*/
* { box-sizing: border-box; }
body { background: #f2f2f2; color: #000; counter-reset: number 0; /*font-family: "メイリオ","Meiryo","MS PGothic","Osaka",Arial,sans-serif;*/ font-family: 'Noto Sans JP', 'Noto Sans JP IE', sans-serif; font-feature-settings : "palt"; font-size: 16px; line-height: 1.6em; }
img { vertical-align: bottom; }
a { color: #ea5098; text-decoration: none; outline: none; }
a:hover { color: #ff7ab8; text-decoration: none; }
a:hover img { opacity: 0.8; filter: alpha(opacity=80); }
.section-wrap p:not(:last-of-type) { margin-bottom: 1em; }

/* =header
------------------------------------------------------------------------------------------*/
header { background: #e85298;  width: 100%;}
header h1 { color: #fff; font-size: 30px; line-height: 1em; text-align: center; padding: .8em 0; font-weight: bold;}

/* =foot
-----------------------------------------------------------------------------------------*/
footer { background-color: #fff; border-top: 4px solid #f06ba9; padding: 30px 0 160px; text-align: center;}

  /* =ページトップ
------------------------------------------------------------------------------------------*/
.page_top { margin: 0; position: fixed; right: 100px; bottom: -200px; text-align: center; z-index: 10; }
.page_top a { background: #ea5098; border-radius: 40px; color: #fff; display: block; font-size: 11px; height: 80px; line-height: 80px; transition: all .2s; width: 80px; }

/* = sp nav
------------------------------------------------------------------------------------------*/
.sp-nav { display: none; }

/* = breadcrumb
------------------------------------------------------------------------------------------*/
.breadcrumb { margin: 30px auto ; max-width: 1000px; width: 92%; }
.breadcrumb li { color: #696969; display: inline; }
.breadcrumb li a { font-size: 14px; line-height: 1.2em; text-decoration: underline; }
.breadcrumb li:not(:last-child)::after { content: " > "; color: #696969; }

/* = parts
------------------------------------------------------------------------------------------*/
.pc-none { display: none; }
.sp-none { display: block; }

/* 横並びbox */
.clearfix::after,
.clearfix::before,
.float-box::after,
.float-box::before { content: ""; clear: both; display: block; }
.float-box { width: 102%; margin-bottom: -5%;}
.float-box .box01 { width: 98%; margin-bottom: 5%;}
.float-box .box02,
.float-box .box03,
.float-box .box04 { float: left; margin: 0 2% 5% 0; }
.float-box .box02 { width: 48%; }
.float-box .box03 { width: 31.3%; }
.float-box .box04 { width: 23%; }
.float-box .box01 img,
.float-box .box02 img,
.float-box .box03 img,
.float-box .box04 img { width: 100%; }
.table-box { display: table; width: 100%; }
.table-box .box02,
.table-box .box03,
.table-box .box04 { display: table-cell; vertical-align: middle; }
.table-box .box02 { width: 50%; }
.table-box .box03 { width: 33.3%; }
.table-box .box04 { width: 25%; }
.table-box .box02 img,
.table-box .box03 img,
.table-box .box04 img { width: 100%; }


/* font */
.moreless { font-size: .8em; line-height: 1.4em; }
.less { font-size: .9em; line-height: 1.4em; }
.mid { font-size: 1.1em; line-height: 1em; }
.big { font-size: 1.2em; line-height: 1em; }
.bigger { font-size: 1.3em; line-height: 1em; }
.biggest { font-size: 1.5em; line-height: 1em; }
.font-bold { font-weight: bold; }
.font-normal { font-weight: normal; }
.font-minchou { font-family: "ＭＳ 明朝",serif; font-weight: normal; }
.font-yu-minchou { font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; font-weight: normal; }
.font-italic { font-style: italic; }
.copyright { font-size: 12px; line-height: 1.4em;}

/* textColor */
.text-red { color: #dd0000; }
.text-white { color: #fff; }
.text-black { color: #000; }
.sat { color: #0b5792; }
.sun { color: #a63646; }

/* textAlign */
.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }

/* margin */
.mb-05vw { margin-bottom: .5vw !important; }
.mb-1vw { margin-bottom: 1vw !important; }
.mb-2vw { margin-bottom: 2vw !important; }
.mb-3vw { margin-bottom: 3vw !important; }
.mb-4vw { margin-bottom: 4vw !important; }
.mb-5vw { margin-bottom: 5vw !important; }
.mb-6vw { margin-bottom: 6vw !important; }
.mb-7vw { margin-bottom: 7vw !important; }
.mb-8vw { margin-bottom: 8vw !important; }
.mb-9vw { margin-bottom: 9vw !important; }
.mb-10vw { margin-bottom: 10vw !important; }
.mb-01em { margin-bottom: .1em !important; }
.mb-02em { margin-bottom: .2em !important; }
.mb-03em { margin-bottom: .3em !important; }
.mb-04em { margin-bottom: .4em !important; }
.mb-05em { margin-bottom: .5em !important; }
.mb-06em { margin-bottom: .6em !important; }
.mb-07em { margin-bottom: .7em !important; }
.mb-08em { margin-bottom: .8em !important; }
.mb-09em { margin-bottom: .9em !important; }
.mb-1em { margin-bottom: 1em !important; }
.mb-2em { margin-bottom: 2em !important; }

/* linkButtonBased */
.link-button a { box-sizing: border-box; text-decoration:none;  border:1px solid #e85398; display: block; border-radius: 7px; font-size: 14px; line-height: 1.4em; margin: 0 auto; padding: .8em .4em; position: relative; text-align: center; transition: .1s; width: 100%; max-width: 600px;}
.link-button a:hover { text-decoration: none; opacity: .7;}
.link-button a:active { box-shadow: none; }
.link-button.arrow a::after {position: absolute; content: ""; top: 50%; right: 20px;width: 0; height: 0; border-style: solid; border-width: 0.5em 0 0.5em 0.6em; border-color: transparent transparent transparent #fff; -webkit-transform: translate3d(0,-50%,0); transform: translate3d(0,-50%,0); }

.copy_btn { box-sizing: border-box; text-decoration:none;  display: block; border:1px solid #e85398; background-color: #e85398; color: #fff; cursor: pointer; border-radius: 7px; font-size: 14px; line-height: 1.4em; margin: 0 auto; padding: .8em .4em; position: relative; text-align: center; transition: .1s; width: 100%; max-width: 600px;}
.copy_btn::after {position: absolute; content: ""; top: 50%; right: 20px; width: 20px; height: 20px; transform: translate3d(0,-50%,0); background-size: contain; background-repeat: no-repeat; background-image: url(../images/copy_icon.png);}
.copy_btn:hover{opacity: .7;}
.copy_btn.copied {background-color: #fff; color: #e85398;}
/* linkButtonColor */
.link-button a { background: #e85398; color: #fff; }

/* 16:9 wrap(youteubeとか) */
.video-outer-wrap { margin: 0 auto 30px; width: 60%; }
.video-wrap { overflow: hidden; padding-bottom: 56.25%; position: relative; height: 0px; width: 100%; }
.video-wrap iframe { position: absolute; top: 0; left: 0; height: 100%; width: 100%; }

/* periodBox */
.period-box { background: #f8f8f8; border: 1px solid #cc0000; box-sizing: border-box; color: #cc0000; font-size: 26px; font-weight: bold; line-height: 1.4em; margin: 0 auto 20px; padding: 25px 0; text-align: center; width: 80%; }

/* bottomLineBased */
.solid-line { border-bottom: 1px solid #000; }
.dotted-line { border-bottom: 1px dotted #000; }
.dashed-line { border-bottom: 1px dashed #000; }

/* bottomLinePadding */
.solid-line,
.dotted-line,
.dashed-line { padding-bottom: 16px; }

/* textList(div等で囲む) */
p.text-list,
.text-list ul li { padding: 0 0 3px 1.1em; position: relative; }
p:not(:last-of-child).text-list { margin-bottom: 1em; }
.text-list ul li:not(:last-of-child) { margin-bottom: 5px; }
p.text-list::before,
.text-list ul li::before { content: "※"; position: absolute; left: 0; }
p.text-list-dotted::before,
.text-list-dotted ul li::before { content: "・"; }
p.text-list-circle::before,
.text-list-circle ul li::before { content: "●"; }
p.text-list-square::before,
.text-list-square ul li::before { content: "■"; }
p.text-list-counter,
.text-list-counter ul li { padding-left: 5.1em; }
p.text-list-counter::before,
.text-list-counter ul li::before { counter-increment: number 1; content: "" counter(number) ""; }

/* linkOff */
.link-off a { background: #ccc; border: none; box-shadow: none; pointer-events: none; }
.link-off a::after { display: none!important; }

/* smartphone
------------------------------------------------------------------------------------------*/
@media screen and (max-width: 768px){
  /* =base
  ------------------------------------------------------------------------------------------*/
  body { font-size: 14px; line-height: 1.6em; }

  /* =header
  ------------------------------------------------------------------------------------------*/
  header h1 { font-size: 20px;}

  footer{padding: 30px 0 140px;}

  /* =pagetop
  ------------------------------------------------------------------------------------------*/
  .page_top{ display: none; }

  /* = sp nav
  ------------------------------------------------------------------------------------------*/
  .sp-nav { display: block; }
  #toggle { background: #fcc700; position: fixed; top: 0; right: 0; height: 45px; width: 45px; transition: .2s; z-index: 11; }
  #toggle .button { background: #fff; height: 4px; position: absolute; top: calc(50% - 2px); left: 20%; transition: .3s; width: 60%; }
  #toggle .button::before,
  #toggle .button::after { background: #fff; content: ""; display: block; height: 4px; position: absolute; top: 50%; left: 0; transition: .3s; width: 100%; }
  #toggle .button::before { margin-top: -12px; }
  #toggle .button::after { margin-top: 8px; }
  #toggle .close { background: transparent; top: calc(50% - 4px); }
  #toggle .close::before,
  #toggle .close::after{ margin-top: 0; }
  #toggle .close::before{ transform: rotate(-45deg); }
  #toggle .close::after{ transform: rotate(-135deg); }
  #menu { opacity: 0; transition: .3s; display: none;}
  #menu.open { display: block !important; opacity: 1; transition: .1s; }
  .nav-menu { background: rgba(0,0,0,.8); height: 100%; height: 100vh; position: fixed; top: 0; transition: .3s; width: 100%; width: 100vw; z-index: 10; }
  .nav-menu li:first-child { border-bottom: 1px solid #666; height: 45px; }
  .nav-menu li a { border-bottom: 1px solid #666; color: #fff; display: inherit; font-size: 14px; line-height: 1em; padding: 14px 0; width: 100%; text-align: center; }

  /* = parts
  ------------------------------------------------------------------------------------------*/
  .pc-none { display: block; }
  .sp-none { display: none; }

  /* 横並びbox */
  .float-box,
  .float-box .box01,
  .float-box .box02,
  .float-box .box03 { width: 100%;}
  .float-box .box02,
  .float-box .box03 { float: none; margin: 0 0 5% 0; }
  .float-box .box04 { width: 48%; }
  .table-box .box02,
  .table-box .box03 { display: block; width: 100%; }
  .table-box .box04 { width: 50%; }


  /* textAlign */
  .sp-text-left { text-align: left; }
  .sp-text-right { text-align: right; }
  .sp-text-center { text-align: center; }

  /* margin */
  .sp-mb-05vw { margin-bottom: .5vw !important; }
  .sp-mb-1vw { margin-bottom: 1vw !important; }
  .sp-mb-2vw { margin-bottom: 2vw !important; }
  .sp-mb-3vw { margin-bottom: 3vw !important; }
  .sp-mb-4vw { margin-bottom: 4vw !important; }
  .sp-mb-5vw { margin-bottom: 5vw !important; }
  .sp-mb-6vw { margin-bottom: 6vw !important; }
  .sp-mb-7vw { margin-bottom: 7vw !important; }
  .sp-mb-8vw { margin-bottom: 8vw !important; }
  .sp-mb-9vw { margin-bottom: 9vw !important; }
  .sp-mb-10vw { margin-bottom: 10vw !important; }

  /* linkButton */
  .link-button a { }
  .copy_btn::after { right: 10px;}

  /* 16:9 wrap(youteubeとか) */
  .video-outer-wrap { width: 92%; }

  /* periodBox */
  .period-box { font-size: 18px; line-height: 1.2em; margin-bottom: 4vw; padding: .6em 0; width: 90%; }

  /* textList(div等で囲む) */
  .text-list p,
  .text-list ul li { padding-bottom: 2px; }
}
/* css add*/
.flex-box{ display: flex; flex-wrap: wrap; width: 100%; margin-bottom: -5%;}
.flex-box .box01 { width: 100%; margin-bottom: 5%;}
.flex-box .box02,
.flex-box .box03,
.flex-box .box04 { margin: 0 0% 5% 0; }
.flex-box .box02 { max-width: 48%; flex-basis: 48%; margin-right: 4%;}
.flex-box .box03 { max-width: 31.3%; flex-basis: 31.3%; margin-right: 3%;}
.flex-box .box04 { max-width: 22%; flex-basis: 22%; margin-right: 4%;}
.flex-box .box02:nth-of-type(2n),
.flex-box .box03:nth-of-type(3n),
.flex-box .box04:nth-of-type(4n){margin-right: 0;}
.text-link{text-decoration: underline;}
.text-link:hover{text-decoration: none;}
.big-text{font-size: 24px; line-height: 1.4em;}
.mid-text{font-size: 20px; line-height: 1.4em;}
.min-text{font-size: 14px; line-height: 1.4em;}
.marker-text{ background: linear-gradient(transparent 50%, #fffc00 0%);}

.main-wrap { display: block; margin: 0 auto; padding: 40px 0 100px; max-width: 1000px; width: 92%; }
.main-wrap img{width: 100%;}

.section-wrap{}
.section-wrap:not(:last-of-type){margin-bottom: 50px;}

.content-wrap:not(:last-of-type){margin-bottom: 40px;}

.section-heading{}

.add-wrap{margin: 0 auto;}
.border-wrap{border:3px solid; box-sizing: border-box; padding: 25px 30px;  background-color: #fff;}
.red-box{border-color: #dd0000;}

.bottomfix {position: fixed; bottom: 0; width: 100%; background-color: rgba(0,0,0,.6); z-index: 9; padding: 40px 0; box-sizing: border-box; transition-duration: .3s; }
.bottomfix .fixed-button a {background-color: #e85399; color: #fff; font-weight: bold; font-size: 18px;}

@media screen and (max-width: 768px){
.flex-box{ width: 100%;}
.flex-box .box01 { width: 100%;}
.flex-box .box02,
.flex-box .box03,
.flex-box .box04 { margin: 0 0% 5% 0; }
.flex-box .box02,
.flex-box .box03 { max-width: 100%; flex-basis: 100%; margin-right: 0;}
.flex-box .box04 { max-width: 48%; flex-basis: 48%; margin-right: 4%;}
.flex-box .box02:not(:last-of-type),
.flex-box .box03:not(:last-of-type){margin-right: 0;}
.flex-box .box04:not(:last-of-type){margin-right: 4%;}
.flex-box .box02:nth-of-type(2n),
.flex-box .box03:nth-of-type(3n),
.flex-box .box04:nth-of-type(4n){margin-right: 0%;}
.flex-box .box04:nth-of-type(2n){margin-right: 0;}
.big-text{font-size: 18px;}
.mid-text{font-size: 16px;}
.min-text{font-size: 12px;}

.main-wrap {width: 100%; padding: 40px 0 70px; }

.section-wrap{}
.section-wrap:not(:last-of-type){margin-bottom: 40px;}

.content-wrap:not(:last-of-type){margin-bottom: 30px;}

.section-heading{}

.add-wrap{width: 92%;}
.border-wrap{padding: 15px 20px;}

.bottomfix {padding: 30px 0 30px; }
.bottomfix a{width: 92%;}
}

/* = about
------------------------------------------------------------------------------------------*/
#about .fellow-h{position: relative; font-size: 18px; line-height: 1em; font-weight: bold; padding-left: 153px; margin-bottom: 1em;}
#about .fellow-h::before{position: absolute; content: ""; background-size: contain; background-repeat: no-repeat; background-image: url(https://eplus.jp/s/eplus/img/icon_fellow.svg); width: 143px; height: 26px; left: 0; top: 50%; transform: translate3d(0,-50%,0);}
#about .comment{line-height: 1.8em;}
@media screen and (max-width: 768px){
#about {width: 92%; margin: 0 auto 40px;}
#about .fellow-h{font-size: 16px;}
}

/* = step
------------------------------------------------------------------------------------------*/
#step .step-block:not(:last-of-type){margin-bottom: 60px;}
#step .step-block .step-h{text-align: center; border-top: 6px solid; border-radius: 6px 6px 0 0; font-size: 22px; line-height: 1.4em; padding: 1em .2em; font-weight: bold;}
#step .step-block .step-h .icon{position: relative; padding-right: 40px;}
#step .step-block .step-h .icon::after{position: absolute; content: ""; background-repeat: no-repeat; background-size: contain; right: 0; top: 50%; transform: translate3d(0,-50%,0);}
#step .step-block .step-h .icon.men::after{background-image: url(../images/m_icon.png); width: 28px; height: 42px;}
#step .step-block .step-h .icon.women::after{background-image: url(../images/w_icon.png); width: 32px; height: 44px;}
#step .step-block .step-h .num-txt{font-style: italic; margin-right: 1.2em; font-size: 1.2em;}
#step .step-block .block-inner{background-color: #fff; box-sizing: border-box; padding: 45px 50px 65px;}
#step .step-block .comment{font-weight: bold; text-align: center; font-size: 18px; line-height: 1.5em;}
#step .slide li{border:2px solid; border-radius: 2px; box-sizing: border-box; padding: 25px 35px 30px; background-color: #fff;}
#step .slide li p{font-size: 16px; line-height: 1.5em; margin-bottom: 1em;}
#step .step-block .b-co{font-weight: bold;}
#step .step-block .note-wrap{background-color: #f6f6f6; box-sizing: border-box; padding: 20px 35px; max-width: 550px; margin:0 auto; }
#step .block-content-wrap:not(:last-of-type){margin-bottom: 30px;}
#step .step-block.color-pur .step-h{color: #602b91; border-color: #9c68cc; background-color: #f9f3ff;}
#step .step-block.color-b .step-h{color: #003d8f; border-color: #4292ff; background-color: #f2f8ff;}
#step .step-block.color-p .step-h{color: #4f4c4b; border-color: #e85298; background-color: #fff0f7;}
#step .step-block.color-pur .comment{color: #602b91;}
#step .step-block.color-b .comment{color: #003d8f;}
#step .step-block.color-p .comment{color: #4f4c4b;}
#step .step-block.color-pur .b-co{color: #602b91;}
#step .step-block.color-b .b-co{color: #003d8f;}
#step .step-block.color-p .b-co{color: #4f4c4b;}
#step .step-block.color-p .text-list{color: #4f4c4b;}
#step .step-block.color-pur .slide li{border-color: #ebdff7;}
#step .step-block.color-b .slide li{border-color: #d8eaff;}
#step .step-block.color-p .slide li{border-color: #ffd7ea;}
#step .comp{ }
#step .comp-txt{color: #4f4c4b; font-size: 24px; line-height: 1.5em; font-weight: bold;max-width: 600px; margin:0 auto;}
#step .comp-inner{position: relative; padding-left: 95px; display: inline-block;}
#step .comp-inner::before{position: absolute; content: ""; background-repeat: no-repeat; background-size: contain; left: 0; top: 50%; transform: translate3d(0,-50%,0);background-image: url(../images/mw_icon.png); width: 81px; height: 56px;}
@media screen and (max-width: 768px){
#step .step-block:not(:last-of-type){margin-bottom: 45px;}
#step .step-block .step-h{ border-radius: 0 0 0 0;font-size: 17px;}
#step .step-block .step-h .icon{display: block;padding: 0 0 50px;}
#step .step-block .step-h .icon::after{right: inherit; left: 50%; top: inherit; bottom: 0; transform: translate3d(-50%,0,0);}
#step .step-block .step-h .num-txt{margin-right: .8em; font-size: 1.1em;}
#step .step-block .block-inner{padding: 20px 20px 30px;}
#step .step-block .comment{font-size: 16px; text-align: left;}
#step .slide li{padding: 15px 25px 25px;}
#step .slide li p{font-size: 14px;}
#step .step-block .note-wrap{ padding: 15px 15px;}
#step .block-content-wrap:not(:last-of-type){margin-bottom: 20px;}
#step .comp{ width: 92%; margin: 0 auto;}
#step .comp-txt{font-size: 18px; text-align: center;}
#step .comp-inner{ padding:65px 0 0;}
#step .comp-inner::before{left: 50%; top: 0; transform: translate3d(-50%,0,0); width: 81px; height: 56px;}
}

/********************** slick *******************************/
.slide{ position:relative;}
.slide li{ margin:0 -2%;}
.slide li img{ width:100%;}
.slick-list{ height:100%; padding:0 26% !important;}
.slick-slide img{ opacity:0.5;}
.slick-center{ position: relative; z-index: 10; transform: scale(1) !important;}
.slick-center p,
.slick-center img{ opacity: 1;}

.slide img{ border: 1px solid #ccc;}

@media only screen and (max-width: 639px){
.slide li{ margin:1%;}
.slick-list{ height:inherit; padding:0 1% !important;}
.slide.s2 li img{ width:100%;}

.slick-slide p,
.slick-slide img{ opacity:1;}

}


.slick-slider{ margin:0; }

.slick-slide{padding:0;
-moz-transition: .2s; 
-webkit-transition: .2s; 
-o-transition: .2s; 
-ms-transition: .2s; 
transition: .2s;}

.slick-slide img{ 
-moz-transition: .2s; 
-webkit-transition: .2s; 
-o-transition: .2s; 
-ms-transition: .2s; 
transition: .2s;}

.slick-active{
-moz-transition: .2s; 
-webkit-transition: .2s; 
-o-transition: .2s; 
-ms-transition: .2s; 
transition: .2s;}

.slick-track:before,
.slick-track:after {display: table; content: ''; }
.slick-track:after {clear: both; }
.slick-loading .slick-track {visibility: hidden; }
.slick-slide {display: none; float: left; outline: none; height: 100%; min-height: 1px; opacity: .9; margin: 0 1px; transform: scale(0.8);}
.slick-initialized .slick-slide {display: block; }


.slick-dots{ bottom:30px;}
.slick-prev:before, .slick-next:before{ font-size:60px; color:#000;}



.slick-prev,
.slick-next{ width:46px; height:46px; background-repeat:no-repeat; background-size:contain; background-color: transparent; border: none; text-indent: -9999px; outline: none; position:absolute; top: 50%; z-index:4; margin-top: -30px;}
.slick-prev{ left:19%;}
.slick-next{ right:19%;}
.three .slick-prev{ left:20%;}
.three .slick-next{ right:20%;}

#step .step-block.color-pur .slick-prev{ background-image:url(../images/how_p_arrow_pur.png);}
#step .step-block.color-pur .slick-next{ background-image:url(../images/how_n_arrow_pur.png);}
#step .step-block.color-b .slick-prev{ background-image:url(../images/how_p_arrow_b.png);}
#step .step-block.color-b .slick-next{ background-image:url(../images/how_n_arrow_b.png);}
#step .step-block.color-p .slick-prev{ background-image:url(../images/how_p_arrow_p.png);}
#step .step-block.color-p .slick-next{ background-image:url(../images/how_n_arrow_p.png);}

.slick-disabled{ display:none !important; transition:.3s;}

@media only screen and (max-width: 639px){
.slick-slide {transform: scale(1);}
.slick-prev,
.slick-next{ width:40px; height:40px; margin-top: -16px; background-size:40px !important;}
.slick-prev{ left:-2%;}
.slick-next{ right:-2%;}
.three .slick-prev{ left:-3%;}
.three .slick-next{ right:-3%;}

}
