@charset "UTF-8";

/* page styles
=================================================================== */
/*パンくず---------------------------------*/
.his {
  padding: 0;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
}
/*-NEWS一覧-----------------------------*/
#news {
  margin-bottom: 120px;
}
.newsList {
  padding-top: 10px !important;
}
.newsList li {
  border-bottom: 1px solid #dedad3;
  position: relative;
  padding: 0 0 20px 0;
  margin: 0 0 20px;
}
.newsList li:after {
  content: "";
  height: 1px;
  display: block;
  width: 100%;
  background: #fff;
  position: absolute;
  bottom: -2px;
}

/*NEWSページ------------------------------*/
#news h2 {
  text-align: left;
  padding: 30px 0 5px;
  font-size: 28px;
}
#news h2 small {
  font-size: 14px;
  text-align: right;
  display: block;
  font-weight: normal;
}
.newsDetail figcaption {
  font-size: 14px;
}
.newsDetail figure {
  /*	margin: 0; */
  margin: 0 0 10px 0;
  display: inline-block;
}
.newsDetail figure img {
  margin: 3px;
}
@media screen and (max-width: 768px) {
  #news {
    margin-bottom: 60px;
  }
  #news h2 {
    padding: 0px 0 5px;
    font-size: 24px;
  }
  figure img {
    max-width: 100%;
  }
}
@media screen and (max-width: 668px) {
  .iframe-responsive {
    position: relative;
    width: 100%;
    padding: calc(315 / 560 * 100%) 0 0;
  }
  .iframe-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.sgs2-parent {
  display: flex;
}
.sgs2-child {
  height: 300px;
}
@media screen and (max-width: 800px) {
  .sgs2-parent {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 500px) {
  .sgs2-child {
    height: auto;
  }
}
@media screen and (max-width: 400px) {
  .sgs2-parent {
    display: block;
  }
}
