@charset "UTF-8";

.event-sec {
  background: #fff;
  max-width: 900px;
  padding: 60px 50px;
  margin: 0 auto;
}
.event-sec01{
  margin-bottom: 60px;
}
.event-sec img {
  width: 100%;
}
.seminar-list {
  max-width: 900px;
  
}
.seminar-list__title {
  border-left: 8px solid #0072cf;
  padding-left: 20px;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 40px;
}
.content-box {
  display: flex;
  display:-webkit-flex;
  display:-webkit-flex;
  justify-content: space-between;  
}
.content-box__img{
  width: 260px;
}
.content-box__text {
  width: calc(100% - 290px);
}
.content-box__text h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #0072cf;
  line-height: 1;
}
.content-box__text h4 span{
  color: #000;
  font-weight: normal;
}
.content-box__text p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 30px;
}
.content-box__text--check {
  color: red;
}
/* .event-btn {
  display: flex;
  justify-content: left;
  align-items: center;
} */
.event-btn .evet-mypage{
  width: calc(100% / 2);
  height: 60px;
  background: #9cd424;
  border-radius: 30px;
  color: #fff;
  display: block;
  text-align: center;
  line-height: 60px;
  max-width: 300px;
  margin: 0 auto;
}
.event-btn .evet-preentry{
  width: calc(100% / 2);
  height: 60px;
  background: #04bc4d;
  border-radius: 30px;
  color: #fff;
  display: block;
  text-align: center;
  line-height: 60px;
  max-width: 290px;
}
.return-top {
  position: relative;
  display: block;
  width: 330px;
  margin: 0 0 0 45px;
}
.return-top:after {
  margin: 0 0 0 10px;
  content: " ";
  display: inline-block;
  width: 18px;
  height: 16px;
  background: url(../img/people/lower/return_btn_off.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
  transition: all .5s ease-in;
}
.evet-list .evet-box{
  width: calc(100% / 2);
  margin-right: 40px;
}
.evet-list .evet-box--on{
  background: #0072cf;
}
.evet-list .evet-box--on a{
  color: #fff;
}
.evet-list .evet-box--on .triangle {
  border-color: #fff transparent transparent transparent;
}


@media screen and (max-width: 999px) {
  .event-sec {
    padding: 40px 25px 60px;
    border-bottom: 2px solid #efefef;
  }
  .seminar-list__title {
    font-size: 20px;
  }
  .content-box {
    display: block;
  }
  .content-box__img{
    width: 190px;
    max-width: 50%;
    margin: 0 auto 40px;
  }
  .content-box__text {
    width: 100%;
  }
  .event-btn {
    width: 100%;
    display: block;
  }
  .event-btn .evet-mypage {
    width: 100%;
}
.event-btn .evet-preentry {
  width: 100%;
  max-width: none;
}
  .return-top {
    text-align: center;
  }
  .evet-list .evet-box{
    width: calc(95% / 2);
    margin-right: 0;
  }
  .evet-list .evet-text{
    font-size: 12px;
  }
}
