@charset "UTF-8";
.svg-test {
  font-size: 20px;
}
.svg-test::before {
  content: "";
  display: block;
  background: url("../images/svg_sprite_01.svg") no-repeat;
  background-position: 0px 0px;
  width: 1em;
  height: 1em;
  fill: red;
}

.myicon {
  display: block;
  width: 32px;
  height: 32px;
  background-color: blue;
  -webkit-mask-image: url(../svg/svg_sprite_01.svg);
  mask-image: url(../svg/svg_sprite_01.svg);
  -webkit-mask-size: 32px 32px;
  mask-size: 32px 32px;
}

.contents-unit__date {
  position: relative;
  color: #003f7e;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: left;
  box-sizing: border-box;
  margin-top: 5px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .contents-unit__date {
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 80px;
  }
}

#news > .contents-unit h3 {
  position: relative;
  color: #003f7e;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: left;
  box-sizing: border-box;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  #news > .contents-unit h3 {
    font-size: 24px;
    line-height: 1.4;
    text-align: center;
    margin-top: 80px;
  }
}
#news > .contents-unit h4 {
  position: relative;
  display: inline-block;
  color: #003f7e;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  box-sizing: border-box;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  #news > .contents-unit h4 {
    font-size: 20px;
    line-height: 1.4;
    margin-top: 50px;
  }
}
#news > .contents-unit h4 + p {
  margin-top: 10px;
}
#news > .contents-unit p {
  position: relative;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: left;
  box-sizing: border-box;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  #news > .contents-unit p {
    font-size: 16px;
    line-height: 2;
    margin-top: 40px;
  }
}
#news > .contents-unit p .contents-unit__text {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  #news > .contents-unit p .contents-unit__text {
    margin-top: 30px;
  }
}
#news > .contents-unit dl {
  position: relative;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  box-sizing: border-box;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  #news > .contents-unit dl {
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 1.8;
    max-width: 1080px;
    margin-top: 80px;
  }
}
#news > .contents-unit dl dt {
  position: relative;
  font-weight: 700;
  padding-top: 20px;
}
#news > .contents-unit dl dt:first-child {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  #news > .contents-unit dl dt {
    width: 110px;
    padding-top: 20px;
  }
}
#news > .contents-unit dl dd {
  position: relative;
}
@media screen and (min-width: 768px) {
  #news > .contents-unit dl dd {
    width: calc(100% - 160px);
    padding-left: 1.1rem;
    padding-top: 20px;
    text-indent: -1rem;
  }
  #news > .contents-unit dl dd::before {
    content: "：";
    padding-right: 0.4rem;
  }
}
#news > .contents-unit dl dd:first-of-type {
  padding-top: 0;
}
#news > .contents-unit dl dd.dl-logo {
  display: flex;
  align-items: flex-end;
}
#news > .contents-unit dl dd.dl-logo img.dl-logo-kahaku {
  width: 146px;
  padding-right: 10px;
}
#news > .contents-unit dl dd.dl-logo img.dl-logo-tbs {
  width: 35px;
  padding-right: 10px;
}
#news > .contents-unit dl dd.dl-logo img.dl-logo-yomiuri {
  width: 73px;
  padding-right: 10px;
}
@media screen and (min-width: 768px) {
  #news > .contents-unit dl dd.nest {
    display: flex;
    flex-wrap: wrap;
  }
}
#news > .contents-unit dl dd > dl {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  #news > .contents-unit dl dd > dl {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 0.4rem);
    padding-top: 0;
    padding-bottom: 10px;
    left: -0.5rem;
  }
  #news > .contents-unit dl dd > dl:last-of-type {
    padding-bottom: 0;
  }
}
#news > .contents-unit dl dd > dl dt {
  font-weight: 500;
  padding-top: 5px;
  text-indent: 0;
}
#news > .contents-unit dl dd > dl dt:first-child {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  #news > .contents-unit dl dd > dl dt {
    width: 180px;
    padding-top: 0;
  }
}
#news > .contents-unit dl dd > dl dd {
  padding-top: 0px;
}
@media screen and (min-width: 768px) {
  #news > .contents-unit dl dd > dl dd {
    width: 100%;
    margin: 0;
    padding-left: 0;
    text-indent: 0;
  }
  #news > .contents-unit dl dd > dl dd::before {
    content: "";
  }
}
#news > .contents-unit dl dd > ul {
  position: relative;
  box-sizing: border-box;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #news > .contents-unit dl dd > ul {
    width: calc(100% - 0.4rem);
    left: -0.5rem;
  }
}
#news > .contents-unit dl dd > ul li {
  text-indent: 0;
  padding-left: 0;
}
#news > .contents-unit ul {
  position: relative;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: left;
  box-sizing: border-box;
  width: 100%;
  padding: 20px 0px 0px 0px;
}
@media screen and (min-width: 768px) {
  #news > .contents-unit ul {
    font-size: 16px;
    line-height: 2;
    padding: 40px 0px 0px 0;
  }
}
@media screen and (min-width: 960px) {
  #news > .contents-unit ul {
    font-size: 16px;
  }
}
#news > .contents-unit ul li {
  text-align: left;
  padding-bottom: 5px;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 768px) {
  #news > .contents-unit ul li {
    padding-bottom: 5px;
  }
}
#news > .contents-unit ul li:last-child {
  padding-bottom: 0;
}
#news > .contents-unit ul li::before {
  content: "・ ";
}
#news > .contents-unit ol {
  position: relative;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: left;
  box-sizing: border-box;
  width: 100%;
  padding: 20px 0px 0px 1.4em;
}
@media screen and (min-width: 768px) {
  #news > .contents-unit ol {
    font-size: 16px;
    line-height: 2;
    padding: 40px 0px 0px 1.4em;
  }
}
@media screen and (min-width: 960px) {
  #news > .contents-unit ol {
    font-size: 16px;
  }
}
#news > .contents-unit ol li {
  list-style: decimal;
  list-style-position: outside;
  text-align: left;
  padding-bottom: 5px;
}
@media screen and (min-width: 768px) {
  #news > .contents-unit ol li {
    padding-bottom: 5px;
  }
}
#news > .contents-unit ol li:last-child {
  padding-bottom: 0;
}
#news > .contents-unit__border {
  position: relative;
  box-sizing: border-box;
  border: 1px solid #c5c5c5;
  margin-top: 40px;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  #news > .contents-unit__border {
    font-size: 16px;
    line-height: 2.4;
    margin-top: 140px;
    padding: 40px;
  }
}
#news > .contents-unit__photo {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding: 20px 0px 0px 0px;
}
@media screen and (min-width: 768px) {
  #news > .contents-unit__photo {
    width: 100%;
    height: auto;
    padding: 80px 0px 0px 0;
  }
}
#news > .contents-unit__photo img {
  width: 100%;
  height: auto;
}
#news > .contents-unit__btn-box {
  position: relative;
  box-sizing: border-box;
  text-align: center;
  margin-top: 15px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #news > .contents-unit__btn-box {
    margin: 0 auto;
    margin-top: 0px;
  }
}
#news > .contents-unit__btn-box a {
  display: inline-block;
  background: #ffffff;
  color: #000000;
  font-size: 16px;
  font-feature-settings: "palt";
  line-height: 1.1;
  letter-spacing: 0.06em;
  text-align: center;
  text-decoration: none;
  border: 1px solid #8c8c8c;
  border-radius: 13px;
  padding: 20px 28px 20px 28px;
  margin-top: 40px;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  #news > .contents-unit__btn-box a {
    font-size: 14px;
    line-height: 1.1;
    letter-spacing: 0.1em;
    padding: 13px 15px 13px 15px;
    margin-top: 80px;
  }
}
#news > .contents-unit__btn-box a:hover {
  background: #000000;
  color: #ffffff;
  text-decoration: none;
  border: 1px solid #000000;
}

hr {
  border-top: 1px solid #c5c5c5;
  box-sizing: border-box;
  width: calc(100% - 0px);
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  hr {
    width: 100%;
    max-width: 1300px;
    padding: 0 80px;
  }
}

.unit-info__date + p,
.unit-info > h2 + dl {
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .unit-info__date + p,
  .unit-info > h2 + dl {
    padding-top: 80px;
  }
}

.unit-info__border > h3 {
  padding-top: 0;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .unit-info__border > h3 {
    padding-top: 0;
    padding-left: 0;
  }
}

.unit-info__border > p {
  padding-top: 10px;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .unit-info__border > p {
    padding-top: 40px;
    padding-left: 0;
  }
}

.unit-info > h2 {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .unit-info > h2 {
    margin-top: 80px;
  }
}

.wp-block-image {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 20px 0 0 0;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .wp-block-image {
    padding-top: 40px;
    margin: 0;
    padding: 40px 0 0 0;
  }
}
.wp-block-image img {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .wp-block-image img {
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  .wp-block-image img {
    padding: 0 80px;
  }
}

/*# sourceMappingURL=style_news.css.map */