*, *::before, *::after {
  box-sizing: border-box
}
body {
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', Meiryo, 'ＭＳ Ｐゴシック', 'Arial', sans-serif;
  line-height: 1.5
}
.savingenergy-c-wrapper img, .savingenergy-c-wrapper picture {
  max-width: 100%;
  display: block
}
.savingenergy-c-wrapper input, button, textarea, select {
  font: inherit
}
.localnav-vertical #content-body-wrapper .section{
 width: 980px;
}

@media(prefers-reduced-motion:reduce) {
  html:focus-within {
    scroll-behavior: auto
  }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important
  }
}
.savingenergy-c-wrapper .spOnry {
  display: none;
}
.savingenergy-c-wrapper .pcOnry {
  display: block;
}
.savingenergy-c-wrapper {
  color: #333333;
}
.savingenergy-c-wrapper, .savingenergy-c-wrapper *, .savingenergy-c-wrapper:after, .savingenergy-c-wrapper :after, .savingenergy-c-wrapper:before, .savingenergy-c-wrapper :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.savingenergy-c-wrapper ul, .savingenergy-c-wrapper li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.savingenergy-c-wrapper .content-aqua {
  padding: 60px 0;
  background: #edf9ff;
}
.savingenergy-c-wrapper .content-blue {
  padding: 60px 0;
  background: #c4e4f4;
}
.savingenergy-c-wrapper .content-green {
  padding: 60px 0;
  background: #c7ebd6;
}
.savingenergy-c-wrapper .inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}
.savingenergy-c-wrapper .box {}
.savingenergy-c-wrapper .box-body {
  padding: 40px 60px;
  background: #ffffff;
  border-radius: 0 0 32px 32px;
}
/* HERO */
.savingenergy-c-wrapper h1 {
  width: 91.6%;
}
/* ANCHOR */
.savingenergy-c-wrapper .anchor-box {
  margin: 5.5% 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
}
.savingenergy-c-wrapper .anchor-box a:hover {
  opacity: .7;
}
.savingenergy-c-wrapper .anchor-box-left {
  width: 48%;
  background: #d5edf7;
  border-radius: 16px;
}
.savingenergy-c-wrapper .anchor-box-left div:nth-child(2) {
  padding: 20px;
}
.savingenergy-c-wrapper .anchor-box-left div:nth-child(2) {
  padding: 20px;
}
.savingenergy-c-wrapper .anchor-box-right {
  width: 48%;
  justify-content: space-between;
  background: #d8edf1;
  border-radius: 16px;
}
.savingenergy-c-wrapper .anchor-box-right ul {
  display: flex;
}
.savingenergy-c-wrapper .anchor-box-right ul li {
  padding: 20px 10px 20px 20px;
}
.savingenergy-c-wrapper .anchor-box-right ul li:last-child {
  padding: 20px 20px 20px 10px;
}
.anchor-box-inquiry {
  width: 412px;
  margin: 40px auto 0;
}
/* NEWS */
.savingenergy-c-wrapper .news-box {
  margin: 40px 0 0;
}
.savingenergy-c-wrapper .news-box h2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 15px;
  border-radius: 32px 32px 0 0;
  color: #ffffff;
  background: #22baaa;
  font-size: 30px;
}
.savingenergy-c-wrapper .news-box .news-box-inner {
  padding: 40px 60px;
  height: 238px;
  background: #ffffff;
  border-radius: 0 0 32px 32px;
}
.savingenergy-c-wrapper .news-box .news-list {
  height: 158px;
  overflow-y: scroll;
  padding: 0 20px 0 0;
}
.savingenergy-c-wrapper .news-box .news-list dl {
  border-top: 2px dotted #eeeeee;
  margin: 2% 0 0;
  padding: 2% 0 0;
}
.savingenergy-c-wrapper .news-box .news-list dl:first-child {
  border-top: none;
  margin: 0;
  padding: 0;
}
.savingenergy-c-wrapper .news-box .news-list dl {
  font-size: 18px;
}
.savingenergy-c-wrapper .news-box .news-list dl a {
  text-decoration: none;
  color: #333333;
}
.savingenergy-c-wrapper .content-blue .box a {
  color: #006c8f;
}
.savingenergy-c-wrapper .content-green .box a {
  color: #198479;
}
.savingenergy-c-wrapper .content-green .box a.line {
   text-decoration: underline;
}

.savingenergy-c-wrapper .content-blue .box a:hover, .savingenergy-c-wrapper .content-green .box a:hover {
  text-decoration: none;
}
.savingenergy-c-wrapper .news-box .news-list dl a:hover {
  text-decoration: underline;
}
.savingenergy-c-wrapper .news-box .news-list dl dt.date {
  display: block;
  color: #999999;
}
/*
  ITEM 1-8
*/
.savingenergy-c-wrapper .content-blue .inner .box {
  margin: 60px 0 0;
}
.savingenergy-c-wrapper .content-blue .inner .box:first-child {
  margin: 0 0 0;
}
.savingenergy-c-wrapper .content-blue .inner .box .index-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 20px;
  border-radius: 32px 32px 0 0;
  background: #006c8f;
  position: relative;
}
.savingenergy-c-wrapper .content-blue .inner .box .index-header::before {
  content: "";
  position: absolute;
  background: url("../images/icon-dounyu.png") no-repeat;
  width: 108px;
  height: 108px;
  background-size: 108px;
  left: 40px;
}
.savingenergy-c-wrapper .content-blue .inner .box .index-header h2 {
  font-size: 48px;
  color: #ffffff;
}
.savingenergy-c-wrapper .content-blue .inner .box .index-header p {
  font-size: 22px;
  color: #ffffff;
  text-align: center;
}
.savingenergy-c-wrapper .content-blue .box h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 15px 0 10px;
  border-radius: 24px 24px 0 0;
  background: #006c8f;
  font-size: 30px;
  color: #ffffff;
}
.savingenergy-c-wrapper .content-blue .box .box-body {}
.savingenergy-c-wrapper p {
  font-size: 18px;
}
.savingenergy-c-wrapper p.read {
  font-size: 22px;
}
.savingenergy-c-wrapper p.read + p.note {
  text-align: left;
}
.savingenergy-c-wrapper p.read + p.note + p.read {
  margin: 10px 0 0;
}
.savingenergy-c-wrapper .content-blue .box .box-item {
  margin: 40px 0 0;
}
.savingenergy-c-wrapper .content-blue .box .box-item h3 {
  background: #c4e4f4;
  color: #006c8f;
}
.savingenergy-c-wrapper .content-blue .box .box-item-body {
  padding: 40px;
  border: 4px solid #c4e4f4;
  border-radius: 0 0 24px 24px;
}
.savingenergy-c-wrapper .content-blue .box .box-item-body ul.system {
  justify-content: space-between;
  display: flex;
  align-items: stretch;
}
.savingenergy-c-wrapper .content-blue .box .box-item-body ul.system li {
  width: 48%;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.savingenergy-c-wrapper .content-blue .box .box-item-body ul.system .image {
  margin: 0 0 20px;
}
.savingenergy-c-wrapper .content-blue .box .box-item-body ul.system .image img {
  width: auto;
  height: auto;
}
.savingenergy-c-wrapper .content-blue .box .box-item-body h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin: 0 0 20px;
  flex: 1;
  height: 2em;
}
.savingenergy-c-wrapper .content-blue .box .box-item-body .box-gray {
  padding: 20px 20px 0;
  border-radius: 24px;
  background: #f7f7f7;
  margin-top: auto;
}
.savingenergy-c-wrapper .content-blue .box .box-item-body .box-gray .index {
  margin: 0 0 20px;
  padding: 10px;
  border-radius: 16px;
  background: #006c8f;
  color: #ffffff;
  font-weight: bold;
}
.savingenergy-c-wrapper .content-blue .box .box-item-body .box-gray .price {
  display: block;
  font-size: 22px;
  color: #ffffff;
}
.savingenergy-c-wrapper .content-blue .box .box-item-body .box-gray p {
  margin: 0 0 20px;
  font-size: 18px;
  flex: 2;
  height: 4.5em;
}
/* DOWNLOAD */
.savingenergy-c-wrapper .box-download {
  display: flex;
}
.savingenergy-c-wrapper .box-download ul {
  margin: 0 2em 0 30px;
}
.savingenergy-c-wrapper .box-download ul li {}
.savingenergy-c-wrapper .box-download ul li ul {
  margin: 0 0 0 1em;
}
.savingenergy-c-wrapper .box-download ul li a {
  text-decoration: none;
  color: #333333 !important;
  position: relative;
  font-size: 18px;
}
.savingenergy-c-wrapper .content-blue .box-download ul li a::before {
  content: "";
  display: block;
  background: url("../images/arrow-blue.png") no-repeat;
  width: 18px;
  height: 18px;
  background-size: 18px 18px;
  position: absolute;
  top: 50%;
  left: -28px;
  transform: translateY(-50%);
}
.savingenergy-c-wrapper .content-green .box-download ul li a::before {
  content: "";
  display: block;
  background: url("../images/arrow-green.png") no-repeat;
  width: 18px;
  height: 18px;
  background-size: 18px 18px;
  position: absolute;
  top: 50%;
  left: -28px;
  transform: translateY(-50%);
}
.savingenergy-c-wrapper .box-download ul li a:hover {
  text-decoration: underline !important;
}
.savingenergy-c-wrapper ul.checkbox {
  font-size: 18px;
  margin: 15px 0 0;
}
.savingenergy-c-wrapper ul.checkbox li {
  position: relative;
  margin: 15px 0 0 45px;
}
.savingenergy-c-wrapper ul.checkbox li:first-child {
  position: relative;
  margin: 0 0 0 45px;
}
.savingenergy-c-wrapper ul.checkbox li::before {
  content: "";
  display: block;
  background: url("../images/checkbox.png") no-repeat;
  width: 35px;
  height: 30px;
  background-size: 35px 30px;
  position: absolute;
  top: 15px;
  left: -45px;
  transform: translateY(-15px);
}
.savingenergy-c-wrapper ul.checkbox + p.note {
  text-align: left;
}
.savingenergy-c-wrapper ul.note {
  margin: 10px 0 0;
  font-size: 15px;
  text-align: left;
}
.savingenergy-c-wrapper p.note {
  margin: 10px 0 0;
  font-size: 15px;
  text-align: center;
}
.savingenergy-c-wrapper .content-blue ul.note a {
  color: #006c8f;
  text-decoration: underline;
}
/* SCROLL TABLE */
.savingenergy-c-wrapper .scroll {
  overflow: scroll;
}
.savingenergy-c-wrapper .scroll table {
  border-collapse: collapse;
  border: 2px solid #eeeeee;
}
.savingenergy-c-wrapper .scroll table th {
  font-weight: normal;
}
.savingenergy-c-wrapper .scroll table th.aqua {
  background: #c4e4f4;
}
.savingenergy-c-wrapper .scroll table th, .savingenergy-c-wrapper .scroll table td {
  padding: 10px 20px;
  white-space: nowrap;
  border: 2px solid #eeeeee;
  box-sizing: border-box;
}
.savingenergy-c-wrapper .scroll table th, .savingenergy-c-wrapper .scroll table.teikaku td {
  padding: 11px 20px;
}
.savingenergy-c-wrapper .scroll table th, .savingenergy-c-wrapper .scroll table.teikaku td.adjust {
  padding: 10px 20px;
}
.savingenergy-c-wrapper .scroll table table {
  margin: 10px 0 -10px 20px;
}
.savingenergy-c-wrapper .scroll table table th {
  text-align: left;
}
.savingenergy-c-wrapper .noline-top {
  border-top: none !important;
}
.savingenergy-c-wrapper .noline-right {
  border-right: none !important;
}
.savingenergy-c-wrapper .noline-bottom {
  border-bottom: none !important;
}
.savingenergy-c-wrapper .box dl.schedule {
  width: 82%;
  margin: auto;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.savingenergy-c-wrapper .box dl.schedule div {
  display: flex;
}
.savingenergy-c-wrapper .box dl.schedule dt:first-child {}
.savingenergy-c-wrapper .box dl.schedule dd:first-child {}
.savingenergy-c-wrapper h4.inquiry {
  font-size: 22px;
  margin: 0 0 10px;
}
.savingenergy-c-wrapper .maker {}
.savingenergy-c-wrapper .maker li {
  margin: 20px 0 0;
  border: 4px solid #f7f7f7;
  border-radius: 8px;
}
.savingenergy-c-wrapper .maker li:first-child {
  margin: 0;
}
.savingenergy-c-wrapper .maker li dl {
  display: flex;
}
.savingenergy-c-wrapper .maker li dl dt {
  width: 14em;
  padding: 0 40px;
  margin: 20px 0;
  border-right: 4px solid #f7f7f7;
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-size: 22px;
}
.savingenergy-c-wrapper .maker li dl dd {
  margin: 20px 40px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex: 1;
}
.savingenergy-c-wrapper .maker li dl dd p {
  width: 100%;
  margin: 0;
  text-align: left;
}
.savingenergy-c-wrapper .maker li dl dd p a {
  text-decoration: underline;
}
/*
  ITEM 9-12
*/
.savingenergy-c-wrapper .content-green .box {}
.savingenergy-c-wrapper .content-green .inner .box {
  margin: 60px 0 0;
}
.savingenergy-c-wrapper .content-green .inner .box:first-child {
  margin: 0 0 0;
}
.savingenergy-c-wrapper .content-green .inner .box .index-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 20px;
  border-radius: 32px 32px 0 0;
  background: #198479;
  position: relative;
}
.savingenergy-c-wrapper .content-green .inner .box .index-header::before {
  content: "";
  position: absolute;
  background: url("../images/icon-teichaku.png") no-repeat;
  width: 106px;
  height: 108px;
  background-size: 106px;
  left: 40px;
}
.savingenergy-c-wrapper .content-green .inner .box .index-header h2 {
  font-size: 48px;
  color: #ffffff;
}
.savingenergy-c-wrapper .content-green .inner .box .index-header p {
  font-size: 22px;
  color: #ffffff;
  text-align: center;
}
.savingenergy-c-wrapper .content-green .box h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 20px;
  border-radius: 24px 24px 0 0;
  background: #198479;
  font-size: 30px;
  color: #ffffff;
  position: relative;
  text-align: center;
}
.savingenergy-c-wrapper .content-green .box h3.shindan, .savingenergy-c-wrapper .content-green .box h3.senjou {
  height: 125px;
  font-size: 48px;
  position: relative;
  display: flex;
}
.savingenergy-c-wrapper .content-green .box h3.shindan::before {
  content: "";
  background: url("../images/icon-diagnosis.png") no-repeat;
  width: 85px;
  height: 85px;
  background-size: 85px;
  margin: 0 20px 0 0;
}
.savingenergy-c-wrapper .content-green .box h3.senjou::before {
  content: "";
  background: url("../images/icon-senjou.png") no-repeat;
  width: 85px;
  height: 85px;
  background-size: 85px;
  margin: 0 20px 0 0;
}
.savingenergy-c-wrapper .content-green .box .box-body {}
.savingenergy-c-wrapper .content-green .box .box-body p {
  /*font-size: 22px;*/
}
.savingenergy-c-wrapper .content-green .box .box-item {
  margin: 40px 0 0;
}
.savingenergy-c-wrapper .content-green .box h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 15px 0 10px;
  border-radius: 24px 24px 0 0;
  background: #c7ebd6;
  font-size: 30px;
  color: #198479;
}
.savingenergy-c-wrapper .content-green .box .box-item-body {
  padding: 40px;
  border: 4px solid #c7ebd6;
  border-radius: 0 0 24px 24px;
}
.savingenergy-c-wrapper .content-green .box ul.anchor-box {
  display: flex;
  margin: 0;
}
.savingenergy-c-wrapper .content-green .box ul.anchor-box li {
  width: 48%;
}
.savingenergy-c-wrapper .content-green .box ul.anchor-box li a {
  width: 100%;
  height: 80px;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #22baaa;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  box-shadow: 0 5px 0 #198479;
}
.savingenergy-c-wrapper .content-green .box ul.anchor-box li a:hover {
  box-shadow: none;
  transform: translateY(5px);
}
.savingenergy-c-wrapper .content-green .box ul.anchor-box li a::after {
  content: "";
  position: absolute;
  background: url("../images/arrow.png") no-repeat;
  width: 28px;
  height: 16px;
  background-size: 28px 16px;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.savingenergy-c-wrapper .content-green .box .box-baloon {}
.savingenergy-c-wrapper .content-green .box h3.baloon {
  display: block;
  position: relative;
  width: 50%;
  margin: 40px auto;
  padding: 5px 20px;
  background: #c7ebd6;
  border-radius: 9999px;
  color: #198479;
  font-size: 30px;
  text-align: center;
}
.savingenergy-c-wrapper .content-green .box h3.baloon::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #c7ebd6;
  left: 50%;
  transform: translateX(-50%);
  bottom: -12px;
}
.savingenergy-c-wrapper .content-green .box .box-baloon .image {
  padding: 20px 10px;
}
.savingenergy-c-wrapper .content-green .box .box-baloon p.cost {
  margin: 20px 0;
  font-size: 30px;
  font-weight: bold;
  color: #198479;
}
.savingenergy-c-wrapper .content-green .box .box-baloon p.cost span {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
}
.savingenergy-c-wrapper .content-green .box .box-baloon .graph {
  width: 76%;
  margin: auto;
}
.savingenergy-c-wrapper .content-green .box ul.border-box-gray {
  display: flex;
  justify-content: space-between;
}
.savingenergy-c-wrapper .content-green .box ul.border-box-gray li {
  width: 48%;
  padding: 20px 40px;
  border: 4px solid #f7f7f7;
  border-radius: 24px;
}
.savingenergy-c-wrapper .content-green .box div.border-box-gray {
  width: 100%;
  padding: 20px 40px;
  border: 4px solid #f7f7f7;
  border-radius: 24px;
  text-align: center;
}
.savingenergy-c-wrapper .content-green .box h4.index-yellow {
  padding: 5px 0;
  background: #ffffe0;
  border-radius: 9999px;
  color: #198479;
  text-align: center;
  font-size: 18px;
}
.savingenergy-c-wrapper .content-green .box div.border-box-gray h4.index-yellow {
  display: inline-block;
  width: auto;
  margin: auto;
  padding: 5px 40px;
  background: #ffffe0;
  border-radius: 9999px;
  color: #198479;
  text-align: center;
  font-size: 18px;
}
.savingenergy-c-wrapper .content-green .box .box-estimates {
  margin: 20px 0 0;
  text-align: center;
  position: relative;
  border: 4px solid #198479;
  border-radius: 15px;
  padding: 20px;
}
.savingenergy-c-wrapper .content-green .box .box-estimates h5 {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  padding: 0 20px;
  background: #198479;
  border-radius: 9999px;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
}
.savingenergy-c-wrapper .content-green .box .box-estimates p {
  margin: 10px 0 0;
  font-weight: bold;
}
.savingenergy-c-wrapper .content-green .box .box-estimates + p, .savingenergy-c-wrapper .content-green .box .box-estimates + p + p {
  margin: 10px 0 0;
}
.savingenergy-c-wrapper .content-green .box .box-estimates p span.green {
  color: #198479;
}
.savingenergy-c-wrapper .content-green .box .box-estimates ul.box-price {
  margin: 10px 0 0;
  display: flex;
  align-items: stretch;
  justify-content: space-around;
  flex-wrap: wrap;
}
.savingenergy-c-wrapper .content-green .box .box-estimates ul.box-price li {
  display: flex;
  align-items: center;
  padding: 0 10px;
  border: 2px solid #198479;
  border-radius: 9999px;
  background: #ffffe0;
}
.savingenergy-c-wrapper .content-green .box .box-estimates ul.box-price li p.units {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: bold;
}
.savingenergy-c-wrapper .content-green .box .box-estimates ul.box-price li p.units span {
  margin: -0.5em 0 0;
  padding: 0;
  display: block;
  font-size: 15px;
}
.savingenergy-c-wrapper .content-green .box .box-estimates ul.box-price li p.price {
  margin: 0;
  padding: 0;
  font-size: 26px;
  color: #198479;
  font-weight: bold;
}
.savingenergy-c-wrapper .content-green .box .box-gray {
  margin: 40px 0 0;
  padding: 20px 40px;
  background: #f7f7f7;
  border-radius: 16px;
}
.savingenergy-c-wrapper .content-green .box .box-gray ul.application {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.savingenergy-c-wrapper .content-green .box .box-gray + p.note {
  text-align: left;
}
.savingenergy-c-wrapper .content-green .box .box-tepcon {
  background: url("../images/tepcon.png") no-repeat;
  background-position: 100% 100%;
  background-size: 114px 166px;
}
.savingenergy-c-wrapper .content-green .box .box-tepcon p {
  margin: 40px 0 0;
  text-align: center;
}
.savingenergy-c-wrapper .content-green .box .box-gray .box-tepcon p:last-child {
  margin: 20px 0 0;
  text-align: center;
}
.savingenergy-c-wrapper .content-green .box .box-gray ul.application li {
  width: 48%;
  padding: 20px 0;
}
.savingenergy-c-wrapper .content-green .box .box-gray ul.application li p {
  margin: -5px 0 -5px 92px;
  padding: 0;
  font-size: 28px;
  font-weight: bold;
}
.savingenergy-c-wrapper .content-green .box .box-gray ul.application li p span {
  margin: -5px 0 -5px 0;
  padding: 0;
  display: block;
  font-size: 18px;
  font-weight: bold;
}
.savingenergy-c-wrapper .content-green .box .box-gray ul.application li.tel {
  position: relative;
}
.savingenergy-c-wrapper .content-green .box .box-gray ul.application li.tel::before {
  content: "";
  display: flex;
  background: url("../images/icon-tel.png") no-repeat;
  width: 72px;
  height: 72px;
  background-size: 72px 72px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.savingenergy-c-wrapper .content-green .box .box-gray ul.application li.fax {
  position: relative;
}
.savingenergy-c-wrapper .content-green .box .box-gray ul.application li.fax::before {
  content: "";
  display: flex;
  background: url("../images/icon-fax.png") no-repeat;
  width: 72px;
  height: 72px;
  background-size: 72px 72px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.savingenergy-c-wrapper .content-green .box .box-gray ul.application li.mail {
  position: relative;
}
.savingenergy-c-wrapper .content-green .box .box-gray ul.application li.mail::before {
  content: "";
  display: flex;
  background: url("../images/icon-mail.png") no-repeat;
  width: 72px;
  height: 72px;
  background-size: 72px 72px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.savingenergy-c-wrapper .content-green .box .box-gray ul.application li.mail p {
  font-size: 20px;
}
.savingenergy-c-wrapper .content-green .box .box-gray ul.application li.time {
  position: relative;
}
.savingenergy-c-wrapper .content-green .box .box-gray ul.application li.time::before {
  content: "";
  display: flex;
  background: url("../images/icon-time.png") no-repeat;
  width: 72px;
  height: 72px;
  background-size: 72px 72px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
/*
  BUTTON
*/
.savingenergy-c-wrapper .btn-blue {
  margin: 60px 0 0;
}
.savingenergy-c-wrapper .btn-blue a {
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0087b3;
  border-radius: 32px;
  color: #ffffff;
  text-decoration: none;
  font-size: 25px;
  font-weight: bold;
  position: relative;
  box-shadow: 0 5px 0 #006c8f;
}
.savingenergy-c-wrapper .btn-blue a:hover {
  box-shadow: none;
  transform: translateY(5px);
}
.savingenergy-c-wrapper .btn-blue a::after {
  content: "";
  position: absolute;
  background: url("../images/arrow.png") no-repeat;
  width: 28px;
  height: 16px;
  background-size: 28px 16px;
  right: 30px;
  top: 50%;
  transform: translateY(-50%)rotate(-90deg);
}
.savingenergy-c-wrapper .btn-green {
  background: #22baaa;
}
.savingenergy-c-wrapper .btn-red {
  margin: 60px 0 0;
}
.savingenergy-c-wrapper .btn-red a {
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e62320;
  border-radius: 32px;
  color: #ffffff;
  text-decoration: none;
  font-size: 25px;
  font-weight: bold;
  position: relative;
  box-shadow: 0 5px 0 #a50a0a;
}
.savingenergy-c-wrapper .btn-red a:hover {
  box-shadow: none;
  transform: translateY(5px);
}
.savingenergy-c-wrapper .btn-red a::after {
  content: "";
  position: absolute;
  background: url("../images/arrow.png") no-repeat;
  width: 28px;
  height: 16px;
  background-size: 28px 16px;
  right: 30px;
  top: 50%;
  transform: translateY(-50%)rotate(-90deg);
}
.savingenergy-c-wrapper .btn-red-off {
  margin: 60px 0 0;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #cccccc;
  border-radius: 32px;
  color: #ffffff;
  text-decoration: none;
  font-size: 25px;
  font-weight: bold;
  position: relative;
  box-shadow: 0 5px 0 #999999;
}
.savingenergy-c-wrapper .btn-red-off::after {
  content: "";
  position: absolute;
  background: url("../images/arrow.png") no-repeat;
  width: 28px;
  height: 16px;
  background-size: 28px 16px;
  right: 30px;
  top: 50%;
  transform: translateY(-50%)rotate(-90deg);
}
@media screen and (max-width: 1000px) {
  .savingenergy-c-wrapper .content-blue .inner .box .index-header h2 {
    font-size: 36px;
  }
  .savingenergy-c-wrapper .content-blue .inner .box .index-header p {
    font-size: 18px;
  }
  .savingenergy-c-wrapper .content-blue .box h3 {
    font-size: 26px;
  }
  .savingenergy-c-wrapper .content-green .box h3.shindan, .savingenergy-c-wrapper .content-green .box h3.senjou {
    font-size: 36px;
  }
  .savingenergy-c-wrapper .content-green .box h3 {
    font-size: 26px;
  }
  .savingenergy-c-wrapper .content-green .box h3.baloon {
    width: 75%;
    font-size: 26px;
  }
  .savingenergy-c-wrapper .content-green .box .box-baloon p.cost {
    font-size: 26px;
  }
  .savingenergy-c-wrapper .content-green .box h4.index-yellow {
    font-size: 16px;
  }
  .savingenergy-c-wrapper .content-green .box div.border-box-gray h4.index-yellow {
    font-size: 16px;
  }
  .savingenergy-c-wrapper .content-green .inner .box .index-header h2 {
    font-size: 36px;
  }
  .savingenergy-c-wrapper .content-green .inner .box .index-header p {
    font-size: 18px;
  }
  .savingenergy-c-wrapper .content-green .box .box-estimates ul.box-price {
    margin: 20px 0 0;
  }
  .savingenergy-c-wrapper .content-green .box .box-estimates ul.box-price li {
    width: 100%;
    margin: 0 0 20px;
    padding: 0 10px;
    justify-content: center;
    height: 50px;
  }
  .savingenergy-c-wrapper .content-green .box .box-estimates ul.box-price li p.units {
    font-weight: bold;
  }
  .savingenergy-c-wrapper .content-green .box .box-estimates ul.box-price li p.units span {}
  .savingenergy-c-wrapper .content-green .box .box-estimates ul.box-price li p.price {
    margin: 0 0 0 0.2em;
  }
  .savingenergy-c-wrapper .content-green .box .box-gray {
    text-align: center;
  }
  .savingenergy-c-wrapper .content-green .box .box-gray ul.application {
    display: inline-block;
    margin: auto;
    text-align: center;
  }
  .savingenergy-c-wrapper .content-green .box .box-gray ul.application li {
    width: auto;
    padding: 20px 0;
    text-align: left;
  }
  .savingenergy-c-wrapper .content-green .box .box-gray ul.application li p {
    padding: 0;
  }
  .savingenergy-c-wrapper .content-green .box .box-gray ul.application li p span {
    padding: 0;
  }
  .savingenergy-c-wrapper .content-green .box .box-gray ul.application li.tel {
    position: relative;
  }
  .savingenergy-c-wrapper .content-green .box .box-gray ul.application li.fax {
    position: relative;
  }
  .savingenergy-c-wrapper .content-green .box .box-gray ul.application li.mail {
    position: relative;
  }
  .savingenergy-c-wrapper .content-green .box .box-gray ul.application li.mail p {}
  .savingenergy-c-wrapper .content-green .box .box-gray ul.application li.time {
    position: relative;
  }
  .savingenergy-c-wrapper .btn-blue a {
    font-size: 20px;
  }
  .btn-red a {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .savingenergy-c-wrapper .spOnry {
    display: block;
  }
  .savingenergy-c-wrapper .pcOnry {
    display: none;
  }
  a {
    word-break: break-all;
  }
  /* HERO */
  .savingenergy-c-wrapper h1 {
    width: 100%;
  }
  .savingenergy-c-wrapper .anchor-box {
    margin: 5.33vw 0 0;
    /* flex-direction: column; */
  }
  .savingenergy-c-wrapper .anchor-box a:hover {
    opacity: .7;
  }
  .savingenergy-c-wrapper .anchor-box-left {
    width: 100%;
    background: #d5edf7;
    border-radius: 4.27vw;
  }
  .savingenergy-c-wrapper .anchor-box-left div:nth-child(2) {
    padding: 4vw;
  }
  .savingenergy-c-wrapper .anchor-box-left div:nth-child(2) {
    padding: 4vw;
  }
  .savingenergy-c-wrapper .anchor-box-right {
    width: 100%;
    margin: 5.33vw 0 0;
    border-radius: 4.27vw;
  }
  .savingenergy-c-wrapper .anchor-box-right ul {}
  .savingenergy-c-wrapper .anchor-box-right ul li {
    padding: 4vw 1.33vw 4vw 4vw;
  }
  .savingenergy-c-wrapper .anchor-box-right ul li:last-child {
    padding: 4vw 4vw 4vw 1.33vw;
  }
  .anchor-box-inquiry {
    width: 100%;
    margin: 5.33vw auto 0;
  }
  .savingenergy-c-wrapper .content-aqua {
    padding: 5.33vw 0;
    background: #edf9ff;
  }
  .savingenergy-c-wrapper .content-blue {
    padding: 5.33vw 0;
    background: #c4e4f4;
  }
  .savingenergy-c-wrapper .content-green {
    padding: 5.33vw 0;
    background: #c7ebd6;
  }
  .savingenergy-c-wrapper .inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 4vw;
  }
  .savingenergy-c-wrapper .box {}
  .savingenergy-c-wrapper .box-body {
    padding: 4vw;
    border-radius: 0 0 4.27vw 4.27vw;
  }
  /* NEWS */
  .savingenergy-c-wrapper .news-box {
    margin: 5.33vw 0 0;
  }
  .savingenergy-c-wrapper .news-box h2 {
    padding: 4vw;
    border-radius: 4.27vw 4.27vw 0 0;
    font-size: 4.27vw;
  }
  .savingenergy-c-wrapper .news-box .news-box-inner {
    padding: 4vw;
    height: 42.93vw;
    border-radius: 0 0 4.27vw 4.27vw;
  }
  .savingenergy-c-wrapper .news-box .news-list {
    height: 34.13vw;
    padding: 0 5.33vw 0 0;
  }
  .savingenergy-c-wrapper .news-box .news-list dl {
    font-size: 3.2vw;
    border-top: 2px dotted #eeeeee;
  }
  .savingenergy-c-wrapper .news-box .news-list dl {
    border-top: 2px dotted #eeeeee;
  }
  .localnav-vertical #content-body-wrapper .section{
    width: 100%;
  }
  /*
  ITEM 1-8
*/
  .savingenergy-c-wrapper .content-blue .inner .box {
    margin: 5.33vw 0 0;
  }
  .savingenergy-c-wrapper .content-blue .inner .box .index-header {
    padding: 4vw;
    border-radius: 4.27vw 4.27vw 0 0;
    align-items: flex-start;
  }
  .savingenergy-c-wrapper .content-blue .inner .box .index-header::before {
    width: 13.33vw;
    height: 13.33vw;
    background-size: 13.33vw;
    left: 5.33vw;
  }
  .savingenergy-c-wrapper .content-blue .inner .box .index-header h2 {
    font-size: 4.8vw;
    text-align: left;
    margin: 0 0 0 17vw;
  }
  .savingenergy-c-wrapper .content-blue .inner .box .index-header p {
    margin: 0 0 0 17vw;
    font-size: 2.93vw;
    text-align: left;
  }
  .savingenergy-c-wrapper .content-blue .box h3 {
    padding: 2.67vw 0 2.67vw;
    border-radius: 3.2vw 3.2vw 0 0;
    font-size: 4.27vw;
  }
  .savingenergy-c-wrapper .content-blue .box .box-body {}
  .savingenergy-c-wrapper p {
    margin: 0;
    font-size: 3.73vw;
  }
  .savingenergy-c-wrapper p.read {
    margin: 0;
    font-size: 3.73vw;
  }
  .savingenergy-c-wrapper p.read + p.note {
    text-align: left;
  }
  .savingenergy-c-wrapper p.read + p.note + p.read {
    margin: 2.67vw 0 0;
  }
  .savingenergy-c-wrapper .content-blue .box .box-item {
    margin: 4vw 0 0;
  }
  .savingenergy-c-wrapper .content-blue .box .box-item h3 {}
  .savingenergy-c-wrapper .content-blue .box .box-item-body {
    padding: 3.2vw;
    border: 2px solid #c4e4f4;
    border-radius: 0 0 3.2vw 3.2vw;
  }
  .savingenergy-c-wrapper .content-blue .box .box-item-body ul.system {
    display: block;
  }
  .savingenergy-c-wrapper .content-blue .box .box-item-body ul.system li {
    width: 100%;
    text-align: center;
  }
  .savingenergy-c-wrapper .content-blue .box .box-item-body ul.system li:first-child {
    margin: 0 0 4.37vw;
    width: 100%;
    text-align: center;
  }
  .savingenergy-c-wrapper .content-blue .box .box-item-body ul.system .image {
    margin: 0 0 4vw;
    margin: 0 0 4vw;
  }
  .savingenergy-c-wrapper .content-blue .box .box-item-body ul.system .image img {}
  /**/
  .savingenergy-c-wrapper .content-blue .box .box-item-body h4 {
    font-size: 3.73vw;
    margin: 0 0 4vw;
    height: auto;
  }
  .savingenergy-c-wrapper .content-blue .box .box-item-body .box-gray {
    padding: 4vw;
    border-radius: 2.13vw;
  }
  .savingenergy-c-wrapper .content-blue .box .box-item-body .box-gray .index {
    margin: 0;
    padding: 2.67vw;
    border-radius: 1.6vw;
  }
  .savingenergy-c-wrapper .content-blue .box .box-item-body .box-gray .price {
    font-size: 4.27vw;
  }
  .savingenergy-c-wrapper .content-blue .box .box-item-body .box-gray p {
    margin: 4vw 0 0;
    font-size: 3.73vw;
    height: auto;
  }
  /* DOWNLOAD */
  .savingenergy-c-wrapper .box-download {}
  .savingenergy-c-wrapper .box-download ul {
    margin: 0 2em 0 6.5vw;
  }
  .savingenergy-c-wrapper .box-download ul li {
    font-size: 3.73vw;
  }
  .savingenergy-c-wrapper .box-download ul li ul {
    margin: 0 0 0 1em;
  }
  .savingenergy-c-wrapper .box-download ul li a {
    font-size: 3.73vw;
  }
  .savingenergy-c-wrapper .content-blue .box-download ul li a::before {
    width: 3.73vw;
    height: 3.73vw;
    background-size: 3.73vw 3.73vw;
    top: 50%;
    left: -6.67vw;
    transform: translateY(-50%);
  }
  .savingenergy-c-wrapper .content-green .box-download ul li a::before {
    width: 3.73vw;
    height: 3.73vw;
    background-size: 3.73vw 3.73vw;
    top: 50%;
    left: -6.67vw;
    transform: translateY(-50%);
  }
  .savingenergy-c-wrapper .box-download ul li a:hover {}
  .savingenergy-c-wrapper ul.checkbox {
    font-size: 3.73vw;
    margin: 4vw 0 0;
  }
  .savingenergy-c-wrapper ul.checkbox li {
    margin: 4vw 0 0 5.33vw;
  }
  .savingenergy-c-wrapper ul.checkbox li:first-child {
    margin: 0 0 0 5.33vw;
  }
  .savingenergy-c-wrapper ul.checkbox li::before {
    width: 4.8vw;
    height: 4.53vw;
    background-size: 4.8vw 4.53vw;
    top: 5.33vw;
    left: -5.33vw;
    transform: translateY(-4.8vw);
  }
  .savingenergy-c-wrapper ul.checkbox + p.note {}
  .savingenergy-c-wrapper ul.note {
    margin: 1.33vw 0 0;
    font-size: 2.93vw;
  }
  .savingenergy-c-wrapper p.note {
    margin: 1.33vw 0 0;
    font-size: 2.93vw;
  }
  .savingenergy-c-wrapper .content-blue ul.note a {}
  /* SCROLL TABLE */
  .savingenergy-c-wrapper .scroll {
    height: 450px;
  }
  .savingenergy-c-wrapper .scroll table {}
  .savingenergy-c-wrapper .scroll table th {}
  .savingenergy-c-wrapper .scroll table th.aqua {}
  .savingenergy-c-wrapper .scroll table th, .savingenergy-c-wrapper .scroll table td {
    padding: 1.33vw 2.67vw;
  }
  .savingenergy-c-wrapper .scroll table th, .savingenergy-c-wrapper .scroll table.teikaku td {
    padding: 1.33vw 2.67vw;
  }
  .savingenergy-c-wrapper .scroll table th, .savingenergy-c-wrapper .scroll table.teikaku td.adjust {
    padding: 1.33vw 2.67vw;
  }
  .savingenergy-c-wrapper .scroll table table {
    margin: 1.33vw 0 -1.33vw 2.67vw;
  }
  .savingenergy-c-wrapper .scroll table table th {}
  .savingenergy-c-wrapper .noline-top {}
  .savingenergy-c-wrapper .noline-right {}
  .savingenergy-c-wrapper .noline-bottom {}
  .savingenergy-c-wrapper .box dl.schedule {
    font-size: 3.73vw;
   width: 100%;
  }
  .savingenergy-c-wrapper .box dl.schedule div {
    display: block;
   justify-content: center;
  }
  .savingenergy-c-wrapper .box dl.schedule div dt:first-child {}
  .savingenergy-c-wrapper .box dl.schedule div dd {
    margin: 0;
  }
  .savingenergy-c-wrapper h4.inquiry {
    font-size: 3.73vw;
    margin: 0 0 2.67vw;
  }
  .savingenergy-c-wrapper .maker {}
  .savingenergy-c-wrapper .maker li {
    margin: 2.67vw 0 0;
    border: 2px solid #f7f7f7;
    border-radius: 2.13vw;
  }
  .savingenergy-c-wrapper .maker li:first-child {
    margin: 0;
  }
  .savingenergy-c-wrapper .maker li dl {
    display: block;
  }
  .savingenergy-c-wrapper .maker li dl dt {
    width: auto;
    padding: 0 0 2.67vw;
    margin: 2.67vw 4vw;
    border-right: none;
    border-bottom: 1px solid #f7f7f7;
    display: flex;
    align-items: center;
    white-space: nowrap;
    font-size: 4vw;
  }
  .savingenergy-c-wrapper .maker li dl dd {
    margin: 2.67vw 4vw;
  }
  .savingenergy-c-wrapper .maker li dl dd p {}
  /*
  ITEM 9-12
*/
  .savingenergy-c-wrapper .content-green .box {}
  .savingenergy-c-wrapper .content-green .inner .box {
    margin: 5.33vw 0 0;
  }
  .savingenergy-c-wrapper .content-green .inner .box:first-child {
    margin: 0 0 0;
  }
  .savingenergy-c-wrapper .content-green .inner .box .index-header {
    padding: 4vw;
    border-radius: 4.27vw 4.27vw 0 0;
    align-items: flex-start;
  }
  .savingenergy-c-wrapper .content-green .inner .box .index-header::before {
    width: 13.33vw;
    height: 13.33vw;
    background-size: 13.33vw;
    left: 5.33vw;
  }
  .savingenergy-c-wrapper .content-green .inner .box .index-header h2 {
    text-align: left;
    font-size: 4.8vw;
    margin: 0 0 0 17vw;
  }
  .savingenergy-c-wrapper .content-green .inner .box .index-header p {
    margin: 0 0 0 17vw;
    font-size: 2.93vw;
    text-align: left;
  }
  .savingenergy-c-wrapper .content-green .box h3 {
    padding: 4vw 0 2.67vw;
    border-radius: 3.2vw 3.2vw 0 0;
    font-size: 4.27vw;
  }
  .savingenergy-c-wrapper .content-green .box h3.shindan, .savingenergy-c-wrapper .content-green .box h3.senjou {
    height: auto;
    padding: 4vw 0 2.67vw;
    font-size: 4.8vw;
  }
  .savingenergy-c-wrapper .content-green .box h3.shindan::before {
    width: 9.33vw;
    height: 9.33vw;
    background-size: 9.33vw;
    margin: 0 2.67vw 0 0;
  }
  .savingenergy-c-wrapper .content-green .box h3.senjou::before {
    width: 9.33vw;
    height: 9.33vw;
    background-size: 9.33vw;
    margin: 0 2.67vw 0 0;
  }
  .savingenergy-c-wrapper .content-green .box .box-body {}
  .savingenergy-c-wrapper .content-green .box .box-body p {
    /*font-size: 22px;*/
  }
  .savingenergy-c-wrapper .content-green .box .box-item {
    margin: 4vw 0 0;
  }
  .savingenergy-c-wrapper .content-green .box h4 {
    padding: 2.67vw 0 1.33vw;
    border-radius: 3.73vw 3.73vw 0 0;
    font-size: 4.27vw;
  }
  .savingenergy-c-wrapper .content-green .box .box-item-body {
    padding: 4vw;
    border-radius: 0 0 3.73vw 3.73vw;
  }
  .savingenergy-c-wrapper .content-green .box ul.anchor-box {}
  .savingenergy-c-wrapper .content-green .box ul.anchor-box li {
    width: 48%;
  }
  .savingenergy-c-wrapper .content-green .box ul.anchor-box li a {
    width: 100%;
    height: 14.4vw;
    border-radius: 2.13vw;
    font-size: 3.2vw;
    box-shadow: 0 5px 0 #198479;
  }
  .savingenergy-c-wrapper .content-green .box ul.anchor-box li a:hover {
    box-shadow: none;
    transform: translateY(5px);
  }
  .savingenergy-c-wrapper .content-green .box ul.anchor-box li a::after {
    width: 4vw;
    height: 1.87vw;
    background-size: 4vw 1.87vw;
    right: 2.67vw;
  }
  .savingenergy-c-wrapper .content-green .box .box-baloon {}
  .savingenergy-c-wrapper .content-green .box h3.baloon {
    width: 100%;
    margin: 4vw auto 5.33vw;
    padding: 1.33vw 4vw;
    font-size: 4.27vw;
  }
  .savingenergy-c-wrapper .content-green .box h3.baloon::after {
    border-left: 2.67vw solid transparent;
    border-right: 2.67vw solid transparent;
    border-top: 2.67vw solid #c7ebd6;
    bottom: -2.67vw;
  }
  .savingenergy-c-wrapper .content-green .box .box-baloon .image {
    padding: 4vw 2.67vw;
  }
  .savingenergy-c-wrapper .content-green .box .box-baloon p.cost {
    margin: 4vw 0;
    font-size: 4.8vw;
  }
  .savingenergy-c-wrapper .content-green .box .box-baloon p.cost span {
    font-size: 3.73vw;
  }
  .savingenergy-c-wrapper .content-green .box .box-baloon .graph {
    width: 100%;
  }
  .savingenergy-c-wrapper .content-green .box ul.border-box-gray {
    display: block;
    justify-content: space-between;
  }
  .savingenergy-c-wrapper .content-green .box ul.border-box-gray li {
    width: 100%;
    padding: 4vw;
    border: 4px solid #f7f7f7;
    border-radius: 2.13vw;
  }
  .savingenergy-c-wrapper .content-green .box ul.border-box-gray li:last-child {
    margin: 4vw 0 0;
  }
  .savingenergy-c-wrapper .content-green .box div.border-box-gray {
    width: 100%;
    padding: 4vw;
    border-radius: 2.13vw;
  }
  .savingenergy-c-wrapper .content-green .box h4.index-yellow {
    padding: 1.33vw 0;
    font-size: 3.73vw;
  }
  .savingenergy-c-wrapper .content-green .box div.border-box-gray h4.index-yellow {
    display: block;
    padding: 1.33vw 0;
    font-size: 3.73vw;
  }
  .savingenergy-c-wrapper .content-green .box .box-estimates {
    margin: 2.67vw 0 0;
    border-radius: 2.13vw;
    padding: 4vw;
  }
  .savingenergy-c-wrapper .content-green .box .box-estimates h5 {
    width: calc(100% + 8px);
    margin: 0;
    padding: 4vw 0;
    top: -2vw;
    left: -4px;
    transform: translateY(-1.33vw);
    font-size: 3.73vw;
  }
  .savingenergy-c-wrapper .content-green .box .box-estimates p {
    margin: 4vw 0 0;
  }
  .savingenergy-c-wrapper .content-green .box .box-estimates + p, .savingenergy-c-wrapper .content-green .box .box-estimates + p + p {
    margin: 4vw 0 0;
  }
  .savingenergy-c-wrapper .content-green .box .box-estimates p span.green {}
  .savingenergy-c-wrapper .content-green .box .box-estimates ul.box-price {
    margin: 1.33vw 0 0;
  }
  .savingenergy-c-wrapper .content-green .box .box-estimates ul.box-price li {
    width: 100%;
    margin: 0 0 2.13vw;
    padding: 0 1.33vw;
    justify-content: center;
    height: 10.67vw;
  }
  .savingenergy-c-wrapper .content-green .box .box-estimates ul.box-price li p.units {
    font-size: 3.73vw;
    font-weight: bold;
  }
  .savingenergy-c-wrapper .content-green .box .box-estimates ul.box-price li p.units span {
    font-size: 3.2vw;
  }
  .savingenergy-c-wrapper .content-green .box .box-estimates ul.box-price li p.price {
    margin: 0 0 0 0.2em;
    font-size: 5.33vw;
  }
  .savingenergy-c-wrapper .content-green .box .box-gray {
    margin: 4vw 0 0;
    padding: 2.67vw;
    border-radius: 2.13vw;
    text-align: center;
  }
  .savingenergy-c-wrapper .content-green .box .box-gray ul.application {
    display: inline-block;
    margin: auto;
    text-align: left;
    /*
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  */
  }
  .savingenergy-c-wrapper .content-green .box .box-gray + p.note {
    text-align: left;
  }
  .savingenergy-c-wrapper .content-green .box .box-tepcon {
    background-position: 100% 58%;
    background-size: 17.07vw 24.8vw;
  }
  .savingenergy-c-wrapper .content-green .box .box-tepcon p {
    margin: 4vw 0 0;
    text-align: left;
  }
  .savingenergy-c-wrapper .content-green .box .box-gray .box-tepcon p:last-child {
    margin: 4vw 0 0;
    text-align: left;
  }
  .savingenergy-c-wrapper .content-green .box .box-gray ul.application li {
    width: 100%;
    padding: 4vw 0;
  }
  .savingenergy-c-wrapper .content-green .box .box-gray ul.application li p {
    margin: -1.33vw 0 -1.33vw 10.67vw;
    padding: 0;
    font-size: 5.33vw;
  }
  .savingenergy-c-wrapper .content-green .box .box-gray ul.application li p span {
    margin: -1.33vw 0 -1.33vw 0;
    padding: 0;
    font-size: 2.93vw;
  }
  .savingenergy-c-wrapper .content-green .box .box-gray ul.application li.tel {
    position: relative;
  }
  .savingenergy-c-wrapper .content-green .box .box-gray ul.application li.tel::before {
    width: 8.53vw;
    height: 8.53vw;
    background-size: 8.53vw 8.53vw;
  }
  .savingenergy-c-wrapper .content-green .box .box-gray ul.application li.fax {
    position: relative;
  }
  .savingenergy-c-wrapper .content-green .box .box-gray ul.application li.fax::before {
    width: 8.53vw;
    height: 8.53vw;
    background-size: 8.53vw 8.53vw;
  }
  .savingenergy-c-wrapper .content-green .box .box-gray ul.application li.mail {
    position: relative;
  }
  .savingenergy-c-wrapper .content-green .box .box-gray ul.application li.mail::before {
    width: 8.53vw;
    height: 8.53vw;
    background-size: 8.53vw 8.53vw;
  }
  .savingenergy-c-wrapper .content-green .box .box-gray ul.application li.mail p {
    font-size: 4vw;
  }
  .savingenergy-c-wrapper .content-green .box .box-gray ul.application li.time {
    position: relative;
  }
  .savingenergy-c-wrapper .content-green .box .box-gray ul.application li.time::before {
    width: 8.53vw;
    height: 8.53vw;
    background-size: 8.53vw 8.53vw;
  }
  /*
  BUTTON
*/
  .savingenergy-c-wrapper .btn-blue {
    margin: 5.33vw 0 0;
  }
  .savingenergy-c-wrapper .btn-blue a {
    height: 14.4vw;
    border-radius: 4.27vw;
    font-size: 3.73vw;
  }
  .savingenergy-c-wrapper .btn-blue a:hover {
    box-shadow: none;
    transform: translateY(5px);
  }
  .savingenergy-c-wrapper .btn-blue a::after {
    width: 4vw;
    height: 1.87vw;
    background-size: 4vw 1.87vw;
    right: 2.67vw;
  }
  .savingenergy-c-wrapper .btn-green {}
  .savingenergy-c-wrapper .btn-red {
    margin: 5.33vw 0 0;
  }
  .savingenergy-c-wrapper .btn-red a {
    height: 21.4vw;
    border-radius: 4.27vw;
    font-size: 3.73vw;
    text-align: center;
  }
  .savingenergy-c-wrapper .btn-red a:hover {}
  .savingenergy-c-wrapper .btn-red-off {
    margin: 5.33vw 0 0;
    height: 14.4vw;
    border-radius: 4.27vw;
    font-size: 3.73vw;
    text-align: center;
  }
  .savingenergy-c-wrapper .btn-red-off::after {
    width: 4vw;
    height: 1.87vw;
    background-size: 4vw 1.87vw;
    right: 2.67vw;
  }
}