#event-form {
  display: none;
}
html {
  font-family: font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  background-color: #FFFFFF;
  max-width: 3000px;
  margin: 0 auto;
  font-size: 16px;
}
body {
  font-size: 25px;
  width: 80%;
  margin: auto;
  font-family:  "MS Pゴシック",sans-serif;
  background-color: #ffffff;
  color: #404048;
}
.pc { 
  display:inline; 
}
  .sp { 
    display:none; 
  }
  .pc a{
  color: blue;
}

h2 {
  font-size: 1.4em;
    font-weight: bold;
    position: relative;
    line-height: 0.95em;
    text-align: center;
    padding: 3% 15%;
}
.outline{
  color: #404040;
}
.inner_seminer {
  padding: 5% 10%;
  width: 100%;
  margin: auto;
  line-height: 2em;
  font-size: .7em;
}
#main_visual {
  text-align: center;
}
#main_visual img{
  width: 100%;
}
.fv_btn{
  margin: 50px 0;
  text-align: center;
}
.btn{
  display: block;
  background-color: #FF7315;
  color: #ffffff;
  font-weight: bold;
  width: 40%;
  margin: auto;
  padding: 10px;
  border-radius: 20px;
  text-decoration: none;
}
.btn a: hover{
  color: #fff;
  background: #f56500;
  font-size: 1.1em;
}
#description{
  background: #ffffff;
  background-size:cover;
}
#description h2{
  padding: 6% 15%;
}
#description .inner_seminer {
    padding: 0% 10% 5% 10%;
    width: 100%;
    margin: auto;
    line-height: 2em;
    font-size: .7em;
}
#recommend{
  background:#f9f9f9;
  background-size:100%;
}
.recommend_back{
  background: #ffffff;
  width: 100%;
  padding: 20px;
}
.recommend_back ul{
  list-style-type: square;
  padding-left: 20px;
}
.maintext{
  line-height: 1.5em;
  font-weight: bold;
}
.picture{
text-align: center;
margin-bottom: 30px;
width: 30%;
}
.picture img{
  width: 300px;
}
.profile{
  width: 70%;
  padding-left: 30px;
}
.profile img{
  width: 50%;
  padding-bottom: 20px;
}
.profile_text{
  font-size: .8em;
  line-height: 1.5em;
  padding-top: 20px;
}
.human{
  display: flex;
  margin: 0px 0px 50px 0px;
  padding: 10px;
  border: solid 1px #f0f0f0;
}
#timetable{
  background: #ffffff;
  background-size:100% 100%;
}
#timetable h2{
  padding-bottom: 0px;
}
.timetable_article{
  display: flex;
  background: #ffffff;
  border: solid 1px #f0f0f0;
  margin-bottom: 10px;
  align-items:flex-start;
  width: 100%;
}
.time {
    width: 20%;
    font-weight: 600;
    color: #ffffff;
    padding: 10px 0px 10px 10px;
    margin: auto 0;
    background: #4C9542;
}
.timecontents{
  width: 80%;
    font-weight: 600;
    line-height: 1.3em;
    margin: auto 0;
    padding-left: 20px;
}
.timecontents_human{
  width: 10%;
  padding-right: 10px;
  margin: auto 0;
  text-align: right;
}
.timecontents_human img{
  vertical-align: middle;
}
.timecontents_human2{
  display: flex;
  justify-content: right;
  padding-right: 10px;
  height: 100%;
  margin: auto 0;
  column-gap: 5px;
  width: 33.33%;
}
.timecontents_human2 li{
  height: 100%;
  margin: auto 0;
  text-align: right;
}
#outline .inner_seminer{
  padding: 5% 20% 4% 20%
}
.outlinetable_item{
  display: flex;
  padding: 40px 0px;
  border-top: solid 1px #dbdde0;
}
.outlinetable_item_heading{
  width: 25%;
}
.outlinetable_item_content{
  width: 75%;
  font-weight: 600;
}
.outline2{
  padding: 20px 20px;
  font-weight: 600;
  font-size: 1.2em;
}
.outlinetable_item_content_small{
  font-size: .8em;
    line-height: 1.5em;
    background: #F0F0F0;
    padding: 20px;
    border-radius: 30px;
    margin-top: 30px;
}
.outline_small{
   font-size: .8em;
  line-height: 1.5em;
}
ol {
 list-style-type: decimal;
 padding-left: 20px;
}
.outlinetable_item_content2{
  line-height: 1em;
  width: 75%;
  font-weight: 600;
}
.outlinetable_item_content3{
    display: block;
}
.outlinetable_item_nove img{
  width: 100%;
  padding-top: 20px;
}
#form .inner_seminer{
  padding: 10%;
}
#form a{
  font-weight: 600;
  color: blue;
  text-decoration:underline;
}