.ff-m{
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
}
#content_wrap{
  margin-top: 80px;
}
#sp_header{
  background-color: #fff;
}
.navbar{
  padding: 0;
}
.sub_description header h2{
  line-height: 1.3;
  font-size: 22px;
  font-weight: bold;
  margin-top: 20px;
}

.game_code{
  text-align: center;
  color: #fff;
  background-color: #81807F;
  margin-top: 10px;
  padding: 5px 10px;
  display: inline-block;
  font-size: 18px;
}

.lt-space2{letter-spacing: 2em;}
.lt-space3{letter-spacing: 0.5em;}
.notice{font-size:14px;line-height:1.4;color:#333;}
.period_mark{margin:0 5px;}

dl.syllabus_base{
  font-size: 18px;
  display: flex;
  flex-wrap: wrap;
}

dl.syllabus_base dt, dl.syllabus_base dd{
  margin-bottom:10px;
}
dl.syllabus_base dt{
  width: 120px;
}
dl.syllabus_base dd{
  width: calc(100% - 120px);
  color: #333;
}

dl.syllabus_base .syllabus-border{
  padding-top: 10px;
  border-top:solid 1px #aaa;
}

.aircondition{
  margin-left:40px;
}

.tbl-game-category{
  border: 1px solid #aaa;
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
}
.tbl-game-category th,
.tbl-game-category td{
  border-bottom: none;
  border: 1px solid #aaa;
  padding: 2px;
  font-size:12px;
}
.tbl-game-category th{
  color: #fff;
  background-color: #4F484D;
  text-align: center;
  white-space: nowrap;
  border-bottom: none;
  border: 1px solid #aaa;
}
.tbl-game-category td{
  color: #333;
}
.memo_header{
  margin-top: 40px;
}
.pdf-download-area{
  margin-top: 30px;
}
.btnPdfDl{
  position: relative;
  width: 250px;
  padding: 15px 28px 15px 60px;
  border-radius: 10px;
  background: linear-gradient(to bottom, #bf0707 0%,#bf0707 50%,#e06b6d 51%,#bf0707 100%);
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
.btnPdfDl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  display: block;
  width: 30px;
  height: 30px;
  background: url(/inc/image/icon_pdf-w.png);
  background-size: contain;
}
a.btnPdfDl:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}

.btn_link_area{
  margin-top: 50px;
}

.preview-alert{
  color: #b22222;
  font-weight: bold;
  font-size: 20px;
  padding: 20px;
  border: 3px solid #f795a4;
  border-radius: 10px;
  background: #ffeef7;
}

.pdf-link-url{
  display:none;
}

div{break-inside:auto !important}

@media print, (min-width: 768px) {
  .sp-only{display: none;}
}

@media only screen and (max-width: 767px) {
  .sub_description header h2{
    font-size: 18px;
  }
  .game_code{
    font-size: 16px;
  }
  dl.syllabus_base{
    font-size: 16px;
    display: block;
  }
  dl.syllabus_base dt{
    margin-top: 15px;
    margin-bottom: 5px;
    width: 100%;
  }
  dl.syllabus_base dd{
    margin: 0;
    width: 100%;
  }

  dl.syllabus_base dd.syllabus-border{
    border: none;
    padding-top: 0;
  }

  .tbl-game-category{
    font-size: 12px;
  }
  .tbl-game-category th{
    font-weight: normal;
  }
  .tbl-game-category td{
    padding: 2px 3px;
  }

  .game-class{
    font-weight: bold;
    margin-right: 5px;
  }

  .pc-only{display: none;}
  .notice{font-size:12px;line-height:1.4;}
}

@media print{
  .sub_header,
  .sub_footer,
  #foot_notes,
  .secretariat,
  header.fixed-top{
    display:none;
  }
  #content_wrap{
    margin-top:0;
  }
  .notice{
    break-inside: avoid;
  }
  .sub_description header h2{font-size: 18px;}
  .game_code{font-size: 16px;}
  .notice{font-size:11px;line-height:1.4;}
  dl.syllabus_base{
    font-size: 14px;
  }
  dl.syllabus_base dt, dl.syllabus_base dd{
    margin-bottom:5px;
  }
  .p-break{page-break-before: always;}
  .pdf-download-area{margin-top: 15px;}
  .btnPdfDl{display:none;}
  .pdf-link-url{
    font-size: 18px;
    display:block;
  }
}