@charset "UTF-8";
/* ----------------------------------*/
/* reset */
/* ----------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

progress {
  vertical-align: baseline; }

template, [hidden] {
  display: none; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:active, a:hover {
    outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b, strong {
  font-weight: inherit; }

b, strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

button, input, select, textarea {
  font: inherit;
  margin: 0; }

optgroup {
  font-weight: bold; }

button, input {
  overflow: visible; }

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

button, select {
  text-transform: none; }

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

textarea {
  overflow: auto; }

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

* {
  box-sizing: border-box; }

/* ----------------------------------*/
/* 共通部分のスタイル */
/* ----------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  font-size: 12px;
  line-height: 1.5em;
  font-weight: normal;
  color: #222;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  text-align: left;
  word-break: break-all;
  letter-spacing: 0;
  word-break: break-all;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased; }

html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
  overflow-y: auto;
  position: relative;
  z-index: 0; }

body {
  min-height: 100vh; }

a {
  cursor: pointer;
  text-decoration: none; }

input[type="text"],
select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
  input[type="text"]:focus,
  select:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

input:read-only {
  background-color: #f6f6f6; }
  input:read-only:focus {
    border-color: #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

input[type="file"] {
  display: none; }

input::-ms-clear {
  visibility: hidden;
  width: 0%; }

.select {
  width: 100%;
  display: block;
  position: relative; }

.select::after {
  content: "";
  position: absolute;
  display: block;
  right: 18px;
  top: 15px;
  margin: 0;
  border-top: 5px solid #999;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent; }

/* ----------------------------------*/
/* ボタンのスタイル */
/* ----------------------------------*/
.button {
  cursor: pointer;
  width: auto;
  display: inline-block;
  font-size: 14px;
  padding: 10px 13px;
  transition: 0.12s ease; }
  .button.button--small {
    font-size: 12px;
    padding: 3px 7px; }
  .button.button--primary {
    background-color: #66CC66;
    color: #fff;
    border: 1px solid #53C653;
    border-radius: 4px; }
    .button.button--primary:hover {
      background-color: #47c247;
      border-color: #32A437; }
    .button.button--primary:active {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
      background-color: #47c247;
      border-color: #32A437; }
  .button.button--flat {
    background-color: #fff;
    color: #222;
    border: 1px solid #ccc;
    border-radius: 4px; }
    .button.button--flat:hover {
      background-color: #ebebeb;
      border-color: #adadad; }
    .button.button--flat:active {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
      background-color: #ebebeb;
      border-color: #adadad; }
  .button.button--prev {
    background-color: #fff;
    color: #222;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 0px 6px; }
    .button.button--prev:hover {
      background-color: #ebebeb;
      border-color: #adadad; }
    .button.button--prev:active {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
      background-color: #ebebeb;
      border-color: #adadad; }
  .button.button--next {
    background-color: #fff;
    color: #222;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 0px 6px; }
    .button.button--next:hover {
      background-color: #ebebeb;
      border-color: #adadad; }
    .button.button--next:active {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
      background-color: #ebebeb;
      border-color: #adadad; }
  .button.button--flat:only-child {
    margin: auto; }
  .button.button--disable {
    pointer-events: none;
    opacity: 0.2; }

/* ----------------------------------*/
/* リストのスタイル */
/* ----------------------------------*/
.list {
  width: 100%;
  padding: 20px 0; }

.list + .list {
  border-top: 1px solid #eee; }

.list__item {
  width: 100%;
  min-height: 34px;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.list__item ~ .list__item {
  margin-top: 15px; }

.list__title {
  width: 33%;
  font-size: 15px;
  color: #888888;
  text-align: right; }

.list__content {
  width: 67%;
  box-sizing: border-box;
  padding-left: 20px; }

/* ----------------------------------*/
/* チェックボックスのスタイル */
/* ----------------------------------*/
input[type="checkbox"] {
  -webkit-appearance: checkbox;
  margin-right: 10px;
  margin-top: 0;
  letter-spacing: 0;
  box-sizing: border-box;
  vertical-align: middle;
  font-size: 13px;
  transform: scale(1.1); }

.checkbox__label {
  display: inline-block;
  box-sizing: border-box;
  font-size: 0;
  margin-right: 12px;
  vertical-align: 2px; }
  .checkbox__label span {
    display: inline;
    font-size: 14px;
    vertical-align: middle; }

/* ----------------------------------*/
/* 送信中のスタイル */
/* ----------------------------------*/
.sending {
  margin: 25px auto 0;
  width: 196px;
  height: 196px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }
  .sending p {
    font-size: 18px;
    text-align: center; }

.sending__progress {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  margin: auto;
  left: 0;
  top: 0; }

.sending__greenCircle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: #549455;
  border-radius: 50%;
  width: 162px;
  height: 162px; }

.sending__checked {
  position: absolute;
  top: 54px;
  left: 45px;
  transform: scale(0);
  transform-origin: 45% 70%; }

.sending__paperPlane {
  position: absolute;
  top: 44px;
  left: 28px; }

.sending__progressCircle {
  width: 202px;
  height: 202px;
  position: relative; }
  .sending__progressCircle img {
    position: absolute;
    opacity: 0; }

.progress1 {
  right: 15px;
  top: 2px;
  animation: wink 1.8s 0.3s infinite linear backwards; }

.progress2 {
  right: 0;
  top: 58px;
  animation: wink 1.8s 0.45s infinite linear backwards; }

.progress3 {
  right: 15px;
  bottom: 2px;
  animation: wink 1.8s 0.6s infinite linear backwards; }

.progress4 {
  left: 15px;
  bottom: 2px;
  animation: wink 1.8s 0.75s infinite linear backwards; }

.progress5 {
  left: 0;
  top: 58px;
  animation: wink 1.8s 0.9s infinite linear backwards; }

.progress6 {
  left: 15px;
  top: 2px;
  animation: wink 1.8s 1.05s infinite linear backwards; }

@keyframes wink {
  0% {
    opacity: 1; }
  25% {
    opacity: 0; }
  50% {
    opacity: 0; }
  75% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes float {
  0% {
    transform: translateY(4px); }
  25% {
    transform: translateY(0); }
  50% {
    transform: translateY(4px); }
  75% {
    transform: translateY(0); }
  100% {
    transform: translateY(4px); } }

.sending--start {
  animation: sendingStart 0.6s 0.09s ease forwards;
  transform: scale(0); }
  .sending--start .sending__paperPlane {
    animation: sendingStart2 0.4s 0.1s ease none;
    animation: float 6s infinite linear; }

@keyframes sendingStart {
  0% {
    transform: scale(0); }
  40% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }

@keyframes sendingStart2 {
  0% {
    transform: translateX(-50%) translateY(-50%) scale(1); }
  40% {
    transform: translateX(-50%) translateY(-50%) scale(1.25); }
  100% {
    transform: translateX(-50%) translateY(-50%) scale(1); } }

.sending__greenCircleBorder {
  border: 6px solid #549455;
  background-color: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  width: 162px;
  height: 162px; }

.sending__text {
  margin: auto;
  text-align: center;
  margin-top: 25px;
  height: 27px;
  position: relative; }
  .sending__text span {
    font-size: 18px;
    display: block;
    text-align: center;
    position: absolute;
    width: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%); }

.sending__text__succeed {
  opacity: 0; }

.sending ~ .buttonArea {
  margin-top: 100px; }

.sending--finish .sending__paperPlane {
  animation: sendingEndPaperPlane 0.7s ease forwards; }

.sending--finish .sending__progressCircle {
  animation: sendingEndfadeout 0.6s linear forwards; }

.sending--finish .sending__greenCircle {
  animation: sendingEndfadeout 0.3s 0.3s linear forwards; }

.sending--finish .sending__checked {
  animation: popup 0.45s 0.75s linear forwards; }

.sending--finish ~ .sending__text .sending__text__sending {
  animation: sendingEndfadeout 0.3s 0.3s linear forwards; }

.sending--finish ~ .sending__text .sending__text__succeed {
  animation: sendingEndfadein 0.3s 1.2s linear forwards; }

@keyframes sendingEndPaperPlane {
  0% {
    top: 44px;
    left: 28px;
    opacity: 1; }
  100% {
    top: -60px;
    left: 160px;
    opacity: 0; } }

@keyframes sendingEndfadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes sendingEndfadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes popup {
  0% {
    transform: scale(0); }
  40% {
    transform: scale(1.2); }
  50% {
    transform: scale(0.85); }
  75% {
    transform: scale(1.1); }
  85% {
    transform: scale(0.95); }
  100% {
    transform: scale(1); } }

/* ----------------------------------*/
/* レイアウト */
/* ----------------------------------*/
.send {
  width: 740px;
  margin: auto;
  padding: 40px 90px;
  box-sizing: border-box; }

.send__Title {
  font-size: 18px;
  padding-bottom: 20px;
  border-bottom: 1px #eee solid;
  text-align: center; }

.send__fileinput__text {
  margin-bottom: 3px;
  font-size: 13px; }

.send__highLight {
  background-color: #F6F6F6;
  padding-top: 14px;
  padding-bottom: 12px; }
  .send__highLight p {
    font-size: 15px; }
  .send__highLight dd {
    line-height: 15px; }

.buttonArea {
  display: flex;
  justify-content: space-between; }

.footer {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 20px 5px;
  margin-top: 30px;
  border-top: 1px solid #eee; }

.footer__link {
  color: #4d994d;
  text-decoration: none;
  font-size: 15px; }
  .footer__link:hover {
    text-decoration: underline; }

.footer__link ~ .footer__link {
  margin-left: 15px; }

/* ----------------------------------*/
/* ヘルプのレイアウト */
/* ----------------------------------*/
.help {
  width: 920px;
  margin: auto;
  padding: 40px 15px 60px;
  box-sizing: border-box;
  margin-bottom: 3px; }
  .help nav {
    float: left;
    width: calc(100% / 3);
    padding-right: 10px;
    box-sizing: border-box;
    position: sticky;
    top: 50px; }
    .help nav a {
      display: block; }
    .help nav ul {
      margin: 10px 18px; }
  .help section {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    border-bottom: 1px dashed #c0c0c0;
    padding-bottom: 1em;
    width: calc(100% / 3 * 2);
    margin-left: calc(100% / 3); }
    .help section > * {
      width: 100%; }
  .help section ~ section {
    margin-top: 2em; }
  .help section:first-of-type ol {
    padding-left: 2.5em;
    margin-bottom: 1em; }
  .help section:last-of-type {
    border-bottom: none; }
  .help h1 {
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 1.5em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #eee; }
  .help h2 {
    font-size: 21px;
    line-height: 25px;
    margin-bottom: 1em; }
  .help h3 {
    font-size: 18px; }
  .help h3 ~ h3 {
    margin-top: 1em; }
  .help h4 {
    font-weight: bold;
    margin-top: 10px;
    font-size: 14px; }
  .help h5 {
    margin-top: 10px;
    font-size: 14px; }
  .help img {
    max-width: 100%;
    height: auto;
    border: 1px solid #ccc;
    margin: 0.5em auto 20px;
    display: flex; }
  .help .imgNote {
    margin-top: -15px; }
  .help .noBorder {
    border: none; }
  .help .noBorderBottom {
    border-bottom: none; }
  .help .addBorderSide {
    border-right: 1px dashed #eee;
    border-left: 1px dashed #eee; }
  .help .strong {
    font-weight: bold;
    font-size: 18px;
    margin-top: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #ccc;
    display: inline-block; }
  .help a {
    color: #4e8064;
    text-decoration: none; }
    .help a:hover {
      color: #2f3e36; }
  .help ol, .help ul {
    padding-left: 1.5em;
    margin-bottom: 1em; }
  .help ol li {
    margin-top: 15px; }
  .help p, .help a, .help li {
    font-size: 14px;
    line-height: 24px; }
  .help p {
    margin-bottom: 1em; }
  .help span {
    font-size: 14px; }
  .help u {
    font-weight: bold;
    margin-top: 5px;
    display: block; }
  .help table {
    border: 1px solid #E5E5E5;
    border-collapse: separate;
    border-radius: 3px;
    border-spacing: 0; }
    .help table .center {
      text-align: center; }
    .help table .vCenter {
      vertical-align: middle; }
  .help th, .help td {
    font-size: 14px;
    padding: 4px 8px;
    border-bottom: 1px solid #E5E5E5; }
  .help th {
    background-color: #F6F6F6;
    white-space: nowrap; }
  .help tbody tr:last-of-type td {
    border-bottom: none; }
  .help .pagetop {
    margin-top: 1em;
    margin-left: auto;
    width: auto; }
  .help .column_3 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: calc(100% + 1.5em);
    margin-left: -1.5em; }
    .help .column_3 img {
      width: calc(100% / 3 - 5px); }
  .help .leftNote,
  .help .rightNote {
    display: inline-block;
    width: 49%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0; }
  .help .pageprev {
    display: inline-block;
    margin-top: 1em;
    font-weight: bold; }

/* ----------------------------------*/
/* アップロード結果のスタイル */
/* ----------------------------------*/
.uploadResult {
  width: 920px;
  margin: auto; }
  .uploadResult a {
    color: #07840b; }
  .uploadResult .upload__Title {
    font-size: 18px;
    padding: 40px 40px 30px 40px;
    text-align: center; }
  .uploadResult table {
    vertical-align: middle;
    border-collapse: separate;
    border: 1px #E5E5E5 solid;
    border-radius: 3px;
    border-spacing: 0;
    box-sizing: border-box; }
  .uploadResult tr {
    border-style: solid;
    min-height: 52px;
    width: 100%;
    text-align: left;
    vertical-align: middle; }
  .uploadResult th {
    padding: 15px 7px;
    background-color: #F6F6F6;
    border-bottom: solid 1px #E5E5E5; }
  .uploadResult td {
    padding: 10px 7px;
    vertical-align: middle;
    border-bottom: solid 1px #E5E5E5; }
  .uploadResult tr:last-of-type td {
    border-bottom: none; }
  .uploadResult th:first-of-type,
  .uploadResult td:first-of-type {
    padding-left: 10px; }
  .uploadResult th:last-of-type,
  .uploadResult td:last-of-type {
    padding-right: 10px; }
  .uploadResult .table__date {
    width: 9.5%; }
  .uploadResult .table__invoicenumber {
    width: 9.5%; }
  .uploadResult .table__fileName {
    width: 24%; }
  .uploadResult .table__result {
    width: 6%;
    text-align: center; }
  .uploadResult .table__make_invoicenumber {
    width: 19%; }
  .uploadResult .table__reason {
    width: 32%; }
  .uploadResult .table__failed {
    background-color: #f0f9eb; }
    .uploadResult .table__failed .table__result {
      color: #e0882f;
      font-weight: bold; }
  .uploadResult .button__prevnext {
    display: flex;
    justify-content: center;
    margin: 20px 20px 30px 20px; }
  .uploadResult .footer {
    justify-content: flex-start; }
