/*
.container {
  width: 100%;
  @include mq("tb") {
    width: 90%;
  }
  @include mq("pc") {
    width: 80%;
  }
}
*/
.zen-old-mincho-regular {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.noto-sans-jp-regular {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.second .newsSingle {
  max-width: 980px;
  width: 90%;
  padding-bottom: 140px;
}
@media (max-width: 1024px) {
  .second .newsSingle {
    max-width: 100vw;
    width: 100vw;
    padding: 20vw 5%;
  }
}
.second .newsSingle div.data {
  display: flex;
  padding-bottom: 1em;
}
.second .newsSingle div.data p {
  display: inline-block;
  line-height: 1.5;
  font-weight: 400;
}
.second .newsSingle div.data p.date {
  font-family: YakuHanMP, "Zen Old Mincho", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-size: 18px;
  white-space: nowrap;
  padding-right: 1em;
  letter-spacing: 0;
}
.second .newsSingle div.data p.date em {
  font-style: normal;
  width: 2.5em;
  display: inline-block;
  text-align: right;
}
.second .newsSingle div.data p.date em::after {
  content: ".";
}
.second .newsSingle div.data p.date em:nth-of-type(2) {
  width: 1.5em;
}
.second .newsSingle div.data p.date em:nth-of-type(3) {
  width: 1.1em;
}
.second .newsSingle div.data p.date em:nth-of-type(3)::after {
  content: "";
}
.second .newsSingle div.data p.cat {
  font-family: YakuHanMP, "Zen Old Mincho", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-size: 13px;
  color: #59AAD3;
  height: 22px;
  width: 110px;
  min-width: 110px;
  max-width: 110px;
  white-space: nowrap;
  letter-spacing: 0;
  padding: 0;
  border: 1px solid #59AAD3;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  margin-top: 0.3em;
  transition: 0.5s;
}
.second .newsSingle h1 {
  font-size: 40px;
  line-height: 1.4em;
  text-align: justify;
  width: 100%;
  border-bottom: 1px solid #221E1D;
  padding: 1em 0;
  margin-bottom: 1em;
}
@media (max-width: 1024px) {
  .second .newsSingle h1 {
    font-size: 7.4vw;
  }
}
.second .back {
  position: relative;
  max-width: 176px;
  margin: 56px auto 0;
}
.second .back a {
  color: #221E1D;
  border: 1px solid #221E1D;
  display: block;
  padding: 0.7em 2em 0.7em 4em;
  transition: 0.5s;
}
.second .back a p {
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-size: 15px;
  letter-spacing: 0;
}
.second .back a::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  left: 2em;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-right: 8px solid #221E1D;
  border-left: 0;
  transition: 0.5s;
}
.second .back a:hover {
  border: 1px solid #247090;
  background-color: #247090;
  color: #fff;
}
.second .back a:hover::after {
  border-right: 8px solid #fff;
}
@media (max-width: 1024px) {
  .second .back {
    position: relative;
    top: auto;
    right: auto;
    margin: 10vw auto 0;
  }
}/*# sourceMappingURL=newssingle.css.map */