html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
  text-decoration: none;
}

/**
既存のheader,footer表示させない
**/

header {
  display: none;
}

footer {
  display: none;
}

#wpstats {
  display: none;
}

/**
body->ゼペリん共有してから正しくかく
**/

body {
  font-family: heisei-maru-gothic-std, sans-serif;
  display: block;
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}

.center {
  margin: 0 auto;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-bold {
  font-weight: bold;
}

.text-white {
  color: #ffffff;
}

.text-yellow {
  color: #ffdf00;
}

.line-white {
  height: 2px;
  border-radius: 1px;
  background-color: #ffffff;
}

.wrapper-all {
  background-color: #ffdf00;
}

.wrapper-t {
  margin: 0 24px;
  ;
}

@media (min-width: 992px) {
  .wrapper-t {
    max-width: 1100px;
    margin: 0 auto;
  }
}

@media (min-width: 1100px) {
  .wrapper-t {
    max-width: 1100px;
    margin: 0 auto;
  }
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 1100px) {
  img {
    width: 100%;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

h2 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 22px;
}

h2>div {
  display: inline-block;
  position: relative;
}

h2>div>span {
  font-size: 32px;
  line-height: 32px;
  font-weight: bold;
  position: relative;
  background-color: transparent;
  z-index: 1;
}

h3 {
  text-align: center;
  font-size: 28px;
}

h3>div {
  display: inline-block;
  position: relative;
}

h3>div>span {
  font-weight: bold;
  position: relative;
  background-color: transparent;
  z-index: 1;
}

h4 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}

h4>div {
  display: inline-block;
  position: relative;
}

h4>div>span {
  font-weight: bold;
  position: relative;
  background-color: transparent;
  z-index: 1;
}

h5 {
  text-align: center;
  font-size: 20px;
  line-height: 24px;
}

h5>div {
  display: inline-block;
  position: relative;
}

h5>div>span {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  background-color: transparent;
  z-index: 1;
}

.b-border-w {
  height: 10px;
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  position: absolute;
  bottom: 10px;
  left: 0;
  z-index: 0;
}

.b-border-w2 {
  height: 8px;
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  position: absolute;
  bottom: 3px;
  left: 0;
  z-index: 0;
}

.b-border-o {
  height: 4px;
  width: 100%;
  background-color: #ffdf00;
  border-radius: 7px;
  position: absolute;
  bottom: 5px;
  left: 0;
  z-index: 0;
}

.b-border-blue {
  height: 4px;
  width: 100%;
  background-color: #13bac7;
  border-radius: 20px;
  position: absolute;
  bottom: 5px;
  left: 0;
  z-index: 0;
}

.b-border-yellow {
  height: 8px;
  width: 100%;
  background-color: #FFDF00;
  border-radius: 20px;
  position: absolute;
  bottom: 10px;
  left: 0;
  z-index: 0;
}

.flex-box {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 1100px) {
  h2 {
    font-size: 40px;
  }
  h2>div>span {
    font-size: 48px;
  }
  .flex-box {
    flex-direction: row;
    justify-content: space-between;
  }
  h4 {
    font-size: 32px;
    line-height: 1.25;
  }
  h5 {
    font-size: 40px;
    line-height: 60px;
  }
  h5>div>span {
    font-size: 48px;
  }
  .b-border-w {
    height: 12px;
  }
  .b-border-o {
    height: 12px;
  }
  .b-border-w2 {
    height: 12px;
    bottom: 8px;
  }
}

/**
Button
**/

.tepco-btn {
  position: relative;
  display: block;
  /*min-width: 327px;*/
  height: 63px;
  margin-bottom: 12px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  border: 4px solid #000000;
  border-radius: 40px;
  background-color: #FBDF4B;
  color: #000;
  text-align: center;
  font-size: 18px;
  line-height: 63px;
  font-weight: 800;
}
.tepco-btn-arrow {
    position: absolute;
    top: 24px;
    right: 15px;
    width: 10px;
    height: 10px;
    border-right: 2px solid #000000;
    border-top: 2px solid #000000;
    box-sizing: border-box;
    transform: rotate(45deg);
}

/*おトク*/

.tepco-btn.profit {
  position: relative;
}

.tepco-btn.profit::before {
  content: "おトク!";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -1em;
  width: 80px;
  border-radius: 12px;
  box-shadow: inset -2px -2px 2px 0 rgba(0, 0, 0, 0.2);
  background-color: #e6231f;
  color: #fede00;
  font-weight: bold;
  font-size: 14px;
  padding: 5px 0px;
  line-height: 14px;
}

.tepco-btn-o {
  display: block;
  position: relative;
  /*min-width: 327px;*/
  /*height: 64px;*/
  margin-bottom: 8px;
  border-radius: 40px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.14);
  background-color: #fab800;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  padding: 15px 0 15px 32px;
}

.tepco-btn-o::after {
  content: "";
  position: absolute;
  background-image: url("../img/tepco/arrow-r-w.svg");
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  top: 50%;
  right: 22px;
  margin-top: -10px;
}

.tepco-btn-o span {
  font-size: 10px;
  line-height: 12px;
  font-weight: normal;
}

@media screen and (min-width: 1100px) {
  .tepco-btn {
    min-width: 320px;
  }
  .tepco-btn-o {
    min-width: 327px;
  }
}

/**
KV
**/

.kv-box {
  /*border: 4px solid #fff;*/
  margin-bottom: 52px;
}

.kv-text-sp {
  background-color: #fff;
  color: #000;
  font-size: 9px;
  padding: 16px 24px;
}

.kv-text-sp>div {
  margin: 8px 0;
}

.kv-text-pc {
  display: none;
}

.kv-text-point {
  font-size: 12px;
  font-weight: bold;
}

.kv-link {
  display: inline-block;
  position: relative;
  color: #000;
  border-bottom: 1px solid;
  margin-top: 17px;
  padding-right: 20px;
  font-weight: 700;
}

.kv-link::after {
  content: "▼";
  position: absolute;
  //background-image: url(../img/tepco/arrow-bottom-w.svg);
  //background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  //top: 5px;
  top: 0;
  //right: 0;
  right: 6px;
}

@media screen and (min-width: 1100px) {
  .kv-text-sp {
    display: none;
  }
  .kv-text-pc {
    display: block;
    margin: 0 auto;
    background-color: #fff;
    color: #000;
    font-size: 12px;
    line-height: 1.5;
    padding: 24px 0;
  }
  .kv-text-table {
    width: 1000px;
    margin: 0 auto;
    font-size: 14px;
  }
  .kv-text-table th {
    width: 222px;
    text-align: left;
    font-weight: bold;
    color: #000;
    padding: 6px 0;
  }
  .kv-text-table td {
    text-align: left;
    padding: 6px 0;
  }
  .kv-text-table td p {
    padding-top: 17px;
    font-weight: bold;
  }
  .kv-text-point {
    font-size: 16px;
  }
}

/**
link-box
**/
.link-box-wrapper {
    width: 95%;
    margin: 0 auto;
    padding: 10px;
    background: #fff;
    border-radius: 32px;
    margin-bottom: 80px;
}

.link-box-heading {
    font-size: 24px;
    font-weight: 800;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.link-box-text {
  font-size: 16px;
}

.link-box-text .pc div {
    display: none;
}

.link-box-text div .text-bold {
    position: relative;
    z-index: 1;
}

 .link-box-text .sp div{
    position: relative;
    display: inline-block;
 }

@media screen and (min-width: 1100px) {
  .link-box-wrapper {
    width: 1100px;
    margin: 0 auto;
    padding: 30px;
    background: #fff;
    border-radius: 32px;
    margin-bottom: 120px;
  }
  .link-box-heading {
    font-size: 32px;
    font-weight: 800;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 34px;
  }
  .link-box-text {
    font-size: 24px;
  }
  
  .link-box-text .pc div{
    position: relative;
    display: inline-block;
 }

 .link-box-text .sp div{
    display: none;
 }
}

/**
Merit
**/

.merit-box {
  display: flex;
  justify-content: center;
  margin: 32px 0 12px 0;
}

.tepco-merit>h2 {
  font-size: 20px;
  line-height: 1.2;
}

.tepco-merit>h2>div>span {
  font-size: 26px;
}

.tepco-merit>h2>div>span.b-border-w {
  bottom: 5px;
}

.merit-wrapper {
  margin-top: 40px;
}

.merit1 h4, .merit2 h4 {
  margin-bottom: 24px;
}

.merit-box>div>img {
  width: 102px;
}

.merit-title {
  font-size: 14px;
  font-weight: bold;
}

.text-small {
  font-size: 10px;
}

.merit-electrical {
  position: relative;
  padding-right: 22px;
}

.merit-electrical::after {
  content: "";
  position: absolute;
  background-image: url("../img/tepco/electricity_price.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 60px;
  height: 60px;
  top: -25px;
  right: 0;
}

.merit-gus {
  position: relative;
  padding-left: 22px;
}

.merit-gus::after {
  content: "";
  position: absolute;
  background-image: url("../img/tepco/gas_price.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 60px;
  height: 60px;
  top: -25px;
  right: -20px;
}

.merit-caption {
  font-size: 8px;
  line-height: 1.75;
  color: rgba(0, 0, 0, 0.4);
  margin-bottom: 24px;
  text-align: left;
}

.merit2 {
  margin-top: 46px;
}

.merit2 img {
  width: 106px;
}

.merit2-text {
  font-size: 12px;
  font-weight: bold;
  margin: 12px 0;
}

@media screen and (min-width: 1100px) {
  .merit-box>div>img {
    width: 132px;
  }
  .tepco-merit>h2 {
    font-size: 40px;
  }
  .tepco-merit>h2>div>span {
    font-size: 48px;
  }
  .merit-wrapper>div>p {
    font-size: 20px;
  }
  .merit-wrapper>div>p.text-small {
    font-size: 10px;
  }
  .merit-wrapper>div>h3 {
    font-size: 32px;
  }
  .merit1, .merit2 {
    width: 48%;
    border-radius: 20px;
    box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    margin: 56px 0 0 0;
    padding: 28px;
  }
  .merit-box {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 18px;
  }
  .merit-title {
    font-size: 16px;
  }
  .merit2 img {
    margin-top: 38px;
    width: 138px;
  }
  .merit2-text {
    text-align: left;
    padding: 11px 0;
  }
  .merit2-text div:nth-child(2) {
    padding-right: 20px;
  }
  .merit2 div p::before {
    content: "・";
    display: block;
    float: left;
  }
  .merit-electrical::after {
    width: 78px;
    height: 78px;
    right: -20px;
  }
  .merit-gus::after {
    width: 78px;
    height: 78px;
    top: -25px;
    right: -30px;
  }
  .merit-caption {
    margin: 0;
  }
}

/**
Function
**/

.function {
  margin-top: 80px;
}

.function-box {
  border-radius: 40px;
  box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding-bottom: 14px;
}

.function-box>p {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.33;
  text-align: center;
  margin: 16px 0 40px 0;
}

.function-img-box {
  margin-top: 44px;
  padding: 0 60px;
}

.function-item {
  margin-bottom: 36px;
}

.function-item img {
  width: 224px;
  height: 112px;
}

.function-item p {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

@media screen and (min-width: 1100px) {
  .function {
    margin-top: 120px;
  }
  .function>h2 {
    margin-bottom: 68px;
  }
  .function-box>p {
    margin-bottom: 80px;
    font-size: 16px;
  }
  .function-img-box {
    padding: 0 103px;
  }
}

/**
Campaign
**/

.campaign {
  margin-top: 80px;
}

.campaign-box img {
  width: 100%;
}

.campaign-text {
  background-color: #000000;
  text-align: left;
  color: #ffffff;
  padding: 12px 24px;
  font-size: 10px;
}

.campaign-text>div {
  padding: 4px 0;
}

.campaign-table {
  width: 758px;
  margin: 0 auto;
  font-size: 14px;
}

.campaign-table th {
  width: 152px;
  text-align: left;
  font-weight: bold;
  color: #ffffff;
  padding: 6px 0;
}

.campaign-table td {
  text-align: left;
  padding: 6px 0;
}

.campaign-cap {
  margin: 40px 0 80px 0;
}

.campaign-cap>h2 {
  font-weight: bold;
  line-height: 26px;
}

.campaign-cap>h2>div>span {
  font-size: 24px;
}

.campaign-cap>h2>div>span.b-border-w {
  bottom: 2px;
}

.campaign-caption {
  font-size: 10px;
}

@media screen and (min-width: 1100px) {
  .campaign-box {
    border: solid 4px #ffffff;
  }
  .campaign-text {
    padding: 32px 0;
    font-size: 14px;
  }
  .campaign-ac {
    width: 758px;
    margin: 0 auto;
  }
  .campaign-cap {
    margin: 120px 0;
  }
  .campaign-cap>h2 {
    font-size: 32px;
    line-height: 35px;
    margin-bottom: 67px;
  }
  .campaign-cap>h2>div>span {
    font-size: 32px;
  }
}

/**
Plan
**/

.plan-gus {
  margin-bottom: 56px;
}

.plan-gus h5 {
  margin-bottom: 32px;
}

.plan-electrical {
  margin-bottom: 80px;
}

.plan-electrical h5 {
  margin-bottom: 32px;
}

@media screen and (min-width: 1100px) {
  .plan-gus div {
    justify-content: center;
  }
  .plan-gus>div>a {
    margin: 0 50px;
  }
  .plan-gus, .plan-electrical {
    margin-bottom: 120px;
  }
}

/**
FAQ
**/

.faq {
  margin-bottom: 80px;
}

.faq-box {
  margin-top: 34px;
}

.faq h5 div span.b-border-w {}

.accordion-wrap {
  border-bottom: 1px solid #E5CB00;
}

.accordion-item {
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
  margin-top: 8px;
  position: relative;
}

.accordion-header {
  position: relative;
  transition: ease-in-out 100ms;
  height: 55px;
  padding-right: 3em;
  margin: 0 26px 0 26px;
  font-size: 14px;
  font-weight: bold;
}

.faq-box .accordion-header {
  margin: 0 26px 0 59px;
}

.faq-box .accordion-header::before {
  content: "Q";
  left: -1.5em;
  top: 3px;
  position: absolute;
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
}

.accordion-item::after {
  content: '';
  display: block;
  background-image: url("../img/tepco/icon-plus.svg");
  width: 20px;
  height: 20px;
  position: absolute;
  right: 26px;
  top: 12px;
}

.accordion-item::after {
  transform: translateY(-50%) rotate(180deg);
  transition: 0.5s;
}

.accordion-item.active::after {
  content: '';
  display: block;
  background-image: url("../img/tepco/icon-minus.svg");
  width: 20px;
  height: 20px;
  position: absolute;
  right: 26px;
  top: 12px;
}

.accordion-text {
  display: none;
  font-size: 10px;
  line-height: 1.6;
  padding: 16px 24px;
  border-top: 1px solid #E5CB00;
}

.a-red {
  color: #e6231f;
  border-bottom: 1px solid #e6231f;
}

@media screen and (min-width: 1100px) {
  .faq {
    margin-bottom: 136px;
  }
  .faq>h5 {
    margin-bottom: 60px;
  }
  .faq-box {
    width: 758px;
    margin: 0 auto;
  }
  .accordion-header {
    font-size: 19px;
    line-height: 55px;
  }
  .accordion-text {
    font-size: 16px;
  }
  .faq-box .accordion-header::before {
    left: -2em;
    top: 15px;
  }
  .accordion-item::after {
    width: 25px;
    height: 25px;
    right: 26px;
    top: 24px;
  }
  .accordion-item.active::after {
    width: 25px;
    height: 25px;
    right: 26px;
    top: 24px;
  }
}

/**
Footer Area
**/

.footer-area {
  height: 139px;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  padding-top: 50px;
}

.footer-area a {
  color: #ffffff;
  font-weight: bold;
  border-bottom: 1px solid #ffffff;
}

.footer-area p {
  font-size: 10px;
  padding-top: 10px;
}

@media screen and (min-width: 1100px) {
  .footer-area {
    height: 252px;
    font-size: 24px;
    padding-top: 80px;
  }
  .footer-area p {
    font-size: 26px;
  }
}

/**
slider
**/

.main-slider {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}

​ .main-slider.slick-initialized {
  height: auto;
}

​ .slick-slide {
  position: relative;
  height: 182px;
}

.slick-list {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}

.custom-slick-dots {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 16px 20px 0 20px;
}

.slick-dots {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 85%;
}

.slick-dot-image-container {
  position: relative;
  height: 48px;
  width: 48px;
}

.slick-dot-image-container .slick-dot-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slide-img {
  width: 100%;
  height: 182px;
}

.main-slider .item iframe {
  width: 100%;
  height: 182px;
}

.slick-arrow {
  width: 7px;
}

@media screen and (min-width: 1100px) {
  .main-slider {
    margin-bottom: 64px;
  }
  .custom-slick-dots {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 40px 250px 0 250px;
  }
  .slick-dot-image-container {
    height: 72px;
    width: 72px;
  }
  .slide-img {
    height: 584px;
  }
  .main-slider .item iframe {
    height: 584px;
  }
}

/**
LeanModal
**/

#lean_overlay {
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000;
  display: none;
}

.hidden-modal {
  display: none;
  -webkit-overflow-scrolling: auto;
  overflow-y: scroll;
  height: 100%;
}

.tepco-modal {
  border-radius: 10px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  margin: 0 20px;
  padding: 34px 8px 24px 8px;
  width: 480px;
  max-width: 90vw;
}

.modal_close {
  position: absolute;
  top: 10px;
  right: 30px;
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/tepco/icon-crros-blue.svg);
  z-index: 2;
}

.plan-el .modal_close {
  background-image: url("../img/tepco/icon-crros-yellow.svg");
}

.hidden-row {
  display: none;
  width: 100%;
}

.table-gus {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 4px;
  border: solid 1px #000000;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  margin-top: 30px;
}

.table-gus .table-row {
  width: 100%;
  height: 55px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #000000;
}

.table-gus .table-row:last-child {
  border-bottom: none;
}

.table-cell {
  width: 35%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #000000;
}

.table-cell.half {
  width: 50%;
}

.table-cell.plan-heading {
  background-color: #13bac7;
  color: #ffffff;
}

.table-cell.plan-price {
  background-color: rgba(19, 186, 199, 0.1);
}

.table-cell:last-child {
  flex-grow: 2;
  border: none;
}

.table-cell.ac-header {
  position: relative;
  text-align: left;
  padding-right: 40px;
}

.table-cell.ac-header::after {
  content: "";
  position: absolute;
  background-image: url("../img/tepco/icon-plus-blue.svg");
  height: 20px;
  width: 20px;
  right: 10px;
  top: 50%;
}

.table-cell.ac-header::after {
  transform: translateY(-50%) rotate(180deg);
  transition: 0.5s;
}

.ac-header.active::after {
  content: "";
  position: absolute;
  background-image: url("../img/tepco/icon-minus-blue.svg");
  height: 20px;
  width: 20px;
  right: 10px;
  top: 50%;
}

.table-row .ac-header {
  text-align: left;
}

.plan-gus-bottom {
  text-align: right;
  font-size: 10px;
  margin: 12px 0 19px 0;
}

.price-gus-table {
  width: 100%;
}

.price-gus-table th.middle {
  vertical-align: middle;
  width: 40%;
}

.price-gus-table th {
  background-color: #13bac7;
  color: #ffffff;
  padding: 15px 0;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

.price-gus-table td {
  background-color: rgba(19, 186, 199, 0.1);
  border-bottom: 1px solid #000000;
  text-align: right;
  padding-right: 7px;
  vertical-align: middle;
}

.plan-gus-bottom-text {
  margin: 12px 0 20px 0;
  font-size: 10px;
}

/*電気プラン*/

.plan-el-top-text {
  text-align: center;
  margin: 24px 0;
  font-weight: bold;
}

.plan-el-top-text>p:first-child {
  margin-bottom: 12px;
}

.plan-table-wrapper {
  border: 1px solid;
  border-radius: 4px;
  overflow: hidden;
}

.plan-el-table {
  width: 100%;
  font-size: 10px;
  text-align: center;
}

.plan-el-table tr {
  border-top: 1px solid;
}

.plan-el-table tr:first-child {
  border: none;
}

.plan-el-table th {
  background-color: #ffdf00;
  font-weight: bold;
  padding: 10px 0;
}

.plan-el-table td {
  padding: 8px 0;
}

.plan-el-table th, .plan-el-table td {
  border-left: 1px solid;
  text-align: center;
}

.plan-el-table th:first-child, .plan-el-table td:first-child {
  border-left: none;
}
.plan-el-table td.left-bordered {
  border-left: 1px solid;
  text-align: center;
}

.plan-el-bottom-text {
  margin: 12px 0 20px 0;
  font-size: 10px;
}

.plan-el-bottom-text>p {
  margin-bottom: 8px;
}

@media screen and (min-width: 1100px) {
  .tepco-modal {
    width: 900px;
    padding: 34px 55px;
  }
  .table-gus {
    font-size: 20px;
  }
  .tepco-modal .tepco-btn {
    max-width: 223px;
    margin: 0 auto;
  }
  .table-cell.number-t {
    width: 20%;
  }
  .table-cell.use {
    width: 45%;
  }
  .table-cell.price {
    justify-content: flex-end;
    font-size: 18px;
    padding-right: 20px;
    width: 25%;
  }
  .price-gus-table-pc {
    width: 100%;
  }
  .price-gus-table-pc th, .price-gus-table-pc td {
    text-align: center;
  }
  .price-gus-table-pc th.middle, .price-gus-table-pc td.middle {
    vertical-align: middle;
  }
  .price-gus-table-pc th {
    background-color: #13bac7;
    color: #ffffff;
    padding: 15px 0;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
  }
  .price-gus-table-pc td {
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    padding: 15px 0;
    font-size: 18px;
  }
  .price-gus-table-pc td:last-child {
    border-right: none;
  }
  .price-gus-table-pc td.price {
    text-align: right;
    padding-right: 7px;
  }
  .plan-gus-bottom-text {
    font-size: 16px;
    padding-right: 20px;
  }
  .plan-el-top-text {
    display: flex;
    justify-content: space-around;
    padding: 0 40px;
    font-size: 16px;
  }
  .plan-el-table {
    font-size: 16.5px;
  }
  .plan-el-bottom-text {
    font-size: 16px;
    padding-right: 20px;
  }
}


.link-box-white {
    background: #fff;
    width: 95%;
    margin: 0 auto;
    padding: 20px 10px;
    margin: 60px auto 60px auto;
    text-align: center;
    border-radius: 32px;
}
.link-box-white .heading {
    width: 90%;
    margin: 0 auto;
    height: 64px;
    line-height: 64px;
    text-align: center;
    border-bottom: 3px solid #FBDF4B;
}
.link-box-white .heading .text-big {
    display: block;
    font-weight: 800;
    font-size: 24px;
    line-height: 28px;
}
.link-box-white .heading .text-small {
    display: block;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
}
.link-box-white .link-wrapper {
    width: 100%;
    padding: 32px 0;
    text-align: center;
    margin: 0 auto;
    position: relative;
}
.link-box-white .link-wrapper .red-btn {
    background: #E7231F;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    text-align: center;
    display: block;
    border-radius: 90px;
    color: #fff;
    text-decoration: none;
    position: relative;
}
.link-box-white .link-wrapper .red-btn.big .sp-row {
    display: block;
    height: 60px;
    width: 80%;
    max-width: 225px;
    margin: 0 auto;
    text-align: left;
    line-height: 22px;
    position: relative;
}
.link-box-white .link-wrapper .red-btn.big .sp-row.text-right {
    padding-left: 90px;
}
.link-box-white .link-wrapper .red-btn.small .sp-row {
    display: block;
    height: 22px;
    width: 75%;
    max-width: 150px;
    margin: 0 auto;
    text-align: left;
    line-height: 22px;
    position: relative;
}
.link-box-white .link-wrapper .red-btn.big img {
    height: 55px;
    vertical-align: text-bottom;
    width: initial;
}
.link-box-white .link-wrapper .red-btn.big {
    width: 100%;
    line-height: 95px;
    height: 105px;
    position: relative;
}
.link-box-white .link-wrapper .red-btn.big .tepco-btn-arrow-white {
    position: absolute;
    top: 50px;
    right: 22px;
    width: 10px;
    height: 10px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    box-sizing: border-box;
    transform: rotate(45deg);
}
.link-box-white .link-wrapper .red-btn.big .flex-or-inline {
    display: flex;
    position: relative;
}
.link-box-white .link-wrapper .red-btn.big .flex-or-inline div {
    line-height: 132px;
    position: relative;
}
.link-box-white .link-wrapper .red-btn.big .flex-or-inline div.first {
    width: 40%;
    text-align: right;
    position: relative;
}
.link-box-white .link-wrapper .red-btn.big .flex-or-inline div.second {
    width: 60%;
    text-align: left;
    line-height: 0px;
    padding-top: 25px;
    padding-left: 12px;
    position: relative;
}
.link-box-white .link-wrapper .red-btn.big .flex-or-inline div.second div{
    width: 200px;
    line-height: 0;
    position: relative;
}
.link-box-white .link-wrapper .red-btn.big .flex-or-inline div.second .inline-block {
    display: inline-block;
    margin-top: 20px;
    position: relative;
}
.link-box-white .link-wrapper .red-btn.small {
    width: 100%;
    line-height: 72px;
    height: 72px;
    display: inline-block;
    position: relative;
}
.link-box-white .link-wrapper .red-btn.small .tepco-btn-arrow-white {
    position: absolute;
    top: 33px;
    right: 22px;
    width: 10px;
    height: 10px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    box-sizing: border-box;
    transform: rotate(45deg);
}
.link-box-white .red-btn .text-big {
    color: #fff;
    font-weight: 800;
    font-size: 24px;
    position: relative;
}
.link-box-white .red-btn .text-small {
    color: #fff;
    font-weight: 800;
    font-size: 14px;
    position: relative;
}
.link-box-white .link-wrapper .second {
    margin-top: 20px;
    display: flex;
    width: 100%;
    position: relative;
}
.link-box-white .link-wrapper .second .left {
    padding-right: 5px;
    width: 50%;
    text-align: left;
    position: relative;
}
.link-box-white .link-wrapper .second .left .red-btn {
    padding-top: 28px;
    position: relative;
}
.link-box-white .link-wrapper .second .right {
    padding-left: 5px;
    width: 50%;
    text-align: right;
    position: relative;
}
.link-box-white .link-wrapper .second .right .red-btn {
    padding-top: 15px;
    position: relative;
}

.description-wrapper {
    width: 95%;
    margin: 0 auto;
    padding: 12px 20px;
    font-size: 12px;
    border: 1px solid #000;
    position: relative;
}
.description-wrapper b {
    font-weight: 800;
}
.description-wrapper .description-row {
    margin-top: 14px;
}
.description-wrapper .description-row.flex {
    display: flex;
}
.description-wrapper .description-row.flex .checkbox {
    width: 25px;
}
.description-wrapper .description-row.flex .checkbox img {
    width: 22px;
}
.description-wrapper .description-row.flex .detail {
    width: calc(100% - 25px)
}
.description-wrapper .description-row.flex .detail div {
    display: inline;
}
.description-wrapper .arrow-down {
    position: absolute;
    width: 24px;
    height: 24px;
    left: 46%;
    bottom: -13px;
    background: #fcdf03;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    transform: rotate(135deg);
}

@media (min-width: 1100px) {
    .link-box-white {
        background: #fff;
        width: 1100px;
        padding: 40px 0;
        margin: 60px auto 60px auto;
        text-align: center;
        border-radius: 32px;
    }
    .link-box-white .heading {
        width: 750px;
        margin: 0 auto;
        height: 64px;
        line-height: 64px;
        text-align: center;
        border-bottom: 1px solid #000;
    }
    .link-box-white .heading .text-big {
        display: inline;
        font-weight: 800;
        font-size: 32px;
        line-height: initial;
    }
    .link-box-white .heading .text-small {
        display: inline;
        font-weight: 800;
        font-size: 24px;
        line-height: initial;
    }
    .link-box-white .link-wrapper {
        width: 640px;
        padding: 32px 0;
        text-align: center;
        margin: 0 auto;
    }
    .link-box-white .link-wrapper .red-btn {
        background: #E7231F;
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
        text-align: center;
        display: block;
        border-radius: 90px;
        color: #fff;
        text-decoration: none;
    }
    .link-box-white .link-wrapper .red-btn.small .sp-row {
        display: inline;
        height: initial;
        width: initial;
        max-width: initial;
        margin: initial;
        text-align: initial;
        line-height: initial;
    }
    .link-box-white .link-wrapper .red-btn.big .sp-row.text-right {
        padding-left: initial;
    }
    .link-box-white .link-wrapper .red-btn.big .sp-row {
        display: inline;
        height: initial;
        width: initial;
        max-width: initial;
        margin: initial;
        text-align: initial;
        line-height: initial;
    }
    .link-box-white .link-wrapper .red-btn.big img {
        height: 49px;
        vertical-align: text-bottom;
    }
    .link-box-white .link-wrapper .red-btn.big {
        width: 100%;
        line-height: 98px;
        height: 80px;
    }
    .link-box-white .link-wrapper .red-btn.big .tepco-btn-arrow-white {
        position: absolute;
        top: 36px;
        right: 22px;
        width: 10px;
        height: 10px;
        border-right: 2px solid #fff;
        border-top: 2px solid #fff;
        box-sizing: border-box;
        transform: rotate(45deg);
    }
    .link-box-white .link-wrapper .red-btn.big .flex-or-inline {
        display: inline;
    }
    .link-box-white .link-wrapper .red-btn.big .flex-or-inline div {
        line-height: initial;
        display: inline;
    }
    .link-box-white .link-wrapper .red-btn.big .flex-or-inline div.first {
        width: initial;
        text-align: initial;
    }
    .link-box-white .link-wrapper .red-btn.big .flex-or-inline div.second {
        width: initial;
        text-align: initial;
        padding-left: initial;
    }
    .link-box-white .link-wrapper .red-btn.big .flex-or-inline div.second div{
        width: initial;
        line-height: initial;
    } 
    .link-box-white .link-wrapper .red-btn.big .flex-or-inline div.second .inline-block {
        display: initial;
        margin-top: initial;
    }
    .link-box-white .link-wrapper .red-btn.small {
        width: 310px;
        line-height: 72px;
        height: 64px;
        display: inline-block;
    }
    .link-box-white .link-wrapper .red-btn.small .tepco-btn-arrow-white {
        position: absolute;
        top: 27px;
        right: 22px;
        width: 10px;
        height: 10px;
        border-right: 2px solid #fff;
        border-top: 2px solid #fff;
        box-sizing: border-box;
        transform: rotate(45deg);
    }
    .link-box-white .red-btn .text-big {
        color: #fff;
        font-weight: 800;
        font-size: 32px;
    }
    .link-box-white .red-btn .text-small {
        color: #fff;
        font-weight: 800;
        font-size: 18px;
    }
    .link-box-white .link-wrapper .second {
        margin-top: 20px;
        display: flex;
        width: 100%;
    }
    .link-box-white .link-wrapper .second .left {
        width: 50%;
        text-align: left;
    }
    .link-box-white .link-wrapper .second .left .red-btn {
        padding-top: initial;
    }
    .link-box-white .link-wrapper .second .right {
        width: 50%;
        text-align: right;
    }
    .link-box-white .link-wrapper .second .right .red-btn {
        padding-top: initial;
    }
    
    
    .description-wrapper {
        width: 860px;
        margin: 0 auto;
        padding: 20px 80px;
        font-size: 16px;
        border: 1px solid #000;
        position: relative;
    }
    .description-wrapper b {
        font-weight: 800;
    }
    .description-wrapper .description-row {
        margin-top: 14px;
    }
    .description-wrapper .description-row.flex {
        display: flex;
    }
    .description-wrapper .description-row.flex .checkbox {
        width: 30px;
    }
    .description-wrapper .description-row.flex .checkbox img {
        height: 25px;
    }
    .description-wrapper .description-row.flex .detail {
        width: calc(100% - 30px)
    }
    .description-wrapper .description-row.flex .detail div {
        display: inline-block;
    }
    .description-wrapper .arrow-down {
        position: absolute;
        width: 24px;
        height: 24px;
        left: 46%;
        bottom: -13px;
        background: #fcdf03;
        border-right: 1px solid #000;
        border-top: 1px solid #000;
        transform: rotate(135deg);
    }
}