@charset "UTF-8";


body {
  min-height: 100vh;
  background-image: url(../img/bg.png), -webkit-linear-gradient(to bottom, #e9f0fd 0px, #fff 150px);
  background-image: url(../img/bg.png), -o-linear-gradient(to bottom, #e9f0fd 0px, #fff 150px);
  background-image: url(../img/bg.png), linear-gradient(to bottom, #e9f0fd 0px, #fff 150px);
  background-size: 100% auto, auto;
  background-repeat: no-repeat;
  background-position: left 0 top 5px, 0;
  color: #333;
  font-size: 14px;
  line-height: 1.4;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
body.noheader {
  background-image: url(../img/bg_top.png), -webkit-linear-gradient(to bottom, #e9f0fd 0px, #fff 150px);
  background-image: url(../img/bg_top.png), -o-linear-gradient(to bottom, #e9f0fd 0px, #fff 150px);
  background-image: url(../img/bg_top.png), linear-gradient(to bottom, #e9f0fd 0px, #fff 150px);
}
@media (max-width: 767px) {
  body {
    background-image: url(../img/bg_sp.png), -webkit-linear-gradient(to bottom, #e9f0fd 0px, #e9f0fd 50px, #fff 150px);
    background-image: url(../img/bg_sp.png), -o-linear-gradient(to bottom, #e9f0fd 0px, #e9f0fd 50px, #fff 150px);
    background-image: url(../img/bg_sp.png), linear-gradient(to bottom, #e9f0fd 0px, #e9f0fd 50px, #fff 150px);
  }
  body.noheader {
    background-image: url(../img/bg_top_sp.png), -webkit-linear-gradient(to bottom, #e9f0fd 0px, #e9f0fd 50px, #fff 150px);
    background-image: url(../img/bg_top_sp.png), -o-linear-gradient(to bottom, #e9f0fd 0px, #e9f0fd 50px, #fff 150px);
    background-image: url(../img/bg_top_sp.png), linear-gradient(to bottom, #e9f0fd 0px, #e9f0fd 50px, #fff 150px);
    background-position: left 0 top -5px, 0;
  }
}

a {
  color: #333;
}

img {
  max-width: 100%;
}
input:focus,
input:focus-visible,
textarea:focus,
textarea:focus-visible,
select:focus,
select:focus-visible {
  outline: 0;
}
input[type="text"],
input[type="date"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 36px;
  padding: 0 10px;
  border: none;
  border-radius: 100px;
  background-color: #f1f4f8;
  line-height: 36px;
}
textarea {
  height: 150px;
  border-radius: 6px;
  line-height: 1.5;
}
input[type="text"].border,
input[type="date"].border,
input[type="email"].border,
input[type="tel"].border,
input[type="password"].border,
textarea.border {
  border: 1px solid #d3d6de;
  background-color: #fff;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + span {
  line-height: 24px;
}
input[type="checkbox"] + span::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 15px;
  margin-bottom: 3px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  vertical-align: middle;
}
input[type="checkbox"]:checked + span::before {
  background-image: url(../img/ico_check_s.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
}
select::-ms-expand {
  display: none;
}
select:not([multiple]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 36px;
  padding: 0 35px 0 10px;
  border: 1px solid #d6d6d6;
  border-radius: 100px;
  background-color: #fff;
  background-image: url(../img/ico_arr_d.png);
  background-size: 9px 6px;
  background-position: right 10px center;
  background-repeat: no-repeat;
  line-height: 36px;
}
select.gray {
  border: none;
  background-color: #f1f4f8;
}
@media (max-width: 767px) {
  input[type="checkbox"] + span::before {
    width: 24px;
    height: 24px;
  }
}

.wrapper {
  width: 94%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .wrapper {
  }
}




/* ---------------------------------------------------------
 * parts
** --------------------------------------------------------- */
/* ---------- .title ---------- */
.title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 25px;
  color: #1f6bff;
  font-size: 22px;
  font-weight: bold;
  line-height: 22px;
}
.title .ico {
  height: 25px;
  margin-right: 10px;
}
.title .left {
}
.title .right {
}
@media (max-width: 767px) {
  .title {
  }
}
/* ---------- .box ---------- */
.box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px;
  margin: 15px auto 0;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(162,196,251,0.3);
  border-radius: 6px;
}
@media (max-width: 767px) {
  .box {
    display: block;
    /*padding: 10px 15px;*/
    /*text-align: center;*/
  }
}
/* .size */
.box.s {
  width: 440px;
}
.box.m {
  width: 780px;
}
@media (max-width: 767px) {
  .box.s {
    width: 100%;
  }
  .box.m {
    width: 100%;
  }
}
/* .accodion */
.box.accodion {
  padding: 10px 20px;
}
.box.accodion.open {
  padding: 20px;
}
.box.accodion .subtitle::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: -15px;
  margin-right: 8px;
  margin-bottom: 3px;
  border-top: 2px solid #1f6bff;
  border-right: 2px solid #1f6bff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.box.accodion.open .subtitle::before {
  margin-bottom: 0;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}
.box.accodion .contents {
  display: none;
}
.box.accodion.open .contents {
  display: flex;
}
@media (max-width: 767px) {
  .box.accodion {
    padding: 10px 15px;
  }
  .box.accodion.open {
    padding: 10px 15px 20px;
  }
  .box.accodion.open .contents {
    max-width: 100%;
    overflow: scroll;
  }
}
/* .subtitle */
.subtitle {
  align-self: flex-start;
  padding: 10px 0 10px 10px;
  color: #1f6bff;
  font-size: 15px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .subtitle {
    font-size: 16px;
  }
}

/* ---------- btn ---------- */
.btn {
  display: inline-block;
  height: 40px;
  padding: 0 20px;
  background-color: #9d9d9d;
  border-radius: 4px;
  color: #fff;
  font-size: 13px;
  text-align: center;
  line-height: 40px;
  text-decoration: none;
  -webkit-appearance: none;
}
.btn.btn-blue {
  background-image: -webkit-linear-gradient(to right, #1f6bff 0%, #1a9eef 100%);
  background-image: -o-linear-gradient(to right, #1f6bff 0%, #1a9eef 100%);
  background-image: linear-gradient(to right, #1f6bff 0%, #1a9eef 100%);
}
.btn.btn-orange {
  background-image: -webkit-linear-gradient(to right, #fa441e 0%, #fd830e 100%);
  background-image: -o-linear-gradient(to right, #fa441e 0%, #fd830e 100%);
  background-image: linear-gradient(to right, #fa441e 0%, #fd830e 100%);
}
.btn.btn-green {
  background-image: -webkit-linear-gradient(to right, #00947f 0%, #62cd01 100%);
  background-image: -o-linear-gradient(to right, #00947f 0%, #62cd01 100%);
  background-image: linear-gradient(to right, #00947f 0%, #62cd01 100%);
}
.btn.btn-white {
  height: 32px;
  background-color: #fff;
  border: 1px solid #1f6bff;
  color: #1f6bff;
  line-height: 32px;
  padding: 0 25px;
}
@media (max-width: 767px) {
}

/* ---------- .tbl ---------- */
.tbl {
  width: 100%;
  border-top: 1px solid #ececec;
  font-size: 14px;
}
.tbl th,
.tbl td {
  /*min-height: 54px;*/
  border-bottom: 1px solid #ececec;
  text-align: left;
}
.tbl th {
  padding-left: 35px;
  vertical-align: top;
}
.tbl th::before {
  content: "";
  display: inline-block;
  height: 54px;
  vertical-align: middle;
}
.tbl td {
  padding-left: 20px;
}
.tbl td.p {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .tbl {
    /*width: 100%;*/
    /*border-top: 1px solid #ececec;*/
    /*font-size: 14px;*/
  }
  .tbl th,
  .tbl td {
    display: block;
    /*border-bottom: 1px solid #ececec;*/
  }
  .tbl th {
    padding-top: 10px;
    padding-left: 5px;
    border-bottom: none;
    /*vertical-align: top;*/
    font-weight: bold;
  }
  .tbl th::before {
    display: none;
  }
  .tbl td {
    padding-left: 5px;
    padding-bottom: 10px;
  }
  .tbl td.p {
    padding-top: 0;
    /*padding-bottom: 10px;*/
  }
}

/* ---------- .list_tbl ---------- */
.list_tbl {
  width: 100%;
}
.list_tbl.header_highlight {
  border-bottom: 1px solid #d3d6de;
}
.list_tbl th,
.list_tbl td {
  padding: 5px 5px 5px 20px;
}
.list_tbl th {
  font-weight: bold;
  text-align: left;
}
.list_tbl.header_highlight th {
  background-color: #f1f6ff;
}
.list_tbl.header_highlight.header_left th {
  border-top: 1px solid #d3d6de;
}
.list_tbl td {
  border-top: 1px solid #d3d6de;
}
@media (max-width: 767px) {
  .list_tbl {
    width: 900px;
    margin-top: 20px;
  }
  .list_tbl th {
  }
}

/* ---------- .jsgrid ---------- */
.jsgrid {
}
.jsgrid-edit-row > .jsgrid-cell,
.jsgrid-filter-row > .jsgrid-cell,
.jsgrid-grid-body,
.jsgrid-grid-header,
.jsgrid-header-row > .jsgrid-header-cell,
.jsgrid-insert-row > .jsgrid-cell {
  border: none;
}
.jsgrid-header-row > .jsgrid-header-cell {
  background-color: #f1f6ff;
  border-bottom: 1px solid #d3d6de;
  font-weight: bold;
}
.jsgrid-header-row .jsgrid-align-left {/* 謎 */
  text-align: left;
}
.jsgrid-header-row .jsgrid-align-right {/* 謎 */
  text-align: right;
}
.jsgrid-header-sort-asc::before {
  margin-top: 7px;
  margin-right: 5px;
  border-color: transparent transparent #1f6bff;
}
.jsgrid-header-sort-desc::before {
  margin-top: 7px;
  margin-right: 5px;
  border-color: #1f6bff transparent transparent;
}
.jsgrid-cell {
  border: none;
  border-bottom: 1px solid #d3d6de;
}
.jsgrid-alt-row > .jsgrid-cell {/* 奇数行偶数行の色分けなし */
  background-color: #fff;
}
.jsgrid-filter-row > .jsgrid-cell:first-child,
.jsgrid-header-row > .jsgrid-header-cell:first-child,
.jsgrid-insert-row > .jsgrid-cell:first-child,
.jsgrid-grid-body .jsgrid-cell:first-child {
  padding-left: 20px;
}
/* .jsgrid-pager */
.jsgrid-pager-container {
  margin-top: 20px;
  text-align: center;
}
.jsgrid-pager {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border: 1px solid #1f6bff;
  border-radius: 5px;
  overflow: hidden;
}
.jsgrid-pager > *:not(:first-child) {
  border-left: 1px solid #1f6bff;
}
.jsgrid-pager-nav-button,
.jsgrid-pager-page {
  padding: 0;
}
.jsgrid-pager-current-page {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  background-image: -webkit-linear-gradient(to right, #1f6bff 0%, #1a9eef 100%);
  background-image: -o-linear-gradient(to right, #1f6bff 0%, #1a9eef 100%);
  background-image: linear-gradient(to right, #1f6bff 0%, #1a9eef 100%);
  color: #fff;
}
.jsgrid-pager a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #1f6bff;
  font-weight: bold;
}
.jsgrid-pager-nav-button a {
  width: 40px;
  height: 36px;
}
.jsgrid-pager-page a {
  width: 36px;
  height: 36px;
}
@media (max-width: 767px) {
}

/* ---------- .list ---------- */
.list {
  width: 100%;
}
.list li {
  width: 100%;
}
.list li:not(:first-child) {
  margin-top: 10px;
  border-top: 1px solid #d3d6de;
  padding-top: 10px;
}
.list a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.list .list_title {
  font-weight: bold;
}
.list .content {
}
@media (max-width: 767px) {
  .list .content {
    text-decoration: underline;
  }
}

/* ---------- .dl ---------- */
.dl {
}
.dl dt {
  margin-bottom: 5px;
  font-weight: bold;
}
.dl dd:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
}

/* ---------- .radio_btns ---------- */
.radio_btns {
  display: inline-flex;
  border: 1px solid #1f6bff;
  border-radius: 5px;
  overflow: hidden;
}
.radio_btns div {
  height: 35px;
  padding: 0 20px;
  background-color: #fff;
  color: #1f6bff;
  font-size: 12px;
  line-height: 35px;
}
.radio_btns div:not(:first-child) {
  border-left: 1px solid #1f6bff;
}
.radio_btns .active {
  background-image: -webkit-linear-gradient(to right, #1f6bff 0%, #1a9eef 100%);
  background-image: -o-linear-gradient(to right, #1f6bff 0%, #1a9eef 100%);
  background-image: linear-gradient(to right, #1f6bff 0%, #1a9eef 100%);
  color: #fff;
}
@media (max-width: 767px) {
}

/* ---------- .popup ---------- */
.popup {
  position: fixed;
  z-index: 500;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: rgba(0,0,0,0.3);
}
.popup .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  height: 40%;
  margin: auto;
  padding: 30px;
  border-radius: 5px;
  background-color: #fff;
}
.popup .close_btn {
  position: absolute;
  right: 10px;
  top: 10px;
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../img/ico_close.png);
  background-size: cover;
}
.popup .inner {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
@media (max-width: 767px) {
  .popup .content {
    width: 90%;
    height: 60%;
  }
}

/* ---------- .underline ---------- */
.underline {
  background-repeat: no-repeat;
  background-position: 0 88%;
}
.underline.color1 {
  background-size: 100% 0.37em;
  background-image: -webkit-linear-gradient(to right, #c8f2d8 0%, #c8f2d8 100%);
  background-image: -o-linear-gradient(to right, #c8f2d8 0%, #c8f2d8 100%);
  background-image: linear-gradient(to right, #c8f2d8 0%, #c8f2d8 100%);
}
.underline.color2 {
  background-size: 100% 0.6em;
  background-image: -webkit-linear-gradient(to right, #dbf5ee 0%, #dbf5ee 100%);
  background-image: -o-linear-gradient(to right, #dbf5ee 0%, #dbf5ee 100%);
  background-image: linear-gradient(to right, #dbf5ee 0%, #dbf5ee 100%);
}
.underline.color3 {
  background-size: 100% 0.37em;
  background-image: -webkit-linear-gradient(to right, #d8ebee 0%, #d8ebee 100%);
  background-image: -o-linear-gradient(to right, #d8ebee 0%, #d8ebee 100%);
  background-image: linear-gradient(to right, #d8ebee 0%, #d8ebee 100%);
}
@media (max-width: 767px) {
}




/* ---------------------------------------------------------
 * header
** --------------------------------------------------------- */
header {
  position: fixed;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px 3%;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(162,196,251,0.3);
  font-size: 13px;
}
header .logo {
  padding-bottom: 5px;
}
header .logo img {
  width: 154px;
}
header .main_nav {
  margin-left: auto;
}
header .main_nav ul {
  display: flex;
  align-items: center;
}
header .main_nav li {
}
header .main_nav li:not(:first-child) {
  padding-left: 20px;
}
header .main_nav a {
  color: #1f6bff;
  font-weight: bold;
  text-decoration: none;
}
.store_select {
  margin-left: auto;
  margin-right: 10px;
}
.store_select img {
  width: 16px;
  margin-right: 3px;
}
.store_select select {
}
header .user_menu {
  display: flex;
  align-items: center;
}
header .user {
  position: relative;
}
header .user img {
  width: 30px;
}
header .user .user_content {
  /*display: none;*/
  display: flex;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 45px;
  width: 140px;
  margin: auto;
  padding: 16px 10px 14px;
  background-color: #fff;
  box-shadow: 0px 0px 10px #a2c4fb;
  border-radius: 5px;
  /*font-size: 12px;*/
  line-height: 1.6;
  transform: translateX(-50%);
  transition: all 0.3s ease;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
}
header .user .user_content::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 10px 5px;
  border-color: transparent transparent #fff transparent;
  transform: translateX(-50%);
}
header .user .user_content::after {
  content: "×";
  position: absolute;
  right: 4px;
  top: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  color: #999;
  font-size: 26px;
}
header .user .user_content.active {
  /*display: flex;*/
  visibility: visible;
  opacity: 1;
}
@media (max-width: 767px) {
  header {
  }
  header .user {
    padding-right: 0px;
  }
  header .user .user_content {
    left: auto;
    transform: none;
    right: -50px;
  }
  header .user .user_content::before {
    transform: none;
  }
}
/* .gnavi_btn */
.gnavi_btn {
  position: relative;
  z-index: 1000;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  transition-duration: .4s;
}
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
}
.menu-trigger {
  position: relative;
  width: 25px;
  height: 18px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #1f6bff;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 8px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.gnavi_btn.open .menu-trigger span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}
.gnavi_btn.open .menu-trigger span:nth-of-type(2) {
  opacity: 0;
}
.gnavi_btn.open .menu-trigger span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}
.gnavi_btn div {
  color: #1f6bff;
  font-size: 9px;
  font-weight: bold;
  line-height: 9px;
}
/* .gnavi */
.gnavi_bg {
  position: fixed;
  z-index: 900;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: transparent;
  pointer-events: none;
  transition: background-color 0.3s ease;
}
.gnavi.active + .gnavi_bg {
  pointer-events: initial;
  background-color: rgba(0,0,0,0.8);
}
.gnavi {
  position: fixed;
  right: -300px;
  top: 0;
  z-index: 999;
  width: 300px;
  /*height: calc(100vh - 60px);*/
  height: 100vh;
  padding-top: 60px;
  /*background-color: rgba(0,0,0,0.8);*/
  background-color: #fff;
  transition: all 0.3s ease;
}
.gnavi.active {
  right: 0;
}
.gnavi ul {
  height: calc(90vh - 60px);
  padding: 20px 15px;
  overflow: auto;
  color: #fff;
  text-align: left;
}
.gnavi li {
  border-top: 1px solid #1f6bff;
  font-size: 15px;
  font-weight: bold;
}
.gnavi li:last-child {
  border-bottom: 1px solid #1f6bff;
}
.gnavi li.bt {
  color: #57B7C3;
  border-top: 1px solid #1f6bff;
}
.gnavi li.bt span {
  font-size: 14px;
}
.gnavi li > *,
.gnavi li.bt div {
  padding: 10px;
}
.gnavi a {
  display: block;
  color: #1f6bff;
  text-decoration: none;
}
.gnavi a .inner {
  position: relative;
  width: 80%;
  margin: 0 auto;
  padding-left: 20px;
  line-height: 1.2;
  text-align: left;
}
.gnavi a .inner .no {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  margin: auto;
  border-radius: 100px;
  background-color: #fff;
  color: #000;
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
}
.gnavi a span {
  font-size: 14px;
}
.gnavi a div {
  font-size: 12px;
  font-weight: normal;
}
@media (max-width: 767px) {
}




/* ---------------------------------------------------------
 * footer
** --------------------------------------------------------- */
footer {
  padding: 80px 0 30px;
}
footer img {
  width: 200px;
}
@media (max-width: 767px) {
  footer {
  }
}




/* ---------------------------------------------------------
 * main
** --------------------------------------------------------- */
main {
  display: block;
  padding-top: 90px;
}
.noheader main {
}
@media (max-width: 767px) {
  main {
    padding-top: 70px;
  }
  .noheader main {
  }
}
.sp_nav {
  margin-bottom: 30px;
}
.sp_main_nav {
  width: 100% !important;
  padding-bottom: 10px;
  overflow: scroll;
}
.sp_main_nav ul {
  display: flex;
}
.sp_main_nav li {
  flex-shrink: 0;
}
.sp_main_nav li:not(:last-child) {
  margin-right: 10px;
}
.sp_main_nav li a {
  display: block;
  padding: 10px 15px;
  border-radius: 100px;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
}
.sp_main_nav li a:not(.active) {
  color: #333;
  background-color: #fff;
}
.sp_main_nav li a.active {
  color: #fff;
  background-image: -webkit-linear-gradient(to right, #339afa 0%, #339afa 35%, #1be4e6 100%);
  background-image: -o-linear-gradient(to right, #339afa 0%, #339afa 35%, #1be4e6 100%);
  background-image: linear-gradient(to right, #339afa 0%, #339afa 35%, #1be4e6 100%);
}
.sp_nav .store_select img {
  margin-left: 2px;
}

/* ---------- .setting_btns ---------- */
.setting_btns {
  display: flex;
  justify-content: center;
  align-items: center;
}
.setting_btns label {
}
.setting_btns label:not(:last-child) {
  margin-right: 5px;
}
.setting_btns input {
  /*-webkit-appearance: none;*/
  /*appearance: none;*/
  /*width: 55px;*/
  /*height: 55px;*/
  /*border: none;*/
  /*border-radius: 0;*/
  /*background-size: cover;*/
  display: none;
}
.setting_btns input + div {
  width: 55px;
  height: 55px;
  background-size: cover;
}
.setting_btns.air label:nth-child(1) input + div {
  background-image: url(../img/ks-usr-0013/btn_recommend_off.png);
}
.setting_btns.air label:nth-child(1) input:checked + div {
  background-image: url(../img/ks-usr-0013/btn_recommend_on.png);
}
.setting_btns.air label:nth-child(1) input.set + div {
  background-image: url(../img/ks-usr-0013/btn_recommend_set.png);
}
.setting_btns.demand label:nth-child(1) input + div {
  background-image: url(../img/ks-usr-0013/btn_high_off.png);
}
.setting_btns.demand label:nth-child(1) input:checked + div {
  background-image: url(../img/ks-usr-0013/btn_high_on.png);
}
.setting_btns.demand label:nth-child(1) input.set + div {
  background-image: url(../img/ks-usr-0013/btn_high_set.png);
}
.setting_btns label:nth-child(2) input + div {
  background-image: url(../img/ks-usr-0013/btn_mid_off.png);
}
.setting_btns label:nth-child(2) input:checked + div {
  background-image: url(../img/ks-usr-0013/btn_mid_on.png);
}
.setting_btns label:nth-child(2) input.set + div {
  background-image: url(../img/ks-usr-0013/btn_mid_set.png);
}
.setting_btns label:nth-child(3) input + div {
  background-image: url(../img/ks-usr-0013/btn_low_off.png);
}
.setting_btns label:nth-child(3) input:checked + div {
  background-image: url(../img/ks-usr-0013/btn_low_on.png);
}
.setting_btns label:nth-child(3) input.set + div {
  background-image: url(../img/ks-usr-0013/btn_low_set.png);
}
.setting_btns label:nth-child(4) input + div {
  background-image: url(../img/ks-usr-0013/btn_none_off.png);
}
.setting_btns label:nth-child(4) input:checked + div {
  background-image: url(../img/ks-usr-0013/btn_none_on.png);
}
.setting_btns label:nth-child(4) input.set + div {
  background-image: url(../img/ks-usr-0013/btn_none_set.png);
}
@media (max-width: 767px) {
  .setting_btns {
    flex-wrap: wrap;
  }
}

/* ---------- sections ---------- */
/* news */
.section-news {
}
.section-news .box {
  display: block;
}
@media (max-width: 767px) {
  .section-news .box {
    padding: 15px;
  }
}
/* change_history */
.section-change_history {
}
.section-change_history .contents {
  position: relative;
}
.section-change_history .contents > div:first-child {
  position: absolute;
  right: 0;
  bottom: 100%;
}
@media (max-width: 767px) {
  .section-change_history {
    text-align: center;
  }
  .section-change_history.open .contents {
    display: block !important;
  }
  .section-change_history .contents > div:first-child {
    position: static;
  }
}
/* all_area_setting */
.section-all_area_setting {
}
.section-all_area_setting.open .contents {
  width: 80%;
}
.section-all_area_setting .contents > div:nth-child(1) {
  width: 100%;
}
.section-all_area_setting .contents > div:nth-child(2) {
  width: 100%;
  padding-left: 30px;
  margin-left: 30px;
  border-left: 1px solid #d3d6de;
}
.section-all_area_setting .contents > div:nth-child(3) {
  flex-shrink: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100px;
}
@media (max-width: 767px) {
  .section-all_area_setting {
    text-align: center;
  }
  .section-all_area_setting.open .contents {
    display: block !important;
    width: 100%;
  }
  .section-all_area_setting .contents > div:nth-child(2) {
    padding-top: 5px;
    padding-left: 0;
    padding-bottom: 20px;
    margin-top: 20px;
    margin-left: 0;
    border-left: none;
    border-top: 1px solid #d3d6de;
  }
  .section-all_area_setting .contents > div:nth-child(3) {
    display: block;
    width: 100%;
  }
}
/* each_area_setting */
.section-each_area_setting {
}
.section-each_area_setting .area_settings {
  width: 100%;
  text-align: center;
}
.section-each_area_setting .area_settings th,
.section-each_area_setting .area_settings td {
  padding-right: 20px;
  padding-left: 20px;
  border-bottom: 1px solid #d3d6de;
}
.section-each_area_setting .area_settings th {
  padding-bottom: 10px;
  font-weight: bold;
}
.section-each_area_setting .area_settings td {
  position: relative;
  height: 75px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.section-each_area_setting .area_settings td:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  display: inline-block;
  width: 1px;
  height: 55px;
  background-color: #d3d6de;
}
@media (max-width: 767px) {
  .section-each_area_setting {
    text-align: center;
  }
  .section-each_area_setting .area_settings {
    margin-top: 10px;
  }
  .section-each_area_setting .area_settings th,
  .section-each_area_setting .area_settings td {
    padding-right: 5px;
    padding-left: 5px;
  }
  .section-each_area_setting .area_settings td:not(:first-child)::before {
    height: 85px;
  }
  .section-each_area_setting .area_settings label:nth-child(2) {
    margin-right: 0;
  }
  .section-each_area_setting .area_settings label:nth-child(3),
  .section-each_area_setting .area_settings label:nth-child(4) {
    margin-top: 5px;
  }
  .section-each_area_setting .area_settings label div {
    width: 40px;
    height: 40px;
    background-size: cover;
  }
}




/* ---------------------------------------------------------
 * Each pages
** --------------------------------------------------------- */
/* ---------- ks-usr-0001 ---------- */
#p0001 {
  padding: 60px 0;
}
#p0001 .logo {
  text-align: center;
}
#p0001 .logo img {
  width: 170.5px;
}
#p0001 .box {
  display: block;
  padding: 50px;
  margin-top: 30px;
}
#p0001 .login_title {
  margin-bottom: 30px;
  color: #1f6bff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
#p0001 .login_title img {
  width: 15px;
  margin-right: 10px;
}
#p0001 p {
  margin-top: 15px;
  color: #1f6bff;
  font-weight: bold;
}
#p0001 p + div {
  margin-top: 7px;
}
#p0001 input {
  width: 100%;
}
#p0001 .btn_area {
  margin: 30px 0 10px;
}
#p0001 .btn_area a {
  padding: 0 40px;
}
@media (max-width: 767px) {
  #p0001 {
    padding: 0 0 40px;
  }
  #p0001 .box {
    padding: 30px;
  }
}


/* ---------- ks-usr-0003 ---------- */
#p0003 {
  padding: 60px 0;
}
#p0003 .logo {
  text-align: center;
}
#p0003 .logo img {
  width: 170.5px;
}
#p0003 .box {
  display: block;
  padding: 40px 50px;
  margin-top: 30px;
}
#p0003 .login_title {
  margin-bottom: 15px;
  color: #1f6bff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
#p0003 .terms {
  max-height: 350px;
  padding: 20px 30px;
  border: 1px solid #d3d6de;
  border-radius: 5px;
  overflow: scroll;
}
#p0003 .terms .dl {
  padding-bottom: 20px;
}
#p0003 .agree_terms {
  margin-top: 20px;
  text-align: center;
}
#p0003 .agree_terms label {
}
#p0003 .agree_terms input {
}
#p0003 .btn_area {
  margin-top: 20px;
}
#p0003 .btn_area a {
  padding: 0 40px;
}
@media (max-width: 767px) {
  #p0003 {
    padding: 0 0 40px;
  }
  #p0003 .box {
    padding: 30px;
  }
}


/* ---------- ks-usr-0004 ---------- */
#p0004 {
  padding: 60px 0;
}
#p0004 .logo {
  text-align: center;
}
#p0004 .logo img {
  width: 170.5px;
}
#p0004 .box {
  display: block;
  padding: 40px 50px;
  margin-top: 30px;
}
#p0004 .login_title {
  margin-bottom: 15px;
  color: #1f6bff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
#p0004 .lead {
  line-height: 1.8;
}
#p0004 .input_email {
  width: 370px;
  margin: 20px auto;
}
#p0004 .input_email div {
  color: #1f6bff;
  font-weight: bold;
}
#p0004 .input_email input {
  width: 100%;
  margin-top: 10px;
}
#p0004 .btn_area {
}
#p0004 .btn_area > * {
  width: 178px;
}
#p0004 .btn_area > :first-child {
  margin-right: 10px;
}
@media (max-width: 767px) {
  #p0004 {
    padding: 0 0 40px;
  }
  #p0004 .box {
    padding: 30px;
  }
  #p0004 .input_email {
    width: 100%;
  }
  #p0004 .btn_area > * {
    padding: 0;
  }
  #p0004 .btn_area > *:first-child {
    width: 115px;
  }
  #p0004 .btn_area > *:last-child {
    width: 167px;
  }
}


/* ---------- ks-usr-0006 ---------- */
#p0006 {
}
#p0006 .lead_title {
  color: #1f6bff;
  font-size: 15px;
  font-weight: bold;
}
#p0006 .lead {
  margin-top: 5px;
  line-height: 1.8;
}
#p0006 .search_area {
  display: flex;
  margin-top: 25px;
}
#p0006 .search_area div {
  line-height: 36px;
}
#p0006 .search_area div:not(:first-child) {
  margin-left: 14px;
}
#p0006 .search_area input {
  width: 140px;
  margin-left: 5px;
  padding-top: 0;
  padding-bottom: 0;
}
#p0006 .search_area button {
  height: 36px;
  line-height: 36px;
  padding: 0 40px;
}
#p0006 .search_area button img {
  margin-bottom: 3px;
  margin-right: 5px;
}
#p0006 .datalist {
  margin-top: 20px;
  text-align: left;
}
#p0006 .grid_list {
}
@media (max-width: 767px) {
  #p0006 {
  }
  #p0006 .search_area {
    display: block;
  }
  #p0006 .search_area div {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #p0006 .search_area div:not(:first-child) {
    margin-left: 0;
    margin-top: 10px;
  }
  #p0006 .search_area div:last-child {
    justify-content: center;
    margin-top: 20px;
  }
  #p0006 .search_area img {
    margin-right: 10px;
  }
  #p0006 .search_area input {
    width: 220px;
    margin-left: auto;
  }
  #p0006 .datalist {
    overflow: scroll;
  }
  #p0006 .grid_list {
    width: 700px !important;
  }
}


/* ---------- ks-usr-0007 ---------- */
/* news */
#p0007-news {
}
@media (max-width: 767px) {
  #p0007-news {
  }
}


/* ---------- ks-usr-0008 ---------- */
#p0008 {
}
#p0008 .box {
  display: block;
}
#p0008 .search_area {
  display: flex;
  flex-wrap: wrap;
}
#p0008 .search_area div {
  margin-bottom: 10px;
  line-height: 36px;
}
#p0008 .search_area div:not(:first-child) {
  margin-left: 14px;
}
#p0008 .search_area .w100 + div {
  margin-left: 0;
}
#p0008 .search_area input {
  width: 140px;
  margin-left: 5px;
  padding-top: 0;
  padding-bottom: 0;
}
#p0008 .search_area button {
  height: 36px;
  line-height: 36px;
  padding: 0 40px;
}
#p0008 .search_area button img {
  margin-bottom: 3px;
  margin-right: 5px;
}
#p0008 .datalist {
  margin-top: 20px;
  text-align: left;
}
#p0008 .grid_list {
}
@media (max-width: 767px) {
  #p0008 {
  }
  #p0008 .search_area {
    display: block;
  }
  #p0008 .search_area div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  #p0008 .search_area div:not(:first-child) {
    margin-left: 0;
    margin-top: 10px;
  }
  #p0008 .search_area div:last-child {
    justify-content: center;
    margin-top: 20px;
  }
  #p0008 .search_area img {
    margin-right: 10px;
  }
  #p0008 .search_area input {
    width: 220px;
    margin-left: auto;
  }
  #p0008 .search_area .date_selecter {
    justify-content: flex-start;
  }
  #p0008 .search_area .date_selecter div.sp_block {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
  #p0008 .search_area .date_selecter input {
    width: 140px;
    margin-left: 0;
  }
  #p0008 .search_area .date_selecter input:nth-of-type(1) {
    margin-right: 7px;
  }
  #p0008 .search_area .date_selecter input:nth-of-type(2) {
    margin-left: 7px;
  }
  #p0008 .datalist {
    overflow: scroll;
  }
  #p0008 .grid_list {
    width: 850px !important;
  }
}


/* ---------- ks-usr-0009 ---------- */
#p0009 {
}
#p0009 .box {
  display: block;
}
#p0009 .lead_title {
  color: #1f6bff;
  font-size: 15px;
  font-weight: bold;
}
#p0009 .lead {
  margin-top: 5px;
  line-height: 1.8;
}
#p0009 .used_available {
  margin-top: 10px;
  background-color: #f1f6ff;
  border-radius: 10px;
  padding: 15px 20px 20px;
}
#p0009 .used_available div {
  font-size: 22px;
  font-weight: bold;
}
#p0009 .used_available .colon {
  color: #b3b6bc;
}
#p0009 .used_available .account_count {
  color: #1f6bff;
  font-size: 40px;
}
#p0009 .used_available .note {
  font-size: 16px;
}
#p0009 .used_available p {
  margin-top: 10px;
}
#p0009 .search_area {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
}
#p0009 .search_area div {
  margin-bottom: 10px;
  line-height: 36px;
}
#p0009 .search_area div:not(:first-child) {
  margin-left: 14px;
}
#p0009 .search_area .w100 + div {
  margin-left: 0;
}
#p0009 .search_area img {
}
#p0009 .search_area input {
  width: 140px;
  margin-left: 5px;
  padding-top: 0;
  padding-bottom: 0;
}
#p0009 .search_area input.l {
  width: 200px;
}
#p0009 .search_area button,
#p0009 .search_area a {
  height: 36px;
  line-height: 36px;
  padding: 0 40px;
  vertical-align: middle;
}
#p0009 .search_area button img {
  margin-bottom: 3px;
  margin-right: 5px;
}
#p0009 .datalist {
  margin-top: 20px;
  text-align: left;
}
#p0009 .grid_list {
}
@media (max-width: 767px) {
  #p0009 {
  }
  #p0009 .used_available .account_count {
    display: block;
    text-align: center;
  }
  #p0009 .search_area {
    display: block;
  }
  #p0009 .search_area div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
  }
  #p0009 .search_area div:not(:first-child) {
    margin-left: 0;
    margin-top: 10px;
  }
  #p0009 .search_area div:nth-last-child(2) {
    margin-top: 20px;
  }
  #p0009 .search_area div:nth-last-child(2),
  #p0009 .search_area div:last-child {
    justify-content: center;
  }
  #p0009 .search_area div:nth-last-child(2) button,
  #p0009 .search_area div:last-child a {
    width: 132px;
    padding: 0;
  }
  #p0009 .search_area img {
    margin-left: -2px;
    margin-right: 8px;
  }
  #p0009 .search_area input,
  #p0009 .search_area input.l {
    width: 190px;
    margin-left: auto;
  }
  #p0009 .datalist {
    overflow: scroll;
  }
  #p0009 .grid_list {
    width: 800px !important;
  }
}


/* ---------- ks-usr-0010 ---------- */
#p0010 {
}
#p0010 .box {
  display: block;
}
#p0010 .lead_title {
  color: #1f6bff;
  font-size: 15px;
  font-weight: bold;
}
#p0010 .lead {
  margin-top: 5px;
  line-height: 1.8;
}
#p0010 .input_title {
  width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
#p0010 .input_area {
  /*display: flex;*/
  margin-top: 25px;
}
#p0010 .input_area div {
}
#p0010 .input_area div:not(:first-child) {
  /*margin-left: 14px;*/
  margin-top: 10px;
}
#p0010 .input_area select {
}
#p0010 .input_area input {
}
#p0010 .input_area input.l {
  width: 300px;
}
#p0010 .area_select {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
#p0010 .area_select .list1 {
}
#p0010 .area_select .list2 {
}
#p0010 .area_select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #d3d6de;
  border-radius: 3px;
  width: 230px;
  height: 250px;
}
#p0010 .area_select option {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px 15px;
}
#p0010 .area_select option:checked,
#p0010 .area_select option[selected] {
  background-color: #1f6bff;
  background-image: -webkit-linear-gradient(to right, #1f6bff 0%, #1f6bff 100%);
  background-image: -o-linear-gradient(to right, #1f6bff 0%, #1f6bff 100%);
  background-image: linear-gradient(to right, #1f6bff 0%, #1f6bff 100%);
  color: #fff;
}
#p0010 .area_select .arrows {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 10px;
}
#p0010 .area_select .arrows .left,
#p0010 .area_select .arrows .right {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 5px 0;
  border: 1px solid #1f6bff;
  border-radius: 5px;
}
#p0010 .area_select .arrows .right::before,
#p0010 .area_select .arrows .left::before {
  content: "";
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
}
#p0010 .area_select .arrows .right::before {
  border-top: 3px solid #1f6bff;
  border-right: 3px solid #1f6bff;
  margin-right: 5px;
}
#p0010 .area_select .arrows .left::before {
  border-bottom: 3px solid #1f6bff;
  border-left: 3px solid #1f6bff;
  margin-left: 5px;
}
#p0010 .area_select_ios {
  margin-top: 20px;
}
#p0010 .btn_area {
  margin-top: 20px;
  text-align: center;
}
#p0010 .btn_area button {
  width: 134px;
  margin: 0 5px;
}
@media (max-width: 767px) {
  #p0010 {
  }
  #p0010 .input_area {
    /*display: block;*/
  }
  #p0010 .input_area div:not(:first-child) {
    /*margin-left: 0;*/
    /*margin-top: 10px;*/
  }
  #p0010 .input_area input.l {
    width: 100%;
  }
}


/* ---------- ks-usr-0011 ---------- */
#p0011 {
}
#p0011 .contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#p0011 .contents > div {
  width: 48%;
}
#p0011 .contents > div:last-child {
  margin-top: 20px;
}
#p0011 .subtitle {
  padding-top: 0;
}
#p0011 table {
}
#p0011 th,
#p0011 td {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  #p0011 {
  }
  #p0011 table {
    width: 100%;
    margin-top: 0;
  }
  #p0011 .contents > div {
    width: 100%;
  }
  #p0011 .contents > div:nth-child(2) {
    margin-top: 20px;
  }
}


/* ---------- ks-usr-0012 ---------- */
/* news */
#p0012-news {
}
@media (max-width: 767px) {
  #p0012-news {
  }
}
/* demand_status */
#p0012-demand_status {
  margin-top: 25px;
}
#p0012-demand_status .title .left {
  display: flex;
  align-items: center;
}
#p0012-demand_status .title .date_time {
  font-size: 18px;
}
#p0012-demand_status .title .date_time span {
}
#p0012-demand_status .box {
  justify-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
  padding: 15px;
}
#p0012-demand_status .box > * {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  /*width: 100%;*/
  padding: 15px 30px;
  background-color: #f1f6ff;
  border-radius: 10px;
  text-align: center;
}
#p0012-demand_status .box > *:first-child {
  margin-right: 15px;
}
#p0012-demand_status .demand_title {
  font-size: 22px;
  font-weight: bold;
}
#p0012-demand_status .value {
  color: #1f6bff;
  font-size: 22px;
  font-weight: bold;
}
#p0012-demand_status .value span {
  font-size: 40px;
}
#p0012-demand_status .target_power {
  margin-right: 20px;
  border-right: 1px solid #d3d6de;
  padding-right: 30px;
}
#p0012-demand_status .timed .value {
  font-size: 30px;
  line-height: 1;
}
#p0012-demand_status .timed .remaining_time {
  color: #ed172c;
  font-size: 16px;
  font-weight: bold;
}
#p0012-demand_status .timed .remaining_time img {
  width: 17px;
  margin-right: 5px;
}
#p0012-demand_status .currents {
  display: flex;
  margin-right: 20px;
  border-right: 1px solid #d3d6de;
  padding-right: 20px;
}
#p0012-demand_status .current_target_power {
  position: relative;
  padding-right: 30px;
}
#p0012-demand_status .current_target_power::after {
  content: "：";
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  margin: auto;
  color: #b3b6bc;
  font-size: 35px;
}
#p0012-demand_status .current_power {
}
#p0012-demand_status .rate {
  display: flex;
  justify-content: center;
  align-items: center;
}
#p0012-demand_status .rate img {
  width: 60px;
  margin-right: 25px;
}
#p0012-demand_status .rate > div {
}
#p0012-demand_status .rate .demand_title {
  position: relative;
}
#p0012-demand_status .rate .demand_title::before,
#p0012-demand_status .rate .demand_title::after {
  content: "";
  position: absolute;
  display: block;
}
#p0012-demand_status .rate .demand_title::before {
  left: -20px;
  bottom: 0;
  width: 100%;
  height: 1px;
}
#p0012-demand_status .rate .demand_title::after {
  left: -14px;
  bottom: -3px;
  width: 1px;
  height: 15px;
  transform: rotate(60deg);
}
#p0012-demand_status .rate.blue .demand_title,
#p0012-demand_status .rate.blue .value {
  color: #1d74ff;
}
#p0012-demand_status .rate.blue .demand_title::before,
#p0012-demand_status .rate.blue .demand_title::after {
  background-color: #1d74ff;
}
#p0012-demand_status .rate.orange .demand_title,
#p0012-demand_status .rate.orange .value {
  color: #ff7300;
}
#p0012-demand_status .rate.orange .demand_title::before,
#p0012-demand_status .rate.orange .demand_title::after {
  background-color: #ff7300;
}
#p0012-demand_status .rate.red .demand_title,
#p0012-demand_status .rate.red .value {
  color: #ed172c;
}
#p0012-demand_status .rate.red .demand_title::before,
#p0012-demand_status .rate.red .demand_title::after {
  background-color: #ed172c;
}
#p0012-popup_demand_status .pop_title {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 1180px) and (min-width: 1081px) {
  #p0012-demand_status .box > * {
    padding: 15px 26px;
  }
  #p0012-demand_status .demand_title {
    font-size: 20px;
  }
  #p0012-demand_status .value {
    font-size: 20px;
  }
  #p0012-demand_status .value span {
    font-size: 36px;
  }
  #p0012-demand_status .timed .value {
    font-size: 28px;
  }
}
@media (max-width: 1080px) and (min-width: 768px) {
  #p0012-demand_status .box > * {
    padding: 15px 20px;
  }
  #p0012-demand_status .box > *:first-child {
    margin-right: 10px;
    /*padding-right: 20px;*/
    /*padding-left: 20px;*/
  }
  #p0012-demand_status .box > *:last-child {
    /*padding-left: 20px;*/
  }
  #p0012-demand_status .demand_title {
    font-size: 17px;
  }
  #p0012-demand_status .value {
    font-size: 18px;
  }
  #p0012-demand_status .value span {
    font-size: 29px;
  }
  #p0012-demand_status .target_power {
    margin-right: 15px;
    padding-right: 15px;
  }
  #p0012-demand_status .timed .value {
    font-size: 22px;
  }
  #p0012-demand_status .currents {
    margin-right: 15px;
    padding-right: 15px;
  }
  #p0012-demand_status .current_target_power {
    min-width: 140px;
  }
}
@media (max-width: 767px) {
  #p0012-demand_status .title {
    display: block;
    height: auto;
  }
  #p0012-demand_status .title .right {
    text-align: center;
  }
  #p0012-demand_status .box > * {
    display: block;
  }
  #p0012-demand_status .box > :first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }
  #p0012-demand_status .demand_title {
    font-size: 20px;
  }
  #p0012-demand_status .current_target_power {
    min-width: 150px;
  }
  #p0012-demand_status .target_power {
    margin-right: 0;
    margin-bottom: 10px;
    padding-right: 0;
    border-right: none;
    border-bottom: 1px solid #d3d6de;
  }
  #p0012-demand_status .currents {
    margin-right: 0;
    border-right: none;
    padding-right: 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #d3d6de;
    padding-bottom: 15px;
  }
}
/* control_situation */
#p0012-control_situation {
  margin-top: 25px;
}
#p0012-control_situation .box {
}
#p0012-control_situation .frame {
  width: 100%;
  padding: 15px;
  border: 2px solid #ed172c;
  border-radius: 2px;
  color: #ed172c;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
#p0012-control_situation .frame img {
  width: 30px;
  margin: 0 20px;
}
@media (max-width: 767px) {
  #p0012-control_situation .frame {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
    font-size: 16px;
  }
  #p0012-control_situation .frame img {
    width: 30px;
    margin: 0 10px;
  }
}


/* ---------- ks-usr-0015 ---------- */
/* energy_saving_effect */
#p0015-energy_saving_effect {
}
#p0015-energy_saving_effect .box {
  display: block;
}
#p0015-energy_saving_effect .contents {
}
#p0015-energy_saving_effect .navheader {
  display: flex;
  justify-content: center;
  align-items: center;
}
#p0015-energy_saving_effect .separate_selecter {
}
#p0015-energy_saving_effect .separate_selecter > div {
  width: 100px;
  text-align: center;
}
#p0015-energy_saving_effect .date_selecter {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 20px;
}
#p0015-energy_saving_effect .date_selecter img {
  width: 16px;
  margin-right: 5px;
}
#p0015-energy_saving_effect .date_selecter input {
  margin-left: 5px;
}
#p0015-energy_saving_effect .view_selecter {
}
#p0015-energy_saving_effect .total_detail {
  margin: 20px 0 40px;
  text-align: center;
}
#p0015-energy_saving_effect .total_detail .inner {
  display: inline-flex;
  padding: 20px 0;
  border-radius: 15px;
  background-color: #f1f6ff;
}
#p0015-energy_saving_effect .total_detail .inner > div {
  padding: 0 50px;
}
#p0015-energy_saving_effect .total_detail .inner > div:not(:last-child) {
  border-right: 1px solid #d3d6de;
}
#p0015-energy_saving_effect .total_detail .power_title {
  font-size: 22px;
  font-weight: bold;
}
#p0015-energy_saving_effect .total_detail .value {
  color: #1f6bff;
  font-size: 22px;
  font-weight: bold;
}
#p0015-energy_saving_effect .total_detail .value span {
  font-size: 40px;
}
#p0015-energy_saving_effect .total_detail .elec_power {
}
#p0015-energy_saving_effect .total_detail .reduction_power_ratio {
}
#p0015-energy_saving_effect .total_detail .reduction_cost {
}
#p0015-energy_saving_effect .graph_area {
}
#p0015-energy_saving_effect .data_area {
  display: none;
}
#p0015-energy_saving_effect .data_area th:nth-child(3),
#p0015-energy_saving_effect .data_area th:nth-child(4),
#p0015-energy_saving_effect .data_area td:nth-child(3),
#p0015-energy_saving_effect .data_area td:nth-child(4) {
  padding-right: 30px;
  text-align: right;
}
@media (max-width: 767px) {
  #p0015-energy_saving_effect .box {
    padding: 20px;
  }
  #p0015-energy_saving_effect .navheader {
    display: block;
    text-align: center;
  }
  #p0015-energy_saving_effect .date_selecter {
    margin: 10px 0;
  }
  #p0015-energy_saving_effect .date_selecter input {
    min-width: 100px;
    min-height: 32px;
  }
  #p0015-energy_saving_effect .total_detail .inner {
    display: block;
    padding: 0 20px;
    border-radius: 10px;
  }
  #p0015-energy_saving_effect .total_detail .inner > div {
    padding: 15px 0 5px;
  }
  #p0015-energy_saving_effect .total_detail .inner > div:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #d3d6de;
  }
  #p0015-energy_saving_effect .total_detail .power_title {
    font-size: 22px;
    font-weight: bold;
  }
  #p0015-energy_saving_effect .total_detail .value {
    color: #1f6bff;
    font-size: 22px;
    font-weight: bold;
  }
  #p0015-energy_saving_effect .total_detail .value span {
    font-size: 40px;
  }
  #p0015-energy_saving_effect .total_detail .reduction_power_ratio .power_title span {
    font-size: 16px;
  }
  #p0015-energy_saving_effect .total_detail .reduction_power_ratio .ratio,
  #p0015-energy_saving_effect .total_detail .reduction_power_ratio .ratio span {
    font-size: 22px;
  }
  #p0015-energy_saving_effect .data_area {
    overflow: scroll;
  }
  #p0015-energy_saving_effect .data_area table {
    width: 650px;
  }
}
/* demand_suppression_effect */
#p0015-demand_suppression_effect {
  margin-top: 25px;
}
#p0015-demand_suppression_effect .lead {
  color: #1f6bff;
  font-weight: bold;
}
#p0015-demand_suppression_effect .list_tbl {
  margin-top: 20px;
}
#p0015-demand_suppression_effect .content_detail {
  margin-top: 20px;
}
@media (max-width: 767px) {
  #p0015-demand_suppression_effect .box {
    padding: 20px;
  }
  #p0015-demand_suppression_effect .list_tbl_wrapper {
    overflow: scroll;
  }
  #p0015-demand_suppression_effect .list_tbl {
    width: 450px;
  }
}


/* ---------- ks-usr-0016 ---------- */
/* electric_power */
#p0016-electric_power {
}
#p0016-electric_power .box {
  display: block;
  padding: 30px;
}
#p0016-electric_power .lead {
}
#p0016-electric_power .power_setting {
  display: flex;
  padding: 20px 0;
  margin-top: 30px;
  background-color: #f1f6ff;
  border-radius: 10px;
}
#p0016-electric_power .power_setting > div {
  display: flex;
  justify-content: center;
  width: 50%;
  padding: 0 35px;
}
#p0016-electric_power .power_setting .agreement_power {
  border-right: 1px solid #d3d6de;
}
#p0016-electric_power .input_setting {
  margin-right: 20px;
}
#p0016-electric_power .setting_title {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
#p0016-electric_power .input_setting .setting_title {
  padding-right: 25px;
}
#p0016-electric_power .input_setting .value {
  font-weight: bold;
  text-align: center;
}
#p0016-electric_power .input_setting .value input {
  width: 165px;
  height: 60px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: 5px;
  font-size: 40px;
  vertical-align: bottom;
  text-align: right;
}
#p0016-electric_power .power_setting .current_setting {
  flex-shrink: 0;
}
#p0016-electric_power .current_setting .value {
  width: 165px;
  height: 60px;
  padding: 0 10px;
  border: 1px solid #1f6bff;
  background-color: #fff;
  color: #1f6bff;
  font-size: 22px;
  font-weight: bold;
  text-align: right;
  line-height: 60px;
}
#p0016-electric_power .current_setting .value span {
  font-size: 40px;
}
#p0016-electric_power .btn_area {
  margin-top: 30px;
  text-align: center;
}
#p0016-electric_power .btn_area a {
  padding: 0 60px;
}
@media (max-width: 767px) {
  #p0016-electric_power .box {
    padding: 20px 20px 30px;
  }
  #p0016-electric_power .power_setting {
    display: block;
    padding: 20px;
    margin-top: 20px;
  }
  #p0016-electric_power .power_setting > div {
    display: block;
    width: 100%;
    padding: 0;
  }
  #p0016-electric_power .power_setting .agreement_power {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-right: none;
    border-bottom: 1px solid #d3d6de;
  }
  #p0016-electric_power .input_setting {
    margin-right: 0;
  }
  #p0016-electric_power .input_setting .setting_title {
    padding-right: 0;
  }
  #p0016-electric_power .input_setting .value input {
    width: 200px;
    margin-left: 20px;
  }
  #p0016-electric_power .current_setting {
    margin-top: 15px;
  }
  #p0016-electric_power .current_setting .value {
    width: 200px;
    margin: 0 auto;
  }
  #p0016-electric_power .current_setting .value span {
    font-size: 40px;
  }
  #p0016-electric_power .btn_area {
    margin-top: 30px;
    text-align: center;
  }
  #p0016-electric_power .btn_area a {
    padding: 0 60px;
  }
}


/* ---------- ks-usr-0019 ---------- */
#p0019 .box {
  display: block;
}
#p0019 .lead {
}
#p0019 .form_items {
  display: flex;
  flex-wrap: wrap;
}
#p0019 .form_item {
  width: 35%;
  margin-top: 15px;
  margin-right: 20%;
}
#p0019 .form_item.l {
  width: 72%;
}
#p0019 .item_title {
  margin-bottom: 5px;
  font-weight: bold;
}
#p0019 select,
#p0019 input,
#p0019 textarea {
  width: 100%;
}
#p0019 select {
}
#p0019 input {
}
#p0019 textarea {
}
#p0019 .form_name input {
  width: 48%;
}
#p0019 .form_name input:first-of-type {
  margin-right: 4%;
}
#p0019 .agree_terms {
  margin-top: 20px;
}
#p0019 .btn_area {
  margin-top: 30px;
}
#p0019 .btn_area button {
  padding: 0 50px;
}
@media (max-width: 767px) {
  #p0019 .form_item {
    width: 100%;
    margin-right: 0;
  }
  #p0019 .form_item.l {
    width: 100%;
  }
}



