@charset "UTF-8";

img{
  max-width: 100%;
}

.fv-sec.event{
  background-color: #c1dd76;
  margin: 80px 0 0 0;
}

.wrap .inner {
  padding: 100px 0 100px;
}

.fv-sec.event .inner{
  width: 1000px;
  margin: auto;
}

.fv-sec.event .row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.fv-sec.event .row .text{
    width: 65%;
}
.fv-sec.event .row .text h2{
    color: #1f56a2;
    font-size: 30px;
}
.fv-sec.event .row .text h3{
    color: #1f56a2;
    font-size: 50px;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

span.online{
  background-color: #1f56a2;
  padding: 5px 10px;
  display: inline-block;
  color: #fff;
  font-size: 18px;
}

.fv-sec.event .row .text p{
    color: #1f56a2;
    line-height: 2em;
    margin-top: 20px;
}
.fv-sec.event .row figure{
    width: 35%;
    text-align: right;
    display: flex;
    align-items: center;
}
.fv-sec.event .row figure img{
    width: 60%;
    margin: auto;
}

.event01{

}

.event01 h2{
}
.event01 h2 span.gl{
 background:linear-gradient(transparent 80%, #c1dd76 80%);
 font-weight: bold;
}
.event01 .title{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 90px;
}
.event01 .title .text{
    width: 65%;
}
.event01 .title .text span.online{
    background-color: #1f56a2;
    padding: 5px 10px;
    display: inline-block;
    color: #fff;
    font-size: 18px;
}
.event01 .title .text h2{
    margin-top: 30px;
    color: #1f56a2;
    font-size: 50px;
}
.event01 .title .text p{
    color: #1f56a2;
    line-height: 2em;
    margin-top: 30px;
}
.event01 .title figure{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-end;
    width: 35%;
}
.event01 .title figure img{
    width: 70%;
}

.for_box_wrap{
  position: relative;
  margin: 0 0 90px 0;
}

.for_box_wrap .beginner{
  position: absolute;
  top:-10px;
  left: -60px;
  width: 40px;
}

.for_box_wrap .for_box{
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #1f56a2;
  padding: 0 0 15px 0;
  align-items: center;
}
.okyu_desc{
    width: 25%;
    background: #83a030;
    display: flex;
    align-items: center;
    padding: 15px 0;
    color: #fff;
    border-radius: 6px;
    margin: 0 0 45px 0;
    justify-content: center;
    font-weight: bold;
    font-size: 19px;
  }

.for_box_wrap .for_box .left{
  min-width: 22%;
  margin: 0 45px 0 0;
  font-weight: bold;
  display: flex;
  color: #1f56a2;
  align-items: center;
}

.for_box_wrap .for_box .left i{
  font-size: 19px;
  margin-right: 15px;
  font-weight: bold;
}

.for_box_wrap .for_box .left p{
  font-size: 21px;
  margin: 0;
  font-weight: bold;
}

.for_box_wrap .for_box .left p span{
  font-size: 16px;
  font-weight: bold;
}

.for_box_wrap .for_box .right{
  width: 70%;
  font-size: 15px;
  color:#1f56a2;
  display: flex;
  align-items: center;
  line-height: 1.5;
}

.event01 ul{
  font-size: 16px;
  width: 950px;
  margin: 0 auto 65px;
}

.event01 ul li{
  color: #1f56a2;
  font-size: 15px;
  margin-bottom: 10px;
}
.event01 ul li span{
  color:#ff0000;
}

.event01 .btn_zoom{
  width: 445px;
  height: 75px;
  background: #749629;
  margin: 0 auto 90px;
}

.event01 .btn_zoom a{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  color: #fff;
  font-size: 19px;
}


.calendar h3{
  font-size: 21px;
  color: #1f56a2;
  margin-bottom: 30px;
}

.calendar .text01{
 color: #1f56a2;
 margin: 10px 0 0 0;
 font-size: 16px;
}


.event02 .title{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 90px;
}
.event02 .title .text{
    width: 68%;
    font-weight: normal;
}
.event02 .title .text span{
    background-color: #fff;
    padding: 0;
    display: inline-block;
    color: #1f56a2;
    font-weight: bold;
    font-size: 47px;
    padding: 0 0 10px 0;
}

.event02 .title .text span.online {
  background-color: #1f56a2;
  padding: 5px 10px;
  display: inline-block;
  color: #fff;
  font-size: 18px;
  width: 125px;
  text-align: center;
  font-weight: normal;
  margin: 0 10px 0 0;
}

.event02 .title .text h2{
    margin-top: 10px;
    color: #1f56a2;
    font-size: 47px;
}

.event02 h2 span.gl{
 background:linear-gradient(transparent 80%, #c1dd76 80%);
}

.event02 .title .text p{
    color: #1f56a2;
    line-height: 2em;
    margin-top: 30px;
}
.event02 .title figure{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    width: 30%;
}
.event02 .title figure img{
    width: 75%;
}

.event02 .title small{
  font-size: 21px;
  font-weight: bold;
  color: #1f56a2;
}


.event02 ul{
  font-size: 16px;
  width: auto;
  margin: 0 auto 65px;
}

.event02 ul li{
  color: #1f56a2;
  font-size: 15px;
  margin-bottom: 5px;
}
.event02 ul li span{
  color:#ff0000;
}

.event02 .btn_zoom{
  width: 445px;
  height: 75px;
  background: #749629;
  margin: 0 auto 90px;
}

.event02 .btn_zoom a{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  color: #fff;
  font-size: 19px;
}

.event03{
  background: #fcf6c3;
  padding-bottom: 60px;
}

.event03 .box{
  margin: 0 auto 45px;
}

.calendar{
  margin-bottom: 90px;;
}

.pc_none{
  display: none !important;
}

footer{
  padding-top: 50px;
}

footer .wrap .inner{
  padding-bottom: 0;
  padding-top: 0;
}
