@charset "UTF-8";
.siteHeader .container {
    padding-top: 5px;
    padding-bottom: 4px;
}

img{
  max-width: 100%;
}

.fv-sec.lesson{
  background-color: #fcf6c3;
  padding: 75px 0 95px;
}


.fv-sec.lesson .inner {
    width: 87%;
    margin: auto;
}

.wrap .inner {
  padding: 0;
}

.fv-sec.lesson .row{position: relative;display: flex;flex-wrap: wrap;justify-content: space-between;}
.fv-sec.lesson .row .text{width: 100%;}
.fv-sec.lesson .row .text h2{
    color: #1f56a2;
    font-size: 4.5vw;
}
.fv-sec.lesson .row .text h3{
    color: #1f56a2;
    font-size: 9vw;
}
.fv-sec.lesson .row .text h3 span{
    background-color: #1f56a2;
    color: #fff;
    padding: 7px 10px;
    font-size: 0.4em;
    margin-right: 10px;
    margin-bottom: 3%;
    display: inline-block;
}
.fv-sec.lesson .row .text p{
    color: #1f56a2;
    font-size: 3vw;
    width: 75%;
    text-align: justify;
    line-height: 2em;
    margin-top: 20px;
}
.fv-sec.lesson .row figure{position: absolute;width: 100%;text-align: right;bottom: -65px;right: -3%;}
.fv-sec.lesson .row figure img{width: 40%;}

.lesson01{

}

.lesson01 h2{
  font-size: 4.5vw;
  color: #1f56a2;
  margin-bottom: 30px;
}

.lesson01 .text01{
  color: #1f56a2;
  margin: 10px 0 30px 0;
  font-size: 3vw;
}

.lesson01 ul{
  font-size: 4vw;
  width: 100%;
  margin: 0 auto 30px;
}

.lesson01 ul li{
  color: #1f56a2;
  font-size: 3vw;
  margin-bottom: 5px;
}
.lesson01 ul li span{
  color:#ff0000;
}
.lesson01 .btn_zoom{
  width: 100%;
  background: #fcf1a2;
  margin: 0 auto 45px;
  padding: 15px 0;
}

.lesson01 .btn_zoom a{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  color: #fff;
  font-size: 4vw;
  color: #1f56a2;
}

.lesson02{
  background: #fcf6c3;
  padding-bottom: 15%;
}

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

footer{
  padding-top: 0;
  padding: 13% 0 5%;
}

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