@media print, screen and (min-width: 768px) {
  .under .container {
    max-width: 905px;
  }
}

.under .other__link {
  padding: 0;
  border: none;
}

@media print, screen and (min-width: 768px) {
  .under .other__link {
    margin: 50px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .under .other__link {
    margin: 30px 0 0;
  }
}

@media print, screen and (min-width: 768px) {
  .under .other__link.is-3col li {
    width: calc((100% - 70px) / 3);
    margin: 0 35px 0 0;
    font-size: 20px;
  }
  .under .other__link.is-3col li::before {
    border-bottom: 2px solid #3e3a39;
  }
}

@media only screen and (max-width: 767px) {
  .under .other__link.is-3col li {
    width: 100%;
    margin-right: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .under .other__link.is-3col li:nth-child(3n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .under .other__link.is-3col li:not(:first-child) {
    margin-top: 20px;
  }
}

.under .other__link.is-3col li span {
  display: block;
  color: #666;
  line-height: 1.5;
}

@media print, screen and (min-width: 768px) {
  .under .other__link.is-3col li span {
    font-size: 14px;
    margin-top: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .under .other__link.is-3col li span {
    font-size: 12px;
    margin-top: 8px;
  }
}

@media print, screen and (min-width: 768px) {
  .under .other__link.is-3col li a {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .under .other__link.is-3col li a {
    font-size: 16px;
    padding-right: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .under .other__link.is-3col li .arrow-lg::after {
    width: 34px;
    height: 7px;
  }
}

@media only screen and (max-width: 767px) {
  .under .other__link.is-3col li .arrow-lg::after {
    width: 23px;
  }
}

.under .other__link--list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.under .partners--2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #f0f0f0;
}

@media print, screen and (min-width: 768px) {
  .under .partners--2col {
    padding: 35px;
    margin-top: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .under .partners--2col {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 25px 20px;
    margin-top: 50px;
  }
}

.under .partners--2col__item:first-child {
  text-align: center;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  .under .partners--2col__item:first-child {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .under .partners--2col__item:first-child img {
    width: 174px;
    height: 158px;
  }
}

.under .partners--2col__item:last-child {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .under .partners--2col__item:last-child {
    max-width: 510px;
  }
}

.under .partners--2col .under--title01 {
  color: #222;
  font-weight: bold;
  margin-bottom: 15px;
}

@media print, screen and (min-width: 768px) {
  .under .partners--2col .under--title01 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .under .partners--2col .under--title01 {
    font-size: 17px;
  }
}

.under .partners--2col .under--text {
  line-height: 1.5;
}

.under .partners--2col .under--text.is-end {
  border-top: 1px solid #d1d1d1;
  padding-top: 15px;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .under .partners--2col .under--text.is-end {
    font-size: 14px;
  }
}
