@font-face {
  font-family: "noto-sans";
  src: url("../fonts/NotoSansJP-Thin.ttf");
  font-weight: 100;
}
@font-face {
  font-family: "noto-sans";
  src: url("../fonts/NotoSansJP-ExtraLight.ttf");
  font-weight: 200;
}
@font-face {
  font-family: "noto-sans";
  src: url("../fonts/NotoSansJP-Light.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "noto-sans";
  src: url("../fonts/NotoSansJP-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "noto-sans";
  src: url("../fonts/NotoSansJP-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "noto-sans";
  src: url("../fonts/NotoSansJP-SemiBold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "noto-sans";
  src: url("../fonts/NotoSansJP-Bold.ttf");
  font-weight: 700;
}
@font-face {
  font-family: "noto-sans";
  src: url("../fonts/NotoSansJP-ExtraBold.ttf");
  font-weight: 800;
}
@font-face {
  font-family: "noto-sans";
  src: url("../fonts/NotoSansJP-Black.ttf");
  font-weight: 900;
}
@font-face {
  font-family: "rocksalt";
  src: url("../fonts/RockSalt-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "zen-kakugo";
  src: url("../fonts/ZenKakuGothicNew-Bold.ttf");
  font-weight: bold;
}
@font-face {
  font-family: "gothic-a1";
  src: url("../fonts/GothicA1-Bold.ttf");
  font-weight: bold;
}
p {
  opacity: 102;
}

#example_introduction {
  padding-bottom: 42px;
}
#example_introduction h2 {
  font-size: 40px;
  padding: 60px 0;
}
#example_introduction .example_wrap {
  width: 92%;
  margin: 62px auto 0;
}
#example_introduction .example_wrap h4 {
  font-size: 24px;
  color: #fff;
  padding: 10px 0 10px 30px;
  margin-bottom: 34px;
  text-align: left;
  background-color: #014FC4;
  line-height: 1.3;
  height: 52px;
  border-radius: 18px 18px 0 0;
}
#example_introduction .example_wrap .example_into_wrap {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
}
#example_introduction .example_wrap .example_into_wrap .img {
  width: 40%;
  aspect-ratio: 5/7.2;
  overflow: hidden;
  border-radius: 26px;
  border: 6px solid #318BCB;
  z-index: 1;
  margin-bottom: 40px;
}
#example_introduction .example_wrap .example_into_wrap .text_area {
  width: 72%;
  aspect-ratio: 5/3.8;
  z-index: 0;
  margin-left: -13%;
}
#example_introduction .example_wrap .example_into_wrap .text_area p {
  font-size: 18px;
  line-height: 1.4;
}
#example_introduction .example_wrap .example_into_wrap .text_area .url, #example_introduction .example_wrap .example_into_wrap .text_area .txt {
  padding: 15px 3% 0 22%;
}
#example_introduction .example_wrap .example_into_wrap .text_area .url {
  padding-bottom: 15px;
}
#example_introduction .example_wrap .example_into_wrap .text_area .txt {
  height: 100%;
  background: #EEFBFF;
  border-radius: 0 0 18px 0;
}
#example_introduction .example_wrap .example_into_wrap.reverse {
  flex-direction: row-reverse;
}
#example_introduction .example_wrap .example_into_wrap.reverse .img {
  margin-left: -13%;
}
#example_introduction .example_wrap .example_into_wrap.reverse .text_area {
  margin-left: 0;
}
#example_introduction .example_wrap .example_into_wrap.reverse .text_area .url, #example_introduction .example_wrap .example_into_wrap.reverse .text_area .txt {
  padding: 15px 22% 3% 3%;
}
#example_introduction .example_wrap .example_into_wrap.reverse .text_area .txt {
  height: 100%;
  background: #EEFBFF;
  border-radius: 0 0 0 18px;
}
@media screen and (max-width: 767px) {
  #example_introduction .example_wrap h4 {
    font-size: 24px;
    color: #fff;
    padding: 10px 0 10px 30px;
    margin-bottom: 20px;
    text-align: left;
    background-color: #014FC4;
    line-height: 1.3;
    height: 52px;
    border-radius: 18px 18px 0 0;
  }
  #example_introduction .example_wrap .example_into_wrap {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  #example_introduction .example_wrap .example_into_wrap .img {
    width: 100%;
    z-index: 3;
    border-radius: 0px;
    margin-bottom: 20px;
  }
  #example_introduction .example_wrap .example_into_wrap .text_area {
    width: 100%;
    aspect-ratio: 0;
    z-index: 2;
    margin-left: 0;
  }
  #example_introduction .example_wrap .example_into_wrap .text_area p {
    font-size: 18px;
    line-height: 1.4;
  }
  #example_introduction .example_wrap .example_into_wrap .text_area .url {
    padding-bottom: 15px;
    padding: 0 3% 3% 3%;
  }
  #example_introduction .example_wrap .example_into_wrap .text_area .txt {
    padding: 3%;
    height: 100%;
    background: #EEFBFF;
    border-radius: 0 0 18px 18px;
  }
  #example_introduction .example_wrap .example_into_wrap.reverse {
    flex-direction: row-reverse;
  }
  #example_introduction .example_wrap .example_into_wrap.reverse .img {
    margin-left: 0;
  }
  #example_introduction .example_wrap .example_into_wrap.reverse .text_area {
    margin-left: 0;
  }
  #example_introduction .example_wrap .example_into_wrap.reverse .text_area .url, #example_introduction .example_wrap .example_into_wrap.reverse .text_area .txt {
    padding: 3%;
  }
}
#example_introduction .mall_img_wrap {
  margin-top: 40px;
  position: relative;
}
#example_introduction .mall_img_wrap .mall_img {
  margin: 0 auto;
}
#example_introduction .mall_img_wrap .exp {
  position: absolute;
  border: solid 3px #006cbe;
  border-radius: 20px;
  padding: 10px;
  background-color: #fff;
}
#example_introduction .mall_img_wrap .exp p {
  font-size: 16px;
  color: #006cbe;
  line-height: 1.4;
  font-weight: bold;
}
#example_introduction .mall_img_wrap .exp p span {
  display: block;
  font-size: 12px;
  line-height: 1.2;
  color: black;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #example_introduction .mall_img_wrap .exp p {
    font-size: 2vw;
  }
  #example_introduction .mall_img_wrap .exp p span {
    font-size: 1.6vw;
  }
}
#example_introduction .mall_img_wrap .exp_1 {
  top: 1%;
  left: 23%;
}
#example_introduction .mall_img_wrap .exp_2 {
  top: 8%;
  left: 3%;
}
#example_introduction .mall_img_wrap .exp_3 {
  top: 8%;
  left: 30%;
}
#example_introduction .mall_img_wrap .exp_4 {
  top: 22%;
  left: 3%;
}
#example_introduction .mall_img_wrap .exp_5 {
  top: 17%;
  left: 30%;
}
#example_introduction .mall_img_wrap .exp_6 {
  top: 36%;
  left: 3%;
}
#example_introduction .mall_img_wrap .exp_7 {
  top: 31%;
  left: 30%;
}
#example_introduction .mall_img_wrap .exp_8 {
  top: 33%;
  left: 75%;
}
#example_introduction .mall_img_wrap .exp_9 {
  top: 43%;
  left: 30%;
}
#example_introduction .mall_img_wrap .exp_10 {
  top: 53%;
  left: 41%;
}
#example_introduction .mall_img_wrap .exp_11 {
  top: 69%;
  left: 41%;
}
#example_introduction .mall_img_wrap .exp_12 {
  top: 85%;
  left: 30%;
}
@media screen and (max-width: 767px) {
  #example_introduction .mall_img_wrap .exp_2, #example_introduction .mall_img_wrap .exp_4, #example_introduction .mall_img_wrap .exp_6 {
    left: 1%;
  }
  #example_introduction .mall_img_wrap .exp_8 {
    left: 76%;
  }
}
#example_introduction .btn_demo_ec-cube {
  position: relative;
  opacity: 1003;
}
#example_introduction .btn_demo_ec-cube img {
  margin: 2rem auto 0;
}
#example_introduction .btn_demo_ec-cube span {
  color: #fff;
  position: absolute;
  font-size: 24px;
  font-weight: bold;
  bottom: 20%;
  right: 14%;
}
@media screen and (max-width: 767px) {
  #example_introduction .btn_demo_ec-cube span {
    font-size: 3.4vw;
    bottom: 20%;
    right: 14%;
  }
}
#example_introduction .ec_explanation_wrap {
  width: 90%;
  margin: 77px auto 33px;
  border: 2px solid #318BCB;
  border-radius: 20px;
  padding-bottom: 40px;
  background-color: #EEFBFF;
}
#example_introduction .ec_explanation_wrap h3 {
  font-size: 30px;
  line-height: 1;
  padding: 40px 0;
  color: #318BCB;
  font-weight: bold;
  text-align: center;
  background-color: inherit;
}
#example_introduction .ec_explanation_wrap h3::before, #example_introduction .ec_explanation_wrap h3::after {
  content: none;
}
#example_introduction .ec_explanation_wrap .own_ec {
  width: 97.5%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #FFFFA4;
  padding: 16px 0;
  margin: 0 auto 10px;
}
#example_introduction .ec_explanation_wrap .own_ec .left_side {
  width: 46%;
}
#example_introduction .ec_explanation_wrap .own_ec .left_side h4 {
  font-size: 24px;
  color: #318BCB;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
}
#example_introduction .ec_explanation_wrap .own_ec .left_side img {
  margin: 0 auto;
}
#example_introduction .ec_explanation_wrap .own_ec .right_side {
  width: 53%;
}
#example_introduction .ec_explanation_wrap .own_ec .right_side p {
  font-size: 22px;
  font-weight: bold;
}
#example_introduction .ec_explanation_wrap .own_ec .right_side ul {
  line-height: 1.6;
  margin-bottom: 1rem;
}
#example_introduction .ec_explanation_wrap .own_ec .right_side ul li {
  font-size: 18px;
  font-weight: bold;
}
#example_introduction .ec_explanation_wrap .mall_ec {
  width: 97.5%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 24px 0 16px;
}
#example_introduction .ec_explanation_wrap .mall_ec .left_side {
  width: 46%;
}
#example_introduction .ec_explanation_wrap .mall_ec .left_side h4 {
  font-size: 24px;
  color: #318BCB;
  text-align: center;
  font-weight: bold;
  margin-bottom: 16px;
}
#example_introduction .ec_explanation_wrap .mall_ec .left_side img {
  margin: 0 auto;
}
#example_introduction .ec_explanation_wrap .mall_ec .right_side {
  width: 53%;
}
#example_introduction .ec_explanation_wrap .mall_ec .right_side p {
  font-size: 22px;
}
#example_introduction .ec_explanation_wrap .mall_ec .right_side ul {
  line-height: 1.6;
  margin-bottom: 1rem;
}
#example_introduction .ec_explanation_wrap .mall_ec .right_side ul li {
  font-size: 18px;
}
#example_introduction .ec_explanation_wrap .column_wrap {
  display: flex;
  justify-content: space-evenly;
}
#example_introduction .ec_explanation_wrap .column_wrap p {
  position: relative;
}
#example_introduction .ec_explanation_wrap .column_wrap p span {
  position: absolute;
  font-size: 30px;
  font-weight: bold;
  line-height: 36px;
  top: 64px;
  left: 88px;
}
#example_introduction .ec_explanation_wrap .understanding_wrap {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  margin: 47px auto 0;
  justify-content: space-evenly;
}
#example_introduction .ec_explanation_wrap .understanding_wrap .speech_bubble {
  position: relative;
  display: inline-block;
  margin-bottom: 24px;
  padding: 16px;
  border-radius: 8px;
  background-color: #006cbe;
  text-align: left;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.5;
  max-height: 112px;
  color: #ffffff;
}
#example_introduction .ec_explanation_wrap .understanding_wrap .speech_bubble::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 48%;
  border-style: solid;
  border-width: 24px 19px 0 19px;
  border-color: #006cbe transparent transparent;
  translate: -50% 100%;
  transform: skew(50deg);
  transform-origin: top;
  opacity: 125;
}
#example_introduction .seo_wrap {
  background-color: #318BCB;
  padding: 34px 0 88px;
}
#example_introduction .seo_wrap h3 {
  width: 90%;
  font-size: 29px;
  font-weight: bold;
  line-height: 1.448;
  background-color: #fff;
  color: #318BCB;
  text-align: center;
  max-width: 92%;
  margin: 0 auto;
  padding: 20px 0 19px 0;
  position: relative;
  min-height: 123px;
  display: grid;
  align-items: center;
}
#example_introduction .seo_wrap h3::after {
  content: "";
  display: block;
  border-top: 23px solid #fff;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  position: absolute;
  bottom: -22px;
  left: 0;
  right: 0;
  width: 14px;
  margin: 0 auto;
}
#example_introduction .seo_wrap .normal_text {
  color: #fff;
}
#example_introduction .seo_wrap .seo_img_wrap {
  margin: 24px auto 36px;
}
#example_introduction .seo_wrap .btn_nav_rakuchin-ns {
  font-size: 24px;
  font-weight: bold;
  font-family: "gothic-a1", sans-serif;
  letter-spacing: 0em;
  color: #318BCB;
  border-radius: 60px;
  background: #fff;
  padding: 28px 0;
  display: block;
  text-align: center;
  max-width: 370px;
  margin: 12px auto 20px;
  transition: 0.5s;
  line-height: 1.2;
  border: none;
}
#example_introduction .seo_wrap .btn_nav_rakuchin-ns span {
  font-size: 18px;
}
#example_introduction .btn_yahoo_rakuten {
  position: relative;
  opacity: 1003;
}
#example_introduction .btn_yahoo_rakuten img {
  margin: 8px auto 0;
}
#example_introduction .btn_yahoo_rakuten span {
  color: #fff;
  position: absolute;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  bottom: 20%;
  right: 15%;
}
@media screen and (max-width: 767px) {
  #example_introduction .btn_yahoo_rakuten span {
    font-size: 3.4vw;
    bottom: 20%;
    right: 14%;
  }
}
/*# sourceMappingURL=example.css.map */