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

body {
  color: #42210B;
  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: #C69C6D;
  font-size: 12px;
}

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: #42210B;
}

.sp {
  display: none !important;
}

#wrap {
  background: url("/img/bg.jpg") repeat scroll center top;
  background-size: 100px auto;
}

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: 36px;
  background: #42210B;
  border-radius: 0px 0px 10px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
}

header .headerContent .inner .h-nav li a {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  padding: 0 35px;
  line-height: 1;
}

header .headerContent .inner .h-nav li + li a {
  border-left: #fff solid 1px;
}

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: #42210B;
  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: #42210B;
}

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 {
  border-left: #42210B solid 2px;
}

header .headerContent .inner nav ul li a {
  display: block;
  width: 110px;
  text-align: center;
}

header .headerContent .inner nav ul li a small {
  padding-top: 10px;
  display: block;
  line-height: 1;
  font-size: 1.4rem;
  color: #C69C6D;
}

header .headerContent .inner nav ul li:last-child {
  border-right: #42210B solid 2px;
}

.mainTitle {
  width: 100%;
  padding: 35px 0 0;
}

.mainTitle .swiper-container {
  max-width: 100%;
  width: 1010px;
  margin: 0 auto;
  padding-bottom: 50px;
  margin-bottom: 10px;
}

.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: #42210B;
}

.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;
  margin: 40px auto 0;
  overflow: hidden;
  /*
            .Breadcrumb{
                float: right;

                li{
                    float: left;
                    line-height: 35px;
                    padding-left: 10px;
                    font-size: 14px;
                    color: $brown;
                    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: #42210B;
  line-height: 1.2;
}

.articleHeader .name {
  font-size: 1.6rem;
  font-weight: bold;
  color: #42210B;
  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;
}

.login article {
  width: 1010px;
}

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

section {
  width: 100%;
}

section h1 {
  line-height: 50px;
  background: #42210B;
  width: 100%;
  color: #fff;
  font-size: 20px;
  text-indent: 25px;
}

section h1 time {
  float: right;
  padding-right: 25px;
  font-size: 15px;
  color: #42210B;
}

section .inner {
  padding: 0 60px 60px;
  background: #fff;
}

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

a.btn {
  display: inline-block;
  background: #82321E;
  line-height: 40px;
  width: 170px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  border-radius: 20px;
  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: 25px;
  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: 0;
  line-height: 50px;
  color: #fff;
  pointer-events: none;
}

.graphTab {
  width: 100%;
}

.graphTab ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 50px;
}

.graphTab ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  border-radius: 10px 10px 0 0;
  background: #fff;
  font-size: 21px;
  font-weight: bold;
  line-height: 50px;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  background: #C69C6D;
  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 {
  background: #fff;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.graphTab ul li + li {
  margin-left: 10px;
}

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

.costBox {
  width: 300px;
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.costBox dl {
  background: #42210B;
}

.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 {
  background: #f8f8f8;
  text-align: center;
  padding-bottom: 20px;
}

.costBox dl dd.breakdown em {
  display: block;
  color: #fff;
  font-weight: bold;
  line-height: 40px;
  padding-left: 25px;
  background: #C69C6D;
  text-align: left;
}

.costBox dl dd.breakdown ul {
  width: 100%;
  padding: 15px 25px;
  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;
  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 .lastMonth {
  background: #4985ad;
}

.costBox .lastMonth dd {
  padding-bottom: 0 !important;
}

.costBox em.text {
  font-weight: bold;
  color: #42210B;
  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: #f8f8f8 solid 16px;
  padding: 20px;
  box-sizing: border-box;
}

.graphBox #gus-graph h1 {
  background: #42210B;
}

.canvasInfo {
  width: 100%;
  overflow: hidden;
  padding-bottom: 20px;
}

.canvasInfo time {
  float: left;
  font-size: 13px;
  color: #42210B;
}

.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 .color01 {
  background: #90c31f;
}

.canvasInfo p .color02 {
  background: #42210B;
}

.canvasInfo p .color03 {
  background: #42210B;
}

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: #42210B;
}

.info h1.black {
  background: #42210B;
}

.info .inner {
  padding: 0;
  background: #f8f8f8;
}

.info .infoList {
  padding: 25px 25px;
}

.info .infoList li {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  border-bottom: #42210B dotted 1px;
}

.info .infoList li a {
  display: block;
  padding: 10px 0;
  width: 100%;
  overflow: hidden;
}

.info .infoList li a time {
  float: left;
  font-weight: bold;
  color: #C69C6D;
}

.info .infoList li a p {
  margin-left: 110px;
  margin-right: 20px;
  color: #42210B;
  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: #f8f8f8;
}

footer .bannerBox {
  display: flex;
  justify-content: center;
  padding: 50px 0;
}

footer .bannerBox li {
  padding: 0 12px;
}

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: #222;
}

footer .footerNav li a:hover {
  color: #42210B;
}

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: #42210B;
  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: #42210B;
}

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;
  background: #fff;
  font-size: 21px;
  font-weight: bold;
  line-height: 50px;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  background: #e6d3b7;
  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: #42210B;
}

.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: #42210B;
}

.gus .graphTab ul li.on, .electric .graphTab ul li.on {
  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 10px 10px;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.gus .gusgraph.wide .inner .scrollArea, .electric .gusgraph.wide .inner .scrollArea {
  height: 374px;
}

.gus section h1, .electric section h1 {
  background: #42210B;
}

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

.gus section .color02, .electric section .color02 {
  background: #42210B !important;
}

.gus .gusTable .inner.gusTableBox, .electric .gusTable .inner.gusTableBox {
  background: #f0f0f0;
  padding: 30px;
  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: #42210B;
}

.price section .color03 {
  background: #42210B !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: #42210B;
}

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

.mypage section .infoTable a {
  background: #82321E;
}

.gusTable table {
  width: 100%;
  overflow: hidden;
  border: #ebebeb solid 1px;
  box-sizing: border-box;
  font-size: 12px;
}

.gusTable table thead th {
  background: #42210B;
  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: #C69C6D;
  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: #fff;
  border-bottom: #ebebeb dotted 1px;
  border-left: #ebebeb solid 1px;
}

.gusTable table tbody td:nth-child(2n-1) {
  background: #f8f8f8;
}

.gusTable + .gusTable {
  padding-top: 30px;
}

.listTable table {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  font-size: 15px;
  table-layout: fixed;
}

.listTable table thead th {
  background: #C69C6D;
  font-size: 20px;
  line-height: 50px;
  color: #fff;
  font-weight: bold;
}

.listTable 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 {
  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: #42210B;
  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.5rem;
  font-weight: 600;
  font-weight: bold;
}

.loginBox p + a {
  display: inline-block;
  margin-bottom: 30px;
  text-decoration: underline;
  color: #FF0000;
}

.loginBox #msg {
  display: block;
}

.loginBox > p:last-child {
  padding-bottom: 0;
}

.loginBox ul li {
  padding-bottom: 20px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loginBox ul li .labelTxt {
  flex-shrink: 0;
  width: 160px;
  color: #42210B;
  font-size: 16px;
  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: #fafafa;
  border: #C69C6D solid 1px;
  border-radius: 4px;
}

.loginBox ul li label input[readonly="readonly"] {
  background: #cccccc;
  color: #999;
}

.loginBox ol {
  text-align: center;
  display: block;
  padding-top: 15px;
}

.loginBox ol li {
  display: inline-block;
}

.loginBox ol li a {
  text-decoration: underline;
  color: #42210B;
}

.loginBox ol li a:hover {
  color: #42210B;
  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: 0 auto 30px;
}

.loginBox .submit {
  display: block;
  width: 310px;
  height: 40px;
  margin: 10px auto 0;
  position: relative;
}

.loginBox .submit input {
  width: 310px;
  height: 40px;
  border: 0;
  background: #82321E;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.5s ease;
  backface-visibility: hidden;
  border-radius: 20px;
}

.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;
  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: #42210B;
}

.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;
}

.checkbox span:before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  border: #42210B 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;
  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: #42210B solid 1px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.detail .inner .printBox .input {
  padding-right: 100px;
  border-right: #42210B 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: #C69C6D 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: 20px;
  background: #82321E;
  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: #42210B;
  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: #C69C6D;
  width: 100%;
  line-height: 40px;
  font-weight: bold;
  color: #fff;
  font-size: 18px;
}

.detail .inner .detailData table th {
  background: #C69C6D;
  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: #42210B 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: #C69C6D;
  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 .tab_section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

#wrap.mypage .sectionBox .tab_section .tab {
  width: calc(50% - 5px);
  height: 50px;
  padding-left: 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #42210B;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 20px 20px 0 0;
  position: relative;
}

#wrap.mypage .sectionBox .tab_section .tab:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 140px;
  top: 15px;
  background: url(../img/tab02.png) no-repeat center center;
  background-size: 100% 100%;
}

#wrap.mypage .sectionBox .tab_section .tab.active {
  background: #fff;
  color: #42210B;
}

#wrap.mypage .sectionBox .tab_section .tab.active:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 140px;
  top: 15px;
  background: url(../img/tab01.png) no-repeat center center;
  background-size: 100% 100%;
}

#wrap.mypage .sectionBox .tab_section .tab + .tab:before {
  left: 200px;
}

#wrap.mypage .sectionBox .tab_section .inner {
  width: 100%;
  box-sizing: border-box;
}

@media screen and (max-width: 736px) {
  #wrap.mypage .sectionBox .tab_section .tab {
    width: 50%;
    height: 40px;
    padding-left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    border-radius: 10px 10px 0 0;
  }
  #wrap.mypage .sectionBox .tab_section .tab:before {
    content: none;
  }
  #wrap.mypage .sectionBox .tab_section .tab.active:before {
    content: none;
  }
}

#wrap.mypage .sectionBox .inner {
  padding: 30px;
}

#wrap.mypage .sectionBox .inner .mypageTable {
  width: 100%;
}

#wrap.mypage .sectionBox .inner .mypageTable th {
  width: 280px;
  height: 60px;
  background: #C69C6D;
  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: 310px;
  box-sizing: border-box;
  text-align: center;
  color: #42210B;
  font-weight: bold;
  border: #C69C6D solid 1px;
  border-radius: 4px;
}

#wrap.mypage .sectionBox .inner .mypageTable td small {
  display: block;
  font-size: 12px;
  color: #C69C6D;
  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 .mypageTable td a {
  text-decoration: underline;
}

#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: #82321E;
  border-radius: 30px;
}

.priceSubTable {
  width: 50%;
  margin-top: 30px;
}

.priceSubTable th {
  width: 50%;
  background: #42210B;
  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: #42210B;
  font-size: 1.1rem;
  box-sizing: border-box;
  border: #42210B solid 1px;
}

.pages a.current, .pages a:hover {
  background: #42210B;
  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: #42210B;
    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: #42210B;
    background: #fff;
    font-size: 15px;
    font-weight: 600;
    border-top: #42210B 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: #42210B 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 .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: #42210B;
  }
  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: 20px !important;
  }
  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: 20px;
  }
  .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 .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 {
    display: inline-block;
    line-height: 40px;
    width: 170px;
    text-align: center;
    font-size: 14px;
    border-radius: 20px;
    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 .infoList {
    padding: 15px 20px;
  }
  .info .infoList li {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    border-bottom: #42210B dotted 1px;
  }
  .info .infoList li a {
    display: block;
    padding: 10px 0;
    width: 100%;
    overflow: hidden;
  }
  .info .infoList li a time {
    display: block;
    font-weight: bold;
  }
  .info .infoList li a p {
    display: block;
  }
  .info .infoFlex .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: 0px;
  }
  .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: 20px;
    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;
    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: 4px;
    -webkit-appearance: none;
  }
  .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: 20px;
  }
  .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: #42210B 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: 20px;
    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: #42210B 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: #42210B 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: #42210B 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: #C69C6D 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: #C69C6D 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: #C69C6D;
  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: #C69C6D 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: #C69C6D 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: #C69C6D;
}

.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: #C69C6D;
  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: #C69C6D 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: #82321E;
  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: #C69C6D 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: #C69C6D;
  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: #C69C6D 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: #82321E;
  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: #C69C6D 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: #C69C6D 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: #C69C6D;
    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: #C69C6D;
  }
  .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: #C69C6D;
    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: #C69C6D 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: #82321E;
    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: #C69C6D 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: #C69C6D;
    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;
  }
}

.meterTable thead tr th:first-child {
  border-left: 0;
}

.meterTable thead tr th {
  border-left: #fff solid 10px;
  border-bottom: #fff solid 10px;
}

.meterTable tbody tr td:first-child {
  border-left: 0;
}

.meterTable tbody tr td {
  border-top: 0;
  border-left: #fff solid 10px;
}

.meterTable tbody tr:nth-child(2n) td {
  background: #e6e6e6;
}

@media screen and (max-width: 736px) {
  .meterTable thead tr th:first-child {
    border-left: 0;
  }
  .meterTable thead tr th {
    border-left: #fff solid 4px;
    border-bottom: #fff solid 4px;
  }
  .meterTable tbody tr td:first-child {
    border-left: 0;
  }
  .meterTable tbody tr td {
    border-top: 0;
    border-left: #fff solid 4px;
  }
}

.detail .meter_detail .inner {
  padding: 40px;
}

.detail .meter_detail .inner .printBox {
  padding-left: 80px;
  padding-right: 0;
}

.detail .meter_detail .inner .printBox .input {
  width: 530px;
  box-sizing: border-box;
}

.detail .meter_detail .inner .printBox .input > em {
  display: block;
}

.detail .meter_detail .inner .printBox .input > em + em {
  margin-top: 20px;
}

.detail .meter_detail .inner .printBox .submitBox {
  width: calc(100% - 530px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.detail .meter_detail .inner .data {
  padding: 50px 0;
}

.detail .meter_detail .inner .data .txt p {
  margin: 0 0 20px;
}

.detail .meter_detail .inner .data .txt .comment {
  width: 460px;
  background: #f5f5f5;
  padding: 20px;
  box-sizing: border-box;
}

.detail .meter_detail .inner .data .group {
  flex-shrink: 0;
}

.detail .meter_detail .inner .detailData {
  margin-bottom: 40px;
}

.detail .meter_detail .inner .detailData table caption {
  background: #42210B;
}

.detail .meter_detail .inner .detailData table tbody tr th {
  width: 378px;
  height: 48px;
}

.detail .meter_detail .inner .detailData table tbody tr td {
  text-align: right;
  padding-right: 20px;
}

.detail .meter_detail .inner .detailData + .detailData .payment th {
  padding: 20px 0;
  vertical-align: top;
}

.detail .meter_detail .inner .detailData + .detailData .payment td {
  text-align: left;
  padding: 20px;
}

.detail .meter_detail .inner .detailData + .detailData .payment td p {
  padding-top: 10px;
  font-size: 1.4rem;
}

.detail .meter_detail .inner .other_comment {
  border: #42210B solid 2px;
  padding: 20px;
  text-align: left;
}

.detail .meter_detail .inner .other_comment p {
  font-size: 1.4rem;
  font-weight: 600;
}

@media screen and (max-width: 736px) {
  .detail .meter_detail .inner {
    padding: 20px;
  }
  .detail .meter_detail .inner .printBox {
    padding: 10px;
  }
  .detail .meter_detail .inner .printBox .input {
    width: 100%;
  }
  .detail .meter_detail .inner .printBox .input > em {
    display: block;
  }
  .detail .meter_detail .inner .printBox .input > em + em {
    margin-top: 10px;
  }
  .detail .meter_detail .inner .printBox .submitBox {
    width: 100%;
    display: block;
    margin-top: 10px;
  }
  .detail .meter_detail .inner .data {
    padding: 0;
  }
  .detail .meter_detail .inner .data .txt p {
    margin: 0 0 10px;
  }
  .detail .meter_detail .inner .data .txt .comment {
    width: 100%;
    padding: 10px;
  }
  .detail .meter_detail .inner .data .group {
    flex-shrink: 0;
    margin: 0 0 20px;
    padding: 0;
  }
  .detail .meter_detail .inner .detailData {
    margin-bottom: 20px;
  }
  .detail .meter_detail .inner .detailData table tbody tr th {
    width: 50%;
    height: 38px;
  }
  .detail .meter_detail .inner .detailData table tbody tr td {
    text-align: right;
    padding-right: 10px;
  }
  .detail .meter_detail .inner .detailData + .detailData .payment th {
    padding: 10px 0;
    vertical-align: top;
  }
  .detail .meter_detail .inner .detailData + .detailData .payment td {
    text-align: left;
    padding: 10px;
  }
  .detail .meter_detail .inner .detailData + .detailData .payment td p {
    padding-top: 5px;
    font-size: 1rem;
  }
  .detail .meter_detail .inner .other_comment {
    border: #42210B solid 1px;
    padding: 10px;
  }
  .detail .meter_detail .inner .other_comment p {
    font-size: 1rem;
  }
}

#extended_warranty {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 780px;
  padding: 90px 80px;
  box-sizing: border-box;
  background: #fff;
  z-index: 110;
  text-align: center;
  transition: opacity 0.5s ease;
  backface-visibility: hidden;
  pointer-events: none;
  opacity: 0;
}

#extended_warranty.active {
  pointer-events: auto;
  opacity: 1 !important;
}

#extended_warranty:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 15px;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border: #c69c6d solid 2px;
  box-sizing: border-box;
  z-index: 0;
}

#extended_warranty::after {
  content: "";
  position: absolute;
  left: 20px;
  top: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  border: #c69c6d solid 1px;
  box-sizing: border-box;
  z-index: 0;
}

#extended_warranty #close {
  position: absolute;
  right: -100px;
  top: 0;
  pointer-events: none;
}

#extended_warranty #close span {
  padding-top: 10px;
  display: block;
  color: #fff;
  line-height: 1;
}

#extended_warranty .ttl small {
  display: block;
  font-weight: bold;
  color: #c69c6d;
}

#extended_warranty .ttl em {
  padding-top: 10px;
  display: block;
  font-size: 3rem;
  font-weight: bold;
}

#extended_warranty p {
  padding: 30px 0;
  font-weight: bold;
}

#extended_warranty .extended_warranty_inner {
  background: #f5f5f5;
  padding: 40px 50px;
  text-align: left;
  margin-bottom: 50px;
}

#extended_warranty .extended_warranty_inner ul li {
  padding: 15px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: #c69c6d solid 1px;
}

#extended_warranty .extended_warranty_inner ul li em {
  display: block;
  font-weight: bold;
  font-size: 1.8rem;
  width: 140px;
  flex-shrink: 0;
}

#extended_warranty .extended_warranty_inner ul li span {
  font-size: 1.8rem;
}

@media screen and (max-width: 740px) {
  #extended_warranty {
    position: fixed;
    left: 3%;
    top: 50%;
    transform: translate(0%, -50%);
    width: 94%;
    padding: 30px;
  }
  #extended_warranty:before {
    left: 10px;
    top: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: #c69c6d solid 2px;
  }
  #extended_warranty::after {
    content: "";
    position: absolute;
    left: 14px;
    top: 14px;
    width: calc(100% - 28px);
    height: calc(100% - 28px);
  }
  #extended_warranty #close {
    position: absolute;
    right: 0;
    top: -50px;
    pointer-events: none;
  }
  #extended_warranty #close img {
    width: 40px;
    height: auto;
  }
  #extended_warranty #close span {
    font-size: 1rem;
    padding-top: 10px;
  }
  #extended_warranty .ttl small {
    font-size: 1rem;
  }
  #extended_warranty .ttl em {
    padding-top: 10px;
    font-size: 2rem;
  }
  #extended_warranty p {
    padding: 20px 0;
  }
  #extended_warranty .extended_warranty_inner {
    padding: 20px;
    margin-bottom: 20px;
  }
  #extended_warranty .extended_warranty_inner ul li {
    padding: 10px 0;
  }
  #extended_warranty .extended_warranty_inner ul li em {
    font-size: 1.2rem;
    width: 80px;
  }
  #extended_warranty .extended_warranty_inner ul li span {
    font-size: 1.2rem;
  }
  #extended_warranty figure img {
    width: 90px;
    height: auto;
  }
}

#extended_warranty_bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(67, 33, 11, 0.8);
  z-index: 100;
  cursor: pointer;
  transition: opacity 0.5s ease;
  backface-visibility: hidden;
  pointer-events: none;
  opacity: 0;
}

#extended_warranty_bg.active {
  pointer-events: auto;
  opacity: 1 !important;
}
