@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;
}

#plan_introduction {
  padding-bottom: 42px;
}
#plan_introduction h2 {
  font-size: 40px;
  padding: 60px 0;
}
#plan_introduction h4 {
  line-height: 1.3;
  padding: 40px 0 45px;
}
#plan_introduction .plan_wrap {
  width: 100%;
  background-color: #EEFBFF;
  margin-top: 40px;
}
#plan_introduction table {
  width: 95%;
  margin: 0 auto;
  font-weight: 500;
}
#plan_introduction td, #plan_introduction th {
  border-collapse: collapse;
  color: #006cbe;
  padding: 3px;
  width: 30px;
  height: 25px;
}
#plan_introduction th {
  border-collapse: separate;
  border-spacing: 0.8rem;
  background: #f0e6cc;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
  border: 5px solid #EEFBFF;
}
#plan_introduction .th_1 {
  width: 20%;
  font-size: 18px;
}
#plan_introduction .th_2 {
  width: 40%;
  font-size: 18px;
}
#plan_introduction .th_3 {
  font-size: 16px;
  line-height: 1.4;
}
#plan_introduction .th_4 {
  font-size: 16px;
  line-height: 1.4;
}
#plan_introduction td {
  padding: 1rem 0 1rem 0.5rem;
  font-size: 13px;
  line-height: 1.4;
  background-color: #fff;
  border-bottom: 1px dashed #595959;
}
#plan_introduction td span {
  font-size: 10px;
}
#plan_introduction td:nth-of-type(1) {
  background-color: #fff;
}
#plan_introduction td:nth-of-type(2) {
  background-color: #fff;
  /*text-align: center;*/
}
#plan_introduction td:nth-of-type(3), #plan_introduction td:nth-of-type(4) {
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
}
#plan_introduction .even {
  background: #fbf8f0;
}
#plan_introduction .odd {
  background: #fefcf9;
}
#plan_introduction .col_1 {
  background-color: #318BCB;
  color: #fff;
}
#plan_introduction .col_2 {
  background-color: #E3F0B4;
  color: #006cbe;
}
#plan_introduction .col_3 {
  background-color: #FFDB9C;
  color: #006cbe;
}
#plan_introduction .cost_wrap {
  padding-top: 20px;
  background-color: #EEFBFF;
}
#plan_introduction .cost_wrap .heading_wrap {
  text-align: center;
  margin-top: -31%;
}
#plan_introduction .cost_wrap .heading_wrap .text_1 {
  font-size: 24px;
  color: #003CFF;
  line-height: 1.4;
  font-weight: bold;
}
#plan_introduction .cost_wrap .heading_wrap .text_2 {
  font-size: 35px;
  color: #003CFF;
  line-height: 1.4;
  font-weight: bold;
}
#plan_introduction .cost_wrap .heading_wrap .heading_wrap_2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
#plan_introduction .cost_wrap .heading_wrap .heading_wrap_2 .text_3 {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  align-items: center;
}
#plan_introduction .cost_wrap .heading_wrap .heading_wrap_2 .text_4 {
  align-items: center;
  font-size: 120px;
  line-height: 0;
  font-family: "Source Han Sans";
  color: #E10404;
  -webkit-text-stroke: 3px white;
}
#plan_introduction .cost_wrap .heading_wrap .heading_wrap_2 .text_5 {
  align-items: center;
  font-size: 40px;
  color: #fff;
  font-weight: bold;
}
#plan_introduction .cost_wrap .text_wrap {
  background-color: #2C4DB8;
}
#plan_introduction .cost_wrap .text_wrap .normal_text {
  color: #fff;
  margin-bottom: 50px;
  padding: 45px 2em 30px;
}
@media screen and (max-width: 767px) {
  #plan_introduction .cost_wrap {
    padding-top: 20px;
  }
  #plan_introduction .cost_wrap .heading_wrap {
    margin-top: -31%;
  }
  #plan_introduction .cost_wrap .heading_wrap .text_1 {
    font-size: 3.2vw;
  }
  #plan_introduction .cost_wrap .heading_wrap .text_2 {
    font-size: 4.66vw;
  }
  #plan_introduction .cost_wrap .heading_wrap .heading_wrap_2 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #plan_introduction .cost_wrap .heading_wrap .heading_wrap_2 .text_3 {
    font-size: 4vw;
    color: #fff;
    font-weight: bold;
    align-items: center;
  }
  #plan_introduction .cost_wrap .heading_wrap .heading_wrap_2 .text_4 {
    font-size: 16vw;
  }
  #plan_introduction .cost_wrap .heading_wrap .heading_wrap_2 .text_5 {
    font-size: 5.33vw;
  }
  #plan_introduction .cost_wrap .text_wrap {
    background-color: #2C4DB8;
  }
  #plan_introduction .cost_wrap .text_wrap .normal_text {
    color: #fff;
    margin-bottom: 50px;
    padding: 5vw 2em 30px;
  }
}
#plan_introduction .option_plan {
  margin-top: 62px;
  background-color: #EEFBFF;
  padding-bottom: 30px;
}
#plan_introduction .option_plan td:nth-of-type(2) {
  text-align: center;
}
#plan_introduction .mall_img_wrap {
  margin-top: 40px;
  position: relative;
}
#plan_introduction .mall_img_wrap .mall_img {
  margin: 0 auto;
}
#plan_introduction .mall_img_wrap .exp {
  position: absolute;
  border: solid 3px #006cbe;
  border-radius: 20px;
  padding: 10px;
  background-color: #fff;
}
#plan_introduction .mall_img_wrap .exp p {
  font-size: 16px;
  color: #006cbe;
  line-height: 1.4;
  font-weight: bold;
}
#plan_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) {
  #plan_introduction .mall_img_wrap .exp p {
    font-size: 2vw;
  }
  #plan_introduction .mall_img_wrap .exp p span {
    font-size: 1.6vw;
  }
}
#plan_introduction .mall_img_wrap .exp_1 {
  top: 1%;
  left: 23%;
}
#plan_introduction .mall_img_wrap .exp_2 {
  top: 8%;
  left: 3%;
}
#plan_introduction .mall_img_wrap .exp_3 {
  top: 8%;
  left: 30%;
}
#plan_introduction .mall_img_wrap .exp_4 {
  top: 22%;
  left: 3%;
}
#plan_introduction .mall_img_wrap .exp_5 {
  top: 17%;
  left: 30%;
}
#plan_introduction .mall_img_wrap .exp_6 {
  top: 36%;
  left: 3%;
}
#plan_introduction .mall_img_wrap .exp_7 {
  top: 31%;
  left: 30%;
}
#plan_introduction .mall_img_wrap .exp_8 {
  top: 33%;
  left: 75%;
}
#plan_introduction .mall_img_wrap .exp_9 {
  top: 43%;
  left: 30%;
}
#plan_introduction .mall_img_wrap .exp_10 {
  top: 53%;
  left: 41%;
}
#plan_introduction .mall_img_wrap .exp_11 {
  top: 69%;
  left: 41%;
}
#plan_introduction .mall_img_wrap .exp_12 {
  top: 85%;
  left: 30%;
}
@media screen and (max-width: 767px) {
  #plan_introduction .mall_img_wrap .exp_2, #plan_introduction .mall_img_wrap .exp_4, #plan_introduction .mall_img_wrap .exp_6 {
    left: 1%;
  }
  #plan_introduction .mall_img_wrap .exp_8 {
    left: 76%;
  }
}
#plan_introduction .btn_demo_ec-cube {
  position: relative;
  opacity: 1003;
}
#plan_introduction .btn_demo_ec-cube img {
  margin: 2rem auto 0;
}
#plan_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) {
  #plan_introduction .btn_demo_ec-cube span {
    font-size: 3.4vw;
    bottom: 20%;
    right: 14%;
  }
}
#plan_introduction .ec_explanation_wrap {
  width: 90%;
  margin: 77px auto 33px;
  border: 2px solid #318BCB;
  border-radius: 20px;
  padding-bottom: 40px;
  background-color: #EEFBFF;
}
#plan_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;
}
#plan_introduction .ec_explanation_wrap h3::before, #plan_introduction .ec_explanation_wrap h3::after {
  content: none;
}
#plan_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;
}
#plan_introduction .ec_explanation_wrap .own_ec .left_side {
  width: 46%;
}
#plan_introduction .ec_explanation_wrap .own_ec .left_side h4 {
  font-size: 24px;
  color: #318BCB;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
}
#plan_introduction .ec_explanation_wrap .own_ec .left_side img {
  margin: 0 auto;
}
#plan_introduction .ec_explanation_wrap .own_ec .right_side {
  width: 53%;
}
#plan_introduction .ec_explanation_wrap .own_ec .right_side p {
  font-size: 22px;
  font-weight: bold;
}
#plan_introduction .ec_explanation_wrap .own_ec .right_side ul {
  line-height: 1.6;
  margin-bottom: 1rem;
}
#plan_introduction .ec_explanation_wrap .own_ec .right_side ul li {
  font-size: 18px;
  font-weight: bold;
}
#plan_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;
}
#plan_introduction .ec_explanation_wrap .mall_ec .left_side {
  width: 46%;
}
#plan_introduction .ec_explanation_wrap .mall_ec .left_side h4 {
  font-size: 24px;
  color: #318BCB;
  text-align: center;
  font-weight: bold;
  margin-bottom: 16px;
}
#plan_introduction .ec_explanation_wrap .mall_ec .left_side img {
  margin: 0 auto;
}
#plan_introduction .ec_explanation_wrap .mall_ec .right_side {
  width: 53%;
}
#plan_introduction .ec_explanation_wrap .mall_ec .right_side p {
  font-size: 22px;
}
#plan_introduction .ec_explanation_wrap .mall_ec .right_side ul {
  line-height: 1.6;
  margin-bottom: 1rem;
}
#plan_introduction .ec_explanation_wrap .mall_ec .right_side ul li {
  font-size: 18px;
}
#plan_introduction .ec_explanation_wrap .column_wrap {
  display: flex;
  justify-content: space-evenly;
}
#plan_introduction .ec_explanation_wrap .column_wrap p {
  position: relative;
}
#plan_introduction .ec_explanation_wrap .column_wrap p span {
  position: absolute;
  font-size: 30px;
  font-weight: bold;
  line-height: 36px;
  top: 64px;
  left: 88px;
}
#plan_introduction .ec_explanation_wrap .understanding_wrap {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  margin: 47px auto 0;
  justify-content: space-evenly;
}
#plan_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;
}
#plan_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;
}
#plan_introduction .seo_wrap {
  background-color: #318BCB;
  padding: 34px 0 88px;
}
#plan_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;
}
#plan_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;
}
#plan_introduction .seo_wrap .normal_text {
  color: #fff;
}
#plan_introduction .seo_wrap .seo_img_wrap {
  margin: 24px auto 36px;
}
#plan_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;
}
#plan_introduction .seo_wrap .btn_nav_rakuchin-ns span {
  font-size: 18px;
}
#plan_introduction .btn_yahoo_rakuten {
  position: relative;
  opacity: 1003;
}
#plan_introduction .btn_yahoo_rakuten img {
  margin: 8px auto 0;
}
#plan_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) {
  #plan_introduction .btn_yahoo_rakuten span {
    font-size: 3.4vw;
    bottom: 20%;
    right: 14%;
  }
}
/*# sourceMappingURL=plan.css.map */