@charset "UTF-8";
/* CSS Document */
.corse-other-ttl01:before {
  content: '';
  background: url(images/boat-icon01.png) no-repeat;
  background-size: contain;
  width: 50px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
}
.corse-other-regular-price span {
  position: relative;
}
.corse-other-regular-price span:before {
  position: absolute;
  content: "";
  display: block;
  transform: rotate(10deg);
  background-color: #284274;
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
}
th.course_fee_table_head1.vert span {
  color: #fff;
  font-size: 1rem;
  writing-mode: horizontal-tb;
}
.calender-notes {
  text-align: center;
  color: #253F71;
  font-family: 'hiragino6';
  margin-top: -80px;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  th.course_fee_table_head1.vert {
    width: 40px;
  }
}
@media (max-width: 768px) {
  .calender-notes {
    margin-top: 20px;
  }
  .core-main-img {
    max-width: 200px;
    top: 20px;
  }
  table.course_1_fee_table {
    min-width: 600px;
  }
  .content-box.js-content.corse-item.regular:after {
    content: '';
    background: url("images/hukidashi-sp.png") no-repeat;
    background-size: contain;
    width: 100%;
    display: block;
  }
  .hukidashi {
    margin-top: -10px;
  }
  .check-bg{padding-bottom: 20px;}
}
