  .contents.index .indexNotes {
  display: inline-block;
}
.contents.index .indexNotes > li {
  font-size: var(--fsize16);
}

@media screen and (max-width: 1024px) {
  .contents.index .indexNotes > li {
    font-size: var(--fsize28);
  }
}
@media screen and (max-width: 767px) {
  .contents.index .indexNotes > li {
    font-size: 3.65vw;
  }
}
.contents.card .col1Img {
  position: relative;
}
.contents.card .col1Comment {
  position: absolute;
  right: 10%;
  top: -11.5%;
  max-width: 172px;
  width: 20.476%;
}
.contents.card .col1ImgLink {
  text-align: right;
  margin-top: 10px;
}
.contents.card .col1ImgNotes {
  margin-top: 10px;
}
.contents.card .col1ImgNotes > li {
  font-size: var(--fsize12);
}
.contents.card .col1Ex {
  background: #f0f0f0;
  border-radius: var(--radius2);
  padding: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 40px;
}
.contents.card .col1Ex:first-of-type {
  margin: 40px 0 20px;
}
.contents.card .col1ExCol {
  -ms-flex: 1;
      flex: 1;
}
.contents.card .col1ExColImg {
  max-width: 504px;
  width: 100%;
}
.contents.card .col1ExColTtl {
  margin-bottom: 10px;
}
.contents.card .col2Img {
  max-width: 382px;
  width: 100%;
  margin: 40px auto 0;
}
.contents.card .col2ImgNotes {
  margin-top: 40px;
}
.contents.card .col2ImgNotes > li {
  font-size: var(--fsize12);
}

@media screen and (max-width: 1024px) {
  .contents.card .col1ImgNotes {
    margin-top: 20px;
  }
  .contents.card .col1ImgNotes > li {
    font-size: var(--fsize20);
  }
  .contents.card .col1Ex {
    padding: 20px;
    -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    gap: 20px;
  }
  .contents.card .col1Ex:first-of-type {
    margin: 40px 0 20px;
  }
  .contents.card .col1ExCol {
    width: 100%;
  }
  .contents.card .col1ExColImg {
    max-width: 1012px;
  }
  .contents.card .col2Img {
    margin: 40px auto 0;
  }
  .contents.card .col2ImgNotes {
    margin-top: 40px;
  }
  .contents.card .col2ImgNotes > li {
    font-size: var(--fsize20);
  }
}
@media screen and (max-width: 767px) {
  .contents.card .col1ImgNotes {
    margin-top: 2.61vw;
  }
  .contents.card .col1ImgNotes > li {
    font-size: 2.61vw;
  }
  .contents.card .col1Ex {
    padding: 2.61vw;
    gap: 2.61vw;
  }
  .contents.card .col1Ex:first-of-type {
    margin: 5.22vw 0 2.61vw;
  }
  .contents.card .col2Img {
    margin: 5.22vw auto 0;
  }
  .contents.card .col2ImgNotes {
    margin-top: 5.22vw;
  }
  .contents.card .col2ImgNotes > li {
    font-size: 2.61vw;
  }
}
#wrapper .indxCardTtl .txtLink {
  text-decoration: none !important;
}

.contents.discount .topNotes > li {
  font-size: var(--fsize16);
  line-height: 1.6;
}
.contents.discount .topNotes > li:before {
  top: 0.7em;
}
.contents.discount .indexCard {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 4%;
}
.contents.discount .indexCardDetail {
  vertical-align: top;
  border: 2px solid #f0f0f0;
  border-radius: var(--radius2);
  width: 48%;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
}
.contents.discount .indxCardTtl {
  display: inline-block;
  font-size: var(--fsize16);
  letter-spacing: 0.05em;
  line-height: 1.2;
  border-bottom: 2px solid #666;
  padding-bottom: 6px;
}
.contents.discount .indexCardImg {
  position: relative;
  max-width: 288px;
  width: 100%;
  margin: 30px auto 0;
}
.contents.discount .indexCardImg.-epos {
  max-width: 184px;
}
.contents.discount .indexCardImg a {
  display: block;
}
.contents.discount .indexCardIco {
  width: 91px;
  position: absolute;
  z-index: 1;
  right: -15px;
  top: -15px;
}
.contents.discount .indexCardCol {
  margin-top: 30px;
}
.contents.discount .indexCardTxt {
  font-size: var(--fsize16);
}
.contents.discount .indexCardNotes {
  margin-top: 10px;
}
.contents.discount .indexCardNotes li {
  font-size: var(--fsize12);
}

@media screen and (max-width: 1024px) {
  #wrap:has(.contents.discount):before {
    height: 600px;
  }
  .contents.discount .topNotes > li {
    font-size: var(--fsize24);
  }
  .contents.discount .topNotes > li:before {
    top: 0.6em;
  }
  .contents.discount .indexCard {
    -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    gap: 30px;
  }
  .contents.discount .indexCardDetail {
    width: 100%;
    padding: 30px;
  }
  .contents.discount .indxCardTtl {
    font-size: var(--fsize28);
    padding-bottom: 10px;
  }
  .contents.discount .indexCardImg {
    margin: 30px auto 0;
  }
  .contents.discount .indexCardImg.-epos {
    max-width: 184px;
  }
  .contents.discount .indexCardImg a {
    display: block;
  }
  .contents.discount .indexCardIco {
    width: 136px;
    right: -15px;
    top: -15px;
  }
  .contents.discount .indexCardCol {
    margin-top: 30px;
  }
  .contents.discount .indexCardTxt {
    font-size: var(--fsize28);
  }
  .contents.discount .indexCardNotes {
    margin-top: 10px;
  }
  .contents.discount .indexCardNotes li {
    font-size: var(--fsize20);
  }
}
@media screen and (max-width: 767px) {
  #wrap:has(.contents.discount):before {
    height: 84.75vw;
  }
  .contents.discount .topNotes > li {
    font-size: 3.13vw;
  }
  .contents.discount .indexCard {
    gap: 3.91vw;
  }
  .contents.discount .indexCardDetail {
    padding: 3.91vw;
  }
  .contents.discount .indxCardTtl {
    font-size: 3.65vw;
    padding-bottom: 1.3vw;
  }
  .contents.discount .indexCardImg {
    margin: 3.91vw auto 0;
  }
  .contents.discount .indexCardImg.-epos {
    max-width: 23.99vw;
  }
  .contents.discount .indexCardIco {
    width: 17.73vw;
    right: -1.96vw;
    top: -2.61vw;
  }
  .contents.discount .indexCardCol {
    margin-top: 3.91vw;
  }
  .contents.discount .indexCardTxt {
    font-size: 3.65vw;
  }
  .contents.discount .indexCardNotes {
    margin-top: 1.3vw;
  }
  .contents.discount .indexCardNotes li {
    font-size: 2.61vw;
  }
}
.contents.tpoint .colTop {
  padding: 40px 30px 10px;
  box-sizing: border-box;
  background: #f0f0f0;
  border-radius: var(--radius2);
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  gap: 4%;
}
.contents.tpoint .colTopBefore,
.contents.tpoint .colTopAfter {
  background: #fff;
  border-radius: var(--radius1);
  width: 48%;
  text-align: center;
  padding: 25px 0;
}
.contents.tpoint .colTopBefore img,
.contents.tpoint .colTopAfter img {
  width: 313px;
}
.contents.tpoint .colTopBefore:before {
  content: "";
  display: block;
  width: 12px;
  height: 18px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #000;
  position: absolute;
  right: -25px;
  top: calc(50% - 9px);
}
.contents.tpoint .colTopLink {
  display: block;
  width: 100%;
  text-align: right;
  font-size: var(--fsize14);
  word-spacing: inherit;
  margin-top: 5px;
}
.contents.tpoint .col1Notes {
  margin-top: 20px;
  display: inline-block;
}
.contents.tpoint .col1Notes > li {
  font-size: var(--fsize12);
}
.contents.tpoint .col1Btn {
  font-size: var(--fsize20);
  font-weight: 500;
  margin-top: 40px;
  position: relative;
}
.contents.tpoint .col1Btn.-denkigas {
  text-align: left;
  margin-top: 0;
}
.contents.tpoint .col1Btn.-denkigas .ico:before {
  content: "";
  width: 35px;
  height: 28px;
  background: url(/gas/cmn/img/ico_denkigas_img.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  left: calc(50% - 17px);
  top: calc(50% - 14px);
}
.contents.tpoint .col1Btn.-gas {
  text-align: left;
  margin-top: 0;
}
.contents.tpoint .col1Btn.-gas .ico:before {
  content: "";
  width: 21px;
  height: 36px;
  background: url(/gas/cmn/img/ico_gas_img.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  left: calc(50% - 10px);
  top: calc(50% - 18px);
}
.contents.tpoint .col1Btn .ico {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  margin-right: 10px;
  position: relative;
}
.contents.tpoint .col2Table {
  margin-top: 40px;
}
.contents.tpoint .col2Table td {
  text-align: left;
}
.contents.tpoint .col3Notes {
  margin-top: 10px;
  display: inline-block;
}
.contents.tpoint .col3Notes > li {
  text-align: left;
  font-size: var(--fsize12);
}

@media screen and (max-width: 1024px) {
  .contents.tpoint .colTop {
    padding: 40px 30px 10px;
    -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    gap: 0;
  }
  .contents.tpoint .colTopBefore,
  .contents.tpoint .colTopAfter {
    width: 100%;
    padding: 25px 0;
  }
  .contents.tpoint .colTopBefore img,
  .contents.tpoint .colTopAfter img {
    max-width: 626px;
    width: 90%;
  }
  .contents.tpoint .colTopBefore {
    margin-bottom: 60px;
  }
  .contents.tpoint .colTopBefore:before {
    width: 24px;
    height: 36px;
    right: auto;
    top: auto;
    bottom: -50px;
    left: calc(50% - 12px);
    transform: rotate(90deg);
  }
  .contents.tpoint .colTopLink {
    font-size: var(--fsize28);
    margin-top: 5px;
  }
  .contents.tpoint .col1Notes {
    margin-top: 20px;
  }
  .contents.tpoint .col1Notes > li {
    font-size: var(--fsize20);
  }
  .contents.tpoint .col1Btn {
    font-size: var(--fsize28);
    margin-top: 40px;
  }
  .contents.tpoint .col1Btn.-denkigas {
    margin-top: 40px;
    -ms-flex-pack: start;
        justify-content: flex-start;
    padding-left: 40px;
  }
  .contents.tpoint .col1Btn.-denkigas .ico:before {
    width: 70px;
    height: 56px;
    left: calc(50% - 34px);
    top: calc(50% - 28px);
  }
  .contents.tpoint .col1Btn.-gas {
    margin-top: 0;
    -ms-flex-pack: start;
        justify-content: flex-start;
    padding-left: 40px;
  }
  .contents.tpoint .col1Btn.-gas .ico:before {
    width: 42px;
    height: 72px;
    left: calc(50% - 20px);
    top: calc(50% - 36px);
  }
  .contents.tpoint .col1Btn .ico {
    width: 100px;
    height: 100px;
    margin-right: 20px;
  }
  .contents.tpoint .col2Table {
    margin-top: 40px;
  }
  .contents.tpoint .col3Notes {
    margin-top: 10px;
  }
  .contents.tpoint .col3Notes > li {
    font-size: var(--fsize20);
  }
}
@media screen and (max-width: 767px) {
  .contents.tpoint .colTop {
    padding: 5.22vw 3.91vw 1.3vw;
  }
  .contents.tpoint .colTopBefore,
  .contents.tpoint .colTopAfter {
    padding: 3.26vw 0;
  }
  .contents.tpoint .colTopBefore {
    margin-bottom: 7.82vw;
  }
  .contents.tpoint .colTopBefore:before {
    width: 3.13vw;
    height: 4.69vw;
    bottom: -6.52vw;
    left: calc(50% - 1.56vw);
  }
  .contents.tpoint .colTopLink {
    font-size: 3.65vw;
    margin-top: 0.65vw;
  }
  .contents.tpoint .col1Notes {
    margin-top: 2.61vw;
  }
  .contents.tpoint .col1Notes > li {
    font-size: 2.61vw;
  }
  .contents.tpoint .col1Btn {
    font-size: 3.65vw;
    margin-top: 5.22vw;
  }
  .contents.tpoint .col1Btn.-denkigas {
    margin-top: 5.22vw;
    padding-left: 5.22vw;
  }
  .contents.tpoint .col1Btn.-denkigas .ico:before {
    width: 9.13vw;
    height: 7.3vw;
    left: calc(50% - 4.43vw);
    top: calc(50% - 3.65vw);
  }
  .contents.tpoint .col1Btn.-gas {
    padding-left: 5.22vw;
  }
  .contents.tpoint .col1Btn.-gas .ico:before {
    width: 5.48vw;
    height: 9.39vw;
    left: calc(50% - 2.61vw);
    top: calc(50% - 4.69vw);
  }
  .contents.tpoint .col1Btn .ico {
    width: 13.04vw;
    height: 13.04vw;
    margin-right: 2.61vw;
  }
  .contents.tpoint .col2Table {
    margin-top: 5.22vw;
  }
  .contents.tpoint .col3Notes {
    margin-top: 1.3vw;
  }
  .contents.tpoint .col3Notes > li {
    font-size: 2.61vw;
  }
}