@charset "UTF-8";
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[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 {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0; /* 3 */
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*
========================================================
font
========================================================
*/
@font-face {
  font-family: "Roboto";
  src: url("../component/Roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*
========================================================
color val
========================================================
*/
/*
========================================================
reset
========================================================
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  max-width: 100%;
}

img {
  vertical-align: bottom;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

label {
  cursor: pointer;
  user-select: none;
}

object,
embed {
  vertical-align: top;
}

/*
========================================================
html , body
========================================================
*/
html {
  font-family: "Roboto", "メイリオ", sans-serif;
  color: #666;
  font-size: 14px;
}

/*
========================================================
a href
========================================================
*/
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow-wrap: break-word;
}
a:link, a:visied, a:hover {
  transition: all 0.2s ease-in;
}
a:link {
  color: inherit;
}
a:visited {
  color: inherit;
}
a:hover {
  color: inherit;
}
a img:hover {
  opacity: 0.5;
  transition: all 0.2s ease-in;
}

/*
========================================================
headline
========================================================
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

h1 {
  font-size: 20px;
  margin: 0 0 20px;
}

h2 {
  font-size: 18px;
  margin: 0 0 18px;
}

h3 {
  font-size: 16px;
  margin: 0 0 16px;
}

h4 {
  font-size: 14px;
  margin: 0 0 14px;
}

h5 {
  font-size: 12px;
  margin: 0 0 12px;
}

h6 {
  font-size: 10px;
  margin: 0 0 10px;
}

/*
========================================================
p
========================================================
*/
/*
========================================================
ul
========================================================
*/
/*
========================================================
hr
========================================================
*/
hr {
  border: 0;
  height: 1px;
  background-color: #aaa;
}

/*
========================================================
table
========================================================

class="border sprite layout"

*/
table {
  border-collapse: collapse;
  width: 100%;
}
table tr {
  /*
  &:nth-child(odd) td {
  	background-color: #F4F6F6;
  }*/
}
table tr th, table tr td {
  padding: 5px 8px;
  border: 1px solid #ccc;
}
table tr th.padding-top, table tr td.padding-top {
  padding-top: 8px;
}
table tr th {
  font-weight: normal;
  text-align: left;
  background-color: #f0f0f0;
  height: 35px;
}
table tr td {
  vertical-align: top;
  height: 35px;
  padding-top: 10px;
}
table tr .min-width {
  width: 10px;
  white-space: nowrap;
}
table tr .align-center {
  text-align: center;
}
table tr .align-right {
  text-align: right;
}

table.layout tr th, table.layout tr td {
  border: none;
  background: none;
  height: auto;
  vertical-align: top;
}
table.layout tr th {
  width: 10px;
  white-space: nowrap;
  padding-top: 10px;
  padding-right: 20px;
}
table.layout tr th.padding-top {
  padding-top: 18px;
}
/* sorter */
/*
========================================================
form input textarea select
========================================================
*/
input::placeholder {
  color: #aaa;
}

input[type=submit] {
  min-width: 80px;
  height: 36px;
  border: none;
  border-radius: 3px;
  background-color: #2271b1;
  color: #fff;
  line-height: 36px;
  padding-left: 16px;
  padding-right: 16px;
}
input[type=submit]:hover {
  opacity: 0.5;
  transition: all 0.2s ease-in;
  cursor: pointer;
}

input[type=text],
input[type=password],
input[type=email],
input[type=search] {
  height: 36px;
  border: 1px solid #bbb;
  padding: 10px;
  border-radius: 3px;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=search]:focus {
  outline: 1px solid #666;
}

input[type=date] {
  height: 36px;
  border: 1px solid #bbb;
  padding: 10px;
  border-radius: 3px;
  color: inherit;
}

input[type=checkbox],
input[type=radio] {
  accent-color: #2271b1;
}

textarea {
  border: 1px solid #bbb;
  padding: 10px;
  border-radius: 3px;
}
textarea:focus {
  outline: 1px solid #666;
}

select {
  min-width: 150px;
  height: 36px;
  border: 1px solid #bbb;
  color: inherit;
  padding: 0px 10px 0 5px;
  border-radius: 3px;
  background-color: #fff;
}
select:focus {
  outline: 1px solid #666;
}

/*
========================================================
box shadow
========================================================
*/
.myboxshadow {
  border: 1px solid #ccc;
  box-shadow: 2px 3px 7px -1px #e5e5e5;
  background-color: #fff;
}

/*
========================================================
button
========================================================
*/
/*
outline , primary , secondary , dark , light , 
small , mini
*/
a.button {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  line-height: 36px !important;
}

button,
a.button {
  min-width: 80px;
  height: 36px;
  line-height: 36px;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 3px;
  color: #fff;
  background-color: #2271b1;
  border: 0;
}
button.small,
a.button.small {
  font-size: 14px;
}
button.cancel,
a.button.cancel {
  background-color: #bbb !important;
}
button.outline,
a.button.outline {
  border: 1px solid #2271b1;
  background-color: #fff;
  color: #2271b1 !important;
}
button:hover,
a.button:hover {
  opacity: 0.5;
  transition: all 0.2s ease-in;
  cursor: pointer;
}
button:disabled,
a.button:disabled {
  pointer-events: none;
  filter: saturate(30%);
  opacity: 0.5;
}

/*隣合うボタンの隙間*/
button + button,
a.button + a.button {
  margin-left: 10px;
}

/*ボタンの頭のfont awesomeの隙間*/
button i:first-of-type,
a.button i:first-of-type {
  margin-right: 5px;
}

/*三角マークのpadding*/
button.select-button i.fa-angle-down {
  padding-left: 10px;
}

/*
========================================================
flex cols
========================================================
*/
.flexcols {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.flexcols.height100 {
  height: 100%;
}
.flexcols.gap40 {
  gap: 40px;
}
.flexcols.gap10 {
  gap: 10px;
}
.flexcols.gap5 {
  gap: 5px;
}
.flexcols.gap0 {
  gap: 0px;
}
.flexcols.align-left {
  justify-content: flex-start;
}
.flexcols.align-left .col {
  flex-grow: initial !important;
}
.flexcols.valign-center {
  align-items: center;
}
.flexcols.valign-bottom {
  align-items: baseline;
}
.flexcols .col {
  flex-grow: 1;
}
.flexcols .col.align-right {
  text-align: right;
}
.flexcols .col.valign-center {
  align-self: center;
}
.flexcols .col.valign-bottom {
  align-self: flex-end;
}

/*
========================================================
container
========================================================
*/
.container {
  max-width: 900px;
}

.container-1000 {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .container-1000 {
    width: 100%;
    padding: 0 10px;
  }
}

.container-1200 {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  .container-1200 {
    width: 100%;
    padding: 0 10px;
  }
}

/*
========================================================
petit css
========================================================
*/
@media screen and (min-width: 1100px) {
  br.softbr {
    display: none;
  }
}

.disable, .disabled {
  pointer-events: none;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.no-padding {
  padding: 0 !important;
}

.required-input {
  background-color: #FCC6E0;
  color: #c03;
  font-size: 11px;
  border-radius: 3px;
  padding: 4px 7px;
  margin-left: 8px;
}

a.attached-file {
  color: #2271b1;
  text-decoration: none;
}
a.attached-file:hover {
  opacity: 0.5;
}
a.attached-file::before {
  font: var(--fa-font-solid);
  content: "\f0c6";
  margin-right: 5px;
}

/*
========================================================
common layout
========================================================
*/
header {
  height: 50px;
  background-color: #eee;
  padding: 0 16px;
}

.account-name i,
.logout i {
  font-size: 16px;
  margin-right: 4px;
  vertical-align: -1px;
}

.logout {
  margin-left: 16px;
}
.logout a {
  text-decoration: none;
}
.logout a:hover {
  opacity: 0.5;
}

main {
  height: calc(100vh - 50px);
  overflow: auto;
  min-width: 1750px;
}
main .main-content {
  padding: 24px 16px;
}

section.page-title {
  margin-bottom: 20px;
  line-height: 1;
  height: 36px;
}
section.page-title h2 {
  display: inline-block;
  font-weight: bold;
  line-height: 36px;
  margin-right: 16px;
  margin-bottom: 0;
  vertical-align: middle;
}

.filter01 {
  margin-bottom: 20px;
}
.filter01 a {
  text-decoration: none;
  color: #2271b1;
  border-right: 1px solid #888;
  padding-right: 10px;
  margin-right: 7px;
}
.filter01 a:last-child {
  border: none;
  padding-right: 0;
  margin-right: 0;
}
.filter01 a:hover {
  opacity: 0.5;
}
.filter01 a span.count {
  color: #666;
  font-weight: normal;
  margin-left: 3px;
}
.filter01 a.selected {
  font-weight: bold;
  pointer-events: none;
  color: #666;
}

.filter02 {
  margin-bottom: 10px;
}
.filter02 .group {
  display: inline-block;
  margin-right: 26px;
}
.filter02 span.text {
  margin-right: 10px;
}
.filter02 .col {
  display: flex;
  align-items: center;
}
.filter02 .col input, .filter02 .col select {
  margin-right: 4px;
}
.filter02 button + button,
.filter02 a.button + a.button {
  margin-left: 4px;
}
.filter02 input[type=search] {
  width: 220px;
}

.my-daterange-picker {
  width: 220px;
  background: url("../img/calendar-regular.svg") right 6px center/14px auto no-repeat;
}
.my-daterange-picker::placeholder {
  color: #666;
}

.daterangepicker .drp-buttons .btn {
  line-height: initial;
}

.main-table {
  width: auto;
}
.main-table a.status,
.main-table a.person-in-charge {
  text-decoration: none;
}
.main-table a.status::after,
.main-table a.person-in-charge::after {
  font: var(--fa-font-solid);
  content: "\f107";
  margin-left: 4px;
}
.main-table a.status.alert,
.main-table a.person-in-charge.alert {
  color: #cc0033;
}
.main-table a.status.locked,
.main-table a.person-in-charge.locked {
  pointer-events: none;
}
.main-table a.status.locked:hover,
.main-table a.person-in-charge.locked:hover {
  opacity: initial;
}
.main-table a.status.locked::after,
.main-table a.person-in-charge.locked::after {
  content: "";
  margin-left: 0px;
}
.main-table a.status:hover,
.main-table a.person-in-charge:hover {
  opacity: 0.5;
}
.main-table select.person-in-charge {
  min-width: auto;
  height: 30px;
  padding: 0;
  margin-left: -3px;
  margin-top: -3px;
}
.main-table select.person-in-charge:hover {
  opacity: 0.5;
  cursor: pointer;
}
.main-table .control {
  margin-bottom: 6px;
}
.main-table .control:last-child {
  margin-bottom: 0;
}
.main-table .control a {
  display: inline-block;
  color: #2271b1;
  text-decoration: none;
  border-right: 1px solid #888;
  padding-right: 6px;
  margin-right: 6px;
}
.main-table .control a:last-child {
  border-right: none;
  margin-right: 0;
}
.main-table .control a:hover {
  opacity: 0.5;
}
.main-table .control a i {
  font-size: 16px;
  margin-right: 3px;
}
.main-table .item-title {
  margin-bottom: 6px;
  font-size: 15px;
  /*
  &.purchase {
  	&::before {
  		font: var(--fa-font-solid);
  		content: "\f290";
  		color: #909090;
  		margin-right: 4px;
  	}
  }
  */
}
.main-table .item-toggle-button {
  width: 15px;
  height: 24px;
  background: url("../img/caret-right-solid.svg") left 2px top/8px auto no-repeat;
}
.main-table .item-toggle-button:hover {
  opacity: 0.5;
  cursor: pointer;
}
.main-table .item-toggle-button.open {
  background: url("../img/caret-down-solid.svg") left top/10px auto no-repeat;
}
.main-table .item-description,
.main-table .item-comment {
  width: 400px;
  line-height: 1.3;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /*
  &:hover {
  	opacity: 0.7;
  }
  */
}
.main-table .item-description br,
.main-table .item-comment br {
  display: none;
}
.main-table .item-description.open,
.main-table .item-comment.open {
  overflow: initial;
  display: block;
}
.main-table .item-description.open br,
.main-table .item-comment.open br {
  display: block;
}
.main-table .item-attached-file {
  margin-top: 4px;
}
.main-table .item-attached-file a.attached-file {
  background-color: rgba(34, 113, 177, 0.1);
}
.main-table .item-comment {
  width: 300px;
  -webkit-line-clamp: 3;
}
.main-table .item-comment article {
  margin-bottom: 5px;
  padding-left: 1em;
  text-indent: -1em;
}
.main-table .item-comment article::before {
  content: "・";
  margin-right: -4px;
}
.main-table .item-comment article .comment-text {
  display: inline;
}
.main-table .item-comment article .comment-date {
  display: inline;
  font-size: 11px;
  color: #888;
}
.main-table a.all-item-description-expand {
  text-decoration: none;
  color: #2271b1;
}
.main-table a.all-item-description-expand::before {
  font: var(--fa-font-solid);
  content: "\f0da";
  margin-right: 4px;
}
.main-table a.all-item-description-expand:hover {
  opacity: 0.5;
}
.main-table a.all-item-description-expand.open::before {
  font: var(--fa-font-solid);
  content: "\f0d7";
  margin-right: 4px;
}
.main-table a.estimete-request-sheet {
  text-decoration: none;
  color: #2271b1;
}
.main-table a.estimete-request-sheet i {
  margin-right: 3px;
  color: #CC0033;
}
.main-table a.estimete-request-sheet:hover {
  opacity: 0.5;
}
.main-table a.order-sheet {
  text-decoration: none;
  color: #2271b1;
}
.main-table a.order-sheet i {
  margin-right: 3px;
  color: #1D8220;
}
.main-table a.order-sheet:hover {
  opacity: 0.5;
}

.table-pagenation {
  margin-top: 5px;
  margin-bottom: 5px;
}
.table-pagenation .navigation {
  display: flex;
}
.table-pagenation .navigation a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  font-size: 17px;
  text-decoration: none;
  margin-right: 4px;
}
.table-pagenation .navigation a:last-child {
  margin-right: 0;
}
.table-pagenation .navigation a:hover {
  background-color: rgba(34, 113, 177, 0.15);
}
.table-pagenation .navigation a.disabled {
  pointer-events: none;
  opacity: 0.3;
}

.setting label.form-title {
  display: block;
  margin-bottom: 6px;
}
.setting .footer-buttons {
  margin-top: 20px;
}
.setting .form-item {
  margin-bottom: 20px;
}
.setting .form-item:last-child {
  margin-bottom: 0;
}

.modal-window .setting.content {
  padding-bottom: 30px;
}

.setting-table {
  width: auto;
}
.setting-table .control a {
  margin-right: 10px;
}
.setting-table .control a:last-child {
  margin-right: 0;
}
.setting-table .control a:hover {
  opacity: 0.5;
}
.setting-table .control a i {
  margin-right: 3px;
}

/*
========================================================
pagenation
========================================================
*/
.pagenation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.pagenation ul li {
  border: 1px solid #ccc;
  border-radius: 2px;
  min-width: 36px;
  min-height: 30px;
  text-align: center;
  line-height: 30px;
  margin-right: 4px;
}
.pagenation ul li a, .pagenation ul li span {
  display: block;
  width: 100%;
  padding: 3px;
  text-decoration: none;
  color: #000;
}
.pagenation ul li a:hover {
  background-color: #2271b1;
  color: #fff;
}
.pagenation ul li .current {
  background-color: #2271b1;
  color: #fff;
}

/*
========================================================
pop over / tooltip of tippy css
========================================================
*/
.tippy-box[data-animation=fade][data-state=hidden] {
  opacity: 0;
}

[data-tippy-root] {
  max-width: calc(100vw - 10px);
}

.tippy-box[role=popover] {
  position: relative;
  background-color: #fff;
  color: inherit;
  outline: 0;
  transition-property: transform, visibility, opacity;
}

.tippy-box[role=tooltip] {
  position: relative;
  background-color: #c03;
  color: #fff;
  padding: 3px 6px;
  border-radius: 3px;
  outline: 0;
  transition-property: transform, visibility, opacity;
}

.tippy-box[data-placement^=top] > .tippy-arrow {
  bottom: 0;
}

.tippy-box[data-placement^=top] > .tippy-arrow:before {
  bottom: -7px;
  left: 0;
  border-width: 8px 8px 0;
  border-top-color: initial;
  transform-origin: center top;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow {
  top: 0;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow:before {
  top: -7px;
  left: 0;
  border-width: 0 8px 8px;
  border-bottom-color: initial;
  transform-origin: center bottom;
}

.tippy-box[data-placement^=left] > .tippy-arrow {
  right: 0;
}

.tippy-box[data-placement^=left] > .tippy-arrow:before {
  border-width: 8px 0 8px 8px;
  border-left-color: initial;
  right: -7px;
  transform-origin: center left;
}

.tippy-box[data-placement^=right] > .tippy-arrow {
  left: 0;
}

.tippy-box[data-placement^=right] > .tippy-arrow:before {
  left: -7px;
  border-width: 8px 8px 8px 0;
  border-right-color: initial;
  transform-origin: center right;
}

.tippy-box[data-inertia][data-state=visible] {
  transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}

.tippy-arrow {
  width: 16px;
  height: 16px;
  color: #c03;
}

.tippy-arrow:before {
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
}

.tippy-content {
  position: relative;
  padding: 6px;
  z-index: 1;
}

.tippy-box[role=popover] .tippy-content {
  padding: 0;
}

ul.pop-over-listmenu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border: 1px solid #767676;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  max-height: 450px;
  overflow-y: auto;
}
ul.pop-over-listmenu li {
  min-width: 100px;
  margin: 0;
  padding: 0;
}
ul.pop-over-listmenu li a {
  display: block;
  text-decoration: none;
  padding: 6px;
}
ul.pop-over-listmenu li a:hover {
  background-color: #4291FF;
  color: #fff;
}

/*
========================================================
modal window
========================================================
*/
.purchase-request.modal-window .wrapper {
  width: 800px;
}

.new.create-estimate-item.modal-window .wrapper {
  width: 1100px !important;
  height: calc(100vh - 80px);
}

.create-estimate-item.modal-window .wrapper {
  width: calc(100vw - 80px);
  height: calc(100vh - 80px);
}
.create-estimate-item.modal-window .wrapper .content {
  flex: 1;
  overflow: hidden;
}
.create-estimate-item.modal-window .title-cols .left {
  width: 40%;
}
.create-estimate-item.modal-window .title-cols .right {
  width: 60%;
}
.create-estimate-item.modal-window .content > .flexcols {
  align-items: stretch;
  height: 100%;
}
.create-estimate-item.modal-window .content > .flexcols .left {
  background-color: #eee;
  overflow-y: scroll;
  width: 40%;
}
.create-estimate-item.modal-window .content > .flexcols .right {
  background-color: #eee;
  overflow-y: scroll;
  width: 60%;
}
.create-estimate-item.modal-window .content > .flexcols .border {
  background-color: #f7f7f7;
  border: 1px solid #ccc;
  padding: 16px;
}
.create-estimate-item.modal-window h3 {
  margin-bottom: 10px;
}
.create-estimate-item.modal-window h3 i {
  margin-right: 4px;
}
.create-estimate-item.modal-window article {
  padding: 16px;
  margin-bottom: 16px;
  min-width: 900px;
  position: relative;
}
.create-estimate-item.modal-window article .delete {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #c03;
}
.create-estimate-item.modal-window article .delete a.delete-button {
  text-decoration: none;
  text-align: center;
}
.create-estimate-item.modal-window article .delete a.delete-button:hover {
  opacity: 0.5;
}
.create-estimate-item.modal-window article .delete i {
  font-size: 22px;
  display: block;
}
.create-estimate-item.modal-window article .delete span {
  display: block;
  font-size: 11px;
}
.create-estimate-item.modal-window article label.title {
  display: block;
  margin-bottom: 3px;
}

.create-request-estimate-paper.modal-window .wrapper {
  width: 1400px;
  height: calc(100vh - 80px);
}
.create-request-estimate-paper.modal-window .wrapper .content {
  flex: 1;
  overflow: hidden;
}
.create-request-estimate-paper.modal-window .doc-title {
  text-align: center;
  font-weight: bold;
}
.create-request-estimate-paper.modal-window .myboxshadow {
  padding: 16px;
  height: calc(100% - 16px);
  overflow-y: scroll;
}
.create-request-estimate-paper.modal-window .select-item {
  margin-bottom: 12px;
}
.create-request-estimate-paper.modal-window .select-item input[type=text] {
  width: 300px;
}
.create-request-estimate-paper.modal-window .select-item input[type=text].wide {
  width: 500px;
}
.create-request-estimate-paper.modal-window .footer-buttons {
  padding-top: 0 !important;
}
.create-request-estimate-paper.modal-window .footer-buttons p {
  margin-top: 0;
}

.test.modal-window .wrapper {
  width: calc(100vw - 80px);
  height: calc(100vh - 80px);
}
.test.modal-window .wrapper .content {
  border: 1px solid #c00;
  flex: 1;
  overflow-y: auto;
}
.test.modal-window .wrapper .content .flexcols {
  align-items: stretch;
  border: 1px solid green;
  height: 100%;
}
.test.modal-window .wrapper .content .left {
  background-color: #eee;
  overflow-y: auto;
  width: 40%;
}
.test.modal-window .wrapper .content .right {
  background-color: #eee;
  overflow: auto;
  width: 60%;
}
.test.modal-window .wrapper .content .border {
  background-color: #f7f7f7;
  border: 1px solid #ccc;
  padding: 16px;
}

.modal-window {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20000;
  background-color: rgba(0, 0, 0, 0.8);
}
.modal-window .window {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-window .window .wrapper {
  min-width: 640px;
  max-width: calc(100vw - 32px);
  min-height: 380px;
  max-height: calc(100vh - 32px);
  background-color: #fff;
  border-radius: 3px;
  padding: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.modal-window .window .wrapper > div {
  width: 100%;
}
.modal-window .window .wrapper .header-cols {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}
.modal-window .window .wrapper .header-cols .title {
  font-size: 20px;
  margin-bottom: 12px;
  padding-top: 4px;
}
.modal-window .window .wrapper .header-cols .close-btn a {
  color: #555;
}
.modal-window .window .wrapper .header-cols .close-btn a:hover {
  opacity: 0.5;
}
.modal-window .window .wrapper .header-cols .close-btn i, .modal-window .window .wrapper .header-cols .close-btn span {
  font-size: 24px;
}
.modal-window .window .wrapper .footer-buttons {
  margin-top: auto;
  padding-top: 20px;
  text-align: right;
}
@media screen and (max-width: 410px) {
  .modal-window .window .wrapper .footer-buttons {
    padding-top: 50px;
  }
  .modal-window .window .wrapper .footer-buttons button {
    margin-left: 0;
  }
  .modal-window .window .wrapper .footer-buttons button:first-child {
    margin-bottom: 12px;
  }
}

/*
========================================================
toggle switch
========================================================
*/
.toggle-switch {
  display: inline-block;
  position: relative;
  width: 28px;
  height: 14px;
  margin: auto;
}
.toggle-switch .toggle-input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}
.toggle-switch .toggle-label {
  width: 28px;
  height: 14px;
  background: #ccc;
  position: relative;
  display: inline-block;
  border-radius: 46px;
  transition: 0.4s;
  box-sizing: border-box;
}
.toggle-switch .toggle-label:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  transition: 0.2s;
}
.toggle-switch .toggle-input:checked + .toggle-label {
  background-color: #4BD865;
}
.toggle-switch .toggle-input:checked + .toggle-label:after {
  left: 14px;
}

/*
========================================================
toggle label switch
========================================================
*/
.toggle-label-switch {
  --background-color: #f1f2f7;
  --button-color: #99CC33;
  --selected-text-color: #fff;
  --unselected-text-color: #a1a4b9;
}
.toggle-label-switch *,
.toggle-label-switch *:before,
.toggle-label-switch *:after {
  box-sizing: content-box;
}
.toggle-label-switch .wrapper {
  position: relative;
  width: 220px;
  border-radius: 20px;
  height: 36px;
  display: flex;
  align-items: center;
  overflow: hidden;
  flex-shrink: 0;
  margin: 0 auto;
}
.toggle-label-switch .checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  z-index: 3;
  cursor: pointer;
}
.toggle-label-switch .toggle-page {
  overflow: hidden;
  z-index: 2;
}
.toggle-label-switch .layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: var(--background-color);
  transition: 0.3s ease all;
  z-index: 1;
}
.toggle-label-switch .toggle-page:before,
.toggle-label-switch .toggle-page:after,
.toggle-label-switch .toggle-page span {
  position: absolute;
  top: 4px;
  width: 100px;
  height: 10px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 9px 4px;
  border-radius: 20px;
  transition: 0.3s ease all;
}
.toggle-label-switch .toggle-page:before {
  content: "";
  left: 4px;
  background-color: var(--button-color);
}
.toggle-label-switch .toggle-page span {
  color: var(--selected-text-color);
  z-index: 1;
  left: 6px;
}
.toggle-label-switch .toggle-page:after {
  content: "実験リスト";
  right: 4px;
  color: var(--unselected-text-color);
}
.toggle-label-switch .checkbox:checked + .toggle-page span {
  color: var(--unselected-text-color);
}
.toggle-label-switch .checkbox:checked + .toggle-page:before {
  left: 109px;
}
.toggle-label-switch .checkbox:checked + .toggle-page:after {
  color: var(--selected-text-color);
}

.my-toggle-label-switch {
  --background-color: #f1f2f7;
  --button-color: #99CC33;
  --selected-text-color: #fff;
  --unselected-text-color: #a1a4b9;
  --box-width: 206px;
  --box-height: 46px;
  --box-padding: 3px;
  --box-border-radius: 3px;
}
.my-toggle-label-switch .outer {
  width: var(--box-width);
  height: var(--box-height);
  margin: 0 auto;
  padding: var(--box-padding);
  background-color: var(--background-color);
  border-radius: var(--box-border-radius);
}
.my-toggle-label-switch .wrapper {
  position: relative;
  width: calc(var(--box-width) - var(--box-padding) * 2);
  border-radius: 0px;
  height: calc(var(--box-height) - var(--box-padding) * 2);
  display: flex;
  align-items: center;
  overflow: hidden;
  flex-shrink: 0;
  margin: 0 auto;
}
.my-toggle-label-switch .checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  z-index: 3;
  cursor: pointer;
}
.my-toggle-label-switch .layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: var(--background-color);
  border-radius: var(--box-border-radius);
  transition: 0.3s ease all;
  z-index: 1;
}
.my-toggle-label-switch .toggle-page {
  overflow: hidden;
  z-index: 2;
}
.my-toggle-label-switch .toggle-page:before,
.my-toggle-label-switch .toggle-page:after,
.my-toggle-label-switch .toggle-page span {
  position: absolute;
  top: 0px;
  width: calc(var(--box-width) / 2 - var(--box-padding));
  height: calc(var(--box-height) - var(--box-padding) * 2);
  font-size: 12px;
  line-height: calc(var(--box-height) - var(--box-padding) * 2);
  text-align: center;
  padding: 0;
  border-radius: var(--box-border-radius);
  transition: 0.3s ease all;
}
.my-toggle-label-switch .toggle-page span {
  color: var(--selected-text-color);
  left: 0;
}
.my-toggle-label-switch .toggle-page:before {
  content: "";
  left: 0;
  background-color: var(--button-color);
}
.my-toggle-label-switch .toggle-page:after {
  content: "実験リスト";
  color: var(--unselected-text-color);
  right: 0px;
}
.my-toggle-label-switch .checkbox:checked + .toggle-page span {
  color: var(--unselected-text-color);
}
.my-toggle-label-switch .checkbox:checked + .toggle-page:before {
  left: calc(var(--box-width) / 2 - var(--box-padding));
}
.my-toggle-label-switch .checkbox:checked + .toggle-page:after {
  color: var(--selected-text-color);
}

/*
========================================================
tab menu
========================================================
*/
header .tab-menus {
  font-size: 0;
}
header .tab-menus a {
  font-size: 14px;
  display: inline-block;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  margin-bottom: -1px;
  padding-top: 11px;
  padding-left: 10px;
  padding-right: 10px;
  width: 170px;
  height: 40px;
  margin-right: 3px;
  text-align: center;
  text-decoration: none;
  background-color: #bbb;
}
header .tab-menus a:last-child {
  margin-right: 0;
}
header .tab-menus a.selected {
  border-bottom: 1px solid #fff;
  background-color: #fff;
}
header .tab-menus a:hover {
  background-color: #fff;
}
header .tab-menus a i {
  font-size: 16px;
  margin-right: 4px;
}

.tab-contents {
  border: 1px solid #ccc;
  padding: 20px;
}

.tab-sub-menus {
  font-size: 0;
  padding: 20px 0 0;
  margin: 0 16px;
  border-bottom: 1px solid #aaa;
}
.tab-sub-menus a {
  font-size: 14px;
  display: inline-block;
  padding-top: 11px;
  padding-left: 10px;
  padding-right: 10px;
  height: 40px;
  margin-right: 3px;
  text-align: center;
  text-decoration: none;
}
.tab-sub-menus a:last-child {
  margin-right: 0;
}
.tab-sub-menus a.selected {
  border-bottom: 2px solid #2271b1;
  pointer-events: none;
}
.tab-sub-menus a:hover {
  border-bottom: 2px solid #2271b1;
}

/*
========================================================
custom scroll bar
========================================================
*/
.custom-scrollbar {
  overflow: auto;
  --sb-track-color: #f0f0f0;
  --sb-thumb-color: #909090;
  --sb-thumb-hover-color: #b0b0b0;
  --sb-size: 14px;
  --sb-bdrs: 14px;
  --sb-thumb-border-width: 3px;
}
.custom-scrollbar::-webkit-scrollbar {
  width: var(--sb-size);
  height: var(--sb-size);
}
.custom-scrollbar::-webkit-scrollbar-track {
  background-color: var(--sb-track-color);
  border-radius: var(--sb-bdrs);
}
.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: var(--sb-thumb-color);
  border-radius: var(--sb-bdrs);
  border: var(--sb-thumb-border-width) solid var(--sb-track-color);
}
.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: var(--sb-thumb-hover-color);
}

/*
========================================================
custom checkbox
========================================================
*/
td.item-checkmark,
th.item-checkmark {
  padding: 0 !important;
}

th.item-checkmark label {
  margin-top: 4px;
}

label.custom-checkbox {
  display: inline-block;
  position: relative;
  width: 60px;
  height: 100%;
  cursor: pointer;
}
label.custom-checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
label.custom-checkbox:hover {
  background-color: rgba(34, 113, 177, 0.1);
}

.custom-checkbox-checkmark {
  position: absolute;
  top: 8px;
  left: calc(50% - 8px);
  height: 18px;
  width: 18px;
  transition: all 0.15s ease-in;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #bbb;
  /*
  .custom-checkbox:hover input~& {
  	background: #E6E6E6;
  }
  .custom-checkbox:hover input:checked~& {
  	opacity: 0.5;
  }
  */
}
.small.custom-checkbox .custom-checkbox-checkmark {
  width: 16px;
  height: 16px;
}
.custom-checkbox input:checked ~ .custom-checkbox-checkmark {
  background: #2271b1;
  border: none;
}
.custom-checkbox-checkmark::after {
  content: "";
  position: absolute;
  display: none;
}
.custom-checkbox input:checked ~ .custom-checkbox-checkmark::after {
  display: block;
}
.custom-checkbox .custom-checkbox-checkmark::after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.small.custom-checkbox .custom-checkbox-checkmark::after {
  left: 6px;
  top: 3px;
  width: 4px;
  height: 8px;
}

label.custom-radio-button {
  display: inline-block;
  position: relative;
  padding-left: 22px;
  cursor: pointer;
}
label.custom-radio-button.small {
  padding-left: 19px;
}
label.custom-radio-button + label {
  margin-left: 16px;
}
label.custom-radio-button input[type=radio] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
label.custom-radio-button:has(input:disabled) {
  color: #ccc;
  cursor: auto;
}

.custom-radio-button-checkmark {
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.15s ease-in;
}
.small.custom-radio-button .custom-radio-button-checkmark {
  width: 14px;
  height: 14px;
}
.custom-radio-button input:checked ~ .custom-radio-button-checkmark {
  background-color: #2271b1;
  box-shadow: inset 0 0 0 2px #f4f4f4;
}
.custom-radio-button input:disabled ~ .custom-radio-button-checkmark {
  box-shadow: inset 0 0 0 2px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}

/*
========================================================
custom checkbox 2
========================================================
*/
label.custom-checkbox2 {
  display: inline-block;
  position: relative;
  padding-left: 23px;
  cursor: pointer;
}
label.custom-checkbox2.small {
  padding-left: 21px;
}
label.custom-checkbox2 input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-checkbox-checkmark2 {
  position: absolute;
  top: -1px;
  left: 0;
  height: 18px;
  width: 18px;
  transition: all 0.15s ease-in;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #bbb;
  /*
  .custom-checkbox:hover input~& {
  	background: #E6E6E6;
  }
  .custom-checkbox:hover input:checked~& {
  	opacity: 0.5;
  }
  */
}
.small.custom-checkbox2 .custom-checkbox-checkmark2 {
  width: 16px;
  height: 16px;
}
.custom-checkbox2 input:checked ~ .custom-checkbox-checkmark2 {
  background: #2271b1;
  border: none;
}
.custom-checkbox-checkmark2::after {
  content: "";
  position: absolute;
  display: none;
}
.custom-checkbox2 input:checked ~ .custom-checkbox-checkmark2::after {
  display: block;
}
.custom-checkbox2 .custom-checkbox-checkmark2::after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.small.custom-checkbox2 .custom-checkbox-checkmark2::after {
  left: 6px;
  top: 3px;
  width: 4px;
  height: 8px;
}

/*
========================================================
custom file upload
========================================================
*/
.custom-file-upload label {
  background-color: #eee;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.custom-file-upload label:hover {
  opacity: 0.5;
  transition: all 0.2s ease-in;
}
.custom-file-upload input {
  display: none;
}
.custom-file-upload .filename {
  margin-left: 20px;
}

/*
========================================================
message bar
========================================================
*/
.message-bar {
  padding: 0.68em;
  border-radius: 3px;
  margin-bottom: 20px;
  max-width: 1200px;
}
.message-bar.alert {
  color: #842029;
  background-color: #f8d7da;
  border: 1px solid #f5c2c7;
}
.message-bar.success {
  color: #0f5132;
  background-color: #d1e7dd;
  border: 1px solid #badbcc;
}
.message-bar.warning {
  color: #664d03;
  background-color: #fff3cd;
  border: 1px solid #ffecb5;
}
.message-bar.info {
  color: #055160;
  background-color: #cff4fc;
  border: 1px solid #b6effb;
}

/*
========================================================
loading spinner
========================================================
*/
.now-loading {
  position: relative;
}
.now-loading::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
}

.now-loading.black::before {
  background: rgba(0, 0, 0, 0.8) url("../img/loading_spinner_white.svg") center center/60px auto no-repeat;
}

.now-loading.white::before {
  background: rgba(255, 255, 255, 0.8) url("../img/loading_spinner_black.svg") center center/60px auto no-repeat;
}

/*
========================================================
login sets
========================================================
*/
header.login-header {
  justify-content: center;
  background-color: #2271b1;
}
header.login-header .title {
  color: #fff;
  font-size: 20px;
  line-height: 60px;
  text-align: center;
}

#login {
  padding-top: 40px;
  height: auto;
  min-width: initial;
}
#login .pagetitle {
  text-align: center;
  font-size: 20px;
}
#login .error {
  text-align: center;
  color: #c03;
  font-size: 18px;
  font-weight: bold;
}
#login .container {
  width: 270px;
  margin: 0 auto 30px;
  text-align: left;
}
#login .container p.title {
  margin: 0 0 6px;
  text-align: left;
  font-size: 14px;
}
#login .container .input {
  margin-bottom: 10px;
}
#login .container .input input {
  width: 100%;
}
#login .container .button {
  margin-top: 40px;
}
#login .container .button input {
  background-color: #2271b1;
  color: #fff;
}
#login .container .forgot-password {
  margin-top: 20px;
}
#login .container .forgot-password a {
  color: inherit;
}
#login .container .forgot-password a:hover {
  opacity: 0.5;
}

/*
========================================================
error pages
========================================================
*/
#error-page {
  text-align: center;
  padding-top: 30px;
}
#error-page .status-code {
  font-size: 150px;
  line-height: 1;
}
#error-page .message_en {
  font-size: 50px;
  line-height: 1;
  margin-bottom: 20px;
}
#error-page .message-jp {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 30px;
}
#error-page a.top-button {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 12px;
  border-radius: 3px;
  text-decoration: none;
  color: #fff;
  background-color: #2271b1;
}
#error-page a.top-button:hover {
  opacity: 0.5;
}
#error-page .error-reason {
  text-align: center;
}
#error-page .error-reason pre {
  text-align: left;
  font-family: inherit;
  display: inline-block;
  margin: 30px auto 0;
  text-align: left;
  line-height: 1.5;
  padding: 16px;
  background-color: #f7f7f7;
}

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