@charset "UTF-8";

.ss-news {
  display: block;
  width: 80%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 0 35px;
  color: #4d4d4d;
}

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

@media only screen and (max-width: 767px) {
.ss-news {
  display: block;
  width: 96%;
  margin: 0 auto;
  padding: 0 0 35px;
  color: #4d4d4d;
}
  .ss-news .listNews {
    margin-bottom: 20px;
  }
}

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

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

.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;
  
  padding: 40px 0px;
  border-bottom: 1px solid #686d57;
  position: relative;
}

.ss-news .listNews .item i {
	color: #686d57;
}
.ss-news .listNews .item strong {
        border-bottom: 1px dashed #dcdcdc;
        padding-bottom: 10px;
	margin-bottom: 15px;
	font-weight: bold;
	display: block;
        color: #4c4c4c;
}
.ss-news .listNews .item p a {
	color: #686d57;
        font-weight: bold;
}

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

.ss-news .listNews .item .date {
   display: block;
   min-width: 75px;
  color: #444;
}

.ss-news .listNews .item .notice {
   display: inline-block;
  color: #ffffff;
  text-align: center;
  margin: 0px 30px 0px 10px;
  background: #827853;
  min-width: 107px;
  height: 20px;
  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", "メイリオ";
}
.ss-news .listNews .item .pic {
	margin: 20px 0;
	display: inline-flex;
}
.ss-news .listNews .item .pic div {
	width: 40%;
	margin-right: 5%;
}

@media only screen and (max-width: 767px) {
  .ss-news .listNews .item .item-content {
    width: 100%;
    margin-top: 10px;
  }
	.ss-news .listNews .item .pic div {
	width: 45%;
	margin-right: 2%;
}
}
