@charset "utf-8";

/* =============================================
  style
============================================= */
.support-img{
  margin: 0 0 20px;
}
.support-img img{
  width: 620px;
}
.day{
  position: relative;
  padding: 0 0 0 25px;
  margin: 10px 0 0;
  font-size: 1.3rem;
}
.day::before{
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  margin: 0;
  content: ' ';
  background: url(/nikken/students/img/ico-schedule.svg) no-repeat left top;
  opacity: 0.7;
}
.seminar-table{
  width: 100%;
  margin: 10px 0 60px;
  overflow: hidden;
  white-space: nowrap;
  border-spacing: 0;
  border-collapse: separate;
  background-color: #fff;
  border-radius: 10px;
}
.seminar-table th, .seminar-table td {
  padding-top: 0;
  padding-bottom: 0;
  font-weight: bold;
  line-height: 1.56;
  color: #333;
  letter-spacing: 0;
  border-bottom: 1px solid #ccc;
}
.seminar-table tr:first-of-type th, tr:first-of-type td {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 34px;
  color: #fff;
  background-color: #70ab36;
}
.seminar-table th {
  padding: 12px 5px;
  font-size: 12px;
  vertical-align: middle;
  text-align: center;
  border-right: 1px solid #ccc;
}
.seminar-table td {
  width: 1em;
  padding: 12px 13px;
  font-size: 1.2rem;
  line-height: 1.4;
  vertical-align: middle;
  color:#666;
  text-align: center;
  word-wrap:break-word;
	white-space: normal;
  border-right: 1px solid #e8e8e8;
}
.color-event{
  background-color: #f7fde2;
}

/* ===========================================
	MediaQueries
=========================================== */

/* PC----------------------------- */
@media screen and (width >= 768px){
  .swipe{
    display: none;
  }
}