@charset "utf-8";

.cmn_imgtxt_wrap .item._custom {
  margin-bottom: auto;
  padding: 40px;
  background: #fff;
  border-radius: 10px;
}
.section_block {
  margin-top: 64px;
}
.section_block02 {
  margin-top: 72px;
}
.box_pink {
  padding: 48px;
  background: #F9EEEE;
  border-radius: 10px;
}
.box_white {
  padding: 32px;
  background: #FFF;
  border-radius: 10px;
}
.cRed {
  color: #E90303;
}
.flex {
  display: flex;
  justify-content: space-between;
}
.flex_item {
  max-width: 420px;
  width: 100%;
}
.mw-245 {
  max-width: 245px;
}
@media screen and (min-width:641px){
  .w160PC {
    width: 160px;
  }
}
@media screen and (max-width:640px){
  .cmn_imgtxt_wrap .item._custom {
    padding: 24px;
  }
  .cmn_imgtxt_wrap .item._custom img {
    width: 160px;
  }
  .section_block { 
    margin-top: 40px; 
  }
  .section_block02 { 
    margin-top: 56px; 
  }
  .sp_mT32 {  margin-top: 32px !important; }
  .sp_mT24 {  margin-top: 24px !important; }
  .flex {
    flex-direction: column;
    gap: 24px;
  }
  .flex_item {
    max-width: unset;
    width: 100%;
  }
  .box_pink {
    padding: 20px;
  }
  .box_pink {
    padding: 32px 41px;
  }
  .cmn_w100p_wrap > .inner {
    padding: 40px 24px;
  }
}

.steps_block {
  position: relative;
  margin: 131px 0;
  padding: 40px;
  background: #fff;
  border-radius: 10px;
}

.steps_block:first-child {
  margin-top: 0;
}

.steps_block:last-child {
  margin-bottom: 0;
}

.steps_block:not(:last-child)::after {
  content: '';
  background: url('/security/initiatives/usage_info/img/icon_arrow.svg') no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -90px;
  left: 50%;
  transform: translateX(-50%);
  width: 128px;
  height: 51px;
}

.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;
}

.slick-slide {
  margin: 0 10px;
}

.slider {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.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: 385px;
}

.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: 385px;
}

.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 6px;
}

.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;
}

.cmn_anchor_list .anchor {
  border-bottom: none;
}

.inn {
  max-width: 976px;
  margin: 0 auto;
  padding: 0 8px;
}

.slick-track {
  padding: 5px 0 10px;
}

.slider .card {
  padding: 32px 24px 40px;
  border-radius: 10px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.16);
}

.slider .card .card_link {
  margin-top: 24px;
}

.slider .card .card_link .cmn_text_link {
  margin-top: 24px;
  font-size: 1.6rem;
}

@media screen and (max-width:640.999px) {
  .slider .card {
    padding: 32px 21px;
  }

  .slider .card .card_link .cmn_text_link {
    font-size: 1.4rem;
  }

  .inn {
    padding: 0 6.4%;
  }

  .steps_block {
    margin: 80px 0;
    padding: 24px;
  }

  .steps_block:first-child {
    margin-top: 0;
  }

  .steps_block:last-child {
    margin-bottom: 0;
  }

  .steps_block:not(:last-child)::after {
    width: 80px;
    height: 32px;
    bottom: -55px;
  }

  .steps.cmn_heading03.--with_img {
    font-size: 2.0rem;
    text-align: left;
  }

  .steps.cmn_heading03._sml.--with_img {
    font-size: 2.0rem;
  }

  .slider {
    width: 100%;
    margin: 40px auto 70px !important;
  }

  .slick-next {
    right: 35%;
  }

  .slick-prev {
    left: 35%;
  }

  .slick-slide {
    margin: 0 5px;
  }
  .cmn_text_link._mod {
    position: relative;
    display: block;
    padding-right: 30px;
  }
  .cmn_text_link._mod::after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin: 0;
  }
}

@media screen and (max-width:550px) {
  .slick-next {
    right: 33%;
  }

  .slick-prev {
    left: 33%;
  }
}

@media screen and (max-width:500px) {
  .slick-next {
    right: 28%;
  }

  .slick-prev {
    left: 28%;
  }
}

@media screen and (max-width:450px) {
  .slick-next {
    right: 25%;
  }

  .slick-prev {
    left: 25%;
  }
}