@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;
}
#content {
  max-width: 700px;
  position: relative;
  margin: 10.8dvh calc(50% - 650px) 164px auto;
}
#content .white_back {
  border: 2px solid #318BCB;
  background-color: #fff;
  border-radius: 20px;
}
#content .white_back .mobile_nav_content {
  display: none;
}
#content .white_back .sp_header {
  display: none;
}

#content.btm_mgn {
  margin-bottom: 120px;
}

#what_is_rakuchin h2,
#service_introduction h2,
#detail_introduction h2,
#plan_introduction h2,
#example_introduction h2,
#company_introduction h2,
#contact_introduction h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: #318BCB;
  opacity: 2348;
  padding: 52px 0 32px 0;
}
#what_is_rakuchin .yodoq_wordpress,
#service_introduction .yodoq_wordpress,
#detail_introduction .yodoq_wordpress,
#plan_introduction .yodoq_wordpress,
#example_introduction .yodoq_wordpress,
#company_introduction .yodoq_wordpress,
#contact_introduction .yodoq_wordpress {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
#what_is_rakuchin .yodoq_wordpress .cross,
#service_introduction .yodoq_wordpress .cross,
#detail_introduction .yodoq_wordpress .cross,
#plan_introduction .yodoq_wordpress .cross,
#example_introduction .yodoq_wordpress .cross,
#company_introduction .yodoq_wordpress .cross,
#contact_introduction .yodoq_wordpress .cross {
  position: relative;
  width: 106px;
}
#what_is_rakuchin .yodoq_wordpress .cross span,
#service_introduction .yodoq_wordpress .cross span,
#detail_introduction .yodoq_wordpress .cross span,
#plan_introduction .yodoq_wordpress .cross span,
#example_introduction .yodoq_wordpress .cross span,
#company_introduction .yodoq_wordpress .cross span,
#contact_introduction .yodoq_wordpress .cross span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  display: block;
  background-color: #318BCB;
  width: 100%;
  height: 10px;
}
#what_is_rakuchin .yodoq_wordpress .cross span:nth-of-type(2),
#service_introduction .yodoq_wordpress .cross span:nth-of-type(2),
#detail_introduction .yodoq_wordpress .cross span:nth-of-type(2),
#plan_introduction .yodoq_wordpress .cross span:nth-of-type(2),
#example_introduction .yodoq_wordpress .cross span:nth-of-type(2),
#company_introduction .yodoq_wordpress .cross span:nth-of-type(2),
#contact_introduction .yodoq_wordpress .cross span:nth-of-type(2) {
  transform: translateY(-50%) rotate(-45deg);
}
#what_is_rakuchin h3,
#service_introduction h3,
#detail_introduction h3,
#plan_introduction h3,
#example_introduction h3,
#company_introduction h3,
#contact_introduction h3 {
  /*
  font-size: 30px;
  font-weight: 900;
  text-align: center;
  color: value.$main-color;
  line-height: 1.463;
  padding: 68px 0 48px 0;
  */
  font-size: 29px;
  font-weight: bold;
  line-height: 1.448;
  background-color: #318BCB;
  color: #fff;
  text-align: center;
  max-width: 92%;
  margin: 0 auto;
  padding: 20px 0 19px 0;
  position: relative;
  min-height: 123px;
  display: grid;
  align-items: center;
}
#what_is_rakuchin h3:after,
#service_introduction h3:after,
#detail_introduction h3:after,
#plan_introduction h3:after,
#example_introduction h3:after,
#company_introduction h3:after,
#contact_introduction h3:after {
  content: "";
  display: block;
  border-top: 23px solid #318BCB;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  position: absolute;
  bottom: -22px;
  left: 0;
  right: 0;
  width: 14px;
  margin: 0 auto;
}
#what_is_rakuchin .top_inciting,
#service_introduction .top_inciting,
#detail_introduction .top_inciting,
#plan_introduction .top_inciting,
#example_introduction .top_inciting,
#company_introduction .top_inciting,
#contact_introduction .top_inciting {
  /*font-size: 35px;*/
  font-size: 30px;
  font-weight: 900;
  text-align: center;
  color: #318BCB;
  line-height: 1.463;
  padding: 68px 0 48px 0;
}
#what_is_rakuchin .top_inciting span.big-1,
#service_introduction .top_inciting span.big-1,
#detail_introduction .top_inciting span.big-1,
#plan_introduction .top_inciting span.big-1,
#example_introduction .top_inciting span.big-1,
#company_introduction .top_inciting span.big-1,
#contact_introduction .top_inciting span.big-1 {
  font-size: 136.666%;
}
@media screen and (max-width: 767px) {
  #what_is_rakuchin .top_inciting,
#service_introduction .top_inciting,
#detail_introduction .top_inciting,
#plan_introduction .top_inciting,
#example_introduction .top_inciting,
#company_introduction .top_inciting,
#contact_introduction .top_inciting {
    font-size: 24px;
  }
}
#what_is_rakuchin h4,
#service_introduction h4,
#detail_introduction h4,
#plan_introduction h4,
#example_introduction h4,
#company_introduction h4,
#contact_introduction h4 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: #318BCB;
  opacity: 2348;
  padding: 52px 0 32px 0;
}
#what_is_rakuchin .normal_text,
#service_introduction .normal_text,
#detail_introduction .normal_text,
#plan_introduction .normal_text,
#example_introduction .normal_text,
#company_introduction .normal_text,
#contact_introduction .normal_text {
  text-align: center;
  line-height: 2;
  padding: 45px 2em 0;
}
#what_is_rakuchin .question_image,
#service_introduction .question_image,
#detail_introduction .question_image,
#plan_introduction .question_image,
#example_introduction .question_image,
#company_introduction .question_image,
#contact_introduction .question_image {
  padding: 8px 0 24px 0;
}
#what_is_rakuchin .question_image img,
#service_introduction .question_image img,
#detail_introduction .question_image img,
#plan_introduction .question_image img,
#example_introduction .question_image img,
#company_introduction .question_image img,
#contact_introduction .question_image img {
  margin: 0 auto;
}
#what_is_rakuchin .question_list ul,
#service_introduction .question_list ul,
#detail_introduction .question_list ul,
#plan_introduction .question_list ul,
#example_introduction .question_list ul,
#company_introduction .question_list ul,
#contact_introduction .question_list ul {
  max-width: calc(100% - 120px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 19px 0;
}
#what_is_rakuchin .question_list ul li,
#service_introduction .question_list ul li,
#detail_introduction .question_list ul li,
#plan_introduction .question_list ul li,
#example_introduction .question_list ul li,
#company_introduction .question_list ul li,
#contact_introduction .question_list ul li {
  width: calc((100% - 24px) / 2);
  background-color: #EAEAEA;
  border: 1px solid #707070;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 90px;
  font-weight: bold;
  line-height: 1.666;
}
#what_is_rakuchin .double_arrow,
#service_introduction .double_arrow,
#detail_introduction .double_arrow,
#plan_introduction .double_arrow,
#example_introduction .double_arrow,
#company_introduction .double_arrow,
#contact_introduction .double_arrow {
  position: relative;
  padding: 0 0 88px 0;
}
#what_is_rakuchin .double_arrow:before, #what_is_rakuchin .double_arrow:after,
#service_introduction .double_arrow:before,
#service_introduction .double_arrow:after,
#detail_introduction .double_arrow:before,
#detail_introduction .double_arrow:after,
#plan_introduction .double_arrow:before,
#plan_introduction .double_arrow:after,
#example_introduction .double_arrow:before,
#example_introduction .double_arrow:after,
#company_introduction .double_arrow:before,
#company_introduction .double_arrow:after,
#contact_introduction .double_arrow:before,
#contact_introduction .double_arrow:after {
  content: "";
  width: 45px;
  height: 45px;
  border-bottom: 5px solid #33CEFF;
  border-right: 5px solid #33CEFF;
  transform: rotate(45deg);
  position: absolute;
  bottom: 24px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#what_is_rakuchin .double_arrow:after,
#service_introduction .double_arrow:after,
#detail_introduction .double_arrow:after,
#plan_introduction .double_arrow:after,
#example_introduction .double_arrow:after,
#company_introduction .double_arrow:after,
#contact_introduction .double_arrow:after {
  bottom: 0;
}
#what_is_rakuchin .if_rakuchin_production,
#service_introduction .if_rakuchin_production,
#detail_introduction .if_rakuchin_production,
#plan_introduction .if_rakuchin_production,
#example_introduction .if_rakuchin_production,
#company_introduction .if_rakuchin_production,
#contact_introduction .if_rakuchin_production {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 1em;
  padding: 52px 0 0 0;
}
#what_is_rakuchin .if_rakuchin_production .image_wrap,
#service_introduction .if_rakuchin_production .image_wrap,
#detail_introduction .if_rakuchin_production .image_wrap,
#plan_introduction .if_rakuchin_production .image_wrap,
#example_introduction .if_rakuchin_production .image_wrap,
#company_introduction .if_rakuchin_production .image_wrap,
#contact_introduction .if_rakuchin_production .image_wrap {
  max-width: 480px;
}
#what_is_rakuchin .if_rakuchin_production .image_wrap img,
#service_introduction .if_rakuchin_production .image_wrap img,
#detail_introduction .if_rakuchin_production .image_wrap img,
#plan_introduction .if_rakuchin_production .image_wrap img,
#example_introduction .if_rakuchin_production .image_wrap img,
#company_introduction .if_rakuchin_production .image_wrap img,
#contact_introduction .if_rakuchin_production .image_wrap img {
  width: 100%;
}
#what_is_rakuchin .if_rakuchin_production span,
#service_introduction .if_rakuchin_production span,
#detail_introduction .if_rakuchin_production span,
#plan_introduction .if_rakuchin_production span,
#example_introduction .if_rakuchin_production span,
#company_introduction .if_rakuchin_production span,
#contact_introduction .if_rakuchin_production span {
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.25;
  margin: 0 0 13px 0;
}
#what_is_rakuchin .yellow_marker,
#service_introduction .yellow_marker,
#detail_introduction .yellow_marker,
#plan_introduction .yellow_marker,
#example_introduction .yellow_marker,
#company_introduction .yellow_marker,
#contact_introduction .yellow_marker {
  text-align: center;
  padding: 30px 0 0 0;
}
#what_is_rakuchin .yellow_marker span,
#service_introduction .yellow_marker span,
#detail_introduction .yellow_marker span,
#plan_introduction .yellow_marker span,
#example_introduction .yellow_marker span,
#company_introduction .yellow_marker span,
#contact_introduction .yellow_marker span {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.666;
  background: linear-gradient(transparent 70%, #ffff33 70%);
}
#what_is_rakuchin .yodoq_hp_text,
#service_introduction .yodoq_hp_text,
#detail_introduction .yodoq_hp_text,
#plan_introduction .yodoq_hp_text,
#example_introduction .yodoq_hp_text,
#company_introduction .yodoq_hp_text,
#contact_introduction .yodoq_hp_text {
  line-height: 1.666;
  text-align: center;
  padding: 22px 0 30px 0;
}
#what_is_rakuchin .make_image,
#service_introduction .make_image,
#detail_introduction .make_image,
#plan_introduction .make_image,
#example_introduction .make_image,
#company_introduction .make_image,
#contact_introduction .make_image {
  padding: 8px 0 18px 0;
}
#what_is_rakuchin .make_image img,
#service_introduction .make_image img,
#detail_introduction .make_image img,
#plan_introduction .make_image img,
#example_introduction .make_image img,
#company_introduction .make_image img,
#contact_introduction .make_image img {
  margin: 0 auto;
}
#what_is_rakuchin .light_image,
#service_introduction .light_image,
#detail_introduction .light_image,
#plan_introduction .light_image,
#example_introduction .light_image,
#company_introduction .light_image,
#contact_introduction .light_image {
  padding: 8px 0 18px 0;
}
#what_is_rakuchin .light_image img,
#service_introduction .light_image img,
#detail_introduction .light_image img,
#plan_introduction .light_image img,
#example_introduction .light_image img,
#company_introduction .light_image img,
#contact_introduction .light_image img {
  margin: 32px auto 0;
}
#what_is_rakuchin .rakuchin_list ul,
#service_introduction .rakuchin_list ul,
#detail_introduction .rakuchin_list ul,
#plan_introduction .rakuchin_list ul,
#example_introduction .rakuchin_list ul,
#company_introduction .rakuchin_list ul,
#contact_introduction .rakuchin_list ul {
  max-width: calc(100% - 120px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 19px 0;
}
#what_is_rakuchin .rakuchin_list ul li,
#service_introduction .rakuchin_list ul li,
#detail_introduction .rakuchin_list ul li,
#plan_introduction .rakuchin_list ul li,
#example_introduction .rakuchin_list ul li,
#company_introduction .rakuchin_list ul li,
#contact_introduction .rakuchin_list ul li {
  width: calc((100% - 24px) / 2);
  background-color: #014FC4;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 90px;
  font-weight: bold;
  line-height: 1.666;
  color: #fff;
}
#what_is_rakuchin .rakuchin_list ul li.center,
#service_introduction .rakuchin_list ul li.center,
#detail_introduction .rakuchin_list ul li.center,
#plan_introduction .rakuchin_list ul li.center,
#example_introduction .rakuchin_list ul li.center,
#company_introduction .rakuchin_list ul li.center,
#contact_introduction .rakuchin_list ul li.center {
  margin: 0 auto;
}
#what_is_rakuchin .arrow_text,
#service_introduction .arrow_text,
#detail_introduction .arrow_text,
#plan_introduction .arrow_text,
#example_introduction .arrow_text,
#company_introduction .arrow_text,
#contact_introduction .arrow_text {
  color: #DCA536;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
#what_is_rakuchin .arrow,
#service_introduction .arrow,
#detail_introduction .arrow,
#plan_introduction .arrow,
#example_introduction .arrow,
#company_introduction .arrow,
#contact_introduction .arrow {
  width: 64px;
  margin: 0 auto;
}
#what_is_rakuchin .btn_nav_seo,
#service_introduction .btn_nav_seo,
#detail_introduction .btn_nav_seo,
#plan_introduction .btn_nav_seo,
#example_introduction .btn_nav_seo,
#company_introduction .btn_nav_seo,
#contact_introduction .btn_nav_seo {
  font-size: 28px;
  font-weight: bold;
  font-family: "gothic-a1", sans-serif;
  letter-spacing: 0em;
  color: #fff;
  border-radius: 60px;
  background: #CB3150;
  padding: 16px 0;
  display: block;
  text-align: center;
  max-width: 418px;
  margin: 12px auto 20px;
  transition: 0.5s;
  line-height: 1.2;
  border: none;
  /*
  &.light_on {
      background: #2FA439;
      color: value.$light_color;
      transition: 0.5s;
  }
  &:hover {
      opacity: 1;
  }
      */
}
#what_is_rakuchin .btn_nav_seo span,
#service_introduction .btn_nav_seo span,
#detail_introduction .btn_nav_seo span,
#plan_introduction .btn_nav_seo span,
#example_introduction .btn_nav_seo span,
#company_introduction .btn_nav_seo span,
#contact_introduction .btn_nav_seo span {
  font-size: 22px;
}
#what_is_rakuchin .btn_nav_contact,
#service_introduction .btn_nav_contact,
#detail_introduction .btn_nav_contact,
#plan_introduction .btn_nav_contact,
#example_introduction .btn_nav_contact,
#company_introduction .btn_nav_contact,
#contact_introduction .btn_nav_contact {
  font-size: 28px;
  font-weight: bold;
  font-family: "gothic-a1", sans-serif;
  letter-spacing: 0em;
  color: #fff;
  border-radius: 60px;
  background: #2C4DB8;
  padding: 16px 0;
  display: block;
  text-align: center;
  max-width: 418px;
  margin: -4px auto 50px;
  transition: 0.5s;
  line-height: 1.2;
  border: none;
}
#what_is_rakuchin .btn_nav_contact span,
#service_introduction .btn_nav_contact span,
#detail_introduction .btn_nav_contact span,
#plan_introduction .btn_nav_contact span,
#example_introduction .btn_nav_contact span,
#company_introduction .btn_nav_contact span,
#contact_introduction .btn_nav_contact span {
  font-size: 16px;
  vertical-align: middle;
  margin-left: 6px;
}

#why_free,
#own-ec_and_mall {
  padding: 65px 0 0 0;
}
#why_free .why_hp_free h2,
#own-ec_and_mall .why_hp_free h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: #318BCB;
  opacity: 2348;
  padding: 0 0 33px 0;
}
#why_free .why_hp_free p,
#own-ec_and_mall .why_hp_free p {
  text-align: center;
  line-height: 1.666;
  /*margin: 0 0 30px 0;*/
  margin: 0 auto 30px auto;
}
#why_free .why_hp_free p:nth-of-type(2),
#own-ec_and_mall .why_hp_free p:nth-of-type(2) {
  margin: 0 0 33px 0;
}
#why_free .whats_wordpress_wrap,
#own-ec_and_mall .whats_wordpress_wrap {
  background-color: #F1F1F1;
  max-width: 95%;
  margin: 0 auto;
  padding: 31px 29px 35px;
  margin: 0 auto 63px auto;
}
#why_free .whats_wordpress_wrap .whats_wordpress_box,
#own-ec_and_mall .whats_wordpress_wrap .whats_wordpress_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}
#why_free .whats_wordpress_wrap .whats_wordpress_box span,
#own-ec_and_mall .whats_wordpress_wrap .whats_wordpress_box span {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.363;
  padding: 16px 0 0 0;
}
#why_free .whats_wordpress_wrap p,
#own-ec_and_mall .whats_wordpress_wrap p {
  padding: 26px 0 0 0;
  line-height: 1.666;
}
#why_free .ec_explanation_wrap,
#own-ec_and_mall .ec_explanation_wrap {
  width: 90%;
  margin: 0 auto 33px;
  border: 2px solid #318BCB;
  border-radius: 20px;
  padding-bottom: 40px;
}
#why_free .ec_explanation_wrap h3,
#own-ec_and_mall .ec_explanation_wrap h3 {
  font-size: 30px;
  line-height: 1;
  padding: 40px 0;
  color: #318BCB;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #why_free .ec_explanation_wrap h3,
#own-ec_and_mall .ec_explanation_wrap h3 {
    font-size: 25px;
  }
}
#why_free .ec_explanation_wrap .own_ec,
#own-ec_and_mall .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;
}
#why_free .ec_explanation_wrap .own_ec .left_side,
#own-ec_and_mall .ec_explanation_wrap .own_ec .left_side {
  width: 46%;
}
#why_free .ec_explanation_wrap .own_ec .left_side h4,
#own-ec_and_mall .ec_explanation_wrap .own_ec .left_side h4 {
  font-size: 24px;
  color: #318BCB;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
}
#why_free .ec_explanation_wrap .own_ec .left_side img,
#own-ec_and_mall .ec_explanation_wrap .own_ec .left_side img {
  margin: 0 auto;
}
#why_free .ec_explanation_wrap .own_ec .right_side,
#own-ec_and_mall .ec_explanation_wrap .own_ec .right_side {
  width: 53%;
}
#why_free .ec_explanation_wrap .own_ec .right_side p,
#own-ec_and_mall .ec_explanation_wrap .own_ec .right_side p {
  font-size: 22px;
  font-weight: bold;
}
#why_free .ec_explanation_wrap .own_ec .right_side ul,
#own-ec_and_mall .ec_explanation_wrap .own_ec .right_side ul {
  line-height: 1.6;
  margin-bottom: 1rem;
}
#why_free .ec_explanation_wrap .own_ec .right_side ul li,
#own-ec_and_mall .ec_explanation_wrap .own_ec .right_side ul li {
  font-size: 18px;
  font-weight: bold;
}
#why_free .ec_explanation_wrap .mall_ec,
#own-ec_and_mall .ec_explanation_wrap .mall_ec {
  width: 97.5%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 24px 0 16px;
}
#why_free .ec_explanation_wrap .mall_ec .left_side,
#own-ec_and_mall .ec_explanation_wrap .mall_ec .left_side {
  width: 46%;
}
#why_free .ec_explanation_wrap .mall_ec .left_side h4,
#own-ec_and_mall .ec_explanation_wrap .mall_ec .left_side h4 {
  font-size: 24px;
  color: #318BCB;
  text-align: center;
  font-weight: bold;
  margin-bottom: 16px;
}
#why_free .ec_explanation_wrap .mall_ec .left_side img,
#own-ec_and_mall .ec_explanation_wrap .mall_ec .left_side img {
  margin: 0 auto;
}
#why_free .ec_explanation_wrap .mall_ec .right_side,
#own-ec_and_mall .ec_explanation_wrap .mall_ec .right_side {
  width: 53%;
}
#why_free .ec_explanation_wrap .mall_ec .right_side p,
#own-ec_and_mall .ec_explanation_wrap .mall_ec .right_side p {
  font-size: 22px;
}
#why_free .ec_explanation_wrap .mall_ec .right_side ul,
#own-ec_and_mall .ec_explanation_wrap .mall_ec .right_side ul {
  line-height: 1.6;
  margin-bottom: 1rem;
}
#why_free .ec_explanation_wrap .mall_ec .right_side ul li,
#own-ec_and_mall .ec_explanation_wrap .mall_ec .right_side ul li {
  font-size: 18px;
}
#why_free .btn_nav_ec-cube,
#own-ec_and_mall .btn_nav_ec-cube {
  position: relative;
  display: block;
}
#why_free .btn_nav_ec-cube img,
#own-ec_and_mall .btn_nav_ec-cube img {
  margin: 0 auto;
}
#why_free .btn_nav_ec-cube p.txt_top,
#own-ec_and_mall .btn_nav_ec-cube p.txt_top {
  position: absolute;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  top: 24px;
  left: 44%;
}
#why_free .btn_nav_ec-cube p.txt_top span,
#own-ec_and_mall .btn_nav_ec-cube p.txt_top span {
  font-size: 44px;
}
#why_free .btn_nav_ec-cube p.txt_bottom,
#own-ec_and_mall .btn_nav_ec-cube p.txt_bottom {
  position: absolute;
  font-size: 19px;
  font-weight: bold;
  color: #FFCC00;
  bottom: 44px;
  left: 44.5%;
  line-height: 1.3;
}
#why_free .hp_start,
#own-ec_and_mall .hp_start {
  background-color: #318BCB;
  padding: 29px 0 30px 0;
}
#why_free .hp_start > span,
#own-ec_and_mall .hp_start > span {
  display: block;
  font-size: 15px;
  line-height: 1.533;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  background-color: #fff;
  max-width: 212px;
  padding: 7px 0 5px 0;
  border-radius: 50px;
  position: relative;
}
#why_free .hp_start > span:after,
#own-ec_and_mall .hp_start > span:after {
  content: "";
  display: block;
  border-top: 14px solid #ffffff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
  width: 14px;
  margin: 0 auto;
}
#why_free .hp_start p,
#own-ec_and_mall .hp_start p {
  font-size: 30px;
  line-height: 1.666;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 8px 0 0 0;
}
#why_free .hp_start p span,
#own-ec_and_mall .hp_start p span {
  color: #FFFF33;
}

#service_contents {
  background-color: #EEFFEF;
}
#service_contents h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: #318BCB;
  opacity: 2348;
  padding: 65px 0 40px 0;
}
#service_contents h2:nth-of-type(2) {
  padding: 96px 0 45px 0;
}
#service_contents .table_wrap {
  background-color: #fff;
  max-width: 89.7%;
  margin: 0 auto;
  padding: 20px 8px 31px;
}
#service_contents .table_wrap table tr {
  border-bottom: 1px dashed #707070;
}
#service_contents .table_wrap table tr th, #service_contents .table_wrap table tr td {
  line-height: 1.444;
  padding: 19px 9px;
}
#service_contents .table_wrap table tr th {
  font-weight: bold;
  color: #318BCB;
  width: 31%;
}
#service_contents .table_wrap table tr td span {
  color: #FF0000;
}
#service_contents .function_list_wrap {
  padding: 0 0 85px 0;
}
#service_contents .function_list_wrap ul {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
}
#service_contents .function_list_wrap ul li {
  background-color: #fff;
  width: 184px;
  height: 184px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  gap: 10px;
  border: 3px solid #318BCB;
}
#service_contents .function_list_wrap ul li img {
  display: block;
  margin: 0 auto;
}
#service_contents .function_list_wrap ul li span {
  display: block;
  text-align: center;
  width: 100%;
  color: #318BCB;
  letter-spacing: -1px;
}
#service_contents .service_message {
  background-color: #318BCB;
  padding: 33px 0 0 0;
}
#service_contents .service_message .uppertext span {
  display: block;
  font-size: 19px;
  line-height: 1.526;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 8px;
  background-color: #fff;
  max-width: 332px;
  padding: 10px 0;
  border-radius: 50px;
  position: relative;
}
#service_contents .service_message .uppertext span:after {
  content: "";
  display: block;
  border-top: 14px solid #ffffff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
  width: 14px;
  margin: 0 auto;
}
#service_contents .service_message .uppertext span:nth-of-type(1) {
  left: 23px;
}
#service_contents .service_message .uppertext span:nth-of-type(2) {
  right: 173px;
  max-width: 281px;
}
#service_contents .service_message .uppertext span:nth-of-type(3) {
  right: -147px;
  top: -50px;
  max-width: 340px;
}
#service_contents .service_message h3 {
  margin-top: -25px;
}
#service_contents .service_message h3 span {
  display: block;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
#service_contents .service_message h3 span:nth-of-type(1) {
  font-size: 24px;
  line-height: 2.083;
}
#service_contents .service_message h3 span:nth-of-type(2) {
  font-size: 33px;
  line-height: 1.515;
}
#service_contents .service_message .image_wrap {
  padding: 43px 0 0 0;
}
#service_contents .service_message .image_wrap img {
  display: block;
  margin: 0 auto;
}
#service_contents .service_message p {
  padding: 47px 0 76px;
  line-height: 1.666;
  color: #fff;
  text-align: center;
}

#flow {
  counter-reset: flow_number 0;
}
#flow h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: #318BCB;
  opacity: 2348;
  padding: 70px 0 58px 0px;
}
#flow .flow_box_wrap {
  padding: 0 32px;
}
#flow .flow_box_wrap .flow_box {
  padding: 0 0 35px 68px;
  position: relative;
  counter-increment: flow_number 1;
}
#flow .flow_box_wrap .flow_box h3 {
  font-size: 24px;
  font-weight: bold;
  color: #318BCB;
  margin: 0 0 6px 0;
}
#flow .flow_box_wrap .flow_box p {
  line-height: 1.555;
}
#flow .flow_box_wrap .flow_box ul li {
  line-height: 1.6;
}
#flow .flow_box_wrap .flow_box:before {
  content: counter(flow_number, decimal-leading-zero);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border: 3px solid #318BCB;
  border-radius: 50%;
  width: 53px;
  height: 53px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #318BCB;
  z-index: 1;
  background-color: #fff;
}
#flow .flow_box_wrap .flow_box:after {
  content: "";
  border-left: 3px solid #318BCB;
  height: 100%;
  position: absolute;
  left: 24px;
  top: 0;
  bottom: 0;
}
#flow .flow_box_wrap .flow_box:nth-last-of-type(1):after {
  display: none;
}

#qa {
  padding: 0 0 90px 0;
}
#qa h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: #318BCB;
  opacity: 2348;
  padding: 84px 0 45px 0px;
}
#qa .qa_wrap ul {
  max-width: 95.7%;
  margin: 0 auto;
}
#qa .qa_wrap ul li {
  border-bottom: 1px solid #318BCB;
  margin: 0 0 21px 0;
}
#qa .qa_wrap ul li .q {
  padding: 0 0 9px 75px;
  font-size: 20px;
  font-weight: bold;
  color: #318BCB;
  position: relative;
  border-bottom: 1px solid #04730D;
}
#qa .qa_wrap ul li .q:hover {
  cursor: pointer;
}
#qa .qa_wrap ul li .q:before {
  position: absolute;
  content: "Q.";
  display: block;
  top: calc(50% - 4px);
  transform: translateY(-50%);
  left: 26px;
  font-size: 30px;
  font-weight: bold;
  color: #318BCB;
}
#qa .qa_wrap ul li .q .plus {
  position: absolute;
  right: 0;
  top: 43%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  display: block;
}
#qa .qa_wrap ul li .q .plus:before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #318BCB;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#qa .qa_wrap ul li .q .plus:after {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  background-color: #318BCB;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#qa .qa_wrap ul li .q.open .plus:after {
  display: none;
}
#qa .qa_wrap ul li .q.open + .a {
  height: auto;
  padding: 1em;
  transition: 0.5s;
}
#qa .qa_wrap ul li .a {
  background-color: #EEFBFF;
  height: 0;
  overflow: hidden;
  line-height: 1.555;
  padding: 0;
  transition: 0.5s;
}

#contact .wpcf7-not-valid-tip {
  display: none;
  font-weight: bold;
}
#contact .wpcf7-not-valid-tip.on {
  display: block;
}
#contact h2 {
  font-size: 133px;
  font-weight: bold;
  color: #318BCB;
  font-family: "gothic-a1", sans-serif;
  padding: 113px 0 0 0;
  line-height: 1;
  text-align: center;
}
#contact .confirm_text {
  height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
}
#contact .confirm_text.open {
  height: auto;
  opacity: 1;
  visibility: visible;
}
#contact .confirm_text p {
  font-size: 24px;
  font-weight: bold;
  color: #ff0000;
  width: 95%;
  margin: 0 auto;
  text-decoration: underline;
}
#contact .complete_wrap {
  height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  width: 95%;
  margin: 0 auto;
}
#contact .complete_wrap.open {
  height: auto;
  opacity: 1;
  visibility: visible;
}
#contact .complete_wrap .complete_title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  padding: 2em 0;
}
#contact .complete_wrap .complete_text {
  margin: 0 0 1em 0;
}
#contact .complete_wrap .complete_alert {
  color: red;
  font-size: 14px;
  margin: 0 0 3em 0;
}
#contact .complete_wrap .reset_button {
  display: none;
  font-weight: bold;
  background: #318BCB;
  color: #fff;
  text-align: center;
  padding: 1em;
  border-radius: 50px;
  max-width: 360px;
  margin: 0 auto;
}
#contact .complete_wrap .reset_button.open {
  display: block;
}
#contact .complete_wrap .reset_button:hover {
  cursor: pointer;
  opacity: 0.5;
}
#contact .contact_wrap {
  padding: 0px 0px 45px 0px;
  width: 95%;
  margin: 0 auto;
  height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
}
#contact .contact_wrap.open {
  height: auto;
  opacity: 1;
  visibility: visible;
}
#contact .contact_wrap input[type=text].input_close,
#contact .contact_wrap input[type=tel].input_close,
#contact .contact_wrap input[type=email].input_close,
#contact .contact_wrap input[type=email].input_close,
#contact .contact_wrap textarea.input_close,
#contact .contact_wrap .check_wrap .policy_wrap.input_close,
#contact .contact_wrap input[type=checkbox].input_close {
  background-color: #f7f7f7;
  pointer-events: none;
}
#contact .contact_wrap .check_wrap .check_box input[type=checkbox].input_close {
  pointer-events: none;
}
#contact .contact_wrap .check_wrap .check_box input[type=checkbox]:checked.input_close:before {
  pointer-events: none;
}
#contact .contact_wrap table {
  table-layout: fixed;
  width: 100%;
}
#contact .contact_wrap table tr th, #contact .contact_wrap table tr td {
  display: block;
}
#contact .contact_wrap table tr th {
  margin: 0 0 8px 0;
}
#contact .contact_wrap table tr th span {
  font-weight: bold;
  display: inline-block;
}
#contact .contact_wrap table tr th span:nth-of-type(1) {
  font-size: 24px;
  color: #318BCB;
  margin: 0 17px 0 0;
  line-height: 1.666;
  vertical-align: middle;
}
#contact .contact_wrap table tr th span:nth-of-type(2) {
  font-size: 18px;
  background-color: #F80000;
  color: #fff;
  border-radius: 50px;
  padding: 9px 15px 10px;
  line-height: 0.555;
  vertical-align: middle;
}
#contact .contact_wrap table tr td {
  margin: 0 0 32px 0;
}
#contact .contact_wrap table tr td input, #contact .contact_wrap table tr td textarea {
  border: 1px solid #318BCB;
  width: 100%;
  display: block;
  padding: 0.5em 0.5em 0.6em 0.5em;
  background-color: #fff;
}
#contact .contact_wrap .check_wrap {
  padding: 24px 0 0 0;
}
#contact .contact_wrap .check_wrap .check_title {
  margin: 0 0 10px 0;
}
#contact .contact_wrap .check_wrap .check_title span {
  font-weight: bold;
  display: inline-block;
}
#contact .contact_wrap .check_wrap .check_title span:nth-of-type(1) {
  font-size: 24px;
  color: #318BCB;
  margin: 0 14px 0 0;
  line-height: 1.666;
  vertical-align: middle;
}
#contact .contact_wrap .check_wrap .check_title span:nth-of-type(2) {
  font-size: 18px;
  background-color: #F80000;
  color: #fff;
  border-radius: 50px;
  padding: 9px 15px 10px;
  line-height: 0.555;
  vertical-align: middle;
}
#contact .contact_wrap .check_wrap .policy_wrap {
  overflow: scroll;
  border: 1px solid #318BCB;
  padding: 0.9em 0.4em;
  height: 200px;
  overflow: scroll;
  background-color: #fff;
}
#contact .contact_wrap .check_wrap .policy_wrap pre {
  white-space: pre-wrap;
  color: #318BCB;
  font-size: 20px;
  line-height: 1.5;
}
#contact .contact_wrap .check_wrap .check_box {
  padding: 14px 0 50px 0;
}
#contact .contact_wrap .check_wrap .check_box span {
  display: inline-block;
}
#contact .contact_wrap .check_wrap .check_box span.wpcf7-not-valid-tip {
  display: none;
  font-weight: bold;
}
#contact .contact_wrap .check_wrap .check_box input[type=checkbox] {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 35px;
  height: 35px;
  border: 2px solid #318BCB;
  vertical-align: middle;
  margin: 0 7px 0 0;
  position: relative;
}
#contact .contact_wrap .check_wrap .check_box input[type=checkbox]:checked:before {
  position: absolute;
  top: 0;
  left: 39%;
  transform: rotate(50deg);
  width: 12px;
  height: 24px;
  border-right: 2px solid #318BCB;
  border-bottom: 2px solid #318BCB;
  content: "";
}
#contact .contact_wrap .check_wrap .check_box .wpcf7-list-item {
  margin: 0;
}
#contact .contact_wrap .check_wrap .check_box .wpcf7-list-item-label {
  display: inline-block;
  color: #318BCB;
  line-height: 1.666;
  font-size: 24px;
  font-weight: bold;
  vertical-align: middle;
}
#contact .contact_wrap .check_wrap .submit_zone {
  display: flex;
  justify-content: center;
  gap: 2em;
  align-items: flex-start;
}
#contact .contact_wrap .check_wrap .submit_zone .confirmation_button, #contact .contact_wrap .check_wrap .submit_zone .go_back_button,
#contact .contact_wrap .check_wrap .submit_zone .submit_button {
  display: none;
  transition: 0.5s;
}
#contact .contact_wrap .check_wrap .submit_zone .confirmation_button.open, #contact .contact_wrap .check_wrap .submit_zone .go_back_button.open,
#contact .contact_wrap .check_wrap .submit_zone .submit_button.open {
  display: block;
  width: 367px;
}
#contact .contact_wrap .check_wrap .submit_zone .confirmation_button:hover, #contact .contact_wrap .check_wrap .submit_zone .go_back_button:hover,
#contact .contact_wrap .check_wrap .submit_zone .submit_button:hover {
  cursor: pointer;
  opacity: 0.5;
  transition: 0.5s;
}
#contact .contact_wrap .check_wrap .submit_zone .confirmation_button span {
  display: block;
  font-size: 24px;
  font-weight: bold;
  padding: 6px 0;
  text-align: center;
  margin: 0 auto;
  max-width: 367px;
  background-color: #318BCB;
  border-radius: 50px;
  color: #fff;
  width: 100%;
}
#contact .contact_wrap .check_wrap .submit_zone .go_back_button span {
  display: block;
  font-size: 24px;
  font-weight: bold;
  padding: 6px 0;
  text-align: center;
  margin: 0 auto;
  max-width: 367px;
  background-color: #318BCB;
  border-radius: 50px;
  color: #fff;
  width: 100%;
}
#contact .contact_wrap .check_wrap .submit_zone .submit_button input {
  display: block;
  font-size: 24px;
  font-weight: bold;
  padding: 6px 0;
  text-align: center;
  margin: 0 auto;
  max-width: 367px;
  background-color: #318BCB;
  border-radius: 50px;
  color: #fff;
  width: 100%;
}
#contact .contact_wrap .check_wrap .submit_zone .hide_reset {
  display: none;
}
#contact .contact_wrap .err-message {
  color: red;
  font-weight: bold;
}

@media screen and (max-width: 1400px) {
  #content {
    /*margin: 10dvh auto 0;*/
    margin: 0 auto 0;
  }
  #content .white_back .mobile_nav_content {
    display: block;
    position: fixed;
    width: 50%;
    margin: 0 0 0 auto;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%);
    transition: 0.5s;
  }
  #content .white_back .mobile_nav_content.open {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    z-index: 11;
    transition: 0.5s;
    background-color: #318BCB;
    color: #fff;
    padding: 2em;
  }
  #content .white_back .mobile_nav_content .close_button {
    width: 40px;
    height: 40px;
    overflow: hidden;
    position: relative;
    margin: 0 0 0 auto;
  }
  #content .white_back .mobile_nav_content .close_button span {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
  }
  #content .white_back .mobile_nav_content .close_button span:nth-of-type(1) {
    transform: rotate(45deg) translateY(-50%);
  }
  #content .white_back .mobile_nav_content .close_button span:nth-of-type(2) {
    transform: rotate(-45deg) translateY(-50%);
  }
  #content .white_back .mobile_nav_content ul li a {
    display: block;
    position: relative;
    padding: 0.5em 1em;
    font-weight: bold;
  }
  #content .white_back .mobile_nav_content ul li a:before {
    content: "";
    display: block;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    width: 9px;
    height: 9px;
    transform: rotate(-45deg) translateY(-50%);
    position: absolute;
    left: 0;
    top: 50%;
    transition: 0.5s;
  }
  #content .white_back .mobile_nav_content .sp_nav_contact {
    display: block;
    text-align: center;
    border: 1px solid #fff;
    padding: 1em;
    margin: 1dvb 0 0 0;
    font-weight: bold;
  }
  #content .white_back .sp_header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 4;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
  }
  #content .white_back .sp_header .image_wrap {
    max-width: 35%;
  }
  #content .white_back .sp_header .sp_nav .mobile_nav_button {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    overflow: hidden;
  }
  #content .white_back .sp_header .sp_nav .mobile_nav_button span {
    display: block;
    flex-shrink: 0;
    width: 100%;
    height: 2px;
    background-color: #318BCB;
  }
  #content .white_back .sp_header .sp_nav .mobile_nav_button span:nth-of-type(2) {
    margin: 10px 0;
  }
  #content #contact .contact_wrap table tr td {
    max-width: 100%;
  }
  #content.btm_mgn {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 767px) {
  #content .white_back .mobile_nav_content {
    width: 100%;
  }
  #content .white_back .mobile_nav_content.open {
    padding: 1em;
  }
  #what_is_rakuchin,
#service_introduction,
#detail_introduction,
#plan_introduction,
#example_introduction,
#company_introduction {
    max-width: 95%;
    margin: 0 auto;
  }
  #what_is_rakuchin h2,
#service_introduction h2,
#detail_introduction h2,
#plan_introduction h2,
#example_introduction h2,
#company_introduction h2 {
    font-size: 24px;
  }
  #what_is_rakuchin .yodoq_wordpress,
#service_introduction .yodoq_wordpress,
#detail_introduction .yodoq_wordpress,
#plan_introduction .yodoq_wordpress,
#example_introduction .yodoq_wordpress,
#company_introduction .yodoq_wordpress {
    width: 95%;
    margin: 0 auto;
  }
  #what_is_rakuchin h3,
#service_introduction h3,
#detail_introduction h3,
#plan_introduction h3,
#example_introduction h3,
#company_introduction h3 {
    /*font-size: 24px;*/
    font-size: 24px;
    padding: 1em 0;
  }
  #what_is_rakuchin h4,
#service_introduction h4,
#detail_introduction h4,
#plan_introduction h4,
#example_introduction h4,
#company_introduction h4 {
    /*font-size: 18px;*/
    font-size: 24px;
  }
  #what_is_rakuchin .normal_text,
#service_introduction .normal_text,
#detail_introduction .normal_text,
#plan_introduction .normal_text,
#example_introduction .normal_text,
#company_introduction .normal_text {
    padding: 2em 2em 0;
  }
  #what_is_rakuchin .question_list ul,
#service_introduction .question_list ul,
#detail_introduction .question_list ul,
#plan_introduction .question_list ul,
#example_introduction .question_list ul,
#company_introduction .question_list ul {
    max-width: 100%;
    display: block;
  }
  #what_is_rakuchin .question_list ul li,
#service_introduction .question_list ul li,
#detail_introduction .question_list ul li,
#plan_introduction .question_list ul li,
#example_introduction .question_list ul li,
#company_introduction .question_list ul li {
    width: 100%;
    margin: 0 0 1em 0;
    height: 70px;
  }
  #what_is_rakuchin .double_arrow,
#service_introduction .double_arrow,
#detail_introduction .double_arrow,
#plan_introduction .double_arrow,
#example_introduction .double_arrow,
#company_introduction .double_arrow {
    padding: 0 0 60px 0;
  }
  #what_is_rakuchin .if_rakuchin_production .image_wrap,
#service_introduction .if_rakuchin_production .image_wrap,
#detail_introduction .if_rakuchin_production .image_wrap,
#plan_introduction .if_rakuchin_production .image_wrap,
#example_introduction .if_rakuchin_production .image_wrap,
#company_introduction .if_rakuchin_production .image_wrap {
    margin: 0 auto;
  }
  #what_is_rakuchin .if_rakuchin_production span,
#service_introduction .if_rakuchin_production span,
#detail_introduction .if_rakuchin_production span,
#plan_introduction .if_rakuchin_production span,
#example_introduction .if_rakuchin_production span,
#company_introduction .if_rakuchin_production span {
    flex-shrink: 0;
  }
  #what_is_rakuchin .rakuchin_list ul,
#service_introduction .rakuchin_list ul,
#detail_introduction .rakuchin_list ul,
#plan_introduction .rakuchin_list ul,
#example_introduction .rakuchin_list ul,
#company_introduction .rakuchin_list ul {
    max-width: 100%;
    display: block;
  }
  #what_is_rakuchin .rakuchin_list ul li,
#service_introduction .rakuchin_list ul li,
#detail_introduction .rakuchin_list ul li,
#plan_introduction .rakuchin_list ul li,
#example_introduction .rakuchin_list ul li,
#company_introduction .rakuchin_list ul li {
    width: 100%;
    line-height: 1.5;
    height: 60px;
    margin: 0 0 1em 0;
  }
  #why_free {
    padding: 40px 0 0 0;
  }
  #why_free .why_hp_free {
    width: 95%;
    margin: 0 auto;
  }
  #why_free .why_hp_free h2 {
    font-size: 24px;
  }
  #why_free .whats_wordpress_wrap {
    padding: 2em;
    margin: 0 auto 4em;
  }
  #why_free .whats_wordpress_wrap .whats_wordpress_box span {
    flex-shrink: 0;
    padding: 0;
  }
  #why_free .hp_start p {
    font-size: 18px;
  }
  #own-ec_and_mall .ec_explanation_wrap .own_ec .left_side {
    width: 100%;
  }
  #own-ec_and_mall .ec_explanation_wrap .own_ec .left_side h4 {
    font-size: 24px;
    color: #318BCB;
    font-weight: bold;
    text-align: center;
    margin-bottom: 16px;
  }
  #own-ec_and_mall .ec_explanation_wrap .own_ec .left_side img {
    margin: 0 auto;
  }
  #own-ec_and_mall .ec_explanation_wrap .own_ec .right_side {
    width: 100%;
    padding-left: 10%;
  }
  #own-ec_and_mall .ec_explanation_wrap .own_ec .right_side p {
    font-size: 22px;
    font-weight: bold;
  }
  #own-ec_and_mall .ec_explanation_wrap .own_ec .right_side ul {
    line-height: 1.6;
    margin-bottom: 1rem;
  }
  #own-ec_and_mall .ec_explanation_wrap .own_ec .right_side ul li {
    font-size: 18px;
    font-weight: bold;
  }
  #own-ec_and_mall .ec_explanation_wrap .mall_ec .left_side {
    width: 100%;
  }
  #own-ec_and_mall .ec_explanation_wrap .mall_ec .left_side h4 {
    font-size: 24px;
    color: #318BCB;
    text-align: center;
    font-weight: bold;
    margin-bottom: 16px;
  }
  #own-ec_and_mall .ec_explanation_wrap .mall_ec .left_side img {
    margin: 0 auto;
  }
  #own-ec_and_mall .ec_explanation_wrap .mall_ec .right_side {
    width: 100%;
    padding-left: 10%;
  }
  #own-ec_and_mall .ec_explanation_wrap .mall_ec .right_side p {
    font-size: 22px;
  }
  #own-ec_and_mall .ec_explanation_wrap .mall_ec .right_side ul {
    line-height: 1.6;
    margin-bottom: 1rem;
  }
  #own-ec_and_mall .ec_explanation_wrap .mall_ec .right_side ul li {
    font-size: 18px;
  }
  #own-ec_and_mall .btn_nav_ec-cube {
    position: relative;
  }
  #own-ec_and_mall .btn_nav_ec-cube img {
    margin: 0 auto;
    max-width: 90%;
  }
  #own-ec_and_mall .btn_nav_ec-cube p.txt_top {
    position: absolute;
    font-size: 4vw;
    font-weight: bold;
    color: #fff;
    top: 3.5vw;
    left: 44%;
  }
  #own-ec_and_mall .btn_nav_ec-cube p.txt_top span {
    font-size: 6vw;
  }
  #own-ec_and_mall .btn_nav_ec-cube p.txt_bottom {
    position: absolute;
    font-size: 3.2vw;
    font-weight: bold;
    color: #FFCC00;
    bottom: 6vw;
    left: 44.5%;
    line-height: 1.3;
  }
  #service_contents h2 {
    font-size: 24px;
    padding: 40px 0;
  }
  #service_contents h2:nth-of-type(2) {
    padding: 40px 0;
  }
  #service_contents .function_list_wrap {
    padding: 0 0 40px 0;
  }
  #service_contents .function_list_wrap ul li {
    width: 164px;
    height: 164px;
  }
  #service_contents .service_message {
    padding: 40px 0 0 0;
  }
  #service_contents .service_message h3 {
    margin-top: 0;
    padding: 2em 0;
  }
  #service_contents .service_message h3 span:nth-of-type(1) {
    line-height: 1.5;
  }
  #service_contents .service_message h3 span:nth-of-type(2) {
    font-size: 24px;
    line-height: 1.5;
  }
  #service_contents .service_message .uppertext span:nth-of-type(1) {
    left: 0;
    max-width: 350px;
  }
  #service_contents .service_message .uppertext span:nth-of-type(2) {
    right: 0;
    max-width: 350px;
  }
  #service_contents .service_message .uppertext span:nth-of-type(3) {
    right: 0;
    top: 0;
    max-width: 350px;
  }
  #service_contents .service_message .image_wrap {
    padding: 0;
  }
  #service_contents .service_message p {
    width: 95%;
    margin: 0 auto;
    padding: 40px 0;
  }
  #service_contents .service_message p br {
    display: none;
  }
  #flow h2 {
    font-size: 24px;
    padding: 40px 0;
  }
  #flow .flow_box_wrap {
    padding: 0;
    width: 95%;
    margin: 0 auto;
  }
  #flow .flow_box_wrap .flow_box {
    padding: 8px 0 8px 60px;
  }
  #flow .flow_box_wrap .flow_box h3 {
    font-size: 18px;
    margin: 0 0 1em 0;
  }
  #qa {
    padding: 0 0 40px 0;
  }
  #qa h2 {
    font-size: 24px;
    padding: 40px 0;
  }
  #qa .qa_wrap ul li {
    margin: 0 0 0.5em 0;
  }
  #qa .qa_wrap ul li .q {
    padding: 10px 40px;
    font-size: 16px;
  }
  #qa .qa_wrap ul li .q:before {
    left: 0;
  }
  #contact h2 {
    font-size: 40px;
    padding: 80px 0 0.5em;
  }
  #contact .contact_wrap table tr td {
    margin: 0 0 1em 0;
  }
  #contact .contact_wrap .check_wrap .policy_wrap pre {
    font-size: 16px;
  }
}
#content #contact {
  display: none;
}

.pc_none {
  display: none;
}

.sp_none {
  display: block;
}

@media screen and (max-width: 767px) {
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none;
  }
}
/*# sourceMappingURL=content.css.map */