@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, img, small, strong, b, dl, dt, dd, ol, ul, li,
form, label, legend, table, tbody, tfoot, thead, tr, th, td, footer, header, menu, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: bottom;
  background: transparent;
}

html {
  touch-action: manipulation;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

ul li {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  color: #333;
  text-decoration: none;
  vertical-align: baseline;
}

a:hover {
  opacity: 0.7;
}

table {
  border-spacing: 0;
}

img {
  width: 100%;
}

/* ===================================================================================
  resetここまで
=================================================================================== */
body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, sans-serif;
}

.wrap {
  max-width: 750px;
  margin: 0 auto;
}
.wrap .relative {
  position: relative;
}
.wrap .btn_box {
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
}
.wrap .cta_btn01 {
  width: 620px;
  bottom: 80px;
}
@media screen and (max-width: 750px) {
  .wrap .cta_btn01 {
    width: 82.6666666667vw;
    bottom: 10.6666666667vw;
  }
}
.wrap .cta_btn02 {
  width: 580px;
  bottom: 75px;
}
@media screen and (max-width: 750px) {
  .wrap .cta_btn02 {
    width: 77.3333333333vw;
    bottom: 10vw;
  }
}
.wrap .voice_btn01 {
  width: 650px;
  bottom: 138px;
}
@media screen and (max-width: 750px) {
  .wrap .voice_btn01 {
    width: 86.6666666667vw;
    bottom: 18.4vw;
  }
}
.wrap .voice_btn02 {
  width: 650px;
  bottom: 494px;
}
@media screen and (max-width: 750px) {
  .wrap .voice_btn02 {
    width: 86.6666666667vw;
    bottom: 65.8666666667vw;
  }
}
.wrap .schedule_area {
  width: 650px;
  margin: 0 auto;
  position: absolute;
  top: 834px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 750px) {
  .wrap .schedule_area {
    width: 86.6666666667vw;
    top: 111.2vw;
  }
}
.wrap .schedule_area .schedule {
  width: 100%;
}
.wrap .schedule_area .schedule th {
  color: #fff;
  font-size: 30px;
  text-align: center;
  font-weight: 400;
  vertical-align: middle;
}
@media screen and (max-width: 750px) {
  .wrap .schedule_area .schedule th {
    font-size: 4vw;
  }
}
.wrap .schedule_area .schedule th.head {
  height: 70px;
  background: #237D8C;
}
@media screen and (max-width: 750px) {
  .wrap .schedule_area .schedule th.head {
    height: 9.3333333333vw;
  }
}
.wrap .schedule_area .schedule th.kinds01 {
  border-top: 1px solid #fff;
  background: #237D8C;
}
.wrap .schedule_area .schedule th.kinds02 {
  background: #3E959E;
}
.wrap .schedule_area .schedule th.kinds03 {
  background: #55B3B7;
}
.wrap .schedule_area .schedule th[class^="kinds0"] {
  width: 70px;
  height: 70px;
}
@media screen and (max-width: 750px) {
  .wrap .schedule_area .schedule th[class^="kinds0"] {
    width: 9.3333333333vw;
    height: 9.3333333333vw;
  }
}
.wrap .schedule_area .schedule td {
  color: #1A1A1A;
  font-size: 28px;
  vertical-align: middle;
  width: 580px;
  padding-left: 40px;
  background: #fff;
}
@media screen and (max-width: 750px) {
  .wrap .schedule_area .schedule td {
    font-size: 3.7333333333vw;
    width: 77.3333333333vw;
    padding-left: 5.3333333333vw;
  }
}
.wrap .schedule_area .schedule td .date_red {
  color: #DD3333;
}
.wrap .schedule_area .schedule td .date_blue {
  color: #1e46ff;
}
.wrap .schedule_area .schedule td.sche02 {
  background: #F2F4E9;
}

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