@charset "utf-8";

@media screen and (max-width: 768px) {
/* -------------------------------------------------------------------
#ONLINE
------------------------------------------------------------------- */
#ONLINE {}





/* about */
.about {
  padding-top: 50px;
  padding-bottom: 60px;
}
.about ul {
  margin-bottom: 30px;
}
.about ul li {
  display: block;
}
.about ul li > p {
  display: block;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 0;
  font-size: 2.4rem;
  text-align: center;
}
.about ul li div {
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 30px;
  padding-left: 20px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 10px;
}
.about ul li .flex {
  display: block;
}
.about ul li .flex p:first-of-type {
  margin-right: 0;
  margin-bottom: 5px;
  font-size: 2.4rem;
  line-height: 1.5;
}
.about ul li .flex p:last-of-type {
  font-size: 1.4rem;
  line-height: 1.5;
}
.about__image {
  display: block;
}
.about__image img {
  width: 100%;
}
.about__image img + img {
  margin-top: 10px;
}





/* contact */
.contact-1 {
  padding-bottom: 60px;
  margin-top: -20px;
}





/* step */
.step {
  padding-top: 50px;
  padding-bottom: 70px;
}
.step__content--zoom {
  margin-top: 40px;
}
.step__content h3 {
  padding-top: 6px;
  padding-bottom: 6px;
  margin-bottom: 24px;
  font-size: 2.4rem;
}
.step__content ul {
  display: block;
}
.step__content ul li {
  display: block;
  width: 100%;
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 40px;
  padding-left: 30px;
}
.step__content ul li + li {
  margin-top: 20px;
}
.step__content ul li p:last-of-type {
  margin-bottom: 20px;
}
.step__content ul li > img {
  margin-top: 0;
}
.step__content ul li:first-of-type > img {
  margin-bottom: 30px;
}
.step__content--line ul li:first-of-type > img {
  margin: 0 auto;
  margin-bottom: 30px;
}





/* faq */
.faq {
  padding-top: 50px;
  padding-bottom: 60px;
}
.faq ul li {
  padding-top: 30px;
  padding-right: 20px;
  padding-bottom: 30px;
  padding-left: 20px;
}
.faq ul li + li {
  margin-top: 20px;
}
.faq__question {
  min-height: 42px;
  padding-left: 66px;
  margin-bottom: 20px;
  font-size: 2rem;
  line-height: 1.6;
}
.faq__question::before {
  width: 42px;
  height: 42px;
}
.faq__answer {
  padding-left: 61px;
  margin-left: 5px;
  font-size: 1.8rem;
}





}