@charset "UTF-8";
/*
  RESET - ADAPTED FROM MEYER RESET
  URL - http://meyerweb.com/eric/tools/css/reset/
  LICENSE - PUBLIC DOMAIN
*/
/* RESET
----------------------------------------------------------------------------------------------------*/
a, abbr, acronym, address, applet, article, aside, audio,
b, big, blockquote, body, caption, canvas, center, cite, code,
dd, del, details, dfn, dialog, div, dl, dt, em, embed,
fieldset, figcaption, figure, form, footer,
header, hgroup, h1, h2, h3, h4, h5, h6, html,
i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,
object, ol, output, p, pre, q, ruby,
s, samp, section, main, small, span, strike, strong, sub, summary, sup,
tt, table, tbody, textarea, tfoot, thead, time, tr, th, td,
u, ul, var, video {
  /*font-family: inherit;*/
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  white-space: normal;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup,
menu, nav, section, main {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, button, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font-family: inherit;
  outline: none;
  vertical-align: middle;
  position: relative;
}

select {
  -webkit-appearance: none;
  /* ベンダープレフィックス(Google Chrome、Safari用) */
  -moz-appearance: none;
  /* ベンダープレフィックス(Firefox用) */
  appearance: none;
  /* 標準のスタイルを無効にする */
}

::-ms-expand {
  /* select要素のデザインを無効にする（IE用） */
  display: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

input[type='submit'], input[type='button'], label, button, select {
  cursor: pointer;
}

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

a {
  text-decoration: none;
  display: block;
}

/* font
-------------------------------------------------- */
.fNormal {
  font-weight: normal !important;
}

.fBold {
  font-weight: bold !important;
}

.fs10 {
  font-size: 10px !important;
}

.fs11 {
  font-size: 11px !important;
}

.fs12 {
  font-size: 12px !important;
}

.fs14 {
  font-size: 14px !important;
}

.fs16 {
  font-size: 16px !important;
}

.fs18 {
  font-size: 18px !important;
}

.fs20 {
  font-size: 20px !important;
}

.fs22 {
  font-size: 22px !important;
}

.fs24 {
  font-size: 24px !important;
}

.fs26 {
  font-size: 26px !important;
}

.italic {
  font-style: italic;
}

.fcR {
  color: #d43937;
}

.small {
  font-size: 12px;
}

/* text-align
-------------------------------------------------- */
.taL {
  text-align: left !important;
}

.taR {
  text-align: right !important;
}

.taC {
  text-align: center !important;
}

/* vat-align
-------------------------------------------------- */
.veT {
  vertical-align: top !important;
}

.veB {
  vertical-align: bottom !important;
}

.veM {
  vertical-align: middle !important;
}

/* margin-top
-------------------------------------------------- */
.ma0 {
  margin: 0px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

/* margin-bottom
-------------------------------------------------- */
.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

/* margin-left
-------------------------------------------------- */
.ml0 {
  margin-left: 0px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.mlauto {
  margin-left: auto !important;
}

/* margin-right
-------------------------------------------------- */
.mr0 {
  margin-right: 0px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mrauto {
  margin-right: auto !important;
}

/* padding-top
-------------------------------------------------- */
.pt0 {
  padding-top: 0px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pt100 {
  padding-top: 100px !important;
}

/* padding-bottom
-------------------------------------------------- */
.pb0 {
  padding-bottom: 0px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

/* padding-left
-------------------------------------------------- */
.pl0 {
  padding-left: 0px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.pl145 {
  padding-left: 145px !important;
}

.pl100 {
  padding-left: 100px !important;
}

/* padding-right
-------------------------------------------------- */
.pr0 {
  padding-right: 0px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pr100 {
  padding-right: 100px !important;
}

body {
  margin: 0px;
  background-color: #F0F3F4;
}

#main {
  margin-top: 50px;
}
#main .page_ttl {
  display: none;
}
@media screen and (min-width: 1000px) {
  #main {
    margin-top: 70px;
  }
}

#contents {
  flex: 1;
}
@media screen and (min-width: 1000px) {
  #contents {
    margin-left: 200px;
  }
}

.mainContents {
  height: 100%;
  color: #282828;
  letter-spacing: 0.05em;
  padding: 2% 4%;
}

.loading {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  justify-content: flex-end;
  align-items: flex-end;
  color: #fff;
  z-index: 10000;
}
.loading div {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 20px 120px;
}
.loading.disp_flex {
  align-items: flex-end;
  justify-content: flex-end;
}

a {
  text-decoration: none;
  color: #282828;
}

input, select, textarea {
  box-sizing: border-box;
  width: 100%;
  height: 38px;
  margin: 5px 0;
  padding-left: 15px;
  border-radius: 2px;
  background-color: #fff;
  font-size: 13px;
  cursor: pointer;
}

textarea {
  padding: 15px;
}

input:focus {
  border: 2px solid #DEE5E7;
}

.tags input {
  max-width: 480px;
}

textarea {
  height: 250px;
}

button, input[type="button"] {
  overflow: visible;
  padding: 0 3px;
  cursor: pointer;
}

th, td {
  box-sizing: border-box;
}

#sheet_list {
  min-width: 830px;
}

.btn_refine {
  transition: 0.3s;
  background-color: #00A0C8;
  color: #fff;
}
.btn_refine:hover {
  background-color: #00BED2;
}

.btn_clear {
  transition: 0.3s;
  margin-top: 5px;
  background-color: #A0ACBE;
}
.btn_clear:hover {
  background-color: #282828;
}

.btn_area {
  display: flex;
  flex-wrap: nowrap;
}

.index .btn_area {
  justify-content: flex-start;
}

.action {
  transition: 0.4s;
}
.action button {
  background-color: #00A0C8;
  text-align: center;
  width: 60px;
  line-height: 38px;
}
.action button:hover {
  background-color: #00BED2;
}
.action span {
  transition: 0.4s;
  font-size: 14px;
  color: #fff;
}

.move_row .action, .table_list .action {
  display: flex;
  justify-content: space-between;
}
.move_row .action button, .table_list .action button {
  background-color: transparent;
  width: initial;
}
.move_row .action button:hover, .table_list .action button:hover {
  background-color: transparent;
}
.move_row .action button:hover span, .table_list .action button:hover span {
  color: #a3ced2;
  border-color: #a3ced2;
}
.move_row .action button span, .table_list .action button span {
  color: #00A0C8;
  padding-bottom: 5px;
  border-bottom: 1px solid #00A0C8;
}

.btn01 {
  transition: 0.3s;
  font-size: 14px;
  line-height: 38px;
  display: inline-block;
  background-color: #00A0C8;
  color: #fff;
  padding: 0px 20px 0px 50px;
  position: relative;
  margin: 10px 10px 10px 0;
}
.btn01:hover {
  background-color: #00BED2;
}

.btn01.trash {
  background-color: #A0ACBE;
}
.btn01.trash:hover {
  background-color: #282828;
}

.btn01.load, .btn01.change, .btn01.trash {
  cursor: pointer;
}
.btn01.load:before, .btn01.change:before, .btn01.trash:before {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  left: 15px;
  top: 23%;
}

.btn01.load:before {
  background-image: url("/assets/img/pdf.png");
  background-size: contain;
}

.btn01.change:before {
  background-image: url("../assets/img/star_white.png");
  background-size: contain;
}

.btn01.trash:before {
  background-image: url("../assets/img/delete.png");
  background-size: contain;
}

.btn_menu02 {
  transition: 0.3s;
  position: fixed;
  bottom: 3%;
  right: 5%;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background-color: #00A0C8;
  cursor: pointer;
}
.btn_menu02:hover {
  background-color: #00BED2;
}
.btn_menu02:after {
  content: "";
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border-radius: 8px;
  width: 4px;
  height: 16px;
  opacity: 1;
  transition: 0.2s;
}
.btn_menu02 span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  width: 16px;
  height: 4px;
  border-radius: 8px;
}

.btn_menu02.active:after {
  transform: rotate(90deg);
}

.btn_menu02.btn_delete {
  position: relative;
}
.btn_menu02.btn_delete:after {
  display: none;
}

.btn_menu03 {
  cursor: pointer;
  text-align: center;
}
.btn_menu03 span {
  display: block;
  font-size: 13px;
  color: #fff;
  width: 165px;
  line-height: 30px;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .btn_menu03 span {
    width: 140px;
  }
}

.form.search .btn_menu03 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.form.search .btn_menu03 span {
  margin: 0 0 0 10px;
}
@media screen and (min-width: 1200px) {
  .form.search .btn_menu03 {
    flex-direction: column;
    justify-content: flex-start;
  }
  .form.search .btn_menu03 span {
    margin: 10px 0 0 0;
  }
}

.shipper .btn_menu03, .tags .btn_menu03, .user .btn_menu03 {
  margin: 10px 10px 0px 10px;
  padding: 0;
}
.shipper .btn_menu03:first-of-type, .tags .btn_menu03:first-of-type, .user .btn_menu03:first-of-type {
  margin-left: 0;
}
.shipper .btn_menu03 span, .tags .btn_menu03 span, .user .btn_menu03 span {
  line-height: 40px;
}

.user .disp_flex {
  max-width: 1300px;
}
.user .disp_flex input, .user .disp_flex div {
  margin-right: 15px;
}
.user .disp_flex .rights {
  min-width: 170px;
}
.user .disp_flex .group {
  width: 850px;
}
.user .disp_flex .select2-container--default .select2-selection--single {
  border: 1px solid #fff;
  border-radius: 0px;
  font-size: 14px;
}

.error_message {
  display: block;
  background-color: #E61820;
  color: #fff;
  font-size: 14px;
  padding: 0px 10px;
  margin: 5px 0;
  /*width: 120px;*/
  line-height: 25px;
}

.disp_flex {
  display: flex !important;
  align-items: center;
}

.flex_center {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.page_component > div {
  margin: 10px 0;
}

.select2-selection--single {
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px;
  padding-left: 6px;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #EAF0ED;
  border-radius: 5px;
  height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 18%;
  right: 10px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-width: 0 5px 7px 5px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 7px 5px 0 5px;
}

.select2-container--open .select2-dropdown {
  top: 5px;
  background-color: #8c8c8c;
  border-radius: 10px;
  padding: 0px;
  min-width: 120px;
  overflow: hidden;
}
.select2-container--open .select2-dropdown.select2-dropdown--above {
  top: -5px;
}

.select2-search--dropdown {
  text-align: center;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-radius: 5px;
  width: 95%;
}

.select2-results__option {
  color: #fff;
  font-size: 14px;
  position: relative;
}
.select2-results__option:before {
  content: "";
  display: none;
  position: absolute;
  top: 30%;
  left: -10px;
  width: 4px;
  height: 9px;
  transform: rotate(40deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  z-index: 999;
}

.select2-container--default .select2-results > .select2-results__options {
  overflow-x: hidden;
}

.select2-container--default .select2-results__option.select2-results__option--highlighted[aria-selected] {
  background-color: #0023d8;
  margin: 0 -40px;
  padding: 6px 46px;
  color: #fff;
}
.select2-container--default .select2-results__option.select2-results__option--highlighted[aria-selected]:before {
  display: block;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  left: 30px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: transparent;
  color: #0023d8;
}
.select2-container--default .select2-results__option[aria-selected=true]:before {
  display: block;
  border-bottom: 2px solid #0023d8;
  border-right: 2px solid #0023d8;
}

.select2-container--default .select2-results > .select2-results__options {
  padding-left: 20px;
}

.pager {
  display: flex;
  justify-content: center;
  padding: 20px;
}
.pager div.page {
  border: solid 1px #ccc;
  border-radius: 4px;
  padding: 10px 0;
  width: 40px;
  text-align: center;
  margin: 0 4px;
  cursor: pointer;
}
.pager div.active {
  background-color: #00A0C8 !important;
  border: solid 1px #00A0C8 !important;
  color: #fff;
}

#login {
  background-color: rgba(0, 160, 200, 0.3);
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
#login form {
  width: 90%;
  max-width: 500px;
  background-color: #fff;
  padding: 0% 5% 5% 5%;
  box-sizing: border-box;
}
#login form h1 {
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.05em;
  margin: 7% 0 5% 0;
  color: #282828;
}
#login form .login_item {
  width: 100%;
}
#login form .login_item input {
  width: 100%;
  height: 38px;
  border: 1px solid #e9f1f2;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 10px;
  color: #282828;
  font-size: 15px;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#login form .login_item input::placeholder {
  color: #939393;
  font-size: 15px;
  font-weight: medium;
}
#login form .error {
  color: #E61820;
  font-size: 12px;
}
#login form .btn_area {
  display: flex;
  flex-direction: column;
}
#login form .btn_area .btn_refine {
  line-height: 40px;
  width: 150px;
  color: #fff;
  font-size: 14px;
}

.chk-group #save_login {
  font-size: 16px;
  color: #282828;
  border: 2px solid #e9f1f2;
  background-color: #fff;
  border-radius: 3px;
  width: 15px;
  height: 15px;
  margin-bottom: 0.5em;
  vertical-align: middle;
}
.chk-group #save_login:checked + label::before {
  display: block;
}

.checkbox {
  font-size: 14px;
  color: #282828;
  padding-left: 5px;
  position: relative;
}
.checkbox:before {
  content: "";
  display: none;
  position: absolute;
  top: 0px;
  left: -14px;
  width: 2px;
  height: 7px;
  transform: rotate(40deg);
  border-bottom: 2px solid #00A0C8;
  border-right: 2px solid #00A0C8;
}

@media screen and (min-width: 768px) {
  #login form {
    width: 500px;
    padding: 0 50px 50px 50px;
  }
  #login form h1 {
    font-size: 28px;
    margin: 30px 0 25px 0;
  }
  #login form .login_item {
    width: 100%;
  }
  #login form .login_item input {
    border: 2px solid #e9f1f2;
    width: 100%;
    height: 50px;
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 10px;
  }
  #login form .error {
    padding: 10px 50px 0 0;
  }
  #login form .btn_area {
    flex-direction: row;
    justify-content: space-between;
  }
  #login form .btn_area .chk-group #save_login {
    border-radius: 3px;
    width: 18px;
    height: 18px;
    margin-bottom: 0.2em;
  }
  #login form .btn_area .chk-group label {
    padding-left: 5px;
  }
  #login form .btn_area .chk-group label:before {
    top: 0px;
    left: -13px;
    width: 5px;
    height: 10px;
  }
  #login form .btn_area .btn_l span {
    margin: 0;
  }
}
.contents_ttl {
  margin-top: 50px;
}
.contents_ttl:first-of-type {
  margin-top: 0px;
}
.contents_ttl .midashi {
  margin-block-start: 0px;
  margin-block-end: 0px;
  padding: 15px 30px;
  font-size: 20px;
  font-weight: normal;
  margin: 0px 0px 35px 0px;
  color: #282828;
  border-bottom: 2px solid #DEE5E7;
}

#layout {
  display: flex;
}

.table_list {
  min-width: 500px;
  table-layout: fixed;
  width: 100%;
  max-width: 1400px;
  background-color: #fff;
  font-size: 14px;
  font-weight: normal;
}
.table_list tr:nth-of-type(even) {
  background-color: #FAFBFC;
}
.table_list tr td, .table_list tr th {
  line-height: 1.8;
  padding: 10px 0px;
  text-align: left;
  vertical-align: middle;
}
.table_list tr td:first-child, .table_list tr th:first-child {
  padding-left: 20px;
}
.table_list tr td:last-child, .table_list tr th:last-child {
  padding-right: 20px;
  width: 125px;
}
.table_list tr td:last-child #favorite, .table_list tr th:last-child #favorite {
  width: 225px;
}
.table_list .pl {
  padding-left: 5%;
}

#sheet_list .table_list {
  min-width: 1100px;
}

#type2 tr th:first-of-type, #type2 tr td:first-of-type {
  width: 160px;
}
#type2 tr th:last-of-type, #type2 tr td:last-of-type {
  width: 230px;
}
#type2 .move_btn {
  margin-left: 5%;
}

.user #type2 th:last-of-type, .user #type2 td:last-of-type, .tags #type2 th:last-of-type, .tags #type2 td:last-of-type {
  width: 160px;
}
.user .action, .tags .action {
  min-width: 130px;
}

/* 一覧移動用 */
table.move_row tr.move {
  position: absolute;
  width: 60%;
  display: table;
  height: 63px;
  background-color: #fafbfc;
  z-index: 999;
}
table.move_row tr.movearea {
  height: 63px;
  background-color: #e8edef;
}
table.move_row tr td .move_btn {
  cursor: pointer;
}

.table_check th:first-of-type {
  width: 5%;
}

.check {
  margin: 0;
  padding: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #EBF0F0;
}
.check:checked + label::before {
  display: block;
}

.checkbox:before {
  top: 4px;
  left: -12px;
  width: 4px;
  height: 9px;
  transform: rotate(40deg);
  border-bottom: 2px solid #00A0C8;
  border-right: 2px solid #00A0C8;
}

.submit {
  color: #00A0C8;
  letter-spacing: 0.05em;
  font-size: 12px;
  font-weight: normal;
  border-bottom: 1px solid #00A0C8;
  transition: 0.3s;
}
.submit:hover {
  opacity: 0.6;
}

._sheet {
  background-color: #fff;
}
._sheet.move {
  z-index: 999;
}
._sheet.move .table {
  margin: 0;
}

.open {
  margin: 0;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #282828;
  margin: 0;
  padding: 0 20px;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}
#header a {
  display: block;
  text-decoration: none;
  color: #fff;
}
#header p {
  margin: 0;
}
#header div {
  display: inherit;
}
#header .center {
  display: flex;
  flex: 1;
}
#header .right {
  position: relative;
  display: flex;
}
#header .right a {
  display: flex;
  align-items: center;
  margin: 10px;
}
#header .right a .icon-dot {
  position: relative;
  display: block;
  width: 4px;
  height: 4px;
  background-color: #666;
  border-radius: 2px;
  margin: 0.2em 10px 0 10px;
}
#header .right a .icon-dot:before {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #666;
  border-radius: 2px;
}
#header .right a .icon-dot:after {
  position: absolute;
  content: "";
  top: -5px;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #666;
  border-radius: 2px;
}
#header .right a .icon {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  background-image: url("/assets/img/account.png");
  background-size: contain;
  background-repeat: no-repeat;
}
#header .right .dropdown-menu {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in;
  background-color: #FAFBFCff;
  position: absolute;
  left: 0;
  top: 50px;
  border-radius: 3px;
  box-shadow: 0px 3px 2px #e1e1e1;
}
#header .right .dropdown-menu:hover .logout {
  color: #aaa;
}
#header .right .logout {
  transition: 0.3s ease-in;
  position: relative;
  color: #282828;
  font-size: 14px;
}
#header .right .logout:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 35%;
  width: 0;
  height: 0;
  border-bottom: 15px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
#header .right:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

#btn_menu {
  width: 10vw;
  height: 50px;
}
#btn_menu .btn_in {
  width: 100%;
  height: 100%;
  position: relative;
}
#btn_menu .btn_in:before {
  transition: 0.2s ease-in;
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  top: 18px;
  left: 0;
  background-color: #fff;
}
#btn_menu .btn_in:after {
  transition: 0.2s ease-in;
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  bottom: 16px;
  left: 0;
  background-color: #fff;
}
#btn_menu .btn_in span {
  transition: 0.2s ease-in;
  width: 20px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #fff;
  display: block;
}
#btn_menu.active .btn_in:before {
  top: 50%;
  transform: rotate(45deg);
}
#btn_menu.active .btn_in:after {
  top: 50%;
  transform: rotate(-45deg);
}
#btn_menu.active .btn_in span {
  opacity: 0;
}

#sideBar {
  position: fixed;
  top: 50px;
  left: 0;
  opacity: 0;
  height: calc(100vh - 50px);
  transition: 0.3s ease-in;
  background-color: #fff;
  z-index: 100;
  overflow: visible;
  transform: translateX(-100%);
}
#sideBar .menu_container {
  font-size: 13px;
  box-sizing: border-box;
  height: 100%;
  padding-bottom: 50px;
}
#sideBar .menu_container > ul > li {
  width: 200px;
  height: 58px;
  list-style: none;
  position: relative;
}
#sideBar .menu_container > ul > li a {
  transition: 0.3s ease-in;
}
#sideBar .menu_container > ul > li:hover > a {
  background-color: #F0F3F4;
}
#sideBar .menu_container > ul > li:hover > ul {
  visibility: visible;
  opacity: 1;
}
#sideBar .menu_container > ul > li:first-of-type > a {
  position: relative;
  padding-left: 50px;
}
#sideBar .menu_container > ul > li:first-of-type > a:before {
  position: absolute;
  top: 36%;
  left: 15px;
  content: "";
  width: 20px;
  height: 10px;
  border: 2px solid #282828;
  border-radius: 2px;
  transform: rotate(0deg);
}
#sideBar .menu_container > ul > li:first-of-type > a:after {
  position: absolute;
  bottom: 35%;
  left: 23px;
  content: "";
  height: 0px;
  width: 5px;
  border-bottom: 5px solid #282828;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  border-radius: 2px;
}
#sideBar .menu_container > ul > li a {
  background-color: #fff;
  display: block;
  padding: 0px 8px 0px 15px;
  line-height: 58px;
  font-size: 14px;
  border: 1px solid #f0f3f4;
}
#sideBar .menu_container > ul > li a {
  position: relative;
}
#sideBar .menu_container > ul > li a:before {
  content: "";
  top: 45%;
  right: 15px;
  position: absolute;
  width: 5px;
  height: 5px;
  border-right: 2px solid #939393;
  border-top: 2px solid #939393;
  transform: rotate(45deg);
}
#sideBar .menu_container > ul > li > ul {
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 100%;
  top: 0;
  width: 130%;
  box-shadow: 2px 2px 5px #e1e1e1;
  transition: 0.3s ease-in;
}
#sideBar .menu_container > ul > li > ul > li > a:hover {
  background-color: #F0F3F4;
}

.favorite_icon {
  display: block;
  width: 22px;
  height: 22px;
  background-image: url("../assets/img/favorite.png");
  background-size: cover;
  float: left;
  margin-right: 10px;
  margin-top: 17px;
}

.open #sideBar {
  transform: translateX(0%);
  opacity: 1;
}

@media screen and (min-width: 1000px) {
  #header {
    font-size: 16px;
    height: 70px;
  }
  #header .left {
    display: none;
  }

  #sideBar {
    transform: translateX(0%);
    top: 70px;
    opacity: 1;
  }
  #sideBar .r {
    display: none;
  }
}
#headerList {
  position: relative;
}
#headerList .midashi {
  margin-bottom: 0px;
  min-width: 720px;
}
#headerList .mainContents {
  overflow: auto;
  width: 80%;
  height: 70%;
  max-width: 1000px;
  position: fixed;
  top: 15%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
  padding: 10px 40px;
  background-color: #fff;
}
#headerList table {
  min-width: 720px;
}
#headerList th, #headerList td {
  padding: 10px 10px 10px 0px;
}
#headerList th:first-of-type, #headerList td:first-of-type {
  padding-left: 30px;
}
#headerList th:last-of-type, #headerList td:last-of-type {
  width: 80px;
}
#headerList:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
}
#headerList .submit {
  font-size: 14px;
  line-height: 20px;
  padding: 0px 13px;
  background-color: #00BED2;
  color: #fff;
}

@media screen and (min-width: 1000px) {
  width: 45%;
  height: 50vh;
}
.form .select2-container--default .select2-selection--single {
  border: none;
  border-radius: 0px;
}
.form table {
  width: 100%;
  max-width: 630px;
  background-color: transparent;
  font-size: 13px;
}
@media screen and (min-width: 1000px) {
  .form table {
    font-size: 14px;
  }
}
.form table tr:nth-of-type(even) {
  background-color: transparent;
}
.form table tr td, .form table tr th {
  text-align: left;
  line-height: 1.8;
}
.form table tr th {
  vertical-align: baseline;
  padding-top: 0.8em;
  font-weight: 400;
  padding: 0px;
  width: 150px;
}
.form table tr th:first-child {
  padding-left: 0%;
}
.form table tr td {
  padding: 0px;
}
.form table tr td:first-child {
  padding-left: 0%;
}
.form table .number > td input {
  background-color: transparent;
}
.form table .day > td input {
  width: 200px;
}
.form table .tel > td {
  display: flex;
  align-items: center;
}
.form table .tel > td div {
  margin-right: 8px;
  width: 100px;
}
.form table .memo th {
  vertical-align: top;
}
.form .post > td {
  display: flex;
  align-items: center;
}
.form .post > td input {
  margin-right: 18px;
  width: 110px;
}
.form #lng td > div {
  display: flex;
  align-items: center;
  width: 230px;
}
.form #lng td > div > input {
  padding: 0;
  text-align: center;
  margin-right: 10px;
}
.form #lng td > div > input + input {
  margin-left: 10px;
}
.form .shipper {
  max-width: 630px;
}
@media screen and (max-width: 770px) {
  .form .shipper {
    margin: 0 30px;
  }
}
.form .shipper input, .form .shipper textarea, .form .shipper select {
  max-width: 480px;
}
.form .btn_area.shipper {
  margin-left: 150px;
}
@media screen and (max-width: 800px) {
  .form .btn_area.shipper {
    margin: 0 120px;
  }
}
.form ._sheet_base.hide .list, .form ._sheet_base.hide .list_wrap {
  height: 0px;
  padding: 0;
  border: none;
  overflow: hidden;
}

.arrow > td, .arrow div {
  position: relative;
}
.arrow > td:after, .arrow div:after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-left-color: transparent;
  border-top-color: #939393;
  border-right-color: transparent;
  top: 40%;
  right: 15px;
  border-style: solid;
  border-width: 8px 5px 0 5px;
}

.form .shipper th {
  width: 150px;
}

.search .tag td, .form .tag td {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.search .tag td div, .form .tag td div {
  width: auto;
  margin-right: 15px;
  margin-bottom: 5px;
}
.search .tag td div:after, .form .tag td div:after {
  display: none;
}
.search .tag td div input, .form .tag td div input {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  padding: 0;
  border: none;
}
.search .tag td div input:first-of-type, .form .tag td div input:first-of-type {
  margin-right: 10px;
}
.search .tag td div input:focus, .form .tag td div input:focus {
  border: none;
}
.search .tag td div label, .form .tag td div label {
  vertical-align: top;
  position: relative;
}
.search .tag td div label:before, .form .tag td div label:before {
  top: 6px;
  left: -22px;
  width: 4px;
  height: 8px;
}

.selectbox {
  transition: 0.3s ease-in;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  width: 200px;
  background-color: #fff;
  bottom: 8%;
  right: 8%;
  z-index: 999;
  font-size: 14px;
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.3);
}
.selectbox .selectbox_item {
  cursor: pointer;
  transition: 0.3s ease-in;
  padding: 10px;
  height: 38px;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #F0F3F4;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.selectbox .selectbox_item:nth-of-type(9) p, .selectbox .selectbox_item:nth-of-type(7) p, .selectbox .selectbox_item:nth-of-type(8) p {
  color: #fff;
}
.selectbox .selectbox_item:nth-of-type(7) {
  background-color: #A0ACBE;
}
.selectbox .selectbox_item:nth-of-type(7):hover {
  background-color: #282828;
}
.selectbox .selectbox_item:nth-of-type(8), .selectbox .selectbox_item:nth-of-type(9) {
  background-color: #00A0C8;
}
.selectbox .selectbox_item:last-of-type {
  border: none;
}
.selectbox .selectbox_item p {
  margin: 0;
  color: #282828;
}
.selectbox .selectbox_item span {
  transition: 0.3s ease-in;
  width: 10px;
  height: 10px;
  display: block;
  margin-left: auto;
  position: relative;
}
.selectbox .selectbox_item:hover {
  background-color: #00BED2;
}
.selectbox .selectbox_item:hover p {
  color: #fff;
}
.selectbox .selectbox_item:hover.plus span:before, .selectbox .selectbox_item:hover.plus span:after {
  background-color: #fff;
}
.selectbox .selectbox_item:hover.arrow span:after {
  border-color: #fff;
}
.selectbox .selectbox_item.plus:nth-child(9) span:before, .selectbox .selectbox_item.plus:nth-child(9) span:after, .selectbox .selectbox_item.plus:nth-child(7) span:before, .selectbox .selectbox_item.plus:nth-child(7) span:after, .selectbox .selectbox_item.plus:nth-child(8) span:before, .selectbox .selectbox_item.plus:nth-child(8) span:after {
  background-color: #fff;
}
.selectbox .selectbox_item.plus span:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 10px;
  background-color: #939393;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.selectbox .selectbox_item.plus span:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background-color: #939393;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.selectbox .selectbox_item.arrow span:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-top: 2px solid #939393;
  border-right: 2px solid #939393;
  transform: rotate(45deg);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.selectbox.open {
  opacity: 1;
  visibility: visible;
}

.table .list .sum tr {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.table .list .sum tr th {
  padding-top: 25px;
  width: 5%;
}
.table .list .sum tr .two .right {
  width: 220px;
}

#document_creation #delete {
  display: none;
}
#document_creation #delete.show {
  display: block;
}

.issue th {
  vertical-align: middle !important;
}
.issue .issue_data {
  display: flex;
  align-items: center;
}
.issue .issue_data span {
  margin-right: 40px;
}
.issue .issue_data button {
  background-color: #00A0C8;
  text-align: center;
  width: 60px;
  line-height: 38px;
  color: #fff;
}

#popup_issuing_company {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
}
#popup_issuing_company .base {
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#popup_issuing_company .base .content {
  position: relative;
  background-color: #fff;
  height: 80%;
  width: 96%;
}
#popup_issuing_company .base .close_button {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
#popup_issuing_company .base .close_button:before {
  content: "";
  width: 4px;
  height: 45px;
  display: block;
  background-color: #333;
  transform: rotate(45deg) translateX(9px) translateY(-24px);
  position: absolute;
  top: 0;
  left: 0;
}
#popup_issuing_company .base .close_button:after {
  content: "";
  width: 4px;
  height: 45px;
  display: block;
  background-color: #333;
  transform: rotate(-45deg) translateX(23px) translateY(9px);
  position: absolute;
  top: 0;
  left: 0;
}

.search {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}
.search table {
  margin-bottom: 20px;
  max-width: none;
}
.search table tr th {
  width: auto;
  min-width: 130px;
  vertical-align: baseline;
  padding-top: 0.9em;
}
.search table tr td {
  position: relative;
}
.search ._select2 {
  width: 350px;
}
.search .select2 > span {
  position: static;
  display: block;
  width: 100%;
}
.search .free td div {
  max-width: 480px;
}
.search .free td div:after {
  display: none;
}
.search .creater td div, .search .editor td div {
  width: 225px;
}
.search .day td {
  display: flex;
  align-items: center;
}
.search .day td div p {
  margin: 10px;
}
.search .day td div:nth-of-type(2):after {
  display: none;
}
.search .day td select {
  width: 125px;
}
.search .btn_menu03 .btn_refine, .search .btn_menu03 .btn_clear {
  width: 180px;
  line-height: 36px;
  font-size: 13px;
}

.shipper .table_item.search th, .shipper .table_item.search td, .shipper .table_item.search table {
  border: none;
  margin: 0;
  padding: 0;
}
.shipper .table_item.search td {
  width: 200px;
}
.shipper .search {
  flex-direction: row;
  align-items: center;
}

@media screen and (min-width: 1200px) {
  .search {
    max-width: 1400px;
    flex-direction: row;
  }
  .search table {
    max-width: 750px;
    border-right: 2px solid #DEE5E7;
    padding-right: 5vw;
  }
  .search table th {
    width: 150px;
  }
  .search .btn_menu03 {
    margin-left: 5vw;
  }
  .search .btn_menu03 .btn_refine, .search .btn_menu03 .btn_clear {
    width: 240px;
    line-height: 36px;
  }
  .search .btn_menu03 .btn_clear {
    margin-top: 10px;
  }
  .search .btn_menu03 .btn_refine {
    position: relative;
  }
  .search .btn_menu03 .btn_refine:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 35px;
    border: 1px solid #fff;
    width: 10px;
    height: 10px;
    border-radius: 50%;
  }
  .search .btn_menu03 .btn_refine:after {
    content: "";
    position: absolute;
    bottom: 13px;
    left: 45px;
    height: 1px;
    width: 4px;
    transform: rotate(45deg);
    background-color: #fff;
  }
}
#confirm_page {
  margin-left: -50px;
  padding: 80px;
}
#confirm_page .btn_menu03 {
  margin: 0;
}
#confirm_page .btn_menu03 span {
  width: 120px;
}

.pdf {
  padding-bottom: 50px;
  text-align: center;
}
.pdf img {
  max-width: 700px;
  width: 100%;
  height: 100%;
}

.flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: auto;
}
.flex .btn_menu03 {
  margin: 5px;
}
.flex .btn_menu03 span {
  line-height: 36px;
  margin: 0;
}

@media screen and (min-width: 1200px) {
  .flex {
    flex-direction: row;
  }

  .btn_menu03 {
    margin: 10px;
  }
}
#contents .wrapper {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
}
#contents .inner_popup {
  width: 560px;
  max-height: 460px;
  margin: auto;
  padding: 3% 0 3% 0;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}
#contents .inner_popup .icon {
  width: 100%;
  height: 135px;
}
#contents .inner_popup .icon span {
  position: relative;
  z-index: 1;
  display: block;
  margin: auto;
  width: 25px;
  height: 100px;
  transform: rotate(40deg);
  background-color: #00A0C8;
}
#contents .inner_popup .icon span:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 60px;
  bottom: -18px;
  right: 18px;
  z-index: -1;
  transform: rotate(-90deg);
  background: linear-gradient(#00A0C8, #113671);
}
#contents .inner_popup .midashi {
  font-size: 24px;
  margin: 30px 0;
}
@media screen and (min-width: 1200px) {
  #contents .inner_popup .midashi {
    font-size: 32px;
  }
}
#contents .inner_popup .btn_menu03 {
  display: flex;
  justify-content: center;
  width: 100%;
}
#contents .inner_popup .btn_refine, #contents .inner_popup .btn_clear {
  font-size: 16px;
  line-height: 50px;
  width: 240px;
  margin: 0 8px;
}

.delete_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  background-color: #fc4b6e;
  border-radius: 50%;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.4);
}
.delete_icon span {
  background-color: #fff;
  border-radius: 5px;
  width: 70px;
  height: 15px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4) inset;
}

.table {
  background-color: #fff;
  padding: 1% 2%;
  margin-top: 50px;
}
.table .btn_blue span {
  width: 13px;
}
.table form {
  margin-top: 20px;
}
.table .ttl {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 50px;
  color: #282828;
}
.table .ttl input {
  width: 45%;
  max-width: 500px;
  text-align: center;
}
.table .ttl .table_ttl {
  color: #E61820;
}
.table .kakutei .list.color th {
  width: auto;
  text-align: center;
}
.table .list, .table .list.color {
  padding: 30px 10px 30px 0px;
}
.table .list table, .table .list.color table {
  width: 100%;
  max-width: none;
}
.table .list th, .table .list.color th {
  width: auto;
  text-align: center;
}
.table .list .style_01, .table .list.color .style_01 {
  flex: 1;
}
.table .list .style_02, .table .list.color .style_02 {
  width: 90px;
}
.table .list .style_02 .select2.select2-container.select2-container--default, .table .list.color .style_02 .select2.select2-container.select2-container--default {
  width: 90px;
}
.table .list .style_03, .table .list.color .style_03 {
  width: 220px;
}
.table .list .select2, .table .list.color .select2 {
  font-size: 90%;
}
.table .list td, .table .list th, .table .list.color td, .table .list.color th {
  padding: 0 0px 0 5px;
  height: 38px;
}
.table .list th input, .table .list.color th input {
  text-align: center;
}
.table .list td.biko input, .table .list.color td.biko input {
  width: 160px;
}
.table .list td.currency .style_01, .table .list.color td.currency .style_01 {
  width: 70px;
}
.table .list td.currency input, .table .list.color td.currency input {
  width: 90px;
  -moz-appearance: textfield;
}
.table .list td.unit div, .table .list.color td.unit div {
  width: 100px;
}
.table .list td.num input, .table .list.color td.num input {
  width: 60px;
}
.table .list td.tax div, .table .list.color td.tax div {
  width: 50px;
}
.table .list td.price input, .table .list.color td.price input {
  width: 80px;
}
.table .list .select2-container--default .select2-selection--single, .table .list.color .select2-container--default .select2-selection--single {
  border: 1px solid #EAF0ED;
  border-radius: 5px;
  height: 38px;
  margin-right: 5px;
}
.table .list .select2.select2-container.select2-container--default, .table .list.color .select2.select2-container.select2-container--default {
  width: 100%;
}
.table .list.color {
  background-color: #EBF0F0;
}
.table td, .table tr {
  margin: 0;
  vertical-align: middle;
}
.table td:first-child, .table tr:first-child {
  padding: 0;
}
.table td > .right, .table td .left, .table tr > .right, .table tr .left {
  margin: auto;
}
.table input, .table select {
  padding: 5px;
  display: block;
  border: 1px solid #EBF0F0;
  border-radius: 5px;
  height: 38px;
}
.table textarea {
  width: 100%;
  border: 1px solid #EBF0F0;
  border-radius: 5px;
}
.table button {
  padding: 0;
}
.table .select {
  width: 270px;
}
.table .select select {
  width: 270px;
}
.table .btn_menu02 {
  left: 0%;
  width: 32px;
  height: 32px;
}
.table .btn_menu02:after {
  display: none;
}

.list_wrap .list_inner {
  overflow: auto;
  padding-bottom: 40px;
  display: flex;
}
.list_wrap .list {
  min-width: auto;
}

.select2-hidden-accessible {
  display: none !important;
}

input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.kakutei .list th:first-of-type, .fee .list th:first-of-type, .tanka_list .list th:first-of-type {
  width: 40px;
}

#bikou .table_ttl {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
#bikou .listBtn {
  justify-content: flex-end;
}

#bikou .list, #comment .list, #file .list {
  padding: 20px;
}
#bikou textarea, #comment textarea, #file textarea {
  height: 130px;
  margin: 0;
}
#bikou .list, #comment .list, #file .list {
  padding: 0;
}

#comment {
  background-color: transparent;
  border: 2px solid #FFF;
}
#comment input {
  border: none;
  background-color: transparent;
}
#comment .listBtn {
  justify-content: flex-end;
}

#file .fileName {
  height: 30px;
  top: 10px;
  left: 10px;
  color: #282828;
  font-size: 14px;
}
#file .listBtn {
  display: flex;
  justify-content: flex-end;
}

._sheet .ttl, ._sheet p {
  font-size: 14px;
}

.drop_area {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border: 4px dashed #EBF0F0;
  height: 150px;
  position: relative;
}
.drop_area p {
  position: relative;
  z-index: 10;
  font-size: 18px;
  color: #666;
}
.drop_area:before {
  content: "";
  position: absolute;
  width: 80px;
  height: 15px;
  border-radius: 20px;
  background-color: #EBF0F0;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.drop_area:after {
  content: "";
  position: absolute;
  height: 80px;
  width: 15px;
  border-radius: 20px;
  background-color: #EBF0F0;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.drop_area.file_load:after, .drop_area.file_load:before {
  display: none;
}
.drop_area.file_load p:first-of-type {
  display: none;
}

.hide .form > table {
  margin-bottom: 50px;
}
.hide ._sheet {
  height: 60px;
}
.hide ._sheet:nth-of-type(odd) {
  background-color: #FAFBFC;
}
.hide .table {
  padding: 15px 2%;
  background-color: transparent;
  margin: 0;
}
.hide .table form {
  margin: 0;
}
.hide .ttl {
  height: 30px;
  margin: 0;
  margin-top: -20px;
}
.hide .ttl input {
  margin: 0;
}
.hide .list_wrap {
  height: 0px;
  padding: 0;
  border: none;
  overflow: hidden;
}
.hide #file .list, .hide #bikou .list, .hide #comment .list {
  margin: 0;
  padding: 0;
  border: none;
  height: 0;
  overflow: hidden;
}

.listBtn {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.listBtn .tuika {
  display: flex;
}
.listBtn .gyo {
  display: flex;
  align-items: center;
  margin-right: 5px;
}
.listBtn .gyo input {
  text-align: right;
  width: 50px;
  height: 38px;
}
.listBtn .gyo p {
  font-size: 14px;
  padding-left: 5px;
}
.listBtn .btn_menu03 {
  margin: 0 5px 0 0;
}
.listBtn .btn_menu03 span {
  padding: 0 10px;
  line-height: 38px;
  width: 90px;
  color: #fff;
  font-weight: 300;
}
.listBtn .btn_menu03 .btn_clear {
  position: relative;
  padding-left: 40px;
}
.listBtn .btn_menu03 .btn_clear:before {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  left: 15px;
  top: 23%;
  background-image: url("../assets/img/delete.png");
  background-size: contain;
}
.listBtn .btn_menu03 .btn_refine {
  width: 40px;
}
.listBtn .btn_menu03 .calc {
  width: 80px;
}

.sum_calc {
  display: flex;
  align-items: center;
  margin-left: 30px;
}
.sum_calc .btn_menu03 {
  margin-left: 5px;
}
.sum_calc p {
  font-size: 13px;
  padding-right: 10px;
}
.sum_calc input {
  width: 100px;
  text-align: right;
}

.move_btn {
  margin: auto;
  width: 50px;
  height: 15px;
}
.move_btn .in {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.move_btn .in span {
  display: block;
  width: 5px;
  height: 5px;
  background-color: rgba(40, 40, 40, 0.5);
  position: relative;
}
.move_btn .in span:before, .move_btn .in span:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: rgba(40, 40, 40, 0.5);
}
.move_btn .in span:before {
  left: -10px;
}
.move_btn .in span:after {
  right: -10px;
}

#favorite .table_list th:first-child, #sheet_list .table_list th:first-child {
  width: 10%;
}
#favorite .table_list th:last-child, #sheet_list .table_list th:last-child {
  width: 250px;
}

select {
  -webkit-appearance: listbox !important;
  -moz-appearance: listbox !important;
  appearance: listbox !important;
}

/*# sourceMappingURL=style.css.map */
