@charset "UTF-8";
/* ======================================================================
 p_charge
====================================================================== */
.sec._bgg {
  background: #F3F3F3;
  padding: 0 0 80px;
}
@media screen and (max-width: 768px) {
  .sec._bgg {
    padding: 0 0 40px;
  }
}
.sec .inner {
  box-sizing: border-box;
  width: 1160px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sec .inner {
    width: 100%;
    padding: 0 15px;
  }
}

.flow_btn_1 {
  width: 390px;
  height: 50px;
  background: #fff;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 25px;
  font-size: 16px;
  color: #222;
  box-shadow: 0px 5px 0px #BEBEBE;
  border: 1px solid #BEBEBE;
}
@media screen and (max-width: 768px) {
  .flow_btn_1 {
    width: 100%;
    text-align: center;
  }
}
.flow_btn_1:hover {
  box-shadow: none;
  transform: translateY(5px);
}
.flow_btn_1:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #222;
  border-right: 1px solid #222;
  transform: rotate(45deg);
  position: absolute;
  top: 40%;
  right: 20px;
}

.sec.sec_1 {
  padding: 40px 0 60px;
}
@media screen and (max-width: 768px) {
  .sec.sec_1 {
    padding: 30px 0;
  }
}
.sec.sec_1 .lead {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec.sec_1 .lead {
    text-align: left;
  }
}
.sec.sec_1 .lead:not(:last-child) {
  margin-bottom: 10px;
}
.sec.sec_1 .lead a {
  color: #0B4EA8;
  text-decoration: underline;
}
.sec.sec_1 .lead a:hover {
  text-decoration: none;
}
.sec.sec_2 {
  background: #F3F3F3;
  padding: 50px 0 10px;
}
@media screen and (max-width: 768px) {
  .sec.sec_2 {
    padding: 30px 0;
  }
}
.sec.sec_2 .img1 {
  display: block;
  margin-top: 36px;
}
@media screen and (max-width: 768px) {
  .sec.sec_2 .img1 {
    margin-top: 32px;
  }
}
.sec.sec_2 .notes {
  display: flex;
  justify-content: center;
  font-size: 14px;
  margin-top: 7px;
  position: relative;
  right: 98px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .sec.sec_2 .notes {
    right: 0;
    justify-content: flex-start;
  }
}
.sec.sec_2 .notes::before {
  content: '※';
}
.sec .sec2_lists {
  display: flex;
  width: 1160px;
  margin: 30px auto 0;
  justify-content: space-between;
}

.sec .sec2_lists .c_btn_4:before {
  content: "";
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  width: 10px;
  height: 10px;
  top: 21px;
  transform: rotate(-45deg);
}
.sec .sec2_lists .c_btn_4:hover:after {
  display: none;
}
.sec .sec2_lists .c_btn_4:hover:before {
  border-bottom: 2px solid #FBC933;
  border-left: 2px solid #FBC933;
}
@media screen and (max-width: 768px) {
  .sec .sec2_lists {
    flex-wrap: wrap;
    width: 100%;
  }
}
.sec .sec2_list {
  background: #fff;
  border-radius: 10px;
  width: 370px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
}
.sec.sec_2 .sec2_list .imgwrap_txt .u_txt_1,
.sec.sec_2 .sec2_list .txtwrap .u_txt_6,
.sec.sec_2 .sec2_list .txtwrap .information_item {
  color: #3E3E3E;
}
@media screen and (max-width: 768px) {
  .sec .sec2_list {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .sec .sec2_list:not(:first-of-type) {
    margin: 25px 0 0;
  }
}
.sec .imgwrap {
  position: relative;
}
.sec .imgwrap_txtwrap {
  display: flex;
  justify-content: center;
  margin: -20px 0 0;
}
.sec .imgwrap img {
  height: auto;
}
.sec .imgwrap_txt {
  background: #fff;
  border-radius: 10px;
  padding: 10px 35px;
}
.sec .imgwrap_label {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  background: #3E3E3E;
  color: #fff;
  padding: 7px 20px;
  font-size: 1.6em;
  font-weight: bold;
  border-radius: 20px 0 20px 0;
}
.sec .imgwrap_color1 {
  color: #FBC933;
}
.sec .imgwrap_color2 {
  color: #74C3F5;
}
.sec .txtwrap {
  padding: 0 30px 30px;
}
.sec .txtwrap .u_txt_6 {
  text-align: center;
}
.sec .txtwrap .information {
  display: flex;
  align-items: center;
  min-height: 120px;
  padding: 20px;
  background: #FFF7DD;
  border-radius: 10px;
  position: relative;
  margin: 30px 0 20px;
}
@media screen and (max-width: 768px) {
  .sec .txtwrap .information {
    padding: 20px 25px 20px 35px;
  }
}
.sec .txtwrap .information_lists {
  padding: 0 0 0 35px;
}
.sec .txtwrap .information_item {
  font-size: 14px;
  position: relative;
}
.sec .txtwrap .information_item:not(:first-of-type) {
  margin: 15px 0 0;
}
.sec .txtwrap .information_item:before {
  content: "";
  width: 24px;
  height: 24px;
  border: 2px solid #CCCCCC;
  box-sizing: border-box;
  position: absolute;
  top: -3px;
  left: -35px;
  background: #fff;
  border-radius: 5px;
}
.sec .txtwrap .information_item:after {
  content: url(../img/p_top/check.svg);
  position: absolute;
  top: 0;
  left: -30px;
}
.sec .txtwrap .information .u_txt_1 {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  color: #F78500;
  white-space: nowrap;
  font-weight: bold;
}
.sec .txtwrap .information .u_txt_1:before {
  content: "";
  background: #F78500;
  width: 2px;
  height: 15px;
  position: absolute;
  top: 5px;
  left: -15px;
  transform: rotate(-45deg);
}
.sec .txtwrap .information .u_txt_1:after {
  content: "";
  background: #F78500;
  width: 2px;
  height: 15px;
  position: absolute;
  top: 5px;
  right: -15px;
  transform: rotate(45deg);
}
.sec .txtwrap .c_btn_4 {
  width: 100%;
  text-align: center;
}
.sec .plan {
  margin: 30px 0 0;
}
.sec .plan_list:not(:first-of-type) {
  margin: 25px 0 0;
}
.sec .plan_link {
  display: block;
  padding: 22px 10px;
  background: #fff;
  border: 2px solid #000000;
  border-radius: 15px;
  position: relative;
}
.sec .plan_link:after {
  content: "";
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  position: absolute;
  bottom: 8px;
  left: 49%;
}
.sec .plan_ttl {
  font-weight: bold;
  text-align: center;
}
.sec .plan_txt {
  text-align: center;
  margin: 5px 0 0;
}
.sec .plan_icon {
  position: absolute;
  background: #FBC933;
  padding: 5px 10px;
  border-radius: 999px;
  top: -15px;
  left: 50%;
  color: #222;
  font-size: 14px;
  transform: translateX(-50%);
}
.sec .plan_icon:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
  border-top: 3px solid #FBC933;
  border-bottom: 0;
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
}
.sec .plan_icon._pt2 {
  background: #8ECFFF;
}
.sec .plan_icon._pt2:before {
  border-top: 3px solid #8ECFFF;
}
@media screen and (max-width: 768px) {
  .sec .tablescroll {
    width: 100%;
    overflow-x: scroll;
    padding: 0 0 0 4.6875%;
    position: relative;
  }
  .sec .tablescroll:before {
    content: url(../img/p_charge/sp/ico-scroll.svg);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 2;
  }
  .sec .tablescroll._touched:before {
    display: none;
  }
}
.sec .table {
  border-top: 1px solid #A7A7A7;
  border-left: 1px solid #A7A7A7;
  border-bottom: 1px solid #A7A7A7;
}
@media screen and (max-width: 768px) {
  .sec .table {
    width: 1055px;
  }
}
.sec .table_desc {
  text-align: right;
  margin: 0 0 10px;
}
@media screen and (max-width: 768px) {
  .sec .table_desc {
    padding: 0 4.6875%;
  }
}
.sec .table_desc2 {
  margin: 10px 0 0;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .sec .table_desc2 {
    padding: 0 4.6875%;
  }
}
.sec .table_desc2 a {
  text-decoration: underline;
  color: #0E5BB5;
}
.sec .table_desc2 a:hover {
  text-decoration: none;
}
.sec .table .u_txt_9,
.sec .table .u_txt_10 {
  font-weight: bold;
}
.sec .table .col1 {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .sec .table .col1 {
    width: 150px;
  }
}
.sec .table .col2 {
  width: 214px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sec .table .col2 {
    width: 160px;
  }
}
.sec .table .col3 {
  width: 600px;
}
.sec .table .col4 {
  width: 144px;
}
.sec .table .col5 {
  width: 120px;
}
.sec .table .col6 {
  width: 150px;
}
.sec .table .col7 {
  width: 450px;
}
.sec .table .col8 {
  width: 600px;
}
.sec .table .bgy1 {
  background: #FFC61D;
}
.sec .table .bgy2 {
  background: #FFD653;
}
.sec .table .bgy3 {
  background: #FFE07E;
}
.sec .table .bgy4 {
  background: #FFE79A;
}
.sec .table .bgy5 {
  background: #FFF1C5;
}
.sec .table .bgw {
  background: #fff;
}
.sec .table .bgg {
  background: #F8F8F8;
}
.sec .table .bgb {
  background: #C9E8FF;
}
.sec .table .bgb2 {
  background: #67BFFF;
}
.sec .table_head {
  display: flex;
}
.sec .table_head._pt2 .table_head_item {
  padding: 10px;
}
.sec .table_head_item {
  border-right: 1px solid #A7A7A7;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  line-height: 1.2;
}


.sec .table_head_item_high {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50%;
  padding: 18px 0;
}
@media screen and (max-width: 768px) {
  .sec .table_head_item_high {
    padding: 10px 0;
  }
}
.sec .table_head_item_low {
  border-top: 1px solid #A7A7A7;
  height: 50%;
  display: flex;
  background: #FFE07E;
}
.sec .table_head_item_low_item {
  border-left: 1px solid #A7A7A7;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(-1px);
}
.sec .table_head_item_low_item:nth-of-type(4) {
  margin: 0 -1px 0 0;
}
.sec .table_head_item_low_item:nth-child(3) {
  border-right: none;
}
@media screen and (max-width: 768px) {
  .sec .table_head_item_low_item {
    padding: 10px 0;
  }
}
.sec .table_row {
  display: flex;
}
.sec .table_row_item {
  text-align: center;
  padding: 25px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50%;
  border-right: 1px solid #A7A7A7;
  border-top: 1px solid #A7A7A7;
}
@media screen and (max-width: 768px) {
  .sec .table_row_item {
    padding: 10px 0;
  }
}
.sec .table_row_item._height {
  height: 100%;
}

.sec .table_row_item._height .txt:first-of-type {
  position: relative;
}

/* .sec .table_row_item._height .txt:first-of-type:before {
  content: url(../img/common/kaminari.svg);
  position: absolute;
  top: 0;
  left: 20px;
} */

.sec .table_row_item._height .txt:not(:first-of-type) {
  margin: 0 0 0 40px;
  position: relative;
}

/* .sec .table_row_item._height .txt:not(:first-of-type):after {
  content: url(../img/common/yen2.svg);
  position: absolute;
  top: 0;
  left: 10px;
} */

.sec .table_row_item._height .txt:not(:first-of-type):before {
  content: "+";
  position: absolute;
  top: 0;
  left: -35px;
  font-size: 35px;
}

.sec .table_row_item._height .txt span {
  font-size: 14px;
  display: inline-block;
  transform: translateY(-10px);
}
.sec .table_row_item._another {
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .sec .table_row_item._another {
    padding: 10px 0;
  }
}
.sec .table_row_item._ttl {
  height: 50%;
  line-height: 1.1;
}
.sec .table_row_item._half {
  height: 50%;
}
.sec .table_row_item_high {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #A7A7A7;
  border-top: 1px solid #A7A7A7;
}
.sec .table_row_item .txt {
  font-size: 18px;
  display: inline-block;
  line-height: 1.3;
}
.sec .table_row_item .num {
  font-size: 28px;
}
.sec .table_row_item .yen {
  font-size: 20px;
  display: inline-block;
  margin: 0 0 0 5px;
}
.sec .planbox {
  border-radius: 10px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .sec .planbox .c_btn_4 {
    text-align: center;
  }
}
.sec .planbox:not(:first-of-type) {
  margin: 80px 0 0;
}
@media screen and (max-width: 768px) {
  .sec .planbox:not(:first-of-type) {
    margin: 45px 0 0;
  }
}
.sec .planbox_subttl2 {
  font-size: 18px;
  color: #0168B6;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec .planbox_subttl2 {
    font-size: 12px;
  }
}
.sec .planbox_ttl2 {
  font-size: 30px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  margin: 15px 0 20px;
}
@media screen and (max-width: 768px) {
  .sec .planbox_ttl2 {
    font-size: 20px;
  }
}
.sec .planbox_ttlbox {
  background: #FBC933;
  padding: 25px 0 15px;
  text-align: center;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 768px) {
  .sec .planbox_ttlbox {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .sec .planbox_ttlbox > .u_txt_1 {
    font-size: 14px;
  }
}
.sec .planbox_ttlbox._bgb {
  background: #67BFFF;
}
.sec .planbox_ttl_inner {
  padding: 0 0 0 55px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec .planbox_ttl_inner {
    padding: 0 0 0 35px;
  }
}
.sec .planbox_ttl_inner:before {
  content: url(../img/p_charge/icon_ttl_denki.svg);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .sec .planbox_ttl_inner:before {
    top: 55%;
    content: url(../img/p_charge/sp/icon_ttl_denki.svg);
  }
}
.sec .planbox_ttl {
  margin: 10px 0 0;
  font-size: 36px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .sec .planbox_ttl {
    font-size: 26px;
  }
}
.sec .planbox_label {
  font-size: 18px;
  background: #fff;
  display: inline-block;
  padding: 6px 15px;
  border-radius: 999px;
  margin: 0 10px 0 0;
}
@media screen and (max-width: 768px) {
  .sec .planbox_label {
    position: absolute;
    top: -15px;
    left: 50%;
    width: max-content;
    transform: translateX(-50%);
    border: 2px solid #FBC933;
  }
  .sec .planbox_label._pt2 {
    border: 2px solid #67BFFF;
  }
}
.sec .planbox_color {
  color: #E97200;
}
.sec .planbox_color2 {
  color: #064D89;
}
.sec .planbox_center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec .planbox_content {
  padding: 20px 80px 50px;
}
@media screen and (max-width: 768px) {
  .sec .planbox_content {
    padding: 15px 15px 30px;
  }
}
.sec .planbox_content_lead {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec .planbox_content_lead {
    text-align: left;
  }
}
.sec .planbox_content .btn {
  margin: 30px auto 0;
  display: flex;
  justify-content: center;
}
.sec .planbox_content .btn .c_btn_4 {
  width: 400px;
}
.sec .planbox_content .btn .c_btn_4._market {
  width: 470px;
}
.sec .planbox_subttl {
  margin: 25px 0 0;
  font-size: 1.8em;
  font-weight: bold;
  color: #fff;
  background: #222;
  padding: 15px 45px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec .planbox_subttl {
    padding: 15px 30px;
  }
}
.sec .planbox_subttl:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 20px solid #fff;
  border-right: 0;
}
@media screen and (max-width: 768px) {
  .sec .planbox_subttl:before {
    left: -1px;
  }
}
.sec .planbox_subttl:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-right: 20px solid #fff;
  border-left: 0;
}
@media screen and (max-width: 768px) {
  .sec .planbox_subttl:after {
    right: -1px;
  }
}
.sec .planbox_subttl_color {
  color: #FBC933;
}
.sec .planbox_imgwrap {
  margin: 30px 0 0;
  padding: 30px 100px 40px;
  background: #FDE9AC;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .sec .planbox_imgwrap {
    padding: 0;
    background: none;
  }
}
.sec .planbox_imgwrap._pt2 {
  background: #DAF0FF;
}
@media screen and (max-width: 768px) {
  .sec .planbox_imgwrap._pt2 {
    padding: 0;
    background: none;
  }
}
.sec .planbox_imgwrap .u_txt_11 {
  margin: 20px 0 0;
}
@media screen and (max-width: 768px) {
  .sec .planbox_imgwrap .u_txt_11 {
    margin: 10px 0 0;
    padding: 0 0 0 1em;
    text-indent: -1em;
  }
}
.sec .planbox_imgwrap > .u_txt_1 {
  margin: 0 0 25px;
  line-height: 1.8;
}
.sec .chargebox {
  margin: 25px 0 0;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .sec .chargebox {
    flex-wrap: wrap;
  }
}
.sec .chargebox_item {
  width: 300px;
  border: 4px solid #D4EDFF;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
}
@media screen and (max-width: 768px) {
  .sec .chargebox_item {
    border: 2px solid #D4EDFF;
    border-radius: 6px;
  }
}
@media screen and (max-width: 768px) {
  .sec .chargebox_item:nth-of-type(1) {
    order: 2;
    width: calc(50% - 8px);
  }
}
.sec .chargebox_item:nth-of-type(2) {
  margin: 0 45px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec .chargebox_item:nth-of-type(2) {
    order: 3;
    width: calc(50% - 8px);
    margin: 0 0 0 16px;
  }
}
.sec .chargebox_item:nth-of-type(2):before {
  content: url(../img/p_charge/icon_plus.svg);
  position: absolute;
  top: 50%;
  left: -39px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .sec .chargebox_item:nth-of-type(2):before {
    left: -17px;
    content: url(../img/p_charge/sp/icon_plus.svg);
  }
}
.sec .chargebox_item:nth-of-type(2):after {
  content: url(../img/p_charge/icon_equal.svg);
  position: absolute;
  top: 50%;
  right: -39px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .sec .chargebox_item:nth-of-type(2):after {
    display: none;
    content: url(../img/p_charge/sp/icon_equal.svg);
  }
}
.sec .chargebox_item:nth-of-type(3) {
  background: #D4EDFF;
}
@media screen and (max-width: 768px) {
  .sec .chargebox_item:nth-of-type(3) {
    order: 1;
    width: 100%;
    margin: 0 0 20px 0;
    position: relative;
  }
  .sec .chargebox_item:nth-of-type(3):after {
    content: url(../img/p_charge/sp/icon_equal.svg);
    left: 50%;
    transform: translateX(-50%);
    bottom: -22px;
    position: absolute;
  }
}
.sec .chargebox_item_ttl1 {
  color: #0168B6;
  font-size: 24px;
  font-weight: bold;
  padding: 0 0 0 35px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec .chargebox_item_ttl1 {
    font-size: 15px;
    padding: 0 0 0 20px;
  }
}
.sec .chargebox_item_ttl1:before {
  content: url(../img/p_charge/ico_denki.svg);
  position: absolute;
  top: 0;
  left: 10px;
}
@media screen and (max-width: 768px) {
  .sec .chargebox_item_ttl1:before {
    content: url(../img/p_charge/sp/ico_denki.svg);
    left: 5px;
  }
}
.sec .chargebox_item_ttl2 {
  color: #0168B6;
  font-size: 24px;
  font-weight: bold;
  padding: 0 0 0 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec .chargebox_item_ttl2 {
    font-size: 15px;
    padding: 0 0 0 20px;
  }
}
.sec .chargebox_item_ttl2:before {
  content: url(../img/p_charge/icon_yen.svg);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .sec .chargebox_item_ttl2:before {
    content: url(../img/p_charge/sp/icon_yen.svg);
  }
}
.sec .chargebox_item_ttl {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sec .chargebox_item_ttl {
    font-size: 15px;
  }
}
.sec .chargebox_item_txt1 {
  margin: 10px 0 0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec .chargebox_item_txt1 {
    font-size: 11px;
  }
}
.sec .chargebox_item_sub {
  position: relative;
  z-index: 1;
}
.sec .chargebox_item_sub:before {
  content: "";
  width: 100%;
  height: 10px;
  background: #FFED00;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.sec .chargebox_item_sub1 {
  position: absolute;
  top: 0;
  right: 0;
  color: #000;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .sec .chargebox_item_sub1 {
    right: initial;
    font-size: 12px;
  }
}
.sec .chargesub {
  text-align: center;
  font-size: 14px;
  margin: 15px 0 20px;
}
@media screen and (max-width: 768px) {
  .sec .chargesub {
    text-align: left;
    padding: 0 0 0 1em;
    text-indent: -1em;
  }
}
.sec.sec_3 {
  padding: 0 0 50px;
}
@media screen and (max-width: 768px) {
  .sec.sec_3 {
    padding: 0 0 30px;
  }
}
.sec.sec_3 .lead {
  text-align: center;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .sec.sec_3 .lead {
    text-align: left;
  }
}
.sec.sec_3 .list {
  display: flex;
  justify-content: space-between;
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .sec.sec_3 .list {
    position: relative;
    flex-wrap: wrap;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .sec.sec_3 .list:after {
    content: url(../img/common/plus.svg);
    position: absolute;
    z-index: 1;
    transform: scale(0.55);
    left: 50%;
    top: 50%;
    margin: -27px 0 0 -29px;
  }
}

.sec.sec_3 .list li {
  position: relative;
  text-align: center;
  background: #FDE9AC;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 285px;
  height: 119px;
}
@media screen and (max-width: 768px) {
  .sec.sec_3 .list li {
    box-sizing: border-box;
    padding: 0 10px;
    text-align: left;
    width: 49.5%;
    height: 128px;
    margin-top: 1%;
  }
}
.sec.sec_3 .list li:not(:last-child):after {
  content: url(../img/common/plus.svg);
  position: absolute;
  z-index: 1;
  transform: scale(0.55);
  right: -33px;
  top: 29%;
}
@media screen and (max-width: 768px) {
  .sec.sec_3 .list li:not(:last-child):after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sec.sec_3 .list li:not(:nth-child(2n)) {
    margin-right: 1%;
  }
}
.sec.sec_3 .list li .ttl {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .sec.sec_3 .list li .ttl {
    text-align: center;
    font-size: 16px;
  }
}
.sec.sec_3 .list li .ttl span {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .sec.sec_3 .list li .ttl span {
    display: block;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .sec.sec_3 .list li .u_txt_1 {
    font-size: 14px;
  }
}
.sec.sec_3 .q_link {
  display: block;
  font-size: 14px;
  color: #0B4EA8;
  text-decoration: underline;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .sec.sec_3 .q_link {
    font-size: 16px;
  }
}
.sec.sec_3 .q_link:hover {
  text-decoration: none;
}
.sec.sec_3 .q_link:before {
  content: url(../img/common/question.svg);
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.sec.sec_4 {
  background: #F3F3F3;
  padding: 50px 0 60px;
}
@media screen and (max-width: 768px) {
  .sec.sec_4 {
    padding: 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .sec.sec_4 .inner {
    padding: 0;
  }
}
.sec.sec_4 .inner > .box {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .sec.sec_4 .inner > .box {
    overflow: hidden;
    text-align: center;
    width: 92%;
    margin: 30px auto 0;
    background: #fff;
    position: relative;
    border-radius: 25px;
    font-size: 16px;
    color: #222;
    box-shadow: 0px 5px 0px #BEBEBE;
    border: 1px solid #BEBEBE;
  }
}
@media screen and (max-width: 768px) {
  .sec.sec_4 .inner .btn {
    padding: 16px 0;
  }
  .sec.sec_4 .inner .btn:after {
    content: url(../img/common/gray-plus.svg);
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .sec.sec_4 .inner .btn.active:after {
    content: url(../img/common/gray-minus.svg);
  }
}
.sec.sec_4 .inner .tab_menu {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .sec.sec_4 .inner .tab_menu {
    display: none;
    margin-top: 10px;
  }
}
.sec.sec_4 .inner .tab_menu li {
  cursor: pointer;
  width: 224px;
  height: 50px;
  margin-bottom: 15px;
  background: #fff;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  border-radius: 25px;
  font-size: 16px;
  color: #222;
  box-shadow: 0px 5px 0px #BEBEBE;
  border: 1px solid #BEBEBE;
}
@media screen and (max-width: 768px) {
  .sec.sec_4 .inner .tab_menu li {
    width: auto;
    height: auto;
    display: block;
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding: 18px 0;
    margin-bottom: 0;
  }
}
.sec.sec_4 .inner .tab_menu li:after {
  position: absolute;
  top: 48%;
  right: 16px;
  content: '';
  width: 7px;
  height: 7px;
  border-right: 1px solid #222;
  border-bottom: 1px solid #222;
  transform: rotate(45deg) translateY(-50%);
}
.sec.sec_4 .inner .tab_menu li:hover, .sec.sec_4 .inner .tab_menu li.active {
  border: 1px solid #222;
  box-shadow: 0 5px 0 #222;
  background: #FBC933;
}
@media screen and (max-width: 768px) {
  .sec.sec_4 .inner .tab_menu li:hover, .sec.sec_4 .inner .tab_menu li.active {
    box-shadow: none;
    transform: none;
    border: none;
  }
}
.sec.sec_4 .inner .tab_menu li:hover {
  box-shadow: 0 0 0 #222;
  transform: translateY(5px);
}
.sec.sec_4 .inner .tab_menu li:not(:nth-child(5n)) {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .sec.sec_4 .inner .tab_menu li:not(:nth-child(5n)) {
    margin-right: 0;
  }
}
.sec.sec_4 .inner .tab_menu li.disabled {
  flex-direction: column;
  color: #BEBEBE;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .sec.sec_4 .inner .tab_menu li.disabled {
    box-shadow: none;
    transform: none;
    border: none;
  }
}
.sec.sec_4 .inner .tab_menu li.disabled span {
  margin-left: 10px;
}
.sec.sec_4 .inner .link a {
  float: right;
  color: #0B4EA8;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .sec.sec_4 .inner .link a {
    float: none;
    text-align: center;
    display: block;
    margin-top: 25px;
  }
}
.sec.sec_4 .inner .link a:hover {
  text-decoration: none;
}

.table_subtxt {
  text-align: right;
  font-size: 16px;
  line-height: 1.5;
  margin: 10px 0 5px;
}

@media screen and (max-width: 768px) {
  .sec.sec_4 .inner .tab_box {
    margin-top: 50px;
  }
}
.sec.sec_4 .inner .tab_box > li {
  display: none;
}
.sec.sec_4 .inner .tab_box .area_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  margin: 35px 0;
}
@media screen and (max-width: 768px) {
  .sec.sec_4 .inner .tab_box .area_ttl {
    font-size: 24px;
    margin: 20px 0;
  }
}
.sec.sec_4 .inner .tab_box .area_ttl:before, .sec.sec_4 .inner .tab_box .area_ttl:after {
  content: "";
  background: #222;
  width: 30px;
  height: 2px;
  margin: 0 15px;
}
.sec.sec_4 .inner .tab_box .box {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .sec.sec_4 .inner .tab_box .box {
    margin-bottom: 30px;
  }
}
.sec.sec_4 .inner .tab_box .box .box_ttl_1 {
  color: #fff;
  background: #0E5BB5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  height: 67px;
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 768px) {
  .sec.sec_4 .inner .tab_box .box .box_ttl_1 {
    font-size: 18px;
    border-radius: 10px 10px 0 0;
    height: 50px;
  }
}
.sec.sec_4 .inner .tab_box .box .box_ttl_2 {
  font-size: 24px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .sec.sec_4 .inner .tab_box .box .box_ttl_2 {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
.sec.sec_4 .inner .tab_box .box .sub {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 10px;
}
.sec.sec_4 .inner .tab_box .box .box_wrap {
  background: #fff;
  padding: 40px;
}
.sec.sec_4 .inner .tab_box .box .box_wrap + .box_wrap {
  border-top: 2px solid #F3F3F3;
}
@media screen and (max-width: 768px) {
  .sec.sec_4 .inner .tab_box .box .box_wrap {
    padding: 20px 15px;
  }
}
.sec.sec_4 .inner .tab_box .box .c_ttl_4 {
  margin: 10px 0 20px;
}
@media screen and (max-width: 768px) {
  .sec.sec_4 .inner .tab_box .box .c_ttl_4 {
    margin: 25px 0 15px;
  }
}
.sec.sec_4 .inner .tab_box .box .list {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .sec.sec_4 .inner .tab_box .box .list {
    margin-bottom: 30px;
  }
}
.sec.sec_4 .inner .tab_box .box .list > li {
  background: #FDE9AC;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .sec.sec_4 .inner .tab_box .box .list > li {
    margin-bottom: 20px;
  }
}
.sec.sec_4 .inner .tab_box .box .list > li .top {
  border-bottom: 1px solid #222;
  margin: 0 40px;
  padding: 40px 0 15px;
}
@media screen and (max-width: 768px) {
  .sec.sec_4 .inner .tab_box .box .list > li .top {
    margin: 0 15px;
    padding: 20px 0 10px;
  }
}
.sec.sec_4 .inner .tab_box .box .list > li .top .ttl {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .sec.sec_4 .inner .tab_box .box .list > li .top .ttl {
    justify-content: center;
    flex-direction: column;
  }
}
.sec.sec_4 .inner .tab_box .box .list > li .top .ttl:before {
  content: url(../img/common/check.svg);
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .sec.sec_4 .inner .tab_box .box .list > li .top .ttl:before {
    display: none;
    margin-right: 0;
  }
}
.sec.sec_4 .inner .tab_box .box .list > li .top .ttl .ttl_1 {
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .sec.sec_4 .inner .tab_box .box .list > li .top .ttl .ttl_1 {
    font-size: 24px;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
  }
  .sec.sec_4 .inner .tab_box .box .list > li .top .ttl .ttl_1:before {
    content: url(../img/common/check.svg);
    margin-right: 8px;
    transform: scale(0.8);
  }
}
.sec.sec_4 .inner .tab_box .box .list > li .top .ttl .ttl_2 {
  font-size: 18px;
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .sec.sec_4 .inner .tab_box .box .list > li .top .ttl .ttl_2 {
    font-size: 16px;
    margin: 5px 0;
  }
}
.sec.sec_4 .inner .tab_box .box .list > li .top .ttl .ttl_3 {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .sec.sec_4 .inner .tab_box .box .list > li .top .ttl .ttl_3 {
    font-size: 16px;
  }
}
.sec.sec_4 .inner .tab_box .box .list > li .top .kwh {
  display: flex;
  align-items: center;
  margin: 10px 0 0 45px;
}
@media screen and (max-width: 768px) {
  .sec.sec_4 .inner .tab_box .box .list > li .top .kwh {
    justify-content: center;
    font-size: 14px;
    margin: 10px 0 0;
  }
}
.sec.sec_4 .inner .tab_box .box .list > li .top .kwh:before {
  content: "";
  background: #222;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin-right: 5px;
}
.sec.sec_4 .inner .tab_box .box .list > li .mid {
  display: flex;
  justify-content: space-between;
  margin: 20px 40px 0;
}
@media screen and (max-width: 768px) {
  .sec.sec_4 .inner .tab_box .box .list > li .mid {
    display: block;
    margin: 15px;
  }
}
.sec.sec_4 .inner .tab_box .box .list > li .mid .img1 {
  order: 2;
  width: 500px;
}
@media screen and (max-width: 768px) {
  .sec.sec_4 .inner .tab_box .box .list > li .mid .img1 {
    width: 100%;
  }
}
.sec.sec_4 .inner .tab_box .box .list > li .mid .graph {
  width: 460px;
}
@media screen and (max-width: 768px) {
  .sec.sec_4 .inner .tab_box .box .list > li .mid .graph {
    width: 100%;
    margin-top: -20px;
  }
}
.sec.sec_4 .inner .tab_box .box .list > li .mid .graph img {
  width: 100%;
}
.sec.sec_4 .inner .tab_box .box .list > li .btm {
  padding: 20px 10px 10px;
}
@media screen and (max-width: 768px) {
  .sec.sec_4 .inner .tab_box .box .list > li .btm {
    padding: 0 5px 5px;
  }
}
.sec.sec_4 .inner .tab_box .box .list > li .btm .bal {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  margin: 0 auto -40px;
  background: #fff;
  border-radius: 38.5px;
  border: 2px solid #FBC933;
  width: 800px;
}
@media screen and (max-width: 768px) {
  .sec.sec_4 .inner .tab_box .box .list > li .btm .bal {
    width: 92%;
    display: block;
    border-radius: 10px;
    margin: 0 auto -30px;
  }
}
.sec.sec_4 .inner .tab_box .box .list > li .btm .bal:before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  bottom: -10px;
  border-top: 10px solid #FBC933;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  margin-left: -5px;
}
.sec.sec_4 .inner .tab_box .box .list > li .btm .bal:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  bottom: -8px;
  border-top: 10px solid #fff;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  margin-left: -5px;
}
.sec.sec_4 .inner .tab_box .box .list > li .btm .bal li {
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 33.33%;
  height: 77px;
}
@media screen and (max-width: 768px) {
  .sec.sec_4 .inner .tab_box .box .list > li .btm .bal li {
    height: auto;
    width: 100%;
    flex-direction: inherit;
    justify-content: space-between;
    padding: 15px 20px;
    box-sizing: border-box;
  }
}
.sec.sec_4 .inner .tab_box .box .list > li .btm .bal li:not(:last-child) {
  border-right: 2px dashed #FBC933;
}
@media screen and (max-width: 768px) {
  .sec.sec_4 .inner .tab_box .box .list > li .btm .bal li:not(:last-child) {
    border-right: none;
    border-bottom: 2px dashed #FBC933;
  }
}
.sec.sec_4 .inner .tab_box .box .list > li .btm .bal li:not(:last-child):after {
  content: url(../img/common/plus.svg);
  position: absolute;
  z-index: 1;
  transform: scale(0.55);
  right: -30px;
  top: 14%;
}
@media screen and (max-width: 768px) {
  .sec.sec_4 .inner .tab_box .box .list > li .btm .bal li:not(:last-child):after {
    right: 50%;
    bottom: 0;
    top: auto;
    transform: scale(0.4);
    margin: 0 -32px -31px 0;
  }
}
.sec.sec_4 .inner .tab_box .box .list > li .btm .bal li .u_osw {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .sec.sec_4 .inner .tab_box .box .list > li .btm .bal li .u_osw {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .sec.sec_4 .inner .tab_box .box .list > li .btm .bal li .u_txt_1 {
    text-align: right;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .sec.sec_4 .inner .tab_box .box .list > li .btm .bal li .ttl {
    text-align: left;
  }
}
.sec.sec_4 .inner .tab_box .box .list > li .btm .bal li .ttl span {
  font-size: 14px;
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  .sec.sec_4 .inner .tab_box .box .list > li .btm .bal li .ttl span {
    font-size: 12px;
    display: block;
    margin: 0;
  }
}
.sec.sec_4 .inner .tab_box .box .list > li .btm .total {
  background: #fff;
  text-align: center;
  padding: 62px 0 24px;
}
@media screen and (max-width: 768px) {
  .sec.sec_4 .inner .tab_box .box .list > li .btm .total {
    padding: 50px 0 20px;
  }
}
.sec.sec_4 .inner .tab_box .box .list > li .btm .total .txt {
  font-size: 32px;
  display: inline-block;
  background: linear-gradient(rgba(0, 0, 0, 0) 75%, #FBC632 75%);
  padding-bottom: 7px;
}
@media screen and (max-width: 768px) {
  .sec.sec_4 .inner .tab_box .box .list > li .btm .total .txt {
    display: inline;
    font-size: 18px;
    background: linear-gradient(rgba(0, 0, 0, 0) 40%, #FBC632 40%);
    padding-bottom: 3px;
  }
}
.sec.sec_4 .inner .tab_box .box .list > li .btm .total .txt .u_osw {
  padding: 0 5px;
  font-size: 60px;
}
@media screen and (max-width: 768px) {
  .sec.sec_4 .inner .tab_box .box .list > li .btm .total .txt .u_osw {
    padding: 0;
    font-size: 40px;
  }
}
.sec.sec_4 .inner .tab_box .box .detail table {
  width: 100%;
  border: 1px solid #D8D8D8;
  margin-top: 20px;
}
.sec.sec_4 .inner .tab_box .box .detail table th, .sec.sec_4 .inner .tab_box .box .detail table td {
  vertical-align: middle;
  box-sizing: border-box;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .sec.sec_4 .inner .tab_box .box .detail table th, .sec.sec_4 .inner .tab_box .box .detail table td {
    padding: 5px 15px;
  }
}
.sec.sec_4 .inner .tab_box .box .detail table thead {
  background: #D8D8D8;
}
.sec.sec_4 .inner .tab_box .box .detail table thead th {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec.sec_4 .inner .tab_box .box .detail table thead th {
    text-align: left;
  }
}
.sec.sec_4 .inner .tab_box .box .detail table thead th:not(:last-child) {
  border-right: 1px solid #fff;
}
.sec.sec_4 .inner .tab_box .box .detail table tbody th {
  background: #F3F3F3;
  width: 15.5%;
}
@media screen and (max-width: 768px) {
  .sec.sec_4 .inner .tab_box .box .detail table tbody th {
    width: 28%;
  }
}
.sec.sec_4 .inner .tab_box .box .detail table tbody th, .sec.sec_4 .inner .tab_box .box .detail table tbody td {
  border: 1px solid #D8D8D8;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .sec.sec_4 .inner .tab_box .box .detail table tbody th, .sec.sec_4 .inner .tab_box .box .detail table tbody td {
    padding: 10px 15px;
  }
}
.sec.sec_4 .inner .tab_box .box .detail table tbody td {
  text-align: center;
  width: 34.5%;
}
@media screen and (max-width: 768px) {
  .sec.sec_4 .inner .tab_box .box .detail table tbody td {
    text-align: left;
    width: 36%;
  }
}
.sec.sec_4 .inner .tab_box .box .desc {
  background: #FDE9AC;
  text-align: center;
  padding: 20px;
  line-height: 1.5;
  margin: 20px 0 30px;
}
@media screen and (max-width: 768px) {
  .sec.sec_4 .inner .tab_box .box .desc {
    padding: 15px;
    text-align: left;
  }
}
.sec.sec_4 .inner .tab_box .plancheck {
  background: #FDE9AC;
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .sec.sec_4 .inner .tab_box .plancheck {
    border-radius: 10px;
    padding: 15px;
    margin: 0 15px;
  }
}
.sec.sec_4 .inner .tab_box .plancheck .ttl {
  font-size: 22px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .sec.sec_4 .inner .tab_box .plancheck .ttl {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.sec.sec_4 .inner .tab_box .plancheck .u_txt_1 {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .sec.sec_4 .inner .tab_box .plancheck .u_txt_1 {
    text-align: left;
  }
}
.sec.sec_4 .inner .tab_box .plancheck .c_btn_4 {
  margin: 0 auto;
  width: 420px;
}
@media screen and (max-width: 768px) {
  .sec.sec_4 .inner .tab_box .plancheck .c_btn_4 {
    width: 100%;
    text-align: center;
  }
}
.sec.sec_4 .inner .tab_box .plancheck .c_btn_4:before {
  display: none;
}
.sec.sec_5 {
  background: #F3F3F3;
  padding: 65px 0 60px;
}
@media screen and (max-width: 768px) {
  .sec.sec_5 {
    padding: 30px 15px 40px;
  }
}
@media screen and (max-width: 768px) {
  .sec.sec_5 > .inner {
    padding: 0;
  }
}
.sec.sec_5 .faq {
  width: 1000px;
  margin: 36px auto 0;
}
@media screen and (max-width: 768px) {
  .sec.sec_5 .faq {
    width: 100%;
    margin: 20px auto 0;
  }
}
.sec.sec_5 .faq .item {
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}
.sec.sec_5 .faq .item:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .sec.sec_5 .faq .item:not(:last-child) {
    margin-bottom: 10px;
  }
}
.sec.sec_5 .faq .item .parent {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  cursor: pointer;
}
.sec.sec_5 .faq .item .parent._active .desc:before {
  right: 20px;
  transform: rotate(-135deg) translateY(-50%);
}
@media screen and (max-width: 768px) {
  .sec.sec_5 .faq .item .parent._active .desc:before {
    right: 15px;
  }
}
.sec.sec_5 .faq .item .parent .ttl {
  width: 56px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  background: #FBC933;
  border-radius: 10px 0 0 0;
}
@media screen and (max-width: 768px) {
  .sec.sec_5 .faq .item .parent .ttl {
    font-size: 20px;
  }
}
.sec.sec_5 .faq .item .parent .desc {
  width: calc(100% - 56px);
  padding: 16px 40px 18px 23px;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec.sec_5 .faq .item .parent .desc {
    padding: 9px 31px 11px 10px;
  }
}
.sec.sec_5 .faq .item .parent .desc:before {
  position: absolute;
  top: 48%;
  right: 25px;
  content: '';
  width: 7px;
  height: 7px;
  border-right: 1px solid #222;
  border-bottom: 1px solid #222;
  transform: rotate(45deg) translateY(-50%);
}
@media screen and (max-width: 768px) {
  .sec.sec_5 .faq .item .parent .desc:before {
    top: 43%;
    right: 20px;
  }
}
.sec.sec_5 .faq .item .child {
  padding: 14px 25px 33px;
  display: none;
}
@media screen and (max-width: 768px) {
  .sec.sec_5 .faq .item .child {
    padding: 15px 15px 20px 15px;
  }
}
.sec.sec_5 .faq .item .child a {
  text-decoration: underline;
  color: #0E5BB5;
}
.sec.sec_5 .faq .item .child a:hover {
  text-decoration: none;
}
.sec.sec_5 .btn {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .sec.sec_5 .btn {
    margin-top: 30px;
  }
}
.sec.sec_5 .btn .c_btn_4 {
  margin: 0 auto;
}

.sec_btn {
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  .sec_btn {
    padding: 30px 4.6875%;
  }
}
.sec_btn_inner {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sec_btn_inner {
    width: 100%;
    flex-wrap: wrap;
  }
}
.sec_btn_link {
  width: 480px;
  display: flex;
  border: 2px solid #3E3E3E;
  border-radius: 10px;
  padding: 15px;
  align-items: center;
  transition: all .2s linear;
}
@media screen and (max-width: 768px) {
  .sec_btn_link {
    padding: 10px;
  }
  .sec_btn_link:nth-of-type(2) {
    margin: 15px 0 0;
  }
}
.sec_btn_link:hover {
  opacity: 0.7;
}
.sec_btn_img {
  width: 150px;
}
@media screen and (max-width: 768px) {
  .sec_btn_img {
    width: 105px;
  }
}
.sec_btn_txt {
  width: calc(100% - 150px);
  font-size: 22px;
  font-weight: bold;
  padding: 0 0 0 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec_btn_txt {
    width: calc(100% - 105px);
    padding: 0 0 0 15px;
    font-size: 15px;
  }
}
.sec_btn_txt:before {
  content: url(../img/p_charge/btn-arrow.svg);
  position: absolute;
  top: -3px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .sec_btn_txt:before {
    content: url(../img/p_charge/sp/btn-arrow.svg);
  }
}

.mfp-content {
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .mfp-content {
    padding: 10px 4px;
  }
}
.mfp-content .mfp-close {
  display: none;
}
.mfp-content .popup-modal-dismiss {
  position: absolute;
  top: 20px;
  right: 20px;
}
@media screen and (max-width: 768px) {
  .mfp-content .popup-modal-dismiss {
    top: 13px;
    right: 13px;
    width: 15px;
  }
}
.mfp-content .inner {
  position: relative;
  box-sizing: border-box;
  width: 1160px;
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
  padding: 50px 40px;
}
@media screen and (max-width: 768px) {
  .mfp-content .inner {
    width: 100%;
    padding: 25px 15px;
  }
}

#modal_1 .inner .c_ttl_5 {
  margin-bottom: 20px;
}
#modal_1 .inner .lead {
  width: 940px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #modal_1 .inner .lead {
    width: 100%;
  }
}

#modal_2 .inner .c_ttl_5 {
  margin-bottom: 20px;
}
#modal_2 .inner .lead {
  width: 940px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #modal_2 .inner .lead {
    width: 100%;
  }
}

/*# sourceMappingURL=p_charge.css.map */
