@charset "UTF-8";
.guide_ttl {
  position: absolute;
  top: 3.5810810811vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 38.7837837838vw;
  text-align: center;
  z-index: 2;
}
.guide_ttl img {
  display: block;
  width: 100%;
}
.guide_ttl .sp {
  display: none;
}

.tsu_bg .tsu_bg_inner {
  padding-top: 24.7297297297vw;
}

.guide_box {
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 1.3513513514vw;
  padding: 4.7297297297vw;
  color: #000;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.guide_stitle {
  margin: 0 0 2.2297297297vw;
}
.guide_stitle img {
  display: block;
  width: 100%;
}
.guide_stitle .sp {
  display: none;
}

.guide_writer {
  font-size: 1.3513513514vw;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0.2702702703vw;
}

.guide_subhead {
  font-size: 1.3513513514vw;
  font-weight: 700;
  line-height: 1.5;
  margin: 2.7027027027vw 0 0.8108108108vw;
}
.guide_subhead .guide_note {
  font-size: 0.8783783784vw;
  font-weight: 400;
}

.guide_writer + .guide_subhead {
  margin-top: 0.2702702703vw;
}

.guide_prose {
  font-size: 1.0135135135vw;
  line-height: 3.0405405405vw;
  color: #000;
}
.guide_prose p {
  margin: 0;
  text-align: justify;
  line-height: 1.8em;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-style: dashed;
  text-decoration-color: #000;
  text-decoration-thickness: 1px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-underline-offset: 0.4em;
}

.guide_table {
  border-collapse: collapse;
  width: 100%;
  font-size: 1.0135135135vw;
  color: #000;
}
.guide_table th, .guide_table td {
  border: 1px solid #cccccc;
  text-align: center;
  line-height: 1.4;
  padding: 0.472972973vw 0.2702702703vw;
  white-space: nowrap;
}
.guide_table thead th {
  background-color: #ce3a00;
  color: #fff;
  font-weight: 700;
}
.guide_table tbody td {
  background-color: #f3f3f3;
  font-weight: 400;
}

.guide_scroll {
  width: 100%;
}

.guide_winds {
  margin-top: 1.3513513514vw;
}

.guide_wind_row {
  display: flex;
  justify-content: space-between;
}
.guide_wind_row + .guide_wind_row {
  margin-top: 2.5675675676vw;
}
.guide_wind_row--center {
  justify-content: center;
}

.guide_wind {
  width: 26.7567567568vw;
}

.guide_wind_label {
  font-size: 1.2162162162vw;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0.5405405405vw;
}

.guide_subhead + .guide_scroll {
  margin-top: 1.3513513514vw;
}

.guide_back {
  margin-top: 6.0810810811vw;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .guide_ttl {
    top: 18.6666666667vw;
    width: 77.3333333333vw;
  }
  .guide_ttl .pc {
    display: none;
  }
  .guide_ttl .sp {
    display: block;
  }
  .tsu_bg .tsu_bg_inner {
    padding-top: 60vw;
    padding-bottom: 18.6666666667vw;
  }
  .tsu_bg .tsu_bg_content {
    padding: 0 8vw;
  }
  .guide_box {
    border-radius: 2.6666666667vw;
    padding: 6.1333333333vw;
  }
  .guide_stitle {
    margin-bottom: 5.3333333333vw;
  }
  .guide_stitle .pc {
    display: none;
  }
  .guide_stitle .sp {
    display: block;
  }
  .guide_writer {
    font-size: 3.7333333333vw;
    margin-bottom: 0.8vw;
  }
  .guide_subhead {
    font-size: 4.5333333333vw;
    margin: 7.4666666667vw 0 2.6666666667vw;
  }
  .guide_subhead .guide_note {
    font-size: 2.9333333333vw;
  }
  .guide_writer + .guide_subhead {
    margin-top: 0.8vw;
  }
  .guide_prose {
    font-size: 3.7333333333vw;
    line-height: 9.2vw;
  }
  .guide_prose p {
    text-underline-offset: 2.9333333333vw;
  }
  .guide_scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .guide_subhead + .guide_scroll {
    margin-top: 3.7333333333vw;
  }
  .guide_table {
    font-size: 3.2vw;
  }
  .guide_table th, .guide_table td {
    padding: 1.6vw 1.8666666667vw;
  }
  .guide_table--course {
    min-width: 157.3333333333vw;
  }
  .guide_winds {
    margin-top: 3.7333333333vw;
  }
  .guide_wind_row {
    display: block;
  }
  .guide_wind_row + .guide_wind_row {
    margin-top: 0;
  }
  .guide_wind_row--center {
    display: block;
  }
  .guide_wind {
    width: 100%;
  }
  .guide_wind + .guide_wind {
    margin-top: 6.4vw;
  }
  .guide_wind_row + .guide_wind_row .guide_wind:first-child {
    margin-top: 6.4vw;
  }
  .guide_wind_label {
    font-size: 3.7333333333vw;
    margin-bottom: 1.8666666667vw;
  }
  .guide_back {
    margin-top: 12.5333333333vw;
  }
}/*# sourceMappingURL=style_tsu_guide.css.map */