/* Contents */
#wrap:before {
  content: "";
  width: 100%;
  height: 450px;
  background: url(/denkigas/cmn/img/cmn_ptn.svg) no-repeat center bottom;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}

#wrapper {
  margin: 0 auto;
  max-width: 1200px;
  width: 94%;
  position: relative;
  padding-bottom: 120px;
}

.bread {
  width: 100%;
  height: 60px;
  background: var(--color-conv);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.bread_list {
  width: 1200px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  gap: 40px;
}
.bread_list > li {
  font-size: var(--fsize14);
  line-height: 1.4;
  position: relative;
}
.bread_list > li > a {
  color: #666;
}
.bread_list li:not(:first-child):before {
  content: "";
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  width: 4px;
  height: 8px;
  background: #000;
  position: absolute;
  left: -20px;
  top: calc(50% - 4px);
}

.wrapperHead {
  font-size: var(--fsize52);
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
  padding: 80px 0;
}
.wrapperHead.-read {
  padding-bottom: 60px;
}
.wrapperHead:has(> .s) {
  line-height: 1.2;
}
.wrapperHead:has(+ .wrapperNotes) {
  padding-bottom: 0;
}
.wrapperHead > .s {
  font-size: var(--fsize20);
}

.wrapperNotes {
  padding: 10px 0 60px;
}
.wrapperNotes > li {
  font-size: var(--fsize12);
  margin: 0 auto;
}

.wrapperRead {
  font-size: var(--fsize20);
  text-align: center;
}
.wrapperRead.-mb {
  margin-bottom: 80px;
}

.pnav {
  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: 20px;
  margin: 60px 0 80px;
}
.pnav.-row4 > a {
  width: 285px;
  font-size: var(--fsize18);
}
.pnav > a {
  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;
  text-align: center;
  gap: 0;
  width: 380px;
  height: 70px;
  border-radius: var(--radius2);
  border: 2px solid #cccccc;
  background: #fff;
  color: #000;
  font-size: var(--fsize20);
  line-height: 1.4;
  position: relative;
}
.pnav > a span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
}
.pnav > a .s {
  font-size: var(--fsize14);
  width: 100%;
}
.pnav > a:before {
  content: "";
  width: 12px;
  height: 12px;
  background: url(/denkigas/cmn/img/ico_pnav.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 15px;
  top: calc(50% - 6px);
}
.pnav > a:hover {
  text-decoration: none;
}

.btn_close {
  font-size: var(--fsize18);
  margin-top: 60px;
}
.btn_close.-article {
  margin-top: 0;
  margin-bottom: 80px;
}

.btn_back {
  font-size: var(--fsize18);
  margin-top: 60px;
  background-color: #f0f0f0 !important;
  box-shadow: 0px 6px 0px #b6b6b6 !important;
}

.contents {
  background: var(--color-conv);
  border-radius: 40px;
  vertical-align: top;
  box-sizing: border-box;
  padding: 0 0 100px;
  width: 100%;
  position: relative;
}
.contents * {
  position: relative;
}
.contents:before {
  content: "";
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  position: absolute;
  left: 4px;
  top: 4px;
  background: #fff;
  border-radius: 36px;
}

.contentsIn {
  max-width: 940px;
  width: 90%;
  margin: 0 auto;
}

.contentsSection {
  width: 100%;
  position: relative;
  text-align: center;
  padding-top: 100px;
}
.contentsSection.-in {
  padding-top: 60px;
}

.contentsHead {
  width: 100%;
  position: relative;
  margin-bottom: 60px;
  text-align: center;
  padding-top: 100px;
}

.contentsHead-category {
  padding-top: 59px;
}

.contentsTtl {
  font-size: var(--fsize40);
  line-height: 1.4;
  text-align: center;
  position: relative;
  font-weight: 400;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.contentsTtl .small {
  font-size: var(--fsize20);
  line-height: 1.4;
  display: block;
  margin-bottom: 5px;
}
.contentsTtl .small.-mt {
  margin-bottom: 0;
  margin-top: 5px;
}
.contentsTtl .small.-inline {
  display: inline;
}
.contentsTtl .small.-lt0 {
  letter-spacing: 0;
}
.contentsTtl .small.-tag {
  display: table;
  background: var(--color-key);
  border-radius: 40px;
  margin: 10px auto;
  color: #fff;
  padding: 5px 15px 7px;
}
.contentsTtl:before {
  content: "";
  width: 40px;
  height: 8px;
  border-radius: 4px;
  background: var(--color-conv);
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
}

.contentsRead {
  font-size: var(--fsize20);
  text-align: center;
}
.contentsRead .small {
  font-size: var(--fsize12);
}

.contentsReadNotes {
  text-align: center;
}
.contentsReadNotes > li {
  display: block !important;
  font-size: var(--fsize12);
}
.contentsReadNotes > li:before {
  display: none;
}

.contentsReadS {
  font-size: var(--fsize14);
  line-height: 1.4;
  text-align: center;
  margin-top: 5px;
}

.contentsReadAnchor {
  margin-top: 5px;
}

.contentsHead02 {
  font-size: var(--fsize28);
  text-align: center;
  font-weight: 400;
  line-height: 1.4;
  border: 2px solid #666;
  display: table;
  margin: 0 auto;
  padding: 6px 40px;
  border-radius: 80px;
  position: relative;
}

.contentsHead03 {
  display: table;
  font-size: var(--fsize20);
  font-weight: 500;
  line-height: 1.4;
  margin: 0 auto;
  position: relative;
  padding: 0 12px;
  text-align: center;
}
.contentsHead03:before {
  content: "";
  width: 1px;
  height: 26px;
  background: #000;
  transform: rotate(-20deg);
  position: absolute;
  left: 0;
  bottom: 0;
}
.contentsHead03:after {
  content: "";
  width: 1px;
  height: 26px;
  background: #000;
  transform: rotate(20deg);
  position: absolute;
  right: 0;
  bottom: 0;
}
.contentsHead03.-under {
  padding: 0 0 5px;
  border-bottom: 2px solid #000;
  margin-bottom: 30px;
}
.contentsHead03.-under:before, .contentsHead03.-under:after {
  display: none;
}
.contentsHead03.-denki {
  text-align: left;
  padding-left: 26px;
}
.contentsHead03.-denki:before {
  transform: rotate(0);
  display: block;
  width: 18px;
  height: 30px;
  background: url(/denkigas/cmn/img/ico_denki_img.svg) no-repeat center/contain;
  left: 0;
  top: calc(50% - 20px);
}
.contentsHead03.-gas {
  text-align: left;
  padding-left: 26px;
}
.contentsHead03.-gas:before {
  transform: rotate(0);
  display: block;
  width: 14px;
  height: 28px;
  background: url(/denkigas/cmn/img/ico_gas_img.svg) no-repeat center/contain;
  left: 4px;
  top: calc(50% - 18px);
}

.contentsHead03B {
  display: block;
  font-size: var(--fsize20);
  font-weight: 500;
  text-align: left;
  line-height: 1.4;
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.contentsHead03B .small {
  font-size: var(--fsize14);
  font-weight: normal;
}
.contentsHead03B.-noBorder {
  border-bottom: none !important;
  padding-bottom: 0 !important;
}
.contentsHead03B.-alert {
  position: relative;
  padding-left: 30px;
}
.contentsHead03B.-alert:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../img/ico_alert.svg) no-repeat left center;
  background-size: contain;
  left: 5px;
  top: calc(50% - 15px);
}

.contentsHead04 {
  font-size: var(--fsize18);
  font-weight: 500;
  line-height: 1.2;
  position: relative;
  padding-left: 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.contentsHead04.-col2:before {
  top: 0.4em;
  margin-top: 0;
}
.contentsHead04:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50%;
  background: #000;
  left: 5px;
  top: 0.3em;
}

.checkList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  gap: 20px 40px;
  padding: 40px 80px;
  border-radius: var(--radius3);
  border: 2px solid #f0f0f0;
}
.checkList > li {
  font-size: var(--fsize18);
  line-height: 1.4;
  font-weight: 500;
  position: relative;
  padding-left: 26px;
  text-align: left;
}
.checkList > li:before {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 0.18em;
  background: url(/denkigas/cmn/img/ico_check.png) no-repeat center;
  background-size: contain;
}

.contentsAlert {
  border-radius: var(--radius2);
  box-sizing: border-box;
  border: 2px solid var(--color-alert);
  padding: 30px;
  text-align: left;
  background: #ffefef;
  margin-top: 30px;
}
.contentsAlert.-ico {
  position: relative;
  padding-left: 80px;
}
.contentsAlert.-ico:before {
  content: "";
  width: 40px;
  height: 36px;
  position: absolute;
  left: 20px;
  top: calc(50% - 18px);
  background: url(/denkigas/cmn/img/ico_alert_r.svg) no-repeat left top/contain;
}
.contentsAlert.-centerPC {
  text-align: center;
}
.contentsAlert.-s {
  padding: 10px 15px;
}
.contentsAlert.-noBg {
  background: none;
}
.contentsAlert.-noBorder {
  border: none;
  padding: 0;
  margin-top: 20px;
}

.contentsAlertTxt {
  font-size: var(--fsize18);
  color: var(--color-alert);
  font-weight: 500;
}
.contentsAlertTxt > a {
  color: var(--color-alert);
  text-decoration: underline;
}
.contentsAlertTxt.-s {
  font-size: var(--fsize16);
}
.contentsAlertTxt.-bold {
  font-weight: bold;
}

.contentsAlertNotes {
  margin-top: 10px;
}
.contentsAlertNotes > li {
  font-size: var(--fsize10);
}

.contentsNav {
  width: 100%;
  letter-spacing: -1em;
  word-spacing: 0.1em;
  font-size: 0;
  padding-bottom: 3px;
}
.contentsNav li {
  width: 32%;
  height: 90px;
  margin-left: 2%;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  font-size: var(--fsize18);
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
}
.contentsNav li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding-top: 32px;
  padding-right: 4%;
  background: #f0f0f0;
  box-shadow: 0px 3px 0px #b2b2b2;
  border-radius: 20px;
  color: #333333;
}
.contentsNav li a:hover {
  text-decoration: none;
}
.contentsNav li .fas {
  color: #000000;
  font-size: var(--fsize18);
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -9px;
  letter-spacing: normal;
}
.contentsNav li:first-child {
  margin-left: 0;
}
.contentsNav li.colTwo a {
  padding-top: 19px;
}

.contentsTxt {
  font-size: var(--fsize16);
  text-align: left;
}
.contentsTxt.-centerPC {
  text-align: center;
}
.contentsTxt .small {
  font-size: var(--fsize12);
}

.tabNavRead {
  font-size: var(--fsize18);
  text-align: center;
  margin-bottom: 40px;
}

.tabNavOuter {
  width: 100%;
  position: relative;
  text-align: center;
}

.tabNav {
  display: flex inline;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  background: #f0f0f0;
  width: auto;
  padding: 4px;
  border-radius: 100px;
}
.tabNav.-max {
  margin: 0 auto;
}
.tabNav.-max > button,
.tabNav.-max > a,
.tabNav.-max > span {
  width: 140px;
}
.tabNav.-sizeL > button,
.tabNav.-sizeL > a,
.tabNav.-sizeL > span {
  width: 300px;
  height: 100px;
}
.tabNav > button,
.tabNav > a,
.tabNav > span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #000;
  height: 72px;
  background: none;
  border-radius: 100px;
  font-size: var(--fsize20);
  font-weight: 500;
  line-height: 1.2;
  width: 200px;
  text-align: center;
}
.tabNav > button.col2,
.tabNav > a.col2,
.tabNav > span.col2 {
  font-size: var(--fsize18);
}
.tabNav > button.active,
.tabNav > a.active,
.tabNav > span.active {
  background: var(--color-key);
}
.tabNav > button a:hover,
.tabNav > a a:hover,
.tabNav > span a:hover {
  opacity: 1;
  cursor: default;
}

.tabNav_hosoku {
  margin-top: 10px;
  font-size: var(--fsize12);
}

.tabNavLink {
  text-align: center;
  margin-top: 40px;
}

.tabContents {
  margin-top: 30px;
}
.tabContents > li {
  display: none;
}
.tabContents > li.active {
  display: block;
}

.arDown {
  position: relative;
  margin-bottom: 100px;
}
.arDown:before {
  content: "";
  width: 56px;
  height: 27px;
  background: url(../img/ar_d_g_renew.svg) no-repeat left top;
  background-size: contain;
  position: absolute;
  left: calc(50% - 28px);
  bottom: -65px;
}

.arRight {
  position: relative;
  margin-right: 40px;
}

.arRight:before {
  content: "";
  width: 12px;
  height: 18px;
  background: url(../img/ar_r_b.svg) no-repeat left top;
  background-size: contain;
  position: absolute;
  right: -27px;
  top: 50%;
  margin-top: -9px;
}

.kakomi {
  border: 2px solid #f0f0f0;
  border-radius: 10px;
  box-sizing: border-box;
}

.indexList {
  letter-spacing: -1em;
  word-spacing: 0.1em;
  font-size: 0;
  text-align: center;
  margin-top: -60px;
}
.indexList .parents {
  display: inline-block;
  text-align: center;
  margin-top: 60px;
}
.indexList .parents.mr {
  margin-right: 30px;
}
.indexList .indexListIn .child {
  display: inline-block;
  text-align: center;
}
.indexList .indexListIn .child.mr {
  margin-right: 30px;
}

.indexListBtn {
  display: block;
  box-sizing: border-box;
  width: 420px;
  padding: 20px;
  background: #ffed76;
  box-shadow: 0 3px 0 #c5b85f;
  border-radius: 20px;
  text-align: left;
  margin-top: 30px;
  position: relative;
}
.indexListBtn i {
  position: absolute;
  font-size: var(--fsize20);
  color: #000000;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  letter-spacing: normal;
}

.indexListBtnImg {
  width: 120px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

.indexListBtnTxtOuter {
  display: inline-block;
  vertical-align: middle;
  width: 220px;
  box-sizing: border-box;
  padding-left: 20px;
  text-decoration: none;
  color: var(--color-txt);
}

.indexListBtnTtl {
  font-size: var(--fsize18);
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0;
}
.indexListBtnTtl.-kakko {
  text-indent: -0.5em;
}
.indexListBtnTtl.-lt01 {
  letter-spacing: -0.1em;
}

.indexListBtnTxt {
  font-size: var(--fsize16);
  line-height: 1.4;
  letter-spacing: 0;
  margin-top: 5px;
}

.contentsTableScroller .nextBtn,
.contentsTableScroller .prevBtn {
  display: none;
}

.contentsTableScroller.-pc {
  width: 100%;
}
.contentsTableScroller.-pc.leftMax:after,
.contentsTableScroller.-pc.leftMax .prevBtn {
  display: none;
}
.contentsTableScroller.-pc.rightMax:before,
.contentsTableScroller.-pc.rightMax .nextBtn {
  display: none;
}
.contentsTableScroller.-pc:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 10%;
  height: 100%;
  background: linear-gradient(to left, rgb(255, 255, 255) 25%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}
.contentsTableScroller.-pc:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 10%;
  height: 100%;
  background: linear-gradient(to right, rgb(255, 255, 255) 25%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}
.contentsTableScroller.-pc .nextBtn {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  right: -20px;
  top: calc(50% - 20px);
  z-index: 2;
  background: url(/denki/cmn/img/ico_slider_ar_w.svg) rgba(0, 0, 0, 0.5) no-repeat 54% center/10px 23px;
}
.contentsTableScroller.-pc .prevBtn {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  left: -20px;
  top: calc(50% - 20px);
  z-index: 2;
  background: url(/denki/cmn/img/ico_slider_ar_w.svg) rgba(0, 0, 0, 0.5) no-repeat 54% center/10px 23px;
  transform: scale(-1, 1);
}
.contentsTableScroller.-pc .scroll {
  width: 100%;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.contentsTableScroller.-pc .scroll::-webkit-scrollbar {
  display: none;
}
.contentsTableScroller.-pc .contentsTable {
  width: 140%;
  max-width: inherit;
}

.contentsTable {
  border: 2px solid #b3b3b3;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: var(--radius2);
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
.contentsTable tr {
  vertical-align: top;
}
.contentsTable th {
  background: #f0f0f0;
}
.contentsTable th, .contentsTable td {
  border-right: 2px solid #b3b3b3;
  border-bottom: 2px solid #b3b3b3;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  vertical-align: middle;
  text-align: center;
  padding: 20px;
}
.contentsTable th:last-child, .contentsTable td:last-child {
  border-right: none !important;
}
.contentsTable th.br, .contentsTable td.br {
  border-right: 2px solid #b3b3b3 !important;
}
.contentsTable th.bb, .contentsTable td.bb {
  border-bottom: 2px solid #b3b3b3 !important;
}
.contentsTable th.brNone, .contentsTable td.brNone {
  border-right: none !important;
}
.contentsTable th.bbNone, .contentsTable td.bbNone {
  border-bottom: none !important;
}

.table_txt {
  line-height: 1.4;
}
.table_txt + .table_txt {
  margin-top: 10px;
}

.table_cost {
  font-size: var(--fsize20);
  font-weight: 500;
  line-height: 1.4;
}
.table_cost + .table_txt {
  margin-top: 10px;
}

.table_notes {
  margin-top: 10px;
}
.table_notes > li {
  display: block !important;
  font-size: var(--fsize12);
}

.contentsTable_notes {
  display: inline-block;
  margin-top: 10px;
}
.contentsTable_notes > li {
  text-align: left;
  font-size: var(--fsize12);
}

.toggleBtn {
  position: relative;
  cursor: pointer;
}
.toggleBtn.-toggleSp:before {
  display: none;
}
.toggleBtn.-toggleSp + .toggleBody {
  display: block;
}
.toggleBtn.-toggleSp + .toggleBody.-isIb {
  display: inline-block;
}
.toggleBtn:not(.-toggleSp).-sizeS {
  background: #f0f0f0;
  display: flex inline;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 8px 80px;
  font-size: var(--fsize14);
  line-height: 1.4;
  border-radius: var(--radius1);
  position: relative;
}
.toggleBtn:not(.-toggleSp).-sizeS .ico {
  position: absolute;
  width: 10px;
  height: 10px;
  right: 10px;
  top: calc(50% - 5px);
}
.toggleBtn:not(.-toggleSp).-sizeS .ico:before {
  content: "";
  width: 10px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  top: 4px;
}
.toggleBtn:not(.-toggleSp).-sizeS .ico:after {
  content: "";
  width: 2px;
  height: 10px;
  background: #000;
  position: absolute;
  left: 4px;
  top: 0;
  transition: transform 0.2s;
}
.toggleBtn:not(.-toggleSp).-sizeS.open .ico:after {
  transform: rotate(90deg);
}
.toggleBtn:not(.-toggleSp).-sizeL .ico {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 20px;
  top: calc(50% - 10px);
}
.toggleBtn:not(.-toggleSp).-sizeL .ico:before {
  content: "";
  width: 20px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  top: 9px;
}
.toggleBtn:not(.-toggleSp).-sizeL .ico:after {
  content: "";
  width: 2px;
  height: 20px;
  background: #000;
  position: absolute;
  left: 9px;
  top: 0;
  transition: transform 0.2s;
}
.toggleBtn:not(.-toggleSp).-sizeL.open .ico:after {
  transform: rotate(90deg);
}

.btnTwo {
  letter-spacing: -1em;
  word-spacing: 0.1em;
  font-size: 0;
}
.btnTwo li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  max-width: 370px;
  width: 46%;
  height: 80px;
}
.btnTwo li a {
  position: relative;
  display: block;
  box-sizing: border-box;
  background: #ffed76;
  box-shadow: 0 3px 0 #c5b85f;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  color: var(--color-txt);
  font-weight: bold;
  text-decoration: none;
}
.btnTwo li a:hover {
  text-decoration: none;
}
.btnTwo li:first-child {
  margin-right: 20px;
}

.btnTwoS {
  letter-spacing: -1em;
  word-spacing: 0.1em;
  font-size: 0;
  width: 100%;
}
.btnTwoS li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  width: 325px;
  height: 80px;
}
.btnTwoS li a {
  position: relative;
  display: block;
  box-sizing: border-box;
  background: #ffed76;
  box-shadow: 0 3px 0 #c5b85f;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  color: var(--color-txt);
  font-weight: bold;
  text-decoration: none;
}
.btnTwoS li a:hover {
  text-decoration: none;
}
.btnTwoS li:first-child {
  margin-right: 20px;
}

.btnBack {
  width: 100%;
  max-width: 540px;
  height: 60px;
  text-align: center;
  position: relative;
  display: block;
  box-sizing: border-box;
  background: #ffed76;
  box-shadow: 0 3px 0 #c5b85f;
  border-radius: 20px;
  color: var(--color-txt);
  font-weight: bold;
  text-decoration: none;
  margin: 0 auto;
  font-size: var(--fsize18);
  padding-top: 14px;
}
.btnBack .fas {
  color: #000000;
  font-size: var(--fsize18);
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -9px;
  letter-spacing: normal;
}

.btnBack:hover {
  text-decoration: none;
}

.notes li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: var(--fsize14);
  line-height: 1.6;
}

.cpBnr {
  width: 100%;
  max-width: 560px;
  height: auto;
  text-align: center;
  position: relative;
  display: block;
  box-sizing: border-box;
  box-shadow: 0 6px 0 #000;
  border-radius: var(--radius2);
  overflow: hidden;
  margin: 40px auto 0;
}

.notesBlock {
  background: #f0f0f0;
  border-radius: var(--radius2);
  padding: 30px;
  text-align: center;
  max-width: 840px;
  margin: 0 auto;
}
.notesBlock .list {
  display: inline-block;
  margin-top: 10px;
}
.notesBlock .list > li {
  text-align: left;
  font-size: var(--fsize12);
}

.notesBlockRead {
  margin: 0 auto;
}
.notesBlockRead.-s {
  font-size: var(--fsize14);
}

.cpInfoTerm {
  margin-top: 10px;
  text-align: center;
}

.cpInfoTermTable.contentsTable {
  margin-top: 10px;
}
.cpInfoTermTable.contentsTable th {
  min-width: 95px;
}
.cpInfoTermTable.contentsTable td {
  text-align: left;
}

@media screen and (max-width: 1240px) {
  /*
    #wrap{
      &:before{
        height: 200px;
      }
    }
  */
  #wrapper {
    padding: 0 20px 120px;
  }
  .bread_list {
    width: 100%;
    padding: 0 20px;
  }
}
.outerFaq {
  padding: 0 0 120px;
}

.outerFaq_toggle {
  width: calc(100% - 8.42vw);
  max-width: 1000px;
  margin: 0 auto;
  border-top: 2px solid #000;
}
.outerFaq_toggle:first-of-type {
  margin-top: 60px;
}
.outerFaq_toggle:last-of-type {
  border-bottom: 2px solid #000;
}

.outerFaq_toggle_head {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  gap: 20px;
  font-size: var(--fsize28);
  padding: 20px 80px 20px 20px !important;
  position: relative;
  text-align: left;
}
.outerFaq_toggle_head .tag {
  --color-key: #8dee84;
  background: var(--color-key);
  width: 80px;
  border-radius: 120px;
  text-align: center;
}
.outerFaq_toggle_head .txt {
  -ms-flex: 1;
      flex: 1;
}

/*
.outerFaq_toggle_body{
  margin-bottom: 40px;
}
*/
.outerFaq_toggle_body_inner {
  border-radius: var(--radius2);
  padding: 0 20px 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  gap: 20px;
}
.outerFaq_toggle_body_inner .tag {
  font-size: var(--fsize28);
  color: #fff;
  line-height: 1.2;
  text-align: center;
  background: #000;
  width: 80px;
  border-radius: 120px;
}

.outerFaq_col {
  -ms-flex: 1;
      flex: 1;
}

.outerFaq_txt {
  font-size: var(--fsize20);
}

@media screen and (max-width: 1024px) {
  #wrap:before {
    height: 360px;
  }
  #wrapper {
    margin: 0 auto;
    padding: 0 0 60px;
    max-width: 767px;
    width: 100%;
  }
  .wrapperHead {
    font-size: var(--fsize40);
    padding: 60px 0;
    width: 92%;
    margin: 0 auto;
  }
  .wrapperHead.-read {
    padding-bottom: 40px;
  }
  .wrapperHead:has(+ .wrapperNotes) {
    padding-bottom: 0;
  }
  .wrapperHead > .s {
    font-size: var(--fsize20);
  }
  .wrapperNotes {
    padding: 5px 0 60px;
    width: 92%;
    margin: 0 auto;
  }
  .wrapperNotes > li {
    font-size: var(--fsize20);
  }
  .wrapperRead {
    font-size: var(--fsize28);
    text-align: left;
    width: 92%;
    margin: 0 auto;
  }
  .wrapperRead.-mb {
    margin-bottom: 60px;
  }
  .pnav {
    gap: 10px 2%;
    margin: 60px auto;
    width: 92%;
  }
  .pnav.-row4 > a {
    width: 49%;
    font-size: var(--fsize24);
  }
  .pnav > a {
    width: 49%;
    height: 100px;
    font-size: var(--fsize24);
  }
  .pnav > a .s {
    font-size: var(--fsize20);
  }
  .pnav > a:before {
    width: 20px;
    height: 20px;
    right: 15px;
    top: calc(50% - 10px);
  }
  .pnav > a:hover {
    text-decoration: none;
  }
  .btn_close {
    font-size: var(--fsize32);
    margin-top: 60px;
  }
  .btn_back {
    font-size: var(--fsize32);
    margin-top: 60px;
    box-shadow: 0px 8px 0px #b6b6b6 !important;
  }
  .contents {
    padding: 0 0 60px;
  }
  .contentsIn {
    margin: 0 auto;
  }
  .contentsSection {
    padding-top: 80px;
  }
  .contentsSection.-in {
    padding-top: 50px;
  }
  .contentsHead {
    margin-bottom: 40px;
    padding-top: 80px;
  }
  .contentsHead-category {
    padding-top: 43px;
  }
  .contentsTtl {
    font-size: var(--fsize36);
  }
  .contentsRead {
    font-size: var(--fsize28);
    text-align: left;
  }
  .contentsReadNotes {
    text-align: left;
  }
  .contentsReadNotes > li {
    font-size: var(--fsize20);
  }
  .contentsHead02 {
    font-size: var(--fsize32);
    padding: 6px 40px;
  }
  .contentsHead03 {
    font-size: var(--fsize30);
    padding: 0 18px;
  }
  .contentsHead03:before {
    width: 1px;
    height: 36px;
  }
  .contentsHead03:after {
    width: 1px;
    height: 36px;
  }
  .contentsHead03.-under {
    padding: 0 0 10px;
    margin-bottom: 30px;
  }
  .contentsHead03.-denki {
    padding-left: 46px;
  }
  .contentsHead03.-denki:before {
    width: 36px;
    height: 60px;
    top: calc(50% - 33px);
  }
  .contentsHead03.-gas {
    padding-left: 46px;
  }
  .contentsHead03.-gas:before {
    width: 28px;
    height: 56px;
    left: 5px;
    top: calc(50% - 28px);
  }
  .contentsHead03B {
    font-size: var(--fsize28);
    padding-bottom: 8px;
    margin-bottom: 20px;
  }
  .contentsHead03B .small {
    font-size: var(--fsize20);
  }
  .contentsHead03B.-alert {
    padding-left: 36px;
  }
  .contentsHead03B.-alert:before {
    width: 26px;
    height: 26px;
    left: 5px;
    top: calc(50% - 18px);
  }
  .contentsHead04 {
    font-size: var(--fsize28);
    padding-left: 40px;
  }
  .contentsHead04:before {
    width: 20px;
    height: 20px;
    left: 5px;
  }
  .checkList {
    gap: 15px 40px;
    padding: 30px 40px;
    margin-top: 20px;
  }
  .checkList > li {
    font-size: var(--fsize28);
    letter-spacing: 0;
    font-weight: 500;
    position: relative;
    padding-left: 34px;
  }
  .checkList > li:before {
    width: 28px;
    height: 28px;
    top: 0.2em;
  }
  .contentsTableScroller {
    width: 100%;
  }
  .contentsTableScroller .nextBtn,
  .contentsTableScroller .prevBtn {
    display: block;
  }
  .contentsTableScroller.leftMax:after,
  .contentsTableScroller.leftMax .prevBtn {
    display: none;
  }
  .contentsTableScroller.rightMax:before,
  .contentsTableScroller.rightMax .nextBtn {
    display: none;
  }
  .contentsTableScroller:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 10%;
    height: 100%;
    background: linear-gradient(to left, rgb(255, 255, 255) 25%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
  }
  .contentsTableScroller:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 10%;
    height: 100%;
    background: linear-gradient(to right, rgb(255, 255, 255) 25%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
  }
  .contentsTableScroller .nextBtn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    right: -20px;
    top: calc(50% - 20px);
    z-index: 2;
    background: url(/denki/cmn/img/ico_slider_ar_w.svg) rgba(0, 0, 0, 0.5) no-repeat 54% center/10px 23px;
  }
  .contentsTableScroller .prevBtn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    left: -20px;
    top: calc(50% - 20px);
    z-index: 2;
    background: url(/denki/cmn/img/ico_slider_ar_w.svg) rgba(0, 0, 0, 0.5) no-repeat 54% center/10px 23px;
    transform: scale(-1, 1);
  }
  .contentsTableScroller .scroll {
    width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .contentsTableScroller .scroll::-webkit-scrollbar {
    display: none;
  }
  .contentsTableScroller .contentsTable {
    width: 140%;
    max-width: inherit;
  }
  .contentsTable th, .contentsTable td {
    padding: 20px;
  }
  .table_txt {
    font-size: var(--fsize24);
  }
  .table_cost {
    font-size: var(--fsize28);
  }
  .table_notes {
    margin-top: 10px;
  }
  .table_notes > li {
    font-size: var(--fsize20);
  }
  .contentsTable_notes {
    margin-top: 10px;
  }
  .contentsTable_notes > li {
    font-size: var(--fsize20);
  }
  .contentsTxt {
    font-size: var(--fsize28);
  }
  .contentsTxt.-centerPC {
    text-align: left;
  }
  .contentsTxt .small {
    font-size: var(--fsize20);
  }
  .contentsAlert {
    padding: 30px;
    margin-top: 30px;
  }
  .contentsAlert.-ico {
    padding-top: 120px;
    padding-left: 30px;
  }
  .contentsAlert.-ico:before {
    width: 80px;
    height: 78px;
    left: calc(50% - 40px);
    top: 30px;
  }
  .contentsAlertTxt {
    font-size: var(--fsize28);
  }
  .contentsAlertTxt.-s {
    font-size: var(--fsize20);
  }
  .contentsAlertNotes > li {
    font-size: var(--fsize20);
  }
  .contentsNav li {
    font-size: var(--fsize16);
  }
  .contentsNav li .fas {
    font-size: var(--fsize16);
    margin-top: -8px;
  }
  .tabNavRead {
    font-size: var(--fsize28);
    margin-bottom: 30px;
  }
  .tabNav.-fam button {
    width: 260px;
  }
  .tabNav.-max > button,
  .tabNav.-max > a,
  .tabNav.-max > span {
    width: 140px;
  }
  .tabNav.-sizeL > button,
  .tabNav.-sizeL > a,
  .tabNav.-sizeL > span {
    width: 300px;
    height: 100px;
  }
  .tabNav > button,
  .tabNav > a,
  .tabNav > span {
    font-size: var(--fsize28);
    width: 190px;
  }
  .tabNav > button.col2,
  .tabNav > a.col2,
  .tabNav > span.col2 {
    font-size: var(--fsize24);
  }
  .tabNav_hosoku {
    margin-top: 10px;
    font-size: var(--fsize20);
  }
  .tabNavLink {
    text-align: center;
    margin-top: 30px;
  }
  .tabContents {
    margin-top: 20px;
  }
  .indexList {
    margin: -40px 0 23px 0;
  }
  .indexList .parents {
    margin-top: 40px;
    width: 49%;
  }
  .indexList .parents.mr {
    margin-right: 2%;
  }
  .indexList .parents.two {
    width: 100%;
  }
  .indexList .indexListIn .child {
    width: 49%;
  }
  .indexList .indexListIn .child.mr {
    margin-right: 2%;
  }
  .indexListBtn {
    max-width: 420px;
    width: 100%;
    padding: 15px;
    margin-top: 20px;
  }
  .indexListBtn i {
    font-size: var(--fsize18);
    right: 10px;
    margin-top: -9px;
  }
  .indexListBtnImg {
    max-width: 120px;
    width: 32%;
  }
  .indexListBtnTxtOuter {
    width: 60%;
    padding-left: 4%;
  }
  .indexListBtnTtl {
    font-size: var(--fsize16);
  }
  .indexListBtnTxt {
    font-size: var(--fsize14);
  }
  .toggleBtn:not(.-toggleSp).-sizeS, .toggleBtn:not(.-toggleSp).-sizeL {
    font-size: 3.13vw;
    padding: 1.56vw 10.43vw;
  }
  .toggleBtn:not(.-toggleSp).-sizeS .ico, .toggleBtn:not(.-toggleSp).-sizeL .ico {
    width: 10px;
    height: 10px;
    right: 10px;
    top: calc(50% - 5px);
  }
  .toggleBtn:not(.-toggleSp).-sizeS .ico:before, .toggleBtn:not(.-toggleSp).-sizeL .ico:before {
    width: 10px;
    top: 4px;
  }
  .toggleBtn:not(.-toggleSp).-sizeS .ico:after, .toggleBtn:not(.-toggleSp).-sizeL .ico:after {
    height: 10px;
    left: 4px;
  }
  .btnTwo li:first-child {
    margin-right: 15px;
  }
  .cpBnr {
    box-shadow: 0 8px 0 #000;
    margin: 30px auto 0;
  }
  .notes li {
    font-size: var(--fsize14);
  }
  .notesBlock {
    background: #f0f0f0;
    border-radius: var(--radius2);
    padding: 30px;
  }
  .notesBlock .list {
    margin-top: 20px;
  }
  .notesBlock .list > li {
    font-size: var(--fsize20);
  }
  .notesBlockRead {
    line-height: 1.4;
    text-align: center;
  }
  .notesBlockRead.-s {
    font-size: var(--fsize24);
  }
  .toggleBtn:before {
    width: 32px;
    height: 32px;
    right: 20px;
    top: calc(50% - 16px);
  }
  .outerFaq {
    padding: 0 0 100px;
  }
  .outerFaq_toggle {
    width: 94%;
    max-width: 767px;
    border-top: 2px solid #000;
  }
  .outerFaq_toggle:first-of-type {
    margin-top: 50px;
  }
  .outerFaq_toggle:last-of-type {
    border-bottom: 2px solid #000;
  }
  .outerFaq_toggle_head {
    gap: 20px;
    font-size: var(--fsize28) !important;
    text-align: left;
    padding: 20px 60px 20px 20px !important;
  }
  .outerFaq_toggle_head .tag {
    width: 60px;
    text-align: center;
  }
  .outerFaq_toggle_body_inner {
    gap: 20px;
    padding: 0 20px 20px;
    text-align: left;
  }
  .outerFaq_toggle_body_inner .tag {
    font-size: var(--fsize28);
    width: 60px;
  }
  .outerFaq_txt {
    font-size: var(--fsize28);
  }
}
@media screen and (max-width: 767px) {
  #wrap:before {
    height: 36.51vw;
  }
  #wrapper {
    width: 100%;
    padding: 0 0 7.82vw;
  }
  .wrapperHead {
    font-size: 5.74vw;
    padding: 5.22vw 0;
    width: 88%;
  }
  .wrapperHead.-read {
    padding-bottom: 3.91vw;
  }
  .wrapperHead:has(+ .wrapperNotes) {
    padding-bottom: 0;
  }
  .wrapperHead > .s {
    font-size: 2.61vw;
  }
  .wrapperNotes {
    padding: 0.65vw 0 5.22vw;
    width: 88%;
  }
  .wrapperNotes > li {
    font-size: 2.61vw;
  }
  .wrapperRead {
    font-size: 4.17vw;
    width: 88%;
  }
  .wrapperRead.-mb {
    margin-bottom: 7.82vw;
  }
  .bread {
    width: 100%;
    height: 30px;
  }
  .bread_list {
    gap: 20px;
  }
  .bread_list > li {
    font-size: var(--fsize10);
    line-height: 1.4;
    position: relative;
  }
  .bread_list li:not(:first-child):before {
    width: 3px;
    height: 6px;
    left: -10px;
    top: calc(50% - 3x);
  }
  .pnav {
    gap: 1.3vw 2%;
    margin: 7.82vw auto;
    width: 88%;
  }
  .pnav.-row4 > a {
    font-size: 3.13vw;
  }
  .pnav > a {
    height: 13.04vw;
    font-size: 3.13vw;
  }
  .pnav > a .s {
    font-size: 2.61vw;
  }
  .pnav > a:before {
    width: 2.61vw;
    height: 2.61vw;
    right: 1.96vw;
    top: calc(50% - 1.3vw);
  }
  .btn_close {
    font-size: 4.17vw;
    margin-top: 7.82vw;
  }
  .btn_close.-article {
    margin-top: 0;
    margin-bottom: 7.82vw;
  }
  .btn_back {
    font-size: 4.17vw;
    margin-top: 7.82vw;
    box-shadow: 0px 1.04vw 0px #b6b6b6 !important;
  }
  .contents {
    border-radius: 5.22vw;
    padding: 0 0 2.61vw;
  }
  .contents:before {
    border-radius: 4.69vw;
  }
  .contentsIn {
    margin: 0 auto;
  }
  .contentsSection {
    width: 100%;
    padding-top: 10.43vw;
  }
  .contentsSection.-in {
    padding-top: 6.52vw;
  }
  .contentsHead {
    width: 100%;
    margin-bottom: 30px;
    padding-top: 10.43vw;
  }
  .contentsHead-category {
    padding-top: 17px;
  }
  .contentsTtl {
    font-size: 4.69vw;
    padding-bottom: 3.91vw;
    margin-bottom: 3.91vw;
  }
  .contentsTtl .small {
    font-size: 2.61vw;
  }
  .contentsTtl .small.-tag {
    margin: 5px auto;
    padding: 5px 20px 5px;
  }
  .contentsTtl:before {
    width: 5.22vw;
    height: 6px;
    margin-left: -2.61vw;
  }
  .contentsRead {
    font-size: 3.65vw;
  }
  .contentsRead .small {
    font-size: 2.61vw;
  }
  .contentsReadNotes > li {
    font-size: 2.61vw;
  }
  .contentsReadS {
    font-size: var(--fsize12);
    text-align: left;
  }
  .contentsHead02 {
    font-size: 4.17vw;
    padding: 0.78vw 5.22vw;
  }
  .contentsHead03 {
    font-size: 3.91vw;
    padding: 0 2.35vw;
  }
  .contentsHead03:before {
    width: 1px;
    height: 4.69vw;
  }
  .contentsHead03:after {
    width: 1px;
    height: 4.69vw;
  }
  .contentsHead03.-under {
    padding: 0 0 1.3vw;
    margin-bottom: 3.91vw;
  }
  .contentsHead03.-denki {
    padding-left: 6vw;
  }
  .contentsHead03.-denki:before {
    width: 4.69vw;
    height: 7.82vw;
    top: calc(50% - 4.3vw);
  }
  .contentsHead03.-gas {
    padding-left: 6vw;
  }
  .contentsHead03.-gas:before {
    width: 3.65vw;
    height: 7.3vw;
    left: 0.65vw;
    top: calc(50% - 3.65vw);
  }
  .contentsHead03B {
    font-size: 3.65vw;
    padding-bottom: 1.04vw;
    margin-bottom: 2.61vw;
  }
  .contentsHead03B .small {
    font-size: 2.61vw;
  }
  .contentsHead03B.-alert {
    padding-left: 4.69vw;
  }
  .contentsHead03B.-alert:before {
    width: 3.39vw;
    height: 3.39vw;
    left: 0.65vw;
    top: calc(50% - 2.35vw);
  }
  .contentsHead04 {
    font-size: 3.65vw;
    padding-left: 5.22vw;
    margin-bottom: 2.61vw;
  }
  .contentsHead04:before {
    width: 2.61vw;
    height: 2.61vw;
    left: 0.65vw;
  }
  .checkList {
    gap: 1.96vw 5.22vw;
    padding: 3.91vw 5.22vw;
    margin-top: 2.61vw;
  }
  .checkList > li {
    font-size: 3.65vw;
    padding-left: 4.43vw;
  }
  .checkList > li:before {
    width: 3.65vw;
    height: 3.65vw;
  }
  .contentsTableScroller .nextBtn,
  .contentsTableScroller.-pc .nextBtn {
    width: 5.22vw;
    height: 5.22vw;
    right: -2.61vw;
    top: calc(50% - 2.61vw);
    background-size: 1.3vw 3vw;
  }
  .contentsTableScroller .prevBtn,
  .contentsTableScroller.-pc .prevBtn {
    width: 5.22vw;
    height: 5.22vw;
    left: -2.61vw;
    top: calc(50% - 2.61vw);
    background-size: 1.3vw 3vw;
  }
  .contentsTable th, .contentsTable td {
    padding: 2.61vw;
  }
  .table_txt {
    font-size: 3.13vw;
  }
  .table_txt + .table_txt {
    margin-top: 1.3vw;
  }
  .table_cost {
    font-size: 3.65vw;
  }
  .table_cost + .table_txt {
    margin-top: 1.3vw;
  }
  .table_notes {
    margin-top: 1.3vw;
  }
  .table_notes > li {
    font-size: 2.61vw;
  }
  .contentsTable_notes {
    margin-top: 1.3vw;
  }
  .contentsTable_notes > li {
    font-size: 2.61vw;
  }
  .contentsTxt {
    font-size: 3.65vw;
  }
  .contentsTxt .small {
    font-size: 2.61vw;
  }
  .arDown {
    margin-bottom: 13.04vw;
  }
  .arDown:before {
    width: 7.3vw;
    height: 3.52vw;
    left: calc(50% - 3.65vw);
    bottom: -8.47vw;
  }
  .contentsAlert {
    padding: 3.91vw;
    margin-top: 3.91vw;
  }
  .contentsAlert.-ico {
    padding-top: 15.65vw;
    padding-left: 3.91vw;
  }
  .contentsAlert.-ico:before {
    width: 10.43vw;
    height: 10.17vw;
    left: calc(50% - 5.22vw);
    top: 3.91vw;
  }
  .contentsAlertTxt {
    font-size: 3.65vw;
  }
  .contentsAlertTxt.-s {
    font-size: 2.61vw;
  }
  .contentsAlertNotes > li {
    font-size: 2.61vw;
  }
  .contentsNav {
    width: 100%;
  }
  .contentsNav li {
    width: 32%;
    height: 75px;
    font-size: var(--fsize14);
    line-height: 1.2;
  }
  .contentsNav li a {
    box-sizing: border-box;
    padding-top: 10px;
    padding-right: 0;
    background: #f0f0f0;
    box-shadow: 0px 3px 0px #b2b2b2;
    border-radius: 10px;
    color: #333333;
  }
  .contentsNav li a:hover {
    text-decoration: none;
  }
  .contentsNav li .fas {
    font-size: var(--fsize14);
    right: auto;
    top: auto;
    left: 50%;
    bottom: 12%;
    margin-top: 0;
    margin-left: -7px;
  }
  .contentsNav li:first-child {
    margin-left: 0;
  }
  .contentsNav li.colTwo a {
    padding-top: 10px;
  }
  .tabNav.-max > button,
  .tabNav.-max > a,
  .tabNav.-max > span {
    width: 18.25vw;
  }
  .tabNav.-sizeL > button,
  .tabNav.-sizeL > a,
  .tabNav.-sizeL > span {
    width: 36.51vw;
    height: 13.04vw;
  }
  .tabNav.-fam button {
    width: 33.9vw;
  }
  .tabNav > button,
  .tabNav > a,
  .tabNav > span {
    font-size: 3.65vw;
    height: 9.39vw;
    width: 24.77vw;
  }
  .tabNav > button.col2,
  .tabNav > a.col2,
  .tabNav > span.col2 {
    font-size: 3.13vw;
  }
  .tabNav_hosoku {
    margin-top: 1.3vw;
    font-size: 2.61vw;
  }
  .tabNavLink {
    margin-top: 3.91vw;
  }
  .tabContents {
    margin-top: 2.61vw;
  }
  .arDown {
    margin-bottom: 13.04vw;
  }
  .arDown:before {
    width: 7.3vw;
    height: 3.52vw;
    left: calc(50% - 3.65vw);
    bottom: -8.47vw;
  }
  .indexList {
    margin: 0 0 23px 0;
  }
  .indexList .parents {
    display: block;
    margin-top: 30px;
    width: 100%;
  }
  .indexList .parents.mr {
    margin-right: 0;
  }
  .indexList .indexListIn .child {
    width: 100%;
    display: block;
  }
  .indexList .indexListIn .child.mr {
    margin-right: 0;
  }
  .indexListBtn {
    width: 100%;
    max-width: 100%;
    padding: 10px;
    border-radius: 10px;
    text-align: left;
    margin-top: 15px;
    position: relative;
  }
  .indexListBtnTtl {
    font-size: var(--fsize16);
  }
  .indexListBtnTxt {
    font-size: var(--fsize14);
    margin-top: 3px;
  }
  .toggleBtn:before {
    width: 4.17vw;
    height: 4.17vw;
    right: 2.61vw;
    top: calc(50% - 2.09vw);
  }
  .toggleBtn.-toggleSp:before {
    display: block;
  }
  .toggleBtn.-toggleSp + .toggleBody {
    display: none;
  }
  .btnTwo li,
  .btnTwoS li {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .btnTwo li a,
  .btnTwoS li a {
    border-radius: 10px;
  }
  .btnTwo li:first-child,
  .btnTwoS li:first-child {
    margin: 0 0 10px 0;
  }
  .btnBack {
    border-radius: 10px;
    font-size: var(--fsize14);
    line-height: 1.2;
  }
  .btnBack .fas {
    font-size: var(--fsize14);
    left: 10px;
    margin-top: -7px;
  }
  .btnCP {
    border-radius: 10px;
    margin: 20px auto 0;
  }
  .cpBnr {
    box-shadow: 0 1.04vw 0 #000;
    margin: 3.91vw auto 0;
  }
  .notes li {
    font-size: var(--fsize12);
  }
  .notesBlock {
    padding: 3.91vw;
  }
  .notesBlock .list {
    margin-top: 2.61vw;
  }
  .notesBlock .list > li {
    font-size: 2.61vw;
  }
  .notesBlockRead {
    line-height: 1.4;
    text-align: center;
  }
  .notesBlockRead.-s {
    font-size: 3.13vw;
  }
  .outerFaq {
    padding: 0 0 13.04vw;
  }
  .outerFaq_toggle {
    width: 88%;
    border-top: 1px solid #000;
  }
  .outerFaq_toggle:first-of-type {
    margin-top: 6.52vw;
  }
  .outerFaq_toggle:last-of-type {
    border-bottom: 1px solid #000;
  }
  .outerFaq_toggle_head {
    gap: 2.61vw;
    font-size: 3.65vw !important;
    padding: 2.61vw 7.82vw 2.61vw 2.61vw !important;
  }
  .outerFaq_toggle_head .tag {
    width: 7.82vw;
  }
  .outerFaq_toggle_body_inner {
    gap: 2.61vw;
    padding: 3.91vw;
    padding: 0 2.61vw 2.61vw;
  }
  .outerFaq_toggle_body_inner .tag {
    font-size: 3.65vw;
    width: 7.82vw;
  }
  .outerFaq_txt {
    font-size: 3.65vw;
  }
}