@charset "UTF-8";

.article {
  width: calc(calc(100% - 3em) / 2);
}
main.under section h3 {
  font-weight: 400;
  border-bottom: 1px solid #dadada;
  margin-bottom: .5em;
}
main.under section h3::after {
  content: none;
}

.article ul li a {
  position: relative;
  padding-left: 1em;
}
.article ul li a::after {
  content: "";
  background-image: url(../../../common/img/icon/icon_arrow_01.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 7px;
  position: absolute;
  left: 0;
  bottom: 9px;
  display: block;
  width: 7px;
  height: 7px;
}

@media screen and (max-width: 768px) {

  .flexbox {
    flex-direction: column;
  }
  .article {
    width: 100%;
  }
  .inner2 {
    padding:0 50px!important;
    width:100%!important;
  }
}

.inner2 {
  width: clamp(769px, 100%, 1520px);
  padding:0 130px;
  margin:0 auto;
}