@charset "UTF-8";
.bnr_kadenou {
  width: 98%;
  margin: 1em 0 20px 2%;
}
.bnr_kadenou img {
  max-width: 100%;
  margin: auto;
  vertical-align: bottom;
}
.PC {
  display: block;
}
.SP {
  display: none;
}
@media (max-width: 768px) {
  .PC {
    display: none;
  }
}
@media (max-width: 768px) {
  .SP {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .saving-wrapper .sp {
    display: none;
  }
}
@media screen and (max-width: 769px) {
  .saving-wrapper .pc {
    display: none;
  }
}
/***********************************************************
	default layout(pc first)
***********************************************************/
.saving-wrapper {
  padding: 40px 15px 50px;
  background: #CEECC6;
  font-size: 24px;
  font-family: "Rounded M+ 2c", "M PLUS Rounded\ 1c", sans-serif;
  color: #666;
  letter-spacing: 0.2em;
}
.saving-wrapper a {
  color: #666;
}
.saving-wrapper a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.saving-wrapper img {
  max-width: 100%;
  vertical-align: bottom;
}
.saving-wrapper .attention {
  font-family: sans-serif;
  letter-spacing: 0;
  font-size: 62.5%;
}
.saving-wrapper > div {
  box-sizing: border-box;
  max-width: 1080px;
  margin: 0 auto 60px;
}
/*****************************
	breadlist
*****************************/
.saving-wrapper .breadlist {
  margin-bottom: 40px;
  padding: 15px 0 0;
}
.saving-wrapper .breadlist ol {
  display: flex;
  font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'ＭＳ Ｐゴシック', 'Arial', sans-serif;
  font-size: 62.5%;
  letter-spacing: 0.1em;
}
.saving-wrapper .breadlist ol li {
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
  border-right: #666 1px solid;
  line-height: 100%;
}
.saving-wrapper .breadlist ol li a {
  display: block;
  line-height: 100%;
}
.saving-wrapper .breadlist ol li:first-child a {
  position: relative;
  padding: 0 0 0 30px;
}
.saving-wrapper .breadlist ol li:first-child a:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 23px;
  height: 20px;
  background: url("/ep/private/savingenergy/lp/images/ico_breadlist_home.png") left center no-repeat;
}
.saving-wrapper .breadlist ol li:last-child {
  margin: 0;
  padding: 0;
  border-right: none;
  text-decoration: underline;
}
/*****************************
	header
*****************************/
.saving-wrapper .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  margin-bottom: 25px;
  padding: 0 15px 0 30px;
  background: #fff;
  border-radius: 30px;
  letter-spacing: 0.1em;
}
.saving-wrapper .header p {
  font-size: 83.3333%;
}
/*****************************
	sitemap
****************************/
.sitemap-nav {
  margin: 59px auto 0;
}
.sitemap-nav-head {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 17px;
  background-color: #00b9a4;
  border-radius: 34px 34px 0 0;
}
.sitemap-nav-head-icon {
  width: 49px;
  height: 45px;
  background-image: url(/ep/private/savingenergy/images/howto_icon_check.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.sitemap-nav-head-ttl {
  margin-left: 18px;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.sitemap-nav-body {
  padding: 5px 20px 5px 0;
  border-radius: 0 0 34px 34px;
  background-color: #F4F7AE;
}
.sitemap-nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  border-radius: 0 0 34px 34px;
}
.sitemap-nav-item {
  position: relative;
  align-items: center;
  width: 33.33%;
  font-size: 21px;
  font-weight: bold;
}
.sitemap-nav-item-link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 25px 45px 25px 0;
}
.sitemap-nav-item-link:hover {
  color: #333;
}
.sitemap-nav-item-link:visited, :link {
  color: #666;
}
.sitemap-nav-item-link::after {
  position: absolute;
  top: 50%;
  right: 17px;
  width: 13px;
  height: 20px;
  content: "";
  background-image: url(/ep/private/savingenergy/images/howto_arrow_right_small.png);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
.sitemap-nav-item-icon {
  width: 45px;
}
.sitemap-nav-item-txt {
  margin-left: 10px;
  letter-spacing: 0;
}
.sitemap-gaslink {
  position: relative;
  padding: 0 35px 0 0;
}
#under-line {
  text-decoration: underline;
}
.sitemap-gaslink:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 50%;
  width: 18px;
  height: 31px;
  background: url("/ep/private/savingenergy/lp/images/ico_arrow_right.png") center center no-repeat;
  transform: translateY(-50%);
}
.sitemap-gaslink-txt {
  margin: 40px 0 0;
  text-align: center;
}
/*****************************
	links
*****************************/
#savingenergy-bnr {
  width: 980px;
  max-width: 99%;
  margin: 30px auto 40px;
}
.saving-wrapper .links {
  display: flex;
  justify-content: space-between;
  max-width: 980px;
  margin-bottom: 40px;
  text-align: center;
  font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'ＭＳ Ｐゴシック', 'Arial', sans-serif;
  letter-spacing: 0em;
}
.saving-wrapper .links dl {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 475px;
  max-width: 49%;
  padding: 30px 20px;
  background: #fff;
}
.saving-wrapper .links dl dt {
  width: 100%;
  margin: 0 0 30px;
}
.saving-wrapper .links dl dd {
  width: 200px;
  max-width: 48%;
}
.saving-wrapper .links dl dd a {
  display: block;
  padding: 10px 0 30px;
  border: #E62320 1px solid;
  background: url("/ep/private/savingenergy/lp/images/ico_links_arrow01.png") center bottom 8px no-repeat;
  border-radius: 5px;
  font-size: 58.3333%;
}
.saving-wrapper .links dl dd:last-of-type a {
  background-color: #E62320;
  background-image: url("/ep/private/savingenergy/lp/images/ico_links_arrow02.png");
  color: #fff;
}
.saving-wrapper .links .wrap {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 475px;
  max-width: 49%;
  padding: 30px 20px;
  background: #fff;
}
.saving-wrapper .links .wrap p {
  margin: 0 0 10px;
  line-height: 140%;
}
.saving-wrapper .links .wrap a {
  text-decoration: underline;
}
/*****************************
	bnr
*****************************/
.saving-wrapper p.bnr {
  margin: 0 0 40px;
  text-align: center;
}
.saving-wrapper p.bnr:last-of-type {
  margin: 0;
}
/*****************************
	cuttable
*****************************/
.saving-wrapper .cuttable h2 {
  margin: 0 0 30px;
  background: #fff;
  border: #62A64D 2px solid;
  border-radius: 34px 34px 0 0;
  text-align: center;
  font-size: 166.6667%;
  color: #62A64D;
}
.saving-wrapper .cuttable table {
  width: 100%;
}
.saving-wrapper .cuttable table tr th, .saving-wrapper .cuttable table tr td {
  padding: 10px;
  background: #fff;
  font-size: 75%;
}
.saving-wrapper .cuttable table thead tr th {
  border-top: #CFEBC7 2px solid;
  text-align: center;
  white-space: nowrap;
}
.saving-wrapper .cuttable table thead tr th:nth-of-type(2), .saving-wrapper .cuttable table thead tr th:nth-of-type(3) {
  border-left: #CFEBC7 2px solid;
  letter-spacing: 0;
}
.saving-wrapper .cuttable table thead tr:first-of-type th {
  border-top-width: 10px;
  font-size: 100%;
}
.saving-wrapper .cuttable table thead:first-of-type tr:first-of-type th {
  border-top-width: 0;
}
.saving-wrapper .cuttable table tbody tr td {
  border-top: #CFEBC7 2px solid;
  padding: 10px 30px;
  font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'ＭＳ Ｐゴシック', 'Arial', sans-serif;
  letter-spacing: 0;
}
.saving-wrapper .cuttable table tbody tr td:nth-of-type(2), .saving-wrapper .cuttable table tbody tr td:nth-of-type(3) {
  width: 20%;
  padding: 10px;
  color: #62A64D;
  text-align: center;
  border-left: #CFEBC7 2px solid;
  letter-spacing: 0;
  white-space: nowrap;
  font-family: "Rounded M+ 2c", "M PLUS Rounded\ 1c", sans-serif;
  font-size: 100%;
  font-weight: bold;
}
.saving-wrapper .cuttable table tbody tr td ul {
  font-size: 83.3333%;
}
.saving-wrapper .cuttable p {
  padding: 20px 30px;
  background: #fff;
  border-top: #CFEBC7 10px solid;
  border-radius: 0 0 34px 34px;
  font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'ＭＳ Ｐゴシック', 'Arial', sans-serif;
  font-size: 62.5%;
  letter-spacing: 0;
}
.saving-wrapper .cuttable p a {
  text-decoration: underline;
}
/***********************************************************
	tablet layout
***********************************************************/
@media screen and (max-width: 980px) {
  .saving-wrapper {
    font-size: 20px;
  }
}
/***********************************************************
	smartphone layout
***********************************************************/
@media screen and (max-width: 768px) {
  .saving-wrapper {
    padding: 6vw 0;
    font-size: 3.7333vw;
    letter-spacing: 0.05em;
  }
  .saving-wrapper a:hover {
    opacity: 1;
  }
  .saving-wrapper img {
    width: 100%;
  }
  .saving-wrapper .attention {
    font-size: 71.4286%;
  }
  .saving-wrapper > div {
    max-width: 89.3333vw;
    margin: 0 auto 6vw;
  }
  /*****************************
		breadlist
	*****************************/
  .saving-wrapper .breadlist {
    display: none;
  }
  /*****************************
		header
	*****************************/
  .saving-wrapper .header {
    display: block;
    height: auto;
    margin-bottom: 4vw;
    padding: 2vw 4vw;
    border-radius: 4vw;
  }
  /*****************************
		sitemap
	*****************************/
  .sitemap-nav {
    margin-top: 20px;
  }
  .sitemap-nav-head {
    padding: 2.8vw;
    border-radius: 4vw 4vw 0 0;
  }
  .sitemap-nav-head-icon {
    flex-shrink: 0;
    width: 8.13vw;
    height: 7.6vw;
    margin-right: 3.73vw;
  }
  .sitemap-nav-head-ttl {
    margin-left: 0;
    font-size: 4vw;
    line-height: 1.25;
    text-align: left;
  }
  .sitemap-nav-body {
    padding: 2.67vw 3.33vw 2.67vw;
    border-radius: 0 0 4vw 4vw;
  }
  .sitemap-nav-list {
    justify-content: space-between;
    border-radius: 0 0 2.67vw 2.67vw;
  }
  .sitemap-nav-item {
    width: 48%;
    font-size: 3.2vw;
  }
  .sitemap-nav-item-link {
    justify-content: flex-start;
    padding: 2.93vw 0;
  }
  .sitemap-nav-item-icon {
    width: 5.33vw;
  }
  .sitemap-nav-item-txt {
    margin-left: 6%;
  }
  .sitemap-nav-item-link::after {
    right: 0;
    width: 3vw;
    height: 3.6vw;
  }
  .sitemap-gaslink:after {
    width: 1.86667vw;
    height: 3.21487vw;
    background-size: 100% auto;
  }
  .sitemap-gaslink {
    padding-right: 5%;
  }
  /*****************************
		links
	*****************************/
  #savingenergy-bnr {
    max-width: 89.3333vw;
    margin: 25px auto 25px;
  }
  .saving-wrapper .links {
    display: block;
    max-width: 89.3333vw;
    margin-bottom: 4vw;
  }
  .saving-wrapper .links dl {
    width: 100%;
    max-width: initial;
    padding: 4vw;
    margin: 0 0 4vw;
  }
  .saving-wrapper .links dl dt {
    margin: 0 0 4vw;
  }
  .saving-wrapper .links dl dt img {
    width: 52.4vw;
  }
  .saving-wrapper .links dl dd {
    width: 38vw;
    max-width: initial;
  }
  .saving-wrapper .links dl dd a {
    padding: 2vw 0 8vw;
    background-size: 3.2vw auto;
    background-position: center bottom 2vw;
    border-radius: 1.6vw;
    font-size: 71.4286%;
  }
  .saving-wrapper .links .wrap {
    width: 100%;
    max-width: initial;
    padding: 4vw;
  }
  .saving-wrapper .links .wrap p {
    margin: 0 0 2vw;
  }
  /*****************************
		bnr
	*****************************/
  .saving-wrapper p.bnr {
    margin: 0 auto 4vw;
    max-width: 89.3333vw;
  }
  .saving-wrapper p.bnr:last-of-type {
    margin: 0 auto;
  }
  /*****************************
		cuttable
	*****************************/
  .saving-wrapper .cuttable h2 {
    margin: 0 0 2vw;
    border-radius: 4vw 4vw 0 0;
    font-size: 142.8571%;
  }
  .saving-wrapper .cuttable table tr th, .saving-wrapper .cuttable table tr td {
    padding: 2vw;
    font-size: 85.7143%;
  }
  .saving-wrapper .cuttable table thead tr th {
    border-top-width: 1px;
  }
  .saving-wrapper .cuttable table thead tr th:nth-of-type(2), .saving-wrapper .cuttable table thead tr th:nth-of-type(3) {
    border-left-width: 1px;
    line-height: 120%;
  }
  .saving-wrapper .cuttable table thead tr:first-of-type th {
    border-top-width: 2vw;
  }
  .saving-wrapper .cuttable table tbody tr td {
    border-top-width: 1px;
    padding: 2vw 4vw;
    font-size: 85.7143%;
  }
  .saving-wrapper .cuttable table tbody tr td:nth-of-type(2), .saving-wrapper .cuttable table tbody tr td:nth-of-type(3) {
    border-left-width: 1px;
    padding: 2vw;
    font-size: 85.7143%;
  }
  .saving-wrapper .cuttable p {
    padding: 2vw 4vw;
    border-top-width: 2vw;
    border-radius: 0 0 4vw 4vw;
    font-size: 62.5%;
  }
}
/* 231215追加 省エネコミュニケーションランキング制度　*/
.saving-wrapper .ranking {
  width: 100%;
  max-width: 980px;
  margin: 40px auto 0;
  padding: 30px 20px;
  display: flex;
  background: #ffffff;
  align-items: center;
  box-sizing: border-box;
}
.saving-wrapper .ranking-logo {
  width: 50%;
  padding: 0 5% 0 0;
  box-sizing: border-box;
}
.saving-wrapper .ranking-text {
  width: 50%;
  font-size: 75%;
  font-weight: bold;
}
.ranking-text .ranking-red{
  color: #d42233;
  font-size: 150%;
}
@media screen and (max-width: 768px) {
  .saving-wrapper .ranking {
    width: 100%;
    max-width: 89.3333vw;
    margin: 4vw auto 0;
    padding: 4vw;
    display: block;
    background: #ffffff;
    align-items: center;
  }
  .saving-wrapper .ranking-logo {
    width: 100%;
    padding: 0 0 5% 0;
    text-align: center;
  }
  .saving-wrapper .ranking-logo img{
    width: 75%;
    height: auto;
  }
  .saving-wrapper .ranking-text {
    width: 100%;
    font-size: 75%;
  }
}
/* 231215追加 ここまで　*/