/* CSS Document */

@import url(forteacher.css);
@import url(../../module/lity.min.css);

/*a.applyBtn{
  width: 95%;
}
a.applyBtn.wunset{
  width: auto;
}*/

.kouenkoushi h4{
	font-size: 1.2rem;
	text-align: center;
	line-height: 1.5;
}
.eventText{
	text-align: center;
	margin: 0 auto;
}

.comment div{
  margin: 2.5em auto;
}
.comment div p{
  position: relative;
  font-size: 0.8rem;
  margin: 0.5em 2em;
  padding: 5px 10px;
  width: fit-content;
  background: #33AF8B;
  border-radius: 5px;
  color: #fff;
  z-index: 0;
}
.comment div p:nth-child(2){
  margin-bottom: 2.5em;
}
.Lcomment{
  float: left;
}
.Rcomment{
  float: right;
}
.Lcomment::before, .Rcomment::before{
  content: "";
  position: absolute;
  top: 50%;
  border: 15px solid transparent;
  border-top: 23px solid #33AF8B;
  z-index: -1;
}
.Lcomment::before{
  left: 10%;
}
.Rcomment::before{
  right: 10%;
}

.clear{
  clear: both;
  background: #fff;
  border: 2px solid #33AF8B;
  padding: 0.5em;
  border-radius: 5px;
  text-align: center !important;
}
.guidanceimg{
  text-align: center;
}
.guidanceimg img{
  height: auto;
  width: 80%;
  margin: 1em auto;
  border-radius: 5px;
}

.koushiList{
  margin: 4em auto;
}
.koushi{
  background: #fff;
  border-radius: 5px;
  padding: 0.5em;
  margin: 1em;
}
.koushi img{
  width: 90%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  margin-top: 0.5em;
}
.koushi .name{
  text-align: center;
}
.koushiList .center{
  position: relative;
  color: #33AF8B;
}
.koushiList .center::before{
  content: "";
	position: absolute;
	top: 50%;
	left: 25px;
	width: 0;
	height: 0;
	margin-top: -3px;
	border: 8px solid transparent;   
	border-top: 12px solid #33AF8B;
}
.specialInfo .info{
  text-align: center;
}
.specialInfo .info .kouenimg img{
  height: auto;
  width: 80%;
  margin-top: 1em;
  border-radius: 5px;
}
.specialInfo .info p{
  text-align: left;
}
.specialInfo .btnBox{
  margin: 4em 1em 2em;
}
.seminarlink img{
  border-radius: 5px;
}
/* ------ PC.css ----- */
@media screen and (min-width: 768px){
  a.applyBtn.wunset{
    width: 95%;
  }
  .eventpoint{
    margin: 4em auto 1.5em;
  }
  .specialInfo{
    padding: 0.5em 5em;
  }
  .specialInfo p.Lcomment{
    width: 100%;
    padding: 0.8em;
  }
  .specialInfo p.Rcomment{
    width: 100%;
    padding: 0.8em;
  }
  .specialInfo .info p{
    text-align: center;
  }
  .specialInfo a.applyBtn{
    width: 50%;
  }
  .info img{
    width: 40%;
  }
  .pc_view{
    display: flex;
    align-items: center;
    margin-bottom: 3em;
  }
  .kouenimg, .comment{
    width: 50%;
  }
  .clear{
    width: 90%;
    margin: 0 auto;
    padding: 1.5em;
  }
  .comment{
    margin: 0em auto 2em;
  }
  .comment div {
    margin: 2.5em auto 0;
    display: flex;
    justify-content: center;
  }
  .Lcomment::before{
    margin-top: 3px;
    border-right: 12px solid #33AF8B;
  }
  .Rcomment::before{
    margin-top: 3px;
    border-left: 12px solid #33AF8B;
  }
  .comment div p{
    float: unset;
    height: 100%;
    margin: 0.5em 1em;
  }
  .koushiList .center::before {
    left: calc(30% + 1.5em);
    margin-top: -5px;
  }
  .koushi{
    display: flex;
  }
  .koushi img{
    width: 150px;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
  }
  .koushiInfo{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 3em;
  }
  .koushi .name {
    font-size: 1.1rem;
  } 
  .seminarlink{
    width: fit-content;
    margin: 10px auto;
    filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, .2));
  }
  .seminarlink img{
    width: 550px;
    border-radius: 5px;
  }
}