.pB120 {
  padding-bottom: 120px;
}

.fs18 {
  font-size: 1.8rem;
}

.flex_center {
  align-items: center;
}

.steps.cmn_heading03.--with_img {
  font-size: 2.4rem;
}

.steps.cmn_heading03.--with_img .img {
  width: 68px;
  height: 68px;
  min-width: 68px;
}

.steps.cmn_heading03._sml.--with_img {
  font-size: 1.8rem;
}

.steps.cmn_heading03._sml.--with_img .img {
  width: 56px;
  height: 56px;
  min-width: 56px;
}

.arrow_top {
  position: relative;
  padding-top: 80px;
  margin-top: 50px;
}

.arrow_top:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 64px solid transparent;
  border-right: 64px solid transparent;
  border-top: 51px solid #ccc;
  display: inline-block;
}

.slider {
  width: 460px;
  margin: 40px auto 70px !important;
}

.slider .cmn_round_box {
  padding: 30px 20px;
  text-align: left;
}
.slider .cmn_round_box .img img {
  margin: 0 auto;
}

.slick-prev,
.slick-next {
  transform: translate(0);
  bottom: -50px;
  top: auto;
  z-index: 200;
  width: 32px;
  height: 32px;
  background-color: #656565;
  border-radius: 50%;
  opacity: 1;
}

.slick-dots {
  bottom: -45px;
}

.slick-next {
  right: 160px;
}

.slick-next:before {
  content: '';
  background: url(/security/initiatives/certification/img/certification_slider_arrow_img.png);
  width: 15px;
  height: 14px;
  background-size: 100%;
  display: block;
  margin: 0 8px;
}

.slick-next:disabled:before {
  background: url(/security/initiatives/certification/img/certification_slider_disable_arrow_img.png);
  transform: rotate(180deg);
}

.slick-prev {
  left: 160px;
}

.slick-prev:before {
  content: '';
  background: url(/security/initiatives/certification/img/certification_slider_arrow_img.png);
  width: 15px;
  height: 14px;
  background-size: 100%;
  display: block;
  margin: 0 8px;
  transform: rotate(180deg);
}

.slick-prev:disabled:before {
  background: url(/security/initiatives/certification/img/certification_slider_disable_arrow_img.png);
  transform: rotate(0);
}

.slick-prev:before,
.slick-next:before {
  color: #000;
  opacity: 1;
}

button:disabled {
  background-color: #CCCCCC !important;
  cursor: not-allowed;
}

button:disabled:hover {
  background-color: #CCCCCC !important;
}

.slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
}

.slick-dots li.slick-active {
  width: 25px;
}

.slick-dots li button:before {
  width: 10px;
  height: 10px;
  line-height: 10px;
  content: '';
  background-color: #B0B0B0;
  border-radius: 50%;
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #656565;
  width: 25px;
  border-radius: 10px;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background: #656565;
}
.slider-none.flex {
  display: flex;
  margin: 70px 0 50px;
}
.slider-none.flex .cmn_round_box {
  width: 49%;
  margin-right: 2%;
}
.slider-none.flex .cmn_round_box:last-child {
  margin-right: 0;
}
@media screen and (min-width:642px) {
  .slider {
    width: 460px;
    margin: 40px 0 70px !important;
    position: absolute;
    right: 250px;
  }

  .slider .cmn_round_box {
    width: 460px !important;
    height: 625px !important;
  }
  .slider .cmn_round_box:last-child {
    margin-left: 20px;
  }
/*
  .slider_container {
    position: relative;
    height: 735px;
  }
*/
  .main_area {
    overflow: hidden;
  }
  .slick-list {
    overflow: visible;
  }
  .slick-track {
    width: 940px !important;
  }
  .w332PC {
    width: 332px;
  }
}
@media screen and (max-width:641px) {
  .pB120 {
    padding-bottom: 104px;
  }

  .steps.cmn_heading03.--with_img {
    font-size: 2.0rem;
    text-align: left;
  }

  .steps.cmn_heading03._sml.--with_img {
    font-size: 2.0rem;
  }

  .arrow_top {
    padding-top: 60px;
    margin-top: 30px;
  }

  .arrow_top:after {
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 32px solid #ccc;
  }

  .slider {
    width: 100%;
    margin: 40px auto 70px !important;
  }

  .slick-next {
/*    right: 90px;*/
    right: 78px;
  }

  .slick-prev {
/*    left: 90px;*/
    left: 70px;
  }
  .slick-dots {
    left: -3px;
  }
  .sp_no_gap {
    gap: 0 !important; 
  }
  .cmn_btn_wrap.diffSp {
    width: 255px;
    margin: 0 auto;
  }
  .cmn_btn_wrap.diffSp .cmn_btn_secondary {
    padding: 14px 43px 14px 23px;
  }
  
/*
  .slick-list {
   margin-left: -20px;
  }
*/

  .slider {
    width: 286px;
    margin: 40px 0 70px !important;
    position: absolute;
    left: 50%;
    transform: translateX(-53%)
  }

  .slider .cmn_round_box {
    width: 286px !important;
    height: 555px !important;
  }
  .slider .cmn_round_box:last-child {
    margin-left: 20px;
  }
/*
  .slider_container {
    position: relative;
    height: 635px;
  }
*/
  .main_area {
    overflow: hidden;
  }
  .slick-list {
    overflow: visible;
  }
  .slick-track {
    width: 600px !important;
  }
  .slider-none.flex {
    display: block;
    margin: 50px 0 30px;
  }
  .slider-none.flex .cmn_round_box {
    width: 100%;
    margin-right: 0;
  }
  .slider-none.flex .cmn_round_box:first-child {
    margin-bottom: 20px;
  }
/*
  .slider-none.flex .steps.cmn_heading03._sml.--with_img {
    font-size: 1.2rem;
    align-items: flex-start;
  }
  .slider-none.flex .steps.cmn_heading03._sml.--with_img .img {
    width: 36px;
    height: 36px;
    min-width: 36px;
  }
*/
}

@media print,screen and (min-width:642px){
	.sp_only_02{display: none!important;}
	.sp_only_ib{display: none!important;}
}
@media screen and (max-width:641px){
	.pc_only_02{display: none!important;}
	.pc_only_ib{display: none!important;}
}