@charset "UTF-8";
/******************************************************
SP
******************************************************/
html {
  font-size: 62.5%;
  /*10px 1em */
  width: 100%;
  height: 100%; }

body {
  color: #005ca2;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.5;
  font-size: 1.4rem;
  width: 100%;
  -webkit-text-size-adjust: 100%; }

::placeholder {
  color: #5dc2d0;
  font-size: 14px; }

img {
  vertical-align: top; }

a, a img {
  transition: all 0.5s ease;
  backface-visibility: hidden; }

a:hover img {
  opacity: 0.6; }

input[type="number"], select {
  -webkit-appearance: none; }

a {
  text-decoration: none;
  color: #005ca2; }

.sp {
  display: none !important; }

#wrap {
  background: #e6e6e6;
  width: 100%;
  overflow: hidden; }

header {
  width: 100%;
  overflow: hidden;
  background: #fff;
  box-shadow: 2px 0px 2px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 10; }
  header .headerContent {
    height: 160px;
    width: 1010px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    header .headerContent .logo {
      width: 235px; }
    header .headerContent .inner {
      width: 650px;
      height: 160px;
      display: flex;
      align-items: flex-start;
      justify-content: flex-end;
      flex-wrap: wrap; }
      header .headerContent .inner .sublogo {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        height: 36px;
        padding-right: 20px; }
        header .headerContent .inner .sublogo small {
          font-size: 12px;
          padding-right: 10px; }
        header .headerContent .inner .sublogo span {
          display: inline-block;
          padding-right: 10px; }
          header .headerContent .inner .sublogo span a {
            font-size: 15px;
            font-weight: bold;
            color: #fff; }
        header .headerContent .inner .sublogo span + span {
          position: relative;
          top: -4px; }
      header .headerContent .inner .h-nav {
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center; }
        header .headerContent .inner .h-nav li a {
          width: 140px;
          height: 40px;
          border-radius: 0 0 10px 10px;
          background: #005ca2;
          display: flex;
          justify-content: center;
          align-items: center; }
          header .headerContent .inner .h-nav li a img + span {
            padding-left: 5px; }
          header .headerContent .inner .h-nav li a span {
            font-size: 14px;
            font-weight: bold;
            color: #fff; }
        header .headerContent .inner .h-nav li + li {
          margin-left: 10px; }
      header .headerContent .inner .logout {
        display: block;
        text-align: right; }
        header .headerContent .inner .logout a {
          display: inline-block;
          width: 160px;
          height: 36px;
          font-size: 17px;
          font-weight: bold;
          color: #fff;
          text-align: center;
          line-height: 36px;
          background: #005ca2;
          position: relative; }
          header .headerContent .inner .logout a i {
            position: absolute;
            right: 10px;
            font-size: 12px;
            line-height: 36px;
            top: 0; }
          header .headerContent .inner .logout a:hover {
            color: #005ca2; }
      header .headerContent .inner nav {
        width: 100%; }
        header .headerContent .inner nav ul {
          display: flex;
          justify-content: flex-end;
          align-items: center; }
          header .headerContent .inner nav ul li {
            position: relative; }
            header .headerContent .inner nav ul li:before {
              content: "";
              width: 2px;
              height: 50px;
              background: #ffa078;
              position: absolute;
              left: 0;
              top: 15px; }
            header .headerContent .inner nav ul li a {
              display: block;
              width: 110px;
              height: 80px;
              padding: 15px 0;
              box-sizing: border-box;
              text-align: center;
              transition: all 0.2s ease;
              backface-visibility: hidden; }
              header .headerContent .inner nav ul li a small {
                padding-top: 10px;
                display: block;
                line-height: 1;
                font-size: 1.4rem;
                color: #5dc2d0; }
            header .headerContent .inner nav ul li a:hover {
              background: #f5f5f5; }
            header .headerContent .inner nav ul li:last-child:after {
              content: "";
              width: 2px;
              height: 50px;
              background: #ffa078;
              position: absolute;
              right: 0;
              top: 15px; }

.mainTitle {
  width: 100%;
  padding: 35px 0 0; }
  .mainTitle .swiper-container {
    max-width: 100%;
    width: 1010px;
    margin: 0 auto;
    padding-bottom: 20px;
    margin-bottom: 20px; }
    .mainTitle .swiper-container .swiper-pagination-bullet-active,
    .mainTitle .swiper-container .swiper-pagination-bullet {
      width: 11px;
      height: 11px; }
    .mainTitle .swiper-container .swiper-pagination-bullet-active {
      background-color: #005ca2; }
  .mainTitle .banner-container {
    width: 1010px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .mainTitle .banner-container li a {
      display: block;
      width: 500px;
      height: 68px; }

.articleHeader {
  width: 1010px;
  max-width: 100%;
  padding-top: 40px;
  margin: 0 auto;
  overflow: hidden;
  /*
            .Breadcrumb{
                float: right;
                
                li{
                    float: left;
                    line-height: 35px;
                    padding-left: 10px;
                    font-size: 14px;
                    color: $blue;
                    padding: 30px 0 10px;
                    font-weight: bold;
                    
                    a{
                        display: block;
                        position: relative;
                        padding-right: 40px;
                       
                    }
                    a:before{
                       content: "/";
                       position: absolute;
                       right: 15px;
                       top: 0;
                       line-height: 35px;
                        
                    }

                }
                li:first-child{
                    padding-right: 0;
                }

            }
*/ }
  .articleHeader h1 {
    font-size: 2.2rem;
    font-weight: bold;
    color: #005ca2;
    line-height: 1.2; }
  .articleHeader .name {
    font-size: 1.6rem;
    font-weight: bold;
    color: #005ca2;
    padding-top: 10px; }

article {
  width: 970px;
  margin: 0 auto;
  padding-bottom: 120px; }
  article .sectionBox {
    width: 100%;
    padding-top: 35px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap; }
    article .sectionBox.noTop {
      padding-top: 0; }

.login article {
  width: 1010px; }
  .login article .articleHeader h1 {
    padding-top: 40px;
    padding-bottom: 0; }

section {
  width: 100%; }
  section h1 {
    line-height: 50px;
    background: #005ca2;
    width: 100%;
    color: #fff;
    font-size: 20px;
    text-indent: 25px; }
    section h1 time {
      float: right;
      padding-right: 25px;
      font-size: 15px;
      color: #005ca2; }
  section .inner {
    padding: 0 60px 60px;
    background: #fff; }

section + section {
  margin-top: 25px; }

a.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffa078;
  height: 40px;
  width: 170px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  border-radius: 0px;
  margin: 0 auto;
  position: relative; }
  a.btn i {
    position: absolute;
    right: 15px;
    top: 0;
    line-height: 40px;
    font-size: 12px; }
  a.btn:hover {
    opacity: 0.8; }

.btnBox {
  text-align: center;
  padding: 30px 0 0; }
  .btnBox .submit {
    display: inline-block;
    position: relative; }
    .btnBox .submit input[type="submit"] {
      display: inline-block;
      width: 180px;
      height: 50px;
      line-height: 50px;
      background: #2c3e4f;
      border-radius: 0;
      color: #fff;
      font-size: 20px;
      font-weight: bold;
      position: relative;
      border: 0;
      cursor: pointer; }
      .btnBox .submit input[type="submit"]:hover {
        opacity: 0.8; }
  .btnBox .submit:after {
    content: "\e900";
    font-family: icomoon;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%);
    color: #fff;
    pointer-events: none; }

.graphTab {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  .graphTab ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    width: 640px; }
    .graphTab ul li {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 180px;
      border-radius: 10px 10px 0 0;
      font-size: 18px;
      font-weight: bold;
      line-height: 50px;
      box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
      cursor: pointer;
      color: #fff;
      background: #7f7f7f;
      box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.2) inset; }
      .graphTab ul li i {
        margin-right: 10px;
        font-size: 18px; }
      .graphTab ul li.on {
        color: #005ca2;
        background: #fff;
        box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2); }
    .graphTab ul li + li {
      margin-left: 10px; }
  @media screen and (max-width: 736px) {
    .graphTab ul {
      display: flex;
      justify-content: center;
      align-items: center;
      box-sizing: border-box;
      width: 94%;
      margin: 0 auto; }
      .graphTab ul li {
        width: 50%;
        font-size: 16px;
        line-height: 45px; }
      .graphTab ul li + li {
        margin-left: 10px; } }

.graphTab + .leftBox {
  margin-top: -50px; }
  @media screen and (max-width: 736px) {
    .graphTab + .leftBox {
      margin-top: 0; } }

.gold_member {
  display: block;
  margin-bottom: 25px; }

.costBox {
  width: 300px;
  padding: 25px 20px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2); }
  .costBox dl {
    background: #005ca2; }
    .costBox dl dt {
      padding: 13px 25px;
      color: #fff;
      line-height: 1;
      display: flex;
      justify-content: space-between; }
      .costBox dl dt em {
        display: block;
        font-size: 20px;
        font-weight: bold; }
        .costBox dl dt em time {
          display: block;
          font-size: 10px;
          font-weight: bold;
          padding-top: 10px; }
      .costBox dl dt span {
        text-align: right;
        color: #fff;
        font-size: 20px;
        font-family: "Swiss_721 W01 Bold";
        line-height: 1; }
        .costBox dl dt span small {
          font-size: 14px; }
    .costBox dl dd.breakdown {
      text-align: center;
      background: #fff; }
      .costBox dl dd.breakdown em {
        display: block;
        color: #fff;
        font-weight: bold;
        line-height: 40px;
        padding-left: 25px;
        background: #5dc2d0;
        text-align: left; }
      .costBox dl dd.breakdown ul {
        width: 100%;
        padding: 15px 25px;
        box-sizing: border-box;
        background: #f2f2f2; }
        .costBox dl dd.breakdown ul li {
          border-bottom: #5dc2d0 solid 1px;
          line-height: 40px;
          width: 100%;
          overflow: hidden;
          box-sizing: border-box; }
          .costBox dl dd.breakdown ul li span {
            float: left;
            font-weight: 600; }
          .costBox dl dd.breakdown ul li p {
            text-align: right;
            font-weight: bold;
            font-size: 16px; }
            .costBox dl dd.breakdown ul li p small {
              font-weight: normal;
              font-size: 14px;
              margin-left: 5px; }
        .costBox dl dd.breakdown ul li:last-child {
          border-bottom: 0; }
      .costBox dl dd.breakdown ul + .btn {
        margin: 20px auto; }
  .costBox .lastMonth {
    background: #4985ad; }
    .costBox .lastMonth dd {
      padding-bottom: 0 !important; }
  .costBox em.text {
    font-weight: bold;
    color: #005ca2;
    display: block;
    line-height: 1.8; }
    .costBox em.text span {
      color: #0071bc; }

.graphBox {
  width: 620px;
  padding: 20px 15px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
  margin-top: 0; }
  .graphBox h1 {
    background: #90c31f; }
  .graphBox .inner {
    background: #fff;
    border: #f2f2f2 solid 16px;
    padding: 20px;
    box-sizing: border-box; }
  .graphBox #gus-graph h1 {
    background: #005ca2; }

.canvasInfo {
  width: 100%;
  overflow: hidden;
  padding-bottom: 20px; }
  .canvasInfo time {
    float: left;
    font-size: 13px;
    color: #005ca2; }
  .canvasInfo p {
    float: right;
    margin-left: 10px;
    line-height: 20px;
    font-size: 13px;
    color: #222222; }
    .canvasInfo p span {
      display: inline-block;
      width: 20px;
      height: 20px;
      background: #cb567a;
      float: left;
      margin-right: 5px; }
    .canvasInfo p .blue {
      background: #5dc2d0; }
    .canvasInfo p .gray {
      background: #e6e6e6; }

section.wide {
  width: 100%; }

.info {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2); }
  .info h1 {
    background: #005ca2; }
    .info h1.black {
      background: #005ca2; }
  .info .inner {
    padding: 0;
    background: #f2f2f2; }
  .info .infoList {
    padding: 25px 25px; }
    .info .infoList li {
      width: 100%;
      box-sizing: border-box;
      position: relative;
      border-bottom: #5dc2d0 solid 1px; }
      .info .infoList li a {
        padding: 10px 0;
        width: 100%;
        overflow: hidden;
        display: flex;
        justify-content: flex-start; }
        .info .infoList li a time {
          font-weight: bold;
          color: #5dc2d0; }
        .info .infoList li a p {
          padding-left: 20px;
          color: #005ca2;
          font-weight: bold; }
      .info .infoList li a:hover {
        background: #eff6ff; }
  .info .infoFlex {
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    .info .infoFlex .infoList {
      width: 670px; }
    .info .infoFlex .btnBox {
      text-align: center;
      width: 250px;
      padding: 0; }

#wrap.news .infoFlex .infoList {
  width: 100%;
  box-sizing: border-box; }

#wrap.news .infoFlex .infoBtn {
  display: none; }

.question_contact .inner {
  background: #eeeeee;
  padding: 10px; }
  .question_contact .inner ul {
    display: flex;
    justify-content: space-between; }
    .question_contact .inner ul li {
      width: 460px; }
      .question_contact .inner ul li a {
        display: block;
        line-height: 70px;
        text-align: center;
        background: #fec00f;
        border-radius: 2px;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        position: relative; }
        .question_contact .inner ul li a i {
          font-size: 30px;
          position: relative;
          top: 6px;
          padding-right: 10px; }
        .question_contact .inner ul li a i.icon-arrow1 {
          position: absolute;
          right: 10px;
          top: 0px;
          line-height: 70px;
          font-size: 20px; }
      .question_contact .inner ul li a:hover {
        opacity: 0.8; }
    .question_contact .inner ul .contactBtn a {
      background: #149438; }

.banners .inner {
  background: #eeeeee;
  padding: 10px; }
  .banners .inner ul {
    display: flex;
    justify-content: space-between; }
    .banners .inner ul a {
      display: block; }

footer {
  background: #f2f2f2; }
  footer .bannerBox {
    display: flex;
    justify-content: center;
    padding: 50px 0; }
    footer .bannerBox li {
      padding: 0 12px; }
  footer .wide_banner {
    padding-top: 40px;
    text-align: center;
    background: #fff; }
  footer .footerNav {
    width: 100%;
    line-height: 50px;
    text-align: center;
    background: #fff;
    overflow: hidden; }
    footer .footerNav li {
      display: inline-block; }
      footer .footerNav li a {
        font-size: 12px;
        font-weight: bold;
        color: #005ca2; }
      footer .footerNav li a:hover {
        color: #005ca2; }
    footer .footerNav li:after {
      content: "|";
      font-weight: bold;
      font-size: 14px;
      padding: 0 30px; }
    footer .footerNav li:last-child:after {
      content: none; }
  footer .footerContents {
    width: 100%;
    text-align: center;
    background: #005ca2;
    overflow: hidden; }
    footer .footerContents .inner {
      width: 970px;
      line-height: 50px;
      display: flex;
      justify-content: space-between;
      margin: 0 auto; }
      footer .footerContents .inner small {
        font-size: 10px;
        line-height: 50px;
        display: inline-block;
        color: #fff; }
      footer .footerContents .inner ul li {
        display: inline-block;
        line-height: 50px; }
        footer .footerContents .inner ul li a {
          color: #fff;
          font-size: 14px;
          font-weight: bold; }
        footer .footerContents .inner ul li a:hover {
          color: #005ca2; }
      footer .footerContents .inner ul li:before {
        content: "|";
        font-weight: bold;
        font-size: 14px;
        padding: 0 30px;
        color: #fff; }
      footer .footerContents .inner ul li:first-child:before {
        content: none; }

.gus .graphTab, .electric .graphTab {
  width: 100%; }
  .gus .graphTab ul, .electric .graphTab ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0px; }
    .gus .graphTab ul li, .electric .graphTab ul li {
      width: auto;
      padding: 0 50px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 10px 10px 0 0;
      font-size: 21px;
      font-weight: bold;
      line-height: 50px;
      box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
      cursor: pointer;
      color: #fff;
      background: #808080;
      box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.2) inset; }
      .gus .graphTab ul li i, .electric .graphTab ul li i {
        margin-right: 10px;
        font-size: 18px;
        color: #005ca2; }
      .gus .graphTab ul li .icon-bar:before, .gus .graphTab ul li .icon-yen:before, .electric .graphTab ul li .icon-bar:before, .electric .graphTab ul li .icon-yen:before {
        color: #005ca2; }
      .gus .graphTab ul li.on, .electric .graphTab ul li.on {
        color: #005ca2;
        background: #fff;
        box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2); }
    .gus .graphTab ul li + li, .electric .graphTab ul li + li {
      margin-left: 10px; }

.gus .gusgraph.wide .inner, .electric .gusgraph.wide .inner {
  padding: 40px !important;
  border-radius: 0 10px 0px 0px; }
  .gus .gusgraph.wide .inner .scrollArea, .electric .gusgraph.wide .inner .scrollArea {
    height: 374px; }

.gus section h1, .electric section h1 {
  background: #005ca2; }

.gus section .color01, .electric section .color01 {
  background: #ccc !important; }

.gus section .color02, .electric section .color02 {
  background: #005ca2 !important; }

.gus .gusTable .inner.gusTableBox, .electric .gusTable .inner.gusTableBox {
  background: #fff;
  padding: 20px;
  border-radius: 0;
  box-shadow: none; }

.electric section .color02, .electric section h1 {
  background: #90c31f !important; }

.electric section .gusTable table thead th {
  background: #317525; }

.electric section .gusTable table tbody th {
  background: #68aa49; }

.electric section .gusTable table tbody tr:nth-child(4) th {
  background: #68aa49; }

.electric section .gusTable table tbody tr:nth-child(4) td {
  background: #fff; }

.price section h1 {
  background: #4d8685; }
  .price section h1.black {
    background: #005ca2; }

.price section .color03 {
  background: #005ca2 !important; }

.price section .color04 {
  background: #f9f0f1 !important; }

.price .gusgraph .inner.gusTableBox {
  background: #f0f0f0 !important; }
  .price .gusgraph .inner.gusTableBox table thead th {
    background: #3d6d6a; }
  .price .gusgraph .inner.gusTableBox table tbody th {
    background: #679595; }
  .price .gusgraph .inner.gusTableBox table tbody tr:nth-child(4) th {
    background: #80a6a5; }
  .price .gusgraph .inner.gusTableBox table tbody tr:nth-child(4) td {
    background: #f7f7f7; }
  .price .gusgraph .inner.gusTableBox table tbody tr:nth-child(5) th {
    background: #679595; }
  .price .gusgraph .inner.gusTableBox table tbody tr:nth-child(5) td {
    background: #ffffff; }

.list section .inner {
  padding: 30px; }
  .list section .inner .listTable a {
    text-decoration: underline; }
    .list section .inner .listTable a:hover {
      color: #005ca2; }

.mypage section h1 {
  background: #2c3e4f; }

.mypage section .infoTable a {
  background: #ffa078; }

.gusTable table {
  width: 100%;
  overflow: hidden;
  border: #ebebeb solid 1px;
  box-sizing: border-box;
  font-size: 12px; }
  .gusTable table thead th {
    background: #5dc2d0;
    border-left: #ebebeb solid 1px;
    height: 38px;
    vertical-align: middle;
    color: #fff;
    font-size: 10px;
    font-weight: normal; }
  .gusTable table thead th:first-child {
    border-left: 0;
    white-space: nowrap;
    font-size: 1.3rem; }
  .gusTable table tbody th {
    background: #808080;
    border-bottom: #ebebeb solid 1px;
    height: 38px;
    vertical-align: middle;
    color: #fff;
    font-weight: normal;
    font-size: 1.3rem; }
  .gusTable table tbody td {
    vertical-align: middle;
    line-height: 1;
    text-align: center;
    background: #f2f2f2;
    border-bottom: #ebebeb dotted 1px;
    border-left: #ebebeb solid 1px; }
  .gusTable table tbody td:nth-child(2n-1) {
    background: #e6e6e6; }

.gusTable_inner .gusTable {
  padding-top: 20px; }

.listTable table {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  font-size: 15px;
  table-layout: fixed; }
  .listTable table thead th {
    background: #5dc2d0;
    font-size: 20px;
    line-height: 50px;
    color: #fff;
    font-weight: bold; }
  .listTable table tbody tr td {
    vertical-align: middle;
    line-height: 1;
    text-align: center;
    border-top: #fff solid 2px;
    border-right: #fff solid 2px;
    line-height: 58px;
    font-size: 16px;
    background: #f2f2f2;
    font-weight: bold; }
  .listTable table tbody tr:nth-child(2n) td {
    background: #e6e6e6; }

.infoTable {
  padding-top: 30px; }
  .infoTable table {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    font-size: 15px;
    table-layout: fixed; }
    .infoTable table thead th {
      background: #002a60;
      font-size: 20px;
      line-height: 50px;
      color: #fff;
      font-weight: bold; }
    .infoTable table tbody th {
      vertical-align: middle;
      line-height: 1;
      text-align: center;
      background: #fff;
      border-top: #fff solid 2px;
      border-right: #fff solid 2px;
      line-height: 58px;
      font-size: 16px;
      background: #e6e6e6;
      font-weight: bold; }
    .infoTable table tbody td {
      vertical-align: middle;
      line-height: 1;
      text-align: center;
      background: #fff;
      border-top: #fff solid 2px;
      border-right: #fff solid 2px;
      line-height: 58px;
      font-size: 16px;
      background: #f4f4f4;
      font-weight: bold; }
      .infoTable table tbody td input[type="text"], .infoTable table tbody td input[type="email"] {
        font-size: 15px;
        padding: 10px;
        width: 310px;
        box-sizing: border-box;
        text-align: center; }
      .infoTable table tbody td a {
        font-weight: normal; }

.flex {
  display: flex;
  justify-content: space-between;
  padding-top: 25px !important; }
  .flex .leftBox {
    padding-right: 12.5px; }
  .flex .rightBox {
    padding-left: 12.5px; }
  .flex h2 {
    color: #222;
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 20px; }

.detailTable table {
  width: 100%;
  table-layout: fixed;
  border-top: #a8aeb5 solid 1px;
  border-bottom: #a8aeb5 solid 1px;
  font-size: 16px; }
  .detailTable table th {
    background: #002a60;
    color: #fff;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    border-bottom: #a8aeb5 solid 1px;
    box-sizing: border-box;
    font-weight: bold; }
  .detailTable table th[rowspan="3"] {
    border-right: #a8aeb5 solid 1px; }
  .detailTable table th[rowspan="2"] {
    border-right: #a8aeb5 solid 1px; }
  .detailTable table th.gray {
    background: #f4f4f4;
    color: #222;
    border-right: #a8aeb5 solid 1px; }
  .detailTable table td {
    padding: 10px;
    border-bottom: #a8aeb5 solid 1px;
    border-right: #a8aeb5 solid 1px;
    box-sizing: border-box;
    color: #222;
    font-weight: bold;
    background: #f4f4f4;
    text-align: center; }
    .detailTable table td p {
      text-align: left; }
  .detailTable table td:last-child {
    text-align: right;
    border-right: #a8aeb5 solid 1px; }
  .detailTable table tr:last-child th {
    border-bottom: 0; }

.newsDetail {
  padding: 25px; }
  .newsDetail p {
    padding-bottom: 2em;
    line-height: 2; }
    .newsDetail p img {
      display: block;
      margin: 0 auto;
      max-width: 100%;
      height: auto; }
  .newsDetail p:last-child {
    padding-bottom: 0; }
  .newsDetail em {
    display: block;
    font-weight: bold;
    color: #005ca2;
    font-size: 16px;
    padding-bottom: 1em; }

.loginBox {
  padding-top: 50px;
  text-align: center; }
  .loginBox p {
    text-align: center;
    padding-bottom: 30px;
    line-height: 2;
    font-size: 1.6rem;
    font-weight: 600;
    font-weight: bold; }
  .loginBox p + a {
    display: inline-block;
    margin-bottom: 30px;
    text-decoration: underline;
    color: #005ca2; }
  .loginBox #msg {
    display: block; }
  .loginBox > p:last-child {
    padding-bottom: 0; }
  .loginBox ul li {
    padding-bottom: 20px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .loginBox ul li .labelTxt {
      flex-shrink: 0;
      width: 160px;
      color: #005ca2;
      font-size: 16px;
      line-height: 40px;
      font-weight: 600;
      text-align: left; }
      .loginBox ul li .labelTxt.br {
        line-height: 1.5; }
    .loginBox ul li label {
      position: relative;
      display: inline-block; }
      .loginBox ul li label input[type=text],
      .loginBox ul li label input[type=tel],
      .loginBox ul li label input[type=password],
      .loginBox ul li label input[type=email] {
        padding: 0px 10px;
        height: 40px;
        margin: 0;
        font-size: 14px;
        width: 420px;
        box-sizing: border-box;
        background: #f2f2f2;
        border: #ffa078 solid 1px;
        border-radius: 0px; }
        .loginBox ul li label input[type=text]::placeholder,
        .loginBox ul li label input[type=tel]::placeholder,
        .loginBox ul li label input[type=password]::placeholder,
        .loginBox ul li label input[type=email]::placeholder {
          color: #5dc2d0;
          font-size: 14px; }
      .loginBox ul li label input[readonly="readonly"] {
        background: #5dc2d0;
        color: #fff;
        border-color: #5dc2d0; }
    .loginBox ul li .input_flex {
      max-width: 100%;
      width: 420px;
      margin: 0;
      display: flex;
      justify-content: space-between;
      align-items: center;
      position: relative; }
      .loginBox ul li .input_flex input[type=text],
      .loginBox ul li .input_flex input[type=tel],
      .loginBox ul li .input_flex input[type=password],
      .loginBox ul li .input_flex input[type=email] {
        padding: 0px 10px;
        height: 40px;
        margin: 0;
        font-size: 16px;
        width: 420px;
        box-sizing: border-box;
        background: #f2f2f2;
        border: #ffa078 solid 1px;
        border-radius: 0px;
        -webkit-appearance: none;
        -webkit-border-radius: 0; }
        .loginBox ul li .input_flex input[type=text]::placeholder,
        .loginBox ul li .input_flex input[type=tel]::placeholder,
        .loginBox ul li .input_flex input[type=password]::placeholder,
        .loginBox ul li .input_flex input[type=email]::placeholder {
          color: #5dc2d0;
          font-size: 16px; }
      .loginBox ul li .input_flex input[readonly="readonly"] {
        background: #5dc2d0;
        color: #fff;
        border-color: #5dc2d0; }
      .loginBox ul li .input_flex input[type=text],
      .loginBox ul li .input_flex input[type=tel] {
        width: calc((100% - 60px)/4);
        flex-shrink: inherit; }
      .loginBox ul li .input_flex span {
        width: 20px; }
    .loginBox ul li .orange_text {
      display: block;
      font-weight: bold;
      color: #ffa078;
      padding: 20px 0; }
  .loginBox ul .input_note {
    margin-top: -20px;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none; }
    .loginBox ul .input_note p {
      text-align: left;
      font-weight: normal;
      font-size: 16px;
      padding-bottom: 0;
      color: #000;
      line-height: 1.5; }
    .loginBox ul .input_note .labelTxt {
      line-height: 1;
      color: #000; }
    .loginBox ul .input_note em {
      width: calc((100% - 60px)/4);
      text-align: center;
      font-size: 16px;
      color: #000; }
    .loginBox ul .input_note em + em {
      margin-left: 20px; }
  @media screen and (max-width: 740px) {
    .loginBox ul .input_note {
      margin-top: -10px;
      display: flex;
      justify-content: flex-start;
      line-height: 1; }
      .loginBox ul .input_note .labelTxt {
        display: none; }
      .loginBox ul .input_note p {
        font-size: 11px;
        padding: 0; }
      .loginBox ul .input_note em {
        width: calc((100% - 54px)/4);
        font-size: 10px;
        font-feature-settings: "palt";
        text-align: center; }
        .loginBox ul .input_note em i {
          display: inline-block !important; }
      .loginBox ul .input_note em + em {
        margin-left: 18px; } }
  .loginBox ol {
    text-align: center;
    display: block;
    padding-top: 20px; }
    .loginBox ol li {
      display: inline-block; }
      .loginBox ol li a {
        text-decoration: underline;
        color: #005ca2;
        font-weight: 600; }
        .loginBox ol li a:hover {
          color: #005ca2;
          text-decoration: none; }
    .loginBox ol li:after {
      content: "/";
      margin: 0 10px;
      display: inline-block; }
    .loginBox ol li:last-child:after {
      content: none; }
  .loginBox .omission {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto 30px; }
  .loginBox .submit {
    display: block;
    width: 320px;
    height: 60px;
    margin: 10px auto 0;
    position: relative; }
    .loginBox .submit input {
      width: 320px;
      height: 60px;
      border: 0;
      background: #ffa078;
      color: #fff;
      font-size: 16px;
      font-weight: bold;
      cursor: pointer;
      transition: all 0.5s ease;
      backface-visibility: hidden;
      border-radius: 0; }
      .loginBox .submit input[disabled=disabled] {
        background: gainsboro; }
    .loginBox .submit input:hover {
      opacity: 0.8; }
  .loginBox .submit:after {
    content: "\e900";
    font-family: icomoon;
    position: absolute;
    font-size: 10px;
    right: 25px;
    top: 0;
    line-height: 60px;
    color: #fff;
    pointer-events: none; }
  .loginBox .submit + .officeList {
    padding-top: 30px; }
  .loginBox .officeList {
    text-align: center; }
    .loginBox .officeList p {
      padding-bottom: 10px; }
    .loginBox .officeList a {
      text-decoration: underline;
      margin-bottom: 0;
      font-weight: bold; }
      .loginBox .officeList a:hover {
        color: #005ca2; }

.checkbox {
  padding-left: 30px; }
  .checkbox input[type=checkbox] {
    display: none; }
  .checkbox input[type="checkbox"]:checked ~ span:after {
    opacity: 1; }
  .checkbox span {
    position: relative;
    line-height: 22px;
    display: inline-block;
    font-weight: 600;
    text-align: left; }
    .checkbox span:before {
      content: "";
      display: block;
      width: 22px;
      height: 22px;
      border: #005ca2 solid 2px;
      box-sizing: border-box;
      background: #fff;
      position: absolute;
      left: -30px;
      top: 0px; }
    .checkbox span:after {
      content: "\e90a";
      font-family: icomoon;
      position: absolute;
      left: -25px;
      top: 0px;
      color: #ffa078;
      font-size: 1.3rem;
      transition: all 0.2s ease;
      backface-visibility: hidden;
      opacity: 0; }

.detail .inner {
  padding: 30px; }
  .detail .inner .customerNum {
    padding-bottom: 30px;
    text-align: right;
    font-size: 16px; }
  .detail .inner .printBox {
    padding: 30px;
    border: #005ca2 solid 1px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .detail .inner .printBox .input {
      padding-right: 100px;
      border-right: #005ca2 solid 1px; }
      .detail .inner .printBox .input em {
        font-size: 16px;
        font-weight: bold; }
      .detail .inner .printBox .input .inputBox {
        padding-top: 20px; }
        .detail .inner .printBox .input .inputBox input {
          width: 310px;
          height: 40px;
          border-radius: 4px;
          background: #fafafa;
          border: #ffa078 solid 1px;
          box-sizing: border-box;
          font-size: 14px;
          padding: 0 10px;
          margin: 0 10px; }
    .detail .inner .printBox .submitBox {
      padding-right: 50px; }
      .detail .inner .printBox .submitBox .submit {
        position: relative;
        display: inline-block; }
        .detail .inner .printBox .submitBox .submit:after {
          content: "\e900";
          font-family: icomoon;
          position: absolute;
          right: 15px;
          top: 0;
          font-size: 10px;
          line-height: 40px;
          color: #fff;
          pointer-events: none; }
        .detail .inner .printBox .submitBox .submit input[type="submit"] {
          width: 170px;
          height: 40px;
          border-radius: 0;
          background: #ffa078;
          border: 0;
          color: #fff;
          font-size: 15px;
          font-weight: bold; }
  .detail .inner .data {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 50px 0; }
    .detail .inner .data .txt {
      font-size: 14px;
      line-height: 2; }
    .detail .inner .data .group {
      width: 360px;
      font-size: 12px;
      font-weight: bold; }
      .detail .inner .data .group .logo {
        font-size: 18px;
        font-weight: bold; }
      .detail .inner .data .group address {
        padding: 5px 0 10px; }
      .detail .inner .data .group ul li {
        display: flex;
        justify-content: flex-start;
        align-items: center; }
        .detail .inner .data .group ul li span {
          width: 70px;
          flex-shrink: 0; }
  .detail .inner .detailData dl {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    border-bottom: #fff solid 1px; }
    .detail .inner .detailData dl dt {
      background: #005ca2;
      color: #fff;
      font-size: 20px;
      font-weight: bold;
      vertical-align: middle;
      text-align: center;
      width: 300px;
      line-height: 70px; }
    .detail .inner .detailData dl dd {
      width: calc(100% - 300px);
      background: #f2f2f2;
      font-size: 20px;
      font-weight: bold;
      text-align: center;
      line-height: 70px; }
  .detail .inner .detailData table {
    width: 100%; }
    .detail .inner .detailData table caption {
      background: #5dc2d0;
      width: 100%;
      line-height: 40px;
      font-weight: bold;
      color: #fff;
      font-size: 18px; }
    .detail .inner .detailData table th {
      background: #5dc2d0;
      color: #fff;
      font-size: 16px;
      text-align: center;
      vertical-align: middle;
      border-top: #fff solid 2px;
      border-right: #fff solid 2px;
      letter-spacing: -0.06em; }
    .detail .inner .detailData table td {
      background: #f2f2f2;
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      vertical-align: middle;
      border-top: #fff solid 2px; }
      .detail .inner .detailData table td em {
        display: none; }
  .detail .inner .detailData.type01 th {
    width: 300px;
    line-height: 48px; }
  .detail .inner .detailData.type02 th, .detail .inner .detailData.type03 th {
    vertical-align: middle;
    height: 60px; }
  .detail .inner .detailData.type02 tbody td, .detail .inner .detailData.type03 tbody td {
    font-size: 13px;
    font-weight: normal;
    border-right: #fff solid 2px;
    vertical-align: middle;
    padding: 20px 0; }
  .detail .inner .detailData.type02 tbody td:nth-child(3), .detail .inner .detailData.type03 tbody td:nth-child(3) {
    text-align: left;
    padding: 20px; }
  .detail .inner .detailData.type02 tbody td:last-child, .detail .inner .detailData.type03 tbody td:last-child {
    border-right: 0; }
  .detail .inner .detailData.type03 tbody td {
    font-size: 14px; }
  .detail .inner .detailData.type03 tbody td:nth-child(3) {
    text-align: left;
    padding: 20px; }
  .detail .inner .detailData + .detailData {
    margin-top: 70px; }
  .detail .inner .field {
    border: #005ca2 solid 1px;
    padding: 20px;
    margin-top: 40px;
    font-size: 14px;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    .detail .inner .field em {
      font-weight: bold;
      display: block;
      flex-shrink: 0;
      margin-right: 10px; }
  .detail .inner .field + .field {
    margin-top: 20px; }

.gus.detail .field {
  margin-top: 0; }
  .gus.detail .field em {
    font-size: 18px; }
  .gus.detail .field .flex {
    display: flex;
    justify-content: space-between;
    padding-top: 0 !important; }
    .gus.detail .field .flex .item {
      font-size: 16px;
      width: calc(50% - 10px); }

.gus.detail .btn {
  margin: 50px auto 20px;
  display: block; }

.electric.detail .inner .detailData {
  margin-top: 2px; }
  .electric.detail .inner .detailData dt {
    background: #317525; }

.electric.detail .inner .type01.space {
  margin-top: 80px; }

.electric.detail .inner .type01 table th {
  width: 210px; }

.electric.detail .inner .type01 table td {
  padding: 0 10px;
  vertical-align: middle;
  text-align: right; }

.electric.detail .inner .type03 td {
  padding: 0 10px;
  word-break: break-all; }

#wrap.news {
  background: none; }
  #wrap.news section .inner {
    padding: 0; }
    #wrap.news section .inner table {
      width: 100%; }
      #wrap.news section .inner table th {
        background: #5dc2d0;
        color: #fff;
        width: 200px;
        border-bottom: #fff solid 2px;
        border-right: #fff solid 2px;
        height: 62px;
        text-align: center;
        vertical-align: middle; }
      #wrap.news section .inner table td {
        background: #f5f5f5;
        border-bottom: #fff solid 2px;
        height: 62px;
        font-weight: 600;
        padding-left: 20px;
        text-align: left;
        vertical-align: middle; }
    #wrap.news section .inner .newsdetail .time {
      width: 100%;
      line-height: 50px;
      text-align: right;
      background: #f4f4f4;
      box-sizing: border-box;
      padding-right: 10px; }
    #wrap.news section .inner .newsdetail h2 {
      text-align: center;
      font-size: 16px;
      padding: 40px 0; }
    #wrap.news section .inner .newsdetail p {
      font-size: 14px;
      padding-bottom: 2em;
      line-height: 2;
      font-weight: 500; }
    #wrap.news section .inner .newsdetail .dowmload {
      padding-top: 40px; }
      #wrap.news section .inner .newsdetail .dowmload .pdf {
        display: inline-block;
        width: 24px;
        height: 24px;
        background: url(../img/pdf.png) no-repeat 0 0;
        background-size: 24px 24px;
        position: relative;
        top: 5px;
        margin-right: 10px; }
      #wrap.news section .inner .newsdetail .dowmload a {
        text-decoration: underline;
        font-size: 14px;
        line-height: 24px; }

#wrap.mypage .sectionBox h1 {
  background: #005ca2; }

#wrap.mypage .sectionBox .inner {
  padding: 30px; }
  #wrap.mypage .sectionBox .inner .mypageTable {
    width: 100%; }
    #wrap.mypage .sectionBox .inner .mypageTable th {
      width: 280px;
      height: 60px;
      background: #5dc2d0;
      color: #fff;
      border-right: #fff solid 2px;
      border-bottom: #fff solid 2px;
      vertical-align: middle;
      font-size: 16px; }
    #wrap.mypage .sectionBox .inner .mypageTable td {
      background: #f5f5f5;
      border-bottom: #fff solid 2px;
      font-size: 16px;
      text-align: center;
      vertical-align: middle;
      font-weight: bold;
      padding: 10px; }
      #wrap.mypage .sectionBox .inner .mypageTable td input[type="text"], #wrap.mypage .sectionBox .inner .mypageTable td input[type="email"] {
        font-size: 16px;
        padding: 10px;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        color: #005ca2;
        font-weight: bold;
        border: #ffa078 solid 1px;
        border-radius: 0px; }
      #wrap.mypage .sectionBox .inner .mypageTable td small {
        display: block;
        font-size: 12px;
        color: #5dc2d0;
        padding-top: 5px; }
      #wrap.mypage .sectionBox .inner .mypageTable td label input {
        margin-right: 10px; }
      #wrap.mypage .sectionBox .inner .mypageTable td label + label {
        margin-left: 20px; }
      #wrap.mypage .sectionBox .inner .mypageTable td .credit span {
        padding-right: 1em;
        display: inline-block; }
      #wrap.mypage .sectionBox .inner .mypageTable td .credit a.btn {
        width: 190px; }
  #wrap.mypage .sectionBox .inner .btnBox .submit:after {
    line-height: 60px; }
  #wrap.mypage .sectionBox .inner .btnBox .submit a,
  #wrap.mypage .sectionBox .inner .btnBox .submit input[type="submit"] {
    width: 320px;
    height: 60px;
    font-size: 18px;
    line-height: 60px;
    background: #ffa078;
    border-radius: 0; }

.priceSubTable {
  width: 50%;
  margin-top: 30px; }
  .priceSubTable th {
    width: 50%;
    background: #005ca2;
    color: #fff;
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
    line-height: 60px;
    border-bottom: #fff solid 1px; }
  .priceSubTable td {
    background: #f2f2f2;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
    border-bottom: #fff solid 1px; }

.pages {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px; }
  .pages a {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 3px;
    text-align: center;
    line-height: 36px;
    color: #005ca2;
    font-size: 1.1rem;
    box-sizing: border-box;
    border: #005ca2 solid 1px; }
    .pages a.current, .pages a:hover {
      background: #005ca2;
      color: #fff; }
  .pages a + a {
    margin-left: 20px; }

@media screen and (max-width: 736px) {
  .sp {
    display: block !important; }
  body {
    width: 100%;
    min-width: 320px;
    height: 100%;
    font-family: sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.5;
    -webkit-text-size-adjust: none;
    position: relative; }
  a {
    text-decoration: none; }
  img {
    max-width: 100%;
    height: auto;
    vertical-align: top; }
  .pc {
    display: none !important; }
  #spmenu {
    position: fixed;
    right: -90%;
    top: 0px;
    opacity: 0;
    width: 90%;
    background: #fff;
    transition: all 0.5s ease;
    backface-visibility: hidden;
    z-index: 100; }
    #spmenu #closeBtn {
      cursor: pointer;
      width: 100%;
      height: 45px;
      position: relative; }
      #spmenu #closeBtn span {
        width: 20px;
        height: 2px;
        background: #005ca2;
        position: absolute;
        top: 22px;
        right: 10px;
        transform: rotate(45deg); }
      #spmenu #closeBtn span + span {
        transform: rotate(-45deg); }
    #spmenu .loginlink li a, #spmenu .otherLink li a {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      height: 60px;
      padding: 10px;
      box-sizing: border-box;
      color: #005ca2;
      background: #fff;
      font-size: 15px;
      font-weight: 600;
      border-top: #005ca2 solid 1px;
      box-sizing: border-box; }
      #spmenu .loginlink li a span, #spmenu .otherLink li a span {
        width: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 5px; }
        #spmenu .loginlink li a span img, #spmenu .otherLink li a span img {
          transform: scale(0.82); }
    #spmenu .otherLink li a {
      font-size: 13px;
      font-weight: 600;
      height: 50px;
      line-height: 50px;
      text-indent: 10px; }
    #spmenu .logout {
      border-top: #005ca2 solid 1px;
      display: block;
      line-height: 45px;
      height: 45px;
      font-size: 1.3rem;
      font-weight: 600;
      text-align: center;
      background: #f5f5f5; }
    #spmenu .sublogo {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 40px; }
      #spmenu .sublogo small {
        font-size: 10px;
        transform: scale(0.6);
        white-space: nowrap; }
      #spmenu .sublogo span img {
        min-height: 8px;
        max-height: 14px;
        width: auto;
        vertical-align: middle;
        position: relative;
        top: -2px; }
      #spmenu .sublogo span + span {
        padding-left: 5px; }
        #spmenu .sublogo span + span img {
          min-height: 10px;
          max-height: 14px;
          width: auto; }
  header {
    width: 100%;
    height: 45px;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3); }
    header .headerContent {
      width: calc(100% - 45px);
      height: 45px;
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      header .headerContent .logo {
        width: auto; }
        header .headerContent .logo img {
          width: auto;
          height: 50px;
          max-width: none; }
      header .headerContent .inner .sublogo {
        display: flex;
        justify-content: flex-start;
        align-items: center; }
        header .headerContent .inner .sublogo small {
          font-size: 10px;
          transform: scale(0.6);
          white-space: nowrap; }
        header .headerContent .inner .sublogo span img {
          min-height: 8px;
          max-height: 14px;
          width: auto;
          vertical-align: middle;
          position: relative;
          top: -2px; }
        header .headerContent .inner .sublogo span + span {
          padding-left: 5px; }
          header .headerContent .inner .sublogo span + span img {
            min-height: 10px;
            max-height: 14px;
            width: auto; }
      header .headerContent .inner .h-nav, header .headerContent .inner nav {
        display: none; }
    header #slidemenuCover {
      position: absolute;
      right: 0;
      top: 0;
      width: 45px;
      height: 45px; }
      header #slidemenuCover a {
        display: block;
        width: 45px;
        height: 45px; }
        header #slidemenuCover a span {
          position: absolute;
          display: inline-block;
          width: 21px;
          height: 2px;
          transition: all 0.3s ease;
          backface-visibility: hidden;
          background: #005ca2; }
          header #slidemenuCover a span:nth-child(1) {
            right: 12px;
            top: 15px; }
          header #slidemenuCover a span:nth-child(2) {
            right: 12px;
            top: 21px; }
          header #slidemenuCover a span:nth-child(3) {
            right: 12px;
            top: 27px; }
  .slide-open #spmenu {
    z-index: 100;
    right: 0;
    opacity: 1; }
  .slide-open #modalbg {
    z-index: 10;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8); }
  .mainTitle {
    padding: 0;
    box-sizing: border-box; }
    .mainTitle .swiper-container {
      padding-bottom: 0px; }
      .mainTitle .swiper-container img {
        width: 100% !important;
        height: auto !important; }
  .banner-container {
    width: 100%; }
    .banner-container li a {
      display: block; }
      .banner-container li a img {
        width: 100%;
        height: auto; }
    .banner-container li + li {
      padding-top: 10px; }
  .gus .graphTab, .electric .graphTab {
    width: 100%; }
    .gus .graphTab ul, .electric .graphTab ul {
      display: flex;
      justify-content: flex-start;
      align-items: baseline; }
      .gus .graphTab ul li, .electric .graphTab ul li {
        display: flex;
        width: 42%;
        padding: 0;
        justify-content: center;
        align-items: center;
        border-radius: 5px 5px 0 0;
        font-size: 15px;
        font-weight: bold;
        line-height: 35px;
        cursor: pointer;
        box-shadow: none !important;
        vertical-align: top; }
        .gus .graphTab ul li i, .electric .graphTab ul li i {
          margin-right: 10px;
          font-size: 12px; }
      .gus .graphTab ul li + li, .electric .graphTab ul li + li {
        margin-left: 5px; }
  .gus .gusgraph.wide .inner, .electric .gusgraph.wide .inner {
    padding: 10px !important; }
    .gus .gusgraph.wide .inner .scrollArea, .electric .gusgraph.wide .inner .scrollArea {
      height: auto; }
  .articleHeader {
    width: 100%;
    padding: 20px 10px;
    box-sizing: border-box;
    margin: 0;
    /*
            .Breadcrumb{
                position: absolute;
                right: 10px;
                top: 7px;
                
                li{
                    float: left;
                    padding-left: 10px;
                    font-size: 8px;
                    
                    a{
                        display: block;
                        position: relative;
                        padding-right: 10px;
                       
                    }
                    a:before{
                       content: "/";
                       position: absolute;
                       right: 0px;
                       top: 0;
                        
                    }

                }
                li:first-child{
                    padding-right: 0;
                }

            }
*/ }
    .articleHeader h1 {
      font-size: 20px;
      font-weight: bold;
      line-height: 1; }
    .articleHeader .name {
      font-size: 1.4rem;
      font-weight: bold;
      padding-top: 15px; }
  .login article,
  article {
    width: 100%;
    padding: 10px;
    box-sizing: border-box; }
    .login article .sectionBox,
    article .sectionBox {
      width: 100%; }
  section {
    width: 100%;
    overflow: hidden;
    padding-bottom: 0px; }
    section .inner {
      padding: 0 20px 20px; }
    section h1 {
      padding: 10px 10px;
      text-indent: 0;
      font-size: 15px;
      line-height: 1.5;
      width: auto;
      overflow: hidden; }
      section h1 time {
        float: right;
        font-size: 12px; }
  .login .sectionBox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 10px; }
    .login .sectionBox .leftBox {
      width: 100%;
      order: 2; }
    .login .sectionBox .costBox {
      order: 2;
      box-sizing: border-box; }
    .login .sectionBox .gusgraph {
      order: 1; }
  .graphBox {
    width: 100%;
    box-sizing: border-box; }
    .graphBox .inner {
      padding: 20px; }
  .canvasInfo {
    width: 100%;
    overflow: hidden;
    padding-bottom: 20px; }
    .canvasInfo time {
      display: block;
      font-size: 10px;
      padding: 10px;
      text-align: right; }
    .canvasInfo p {
      float: right;
      margin-right: 10px;
      line-height: 10px;
      font-size: 10px;
      display: inline-block; }
      .canvasInfo p span {
        display: inline-block;
        width: 10px;
        height: 10px;
        float: left;
        margin-right: 5px; }
  .gold_member {
    display: block;
    margin: 15px 0; }
    .gold_member img {
      width: 100%;
      height: auto; }
  .costBox {
    width: 100%; }
    .costBox dl dt {
      padding: 13px 20px;
      line-height: 1;
      display: flex;
      justify-content: space-between; }
      .costBox dl dt em {
        display: block;
        font-size: 20px;
        font-weight: bold; }
        .costBox dl dt em time {
          display: block;
          font-size: 10px;
          font-weight: bold;
          padding-top: 10px; }
      .costBox dl dt span {
        text-align: right;
        font-size: 20px;
        line-height: 1; }
        .costBox dl dt span small {
          font-size: 14px; }
    .costBox dl dd.breakdown {
      text-align: center;
      padding-bottom: 0px; }
      .costBox dl dd.breakdown em {
        display: block;
        font-weight: bold;
        line-height: 30px;
        padding-left: 20px;
        text-align: left; }
      .costBox dl dd.breakdown ul {
        width: 100%;
        padding: 15px 20px;
        box-sizing: border-box; }
        .costBox dl dd.breakdown ul li {
          border-bottom: #a9a9a9 dotted 1px;
          line-height: 40px;
          width: 100%;
          overflow: hidden;
          box-sizing: border-box; }
          .costBox dl dd.breakdown ul li span {
            float: left; }
          .costBox dl dd.breakdown ul li p {
            text-align: right;
            font-weight: bold;
            font-size: 16px; }
            .costBox dl dd.breakdown ul li p small {
              font-weight: normal;
              font-size: 14px;
              margin-left: 5px; }
        .costBox dl dd.breakdown ul li:last-child {
          border-bottom: 0; }
      .costBox dl dd.breakdown ul + .btn {
        margin-bottom: 0; }
    .costBox .lastMonth dd {
      padding-bottom: 0 !important; }
    .costBox .text {
      display: block;
      padding: 20px;
      font-weight: bold;
      font-size: 1.2rem;
      line-height: 1.5; }
  .leftBox .costBox + .costBox {
    margin-top: 10px; }
  a.btn {
    width: 170px;
    text-align: center;
    font-size: 14px;
    border-radius: 0px;
    margin: 0 auto;
    position: relative; }
    a.btn i {
      position: absolute;
      right: 15px;
      top: 0;
      line-height: 40px;
      font-size: 12px; }
  .info .inner {
    padding: 0; }
  .info .infoFlex {
    padding-bottom: 20px;
    display: block; }
    .info .infoFlex .infoList {
      padding: 15px 20px;
      width: 100% !important;
      box-sizing: border-box; }
      .info .infoFlex .infoList li {
        width: 100%;
        box-sizing: border-box;
        position: relative;
        border-bottom: #5dc2d0 solid 1px; }
        .info .infoFlex .infoList li a {
          display: block;
          padding: 10px 0;
          width: 100%;
          overflow: hidden; }
          .info .infoFlex .infoList li a time {
            display: block;
            font-weight: bold; }
          .info .infoFlex .infoList li a p {
            display: block;
            padding-left: 0; }
    .info .infoFlex .btnBox {
      margin: 0 auto;
      padding-bottom: 20px; }
  .info .infoBtn {
    text-align: center; }
  #wrap.news .infoFlex .infoList {
    width: 100%;
    box-sizing: border-box; }
  #wrap.news .infoFlex .infoBtn {
    display: none; }
  footer .bannerBox {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px 20px;
    box-sizing: border-box; }
    footer .bannerBox li {
      width: 50%;
      padding: 5px;
      box-sizing: border-box;
      overflow: hidden; }
      footer .bannerBox li img {
        width: 100%;
        height: auto; }
  footer .footerNav {
    display: none; }
  footer .footerContents {
    width: 100%;
    text-align: center; }
    footer .footerContents .inner {
      width: 100%;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      line-height: normal; }
      footer .footerContents .inner small {
        order: 2;
        font-size: 7px;
        line-height: 30px;
        display: block;
        width: 100%; }
      footer .footerContents .inner ul {
        order: 1;
        text-align: center;
        width: 100%;
        padding: 10px 0; }
        footer .footerContents .inner ul li {
          display: inline-block;
          line-height: 1.5; }
          footer .footerContents .inner ul li a {
            font-size: 10px; }
        footer .footerContents .inner ul li:before {
          content: "|";
          font-size: 10px;
          padding: 0 10px; }
        footer .footerContents .inner ul li:first-child:before {
          content: none; }
  .gus .scrollArea {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
  .price .scrollArea {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .price .scrollArea #myBar2Chart {
      width: 524px !important;
      height: 220px !important; }
  .list section .listTable.nobtn a {
    font-weight: bold;
    text-decoration: underline; }
  .gusTableBox {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    display: flex;
    justify-content: flex-start;
    padding: 20px 0 !important;
    -webkit-overflow-scrolling: touch; }
    .gusTableBox .gusTable table {
      width: 100%;
      overflow: hidden;
      border: #ebebeb solid 1px;
      box-sizing: border-box;
      font-size: 10px; }
      .gusTableBox .gusTable table thead th {
        border-left: #ebebeb solid 1px;
        border-bottom: #ebebeb solid 1px;
        padding: 5px;
        font-size: 10px;
        font-weight: normal; }
      .gusTableBox .gusTable table thead th:first-child {
        border-left: 0;
        white-space: nowrap;
        padding: 5px; }
      .gusTableBox .gusTable table tbody th {
        border-bottom: #ebebeb solid 1px;
        padding: 5px;
        font-weight: normal;
        font-size: 10px; }
      .gusTableBox .gusTable table tbody td {
        vertical-align: middle;
        line-height: 1;
        text-align: center;
        border-bottom: #ebebeb dotted 1px;
        border-left: #ebebeb solid 1px; }
  .listTable {
    padding: 10px; }
    .listTable table {
      width: 100%;
      overflow: hidden;
      box-sizing: border-box;
      font-size: 10px;
      table-layout: fixed; }
      .listTable table thead th {
        font-size: 10px;
        line-height: 20px;
        font-weight: bold; }
      .listTable table tbody td {
        vertical-align: middle;
        line-height: 1;
        text-align: center;
        border-top: #fff solid 1px;
        border-right: #fff solid 1px;
        line-height: 30px;
        font-size: 10px;
        font-weight: bold; }
        .listTable table tbody td a {
          font-weight: normal;
          width: 100px;
          height: 20px;
          line-height: 20px;
          border-radius: 10px;
          font-size: 9px; }
          .listTable table tbody td a i {
            font-size: 9px;
            right: 6px;
            line-height: 20px; }
  .flex h2 {
    font-weight: bold;
    font-size: 14px;
    padding: 10px 20px; }
  .detailTable table {
    width: 100%;
    table-layout: fixed;
    border-top: #a8aeb5 solid 1px;
    border-bottom: #a8aeb5 solid 1px;
    font-size: 10px; }
    .detailTable table th {
      padding: 6px;
      text-align: center;
      vertical-align: middle;
      border-bottom: #a8aeb5 solid 1px;
      box-sizing: border-box;
      font-weight: bold; }
    .detailTable table th[rowspan="3"] {
      border-right: #a8aeb5 solid 1px; }
    .detailTable table th[rowspan="2"] {
      border-right: #a8aeb5 solid 1px; }
    .detailTable table th.gray {
      border-right: #a8aeb5 solid 1px; }
    .detailTable table td {
      padding: 6px;
      border-bottom: #a8aeb5 solid 1px;
      border-right: #a8aeb5 solid 1px;
      box-sizing: border-box;
      font-weight: bold;
      text-align: center; }
      .detailTable table td p {
        text-align: left; }
    .detailTable table td:last-child {
      text-align: right;
      border-right: #a8aeb5 solid 1px; }
    .detailTable table tr:last-child th {
      border-bottom: 0; }
  .infoTable {
    padding-top: 20px; }
    .infoTable table {
      width: 100%;
      overflow: hidden;
      box-sizing: border-box;
      font-size: 10px;
      table-layout: fixed; }
      .infoTable table thead th {
        font-size: 10px;
        line-height: 30px;
        font-weight: bold; }
      .infoTable table tbody th {
        vertical-align: middle;
        line-height: 1;
        text-align: center;
        border-top: #fff solid 1px;
        border-right: #fff solid 1px;
        padding: 8px;
        font-size: 10px;
        font-weight: bold; }
      .infoTable table tbody td {
        vertical-align: middle;
        line-height: 1;
        text-align: center;
        border-top: #fff solid 1px;
        border-right: #fff solid 1px;
        line-height: 1.5;
        padding: 8px;
        font-size: 10px;
        font-weight: bold; }
        .infoTable table tbody td input[type="text"], .infoTable table tbody td input[type="email"] {
          font-size: 10px;
          padding: 2px;
          width: 100%;
          box-sizing: border-box;
          text-align: center;
          -webkit-appearance: none; }
        .infoTable table tbody td a {
          font-weight: normal;
          width: 80px;
          height: 20px;
          line-height: 20px;
          border-radius: 10px;
          font-size: 9px; }
          .infoTable table tbody td a i {
            font-size: 9px;
            right: 6px;
            line-height: 20px; }
  .newsDetail {
    padding: 20px; }
    .newsDetail p {
      padding-bottom: 1em;
      line-height: 2; }
      .newsDetail p img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
        height: auto; }
    .newsDetail p
p:last-child {
      padding-bottom: 0; }
    .newsDetail em {
      display: block;
      font-weight: bold;
      font-size: 14px;
      padding-bottom: 1em; }
  .btnBox {
    text-align: center;
    padding: 0px 0 20px; }
    .btnBox .submit {
      display: inline-block;
      position: relative; }
      .btnBox .submit input[type="submit"] {
        display: inline-block;
        width: 140px;
        height: 40px;
        line-height: 40px;
        border-radius: 0;
        font-size: 14px;
        font-weight: bold;
        position: relative;
        border: 0;
        cursor: pointer;
        -webkit-appearance: none; }
        .btnBox .submit input[type="submit"]:hover {
          opacity: 0.8; }
    .btnBox .submit:after {
      content: "\e900";
      font-family: icomoon;
      position: absolute;
      right: 20px;
      top: 0;
      line-height: 40px;
      font-size: 10px;
      pointer-events: none; }
  .loginBox {
    padding: 20px 0 0; }
    .loginBox p {
      text-align: left;
      padding: 0 0px 20px;
      font-size: 12px; }
    .loginBox p + a {
      display: block;
      text-align: center;
      font-size: 1.4rem;
      text-decoration: underline;
      margin-bottom: 30px; }
    .loginBox > p:last-child {
      padding-bottom: 0; }
    .loginBox ul li {
      display: block;
      padding-bottom: 20px;
      text-align: center; }
      .loginBox ul li .labelTxt {
        display: block;
        position: static;
        margin-left: 0;
        width: 100%;
        text-align: left;
        line-height: normal;
        padding-bottom: 5px; }
        .loginBox ul li .labelTxt br {
          display: none; }
      .loginBox ul li label {
        position: relative;
        display: block; }
        .loginBox ul li label input[type=text],
        .loginBox ul li label input[type=tel],
        .loginBox ul li label input[type=password],
        .loginBox ul li label input[type=email] {
          display: block;
          padding: 0px 10px;
          height: 40px;
          margin: 0;
          font-size: 16px;
          width: 100%;
          border: #cccccc solid 1px;
          border-radius: 0px;
          -webkit-appearance: none; }
      .loginBox ul li label.input_flex {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .loginBox ul li label.input_flex input {
          width: 20%;
          flex-shrink: inherit; }
      .loginBox ul li .orange_text {
        display: block;
        font-weight: bold;
        color: #ffa078;
        padding: 10px 0; }
    .loginBox ol {
      text-align: center;
      display: block;
      padding-top: 15px; }
      .loginBox ol li {
        display: block; }
        .loginBox ol li a {
          text-decoration: underline; }
      .loginBox ol li + li {
        padding-top: 5px; }
    .loginBox .omission {
      display: block;
      margin-bottom: 20px;
      text-align: center; }
    .loginBox .submit {
      max-width: 100%;
      display: block;
      height: 40px;
      margin: 0 auto;
      position: relative; }
      .loginBox .submit input {
        -webkit-appearance: none;
        -webkit-border-radius: 0;
        width: 100%;
        height: 40px;
        border: 0;
        font-size: 16px;
        font-weight: bold;
        cursor: pointer;
        transition: all 0.5s ease;
        backface-visibility: hidden;
        border-radius: 0; }
      .loginBox .submit input:hover {
        opacity: 0.8; }
    .loginBox .submit:after {
      content: "\e900";
      font-family: icomoon;
      position: absolute;
      font-size: 10px;
      right: 20px;
      top: 0;
      line-height: 40px;
      pointer-events: none; }
    .loginBox .officeList {
      text-align: center;
      padding-top: 10px; }
      .loginBox .officeList p {
        padding-bottom: 10px; }
      .loginBox .officeList a {
        text-decoration: underline; }
  .detail .inner {
    padding: 10px; }
    .detail .inner .customerNum {
      padding-bottom: 10px;
      text-align: right;
      font-size: 11px; }
    .detail .inner .printBox {
      padding: 20px;
      border: #005ca2 solid 1px; }
      .detail .inner .printBox .input {
        text-align: center; }
        .detail .inner .printBox .input em {
          font-size: 12px;
          font-weight: bold; }
        .detail .inner .printBox .input .inputBox {
          padding-top: 10px; }
          .detail .inner .printBox .input .inputBox input {
            width: 210px;
            height: 30px;
            border-radius: 2px;
            border: #cccccc solid 1px;
            box-sizing: border-box;
            font-size: 14px;
            padding: 0 10px;
            margin: 0 10px; }
      .detail .inner .printBox .submitBox {
        margin-top: 20px;
        text-align: center; }
        .detail .inner .printBox .submitBox input[type="submit"] {
          width: 270px;
          height: 40px;
          border-radius: 0;
          border: 0;
          font-size: 15px;
          font-weight: bold; }
    .detail .inner .data .txt {
      font-size: 11px;
      line-height: 2;
      padding: 20px 0; }
    .detail .inner .data .group {
      font-size: 11px;
      font-weight: bold;
      padding-bottom: 30px; }
      .detail .inner .data .group .logo {
        font-size: 12px;
        font-weight: bold; }
      .detail .inner .data .group address {
        padding: 5px 0 10px; }
      .detail .inner .data .group ul li {
        display: flex;
        justify-content: flex-start;
        align-items: center; }
        .detail .inner .data .group ul li span {
          width: 60px;
          flex-shrink: 0; }
    .detail .inner .detailData dl {
      display: flex;
      justify-content: flex-start;
      width: 100%;
      border-bottom: #fff solid 1px; }
      .detail .inner .detailData dl dt {
        font-size: 11px;
        font-weight: bold;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 130px; }
      .detail .inner .detailData dl dd {
        width: calc(100% - 130px);
        font-size: 11px;
        font-weight: bold;
        text-align: center;
        padding: 10px;
        box-sizing: border-box;
        word-break: break-all; }
    .detail .inner .detailData table {
      width: 100%; }
      .detail .inner .detailData table caption {
        width: 100%;
        line-height: 24px;
        font-weight: bold;
        font-size: 10px; }
      .detail .inner .detailData table th {
        font-size: 10px;
        text-align: center;
        border-top: #fff solid 2px;
        border-right: #fff solid 2px;
        letter-spacing: -0.06em; }
      .detail .inner .detailData table td {
        font-size: 10px;
        font-weight: bold;
        text-align: center;
        border-top: #fff solid 2px;
        word-break: break-all;
        font-weight: normal;
        vertical-align: middle; }
    .detail .inner .detailData.type01 th {
      line-height: 38px; }
    .detail .inner .detailData.type02 th, .detail .inner .detailData.type03 th {
      display: none; }
    .detail .inner .detailData.type02 tbody, .detail .inner .detailData.type03 tbody {
      font-size: 10px; }
      .detail .inner .detailData.type02 tbody tr, .detail .inner .detailData.type03 tbody tr {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        width: 100%;
        margin-bottom: 10px; }
        .detail .inner .detailData.type02 tbody tr td, .detail .inner .detailData.type03 tbody tr td {
          width: 50%;
          box-sizing: border-box;
          display: flex;
          justify-content: flex-start; }
          .detail .inner .detailData.type02 tbody tr td em, .detail .inner .detailData.type03 tbody tr td em {
            width: 75px;
            padding: 15px 0;
            text-align: center;
            display: flex;
            justify-content: center;
            align-items: center;
            font-weight: bold; }
          .detail .inner .detailData.type02 tbody tr td span, .detail .inner .detailData.type03 tbody tr td span {
            width: calc(100% - 75px);
            padding: 15px;
            box-sizing: border-box;
            text-align: left;
            display: flex;
            justify-content: flex-start;
            align-items: center; }
        .detail .inner .detailData.type02 tbody tr td:nth-child(3), .detail .inner .detailData.type03 tbody tr td:nth-child(3) {
          width: 100%; }
    .detail .inner .detailData.type03 tbody td:nth-child(4) {
      width: 100%; }
    .detail .inner .detailData + .detailData {
      margin-top: 30px; }
    .detail .inner .field {
      border: #005ca2 solid 1px;
      padding: 10px;
      margin-top: 0px;
      font-size: 12px; }
      .detail .inner .field em {
        font-weight: bold;
        display: block;
        padding-bottom: 5px; }
      .detail .inner .field p {
        word-break: break-all;
        font-weight: normal; }
      .detail .inner .field .bold {
        font-weight: bold; }
    .detail .inner .field + .field {
      margin-top: 10px; }
  .gus.detail .field {
    margin-top: 0; }
    .gus.detail .field em {
      font-size: 12px; }
    .gus.detail .field .flex {
      padding-top: 0 !important; }
      .gus.detail .field .flex .item {
        font-size: 11px; }
      .gus.detail .field .flex .item + .item {
        padding-top: 20px; }
  .gus.detail .btn {
    margin: 20px auto 20px;
    display: block;
    width: 270px; }
  .electric.detail .inner .detailData {
    margin-top: 2px; }
  .electric.detail .inner .type01.space {
    margin-top: 40px; }
  .electric.detail .inner .type01 table th {
    width: 78px; }
  .electric.detail .inner .type01 table td {
    padding: 0 10px;
    vertical-align: middle;
    text-align: right; }
  .electric.detail .inner .type03 tbody tr td:nth-child(1), .electric.detail .inner .type02 tbody tr td:nth-child(1) {
    width: 100%; }
  .electric.detail .inner .type03 tbody tr td:last-child, .electric.detail .inner .type02 tbody tr td:last-child {
    width: 50%; }
  #wrap.news section .inner {
    padding: 0; }
    #wrap.news section .inner table {
      width: 100%;
      font-size: 10px; }
      #wrap.news section .inner table th {
        width: 75px;
        border-bottom: #fff solid 2px;
        border-right: #fff solid 2px;
        height: 31px;
        text-align: center;
        vertical-align: middle; }
      #wrap.news section .inner table td {
        border-bottom: #fff solid 2px;
        padding: 10px;
        text-align: left;
        vertical-align: middle; }
    #wrap.news section .inner .newsdetail .time {
      width: 100%;
      line-height: 35px;
      text-align: right;
      box-sizing: border-box;
      padding-right: 10px; }
    #wrap.news section .inner .newsdetail h2 {
      text-align: center;
      font-size: 12px;
      padding: 20px 0; }
    #wrap.news section .inner .newsdetail p {
      font-size: 11px;
      padding-bottom: 1em;
      line-height: 1.5;
      font-weight: 500; }
    #wrap.news section .inner .newsdetail .dowmload {
      padding-top: 10px; }
      #wrap.news section .inner .newsdetail .dowmload .pdf {
        display: inline-block;
        width: 20px;
        height: 20px;
        background: url(../img/pdf.png) no-repeat 0 0;
        background-size: 20px 20px;
        position: relative;
        top: 6px;
        margin-right: 10px; }
      #wrap.news section .inner .newsdetail .dowmload a {
        text-decoration: underline;
        font-size: 11px;
        line-height: 24px; }
  #wrap.mypage .sectionBox .inner {
    padding: 10px; }
    #wrap.mypage .sectionBox .inner .mypageTable {
      width: 100%; }
      #wrap.mypage .sectionBox .inner .mypageTable th {
        width: 140px;
        height: 30px;
        border-right: #fff solid 2px;
        border-bottom: #fff solid 2px;
        vertical-align: middle;
        font-size: 12px; }
      #wrap.mypage .sectionBox .inner .mypageTable td {
        border-bottom: #fff solid 2px;
        font-size: 12px;
        text-align: center;
        vertical-align: middle;
        font-weight: bold;
        padding: 10px; }
        #wrap.mypage .sectionBox .inner .mypageTable td input[type="text"], #wrap.mypage .sectionBox .inner .mypageTable td input[type="email"] {
          font-size: 16px;
          padding: 10px;
          width: 100%;
          box-sizing: border-box;
          text-align: center;
          font-weight: bold; }
        #wrap.mypage .sectionBox .inner .mypageTable td small {
          display: block;
          font-size: 12px;
          padding-top: 5px; }
        #wrap.mypage .sectionBox .inner .mypageTable td label input {
          margin-right: 10px; }
        #wrap.mypage .sectionBox .inner .mypageTable td label + label {
          margin-left: 20px; }
        #wrap.mypage .sectionBox .inner .mypageTable td small {
          display: block;
          font-size: 10px; }
    #wrap.mypage .sectionBox .inner .mypageTable + .btnBox {
      margin-top: 30px; }
    #wrap.mypage .sectionBox .inner .btnBox .submit:after {
      line-height: 40px; }
    #wrap.mypage .sectionBox .inner .btnBox .submit a,
    #wrap.mypage .sectionBox .inner .btnBox .submit input[type="submit"] {
      width: 230px;
      height: 40px;
      font-size: 16px;
      line-height: 40px; }
  .priceSubTable {
    width: 100%;
    margin-top: 10px; }
    .priceSubTable th {
      width: 50%;
      font-size: 12px;
      text-align: center;
      vertical-align: middle;
      padding: 10px 0;
      border-bottom: #fff solid 1px; }
    .priceSubTable td {
      font-size: 12px;
      font-weight: bold;
      text-align: center;
      padding: 10px 0;
      border-bottom: #fff solid 1px; }
  .pages {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    border-top: #005ca2 solid 0.5px; }
    .pages a {
      display: inline-block;
      width: 32px;
      height: 32px;
      border-radius: 3px;
      text-align: center;
      line-height: 32px;
      font-size: 1.1rem;
      box-sizing: border-box;
      border: #005ca2 solid 1px; }
    .pages a + a {
      margin-left: 10px; } }

.point_box {
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2); }
  .point_box .point_box_inner {
    background: #F5F5F5;
    padding: 30px;
    display: flex;
    justify-content: flex-start; }
    .point_box .point_box_inner .name {
      width: 300px;
      border-right: #5dc2d0 solid 2px; }
      .point_box .point_box_inner .name p {
        font-weight: 600;
        font-size: 1.6rem;
        line-height: 1.6; }
        .point_box .point_box_inner .name p em {
          font-size: 2rem; }
    .point_box .point_box_inner .neko_point {
      width: calc(100% - 300px);
      padding-left: 40px;
      box-sizing: border-box; }
      .point_box .point_box_inner .neko_point ul li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 5px 0; }
        .point_box .point_box_inner .neko_point ul li em {
          font-size: 1.6rem;
          font-weight: 600; }
        .point_box .point_box_inner .neko_point ul li span {
          margin-left: auto;
          font-size: 1.6rem; }
        .point_box .point_box_inner .neko_point ul li small {
          font-size: 1.2rem; }
      .point_box .point_box_inner .neko_point ul .point {
        border-bottom: #5dc2d0 solid 2px;
        padding-bottom: 15px;
        margin-bottom: 10px; }
        .point_box .point_box_inner .neko_point ul .point em {
          font-size: 1.8rem; }
        .point_box .point_box_inner .neko_point ul .point span {
          font-size: 2rem; }

.note {
  text-align: right;
  font-weight: 600;
  padding-top: 20px; }

.point_item_inner {
  padding: 20px 20px; }
  .point_item_inner h2 {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #c8bea0;
    text-align: center;
    color: #fff;
    font-size: 2.4rem;
    position: relative; }
    .point_item_inner h2:before {
      content: "";
      position: absolute;
      left: calc(50% - 30px);
      top: 100%;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 30px 30px 0 30px;
      border-color: #c8bea0 transparent transparent transparent; }
    .point_item_inner h2.color2 {
      background: #a0a078; }
      .point_item_inner h2.color2:before {
        border-color: #a0a078 transparent transparent transparent; }
    .point_item_inner h2.color3 {
      background: #6e785a; }
      .point_item_inner h2.color3:before {
        border-color: #6e785a transparent transparent transparent; }
  .point_item_inner .item_box {
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .point_item_inner .item_box .item {
      width: calc((100% - 40px)/2);
      padding: 40px 20px;
      border: #C88C78 solid 2px;
      box-sizing: border-box;
      background: #fff; }
      .point_item_inner .item_box .item small {
        color: #5dc2d0;
        display: block;
        font-size: 1.4rem; }
      .point_item_inner .item_box .item h3 {
        font-size: 1.8rem;
        padding-bottom: 20px; }
      .point_item_inner .item_box .item .photo_box {
        display: flex;
        justify-content: flex-start;
        margin-bottom: 40px; }
        .point_item_inner .item_box .item .photo_box .text {
          padding-left: 20px;
          font-weight: 600; }
      .point_item_inner .item_box .item .btn {
        width: 100%;
        height: 60px;
        line-height: 60px;
        border-radius: 30px;
        font-size: 1.8rem; }
        .point_item_inner .item_box .item .btn i {
          line-height: 60px; }

.item_detail {
  display: flex;
  justify-content: flex-start;
  padding: 30px 20px; }
  .item_detail .item_Image {
    width: 362px; }
    .item_detail .item_Image #slider {
      width: 360px;
      height: 360px;
      overflow: hidden;
      border: #5dc2d0 solid 1px; }
      .item_detail .item_Image #slider img {
        max-width: 100%;
        height: auto; }
    .item_detail .item_Image #thumbnail-list {
      padding-top: 10px;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-wrap: wrap; }
      .item_detail .item_Image #thumbnail-list .thumbnail-item {
        width: 60px;
        height: 60px;
        border: #5dc2d0 solid 1px;
        box-sizing: border-box; }
        .item_detail .item_Image #thumbnail-list .thumbnail-item img {
          width: 100%;
          height: 100%; }
      .item_detail .item_Image #thumbnail-list .thumbnail-item + .thumbnail-item {
        margin-left: 10px; }
  .item_detail .item_text {
    padding-left: 30px; }
    .item_detail .item_text small {
      display: block;
      font-weight: 600;
      color: #5dc2d0; }
    .item_detail .item_text h2 {
      font-size: 2rem;
      margin-bottom: 1em; }
    .item_detail .item_text p {
      font-size: 1.6rem;
      margin-bottom: 2em; }
    .item_detail .item_text ul li {
      font-size: 1.7rem;
      font-weight: 600;
      padding-bottom: 10px; }

.item_detail_table {
  padding: 30px 20px; }
  .item_detail_table small.red {
    color: #FF0000;
    display: block;
    text-align: right; }
  .item_detail_table .item_detail_table_inner {
    background: #fff;
    border: #CCCCCC solid 1px;
    padding: 15px; }
    .item_detail_table .item_detail_table_inner .table01 {
      width: 100%; }
      .item_detail_table .item_detail_table_inner .table01 thead tr th {
        background: #5dc2d0;
        height: 50px;
        text-align: center;
        vertical-align: middle;
        color: #fff;
        border-right: #fff solid 1px; }
      .item_detail_table .item_detail_table_inner .table01 tbody tr td {
        background: #F5F5F5;
        padding: 15px 10px;
        box-sizing: border-box;
        text-align: center;
        font-size: 1.3rem;
        vertical-align: middle;
        border-right: #fff solid 1px; }
        .item_detail_table .item_detail_table_inner .table01 tbody tr td input {
          width: 50px;
          height: 30px;
          border: #5dc2d0 solid 1px;
          border-radius: 4px;
          box-sizing: border-box;
          margin: 0;
          font-size: 16px;
          padding: 0 5px;
          text-align: right;
          margin-right: 5px; }
        .item_detail_table .item_detail_table_inner .table01 tbody tr td a {
          width: 80px;
          height: 40px;
          border-radius: 20px;
          background: #ffa078;
          color: #fff;
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 1.2rem; }
          .item_detail_table .item_detail_table_inner .table01 tbody tr td a span {
            font-size: 2rem;
            font-weight: bold; }
      .item_detail_table .item_detail_table_inner .table01 tbody tr td:last-child {
        width: 100px; }
    .item_detail_table .item_detail_table_inner hr {
      margin: 0;
      padding: 0;
      border: 0;
      border-top: #5dc2d0 solid 2px;
      margin: 25px 0; }
    .item_detail_table .item_detail_table_inner .table02 {
      width: 100%;
      table-layout: fixed;
      margin-top: 15px; }
      .item_detail_table .item_detail_table_inner .table02 tbody tr th {
        background: #5dc2d0;
        height: 60px;
        padding: 0 10px;
        text-align: right;
        vertical-align: middle;
        color: #fff;
        border-right: #fff solid 1px;
        border-bottom: #fff solid 1px; }
      .item_detail_table .item_detail_table_inner .table02 tbody tr td {
        background: #F5F5F5;
        height: 60px;
        padding: 0 10px;
        text-align: center;
        vertical-align: middle;
        border-bottom: #fff solid 1px; }
        .item_detail_table .item_detail_table_inner .table02 tbody tr td input {
          width: 100%;
          height: 40px;
          border: #5dc2d0 solid 1px;
          border-radius: 4px;
          font-size: 16px;
          box-sizing: border-box;
          margin: 0;
          background: #F5F5F5;
          padding: 0 10px; }
    .item_detail_table .item_detail_table_inner #erm {
      margin-top: 15px;
      border: #FF0000 solid 1px;
      padding: 6px;
      border-radius: 4px;
      text-align: center;
      color: #FF0000; }
  .item_detail_table .attention {
    padding: 40px 0; }
  .item_detail_table .submit {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .item_detail_table .submit .back {
      width: 420px;
      height: 60px;
      border-radius: 30px;
      background: #666666;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative; }
      .item_detail_table .submit .back .icon-arrow {
        transform: rotate(180deg);
        color: #fff;
        position: absolute;
        left: 30px;
        top: 0;
        line-height: 60px; }
      .item_detail_table .submit .back span {
        font-size: 1.8rem;
        font-weight: 600;
        color: #fff; }
      .item_detail_table .submit .back:hover {
        opacity: 0.8; }
    .item_detail_table .submit button[type=submit] {
      border: 0;
      width: 490px;
      height: 60px;
      padding: 0;
      border-radius: 30px;
      background: #ffa078;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      transition: all 0.2s ease;
      backface-visibility: hidden; }
      .item_detail_table .submit button[type=submit] .icon-arrow {
        color: #fff;
        position: absolute;
        right: 30px;
        top: 0;
        line-height: 60px; }
      .item_detail_table .submit button[type=submit] span {
        font-size: 1.8rem;
        font-weight: 600;
        color: #fff; }
      .item_detail_table .submit button[type=submit]:hover {
        opacity: 0.8; }
    .item_detail_table .submit.center {
      justify-content: center;
      margin-top: 25px; }

@media screen and (max-width: 736px) {
  .articleHeader + .sectionBox {
    padding-top: 0; }
  .point_box .point_box_inner {
    padding: 0px;
    display: block;
    background: #fff; }
    .point_box .point_box_inner .name {
      width: 100%;
      border: 0;
      padding-bottom: 20px; }
      .point_box .point_box_inner .name p {
        font-size: 1.1rem; }
        .point_box .point_box_inner .name p em {
          font-size: 1.4rem; }
        .point_box .point_box_inner .name p br {
          display: none; }
    .point_box .point_box_inner .neko_point {
      width: 100%;
      padding-left: 0px;
      box-sizing: border-box; }
      .point_box .point_box_inner .neko_point ul {
        border-left: #5dc2d0 solid 1px; }
        .point_box .point_box_inner .neko_point ul li {
          display: flex;
          justify-content: space-between;
          align-items: center;
          padding: 5px 0 5px 20px; }
          .point_box .point_box_inner .neko_point ul li em {
            font-size: 1.1rem; }
          .point_box .point_box_inner .neko_point ul li span {
            font-size: 1.1rem;
            font-weight: 600; }
          .point_box .point_box_inner .neko_point ul li small {
            font-size: 1rem; }
        .point_box .point_box_inner .neko_point ul .point {
          border-bottom: #5dc2d0 solid 1px;
          padding-bottom: 10px;
          margin-bottom: 10px; }
          .point_box .point_box_inner .neko_point ul .point em {
            font-size: 1.3rem; }
          .point_box .point_box_inner .neko_point ul .point span {
            font-size: 1.3rem; }
  .point_item_inner {
    padding: 20px 10px; }
    .point_item_inner h2 {
      height: 40px;
      line-height: 40px;
      font-size: 1.6rem; }
      .point_item_inner h2:before {
        left: calc(50% - 15px);
        border-width: 15px 15px 0 15px; }
    .point_item_inner .item_box {
      padding-top: 0px;
      display: block; }
      .point_item_inner .item_box .item {
        margin-top: 20px;
        width: 100%;
        padding: 20px;
        border: #C88C78 solid 1px; }
        .point_item_inner .item_box .item small {
          color: #5dc2d0;
          display: block;
          font-size: 1.1rem; }
        .point_item_inner .item_box .item h3 {
          font-size: 1.5rem;
          padding-bottom: 20px; }
        .point_item_inner .item_box .item .photo_box {
          display: flex;
          justify-content: flex-start;
          margin-bottom: 20px; }
          .point_item_inner .item_box .item .photo_box figure {
            width: 120px; }
          .point_item_inner .item_box .item .photo_box .text {
            padding-left: 10px;
            font-weight: 600; }
        .point_item_inner .item_box .item .btn {
          height: 40px;
          line-height: 40px;
          border-radius: 20px;
          font-size: 1.4rem; }
          .point_item_inner .item_box .item .btn i {
            line-height: 40px; }
  .item_detail {
    padding: 20px 10px;
    display: block; }
    .item_detail .item_Image {
      width: 220px;
      margin: 0 auto; }
      .item_detail .item_Image #slider {
        width: 220px;
        height: auto; }
        .item_detail .item_Image #slider img {
          width: 100%;
          height: auto; }
      .item_detail .item_Image #thumbnail-list {
        padding-top: 5px; }
        .item_detail .item_Image #thumbnail-list .thumbnail-item {
          width: 40px;
          height: 40px; }
        .item_detail .item_Image #thumbnail-list .thumbnail-item + .thumbnail-item {
          margin-left: 5px; }
    .item_detail .item_text {
      padding-top: 20px;
      padding-left: 0px; }
      .item_detail .item_text small {
        display: block;
        font-weight: 600;
        color: #5dc2d0; }
      .item_detail .item_text h2 {
        font-size: 1.4rem; }
      .item_detail .item_text p {
        font-size: 1.2rem;
        margin-bottom: 2em; }
      .item_detail .item_text ul li {
        font-size: 1.3rem; }
  .item_detail_table {
    padding: 0px; }
    .item_detail_table small.red {
      color: #FF0000;
      display: block;
      text-align: left;
      padding-bottom: 5px; }
    .item_detail_table .item_detail_table_inner {
      background: #fff;
      border: 0;
      padding: 10px; }
      .item_detail_table .item_detail_table_inner .table01 {
        display: block;
        width: 100%; }
        .item_detail_table .item_detail_table_inner .table01 thead {
          display: none; }
        .item_detail_table .item_detail_table_inner .table01 tbody {
          display: block;
          width: 100%; }
          .item_detail_table .item_detail_table_inner .table01 tbody tr {
            display: block;
            width: 100%; }
            .item_detail_table .item_detail_table_inner .table01 tbody tr td {
              display: flex;
              justify-content: flex-start;
              align-items: center;
              text-align: left;
              padding: 0px;
              box-sizing: border-box;
              font-size: 1.2rem;
              border: 0;
              border-bottom: #fff solid 1px; }
              .item_detail_table .item_detail_table_inner .table01 tbody tr td:before {
                flex-shrink: 0;
                content: attr(data-label);
                display: flex;
                justify-content: flex-start;
                align-items: center;
                width: 73px;
                padding: 5px;
                box-sizing: border-box;
                height: 40px;
                background: #5dc2d0;
                color: #fff;
                font-weight: bold;
                text-align: left;
                vertical-align: middle;
                margin-right: 10px; }
              .item_detail_table .item_detail_table_inner .table01 tbody tr td input {
                width: 50px;
                height: 30px;
                border: #5dc2d0 solid 1px;
                border-radius: 4px;
                box-sizing: border-box;
                margin: 0;
                padding: 0 5px;
                text-align: right;
                margin-right: 5px; }
              .item_detail_table .item_detail_table_inner .table01 tbody tr td a {
                width: 60px;
                height: 20px;
                border-radius: 20px;
                background: #ffa078;
                color: #fff;
                font-size: 1rem; }
                .item_detail_table .item_detail_table_inner .table01 tbody tr td a span {
                  font-size: 1.2rem;
                  margin-right: 3px;
                  position: relative;
                  top: -1px; }
            .item_detail_table .item_detail_table_inner .table01 tbody tr td:last-child {
              width: 100%; }
      .item_detail_table .item_detail_table_inner hr {
        margin: 0;
        padding: 0;
        border: 0;
        border-top: #5dc2d0 solid 1px;
        margin: 15px 0; }
      .item_detail_table .item_detail_table_inner .table02 {
        width: 100%;
        display: block;
        margin-top: 15px; }
        .item_detail_table .item_detail_table_inner .table02 tbody {
          display: block;
          width: 100%; }
          .item_detail_table .item_detail_table_inner .table02 tbody tr {
            display: block;
            width: 100%; }
            .item_detail_table .item_detail_table_inner .table02 tbody tr th {
              display: block;
              width: 100%;
              background: #5dc2d0;
              height: 40px;
              padding: 0 10px;
              box-sizing: border-box;
              text-align: left;
              line-height: 40px;
              color: #fff;
              border: 0; }
            .item_detail_table .item_detail_table_inner .table02 tbody tr td {
              display: block;
              width: 100%;
              height: auto;
              padding: 10px;
              box-sizing: border-box;
              text-align: left;
              vertical-align: middle;
              border: 0; }
    .item_detail_table .attention {
      padding: 20px 0; }
    .item_detail_table .submit {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap; }
      .item_detail_table .submit .back {
        margin-top: 10px;
        order: 1;
        width: 100%;
        height: 40px;
        border-radius: 20px; }
        .item_detail_table .submit .back .icon-arrow {
          transform: rotate(180deg);
          color: #fff;
          position: absolute;
          left: 20px;
          top: 0;
          line-height: 40px; }
        .item_detail_table .submit .back span {
          font-size: 1.5rem; }
      .item_detail_table .submit button[type=submit] {
        width: 100%;
        height: 40px;
        border-radius: 20px; }
        .item_detail_table .submit button[type=submit] .icon-arrow {
          right: 20px;
          line-height: 40px; }
        .item_detail_table .submit button[type=submit] span {
          font-size: 1.5rem; } }

/******************************************************

　ご請求明細

******************************************************/
.text_link_right {
  text-align: right;
  padding-bottom: 10px; }
  .text_link_right a {
    text-decoration: underline;
    font-size: 12px; }

.price_box {
  display: flex;
  justify-content: flex-start;
  border-bottom: #fff solid 2px; }
  .price_box h3 {
    width: 36px;
    background: #005ca2;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-right: #fff solid 2px; }
    .price_box h3 span {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      padding: 5px 0;
      font-size: 18px;
      color: #fff;
      white-space: nowrap; }
  .price_box h3 + p {
    background: #f2f2f2;
    width: calc(100% - 38px);
    padding: 20px;
    box-sizing: border-box;
    font-size: 12px;
    font-weight: bold; }
  .price_box .table_box01 {
    width: calc(100% - 38px); }
    .price_box .table_box01 table {
      width: 100%; }
      .price_box .table_box01 table th {
        width: 5%;
        border-right: #fff solid 2px;
        background: #5dc2d0;
        vertical-align: middle; }
        .price_box .table_box01 table th span {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 100%;
          min-height: 270px;
          font-size: 14px;
          color: #fff; }
      .price_box .table_box01 table th + th {
        width: 45%;
        padding: 20px;
        box-sizing: border-box;
        text-align: left;
        color: #fff;
        vertical-align: top; }
      .price_box .table_box01 table th[colspan="2"] {
        width: 50%;
        padding: 20px;
        background: #5dc2d0;
        text-align: left;
        vertical-align: top;
        color: #fff;
        border-bottom: #fff solid 2px; }
      .price_box .table_box01 table th[colspan="3"] {
        width: 100%;
        padding: 20px;
        background: #5dc2d0;
        text-align: left;
        vertical-align: top;
        color: #fff;
        border-bottom: #fff solid 2px; }
      .price_box .table_box01 table td {
        width: 50%;
        padding: 20px;
        box-sizing: border-box;
        text-align: right;
        background: #f2f2f2;
        border-bottom: #fff solid 2px;
        font-size: 12px;
        font-weight: bold; }
        .price_box .table_box01 table td ul li {
          width: 100%;
          display: flex;
          justify-content: space-between;
          align-items: center;
          padding: 5px 0; }
  .price_box .table_box02 {
    width: calc(100% - 38px); }
    .price_box .table_box02 table {
      width: 100%;
      height: 100%;
      table-layout: fixed; }
      .price_box .table_box02 table thead th {
        background: #5dc2d0;
        color: #fff;
        height: 48px;
        font-size: 16px;
        border-right: #005ca2 solid 1px;
        vertical-align: middle; }
      .price_box .table_box02 table thead th:nth-child(1) {
        width: 120px; }
      .price_box .table_box02 table thead th:nth-child(2) {
        width: 400px; }
      .price_box .table_box02 table thead th:last-child {
        border-right: 0; }
      .price_box .table_box02 table tbody td {
        background: #f2f2f2;
        padding: 8px;
        font-size: 12px;
        font-weight: bold;
        border-right: #005ca2 solid 1px;
        text-align: right; }
      .price_box .table_box02 table tbody td:nth-child(1) {
        text-align: center; }
      .price_box .table_box02 table tbody td:nth-child(2) {
        text-align: left; }
      .price_box .table_box02 table tbody td:last-child {
        border-right: 0; }

.v_text {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  /* Safari */
  text-orientation: upright;
  letter-spacing: 2px;
  font-size: 18px;
  font-weight: bold;
  font-feature-settings: "pkna"; }

.btnBox .btn.wide {
  width: 370px;
  height: 60px;
  font-size: 18px; }
  .btnBox .btn.wide:before {
    content: "\e900";
    font-family: icomoon;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translate(0, -50%) rotate(180deg);
    font-size: 12px;
    pointer-events: none; }

.banner_box {
  margin-top: 40px; }

@media screen and (max-width: 736px) {
  .price_box {
    display: block;
    justify-content: flex-start;
    border-bottom: 0;
    margin-bottom: 10px; }
    .price_box h3 {
      width: 100%;
      background: #005ca2;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff;
      border-right: #fff solid 2px; }
      .price_box h3 span {
        display: block;
        text-align: center;
        font-size: 14px;
        min-height: inherit;
        padding: 10px; }
    .price_box h3 + p {
      width: 100%;
      padding: 10px;
      box-sizing: border-box;
      min-height: 120px; }
    .price_box .table_box01 {
      width: 100%; }
      .price_box .table_box01 table {
        width: 100%; }
        .price_box .table_box01 table th {
          width: 5%;
          border-right: #fff solid 1px;
          background: #5dc2d0;
          vertical-align: middle; }
          .price_box .table_box01 table th span {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            min-height: 170px;
            font-size: 11px;
            color: #fff; }
        .price_box .table_box01 table th + th {
          width: 35%;
          padding: 10px; }
        .price_box .table_box01 table th[colspan="2"] {
          width: 40%;
          padding: 10px;
          border-bottom: #fff solid 1px; }
        .price_box .table_box01 table th[colspan="3"] {
          width: 100%;
          padding: 10px;
          border-bottom: #fff solid 1px; }
        .price_box .table_box01 table td {
          width: 60%;
          padding: 10px;
          border-bottom: #fff solid 1px; }
          .price_box .table_box01 table td ul li {
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 5px 0; }
    .price_box .table_box02 {
      width: 100%; }
      .price_box .table_box02 table {
        display: block;
        width: 100%; }
        .price_box .table_box02 table thead {
          display: none; }
        .price_box .table_box02 table tbody, .price_box .table_box02 table tr {
          display: block;
          width: 100%; }
          .price_box .table_box02 table tbody tr, .price_box .table_box02 table tr tr {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            flex-wrap: wrap;
            margin-top: 10px; }
            .price_box .table_box02 table tbody tr td, .price_box .table_box02 table tr tr td {
              display: flex;
              justify-content: flex-start;
              align-items: center;
              border-bottom: #fff solid 2px;
              width: 100%;
              text-align: left !important;
              background: #f2f2f2;
              padding: 0;
              font-size: 12px;
              font-weight: bold;
              border-right: 0; }
              .price_box .table_box02 table tbody tr td:before, .price_box .table_box02 table tr tr td:before {
                content: attr(data-label);
                width: 60px;
                height: 40px;
                background: #5dc2d0;
                display: flex;
                justify-content: center;
                align-items: center;
                color: #fff;
                margin-right: 10px; }
            .price_box .table_box02 table tbody tr td:nth-child(3),
            .price_box .table_box02 table tbody tr td:nth-child(4), .price_box .table_box02 table tr tr td:nth-child(3),
            .price_box .table_box02 table tr tr td:nth-child(4) {
              width: 50%; }
  .price_box:last-child {
    margin-bottom: 0; }
  .inner + .btnBox {
    padding: 30px 20px 0; }
    .inner + .btnBox .btn.wide {
      width: 100%; }
  .banner_box {
    margin-top: 10px;
    padding: 0 20px 30px; }
  .v_text {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    -webkit-text-orientation: upright;
    /* Safari */
    text-orientation: upright;
    letter-spacing: 1px;
    font-size: 18px;
    font-feature-settings: "palt"; } }

.price_table table {
  width: 100%;
  border: #005ca2 solid 1px;
  font-size: 12px; }
  .price_table table thead th {
    padding: 10px;
    border-right: #005ca2 solid 1px;
    border-bottom: #005ca2 solid 1px; }
  .price_table table tbody tr td {
    border-right: #005ca2 solid 1px;
    text-align: center;
    padding: 5px;
    font-weight: bold; }

.price_table small {
  display: block;
  padding-top: 5px;
  font-weight: bold;
  font-size: 12px; }

.table_info {
  margin-top: 35px; }
  .table_info caption {
    font-size: 16px;
    font-weight: bold;
    color: #5dc2d0;
    font-feature-settings: "palt";
    text-align: justify; }
  .table_info thead th {
    text-align: center;
    padding: 10px; }
  .table_info thead th:nth-child(2), .table_info thead th:nth-child(3) {
    text-align: right; }
  .table_info tbody td {
    text-align: left;
    font-weight: bold;
    padding: 2px 10px; }
  .table_info tbody td:nth-child(2), .table_info tbody td:nth-child(3) {
    text-align: right; }

.flex_center {
  display: flex;
  justify-content: center;
  align-items: center; }
  .flex_center .btn {
    margin: 0; }
  .flex_center .btn + .btn {
    margin-left: 20px; }

@media screen and (max-width: 740px) {
  .price_table table {
    font-size: 10px; }
    .price_table table thead th {
      padding: 5px; }
    .price_table table tbody tr td {
      padding: 5px; }
  .price_table small {
    padding-top: 5px;
    font-size: 10px; }
  .table_info {
    margin-top: 25px;
    width: 100%; }
    .table_info caption {
      font-size: 14px; }
    .table_info thead th {
      padding: 5px;
      font-size: 10px; }
    .table_info tbody td {
      padding: 2px 5px;
      font-size: 10px; }
  .flex_center {
    display: block;
    padding: 15px 20px 5px !important; }
    .flex_center .btn {
      margin: 0;
      width: 100%;
      font-size: 15px !important; }
    .flex_center .btn + .btn {
      margin-left: 0px;
      margin-top: 10px; } }

.under_construction {
  text-align: center;
  padding: 70px;
  box-sizing: border-box; }
  .under_construction h2 {
    font-size: 28px;
    position: relative;
    line-height: 1;
    padding-bottom: 40px;
    margin-bottom: 40px; }
    .under_construction h2:before {
      position: absolute;
      left: calc(50% - 20px);
      bottom: 0;
      content: "";
      width: 40px;
      height: 4px;
      background: #ffa078;
      border-radius: 2px; }
  .under_construction p {
    font-size: 18px;
    font-weight: bold;
    line-height: 2;
    padding-bottom: 90px; }
  .under_construction figure + figure {
    margin-top: 50px; }

@media screen and (max-width: 740px) {
  .under_construction {
    text-align: center;
    padding: 40px 20px;
    box-sizing: border-box; }
    .under_construction h2 {
      font-size: 18px;
      padding-bottom: 20px;
      margin-bottom: 20px; }
      .under_construction h2:before {
        position: absolute;
        left: calc(50% - 20px);
        bottom: 0;
        content: "";
        width: 40px;
        height: 3px;
        background: #ffa078;
        border-radius: 2px; }
    .under_construction p {
      font-size: 15px;
      font-weight: bold;
      line-height: 2;
      padding-bottom: 30px; }
      .under_construction p br {
        display: none; }
    .under_construction figure img {
      width: 250px; }
    .under_construction figure + figure {
      margin-top: 20px; }
      .under_construction figure + figure img {
        width: 150px; } }
