@charset "utf-8";

section {
  margin: 166px 0 120px;
  padding: 0 60px;
}
.single_second_section {
  margin-top: 60px;
}
section h1 {
  margin: 50px 0 20px;
  color: #ec6e9a;
  font-size: 26px;
  font-weight: 100;
  text-align: center;
}
section hr {
  margin: 3px auto 0;
  border-top: 2px solid #135dac;
}
.contetns {
  display: flex;
  align-items: flex-start;
  width: 100%;
  max-width: 1100px;
  margin: 60px auto 0;
}
.contetns_description {
  margin-right: 60px;
  order: 1;
}
.map_contetns .contetns_description {
  order: inherit;
  flex-grow: 1;
}
.contetns h2 {
  color: #ec6e9a;
  font-size: 19px;
  font-weight: 100;
  line-height: 34px;
}
.contetns h3 {
  margin-bottom: 4px;
  color: black;
  font-size: 18px;
  font-weight: 100;
  line-height: 30px;
}
.contetns p {
  margin-bottom: 20px;
  color: #656565;
  font-size: 18px;
  line-height: 30px;
}
.contetns img {
  width: 50%;
  margin: 0 auto;
  border-radius: 10px;
  order: 2;
}
.contetns iframe {
  box-sizing: border-box;
  flex-grow: 0;
  width: 50%;
  height: 450px;
  border: 4px solid #f6f6f6;
}
.faq_contents {
  margin-top: 60px;
}
.faq_contents article {
  margin-top: 40px;
}
.faq_contents article h2 {
  padding: 10px 20px;
  background: #f6f6f6;
  border: 1px solid #e2e2e2;
  border-radius: 6px 6px 0 0;
  color: #ec6e9a;
  font-size: 18px;
  font-weight: 100;
}
.faq_contents article p {
  padding: 20px;
  border: 1px solid #e2e2e2;
  border-top: none;
  border-radius: 0 0 6px 6px;
  color: #656565;
  line-height: 30px;
}
.contetns .page_img {
  width: 80%;
  margin: 0 auto;
}
.maths_materials_contetns {
  max-width: 900px;
  margin: 60px auto 0;
}
.maths_materials_contetns h2 {
  color: #ec6e9a;
  font-size: 18px;
  font-weight: 100;
  line-height: 30px;
}
.maths_materials_contetns p {
  margin-bottom: 20px;
  color: #656565;
  font-size: 18px;
  line-height: 30px;
}
.maths_materials_contetns img {
  width: 40%;
  margin: 20px auto 40px;
  border: 1px solid #e2e2e2;
  border-radius: 6px;
}
.scienc_flow_description {
  margin-top: 40px;
}
.scienc_flow_description h2 {
  margin-bottom: 26px;
  color: #ec6e9a;
  font-size: 20px;
  font-weight: 100;
  line-height: 30px;
}
.scienc_flow_description p {
  margin-bottom: 15px;
  color: #656565;
  font-size: 18px;
  line-height: 30px;
}
.science_materials {
  margin: 0 43px;
}
.science_materials_table_img {
  width: 100%;
  max-width: 1100px;
  margin: 40px auto 0;
}
.science_materials_img_wrapper {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 40px;
}
.science_materials_img_wrapper img {
  width: 25%;
}
.franchise_footer_btns {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin: 60px auto 0;
}
.franchise_footer_btns a {
  width: 240px;
  padding: 10px 0;
  margin-right: 20px;
  background: #ea6d99;
  border: 2px solid #d3698d;
  border-radius: 8px;
  color: white;
  text-shadow: 0px 1px 0 #0a5cab;
  text-align: center;
  letter-spacing: 0.05em;
}
.franchise_footer_btns a:last-child {
  margin-right: 0;
}
.franchise_footer_btns a:hover {
  opacity: 0.7;
}
.classroom_info_links {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.classroom_info_links img {
  width: 120px;
}

@media all and (max-width: 980px) {
  section {
    margin: 0 0 120px;
  }
  section h1 {
    margin: 40px 0 20px;
  }
  .contetns {
    display: block;
  }
  .contetns_description {
    margin: 60px 0 0 0;
  }
  .contetns img {
    width: auto;
    max-width: 100%;
  }
  .contetns .classroom_info_links img {
    width: 140px;
  }
  .contetns iframe {
    width: 100%;
    margin-top: 20px;
  }
  .contetns .page_img {
    width: 100%;
  }
  .maths_materials_contetns img {
    width: 70%;
  }
  .franchise_footer_btns {
    display: block;
    width: 100%;
  }
  .franchise_footer_btns a {
    width: 80%;
    margin: 30px auto 0;
  }
  .franchise_footer_btns a:last-child {
    margin: 20px auto 0;
  }
}
@media all and (max-width: 680px) {
  .science_materials_img_wrapper img {
    width: 50%;
    margin-bottom: 60px;
  }
}
@media all and (max-width: 480px) {
  section {
    padding: 0 20px;
  }
  .contetns {
    margin: 40px auto 0;
  }
  .contetns_description {
    margin: 40px 0 0 0;
  }
  .contetns iframe {
    height: 300px;
  }
  .faq_contents {
    margin-top: 40px;
  }
  .maths_materials_contetns {
    margin-top: 40px;
  }
  .maths_materials_contetns img {
    width: 100%;
  }
  .contetns .classroom_info_links img {
    width: 80px;
  }
}