@charset "UTF-8";
/*メイン*/
/*===========================
本文
===========================*/
.text {
  margin: 0 0 33px;
}
.text p {
  margin: 0 0 33px;
}
.text p:last-child {
  margin: 0;
}

.textLink {
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.textLink:hover {
  opacity: 0.7;
}

/*===========================
大見出し1
===========================*/
.largeHeadline01 {
  text-align: center;
  margin: 0 0 30px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .largeHeadline01 {
    margin: 0 0 50px;
  }
}
.largeHeadline01 .main_text {
  display: inline-block;
  line-height: 1.4;
  margin: 0 0 10px;
  font-size: 6vw;
  font-family: "Noto Serif JP", serif;
  color: #1A283E;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .largeHeadline01 .main_text {
    font-size: 4rem;
  }
}
.largeHeadline01 .main_text::before {
  content: "";
  display: inline-block;
  background: url(../../../img/lp/medical-aiq20230228/icon_headline.svg) no-repeat center center;
  background-size: 100% auto;
  width: 38px;
  height: 38px;
  position: absolute;
  z-index: -1;
  top: -7px;
  left: -13px;
}
.largeHeadline01 .sub_text {
  display: block;
  font-size: 1.3rem;
  font-family: "Roboto", sans-serif;
  color: #113778;
  letter-spacing: 3px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .largeHeadline01 .sub_text {
    font-size: 1.5rem;
  }
}

/*===========================
中見出し1
===========================*/
.mediumHeadline01 {
  text-align: center;
  margin: 0 0 20px;
}
@media screen and (min-width: 768px) {
  .mediumHeadline01 {
    margin: 0 0 40px;
  }
}
.mediumHeadline01 .sub_text {
  display: inline-block;
  padding: 2px 15px;
  background: #AE1825;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  margin: 0 0 10px;
}
@media screen and (min-width: 768px) {
  .mediumHeadline01 .sub_text {
    font-size: 2.2rem;
  }
}
.mediumHeadline01 .main_text {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 2.2rem;
  border-bottom: 2px solid #AE1825;
  color: #AE1825;
}
@media screen and (min-width: 768px) {
  .mediumHeadline01 .main_text {
    font-size: 3rem;
  }
}

.largeHeadline02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-contnet: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0 auto 30px;
}
.largeHeadline02 .main_text {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 2.2rem;
  margin: 0 15px;
  line-height: 1.4;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .largeHeadline02 .main_text {
    font-size: 3rem;
  }
}
.largeHeadline02 .border {
  width: 100%;
  position: relative;
  height: 1px;
  background: #C1C1C1;
}
.largeHeadline02 .border.border_left::before {
  content: "";
  display: block;
  width: 25%;
  height: 1px;
  margin: 0 0 0 auto;
  background: #AE1825;
}
.largeHeadline02 .border.border_right::before {
  content: "";
  display: block;
  width: 25%;
  height: 1px;
  margin: 0;
  background: #AE1825;
}

/*===========================
中見出し2
===========================*/
.mediumHeadline02 {
  margin: 0 0 20px;
  text-align: center;
}
.mediumHeadline02 .main_text {
  display: inline-block;
  line-height: 1.4;
  margin: 0 0 5px;
  font-size: 3.8vw;
  border-bottom: 1px solid #215374;
  color: #113778;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  padding: 0 0 4px;
}
@media screen and (min-width: 768px) {
  .mediumHeadline02 .main_text {
    font-size: 3rem;
    margin: 0 0 10px;
    border-bottom: 2px solid #215374;
    padding: 0 0 9px;
  }
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

.img {
  text-align: center;
  margin: 0 0 40px;
  line-height: 1;
}

html {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", "Yu Gothic Medium", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0 auto;
  max-width: 1920px;
  -webkit-text-size-adjust: 100%;
}

p,
h2,
h3 {
  color: #272727;
}

img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}

.mv {
  background-image: url(../../../img/lp/kids20220425/fv-bg_pc.jpg);
  background-size: contain;
}

.main {
  padding: 90px 0 200px;
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.kid {
  width: 80%;
  position: absolute;
  bottom: 0;
  right: -10%;
}

.mom {
  width: 15%;
  position: absolute;
  bottom: 0;
  left: 1%;
}

.main > p {
  color: #e42837;
  font-size: 2.7rem;
  font-weight: 600;
}

.main > p span {
  color: #27d1e8;
  font-size: 2.5rem;
}

.rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.rate p {
  color: #e42837;
  font-size: 8.5rem;
  font-weight: 500;
}

.rate p:first-child {
  font-size: 5rem;
  width: 39%;
  font-weight: 600;
}

.rate p:first-child span {
  font-size: 6rem;
  background-color: #fff;
  margin-right: 7px;
  padding: 0 4%;
  border-radius: 10px;
}

.rate p:nth-child(2) span {
  font-size: 4.5rem;
}

.point {
  margin-left: 17%;
  position: absolute;
  z-index: 2;
  margin-top: 3%;
}

.point p {
  background-color: #fff;
  width: 100%;
  border-radius: 25px;
  padding: 0.5rem;
  font-weight: 500;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  -webkit-box-shadow: 2px 2px 4px rgba(116, 116, 116, 0.37);
  box-shadow: 2px 2px 4px rgba(116, 116, 116, 0.37);
}

.point p:nth-child(1):before {
  content: "";
  background-image: url(../../../img/lp/kids20220425/crown.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 24px;
  margin-right: 5px;
  background-size: contain;
  vertical-align: middle;
}

.point p:nth-child(1) span {
  color: #ee9f32;
}

.point p:nth-child(2) {
  text-align: left;
  width: 82%;
  padding-left: 43px;
  position: relative;
}

.point p:nth-child(2) span {
  color: #27d1e8;
}

.point p:nth-child(2):before {
  content: "";
  background-image: url(../../../img/lp/kids20220425/pencil.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 30px;
  margin-right: 0px;
  background-size: contain;
  margin-left: 12px;
  position: absolute;
  left: 7px;
  bottom: 8px;
}

.mv-bt {
  background-color: #1c7014;
  overflow: hidden;
}

.mv-bt-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 650px;
  margin: 0px auto 20px;
  font-size: 1.3rem;
  line-height: 1.6rem;
  padding-top: 20px;
}

.mv-bt-inner p {
  color: #1c7014;
  background-color: #fff;
  width: calc(33.3333333333% - 30px);
  text-align: center;
  padding: 2.5%;
  border-radius: 5px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .mv-bt-inner p {
    margin: 0 15px;
  }
}

.mv-bt-inner p span {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 66%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

.mv-bt-inner p::after {
  content: "×";
  font-size: 1.5rem;
  position: absolute;
  color: #fff;
  top: 50%;
  right: -28px;
  transform: translateY(-50%) translateX(0%);
  -webkit-transform: translateY(-50%) translateX(0%);
}

.mv-bt-inner p:last-child:after {
  content: none;
}

.min {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.83);
  text-align: center;
  padding-bottom: 20px;
}

.PassRecord {
  background-color: #d4f9ff;
  padding-bottom: 40px;
}

.center {
  text-align: center;
  padding-top: 80px;
}

.ribbon {
  display: inline-block;
  position: relative;
  height: 132px;
  line-height: 60px;
  text-align: center;
  padding: 7px 0;
  font-size: 18px;
  background: #e42837;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ribbon h2 {
  margin: 0;
  padding: 10px 90px;
  border-top: dashed 2px rgba(255, 255, 255, 0.5);
  border-bottom: dashed 2px rgba(255, 255, 255, 0.5);
  line-height: 42px;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
}

.ribbon h2 span {
  font-size: 3rem;
}

.ribbon:before,
.ribbon:after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon:before {
  /*左の山形*/
  top: 0;
  left: 0;
  border-width: 66px 0px 66px 30px;
  border-color: transparent transparent transparent #d4f9ff;
  border-style: solid;
}

.ribbon:after {
  /*右の山形*/
  top: 0;
  right: 0;
  border-width: 66px 30px 66px 0px;
  border-color: transparent #d4f9ff transparent transparent;
  border-style: solid;
}

.slider {
  width: 800px;
  margin: 40px auto;
}

.card {
  width: 30%;
  background-color: #fff;
  padding: 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  height: 220px;
  margin: 28px;
  -webkit-box-shadow: 3px 4px 10px rgba(109, 187, 197, 0.5058823529);
  box-shadow: 3px 4px 10px rgba(109, 187, 197, 0.5058823529);
  position: relative;
}

.card::before {
  content: "";
  background-image: url(../../../img/lp/kids20220425/sakura.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 80px;
  height: 80px;
  margin-right: 0px;
  background-size: contain;
  margin-left: 12px;
  position: absolute;
  top: -20px;
  left: -40px;
}

.card h3 {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.8rem;
}

.card p {
  text-align: center;
  font-size: 3.5rem;
  color: #28d3e8;
  font-weight: 500;
}

.card p span {
  font-size: 2rem;
}

.card-innner {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

/*矢印の設定*/
.slick-prev {
  /*戻る矢印の位置と形状*/
  left: -4.8%;
  z-index: 100;
}

.slick-next {
  /*次へ矢印の位置と形状*/
  right: -2.2%;
  z-index: 100;
}

/*ドットナビゲーションの設定*/
.slick-dots {
  text-align: center;
  margin: 20px 0 0 0;
}

.slick-dots li button:before {
  color: #1b6f7a;
  font-size: 13px !important;
}

.slick-dots li.slick-active button:before {
  color: #27d1e8;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots button {
  color: transparent;
  outline: none;
  display: block;
  border-radius: 50%;
  background: #ccc; /*ドットボタンの色*/
}

.slick-next:before {
  content: "▶";
}

.slick-prev:before {
  content: "◀";
}

.slick-prev:before,
.slick-next:before {
  color: #27d1e8;
  font-size: 40px;
}

ul {
  -webkit-padding-start: 0px;
  padding-inline-start: 0px;
}

.tel-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 840px;
  margin: 20px auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

p.tel {
  font-size: 3.2rem;
  position: relative;
  margin-left: 40px;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
}

p.tel::before {
  content: "";
  background-image: url(../../../img/lp/kids20220425/tel-icon.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 0px;
  background-size: contain;
  margin-left: 12px;
  position: absolute;
  bottom: 10px;
  left: -68px;
}

p.tel--sp {
  display: none;
}

p.tel--sp::before {
  display: none;
}

p.tel--pc {
  display: block;
}

.cta-area a {
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
}

.cta {
  width: 400px;
  background-color: #27d1e8;
  text-align: center;
  border-radius: 60px;
  padding: 20px;
  margin-left: 20px;
  -webkit-box-shadow: 0px 10px 0px #1197a9;
  box-shadow: 0px 10px 0px #1197a9;
}

.left span {
  padding: 0.1rem 0.4rem;
  border: 1px solid #fff;
  border-radius: 10px;
  margin-right: 20px;
}

.nayami-area {
  background-color: #dbdbdb;
  padding: 60px 0 150px;
}

.nayami-inner {
  background-color: #fff;
  width: 100%;
  max-width: 700px;
  padding: 3%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  margin: 0 auto;
  position: relative;
}
.nayami-inner li {
  font-size: 1.3rem;
  line-height: 3rem;
  margin-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nayami-inner li img {
  width: 40px;
  height: 40px;
  margin-right: 1%;
}

.nayami-bt-area {
  background: url(../../../img/lp/kids20220425/nayami_bt_bg_pc.png) center center;
  position: relative;
  background-size: auto 500px;
  z-index: 2;
  background-repeat: no-repeat;
  top: -40px;
  padding: 40px;
}

.nayami-bt-inner {
  background-color: #fff;
  width: 700px;
  margin: 0 auto;
  border-radius: 15px;
  margin-top: 50px;
}

.nayami-bt-inner h2 {
  width: 55%;
  margin: 0 auto;
  background-color: #25d1e8;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  padding: 2%;
  border-radius: 0 0 15px 15px;
  position: relative;
}

.nayami-bt-inner h2::before {
  background-color: #25d1e8;
  bottom: 0;
  clip-path: polygon(68% 90%, 151% 0%, 0% 0%);
  content: "";
  height: 53px;
  margin: auto;
  position: absolute;
  left: -17px;
  top: -8px;
  width: 25px;
}

.nayami-bt-inner h2::after {
  background-color: #25d1e8;
  bottom: 0;
  clip-path: polygon(0 0, 0 130%, 127% -30%);
  content: "";
  height: 53px;
  margin: auto;
  position: absolute;
  right: -17px;
  top: -8px;
  width: 25px;
}

.nayami-bt-inner h3 {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  margin-top: 20px;
  color: #363636;
}

.pt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px auto;
  width: 87%;
  padding-bottom: 40px;
}

.pt p {
  padding: 0.5rem 1rem;
  background-color: #e6e6e6;
  margin-left: 40px;
  font-size: 1.7rem;
  color: #363636;
  border-radius: 10px;
  font-weight: 500;
  position: relative;
  padding-left: 48px;
}

.pt p:first-child {
  color: #e42837;
}

.pt p:first-child::after {
  content: "×";
  color: #ccc;
  position: absolute;
  right: -35px;
}

.pt p span {
  color: #25d1e8;
}

.pt img {
  width: 25px;
  height: auto;
  display: inline-block;
  margin-right: 10px;
  position: absolute;
  left: 16px;
  bottom: 10px;
}

.support-txt p {
  font-size: 2em;
  line-height: 2.1rem;
  color: #fff;
  font-weight: 500;
  width: 30%;
  display: block;
  margin: 35px auto 50px;
}

.support-txt img {
  width: 230px;
  position: absolute;
  bottom: -8px;
  right: 35%;
}

.method {
  max-width: 1200px;
  padding: 100px 30px 10px;
  margin: 0 auto;
}

.reason {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 80px;
}

.method .txt {
  margin-left: 50px;
  width: 100%;
}

.method h2 {
  color: #e42837;
  font-size: 2.7rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

.method h2::before {
  content: "";
  background-image: url(../../../img/lp/kids20220425/method_icon.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 0px;
  background-size: contain;
  margin-left: 12px;
  position: absolute;
  top: -28px;
  right: 39%;
}

.method h2 span {
  border-bottom: 5px dotted #e42837;
  padding-bottom: 5px;
}

.method .txt h3,
.reason-min h3 {
  color: #272727;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .method .txt h3,
  .reason-min h3 {
    font-size: 24px;
  }
}
.method .txt h3 .marker,
.reason-min h3 .marker {
  display: inline-block;
}

.reason-min h3 {
  margin-left: 20px;
  margin-top: 25px;
  width: 77%;
}

.reason-min-box .reason-min:nth-child(2) h3 {
  margin-left: 20px;
  margin-top: 3px;
  width: 77%;
  margin-bottom: 0;
}

.ribbon2 {
  width: 60px;
  position: absolute;
  color: #fff;
  background-color: #276f1c;
  left: 20px;
  top: -20px;
}
@media screen and (min-width: 768px) {
  .ribbon2 {
    width: 110px;
  }
}
.ribbon2::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 30px solid #276f1c;
  border-right: 30px solid #276f1c;
  border-bottom: 15px solid transparent;
}
@media screen and (min-width: 768px) {
  .ribbon2::after {
    border-left: 55px solid #276f1c;
    border-right: 55px solid #276f1c;
    border-bottom: 15px solid transparent;
  }
}

.ribbon3 {
  width: 110px;
  min-width: 110px;
  position: absolute;
  color: #fff;
  background-color: #276f1c;
  position: relative;
}
.ribbon3::after {
  content: "";
  position: absolute;
  top: 100%;
  border-left: 55px solid #276f1c;
  border-right: 55px solid #276f1c;
  border-bottom: 15px solid transparent;
}

.ribbon2 p,
.ribbon3 p {
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
}

.ribbon2 p span,
.ribbon3 p span {
  font-size: 3rem;
}

.reason-min {
  width: 48%;
  margin-bottom: 40px;
}
.reason-min .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: self-start;
  -ms-flex-align: self-start;
  align-items: self-start;
  width: 100%;
  margin-bottom: 30px;
}

.red {
  color: #e42837;
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgb(255, 246, 125)));
  background: linear-gradient(transparent 60%, rgb(255, 246, 125) 60%);
}

.reason-min-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.results {
  background-color: #fdedc9;
  padding-top: 40px;
  padding-bottom: 40px;
}
.results .ribbon {
  display: inline-block;
  position: relative;
  height: 132px;
  line-height: 60px;
  text-align: center;
  padding: 7px 0;
  font-size: 18px;
  background: #e42837;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.results .ribbon h2 {
  margin: 0;
  padding: 10px 60px;
  border-top: solid 2px rgba(255, 255, 255, 0.5);
  border-bottom: solid 2px rgba(255, 255, 255, 0.5);
  line-height: 42px;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
}
.results .ribbon h2 span {
  font-size: 3rem;
}
.results .ribbon h2 span::before {
  content: "";
  background-image: url(../../../img/lp/kids20220425/cracker.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 650px;
  height: 650px;
  margin-right: 0px;
  background-size: contain;
  margin-left: 12px;
  position: absolute;
  top: -41px;
  left: -7%;
}

.ribbon4 {
  width: 140px;
  position: absolute;
  color: #fff;
  background-color: #e42837;
  right: 20px;
  top: -20px;
  padding: 15px 5px;
}

.ribbon4:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 75px solid #e42837;
  border-right: 75px solid #e42837;
  border-bottom: 15px solid transparent;
}

.ribbon4 p {
  padding: 2%;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.7rem;
  font-weight: 500;
}

.ribbon4 p span {
  font-size: 2.5rem;
  line-height: 2.5rem;
}

.ribbon4.bg {
  width: 140px;
  height: 100px;
  position: absolute;
  background-color: rgba(147, 89, 7, 0.2392156863);
  right: 14px;
  top: -10px;
  padding: 15px 5px;
}

.ribbon4.bg:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 75px solid rgba(147, 89, 7, 0.2392156863);
  border-right: 75px solid rgba(147, 89, 7, 0.2392156863);
  border-bottom: 15px solid transparent;
}

.list-btn {
  background-color: #30286d;
  width: 420px;
  margin: 50px auto;
  border-radius: 52px;
}

.list-btn p {
  color: #fdedc9;
  text-align: center;
  padding: 3%;
  font-size: 1.9rem;
}

.list-btn a {
  text-decoration: none;
}

.voice {
  padding: 100px 20px 70px;
}

.voice h2 {
  font-size: 3rem;
  font-weight: 500;
  color: #e42837;
  text-align: center;
  margin-bottom: 60px;
}

.comment {
  max-width: 750px;
  margin: 0px auto 60px;
  border: 4px solid #e42837;
  border-radius: 25px;
  padding: 3%;
  position: relative;
}

.comment::before {
  content: "";
  background-image: url(../../../img/lp/kids20220425/pass_icon.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 105px;
  height: 105px;
  margin-right: 0px;
  background-size: contain;
  margin-left: 12px;
  position: absolute;
  top: -30px;
  left: -30px;
}

.comment h3 {
  background-color: #e42837;
  padding: 1%;
  font-size: 1.7rem;
  padding: 1.3%;
  color: #fff;
  width: 60%;
  text-align: center;
  margin: 0 auto;
  border-radius: 30px;
  letter-spacing: 0.1rem;
  position: relative;
}

.comment h3::before {
  content: "●";
  font-size: 0.8rem;
  color: #ffffff;
  position: absolute;
  top: 38%;
  left: 13px;
}

.comment h3::after {
  content: "●";
  font-size: 0.8rem;
  color: #ffffff;
  position: absolute;
  top: 38%;
  right: 13px;
}

.comment .ttl {
  margin-top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 5%;
  border-bottom: 4px dotted #e42837;
  margin-bottom: 25px;
}

.comment .ttl img {
  width: 14%;
  margin-bottom: 10px;
}

.comment .ttl h4 {
  font-size: 2rem;
  font-weight: 500;
  color: #e42837;
  margin-left: 10px;
  line-height: 2.5rem;
}

.comment p:last-child {
  font-size: 1.2rem;
}

.support {
  background-image: url(../../../img/lp/kids20220425/support_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 20px;
}

.support h2 {
  color: #e42837;
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}

.support h3 {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  line-height: 2.2rem;
}

.support-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1200px;
  margin: 40px auto;
}

.step {
  width: 31%;
  position: relative;
}

.ilast-ttl {
  width: 320px;
  height: 320px;
  background-color: #fff;
  border-radius: 100%;
  padding: 10%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto 20px;
  overflow: hidden;
}

.ilast-ttl img {
  width: 81%;
  margin: 16px auto 0px;
}

.ilast-ttl h4 {
  color: #e42837;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  margin: 20px auto;
}

.nbr {
  background-color: #e42837;
  font-size: 3rem;
  color: #fff;
  display: inline-block;
  text-align: center;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  position: absolute;
  left: 8%;
}

.step {
  font-size: 1.1rem;
}

.lesson {
  background-color: #dafbff;
  padding: 80px 20px;
}

.lesson h2 {
  color: #e42837;
  text-align: center;
  font-size: 3rem;
  font-weight: 600;
  margin: 0 0 30px;
}

.lesson p {
  font-size: 1.2rem;
  text-align: center;
}

.lesson-inner {
  max-width: 1000px;
  margin: 0 auto;
  background-color: #fafafa;
  padding: 3%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 5px 7px 10px rgba(156, 156, 156, 0.3058823529);
  box-shadow: 5px 7px 10px rgba(156, 156, 156, 0.3058823529);
}

.lesson h3 {
  max-width: 1000px;
  color: #fff;
  margin: 0 auto;
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
  background-color: #e42837;
  padding: 1.5% 2%;
  margin-top: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.lesson h3::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #e42837 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}

.lesson-inner .cta a,
.lesson-inner .btn {
  text-decoration: none;
}

.lesson-inner .cta p {
  color: #fff;
  font-size: 1.8rem;
}

.lesson-inner .cta {
  margin: 0 auto;
  background-color: #e42837;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 40px;
  position: relative;
}

.lesson-inner .cta::after {
  content: "→";
  font-size: 1.6rem;
  position: absolute;
  top: 28%;
  right: 3%;
}

.lesson-inner .btn img {
  width: 55px;
}

.lesson-inner .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px 0 8px;
}

.lesson-inner .btn p:nth-of-type(1) {
  font-size: 1.3rem;
  line-height: 1.6rem;
  margin-left: 10px;
}

.lesson-inner .btn p:nth-of-type(2) {
  margin-left: 10px;
  font-size: 3.3rem;
  font-weight: 500;
}

.lesson-inner .time span {
  border: 1px solid #272727;
  padding: 0.2rem 0.3rem;
  border-radius: 10px;
  margin-right: 10px;
}

.map-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 950px;
  margin: 40px auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.map-card {
  background-color: #fff;
  border-radius: 15px;
  padding: 4% 2.5% 200px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 31.5%;
  -webkit-box-shadow: 5px 7px 10px rgba(156, 156, 156, 0.5058823529);
  box-shadow: 5px 7px 10px rgba(156, 156, 156, 0.5058823529);
  margin-bottom: 30px;
  position: relative;
}

.map-inner .map-card:last-child {
  /*
  background-color: #fff;
  border-radius: 15px;
  padding: 5% 3%;
  box-sizing: border-box;
  width: 66%;
  box-shadow: 5px 7px 10px #9c9c9c81;
  margin-bottom: 30px;
  */
}

.map-card h3 {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
  line-height: 2rem;
}

.map-card h3 + p {
  text-align: center;
  font-size: 15px;
  /*
  height: 6rem;
  */
}

a.map-link,
a.tel-link {
  text-decoration: none;
}

.map-link {
  display: block;
  position: absolute;
  bottom: 110px;
  left: 20px;
  width: 100%;
  max-width: calc(100% - 40px);
}

.tel-link {
  display: block;
  position: absolute;
  bottom: 30px;
  left: 20px;
  width: 100%;
  max-width: calc(100% - 40px);
}

.map-link div {
  margin-top: 20px;
  background-color: #e6e6e6;
  border-radius: 40px;
  padding: 5%;
}

.map-link div p {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  position: relative;
}

.map-link div p::before {
  content: "";
  background-image: url(../../../img/lp/kids20220425/pin.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 0px;
  background-size: contain;
  margin-left: 12px;
  position: absolute;
  top: 22%;
  left: -5px;
}

.tel-link div {
  margin-top: 20px;
  background-color: #e42837;
  border-radius: 40px;
  padding: 5%;
}

.tel-link div p {
  color: #fff;
  margin-left: 20px;
  font-size: 1.6rem;
  text-align: center;
  position: relative;
}

.tel-link div p::before {
  content: "";
  background-image: url(../../../img/lp/kids20220425/tel2-icon.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 0px;
  background-size: contain;
  margin-left: 12px;
  position: absolute;
  top: 22%;
  left: -25px;
}

/*===================
MIX ADD
===================*/
.cta {
  color: #fff;
}

/*メインビジュアル*/
.mainvisualSection img {
  width: 100%;
  max-width: 100%;
  line-height: 1;
}

.xs_visible {
  display: block;
}

@media screen and (min-width: 768px) {
  .xs_visible {
    display: none;
  }
}
.xs_hidden {
  display: none;
}

@media screen and (min-width: 768px) {
  .xs_hidden {
    display: block;
  }
}
/*======================================
共通
======================================*/
.container {
  max-width: 1110px;
  padding: 0 15px;
  margin: 0 auto;
}

:not(.mf-section-wrapper-column) > .mf-section-wrapper.mf-col-full {
  padding: 0 !important;
}

@media screen and (max-width: 768px) {
  .mf-enabled .mf-aside-wrapper,
  .mf-enabled .mf-footer-wrapper,
  .mf-enabled .mf-header-wrapper,
  .mf-enabled .mf-main-wrapper {
    max-width: 100% !important;
    margin: 0 auto !important;
    width: 100% !important;
  }
}

@media screen and (max-width: 768px) {
  .mf-section-wrapper.mf-width-expand > .mf-section {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

/*======================================
ヘッダー
======================================*/
header {
  background-color: #fafafa;
}
header .header---inner {
  max-width: 1230px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
header .header---inner h1 {
  padding: 0;
  margin: 0 0 0 15px;
}
@media screen and (min-width: 768px) {
  header .header---inner h1 {
    padding: 0;
    margin: 0;
  }
}
header .header---inner h1 img {
  width: 100%;
  max-width: 101px;
}
@media screen and (min-width: 768px) {
  header .header---inner h1 img {
    max-width: 241px;
  }
}
header .header---inner .detail {
  margin: 0 15px 0 0;
}
@media screen and (min-width: 768px) {
  header .header---inner .detail {
    padding: 0;
    margin: 0;
  }
}
header .header---inner .detail a {
  text-decoration: none;
  color: #e42837;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
}
header .header---inner .detail a p {
  font-size: 1.4rem;
  color: #e42837;
}
header .header---inner .detail a p:first-child {
  background-color: #e42837;
  color: #fff;
  padding: 0.2rem 0.4rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  margin-right: 10px;
  font-size: 1rem;
  font-weight: normal;
}

.line {
  height: 5px;
  position: relative;
  background-color: #f19210;
}
.line::before {
  content: "";
  background-image: linear-gradient(to right, #27d1e8, #27d1e8 100px, transparent 100px, transparent 200px);
  background-size: 200px 5px;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/*======================================
メインビジュアル
======================================*/
.mainvisualSection {
  padding: 0 !important;
}

/*======================================
３つの理由
======================================*/
/* 特徴 */
.feature-area {
  background-color: #cce6f0;
  padding-bottom: 40px;
}
.feature-area h2 {
  color: #e42837;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .feature-area h2 {
    font-size: 30px;
    margin: 90px 0 0;
  }
}
.feature-area h2 img {
  width: 100%;
  max-width: 200px;
  display: inline-block;
  margin: 0 10px 0 0;
}
@media screen and (min-width: 768px) {
  .feature-area h2 img {
    max-width: 330px;
  }
}
.feature-area h3 {
  margin-top: 20px;
  color: #e42837;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  margin: 20px 0 10px;
}
@media screen and (min-width: 768px) {
  .feature-area h3 {
    margin: 20px 0 0;
    font-size: 20px;
  }
}
.feature-area p {
  margin: 10px 20px;
  text-align: center;
  font-size: 1.2rem;
}
.feature-area .feature-inner {
  display: block;
  width: 100%;
  max-width: 1500px;
  padding: 0;
  margin: 30px auto 50px;
}
@media screen and (min-width: 768px) {
  .feature-area .feature-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 50px auto 50px;
  }
}
.feature-area .feature-inner .box {
  width: 100%;
  background-color: #fff;
  padding: 2%;
  margin: 0 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .feature-area .feature-inner .box {
    max-width: 32%;
    margin: 0;
  }
}

/*======================================
基本カリキュラム / 選択科目
======================================*/
.nayami-area {
  background-color: #f1f1f1;
  padding: 50px 0 20px;
}
@media screen and (min-width: 768px) {
  .nayami-area {
    padding: 100px 0 50px;
  }
}
.nayami-area h2 {
  margin: 0 auto 2rem;
  text-align: center;
}
.nayami-area h2 .el_img {
  display: block;
  margin: 0 auto 10px;
  text-align: center;
}
.nayami-area h2 .el_img img {
  max-width: 100%;
  display: inline-block;
}
.nayami-area h2 .el_text {
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .nayami-area h2 .el_text {
    font-size: 32px;
  }
}
.nayami-area .nayami-box {
  margin: 0 0 50px;
}
.nayami-area .nayami-box .nayami-inner::after {
  display: none;
}

/*======================================
先取り学習の３つの有用性
======================================*/
.method {
  padding: 80px 0 20px;
}
@media screen and (min-width: 768px) {
  .method {
    padding: 100px 0 50px;
  }
}
.method h2 {
  color: #003c83;
  font-size: 23px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .method h2 {
    font-size: 27px;
    margin-bottom: 80px;
  }
}
.method h2::before {
  content: "";
  background-image: url(../../../img/lp/kids20220425/method_icon.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 0px;
  background-size: contain;
  margin-left: 12px;
  position: absolute;
  top: -28px;
  right: 39%;
}
.method h2::before span {
  border-bottom: 5px dotted #e42837;
  padding-bottom: 5px;
}
.method .reason {
  width: 100%;
}
.method .reason .txt {
  width: 100%;
  margin: 0;
  padding: 0 0 0 80px;
}
@media screen and (min-width: 768px) {
  .method .reason .txt {
    padding: 0 0 0 160px;
  }
}
.method .reason .txt h3 .el_text01 {
  display: block;
  margin: 0 0 10px;
}
.method .reason .txt h3 .el_text02 {
  display: block;
  font-size: 15px;
  font-weight: normal;
}
.method .reason .ribbon2 {
  width: 60px;
  position: absolute;
  color: #fff;
  background-color: #003c83;
  left: 0px;
  top: 0px;
}
@media screen and (min-width: 768px) {
  .method .reason .ribbon2 {
    width: 110px;
    left: 20px;
    top: -20px;
  }
}
.method .reason .ribbon2 span {
  color: #fff;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
.method .reason .ribbon2::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 30px solid #003c83;
  border-right: 30px solid #003c83;
  border-bottom: 15px solid transparent;
}
@media screen and (min-width: 768px) {
  .method .reason .ribbon2::after {
    border-left: 55px solid #003c83;
    border-right: 55px solid #003c83;
    border-bottom: 15px solid transparent;
  }
}

/*======================================
先取り学習問題例
======================================*/
.achievement {
  background-color: #f1f1f1;
  padding: 80px 0 20px;
}
@media screen and (min-width: 768px) {
  .achievement {
    padding: 100px 0 50px;
  }
}
.achievement h2 {
  color: #003c83;
  font-size: 23px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .achievement h2 {
    font-size: 27px;
    margin-bottom: 80px;
  }
}
.achievement h2::before {
  content: "";
  background-image: url(../../../img/lp/kids20220425/method_icon.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 0px;
  background-size: contain;
  margin-left: 12px;
  position: absolute;
  top: -28px;
  right: 39%;
}
.achievement h2::before span {
  border-bottom: 5px dotted #e42837;
  padding-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .achievement .ac_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.achievement .ac_flex .block {
  width: 100%;
  margin: 0 0 3rem;
}
@media screen and (min-width: 768px) {
  .achievement .ac_flex .block {
    max-width: calc(50% - 1.5rem);
    margin: 0 0 3rem;
  }
}
/*======================================
マップ
======================================*/
@media screen and (max-width: 767px) {
  #school-maps .mf-list-col-3 {
    display: block;
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  #school-maps .mf-list-col-3 .map {
    display: block;
    width: 100% !important;
    max-width: 100%;
    padding: 0;
    margin: 0 0 15px !important;
  }
}

/*======================================
体験申込フォーム
======================================*/
@media screen and (max-width: 767px) {
  .mailformSection .mf-section-wrapper.mf-width-expand > .mf-section {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}
@media screen and (max-width: 767px) {
  .mailformSection .mf-formfield-root {
    display: block;
    width: 100% !important;
    padding: 0;
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .mailformSection .mf-formfield-root dt {
    width: 100% !important;
    display: block;
    padding: 5px 0 0 !important;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .mailformSection .mf-formfield-root dd {
    width: 100% !important;
    display: block;
    padding: 20px 0 !important;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .mailformSection .trial_datetime + dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .mailformSection .mf-formfield-root .fieldgroup {
    border: none !important;
  }
}
@media screen and (max-width: 767px) {
  .mailformSection .mf-formfield-root .fieldgroup dt {
    border: none !important;
  }
}
@media screen and (max-width: 767px) {
  .mailformSection .mf-formfield-root .fieldgroup + dd {
    border: none !important;
  }
}
@media screen and (max-width: 767px) {
  .mailformSection .child_birthday + dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .mailformSection .child_birthday + dd > div {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 33%;
  }
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .xs_left {
    text-align: left;
  }
  .xs_center {
    text-align: center;
  }
  .xs_right {
    text-align: right;
  }
}
@media screen and (max-width: 991px) {
  .sm_left {
    text-align: left;
  }
  .sm_center {
    text-align: center;
  }
  .sm_right {
    text-align: right;
  }
}
@media screen and (max-width: 1199px) {
  .md_left {
    text-align: left;
  }
  .md_center {
    text-align: center;
  }
  .md_right {
    text-align: right;
  }
}
.xxxs_visible {
  display: block;
}
@media screen and (min-width: 421px) {
  .xxxs_visible {
    display: none;
  }
}

.xxxs_hidden {
  display: none;
}
@media screen and (min-width: 421px) {
  .xxxs_hidden {
    display: block;
  }
}

.xxs_visible {
  display: block;
}
@media screen and (min-width: 601px) {
  .xxs_visible {
    display: none;
  }
}

.xxs_hidden {
  display: none;
}
@media screen and (min-width: 601px) {
  .xxs_hidden {
    display: block;
  }
}

.xs_visible {
  display: block;
}
@media screen and (min-width: 768px) {
  .xs_visible {
    display: none;
  }
}

.xs_hidden {
  display: none;
}
@media screen and (min-width: 768px) {
  .xs_hidden {
    display: block;
  }
}

.sm_visible {
  display: block;
}
@media screen and (min-width: 992px) {
  .sm_visible {
    display: none;
  }
}

.sm_hidden {
  display: none;
}
@media screen and (min-width: 992px) {
  .sm_hidden {
    display: block;
  }
}

.md_visible {
  display: block;
}
@media screen and (min-width: 1200px) {
  .md_visible {
    display: none;
  }
}

.md_hidden {
  display: none;
}
@media screen and (min-width: 1200px) {
  .md_hidden {
    display: block;
  }
}

.md2_visible {
  display: block;
}
@media screen and (min-width: 1400px) {
  .md2_visible {
    display: none;
  }
}

.md2_hidden {
  display: none;
}
@media screen and (min-width: 1400px) {
  .md2_hidden {
    display: block;
  }
}

.lg_visible {
  display: block;
}
@media screen and (min-width: 1921px) {
  .lg_visible {
    display: none;
  }
}

.lg_hidden {
  display: none;
}
@media screen and (min-width: 1921px) {
  .lg_hidden {
    display: block;
  }
}

.pt0 {
  padding-top: 0 !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

@media screen and (max-width: 767px) {
  .xs_pt0 {
    padding-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .xs_pt10 {
    padding-top: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .xs_pt20 {
    padding-top: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .xs_pt30 {
    padding-top: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .xs_pt40 {
    padding-top: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .xs_pt50 {
    padding-top: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .xs_pb0 {
    padding-bottom: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .xs_pb10 {
    padding-bottom: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .xs_pb20 {
    padding-bottom: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .xs_pb30 {
    padding-bottom: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .xs_pb40 {
    padding-bottom: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .xs_pb50 {
    padding-bottom: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .xs_mt0 {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .xs_mt10 {
    margin-top: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .xs_mt20 {
    margin-top: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .xs_mt30 {
    margin-top: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .xs_mt40 {
    margin-top: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .xs_mt50 {
    margin-top: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .xs_mb0 {
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .xs_mb10 {
    margin-bottom: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .xs_mb15 {
    margin-bottom: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .xs_mb20 {
    margin-bottom: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .xs_mb25 {
    margin-bottom: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  .xs_mb30 {
    margin-bottom: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .xs_mb40 {
    margin-bottom: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .xs_mb50 {
    margin-bottom: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .xs_mb60 {
    margin-bottom: 60px !important;
  }
}