@charset "utf-8";

/* CSS Document */
.newsWrapper {
  width: 749px;
  margin-left: 5px;
  margin-bottom: 30px;
  border: 1px solid #979797;
  background-color: #ffffff;
  overflow: hidden;
}

.newsBlockHead {
  /* background-color: #ffffff; */
  /* background-image: url("/img/main/bg_newsBlockHead.png"); */
  /* background-position: right bottom; */
  /* background-repeat: no-repeat; */
  /* box-shadow: 1px 2px 3px #dedcd9; */
  box-sizing: border-box;
  padding-bottom: 20px;
  position: relative;
  width: 96%;
  margin: 20px auto 0;
  border-bottom: 1px solid #979797;
}

.newsBlockHead h2 {
  /* color: #887a47; */
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
}

.date {
  /* color: #887a47; */
  font-size: 12px;
  line-height: 20px;
}

.newsBlockBottom {
  /* background-color: #f3f7f9; */
  box-sizing: border-box;
  /* color: #1d1e1f; */
  display: inline-block;
  line-height: 2;
  padding: 5px;
  text-align: center;
  width: 100%;
}

.newsBlockLeft {
  float: left;
  width: 48%;
  padding: 1%;
  text-align: left;
}

.newsBlockRight {
  float: right;
  width: 48%;
  padding: 1%;
  text-align: left;
}

.newsBlockBottom p {
  color: #333333;
  margin-top: 7px;
  margin-bottom: 20px;
}

/* =========================================================
 スマホ用
========================================================= */
@media screen and (max-width: 768px) {
  .newsWrapper {
    width: 100%;
    margin: 0 auto;
    border: 0;
    padding: 8% 0 0;
    box-sizing: border-box;
    background: url('/img/news/img_news_line.png') no-repeat top center #f7f7f7;
    background-size: 94% auto;
  }

  .newsWrapper:first-of-type {
    background-image: none;
  }

  .newsBlockHead {
    padding: 2% 3%;
    border: 0;
  }

  .newsBlockHead h2 {
    background-color: transparent;
    font-size: 3.8vw;
    line-height: 1.7;
    text-indent: 0;
    margin-bottom: 0;
    height: auto;
  }

  .date {
    font-size: 90%;
    line-height: 1.5;
    color: #969696;
  }

  .newsBlockBottom {
    /* padding: 3%; */
    line-height: 1.2;
    width: 94%;
    margin: 0 auto 3%;
    display: block;
  }

  .newsBlockBottom img {
    margin: 2% auto;
  }
}
