#program {margin:0 0 1em;}
.t-num {
  display:inline-block;
  vertical-align: middle;
  padding-right: .5em;
  line-height: 1.7;
}
.t-name {
  display:inline-block;
  vertical-align: middle;
  width: 6.5em;
  padding: 0;
  color: #666;
  font-weight: bold;
  line-height: 1.7;
}
.t-title ,
.t-title2 {
  display:inline-block;
  vertical-align: middle;
  color: steelblue;
  font-size:1.2em;
  font-weight: bold;
  font-family: "Midashi Min MA31";
  padding: 0;
}
.t-content {
  font-size:.95em;
  line-height:1.5;
  padding:8px 0 20px .2em;
  margin-left: 1.8em;
  border-top:solid 2px lightsteelblue;
}
.newline5 {
  padding-left: 5em;
  text-indent:-5em;
}
.newline10 {
  padding-left: 10em;
  text-indent:-10em;
}

/*タブレット用の設定*/
@media screen and (max-width:800px) {
  #program {width:88vw;}
  }


  /*スマホ用の設定*/
@media screen and (max-width:560px) {

  .t-title ,
  .t-title2 {
    display:block;
    margin-left: 1.5em;
  }
  .t-title2 {
    font-size:1.1em;
  }

}
