.syameContents:last-of-type {
  margin-bottom: 0;
}

.syameContents>div {
  border: 1px solid #bbb;
  box-sizing: border-box;
}

.syameContents .title {
  font-weight: bold;
  line-height: 1.6;
}

.syameContents .date {
  color: #444;
  line-height: 1.6;
}

.syameItem {
  display: flex;
  flex-wrap: wrap;
}

.syameItem .image img {
  width: 100%;
  height: auto;
}

.syameItem .text {
  max-width: 100%;
  line-height: 1.5;
  word-wrap: break-word;
}

.syameItem .text * {
  text-align: left!important;
}

.syameItem .text img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: normal;
}

.pager li:first-of-type, .pager li:last-of-type {
  transform: scale(0.5, 1);
  line-height: 30px;
  height: 30px;
  font-size: 34px;
}

.pager li:first-of-type button, .pager li:last-of-type button {
  border: none;
  height: 100%;
  line-height: 30px;
  background: transparent;
  color: inherit;
  font-size: inherit;
}

@media screen and (min-width: 981px) {
  .syamecontentsWrap {
    width: 100%;
    margin: 40px auto;
  }

  .bannerHeadline {
    margin-top: 25px;
  }

  .syameContents {
    margin-bottom: 40px;
    padding-top: 100px;
    margin-top: -100px;
  }

  .syameContents>div {
    padding: 20px;
  }

  .syameContents .title {
    font-size: 26px;
  }

  .syameContents .date {font-size: 18px;}

  .syameItem {
    justify-content: space-between;
    margin-top: 10px;
  }

  .syameItem .image {
    width: 360px;
  }

  .syameItem .text {
    width: 540px;
    font-size: 18px;
  }

  .syameItem .text * {
    font-size: 18px!important;
  }

  .pager {
    height: 48px;
    line-height: 48px;
  }

  .pager ul {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

  .pager li {
    display: inline-block;
    font-size: 14px;
    margin: 0 7px;
    width: 30px;
    height: 30px;
    color: #c2ad61;
  }

  .pager li:first-of-type, .pager li:last-of-type {
    transform: scale(0.5, 1);
    line-height: 30px;
    height: 30px;
    font-size: 34px;
  }

  .pager li.leader {
    font-size: 18px;
    margin: 0;
    line-height: 22px;
    width: auto;
  }

  .pager button, .pager span {
    background-color: #ffffff;
    border-radius: 50%;
    color: inherit;
    font-size: 100%;
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: block;
    line-height: 29px;
    border: 1px solid;
    box-sizing: border-box;
    transition: all .3s ease;
    font-family: inherit;
    font-weight: normal;
    margin: 0;
    text-indent: 0;
    letter-spacing: 0;
  }

  .pager button:hover, .pager span {
    background: #c2ad61;
    color: #ffffff;
    font-weight: normal;
    width: 100%;
    height: 100%;
    display: block;
    line-height: 30px;
    transition: all .3s ease;
  }
  
  .moreReadBtn a {
    width: 360px;
  }

}

@media screen and (max-width: 980px) {
  .bannerHeadline {
    margin-top: 6vw;
  }

  .syamecontentsWrap {
    width: 96%;
    margin: 4% auto 10%;
  }

  .syameContents {
    margin-bottom: 4%;
    padding-top: 15vw;
    margin-top: -15vw;
  }

  .syameContents>div {
    padding: 3%;
  }

  .syameContents .title {
    font-size: 5vw;
  }

  .syameContents .date {
    font-size: 3.6vw;
  }

  .syameItem {
    margin-top: 2%;
  }

  .syameItem .image {
    width: 100%;
    text-align: center;
  }

  .syameItem .image img {
    width: auto;
    max-width: 100%;
  }

  .syameItem .text {
    width: 100%;
    margin-top: 3%;
  }

  .syameItem .text * {
    font-size: 3.6vw!important;
  }

  .syameItem .text img {
    margin: 0 auto;
  }

  .pager {
    padding: 3.125% 0;
  }

  .pager ul {
    text-align: center;
    height: 6vw;
  }

  .pager li {
    display: inline-block;
    font-size: 4.5vw;
    color: #c2ad61;
    width: 6vw;
    height: 6vw;
    line-height: 6vw;
    margin: 0 1vw;
  }

  .pager li:first-of-type, .pager li:last-of-type {
    height: 6vw;
    line-height: 6vw;
    font-size: 6vw;
    margin: 0;
    vertical-align: -15%;
  }

  .pager li.leader {
    margin: 0;
    line-height: 4vw;
    height: 4vw;
    vertical-align: 22%;
    width: auto;
  }

  .pager button {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 50%;
    color: inherit;
    text-decoration: none;
    font-size: 3.44vw;
    font-weight: normal;
    display: block;
    width: 6vw;
    height: 6vw;
    line-height: 5.8vw;
    border: 1px solid;
    box-sizing: border-box;
  }

  .pager span {
    border-radius: 50%;
    background: #c2ad61;
    color: #ffffff;
    font-weight: normal;
    font-size: 3.44vw;
    display: block;
    width: 6vw;
    height: 6vw;
    line-height: 5.8vw;
  }

  .moreReadBtn {
    width: 78%;
    height: 10vw;
    line-height: 10vw;
  }

}
