﻿@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media print {
  .sign-TitleArea {
    display: none;
  }
  .page_break {
    page-break-after: always;
  }
}
@page {
  size: A4;
}
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
}
body {
  background: #fff;
  color: #333;
  -webkit-text-size-adjust: 100%;
  display: flex;
  flex-direction: column;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,
    sans-serif;
  font-size: 16px;
  letter-spacing: 0.01em;
  min-width: 100%;
  position: relative;
}
a {
  color: #0068b7;
  text-decoration: none;
}
a:hover {
  color: #004b84;
  text-decoration: none;
  cursor: pointer;
}
div,
section,
header,
footer,
p,
a,
span,
th,
td,
button,
input,
textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
p {
  line-height: 1.6;
  word-break: break-all;
  word-wrap: break-word;
  font-size: 1.125rem;
  line-height: 1.6;
  margin: 0 auto 40px;

}
ol li,
ul li {
  word-break: break-all;
  word-wrap: break-word;
  font-size: 1.125rem;
  line-height: 1.6;
  margin: 0 auto 40px;
}
button,
textarea,
input {
  background: none;
  border: none;
  border-radius: 0;
  font-weight: normal;
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
button::-webkit-search-decoration,
textarea::-webkit-search-decoration,
input::-webkit-search-decoration {
  display: none;
}
button::focus,
textarea::focus,
input::focus {
  outline-offset: -2px;
}
input,
textarea,
select {
  font-size: 16px;
}
input:focus,
textarea:focus,
select:focus,
button:focus,
a:focus,
a:active {
  outline: none;
}
:placeholder-shown {
  color: #999;
}
::-webkit-input-placeholder {
  color: #999;
}
:-moz-placeholder {
  color: #999;
  opacity: 1;
}
::-moz-placeholder {
  color: #999;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #999;
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
}
.material-icons.md-18 {
  font-size: 18px;
}
.material-icons.md-24 {
  font-size: 24px;
}
.material-icons.md-36 {
  font-size: 36px;
}
.material-icons.md-48 {
  font-size: 48px;
}
.material-icons.md-dark {
  color: rgba(0, 0, 0, 0.54);
}
.material-icons.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26);
}
.material-icons.md-light {
  color: white;
}
.material-icons.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3);
}
.sign-Form_buttonArea-sm,
.sign-Form_item,
.sign-Progress_wrapper,
.invoiceFunction,
.form-Item_inputCheck,
.classTag-Head {
  zoom: 1;
}
.sign-Form_buttonArea-sm:after,
.sign-Form_item:after,
.sign-Progress_wrapper:after,
.invoiceFunction:after,
.form-Item_inputCheck:after,
.classTag-Head:after {
  clear: both;
  content: "";
  display: block;
}
.wrapper {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  min-height: 100vh;
  width: 100%;
}
.wrapper .wrapper-inner {
  background: #f4f6f9;
  margin: 0;
  padding: 0;
  min-height: 100vh;
}
.contents {
  margin: 0 auto;
  padding: 0 20px 50px;
  width: 914px;
}
@media screen and (max-width: 480px) {
  .contents {
    width: 100%;
  }
}
.contents_inner {
  margin: 80px auto;
}
.contents_title {
  font-size: 1.125rem;
  margin: 0 0 48px;
  text-align: center;
}
.contents_read {
  font-size: 1rem;
  margin: 0 0 48px;
  text-align: center;
}
.contents_sub-message {
  font-size: 0.9375rem;
  text-align: center;
}
.text {
  font-size: 1.125rem;
  line-height: 1.6;
  margin: 0 auto 40px;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text span {
  color: #0068b7;
}
@media screen and (max-width: 480px) {
  .text {
    font-size: 0.875rem;
  }
  h1 {
    font-size: 1.125rem;
  }
  h2 {
    font-size: 1rem;
    margin: 40px auto 20px;
  }
  h3 {
    font-size: 0.875rem;
    margin: 0 auto 20px;
  }
}
.addParent .errorMessage,
.addParent .noticeMessage {
  text-align: left;
  width: 100%;
}
.addParent-Head {
  font-size: 0.875rem;
  background: #eaf6ff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 10px 15px;
}
.addParent-Head_parent {
  flex: 1 0 auto;
  text-align: left;
}
.addParent-Head_num {
  font-size: 0.625rem;
  background: url(/assets/icon_user-f94c89f78562781019d73f4218ec19178214c779691e0828c36cd14513de39c9.png)
    no-repeat 50% 50%;
  color: #0068b7;
  display: block;
  margin: 0 15px 0 0;
  padding: 6px 0 0;
  text-align: center;
  height: 32px;
  width: 36px;
}
.addParent-Head_name {
  display: inline-block;
  margin: 0 0 0 10px;
}
.addParent-Head_input {
  font-size: 0.875rem;
  background: #fff;
  border: 1px solid #bfbfbf;
  border-radius: 4px;
  margin: 0 2px;
  padding: 10px 8px;
  width: 94px;
}
.addParent-Head_input:focus {
  border: 1px solid #0068b7;
}
.addParent-Head_add {
  font-size: 0.875rem;
  text-align: right;
  width: 230px;
}
.addParent-Head_addButton {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
.addParent-Head_addButton::before {
  background: url(/assets/icon_plus-0eba963feb8c25c956cbab14a7e8743ad8eef21195b776c80b74761140ed036a.png)
    no-repeat 0 0;
  content: "";
  display: inline-block;
  margin: 0 6px 0 0;
  position: relative;
  top: 0;
  height: 22px;
  width: 22px;
}
.addParent-CodmonStatus {
  background: #f4f6f9;
  color: #c4c4c5;
  padding: 8px;
}
.addParent-Body {
  font-size: 0.875rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
}
.addParent-Body_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  margin: 4px 0;
  width: 50%;
  padding-bottom: 50px;
}
.addParent-Body_inner:nth-child(2n) {
  text-align: right;
}
.addParent-Body_inner.useCodmon {
  padding-bottom: 16px;
}
.addParent-Body_childInformation {
  width: 250px;
  display: flex;
  align-items: center;
}
.addParent-Body_input {
  font-size: 0.875rem;
  background: #fff;
  border: 1px solid #bfbfbf;
  border-radius: 4px;
  margin: 0 2px;
  padding: 0 8px;
  line-height: 39px;
  height: 39px;
  width: 94px;
}
.addParent-Body_input:focus {
  border: 1px solid #0068b7;
}
.addParent-Body_selectWrapper {
  font-size: 0.875rem;
  background: #fff;
  border: 1px solid #bfbfbf;
  border-radius: 4px;
  display: inline-block;
  margin: 0 0 0 2px;
  padding: 0;
  vertical-align: top;
  line-height: 39px;
  height: 39px;
  width: 120px !important;
}
.addParent-Body_selectWrapper::before {
  top: 14px !important;
}
.addParent-Body_selectWrapper .addParent-Body_select {
  font-size: 0.875rem;
  padding: 0 0 0 8px !important;
}
.addParent-Body_codmonStatus {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 4px 0;
  width: 250px;
  height: 26px;
}
.addParent-Body_codmonStatus.not-connected {
  color: #b7b7b7;
}
.addParent-Body_maxWidth {
  width: 100% !important;
}
.addParent-Body .icon-codmon {
  margin: 2px;
}
.class-from-to-list .class_row {
  display: flex;
}
.class-from-to-list .class_row_selectorWrapper,
.class-from-to-list .class_row_after,
.class-from-to-list .class_row_before {
  font-size: 0.875rem;
  background: #fff;
  border: 1px solid #bfbfbf;
  border-radius: 4px;
  display: flex;
  flex: 1 1 100%;
  margin: 0 0 0 2px;
  padding: 0;
  vertical-align: top;
  line-height: 39px;
  height: 39px;
  width: 120px !important;
}
.class-from-to-list .class_row_selectorWrapper::before,
.class-from-to-list .class_row_after::before,
.class-from-to-list .class_row_before::before {
  top: 14px !important;
}
.class-from-to-list .class_row_separater {
  font-size: 24px;
  display: flex;
  flex: 1 1 100%;
  justify-content: center;
  margin: auto 0;
}
.class-from-to-list .class_row_before {
  justify-content: flex-start;
}
.class-from-to-list .class_row_after {
  justify-content: flex-end;
}
.class-from-to-list .class_row_select {
  font-size: 0.875rem;
  padding: 0 0 0 8px !important;
}
.class-from-to-list .operation {
  margin-top: 1em;
}
.class-from-to-list .text-danger {
  color: #dc3545 !important;
}
.button-Wrap {
  margin: 30px auto 0;
  text-align: center;
}
.button-Flexwrap {
  margin: 30px auto 0;
  text-align: center;
  display: flex;
}
.button-mn,
.invoiceList-Item .status .button-to-receipt {
  font-size: 0.875rem;
  cursor: pointer;
  display: block;
  font-weight: bold;
  line-height: 40px;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  height: 40px;
  width: 100px;
}
.button-sm {
  font-size: 1.125rem;
  cursor: pointer;
  display: block;
  font-weight: bold;
  line-height: 56px;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  height: 56px;
  width: 180px;
}
.button-md {
  font-size: 1.125rem;
  cursor: pointer;
  display: block;
  font-weight: bold;
  line-height: 56px;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  height: 56px;
  width: 302px;
}
.button-normal,
.button-charge {
  background: #3f94d6;
  background: linear-gradient(to right, #3f94d6 0%, #0169b8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f94d6', endColorstr='#0169b8',GradientType=1 );
  border: 1px solid #92c1e4;
  border-radius: 4px;
  color: #fff !important;
}
.button-normal:hover,
.button-charge:hover,
.button-normal:active,
.button-charge:active,
.button-normal:focus,
.button-charge:focus {
  opacity: 0.9;
  color: #fff;
  text-decoration: none;
}
.button-normal .count,
.button-charge .count {
  font-size: 1.125rem;
  background: #fff;
  border-radius: 50%;
  color: #0068b7;
  display: inline-block;
  font-weight: 500;
  line-height: 33px;
  margin: 0 12px 0 0;
  height: 32px;
  width: 32px;
}
.button-normal:disabled,
.button-charge:disabled {
  background: gray;
  border: 1px solid gray;
}
.button-sub,
.invoiceList-Content_total .total_button,
.invoiceList-Item .status .button-to-receipt,
.button-batch-class-change {
  background: #fff;
  border: 1px solid #0068b7;
  border-radius: 4px;
  color: #0068b7;
}
.button-sub:hover,
.invoiceList-Content_total .total_button:hover,
.invoiceList-Item .status .button-to-receipt:hover,
.button-batch-class-change:hover,
.button-sub:active,
.invoiceList-Content_total .total_button:active,
.invoiceList-Item .status .button-to-receipt:active,
.button-batch-class-change:active,
.button-sub:focus,
.invoiceList-Content_total .total_button:focus,
.invoiceList-Item .status .button-to-receipt:focus,
.button-batch-class-change:focus {
  opacity: 0.8;
  text-decoration: none;
}
.button-delete,
.button-disabled {
  background: #999;
  border: 1px solid #999;
  border-radius: 4px;
  color: #fff;
}
.button-delete:hover,
.button-delete:active,
.button-delete:focus,
.button-disabled:hover,
.button-disabled:active,
.button-disabled:focus {
  opacity: 0.8;
  text-decoration: none;
}
.button-delete-parent {
  background: #999;
  border: 1px solid #999;
  border-radius: 50%;
  box-sizing: border-box;
  color: #fff;
  line-height: 22px;
  display: inline-block;
  margin-left: 5px;
  padding: 0;
  text-align: center;
  height: 22px;
  width: 22px;
}
.button-delete-parent:hover,
.button-delete-parent:active,
.button-delete-parent:focus {
  color: #fff;
  opacity: 0.7;
  text-decoration: none;
}
.button-zipcode {
  font-size: 0.875rem;
  background: #fff;
  border: 1px solid #0068b7;
  border-radius: 4px;
  color: #0068b7;
  cursor: pointer;
  font-weight: normal;
  line-height: 40px;
  height: 40px;
  width: 170px;
}
.button-zipcode:hover,
.button-zipcode:active,
.button-zipcode:focus {
  opacity: 0.8;
  text-decoration: none;
}
.button-charge {
  font-size: 0.875rem;
  cursor: pointer;
  font-weight: bold;
  line-height: 40px;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  height: 40px;
  width: 302px;
}
.button-charge:disabled {
  background: #bfbfbf;
  border: 1px solid #bfbfbf;
  cursor: default;
  color: #707070;
}
.button-charge:disabled:hover,
.button-charge:disabled:active,
.button-charge:disabled:focus {
  opacity: 1;
}
.button-import-excel {
  width: 180px;
}
.button-batch-class-change {
  margin: 5px 0;
  font-weight: normal;
  display: inline-block;
  width: 120px;
}
.button-codmon {
  font-size: 0.875rem;
  cursor: pointer;
  display: block;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  height: 40px;
  padding: 0 12px;
}
.button-codmon:before {
  content: "";
  background-image: url(/assets/codmon-logo-6c7b5bd8fdae917e2ba6f3ae3c6a8d0c605d83a0e8b7aeab8a62bd764b03ccfb.png);
  width: 28px;
  height: 28px;
  margin-right: 6px;
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}
.button-batch-delete-invoice {
  width: 280px;
}
td a.button-delete-parent {
  color: #fff;
}
.upload_button_wrapper {
  text-align: center;
}
.button-sub-upload {
  background: #fff;
  display: inline-block;
  border: 1px solid #0068b7;
  border-radius: 4px;
  color: #0068b7;
  margin: 20px 20px 30px 20px;
  font-weight: 500;
  line-height: 33px;
  min-width: 280px;
}
_:-ms-input-placeholder,
:root .button-delete-parent {
  line-height: 26px;
}
.classTag {
  margin: 0 auto 30px;
  line-height: 1;
}
.classTag-Head {
  margin: 0 0 8px;
}
.classTag-Head_title {
  float: left;
}
.classTag-Head_checkAll {
  float: right;
}
.classTag-Head_checkAll .form-Item_inputCheck {
  margin-right: 10px;
}
.classTag-List {
  border: 1px solid #0068b7;
  border-radius: 4px;
  padding: 16px 20px 0 0;
}
.classTag-List .form-Item_label {
  display: inline-block;
  margin: 0 0 12px 20px;
}
.classTag-List .form-Item_inputCheck {
  margin-right: 8px;
}
.classTag-List .form-Item_inputCheck + span {
  color: #707070;
}
.classTag-List .form-Item_inputCheck:checked + span {
  color: #0068b7;
}
#select {
  display: block;
  width: 235px;
  height: 20px;
  border: 1px solid #999;
  padding: 5px;
}
_:-ms-input-placeholder,
:root .toc-odd li .button-delete-parent {
  line-height: 22px;
}
.errorMessage {
  margin: 0 auto 20px;
  width: 510px;
}
.errorMessage_list li {
  font-size: 0.875rem;
  color: #b2301c;
  font-weight: bold;
  margin: 0 0 8px;
  padding: 0 0 0 20px;
  position: relative;
}
.errorMessage_list li::before {
  background: url(/assets/icon_caret_error-57f5b5b90b1b69aecdec88aff1f7c388dedc0253aa33d58a776845b4ec05f215.png)
    no-repeat 0 0;
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  position: absolute;
  left: 2px;
  top: 3px;
}
.header + .contents > .errorMessage {
  margin: 25px auto;
  width: 100%;
}
footer {
  margin-top: auto;
}
.form-Item_label {
  cursor: pointer;
}
.form-Item_inputText {
  font-size: 0.875rem;
  background: #fff;
  border: 1px solid #bfbfbf;
  border-radius: 4px;
  color: #333;
  padding: 10px;
  width: 100%;
}
.form-Item_inputText:focus {
  border: 1px solid #0068b7;
}
.form-Item_inputTextSm {
  font-size: 0.875rem;
  background: #fff;
  border: 1px solid #bfbfbf;
  border-radius: 4px;
  color: #333;
  padding: 9px 10px;
  width: 180px;
}
.form-Item_inputTextSm:focus {
  border: 1px solid #0068b7;
}
.form-Item_inputTextMd {
  font-size: 0.875rem;
  background: #fff;
  border: 1px solid #bfbfbf;
  border-radius: 4px;
  color: #333;
  padding: 9px 10px;
  width: 350px;
}
.form-Item_inputTextMd:focus {
  border: 1px solid #0068b7;
}
.form-Item_showPassword {
  cursor: pointer;
  display: block;
  position: absolute;
  right: 10px;
  top: 21px;
}
.form-Item_inputCheck {
  cursor: pointer;
  color: #333;
  display: inline-block;
  margin: 0;
  position: relative;
  height: 20px;
  width: 20px;
  vertical-align: middle;
}
.form-Item_inputCheck::before {
  background: url(/assets/checkbox_off-2eebbb5d3afcf30c520c56f6dabe051b4f4034828b0aba2ae85c541d4056bcf3.png)
    no-repeat 0 0;
  content: "";
  cursor: pointer;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: -2px;
}
.form-Item_inputCheck:checked::before {
  background: url(/assets/checkbox_on-f7a58b216f83260e62620507c19843fdaef701ef0ee9a05cae3c83af988574b9.png)
    no-repeat 0 0;
  content: "";
  cursor: pointer;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: -2px;
}
.form-Item_select,
.outstanding__months-select,
.addParent-Body_selectWrapper .addParent-Body_select,
.class-from-to-list .class_row_select {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  background-image: none;
  border: none;
  outline: none;
  box-shadow: none;
  color: #333;
  cursor: pointer;
  padding: 16px 20px;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  width: 100%;
}
.form-Item_select::-ms-expand,
.outstanding__months-select::-ms-expand,
.addParent-Body_selectWrapper .addParent-Body_select::-ms-expand,
.class-from-to-list .class_row_select::-ms-expand {
  display: none;
}
.form-Item_selectWrapper,
.outstanding__months,
.addParent-Body_selectWrapper,
.class-from-to-list .class_row_selectorWrapper,
.class-from-to-list .class_row_before,
.class-from-to-list .class_row_after {
  background: #fff;
  border: 1px solid #bfbfbf;
  border-radius: 4px;
  overflow: hidden;
  text-align: center;
  position: relative;
  width: 180px;
}
.form-Item_selectWrapper::before,
.outstanding__months::before,
.addParent-Body_selectWrapper::before,
.class-from-to-list .class_row_selectorWrapper::before,
.class-from-to-list .class_row_before::before,
.class-from-to-list .class_row_after::before {
  background: url(/assets/icon_caret-e7a3dfcd313f9bee89c5e14d437cedc618bc961ab10093ddac12629b3f77acd6.png)
    no-repeat 0 0;
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  top: 25px;
  right: 11px;
  height: 8px;
  width: 8px;
}
.addInput {
  margin: 15px 0 30px;
  text-align: center;
}
.addInput_button {
  font-size: 0.875rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  position: relative;
}
.addInput_button::before {
  background: url(/assets/icon_plus-0eba963feb8c25c956cbab14a7e8743ad8eef21195b776c80b74761140ed036a.png)
    no-repeat 0 0;
  content: "";
  display: inline-block;
  margin: 0 6px 0 0;
  position: relative;
  top: 0;
  height: 22px;
  width: 22px;
}
.header {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 48px;
  width: 100%;
}
.header-ServiceLogo {
  padding: 0 16px;
}
.header-ServiceLogo_item {
  font-size: 1.25rem;
  overflow: hidden;
  text-indent: 110%;
  white-space: nowrap;
  display: block;
  color: #0068b7;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  margin: 0 auto;
  height: 34px;
  width: 150px;
}
.header-ServiceLogo_image {
  height: 34px;
  width: 150px;
}
.header-Nav {
  display: flex;
  flex: 1 1 auto;
  justify-content: flex-end;
  margin: 0 20px 0 0;
}
.header-Nav_item {
  font-size: 0.875rem;
  padding: 20px;
  position: relative;
}
.header-Nav_item:hover .header-Nav_itemSub {
  display: block;
  z-index: 50;
}
.header-Nav_item::after {
  background: url(/assets/icon_caret-e7a3dfcd313f9bee89c5e14d437cedc618bc961ab10093ddac12629b3f77acd6.png)
    no-repeat 0 0;
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  top: 23px;
  right: 8px;
  height: 8px;
  width: 8px;
}
.header-Nav_itemSub {
  background: #fff;
  display: none;
  margin: auto;
  padding: 6px 0;
  position: absolute;
  text-align: center;
  top: 48px;
  width: 160px;
}
.header-Nav_itemSub a {
  color: #333;
  display: block;
  margin: 10px 0;
  padding: 0 16px;
}
.header-Nav_itemSub a:hover {
  opacity: 0.8;
}
.header-Nav_itemSub.setting {
  width: 190px;
  right: -45px;
}
.header-Nav_itemSub.history {
  right: 0px;
}
.beamer-Outer {
  dislpay: flex;
  justify-content: flex-end;
}
.beamer-Outer .beamer_defaultBeamerSelector {
  position: inherit;
  border-radius: 0;
  height: 48px;
  width: 48px;
  background-color: #0068b7;
}
.beamer-Outer .beamer_icon.active {
  position: relative;
  right: -30px;
  top: 5px;
}
.hovermenu-Nav_itemSub {
  display: none;
  background-color: #fff;
  border: solid 1px;
  margin: auto;
  padding: 6px 0;
  position: absolute;
  text-align: center;
  z-index: 50;
}
.hovermenu-Nav_itemSub a {
  display: block;
}
.hovermenu-Nav .hovermenu-Nav_item:hover .hovermenu-Nav_itemSub {
  display: block;
}
.icon-done {
  background: url(/assets/icon_progress_check_off-8326d767624eacb92ad1b74701e0de3562e4de403d180f03a8271d88b7dd9ad3.png)
    no-repeat 0 0;
  display: block;
  height: 11px;
  width: 13px;
}
.icon-visibility {
  background: url(/assets/icon_eye_on-8c337add6a4ebeea8a8c808315292305b6d2b22d033a20107eb10c2d9517b9b0.png)
    no-repeat 0 0;
  display: block;
  height: 14px;
  width: 22px;
}
.icon-visibility_off {
  background: url(/assets/icon_eye_off-2d068098ab71d1ffdbb89b2212467cbe333224c1b6e8480e22d59edbca183811.png)
    no-repeat 0 0;
  display: block;
  height: 14px;
  width: 22px;
}
.icon-codmon {
  background: url(/assets/codmon-logo-6c7b5bd8fdae917e2ba6f3ae3c6a8d0c605d83a0e8b7aeab8a62bd764b03ccfb.png)
    no-repeat 0 0;
  display: block;
  height: 22px;
  width: 22px;
  background-size: contain;
  vertical-align: middle;
}
.invoiceList-Item {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 84px;
}
.invoiceList-Item .acList_button {
  height: 84px;
}
.invoiceList-Item.children {
  border-top: 1px solid #d8d8d8;
  margin: 0 0 0 60px;
  height: 62px;
}
.invoiceList-Item.children + .invoiceList-Item.children {
  border: none;
}
.invoiceList-Item.children .student {
  width: 250px;
}
.invoiceList-Item.children .price {
  font-size: 1.875rem;
}
.invoiceList-Item.children .student_class {
  margin: 0 0 8px 0;
}
.invoiceList-Item .status-Icon {
  flex: 0 1 auto;
  padding: 0 12px 0 16px;
  text-align: center;
  width: 60px;
}
.invoiceList-Item .status-Icon_icon {
  display: block;
  margin: 0 auto;
}
.invoiceList-Item .student {
  flex: 1 1 auto;
  text-align: left;
  width: 380px;
}
.invoiceList-Item .student_class {
  font-size: 0.75rem;
  color: #0068b7;
  margin: 0 0 8px 4px;
}
.invoiceList-Item .student_parent {
  font-size: 1.125rem;
}
.invoiceList-Item .student_parent span {
  display: inline-block;
  margin: 0 0 0 5px;
}
.invoiceList-Item .student_parent .student_name {
  display: block;
  margin: 10px 0 0;
}
.invoiceList-Item .student_name {
  font-size: 0.875rem;
  display: inline;
}
.invoiceList-Item .student_name span {
  display: inline;
  margin: 0 0 0 5px;
  min-width: auto;
}
.invoiceList-Item .status {
  font-size: 1.125rem;
  flex: 1 1 auto;
  text-align: center;
  width: 230px;
}
.invoiceList-Item .status .at {
  font-size: 0.875rem;
  color: #d8d8d8;
  margin: 7px 0 0;
}
.invoiceList-Item .status .button-to-receipt {
  font-size: 0.75rem;
  display: inline-block;
  line-height: 22px;
  margin: 0 0 0 10px;
  height: 24px;
  width: 80px;
  vertical-align: 2px;
  position: relative;
}
.invoiceList-Item .price {
  font-size: 2.25rem;
  color: #0068b7;
  font-family: "Roboto", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,
    sans-serif;
  font-weight: 300;
  padding: 0 20px 0 0;
  text-align: right;
  width: 160px;
}
.invoiceList-Item .price span {
  font-size: 1rem;
  margin: 0 0 0 5px;
}
.paid .status {
  color: #0068b7;
}
.paid .status .at {
  color: #0068b7;
}
.invoiceList {
  position: relative;
  line-height: 1;
}
.invoiceList .unpaid_checkAll {
  position: absolute;
  right: 0;
  top: -80px;
}
.invoiceList .unpaid_checkAll .form-Item_inputCheck {
  margin-right: 10px;
}
.invoiceList-enter-active {
  transition: max-height 0.3s ease-in;
}
.invoiceList-leave-active {
  transition: max-height 0.3s ease-out;
}
.invoiceList-enter,
.invoiceList-leave-to {
  max-height: 0px;
}
.invoiceList-enter-to,
.invoiceList-leave {
  max-height: 500px;
}
.invoiceList-Content_head {
  font-size: 1.125rem;
  background: #eaf6ff;
  color: #0068b7;
  padding: 2px 20px;
}
.invoiceList-Content_head .total_price_container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.invoiceList-Content_head .total_price_container .price {
  font-size: 1.7rem;
  font-weight: 300;
}
.invoiceList-Content_head .total_price_container .label {
  color: #333;
  font-size: 13px;
  margin-right: 5px;
}
.invoiceList-Content_total {
  border-left: 1px solid #707070;
  padding: 0 0 0 15px;
  text-align: center;
  width: 190px;
}
.invoiceList-Content_total .total_head {
  font-size: 0.875rem;
  color: #0068b7;
  line-height: 1;
  margin: 0;
  padding: 0;
}
.invoiceList-Content_total .total_price {
  font-size: 2.25rem;
  color: #0068b7;
  font-family: "Roboto", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,
    sans-serif;
  font-weight: 300;
  padding: 40px 0;
}
.invoiceList-Content_total .total_price span {
  font-size: 1rem;
}
.invoiceList-Content_total .total_button {
  font-size: 0.875rem;
  cursor: pointer;
  display: block;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  height: 40px;
  width: 170px;
}
.invoiceList-Content_total .total_button:disabled {
  background: #bfbfbf;
  border: 1px solid #bfbfbf;
  cursor: default;
  color: #707070;
}
.invoiceList-Content_total .total_button:disabled:hover,
.invoiceList-Content_total .total_button:disabled:active,
.invoiceList-Content_total .total_button:disabled:focus {
  opacity: 1;
}
.invoiceList-Content_foot {
  background: #f4f6f9;
  border-top: 2px solid #0068b7;
  padding: 12px 0;
  text-align: center;
}
.invoiceList-Content_foot p {
  display: flex;
  padding: 0 100px;
}
.invoiceList-Content .errorMessage,
.invoiceList-Content .noticeMessage {
  background: #f4f6f9;
  margin: 0;
  padding: 30px 36px 1px;
  width: 100%;
}
.invoiceList-Button {
  background: #fff;
  border-top: 1px solid #707070;
  display: none;
  margin: 0 auto;
  padding: 12px;
  text-align: center;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}
.invoiceList-Button.active {
  display: block;
}
.invoiceList-Button.active .contents {
  display: flex;
  padding: 0 100px;
}
.import-result-content {
  text-align: left;
  overflow-y: scroll;
  height: 50vh;
}
.import-result .summary {
  margin-top: 1em;
}
.floating-menu {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.floating-menu_menu-button {
  display: flex;
  justify-content: center;
  margin: 0;
}
.floating-menu_menu-items {
  background-color: #fff;
  border: solid 1px #0068b7;
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  padding: 8px;
  position: absolute;
  width: 280px;
  z-index: 1000;
}
.floating-menu_menu-items a {
  display: flex;
  flex: 1 0 auto;
  font-size: 14px;
  font-weight: bolder;
  justify-content: center;
  padding: 8px;
}
.invoiceMenu-operationArea {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
  padding: 0 96px 0 80px;
}
.divider {
  margin-top: 8px;
  margin-bottom: 8px;
}
.invoiceStatus_badge {
  position: relative;
}
.invoiceStatus_badge[data-badge]:after {
  content: attr(data-badge);
  position: absolute;
  top: -12px;
  right: 6px;
  font-size: 0.6em;
  background: #ff9800;
  color: white;
  min-width: 16px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  box-shadow: 0 0 1px #333;
  padding-left: 2px;
  padding-right: 2px;
}
.line-icon {
  background-image: url(/assets/icon_line-4c72ebc0430b2022422211956478c3ad47486d6630b69ea361808fa4ca669b2c.png);
  background-size: contain;
}
.invoiceFunction {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  margin: 0 0 8px;
}
.invoiceFunction_checkAll {
  display: flex;
  flex: 9 1 auto;
  justify-content: flex-end;
  padding-right: 16px;
}
.invoiceFunction_checkAll .form-Item_inputCheck {
  margin-right: 10px;
}
.invoiceFunction .searchForm {
  display: flex;
  flex: 0 0 auto;
  justify-content: flex-start;
}
.outstanding-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding: 15px;
  background-color: #ffe4cc;
  font-size: 0.875rem;
  color: #ff7600;
}
.outstanding {
  padding-right: 10px;
}
.outstanding__months::before {
  top: 12px;
}
.outstanding__months-select {
  font-size: 0.875rem;
  height: 32px;
  padding: 6px 18px;
}
.contents.contents-invoice-statement {
  background-color: #fff;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}
.invoice-statement {
  background-color: #fff;
  color: #000;
  font-size: 16px;
  width: 230mm;
  padding: 20mm 10mm;
  margin: 0 auto;
}
.invoice-statement_header {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 10mm;
}
.invoice-statement_header h1 {
  font-size: 2em;
}
.invoice-statement_header .print-date {
  font-size: 1.1em;
  text-align: right;
}
.invoice-statement_header .print-date .label {
  display: inline-block;
}
.invoice-statement span.blank {
  display: inline-block;
  width: 1em;
}
.invoice-statement .address-area {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 24mm;
}
.invoice-statement .address-area .school-address {
  border: 1px solid #000;
  font-size: 0.9em;
  padding: 5mm;
  flex: 0 0 100mm;
  width: 100mm;
}
.invoice-statement .address-area .school-address .address {
  margin-top: 3mm;
}
.invoice-statement .address-area .school-address .company-name {
  margin-top: 3mm;
}
.invoice-statement .address-area .school-address .responsible-person-name {
  font-size: 1.2em;
  margin-top: 3mm;
}
.invoice-statement .address-area .enpay-address {
  display: inline-block;
  font-size: 0.9em;
  text-align: right;
  vertical-align: top;
  width: 100mm;
  position: relative;
  z-index: 0;
}
.invoice-statement .address-area .enpay-address_logo {
  max-width: 50mm;
}
.invoice-statement .address-area .enpay-address_stamp {
  max-width: 15mm;
  position: absolute;
  top: 15mm;
  right: 0;
  z-index: -1;
}
.invoice-statement .address-area .enpay-address .responsible-person-name {
  font-size: 1.2em;
  margin-top: 4mm;
}
.invoice-statement .address-area .enpay-address .postal-code {
  margin-top: 3mm;
}
.invoice-statement .address-area .enpay-address .address {
  margin-top: 3mm;
}
.invoice-statement .content .message .name {
  font-size: 1.4em;
}
.invoice-statement .content .message p {
  font-size: 0.9em;
  margin: 4mm 0 0;
}
.invoice-statement .content .invoice-total {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
  margin: 12mm 0 0;
}
.invoice-statement .content .invoice-total .invoice-total_date,
.invoice-statement .content .invoice-total .invoice-total_amount {
  flex: 0 1 50%;
}
.invoice-statement .content .invoice-total .invoice-total_date div,
.invoice-statement .content .invoice-total .invoice-total_amount div {
  border-bottom: 1px solid #000;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 4mm;
  width: 85mm;
}
.invoice-statement .content .invoice-total .label {
  font-weight: bold;
  vertical-align: middle;
}
.invoice-statement .content .invoice-total .date,
.invoice-statement .content .invoice-total .invoice-amount {
  color: #0068b7;
  font-size: 2em;
}
.invoice-statement .content .invoice-total .date .is-c,
.invoice-statement .content .invoice-total .invoice-amount .is-c {
  color: #0068b7;
  font-size: 45%;
  padding: 0 0 0 4mm;
  vertical-align: baseline;
}
.invoice-statement .content .bank-information {
  margin: 6mm 0 0;
}
.invoice-statement .content .bank-information_box {
  background: #e3e3e3;
  border: 1px solid #e3e3e3;
  padding: 4mm;
}
.invoice-statement .content .bank-information_box span {
  margin: 0 1em 0 0;
}
.invoice-statement
  .content
  .bank-information_box
  span.bank-account-holder-name {
  margin: 0;
}
.invoice-statement .content .bank-information p.memo {
  font-size: 0.8em;
  margin: 3mm 0 0;
}
.invoice-statement .content .detail {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 14mm 0 0;
}
.invoice-statement .content .detail .invoice-detail,
.invoice-statement .content .detail .collection-detail {
  width: 98mm;
}
.invoice-statement .content .detail h2 {
  border: 1px solid #0068b7;
  background-color: #0068b7;
  color: #fff;
  text-align: left;
  font-size: 1em;
  font-weight: bold;
  padding: 4mm 3mm;
}
.invoice-statement .content .detail .body {
  border: none;
  width: 100%;
}
.invoice-statement .content hr {
  border: dashed 1px;
}
.invoice-statement .content table .total-row th,
.invoice-statement .content table .total-row td {
  border-bottom: 1px solid #000;
}
.invoice-statement .content table .is-c th,
.invoice-statement .content table .is-c td {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 6mm 0;
}
.invoice-statement .content table .is-c td {
  font-size: 1.4em;
}
.invoice-statement .content table th {
  border-bottom: 1px dashed #aaa;
  color: #0068b7;
  text-align: left;
  padding: 3.5mm 0;
}
.invoice-statement .content table td {
  border-bottom: 1px dashed #aaa;
  color: #0068b7;
  text-align: right;
  padding: 3.5mm 0;
  max-width: 10em;
}
.invoice-statement .content table tr.indent th {
  color: #000;
  font-size: 0.9em;
  padding-left: 5mm;
}
.invoice-statement .content table tr.indent td {
  color: #000;
}
.invoice-statement .content .qr table tr.qr {
  height: 300px;
}
.invoice-statement .content .qr table th {
  border-bottom: 1px dashed #aaa;
  font-size: 24px;
  color: #000;
  text-align: center;
  padding: 3.5mm 0;
}
.invoice-statement .content .qr table td.qr {
  border-bottom: 1px dashed #aaa;
  color: #000;
  text-align: center;
  border-collapse: collapse;
  border: 1px solid;
  height: 140px;
  vertical-align: middle;
}
.invoice-statement .content .qr table td {
  border-bottom: 0px dashed #aaa;
  word-break: break-all;
  color: #000;
  text-align: left;
  border-collapse: collapse;
  max-width: 10em;
}
.tabList {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
}
.tabList_item {
  border: 1px solid #0068b7;
  border-right: none;
  color: #0068b7;
  text-align: center;
  width: 220px;
}
.tabList_item a {
  display: block;
  padding: 12px 0;
}
.tabList_item.active {
  background: #0068b7;
  color: #fff;
}
.tabList_item.active a {
  color: #fff;
}
.tabList_item:first-child {
  border-radius: 4px 0 0 4px;
}
.tabList_item:last-child {
  border: 1px solid #0068b7;
  border-radius: 0 4px 4px 0;
}
.acList_item {
  background: #fff;
  border-radius: 4px;
  border: 1px solid #fff;
  margin: 4px 0;
  position: relative;
}
.acList_item.active {
  border: 1px solid #0068b7;
}
.acList_item.active:before {
  border: 2px solid #0068b7;
  border-radius: 4px;
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  pointer-events: none;
  height: calc(100% - 2px);
  width: calc(100% - 2px);
}
.acList_item.checked {
  background: #eaf6ff;
  border: 1px solid #0068b7;
}
.acList_button {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  height: 72px;
}
.acList_button::after {
  background: url(/assets/icon_chevron_down-530a26549ee0987e7b02ace41b3270b7ffaf84fb4d56b09a6972282ae694e93e.png)
    no-repeat 0 0;
  content: "";
  display: block;
  height: 9px;
  width: 17px;
  position: absolute;
  right: 20px;
  top: 32px;
}
.acList_content {
  display: none;
}
.stackList_item {
  font-size: 1.125rem;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 4px 0;
  padding: 16px;
}
.stackList_item div .children {
  font-size: 0.875rem;
  display: block;
  margin: 10px 0 0;
}
.stackList_item .button-sm {
  font-size: 0.875rem;
  line-height: 40px;
  height: 40px;
  width: 170px;
}
.stackList_item .button-mn,
.stackList_item .invoiceList-Item .status .button-to-receipt,
.invoiceList-Item .status .stackList_item .button-to-receipt {
  display: inline-block;
  margin: 0 0 0 10px;
}
.stackList_header {
  background: none;
  border: none;
  margin: 0;
}
.modal {
  display: none;
}
.modal.active {
  background: rgba(0, 104, 183, 0.92);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 99;
}
.modal_container {
  max-width: 1185px !important;
}
.modal_title {
  font-size: 1.125rem;
  color: #fff;
  margin: 0 auto 48px;
}
.modal_button {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 60px;
  width: 60px;
}
.modal_button.button_add_parent {
  right: 0;
  top: 128px;
}
.modal_button a {
  cursor: pointer;
  display: block;
  height: 60px;
  width: 60px;
}
.modal_button.button_add_class {
  background: url(/assets/button_add-976d8c5c632be54e846025a8b73364cc93f6e3a57f8ebe09c147ec462fa68548.png)
    no-repeat 0 0;
  height: 60px;
  width: 60px;
  cursor: pointer;
}
.modal_confirm-button {
  margin: 0 6px;
}
.modal .panel {
  max-height: calc(100vh - 210px);
  overflow-y: auto;
}
.noticeMessage {
  margin: 0 auto 20px;
  width: 510px;
}
.noticeMessage_list li {
  font-size: 0.875rem;
  color: #78a91c;
  font-weight: bold;
  margin: 0 0 8px;
  padding: 0 0 0 20px;
  position: relative;
}
.noticeMessage_list li::before {
  border-style: solid;
  border-width: 5px 0 5px 9px;
  border-color: transparent transparent transparent #78a91c;
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 2px;
  top: 1.5px;
}
.header + .contents > .noticeMessage {
  margin: 25px auto;
  width: 100%;
}
.overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  align-items: center;
  display: none;
  justify-content: center;
  overflow: hidden;
  z-index: 9999;
}
.overlay.is-active {
  display: flex;
}
.overlay.is-full-page {
  z-index: 9999;
  position: fixed;
}
.overlay .background {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: white;
  opacity: 0.5;
}
.overlay .icon {
  position: relative;
}
.overlay .icon .pc {
  display: block;
  width: 80px;
  height: 80px;
}
.overlay .icon .sp {
  display: none;
}
@media only screen and (max-width: 480px) {
  .overlay .icon .pc {
    display: none;
  }
  .overlay .icon .sp {
    display: block;
    width: 80px;
    height: 80px;
  }
}
.panel {
  border-radius: 4px;
  background: #fff;
  margin: 0 auto;
}
.panel-normal {
  width: 510px;
}
.panel-md {
  width: 590px;
}
.panel-wide {
  width: 832px;
}
.panel_inner,
.panel_inner-no-padding-top {
  padding: 50px 55px;
}
.panel_inner .errorMessage,
.panel_inner-no-padding-top .errorMessage,
.panel_inner .noticeMessage,
.panel_inner-no-padding-top .noticeMessage {
  text-align: left;
  width: 100%;
}
.panel_inner-no-padding-top {
  padding-top: 0;
}
.panel-footer {
  display: flex;
  justify-content: center;
  margin-top: 8px;
  background: #f4f6f9;
}
.percentage {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  line-height: 1;
}
.percentage-Pie {
  align-self: flex-start;
  position: relative;
}
.percentage-Pie_inner {
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 200px;
  width: 200px;
  margin: 0 auto;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
}
.percentage-Pie_title {
  font-size: 1.125rem;
  color: #0068b7;
  font-weight: 300;
}
.percentage-Pie_percent {
  font-size: 1.875rem;
  color: #0068b7;
  font-family: "Roboto", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,
    sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
  margin: 6px auto 10px;
}
.percentage-Pie_percent > span {
  font-size: 4.375rem;
  margin: 0 5px 0 0;
}
.percentage-Pie_total {
  font-size: 1.125rem;
  font-family: "Roboto", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,
    sans-serif;
  font-weight: 500;
}
.percentage-List {
  font-family: "Roboto", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,
    sans-serif;
  width: 380px;
}
.percentage-List_title {
  font-size: 1.5rem;
  font-weight: 300;
  margin: 0 0 24px;
}
.percentage-List_tableWrap {
  font-size: 1rem;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 16px 0;
}
.percentage-List_table {
  width: 100%;
}
.percentage-List_table td {
  padding: 8px 0;
  vertical-align: middle;
}
.percentage-List_table .mark {
  border-radius: 50%;
  display: inline-block;
  margin: 1px 20px -1px 0;
  height: 14px;
  width: 14px;
}
.percentage-List_table .mark-paid {
  background: #0068b7;
}
.percentage-List_table .mark-unpaid {
  background: #c7cfd6;
}
.percentage-List_table .mark-before_charge {
  background: #e8e8e8;
}
.percentage-List_table .mark-before_register {
  background: #ff7600;
}
.percentage-List_status {
  text-align: left;
}
.percentage-List_count {
  text-align: right;
  width: 80px;
}
.percentage-List_price {
  text-align: right;
}
.percentage-Nav_left {
  overflow: hidden;
  text-indent: 110%;
  white-space: nowrap;
  background: url(/assets/icon_chevron_left-67c9aecdbdaf72fa4b4e7a5001ad525b44a361a2f88740ab28887eb8d4afba9f.png)
    no-repeat 0 0;
  display: block;
  height: 43px;
  width: 23px;
}
.percentage-Nav_right {
  overflow: hidden;
  text-indent: 110%;
  white-space: nowrap;
  background: url(/assets/icon_chevron_right-ca71b40db19eb193fb7d7e098438e73752c3d840dc5f83d99a818318d95ac226.png)
    no-repeat 0 0;
  display: block;
  height: 43px;
  width: 23px;
}
.print-panel {
  border-radius: 4px;
  background: #fff;
  margin: 0 auto;
}
.print-panel_inner {
  padding: 30px;
}
.print-panel_header {
  padding-top: 20px;
}
.print-panel_header .header-logo {
  margin-bottom: 25px;
}
.print-panel_header .header-logo img {
  height: 136px;
  width: 170px;
}
.print-panel_header .header-title {
  font-size: 2.3rem;
  margin-bottom: 25px;
  line-height: 1;
}
.print-panel_header .header-message {
  width: 100%;
  margin: 10px auto;
  font-size: 1rem;
  line-height: 1.8;
}
.print-panel_body {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}
.print-panel_body .body-title {
  font-size: 2.3rem;
  font-weight: bold;
  margin: 25px auto 10px auto;
  text-align: center;
}
.print-panel_body .body-sub-title {
  font-size: 1.2rem;
  margin: 10px auto 25px auto;
  text-align: center;
}
.print-panel_body .id-table {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}
.print-panel_body .id-table_inner {
  min-width: 70%;
}
.print-panel_body .id-table_inner .table-body {
  width: 100%;
}
.print-panel_body .id-table_inner th {
  border: 1px solid #333;
  padding: 30px;
  width: 35%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: right;
  font-size: 1.5rem;
}
.print-panel_body .id-table_inner td {
  border: 1px solid #333;
  padding: 30px;
  width: 65%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  font-family: "Helvetica Neue", Arial, sans-serif;
}
.print-panel_body .body-message {
  width: 70%;
  margin: 0 auto;
  line-height: 1.8;
  font-size: 1rem;
}
.print-panel_body .body-message li {
  margin-bottom: 10px;
  padding-left: 1em;
  text-indent: -1em;
}
.print-panel_footer {
  display: flex;
  border-top: 2px dotted #ddd;
  margin: 25px 0 0 0;
}
.print-panel_footer .footer-message {
  width: 65%;
  padding: 30px 30px 30px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.print-panel_footer .footer-message_title {
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 1.5rem;
}
.print-panel_footer li {
  margin-bottom: 15px;
}
.print-panel_footer dl {
  display: flex;
}
.print-panel_footer dt {
  display: block;
  padding: 15px;
  background: #333;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  width: 1rem;
  border-radius: 60px;
  box-sizing: content-box;
}
.print-panel_footer dd {
  padding: 15px 0 0 10px;
}
.print-panel_footer .line-qr-message {
  width: 35%;
  text-align: center;
  padding: 30px 30px 30px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.print-panel_footer .line-qr-message .qr-header {
  display: flex;
}
.print-panel_footer .line-qr-message .body-icon {
  width: 60px;
  margin-right: 15px;
}
.print-panel_footer .line-qr-message .body-icon img {
  width: 60px;
}
.print-panel_footer .line-qr-message .body-message {
  text-align: left;
  font-weight: bold;
  line-height: 1.6;
  padding: 10px 0 0 0;
}
.receipt {
  color: #000;
  width: 1000px;
  width: 100%;
}
.receipt_inner {
  padding: 40px 20px;
}
.receipt_header {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}
.receipt_header img {
  height: 32px;
  width: auto;
}
.receipt_title {
  font-size: 1.875rem;
  letter-spacing: 0.02em;
}
.receipt_date {
  font-size: 0.875rem;
  line-height: 1;
}
.receipt_provision {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
}
.receipt_provision_left {
  padding: 80px 0 0;
}
.receipt_provision_right {
  padding: 80px 0 0;
}
.receipt_provision_text {
  padding: 40px 0 0;
}
.receipt_provision_name {
  font-size: 1.5rem;
  border-bottom: 1px solid #000;
  padding: 0 10px 5px;
  text-align: right;
}
.receipt_provision_name span {
  font-size: 1.25rem;
  margin: 0 0 0 15px;
}
.receipt_provision_price {
  font-size: 3.125rem;
  border-bottom: 1px solid #000;
  padding: 20px 10px 5px;
  text-align: right;
}
.receipt_provision_price span {
  margin: 0 60px 0 0;
}
.receipt_footer {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  border-top: 4px double #000;
  border-bottom: 4px double #000;
  margin: 50px 0 0;
  padding: 20px 10px;
  width: 100%;
}
.receipt_address {
  font-size: 1rem;
  line-height: 1.8;
}
.receipt_stamp {
  height: 100px;
  width: 84px;
}
.receipt_stamp img {
  height: auto;
  width: 100%;
}
.sign-TitleArea {
  margin: 0 auto;
  padding: 100px 0 116px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .sign-TitleArea {
    padding: 60px 0;
  }
}
.sign-ServiceLogo {
  text-align: center;
  height: 134px;
  margin: 0 auto;
}
.sign-ServiceLogo_item {
  font-size: 2.5rem;
  overflow: hidden;
  text-indent: 110%;
  white-space: nowrap;
  background: url(/assets/enpay_logo_2-d1fbe0aa60c294ba2a7d43d83f974687f2aa93cd5c9d6e0a584bfe318cceae5f.svg)
    no-repeat 0 0;
  background-size: 100%;
  color: #0068b7;
  display: block;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  margin: 0 auto;
  height: 136px;
  width: 170px;
}
.sign-ServiceLogo img {
  height: 100%;
}
.sign-Title {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  text-align: center;
}
.sign-Title_item {
  font-size: 1.125rem;
}
.sign-Progress {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.sign-Progress_wrapper {
  margin: 20px auto 40px;
  padding: 0;
  text-align: center;
  width: 640px;
}
.sign-Progress_item {
  font-size: 0.875rem;
  color: #999;
  font-weight: 300;
  position: relative;
}
.sign-Progress_item::after {
  background: #999;
  content: "";
  display: block;
  position: absolute;
  top: 18px;
  left: 50%;
  height: 1px;
  width: 140px;
  z-index: -1;
}
.sign-Progress_item:last-child::after {
  display: none;
}
.sign-Progress_item.active {
  color: #0068b7;
}
.sign-Progress_item.active .sign-Progress_num {
  background: #0068b7;
  border: 1px solid #0068b7;
  color: #fff;
}
.sign-Progress_item.checked {
  color: #0068b7;
}
.sign-Progress_item.checked .sign-Progress_num {
  background: #f4f6f9;
  border: 1px solid #0068b7;
  color: #0068b7;
}
.sign-Progress_item.checked::after {
  background: #0068b7;
}
.sign-Progress_num {
  font-size: 0.875rem;
  background: #f4f6f9;
  border: 1px solid #999;
  border-radius: 50%;
  color: #999;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: YuGothic, sans-serif;
  font-weight: 700;
  margin: 0 auto 12px;
  height: 38px;
  width: 38px;
}
.sign-Form {
  margin: 0;
  padding: 0 0 24px;
}
.sign-Form_item {
  margin: 0;
}
.sign-Form_item + .sign-Form_item {
  margin: 16px 0 0;
}
.sign-Form_hr {
  border: 0;
  height: 0;
  margin: 24px 0;
  padding: 0;
  border-top: 1px solid #bfbfbf;
}
.sign-Form_hr-confirm {
  border: 0;
  height: 0;
  margin: 24px 0;
  padding: 0;
  border-top: 1px solid #fff;
}
.sign-Form_heading {
  font-size: 0.875rem;
  margin: 0 0 8px;
}
.sign-Form_input {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
}
.sign-Form_input .form-Item_inputText {
  font-size: 1.125rem;
  padding: 18px 20px;
}
.sign-Form_input .form-Item_inputTextSm {
  font-size: 1.125rem;
  padding: 18px 20px;
}
.sign-Form_input p {
  font-size: 1.125rem;
  border-bottom: 1px solid #d8d8d8;
  margin: 0 0 16px;
  padding: 0 0 12px;
  width: 100%;
}
.sign-Form_input:last-child p {
  margin: 0;
}
.sign-Form_confirmText {
  font-size: 0.875rem;
  color: #777;
  margin: 6px auto;
  padding: 0;
  text-align: center;
}
.sign-Form_confirmText a {
  margin: 0 3px;
}
.sign-Form_confirmText .form-Item_inputCheck {
  margin: 0 5px 0 0;
}
.sign-Form_confirmText .form-Item_inputCheck::before {
  top: -1px;
}
.sign-Form_remindText {
  font-size: 0.875rem;
  margin: -10px auto 6px;
  padding: 0;
  text-align: center;
}
.sign-Form_buttonArea {
  margin: 0 auto;
  padding: 24px 0 0;
  text-align: center;
}
.sign-Form_buttonArea-sm {
  margin: 24px auto 0;
}
.sign-Form_buttonArea-sm .button-sm {
  float: left;
}
.sign-Form_buttonArea-sm .button-sm + .button-sm {
  float: right;
}
.sign-Sent_check {
  display: block;
  margin: 0 auto 48px;
  height: 94px;
  width: 95px;
}
.sign-Sent_text {
  font-size: 1.125rem;
  margin: 0 0 22px;
  text-align: center;
}
.sign-Sent_link {
  font-size: 0.875rem;
  text-align: center;
}
.table-normal {
  width: 100%;
}
.table-normal tr {
  text-align: left;
}
.table-normal tr th {
  font-size: 0.875rem;
  padding: 0 0 20px;
  width: 96px;
}
.table-normal tr td {
  font-size: 0.875rem;
  padding: 0 0 20px;
}
.table-normal tr td span {
  color: #0068b7;
}
.table-normal tr td .form-Item_inputText {
  margin: 0 0 0 6px;
  max-width: 380px;
}
.tooltip {
  display: block !important;
  z-index: 10000;
}
.tooltip .tooltip-inner {
  background: #0068b7;
  color: white;
  border-radius: 16px;
  padding: 5px 10px 4px;
}
.tooltip .tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
  border-color: #0068b7;
  z-index: 1;
}
.tooltip[x-placement^="top"] {
  margin-bottom: 5px;
}
.tooltip[x-placement^="top"] .tooltip-arrow {
  border-width: 5px 5px 0 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  bottom: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}
.tooltip[x-placement^="bottom"] {
  margin-top: 5px;
}
.tooltip[x-placement^="bottom"] .tooltip-arrow {
  border-width: 0 5px 5px 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  top: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}
.tooltip[x-placement^="right"] {
  margin-left: 5px;
}
.tooltip[x-placement^="right"] .tooltip-arrow {
  border-width: 5px 5px 5px 0;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  left: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}
.tooltip[x-placement^="left"] {
  margin-right: 5px;
}
.tooltip[x-placement^="left"] .tooltip-arrow {
  border-width: 5px 0 5px 5px;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  right: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}
.tooltip[aria-hidden="true"] {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.15s, visibility 0.15s;
}
.tooltip[aria-hidden="false"] {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.15s;
}
#transfer-statement-list p.memo {
  font-size: 0.8em;
  margin: 1mm 0 0;
}
.contents.contents-transfer-statement {
  background-color: #fff;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}
.transfer-statement {
  background-color: #fff;
  color: #000;
  font-size: 16px;
  width: 230mm;
  padding: 20mm 10mm;
  margin: 0 auto;
}
.transfer-statement_header {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 10mm;
}
.transfer-statement_header h1 {
  font-size: 2em;
}
.transfer-statement_header .print-date {
  font-size: 1.1em;
  text-align: right;
}
.transfer-statement_header .print-date .label {
  display: inline-block;
}
.transfer-statement span.blank {
  display: inline-block;
  width: 1em;
}
.transfer-statement .address-area {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 24mm;
}
.transfer-statement .address-area .school-address {
  border: 1px solid #000;
  font-size: 0.9em;
  padding: 5mm;
  flex: 0 0 100mm;
  width: 100mm;
}
.transfer-statement .address-area .school-address .address {
  margin-top: 3mm;
}
.transfer-statement .address-area .school-address .company-name {
  margin-top: 3mm;
}
.transfer-statement .address-area .school-address .responsible-person-name {
  font-size: 1.2em;
  margin-top: 3mm;
}
.transfer-statement .address-area .enpay-address {
  display: inline-block;
  font-size: 0.9em;
  text-align: right;
  vertical-align: top;
  width: 100mm;
  position: relative;
  z-index: 0;
}
.transfer-statement .address-area .enpay-address_logo {
  max-width: 50mm;
}
.transfer-statement .address-area .enpay-address_stamp {
  max-width: 15mm;
  position: absolute;
  top: 15mm;
  right: 0;
  z-index: -1;
}
.transfer-statement .address-area .enpay-address .responsible-person-name {
  font-size: 1.2em;
  margin-top: 4mm;
}
.transfer-statement .address-area .enpay-address .postal-code {
  margin-top: 3mm;
}
.transfer-statement .address-area .enpay-address .address {
  margin-top: 3mm;
}
.transfer-statement .content .message .name {
  font-size: 1.4em;
}
.transfer-statement .content .message p {
  font-size: 0.9em;
  margin: 4mm 0 0;
}
.transfer-statement .content .transfer-total {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
  margin: 12mm 0 0;
}
.transfer-statement .content .transfer-total .transfer-total_date,
.transfer-statement .content .transfer-total .transfer-total_amount {
  flex: 0 1 50%;
}
.transfer-statement .content .transfer-total .transfer-total_date div,
.transfer-statement .content .transfer-total .transfer-total_amount div {
  border-bottom: 1px solid #000;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 4mm;
  width: 85mm;
}
.transfer-statement .content .transfer-total .label {
  font-weight: bold;
  vertical-align: middle;
}
.transfer-statement .content .transfer-total .date,
.transfer-statement .content .transfer-total .transfer-amount {
  color: #0068b7;
  font-size: 2em;
}
.transfer-statement .content .transfer-total .date .is-c,
.transfer-statement .content .transfer-total .transfer-amount .is-c {
  color: #0068b7;
  font-size: 45%;
  padding: 0 0 0 4mm;
  vertical-align: baseline;
}
.transfer-statement .content .bank-information {
  margin: 6mm 0 0;
}
.transfer-statement .content .bank-information_box {
  background: #e3e3e3;
  border: 1px solid #e3e3e3;
  padding: 4mm;
}
.transfer-statement .content .bank-information_box span {
  margin: 0 1em 0 0;
}
.transfer-statement
  .content
  .bank-information_box
  span.bank-account-holder-name {
  margin: 0;
}
.transfer-statement .content .bank-information p.memo {
  font-size: 0.8em;
  margin: 3mm 0 0;
}
.transfer-statement .content .collection-detail p.memo {
  font-size: 0.8em;
  margin: 1mm 0 0;
}
.transfer-statement .content .detail {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 14mm 0 0;
}
.transfer-statement .content .detail .transfer-detail,
.transfer-statement .content .detail .collection-detail {
  width: 98mm;
}
.transfer-statement .content .detail h2 {
  border: 1px solid #0068b7;
  background-color: #0068b7;
  color: #fff;
  text-align: left;
  font-size: 1em;
  font-weight: bold;
  padding: 4mm 3mm;
}
.transfer-statement .content .detail .body {
  border: none;
  width: 100%;
}
.transfer-statement .content table .total-row th,
.transfer-statement .content table .total-row td {
  border-bottom: 1px solid #000;
}
.transfer-statement .content table .is-c th,
.transfer-statement .content table .is-c td {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 6mm 0;
}
.transfer-statement .content table .is-c td {
  font-size: 1.4em;
}
.transfer-statement .content table th {
  border-bottom: 1px dashed #aaa;
  color: #0068b7;
  text-align: left;
  padding: 3.5mm 0;
}
.transfer-statement .content table td {
  border-bottom: 1px dashed #aaa;
  color: #0068b7;
  text-align: right;
  padding: 3.5mm 0;
  max-width: 10em;
}
.transfer-statement .content table tr.indent th {
  color: #000;
  font-size: 0.9em;
  padding-left: 5mm;
}
.transfer-statement .content table tr.indent td {
  color: #000;
}
