@charset "UTF-8";

#howto_index li a {
  height: 100%;
  display: block;
  padding: 15px;
  text-decoration: none;
  color: inherit;
  border: 2px solid #ff800d;
  border-radius: 18px;
  overflow: hidden;
}

#howto_index li a strong {
  position: relative;
  color: #FFF;
  display: block;
  margin: -15px -15px 10px;
  padding: 15px;
  background: #ff800d;
}

#howto_index li a strong::after {
  position: absolute;
  content: '';
  display: block;
  width: 20px;
  height: 12px;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto 0;
  background-image: url(/common/img/arrow_white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transform: rotate(90deg);
}

@media screen and (max-width: 750px) {
  #howto_index li {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 751px), print {
  #howto_index {
    display: flex;
    justify-content: space-between;
  }

  #howto_index li a {
    padding: 20px;
  }

  #howto_index li a strong {
    text-align: center;
    margin: -20px -20px 15px;
    padding: 20px 40px;
  }

  #howto_index li {
    width: calc(33.333% - 40px / 3);
  }
}

@media screen and (min-width: 1290px) {
}
