@charset "UTF-8";
*{
text-decoration: none;
}
#taikennyugaku * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /*text-align: justify;*/
}
#taikennyugaku small {
  font-size: 90%;
}
#taikennyugaku #contents2 h1 {
  display: block;
  margin: 0 auto 5em auto !important;
}
.lecture-data {
  margin: 0 auto !important;
  width: 96%;
}
/*.lecture-data h2 {
  padding-left: 0.5em !important;
  font-size: 150%;
  line-height: 1.8;
  color: #666666;
  border-left: solid 5px #666666;
  border-bottom: solid 1px #999999;
}*/
.lecture-data table {
  width: 100%;
  border-collapse: collapse;
}
.lecture-data td {
  margin: 0;
  padding: 0.5em 1em !important;
  font-size: 14px;
  line-height: 1.5;
  color: #333333 !important;
  border-bottom: solid 1px #cccccc;
}
/*.lecture-data .date {
  width: 18%;
  text-align: left;
}*/
.lecture-data .thumbnail {
  width: 20%;
  text-align: left;
}
.lecture-data .thumbnail img {
  border-radius: 5px;
}
.lecture-data .teach {
  width: 65%;
}
.lecture-data .reserve {
  width: 15%;
}
.lecture-data .reserve a, .lecture-data .reserve a span {
  font-size: 12px;
}
.lecture-data .reserve a span {
  display: inline;
}
.lecture-data .reserve a {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 100px;
  height: auto;
  padding: 10px;
  border-radius: 3px;
  color: #ffffff;
  transition: 0.3s;
  line-height: 1.5;
  text-align: center !important;
  vertical-align: middle;
}
.lecture-data .reserve a:hover {
  text-decoration: none;
  box-shadow: 0 0 2px #000000;
  filter: saturate(200%);
}
.lecture-data table span {
  font-size: 10px;
}
/* -----------------------
　　　Responsive(start)
   ----------------------- */
/* PC */
@media screen and (min-width: 641px) {
  #taikennyugaku #contents2 {
    margin: 1em auto;
    width: 980px;
    font-size: 12px;
    line-height: 16px;
    /*border: solid 1px #CC21FF;*/
  }
  #taikennyugaku #contents2 img {
    width: 100%;
  }
  .lecture-data table {
    margin-bottom: 4em;
  }
}
/* SP */
@media screen and (max-width: 640px) {
  #taikennfes #contents2 {
    font-size: 12px;
    line-height: 16px;
    border: dotted 1px #ff0000;
  }
  #taikennyugaku #contents2 img {
    margin: 0 2%;
    width: 96%;
  }
  #taikennyugaku #contents2 h1 {
    display: block;
    margin: 1em auto 3em !important;
  }
  .lecture-data table {
    margin-bottom: 1em !important;
  }
  .lecture-data h2 {
    font-size: 120%;
  }
  .lecture-data td {
    display: block;
    padding: 0.4em;
    width: 100% !important;
    line-height: 1.6;
    text-align: center;
  }
  .lecture-data .date, .lecture-data .teach {
    border: none;
  }
  .lecture-data .reserve {
    padding-bottom: 1em;
  }
  .lecture-data .reserve a {
    margin-bottom: 0.5em !important;
    width: 100%;
  }
}
/* -----------------------
　　　Responsive(end)
   ----------------------- */

.col01 a {
  background-color: #8fc31f !important;
}
.col02 a {
  background-color: #005bac !important;
}
.col03 a {
  background-color: #601886 !important;
}
.col04 a {
  background-color: #b50281 !important;
}
.col05 a {
  background-color: #f39700 !important;
}
.col06 a {
  background-color: #e5004f !important;
}
.col07 a {
  background-color: #ea5514 !important;
}
.col08 a {
  background-color: #eeda00 !important;
}
.col09 a {
  background-color: #d70051 !important;
}
dl {
	max-width: 980px;
	margin: 0 auto;
	margin-bottom: 20px;
}
dl h3 {
	max-width: 98%;
	margin: 0 auto;
	margin-bottom: 20px;
	color: #000;
	font-size: 18px;
}
dt {
	max-width: 980px;
	margin: 0 0 2px 0;
	padding: 15px;
	background: #8fc31f;
	color: #fff;
	font-size: 20px;
}
dt::before {
	content: '▼';
	color: #ffffff;
	float: right;
}
#tab2 {
	background: #005bac;
}
#tab3 {
	background: #601886;
}
#tab4 {
	background: #b50281;
}
#tab5 {
	background: #f39700;
}
#tab6 {
	background: #e5004f;
}
#tab7 {
	background: #ea5514;
}
#tab8 {
	background: #eeda00;
}
#tab9 {
	background: #d70051;
}
