@charset "UTF-8";

body {
  min-width: 1100px;
}

@media (max-width: 767px) {
  body {
    min-width: auto;
  }
}

.js-accordion-title {
  cursor: pointer;
}

.dots2 {
  height: 0px;
}

#tps.tps {
  background: #fff;
  color: #000;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka,
    "MS Pゴシック", "MS PGothic", Verdana, sans-serif;
  font-feature-settings: "plat";
  font-weight: 500;
  /* padding-bottom: 60px; */
}

/* アンカー */

#tps a {
  /* -webkit-transition: opacity .5s !important; */
  /* transition: opacity .5s !important; */
  /* color: #01709e; */
}

#tps a.hover {
  /* opacity: 1 !important; */
}

.top_btn img:hover {
  opacity: 0.8 !important;
  filter: brightness(110%);
}

/* アンカー */

/* ボタン */

.f_t_logo {
  background-color: #f4f4f4;
  text-align: center;
  margin: 60px 0 0;
  padding: 30px 0px;
}

.f_t_logo img {
  max-width: 300px;
  display: block;
  margin: 0px auto;
}

.f_topback {
  padding-top: 40px;
  padding-bottom: 30px;
}

.top_btn {
  position: fixed;
  bottom: 10px;
  right: 10px;
  padding: 6px 3px;
  z-index: 9999;
  border: none;
}

@media (max-width: 767px) {
  .f_t_logo {
    margin-top: 30px;
    padding: 15px 0px;
    /* max-width: 185px; */
  }

  .f_t_logo img {
    max-width: 185px;
  }
}

/* ボタン */

/*ポップアップ表示*/

.content {
  margin: 0 auto;
  padding: 40px;
}
.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
}
.modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.modal__content1,
.modal__content2 {
  background: #fff;
  left: 50%;
  padding: 40px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
}

.modal__content1 img:nth-child(1),
.modal__content2 img:nth-child(1) {
  display: block;
}

.modal__content1 img:nth-child(2),
.modal__content2 img:nth-child(2) {
  display: none;
}

.js-modal-close1,
.js-modal-close2 {
  display: block;
  pointer-events: all;
  text-align: left;
  transform: none;
}

@media (max-width: 767px) {
  .modal__content1 {
    background: #fff;
    left: 50%;
    padding: 10px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
  }
  .modal__content2 {
    background: #fff;
    left: 50%;
    padding: 10px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 45%;
  }

  .modal__content1 img:nth-child(1),
  .modal__content2 img:nth-child(1) {
    display: none;
  }

  .modal__content1 img:nth-child(2),
  .modal__content2 img:nth-child(2) {
    display: block;
  }
}

/*ポップアップ表示*/

/* PC画像 */

.w1_img {
}

/* SP画像 */

.w2_img {
  display: none !important;
  text-align: center;
}

@media (max-width: 767px) {
  .w1_img {
    display: none !important;
  }

  .w2_img {
    display: block !important;
  }

  .pc_block {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .sp_block {
    display: none !important;
  }
}

.bg_blue {
  background: #afe6ff;
}

.bg_gray {
  background: #f6f6f6;
}

.bg_yellow {
  background: #fefddf;
}

/**
 * #tps .wrap--01
 */

#tps .wrap--01 {
  /* line-height: 100%; */
  margin-left: 20px;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  #tps .wrap--01 {
    /* margin-left: 5px; */
    /* margin-right: 5px; */
  }
}

/**
 * #tps .wrap--w930
 */

#tps .wrap--w930 {
  margin: 0 auto;
  width: 100%;
  max-width: 930px;
}

/**
 * #tps .wrap--w1100
 */

#tps .wrap--w1100 {
  margin: 0 auto;
  /* position: relative; */
  /* z-index: 1; */
  max-width: 1100px;
}

/**
 * #tps .mv--01
 */

#tps .mv--01 {
}

#tps .mv--01 .mv-contents {
}

#tps .mv--01 .mv-image {
}

#tps .mv--01 .mv-pcImage {
  display: block;
}

#tps .mv--01 .mv-spImage {
  display: none;
}

@media (max-width: 767px) {
  #tps .mv--01 .mv-pcImage {
    display: none;
  }

  #tps .mv--01 .mv-spImage {
    display: block;
  }
}

/**
 * #tps .title--01
 */

#tps .title--01 {
  margin-bottom: 60px;
  text-align: center;
}

#tps .title--01 .title-pcImage {
  display: block;
}

#tps .title--01 .title-spImage {
  display: none;
}

#tps .title--01 img {
  display: inline-block;
  height: auto;
  vertical-align: bottom;
  width: auto;
  max-width: 100%;
}

@media (max-width: 767px) {
  #tps .title--01 {
    margin-bottom: 30px;
    text-align: center;
  }

  #tps .title--01 .title-pcImage {
    display: none;
  }

  #tps .title--01 .title-spImage {
    display: block;
  }
}

/**
 * #tps .image--01
 */

#tps .image--01 {
}

#tps .image--01 .image-contents {
  position: relative;
  z-index: 1;
}

#tps .image--01 .image-image {
}

#tps .image--01 .image-pcImage {
  display: block;
}

#tps .image--01 .image-spImage {
  display: none;
}

@media (max-width: 767px) {
  #tps .image--01 .image-pcImage {
    display: none;
  }

  #tps .image--01 .image-spImage {
    display: block;
  }
}

/**
 * #tps .image--01.image-2
 */

#tps .image--01.image-2 .image-anchor {
  display: none;
  left: 50%;
  position: absolute;
  top: 37%;
  transform: translate(-50%, 0);
  width: 58.4%;
  z-index: 1;
}

@media (max-width: 767px) {
  #tps .image--01.image-2 .image-anchor {
    display: block;
  }
}

/**
 * #tps .anchor--01
 * お申込みはこちら
 */

#tps .anchor--01 {
  text-align: center;
}

#tps .anchor--01 a {
  display: inline-block;
  vertical-align: bottom;
  width: 55.6%;
  max-width: 612px;
}

#tps .anchor--01 a img {
  height: auto;
  vertical-align: bottom;
  max-width: 100%;
}

#tps .anchor--01 .anchor-pcImage {
  display: block;
}

#tps .anchor--01 .anchor-spImage {
  display: none;
}

@media (max-width: 767px) {
  #tps .anchor--01 .anchor-pcImage {
    display: none;
  }

  #tps .anchor--01 .anchor-spImage {
    display: block;
  }

  #tps .anchor--01 a {
    width: 85.2%;
    max-width: 348px;
  }
}

/**
 * #tps .anchor--02
 * お申込みはこちら
 */

#tps .anchor--02 {
  text-align: center;
  position: absolute;
  z-index: 2;
}

#tps .anchor--02 a {
  display: inline-block;
  pointer-events: all;
  vertical-align: bottom;
}

#tps .anchor--02 a img {
  height: auto;
  vertical-align: bottom;
  max-width: 100%;
}

#tps .anchor--02 .anchor-pcImage {
  display: block;
}

#tps .anchor--02 .anchor-spImage {
  display: none;
}

@media (max-width: 767px) {
  #tps .anchor--02 .anchor-pcImage {
    display: none;
  }

  #tps .anchor--02 .anchor-spImage {
    display: block;
  }
}

/**
 * #tps .anchor--03
 * ページトップ
 */

#tps .anchor--03 {
  text-align: center;
}

#tps .anchor--03 a {
  display: inline-block;
  vertical-align: bottom;
}

#tps .anchor--03 a img {
  height: auto;
  vertical-align: bottom;
  max-width: 100%;
}

#tps .anchor--03 .anchor-pcImage {
  display: block;
}

#tps .anchor--03 .anchor-spImage {
  display: none;
}

@media (max-width: 767px) {
  #tps .anchor--03 .anchor-pcImage {
    display: none;
  }

  #tps .anchor--03 .anchor-spImage {
    display: block;
  }

  #tps .anchor--03 a {
    width: 30px;
  }
}

/**
 * #tps .boxx-10 .boxx--contents-2 .anchor--02
 *
 */

#tps .boxx-10 .boxx--contents-2 .anchor--02.anchor-1 {
  left: 52.8%;
  text-align: left;
  top: 0;
  margin-top: 45.5%;
  width: 100%;
  max-width: 24.4%;
}

#tps .boxx-10 .boxx--contents-2 .anchor--02.anchor-2 {
  left: 11.9%;
  top: 0;
  margin-top: 73.5%;
  max-width: 37.8%;
  width: 100%;
}

#tps .boxx-10 .boxx--contents-2 .anchor--02.anchor-3 {
}

@media (max-width: 767px) {
  #tps .boxx-10 .boxx--contents-2 .anchor--02.anchor-1 {
    left: 41.5%;
    text-align: left;
    top: 0;
    margin-top: 194.7%;
    width: 100%;
    max-width: 54.5%;
  }

  #tps .boxx-10 .boxx--contents-2 .anchor--02.anchor-2 {
    left: 4.3%;
    top: 0;
    margin-top: 314.5%;
    max-width: 51.3%;
    width: 100%;
  }

  #tps .boxx-10 .boxx--contents-2 .anchor--02.anchor-1 a,
  #tps .boxx-10 .boxx--contents-2 .anchor--02.anchor-2 a {
    display: block;
  }

  #tps .boxx-10 .boxx--contents-2 .anchor--02.anchor-1 img,
  #tps .boxx-10 .boxx--contents-2 .anchor--02.anchor-2 img {
    max-width: 100%;
  }
}

/**
 * #tps .boxx-10
 * 料金表はこちら
 */

#tps .boxx-10 {
}

#tps .boxx-10 [class^="wrap-w"],
#tps .boxx-10 [class*=" wrap-w"] {
}

#tps .boxx-10 .boxx--pcImage {
  display: block;
}

#tps .boxx-10 .boxx--spImage {
  display: none;
}

#tps .boxx-10 .boxx--contents {
}

#tps .boxx-10 .boxx--contents-1 {
}

#tps .boxx-10 .boxx--contents-2 {
  /* background: url(../img/bg_2.jpg?2021042704); */
  /* background-size: 100%; */
  /* pointer-events: none; */
}

#tps .boxx-10 .boxx--contents-3 {
  /* padding-top: 30px; */
}

#tps .boxx-10 section#price {
  margin: 0;
}

#tps .boxx-10 section#price .bgwrap > .inner {
  padding: 0;
}

#tps .boxx-10 section#price .accordion-container .accordion-title {
  overflow: hidden;
  padding: 0;
  pointer-events: all;
}

#tps
  .boxx-10
  section#price
  .accordion-container
  .accordion-title
  .image-spImage
  img:nth-child(1) {
  display: none;
}

#tps
  .boxx-10
  section#price
  .accordion-container
  .accordion-title
  .image-spImage
  img:nth-child(2) {
  display: block;
}

#tps
  .boxx-10
  section#price
  .accordion-container
  .accordion-title.open
  .image-spImage
  img:nth-child(1) {
  display: block;
}

#tps
  .boxx-10
  section#price
  .accordion-container
  .accordion-title.open
  .image-spImage
  img:nth-child(2) {
  display: none;
}

#tps .boxx-10 section#price .accordion-container .accordion-title2 {
  /* background: #afe6ff; */
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
  pointer-events: all;
}

#tps .boxx-10 section#price .accordion-container .accordion-title3 {
  /* border: 1px solid #abecff; */
  /* border-radius: 5px; */
  /* overflow: hidden; */
  margin-top: 50px;
}

#tps .boxx-10 section#price .accordion-content {
  /* pointer-events: none; */
  position: relative;
  z-index: 1;
}

#tps .boxx-10 .bg_yellow {
  padding: 45px 50px 45px;
}

#tps .boxx-10 .bg_yellow .accordion-content {
  padding: 10px 60px;
}

#tps .boxx-10 section#price .accordion-title:after {
}

#tps .boxx-10 section#price .dg_m1_mainBox1inBox1_w p {
}

@media (max-width: 767px) {
  #tps .boxx-10 {
  }

  #tps .boxx-10 .boxx--pcImage {
    display: none;
  }

  #tps .boxx-10 .boxx--spImage {
    display: block;
  }

  #tps .boxx-10 .boxx--contents-2 {
    /* background: url(../img/bg_s_2.jpg?2021042704); */
    background-size: 100%;
    /* padding: 0 16px; */
  }

  #tps .boxx-10 .boxx--contents-3 {
    padding-top: 30px;
  }

  #tps .boxx-10 section#price .accordion-content {
    padding: 0;
  }

  #tps .boxx-10 .accordion-content.bg_yellow {
    background: none;
    padding: 0;
    /* margin-top: 20px; */
  }

  #tps .boxx-10 .accordion-content.bg_yellow .accordion-content {
    margin: 0;
    padding: 0;
  }

  #tps .boxx-10 section#price .dg_m1_mainBox1inBox1_w {
    width: 100%;
  }

  #tps
    .boxx-10
    section#price
    .accordion-container
    .accordion-title2
    + .accordion-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/**
 * #price2
 * まる得ポイントプラスってなーんだ？
 */

section#price2 {
  max-width: 1100px;
  margin: 0 auto;
  margin: 50px auto;
}

section#price2 .accordion-container {
  position: relative;
  max-width: 1100px;
  text-align: center;
  margin: 0 auto;
}

section#price2 .accordion-container .accordion-title {
  display: block;
  margin: 0;
  position: relative;
  cursor: pointer;
  margin-bottom: 50px;
}

section#price2 .accordion-container .orange {
}

section#price2 .accordion-container .electrical_preice {
}

section#price2 .accordion-container .gas_preice {
}

section#price2 .accordion-container .orange img {
  vertical-align: middle;
}

section#price2 .accordion-container .accordion-title:hover,
section#price2 .accordion-container .accordion-title:active,
section#price2 .accordion-container .content-entry.open .accordion-title {
  color: white;
}

section#price2 .accordion-container .accordion-title:hover i:before,
section#price2 .accordion-container .accordion-title:hover i:active,
section#price2 .accordion-container .content-entry.open i {
  color: white;
}

section#price2 .accordion-title {
  margin: 0;
  position: relative;
}

section#price2 .accordion-title:after {
  content: "";
  position: absolute;
  right: 60px;
  right: 5%;
  top: calc(25% - 5px);
  transition: all 0.2s ease-in-out;
  display: block;
  width: 31px;
  width: 2.9%;
  height: 20px;
  height: 50%;
  background-image: url(../img/table/arrow_b.png);
  background-repeat: no-repeat;
  background-size: 100%;
  transform: rotate(-180deg);
  transform-origin: center;
  pointer-events: all;
}

section#price2 .accordion-title.open:after {
  transform: rotate(0);
}

section#price2 .accordion-title2 {
  position: relative;
}

section#price2 .accordion-title2:after {
  content: "";
  position: absolute;
  right: 50px;
  top: 50%;
  margin-top: -8px;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 26px;
  height: 16px;
  background-image: url(../img/table/arrow_b.png);
  background-repeat: no-repeat;
  background-size: 100%;
  transform: rotate(-180deg);
  pointer-events: all;
}

section#price2 .accordion-title2.open:after {
  transform: rotate(0);
}

section#price2 .accordion-title3 {
  position: relative;
  z-index: 2;
}

section#price2 .accordion-content {
  display: none;
  width: 100%;
  margin: 0 auto;
  padding-top: 30px;
}

section#price2 .accordion-content .accordion-content {
  margin-top: 10px;
}

@media (max-width: 767px) {
  section#price2 {
    margin-bottom: 0;
    margin-top: 0;
  }

  section#price2 .accordion-title3 {
    margin-top: 10px;
  }
}

/**
 * #accordion
 * 料金表はこちら
 */

section#price2 #accordion .accordion-title2,
section#price2 #accordion .accordion-title3 {
}

@media (max-width: 767px) {
  section#price2 #accordion .accordion-title2,
  section#price2 #accordion .accordion-title3 {
    margin: 15px 0 0;
  }
}

/**
 * #price
 * 料金表はこちら
 */

section#price {
  max-width: 1100px;
  margin: 0 auto;
  margin: 50px auto;
}

section#price .accordion-container {
  position: relative;
  max-width: 1100px;
  text-align: center;
  margin: 0 auto;
  pointer-events: none;
}

section#price .accordion-container .accordion-title {
  display: block;
  margin: 0;
  position: relative;
  cursor: pointer;
  margin-bottom: 50px;
}

section#price .accordion-container .orange {
}

section#price .accordion-container .electrical_preice {
}

section#price .accordion-container .gas_preice {
}

section#price .accordion-container .orange img {
  vertical-align: middle;
}

section#price .accordion-container .accordion-title:hover,
section#price .accordion-container .accordion-title:active,
section#price .accordion-container .content-entry.open .accordion-title {
  color: white;
}

section#price .accordion-container .accordion-title:hover i:before,
section#price .accordion-container .accordion-title:hover i:active,
section#price .accordion-container .content-entry.open i {
  color: white;
}

section#price .accordion-title {
  margin: 0;
  position: relative;
}

section#price .accordion-title:after {
  content: "";
  position: absolute;
  right: 6%;
  top: calc(50% - 10px);
  transition: all 0.2s ease-in-out;
  display: block;
  width: 31px;
  width: 2.4%;
  height: 20px;
  height: 6.2%;
  background-image: url(../img/table/arrow_b.png);
  background-repeat: no-repeat;
  background-size: 100%;
  transform: rotate(-180deg);
  pointer-events: all;
  z-index: 1;
}

section#price .accordion-title.open:after {
  transform: rotate(0);
}

section#price .accordion-title2 {
  position: relative;
}

section#price .accordion-title2:after {
  content: "";
  position: absolute;
  right: 33.8%;
  top: 50%;
  margin-top: -8px;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 26px;
  width: 2.3%;
  height: 16px;
  height: 31%;
  background-image: url(../img/table/arrow_b.png);
  background-repeat: no-repeat;
  background-size: 100%;
  transform: rotate(-180deg);
  pointer-events: all;
  z-index: 1;
}

section#price .accordion-title2.open:after {
  transform: rotate(0);
}

section#price .accordion-title3 {
  position: relative;
}

section#price .accordion-content {
  display: none;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  section#price .accordion-title:after {
    background-image: url(../img/table/arrow_w.png);
    bottom: 3.9%;
    height: 3.4%;
    top: auto;
    right: 35%;
    width: 4%;
  }

  section#price .accordion-title2:after {
    right: 12%;
    top: 50%;
    margin-top: -1%;
    width: 3.3%;
    height: 14.5%;
  }
}

/**
 * #accordion
 * 料金表はこちら
 */

section#price #accordion .accordion-title2,
section#price #accordion .accordion-title3 {
}

@media (max-width: 767px) {
  section#price #accordion .accordion-title2,
  section#price #accordion .accordion-title3 {
    margin: 15px 0 0;
  }
}

/**
 * 料金表はこちら
 */

.denki_r_bk {
  background-color: #fffde0;
}

.denki_bk {
  background-color: #fffde0;
}

.denki_r_title {
  padding: 60px 0px;
}

.denki_01_text {
  text-align: center;
  font-size: 24px;
  line-height: 36px;
  margin: 0px auto;
}

.denki_01_text_2 {
  font-size: 24px;
  color: #e60012;
  padding: 20px 10px;
  line-height: 36px;
}

.denki_01_text_3 {
  font-size: 18px;
}

.denkigas_01_terumaru_img {
  padding-top: 5px;
}

.denkigas_01_terumaru_img img {
  max-width: 120px;
}

.denkigas_01_margin {
  margin-top: 70px;
}

.denkigas_01_img_01 {
  margin: 50px 0px;
}

.denkigas_01_img_01 img {
  margin: 0px auto;
  max-width: 487px;
}

.denkigas_01_img_02 {
  margin-bottom: 30px;
}

.denkigas_01_img_02 img {
  margin: 0px auto;
  max-width: 1046px;
}

.dg_m1_mainBox1inBox1_w {
  /* width: 95%; */
  /* margin: 0 auto; */
}

.dg_m1_mainBox1inBox1_w h4 img {
  /* margin: 30px 0px 0px 0px; */
}

.dg_m1_mainBox1inBox1_w p {
  /* font-size: 16px; */
  /* margin: 15px 0px 70px 0px; */
  /* text-align: left; */
}

.dg_m1_mainBox1inBox1_w h5 {
  /* margin: 50px 0px 10px 0px; */
  /* font-size: 24px; */
  /* font-weight: normal; */
}

/*table_css_200704*/

.dis_text {
  font-size: 24px;
}

.dis_text_2 {
  font-size: 17px;
}

.dis_text_3 {
  font-size: 17px;
  color: #ea5251;
}

.dis_text_4_denki {
  font-size: 17px;
  color: #ea5251;
  vertical-align: bottom;
  font-weight: bold;
}

.dis_text_4_gas {
  font-size: 17px;
  color: #ea5251;
  vertical-align: bottom;
}

.center {
  text-align: center;
}

.denkigas_01_table td {
  padding: 10px 5px !important;
  letter-spacing: 0px;
}

.denkigas_01_th {
  font-weight: normal;
  font-size: 18px;
}

.dis_text_5 {
  font-size: 13px;
  letter-spacing: -1px;
}

.denkigas_01_table_p {
  font-size: 12px !important;
  line-height: 16px;
}

.denki_btn_02 {
  width: 45% !important;
  float: right;
  margin-top: 30px;
}

.denki_btn_02 img {
  width: 100% !important;
  height: 100% !important;
}

.denkigas_01_cv_box_01 {
  padding: 60px 0px;
}

.denkigas_01_ca_box_01 {
  padding: 60px 0px;
}

.denkigas_01_cv_title {
  text-align: center;
  margin-bottom: 60px;
}

.denkigas_01_cv_title img {
  margin: 0px auto;
}

.denkigas_01_cv_title_box_01 {
  width: 98%;
  margin: 0px auto;
}

.denkigas_01_cv_title_box_01 img {
  margin: 0px auto;
}

.denkigas_01_cv_title_box_02 {
  width: 100%;
  margin-right: 0%;
}

.denkigas_01_cv_title_box_03 {
  width: 100%;
  margin-right: 0%;
}

.denkigas_01_cv_title_box_04 {
  width: 100%;
}

.dg_m1_mainBox1inBox1_w {
  margin: 0 10px;
  /* width: 95%; */
  margin: 0 auto;
}

.dg_m1_mainBox1inBox1_w h4 img {
  /* margin: 30px 0px 0px 0px; */
  /* width: 878px; */
}

.dg_m1_mainBox1inBox1_w p {
  font-size: 16px;
  margin: 15px 0px 70px 0px;
  text-align: left;
}

.dg_m1_mainBox1inBox1_w h5 {
  margin: 50px 0px 10px 0px;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
}

.CRC_contentContainer {
  margin-bottom: 0;
  /* width: 1046px!important; */
  /* width: 928px !important; */
}

.CRC_contentContainer:nth-child(1) {
  /* margin-top: 30px; */
}

.CRC_contentContainer:nth-child(2) .dg_m1_mainBox1inBox1_w p {
  margin-bottom: 30px;
}

.CRC_contentContainer:nth-child(3) .dg_m1_mainBox1inBox1_w p {
  margin-bottom: 30px;
}

.CRC_contentContainer:nth-child(3) {
  margin-bottom: 85px;
}

.contents9 {
  margin: 0 0 85px;
}

.contents9 .img {
  margin: 42px 39px 36px;
}

.contents9 .attention {
  margin: 0 18px 23px;
}

#tps .moving_white .txtBlue {
  color: #00a0e9;
  font-size: 16px;
}

#tps .moving_white p.note {
  /* margin-left: 1rem; */
  /* text-indent: -1rem; */
  font-size: 17px;
}

@media (max-width: 767px) {
  .contents1 .attention {
    margin: 0px 10px 20px;
  }
  .contents1 .parts1 {
    position: absolute;
    top: 0;
    right: -10px;
    width: 118px;
  }
  .contents2 {
    margin: 0 0 20px;
  }
  .contents2 .img {
    padding: 0 0 15px;
  }
  .contents2 .attention {
    margin: 20px 0px 0px 0px;
  }
  .contents3 {
    margin-bottom: 25px;
  }
  .contents3 .img {
    margin: 15px 15px;
  }
  .contents3 .attention {
    margin: 0 15px 15px;
  }
  .contents5 {
  }
  .contents5 .btn {
    text-align: center;
    padding: 23px 25px 20px;
  }
  .contents5 .btn a {
    width: 100%;
    left: inherit;
    margin-left: inherit;
    display: inline-block;
  }
  .contents7 {
    margin: 0 0 20px 0;
  }
  .contents7 .inner {
    padding: 20px 0 14px 0;
  }
  .contents7 .img {
    margin: 0;
    position: relative;
    z-index: 1;
  }
  .contents7 .text {
    line-height: 1.5;
    font-size: 15px;
    text-align: center;
    margin: 0 0 10px 0;
    position: relative;
    z-index: 10;
  }
  .contents7 .attention {
    margin: 14px 20px 0;
  }
  .contents8 {
    font-size: 130%;
  }
  .sp_block table {
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-all;
  }
  section#price2 {
    max-width: 1100px;
    margin: 0 auto;
    margin: 0 auto 30px;
  }
  section#price2 .accordion-container {
    position: relative;
    max-width: 1100px;
    text-align: center;
    cursor: pointer;
    margin: 0 auto;
  }
  section#price2 .accordion-container .accordion-title {
    display: block;
    position: relative;
    /*  margin: 0;
  padding: 0.625em 0.625em 0.625em 2em;
  font-size: 1.25em;
  font-weight: normal;
  color: #fff;
  background: #000;*/
    cursor: pointer;
    margin-bottom: 0;
  }
  section#price2 .accordion-container .orange {
    /* margin: 0; */
    /* padding: 10px 200px; */
    /* font-size: 1.25em; */
    /* font-weight: normal; */
    /* color: #fff; */
    /* background: #F18D1E; */
    /* border-radius: 5px; */
  }
  section#price2 .accordion-container .electrical_preice {
    /* margin: 0; */
    /* padding: 10px 120px; */
    /* font-size: 1.25em; */
    /* font-weight: normal; */
    /* color: #fff; */
    /* background: #FFFAD9; */
    /* border: 1px solid #939393; */
    /* border-radius: 50px; */
    /* margin-top: 20px; */
    /* margin-bottom: 10px; */
  }
  section#price2 .accordion-container .gas_preice {
    /* margin: 0; */
    /* padding: 10px 120px; */
    /* font-size: 1.25em; */
    /* font-weight: normal; */
    /* color: #fff; */
    /* background: #D1EBF9; */
    /* border: 1px solid #939393; */
    /* border-radius: 50px; */
    /* margin-top: 20px; */
    /* margin-bottom: 10px; */
  }
  section#price2 .accordion-container .orange img {
    vertical-align: middle;
  }
  section#price2 .accordion-container .accordion-title:hover,
  section#price2 .accordion-container .accordion-title:active,
  section#price2 .accordion-container .content-entry.open .accordion-title {
    color: white;
  }
  section#price2 .accordion-container .accordion-title:hover i:before,
  section#price2 .accordion-container .accordion-title:hover i:active,
  section#price2 .accordion-container .content-entry.open i {
    color: white;
  }
  section#price2 .accordion-title {
    position: relative;
  }
  section#price2 .accordion-content {
    display: none;
    padding: 20px 0 0 0;
    width: 100%;
    margin: 0 auto;
  }

  section#price2 .accordion-title {
    position: relative;
  }
  section#price2 .accordion-title:after {
    content: "";
    position: absolute;
    right: 5%;
    top: 50%;
    margin-top: -1.5%;
    transition: all 0.2s ease-in-out;
    display: block;
    /* width: 18px; */
    width: 5.3%;
    /* height: 14px; */
    height: 21.7%;
    background-image: url(../img/table/arrow_w.png);
    background-repeat: no-repeat;
    background-size: 100%;
    /* border-top: solid 6px #fff; */
    /* border-right: solid 6px #fff; */
    /* -webkit-transform: rotate(135deg); */
    /* transform: rotate(-225deg); */
  }
  section#price2 .accordion-title.open:after {
    /* -webkit-transform: rotate(-45deg); */
    /* transform: rotate(-180deg); */
    /* top: 44%; */
  }
  section#price2 .accordion-title2 {
    position: relative;
    /* margin-bottom: 20px; */
    margin-top: 15px;
  }
  section#price2 .accordion-title2:after {
    content: "";
    position: absolute;
    right: 5.8%;
    top: 50%;
    margin-top: -1%;
    transition: all 0.2s ease-in-out;
    display: block;
    /* width: 12px; */
    width: 3.5%;
    /* height: 8px; */
    height: 26.4%;
    background-image: url(../img/table/arrow_b.png);
    background-repeat: no-repeat;
    background-size: 100%;
    /* z-index: 1; */
  }
  section#price2 .accordion-title2.open:after {
    /* -webkit-transform: rotate(-45deg); */
    /* transform: rotate(-180deg); */
    /* top: 46%; */
  }
  section#price2 .accordion-title3 {
    position: relative;
  }

  section#price2 .accordion-title3.open:after {
    /* -webkit-transform: rotate(-45deg); */
    /* transform: rotate(-180deg); */
    /* top: 46%; */
  }
  /*電気料金エリア*/
  .denki_r_bk {
    background-color: #fffde0;
  }
  .denki_bk {
    background-color: #fffde0;
  }
  .denki_r_title {
    padding: 60px 0px;
  }
  .denki_01_text {
    text-align: center;
    font-size: 24px;
    line-height: 36px;
    margin: 0px auto;
  }
  .denki_01_text_2 {
    font-size: 24px;
    color: #e60012;
    padding: 20px 10px;
    line-height: 36px;
  }
  .denki_01_text_3 {
    font-size: 18px;
  }
  .denkigas_01_terumaru_img {
    padding-top: 5px;
  }
  .denkigas_01_terumaru_img img {
    max-width: 120px;
  }
  .denkigas_01_margin {
    margin-top: 70px;
  }
  /*電気料金エリア*/
  .denkigas_01_img_01 {
    margin: 50px 0px;
  }
  .denkigas_01_img_01 img {
    margin: 0px auto;
    max-width: 487px;
  }
  .denkigas_01_img_02 {
    margin-bottom: 30px;
  }
  .denkigas_01_img_02 img {
    margin: 0px auto;
    max-width: 1046px;
  }
  .dg_m1_mainBox1inBox1_w {
    /* width: 95%; */
    /* margin: 0 auto; */
  }
  .dg_m1_mainBox1inBox1_w h4 img {
    /* margin: 30px 0px 0px 0px; */
  }
  .dg_m1_mainBox1inBox1_w p {
    /* font-size: 16px; */
    /* margin: 15px 0px 70px 0px; */
    /* text-align: left; */
  }
  .dg_m1_mainBox1inBox1_w h5 {
    /* margin: 50px 0px 10px 0px; */
    /* font-size: 24px; */
    /* font-weight: normal; */
  }
  /*table_css_200704*/
  .dis_text {
    font-size: 24px;
  }
  .dis_text_2 {
    font-size: 17px;
  }
  .dis_text_3 {
    font-size: 17px;
    color: #ea5251;
  }
  .dis_text_4_denki {
    font-size: 17px;
    color: #ea5251;
    vertical-align: bottom;
    font-weight: bold;
  }
  .dis_text_4_gas {
    font-size: 17px;
    color: #ea5251;
    vertical-align: bottom;
  }
  .center {
    text-align: center;
  }
  .denkigas_01_table td {
    padding: 10px 5px !important;
    letter-spacing: 0px;
  }
  .denkigas_01_th {
    font-weight: normal;
    font-size: 18px;
  }
  .dis_text_5 {
    font-size: 13px;
    letter-spacing: -1px;
  }
  .denkigas_01_table_p {
    font-size: 12px !important;
    line-height: 16px;
  }
  .denki_btn_02 {
    width: 45% !important;
    float: right;
    margin-top: 30px;
  }
  .denki_btn_02 img {
    width: 100% !important;
    height: 100% !important;
  }
  .denkigas_01_cv_box_01 {
    padding: 60px 0px;
  }
  .denkigas_01_ca_box_01 {
    padding: 60px 0px;
  }
  .denkigas_01_cv_title {
    text-align: center;
    margin-bottom: 60px;
  }
  .denkigas_01_cv_title img {
    margin: 0px auto;
  }
  .denkigas_01_cv_title_box_01 {
    width: 98%;
    margin: 0px auto;
  }
  .denkigas_01_cv_title_box_01 img {
    margin: 0px auto;
  }
  .denkigas_01_cv_title_box_02 {
    width: 100%;
    margin-right: 0%;
  }
  .denkigas_01_cv_title_box_03 {
    width: 100%;
    margin-right: 0%;
  }
  .denkigas_01_cv_title_box_04 {
    width: 100%;
  }
  .dg_m1_mainBox1inBox1_w {
    margin: 0 10px;
    /* width: 95%; */
    margin: 0 auto;
  }
  .dg_m1_mainBox1inBox1_w h4 img {
    /* margin: 30px 0px 0px 0px; */
    /* width: 878px; */
  }
  .dg_m1_mainBox1inBox1_w p {
    font-size: 16px;
    margin: 15px 0px 70px 0px;
    text-align: left;
  }
  .dg_m1_mainBox1inBox1_w h5 {
    margin: 50px 0px 10px 0px;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
  }
  .CRC_contentContainer {
    margin-bottom: 0;
    width: inherit !important;
  }
  .CRC_contentContainer:nth-child(1) {
    margin-top: 0;
  }
  .CRC_contentContainer:nth-child(2) .dg_m1_mainBox1inBox1_w p {
    margin-bottom: 10px;
  }
  .CRC_contentContainer:nth-child(3) .dg_m1_mainBox1inBox1_w p {
    margin-bottom: 10px;
  }
  .CRC_contentContainer:nth-child(3) {
    margin-bottom: 40px;
  }
  .contents9 {
    margin: 0 0 20px;
  }
  .contents9 .img {
    margin: 5px 0px 36px;
  }
  .contents9 .attention {
    margin: 0 18px 23px;
  }

  #tps .moving_white {
    background-color: #fff9eb;
    padding: 28px 28px;
    border-radius: 5px;
    width: inherit !important;
    margin-bottom: 0px !important;
    margin-left: 0 !important;
  }
  #tps .moving_white .moving_open_title {
    border-top: none;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: #00a0e9;
    position: relative;
  }
  #tps .moving_white .moving_open_title span {
    /* position: absolute; */
    /* display: block; */
    /* background-color: #fff9eb; */
    /* width: 100%; */
    margin: 0;
    padding: 0;
    /* position: inherit; */
    top: 0;
    /* left: 0; */
    /* right: 0; */
    width: 100%;
    text-align: center;
    font-size: 1.25rem;
    font-weight: bold;
    color: #00a0e9;
    position: inherit;
  }
  #tps .moving_white .moving_open_title span br {
    /* display: none!important; */
  }
  .contents10 {
    margin: 0 0 25px 0;
  }
  .btn-col2 {
    display: inherit;
    padding: 0 15px;
  }
  .btn-col2 a,
  .btn-col2 span {
    width: 100%;
    display: block;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .btn-col2 a:nth-last-child() {
    margin-right: 0px;
  }
  .contents12 .inner {
    padding-top: 17px;
    padding-bottom: 30px;
  }
  .contents12 .inner p {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    margin: 17px 0 0;
    line-height: 16px;
  }
  .sp_info_section_img_2 span {
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    text-align: center;
  }
  .contents12_title {
    text-align: center;
    font-size: 25px !important;
    font-weight: bold;
    margin-bottom: 20px !important;
  }

  .contents12 .inner p a {
    text-decoration: underline;
    color: #01709e;
  }
  /*電気料金エリア*/
  .denki_r_bk {
    background-color: #fffde0;
  }
  .denki_bk {
    background-color: #fffde0;
  }
  .denki_r_title {
    padding: 30px 0px;
  }
  .denki_r_title img {
    width: 80%;
    margin: 0 auto;
  }
  .gas_r_title img {
    width: 80%;
    margin: 0 auto;
  }
  .denki_01_text {
    text-align: center;
    font-size: 18px;
    line-height: 36px;
    margin: 0px auto;
    width: 95%;
  }
  .denki_01_text_2 {
    font-size: 18px;
    color: #e60012;
    padding: 20px 10px;
    line-height: 36px;
  }
  .denki_01_text_3 {
    font-size: 15px;
  }
  .denkigas_01_terumaru_img {
    padding-top: 5px;
  }
  .denkigas_01_terumaru_img img {
    max-width: 120px;
  }
  .denkigas_01_margin {
    margin-top: 30px;
    margin-left: 0px;
  }
  /*電気料金エリア*/
  .denkigas_01_img_01 {
    margin: 30px 0px;
  }
  .denkigas_01_img_01 img {
    margin: 0px auto;
    width: 85%;
    max-width: 676px;
  }
  .denkigas_01_img_02 {
    margin-bottom: 30px;
  }
  .denkigas_01_img_02 img {
    margin: 0px auto;
    max-width: 1046px;
  }
  .denkigas_01_img_02_w_95 {
    width: 95%;
  }
  .denkigas_01_img_02_w_y {
    width: 20%;
    padding: 15px 0px;
  }
  .dg_m1_mainBox1inBox1_w {
    width: 95%;
    margin: 0 auto;
    padding-top: 10px;
  }
  .dg_m1_mainBox1inBox1_w h4 img {
    /* margin: 10px 0px 0px 0px; */
  }
  .dg_m1_mainBox1inBox1_w_2 h4 img {
    /* margin: 5px 0px 0px 0px; */
  }
  .dg_m1_mainBox1inBox1_w p {
    font-size: 13px;
    margin: 5px 0px 10px 0px;
    line-height: 20px;
    text-align: left;
  }
  .dg_m1_mainBox1inBox1_w_2 {
    margin-bottom: 30px;
  }
  .dg_m1_mainBox1inBox1_w_2 p {
    font-size: 13px;
    margin: 5px 0px 10px 0px;
    line-height: 20px;
    text-align: left;
  }
  .dg_m1_mainBox1inBox1_w h5 {
    margin: 30px 0px 10px 0px;
    font-size: 19px;
    font-weight: normal;
  }
  /*table_css_200704*/
  .dg_price_d_box2_sp {
    width: 100%;
    margin: 0px auto;
  }
  /*table_css_200704*/
  .dg_price_d_box2_sp {
    width: 100%;
    margin: 0px auto;
  }
  .dis_text {
    font-size: 16px;
  }
  .dis_text_2 {
    font-size: 14px;
  }
  .dis_text_3 {
    font-size: 14px;
    color: #ea5251;
  }
  .dis_text_4_denki {
    font-size: 14px;
    color: #ea5251;
    vertical-align: top;
    font-weight: bold;
  }
  .dis_text_4_gas {
    font-size: 14px;
    color: #ea5251;
    vertical-align: top;
  }
  .center {
    text-align: center;
  }
  .denkigas_01_table td {
    padding: 10px 5px !important;
    letter-spacing: 0px;
  }
  .denkigas_01_table_sp_mt {
    margin-top: 20px;
  }
  .denkigas_01_th {
    font-weight: normal;
    font-size: 16px;
  }
  .dis_text_5 {
    font-size: 13px;
    letter-spacing: -1px;
  }
  .denkigas_01_table_p {
    font-size: 12px !important;
    line-height: 16px;
  }
  .denki_btn_02 {
    width: 95% !important;
    margin: 30px auto 30px auto !important;
  }
  .denki_btn_02 img {
    width: 100% !important;
    height: 100% !important;
    padding: 0px 5% 0px 0px;
  }
  .denkigas_01_cv_box_01 {
    padding-top: 30px;
  }
  .denkigas_01_ca_box_01 {
    padding: 30px 0px;
  }
  .denkigas_01_cv_title {
    text-align: center;
    width: 95%;
    margin: 0px auto 30px auto;
  }
  .denkigas_01_cv_title img {
    margin: 0px auto;
  }
  .denkigas_01_cv_title_box_01 {
    width: 98%;
    margin: 0px auto;
    display: block;
  }
  .denkigas_01_cv_title_box_01 img {
    margin: 0px auto;
  }
  .denkigas_01_cv_title_box_02 {
    width: 100%;
    margin-right: 0%;
  }
  .denkigas_01_cv_title_box_03 {
    width: 100%;
    margin-right: 0%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .denkigas_01_cv_title_box_04 {
    width: 100%;
  }
  /*table_css_200704*/
  /*denki_table_css_200704*/
  .accordion-container .accordion-title {
    position: relative;
    margin: 0;
    padding: 0.625em 0.625em 0.625em 2em;
    font-size: 1.25em;
    font-weight: normal;
    color: #000000;
    cursor: pointer;
    padding: 10px 0px;
    text-align: center;
  }
  .gas_bk {
    background-color: #f0faff;
  }
}

/**
 * #tps .boxx-toggle-02.boxx-toggle-1
 * 東急線沿線にお住まいの方ならさらにおトクに！
 */

#tps .boxx-toggle-02.boxx-toggle-1 {
}

#tps .boxx-toggle-02.boxx-toggle-1 .boxx-toggle--pcImage {
  display: block;
}

#tps .boxx-toggle-02.boxx-toggle-1 .boxx-toggle--spImage {
  display: none;
}

#tps .boxx-toggle-02.boxx-toggle-1 .boxx-toggle--main {
  position: relative;
  z-index: 1;
}

#tps .boxx-toggle-02.boxx-toggle-1 .boxx-toggle--item {
}

#tps
  .boxx-toggle-02.boxx-toggle-1
  .boxx-toggle--main
  .boxx-toggle--inner
  > .boxx-toggle--header {
}

#tps .boxx-toggle-02.boxx-toggle-1 .boxx-toggle--question .boxx-toggle--anchor,
#tps .boxx-toggle-02.boxx-toggle-1 .boxx-toggle--answer .boxx-toggle--anchor {
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  /* pointer-events: none; */
  pointer-events: all;
}

#tps
  .boxx-toggle-02.boxx-toggle-1
  .boxx-toggle--question
  .boxx-toggle--anchor
  a,
#tps .boxx-toggle-02.boxx-toggle-1 .boxx-toggle--answer .boxx-toggle--anchor a {
  height: 0;
  opacity: 1 !important;
  display: block;
  /* pointer-events: none; */
  width: 100%;
}

#tps
  .boxx-toggle-02.boxx-toggle-1
  .boxx-toggle--question
  .boxx-toggle--anchor
  a
  span,
#tps
  .boxx-toggle-02.boxx-toggle-1
  .boxx-toggle--answer
  .boxx-toggle--anchor
  a
  span {
  display: block;
  height: 9.5%;
  position: absolute;
  top: 50%;
  right: 0;
  /* width: 31px; */
  width: 2.9%;
  pointer-events: all;
}

#tps
  .boxx-toggle-02.boxx-toggle-1
  .boxx-toggle--question
  .boxx-toggle--anchor
  a
  span:before,
#tps
  .boxx-toggle-02.boxx-toggle-1
  .boxx-toggle--answer
  .boxx-toggle--anchor
  a
  span:before {
  content: "";
}

#tps
  .boxx-toggle-02.boxx-toggle-1
  .boxx-toggle--question
  .boxx-toggle--anchor
  a
  span:after {
  content: "";
}

#tps .boxx-toggle-02.boxx-toggle-1 .boxx-toggle--question {
}

#tps .boxx-toggle-02.boxx-toggle-1 .boxx-toggle--question .boxx-toggle--anchor {
  z-index: 2;
  position: relative;
  pointer-events: all;
}

#tps .boxx-toggle-02.boxx-toggle-1 .boxx-toggle--answer {
  height: 100%;
  overflow: hidden;
  transition: height 0.6s ease-in-out;
}

#tps .boxx-toggle-02.boxx-toggle-1 .boxx-toggle--answer > .boxx-toggle--inner {
  padding: 40px 0;
  width: 100%;
}

#tps .boxx-toggle-02.boxx-toggle-1 .boxx-toggle--answer .boxx-toggle--anchor {
  cursor: pointer;
}

#tps
  .boxx-toggle-02.boxx-toggle-1
  .boxx-toggle--answer.boxx-toggle_transition_none {
  transition: none;
}

#tps .boxx-toggle-02.boxx-toggle-1.boxx-toggle_answer_hide {
}

#tps
  .boxx-toggle-02.boxx-toggle-1.boxx-toggle_answer_hide
  .boxx-toggle--answer {
  height: 0;
}

#tps .boxx-toggle-02.boxx-toggle-1 .boxx-toggle--question .boxx-toggle--image {
  color: #fff;
  font-size: 28px;
  position: relative;
  text-align: center;
  z-index: 1;
}

#tps
  .boxx-toggle-02.boxx-toggle-1
  .boxx-toggle--question
  .boxx-toggle--image
  + * {
  height: 100%;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

#tps
  .boxx-toggle-02.boxx-toggle-1
  .boxx-toggle--question
  .boxx-toggle--image
  + *
  > * {
  height: 100%;
  width: 100%;
}

#tps
  .boxx-toggle-02.boxx-toggle-1
  .boxx-toggle--question
  .boxx-toggle--image
  * {
}

#tps
  .boxx-toggle-02.boxx-toggle-1
  .boxx-toggle--question
  .boxx-toggle--image
  img {
}

#tps .boxx-toggle-02.boxx-toggle-1 .boxx-toggle--question .boxx-toggle--obj {
  position: absolute;
  z-index: 1;
}

#tps .boxx-toggle-02.boxx-toggle-1 .boxx-toggle--main {
  overflow: hidden;
}

#tps .boxx-toggle-02.boxx-toggle-1 .boxx-toggle--main .boxx-toggle--item {
  align-items: start;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}

#tps
  .boxx-toggle-02.boxx-toggle-1
  .boxx-toggle--main
  .boxx-toggle--item:nth-child(1) {
}

#tps .boxx-toggle-02.boxx-toggle-1 .boxx-toggle--main .boxx-toggle--title {
  font-size: 24px;
  font-weight: bold;
  margin: 3px 0 0;
  width: 230px;
}

#tps .boxx-toggle-02.boxx-toggle-1 .boxx-toggle--main .boxx-toggle--sentence {
  font-size: 14px;
  line-height: 150%;
  margin: 35px 0 0;
  padding: 0 25px;
}

#tps .boxx-toggle-02.boxx-toggle-1 .boxx-toggle--main .boxx-toggle--sentence a {
  color: #0279c6;
  text-decoration: underline;
}

#tps
  .boxx-toggle-02.boxx-toggle-1
  .boxx-toggle--main
  .boxx-toggle--sentence
  small {
  display: block;
  font-size: 16px;
  line-height: 150%;
  margin-top: -5px;
}

#tps
  .boxx-toggle-02.boxx-toggle-1
  .boxx-toggle--main
  .boxx-toggle--sentence.w100p {
  margin-top: 60px;
  width: 100%;
}

@media (max-width: 767px) {
  #tps .boxx-toggle-02.boxx-toggle-1 .boxx-toggle--pcImage {
    display: none;
  }

  #tps .boxx-toggle-02.boxx-toggle-1 .boxx-toggle--spImage {
    display: block;
  }

  #tps .boxx-toggle-02.boxx-toggle-1 .boxx-toggle--main {
    border-radius: 5px;
  }

  #tps .boxx-toggle-02.boxx-toggle-1 .boxx-toggle--main .boxx-toggle--sentence {
    font-size: 10px;
    margin: 10px 0 0;
    padding: 0 20px;
  }

  #tps
    .boxx-toggle-02.boxx-toggle-1
    .boxx-toggle--question
    .boxx-toggle--image {
    font-size: 18px;
    padding: 12px 37px 15px;
  }

  #tps
    .boxx-toggle-02.boxx-toggle-1
    .boxx-toggle--question
    .boxx-toggle--anchor
    a
    span,
  #tps
    .boxx-toggle-02.boxx-toggle-1
    .boxx-toggle--answer
    .boxx-toggle--anchor
    a
    span {
    height: 9.9%;
    margin-top: -6%;
    /* top: calc(50% - 5px) !important; */
    right: 20px;
    width: 4%;
  }

  #tps
    .boxx-toggle-02.boxx-toggle-1
    .boxx-toggle--answer
    > .boxx-toggle--inner {
    padding: 15px 0;
  }
}

/**
 * #tps .boxx-toggle-02.boxx-toggle-6
 * お申込み ～ お支払いの流れ
 */

#tps .boxx-toggle-02.boxx-toggle-6 {
}

#tps .boxx-toggle-02.boxx-toggle-6 .boxx-toggle--pcImage {
  display: block;
}

#tps .boxx-toggle-02.boxx-toggle-6 .boxx-toggle--spImage {
  display: none;
}

#tps .boxx-toggle-02.boxx-toggle-6 .boxx-toggle--main {
  position: relative;
  z-index: 1;
}

#tps .boxx-toggle-02.boxx-toggle-6 .boxx-toggle--item {
}

#tps
  .boxx-toggle-02.boxx-toggle-6
  .boxx-toggle--main
  .boxx-toggle--inner
  > .boxx-toggle--header {
}

#tps .boxx-toggle-02.boxx-toggle-6 .boxx-toggle--question .boxx-toggle--anchor,
#tps .boxx-toggle-02.boxx-toggle-6 .boxx-toggle--answer .boxx-toggle--anchor {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

#tps
  .boxx-toggle-02.boxx-toggle-6
  .boxx-toggle--question
  .boxx-toggle--anchor
  a,
#tps .boxx-toggle-02.boxx-toggle-6 .boxx-toggle--answer .boxx-toggle--anchor a {
  height: 0;
  opacity: 1 !important;
  display: block;
  width: 100%;
}

#tps
  .boxx-toggle-02.boxx-toggle-6
  .boxx-toggle--question
  .boxx-toggle--anchor
  a
  span,
#tps
  .boxx-toggle-02.boxx-toggle-6
  .boxx-toggle--answer
  .boxx-toggle--anchor
  a
  span {
  display: block;
  position: absolute;
  /* top: 30px; */
  /* right: 50px; */
  /* width: 31px; */
  /* width: 10%; */
}

#tps
  .boxx-toggle-02.boxx-toggle-6
  .boxx-toggle--question
  .boxx-toggle--anchor
  a
  span:before,
#tps
  .boxx-toggle-02.boxx-toggle-6
  .boxx-toggle--answer
  .boxx-toggle--anchor
  a
  span:before {
  content: "";
}

#tps
  .boxx-toggle-02.boxx-toggle-6
  .boxx-toggle--question
  .boxx-toggle--anchor
  a
  span:after {
  content: "";
}

#tps .boxx-toggle-02.boxx-toggle-6 .boxx-toggle--question {
  /* position: relative; */
  /* z-index: 1; */
}

#tps .boxx-toggle-02.boxx-toggle-6 .boxx-toggle--answer {
  height: 100%;
  overflow: hidden;
  transition: height 0.6s ease-in-out;
}

#tps .boxx-toggle-02.boxx-toggle-6 .boxx-toggle--answer > .boxx-toggle--inner {
  padding: 60px 0;
  width: 100%;
}

#tps .boxx-toggle-02.boxx-toggle-6 .boxx-toggle--answer .boxx-toggle--anchor {
  cursor: pointer;
}

#tps
  .boxx-toggle-02.boxx-toggle-6
  .boxx-toggle--answer.boxx-toggle_transition_none {
  transition: none;
}

#tps .boxx-toggle-02.boxx-toggle-6.boxx-toggle_answer_hide {
}

#tps
  .boxx-toggle-02.boxx-toggle-6.boxx-toggle_answer_hide
  .boxx-toggle--answer {
  height: 0;
}

#tps
  .boxx-toggle-02.boxx-toggle-6.boxx-toggle_answer_hide
  .boxx-toggle--question
  .boxx-toggle--anchor {
  z-index: 2;
}

#tps .boxx-toggle-02.boxx-toggle-6 .boxx-toggle--question .boxx-toggle--image {
  /* background: #ff80ae; */
  /* position: relative; */
  /* text-align: center; */
  /* z-index: 1; */
}

#tps
  .boxx-toggle-02.boxx-toggle-6
  .boxx-toggle--question
  .boxx-toggle--image
  * {
}

#tps
  .boxx-toggle-02.boxx-toggle-6
  .boxx-toggle--question
  .boxx-toggle--image
  img {
}

#tps .boxx-toggle-02.boxx-toggle-6 .boxx-toggle--question .boxx-toggle--obj {
  position: absolute;
  z-index: 1;
}

#tps .boxx-toggle-02.boxx-toggle-6 .boxx-toggle--main {
  border: 1px solid #06c755;
  border-radius: 8px;
  overflow: hidden;
}

#tps .boxx-toggle-02.boxx-toggle-6 .boxx-toggle--main .boxx-toggle--item {
  align-items: start;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}

#tps
  .boxx-toggle-02.boxx-toggle-6
  .boxx-toggle--main
  .boxx-toggle--item:nth-child(1) {
}

#tps .boxx-toggle-02.boxx-toggle-6 .boxx-toggle--main .boxx-toggle--title {
  font-size: 24px;
  font-weight: bold;
  margin: 3px 0 0;
  width: 230px;
}

#tps .boxx-toggle-02.boxx-toggle-6 .boxx-toggle--main .boxx-toggle--sentence {
  font-size: 14px;
  line-height: 150%;
  margin: 35px 0 0;
  padding: 0 25px;
}

#tps .boxx-toggle-02.boxx-toggle-6 .boxx-toggle--main .boxx-toggle--sentence a {
  color: #0279c6;
  text-decoration: underline;
}

#tps
  .boxx-toggle-02.boxx-toggle-6
  .boxx-toggle--main
  .boxx-toggle--sentence
  small {
  display: block;
  font-size: 16px;
  line-height: 150%;
  margin-top: -5px;
}

#tps
  .boxx-toggle-02.boxx-toggle-6
  .boxx-toggle--main
  .boxx-toggle--sentence.w100p {
  margin-top: 60px;
  width: 100%;
}

@media (max-width: 767px) {
  #tps .boxx-toggle-02.boxx-toggle-6 {
    margin-top: 30px;
  }

  #tps .boxx-toggle-02.boxx-toggle-6 .boxx-toggle--pcImage {
    display: none;
  }

  #tps .boxx-toggle-02.boxx-toggle-6 .boxx-toggle--spImage {
    display: block;
  }

  #tps .boxx-toggle-02.boxx-toggle-6 .boxx-toggle--main {
    border-radius: 10px;
  }

  #tps .boxx-toggle-02.boxx-toggle-6 .boxx-toggle--main .boxx-toggle--sentence {
    font-size: 10px;
    margin: 10px 0 0;
    padding: 0 20px;
  }

  #tps
    .boxx-toggle-02.boxx-toggle-6
    .boxx-toggle--question
    .boxx-toggle--image {
  }

  #tps
    .boxx-toggle-02.boxx-toggle-6
    .boxx-toggle--question
    .boxx-toggle--anchor
    span
    svg
    * {
    fill: #fff;
  }

  #tps
    .boxx-toggle-02.boxx-toggle-6
    .boxx-toggle--question
    .boxx-toggle--anchor
    a
    span,
  #tps
    .boxx-toggle-02.boxx-toggle-6
    .boxx-toggle--answer
    .boxx-toggle--anchor
    a
    span {
    height: 27.9%;
    margin-top: -1%;
    top: 50%;
    right: 4.6%;
    width: 4.6%;
  }

  #tps
    .boxx-toggle-02.boxx-toggle-6
    .boxx-toggle--answer
    > .boxx-toggle--inner {
    padding: 15px 0;
  }
}

/**
 * #tps .boxx-06
 * よくあるご質問
 */

#tps .boxx-06 {
}

#tps .boxx-06 .boxx--pcImage {
  display: block;
}

#tps .boxx-06 .boxx--spImage {
  display: none;
}

#tps .boxx-06 .boxx--contents {
  border: 1px solid #06c755;
  border-radius: 10px;
  overflow: hidden;
  padding: 45px;
}

#tps .boxx-06 .boxx--contents .boxx--title {
  margin: -45px 0 0 -45px;
  text-align: center;
  width: calc(100% + 90px);
}

@media (max-width: 767px) {
  #tps .boxx-06 .boxx--contents {
    /* border-radius: 10px; */
    padding: 15px;
  }

  #tps .boxx-06 .boxx--contents .boxx--title {
    /* background: #ff80ae; */
    /* color: #fff; */
    /* font-size: 18px; */
    /* letter-spacing: 0.2rem; */
    margin: -15px 0 0 -15px;
    /* padding: 12px 37px 15px; */
    width: calc(100% + 30px);
  }
}

/**
 * #tps .boxx-toggle-02.boxx-toggle-7
 * よくあるご質問
 */

#tps .boxx-toggle-02 {
  margin: 40px 0 0;
}

#tps .boxx-toggle-02 + .boxx-toggle-02 {
  margin-top: 25px;
}

#tps .boxx-toggle-02 .boxx-toggle--navi {
  border: 1px solid red;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

#tps .boxx-toggle-02 .boxx-toggle--navi .boxx-toggle--button {
  height: 16px;
  width: 31px;
}

#tps .boxx-toggle-02 .boxx-toggle--navi .boxx-toggle--button.boxx-toggle--open {
  background: red;
}

#tps
  .boxx-toggle-02
  .boxx-toggle--navi
  .boxx-toggle--button.boxx-toggle--close {
  background: blue;
}

#tps .boxx-toggle--question {
  position: relative;
  z-index: 1;
}

#tps .boxx-toggle-02 .boxx-toggle--question .boxx-toggle--anchor {
  cursor: pointer;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

#tps .boxx-toggle-02 .boxx-toggle--question .boxx-toggle--anchor span {
  display: inline-block !important;
  height: 20px;
  height: 30%;
  position: absolute;
  right: 5%;
  top: calc(50% - 8px);
  transform: rotate(180deg);
  transform-origin: 50% 50% 0;
  transition: transform 0.2s;
  width: 31px;
  width: 2.9%;
}

#tps .boxx-toggle-02 .boxx-toggle--question .boxx-toggle--anchor span svg {
  display: block;
  height: initial;
  width: 100%;
}

#tps .boxx-toggle-02 .boxx-toggle--question .boxx-toggle--anchor span svg * {
  fill: #000;
}

#tps
  .boxx-toggle-02.boxx-toggle_answer_hide
  .boxx-toggle--question
  .boxx-toggle--anchor
  span {
  transform: rotate(0);
}

#tps .boxx-toggle-02 .boxx-toggle--answer {
  margin-top: -1px;
}

#tps .boxx-toggle-02.boxx-toggle-7 {
}

#tps .boxx-toggle-02.boxx-toggle-7 .boxx-toggle--pcImage {
  display: block;
}

#tps .boxx-toggle-02.boxx-toggle-7 .boxx-toggle--spImage {
  display: none;
}

#tps .boxx-toggle-02.boxx-toggle-7 .boxx-toggle--main {
  position: relative;
  z-index: 1;
}

#tps .boxx-toggle-02.boxx-toggle-7 .boxx-toggle--item {
}

#tps
  .boxx-toggle-02.boxx-toggle-7
  .boxx-toggle--main
  .boxx-toggle--inner
  > .boxx-toggle--header {
}

#tps .boxx-toggle-02.boxx-toggle-7 .boxx-toggle--question .boxx-toggle--anchor,
#tps .boxx-toggle-02.boxx-toggle-7 .boxx-toggle--answer .boxx-toggle--anchor {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

#tps
  .boxx-toggle-02.boxx-toggle-7
  .boxx-toggle--question
  .boxx-toggle--anchor
  a,
#tps .boxx-toggle-02.boxx-toggle-7 .boxx-toggle--answer .boxx-toggle--anchor a {
  height: 0;
  opacity: 1 !important;
  display: block;
  width: 100%;
}

#tps
  .boxx-toggle-02.boxx-toggle-7
  .boxx-toggle--question
  .boxx-toggle--anchor
  a
  span,
#tps
  .boxx-toggle-02.boxx-toggle-7
  .boxx-toggle--answer
  .boxx-toggle--anchor
  a
  span {
  display: block;
  position: absolute;
  top: 30px;
  right: 28px;
  width: 25px;
}

#tps
  .boxx-toggle-02.boxx-toggle-7
  .boxx-toggle--question
  .boxx-toggle--anchor
  a
  span:before,
#tps
  .boxx-toggle-02.boxx-toggle-7
  .boxx-toggle--answer
  .boxx-toggle--anchor
  a
  span:before {
  content: "";
}

#tps
  .boxx-toggle-02.boxx-toggle-7
  .boxx-toggle--question
  .boxx-toggle--anchor
  a
  span:after {
  content: "";
}

#tps
  .boxx-toggle-02.boxx-toggle-7
  .boxx-toggle--question
  .boxx-toggle--anchor
  span
  svg
  * {
  fill: #000;
}

#tps .boxx-toggle-02.boxx-toggle-7 .boxx-toggle--question {
}

#tps .boxx-toggle-02.boxx-toggle-7 .boxx-toggle--answer {
  height: 100%;
  overflow: hidden;
  transition: height 0.6s ease-in-out;
}

#tps .boxx-toggle-02.boxx-toggle-7 .boxx-toggle--answer > .boxx-toggle--inner {
  background: #fff9eb;
  border-radius: 8px;
  margin: 20px 0 0;
  padding: 0 90px 30px;
  width: 100%;
}

#tps .boxx-toggle-02.boxx-toggle-7 .boxx-toggle--answer .boxx-toggle--anchor {
  cursor: pointer;
}

#tps
  .boxx-toggle-02.boxx-toggle-7
  .boxx-toggle--answer.boxx-toggle_transition_none {
  transition: none;
}

#tps .boxx-toggle-02.boxx-toggle-7.boxx-toggle_answer_hide {
}

#tps
  .boxx-toggle-02.boxx-toggle-7.boxx-toggle_answer_hide
  .boxx-toggle--answer {
  height: 0;
}

#tps
  .boxx-toggle-02.boxx-toggle-7.boxx-toggle_answer_hide
  .boxx-toggle--question
  .boxx-toggle--anchor {
  /* font-size: 12.7px; */
  z-index: 2;
}

#tps .boxx-toggle-02.boxx-toggle-7 .boxx-toggle--question .boxx-toggle--image {
  background: #c3efe6;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  color: #444;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  padding: 24px 64px 22px;
  text-align: center;
}

#tps
  .boxx-toggle-02.boxx-toggle-7
  .boxx-toggle--question
  .boxx-toggle--image
  * {
  font-weight: 500;
}

#tps .boxx-toggle-02.boxx-toggle-7 .boxx-toggle--question .boxx-toggle--obj {
  position: absolute;
  z-index: 1;
}

#tps .boxx-toggle-02.boxx-toggle-7 .boxx-toggle--main {
  border-radius: 8px;
  overflow: hidden;
}

#tps .boxx-toggle-02.boxx-toggle-7 .boxx-toggle--main .boxx-toggle--item {
  align-items: start;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}

#tps
  .boxx-toggle-02.boxx-toggle-7
  .boxx-toggle--main
  .boxx-toggle--item:nth-child(1) {
}

#tps .boxx-toggle-02.boxx-toggle-7 .boxx-toggle--main .boxx-toggle--title {
  font-size: 24px;
  font-weight: bold;
}

#tps .boxx-toggle-02.boxx-toggle-7 .boxx-toggle--main .boxx-toggle--sentence {
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
}

#tps .boxx-toggle-02.boxx-toggle-7 .boxx-toggle--main .boxx-toggle--sentence p {
  margin: 30px 0 0;
}

#tps
  .boxx-toggle-02.boxx-toggle-7
  .boxx-toggle--main
  .boxx-toggle--sentence
  .moving_open_title {
  border-bottom: 2px solid #ff80ae;
  color: #ff80ae;
  font-size: 24px;
  margin: 15px 0 10px;
  padding: 0 0 8px;
  text-align: center;
}

#tps .boxx-toggle-02.boxx-toggle-7 .boxx-toggle--main .boxx-toggle--sentence b {
  color: #ff80ae;
  display: block;
}

#tps .boxx-toggle-02.boxx-toggle-7 .boxx-toggle--main .boxx-toggle--sentence a {
  color: #0279c6;
  text-decoration: underline;
}

#tps
  .boxx-toggle-02.boxx-toggle-7
  .boxx-toggle--main
  .boxx-toggle--sentence
  small {
  display: block;
  font-size: 16px;
  line-height: 150%;
  margin-top: -5px;
}

#tps
  .boxx-toggle-02.boxx-toggle-7
  .boxx-toggle--main
  .boxx-toggle--sentence
  .ta-c {
  text-align: center;
}

#tps
  .boxx-toggle-02.boxx-toggle-7
  .boxx-toggle--main
  .boxx-toggle--sentence.w100p {
  margin-top: 60px;
  width: 100%;
}

#tps .boxx-toggle-02.boxx-toggle-7 + #tps .boxx-toggle-02.boxx-toggle-7 {
  margin-top: 20px;
}

@media (max-width: 767px) {
  #tps .boxx-toggle-02 {
    margin-top: 15px;
  }

  #tps .boxx-toggle-02 + .boxx-toggle-02 {
    margin-top: 15px;
  }

  #tps .boxx-toggle-02.boxx-toggle-7 .boxx-toggle--main {
    border-radius: 4px;
  }

  #tps .boxx-toggle-02.boxx-toggle-7 .boxx-toggle--main .boxx-toggle--sentence {
    font-size: 12px;
    margin: 0;
    padding: 0 10px;
  }

  #tps
    .boxx-toggle-02.boxx-toggle-7
    .boxx-toggle--main
    .boxx-toggle--sentence
    p {
    margin: 15px 0 0;
  }

  #tps
    .boxx-toggle-02.boxx-toggle-7
    .boxx-toggle--main
    .boxx-toggle--sentence
    .moving_open_title {
    font-size: 16px;
  }

  #tps
    .boxx-toggle-02.boxx-toggle-7
    .boxx-toggle--question
    .boxx-toggle--image {
    border-radius: 4px;
    font-size: 13px;
    line-height: 137.45%;
    padding: 9px 37px 10px;
  }

  #tps
    .boxx-toggle-02.boxx-toggle-7
    .boxx-toggle--question
    .boxx-toggle--anchor
    a
    span,
  #tps
    .boxx-toggle-02.boxx-toggle-7
    .boxx-toggle--answer
    .boxx-toggle--anchor
    a
    span {
    height: 10px !important;
    top: calc(50% - 5px);
    right: 15px;
    /* right: 15px; */
    width: 15px;
  }

  #tps
    .boxx-toggle-02.boxx-toggle-7
    .boxx-toggle--answer
    > .boxx-toggle--inner {
    border-radius: 5px;
    margin: 10px 0 0;
    padding: 0 10px 20px;
  }

  #tps .boxx-toggle-02.boxx-toggle-7 + #tps .boxx-toggle-02.boxx-toggle-7 {
    margin-top: 10px;
  }
}

/**
 * #tps .boxx-toggle-02.boxx-toggle-10
 *
 */

#tps .boxx-toggle-02.boxx-toggle-10 {
  margin-top: 0;
}

#tps .boxx-toggle-02.boxx-toggle-10 .boxx-toggle--pcImage {
  display: block;
}

#tps .boxx-toggle-02.boxx-toggle-10 .boxx-toggle--spImage {
  display: none;
}

#tps .boxx-toggle-02.boxx-toggle-10 .boxx-toggle--main {
  position: relative;
  z-index: 1;
}

#tps .boxx-toggle-02.boxx-toggle-10 .boxx-toggle--item {
}

#tps
  .boxx-toggle-02.boxx-toggle-10
  .boxx-toggle--main
  .boxx-toggle--inner
  > .boxx-toggle--header {
}

#tps .boxx-toggle-02.boxx-toggle-10 .boxx-toggle--question .boxx-toggle--anchor,
#tps .boxx-toggle-02.boxx-toggle-10 .boxx-toggle--answer .boxx-toggle--anchor {
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  pointer-events: all;
}

#tps
  .boxx-toggle-02.boxx-toggle-10
  .boxx-toggle--question
  .boxx-toggle--anchor
  a,
#tps
  .boxx-toggle-02.boxx-toggle-10
  .boxx-toggle--answer
  .boxx-toggle--anchor
  a {
  height: 0;
  opacity: 1 !important;
  display: block;
  width: 100%;
}

#tps
  .boxx-toggle-02.boxx-toggle-10
  .boxx-toggle--question
  .boxx-toggle--anchor
  a
  span,
#tps
  .boxx-toggle-02.boxx-toggle-10
  .boxx-toggle--answer
  .boxx-toggle--anchor
  a
  span {
  display: block;
  height: 9.5%;
  position: absolute;
  top: 50%;
  right: 0;
  width: 31px;
  width: 2.9%;
  pointer-events: all;
}

#tps
  .boxx-toggle-02.boxx-toggle-10
  .boxx-toggle--question
  .boxx-toggle--anchor
  a
  span:before,
#tps
  .boxx-toggle-02.boxx-toggle-10
  .boxx-toggle--answer
  .boxx-toggle--anchor
  a
  span:before {
  content: "";
}

#tps
  .boxx-toggle-02.boxx-toggle-10
  .boxx-toggle--question
  .boxx-toggle--anchor
  a
  span:after {
  content: "";
}

#tps .boxx-toggle-02.boxx-toggle-10 .boxx-toggle--question {
}

#tps
  .boxx-toggle-02.boxx-toggle-10
  .boxx-toggle--question
  .boxx-toggle--anchor {
  z-index: 2;
  position: relative;
  pointer-events: all;
}

#tps .boxx-toggle-02.boxx-toggle-10 .boxx-toggle--answer {
  height: 100%;
  overflow: hidden;
  transition: height 0.6s ease-in-out;
}

#tps .boxx-toggle-02.boxx-toggle-10 .boxx-toggle--answer > .boxx-toggle--inner {
  padding: 40px 0;
  width: 100%;
}

#tps .boxx-toggle-02.boxx-toggle-10 .boxx-toggle--answer .boxx-toggle--anchor {
  cursor: pointer;
}

#tps
  .boxx-toggle-02.boxx-toggle-10
  .boxx-toggle--answer.boxx-toggle_transition_none {
  transition: none;
}

#tps .boxx-toggle-02.boxx-toggle-10.boxx-toggle_answer_hide {
  /* margin-top: 0; */
}

#tps
  .boxx-toggle-02.boxx-toggle-10.boxx-toggle_answer_hide
  .boxx-toggle--answer {
  height: 0;
}

#tps .boxx-toggle-02.boxx-toggle-10 .boxx-toggle--question .boxx-toggle--image {
  color: #fff;
  display: none;
  font-size: 28px;
  position: relative;
  text-align: center;
  z-index: 1;
}

#tps
  .boxx-toggle-02.boxx-toggle-10
  .boxx-toggle--question
  .boxx-toggle--image
  + * {
  height: 100%;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

#tps
  .boxx-toggle-02.boxx-toggle-10
  .boxx-toggle--question
  .boxx-toggle--image
  + *
  > * {
  height: 100%;
  width: 100%;
}

#tps
  .boxx-toggle-02.boxx-toggle-10
  .boxx-toggle--question
  .boxx-toggle--image
  * {
}

#tps
  .boxx-toggle-02.boxx-toggle-10
  .boxx-toggle--question
  .boxx-toggle--image
  img {
}

#tps
  .boxx-toggle-02.boxx-toggle-10
  .boxx-toggle--question
  .boxx-toggle--image
  .boxx-toggle--spImage
  img {
}

#tps .boxx-toggle-02.boxx-toggle-10 .boxx-toggle--question .boxx-toggle--obj {
  position: absolute;
  z-index: 1;
}

#tps .boxx-toggle-02.boxx-toggle-10 .boxx-toggle--main {
  overflow: hidden;
}

#tps .boxx-toggle-02.boxx-toggle-10 .boxx-toggle--main .boxx-toggle--item {
  align-items: start;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}

#tps
  .boxx-toggle-02.boxx-toggle-10
  .boxx-toggle--main
  .boxx-toggle--item:nth-child(1) {
}

#tps .boxx-toggle-02.boxx-toggle-10 .boxx-toggle--main .boxx-toggle--title {
  font-size: 24px;
  font-weight: bold;
  margin: 3px 0 0;
  width: 230px;
}

#tps .boxx-toggle-02.boxx-toggle-10 .boxx-toggle--main .boxx-toggle--sentence {
  font-size: 14px;
  line-height: 150%;
  margin: 35px 0 0;
  padding: 0 25px;
}

#tps
  .boxx-toggle-02.boxx-toggle-10
  .boxx-toggle--main
  .boxx-toggle--sentence
  a {
  color: #0279c6;
  text-decoration: underline;
}

#tps
  .boxx-toggle-02.boxx-toggle-10
  .boxx-toggle--main
  .boxx-toggle--sentence
  small {
  display: block;
  font-size: 16px;
  line-height: 150%;
  margin-top: -5px;
}

#tps
  .boxx-toggle-02.boxx-toggle-10
  .boxx-toggle--main
  .boxx-toggle--sentence.w100p {
  margin-top: 60px;
  width: 100%;
}

#tps
  .boxx-toggle-02.boxx-toggle-10
  .boxx-toggle--question
  .boxx-toggle--image
  .image-spImage
  img:nth-child(1) {
  display: block;
}

#tps
  .boxx-toggle-02.boxx-toggle-10
  .boxx-toggle--question
  .boxx-toggle--image
  .image-spImage
  img:nth-child(2) {
  display: none;
}

#tps
  .boxx-toggle-02.boxx-toggle-10.boxx-toggle_answer_hide
  .boxx-toggle--question
  .boxx-toggle--image
  .image-spImage
  img:nth-child(1) {
  display: none;
}

#tps
  .boxx-toggle-02.boxx-toggle-10.boxx-toggle_answer_hide
  .boxx-toggle--question
  .boxx-toggle--image
  .image-spImage
  img:nth-child(2) {
  display: block;
}

@media (max-width: 767px) {
  #tps .boxx-toggle-02.boxx-toggle-10 .boxx-toggle--pcImage {
    display: none;
  }

  #tps .boxx-toggle-02.boxx-toggle-10 .boxx-toggle--spImage {
    display: block;
  }

  #tps .boxx-toggle-02.boxx-toggle-10 .boxx-toggle--main {
    border-radius: 5px;
  }

  #tps
    .boxx-toggle-02.boxx-toggle-10
    .boxx-toggle--main
    .boxx-toggle--sentence {
    font-size: 10px;
    margin: 10px 0 0;
    padding: 0 20px;
  }

  #tps
    .boxx-toggle-02.boxx-toggle-10
    .boxx-toggle--question
    .boxx-toggle--image {
    display: block;
    padding: 0;
  }

  #tps
    .boxx-toggle-02.boxx-toggle-10
    .boxx-toggle--question
    .boxx-toggle--anchor
    span
    svg
    * {
    fill: #fff;
  }

  #tps
    .boxx-toggle-02.boxx-toggle-10
    .boxx-toggle--question
    .boxx-toggle--anchor
    a
    span,
  #tps
    .boxx-toggle-02.boxx-toggle-10
    .boxx-toggle--answer
    .boxx-toggle--anchor
    a
    span {
    bottom: 4%;
    height: 3.4%;
    top: auto;
    right: 35%;
    /* width: 15px; */
    width: 4%;
  }

  #tps
    .boxx-toggle-02.boxx-toggle-10
    .boxx-toggle--answer
    > .boxx-toggle--inner {
    margin-top: -20px;
    padding: 0;
  }
}

/**
 * #tps .box
 * 東急定期券をご利用の方ならお得に！、TOKYU POINTがたまる！、ケーブルテレビサービスの利用料がおトクに！、東急セキュリティご加入者ならおトクに！
 */

#tps .box {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  background-color: #fff;
}

#tps .box-2col {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  margin: 0 40px;
}

#tps .box-2col .box {
  width: calc(50% - 15px);
  margin-bottom: 45px;
  margin-right: 30px;
}

#tps .box-2col .box:nth-child(2n) {
  margin-right: 0px;
}

#tps .box-2col .box:nth-child(3),
#tps .box-2col .box:nth-child(4) {
  /* margin-bottom: 0; */
}

#tps .box h3 {
  width: 100%;
  color: #fff;
}

#tps .box.type1 {
  border: solid 1px #06c755;
}

#tps .box.type1 span {
  font-size: 0.5em;
}

#tps .box.type2 {
  border: solid 1px #06c755;
}

#tps .box.type1 h3 {
}

#tps .box.type2 h3 {
}

#tps .box-2col .img {
  margin: 0 20px 0px;
  position: relative;
  z-index: 1;
}

#tps .box-2col .text {
  line-height: 1.5;
  margin: -10px 0 10px 0;
  font-size: 28px;
  text-align: center;
  position: relative;
  z-index: 10;
}

#tps .box-2col + .attention {
  margin: 0 auto 0;
  display: flex;
  justify-content: center;
}

@media (max-width: 767px) {
  #tps .box-2col + .attention {
    margin-top: 15px;
  }

  #tps .box {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
  }
  #tps .box-2col {
    display: flex;
    flex-wrap: wrap;
    margin: 0 13px;
  }
  #tps .box-2col .box {
    width: 100%;
    margin-bottom: 25px;
    margin-right: 0;
    background-color: #fff;
  }
  #tps .box-2col .box:nth-child(2n) {
    margin-right: 0px;
  }
  #tps .box-2col .box:nth-child(3) {
    margin-bottom: 25px;
  }
  #tps .box-2col .box:nth-child(4) {
    margin-bottom: 0;
  }
  #tps .box h3 {
    width: 100%;
    color: #fff;
  }
  #tps .box-2col .text {
    font-size: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

/**
 * #tps .boxx_01
 * スマートフォンから申し込む、Webから申し込む
 */

#tps .boxx_01 {
  border: 2px solid #ffffff;
  border-radius: 15px;
  padding: 48px 48px 40px;
}

#tps .boxx_01 .boxx__pc {
  display: inline-block;
  width: 100%;
}

#tps .boxx_01 .boxx__sp {
  display: none;
}

#tps .boxx_01 .boxx__main a {
  display: block;
  text-decoration: underline;
}

#tps .boxx_01 .boxx__main .boxx__list a {
  display: inline;
}

#tps .boxx_01 .boxx__main img {
  height: auto;
  vertical-align: bottom;
  max-width: 100%;
}

#tps .boxx_01 .boxx__main {
  display: flex;
  justify-content: center;
}

#tps .boxx_01 .boxx__main .boxx__item {
  position: relative;
  width: 50%;
  z-index: 1;
}

#tps .boxx_01 .boxx__main .boxx__item img {
  width: calc(100% + 15px);
  min-width: calc(100% + 15px);
}

#tps .boxx_01 .boxx__main .boxx__item:nth-child(1) img {
  margin-left: -15px;
}

#tps .boxx_01 .boxx__main .boxx__item:nth-child(2) img {
  margin-right: -15px;
}

#tps .boxx_01 .boxx__main .boxx__obj {
  bottom: -8px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
  z-index: 1;
}

#tps .boxx_01 .boxx__main .boxx__obj　img {
  background: red;
  border: 1px solid #red;
  display: block;
  width: auto;
}

@media (max-width: 767px) {
  #tps .boxx_01 {
    border-width: 1px;
    padding: 25px 18px;
  }

  #tps .boxx_01 .boxx__pc {
    display: none;
  }

  #tps .boxx_01 .boxx__sp {
    display: inline-block;
  }

  #tps .boxx_01 .boxx__main {
    flex-flow: row wrap;
  }

  #tps .boxx_01 .boxx__main {
    flex-flow: row wrap;
  }

  #tps .boxx_01 .boxx__main .boxx__item img {
    width: calc(100% + 15px);
    min-width: calc(100% + 15px);
  }

  #tps .boxx_01 .boxx__main .boxx__item:nth-child(n) img {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    min-width: auto;
  }

  #tps .boxx_01 .boxx__main .boxx__item {
    margin-top: 10px;
    width: 100%;
  }

  #tps .boxx_01 .boxx__main .boxx__item:nth-child(1) {
    margin-top: 0;
  }

  #tps .boxx_01 .boxx__main .boxx__obj {
    margin-top: -10px;
    position: static;
    text-align: center;
    transform: none;
  }

  #tps .boxx_01 .boxx__main .boxx__item:nth-child(n) .boxx__obj img {
    width: 244px;
  }
}

@media (max-width: 767px) {
  #tps .boxx_03 .boxx__pc {
    display: none;
  }

  #tps .boxx_03 .boxx__sp {
    display: inline-block;
  }
}

/**
 * .wrap_01
 * スマートフォンから申し込む、Webから申し込む
 */

#tps .wrap_01 {
  padding-left: 50px;
  padding-right: 50px;
}

@media (max-width: 767px) {
  #tps .wrap_01 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/**
 * .wrap_w1100
 * スマートフォンから申し込む、Webから申し込む
 */

#tps .wrap_w1000 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1000px;
}

@media (max-width: 767px) {
}

/**
 * #tps .section
 */

#tps .section-1 {
}

#tps .section-1 .anchor--01.anchor-1 {
  margin-top: 50px;
}

#tps .section-1 .anchor--01.anchor-2 .bg_gray {
  padding-bottom: 60px;
  padding-top: 60px;
}

#tps .section-1 .image--01.image-1 {
  margin-top: 40px;
}

#tps .section-1 .image--01.image-2 {
}

#tps .section-2 {
}

#tps .section-2 .boxx-10.boxx-1 {
  margin-top: 50px;
}

#tps .section-2 .anchor--01.anchor-1 {
  margin-top: 40px;
  padding-bottom: 60px;
  padding-top: 60px;
}

#tps .section-3 {
}

#tps .section-3 .boxx-toggle-02.boxx-toggle-1 {
  margin-top: 40px;
}

#tps .section-4 {
}

#tps .section-4 .boxx-10.boxx-1 {
  margin-top: 30px;
}

#tps .section-5 {
}

#tps .section-5 .boxx-06 {
  margin-top: 90px;
}

#tps .section-6 .boxx_01 {
  margin-top: 40px;
}

#tps .section-7 {
}

#tps .section-7 .image--01 {
  margin-top: 70px;
}

#tps .section-7 .title--01 {
  text-align: center;
}

#tps .section-7 .anchor--03 {
  margin-top: 75px;
}

@media (max-width: 767px) {
  #tps .section-1 {
  }

  #tps .section-1 .mv--01 .wrap--01,
  #tps .section-1 .image--01 .wrap--01 {
    margin-right: 0;
    margin-left: 0;
  }

  #tps .section-1 .anchor--01.anchor-2 {
    background: #f6f6f6;
  }

  #tps .section-1 .anchor--01.anchor-1 {
    margin-top: 40px;
  }

  #tps .section-1 .anchor--01.anchor-2 .bg_gray {
    padding-bottom: 40px;
    padding-top: 40px;
  }

  #tps .section-1 .image--01.image-1 {
    margin-top: 20px;
  }

  #tps .section-1 .image--01.image-2 {
  }

  #tps .section-1 .boxx-toggle-02.boxx-toggle-10 {
    background: #f6f6f6;
    margin-top: 20px;
    padding-bottom: 40px;
  }

  #tps .section-2 {
  }

  #tps .section-2 .boxx-10.boxx-1 {
    background: #afe6ff;
    margin-top: 0;
  }

  #tps .section-2 .boxx-10.boxx-1 .wrap--01 {
    margin-left: 0;
    margin-right: 0;
  }

  #tps .section-2 .anchor--01.anchor-1 {
    margin-top: 0;
    padding-bottom: 20px;
    padding-top: 25px;
  }

  #tps .section-3 {
  }

  #tps .section-3 .boxx-toggle-02.boxx-toggle-1 {
    margin-top: 30px;
  }

  #tps .section-4 {
  }

  #tps .section-4 .boxx-10.boxx-1 {
    margin-top: 20px;
  }

  #tps .section-5 {
  }

  #tps .section-5 .boxx-06 {
    margin-top: 30px;
  }

  #tps .section-6 .boxx_01 {
    margin-top: 30px;
  }

  #tps .section-7 {
  }

  #tps .section-7 .image--01 {
    margin-top: 30px;
  }

  #tps .section-7 .title--01 {
    text-align: center;
  }

  #tps .section-7 .anchor--03 {
    margin-top: 30px;
  }
}
