#contents.index .contentsIn {
  max-width: 870px;
}

.contents.longuse .col2Table {
  margin-top: 40px;
}
.contents.longuse .col2Table td {
  text-align: left;
}
.contents.longuse .col2_notes {
  display: inline-block;
  margin-top: 10px;
}
.contents.longuse .col2_notes > li {
  font-size: var(--fsize12);
}
.contents.longuse .col3Flow {
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
}
.contents.longuse .point {
  border: 2px solid #f0f0f0;
  border-radius: var(--radius2);
  position: relative;
  box-sizing: border-box;
  padding: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 40px;
}
.contents.longuse .point.-mt40 {
  margin-top: 40px;
}
.contents.longuse .point > div:first-child {
  -ms-flex: 1;
      flex: 1;
  text-align: left;
  position: static;
}
.contents.longuse .point > div:last-child {
  width: 250px;
  text-align: center;
}
.contents.longuse .point_otoku {
  position: absolute;
  right: -15px;
  top: -15px;
  font-size: var(--fsize16);
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: -0.05em;
  background: var(--color-denki-key);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
}
.contents.longuse .point_tag {
  font-size: var(--fsize18);
  background: var(--color-denki-key);
  display: table;
  line-height: 1;
  padding: 6px 15px;
  border-radius: 40px;
}
.contents.longuse .point_head {
  font-size: var(--fsize18);
  font-weight: 500;
  margin-top: 10px;
}
.contents.longuse .point_txt {
  font-size: var(--fsize16);
  margin-top: 10px;
}
.contents.longuse .point_year {
  font-size: var(--fsize14);
  font-weight: 500;
  border: 2px solid #000;
  display: table;
  line-height: 1;
  padding: 6px 15px;
  border-radius: 40px;
  margin: 0 auto;
}
.contents.longuse .point_num {
  font-size: var(--fsize16);
  font-weight: 500;
  margin-top: 10px;
}
.contents.longuse .point_family {
  max-width: 250px;
  width: 100%;
  margin-top: 10px;
}
.contents.longuse .point_amount {
  font-size: var(--fsize12);
  margin-top: 10px;
}
.contents.longuse .point_fee {
  font-size: var(--fsize18);
  font-weight: 600;
  margin: 0 auto;
  line-height: 1.1;
  display: table;
  box-sizing: content-box;
}
.contents.longuse .point_fee .txtL {
  font-size: var(--fsize28);
  line-height: inherit;
}
.contents.longuse .col4Nav > button {
  width: 340px;
}
.contents.longuse .longuse_entry {
  font-size: var(--fsize20);
  font-weight: 500;
}
.contents.longuse .longuse_entry.-mt40 {
  margin-top: 40px !important;
}

@media screen and (max-width: 1024px) {
  .contents.longuse .col2Table {
    margin-top: 30px;
  }
  .contents.longuse .col2_notes {
    margin-top: 10px;
  }
  .contents.longuse .col2_notes > li {
    font-size: var(--fsize20);
  }
  .contents.longuse .point {
    padding: 30px;
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    gap: 30px;
    /*
          &.-mt40{
            margin-top: 30px;
          }
    */
  }
  .contents.longuse .point > div:first-child {
    width: 100%;
    position: static;
  }
  .contents.longuse .point > div:last-child {
    width: 100%;
  }
  .contents.longuse .point_otoku {
    font-size: var(--fsize24);
    top: calc(50% - 20px);
    right: 10px;
    width: 120px;
    height: 120px;
  }
  .contents.longuse .point_tag {
    font-size: var(--fsize28);
  }
  .contents.longuse .point_head {
    font-size: var(--fsize32);
    margin-top: 10px;
  }
  .contents.longuse .point_txt {
    font-size: var(--fsize28);
    margin-top: 10px;
  }
  .contents.longuse .point_year {
    font-size: var(--fsize24);
    padding: 6px 15px;
  }
  .contents.longuse .point_num {
    font-size: var(--fsize28);
    font-weight: 500;
    margin-top: 10px;
  }
  .contents.longuse .point_family {
    max-width: 500px;
    margin: 10px auto;
  }
  .contents.longuse .point_amount {
    font-size: var(--fsize20);
    margin-top: 10px;
  }
  .contents.longuse .point_fee {
    font-size: var(--fsize28);
    line-height: 1;
  }
  .contents.longuse .point_fee .txtL {
    font-size: var(--fsize60);
  }
  .contents.longuse .col4Nav > button {
    font-size: var(--fsize20);
    width: 260px;
    height: 100px;
  }
  .contents.longuse .longuse_entry {
    font-size: var(--fsize28);
    text-align: center;
  }
  .contents.longuse .longuse_entry.-mt40 {
    margin-top: 20px !important;
  }
}
@media screen and (max-width: 767px) {
  .contents.longuse .col2Table {
    margin-top: 3.91vw;
  }
  .contents.longuse .col2_notes {
    margin-top: 1.3vw;
  }
  .contents.longuse .col2_notes > li {
    font-size: 2.61vw;
  }
  .contents.longuse .point {
    padding: 3.91vw;
    gap: 3.91vw;
  }
  .contents.longuse .point_otoku {
    font-size: 3.13vw;
    top: calc(50% - 2.61vw);
    right: 1.3vw;
    width: 15.65vw;
    height: 15.65vw;
  }
  .contents.longuse .point_tag {
    font-size: 3.65vw;
  }
  .contents.longuse .point_head {
    font-size: 4.17vw;
    margin-top: 1.3vw;
  }
  .contents.longuse .point_txt {
    font-size: 3.65vw;
    margin-top: 1.3vw;
  }
  .contents.longuse .point_year {
    font-size: 3.13vw;
    padding: 0.78vw 1.96vw;
  }
  .contents.longuse .point_num {
    font-size: 3.65vw;
    margin-top: 1.3vw;
  }
  .contents.longuse .point_family {
    margin: 1.3vw auto;
  }
  .contents.longuse .point_amount {
    font-size: 2.61vw;
    margin-top: 1.3vw;
  }
  .contents.longuse .point_fee {
    font-size: 3.65vw;
    line-height: 1;
  }
  .contents.longuse .point_fee .txtL {
    font-size: 7.82vw;
  }
  .contents.longuse .col4Nav > button {
    font-size: 2.61vw;
    width: 33.9vw;
    height: 13.04vw;
  }
  .contents.longuse .longuse_entry {
    font-size: 3.65vw;
  }
  .contents.longuse .longuse_entry.-mt40 {
    margin-top: 2.61vw !important;
  }
}
.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;
}
.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 .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 .col2Table {
    margin-top: 5.22vw;
  }
  .contents.tpoint .col3Notes {
    margin-top: 1.3vw;
  }
  .contents.tpoint .col3Notes > li {
    font-size: 2.61vw;
  }
}
.contents.carbon .col1,
.contents.carbon .col2 {
  text-align: left;
}
.contents.carbon .readNotes {
  margin-top: 25px;
}
.contents.carbon .col1_list, .contents.carbon .col5_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: space-between;
      align-items: space-between;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  gap: 2%;
}
.contents.carbon .col1_list > li, .contents.carbon .col5_list > li {
  border: 2px solid #f0f0f0;
  border-radius: var(--radius2);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
  box-sizing: border-box;
  width: 32%;
  text-align: left;
  padding: 20px;
}
.contents.carbon .col1_list_img {
  min-height: 146px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.contents.carbon .col1_list_img.-img1 > img {
  width: 126px;
  height: auto;
}
.contents.carbon .col1_list_img.-img2 > img {
  width: 129px;
  height: auto;
}
.contents.carbon .col1_list_img.-img3 > img {
  width: 151px;
  height: auto;
}
.contents.carbon .col1_list_txt {
  font-size: var(--fsize14);
  margin-top: 20px;
}
.contents.carbon .col2_notes {
  margin-top: 20px;
}
.contents.carbon .col2_notes > li {
  text-align: left;
  font-size: var(--fsize12);
}
.contents.carbon .col2_img {
  margin: 60px auto 0;
  width: 100%;
  max-width: 840px;
}
.contents.carbon .step_list_img.-img1 {
  width: 200px;
}
.contents.carbon .step_list_img.-img1 > img {
  width: 125px;
  height: auto;
}
.contents.carbon .step_list_img.-img2 {
  width: 200px;
}
.contents.carbon .step_list_img.-img2 > img {
  width: 129px;
  height: auto;
}
.contents.carbon .step_toggle {
  margin-top: 30px;
}
.contents.carbon .step_toggle_body .qa:first-child {
  margin-top: 30px;
}
.contents.carbon .col4_img {
  margin: 60px auto 0;
  width: 100%;
  max-width: 840px;
}
.contents.carbon .col5Nav > button {
  width: 300px;
}
.contents.carbon .col5_list_head {
  font-size: var(--fsize18);
  margin-bottom: 10px;
}
.contents.carbon .col5_list_amount {
  box-sizing: border-box;
  font-size: var(--fsize16);
  line-height: 1.4;
  border: 2px solid #f0f0f0;
  padding: 10px 0;
  border-radius: 40px;
  width: 100%;
  text-align: center;
  margin-top: 15px;
  letter-spacing: 0;
}
.contents.carbon .col5_list_txt {
  font-size: var(--fsize14);
}
.contents.carbon .col5_list_txt.-mt10 {
  margin-top: 10px;
}
.contents.carbon .col5_list_txt.arDown {
  margin-bottom: 40px;
}
.contents.carbon .col5_list_txt.arDown:before {
  bottom: -32px;
}
.contents.carbon .col5_list_otoku {
  font-size: var(--fsize20);
  font-weight: bold;
}
.contents.carbon .col5_list_img {
  width: auto;
  height: 77px;
}
.contents.carbon .col5_list_img > img {
  height: 100%;
  width: auto;
}
.contents.carbon .col5_list_img.-corp {
  height: 98px;
}
.contents.carbon .col6Table {
  width: 100%;
}
.contents.carbon .col6Table td {
  text-align: left;
}
.contents.carbon .col6_notes,
.contents.carbon .col7_notes {
  margin-top: 10px;
  font-size: var(--fsize12);
}
.contents.carbon .col6_notes.-mt5,
.contents.carbon .col7_notes.-mt5 {
  margin-top: 5px;
}
.contents.carbon .col7Nav > button {
  width: 340px;
}
.contents.carbon .col8_in + .col8_in {
  margin-top: 40px;
}
.contents.carbon .qa {
  border: 2px solid #f0f0f0;
  box-sizing: border-box;
  border-radius: var(--radius2);
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.contents.carbon .qa .qaQ {
  color: #333;
  text-decoration: none;
  display: block;
  font-size: var(--fsize18);
  font-weight: bold;
  line-height: 1.2;
  padding: 20px 20px 20px 60px;
  position: relative;
}
.contents.carbon .qa .qaQ:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(../img/ico_q.png) no-repeat left top;
  background-size: cover;
  left: 20px;
  top: calc(50% - 15px);
}
.contents.carbon .qa .qaA {
  position: relative;
  padding: 0 20px 0 60px;
}
.contents.carbon .qa .qaA:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(../img/ico_a.png) no-repeat left top;
  background-size: cover;
  left: 20px;
  top: 3px;
}
.contents.carbon .qaTxt {
  padding: 2px 0 20px 0;
  font-size: var(--fsize16);
}
.contents.carbon .carbon_entry {
  font-size: var(--fsize20);
  font-weight: 500;
}
.contents.carbon .carbon_entry.-mt40 {
  margin-top: 40px !important;
}

@media screen and (max-width: 1024px) {
  .contents.carbon .col1_list, .contents.carbon .col5_list {
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    gap: 40px;
  }
  .contents.carbon .col1_list > li, .contents.carbon .col5_list > li {
    width: 100%;
    padding: 20px;
  }
  .contents.carbon .col1_list_img {
    min-height: 292px;
  }
  .contents.carbon .col1_list_img.-img1 > img {
    width: 252px;
  }
  .contents.carbon .col1_list_img.-img2 > img {
    width: 258px;
  }
  .contents.carbon .col1_list_img.-img3 > img {
    width: 302px;
  }
  .contents.carbon .col1_list_txt {
    font-size: var(--fsize28);
    margin-top: 20px;
  }
  .contents.carbon .col2_img {
    margin-top: 40px;
  }
  .contents.carbon .col2_notes {
    margin-top: 20px;
  }
  .contents.carbon .col2_notes > li {
    font-size: var(--fsize20);
  }
  .contents.carbon .step_list_img.-img1 {
    width: 400px;
  }
  .contents.carbon .step_list_img.-img1 > img {
    width: 250px;
    height: auto;
  }
  .contents.carbon .step_list_img.-img2 {
    width: 400px;
  }
  .contents.carbon .step_list_img.-img2 > img {
    width: 258px;
    height: auto;
  }
  .contents.carbon .col4_img {
    margin-top: 40px;
  }
  .contents.carbon .col5Nav > button {
    width: 260px;
    height: 100px;
  }
  .contents.carbon .col5_list_head {
    font-size: var(--fsize32);
    margin-bottom: 10px;
  }
  .contents.carbon .col5_list_amount {
    font-size: var(--fsize28);
    padding: 10px 0;
    margin-top: 15px;
  }
  .contents.carbon .col5_list_txt {
    font-size: var(--fsize24);
  }
  .contents.carbon .col5_list_txt.-mt10 {
    margin-top: 10px;
  }
  .contents.carbon .col5_list_txt.arDown {
    margin-bottom: 60px;
  }
  .contents.carbon .col5_list_txt.arDown:before {
    bottom: -50px;
  }
  .contents.carbon .col5_list_otoku {
    font-size: var(--fsize40);
  }
  .contents.carbon .col5_list_img {
    width: auto;
    height: 154px;
  }
  .contents.carbon .col5_list_img.-corp {
    height: 196px;
  }
  .contents.carbon .col7Nav > button {
    font-size: var(--fsize20);
    width: 260px;
    height: 100px;
  }
  .contents.carbon .col8_in + .col8_in {
    margin-top: 40px;
  }
  .contents.carbon .qa {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
  }
  .contents.carbon .qa .qaQ {
    font-size: var(--fsize28);
    padding: 30px 20px 30px 70px;
    position: relative;
  }
  .contents.carbon .qa .qaQ:after {
    width: 40px;
    height: 40px;
    left: 20px;
    top: 1em;
  }
  .contents.carbon .qa .qaA {
    font-size: var(--fsize28);
    padding: 0 20px 0 70px;
  }
  .contents.carbon .qa .qaA:after {
    width: 40px;
    height: 40px;
    left: 20px;
    top: 0;
  }
  .contents.carbon .qaTxt {
    padding: 0 0 30px 0;
    font-size: var(--fsize28);
    line-height: 1.4;
  }
  .contents.carbon .carbon_entry {
    font-size: var(--fsize28);
    text-align: center;
  }
  .contents.carbon .carbon_entry.-mt40 {
    margin-top: 20px !important;
  }
}
@media screen and (max-width: 767px) {
  .contents.carbon .col1_list, .contents.carbon .col5_list {
    gap: 5.22vw;
  }
  .contents.carbon .col1_list > li, .contents.carbon .col5_list > li {
    padding: 2.61vw;
  }
  .contents.carbon .col1_list_img {
    min-height: 38.07vw;
  }
  .contents.carbon .col1_list_img.-img1 > img {
    width: 32.86vw;
  }
  .contents.carbon .col1_list_img.-img2 > img {
    width: 33.64vw;
  }
  .contents.carbon .col1_list_img.-img3 > img {
    width: 39.37vw;
  }
  .contents.carbon .col1_list_txt {
    font-size: 3.65vw;
    margin-top: 2.61vw;
  }
  .contents.carbon .col2_img {
    margin-top: 5.22vw;
  }
  .contents.carbon .col2_notes {
    margin-top: 2.61vw;
  }
  .contents.carbon .col2_notes > li {
    font-size: 2.61vw;
  }
  .contents.carbon .step_list_img.-img1 {
    width: 52.15vw;
  }
  .contents.carbon .step_list_img.-img1 > img {
    width: 32.59vw;
  }
  .contents.carbon .step_list_img.-img2 {
    width: 52.15vw;
  }
  .contents.carbon .step_list_img.-img2 > img {
    width: 33.64vw;
  }
  .contents.carbon .col4_img {
    margin-top: 5.22vw;
  }
  .contents.carbon .col5Nav > button {
    width: 33.9vw;
    height: 13.04vw;
  }
  .contents.carbon .col5_list_head {
    font-size: 4.17vw;
    margin-bottom: 1.3vw;
  }
  .contents.carbon .col5_list_amount {
    font-size: 3.65vw;
    padding: 1.3vw 0;
    margin-top: 1.96vw;
  }
  .contents.carbon .col5_list_txt {
    font-size: 3.13vw;
  }
  .contents.carbon .col5_list_txt.-mt10 {
    margin-top: 1.3vw;
  }
  .contents.carbon .col5_list_txt.arDown {
    margin-bottom: 7.82vw;
  }
  .contents.carbon .col5_list_txt.arDown:before {
    bottom: -6.52vw;
  }
  .contents.carbon .col5_list_otoku {
    font-size: 5.22vw;
  }
  .contents.carbon .col5_list_img {
    height: 20.08vw;
  }
  .contents.carbon .col5_list_img.-corp {
    height: 25.55vw;
  }
  .contents.carbon .col7Nav > button {
    font-size: 2.61vw;
    width: 33.9vw;
    height: 13.04vw;
  }
  .contents.carbon .col8_in + .col8_in {
    margin-top: 5.22vw;
  }
  .contents.carbon .qa {
    margin-bottom: 2.61vw;
  }
  .contents.carbon .qa .qaQ {
    font-size: 3.65vw;
    padding: 3.91vw 2.61vw 3.91vw 9.13vw;
    position: relative;
  }
  .contents.carbon .qa .qaQ:after {
    width: 5.22vw;
    height: 5.22vw;
    left: 2.61vw;
    top: 1em;
  }
  .contents.carbon .qa .qaA {
    font-size: 3.65vw;
    padding: 0 2.61vw 0 9.13vw;
  }
  .contents.carbon .qa .qaA:after {
    width: 5.22vw;
    height: 5.22vw;
    left: 2.61vw;
    top: 0.1em;
  }
  .contents.carbon .qaTxt {
    padding: 0 0 3.91vw 0;
    font-size: 3.65vw;
  }
  .contents.carbon .carbon_entry {
    font-size: 3.65vw;
  }
  .contents.carbon .carbon_entry.-mt40 {
    margin-top: 2.61vw !important;
  }
}
.contents .step_list > li {
  border: 2px solid #f0f0f0;
  border-radius: var(--radius2);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  gap: 30px;
  padding: 30px;
  text-align: left;
}
.contents .step_list > li + li {
  margin-top: 40px;
}
.contents .step_list_col {
  -ms-flex: 1;
      flex: 1;
}
.contents .step_list_img {
  font-size: 0;
  line-height: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 300px;
}
.contents .step_list_img > img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.contents .step_list_head {
  font-size: var(--fsize20);
  font-weight: 500;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  gap: 15px;
}
.contents .step_list_head.-column {
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
}
.contents .step_list_head .ico {
  display: inline-block;
  background: var(--color-denki-key);
  font-size: var(--fsize18);
  line-height: 1;
  padding: 9px 15px;
  text-align: center;
  border-radius: 40px;
}
.contents .step_list_txt.-mt20 {
  margin-top: 20px;
}
.contents .step_list_txt.-mt40 {
  margin-top: 40px;
}
.contents .step_list_txt.-center {
  text-align: center;
}
.contents .step_checkList {
  background: #f0f0f0;
  border-radius: var(--radius2);
  padding: 30px;
  margin-top: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  gap: 20px;
}
.contents .step_checkList > li {
  box-sizing: border-box;
  padding-left: 20px;
  position: relative;
  font-size: var(--fsize16);
  font-weight: bold;
  line-height: 1.4;
}
.contents .step_checkList > li:before {
  content: "";
  width: 14px;
  height: 13px;
  background: url(../img/carbon_check_ico.png) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 6px;
}
.contents .step_notes {
  display: inline-block;
  margin-top: 5px;
}
.contents .step_notes > li {
  font-size: var(--fsize12);
}

@media screen and (max-width: 1024px) {
  .contents .step_list > li {
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    gap: 30px;
    padding: 30px;
  }
  .contents .step_list_col {
    -ms-flex: 1;
        flex: 1;
  }
  .contents .step_list_head {
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    gap: 10px;
    font-size: var(--fsize32);
  }
  .contents .step_list_head .ico {
    font-size: var(--fsize28);
    padding: 6px 15px;
  }
  .contents .step_list_img {
    width: 100%;
    max-width: 600px;
  }
  .contents .step_list_txt {
    font-size: var(--fsize28);
  }
  .contents .step_list_txt.-center {
    text-align: left;
  }
  .contents .step_checkList {
    padding: 30px;
    margin-top: 20px;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    gap: 15px;
  }
  .contents .step_checkList > li {
    font-size: var(--fsize28);
    padding-left: 40px;
  }
  .contents .step_checkList > li:before {
    width: 28px;
    height: 26px;
    left: 0;
    top: 8px;
  }
  .contents .step_notes {
    margin-top: 10px;
  }
  .contents .step_notes > li {
    font-size: var(--fsize20);
  }
}
@media screen and (max-width: 767px) {
  .contents .step_list > li {
    gap: 3.91vw;
    padding: 3.91vw;
  }
  .contents .step_list_head {
    gap: 1.3vw;
    font-size: 4.17vw;
  }
  .contents .step_list_head .ico {
    font-size: 3.65vw;
    padding: 0.78vw 1.96vw;
  }
  .contents .step_list_txt.-mt20 {
    margin-top: 2.61vw;
  }
  .contents .step_list_txt.-mt40 {
    margin-top: 5.22vw;
  }
  .contents .step_list_txt {
    font-size: 3.65vw;
  }
  .contents .step_checkList {
    padding: 3.91vw;
    margin-top: 2.61vw;
    gap: 1.96vw;
  }
  .contents .step_checkList > li {
    font-size: 3.65vw;
    padding-left: 5.22vw;
  }
  .contents .step_checkList > li:before {
    width: 3.65vw;
    height: 3.39vw;
    top: 1.04vw;
  }
  .contents .step_notes {
    margin-top: 1.3vw;
  }
  .contents .step_notes > li {
    font-size: 2.61vw;
  }
}