@charset "utf-8";

@media only screen and (max-width:768px) {

  /* ■■■■■■■■■■■お知らせスライダー■■■■■■■■■■■ */
  .oshirase-cover {
    width: 100%;
    display: none;
  }

  /* ■■■■■■■■■■■トップイメージスライダー■■■■■■■■■■■ */
  .topImage {
    display: none;
  }

  .topImage2 {
    display: block;
    width: 100%;
  }

  .topImage2 ul {
    width: 100%;
  }

  .slick-list {
    width: 100%;
  }

  .slick-list div {
    width: 100%;
  }

  .slick-list div li {
    width: 100%;
  }

  .slick-list div li img {
    width: 100%;
  }

  ul.slick-dots {
    display: none!important;
  }

  /* ■■■■■■■■■■■ご挨拶■■■■■■■■■■■ */
  .intro-title {
    width: 100%;
    font-size: 25px;
  }

  .introduce {
    width: 100%;
    padding: 20px 20px 22px;
    border-radius: 0px;
    height: auto;
  }

  /* ■■■■■■■■■■■活動報告■■■■■■■■■■■ */
  .top-katudohokoku-title {
    padding: 40px 0px 22px;
    width: 100%;
    font-size: 25px;
  }

  .top-katudohokoku {
    display: none;
  }

  .top-katudohokoku-res {
    display: block;
    width: 100%;
    height: auto;
    padding: 0px 0px 10px;
    background-color: white;
  }

    /* ■記事エリア■ */
  .top-katudohokoku-res article {
    width: 100%;
    border-bottom: 1px solid rgb(158, 158, 158);
    padding: 15px 0px 15px;
  }

  .top-katudohokoku-res article h3 {
    font-size: 30px;
    text-align: center;
    margin: 0px auto 10px;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
    font-style: normal;
  }

  /* 記事ボックス */
  .article-box {
    display: flex;
    justify-content: space-between;
    height: 140px;
    width: 100%;
    padding: 0px 15px 0px;
  }

  .article-box p {
    display: block;
    width: 70%;
  }

  .article-box img {
    display: block;
    width: 28%;
    height: 86%;
    object-fit: cover;
    overflow: hidden;
    object-position: top;
    margin: 6px 0px 0px;
  }

  /* オーサーボックス */
  .top-katudohokoku-res .author-box {
    display: block;
    width: 100%;
    height: auto;
  }

  .author-box .author-tag {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 50px;
  }

  .author-box .author-tag img {
    display: block;
    height: 100%;
    width: auto;
    margin: 0px;
  }

  .author-box .author-tag p {
    display: block;
    font-size: 20px;
    margin: 15px;
  }

  .author-box .author-tag div {
    display: flex;
    justify-content: center;
  }

  .author-box .tags {
    width: 100vw;
    display: flex;
    justify-content: center;
    padding: 8px 0px 0px;
  }


/* 一覧ページへ */
.view-more {
  width: 80%;
  height: 50px;
  margin: 30px auto 30px;
  padding: 12px;
  font-size: 25px;
}

}