.c-col-hv-6.l-box2 {
  height: auto;
}

.c-ttl-check {
  font-size: 1.7rem;
  line-height: 1.4;
  font-weight: bold;
  margin-top: 24px;
  margin-bottom: 16px;
}
@media screen and (min-width: 900px) {
  .c-ttl-check {
    font-size: 2.4rem;
    margin-top: 40px;
    margin-bottom: 24px;
  }
}

.l-box2-shadow:before {
  content: none;
}

@media screen and (min-width: 900px) {
  .l-box2:nth-child(odd) .l-box2-shadow-inner::before, .l-box2:nth-child(odd) .l-box2-shadow-inner::after {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    content: url(/assets/images/process/esim/icon_arrow.svg);
    transform: translateY(50%);
    bottom: 50%;
  }
  .l-box2:nth-child(odd) .l-box2-shadow-inner::before {
    left: -9px;
  }
  .l-box2:nth-child(odd) .l-box2-shadow-inner::after {
    right: -9px;
  }
  .l-box2:first-child .l-box2-shadow-inner::before {
    content: none;
  }
  .l-box2:last-child .l-box2-shadow-inner::after {
    content: none;
  }
}

@media screen and (min-width: 900px) {
  .c-accordion-setting .c-accordion-body {
    padding-right: 60px;
    padding-left: 60px;
  }
}