@charset "UTF-8";

.ss-news {
  padding: 60px 0;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .ss-news {
    width: 96%;
    padding: 30px 0;
  }
}

.ss-news .listNews {
  margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
  .ss-news .listNews {
    margin-bottom: 20px;
  }
}

.ss-news .listNews + p {
  padding-right: 15px;
}

.ss-news .listNews .item:first-child  {
  border-top: 1px solid #81B2D1;
}

.ss-news .listNews .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Lato", sans-serif;
  padding: 17px 0px;
  border-bottom: 1px solid #81B2D1;
  position: relative;
  line-height: 1.8;
}

.ss-news .listNews .item i {
	color: #68b9af;
        padding-left: 5px;
}
.ss-news .listNews .item strong {
	margin-bottom: 10px;
	font-weight: bold;
	display: block;
}
.ss-news .listNews .item a.link {
	color: #68b9af;
}

@media only screen and (max-width: 767px) {
  .ss-news .listNews .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px 0px;
  }
}

.ss-news .listNews .item .notice {
  color: #fff;
  text-align: center;
  margin: 0px 15px 0px 20px;
  background: #AACADD;
  border: solid 1px #81B2D1;
  min-width: 107px;
  height: 24px;
  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;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ";
}

@media only screen and (max-width: 767px) {
  .ss-news .listNews .item .item-content {
    width: 100%;
    margin-top: 10px;
    /*padding-right: 20px;*/
  }
}

