/* ======================================================================
 pages
====================================================================== */
.graph {
  position: relative;
}
.graph-item {
  position: absolute;
  width: 200px;
  height: 85px;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .graph-item {
    width: 20vw;
    height: 21.5vw;
  }
}
.graph-item.graph1 {
  top: 180px;
  left: 80px;
}
@media screen and (max-width: 768px) {
  .graph-item.graph1 {
    top: 35%;
    left: 15%;
  }
}
.graph-item.graph2 {
  top: 357px;
  left: 269px;
}
@media screen and (max-width: 768px) {
  .graph-item.graph2 {
    top: 72%;
        left: 29%;
  }
}
.graph-item.graph3 {
  top: 44px;
  left: 388px;
}
@media screen and (max-width: 768px) {
  .graph-item.graph3 {
    top: 5%;
    left: 51%;
    left: 51%;
    left: 51%;
  }
}

.graph-item.graph4 {
  top: 195px;
  left: 574px;
}
@media screen and (max-width: 768px) {
  .graph-item.graph4 {
    top: 41%;
    left: 72%;
  }
}

.graph-txt1 {
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin: 0 0 10px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .graph-txt1 {
    font-size: 2.5vw;
    margin: 0;
  }
}
.graph-txt2 {
  font-size: 15px;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .graph-txt2 {
    text-align: center;
    font-size: 2.5vw;
    line-height: 1.2;
    transform: translateY(2.5vw);
  }
}

.graph-txt3 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .graph-txt3 {
    text-align: center;
    font-size: 2.3vw;
    margin: 5px 0 0;
  }
}

@media screen and (max-width: 768px) and (max-width: 500px) {
  .graph-txt2 {
    transform: translateY(1.5vw);
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  .graph-txt2 {
    transform: translateY(1vw);
  }
}

.graph-big {
  font-family: "Oswald",serif;
  font-size: 30px;
  display: inline-block;
  margin: 0 5px;
}
@media screen and (max-width: 768px) {
  .graph-big {
    font-size: 3.5vw;
  }
}

.graph2pt {
  position: relative;
}
.graph2pt-item {
  position: absolute;
  width: 200px;
  height: 85px;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .graph2pt-item {
    width: 20vw;
    height: 21.5vw;
  }
}
.graph2pt-item.graph1 {
  top: 222px;
  left: 109px;
}
@media screen and (max-width: 768px) {
  .graph2pt-item.graph1 {
    top: 56%;
    left: 21%;
  }
}
.graph2pt-item.graph2 {
  top: 122px;
  left: 342px;
}
@media screen and (max-width: 768px) {
  .graph2pt-item.graph2 {
    top: 28%;
    left: 48%;
  }
}
.graph2pt-item.graph3 {
  top: 20px;
  left: 581px;
}
@media screen and (max-width: 768px) {
  .graph2pt-item.graph3 {
    top: 5%;
    left: 76%;
  }
}
.graph2pt-txt1 {
  text-align: center;
  font-size: 14px;
  
  margin: 0 0 15px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .graph2pt-txt1 {
    font-size: 2.5vw;
    margin: 0;
  }
}
.graph2pt-txt2 {
  font-size: 15px;
  
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .graph2pt-txt2 {
    text-align: center;
    font-size: 2.5vw;
    line-height: 1.5;
    transform: translateY(2.5vw);
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  .graph2pt-txt2 {
    transform: translateY(1.5vw);
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  .graph2pt-txt2 {
    transform: translateY(1vw);
  }
}

.graph2pt-big {
  font-family: "Oswald",serif;
  font-size: 30px;
  display: inline-block;
  margin: 0 5px;
}
@media screen and (max-width: 768px) {
  .graph2pt-big {
    font-size: 3.5vw;
  }
}

.lineimg {
  position: relative;
}
.lineimg-item {
  display: flex;
  position: absolute;
}
.lineimg-item.lineimg1 {
  bottom: 73px;
  left: 109px;
}
@media screen and (max-width: 768px) {
  .lineimg-item.lineimg1 {
    bottom: 14%;
    left: 15%;
  }
}
.lineimg-item.lineimg2 {
  bottom: 69px;
  left: 166px;
}
@media screen and (max-width: 768px) {
  .lineimg-item.lineimg2 {
    bottom: 13%;
    left: 22%;
  }
}
.lineimg-item.lineimg3 {
  bottom: 70px;
  left: 221px;
}
@media screen and (max-width: 768px) {
  .lineimg-item.lineimg3 {
    bottom: 13%;
    left: 28.9%;
  }
}
.lineimg-item.lineimg4 {
  bottom: 67px;
  left: 276px;
}
@media screen and (max-width: 768px) {
  .lineimg-item.lineimg4 {
    bottom: 12%;
    left: 35.5%;
  }
}
.lineimg-item.lineimg5 {
  bottom: 78px;
  left: 332px;
}
@media screen and (max-width: 768px) {
  .lineimg-item.lineimg5 {
    bottom: 15%;
    left: 42.9%;
  }
}
.lineimg-item.lineimg6 {
  bottom: 76px;
  left: 388px;
}
@media screen and (max-width: 768px) {
  .lineimg-item.lineimg6 {
    bottom: 14%;
    left: 50%; 
  }
}
.lineimg-item.lineimg7 {
  bottom: 73px;
  left: 444px;
}
@media screen and (max-width: 768px) {
  .lineimg-item.lineimg7 {
    bottom: 13%;
    left: 56.5%; 
  }
}
.lineimg-item.lineimg8 {
  bottom: 75px;
  left: 499px;
  
}
@media screen and (max-width: 768px) {
  .lineimg-item.lineimg8 {
    bottom: 14%;
    left: 63.5%; 
  }
}
.lineimg-item.lineimg9 {
  bottom: 93px;
  left: 551px;
}
@media screen and (max-width: 768px) {
  .lineimg-item.lineimg9 {
    bottom: 17%;
    left: 70.5%;
  }
}
.lineimg-item.lineimg10 {
  bottom: 347px;
  left: 605px;
}
@media screen and (max-width: 768px) {
  .lineimg-item.lineimg10 {
    bottom: 84%;
    left: 77.5%;
  }
}
.lineimg-item.lineimg11 {
  bottom: 85px;
  left: 665px;
}
@media screen and (max-width: 768px) {
  .lineimg-item.lineimg11 {
    bottom: 15%;
    left: 84.5%;
  }
}
.lineimg-item.lineimg12 {
  bottom: 77px;
  left: 721px;
}
@media screen and (max-width: 768px) {
  .lineimg-item.lineimg12 {
    bottom: 14%;
    left: 89.3%;
  }
}
.lineimg-txt {
  font-size: 14px;
  text-align: center;
  font-family: 'Oswald',serif;
}
@media screen and (max-width: 768px) {
  .lineimg-txt {
    font-size: 2.9vw;
  }
}
.lineimg-big {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .lineimg-big {
    font-size: 2.9vw;
    writing-mode:vertical-lr;
    transform: rotate(180deg);
    transform-origin: center center;
  }
}

.planbox_imgwrap .fukidashi {
  position: absolute;
  top: 160px;
  left: 342px;
}
.planbox_imgwrap .fukidashi_txt1 {
  font-size: 16px;
  text-align: center;
  color: #fff;
}
.planbox_imgwrap .fukidashi_txt1:nth-of-type(2) {
  margin: 10px 0 0;
}
.planbox_imgwrap .fukidashi_txt1:nth-of-type(3) {
  margin: 2px 0;
}
.planbox_imgwrap .fukidashi_txt1.yel {
  color: #FFF079;
}
.planbox_imgwrap .fukidashi_txt1 span {
  font-size: 32px;
  font-family: 'Oswald',serif;
}

@media screen and (max-width: 768px) {
  .planbox_imgwrap .fukidashi {
    top: 42%;
    left: 27%;
  }
  .planbox_imgwrap .fukidashi_txt1:nth-of-type(2) {
    margin: 1vw 0 0;
  }
  .planbox_imgwrap .fukidashi_txt1:nth-of-type(3) {
    margin: 3px 0;
  }
  .planbox_imgwrap .fukidashi_txt1 {
    font-size: 2.8vw;
  }
  .planbox_imgwrap .fukidashi_txt1 span {
    font-size: 3.5vw;
  }
}

.terasel-lineimg {
  position: relative;
}
.terasel-lineimg-item {
  display: flex;
  position: absolute;
}
.terasel-lineimg-item.terasel-lineimg1 {
  bottom: 113px;
  left: 110px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .terasel-lineimg-item.terasel-lineimg1 {
    bottom: 38%;
    left: 23%;
  }
}
.terasel-lineimg-item.terasel-lineimg2 {
  bottom: 113px;
  left: 174px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .terasel-lineimg-item.terasel-lineimg2 {
    bottom: 36%;
    left: 37.5%;
  }
}
.terasel-lineimg-item.terasel-lineimg3 {
  bottom: 85px;
  left: 241px;
}
@media screen and (max-width: 768px) {
  .terasel-lineimg-item.terasel-lineimg3 {
    bottom: 27%;
    left: 52.5%;
  }
}
.terasel-lineimg-item.terasel-lineimg4 {
  bottom: 76px;
  left: 306px;
}
@media screen and (max-width: 768px) {
  .terasel-lineimg-item.terasel-lineimg4 {
    bottom: 23%;
    left: 67.5%;
  }
}
.terasel-lineimg-item.terasel-lineimg5 {
  bottom: 65px;
  left: 372px;
}
@media screen and (max-width: 768px) {
  .terasel-lineimg-item.terasel-lineimg5 {
    bottom: 19%;
    left: 82%;
  }
}
.terasel-lineimg-item.terasel-lineimg6 {
  bottom: 51px;
  left: 436px;
}
@media screen and (max-width: 768px) {
  .terasel-lineimg-item.terasel-lineimg6 {
    display: none;
  }
}
.terasel-lineimg-item.terasel-lineimg7 {
  bottom: 85px;
  left: 564px;
}
@media screen and (max-width: 768px) {
  .terasel-lineimg-item.terasel-lineimg7 {
    display: none;
  }
}
.terasel-lineimg-item.terasel-lineimg8 {
  bottom: 113px;
  left: 632px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .terasel-lineimg-item.terasel-lineimg8 {
    display: none;
  }
}
.terasel-lineimg-item.terasel-lineimg9 {
  bottom: 149px;
  left: 696px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .terasel-lineimg-item.terasel-lineimg9 {
    bottom: 38%;
    left: 8%;
  }
}
.terasel-lineimg-item.terasel-lineimg10 {
  bottom: 167px;
  left: 762px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .terasel-lineimg-item.terasel-lineimg10 {
    display: none;
  }
}
.terasel-lineimg-item.terasel-lineimg11 {
  bottom: 160px;
  left: 828px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .terasel-lineimg-item.terasel-lineimg11 {
    display: none;
  }
}
.terasel-lineimg-item.terasel-lineimg12 {
  bottom: 155px;
  left: 893px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .terasel-lineimg-item.terasel-lineimg12 {
    display: none;
  }
}
.terasel-lineimg-txt {
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .terasel-lineimg-txt {
    font-size: 3vw;
  }
}
.terasel-lineimg-big {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .terasel-lineimg-big {
    font-size: 4vw;
  }
}

.p_terasel_plan .chargebox2_tablettl span {
  display: inline-block;
  padding: 0 0 10px;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0 0;
}
.p_terasel_plan .chargebox2_tablettl span:before {
  content: "";
  background: #FBC933;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.p_terasel_plan .chargebox2_table {
  width: 100%;
  margin: 15px 0 0;
}
.p_terasel_plan .chargebox2_table th {
  background: #D8D8D8;
  padding: 13px 10px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.p_terasel_plan .chargebox2_table th:not(:first-child) {
  border-left: 1px solid #fff;
}
.p_terasel_plan .chargebox2_table tr {
  border-bottom: 1px solid #D8D8D8;
}
.p_terasel_plan .chargebox2_table tr td:nth-of-type(1) {
  background: #F3F3F3;
  font-size: 16px;
  font-weight: bold;
  padding: 20px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .p_terasel_plan .chargebox2_table tr td:nth-of-type(1) {
    white-space: nowrap;
    height: 100%;
    vertical-align: middle;
    padding: 10px;
  }
}
.p_terasel_plan .chargebox2_table tr td:nth-of-type(2) {
  font-size: 16px;
  padding: 20px;
  width: 405px;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .p_terasel_plan .chargebox2_table tr td:nth-of-type(2) {
    padding: 10px;
    vertical-align: middle;
  }
}
.p_terasel_plan .chargebox2_table tr td:nth-of-type(3) {
  font-size: 16px;
  padding: 20px;
  width: 405px;
  text-align: center;
  border-left: 1px solid #D8D8D8;
  background: #FFF9E6;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .p_terasel_plan .chargebox2_table tr td:nth-of-type(3) {
    padding: 10px;
  }
}
.p_terasel_plan .chargebox2_table tr td:nth-of-type(3) span {
  font-size: 25px;
  font-family: "Oswald",serif;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p_terasel_plan .chargebox2_table tr td:nth-of-type(3) span {
    font-size: 20px;
  }
}
.p_terasel_plan .charge_lists a {
  color: #0E5BB5;
  text-decoration: underline;
}
.p_terasel_plan .charge_lists a:hover {
  opacity: 0.7;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .p_terasel_plan .c_chrge_box_item._center {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .p_terasel_plan .c_chrge_box_item_low_box {
    width: 50%;
  }
}
.p_terasel_plan .c_chrge_box_item_low_box_wrap span {
  font-size: 10px;
  transform: translateY(-6px);
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p_terasel_plan .chargebox2_flex_item {
    background: #f4f4f4 !important;
    padding: 16px !important;
    font-size: 20px !important;
  }
  .p_terasel_plan .chargebox2_flex_item span {
    margin: 0 5px !important;
  }
  .p_terasel_plan .chargebox2_flex_item .u_bold {
    transform: translateX(10px);
  }
}
@media screen and (max-width: 768px) {
  .p_terasel_plan .chargebox2_flex_item2 span {
    margin: 0 5px !important;
  }
  .p_terasel_plan .chargebox2_flex_item2 .u_bold {
    transform: translateX(-10px);
  }
}

@media screen and (max-width: 768px) {
  #p_chou_terasel_plan .top .ttl {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  #p_chou_terasel_plan .top .ttl .ttl_1 {
    flex-wrap: wrap;
    justify-content: center;
  }
}
#p_chou_terasel_plan .top .ttl_subtxt1 {
  font-size: 18px;
  display: inline-block;
  margin: 0 20px;
}
@media screen and (max-width: 768px) {
  #p_chou_terasel_plan .top .ttl_subtxt1 {
    width: 100%;
    font-size: 16px;
    margin: 10px 0 0;
    text-align: center;
  }
}
#p_chou_terasel_plan .top .ttl_subtxt2 {
  font-size: 18px;
  font-family: "Oswald","Noto Sans JP",serif;
}
@media screen and (max-width: 768px) {
  #p_chou_terasel_plan .top .ttl_subtxt2 {
    font-size: 16px;
    width: 100%;
    text-align: center;
    margin: 10px 0 0;
  }
}
#p_chou_terasel_plan .chargebox {
  border: 5px solid #F3F3F3;
  border-radius: 10px;
  padding: 28px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #p_chou_terasel_plan .chargebox {
    padding: 15px;
    border: 3px solid #F3F3F3;
  }
}
#p_chou_terasel_plan .chargebox_ttl {
  font-weight: bold;
  font-size: 28px;
  padding: 0 0 0 70px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #p_chou_terasel_plan .chargebox_ttl {
    font-size: 22px;
    padding: 0 0 0 40px;
  }
}
#p_chou_terasel_plan .chargebox_ttl:before {
  position: absolute;
  content: url(../img/common/ico_yellow_yen.svg);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #p_chou_terasel_plan .chargebox_ttl:before {
    content: url(../img/common/sp/ico_yellow_yen.svg);
  }
}
#p_chou_terasel_plan .chargebox_yen {
  font-family: 'Oswald',serif;
  font-size: 66px;
}
@media screen and (max-width: 768px) {
  #p_chou_terasel_plan .chargebox_yen {
    font-size: 36px;
  }
}
#p_chou_terasel_plan .chargebox_yentxt {
  font-size: 32px;
  font-weight: bold;
  font-family: 'Noto Sans JP',serif;
}
@media screen and (max-width: 768px) {
  #p_chou_terasel_plan .chargebox_yentxt {
    font-size: 17px;
  }
}
#p_chou_terasel_plan .chargebox2 {
  margin: 40px 0 0;
  border: 5px solid #F3F3F3;
  border-radius: 10px;
  padding: 50px 35px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #p_chou_terasel_plan .chargebox2 {
    border-width: 3px;
    padding: 25px 15px 19px;
  }
}
#p_chou_terasel_plan .chargebox2_ttl {
  width: 100%;
  font-weight: bold;
  font-size: 28px;
  padding: 0 0 0 70px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #p_chou_terasel_plan .chargebox2_ttl {
    padding: 0 0 0 40px;
  }
}
#p_chou_terasel_plan .chargebox2_ttl:before {
  position: absolute;
  content: url(../img/common/ico_yellow_denki.svg);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #p_chou_terasel_plan .chargebox2_ttl:before {
    content: url(../img/common/sp/ico_yellow_denki.svg);
  }
}
#p_chou_terasel_plan .chargebox2_flex {
  margin: 40px 0 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #p_chou_terasel_plan .chargebox2_flex {
    flex-wrap: wrap;
  }
}
#p_chou_terasel_plan .chargebox2_flex_item {
  width: 494px;
  display: flex;
  padding: 20px 20px 20px 60px;
  background: #F4F4F4;
  border-radius: 5px;
  font-size: 26px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #p_chou_terasel_plan .chargebox2_flex_item {
    justify-content: center;
    font-size: 20px;
  }
}
#p_chou_terasel_plan .chargebox2_flex._center .chargebox2_flex_item {
  justify-content: center;
  padding: 20px;
}
#p_chou_terasel_plan .chargebox2_flex._center .chargebox2_flex_item span,
#p_chou_terasel_plan .chargebox2_flex._center .chargebox2_flex_item2 span {
  padding: 0 34px;
}
@media screen and (max-width: 768px) {
  #p_chou_terasel_plan .chargebox2_flex._center .chargebox2_flex_item span,
  #p_chou_terasel_plan .chargebox2_flex._center .chargebox2_flex_item2 span {
    padding: 0;
  }
}
#p_chou_terasel_plan .chargebox2_flex_item2 {
  width: 494px;
}
@media screen and (max-width: 768px) {
  #p_chou_terasel_plan .chargebox2_flex_item {
    width: 100%;
    flex-wrap: wrap;
    padding: 0;
    background: none;
  }
}
#p_chou_terasel_plan .chargebox2_flex_item2 {
  background: #F4F4F4;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 26px;
  padding: 55px 35px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #p_chou_terasel_plan .chargebox2_flex_item2 {
    padding: 20px;
    font-size: 20px;
    width: 100%;
    margin: 15px 0 0;
  }
}
#p_chou_terasel_plan .chargebox2_flex_item2:before {
  content: url(../img/common/ico_kakeru.svg);
  position: absolute;
  top: 50%;
  left: -36px;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  #p_chou_terasel_plan .chargebox2_flex_item2:before {
    content: url(../img/common/sp/ico_kakeru.svg);
    top: -33px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
  }
}
#p_chou_terasel_plan .chargebox2_flex_ttl {
  padding: 0 0 0 40px;
  margin: 0 0 5px;
}
@media screen and (max-width: 768px) {
  #p_chou_terasel_plan .chargebox2_flex_ttl {
    padding: 0 0 0 30px;
  }
}
#p_chou_terasel_plan .chargebox2_flex_ttl._kaminari {
  position: relative;
}
#p_chou_terasel_plan .chargebox2_flex_ttl._kaminari:before {
  content: url(../img/common/ico_yellow_kaminari.svg);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  #p_chou_terasel_plan .chargebox2_flex_ttl._kaminari:before {
    content: url(../img/common/sp/ico_yellow_kaminari.svg);
  }
}
#p_chou_terasel_plan .chargebox2_flex_ttl._yen {
  position: relative;
}
#p_chou_terasel_plan .chargebox2_flex_ttl._yen:before {
  content: url(../img/common/ico_yellow_yen2.svg);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  #p_chou_terasel_plan .chargebox2_flex_ttl._yen:before {
    content: url(../img/common/sp/ico_yellow_yen2.svg);
  }
}
#p_chou_terasel_plan .chargebox2_flex_txt {
  font-size: 28px;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin: -10px 0 -10px;
}
@media screen and (max-width: 768px) {
  #p_chou_terasel_plan .chargebox2_flex_txt {
    font-size: 20px;
    margin: -10px 0 -10px;
  }
}
#p_chou_terasel_plan .chargebox2_flex_txt span.num {
  font-size: 50px;
  font-family: 'Oswald',serif;
}
@media screen and (max-width: 768px) {
  #p_chou_terasel_plan .chargebox2_flex_txt span.num {
    font-size: 33px;
  }
}
@media screen and (max-width: 768px) {
  #p_chou_terasel_plan .chargebox2_flex_txt span.kome {
    display: inline-block;
    font-size: 14px;
    transform: translateY(-10px);
    position: absolute;
  }
}
#p_chou_terasel_plan .chargebox2_flex_txt2 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
#p_chou_terasel_plan .chargebox2_flex_txt2 span {
  font-size: 18px;
  display: inline-block;
  transform: translateY(-12px);
  padding: 0 0 0 5px;
}
#p_chou_terasel_plan .chargebox2_flex_txt3 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #p_chou_terasel_plan .chargebox2_flex_txt3 {
    font-size: 22px;
  }
}
#p_chou_terasel_plan .chargebox2_flex_inneritem {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #p_chou_terasel_plan .chargebox2_flex_inneritem {
    padding: 15px;
    background: #F4F4F4;
  }
}
#p_chou_terasel_plan .chargebox2_flex_inneritem:nth-of-type(2) {
  padding: 0 0 0 182px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #p_chou_terasel_plan .chargebox2_flex_inneritem:nth-of-type(2) {
    width: 100%;
    padding: 15px;
    margin: 10px 0 0;
  }
}
#p_chou_terasel_plan .chargebox2_flex_inneritem:nth-of-type(2):before {
  content: url(../img/common/ico_plus2.svg);
  position: absolute;
  top: 50%;
  left: 70px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #p_chou_terasel_plan .chargebox2_flex_inneritem:nth-of-type(2):before {
    content: url(../img/common/sp/ico_plus2.svg);
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
  }
}
#p_chou_terasel_plan .chargebox2_sub {
  margin: 15px 0 0;
}
#p_chou_terasel_plan .chargebox2_tablettl span {
  display: inline-block;
  padding: 0 0 10px;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0 0;
}
#p_chou_terasel_plan .chargebox2_tablettl span:before {
  content: "";
  background: #FBC933;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}
#p_chou_terasel_plan .chargebox2_table {
  width: 100%;
  margin: 15px 0 0;
}
#p_chou_terasel_plan .chargebox2_table th {
  background: #D8D8D8;
  padding: 13px 10px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
#p_chou_terasel_plan .chargebox2_table th:not(:first-child) {
  border-left: 1px solid #fff;
}
#p_chou_terasel_plan .chargebox2_table tr {
  border-bottom: 1px solid #D8D8D8;
}
#p_chou_terasel_plan .chargebox2_table tr td:nth-of-type(1) {
  background: #F3F3F3;
  font-size: 16px;
  font-weight: bold;
  padding: 20px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #p_chou_terasel_plan .chargebox2_table tr td:nth-of-type(1) {
    white-space: nowrap;
    height: 100%;
    vertical-align: middle;
    padding: 10px;
  }
}
#p_chou_terasel_plan .chargebox2_table tr td:nth-of-type(2) {
  font-size: 16px;
  padding: 20px;
  width: 405px;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #p_chou_terasel_plan .chargebox2_table tr td:nth-of-type(2) {
    width: 113px;
    padding: 10px;
    vertical-align: middle;
    text-align: left;
  }
}
#p_chou_terasel_plan .chargebox2_table tr td:nth-of-type(3) {
  font-size: 16px;
  padding: 20px;
  width: 405px;
  text-align: center;
  border-left: 1px solid #D8D8D8;
  background: #FFF9E6;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #p_chou_terasel_plan .chargebox2_table tr td:nth-of-type(3) {
    padding: 10px 9px;
    width: 122px;
  }
}
#p_chou_terasel_plan .chargebox2_table tr td:nth-of-type(3) span {
  font-size: 25px;
  font-family: "Oswald",serif;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #p_chou_terasel_plan .chargebox2_table tr td:nth-of-type(3) span {
    font-size: 20px;
  }
}
#p_chou_terasel_plan .charge_lists a {
  color: #0E5BB5;
  text-decoration: underline;
}
#p_chou_terasel_plan .charge_lists a:hover {
  opacity: 0.7;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #p_chou_terasel_plan .c_chrge_box_item._center {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  #p_chou_terasel_plan .c_chrge_box_item_low_box {
    width: 50%;
    height: 80px;
  }
  #p_chou_terasel_plan .c_chrge_box_item_low_box .u_txt_13 {
    font-size: 1.6rem;
  }
}
#p_chou_terasel_plan .c_chrge_box_item_low_box_wrap span {
  font-size: 10px;
  transform: translateY(-6px);
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #p_chou_terasel_plan .chargebox2_flex_item {
    background: #f4f4f4 !important;
    padding: 16px !important;
    font-size: 20px !important;
  }
  #p_chou_terasel_plan .chargebox2_flex_item span {
    margin: 0 5px !important;
  }
  #p_chou_terasel_plan .chargebox2_flex_item .u_bold {
    transform: translateX(10px);
  }
}
@media screen and (max-width: 768px) {
  #p_chou_terasel_plan .chargebox2_flex_item2 span {
    margin: 0 5px !important;
  }
  #p_chou_terasel_plan .chargebox2_flex_item2 .u_bold {
    transform: translateX(-10px);
  }
}
@media screen and (max-width: 768px) {
  #p_chou_terasel_plan .sec.sec_4 .inner .tab_box {
    width: 100vw;
    transform: translateX(-4.6875vw);
  }
}
@media screen and (max-width: 768px) {
  #p_chou_terasel_plan .sec.sec_4 {
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  #p_chou_terasel_plan .chargebox2_ttl {
    font-size: 2.2em;
  }
}
@media screen and (max-width: 768px) {
  #p_chou_terasel_plan .chargebox2_flex {
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #p_chou_terasel_plan .chargebox2_tablettl span {
    font-size: 16px !important;
  }
}
#p_chou_terasel_plan .c_chrge_box_wrap {
  margin: 20px 0 10px;
}
#p_chou_terasel_plan .c_chrge_box + .c_ttl_4 {
  margin: 30px 0;
}
#p_chou_terasel_plan .charge_lists {
  margin: 10px 0 0;
}
#p_chou_terasel_plan .charge_lists + .c_ttl_4 {
  margin: 50px 0 30px;
}
#p_chou_terasel_plan .box + .box {
  margin: 50px 0 0;
}
#p_chou_terasel_plan .c_ttl_4 + .u_txt_1 {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #p_chou_terasel_plan .box + .box {
    margin: 30px 0 0;
  }
  #p_chou_terasel_plan .c_ttl_4 {
    font-size: 20px;
  }
}
#p_chou_terasel_plan .graph {
  position: relative;
}
#p_chou_terasel_plan .graph-item {
  position: absolute;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  #p_chou_terasel_plan .graph-item {
    font-size: 4vw;
  }
}
#p_chou_terasel_plan .graph-item.graph1 {
  top: 100px;
  left: 20px;
  width: 175px;
  height: 130px;
}
@media screen and (max-width: 768px) {
  #p_chou_terasel_plan .graph-item.graph1 {
    top: 59%;
    left: 11%;
    width: auto;
    height: auto;
    white-space: nowrap;
  }
}
#p_chou_terasel_plan .graph-item.graph1 span {
  font-size: 30px;
  font-family: "Oswald",serif;
  transform: translateY(-2px);
}
@media screen and (max-width: 768px) {
  #p_chou_terasel_plan .graph-item.graph1 span {
    font-size: 5vw;
  }
}
#p_chou_terasel_plan .graph-item.graph2 {
  top: 126px;
  left: 270px;
  width: 175px;
  height: 100px;
}
@media screen and (max-width: 768px) {
  #p_chou_terasel_plan .graph-item.graph2 {
    width: auto;
    height: auto;
    top: 65%;
    left: 65%;
  }
}
#p_chou_terasel_plan .graph-item.graph2 span {
  font-size: 30px;
  font-family: "Oswald",serif;
  transform: translateY(-2px);
}
@media screen and (max-width: 768px) {
  #p_chou_terasel_plan .graph-item.graph2 span {
    font-size: 5vw;
  }
}
#p_chou_terasel_plan .graph-fukidashi {
  position: absolute;
  top: 19px;
  right: 63px;
  width: 80px;
  height: 80px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
  letter-spacing: .05em;
}
@media screen and (max-width: 768px) {
  #p_chou_terasel_plan .graph-fukidashi {
    width: auto;
    height: auto;
    text-align: center;
    font-size: 3vw;
    top: 7%;
    right: 14%;
  }
  #p_chou_terasel_plan .graph-fukidashi._pt2 {
    right: 15%;
  }
}
#p_chou_terasel_plan .graph-fukidashi span {
  font-size: 18px;
  font-family: "Oswald",serif;
}
@media screen and (max-width: 768px) {
  #p_chou_terasel_plan .graph-fukidashi span {
    font-size: 4vw;
  }
}

.charge_lists .u_txt_1 {
  line-height: 1.75;
}

#p_flow .list li {
  padding: 30px 0 40px;
}
@media screen and (max-width: 768px) {
  #p_flow .list li {
    padding: 30px 0;
  }
}
#p_flow .list .box {
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 768px) {
  #p_flow .list .box {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
#p_flow .list .box .img {
  width: auto;
  flex-grow: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  #p_flow .list .box .img.img2 img {
    width: auto;
  }
}
#p_flow .tab_box .flow .box .top .img.img7 img {
  width: 35%;
}
@media screen and (max-width: 768px) {
  #p_flow .tab_menu li {
    padding: 5px 20px 0;
    height: 87px;
    text-align: center;
  }
}

.sub_txt_list {
  margin: 0 auto!important;
}
@media screen and (max-width: 768px) {
  .sub_txt_list {
    margin: 42px 0 35px!important;
  }
}
.sub_txt_list .sub {
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .sub_txt_list .sub {
    margin: 0!important;
    padding: 0 0 0 1em;
    text-align: left;
    font-size: 14px;
    text-indent: -1em;
    line-height: 1.5;
  }
}
.faq .item .child a:hover {
  text-decoration: none;
}
.faq .item .child a {
  text-decoration: underline;
  color: #0E5BB5;
}
