@charset "utf-8";

/* ---------------------------------------------------- */
/* お知らせ　info/index.html */
/* ---------------------------------------------------- */
#link-info {
  max-width: 1350px !important;
  width: 96%;
  margin: 0 auto;
  padding: 3rem 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;

  & .info-title {
    width: 100%;
    height: 140px;
    text-align: center;
    margin-bottom: 30px;

    & img {
      width: auto;
      height: 100%;
      margin: 0 auto;
    }
  }
}

.info-lv1 {
  background-color: blueviolet;
  color: #FEEEED;
  padding: 0.3rem 0.5rem;
  border-radius: 0.5rem;
  font-size: 0.8em;
}

/* ＋＋＋＋＋＋＋＋＋＋＋＋＋＋＋＋＋＋＋＋＋＋＋＋＋＋＋＋＋＋＋＋＋ */
/* レスポンシブ対応 768px未満*/
/* ＋＋＋＋＋＋＋＋＋＋＋＋＋＋＋＋＋＋＋＋＋＋＋＋＋＋＋＋＋＋＋＋＋ */
@media screen and (max-width:767px) {

  #link-info {
    padding: 2rem 0 !important;

    & .info-title {
      height: 100px;
    }
  }
}