/* vw
================================================*/
/* vh
================================================*/
/* vw font
=================================================================== */
#contents .contentHead:after {
  background: url("../images/news/ph_head.jpg") left top;
  background-repeat: no-repeat;
  background-size: contain;
}
#contents main .cont {
  margin-bottom: 10em;
}
#contents main .cont .newsTtl {
  margin-bottom: 3em;
}
#contents main .cont .newsTtl .date {
  display: block;
  font-size: 20px;
  font-size: 1.0416666667vw;
}
#contents main .cont .newsTtl .title {
  font-size: 20px;
  font-size: 1.0416666667vw;
  font-weight: bold;
}
#contents main .cont .cinner {
  margin-left: 50px;
}
#contents main .cont .newsList {
  border-top: 1px solid #B4B4B4;
}
#contents main .cont .newsList li {
  display: flex;
  padding: 1.5em 0em 1.5em 2em;
  border-bottom: 1px solid #B4B4B4;
}
#contents main .cont .newsList li a {
  display: flex;
  padding: 1.5em 0em 1.5em 2em;
  text-decoration: underline;
  text-decoration: none;
}
#contents main .cont .newsList li a:hover {
  text-decoration: none;
}
#contents main .cont .newsList li .date {
  display: block;
  padding-right: 2em;
  font-size: 18px;
  font-size: 0.9375vw;
  font-weight: bold;
}
#contents main .cont .newsList li .text {
  display: block;
  margin-bottom: 0;
}
#contents main .cont .text {
  margin-bottom: 3em;
}
#contents main .cont .imageWrap2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: -1em;
  margin-bottom: 3em;
}
#contents main .cont .imageWrap2 div {
  margin-right: 1em;
  box-sizing: border-box;
}
#contents main .cont .imageWrap3 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: -1em;
  margin-bottom: 3em;
}
#contents main .cont .imageWrap3 div {
  margin-right: 1em;
  box-sizing: border-box;
}
#contents main .cont .inner {
  margin-bottom: 3em;
  padding-bottom: 3em;
  border-bottom: 1px solid #B4B4B4;
}
#contents main .cont .textWrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3em;
}
#contents main .cont .textWrap .text {
  width: 70%;
  margin-right: 1.5em;
}
#contents .chVisual {
  width: 100%;
  height: 19.4791666667vw;
  background: url("../images/news/ph_catch.jpg") left top;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 767.98px) {
  #contents .contentHead:after {
    background-size: cover;
  }
  #contents main .cont {
    margin-bottom: 3em;
  }
  #contents main .cont .newsTtl {
    margin-bottom: 2em;
  }
  #contents main .cont .newsTtl .date {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
  #contents main .cont .newsTtl .title {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
  #contents main .cont .cinner {
    margin-left: 0;
  }
  #contents main .cont .newsList li {
    display: block;
    padding: 1.5em 0;
  }
  #contents main .cont .newsList li a {
    display: block;
    padding: 1.5em 0;
  }
  #contents main .cont .newsList li .date {
    margin-bottom: 0.5em;
    padding-right: 0;
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
  #contents main .cont .imageWrap2 {
    margin-right: -0.5em;
  }
  #contents main .cont .imageWrap2 div {
    margin-right: 0.5em;
  }
  #contents main .cont .imageWrap3 {
    margin-right: -0.5em;
  }
  #contents main .cont .imageWrap3 div {
    margin-right: 0.5em;
  }
  #contents main .cont .inner {
    margin-bottom: 3em;
    padding-bottom: 3em;
    border-bottom: 1px solid #B4B4B4;
  }
  #contents main .cont .textWrap {
    display: block;
  }
  #contents main .cont .textWrap .text {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.5em;
  }
}