@charset "utf-8";
/* CSS Document */

.topInfo {
	margin-top: 60px;
  text-align: center;
  padding: 15px 0;
}

.topInfo a {
  text-decoration: underline;
}

.topInfo__txt {
  display: inline-block;
}

.top__area {
    width: 100%;
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
}

.top_snsInfo {
  text-align: right;
  padding: 0px;
  margin-bottom: 49px;
}
.top__snsArea {
  display: flex;
  justify-content: right;
}

.top__sns img {
  border-radius:50%;
  width: 40px;
  height: 40px;
  margin-right: 30px;
  transition: all 0.3s linear;
}

@media only screen and (max-width: 768px) {
  .top__sns img {
    width: 50px;
    height: 50px;
    margin-left: 28px;
    margin-right: 28px;
  }

  .topInfo {
    width: 100%;
  }

  .top_snsInfo {
    margin-top: 0px;
    margin-bottom: 49px;
    width: 100%;
    text-align: center;
    padding: 0px;
  }

  .top__snsArea {
    justify-content: center;
  }
}

.top__sns img:hover {
  opacity: 0.8;
}

.top__sns--pocket {
  display: block;
  width: 32px;
  height: 32px;
  background-color: #ee4256;
  color: #fff;
  border-radius: 16px;
  font-size: 20px;
  transition: all 0.3s linear;
}

.top__sns--pocket:hover {
  color: #fff;
  opacity: 0.8;
}

@media only screen and (max-width: 768px) {
  .top__sns--pocket {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    font-size: 25px;
  }
}


.fa-bell {
  margin-right: 10px;
}

.kv {
  margin-top: 0;
}

.newsWrap {
  width: 760px;
  margin: 120px auto;
  color: #333;
  text-align: center;
}

.newsTtl {
  font-size: 28px;
  margin-bottom: 60px;
  text-align: center;
}

.news__contentsTtl {
  font-size: 16px;
  font-weight: bold;
}

.news__contents {
	text-align: left;
}

.news__contents p {
  margin-top: 20px;
  font-size: 13px;
  line-height: 1.7;
}

.news__contents p:first-of-type {
  margin-top: 40px;
}

.news__contents p span {
  display: block;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .topInfo__wrap {
    margin-top: 50px;
  }

  .topInfo {
    padding: 15px 20px;
  }

  .topInfo__txt--sp {
    display: block;
  }

  .topInfo__txt--date {
    margin-right: 10px;
  }

  .kv {
    margin-top: 0;
  }

  .newsWrap {
    width: 90%;
  }

  .news__contents {
    text-align: left;
  }

  .news__contentsTtl span {
    display: block;
    margin-bottom: 5px;
  }
}
