body {
  background: #f6f6f6;
}

.lesson {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px 100px;
}

.p-lesson__button {
  margin-top: 7.6rem;
  justify-self: center;
  width: 280px;
  padding-left: 3.2rem;
}

@media screen and (max-width: 1200px) {
  .lesson {
    padding: 0 20px 100px;
  }
}
@media screen and (max-width: 900px) {
  .lesson {
    padding: 0 20px 100px;
  }
}
@media screen and (max-width: 600px) {
  .lesson {
    padding: 0 2.6666666667vw 13.3333333333vw;
  }
}
.lesson__ttl {
  font-size: 2.4rem;
  line-height: 1.4166666667;
  color: #000000;
}
@media screen and (max-width: 600px) {
  .lesson__ttl {
    font-size: 3.2vw;
  }
}
.lesson__img {
  display: block;
  margin-top: 40px;
}
@media screen and (max-width: 600px) {
  .lesson__img {
    margin-top: 5.3333333333vw;
  }
}
.lesson__cont h2 {
  font-size: 2rem;
  line-height: 1.95;
  margin-top: 50px;
  padding-left: 20px;
  color: #432412;
  border-bottom: 4px solid #edecec;
  border-left: 8px solid #edecec;
}
@media screen and (max-width: 600px) {
  .lesson__cont h2 {
    font-size: 2.6666666667vw;
    margin-top: 6.6666666667vw;
    padding-left: 2.6666666667vw;
    border-bottom: 0.5333333333vw solid #edecec;
    border-left: 1.0666666667vw solid #edecec;
  }
}
.lesson__cont p {
  font-size: 1.8rem;
  line-height: 1.6111111111;
  margin-top: 40px;
  color: #432412;
}
@media screen and (max-width: 600px) {
  .lesson__cont p {
    font-size: 2.4vw;
    margin-top: 5.3333333333vw;
  }
}
.lesson__cont img {
  width: auto;
}
.lesson__pager {
  margin-top: 80px;
}
@media screen and (max-width: 600px) {
  .lesson__pager {
    margin-top: 10.6666666667vw;
  }
}
.lesson__pager__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .lesson__pager__list {
    display: block;
  }
}
.lesson__pager__item {
  width: 46.2264150943%;
  max-width: 490px;
}
@media screen and (max-width: 600px) {
  .lesson__pager__item {
    width: 100%;
    max-width: none;
  }
}
.lesson__pager__item a {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4375;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  color: #000000;
  border: 1px solid #432412;
}
@media screen and (max-width: 600px) {
  .lesson__pager__item a {
    font-size: 2.1333333333vw;
  }
}
.lesson__pager__item a:after,
.lesson__pager__item a:before {
  display: block;
  content: "";
}
.lesson__pager__item a:before {
  position: absolute;
  top: 0;
  width: 52px;
  height: 100%;
  background: #000000;
}
@media screen and (max-width: 600px) {
  .lesson__pager__item a:before {
    width: 6.9333333333vw;
  }
}
.lesson__pager__item a:after {
  position: absolute;
  bottom: 50%;
  width: 15px;
  height: 15px;
}
@media screen and (max-width: 600px) {
  .lesson__pager__item a:after {
    width: 2vw;
    height: 2vw;
  }
}
.lesson__pager__item--prevpost a {
  padding: 20px 25px 20px 77px;
}
@media screen and (max-width: 600px) {
  .lesson__pager__item--prevpost a {
    padding: 2.6666666667vw 3.3333333333vw 2.6666666667vw 10.2666666667vw;
  }
}
.lesson__pager__item--prevpost a:before {
  left: 0;
}
.lesson__pager__item--prevpost a:after {
  left: 14px;
  -webkit-transform: translate(50%, 50%) rotate(45deg);
  transform: translate(50%, 50%) rotate(45deg);
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
}
@media screen and (max-width: 600px) {
  .lesson__pager__item--prevpost a:after {
    left: 1.8666666667vw;
    border-bottom: 0.4vw solid #fff;
    border-left: 0.4vw solid #fff;
  }
}
@media screen and (max-width: 600px) {
  .lesson__pager__item--nextpost {
    margin-top: 5.3333333333vw;
  }
}
.lesson__pager__item--nextpost a {
  padding: 20px 77px 20px 25px;
}
@media screen and (max-width: 600px) {
  .lesson__pager__item--nextpost a {
    padding: 2.6666666667vw 10.2666666667vw 2.6666666667vw 3.3333333333vw;
  }
}
.lesson__pager__item--nextpost a:before {
  right: 0;
}
.lesson__pager__item--nextpost a:after {
  right: 28px;
  -webkit-transform: translate(50%, 50%) rotate(45deg);
  transform: translate(50%, 50%) rotate(45deg);
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}
@media screen and (max-width: 600px) {
  .lesson__pager__item--nextpost a:after {
    right: 3.7333333333vw;
    border-top: 0.4vw solid #fff;
    border-right: 0.4vw solid #fff;
  }
}
.lesson__pager__back {
  margin-top: 40px;
}
@media screen and (max-width: 600px) {
  .lesson__pager__back {
    margin-top: 5.3333333333vw;
  }
}
.lesson__pager__back a {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 56px;
  display: inline-block;
  padding: 0 26px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  background: #f6a600;
}
@media screen and (max-width: 600px) {
  .lesson__pager__back a {
    font-size: 2.1333333333vw;
    line-height: 9.6vw;
    display: block;
    width: 100%;
    padding: 0 3.4666666667vw;
    text-align: center;
  }
}
.lesson__pager__back a:hover {
  opacity: 0.7;
}
.post__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 60px;
  border-bottom: 1px solid #edecec;
}
@media screen and (max-width: 1200px) {
  .post__item {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 900px) {
  .post__item {
    display: block;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 600px) {
  .post__item {
    padding-bottom: 8vw;
  }
}
.post__item + .post__item {
  padding-top: 60px;
}
@media screen and (max-width: 1200px) {
  .post__item + .post__item {
    padding-top: 60px;
  }
}
@media screen and (max-width: 900px) {
  .post__item + .post__item {
    padding-top: 60px;
  }
}
@media screen and (max-width: 600px) {
  .post__item + .post__item {
    padding-top: 8vw;
  }
}
.post__img {
  width: 100%;
  max-width: 326px;
  margin-right: 40px;
}
@media screen and (max-width: 1200px) {
  .post__img {
    margin-right: 40px;
  }
}
@media screen and (max-width: 900px) {
  .post__img {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 600px) {
  .post__img {
    margin-bottom: 5.3333333333vw;
  }
}
.post__cont {
  width: 100%;
}
.post__ttl {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  overflow: hidden;
  display: block;
  width: 100%;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1200px) {
  .post__ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 900px) {
  .post__ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .post__ttl {
    font-size: 2.6666666667vw;
  }
}
.post__content {
  font-size: 1.8rem;
  margin-top: 40px;
  color: #000000;
}
@media screen and (max-width: 1200px) {
  .post__content {
    font-size: 1.8rem;
    margin-top: 40px;
  }
}
@media screen and (max-width: 900px) {
  .post__content {
    font-size: 1.8rem;
    margin-top: 40px;
  }
}
@media screen and (max-width: 600px) {
  .post__content {
    font-size: 2.4vw;
    margin-top: 5.3333333333vw;
  }
}
.post__link {
  width: 100%;
  max-width: 300px;
  margin-top: 40px;
}
@media screen and (max-width: 1200px) {
  .post__link {
    margin-top: 40px;
  }
}
@media screen and (max-width: 900px) {
  .post__link {
    margin-top: 40px;
  }
}
@media screen and (max-width: 600px) {
  .post__link {
    margin-top: 5.3333333333vw;
  }
}
.pager__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 60px;
}
@media screen and (max-width: 1200px) {
  .pager__list {
    margin-top: 60px;
  }
}
@media screen and (max-width: 900px) {
  .pager__list {
    margin-top: 60px;
  }
}
@media screen and (max-width: 600px) {
  .pager__list {
    margin-top: 8vw;
  }
}
.pager__list__item {
  font-size: 2rem;
  font-weight: bold;
  line-height: 38px;
  width: 40px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .pager__list__item {
    font-size: 2rem;
    line-height: 38px;
    width: 40px;
  }
}
@media screen and (max-width: 900px) {
  .pager__list__item {
    font-size: 2rem;
    line-height: 38px;
    width: 40px;
  }
}
@media screen and (max-width: 600px) {
  .pager__list__item {
    font-size: 2.6666666667vw;
    line-height: 5.0666666667vw;
    width: 5.3333333333vw;
  }
}
.pager__list__item + .pager__list__item {
  margin-left: 10px;
}
@media screen and (max-width: 1200px) {
  .pager__list__item + .pager__list__item {
    margin-left: 10px;
  }
}
@media screen and (max-width: 900px) {
  .pager__list__item + .pager__list__item {
    margin-left: 10px;
  }
}
@media screen and (max-width: 600px) {
  .pager__list__item + .pager__list__item {
    margin-left: 1.3333333333vw;
  }
}
.pager__list__item--active {
  color: #fff;
  border: 1px solid #f6a600;
  background: #f6a600;
}
@media screen and (max-width: 600px) {
  .pager__list__item--active {
    border: 0.1333333333vw solid #f6a600;
  }
}
.pager__list__item a {
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #000000;
  border: 1px solid #432412;
}
@media screen and (max-width: 600px) {
  .pager__list__item a {
    border: 0.1333333333vw solid #432412;
  }
}
.pager__list__item a:hover {
  color: #fff;
  background: #432412;
}
/*# sourceMappingURL=lesson.css.map */
