@charset "UTF-8";
.adjust-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 50px;
  margin-bottom: 92px;
}
@media screen and (max-width: 767px), print {
  .adjust-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 16px;
    gap: 35px 0;
  }
}
.adjust-inner .insta-feed__ttl {
  color: #000000;
  font-size: 38px;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 14px;
  text-align: center;
}
@media screen and (max-width: 767px), print {
  .adjust-inner .insta-feed__ttl {
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 6px;
  }
}