@charset "UTF-8";
.page {
  min-height: 100px;
}
section {
  margin-bottom: 85px;
}
.no_compe {
  font-size: 18px;
  text-align: center;
  padding: 20px 0;
}
/*------------------------------------ schedule ------------------------------------- */
.schedule .mcopy {
  font-size: 18px;
  /* font-family: yu-mincho-pr6n, sans-serif; */
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Noto Serif JP", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  text-align: center;
  padding: 60px 0;
}
.schedule .blk {
  padding: 0;
}
.schedule .scdttl {
  color: #fff;
  font-size: 35px;
  font-weight: 500;
  /*font-family: yu-mincho-pr6n, sans-serif;*/
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Noto Serif JP", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  text-align: center;
  margin-bottom: 37px;
  padding: 10px;
  background-color: #311801;
}
.schedule .scblk {
  overflow-x: auto;
  padding-bottom: 10px;
}
.schedule .thanks {
  font-size: 16px;
  color: red;
  padding-bottom: 20px;
}
.schedule table {
  width: 100%;
  min-width: 460px;
  table-layout: fixed;
}
.schedule table th,
.schedule table td {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  padding: 5px;
  border: 1px solid #251e1c;
}
/* .schedule table.table_year thead th:first-child {
  width: 164px;
} */
.schedule table th {
  height: 44px;
  background-color: rgba(49, 24, 1, 0.2);
}
.schedule table td {
  height: 55px;
}

.schedule table td span.doubleline {
  /*二重取り消し線*/
  background-image: url(../imgs/schedule/doubleLine_black.png);
  background-repeat: repeat-x;
  background-position: center;
}
.schedule table td span.new {
  display: block;
  text-align: center;
}

.schedule p.note {
  font-size: 12px;
  text-align: right;
}
.schedule .desc {
  padding-top: 50px;
}
.schedule .desc > div {
  display: flex;
}
.schedule .desc dt,
.schedule .desc dd {
  font-size: 16px;
  line-height: 1.6;
}
.schedule .desc dt {
  width: 130px;
}
.schedule .desc dd {
  width: calc(100% - 150px);
}

/* -------------------------------------
op_compe
------------------------------------- */
.op_compe.schedule table th,
.op_compe.schedule table td {
  font-size: 15px;
  width: calc(100% / 6);
}
.op_compe.schedule .join {
  text-align: center;
  margin-bottom: 92px;
}
.op_compe.schedule .join p {
  font-size: 18px;
  margin-bottom: 15px;
}
.op_compe.schedule .join a {
  font-size: 20px;
  color: #fff;
  max-width: 410px;
  margin: 0 auto;
  background-color: #933000;
  height: 60px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1340px) {
}

@media screen and (max-width: 1160px) {
  .schedule .blk {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 1060px) {
}
@media screen and (max-width: 960px) {
  .op_compe.schedule table th,
  .op_compe.schedule table td {
    font-size: 14px;
  }
}
@media screen and (max-width: 880px) {
}
@media screen and (max-width: 800px) {
}
@media screen and (max-width: 768px) {
  .no_compe {
    font-size: 17px;
  }
  .schedule .thanks {
    font-size: 15px;
  }
  .schedule .scdttl {
    font-size: 26px;
  }
  .schedule table th,
  .schedule table td,
  .op_compe.schedule table th,
  .op_compe.schedule table td {
    font-size: 13px;
  }
  .schedule .desc dt,
  .schedule .desc dd {
    font-size: 15px;
  }
  .op_compe.schedule .join p {
    font-size: 17px;
  }
  .op_compe.schedule .join a {
    font-size: 18px;
  }
}

@media screen and (max-width: 700px) {
}
@media screen and (max-width: 640px) {
  .no_compe {
    font-size: 16px;
  }
  .schedule p.note {
    text-align: left;
  }
  /* -------------------------------------
	schedule
	------------------------------------- */
  .schedule .thanks {
    font-size: 14px;
  }
  .schedule .mcopy {
    font-size: 14px;
  }
  .schedule .scdttl {
    font-size: 22px;
  }

  .schedule .desc > div {
    display: block;
    margin-bottom: 7px;
  }
  .schedule .desc dt,
  .schedule .desc dd {
    font-size: 14px;
  }
  .schedule .desc dd {
    width: 100%;
  }

  .op_compe.schedule .join p {
    font-size: 16px;
  }
  .op_compe.schedule .join a {
    font-size: 17px;
  }
}
@media screen and (max-width: 500px) {
}
@media screen and (max-width: 320px) {
}
@media screen and (min-width: 769px) {
}
