@charset "UTF-8";

/* news -------------------------------------------------*/
section.news--archive {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 150px;
}

.news--archive__container {
  width: 100%;
  padding: 0 20px;
}

.news--archive__container img {
  width: 100%;
}

.news--archive__container-img img {
  width: 100%;
  border-radius: 10px;
  border: .5px solid #555;
}

.news--archive__container-img:not(:first-child) {
  margin-top: 2.5%;
}

.news--archive__container h2 {
  position: relative;
  padding: 0.6em;
  background: #dce7da;
  margin-bottom: 50px;
}

.news--archive__container h2:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #dce7da;
  width: 0;
  height: 0;
}

.news--archive__container h3  {
  padding: 0.5em;/*文字周りの余白*/
  background: #dce7da;/*背景色*/
  border-left: solid 5px #7bb970;/*左線（実線 太さ 色）*/
  margin-bottom: 2em;
}

.news--archive__container h4  {
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #7bb970;/*左線*/
  margin-bottom: 1em;
}

.news--archive__container-pan {
  margin-bottom: 1em;
  line-height: 1.8em;
  letter-spacing: .0em;
}

.news--archive__container-pan a {
  font-weight: bold;
  font-size: 1.2em;
}

.ma-b-1em {
  margin-bottom: 1em;
}

.ma-b-2em {
  margin-bottom: 2em;
}

.ma-b-3em {
  margin-bottom: 3em;
}

.ma-b-5em {
  margin-bottom: 5em;
}

.strong {
  font-weight: bold;
  font-size: 1.2em;
}

.strong .en {
  margin-right: .5em;
  font-size: 1.3em;
}

@media screen and (max-width: 768px) {
  section.news--archive {
    width: 100%;
    margin-bottom: 100px;
  }

  .news--archive__container {
    padding: 0 10px;
  }

  .news--archive__container-img img {
    width: 98%;
    margin: 0 auto;
  }

  .news--archive__container-pan {
    width: 98%;
    font-size: .9em;
  }
}

@media screen and (max-width: 568px) {}

@media screen and (max-width: 426px) {}

@media screen and (max-width: 375px) {}