@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
/*
$serif: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
$sansSerif: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
$sansSerifBold: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
$msSerif: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
$msSansSerif: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
*/
.mont {
  font-family: "Montserrat", sans-serif;
}

.cover {
  background-color: #EBF0F5;
  position: relative;
  background-position: center;
  background-repeat: repeat-y;
  background-color: rgba(235, 240, 245, 0.5019607843);
}
@media screen and (max-width: 768px) {
  .cover {
    background-image: none;
  }
}
.cover .inner {
  height: 2.4rem;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .cover .inner {
    height: 1.8rem;
  }
}
.cover .coverImg {
  position: absolute;
  right: -0.75rem;
  top: 0;
  width: 3.9513rem;
}
@media screen and (max-width: 768px) {
  .cover .coverImg {
    width: initial;
    height: 1.8rem;
    right: 0;
  }
}
.cover .coverHead {
  color: #006ABB;
  position: relative;
  z-index: 1;
}
.cover .coverHead span {
  font-family: "Montserrat", sans-serif;
  font-size: 0.6rem;
  line-height: 1;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .cover .coverHead span {
    font-size: 0.4rem;
  }
}
.cover .coverHead h1 {
  font-size: 0.16rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .cover .coverHead h1 {
    font-size: 0.13rem;
  }
}

.contents {
  margin-top: 0.8rem;
}
@media screen and (max-width: 768px) {
  .contents {
    margin-top: 0.4rem;
  }
}
.contents .txt {
  font-size: 0.2rem;
  font-weight: 900;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .contents .txt {
    font-size: 0.16rem;
    text-align: center;
  }
}

.breadcrumbs {
  display: flex;
  padding-top: 0.2rem;
}
.breadcrumbs li {
  font-family: "Montserrat", sans-serif;
  font-size: 0.14rem;
  font-weight: 900;
  line-height: 1;
  color: #006ABB;
}
.breadcrumbs li a:after {
  content: "-";
  margin: 0 0.05rem;
}/*# sourceMappingURL=page.css.map */