@charset "UTF-8";
@media print, screen and (min-width: 641px) {
  body.win #terasu-contents {
    font-family: "Noto Sans JP", "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: 500;
  }
}
@media print, screen and (min-width: 641px) {
  body.win #terasu-contents a * {
    font-family: "Noto Sans JP", "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  }
}

.section {
  width: 960px;
}
@media screen and (max-width: 640px) {
  .section {
    width: 100%;
  }
}

.clr {
  *zoom: 1;
}

.clr::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

.disnon {
  display: none;
}

@media screen and (max-width: 640px) {
  .pc {
    display: none !important;
  }
}

@media print, screen and (min-width: 641px) {
  .sp {
    display: none !important;
  }
}

:root {
  --color-text: #101010;
  --color-blue-title: #004da1;
  --color-orange-btn: #ff690e;
}

.denzainews72 .denzainews__header {
  background: url(../img/bg-mv.jpg) no-repeat center;
}
@media screen and (max-width: 640px) {
  .denzainews72 .denzainews__header {
    background: url(../img/bg-mv_sp.jpg) no-repeat center;
  }
}
.denzainews72 .denzainews__article-title {
  text-align: center;
}
@media screen and (max-width: 640px) {
  .denzainews72 .denzainews__article-title {
    text-align: left;
  }
}
.denzainews72 .denzainews__article-title-sub {
  font-size: 20px;
  display: block;
  margin-bottom: 4px;
}
@media screen and (max-width: 640px) {
  .denzainews72 .denzainews__article-title-sub {
    font-size: 16px;
    margin-bottom: initial;
  }
}