/*
outlineグループのnav
*/
.oulnav {
  margin-top: 10px;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 50px;
}

.oulnav a {
  width: 47.47%;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #fff;
  /* en */
  min-height: 102px;
}

.oulnav a {
  margin-right: calc(100% - (47.47% * 2));
  padding: 4px 7px 4px;
  margin-bottom: 18px;
}

.oulnav a:nth-of-type(3n) {
  margin-right: calc(100% - (47.47% * 2));
}
.oulnav a:nth-of-type(2n) {
  margin-right: 0;
}

.oulnav_ttl {
  color: #930012;
  font-size: 25px;
  font-weight: bold;
  line-height: 20px;
  margin-top: 6px;
  letter-spacing: -0.4px;
}

.oulnav_int {
  font-size: 12px;
  font-weight: bold;
}

@media only screen and (min-width: 641px) {
  .oulnav {
    margin-top: 10px;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 85px;
  }

  .oulnav a {
    width: 31.25%;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: #fff;
  }

  .oulnav a {
    margin-right: calc((100% - (31.3% * 3)) / 2);
    padding: 18px 18px 15px;
    margin-bottom: 34px;
  }

  .oulnav a:nth-of-type(2n) {
    margin-right: calc((100% - (31.3% * 3)) / 2);
  }

  .oulnav a:nth-of-type(3n) {
    margin-right: 0;
  }

  .oulnav_ttl {
    color: #930012;
    font-size: 25px;
    font-weight: bold;
    line-height: 32px;
    letter-spacing: -0.4px;
    margin-top: 0;
  }

  .oulnav_int {
    font-size: 18px;
    font-weight: bold;
  }
}
