@charset "UTF-8";

.wrapper {
  padding-bottom: 80px;
}

#infscr-loading {
  width: 100%;
  margin: 0 auto;
  font-size: 11px;
  clear: both;
}

#infscr-loading .comment {
  width: 260px;
  position: relative;
  top: 20px;
  padding: 20px 20px;
  margin: 0 auto;
  text-align: center;
}

#infscr-loading img {
  display: none;
}

.moreButton {
  overflow: hidden;
  height: 0;
}

.pageTitle {
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pageTitle__title {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.pageTitle__title .in {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  border-bottom: 5px solid #50B8EB;
}

.postList {
  margin-top: 40px;
}

.postList__item {
  padding: 50px 0;
  border-bottom: 1px solid #ececec;
}

.postList__item:first-child {
  border-top: 1px solid #ececec;
}

.postList__date .in {
  padding-left: 5px;
  border-left: 8px solid #50bef1;
  font-size: 13px;
  font-weight: 400;
}

.postList__title {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.352;
  letter-spacing: 0;
}

.postList__text {
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.769;
  margin-top: 15px;
}

@media print, screen and (min-width: 768px) {
  .postListWrap__inner {
    width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .postList__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .postList__date {
    width: 90px;
  }

  .postList__contents {
    width: 415px;
  }
}

@media screen and (max-width: 767px) {
  .wrapper {
    padding-bottom: 40px;
  }

  .pageTitle {
    height: 125px;
  }

  .pageTitle__title {
    font-size: 22px;
  }

  .pageTitle__title .in {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
  }

  .postList {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .postList__item {
    padding: 25px 0;
  }

  .postList__title {
    margin-top: 10px;
  }

  .postList__text {
    margin-top: 10px;
  }
}