@font-face {
  font-family: 'poppins';
  src: url("../css/font/Poppins-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'poppins';
  src: url("../css/font/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
}

* {
  margin: 0;
  padding: 0;
  letter-spacing: 0.08em;
  text-underline-position: under;
}

html, body {
  font-family: "Hiragino Kaku Gothic ProN",	"Hiragino Sans",	Meiryo,	sans-serif;
  color: #292e33;
  font-size: 15px;
  line-height: 2;
}

@media screen and (min-width: 800px) {
  html, body {
    font-size: 16px;
    line-height: 2;
  }
}

ul {
  list-style: none;
}

a {
  color: #0F5AD3;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

a:hover {
  color: #5089E6;
}

main {
  display: block;
  margin-top: 40px;
}

@media screen and (min-width: 800px) {
  main {
    margin-top: 24px;
  }
}

.radio {
  margin-right: 24px;
  display: inline-block;
}

.radio_long {
  display: block;
  margin-left: 0;
  margin-top: 12px;
}

.radio_long:first-of-type {
  margin-top: 0;
}

.radio:last-of-type {
  margin-right: 0;
}

.radio input {
  display: none;
}

.radio input:checked + label .radio_icon::after {
  content: "";
  position: absolute;
  top: 3px;
  height: 14px;
  left: 3px;
  width: 14px;
  border-radius: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.radio label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  cursor: pointer;
}

.radio_icon {
  display: inline-block;
  margin-right: 8px;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  border: 2px solid #dee4ea;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
  margin-top: 2px;
}

@media screen and (min-width: 800px) {
  .radio_icon {
    margin-top: 4px;
  }
}

.radio.is-disabled {
  opacity: 0.4;
}

.radio.is-disabled label {
  cursor: default;
}

.select {
  display: block;
  width: 100%;
}

@media screen and (min-width: 800px) {
  .select {
    width: auto;
  }
}

.select.is-error .select_inner select {
  background-color: #FFF5F5;
  border-color: #D83333;
}

.select .select_inner {
  position: relative;
  height: 48px;
  display: block;
  cursor: pointer;
  width: 100%;
}

@media screen and (min-width: 800px) {
  .select .select_inner {
    max-width: 442px;
  }
}

.select .select_inner select {
  width: 100%;
  height: 48px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dee4ea;
  background-color: #fff;
  color: #292e33;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 15px;
  padding-right: 35px;
  font-size: 15px;
}

.select .select_inner_top {
  min-width : 352px
}
.select .select_inner_top2 {
  min-width : 552px
}
.select .select_year_top {
  min-width : 300px
}

.select .select_inner select::-ms-expand {
  display: none;
}

.select .select_inner:after {
  content: '';
  position: absolute;
  display: inline-block;
  height: 16px;
  width: 16px;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}

.select .select_label {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #7f858b;
  margin-right: 16px;
  font-size: 14px;
  line-height: 2;
}

@media screen and (min-width: 800px) {
  .select .select_label {
    margin-right: 12px;
    font-size: 15px;
    line-height: 1.86667;
  }
}

.text-input {
  display: block;
  width: 100%;
}

.text-input_has-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -12px;
  margin-left: -16px;
}

.text-input_has-button .text-input_inner {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 16px;
  margin-top: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-input_has-button .text-input_inner input, .text-input_has-button .text-input_inner textarea {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.text-input_has-button .form-button {
  margin-left: 12px;
  margin-top: 12px;
}

.text-input_separate .text-input_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}

@media screen and (min-width: 800px) {
  .text-input_separate .text-input_inner {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}

.text-input_separate .text-input_inner span {
  color: #7f858b;
  margin: 0 4px;
}

.text-input_separate input {
  min-width: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.text-input_separate.text-input_spot-num {
  margin-top: -12px;
}

.text-input_separate.text-input_spot-num .text-input_inner {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.text-input_separate.text-input_spot-num .text-input_inner input {
  margin-top: 12px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.text-input_separate.text-input_spot-num .text-input_inner span {
  margin-top: 12px;
}

@media screen and (min-width: 800px) {
  .text-input_short .text-input_inner {
    max-width: 254px;
  }
}

@media screen and (min-width: 800px) {
  .text-input_long .text-input_inner {
    max-width: none;
  }
}

.text-input_period {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.text-input_period .text-input_inner {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(100% - 50px);
  flex: 0 1 calc(100% - 50px);
}

.text-input_period span {
  margin-left: 16px;
}

@media screen and (min-width: 800px) {
  .text-input_period {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .text-input_period .text-input_inner {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 190px;
    flex: 0 1 190px;
  }
  .text-input_period span {
    margin: 0 12px;
  }
}

.text-input_spot-num .text-input_inner input {
  padding: 0 11px;
  width: 63px;
}

.text-input_spot-num .text-input_inner input:first-child {
  width: 48px;
}

.text-input_credit-num .text-input_inner input {
  padding: 0 12px;
}

.text-input_label {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #7f858b;
  margin-right: 16px;
  font-size: 14px;
  line-height: 2;
}

@media screen and (min-width: 800px) {
  .text-input_label {
    margin-right: 12px;
    font-size: 15px;
    line-height: 1.86667;
  }
}

.text-input_inner {
  position: relative;
  display: inline-block;
  width: 100%;
}

@media screen and (min-width: 800px) {
  .text-input_inner {
    max-width: 344px;
  }
}

.text-input.is-error .text-input_inner input, .text-input.is-error .text-input_inner textarea {
  background-color: #FFF5F5;
  border-color: #D83333;
}

.text-input input, .text-input textarea {
  border-radius: 4px;
  border: 1px solid #dee4ea;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  font-size: 15px;
}

.text-input input::-ms-clear, .text-input textarea::-ms-clear {
  height: 20px;
}

.text-input input::-webkit-input-placeholder, .text-input textarea::-webkit-input-placeholder {
  color: #abb4bc;
}

.text-input input::-moz-placeholder, .text-input textarea::-moz-placeholder {
  color: #abb4bc;
}

.text-input input:-ms-input-placeholder, .text-input textarea:-ms-input-placeholder {
  color: #abb4bc;
}

.text-input input::-ms-input-placeholder, .text-input textarea::-ms-input-placeholder {
  color: #abb4bc;
}

.text-input input::placeholder, .text-input textarea::placeholder {
  color: #abb4bc;
}

.text-input input {
  height: 48px;
  padding: 0 15px;
}

.text-input textarea {
  padding: 0 8px;
}

.text-input .ui-datepicker-trigger {
  position: absolute;
  height: 16px;
  width: 16px;
  line-height: 1;
  border: none;
  background: transparent;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

.checkbox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.checkbox_wrapper .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
}

.checkbox_wrapper .checkbox:first-child {
  margin-top: 0;
}

.checkbox.is-error .checkbox_label .checkbox_icon {
  background-color: #FFF5F5;
  border-color: #D83333;
}

.checkbox.is-disabled {
  opacity: 0.4;
}

.checkbox.is-disabled .checkbox_label {
  cursor: default;
}

.checkbox input {
  display: none;
}

.checkbox input:checked ~ .checkbox_label .checkbox_icon::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  height: 16px;
  width: 16px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZD0iTTUyMi42NzMsMzEwLjc2OWExLjMyOSwxLjMyOSwwLDAsMS0uODMtLjI5MWwtNC43NDUtMy44YTEuMzI5LDEuMzI5LDAsMSwxLDEuNjYxLTIuMDc0bDMuNjYyLDIuOTI5LDUuODI0LTcuOTQ5YTEuMzI4LDEuMzI4LDAsMCwxLDIuMTQzLDEuNTdsLTYuNjQzLDkuMDY4YTEuMzI3LDEuMzI3LDAsMCwxLS45LjUzMkExLjM0OCwxLjM0OCwwLDAsMSw1MjIuNjczLDMxMC43NjlaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTE1LjU5OSAtMjk2LjQxMykiIGZpbGw9IiNmZmYiLz48L3N2Zz4=");
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.checkbox_label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  cursor: pointer;
}

.checkbox_icon {
  display: inline-block;
  height: 24px;
  width: 24px;
  background-color: #fff;
  border-radius: 4px;
  border: 2px solid #dee4ea;
  position: relative;
  margin-right: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-top: 2px;
}

@media screen and (min-width: 800px) {
  .checkbox_icon {
    margin-top: 4px;
  }
}

.value-area {
  display: none;
}

input.hasDatepicker::-ms-clear {
  visibility: hidden;
}

.ui-datepicker {
  width: auto !important;
  z-index: 2 !important;
}

.form-item {
  margin-top: 28px;
}

@media screen and (min-width: 800px) {
  .form-item {
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.form-item:first-child {
  margin-top: 0;
}

.form-item_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 800px) {
  .form-item_label {
    width: 300px;
    padding-right: 48px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 2;
    min-height: 48px;
  }
}

.form-item_name {
  font-weight: 700;
}

.form-item_icon {
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  padding: 0 8px;
  border-radius: 10px;
  display: inline-block;
  vertical-align: 6%;
  margin-left: 8px;
}

.form-item_value {
  margin-top: 12px;
}

@media screen and (min-width: 800px) {
  .form-item_value {
    width: calc(100% - 300px);
    margin-top: 0;
  }
}

.form-items {
  margin-top: 32px;
}

.form-items_title {
  position: relative;
  padding-left: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form-items_title::before {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 2px;
  top: 16px;
  left: 0;
}

.form-items_caption {
  font-size: 13px;
  margin-left: 8px;
  font-weight: 400;
  color: #7f858b;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: left;
}

.form-items .form-item_name {
  font-weight: 400;
}

.button {
  border: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  padding: 15px 25px;
  border-radius: 100px;
  display: block;
  text-decoration: none;
  width: 100%;
  text-align: center;
  max-width: 280px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.button::before {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
  background-color: #fff;
}

.button:hover {
  color: #fff;
}

.button:hover::before {
  opacity: 0.3;
}

.button.is-disabled {
  opacity: 0.4;
}

.button.is-disabled::before {
  content: none;
}

@media screen and (min-width: 800px) {
  .button {
    padding: 17px 25px;
    max-width: 320px;
    cursor: pointer;
  }
}

.button.button_dif-color {
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #dee4ea;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form-button {
  font-size: 14px;
  font-weight: 700;
  line-height: 32px;
  padding: 8px;
  border-radius: 4px;
  display: inline-block;
  border: none;
  color: #fff;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}

.form-button::before {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
  background-color: #fff;
}

.form-button:hover {
  color: #fff;
}

.form-button:hover::before {
  opacity: 0.3;
}

.form-button.is-disabled {
  opacity: 0.4;
}

.form-button.is-disabled::before {
  content: none;
}

@media screen and (min-width: 800px) {
  .form-button {
    font-size: 16px;
    padding: 8px 16px;
    cursor: pointer;
  }
}

.select .form-button, .text-input .form-button {
  margin-left: 16px;
}

@media screen and (min-width: 800px) {
  .select .form-button, .text-input .form-button {
    margin-left: 12px;
  }
}

.back-link {
  display: inline-block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.back-link_inner {
  text-decoration: none;
  color: #7f858b;
  padding-left: 20px;
  position: relative;
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 15px;
}

@media screen and (min-width: 800px) {
  .back-link_inner {
    font-size: 16px;
  }
}

.back-link_inner::before {
  content: '';
  position: absolute;
  display: inline-block;
  height: 16px;
  width: 16px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  pointer-events: none;
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iaWNvbi1hcnJvdyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZD0iTTU2MS40NjQsMjkxLjMxMWEuOTIyLjkyMiwwLDAsMS0uNy0uMzIybC01LjU0MS02LjQ2NGEuOTIzLjkyMywwLDEsMSwxLjQtMS4ybDQuODQsNS42NDYsNC44NC01LjY0NmEuOTIzLjkyMywwLDEsMSwxLjQsMS4ybC01LjU0MSw2LjQ2NEEuOTIyLjkyMiwwLDAsMSw1NjEuNDY0LDI5MS4zMTFaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTUzLjQ2NCAtMjc4LjY1NikiIGZpbGw9IiM3Zjg1OGIiLz48L3N2Zz4=");
}

.back-link_inner::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background-color: #fff;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.back-link_inner:hover {
  color: #7f858b;
}

.back-link_inner:hover::after {
  opacity: 0.3;
}

.text-link {
  display: block;
  margin-right: 15px;
}

.text-link_inner {
  text-decoration: none;
  padding-left: 20px;
  position: relative;
  border: none;
  background: transparent;
  cursor: pointer;
  font-weight: 700;
  font-size: 15px;
}

@media screen and (min-width: 800px) {
  .text-link_inner {
    font-size: 16px;
  }
}

.text-link_inner::before {
  content: '';
  position: absolute;
  display: inline-block;
  height: 16px;
  width: 16px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  pointer-events: none;
}

.text-link_inner::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background-color: #fff;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.text-link_inner:hover::after {
  opacity: 0.3;
}

.text-link:last-child {
  margin-right: 0;
}

@media screen and (min-width: 800px) {
  .text-link {
    display: inline-block;
  }
}

.text-link.is-disabled {
  pointer-events: none;
}

.text-link.is-disabled .text-link_inner {
  opacity: 0.4;
}

.text-link.is-disabled .text-link_inner::after {
  content: none;
}

.btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  min-width: 320px;
}

@media screen and (min-width: 800px) {
  .btn-area {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media screen and (min-width: 800px) {
  .btn-area_items {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media screen and (min-width: 800px) {
  .btn-area_prev-btn:after {
    content: "";
    display: inline-block;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 130px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}

.btn-area .btn-area_item {
  margin-top: 32px;
  width: 280px;
}

.btn-area .btn-area_item:first-child {
  margin-top: 0;
}

@media screen and (min-width: 800px) {
  .btn-area .btn-area_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 320px;
    flex: 0 1 320px;
    margin-top: 0;
    margin-left: 32px;
  }
  .btn-area .btn-area_item button {
    margin-left: 0;
    margin-right: 0;
  }
  .btn-area .btn-area_item:first-child {
    margin-left: 0;
  }
}

@media screen and (min-width: 800px) {
  .btn-area_order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .btn-area_order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.solid-line {
  width: 100%;
  border: 1px solid #dee4ea;
}

.line {
  width: 100%;
  border-top-color: #dee4ea;
  border-top-width: 1px;
  border-top-style: solid;
}

.dot-line {
  width: 100%;
  border-top-color: #c3cfdb;
  border-top-width: 1px;
  border-top-style: dashed;
}

.margin {
  margin: 0 16px;
}

@media screen and (min-width: 800px) {
  .margin {
    margin: 0 auto;
    max-width: 1120px;
  }
  .margin_select {
    margin: 0 auto;
    max-width: 1240px;
  }
  .margin.margin_wide {
    max-width: 1240px;
  }
  .margin.margin_narrow {
    max-width: 936px;
  }
  .margin.margin_too-narrow {
    max-width: 752px;
  }
}

@media screen and (min-width: 800px) {
  .margin_inner {
    padding: 0 20px;
    margin: 0;
  }
}

.page {
  background-color: #FAFBFD;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: calc(var(--vh, 1vh) * 100);
}

@media screen and (min-width: 800px) {
  .page {
    min-height: 100vh;
  }
}

@media screen and (min-width: 800px) {
  .page_inner {
    padding-bottom: 80px;
  }
}

.board {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border-radius: 10px 24px;
  color: #fff;
}

@media screen and (min-width: 800px) {
  .board {
    width: auto;
    border-radius: 10px 32px;
  }
}

.text-link {
  color: #292e33;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.text-link:hover {
  color: #0F5AD3;
}

.error-message {
  border: 2px solid #D83333;
  background-color: #FFF5F5;
  padding: 16px;
  border-radius: 4px;
  line-height: 2;
  color: #D83333;
  font-weight: 700;
}

.error-message-discountTarget {
  border: 2px solid #D83333;
  background-color: #FFF5F5;
  padding: 16px;
  border-radius: 4px;
  line-height: 2;
  color: #D83333;
  font-weight: 700;
  margin-bottom: 5px;
}

.h1-title {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}

@media screen and (min-width: 800px) {
  .h1-title {
    font-size: 34px;
    line-height: 1.70588;
  }
}

.h2-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.8;
}

@media screen and (min-width: 800px) {
  .h2-title {
    font-size: 24px;
    line-height: 1.75;
  }
}

.h2-title_has-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 800px) {
  .h2-title_has-caption {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.h2-title_caption {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
}

@media screen and (min-width: 800px) {
  .h2-title_caption {
    margin-left: 16px;
    font-size: 16px;
    font-weight: 400;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: left;
  }
}

.h3-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.77778;
}

.text-annotation {
  color: #7f858b;
  font-size: 13px;
  line-height: 1.69231;
  margin-top: 8px;
}

.text-annotation2 {
  font-size: 13px;
  line-height: 1.69231;
  margin-top: 8px;
}

.list_item {
  padding: 8px 6px;
  border-bottom: 1px solid #dee4ea;
}

.list_item:last-child {
  border-bottom: none;
}

@media screen and (min-width: 800px) {
  .list_item {
    padding: 16px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.table {
  width: 100%;
  border-top: 1px solid #dee4ea;
  border-left: 1px solid #dee4ea;
  border-spacing: 0;
  display: block;
  table-layout: fixed;
}

@media screen and (min-width: 800px) {
  .table {
    display: table;
  }
}

@media screen and (min-width: 800px) {
  .table_head .table_th:nth-child(n + 2) {
    width: auto;
  }
}

.table_body {
  display: block;
}

.electricity-usage-table-body {
  display: table-cell;
}

@media screen and (min-width: 800px) {
  .table_body {
    display: table-row-group;
  }
}

.table_tr {
  display: block;
}

@media screen and (min-width: 800px) {
  .table_tr {
    display: table-row;
  }
}

.table_th, .table_td {
  border-bottom: 1px solid #dee4ea;
  border-right: 1px solid #dee4ea;
  display: block;
  text-align: left;
  word-wrap: break-word;
}

@media screen and (min-width: 800px) {
  .table_th, .table_td {
    display: table-cell;
  }
}

.table_td {
  background-color: #fff;
  font-size: 14px;
  line-height: 1.85714;
  padding: 10px 16px;
}

@media screen and (min-width: 800px) {
  .table_td {
    font-size: 15px;
    line-height: 2;
    padding: 12px 16px;
  }
}

.table_th {
  padding: 8px 16px;
  background-color: #F4F6FA;
  font-weight: 700;
  font-size: 15px;
}

@media screen and (min-width: 800px) {
  .table_th {
    padding: 12px 16px;
    width: 218px;
    vertical-align: top;
  }
}

.table_row {
  display: table;
}

.table_row .table_body {
  display: table-row-group;
}

.table_row .table_tr {
  display: table-row;
}

.table_row .table_td, .table_row .table_th {
  display: table-cell;
}

@media screen and (min-width: 800px) {
  .table_select .table_th:not(:last-child) {
    width: auto;
  }
}

.table_select .table_th:first-child {
  width: 36px;
}

@media screen and (min-width: 800px) {
  .table_select .table_th:first-child {
    width: 45px;
  }
}

.table_select .table_td:first-child {
  text-align: center;
}

.accordion_title {
  position: relative;
}

@media screen and (min-width: 800px) {
  .accordion_title {
    padding-right: 200px;
    min-height: 46px;
  }
}

.accordion_button-wrapper {
  text-align: center;
  margin-top: 12px;
}

@media screen and (min-width: 800px) {
  .accordion_button-wrapper {
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}

.accordion_button {
  display: inline-block;
  padding: 7px 20px 7px 44px;
  border-radius: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dee4ea;
  background-color: #fff;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.accordion_button::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  opacity: 0;
}

.accordion_button:hover::after {
  opacity: 0.3;
}

.accordion_button.is-content-show .accordion_icon::after {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.accordion_icon {
  position: absolute;
  height: 14px;
  width: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
}

.accordion_icon::after, .accordion_icon::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.accordion_icon::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.accordion_content {
  padding-top: 24px;
}

@media screen and (min-width: 800px) {
  .accordion_content {
    padding-top: 24px;
  }
}

.bg-box {
  background-color: #FAFBFD;
  border-radius: 4px;
  padding: 12px 20px;
}

@media screen and (min-width: 800px) {
  .bg-box {
    padding: 18px 24px;
  }
}

.graph.margin {
  margin-right: 0;
  margin-left: 0;
  width: 100%;
  overflow-x: auto;
  padding-top: 8px;
}

@media screen and (min-width: 800px) {
  .graph.margin {
    margin-right: auto;
    margin-left: auto;
    width: auto;
    overflow: visible;
    padding-top: 0;
  }
}

.graph.margin_inner {
  line-height: 0;
}

@media screen and (min-width: 800px) {
  .graph_year .highcharts-series rect {
    width: 36px;
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
}

.graph_inner {
  background-color: #fff;
  border-radius: 16px 16px 0 0;
  padding-top: 16px;
  display: inline-block;
  -webkit-box-shadow: 0px 2px 6px rgba(129, 153, 186, 0.15);
  box-shadow: 0px 2px 6px rgba(129, 153, 186, 0.15);
}

@media screen and (min-width: 800px) {
  .graph_inner {
    display: block;
    padding: 40px 32px 24px;
    border-radius: 13px;
    -webkit-box-shadow: 0px 3px 6px rgba(129, 153, 186, 0.15);
    box-shadow: 0px 3px 6px rgba(129, 153, 186, 0.15);
  }
}

.graph_color {
  display: none;
}

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

.graph-toolchip_point {
  margin-top: 10px;
}

.graph-toolchip_x {
  font-size: 14px;
}

.graph-toolchip_y {
  font-size: 15px;
  font-weight: 700;
}

.highcharts-grid path {
  stroke-dasharray: 2, 2;
  stroke: #c3cfdb;
}

.highcharts-axis path {
  stroke: transparent;
}

@font-face {
  font-family: 'poppins';
  src: url("../css/font/Poppins-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'poppins';
  src: url("../css/font/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
}

.header_wrapper {
  position: relative;
  padding: 16px 10px 0;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header_wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 56px;
  width: 56px;
  border-radius: 0 0 56px 0;
}

@media screen and (min-width: 800px) {
  .header_wrapper {
    padding: 24px 0 0;
  }
  .header_wrapper::after {
    height: 128px;
    width: 128px;
    border-radius: 0 0 128px 0;
  }
}

.header_wrapper .margin {
  margin: 0;
}

@media screen and (min-width: 800px) {
  .header_wrapper .margin {
    max-width: none;
  }
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 2;
  height: 56px;
  padding: 12px 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 32px;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 6px rgba(129, 153, 186, 0.15);
  box-shadow: 0px 2px 6px rgba(129, 153, 186, 0.15);
}

@media screen and (min-width: 800px) {
  .header {
    height: 80px;
    padding: 18px 40px 18px 48px;
    width: 100%;
    border-radius: 44px;
  }
}

.header_nav {
  display: none;
}

@media screen and (min-width: 800px) {
  .header_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 34px;
  }
  .header_nav li {
    display: inline-block;
    margin-left: 24px;
  }
  .header_nav li:first-child {
    margin-left: 0;
  }
  .header_nav .header_nav-item {
    display: inline-block;
    text-decoration: none;
    font-weight: 700;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
}

.header_menu {
  margin-left: auto;
  position: relative;
}

.header_menu .header_button {
  position: relative;
  cursor: pointer;
}

@media screen and (min-width: 800px) {
  .header_menu .header_button {
    padding: 20px 20px 20px 0;
  }
  .header_menu .header_button:after {
    content: '';
    position: absolute;
    display: inline-block;
    height: 16px;
    width: 16px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
  }
}

.header_menu .header_button .name {
  display: none;
}

@media screen and (min-width: 800px) {
  .header_menu .header_button .name {
    display: inline-block;
  }
}

.header_menu .header_button_sp {
  width: 20px;
  height: 18px;
}

.header_menu .header_button_sp span {
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.header_menu .header_button_sp span:first-child {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.header_menu .header_button_sp span:last-child {
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
}

@media screen and (min-width: 800px) {
  .header_menu .header_button_sp {
    display: none;
  }
}

.header_menu-list {
  padding: 12px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 32px;
  -webkit-box-shadow: 0px 2px 6px rgba(129, 153, 186, 0.15);
  box-shadow: 0px 2px 6px rgba(129, 153, 186, 0.15);
  background-color: #fff;
}

.header_menu-list-wrapper {
  z-index: 1;
  display: none;
  position: absolute;
  top: 71px;
  width: 100%;
  left: 0;
  padding: 0 6px 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 800px) {
  .header_menu-list-wrapper {
    width: auto;
    top: 66px;
    left: auto;
    right: 20px;
  }
}

@media screen and (min-width: 800px) {
  .header_menu-list {
    padding: 14px 0;
    border-radius: 10px;
    -webkit-box-shadow: 0px 4px 10px rgba(129, 153, 186, 0.15);
    box-shadow: 0px 4px 10px rgba(129, 153, 186, 0.15);
  }
}

.header_menu-list .header_menu-item {
  display: block;
  white-space: nowrap;
  text-decoration: none;
  padding: 16px 0;
  position: relative;
  color: #292e33;
  border-bottom: 1px solid #dee4ea;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.header_menu-list .header_menu-item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  height: 8px;
  width: 8px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (min-width: 800px) {
  .header_menu-list .header_menu-item {
    padding: 10px 24px;
    border: none;
  }
  .header_menu-list .header_menu-item::after {
    content: none;
  }
}

@media screen and (min-width: 800px) {
  .header_menu-list .header_menu-item_is-sp {
    display: none;
  }
}

.header_menu-list li:last-child .header_menu-item {
  border-bottom: none;
}

.logo {
  line-height: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.logo a {
  display: inline-block;
  line-height: 0;
  text-decoration: none;
}

@media screen and (min-width: 800px) {
  .logo a:hover {
    opacity: 0.7;
  }
}

.logo img {
  max-height: 33px;
}

@media screen and (min-width: 800px) {
  .logo img {
    max-height: 70px;
  }
}

.logo p {
  line-height: 1.4;
  font-size: 24px;
  font-weight: 700;
}

@media screen and (min-width: 800px) {
  .logo p {
    font-size: 32px;
  }
}

.cover {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: none;
  z-index: 1;
  background-color: #7f858b;
  opacity: 0.1;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
}

@media screen and (min-width: 800px) {
  .cover {
    background-color: transparent;
  }
}

.page_header-is-open {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
}

@media screen and (min-width: 800px) {
  .page_header-is-open {
    height: auto;
    overflow: auto;
  }
}

.page_header-is-open .header_button_sp span:first-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.page_header-is-open .header_button_sp span:nth-child(2) {
  display: none;
}

.page_header-is-open .header_button_sp span:last-child {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.page_header-is-open .header_menu-list-wrapper {
  display: block;
  max-height: calc(100vh - 90px);
  max-height: calc(var(--vh, 1vh) * 100 - 90px);
  overflow: auto;
}

@media screen and (min-width: 800px) {
  .page_header-is-open .header_menu-list-wrapper {
    max-height: auto;
  }
}

.page_header-is-open .cover {
  display: block;
}

.footer {
  border-top: 1px solid #dee4ea;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.footer_inner {
  padding: 11px 0;
  line-height: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 800px) {
  .footer_inner {
    padding: 19px 0;
  }
}

.footer_text {
  color: #7f858b;
  font-size: 11px;
  line-height: 2;
  text-align: center;
}

.page-detail .footer .margin {
  margin: 0 16px;
}

@media screen and (min-width: 800px) {
  .page-detail .footer .margin {
    margin: 0 auto;
  }
}

@font-face {
  font-family: 'poppins';
  src: url("../css/font/Poppins-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'poppins';
  src: url("../css/font/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
}

.page-detail {
  background-color: #fff;
}

@media screen and (min-width: 800px) {
  .page-detail {
    background-color: #FAFBFD;
  }
}

@media screen and (min-width: 800px) {
  .page-detail .page_inner {
    padding-bottom: 40px;
  }
}

.page-detail_layer .page_inner {
  padding-bottom: 76px;
}

@media screen and (min-width: 800px) {
  .page-detail_layer .page_inner {
    padding-bottom: 80px;
  }
}

.page-detail_layer .page-detail-main {
  -webkit-box-shadow: 0px 3px 6px rgba(129, 153, 186, 0.15);
  box-shadow: 0px 3px 6px rgba(129, 153, 186, 0.15);
}

.page-detail .header_wrapper::after {
  content: none;
}

.page-detail .margin {
  margin: 0;
}

@media screen and (min-width: 800px) {
  .page-detail .margin {
    margin: 0 auto;
  }
}

.page-detail_margin {
  margin: 0 20px;
}

@media screen and (min-width: 800px) {
  .page-detail_margin {
    margin: 0;
  }
}

.page-detail-title {
  color: #fff;
  padding: 32px 20px 42px;
  text-align: center;
}

@media screen and (min-width: 800px) {
  .page-detail-title {
    padding: 48px 0 78px;
  }
}

.page-detail-title_subtitle {
  text-align: center;
  margin-top: 8px;
}

.page-detail-title_icon {
  display: inline-block;
  border-radius: 50%;
  line-height: 0;
  padding: 8px;
  margin-bottom: 8px;
}

@media screen and (min-width: 800px) {
  .page-detail-title_icon {
    padding: 12px;
  }
}

.page-detail-title_icon svg {
  overflow: hidden;
  width: 32px;
  height: 32px;
}

@media screen and (min-width: 800px) {
  .page-detail-title_icon svg {
    width: 40px;
    height: 40px;
  }
}

.page-detail-title_icon span {
  display: block;
  width: 32px;
  height: 32px;
  font-weight: 700;
  font-family: 'poppins', "Hiragino Kaku Gothic ProN",	"Hiragino Sans",	Meiryo,	sans-serif;
  font-size: 28px;
  line-height: 32px;
}

@media screen and (min-width: 800px) {
  .page-detail-title_icon span {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}

.page-detail-main {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px 20px 58px;
  border-radius: 16px 16px 0 0;
  margin-top: -16px;
  background-color: #fff;
}

@media screen and (min-width: 800px) {
  .page-detail-main {
    -webkit-box-shadow: 0px 2px 6px rgba(129, 153, 186, 0.15);
    box-shadow: 0px 2px 6px rgba(129, 153, 186, 0.15);
    margin-top: 0;
    padding: 48px 68px 56px;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    border-radius: 10px;
  }
}

.page-detail .dot-line, .page-detail .line {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: -20px;
  margin-top: 40px;
}

@media screen and (min-width: 800px) {
  .page-detail .dot-line, .page-detail .line {
    padding: 0;
    margin-left: 0;
  }
}

.page-detail .dot-line-narrow {
  padding: 0;
  margin: 25px 0 0;
}

.page-detail-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 12px;
}

.page-detail-step_item {
  font-family: 'poppins', "Hiragino Kaku Gothic ProN",	"Hiragino Sans",	Meiryo,	sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  margin-left: 12px;
  position: relative;
  line-height: 34px;
  font-size: 20px;
  text-align: center;
  border-width: 2px;
  border-style: solid;
  letter-spacing: 0;
  color: #fff;
  border-color: #fff;
}

.page-detail-step_item.is-done, .page-detail-step_item.is-current {
  background-color: #fff;
}

.page-detail-step_item.is-done {
  position: relative;
}

.page-detail-step_item.is-done:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  height: 15px;
  width: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 0 3px 3px 0;
  border-style: solid;
  -webkit-transform: translateY(-60%) translateX(-50%) rotate(40deg);
  transform: translateY(-60%) translateX(-50%) rotate(40deg);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.page-detail-step_item.is-done:last-child::after {
  content: none;
}

.page-detail-step_item.is-current {
  -webkit-transform: scale(1.12);
  transform: scale(1.12);
  font-weight: 700;
}

@media screen and (min-width: 800px) {
  .page-detail-step_item.is-current {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media screen and (min-width: 800px) {
  .page-detail-step_item {
    height: 40px;
    width: 40px;
    line-height: 38px;
    font-size: 22px;
    margin-left: 16px;
  }
}

.page-detail-step_item::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 16px;
  top: 50%;
  left: -16px;
  background-color: #fff;
}

@media screen and (min-width: 800px) {
  .page-detail-step_item::before {
    width: 20px;
    left: -20px;
  }
}

.page-detail-step_item:first-child {
  margin-left: 0;
}

.page-detail-step_item:first-child::before {
  content: none;
}

.page-detail-step_item:last-child {
  font-size: 12px;
}

@media screen and (min-width: 800px) {
  .page-detail-step_item:last-child {
    font-size: 13px;
  }
}

.top .page_inner {
  padding-bottom: 36px;
}

@media screen and (min-width: 800px) {
  .top .page_inner {
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 800px) {
  .top-select {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}

@media screen and (min-width: 800px) and (max-width: 1080px) {
  .top-select .select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.top-select .select_label {
  display: block;
}

@media screen and (min-width: 800px) {
  .top-select .select_label {
    text-align: center;
  }
  .top-select .select_label .left {
    text-align: left;
  }
}

.top-select .select_inner {
  margin-top: 8px;
}

@media screen and (min-width: 800px) {
  .top-select .select_inner {
    max-width: 352px;
  }
  .top-select .select_year {
    max-width: 300px;
  }
}

@media screen and (min-width: 800px) and (max-width: 1080px) {
  .top-select .select_inner {
    width: 352px;
    margin-top: 0;
  }
}

.top-select_text {
  margin-top: 16px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}

@media screen and (min-width: 800px) {
  .top-select_text {
    margin-top: 8px;
  }
}

@media screen and (min-width: 800px) {
  .top-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (min-width: 800px) and (max-width: 1080px) {
  .top-data {
    display: block;
  }
  .top-data .top-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .top-data .top-select_text {
    margin-left: 16px;
    margin-top: 0;
  }
}

.top-usage {
  position: relative;
  padding: 30px 30px 14px;
  font-family: 'poppins', "Hiragino Kaku Gothic ProN",	"Hiragino Sans",	Meiryo,	sans-serif;
}

@media screen and (min-width: 800px) {
  .top-usage {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-left: 24px;
    padding: 40px 25px 38px;
    min-width: 800px;
  }
  .top-usage-max-width {
    max-width: 880px;
  }
}

@media screen and (min-width: 800px) and (max-width: 1080px) {
  .top-usage {
    margin-left: 0;
    margin-top: 40px;
    min-width: auto;
  }
}

@media screen and (min-width: 800px) {
  .top-usage_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.top-usage_date {
  font-size: 18px;
  padding-bottom: 4px;
  position: relative;
}

@media screen and (min-width: 800px) {
  .top-usage_date {
    padding: 0;
    width: 100px;
    text-align: left;
    font-size: 22px;
    line-height: 1;
    text-align: center;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.top-usage_date::after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  left: -10px;
  right: -10px;
  bottom: 0;
  opacity: 0.3;
  background-color: #fff;
}

@media screen and (min-width: 800px) {
  .top-usage_date::after {
    width: 1px;
    height: auto;
    right: 0;
    left: auto;
    top: 0;
    bottom: 0;
  }
}

.top-usage_date-inner {
  line-height: 1;
  padding-bottom: 16px;
}

@media screen and (min-width: 800px) {
  .top-usage_date-inner {
    text-align: left;
    padding: 0;
  }
}

@media screen and (min-width: 800px) {
  .top-usage_date_small {
    font-size: 16px;
  }
}

.top-usage_date_bold {
  font-size: 2em;
  font-weight: 700;
}

@media screen and (min-width: 800px) {
  .top-usage_date_bold {
    font-size: 2.36364em;
  }
}

.top-usage_usage {
  display: inline-block;
}

@media screen and (min-width: 800px) {
  .top-usage_usage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.top-usage_data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 800px) {
  .top-usage_data {
    margin-left: 24px;
  }
  .top-usage_data:first-of-type {
    margin-left: 0;
  }
}

.top-usage_data-name {
  min-width: 80px;
  text-align: left;
}

@media screen and (min-width: 800px) {
  .top-usage_data-name {
    min-width: auto;
    margin-right: 8px;
  }
}

.top-usage_data-value {
  font-size: 18px;
}

@media screen and (min-width: 800px) {
  .top-usage_data-value {
    font-size: 24px;
  }
}

.top-usage_data-value span {
  font-size: 2.44444em;
  font-weight: 700;
  letter-spacing: 0;
  margin-right: 8px;
  line-height: 1.3;
}

@media screen and (min-width: 800px) {
  .top-usage_data-value span {
    line-height: 1.2;
    font-size: 2.33333em;
  }
}

.top-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 32px;
}

@media screen and (min-width: 800px) {
  .top-menu {
    margin-top: 40px;
  }
}

.top-menu_item {
  width: calc(50% - 8px);
  margin-left: 15px;
  margin-top: 28px;
}

.top-menu_item:nth-child(-n + 2) {
  margin-top: 0;
}

.top-menu_item:nth-child(2n + 1) {
  margin-left: 0;
}

@media screen and (min-width: 800px) {
  .top-menu_item {
    width: calc(25% - 18px);
    margin-left: 24px;
    margin-top: 40px;
  }
  .top-menu_item:nth-child(2n + 1) {
    margin-left: 24px;
  }
  .top-menu_item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .top-menu_item:nth-child(-n + 4) {
    margin-top: 0;
  }
}

@media screen and (min-width: 800px) and (max-width: 1080px) {
  .top-menu_item {
    width: calc(33% - 16px);
    margin-left: 24px;
    margin-top: 40px;
  }
  .top-menu_item:nth-child(4n + 1) {
    margin-left: 24px;
  }
  .top-menu_item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .top-menu_item:nth-child(4) {
    margin-top: 40px;
  }
  .top-menu_item:nth-child(-n + 3) {
    margin-top: 0;
  }
}

.top-menu_link {
  border-radius: 10px;
  overflow: hidden;
  padding: 5px 24px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 6px rgba(129, 153, 186, 0.15);
  box-shadow: 0px 2px 6px rgba(129, 153, 186, 0.15);
  color: #292e33;
  text-decoration: none;
  position: relative;
}

@media screen and (min-width: 800px) {
  .top-menu_link {
    padding-bottom: 12px;
  }
}

.top-menu_link::after {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  opacity: 0;
}

.top-menu_link:hover {
  color: #292e33;
}

.top-menu_link:hover::after {
  opacity: 0.3;
}

.top-menu_img {
  width: 100%;
  padding-top: 80%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.top-menu_name {
  text-align: center;
  font-weight: 700;
}

.top-news {
  margin-top: 48px;
}

@media screen and (min-width: 800px) {
  .top-news {
    margin-top: 65px;
  }
}

@media screen and (min-width: 800px) {
  .top-news_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.top-news_date {
  display: block;
  font-size: 13px;
  color: #7f858b;
}

@media screen and (min-width: 800px) {
  .top-news_date {
    width: 150px;
  }
}

.top-news_text {
  display: block;
  color: #292e33;
}

@media screen and (min-width: 800px) {
  .top-news_text {
    width: calc(100% - 150px);
  }
}

@media screen and (min-width: 800px) {
  .usage .h1-title {
    text-align: left;
  }
}

.usage .usage_inner {
  position: relative;
}

@media screen and (min-width: 800px) {
  .usage .usage-address, .usage .usage-select {
    width: calc(100% - 390px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (min-width: 800px) and (max-width: 1120px) {
  .usage .usage-address, .usage .usage-select {
    width: 100%;
  }
}

.usage .usage-address {
  margin-top: 8px;
}

@media screen and (min-width: 800px) {
  .usage .usage-address {
    margin-top: 20px;
  }
}

.usage .usage-address .select {
  margin-top: 12px;
}

@media screen and (min-width: 800px) {
  .usage .usage-address .select {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.usage .usage-address .select_inner {
  margin-top: 8px;
}

@media screen and (min-width: 800px) {
  .usage .usage-address .select_inner {
    margin-top: 0;
    width: 233px;
    min-width: 233px;
  }
}

@media screen and (min-width: 800px) {
  .usage .usage-address .select_inner_no {
    margin-top: 0;
    width: 352px;
    min-width: 352px;
  }
}

.usage .usage-address_text {
  margin-top: 8px;
}

@media screen and (min-width: 800px) {
  .usage .usage-address_text {
    margin-top: 0;
    margin-left: 16px;
  }
}

.usage .usage-sum {
  margin-top: 24px;
}

@media screen and (min-width: 800px) {
  .usage .usage-sum {
    width: 350px;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0 24px 0 0;
    z-index: 1;
  }
}

@media screen and (min-width: 800px) and (max-width: 1120px) {
  .usage .usage-sum {
    position: relative;
    width: 100%;
    margin: 32px 0 0;
  }
}

.usage .usage-sum .board {
  padding: 31px 13px 10px;
}

@media screen and (min-width: 800px) {
  .usage .usage-sum .board {
    padding: 52px 30px 25px;
  }
}

@media screen and (min-width: 800px) and (max-width: 1120px) {
  .usage .usage-sum .board {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 40px 24px 32px;
  }
}

.usage .usage-sum_time {
  display: inline-block;
  padding: 0 14px;
  border-radius: 19px;
}

@media screen and (min-width: 800px) {
  .usage .usage-sum_time {
    font-size: 16px;
    padding: 0 18px;
  }
}

.usage .usage-sum_usage {
  font-size: 20px;
  line-height: 66px;
}

@media screen and (min-width: 800px) {
  .usage .usage-sum_usage {
    font-size: 22px;
  }
}

@media screen and (min-width: 800px) and (max-width: 1120px) {
  .usage .usage-sum_usage {
    margin-left: 16px;
    line-height: 1;
  }
}

.usage .usage-sum_usage_bold {
  font-size: 2.2em;
  font-weight: 700;
  margin-right: 5px;
  font-family: 'poppins', "Hiragino Kaku Gothic ProN",	"Hiragino Sans",	Meiryo,	sans-serif;
}

@media screen and (min-width: 800px) and (max-width: 1120px) {
  .usage .usage-sum_compare {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.usage .usage-sum_compare .board {
  padding: 20px 12px;
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.usage .usage-sum_compare .board:first-child {
  margin-top: 0;
}

@media screen and (min-width: 800px) {
  .usage .usage-sum_compare .board {
    width: 100%;
    padding: 12px;
    padding: 24px 12px;
  }
}

@media screen and (min-width: 800px) and (max-width: 1120px) {
  .usage .usage-sum_compare .board {
    padding: 36px 12px;
    margin-top: 0;
    margin-left: 24px;
  }
  .usage .usage-sum_compare .board:first-child {
    margin-left: 0;
  }
}

.usage .usage-sum_compare .usage-sum_time {
  margin-right: 16px;
  font-size: 14px;
}

@media screen and (min-width: 800px) {
  .usage .usage-sum_compare .usage-sum_time {
    margin-right: 0;
    padding: 1px 10px 1px 13px;
  }
}

.usage .usage-sum_compare .usage-sum_usage {
  line-height: 1.2;
}

@media screen and (min-width: 800px) {
  .usage .usage-sum_compare .usage-sum_usage {
    font-size: 16px;
    margin-left: 12px;
  }
}

@media screen and (min-width: 800px) and (max-width: 1120px) {
  .usage .usage-sum_compare .usage-sum_usage {
    font-size: 22px;
  }
}

.usage .usage-sum_compare .usage-sum_usage_bold {
  font-size: 1.7em;
}

@media screen and (min-width: 800px) {
  .usage .usage-sum_compare .usage-sum_usage_bold {
    font-size: 2.2em;
  }
}

.usage .usage-select {
  margin-top: 20px;
  text-align: center;
}

@media screen and (min-width: 800px) and (max-width: 1120px) {
  .usage .usage-select {
    margin-top: 32px;
  }
}

.usage .usage-select .select, .usage .usage-select .text-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 237px;
  flex: 0 1 237px;
}

@media screen and (min-width: 800px) {
  .usage .usage-select .select, .usage .usage-select .text-input {
    margin-left: 24px;
  }
}

.usage .usage-select_unit {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.usage .usage-select_unit-item {
  display: inline-block;
  height: 48px;
  width: 48px;
  line-height: 48px;
  font-size: 15px;
  border-radius: 50%;
  margin-left: 12px;
  border-left-color: #dee4ea;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.usage .usage-select_unit-item:first-child {
  margin-left: 0;
}

@media screen and (min-width: 800px) {
  .usage .usage-select_unit-item:hover {
    cursor: pointer;
    color: #fff;
  }
}

.usage .usage-select_unit-item.usage-select_unit-item_is-current {
  color: #fff;
}

@media screen and (min-width: 800px) {
  .usage .usage-select_date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (min-width: 800px) {
  .billing .h1-title {
    text-align: left;
  }
}

.billing .page_inner {
  padding-bottom: 44px;
}

@media screen and (min-width: 800px) {
  .billing .page_inner {
    padding-bottom: 50px;
  }
}

.billing-select {
  margin-top: 12px;
}

@media screen and (min-width: 800px) {
  .billing-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 800px) {
  .billing-select_period {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 190px;
    flex: 0 0 190px;
  }
}

@media screen and (min-width: 800px) {
  .billing-address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 800px) {
  .billing-address .select {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (min-width: 800px) {
  .billing-address .select_inner {
    width: 352px;
    min-width: 352px;
  }
}

@media screen and (min-width: 800px) {
  .billing .graph_inner {
    padding-top: 24px;
  }
}

.billing-table {
  width: 100%;
  text-align: left;
  table-layout: fixed;
  border-spacing: 0;
  margin-top: 30px;
}

@media screen and (min-width: 800px) {
  .billing-table {
    margin-top: 60px;
  }
}

.billing-table th, .billing-table td {
  border-bottom: 1px solid #dee4ea;
  padding: 11px 0px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.billing-table th:first-child, .billing-table td:first-child {
  padding-left: 16px;
}

.billing-table th:last-child, .billing-table td:last-child {
  padding-right: 16px;
}

.billing-table colgroup col:first-child {
  width: 80px;
}

@media screen and (min-width: 800px) {
  .billing-table colgroup col:first-child {
    width: 136px;
  }
}

.billing-table colgroup col:last-child {
  width: 95px;
}

@media screen and (min-width: 800px) {
  .billing-table colgroup col:last-child {
    width: 136px;
  }
}

.billing-table thead th:nth-child(2) {
  white-space: nowrap;
}

.billing-table thead th:last-child {
  text-align: center;
  padding-left: 16px;
}

@media screen and (min-width: 800px) {
  .billing-table thead th:last-child {
    text-align: left;
    padding-left: 0;
  }
}

.billing-table td:last-child {
  text-align: right;
}

.billing-table .button {
  padding: 5px 17px;
  display: inline-block;
}

@media screen and (min-width: 800px) {
  .billing-table .button {
    padding: 5px 20px;
  }
}

.billing-detail-period {
  margin-top: 12px;
}

.billing-detail-period:first-of-type {
  margin-top: 0;
}

@media screen and (min-width: 800px) {
  .billing-detail-period {
    margin-top: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .billing-detail-period_long {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .billing-detail-period p {
    margin-left: 16px;
  }
  .billing-detail-period p:first-child {
    margin-left: 0;
  }
  .billing-detail-period_line {
    margin-left: 32px;
    position: relative;
  }
  .billing-detail-period_line::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2px;
    height: 1em;
    left: -16px;
    background-color: #dee4ea;
  }
}

.billing-detail-period span {
  display: inline-block;
}

.billing-detail-sum {
  text-align: center;
  font-weight: 700;
  line-height: 1.42857;
}

.billing-detail-sum_num {
  font-family: 'poppins', "Hiragino Kaku Gothic ProN",	"Hiragino Sans",	Meiryo,	sans-serif;
  font-size: 56px;
}

@media screen and (min-width: 800px) {
  .billing-detail-column {
    margin-left: 90px;
    position: relative;
  }
  .billing-detail-column::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #dee4ea;
    left: -45px;
  }
  .billing-detail-column:first-child {
    margin-left: 0;
  }
  .billing-detail-column:first-child::before {
    content: none;
  }
  .billing-detail-column_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.billing-detail-table {
  width: 100%;
  table-layout: fixed;
  border-spacing: 0;
}

.billing-detail-table_title {
  font-size: 16px;
  font-weight: 700;
}

.billing-detail-table th, .billing-detail-table td {
  padding: 12px 0;
  font-weight: 400;
  border-bottom: 1px dashed #c3cfdb;
  vertical-align: top;
}

.billing-detail-table th {
  text-align: left;
}

.billing-detail-table td {
  text-align: right;
}

.billing-detail-table tr:last-of-type th, .billing-detail-table tr:last-of-type td {
  border: none;
}

.billing-detail-table_flex {
  display: block;
}

@media screen and (min-width: 800px) {
  .billing-detail-table_flex {
    display: table;
  }
}

.billing-detail-table_flex tbody {
  display: block;
}

@media screen and (min-width: 800px) {
  .billing-detail-table_flex tbody {
    display: table-row-group;
  }
}

.billing-detail-table_flex tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px dashed #c3cfdb;
}

.billing-detail-table_flex tr:last-of-type {
  border: none;
}

.billing-detail-table_flex tr.billing-detail-table_group {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.billing-detail-table_flex tr.billing-detail-table_group th:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding-bottom: 0;
}

@media screen and (min-width: 800px) {
  .billing-detail-table_flex tr {
    display: table-row;
    border: none;
  }
  .billing-detail-table_flex tr:last-of-type th, .billing-detail-table_flex tr:last-of-type td {
    border: none;
  }
}

.billing-detail-table_flex th, .billing-detail-table_flex td {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 50%;
  border: none;
}

@media screen and (min-width: 800px) {
  .billing-detail-table_flex th, .billing-detail-table_flex td {
    width: auto;
    border-bottom: 1px dashed #c3cfdb;
  }
}

.billing-detail-title {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
}

.faq-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.faq-icon {
  font-family: 'poppins', "Hiragino Kaku Gothic ProN",	"Hiragino Sans",	Meiryo,	sans-serif;
  font-size: 26px;
  font-weight: 700;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  line-height: 36px;
}

.faq-text {
  margin-top: 3px;
  margin-left: 15px;
}

.faq-a {
  margin-top: 6px;
}

.faq-item {
  margin-top: 20px;
}

.faq-item:first-child {
  margin-top: 0;
}

.faq-item:last-child .dot-line {
  display: none;
}

.error-page {
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.error-page .page_inner {
  padding-bottom: 58px;
}

@media screen and (min-width: 800px) {
  .error-page .page_inner {
    padding-bottom: 80px;
  }
}

.error-page main {
  margin-top: 68px;
}

@media screen and (min-width: 800px) {
  .error-page main {
    margin-top: 117px;
  }
}

.error-page-icon {
  display: block;
  height: 48px;
  width: 48px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 48px;
  font-size: 36px;
  font-weight: 700;
  margin: 0 auto;
}

.error-page-icon svg {
  margin-top: 7px;
  height: 34px;
}

.error-page-title {
  text-align: center;
  font-family: 'poppins', "Hiragino Kaku Gothic ProN",	"Hiragino Sans",	Meiryo,	sans-serif;
  font-size: 40px;
  font-weight: 700;
}

@media screen and (min-width: 800px) {
  .error-page-title {
    font-size: 56px;
    line-height: 1.41071;
  }
}

.uniquie-table .table_th {
  width: auto;
}

.uniquie-table .table_th:last-child {
  width: 80px;
}

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

.ta-l {
  text-align: left;
}

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

@media screen and (min-width: 800px) {
  .ta-c-pc {
    text-align: center;
  }
}

@media screen and (min-width: 800px) {
  .ta-l-pc {
    text-align: left;
  }
}

.w-auto {
  width: auto !important;
}

@media screen and (min-width: 800px) {
  .is-sp {
    display: none;
  }
}

.is-pc {
  display: none;
}

@media screen and (min-width: 800px) {
  .is-pc {
    display: block;
  }
}

.fw-bold {
  font-weight: 700;
}

.fw-normal {
  font-weight: 400;
}

@media screen and (max-width: 799px) {
  .mt-0-sp {
    margin-top: 0px !important;
  }
}

@media screen and (min-width: 800px) {
  .mt-0-pc {
    margin-top: 0px !important;
  }
}

@media screen and (min-width: 800px) {
  .ml-0-pc {
    margin-left: 0px;
  }
}

@media screen and (max-width: 799px) {
  .mt-4-sp {
    margin-top: 4px !important;
  }
}

@media screen and (min-width: 800px) {
  .mt-4-pc {
    margin-top: 4px !important;
  }
}

@media screen and (min-width: 800px) {
  .ml-4-pc {
    margin-left: 4px;
  }
}

@media screen and (max-width: 799px) {
  .mt-8-sp {
    margin-top: 8px !important;
  }
}

@media screen and (min-width: 800px) {
  .mt-8-pc {
    margin-top: 8px !important;
  }
}

@media screen and (min-width: 800px) {
  .ml-8-pc {
    margin-left: 8px;
  }
}

@media screen and (max-width: 799px) {
  .mt-12-sp {
    margin-top: 12px !important;
  }
}

@media screen and (min-width: 800px) {
  .mt-12-pc {
    margin-top: 12px !important;
  }
}

@media screen and (min-width: 800px) {
  .ml-12-pc {
    margin-left: 12px;
  }
}

@media screen and (max-width: 799px) {
  .mt-16-sp {
    margin-top: 16px !important;
  }
}

@media screen and (min-width: 800px) {
  .mt-16-pc {
    margin-top: 16px !important;
  }
}

@media screen and (min-width: 800px) {
  .ml-16-pc {
    margin-left: 16px;
  }
}

@media screen and (max-width: 799px) {
  .mt-20-sp {
    margin-top: 20px !important;
  }
}

@media screen and (min-width: 800px) {
  .mt-20-pc {
    margin-top: 20px !important;
  }
}

@media screen and (min-width: 800px) {
  .ml-20-pc {
    margin-left: 20px;
  }
}

@media screen and (max-width: 799px) {
  .mt-24-sp {
    margin-top: 24px !important;
  }
}

@media screen and (min-width: 800px) {
  .mt-24-pc {
    margin-top: 24px !important;
  }
}

@media screen and (min-width: 800px) {
  .ml-24-pc {
    margin-left: 24px;
  }
}

@media screen and (max-width: 799px) {
  .mt-28-sp {
    margin-top: 28px !important;
  }
}

@media screen and (min-width: 800px) {
  .mt-28-pc {
    margin-top: 28px !important;
  }
}

@media screen and (min-width: 800px) {
  .ml-28-pc {
    margin-left: 28px;
  }
}

@media screen and (max-width: 799px) {
  .mt-32-sp {
    margin-top: 32px !important;
  }
}

@media screen and (min-width: 800px) {
  .mt-32-pc {
    margin-top: 32px !important;
  }
}

@media screen and (min-width: 800px) {
  .ml-32-pc {
    margin-left: 32px;
  }
}

@media screen and (max-width: 799px) {
  .mt-36-sp {
    margin-top: 36px !important;
  }
}

@media screen and (min-width: 800px) {
  .mt-36-pc {
    margin-top: 36px !important;
  }
}

@media screen and (min-width: 800px) {
  .ml-36-pc {
    margin-left: 36px;
  }
}

@media screen and (max-width: 799px) {
  .mt-40-sp {
    margin-top: 40px !important;
  }
}

@media screen and (min-width: 800px) {
  .mt-40-pc {
    margin-top: 40px !important;
  }
}

@media screen and (min-width: 800px) {
  .ml-40-pc {
    margin-left: 40px;
  }
}

@media screen and (max-width: 799px) {
  .mt-44-sp {
    margin-top: 44px !important;
  }
}

@media screen and (min-width: 800px) {
  .mt-44-pc {
    margin-top: 44px !important;
  }
}

@media screen and (min-width: 800px) {
  .ml-44-pc {
    margin-left: 44px;
  }
}

@media screen and (max-width: 799px) {
  .mt-48-sp {
    margin-top: 48px !important;
  }
}

@media screen and (min-width: 800px) {
  .mt-48-pc {
    margin-top: 48px !important;
  }
}

@media screen and (min-width: 800px) {
  .ml-48-pc {
    margin-left: 48px;
  }
}

@media screen and (max-width: 799px) {
  .mt-52-sp {
    margin-top: 52px !important;
  }
}

@media screen and (min-width: 800px) {
  .mt-52-pc {
    margin-top: 52px !important;
  }
}

@media screen and (min-width: 800px) {
  .ml-52-pc {
    margin-left: 52px;
  }
}

@media screen and (max-width: 799px) {
  .mt-56-sp {
    margin-top: 56px !important;
  }
}

@media screen and (min-width: 800px) {
  .mt-56-pc {
    margin-top: 56px !important;
  }
}

@media screen and (min-width: 800px) {
  .ml-56-pc {
    margin-left: 56px;
  }
}

@media screen and (max-width: 799px) {
  .mt-60-sp {
    margin-top: 60px !important;
  }
}

@media screen and (min-width: 800px) {
  .mt-60-pc {
    margin-top: 60px !important;
  }
}

@media screen and (min-width: 800px) {
  .ml-60-pc {
    margin-left: 60px;
  }
}

.text-sub {
  color: #7f858b;
}

.text-small {
  font-size: 14px;
  line-height: 1.85714;
}

@media screen and (min-width: 800px) {
  .text-small {
    font-size: 15px;
    line-height: 1.86667;
  }
}

.is-none {
  display: none !important;
}

.login-page {
  min-height: 100vh;
}

.login-page .page_inner {
  padding-bottom: 50px;
}

@media screen and (min-width: 800px) {
  .login_margin {
    max-width: 344px;
    margin: 0 auto;
  }
  .login_text_margin {
    max-width: 690px;
    margin: 0 auto;
  }
}

.zyuyouzikou-area{
  border: none;
  width:100%;
  overflow-y:auto;
}

.text-info-annotation {
  line-height: 1.69231;
  margin-top: 10px;
  background-color: #ededed;
  padding: 10px;
  margin-bottom: 20px;
}

.text-info-link {
  text-decoration: none;
  font-size: 16px;
}

.text-info-c {
  color: #304DAD;
}

/*------------------------------
 paging
------------------------------*/
.paging ul{
	display:inline-block;
	padding:20px 0px 20px;
	width:100%;
}
.paging ul > li{
	margin:0px;
	float:left;
	width:496px;
	text-align:center;
}
.paging ul > li:first-child{
	width:200px;
	text-align:left;
}
.paging ul > li:nth-last-child(1){
	width:200px;
	text-align:right;
}

/*------------------------------
modal
------------------------------*/
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.5);
}

@media screen and (min-width: 1080px) {
  .modal-content {
    background-color: #f4f4f4;
    margin: 15% auto;
    width: 50%;
    box-shadow: 0 5px 8px 0 rgba(0,0,0,0.2),0 7px 20px 0 rgba(0,0,0,0.17);
    animation-name: modalopen;
    animation-duration: 1s;
  }
}

@media screen and (max-width: 1079px) {
  .modal-content {
    background-color: #f4f4f4;
    margin: 15% auto;
    width: 90%;
    box-shadow: 0 5px 8px 0 rgba(0,0,0,0.2),0 7px 20px 0 rgba(0,0,0,0.17);
    animation-name: modalopen;
    animation-duration: 1s;
  }
}

@keyframes modalopen {
  from {opacity: 0}
  to {opacity: 1}
}

.modal-header {
  padding: 3px 15px;
  display: flex;
  justify-content: space-between;
}

.modalClose {
  font-size: 2rem;
}

.modalClose:hover {
  cursor: pointer;
}

.modal-body {
  padding: 10px 20px;
  color: black;
}

.qa:hover{
  cursor: pointer;
}

/*------------------------------
 tbscrollbar-su0409
------------------------------*/
.tbscrollbar-su0409{
	position: relative;
	overflow-x: scroll;
	overflow-y: hidden;
	height: auto;
	max-width: 100%;
}

.table2-su0409 {
  width: 100%;
  border-top: 1px solid #dee4ea;
  border-left: 1px solid #dee4ea;
  border-spacing: 0;
  display: block;
}

@media screen and (min-width: 800px) {
  .table2-su0409 thead th:first-child,
  .table2-su0409 tbody td:first-child {
    position: sticky;
    left: 0;
    z-index: 1;
  }
}

.top-data-electricity-usage {
  display: flex;
}

.top-data-electricity-usage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-data-electricity-usage {
  margin-left: 16px;
  margin-top: 0;
  margin-bottom: 16px;
}

.electricity-usage-table-outer {
  display: block;
}

.electricity-usage-table-inner {
  border-bottom: 1px solid #dee4ea;
  border-right: 1px solid #dee4ea;
  display: block;
  text-align: left;
  word-wrap: break-word;
}

.electricity-usage-table-inner {
    display: table-cell;
}
.logo-area-css {
	display: inline-flex;
	align-items: anchor-center;
}

.logo-css {
	width: 50%;
	margin-top: 12px;
}

.miid-link-css {
	text-align: center;
	white-space: nowrap;
}

.portal-login-css {
	text-align: center;
	white-space: nowrap;
	color: #304DAD;
	font-weight: bold;
}

@media screen and (min-width: 800px) {
	.miid-link-css {
		text-align: center;
		white-space: nowrap;
		margin-left: -20px;
	}

	.portal-login-css {
		text-align: center;
		white-space: nowrap;
		color: #304DAD;
		font-weight: bold;
		margin-left: -25px;
	}
}