@charset "UTF-8";
.sp-line {
  display: flex;
  flex-direction: row;
}

p, li {
  font-size: 16px;
}

#main div {
  font-family: "Noto Sans JP";
}
#main H1 {
  font-size: 1.8em;
}
#main H2 {
  font-size: 1.6em;
}
#main H2.center {
  text-align: center;
}
#main H2 .with-h3 {
  margin: 0 0;
}
#main h3 {
  font-size: 1.4em;
  color: #d580b2;
  text-align: center;
  margin: 35px auto;
}
#main h3 .with-h2 {
  color: #f991b6;
  margin: 0 0;
}
#main h4 {
  font-size: 1.4em;
  margin: 20px 0;
  border-left: 4px solid #d580b2;
  padding-left: 10px;
}

@media screen and (min-width: 736px) {
  .spOnly {
    display: none !important;
  }

  .sp-row {
    display: flex;
    flex-direction: row;
  }
}
@media screen and (max-width: 736px) {
  .pcOnly {
    display: none !important;
  }

  .sp-row {
    display: flex;
    flex-direction: column;
  }
}
.head-message {
  display: inline-block;
}

.cmnSecMg {
  margin: 65px auto;
}

.content-wrap {
  width: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
}

.btn-primary {
  background-color: #ffffff;
  border: none;
  border-style: solid;
  border-width: 2px;
  border-color: #d580b2;
  color: #000000;
  padding: 10px 30px;
  box-shadow: none;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:visited {
  background-color: #d580b2 !important;
  border: none;
  box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.15) inset;
}

.w100 {
  width: 100% !important;
}

.fBox {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.txtB {
  font-weight: bold !important;
}

.txtN {
  font-weight: normal !important;
}

#event-info {
  width: 100%;
  margin: 10px 25%;
}

.twitter-account {
  color: #71c9f8;
}

.instagram-account {
  color: #e4adcd;
}

#news-pickup time, .post-info time {
  color: #A0A0A0;
  font-size: 10px;
}

#main {
  width: 100%;
  display: block;
  flex: 1;
  overflow: hidden;
  max-width: 1080px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  padding-top: 150px;
}
#main .calendar {
  width: 100%;
  margin: 10% 0;
}
#main #breadcrumb {
  width: 100%;
  max-width: 1080px;
  padding: 0 15px;
  margin: 15px auto;
  font-size: 0;
}
#main #breadcrumb li.bc-list {
  display: inline-block;
}
#main #breadcrumb li.bc-list::after {
  content: "/";
  display: inline-block;
  padding: 0 3px;
  color: #ccc;
  font-size: 12px;
}
#main #breadcrumb li.bc-list:last-child::after {
  display: none;
}
#main #breadcrumb li.bc-list a {
  color: #333;
  font-size: 12px;
}
#main #breadcrumb li.bc-list p {
  color: #c4649c;
  font-size: 12px;
}
#main #main-content {
  display: block;
  width: calc(100% - 300px);
  padding: 0 20px;
}
#main #right-content {
  width: 300px;
  background-color: #ffdde9;
  padding: 0 10px 20px 10px;
}
#main #right-content input {
  margin: 10px 0;
}
#main #right-content .right-notice {
  text-align: left;
}
#main #right-content .left-link {
  text-align: right;
}
#main #right-content .sns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#main #right-content .sns .sns-header {
  margin: 25px 0 15px;
  width: 100%;
  display: flex;
}
#main #right-content .sns .sns-list-contents {
  width: 100%;
  text-align: center;
}
#main #right-content .sns .sns-text {
  display: inline-block;
  width: 80%;
}
#main #right-content .sns .sns-image {
  display: inline-block;
  width: 20%;
}
#main #right-content .sns .sns-image img {
  height: auto;
  max-width: 100%;
}
#main #right-content .sns p {
  margin: 5px 0;
}
#main #right-content h2.instagram {
  font-size: 25px;
  font-family: "Serif";
  color: #c13584;
  font-weight: bold;
  line-height: 1;
  text-align: left;
  margin: auto;
}
#main #right-content h2.twitter {
  font-size: 25px;
  font-family: "Serif";
  color: #55acee;
  font-weight: bold;
  line-height: 1;
  text-align: left;
  margin: auto;
}
#main #button-lesson-registration {
  text-align: center;
}

.accordion > dt .toggleBtn {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 20px;
  padding: 10px;
  background-color: #d580b2;
}
.accordion > dt .toggleBtn::before, .accordion > dt .toggleBtn::after {
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  position: absolute;
  width: 18px;
  height: 2px;
  transition: all 0.5s ease;
  background-color: #fff;
}
.accordion > dt .toggleBtn::before {
  display: block;
  transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -moz-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  -o-transform: translate(-50%, -50%) rotate(0deg);
}
.accordion > dt .toggleBtn::after {
  transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  -o-transform: translate(-50%, -50%) rotate(90deg);
}
.accordion > dt.active .toggleBtn::before {
  display: none;
}
.accordion > dt.active .toggleBtn::after {
  transform: translate(-50%, -50%) rotate(180deg);
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  -moz-transform: translate(-50%, -50%) rotate(180deg);
  -ms-transform: translate(-50%, -50%) rotate(180deg);
  -o-transform: translate(-50%, -50%) rotate(180deg);
}

#reserve-button {
  display: block;
  width: 100%;
  margin: 20px auto;
  max-width: 500px;
  text-align: center;
}
#reserve-button button {
  display: inline-block;
  width: 100%;
  color: #fff;
  background-color: #ff498a;
  padding: 16px;
  border-radius: 8px;
  font-size: 18px;
}

#contact-wrap {
  background-color: rgba(255, 255, 255, 0.8);
}
#contact-wrap .form-memo {
  padding: 20px 20px;
  background-color: #fbcfdf;
}
#contact-wrap .form-memo .form-memo-title {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #ff498a;
  text-align: center;
}
#contact-wrap .form-memo .form-memo-block {
  display: block;
}
#contact-wrap .form-head {
  margin: 0 auto 30px;
}
#contact-wrap .form-contents {
  padding: 30px 20px 45px;
}
#contact-wrap .form-contents table {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
#contact-wrap .form-contents table th, #contact-wrap .form-contents table td {
  padding: 10px;
}
#contact-wrap .form-contents table th {
  width: 120px;
  word-break: keep-all;
}
#contact-wrap .form-contents table td {
  max-width: 100%;
}
#contact-wrap .form-contents .contact-form-btn {
  display: block;
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
  font-size: 16px;
  color: #fff;
  background-color: #d580b2;
  padding: 16px;
  border-radius: 8px;
  box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.15) inset;
  margin-top: 20px;
}

@media screen and (max-width: 736px) {
  .cmnSecMg {
    margin: 40px auto;
  }

  h1 {
    font-size: 26px;
  }

  h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }

  #main {
    overflow: auto;
    max-width: 736px;
  }
  #main #main-content {
    display: block;
    width: 100%;
    padding: 0 20px;
  }
  #main #right-content {
    width: 100%;
    background-color: #ffffff;
    margin: 0;
    padding: 0 20px;
  }
  #main .contentsInner {
    padding: 0 15px;
  }

  #contact-wrap .form-contents table th, #contact-wrap .form-contents table td {
    padding: 10px 0;
  }
  #contact-wrap .form-contents table th {
    width: 100%;
    display: block;
    padding-bottom: 0;
  }
  #contact-wrap .form-contents table td {
    max-width: 100%;
    display: block;
  }

  .site-footer {
    font-size: 12px;
  }

  .site-footer .footer-banner {
    padding: 0 15px;
  }

  .site-footer #footer-copyright {
    font-size: 12px;
  }
}
#main div {
  font-family: "Noto Sans JP";
}
#main h1 {
  width: 100%;
  color: #c4649c;
  border-bottom: 4px solid #fa7db5;
  margin: 0px auto;
  padding: 35px 0px;
  text-align: center;
}
#main h2 {
  color: #c4649c;
  margin-bottom: 10px;
}
#main .head-message {
  display: block;
  color: #0064b3;
  color: #E07CA4;
  font-size: 28px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  #main .head-message {
    font-size: 20px;
  }
}
#main h1.head-message {
  border: none;
  padding: 0;
}
#main #reserve-button a {
  text-decoration: auto;
}
#main #reserve-button button {
  background-color: #ffaf08;
  color: #0064b3;
  cursor: pointer;
}

#main-content .thumbnail {
  text-align: center;
  margin: 10px;
}
#main-content a:not(.inherit) {
  color: #dd5189;
  text-decoration: underline;
}

#main-detail-content {
  clear: both;
  padding: 60px 15px 30px;
  line-height: 1.7;
  font-size: 1em;
  background: #fef4f9;
}
#main-detail-content h2 {
  font-size: 24px;
  border-bottom: 2px solid #fff;
  line-height: 1.6;
  padding: 10px 0;
  margin-bottom: 25px;
  clear: both;
}
#main-detail-content h3 {
  font-size: 20px;
  line-height: 1.6;
  padding: 10px 0;
  margin-bottom: 25px;
  clear: both;
  text-align: unset;
}
#main-detail-content h4 {
  font-size: 16px;
  line-height: 1.6;
  padding: 10px 0;
  margin-bottom: 25px;
  clear: both;
}
#main-detail-content h5 {
  font-size: 14px;
  line-height: 1.6;
  padding: 10px 0;
  margin-bottom: 25px;
  clear: both;
}
#main-detail-content h6 {
  font-size: 12px;
  line-height: 1.6;
  padding: 10px 0;
  margin-bottom: 25px;
  clear: both;
}
#main-detail-content img {
  width: initial;
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}
#main-detail-content p {
  margin-bottom: 2em;
}
#main-detail-content p:last-child {
  margin-bottom: 0;
}
#main-detail-content strong {
  font-weight: bold;
}
#main-detail-content ul {
  padding: 10px;
  list-style: none;
  line-height: 1.5;
}
#main-detail-content ul > li {
  position: relative;
  line-height: 25px;
  padding-left: 30px;
}
#main-detail-content ul > li:before {
  content: "・";
  position: absolute;
  left: 7px;
  font-size: 1em;
}
#main-detail-content ol {
  counter-reset: list;
  list-style-type: none;
  position: relative;
  padding: 1.2em;
}
#main-detail-content ol > li {
  position: relative;
  padding: 7px 5px 7px 50px;
  margin: 7px 0 10px 0px;
  font-size: 1em;
}
#main-detail-content ol > li:first-child {
  margin-top: 0;
}
#main-detail-content ol > li:last-child {
  margin-bottom: 20px;
}
#main-detail-content ol > li:before {
  counter-increment: list;
  content: counter(list) ".";
  position: absolute;
  left: 15px;
  font-size: 1em;
}
#main-detail-content #rtoc-mokuji-wrapper a {
  color: #333333;
  text-decoration: underline;
}
#main-detail-content a.heartbtn {
  display: block;
  background: #fa7db5;
  border-radius: 4px;
  width: 300px;
  margin: 32px 12px 1em;
  height: 50px;
  padding: 1.1em 0;
  line-height: 1.2;
  font-size: 16px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  position: relative;
}
#main-detail-content a.heartbtn:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: #fff 1px solid;
  border-right: #fff 1px solid;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#main-detail-content a.heartbtn:before {
  content: "";
  background: url(../img/common/heartGif.gif);
  background-size: cover;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 6px;
  top: -27px;
}

#right-content .teacher {
  width: 100%;
}
#right-content .teacher a {
  width: 100%;
  font-size: 0px;
}
#right-content .teacher img {
  width: 30%;
}
#right-content .teacher .title {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 70%;
  font-size: large;
}

#lesson-info {
  width: 100%;
  display: block;
}
#lesson-info .info-item {
  width: 100%;
  letter-spacing: -0.4em;
  margin-bottom: 10px;
}
#lesson-info .post-info {
  letter-spacing: normal;
  color: #c4649c;
  width: 30%;
  display: inline-block;
  vertical-align: top;
}
#lesson-info .contents {
  color: #292929;
  width: 70%;
  display: inline-block;
  letter-spacing: normal;
}

.lesson-each-summary .summary-row {
  display: block;
}

#lesson-summary {
  background-color: #F1DBCF;
  padding: 30px 15px;
  margin: 30px auto;
  line-height: 2;
  text-align: center;
}
#lesson-summary .message-block + .message-block {
  margin-top: 30px;
}

#lesson .news-item {
  width: 100%;
}
#lesson .news-item a {
  width: 100%;
}
#lesson .news-item img {
  width: 100%;
  height: auto;
}
#lesson .news-item > article {
  display: block;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  position: relative;
  border: 2px solid #fff;
  border-radius: 8px;
  overflow: hidden;
}
#lesson .news-item .post-title {
  margin: 0;
  text-align: left;
  font-weight: bold;
  margin-bottom: 10px;
  color: #ff498a;
}
#lesson .news-item .post-title a {
  color: #ff498a;
}
#lesson .news-item .post-info {
  min-height: 1em;
}
#lesson .news-item .post-info + .post-info {
  margin-top: 5px;
}
#lesson .news-item .post-info .lesson-summary {
  color: #ba4b8c;
}
#lesson .news-item .post-info ul {
  margin: 15px 0;
}
#lesson .news-item .post-info li {
  padding-left: 1em;
  position: relative;
}
#lesson .news-item .post-info li::before {
  content: "●";
  display: inline-block;
  font-size: 0.4em;
  position: absolute;
  left: 0;
  top: 5px;
  color: #f991b6;
}
#lesson .news-item .post-btn {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: calc(100% - 40px);
  max-width: 340px;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  #lesson .news-item .post-btn {
    position: static;
    left: auto;
    transform: none;
    display: inline-block;
    max-width: initial;
    max-width: auto;
    width: 100%;
    margin-top: 25px;
  }
}
#lesson .news-item .post-btn a {
  width: 100%;
}
#lesson .news-item .post-btn button {
  width: 100%;
}
#lesson .news-itemInner {
  padding: 20px 20px 90px;
}
#lesson .img-wrap {
  position: relative;
  width: 100%;
}
#lesson .img-wrap:before {
  padding-top: 56%;
  content: "";
  display: block;
}
#lesson .img-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

#lesson-system-price .lesson-price-txt {
  width: 100%;
  max-width: 675px;
  margin: 5px auto 0;
  text-align: right;
}
#lesson-system-price .lesson-price-list {
  width: 100%;
  max-width: 675px;
  margin: 0 auto;
}
#lesson-system-price .lesson-price-list tr th {
  background-color: #ffdde9;
}
#lesson-system-price .lesson-price-list tr td {
  background-color: rgba(255, 255, 255, 0.8);
  text-align: right;
}
@media only screen and (max-width: 767px) {
  #lesson-system-price .lesson-price-list tr td {
    text-align: left;
  }
}
#lesson-system-price .lesson-price-list th, #lesson-system-price .lesson-price-list td {
  width: 50%;
  padding: 10px 15px;
  border: 1px solid #d580b2;
  border-left: none;
  border-right: none;
}

#lesson-feature .lesson-feature-list li img {
  display: block;
  width: 100%;
  max-width: 262px;
  max-height: 234px;
  object-fit: contain;
  margin: 0 auto 30px;
}
#lesson-feature .lesson-feature-list li .point-memo {
  display: inline-block;
}

#lesson-user-voice {
  text-align: center;
}
#lesson-user-voice > img {
  display: block;
  width: 100%;
  max-width: 675px;
  margin: 0 auto;
}
#lesson-user-voice .lesson-user-voice-list {
  width: 100%;
  display: inline-block;
  margin: 45px auto 0;
  font-size: 0;
  text-align: left;
}
#lesson-user-voice .lesson-user-voice-list li {
  display: inline-block;
  vertical-align: top;
}
#lesson-user-voice .lesson-user-voice-list li img {
  width: 100%;
  margin-bottom: 10px;
}
#lesson-user-voice .lesson-user-voice-list li p {
  font-size: 1rem;
}
#lesson-user-voice .lesson-user-voice-list li p.user-voice-title {
  color: #ff498a;
  font-weight: bold;
  margin-bottom: 5px;
}

#lesson-faq .faq dt {
  position: relative;
  cursor: pointer;
  background-color: #efb3d6;
}
#lesson-faq .faq dd {
  position: relative;
  display: none;
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
}

#lesson-access .lesson-access-address {
  margin-bottom: 30px;
}
#lesson-access iframe {
  width: 100%;
  height: 340px;
}

@media screen and (min-width: 767px) {
  #lesson .news-item {
    width: calc((100% - 60px) / 3);
  }
  #lesson .news-item:not(:nth-child(3n+1)) {
    margin-left: 30px;
  }
  #lesson .news-item:nth-child(n+4) {
    margin-top: 30px;
  }

  #lesson-feature .lesson-feature-list li {
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
  }
  #lesson-feature .lesson-feature-list li:nth-child(3n) {
    margin-right: 0;
  }
  #lesson-feature .lesson-feature-list li:nth-child(n+4) {
    margin-top: 20px;
  }

  #lesson-user-voice .lesson-user-voice-list li {
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
  }
  #lesson-user-voice .lesson-user-voice-list li:nth-child(4n) {
    margin-right: 0;
  }
  #lesson-user-voice .lesson-user-voice-list li:nth-child(n+5) {
    margin-top: 20px;
  }

  #lesson-faq .faq dt {
    padding: 20px 80px 20px 25px;
    min-height: 60px;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.2;
  }
  #lesson-faq .faq dt:nth-child(n+2) {
    margin-top: 20px;
  }
  #lesson-faq .faq dd {
    line-height: 1.5;
    padding: 20px;
  }
}
@media screen and (max-width: 736px) {
  #lesson .news-item:nth-child(n+2) {
    margin-top: 30px;
  }

  #lesson-feature .lesson-feature-list li {
    width: 100%;
    margin: 0;
  }
  #lesson-feature .lesson-feature-list li:nth-child(n+2) {
    margin-top: 20px;
  }

  #lesson-user-voice .lesson-user-voice-list li {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
  }
  #lesson-user-voice .lesson-user-voice-list li:nth-child(3n) {
    margin-right: 0;
  }
  #lesson-user-voice .lesson-user-voice-list li:nth-child(n+4) {
    margin-top: 20px;
  }

  #lesson-faq .faq dt {
    padding: 20px 80px 20px 20px;
    min-height: 70px;
    font-weight: normal;
    line-height: 1.4;
  }
  #lesson-faq .faq dt:nth-child(n+2) {
    margin-top: 15px;
  }
  #lesson-faq .faq dd {
    padding: 20px;
  }
}
#lesson-summary {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.15);
}

#lesson-info {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  #lesson-info {
    margin-top: 40px;
  }
}

#main .info-item .contents h4 {
  margin: 0;
}

.info-item .contents p {
  font-size: 20px;
}

.info-item .contents h4 + p {
  margin-top: 20px;
}

#lesson .news-item article {
  background-color: #F4F3F0;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.15);
  border: none;
}

#lesson .img-wrap {
  height: 320px;
}
@media screen and (max-width: 767px) {
  #lesson .img-wrap {
    height: 340px;
  }
}

#lesson .news-item .post-title a {
  color: #D279AE;
  font-size: 32px;
  text-decoration: none;
}

.lesson-each-summary .summary-row {
  font-size: 20px;
  margin-top: 30px;
}

#lesson .news-item .post-info li {
  font-size: 20px;
  margin-top: 25px;
}

.news-item .btn-primary {
  border: none;
  background-color: transparent;
  padding: 0;
  font-size: 20px;
  color: #E07CA4;
}

#lesson .btn-primary:hover,
#lesson .btn-primary:active,
#lesson .btn-primary:focus,
#lesson .btn-primary:visited {
  background-color: transparent !important;
  border: none;
  box-shadow: none;
}

#lesson .post-btn a,
.post-btn a {
  background-image: url("/wp-content/themes/otomejuku/img/common/lesson-btn-more.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  padding: 15px 0;
  line-height: 1;
}
#lesson .post-btn a button,
.post-btn a button {
  color: #E07CA4;
}

#lesson .news-item .post-info {
  text-align: left;
}

#lesson .news-itemInner {
  text-align: center;
  padding: 20px 20px 110px;
}
@media screen and (max-width: 767px) {
  #lesson .news-itemInner {
    padding: 20px 20px 25px;
  }
}

#lesson-system-price .lesson-price-list {
  max-width: 880px;
}

#lesson-system-price .lesson-price-list th,
#lesson-system-price .lesson-price-list td {
  width: 50%;
  padding: 20px 35px;
  border: none;
  border-radius: 7px;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  #lesson-system-price .lesson-price-list th,
#lesson-system-price .lesson-price-list td {
    font-size: 18px;
    padding: 15px 15px;
  }
}

.lesson-price-list {
  border-collapse: separate;
  border-spacing: 8px;
}

#lesson-system-price .lesson-price-list tr th {
  background-color: #EFB4D6;
}

#lesson-system-price .lesson-price-list tr td {
  background-color: #F0EFF0;
}

#lesson-system-price .lesson-price-txt {
  width: 100%;
  max-width: 880px;
  margin: 5px auto 0;
  text-align: left;
  font-size: 18px;
}

#lesson-feature .lesson-feature-list > li {
  background-color: #ffffff;
  box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  text-align: center;
  padding: 30px 15px;
  border: 1px solid #eeeeee;
}
@media only screen and (max-width: 767px) {
  #lesson-feature .lesson-feature-list > li {
    border-width: 2px;
  }
}
#lesson-feature .lesson-feature-list > li img {
  margin: 0 auto;
  width: auto;
}
@media only screen and (max-width: 768px) {
  #lesson-feature .lesson-feature-list > li img {
    width: 100%;
  }
}

#main .lesson-feature-list-title {
  font-size: 32px;
  color: #D279AE;
  border: none;
  padding: 0;
}

.lesson-feature-list > li .point-memo {
  font-size: 20px;
  text-align: left;
  line-height: 1.3;
}

/* フッター「よくある質問」からのジャンプ用 */
#faq-parent {
  position: relative;
}

#FAQ {
  position: absolute;
  top: -110px;
}
@media screen and (max-width: 767px) {
  #FAQ {
    top: 0;
  }
}

.faq {
  background-color: #ffffff;
  padding: 10px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  #main {
    background-image: url("../img/common/common-top-back-sp.png"), url("../img/common/common-bottom-back-sp.png");
    background-size: contain;
    background-position: top, bottom;
  }
}

#lesson-contact .resereve-box {
  display: block;
  margin: auto;
}
#lesson-contact .btn-primary {
  display: block;
  margin: auto;
}
/*# sourceMappingURL=lesson.css.map */
