@charset "UTF-8";

@media print,
screen and (min-width: 1020px) {
  .cs_pc {
    display: block;
  }
}

@media screen and (max-width: 1019px) {
  .cs_pc {
    display: none;
  }
}

@media screen and (max-width: 1019px) {
  .cs_sp {
    display: block;
  }
}

@media print,
screen and (min-width: 1020px) {
  .cs_sp {
    display: none;
  }
}

@media (min-width: 1401px) {
  .uk-grid>* {
    padding-left: 25px;
  }
}

@media (max-width: 1400px) {
  .uk-grid>* {
    padding-left: 16px;
  }
}

@media (min-width: 960px) and (max-width: 1199px) {
  .fixed_link_body {
    top: auto;
    bottom: 23%;
  }
}

@media screen and (max-width: 1019px) {
  .fixed_link_mo .fixed_link_icon img {
    max-width: 14vw;
  }
}

.fixed_link_mo .fixed_link_title {
  font-size: 13px;
}

.fixed_link_ezeio {
  background-color: #FF9100;
}

.fixed_link_ezeio .fixed_link_icon img {
  width: 66px;
  margin-left: initial;
}

@media screen and (max-width: 1019px) {
  .fixed_link_ezeio .fixed_link_icon img {
    max-width: 14vw;
  }
}

.fixed_link_ezeio .fixed_link_title {
  font-size: 14px;
}

.fixed_link_ezeio:hover {
  background-color: #FFB656;
}

section h2 {
  border-bottom: 1px solid #B7C424;
  line-height: 1.2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto;
  font-size: 2.4em !important;
  text-align: center;
}

@media screen and (max-width: 1019px) {
  section h2 {
    font-size: 1.4em !important;
    margin: 30px auto;
  }
}

section h2 span {
  color: #B7C424;
  display: inline-block !important;
}

section h2 rt {
  font-size: 10px;
}

section .section_box {
  margin: 50px auto 30px;
}

@media print,
screen and (min-width: 1020px) {
  section .section_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
  }
}

section .section_box img {
  -o-object-fit: contain;
  object-fit: contain;
}

@media print,
screen and (min-width: 1020px) {
  section .section_box img {
    width: 50%;
  }
}

@media screen and (max-width: 1019px) {
  section .section_box img {
    margin: 20px 0;
  }
}

section .section_box p {
  font-weight: bold;
}

section .section_img {
  margin: 40px auto;
  display: block;
}

@media screen and (max-width: 1019px) {
  section .section_img {
    margin: 30px auto;
  }
}

@media print,
screen and (min-width: 1020px) {
  section .section_txt {
    width: 85%;
    margin: 0 auto;
  }
}

section .section_txt rt {
  font-weight: bold;
}

.fv {
  background-color: #e5f0f9;
  position: relative;
}

.fv .fv_btn {
  position: absolute;
  bottom: 6vw;
  left: 16vw;
  width: 30vw;
  height: 4vw;
}

.fv .fv_btn2 {
  position: absolute;
  bottom: 3vw;
  right: 6.3vw;
  width: 9vw;
  height: 9vw;
  border-radius: 50%;
}

.fv .fv_sp1 {
  padding: 6vw 3vw 0;
}

.fv img {
  width: 100%;
}

@media (min-width: 960px) {
  .sec_pagetop {
    display: block;
  }
}

@media (max-width: 960px) {
  .sec_pagetop {
    display: none;
  }
}

.sec_pagetop .pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 15px;
  z-index: 1;
}

.sec_pagetop .pagetop:hover {
  opacity: .6;
}

.contents_list {
  padding: 30px;
  font-weight: bold;
}

.contents_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contents_list ul li {
  margin: 0 20px;
  padding-bottom: 5px;
  border-bottom: 3px solid #0071C5;
  padding: 10px 10px 5px 10px;
  -webkit-transition: .3s;
  transition: .3s;
}

.contents_list ul li:hover {
  background-color: #0071C5;
}

.contents_list ul li:hover a {
  color: #fff;
}

.contents_list ul li a {
  text-decoration: none;
  color: #000;
}

.demand_01 h2 {
  position: relative;
}

@media print,
screen and (min-width: 1020px) {
  .demand_01 h2::before {
    content: "";
    background-image: url(../img/demand-monitoring/onayami.png);
    width: 140px;
    height: 140px;
    background-repeat: no-repeat;
    position: absolute;
    background-size: contain;
    left: -140px;
    top: -55px;
  }
}

.demand_01 .check_list_bg {
  font-weight: 300;
  background-size: contain;
}

@media print,
screen and (min-width: 1020px) {
  .demand_01 .check_list_bg {
    padding: 140px;
    background-image: url(../img/demand-monitoring/demand_01_01.png);
  }
}

@media screen and (max-width: 1019px) {
  .demand_01 .check_list_bg {
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
  }
}

.demand_01 .check_list_bg li {
  position: relative;
  text-indent: 2em;
  margin-left: 10px;
}

@media screen and (max-width: 1019px) {
  .demand_01 .check_list_bg li {
    padding-left: 2em;
    text-indent: 0em;
  }
}

.demand_01 .check_list_bg li::before {
  content: "";
  background-image: url(../img/demand-monitoring/demand_01_03.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1em;
  height: 1em;
  position: absolute;
  left: 0;
  top: 0;
}

.demand_01 .demand_01_02 {
  margin-bottom: -70px;
}

@media screen and (max-width: 1019px) {
  .demand_01 .demand_01_02 {
    margin-bottom: 20px;
  }
}

@media print,
screen and (min-width: 1020px) {
  .demand_01 .demand_01_02::before {
    content: "";
    background-image: url(../img/demand-monitoring/demand_01_02.png);
    width: 181px;
    height: 130px;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
  }
}

.demand_02 .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(0, #b7c42475));
  background: linear-gradient(transparent 40%, #b7c42475 0);
  font-weight: bold;
}

.demand_02 .section_box {
  border: 2px solid #B7C424;
  padding: 60px 40px 40px;
  position: relative;
  border-radius: 7px;
}

@media screen and (max-width: 1019px) {
  .demand_02 .section_box {
    padding: 30px 20px 20px;
  }
}

.demand_02 .section_box::after {
  position: absolute;
  left: 50%;
  top: -1em;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-weight: bold;
  color: #fff;
  background-color: #B7C424;
  border-radius: 7px;
  padding: 0 3em;
  font-size: 1.2em;
}

@media print,
screen and (min-width: 1020px) {
  .demand_02 .section_box::after {
    white-space: nowrap;
  }
}

@media screen and (max-width: 1019px) {
  .demand_02 .section_box::after {
    width: 80%;
    text-align: center;
    padding: 0 1.5em;
  }
}

.demand_02 .section_box01::after {
  content: "電気料金の計算式";
}

@media print,
screen and (min-width: 1020px) {
  .demand_02 .section_box01 img {
    width: 80%;
    margin: 0 auto;
  }
}

.demand_02 .section_box02::after {
  content: "デマンド値（30分間の平均使用電力）";
}

@media print,
screen and (min-width: 1020px) {
  .demand_02 .section_box02 img {
    padding-right: 40px;
  }
}

.demand_02 .section_box03::after {
  content: "１年間の基本料金を決める月の最大デマンド値";
}

.demand_02 .section_box04::after {
  content: "電気料金を削減する方法";
}

@media screen and (max-width: 1019px) {
  .demand_03 .demand_03_02 {
    display: none;
  }
}

@media screen and (max-width: 1019px) {
  .demand_03 .section_box {
    margin: 0 auto 30px;
  }
}

.demand_03 .hukidashi {
  position: relative;
  display: inline-block;
  padding: 30px;
  color: #fff;
  background: #B7C424;
  border-radius: 30px;
  font-weight: bold;
}

@media screen and (max-width: 1019px) {
  .demand_03 .hukidashi {
    padding: 20px;
    display: block;
  }
}

@media print,
screen and (min-width: 1020px) {
  .demand_03 .hukidashi:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -35px;
    border: 10px solid transparent;
    border-right: 30px solid #B7C424;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.demand_04 {
  overflow: hidden;
}

.demand_04 .demand_04_ttl01 {
  margin-bottom: 10px;
}

.demand_04 .demand_04_ttl02 {
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0;
}

.demand_04 .point_box {
  padding: 80px 0;
}

@media screen and (max-width: 1019px) {
  .demand_04 .point_box {
    padding: 40px 0;
  }
}

.demand_04 .point_box .point_ttl {
  padding-bottom: 40px;
}

@media print,
screen and (min-width: 1020px) {
  .demand_04 .point_box .point_ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.demand_04 .point_box .point_ttl p {
  white-space: pre;
  background-color: #fff;
  border-radius: 10px;
  border: 2px solid #B7C424;
  padding: 0 10px;
  font-size: 2em;
  font-weight: bold;
  margin-right: 20px;
}

@media screen and (max-width: 1019px) {
  .demand_04 .point_box .point_ttl p {
    font-size: 1.2em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.demand_04 .point_box .point_ttl p span {
  color: #B7C424;
}

.demand_04 .point_box .point_ttl h3 {
  font-size: 1.8em !important;
}

@media screen and (max-width: 1019px) {
  .demand_04 .point_box .point_ttl h3 {
    font-size: 1.2em !important;
  }
}

.demand_04 .point_box .point_ttl h3 span {
  color: #B7C424;
  display: inline-block !important;
  letter-spacing: 0.1em;
}

.demand_04 .point_box .point_ttl03 {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 1.4;
}

.demand_04 .point_box .point_ttl03 div {
  font-size: 55%;
  font-weight: 300;
}

.demand_04 .point_box .point_cont {
  margin-left: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1019px) {
  .demand_04 .point_box .point_cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.demand_04 .point_box .point_cont img {
  width: 55%;
}

@media screen and (max-width: 1019px) {
  .demand_04 .point_box .point_cont img {
    width: 100%;
    margin-left: -2em;
  }
}

.demand_04 .point_box .point_cont h4 {
  font-size: 1.2em;
  position: relative;
}

.demand_04 .point_box .point_cont h4::before {
  content: "";
  background-color: #B7C424;
  width: 1em;
  height: 1em;
  position: absolute;
  left: -1.2em;
  top: 5px;
  border-radius: 50%;
}

.demand_04 .point_box .point_cont a {
  font-weight: bold;
  color: #0071C5;
  margin-top: 20px;
  display: block;
}

.demand_04 .point_box02 {
  background-color: #F4F6DE;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.demand_04 .point_box03 {
  padding-bottom: 0;
}

@media screen and (max-width: 1019px) {
  .demand_04 .point_box03 .point_cont {
    gap: 0;
  }
}

@media print,
screen and (min-width: 1020px) {
  .demand_04 .point_box03 .point_list {
    width: calc(100%/3);
  }
}

@media screen and (max-width: 1019px) {
  .demand_04 .point_box03 .point_list {
    margin-bottom: 20px;
    width: 100%;
  }
}

.demand_04 .point_box03 .demand_04_03_ttl {
  border-bottom: 2px solid #B7C424;
  font-weight: bold;
  font-size: 1.2em;
  margin: 60px 0 -20px;
}

@media screen and (max-width: 1019px) {
  .demand_04 .point_box03 .demand_04_03_ttl {
    font-size: 1em;
  }
}

.demand_04 .point_box03 .section_img {
  background-color: #F4F6DE;
  border-radius: 48px;
  padding: 20px;
  margin: 50px auto 100px;
}

@media screen and (max-width: 1019px) {
  .demand_04 .point_box03 .section_img {
    margin: 30px auto 90px;
  }
}

.demand_04 .demand_04_04 {
  position: relative;
}

@media (min-width: 1500px) {
  .demand_04 .demand_04_04::before {
    content: "";
    background-image: url(../img/demand-monitoring/demand_04_04.png);
    width: 195px;
    height: 166px;
    background-repeat: no-repeat;
    position: absolute;
    background-size: contain;
    left: -10px;
    top: -10px;
  }
}

.demand_04 .demand_04_04::after {
  content: "＼ 使用感をご体感いただけます ／";
  position: absolute;
  left: 50%;
  top: -2em;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-weight: bold;
  font-size: 1.2em;
  white-space: nowrap;
}

.demand_05 h2,
.demand_06 h2,
.demand_07 h2 {
  border: none;
  font-size: 2em !important;
}

@media screen and (max-width: 1019px) {

  .demand_05 h2,
  .demand_06 h2,
  .demand_07 h2 {
    font-size: 1.4em !important;
  }
}

.demand_05 span,
.demand_06 span,
.demand_07 span {
  color: #0071C5;
}

.demand_05 .jirei_white_box {
  border-radius: 48px;
}

.demand_05 .demand_01_02 {
  margin-bottom: -70px;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 1019px) {
  .demand_05 .demand_01_02 {
    margin-bottom: 20px;
  }
}

@media print,
screen and (min-width: 1020px) {
  .demand_05 .demand_01_02::before {
    content: "";
    background-image: url(../img/demand-monitoring/demand_01_02.png);
    width: 181px;
    height: 130px;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
  }
}

.demand_05 .demand_05_point {
  border: 3px solid #0071C5;
  border-radius: 48px;
  padding: 30px;
  margin-bottom: 10px;
}

@media screen and (max-width: 1019px) {
  .demand_05 .demand_05_point {
    border-radius: 20px;
  }
}

.demand_05 .demand_05_point dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  margin-bottom: 1em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1019px) {
  .demand_05 .demand_05_point dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.demand_05 .demand_05_point dl dt {
  background-color: #E5F0F9;
  color: #0071C5;
  border-radius: 15px;
  font-weight: bold;
  padding: 5px 10px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 1.4em;
  white-space: nowrap;
}

.demand_05 .demand_05_point dl dd {
  line-height: 1.4;
}

.demand_05 .jirei_box_flex {
  gap: 30px;
}

@media print,
screen and (min-width: 1020px) {
  .demand_05 .jirei_box_flex .jirei_box_flex_left {
    width: 20%;
  }
}

@media print,
screen and (min-width: 1020px) {
  .demand_05 .jirei_box_flex .jirei_box_flex_right {
    width: 80%;
  }
}

@media screen and (max-width: 1019px) {
  .demand_05 .jirei_box_flex .jirei_box_flex_right {
    max-width: initial;
  }
}

.demand_05 .jirei_box_flex .hukidashi {
  position: relative;
  display: inline-block;
  padding: 30px;
  background: #F4F6DE;
  border-radius: 30px;
}

@media screen and (max-width: 1019px) {
  .demand_05 .jirei_box_flex .hukidashi {
    padding: 20px;
    display: block;
  }
}

@media print,
screen and (min-width: 1020px) {
  .demand_05 .jirei_box_flex .hukidashi:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -35px;
    border: 10px solid transparent;
    border-right: 30px solid #F4F6DE;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.demand_06_btn {
  background-color: #F4F6DE;
  padding: 60px 0 100px;
}

.demand_06_btn .demand_04_04 {
  position: relative;
}

.demand_06_btn .demand_04_04::after {
  content: "＼ デマンド監視以外でもIOTに貢献します ／";
  position: absolute;
  left: 50%;
  top: -2em;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-weight: bold;
  font-size: 1.2em;
  white-space: nowrap;
}

.demand_07 .qa_box_q_icon span {
  color: #B7C424;
}

.demand_07_btn {
  background-color: #E5F0F9;
  padding: 60px 0 100px;
}

.contact_sec .disclaimer {
  margin-top: 40px;
}

.contact_sec .disclaimer h4 {
  font-size: 1.2em;
}

.contact_sec .disclaimer p {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0.8em;
  font-size: 1.2rem;
}

/*# sourceMappingURL=demand-monitoring-style.css.map */