@charset "UTF-8";

img{
  max-width: 100%;
}

.fv-sec.lesson{
  background-color: #fcf6c3;
  margin: 80px 0 0 0 ;
}

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

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

.fv-sec.lesson .row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.fv-sec.lesson .row .text{
    width: 65%;
}
.fv-sec.lesson .row .text h2{
    color: #1f56a2;
    font-size: 30px;
}
.fv-sec.lesson .row .text h3{
    color: #1f56a2;
    font-size: 50px;
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.fv-sec.lesson .row .text h3 span{
    background-color: #1f56a2;
    color: #fff;
    padding: 7px 10px;
    font-size: 0.4em;
    margin-right: 10px;
}
.fv-sec.lesson .row .text p{
    color: #1f56a2;
    line-height: 2em;
    margin-top: 20px;
}
.fv-sec.lesson .row figure{
    width: 35%;
    text-align: right;
    display: flex;
    align-items: center;
}
.fv-sec.lesson .row figure img{
    width: 90%;
    margin: 0 0 30px auto;
}

.lesson01{

}

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

.lesson01 .text01{
  color: #1f56a2;
  margin: 10px 0 90px 0;
}

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

.lesson01 ul li{
  color: #1f56a2;
  font-size: 15px;
  margin-bottom: 5px;
}
.lesson01 ul li span{
  color:#ff0000;
}
.lesson01 .btn_zoom{
  width: 445px;
  height: 75px;
  background: #fcf1a2;
  margin: 0 auto 90px;
}

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

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

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

.pc_none{
  display: none !important;
}

footer{
  padding-top: 50px;
}

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