@charset "utf-8";
/* CSS Document */

.index_heading2 {
  margin-top: 60px;
  margin-bottom: 40px;
  background-color: #f0f0f0;
  display: flex;
  font-weight: bold;
}
.index_heading2 a {
  display: block;
  width: 100%;
  padding: 11px 15px 11px 36px;
  background: url(/common/images/ico_arrow_l01.png) no-repeat 15px center;
  color: #333;
  text-decoration: none;
  align-items: center;
}
.index_heading2 a:hover {
  background-color: #e5e5e5;
}

@media screen and (min-width: 768px) {
  .indexBoxList {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    box-sizing: border-box;
  }
  .indexBoxList > li {
    width: calc((100% - 80px) / 3);
  }

  .indexBox01 {
    padding: 16px 18px 18px;
    height: calc(100% - 34px);
  }

  .indexBox01 .h3_arrow01 {
    padding-left: 18px;
    font-size: 15px;
    letter-spacing: -.02em;
  }
}


@media screen and (max-width: 767px) {
  .index_heading2 {
    margin-top: 50px;
    margin-bottom: 15px;
  }
  .indexBox01 {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
  }
  .indexBox01 figure {
    width: 135px;
    margin: 0 20px 0 0 !important;
    padding: 0;
  }
  .indexBox01 figure img {
    width: 100%;
    height: auto;
  }
  .indexBox01 .h3_arrow01 {
    font-size: 15px;
    letter-spacing: -.02em;
  }
}
