@charset "UTF-8";
/* line 6, sass/custom.scss */
.bold {
  font-weight: bold;
}

/* line 10, sass/custom.scss */
.sp-show {
  display: none;
}

/* line 15, sass/custom.scss */
.el_first_heading {
  margin-top: 40px !important;
}

/* line 19, sass/custom.scss */
.bl_button_list {
  display: flex;
  justify-content: center;
}

/* line 23, sass/custom.scss */
.bl_button_list > a {
  display: block;
  width: 200px;
  padding: 10px 0;
  margin: 50px 10px 0;
  color: #FFF;
  font-size: 15px;
  background-color: #000;
  text-align: center;
}

/* line 33, sass/custom.scss */
.bl_button_list > a:hover {
  text-decoration: none;
}

/* line 42, sass/custom.scss */
.brand a {
  display: flex;
  align-items: center;
}

/* line 46, sass/custom.scss */
.brand a img {
  display: inline-block;
  width: 36px;
}

/* line 52, sass/custom.scss */
.brand a .el_h1 {
  display: inline-block;
  color: #333;
  margin-left: 15px;
  font-size: 16px;
  font-weight: normal;
}

/* line 63, sass/custom.scss */
.video-wrap video {
  max-width: 750px;
  width: 100%;
}

/* line 74, sass/custom.scss */
#section-9 .bl_price_demo_links a {
  display: inline-block;
  margin-right: 10px;
}

/* line 79, sass/custom.scss */
#section-9 .bl_price_demo_links a:last-child {
  margin-right: 0;
}

/* line 87, sass/custom.scss */
#section-16 {
  padding: 0;
}

/* line 90, sass/custom.scss */
#section-16 .gray_bg {
  padding: 100px 0;
}

/* line 94, sass/custom.scss */
#section-16 .inner {
  padding: 0;
}

/* line 98, sass/custom.scss */
#section-16 .bl_support {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
}

/* line 106, sass/custom.scss */
.el_section16_list {
  list-style: disc;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 20px;
  width: calc(50% - 20px);
}

/* line 114, sass/custom.scss */
.el_section16_list > li {
  font-size: 14px;
  color: #333;
  margin-bottom: 15px;
}

/* line 122, sass/custom.scss */
.el_anno {
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  margin-left: 5px;
}

/* line 129, sass/custom.scss */
#section-17 {
  overflow: hidden;
  padding: 100px 0 70px;
  width: 100%;
  margin: auto;
  background-color: #f6f6f6;
}

/* line 138, sass/custom.scss */
#section-17 .bl_section17 p {
  text-align: center;
  line-height: 2em;
  margin-bottom: 20px;
  font-size: 16px;
}

/* line 148, sass/custom.scss */
.gray_bg {
  background-color: #f6f6f6;
  padding-top: 40px;
}

/* line 154, sass/custom.scss */
#section-18 {
  padding: 0 0 0;
}

/* line 157, sass/custom.scss */
#section-18 .gray_bg {
  padding-top: 20px;
}

/* line 161, sass/custom.scss */
#section-18 .inner {
  padding: 20px 0;
}

/* line 168, sass/custom.scss */
#section-18 .bl_item {
  display: flex;
  justify-content: space-between;
}

/* line 172, sass/custom.scss */
#section-18 .bl_item .bl_item_col {
  width: 48%;
}

/* line 175, sass/custom.scss */
#section-18 .bl_item .bl_item_col .el_gray_box {
  border: #ccc 5px solid;
}

/* line 179, sass/custom.scss */
#section-18 .bl_item .bl_item_col .el_item_title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 0 10px;
}

/* line 186, sass/custom.scss */
#section-18 .bl_item .bl_item_col img {
  display: block;
  width: 100%;
}

/* line 191, sass/custom.scss */
#section-18 .bl_item .bl_item_col .el_desc {
  margin-top: 10px;
  padding: 10px;
  font-size: 16px;
  color: #655a5a;
}

/* line 200, sass/custom.scss */
#section-18 .mt40 {
  margin-top: 40px;
}

/* line 208, sass/custom.scss */
.el_item_slides .slick-slide {
  margin: 0;
}

/* line 212, sass/custom.scss */
.el_item_slides .slick-slider {
  position: relative;
}

/* line 220, sass/custom.scss */
.el_item_slides .slick-arrow {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  z-index: 16;
  opacity: 1.0;
  padding: 0;
}

/* line 232, sass/custom.scss */
.el_item_slides .slick-next {
  right: 20px;
  background: #a40b5e url(../img/arrow-right.svg) center center/contain no-repeat;
}

/* line 237, sass/custom.scss */
.el_item_slides .slick-prev {
  left: 20px;
  background: #a40b5e url(../img/arrow-left.svg) center center/contain no-repeat;
}

/* line 245, sass/custom.scss */
#section-22 {
  padding: 100px 0 0;
}

/* line 248, sass/custom.scss */
#section-22 .bl_news {
  padding: 0 0 100px;
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 50px;
}

/* line 256, sass/custom.scss */
#section-22 .bl_news .el_news_list {
  width: calc(100% - 300px);
}

/* line 260, sass/custom.scss */
#section-22 .bl_news .el_news_list > li a {
  font-size: 16px;
  text-decoration: none;
  padding: 10px;
  display: flex;
  border-bottom: 1px solid #eeeeee;
  color: #333;
}

/* line 268, sass/custom.scss */
#section-22 .bl_news .el_news_list > li a .el_date {
  display: inline-block;
  font-weight: bold;
  width: 150px;
}

/* line 274, sass/custom.scss */
#section-22 .bl_news .el_news_list > li a .el_title {
  display: inline-block;
  width: calc(100% - 150px);
}

/* line 281, sass/custom.scss */
#section-22 .bl_news .el_news_list > li a:hover .el_title {
  text-decoration: underline;
}

/* line 289, sass/custom.scss */
#section-22 .bl_news .btn {
  width: 300px;
  min-width: 300px;
  display: flex;
  justify-content: center;
}

/* line 295, sass/custom.scss */
#section-22 .bl_news .btn a {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  font-family: "Montserrat", "sans-serif";
  white-space: nowrap;
  text-decoration: none;
}

/* line 305, sass/custom.scss */
#section-22 .bl_news .btn a .icon {
  width: 3em;
  height: 3em;
  border-radius: 100%;
  margin-right: 1.5em;
  position: relative;
  transition: 0.3s;
  border: 1px solid #333;
}

/* line 314, sass/custom.scss */
#section-22 .bl_news .btn a .icon:after {
  content: "";
  position: absolute;
  top: calc(50% - 0.4em);
  left: calc(50% - 0.6em);
  width: 0.8em;
  height: 0.8em;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
}

/* line 334, sass/custom.scss */
#section-22 .bl_news .btn a:hover .icon {
  transition: 0.3s;
  transform: translateX(0.5em);
}

/* line 342, sass/custom.scss */
#section-22 .bl_news .black a {
  color: #333;
}

/* line 350, sass/custom.scss */
#section-23 {
  padding: 50px 0 0;
}

/* line 353, sass/custom.scss */
#section-23 .bl_slider_inner {
  padding: 0;
}

/* line 356, sass/custom.scss */
#section-23 .el_custom_htp_dots {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 30px auto;
}

/* line 363, sass/custom.scss */
#section-23 .el_custom_htp_dots > li {
  font-size: 20px;
  text-align: center;
  width: 30px;
  cursor: pointer;
}

/* line 370, sass/custom.scss */
#section-23 .el_custom_htp_dots > li.active {
  color: #a40b5e;
}

/* line 376, sass/custom.scss */
#section-23 .el_custom_htp_dots > li.el_left_line span,
#section-23 .el_custom_htp_dots > li.el_right_line span {
  width: 30px;
  height: 1px;
  background: #333;
  display: block;
}

/* line 388, sass/custom.scss */
#section-23 .slider_high_thermal_power {
  margin-left: -20px;
}

/* line 391, sass/custom.scss */
#section-23 .slider_high_thermal_power .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-indent: -9999px;
  width: 30px;
  height: 30px;
  z-index: 2;
  opacity: 1;
}

/* line 402, sass/custom.scss */
#section-23 .slider_high_thermal_power .slick-prev {
  left: -40px;
  background: #a40b5e url(../img/arrow-left.svg) center center/contain no-repeat;
}

/* line 406, sass/custom.scss */
#section-23 .slider_high_thermal_power .slick-next {
  right: -40px;
  background: #a40b5e url(../img/arrow-right.svg) center center/contain no-repeat;
}

/* line 411, sass/custom.scss */
#section-23 .slider_high_thermal_power .slick-slide {
  margin: 0;
}

/* line 414, sass/custom.scss */
#section-23 .slider_high_thermal_power .slick-slide > div {
  display: flex;
  justify-content: space-between;
}

/* line 419, sass/custom.scss */
#section-23 .slider_high_thermal_power .slick-slide > div:nth-child(2) {
  margin-top: 30px;
}

/* line 425, sass/custom.scss */
#section-23 .slider_high_thermal_power > li {
  padding: 10px;
}

/* line 429, sass/custom.scss */
#section-23 .slider_high_thermal_power .el_htp_slide {
  padding: 10px 0;
  margin: 0 10px;
}

/* line 433, sass/custom.scss */
#section-23 .slider_high_thermal_power .el_htp_slide a {
  color: #333;
  text-decoration: none;
}

/* line 440, sass/custom.scss */
#section-23 .slider_high_thermal_power .el_title {
  text-align: center;
}

/* line 445, sass/custom.scss */
#section-23 .slider_high_thermal_power .bl_picture {
  background-color: #f6f6f6;
  border: #b0b0b0 1px solid;
  width: 100%;
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 455, sass/custom.scss */
#section-23 .slider_high_thermal_power .bl_picture img {
  max-width: 100%;
  width: 240px;
  height: auto;
}

/* line 463, sass/custom.scss */
#section-23 .slider_high_thermal_power .el_desc {
  margin-bottom: 0;
  color: #655a5a;
}

/* line 473, sass/custom.scss */
#section-19 {
  padding: 100px 0;
}

/* line 476, sass/custom.scss */
#section-19 .bl_faqList {
  margin-top: 50px;
}

/* line 481, sass/custom.scss */
#section-20 {
  margin: 0 auto;
}

/* line 485, sass/custom.scss */
#section-20 .section-title {
  margin-bottom: 50px;
}

/* line 493, sass/custom.scss */
#section-20 .inner:last-child {
  padding-bottom: 80px;
}

/* line 501, sass/custom.scss */
.el_option_menus {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  max-width: 800px;
  margin: 0 auto 20px;
}

/* line 509, sass/custom.scss */
.el_option_menus > li {
  margin-bottom: 15px;
}

/* line 513, sass/custom.scss */
.el_option_menus .dt {
  list-style-type: disc;
  width: 250px;
}

/* line 518, sass/custom.scss */
.el_option_menus .dd {
  width: calc(100% - 250px);
  margin-bottom: 0 !important;
}

/* line 527, sass/custom.scss */
#section-21 .gray_bg {
  padding: 100px 0;
}

/* line 531, sass/custom.scss */
#section-21 .bl_text {
  margin-top: 50px;
  text-align: center;
}

/* line 536, sass/custom.scss */
#section-21 .el_theme_img {
  padding: 30px 0 0;
}

/* line 539, sass/custom.scss */
#section-21 .el_theme_img img {
  display: block;
  margin: 0 auto;
  width: 630px;
}

@media (max-width: 1500px) {
  /* line 555, sass/custom.scss */
  .brand a img {
    display: block;
  }
  /* line 559, sass/custom.scss */
  .brand a .el_h1 {
    display: block;
  }
}

/* line 6, sass/_recommend-box.scss */
.bl_recommend {
  position: fixed;
  bottom: 0;
  right: -300px;
  z-index: 99;
  width: 300px;
  height: 376px;
}

/* line 15, sass/_recommend-box.scss */
.el_recommend_pickup {
  width: 44px;
  position: absolute;
  bottom: 0;
  right: 300px;
  padding: 0;
  z-index: 1;
  transition: all 0.9s ease-in-out;
  cursor: pointer;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.3);
  transform: translateX(0);
}

/* line 30, sass/_recommend-box.scss */
.el_recommend_pickup.hide {
  transform: translateX(100%);
}

/* line 35, sass/_recommend-box.scss */
.bl_recommend_content {
  transform: translateX(-100%);
  transition: all .5s;
  box-shadow: 0 0 8px gray;
}

/* line 41, sass/_recommend-box.scss */
.bl_recommend_img {
  display: block;
  padding-top: 0;
  background-color: #FFF !important;
}

/* line 46, sass/_recommend-box.scss */
.bl_recommend_content.hide {
  transform: translateX(101%);
}

/* line 51, sass/_recommend-box.scss */
.el_recommend_closeBtn {
  display: block;
  background-color: #FFF;
}

/* line 57, sass/_recommend-box.scss */
.bl_recommend_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #FFF;
  padding: 10px;
  cursor: pointer;
}

/* line 67, sass/_recommend-box.scss */
.bl_recommend_header_left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

/* line 72, sass/_recommend-box.scss */
.bl_recommend_header_left .el_recommend_logo {
  width: 30px;
  height: 34px;
  display: inline-block;
}

/* line 79, sass/_recommend-box.scss */
.bl_recommend_header_left .el_header_text {
  display: inline-block;
  margin-left: 1em;
  letter-spacing: 0.2em;
  font-weight: bold;
}

/* line 89, sass/_recommend-box.scss */
.el_recommend_closeBtn {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 2em;
  height: 0.2em;
  background: currentColor;
  border-radius: 0.2em;
  position: relative;
  transform: rotate(45deg);
}

/* line 102, sass/_recommend-box.scss */
.el_recommend_closeBtn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}

/* line 115, sass/_recommend-box.scss */
.el_header_bottom_line {
  height: 1px;
  background-color: #e5e5e5;
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 500px) {
  /* line 125, sass/_recommend-box.scss */
  .bl_recommend {
    width: 150px;
    height: 195px;
    right: -150px;
  }
  /* line 134, sass/_recommend-box.scss */
  .bl_recommend_header_left .el_recommend_logo {
    width: 20px;
    height: 24px;
  }
  /* line 138, sass/_recommend-box.scss */
  .bl_recommend_header_left .el_header_text {
    font-size: 12px;
  }
  /* line 142, sass/_recommend-box.scss */
  .el_recommend_closeBtn {
    width: 1.5em;
    height: 0.15em;
    border-radius: 0.15em;
  }
  /* line 148, sass/_recommend-box.scss */
  .el_recommend_pickup {
    right: 150px;
  }
}

@media (max-width: 1400px) {
  /* line 571, sass/custom.scss */
  #section-23 .slider_high_thermal_power {
    width: 90%;
    margin: 0 auto;
  }
  /* line 576, sass/custom.scss */
  #section-23 .slider_high_thermal_power .el_htp_dots {
    width: 220px;
  }
}

@media (max-width: 900px) {
  /* line 588, sass/custom.scss */
  #section-22 .bl_news {
    display: block;
  }
  /* line 590, sass/custom.scss */
  #section-22 .bl_news .el_news_list {
    width: 100%;
  }
  /* line 594, sass/custom.scss */
  #section-22 .bl_news .btn {
    margin: 30px auto 0;
  }
}

@media (max-width: 820px) {
  /* line 603, sass/custom.scss */
  #section-23 .slider_high_thermal_power {
    width: calc(90% - 72px);
  }
  /* line 609, sass/custom.scss */
  #section-23 .slider_high_thermal_power .el_htp_dots {
    width: 220px;
  }
  /* line 613, sass/custom.scss */
  #section-23 .slider_high_thermal_power .slick-prev {
    left: -30px;
  }
  /* line 616, sass/custom.scss */
  #section-23 .slider_high_thermal_power .slick-next {
    right: -30px;
  }
}

@media (max-width: 760px) {
  /* line 625, sass/custom.scss */
  .brand {
    width: 240px;
  }
  /* line 629, sass/custom.scss */
  .brand a .el_h1 {
    font-size: 10px;
  }
  /* line 639, sass/custom.scss */
  #section-17 .bl_section17 p .sp-hidden {
    display: none;
  }
  /* line 647, sass/custom.scss */
  #section-18 .bl_item {
    display: block;
    padding: 0 4%;
  }
  /* line 651, sass/custom.scss */
  #section-18 .bl_item .bl_item_col {
    width: 100%;
  }
}

@media (max-width: 580px) {
  /* line 661, sass/custom.scss */
  .el_section16_list {
    display: block;
    margin-left: 0;
  }
  /* line 665, sass/custom.scss */
  .el_section16_list > li {
    width: calc(100% - 20px);
  }
  /* line 670, sass/custom.scss */
  .el_section16_list {
    width: 100%;
  }
  /* line 673, sass/custom.scss */
  .el_section16_list > li {
    width: 100%;
  }
  /* line 679, sass/custom.scss */
  .el_option_menus {
    display: block;
  }
  /* line 682, sass/custom.scss */
  .el_option_menus .dt, .el_option_menus .dd {
    width: 100%;
    display: block;
  }
  /* line 687, sass/custom.scss */
  .el_option_menus .dt {
    font-weight: bold;
  }
  /* line 691, sass/custom.scss */
  .el_option_menus .dd {
    margin-bottom: 20px !important;
  }
  /* line 696, sass/custom.scss */
  #section-11 {
    padding: 0;
  }
  /* line 701, sass/custom.scss */
  #section-16 .bl_support {
    display: block;
    padding: 0 4%;
  }
  /* line 706, sass/custom.scss */
  #section-16 .gray_bg {
    padding: 25px 4%;
  }
  /* line 711, sass/custom.scss */
  #section-17 {
    padding: 50px 0 0;
  }
  /* line 715, sass/custom.scss */
  #section-18 .inner {
    margin-top: 0;
  }
  /* line 719, sass/custom.scss */
  #section-19 {
    padding: 50px 0;
  }
  /* line 722, sass/custom.scss */
  #section-19 .bl_faqList {
    margin-top: 0;
  }
  /* line 727, sass/custom.scss */
  #section-20 {
    margin: 0 auto 30px;
  }
  /* line 732, sass/custom.scss */
  #section-21 .gray_bg {
    padding: 50px 0;
  }
  /* line 741, sass/custom.scss */
  #section-22 .bl_news .el_news_list > li a {
    display: block;
    padding: 10px 0;
  }
  /* line 744, sass/custom.scss */
  #section-22 .bl_news .el_news_list > li a .el_date {
    display: block;
    width: 100%;
  }
  /* line 748, sass/custom.scss */
  #section-22 .bl_news .el_news_list > li a .el_title {
    display: block;
    width: 100%;
  }
  /* line 756, sass/custom.scss */
  #section-22 .bl_news .btn {
    margin: 20px auto 0;
  }
  /* line 760, sass/custom.scss */
  #section-22 .bl_news .btn a .icon {
    width: 2em;
    height: 2em;
    margin-right: 1em;
  }
}

@media (max-width: 500px) {
  /* line 773, sass/custom.scss */
  .brand {
    margin-left: 10px;
  }
  /* line 777, sass/custom.scss */
  .brand a {
    display: flex;
  }
  /* line 784, sass/custom.scss */
  .brand a .el_h1 {
    font-size: 10px;
    margin-left: 10px;
  }
  /* line 793, sass/custom.scss */
  #section-23 .el_custom_htp_dots {
    display: none;
  }
  /* line 809, sass/custom.scss */
  #section-23 .slider_high_thermal_power {
    width: 100%;
  }
  /* line 813, sass/custom.scss */
  #section-23 .slider_high_thermal_power .el_htp_slide {
    margin: 0 40px;
  }
  /* line 816, sass/custom.scss */
  #section-23 .slider_high_thermal_power .el_title {
    font-size: 12px;
  }
  /* line 819, sass/custom.scss */
  #section-23 .slider_high_thermal_power .bl_picture {
    height: auto;
    min-height: 160px;
  }
  /* line 823, sass/custom.scss */
  #section-23 .slider_high_thermal_power .slick-arrow {
    width: 18px;
    height: 18px;
  }
  /* line 828, sass/custom.scss */
  #section-23 .slider_high_thermal_power .slick-prev {
    left: 10px;
    z-index: 21;
  }
  /* line 833, sass/custom.scss */
  #section-23 .slider_high_thermal_power .slick-next {
    right: 10px;
    z-index: 21;
  }
}

/* line 843, sass/custom.scss */
footer .footer-brand {
  margin-bottom: 10px;
}

/* line 846, sass/custom.scss */
footer .footer-brand a {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 852, sass/custom.scss */
footer .footer-brand a img {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 34px;
}

/* line 858, sass/custom.scss */
footer .footer-brand a .el_h1_footer {
  display: inline-block;
  color: #FFF;
}

@media (max-width: 700px) {
  /* line 870, sass/custom.scss */
  footer .footer-brand a {
    display: block;
  }
  /* line 873, sass/custom.scss */
  footer .footer-brand a img {
    display: block;
    margin: 0 auto;
  }
  /* line 878, sass/custom.scss */
  footer .footer-brand a .el_h1_footer {
    display: block;
    text-align: center;
    margin-top: 10px;
  }
}

/* line 888, sass/custom.scss */
.el_coupon_message {
  color: #00F;
}

/* line 892, sass/custom.scss */
.el_test_mode {
  position: fixed;
  right: 0;
  bottom: 15%;
  display: inline-block;
  background-color: #F00;
  color: #FFF;
  padding: 5px 10px;
  z-index: 12;
}

/* line 904, sass/custom.scss */
.entry-intro-text {
  width: 100%;
  max-width: 600px;
  margin: 20px auto 40px;
}

/* line 909, sass/custom.scss */
.entry-intro-text a {
  text-decoration: underline;
}

/* line 915, sass/custom.scss */
.has-label .red-label {
  display: none;
  background-color: #FF0000;
  color: #FFF;
  font-size: 11px;
  padding: 1px 5px;
}

/* line 925, sass/custom.scss */
.has-label .red-label + a {
  display: inline-block;
  padding-left: 5px;
  vertical-align: middle;
}

/* line 955, sass/custom.scss */
#section-11 .inner {
  padding-bottom: 40px;
}

/* line 961, sass/custom.scss */
#section-11 .user-content.franchise .user-list .user-slide {
  width: calc(33% - 5px);
  margin-left: 5px;
}

/* line 970, sass/custom.scss */
.user {
  padding: 0;
  position: relative;
}

/* line 976, sass/custom.scss */
.user-content {
  margin: 50px auto;
}

/* line 981, sass/custom.scss */
.user-list {
  margin: 6px auto;
  max-width: 1080px;
}

/* line 10, sass/_functions.scss */
.user-list:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* line 986, sass/custom.scss */
.user-list .user-slide {
  float: left;
  width: 267px;
  padding: 20px 30px;
  margin-right: 1px;
  margin-bottom: 6px;
  background-color: #FFF;
}

/* line 998, sass/custom.scss */
.user-list .user-slide > a {
  display: block;
}

/* line 1001, sass/custom.scss */
.user-list .user-slide > a img {
  margin: auto;
}

/* line 1016, sass/custom.scss */
.news-entry-box {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

/* line 1026, sass/custom.scss */
.entry-list .cat {
  display: inline-block;
  background-color: #ffca27;
  font-size: 11px;
  padding: 6px;
  margin-right: 10px;
}

/* line 1034, sass/custom.scss */
.entry-list > li {
  margin-bottom: 12px;
}

/* line 1040, sass/custom.scss */
.news-list {
  width: calc(50% - 10px);
}

/* line 1045, sass/custom.scss */
.news-list > li {
  margin-bottom: 15px;
}

/* line 1049, sass/custom.scss */
.news-list > li > a {
  color: #333;
  border-bottom: #333 1px solid;
}

/* line 1053, sass/custom.scss */
.news-list > li > a:hover {
  text-decoration: none;
}

/* line 1057, sass/custom.scss */
.news-list > li > a .date {
  display: inline-block;
}

/* line 1061, sass/custom.scss */
.news-list > li > a .title {
  margin-left: 10px;
}

/* line 1068, sass/custom.scss */
.news-list > li:last-child {
  margin-bottom: 0;
}

/* line 1073, sass/custom.scss */
.price-content.mini {
  margin-top: 100px;
}

/* line 1077, sass/custom.scss */
.price-content.mini .col h3 {
  text-align: left;
  display: block;
  width: 100%;
}

/* line 1086, sass/custom.scss */
.bl_flowContent {
  padding: 30px;
}

/* line 1090, sass/custom.scss */
.el_flowList {
  display: flex;
  margin: 0 auto;
  max-width: 900px;
  padding: 50px 30px 30px;
}

/* line 1096, sass/custom.scss */
.el_flowList > li {
  width: 25%;
  text-align: center;
  padding: 0 20px;
}

/* line 1101, sass/custom.scss */
.el_flowList > li img {
  display: inline-block;
  width: 70px;
  margin-bottom: 20px;
}

/* line 1107, sass/custom.scss */
.el_flowList > li p {
  font-size: 13px;
}

/* line 1113, sass/custom.scss */
table.function {
  font-size: 12px;
  font-weight: normal;
  line-height: 24px;
  color: #333333;
  display: table;
  border-collapse: separate;
  border-spacing: 2px;
  border-color: grey;
  margin: 20px auto 0;
}

/* line 1125, sass/custom.scss */
table.function th, table.function td {
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
}

/* line 1131, sass/custom.scss */
table.function th {
  border: 1px solid #CCCCCC;
  height: 60px;
  width: 250px;
  background: #E7E7E7;
  color: #606060;
  font-size: 18px;
}

/* line 1140, sass/custom.scss */
table.function td {
  line-height: 24px;
}

/* line 1145, sass/custom.scss */
table.function th.th01 {
  width: 70%;
  background: #E7E7E7;
  color: #606060;
  font-size: 18px;
}

/* line 1152, sass/custom.scss */
table.function th.th02 {
  width: 30%;
  background: #62C5FF;
  color: #fff;
}

/* line 1158, sass/custom.scss */
table.function th.th03 {
  width: 170px;
  background: #F8B147;
  color: #fff;
}

/* line 1164, sass/custom.scss */
table.function td.td-ti {
  text-align: left;
  background: #F9F9F9;
  font-size: 14px;
  height: 40px;
  color: #616161;
  border: 1px solid #CCCCCC;
  padding: 0 5px;
}

/* line 1177, sass/custom.scss */
table.function td.td01 {
  text-align: center;
  font-size: 20px;
  width: 145px;
  border: 1px solid #CCCCCC;
}

/* line 1185, sass/custom.scss */
table.function td.td02 {
  text-align: center;
  color: #FF0000;
  font-size: 20px;
  width: 145px;
  border: 1px solid #CCCCCC;
}

/* line 1196, sass/custom.scss */
.prices h3 {
  color: #0c5691;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  font-family: "Roboto";
  text-transform: uppercase;
}

/* line 1205, sass/custom.scss */
.prices h2 {
  color: #0c5691;
  margin: 0.2em 0;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0.2em 0;
}

/* line 1219, sass/custom.scss */
.prices .section-title {
  text-align: center;
  font-weight: 900;
  white-space: nowrap;
  display: table;
  margin: 40px auto;
}

/* line 1226, sass/custom.scss */
.prices .section-title > div {
  font-size: 36px;
  display: table-cell;
  vertical-align: middle;
  width: 80px;
}

/* line 1233, sass/custom.scss */
.prices .section-title > span {
  display: table-cell;
  vertical-align: middle;
  width: calc(100% - 80px);
  font-size: 28px;
}

/* line 1246, sass/custom.scss */
.price-table {
  width: 100%;
  table-layout: fixed;
}

/* line 1251, sass/custom.scss */
.price-table .col-small {
  width: 30%;
  text-align: center;
}

/* line 1256, sass/custom.scss */
.price-table .col-large {
  width: 35%;
}

/* line 1261, sass/custom.scss */
.price-table thead th {
  border: none;
  background-color: #FFF;
  color: #FFF;
  text-align: center;
  font-size: 22px;
  padding: 10px 0;
  font-weight: bold;
}

/* line 1271, sass/custom.scss */
.price-table thead th.gray {
  background-color: #f6f6f6;
}

/* line 1275, sass/custom.scss */
.price-table thead th.fpro {
  background-color: #62C5FF;
  border-top: #d0d0d0 1px solid;
  border-left: #d0d0d0 1px solid;
  border-right: #d0d0d0 1px solid;
}

/* line 1286, sass/custom.scss */
.price-table tbody th, .price-table tbody td {
  font-size: 16px;
  padding: 15px;
  vertical-align: middle;
}

/* line 1292, sass/custom.scss */
.price-table tbody th {
  border: #d0d0d0 1px solid;
  background-color: #FFF;
  font-weight: bold;
}

/* line 1299, sass/custom.scss */
.price-table tbody td {
  text-align: center;
  border-right: #d0d0d0 1px solid;
  border-bottom: #d0d0d0 1px solid;
  background-color: #FFF;
}

/* line 1305, sass/custom.scss */
.price-table tbody td span {
  display: block;
}

/* line 1309, sass/custom.scss */
.price-table tbody td .campagin {
  color: #f91e21;
}

/* line 1313, sass/custom.scss */
.price-table tbody td .campagin-price {
  color: #f91e21;
  font-size: 24px;
  font-weight: bold;
  display: block;
}

/* line 1320, sass/custom.scss */
.price-table tbody td .regular-price {
  font-size: 14px;
}

/* line 1325, sass/custom.scss */
.price-table tbody .feature_text {
  text-align: left;
}

/* line 1328, sass/custom.scss */
.price-table tbody .feature_text a {
  color: #62C5FF;
  font-weight: bold;
}

/* line 1333, sass/custom.scss */
.price-table tbody .feature_text .marubatsu {
  color: #62C5FF;
  font-weight: bold;
  font-size: 18px;
}

/* line 1340, sass/custom.scss */
.price-table tbody .tc {
  text-align: center;
}

/* line 1344, sass/custom.scss */
.price-table tbody .inline-block {
  display: inline-block;
}

/* line 1353, sass/custom.scss */
.el_orange_btn {
  display: inline-block;
  width: 260px;
  padding: 0.5em;
  background-color: #ffca27 !important;
  color: #444;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  border-radius: 2px;
  border: #ffca27 1px solid;
}

/* line 1365, sass/custom.scss */
.el_orange_btn:hover {
  text-decoration: none;
  background-color: #4fb432 !important;
  color: white;
}

/* line 1372, sass/custom.scss */
.el_blue_btn {
  display: inline-block;
  width: 260px;
  padding: 0.5em;
  background-color: #0c5691 !important;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  border-radius: 2px;
  border: #0c5691 1px solid;
}

/* line 1384, sass/custom.scss */
.el_blue_btn:hover {
  text-decoration: none;
  background-color: #4fb432 !important;
  color: white;
}

/* line 1391, sass/custom.scss */
.el_blue_btn.pos_head {
  margin-top: 3em;
}

/* line 1395, sass/custom.scss */
.el_blue_btn.demo,
.el_orange_btn.demo {
  margin: 30px auto 0;
  display: block;
}

/* line 1401, sass/custom.scss */
.footer-nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1240px;
  margin: 0 auto;
}

/* line 1408, sass/custom.scss */
.footer-nav ul {
  width: calc(20% - 20px);
  margin-top: 1.5em;
  padding: 0 20px;
  position: relative;
}

/* line 1414, sass/custom.scss */
.footer-nav ul li {
  line-height: 1.6;
}

/* line 1418, sass/custom.scss */
.footer-nav ul .first {
  width: calc(100% - 20px);
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #4c4c4c;
  color: #FFF;
}

/* line 1428, sass/custom.scss */
.footer-nav ul a {
  color: #fff;
  transition: 0.3s;
  font-size: 13px;
  position: relative;
  display: block;
  line-height: 1.4;
  padding: 5px 0 5px 10px;
}

/* line 1437, sass/custom.scss */
.footer-nav ul a:before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 0.5em;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}

@media screen and (max-width: 900px) {
  /* line 1452, sass/custom.scss */
  .el_orange_btn,
  .el_blue_btn {
    width: 100%;
    font-size: 15px;
    padding: 0.25em;
  }
}

@media screen and (max-width: 900px) {
  /* line 1462, sass/custom.scss */
  .footer-nav {
    padding: 0 20px;
  }
  /* line 1465, sass/custom.scss */
  .footer-nav ul {
    width: 100%;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }
  /* line 1471, sass/custom.scss */
  .footer-nav ul li.first {
    width: 100%;
  }
  /* line 1476, sass/custom.scss */
  .footer-nav ul li a {
    display: block;
    width: 100%;
    padding: 5px 10px 5px 20px;
  }
  /* line 1481, sass/custom.scss */
  .footer-nav ul li a:before {
    left: 10px;
    top: calc(0.6em);
  }
}

@media screen and (max-width: 840px) {
  /* line 1493, sass/custom.scss */
  .bl_flowContent {
    padding: 30px 0;
  }
  /* line 1496, sass/custom.scss */
  .el_flowList {
    padding: 30px 0;
  }
}

@media screen and (max-width: 640px) {
  /* line 1503, sass/custom.scss */
  .el_flowList {
    flex-wrap: wrap;
  }
  /* line 1506, sass/custom.scss */
  .el_flowList > li {
    width: 50%;
  }
  /* line 1510, sass/custom.scss */
  .el_flowList > li:nth-child(1),
  .el_flowList > li:nth-child(2) {
    margin-bottom: 30px;
  }
  /* line 1516, sass/custom.scss */
  .el_blue_btn.pos_head {
    margin-top: 1em;
  }
  /* line 1520, sass/custom.scss */
  .el_blue_btn.demo,
  .el_orange_btn.demo {
    width: 100%;
    max-width: 320px;
    margin: 15px auto 0;
  }
  /* line 1530, sass/custom.scss */
  .footer-nav ul li.first {
    font-size: 13px;
  }
}

@media screen and (max-width: 550px) {
  /* line 1539, sass/custom.scss */
  .sp-show {
    display: block;
  }
  /* line 1543, sass/custom.scss */
  .sp-hidden {
    display: none;
  }
  /* line 1548, sass/custom.scss */
  .price-table .col-small {
    width: 20%;
  }
  /* line 1552, sass/custom.scss */
  .price-table .col-large {
    width: 40%;
  }
  /* line 1558, sass/custom.scss */
  .price-table thead th {
    font-size: 14px;
    vertical-align: middle;
  }
  /* line 1566, sass/custom.scss */
  .price-table tbody th, .price-table tbody td {
    font-size: 13px;
    padding: 5px;
  }
  /* line 1572, sass/custom.scss */
  .price-table tbody td .campagin-price {
    font-size: 15px;
  }
  /* line 1576, sass/custom.scss */
  .price-table tbody td .regular-price {
    font-size: 12px;
  }
  /* line 1580, sass/custom.scss */
  .price-table tbody td br {
    display: none;
  }
  /* line 1586, sass/custom.scss */
  .price-table tbody .feature_text .marubatsu {
    font-size: 15px;
  }
  /* line 1594, sass/custom.scss */
  .price-table .d-flex {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* line 1599, sass/custom.scss */
  .price-table .d-flex .inline-block {
    margin-right: 10px;
  }
  /* line 1609, sass/custom.scss */
  .prices .section-title {
    margin-bottom: 20px;
  }
  /* line 1614, sass/custom.scss */
  .prices h3 {
    font-size: 16px;
  }
  /* line 1618, sass/custom.scss */
  .prices h2 {
    font-size: 24px;
    margin: 0;
  }
  /* line 1625, sass/custom.scss */
  .el_flowList > li {
    padding: 0 5px;
  }
  /* line 1628, sass/custom.scss */
  .el_flowList > li img {
    width: 50px;
    margin-bottom: 10px;
  }
  /* line 1634, sass/custom.scss */
  .el_flowList > li p br {
    display: none;
  }
}

/* line 1643, sass/custom.scss */
h2.price-off {
  position: relative;
}

/* line 1646, sass/custom.scss */
h2.price-off:before {
  content: "(75%off）";
  color: #F00;
  font-size: 16px;
  display: inline-block;
  position: absolute;
  top: -20px;
  right: 70px;
}

/* line 1658, sass/custom.scss */
h3.price-off2,
h3.price-off3,
h3.price-off4 {
  position: relative;
  margin-top: 30px !important;
}

/* line 1665, sass/custom.scss */
h3.price-off2:before,
h3.price-off3:before,
h3.price-off4:before {
  content: "【75%off】";
  color: #F00;
  font-size: 16px;
  display: inline-block;
  position: absolute;
  top: -15px;
  left: 0;
}

/* line 1677, sass/custom.scss */
h3.price-off3:before {
  content: "【50%off】";
}

/* line 1683, sass/custom.scss */
h3.price-off4:before {
  content: "【72%off】";
}

/* line 1689, sass/custom.scss */
.price-bottom-arrow {
  width: 100px;
  margin: 80px auto 60px;
}

/* line 1693, sass/custom.scss */
.price-bottom-arrow .square {
  width: 50px;
  height: 60px;
  background-color: #0f0f66;
  margin: 0 auto;
}

/* line 1700, sass/custom.scss */
.price-bottom-arrow .triangle {
  border-top: #0f0f66 50px solid;
  border-left: transparent 50px solid;
  border-right: transparent 50px solid;
}

/* line 1708, sass/custom.scss */
.cp_tooltip {
  position: relative;
  display: inline-block;
  text-decoration: underline;
}

/* line 1713, sass/custom.scss */
.cp_tooltip .cp_tooltiptext {
  position: absolute;
  width: 300px;
  z-index: 1;
  visibility: hidden;
  padding: 0.3em 0.5em;
  transition: opacity 1s;
  opacity: 0;
  text-align: left;
  text-decoration: none;
  border-radius: 6px;
  background-color: #FFF;
  border: #3aa9da 2px solid;
}

/* line 1734, sass/custom.scss */
.cp_tooltip .cp_tooltiptext::after {
  position: absolute;
  top: calc(50% - 10px);
  right: 100%;
  margin-left: -10px;
  content: ' ';
  border: 10px solid transparent;
  border-right-color: #3aa9da;
}

/* line 1745, sass/custom.scss */
.cp_tooltip:hover .cp_tooltiptext {
  visibility: visible;
  opacity: 1;
}

/* line 1751, sass/custom.scss */
.footer-menu {
  width: 650px;
  margin: 0 auto 30px;
}

/* line 1756, sass/custom.scss */
.footer-menu-list {
  display: flex;
}

/* line 1759, sass/custom.scss */
.footer-menu-list > li {
  width: 20%;
}

/* line 1762, sass/custom.scss */
.footer-menu-list > li a {
  display: block;
  text-align: center;
  color: #FFF;
}

@media (max-width: 860px) {
  /* line 1772, sass/custom.scss */
  .news-entry-box {
    display: block;
  }
  /* line 1776, sass/custom.scss */
  .news-list,
  .entry-list {
    width: 100%;
  }
  /* line 1780, sass/custom.scss */
  .news-list > li,
  .entry-list > li {
    margin-bottom: 10px;
  }
  /* line 1785, sass/custom.scss */
  .news-list {
    margin-bottom: 30px;
  }
  /* line 1802, sass/custom.scss */
  table.function th, table.function td {
    font-size: 14px !important;
  }
}

@media (max-width: 600px) {
  /* line 1811, sass/custom.scss */
  .cp_tooltip .cp_tooltiptext {
    width: 250px;
  }
  /* line 1814, sass/custom.scss */
  .cp_tooltip .cp_tooltiptext::after {
    position: absolute;
    top: auto;
    bottom: -20px;
    right: calc(50% - 10px);
    margin-top: -30px;
    content: ' ';
    border: 10px solid transparent;
    border-top-color: #3aa9da;
  }
  /* line 1828, sass/custom.scss */
  .footer-menu {
    width: 90%;
    margin: 0 auto 20px;
  }
  /* line 1833, sass/custom.scss */
  .footer-menu-list {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  /* line 1838, sass/custom.scss */
  .footer-menu-list > li {
    width: 30%;
    display: inline-block;
    margin-bottom: 10px;
  }
  /* line 1843, sass/custom.scss */
  .footer-menu-list > li a {
    text-align: center;
  }
}

@media (max-width: 1680px) {
  /* line 1852, sass/custom.scss */
  .user-content {
    width: 1072px;
  }
}

@media (max-width: 1380px) {
  /* line 1860, sass/custom.scss */
  .user .inner {
    padding: 0;
  }
}

@media (max-width: 1100px) {
  /* line 1875, sass/custom.scss */
  .user-content {
    width: 100%;
  }
  /* line 1880, sass/custom.scss */
  .user-list {
    width: 810px;
  }
}

@media (max-width: 980px) {
  /* line 1886, sass/custom.scss */
  .user-list {
    width: 680px;
  }
  /* line 1889, sass/custom.scss */
  .user-list .user-slide {
    width: 220px;
  }
}

@media (max-width: 860px) {
  /* line 1897, sass/custom.scss */
  .user-list {
    width: 465px;
  }
  /* line 1900, sass/custom.scss */
  .user-list .user-slide {
    width: 150px;
    padding: 10px;
  }
  /* line 1908, sass/custom.scss */
  table.function th, table.function td {
    font-size: 14px !important;
  }
}

@media (max-width: 550px) {
  /* line 1921, sass/custom.scss */
  .user-list {
    width: 365px;
  }
  /* line 1924, sass/custom.scss */
  .user-list .user-slide {
    width: 120px;
    padding: 5px;
  }
  /* line 1934, sass/custom.scss */
  .seminar-list > li .photo {
    width: 160px;
    height: 160px;
    float: none;
    margin: 0 auto 20px;
    display: block;
  }
  /* line 1943, sass/custom.scss */
  .seminar-list > li .info {
    margin-left: 0;
    width: 100%;
    float: none;
  }
  /* line 1952, sass/custom.scss */
  #section-16 .el_section16_list {
    margin-left: 10px;
    width: calc(100% - 10px);
  }
  /* line 1958, sass/custom.scss */
  #section-18 {
    padding: 25px 0 0;
  }
  /* line 1965, sass/custom.scss */
  #section-21 .section-title h2 br {
    display: none;
  }
}

@media (max-width: 500px) {
  /* line 1975, sass/custom.scss */
  .features .items {
    display: flex;
    flex-wrap: wrap;
  }
  /* line 10, sass/_functions.scss */
  .features .items:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  /* line 1980, sass/custom.scss */
  .features .items .col {
    width: 50%;
  }
  /* line 1983, sass/custom.scss */
  .features .items .col div {
    text-align: left;
  }
}
