/* ======================================================================
 p_market_plan
====================================================================== */
.sec .inner {
  box-sizing: border-box;
  width: 1160px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sec .inner {
    width: 100%;
    padding: 0 15px;
  }
}

.sec .indent {
  padding: 0 0 0 1em;
  text-indent: -1em;
}
.sec .link {
  display: inline-block;
  padding: 0 0 0 18px;
  position: relative;
  color: #0E5BB5;
  text-decoration: underline;
}
.sec .link:hover {
  text-decoration: none;
}
.sec .link:before {
  content: url(../img/common/icon_faq.svg);
  position: absolute;
  top: 2px;
  left: 0;
}
.sec.sec_1 {
  background: #FFFAE6;
  text-align: center;
  padding: 45px 0 50px;
}
@media screen and (max-width: 768px) {
  .sec.sec_1 {
    text-align: left;
    padding: 25px 0;
  }
}
.sec.sec_1_flex {
  display: flex;
}
.sec.sec_1 .sec_1_flex {
  width: 1000px;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 768px) {
  .sec.sec_1 .sec_1_flex {
    width: 100%;
  }
}
.sec.sec_1 .sec_1_flex_text {
  padding: 15px 25px 0 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .sec.sec_1 .sec_1_flex_text {
    padding: 0;
  }
}
.sec.sec_1 .sec_1_flex_text .u_txt_1 {
  margin: 10px 0 0;
  line-height: 1.8;
  text-align: center;
}
.sec.sec_1 .sec_1_flex_text .u_txt_1 a {
  color: #F78508;
  
  text-decoration: underline;
}
.sec.sec_1 .sec_1_flex_text .u_txt_1 a:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .sec.sec_1 .sec_1_flex_text > div img {
    width: 170px;
    float: right;
  }
  .sec.sec_1 .sec_1_flex_text > div .u_txt_1 {
    float: left;
  }
}
@media screen and (max-width: 768px) {
  .sec.sec_1 .sec_1_flex_img {
    display: none;
  }
}

.sec.sec_3 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 50px 0 50px;
}
@media screen and (max-width: 768px) {
  .sec.sec_3 .inner {
    width: 100%;
    padding: 30px 4.6875% 50px;
  }
}
.sec.sec_3 .inner > .u_txt_1 {
  margin: 20px 0 30px;
}
.sec.sec_3 .inner > .u_txt_11 {
  margin: 10px 0 30px;
}
.sec.sec_3 .inner > .u_txt_11.indent {
  color: #5A5A5A;
}
.sec.sec_3 .inner .sec3_flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sec.sec_3 .inner .sec3_flex {
    flex-wrap: wrap;
  }
}
.sec.sec_3 .inner .sec3_flex_item {
  width: 480px;
  border-radius: 10px;
  padding: 20px 20px 20px;
}
@media screen and (max-width: 768px) {
  .sec.sec_3 .inner .sec3_flex_item {
    width: 100%;
  }
}
.sec.sec_3 .inner .sec3_flex_item.bgy {
  background: #FFFAE6;
}
.sec.sec_3 .inner .sec3_flex_item.bgb {
  background: #F0F8FF;
}
.sec.sec_3 .inner .sec3_flex_ttl {
  text-align: center;
}
.sec.sec_3 .inner .sec3_flex_ttl span {
  display: inline-block;
  padding: 0 0 0 55px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec.sec_3 .inner .sec3_flex_ttl span {
    padding: 0 0 0 45px;
  }
}
.sec.sec_3 .inner .sec3_flex_ttl._first span:before {
  content: url(../img/p_market_plan/ico01.svg);
  position: absolute;
  top: -5px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .sec.sec_3 .inner .sec3_flex_ttl._first span:before {
    content: url(../img/p_market_plan/sp/ico01.svg);
  }
}
.sec.sec_3 .inner .sec3_flex_ttl._second span:before {
  content: url(../img/p_market_plan/ico02.svg);
  position: absolute;
  top: -5px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .sec.sec_3 .inner .sec3_flex_ttl._second span:before {
    content: url(../img/p_market_plan/sp/ico02.svg);
  }
}
.sec.sec_3 .inner .sec3_flex_lists {
  margin: 25px 0 0;
  padding: 0 0 0 15px;
}
.sec.sec_3 .inner .sec3_flex_list {
  position: relative;
}
.sec.sec_3 .inner .sec3_flex_list:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #222;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: -10px;
}
.sec.sec_3 .inner .sec3_flex_img1 {
  width: 250px;
  display: block;
  margin: 10px auto 0;
}
@media screen and (max-width: 768px) {
  .sec.sec_3 .inner .sec3_flex_img1 {
    width: 200px;
  }
}
.sec.sec_3 .inner .sec3_flex_img2 {
  width: 350px;
  display: block;
  margin: 10px auto 0;
}
.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 .map {
  width: 815px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec.sec_4 .inner .map {
    width: 100%;
    padding: 0 4.6875%;
  }
}
.sec.sec_4 .inner .map .u_txt_12 {
  position: absolute;
  top: 80px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .sec.sec_4 .inner .map .u_txt_12 {
    position: relative;
    top: initial;
    left: initial;
    margin: 10px 0 20px;
  }
}
.sec.sec_4 .inner .map .u_txt_12 a {
  color: #0E5BB5;
  text-decoration: underline;
}
.sec.sec_4 .inner .map .u_txt_12 a:hover {
  text-decoration: none;
}
.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;
}
.sec.sec_4 .inner .tab_box {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .sec.sec_4 .inner .tab_box {
    margin-top: 50px;
  }
}

.sec.sec_4 .inner .tab_box .tab_ttl {
  font-size: 32px;
  text-align: center;
  margin: 0 0 30px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .sec.sec_4 .inner .tab_box .tab_ttl {
    font-size: 24px;
  }
}

.sec.sec_4 .inner .tab_box .tab_ttl span {
  position: relative;
}
.sec.sec_4 .inner .tab_box .tab_ttl span:before {
  position: absolute;
  content: "";
  top: 55%;
  left: -45px;
  width: 30px;
  height: 2px;
  background: #222;
  transform: translateY(-50%);
}
.sec.sec_4 .inner .tab_box .tab_ttl span:after {
  position: absolute;
  content: "";
  top: 55%;
  right: -45px;
  width: 30px;
  height: 2px;
  background: #222;
  transform: translateY(-50%);
}

.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 {
  border-radius: 20px;
}
.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;
  border-radius: 20px;
}
.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 .c_ttl_4:not(:first-child) {
  margin: 50px 0 20px;
}
.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_4 .inner .chargebox {
  border: 5px solid #F3F3F3;
  border-radius: 10px;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .sec.sec_4 .inner .chargebox {
    padding: 15px;
  }
}
.sec.sec_4 .inner .chargebox_ttl {
  font-weight: bold;
  font-size: 28px;
  padding: 0 0 0 70px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec.sec_4 .inner .chargebox_ttl {
    font-size: 22px;
    padding: 0 0 0 40px;
  }
}
.sec.sec_4 .inner .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) {
  .sec.sec_4 .inner .chargebox_ttl:before {
    content: url(../img/common/sp/ico_yellow_yen.svg);
  }
}
.sec.sec_4 .inner .chargebox_yen {
  font-family: 'Oswald',serif;
  font-size: 66px;
}
@media screen and (max-width: 768px) {
  .sec.sec_4 .inner .chargebox_yen {
    font-size: 36px;
  }
}
.sec.sec_4 .inner .chargebox_yentxt {
  font-size: 32px;
  font-weight: bold;
  font-family: 'Noto Sans JP',serif;
}
@media screen and (max-width: 768px) {
  .sec.sec_4 .inner .chargebox_yentxt {
    font-size: 17px;
  }
}
.sec.sec_4 .inner .c_chrge_box {
  margin: 20px 0 10px;
}
.sec.sec_4 .inner .charge_lists {
  margin: 15px 0 0;
  padding: 0 0 0 15px;
  position: relative;
}
.sec.sec_4 .inner .charge_list {
  position: relative;
}
.sec.sec_4 .inner .charge_list:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #222;
  position: absolute;
  top: 10px;
  left: -10px;
}
.sec.sec_4 .inner .chargebox2 {
  margin: 40px 0 0;
  border: 5px solid #F3F3F3;
  border-radius: 10px;
  padding: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .sec.sec_4 .inner .chargebox2 {
    padding: 19px 15px;
  }
}
.sec.sec_4 .inner .chargebox2_ttl {
  width: 100%;
  font-weight: bold;
  font-size: 28px;
  padding: 0 0 0 70px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec.sec_4 .inner .chargebox2_ttl {
    padding: 0 0 0 40px;
  }
}
.sec.sec_4 .inner .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) {
  .sec.sec_4 .inner .chargebox2_ttl:before {
    content: url(../img/common/sp/ico_yellow_denki.svg);
  }
}
.sec.sec_4 .inner .chargebox2_flex {
  margin: 40px 0 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sec.sec_4 .inner .chargebox2_flex {
    flex-wrap: wrap;
  }
}
.sec.sec_4 .inner .chargebox2_flex_item {
  width: 780px;
  display: flex;
  padding: 20px 20px 20px 60px;
  background: #F4F4F4;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .sec.sec_4 .inner .chargebox2_flex_item {
    width: 100%;
    flex-wrap: wrap;
    padding: 0;
    background: none;
  }
}
.sec.sec_4 .inner .chargebox2_flex_item2 {
  background: #F4F4F4;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 26px;
  padding: 35px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec.sec_4 .inner .chargebox2_flex_item2 {
    padding: 20px;
    font-size: 20px;
    width: 100%;
    margin: 15px 0 0;
  }
}
.sec.sec_4 .inner .chargebox2_flex_item2:before {
  content: url(../img/common/ico_kakeru.svg);
  position: absolute;
  top: 50%;
  left: -40px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .sec.sec_4 .inner .chargebox2_flex_item2:before {
    content: url(../img/common/sp/ico_kakeru.svg);
    top: -33px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.sec.sec_4 .inner .chargebox2_flex_ttl {
  padding: 0 0 0 40px;
  margin: 0 0 5px;
}
@media screen and (max-width: 768px) {
  .sec.sec_4 .inner .chargebox2_flex_ttl {
    padding: 0 0 0 30px;
  }
}
.sec.sec_4 .inner .chargebox2_flex_ttl._kaminari {
  position: relative;
}
.sec.sec_4 .inner .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) {
  .sec.sec_4 .inner .chargebox2_flex_ttl._kaminari:before {
    content: url(../img/common/sp/ico_yellow_kaminari.svg);
  }
}
.sec.sec_4 .inner .chargebox2_flex_ttl._yen {
  position: relative;
}
.sec.sec_4 .inner .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) {
  .sec.sec_4 .inner .chargebox2_flex_ttl._yen:before {
    content: url(../img/common/sp/ico_yellow_yen2.svg);
  }
}
.sec.sec_4 .inner .chargebox2_flex_txt {
  font-size: 28px;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin: -10px 0 -10px;
}
@media screen and (max-width: 768px) {
  .sec.sec_4 .inner .chargebox2_flex_txt {
    font-size: 20px;
    margin: -10px 0 -10px;
    line-height: 1.5;
  }
}
.sec.sec_4 .inner .chargebox2_flex_txt span.num {
  font-size: 50px;
  font-family: 'Oswald',serif;
}
@media screen and (max-width: 768px) {
  .sec.sec_4 .inner .chargebox2_flex_txt span.num {
    font-size: 33px;
  }
}
@media screen and (max-width: 768px) {
  .sec.sec_4 .inner .chargebox2_flex_txt span.kome {
    display: inline-block;
    font-size: 14px;
    transform: translateY(-10px);
    position: absolute;
  }
}
.sec.sec_4 .inner .chargebox2_flex_txt2 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
.sec.sec_4 .inner .chargebox2_flex_txt2 span {
  font-size: 18px;
  display: inline-block;
  transform: translateY(-12px);
  padding: 0 0 0 5px;
}
.sec.sec_4 .inner .chargebox2_flex_txt3 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec.sec_4 .inner .chargebox2_flex_txt3 {
    font-size: 22px;
  }
}
.sec.sec_4 .inner .chargebox2_flex_inneritem {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .sec.sec_4 .inner .chargebox2_flex_inneritem {
    padding: 15px;
    background: #F4F4F4;
  }
}
.sec.sec_4 .inner .chargebox2_flex_inneritem:nth-of-type(2) {
  padding: 0 0 0 182px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec.sec_4 .inner .chargebox2_flex_inneritem:nth-of-type(2) {
    width: 100%;
    padding: 15px;
    margin: 10px 0 0;
  }
}
.sec.sec_4 .inner .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) {
  .sec.sec_4 .inner .chargebox2_flex_inneritem:nth-of-type(2):before {
    content: url(../img/common/sp/ico_plus2.svg);
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.sec.sec_4 .inner .chargebox2_sub {
  margin: 15px 0 0;
}
.sec.sec_4 .inner .about {
  margin: 50px 0 0;
}
.sec.sec_4 .inner .about_row {
  padding: 23px 25px;
  background: #FFF4D0;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .sec.sec_4 .inner .about_row {
    flex-wrap: wrap;
  }
}
.sec.sec_4 .inner .about_row:not(:first-of-type) {
  margin: 15px 0 0;
}
.sec.sec_4 .inner .about_row_ttl {
  position: relative;
  padding: 0 0 0 65px;
}
@media screen and (max-width: 768px) {
  .sec.sec_4 .inner .about_row_ttl {
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
}
.sec.sec_4 .inner .about_row_ttl._kaminari:before {
  content: url(../img/common/ico_white_kaminari.svg);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .sec.sec_4 .inner .about_row_ttl._kaminari:before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sec.sec_4 .inner .about_row_ttl._kaminari .about_row_ttl2 {
    padding: 0 0 0 35px;
    position: relative;
  }
  .sec.sec_4 .inner .about_row_ttl._kaminari .about_row_ttl2:before {
    content: url(../img/common/sp/ico_white_kaminari.svg);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
.sec.sec_4 .inner .about_row_ttl._yen:before {
  content: url(../img/common/ico_white_yen.svg);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .sec.sec_4 .inner .about_row_ttl._yen:before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sec.sec_4 .inner .about_row_ttl._yen .about_row_ttl2 {
    padding: 0 0 0 35px;
    position: relative;
  }
  .sec.sec_4 .inner .about_row_ttl._yen .about_row_ttl2:before {
    content: url(../img/common/sp/ico_white_kaminari.svg);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
.sec.sec_4 .inner .about_row_ttl1 {
  color: #F8A400;
}
.sec.sec_4 .inner .about_row_desc {
  width: 685px;
}
@media screen and (max-width: 768px) {
  .sec.sec_4 .inner .about_row_desc {
    width: 100%;
  }
}
.sec.sec_4 .inner .about_row_desc_ttl {
  font-weight: bold;
  position: relative;
  padding: 0 0 0 20px;
  margin: 10px 0;
}
.sec.sec_4 .inner .about_row_desc_ttl:before {
  content: "";
  width: 5px;
  height: 15px;
  background: #F7C221;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.sec.sec_4 .inner .about_flex {
  margin: 15px 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sec.sec_4 .inner .about_flex {
    flex-wrap: wrap;
  }
}
.sec.sec_4 .inner .about_flex_item {
  background: #fff;
  border-radius: 10px;
}
.sec.sec_4 .inner .about_flex_item .u_txt_1 {
  margin: 10px 0 0;
}
.sec.sec_4 .inner .about_flex_item1 {
  width: 395px;
  padding: 15px;
}
.sec.sec_4 .inner .about_flex_item1 .about_flex_item_ttl {
  text-align: center;
}
.sec.sec_4 .inner .about_flex_item1 .about_flex_item_ttl span {
  display: inline-block;
  position: relative;
  padding: 0 0 0 35px;
}
.sec.sec_4 .inner .about_flex_item1 .about_flex_item_ttl span:before {
  content: url(../img/common/ico_denchu.svg);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.sec.sec_4 .inner .about_flex_item2 {
  width: 280px;
  padding: 15px;
  position: relative;
}
.sec.sec_4 .inner .about_flex_item2:before {
  content: url(../img/common/ico_kakeru.svg);
  top: 50%;
  left: -34px;
  transform: translateY(-50%) rotate(45deg) scale(0.9);
  position: absolute;
}
@media screen and (max-width: 768px) {
  .sec.sec_4 .inner .about_flex_item2 {
    margin: 15px 0 0;
    width: 100%;
    position: relative;
  }
  .sec.sec_4 .inner .about_flex_item2:before {
    content: url(../img/common/sp/ico_kakeru.svg);
    top: -51px;
    left: 50%;
    transform: rotate(-45deg) translateX(-50%);
    position: absolute;
  }
}
.sec.sec_4 .inner .about_flex_item2 .about_flex_item_ttl {
  text-align: center;
}
.sec.sec_4 .inner .about_flex_item2 .about_flex_item_ttl span {
  display: inline-block;
  position: relative;
  padding: 0 0 0 35px;
}
.sec.sec_4 .inner .about_flex_item2 .about_flex_item_ttl span:before {
  content: url(../img/common/ico_heart.svg);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.sec.sec_2 .inner {
  padding: 50px 0 0;
}
@media screen and (max-width: 768px) {
  .sec.sec_2 .inner {
    padding: 30px 4.6875% 0;
  }
}
.sec.sec_2 .lead {
  margin: 20px 0 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec.sec_2 .lead {
    text-align: left;
  }
}
.sec.sec_2 .c_chrge_box > .u_txt_1:nth-of-type(1) {
  margin: 10px 0 0;
}
.sec.sec_2 .c_chrge_box > .u_txt_1:nth-of-type(2) {
  margin: 25px 0 10px;
}
.sec.sec_2 .btnwrap {
  display: flex;
  justify-content: center;
  padding: 20px 0 0;
}
.sec.sec_5 > .inner {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .sec.sec_5 > .inner {
    padding: 50px 4.6875%;
  }
}
.sec.sec_5 .c_txt_1 {
  display: inline-block;
  margin: 0 0 10px;
}
.sec.sec_5 .content > ul {
  width: 1000px;
  margin: 45px auto 0;
}
@media screen and (max-width: 768px) {
  .sec.sec_5 .content > ul {
    width: 100%;
    margin: 25px auto 0;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.sec.sec_5 .content > ul .cont-list {
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec.sec_5 .content > ul .cont-list:not(:first-child) {
    margin: 60px 0 0;
  }
}
.sec.sec_5 .content > ul .cont-list .img {
  position: relative;
  text-align: center;
}
.sec.sec_5 .content > ul .cont-list .img._no1:before {
  z-index: 1;
  content: '';
  width: 40px;
  height: 40px;
  background: url(../img/common/no1_ico.png);
  background-size: cover;
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .sec.sec_5 .content > ul .cont-list .img._no1:before {
    width: 30px;
    height: 30px;
    bottom: -15px;
  }
}
.sec.sec_5 .content > ul .cont-list .img._no2:after {
  z-index: 1;
  content: '';
  width: 40px;
  height: 40px;
  background: url(../img/common/no2-ico.png);
  background-size: cover;
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .sec.sec_5 .content > ul .cont-list .img._no2:after {
    width: 30px;
    height: 30px;
    bottom: -15px;
  }
}
.sec.sec_5 .content > ul .cont-list .img._no3:after {
  z-index: 1;
  content: '';
  width: 40px;
  height: 40px;
  background: url(../img/common/no3-ico.png);
  background-size: cover;
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .sec.sec_5 .content > ul .cont-list .img._no3:after {
    width: 30px;
    height: 30px;
    bottom: -15px;
  }
}
.sec.sec_5 .content > ul .cont-list:not(:first-child) {
  position: relative;
}
.sec.sec_5 .content > ul .cont-list:not(:first-child):before {
  top: 86px;
  position: absolute;
  left: -60px;
  transform: translateY(-50%);
  content: url(../img/common/arrow.svg);
}
@media screen and (max-width: 768px) {
  .sec.sec_5 .content > ul .cont-list:not(:first-child):before {
    left: 50%;
    top: -29px;
    transform: translate(-50%, -50%);
    content: url(../img/common/sp/arrow.svg);
  }
}
.sec.sec_5 .content > ul .cont-list .txtwrap .txt {
  margin: 40px 0 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .sec.sec_5 .content > ul .cont-list .txtwrap .txt {
    margin: 25px 0 0;
    line-height: 1.5;
  }
}
.sec.sec_5 .content > ul .cont-list .txtwrap .txt._pt1 {
  margin: 39px 0 0;
}
.sec.sec_5 .content > ul .cont-list .txtwrap .txt > span {
  color: #F78500;
}
.sec.sec_5 .content > ul .cont-list .txtwrap .txt > span.sml {
  font-size: 14px;
  color: #333;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .sec.sec_5 .content > ul .cont-list .txtwrap .txt > span.sml {
    font-size: 16px;
  }
  .sec.sec_5 .content > ul .cont-list .txtwrap .txt > span.sml._pt2 {
    font-size: 14px;
    display: inline-block;
    margin: 0 0 5px;
  }
}
.sec.sec_5 .content > ul .cont-list .txtwrap .txt span.icon {
  color: #333333;
  font-size: 10px;
  transform: translateY(-8px);
  display: inline-block;
}
.sec.sec_5 .content .lead {
  text-align: center;
  margin: 40px 0 15px;
}
@media screen and (max-width: 768px) {
  .sec.sec_5 .content .lead {
    text-align: left;
    margin: 30px 0 10px;
  }
}
.sec.sec_5 .content .sub {
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .sec.sec_5 .content .sub {
    text-align: left;
    padding: 0 0 0 1em;
    text-indent: -1em;
    line-height: 1.5;
  }
}
.sec.sec_5 .content .btn {
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  .sec.sec_5 .content .btn {
    margin: 30px auto 0;
  }
}
.sec.sec_5 .btn {
  display: flex;
  justify-content: center;
}
.sec.sec_6 {
  background: #F3F3F3;
}
.sec.sec_6 > .inner {
  padding: 50px 0 60px;
}
@media screen and (max-width: 768px) {
  .sec.sec_6 > .inner {
    padding: 30px 4.6875% 50px;
  }
}
.sec.sec_6 .lead {
  margin: 20px 0 45px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec.sec_6 .lead {
    margin: 20px 0;
    text-align: left;
  }
}
.sec.sec_6 .faq {
  width: 1000px;
  margin: 45px auto 0;
}
@media screen and (max-width: 768px) {
  .sec.sec_6 .faq {
    width: 100%;
    margin: 20px auto 0;
  }
}
.sec.sec_6 .faq .item {
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}
.sec.sec_6 .faq .item:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .sec.sec_6 .faq .item:not(:last-child) {
    margin-bottom: 10px;
  }
}
.sec.sec_6 .faq .item .parent {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  cursor: pointer;
}
.sec.sec_6 .faq .item .parent._active .desc:before {
  right: 20px;
  transform: rotate(-135deg) translateY(-50%);
}
@media screen and (max-width: 768px) {
  .sec.sec_6 .faq .item .parent._active .desc:before {
    right: 15px;
  }
}
.sec.sec_6 .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_6 .faq .item .parent .ttl {
    font-size: 20px;
  }
}
.sec.sec_6 .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_6 .faq .item .parent .desc {
    padding: 9px 31px 11px 10px;
  }
}
.sec.sec_6 .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_6 .faq .item .parent .desc:before {
    top: 43%;
    right: 20px;
  }
}
.sec.sec_6 .faq .item .child {
  padding: 14px 25px 33px;
  display: none;
}
@media screen and (max-width: 768px) {
  .sec.sec_6 .faq .item .child {
    padding: 15px 15px 20px 15px;
  }
}
.sec.sec_6 .btn {
  margin: 40px 0 0;
  display: flex;
  justify-content: center;
}

.charge_cv {
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .charge_cv {
    padding: 30px 15px;
  }
}
.charge_cv > .inner {
  box-sizing: border-box;
  width: 1160px;
  margin: 0 auto;
  background: #FBC933;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .charge_cv > .inner {
    width: 100%;
    padding: 0;
    border-radius: 10px;
  }
}
.charge_cv .cv {
  background: none;
}
.charge_cv .cv .inner {
  width: 1060px;
}
@media screen and (max-width: 768px) {
  .charge_cv .cv .inner {
    width: 100%;
    border-radius: 10px;
  }
}
.charge_cv .cv .inner .content {
  justify-content: space-between;
  width: 960px;
}
@media screen and (max-width: 768px) {
  .charge_cv .cv .inner .content {
    width: 100%;
  }
}
.charge_cv .cv .inner .content .left_box {
  width: 336px;
}
@media screen and (max-width: 768px) {
  .charge_cv .cv .inner .content .left_box {
    width: 100%;
  }
}
.charge_cv .cv .inner .content .c_btn_2 {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .charge_cv .cv .inner .content .c_btn_2 {
    width: 100%;
  }
}

.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_market_plan.css.map */
