@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Noto Sans Japanese Regular'), local('NotoSansJapanese-Regular'), url(https://fonts.gstatic.com/s/notosansjp/v27/-F62fjtqLzI2JPCgQBnw7HFowA.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Noto Sans Japanese Bold'), local('NotoSansJapanese-Bold'), url(https://fonts.gstatic.com/s/notosansjp/v27/-F6pfjtqLzI2JPCgQBnw7HFQei0q1A.otf) format('opentype');
}
.nsj4 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}
@media all and (-ms-high-contrast: none) {
  .nsj4 {
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: normal;
  }
}
@supports (-ms-ime-align:auto) {
  .nsj4 {
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: normal;
  }
}
.nsj7 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}
@media all and (-ms-high-contrast: none) {
  .nsj7 {
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: normal;
  }
}
@supports (-ms-ime-align:auto) {
  .nsj7 {
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: normal;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
ul li {
  list-style: none;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table;
}
.clearfix:after {
  clear: both;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  width: 100%;
}
body {
  font-size: 15px;
  line-height: 1.4;
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  color: #000000;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: normal;
  }
}
@supports (-ms-ime-align:auto) {
  body {
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: normal;
  }
}
a {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #000000;
}
img {
  vertical-align: bottom;
}
.hover {
  cursor: pointer;
  --webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.hover:hover {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .hover:hover {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .hover:hover {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.wrap {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
footer {
  background-color: #003e80;
  text-align: center;
  color: #FFFFFF;
  padding: 50px 0;
}
footer .logo {
  margin-bottom: 5px;
}
footer small {
  font-size: 11px;
}
.inner {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .inner {
    width: auto;
    margin: 0 5%;
  }
}
@media screen and (max-width: 767px) {
  .inner {
    margin: 0 10px;
  }
}
.main {
  background: url(../images/map.png) center center no-repeat;
  background-size: cover;
  background-color: #1c538e;
  height: 500px;
  width: 100%;
  position: relative;
  padding-top: 80px;
  overflow: hidden;
  color: #FFFFFF;
}
.main .logo {
  margin-bottom: 50px;
}
.main h1 {
  font-size: 43px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
}
@media all and (-ms-high-contrast: none) {
  .main h1 {
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: normal;
  }
}
@supports (-ms-ime-align:auto) {
  .main h1 {
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: normal;
  }
}
.main p {
  font-size: 18px;
  line-height: 1.75;
}
@media screen and (max-width: 1100px) {
  .main {
    height: 400px;
    padding-top: 50px;
  }
  .main .logo {
    margin-bottom: 40px;
  }
  .main h1 {
    font-size: 36px;
  }
  .main p {
    font-size: 15px;
  }
}
@media screen and (max-width: 840px) {
  .main {
    height: 380px;
  }
  .main h1 {
    font-size: 32px;
  }
  .main p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .main {
    background: url(../images/map_sp.png) center bottom no-repeat;
    background-size: contain;
    background-color: #1c538e;
    height: auto;
    padding-bottom: 80px;
    padding-top: 40px;
    padding: 40px 15px 60px 15px;
    padding-bottom: 240px;
  }
  .main .logo {
    margin-bottom: 20px;
  }
  .main h1 {
    margin-bottom: 20px;
  }
  .main p {
    font-size: 16px;
  }
  .main p br.sp {
    display: none;
  }
}
.btn a {
  display: block;
  color: #fe2b00;
  text-align: center;
  font-size: 17px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height: 20px;
  padding: 10px 0;
  background-color: #FFFFFF;
  border: 1px solid #fe2b00;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -moz-border-radius: 2px;
  --webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media all and (-ms-high-contrast: none) {
  .btn a {
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: normal;
  }
}
@supports (-ms-ime-align:auto) {
  .btn a {
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: normal;
  }
}
.btn a:hover {
  background-color: #fe2b00;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .btn a:hover {
    background-color: #FFFFFF;
    color: #fe2b00;
  }
}
.nav {
  padding: 40px 0;
}
.nav .inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.nav .box {
  background-color: #f6f7f9;
  width: 49%;
  padding: 30px 20px;
}
.nav .box + .box {
  margin-left: 2%;
}
.nav .box .image {
  text-align: center;
  margin-bottom: 20px;
}
.nav .box .image img {
  height: 90px;
  width: auto;
  margin-bottom: 10px;
}
.nav .box .image p {
  font-size: 22px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  color: #003e80;
}
@media all and (-ms-high-contrast: none) {
  .nav .box .image p {
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: normal;
  }
}
@supports (-ms-ime-align:auto) {
  .nav .box .image p {
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: normal;
  }
}
.nav .box .price,
.nav .box .place {
  text-align: center;
}
.nav .box .price b,
.nav .box .place b {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}
@media all and (-ms-high-contrast: none) {
  .nav .box .price b,
  .nav .box .place b {
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: normal;
  }
}
@supports (-ms-ime-align:auto) {
  .nav .box .price b,
  .nav .box .place b {
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: normal;
  }
}
.nav .box .price {
  font-size: 16px;
  margin-bottom: 5px;
}
.nav .box .price b {
  margin-left: 5px;
}
.nav .box .price b span {
  font-size: 28px;
}
.nav .box .place {
  font-size: 14px;
}
.nav .box .place b {
  margin-left: 5px;
}
.nav .box .text {
  background-color: #FFFFFF;
  padding: 0 20px;
  margin: 21px 0;
}
.nav .box .text dl {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  padding: 20px 0;
  display: block;
  text-align: center;
}
@media all and (-ms-high-contrast: none) {
  .nav .box .text dl {
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: normal;
  }
}
@supports (-ms-ime-align:auto) {
  .nav .box .text dl {
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: normal;
  }
}
.nav .box .text dl + dl {
  border-top: 1px solid #ccc;
}
.nav .box .text dl dt {
  font-size: 14px;
  width: auto;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  margin-bottom: 5px;
}
@media all and (-ms-high-contrast: none) {
  .nav .box .text dl dt {
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: normal;
  }
}
@supports (-ms-ime-align:auto) {
  .nav .box .text dl dt {
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: normal;
  }
}
.nav .box .text dl dd {
  font-size: 19px;
  width: auto;
}
@media screen and (max-width: 1000px) {
  .nav {
    padding: 40px 0;
  }
  .nav .box {
    background-color: #f6f7f9;
    width: 49%;
    padding: 20px 10px;
  }
  .nav .box + .box {
    margin-left: 2%;
  }
  .nav .box .image {
    margin-bottom: 20px;
  }
  .nav .box .image img {
    height: 70px;
    width: auto;
    margin-bottom: 10px;
  }
  .nav .box .image p {
    font-size: 17px;
  }
  .nav .box .price,
  .nav .box .place {
    text-align: center;
  }
  .nav .box .price b,
  .nav .box .place b {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
  }
  @supports (-ms-ime-align:auto) {
    .nav .box .price b,
    .nav .box .place b {
      font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
      font-weight: normal;
    }
  }
  .nav .box .price {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .nav .box .price b {
    margin-left: 5px;
  }
  .nav .box .price b span {
    font-size: 24px;
  }
  .nav .box .place {
    font-size: 14px;
  }
  .nav .box .text {
    background-color: #FFFFFF;
    padding: 10px;
    margin: 20px 0;
  }
  .nav .box .text dl {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    padding: 20px 0;
    display: block;
    text-align: center;
  }
  @supports (-ms-ime-align:auto) {
    .nav .box .text dl {
      font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
      font-weight: normal;
    }
  }
  .nav .box .text dl + dl {
    border-top: 1px solid #ccc;
  }
  .nav .box .text dl dt {
    font-size: 14px;
    width: auto;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    margin-bottom: 5px;
  }
  @supports (-ms-ime-align:auto) {
    .nav .box .text dl dt {
      font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
      font-weight: normal;
    }
  }
  .nav .box .text dl dd {
    font-size: 19px;
    width: auto;
  }
}
@media screen and (max-width: 1000px) and all and (-ms-high-contrast: none) {
  .nav .box .price b,
  .nav .box .place b {
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: normal;
  }
}
@media screen and (max-width: 1000px) and all and (-ms-high-contrast: none) {
  .nav .box .text dl {
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: normal;
  }
}
@media screen and (max-width: 1000px) and all and (-ms-high-contrast: none) {
  .nav .box .text dl dt {
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: normal;
  }
}
@media screen and (max-width: 767px) {
  .nav {
    padding: 10px 0;
  }
  .nav .box {
    background-color: #f6f7f9;
    width: 49%;
    padding: 15px 5px;
  }
  .nav .box + .box {
    margin-left: 2%;
  }
  .nav .box .image {
    margin-bottom: 20px;
  }
  .nav .box .image img {
    width: 90%;
    height: auto;
    margin-bottom: 10px;
  }
  .nav .box .image p {
    font-size: 15px;
    height: 30px;
  }
  .nav .box .price,
  .nav .box .place {
    text-align: center;
  }
  .nav .box .price b,
  .nav .box .place b {
    display: block;
    margin-top: 3px;
  }
  .nav .box .price {
    font-size: 13px;
    margin-bottom: 5px;
    height: 65px;
  }
  .nav .box .price b {
    margin-left: 0;
  }
  .nav .box .price b span {
    font-size: 15px;
  }
  .nav .box .place {
    font-size: 13px;
    height: 40px;
  }
  .nav .box .text {
    display: none;
  }
  .nav .box .btn {
    margin-top: 10px;
  }
  .nav .box .btn a {
    font-size: 13px;
    padding: 5px 0;
  }
}
.section {
  padding: 70px 0;
}
.section.bg {
  background-color: #f6f7f9;
}
.section.bg table {
  background-color: #FFFFFF;
}
.section .image {
  text-align: center;
  margin-bottom: 40px;
}
.section .image img {
  height: 90px;
  width: auto;
  margin-bottom: 10px;
}
.section .image h2 {
  font-size: 32px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  color: #003e80;
}
@media all and (-ms-high-contrast: none) {
  .section .image h2 {
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: normal;
  }
}
@supports (-ms-ime-align:auto) {
  .section .image h2 {
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: normal;
  }
}
.section table {
  width: 100%;
  background-color: #f6f7f9;
  table-layout: fixed;
}
.section table th,
.section table td {
  padding: 20px;
  border: 1px solid #e0e0e0;
}
.section table th {
  text-align: left;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  width: 150px;
  background-color: #426077;
  color: #FFFFFF;
}
@media all and (-ms-high-contrast: none) {
  .section table th {
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: normal;
  }
}
@supports (-ms-ime-align:auto) {
  .section table th {
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: normal;
  }
}
.section table td span {
  font-size: 13px;
}
.section table td ul li {
  text-indent: -1em;
  padding-left: 1em;
}
.section table td ul li + li {
  margin-top: 5px;
}
.section .btn {
  margin-top: 30px;
}
.section .btn a {
  width: 320px;
  margin: 0 auto;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .section {
    padding: 40px 0;
  }
  .section.bg {
    background-color: #f6f7f9;
  }
  .section.bg table {
    background-color: #FFFFFF;
  }
  .section .image {
    text-align: center;
    margin-bottom: 20px;
  }
  .section .image img {
    height: 80px;
    width: auto;
    margin-bottom: 10px;
  }
  .section .image h2 {
    font-size: 21px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    color: #003e80;
  }
  @supports (-ms-ime-align:auto) {
    .section .image h2 {
      font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
      font-weight: normal;
    }
  }
  .section table th,
  .section table td {
    display: block;
    font-size: 16px;
    padding: 10px;
    border: none;
  }
  .section table th {
    width: auto;
  }
  .section table td {
    padding-bottom: 20px;
  }
  .section .btn {
    margin-top: 30px;
  }
  .section .btn a {
    width: 100%;
    margin: 0 auto;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) and all and (-ms-high-contrast: none) {
  .section .image h2 {
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: normal;
  }
}
