@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: "Zen Antique";
  src: url("../component/Zen_Antique/ZenAntique-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Sawarabi Gothic";
  src: url("../component/Sawarabi_Gothic/SawarabiGothic-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Poppins-medium";
  src: url("../component/Poppins/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
/*
========================================================
color val
========================================================
*/
/*
========================================================
reset
========================================================
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body {
  height: 100%;
  overflow: auto;
}

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: "Sawarabi Gothic", sans-serif;
  color: #334B56;
  font-size: 16px;
}

body {
  background-color: #f8f8f8;
}

/*
========================================================
a href
========================================================
*/
a {
  color: #334B56;
}

/*
	&:link {
		color: $maincolor;
	}
	&:visited {
		color: $maincolor;
	}
	&:active {
		color: $maincolor;
	}
	&:focus {
		color: $maincolor;
	}
	&:hover {
		color: #1A0DAB;
	}	
*/
/*
========================================================
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
========================================================
*/
ul {
  list-style-type: none;
  padding: 0;
}
/*
========================================================
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: 28px;
  border: none;
  border-radius: 3px;
  background-color: #334B56;
  color: #fff;
  line-height: 28px;
  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] {
  height: 28px;
  border: 1px solid #bbb;
  padding: 4px;
  border-radius: 3px;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus {
  outline: 1px solid #666;
}

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

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

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

select {
  min-width: 150px;
  height: 28px;
  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: 32px !important;
}

button,
a.button {
  min-width: 60px;
  height: 32px;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 2px;
  color: #f8f8f8;
  background-color: #334B56;
  border: 0;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.16), 0px 2px 4px 0px rgba(0, 0, 0, 0.12), 0px 1px 8px 0px rgba(0, 0, 0, 0.1);
}
button.small,
a.button.small {
  font-size: 14px;
}
button.cancel,
a.button.cancel {
  background-color: #f8f8f8 !important;
  color: #334B56;
}
button.outline,
a.button.outline {
  border: 1px solid #334B56;
  background-color: #f8f8f8;
  color: #334B56 !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;
}

button.button-reset {
  background-color: #aaa;
  color: #f0f0f0;
}

/*
========================================================
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.unset {
  flex-grow: unset;
}
.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: #334B56;
  text-decoration: none;
}
a.attached-file:hover {
  opacity: 0.5;
}
a.attached-file::before {
  font: var(--fa-font-solid);
  content: "\f0c6";
  margin-right: 5px;
}

.page-loading-spinner {
  width: 100%;
  height: 42px;
  background: url("../img/loading_spinner_black.svg") center center/32px 32px no-repeat;
}

/*
========================================================
common layout
========================================================
*/
header {
  position: fixed;
  z-index: 1000;
  width: 100%;
  background-color: #f8f8f8;
}
header .buttons .cols {
  height: 48px;
  border-bottom: 4px solid rgba(51, 75, 86, 0.25);
  display: flex;
  justify-content: space-between;
}
header .buttons .cols .col-left {
  width: 50%;
  padding-left: 16px;
  display: flex;
  align-items: center;
}
header .buttons .cols .col-left .sort-button {
  margin-left: 11px;
}
header .buttons .cols .col-left .sort-button.selected {
  background-color: rgba(51, 75, 86, 0.4);
}
header .buttons .cols .col-right {
  width: 50%;
  padding-right: 16px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header .buttons .cols .col-right .reload-button {
  margin-right: 12px;
}
header .buttons .cols a.back {
  text-decoration: none;
}
header .buttons a.back-button {
  text-decoration: none;
  margin-left: 12px;
}
header .search-title-box {
  height: 64px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  border-bottom: 1px solid #E2EAEE;
}
header .search-title-box span.header {
  font-family: "Zen Antique", serif;
  font-size: 18px;
  margin-right: 10px;
}
header .search-title-box span.keywords {
  font-size: 16px;
}
header .dictionary-title-box {
  position: relative;
  font-family: "Zen Antique", serif;
  font-size: 21px;
  height: 64px;
  display: flex;
  align-items: center;
  padding: 0 16px;
}
header .dictionary-title-box .title {
  background: url("../img/arrow_down.svg") center right 0px no-repeat;
  padding-right: 32px;
}
header .dictionary-title-box .title.open {
  background-image: url("../img/arrow_up.svg");
}
header .dictionary-title-box .dictionary-select-menu {
  position: absolute;
  display: block;
  top: 64px;
  left: 0;
  width: 100%;
  background-color: #334B56;
}
header .dictionary-title-box .dictionary-select-menu a {
  display: block;
  color: #f8f8f8;
  text-decoration: none;
  padding: 16px;
  border-bottom: 1px solid #E2EAEE;
}
header .dictionary-title-box .dictionary-select-menu a:last-child {
  border-bottom: 0;
}

main {
  margin-top: 112px;
}
main ol.root {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
main ol.root > li {
  background: #E2EAEE url("../img/plus.svg") top 15px right 16px no-repeat;
  border-bottom: 1px solid #fff;
}
main ol.root > li:last-child {
  border-bottom: 0;
}
main ol.root > li.open {
  color: #f8f8f8;
  background-color: #334B56;
  border-bottom: 1px solid #334B56;
  background-image: url("../img/minus_white.svg");
}
main ol.root > li > .item-wrapper {
  display: flex;
  align-items: center;
}
main ol.root > li > .item-wrapper::before {
  counter-increment: item;
  content: counter(item, upper-roman);
  display: inline-block;
  width: 40px;
  font-family: "Zen Antique", serif;
  font-size: 12px;
  text-align: center;
  vertical-align: 1px;
}
main ol.root > li > .item-wrapper .item-name {
  flex: 1;
  line-height: 1.28;
  padding: 12px 36px 12px 8px;
}
main ul.secondary,
main ul.tertiary,
main ul.quaternary {
  display: none;
}
main ul.secondary {
  border-top: 1px solid #fff;
}
main ul.secondary > li {
  background: #E2EAEE url("../img/plus.svg") top 15px right 16px no-repeat;
  color: #334B56;
  border-bottom: 1px solid #fff;
}
main ul.secondary > li:last-child {
  border-bottom: 0;
}
main ul.secondary > li.open {
  color: #f8f8f8;
  background-color: #334B56;
  border-bottom: 1px solid #334B56;
  background-image: url("../img/minus_white.svg");
}
main ul.secondary > li .item-wrapper {
  display: inline-block;
  line-height: 1.28;
  display: flex;
  justify-content: flex-start;
}
main ul.secondary > li .item-wrapper .code {
  flex: 0 0 64px;
  display: flex;
  align-items: center;
  margin-right: 4px;
  margin-left: 8px;
  font-family: "Zen Antique", serif;
  font-size: 12px;
  text-align: center;
}
main ul.secondary > li .item-wrapper .item-name {
  display: block;
  flex: 1;
  line-height: 1.28;
  padding: 12px 36px 12px 8px;
}
main ul.tertiary {
  border-top: 1px solid #fff;
}
main ul.tertiary > li {
  background: #E2EAEE url("../img/plus.svg") top 15px right 16px no-repeat;
  color: #334B56;
  display: flex;
  justify-content: flex-start;
}
main ul.tertiary > li:last-child {
  border-bottom: 0;
}
main ul.tertiary > li .code-wrapper {
  display: block;
  padding-top: 10px;
  padding-left: 6px;
  border-right: 4px solid #C4D5DC;
}
main ul.tertiary > li .code-wrapper .code {
  display: inline-block;
  font-size: 12px;
  transform: rotate(-90deg);
}
main ul.tertiary > li .content-wrapper {
  flex: 1;
}
main ul.tertiary > li .item-name {
  padding-left: 16px;
  line-height: 1.28;
  padding: 16px;
}
main ul.tertiary > li.open {
  background-image: url("../img/minus_white.svg");
  color: #f8f8f8;
  background-color: #334B56;
}
main ul.tertiary > li.open .code-wrapper {
  border-right: 4px solid #334B56;
}
main ul.quaternary {
  width: 100%;
  background-color: #f8f8f8;
  color: #334B56;
}
main ul.quaternary > li {
  background: #f8f8f8 url("../img/plus.svg") top 15px right 16px no-repeat;
  border-bottom: 1px solid #E2EAEE;
  padding: 0;
}
main ul.quaternary > li.open {
  background-image: url("../img/minus.svg");
}
main ul.quaternary > li.open .item-wrapper {
  display: block;
  padding: 6px 0;
}
main ul.quaternary > li.open .item-wrapper .code {
  display: block;
  text-align: left;
  padding-left: 16px;
  margin: 0;
}
main ul.quaternary > li.open .item-wrapper .item-name {
  font-family: "Zen Antique", serif;
  font-size: 21px;
  padding: 0 16px;
}
main ul.quaternary > li .item-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
main ul.quaternary > li .item-wrapper .code {
  flex: 0 0 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  margin-left: 8px;
  font-family: "Zen Antique", serif;
  font-size: 12px;
  text-align: center;
}
main ul.quaternary > li .item-wrapper .item-name {
  display: block;
  flex: 1;
  padding: 12px 12px 12px 0;
}
main .description-wrapper {
  width: auto;
  margin: 6px 12px 12px 12px;
}
main .description-wrapper .content {
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 20px;
}
main .description-wrapper .description-item {
  margin-bottom: 6px;
}
main .description-wrapper .description-item .no-data-message {
  font-size: 14px;
  color: rgba(51, 75, 86, 0.75);
}
main .description-wrapper .description-item .title-cols {
  display: flex;
  justify-content: space-between;
  border: 1px solid #E2EAEE;
  border-bottom: 0;
}
main .description-wrapper .description-item .title-cols .title {
  flex: 1;
  padding: 12px 8px;
}
main .description-wrapper .description-item .title-cols .title span {
  margin-left: 8px;
  vertical-align: 2px;
}
main .description-wrapper .description-item .title-cols .option-menu {
  padding: 12px 8px;
}
main .description-wrapper .description-item table.status {
  table-layout: fixed;
  font-size: 12px;
  line-height: 1;
}
main .description-wrapper .description-item table.status th, main .description-wrapper .description-item table.status td {
  background-color: #fff;
  text-align: center;
  height: auto;
  border: 1px solid #E2EAEE;
  vertical-align: middle;
}
main .description-wrapper .description-item table.status th {
  padding: 4px;
}
main .description-wrapper .description-item table.status td {
  padding: 9px 4px;
}
main .description-wrapper .description-item .comment-fukidashi {
  position: relative;
  background-color: #334B56;
  color: #f7f7f7;
  display: inline-block;
  padding: 3px 8px 2px;
  border-radius: 3px;
}
main .description-wrapper .description-item .comment-fukidashi::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-55%);
  background-color: inherit;
  width: 8px;
  height: 4px;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
main .description-wrapper .description-item .comment-fukidashi.new {
  background-color: #E2EAEE;
  color: #334B56;
}
main .description-wrapper .goto_tree_item {
  margin-top: 6px;
  padding: 3px 6px;
}
main .description-wrapper .goto_tree_item a {
  text-decoration: none;
  font-size: 14px;
  background: url("../img/folder-tree-solid.svg") left center/16px auto no-repeat;
  padding-left: 20px;
}

.description-modal-table th {
  font-size: 13px;
  background-color: #f0f0f0;
}
.description-modal-table td {
  border: 1px solid #ccc;
  padding: 6px;
}

@keyframes rotate_anime {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#login {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #334B56;
  margin: 0;
  height: 100%;
}
#login .title {
  font-family: "Zen Antique", serif;
  font-size: 21px;
  padding-bottom: 20px;
}
#login .logo {
  margin-bottom: 30px;
}
#login .logo img {
  width: 120px;
}
#login .password {
  margin-bottom: 30px;
}
#login .password label {
  display: inline-block;
  margin-bottom: 6px;
}
#login .password input[type=password] {
  width: 300px;
  padding: 8px;
}
#login .submit {
  text-align: center;
}

/*
========================================================
tab menu
========================================================
*/
.tab-menus {
  font-size: 0;
}
.tab-menus a {
  font-size: 14px;
  display: inline-block;
  border: 1px solid #ccc;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  margin-bottom: -1px;
  padding: 8px 8px;
  width: 100px;
  margin-right: 3px;
  text-align: center;
  text-decoration: none;
  background-color: #eee;
}
.tab-menus a:last-child {
  margin-right: 0;
}
.tab-menus a.selected {
  border-bottom: 1px solid #fff;
  background-color: #fff;
}

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

/*
========================================================
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: #334B56;
  color: #fff;
}
.pagenation ul li .current {
  background-color: #334B56;
  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 rgba(51, 75, 86, 0.2);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 6px;
  max-height: 450px;
  overflow-y: auto;
}
ul.pop-over-listmenu li {
  min-width: 100px;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgba(51, 75, 86, 0.2);
}
ul.pop-over-listmenu li:last-child {
  border-bottom: 0;
}
ul.pop-over-listmenu li a {
  display: block;
  text-decoration: none;
  padding: 12px;
  font-size: 16px;
}
ul.pop-over-listmenu li a:hover {
  background-color: #4291FF;
  color: #fff;
}

/*
========================================================
modal window
========================================================
*/
/*
.delete.modal-window {
	background-color: transparent !important;
	.wrapper {
		min-width: 400px !important;
		min-height: 100px !important;
		border: 1px solid #ccc;
		box-shadow: 2px 3px 7px -1px #e5e5e5;
		background-color: #fff;
	}
}

.advanced-search.modal-window {
	.forms {
		input[type=search] {
			width: 70%;
			margin-bottom: 10px;
		}
		.option {
			margin-bottom: 4px;
			label:hover {
				background-color: rgba( $maincolor,0.2 );
			}
		}
	}
}
*/
.modal-window.menu.open .wrapper {
  left: 0 !important;
  transition: all 0.3s;
}

.modal-window.menu .window {
  position: relative;
}
.modal-window.menu .window .wrapper {
  min-width: 50%;
  width: auto;
  height: 100%;
  min-height: initial;
  max-height: initial;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  margin-top: 0;
  border-radius: 0;
  box-shadow: none;
  background-color: #334B56;
  color: #f8f8f8;
}
.modal-window.menu .window .wrapper .header-cols {
  border-bottom: 1px solid #fff;
}
.modal-window.menu .window .wrapper .content {
  padding: 0px;
}
.modal-window.menu .window .wrapper .content ul {
  margin: 0;
}
.modal-window.menu .window .wrapper .content ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.modal-window.menu .window .wrapper .content ul li a {
  display: block;
  text-decoration: none;
  color: inherit;
  padding: 16px;
}

.modal-window.search.open .wrapper {
  top: 0 !important;
  transition: all 0.3s;
}

.modal-window.search .window {
  position: relative;
}
.modal-window.search .window .wrapper {
  min-height: auto;
  margin-top: 0px;
  border-radius: 0 0 16px 16px;
  position: absolute;
  top: -100%;
}
.modal-window.search .window .wrapper .content .search-box {
  margin-bottom: 10px;
}
.modal-window.search .window .wrapper .content .search-box input[type=search] {
  padding: 8px;
  width: 100%;
  border: 1px solid #334B56;
  border-radius: 2px;
}
.modal-window.search .window .wrapper .content .search-box input[type=search].error {
  border-color: #c03;
}
.modal-window.search .window .wrapper .content .search-box .note {
  font-size: 14px;
  color: #c03;
  margin-top: 3px;
}
.modal-window.search .window .wrapper .content .checkbox-cols {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #E2EAEE;
  padding: 12px 16px;
}
.modal-window.search .window .wrapper .content .checkbox-cols label {
  display: inline-block;
}
.modal-window.search .window .wrapper .content .checkbox-cols .col {
  width: 50%;
  display: flex;
  align-items: center;
}
.modal-window.search .window .wrapper .content .checkbox-cols .col:last-child {
  text-align: right;
  justify-content: flex-end;
}
.modal-window.search .window .wrapper .content .reliability-wrapper {
  border-bottom: 1px solid #E2EAEE;
  padding: 12px 16px;
}
.modal-window.search .window .wrapper .content .reliability-wrapper .title {
  padding-bottom: 7px;
}
.modal-window.search .window .wrapper .footer-buttons {
  padding: 5px 16px 20px;
}
.modal-window.search .window .wrapper .footer-buttons button {
  width: 100px;
}

.modal-window.comment.open .wrapper {
  bottom: 0 !important;
  transition: all 0.3s;
}

.modal-window.comment .window {
  position: relative;
}
.modal-window.comment .window .wrapper {
  min-height: auto;
  margin-top: 0;
  height: 50vh;
  position: absolute;
  bottom: -100%;
  transition: all 0.3s;
  border-radius: 16px 16px 0 0;
  display: flex;
  flex-direction: column;
}
.modal-window.comment .window .wrapper .header-cols .title {
  font-family: "Zen Antique", serif;
  font-size: 21px;
}
.modal-window.comment .window .wrapper .content {
  height: auto;
  padding: 16px;
  flex: 1;
}
.modal-window.comment .window .wrapper .content .no-comment {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #334B56;
  font-size: 12px;
  line-height: 1.3;
}
.modal-window.comment .window .wrapper .content .my-comment {
  margin-left: 78px;
  margin-bottom: 20px;
}
.modal-window.comment .window .wrapper .content .my-comment .datetime {
  text-align: right;
  font-family: "Poppins-medium", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #6D7278;
  margin-bottom: 4px;
}
.modal-window.comment .window .wrapper .content .my-comment .comment-text {
  background-color: #E2EAEE;
  padding: 12px 16px;
  color: #334B56;
  border-radius: 8px 0px 8px 8px;
  font-size: 12px;
  line-height: 1.3;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
}
.modal-window.comment .window .wrapper .content .your-comment {
  margin-right: 38px;
  margin-bottom: 20px;
}
.modal-window.comment .window .wrapper .content .your-comment .cols {
  font-family: "Poppins-medium", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #6D7278;
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
}
.modal-window.comment .window .wrapper .content .your-comment .cols .datetime {
  text-align: right;
}
.modal-window.comment .window .wrapper .content .your-comment .comment-text {
  background-color: #334B56;
  padding: 12px 16px;
  color: #E6EBF5;
  border-radius: 0px 8px 8px 8px;
  font-size: 12px;
  line-height: 1.3;
}
.modal-window.comment .window .wrapper .footer-buttons {
  margin-top: auto;
  text-align: left;
  padding: 16px;
}
.modal-window.comment .window .wrapper .footer-buttons .textarea-box {
  position: relative;
}
.modal-window.comment .window .wrapper .footer-buttons .textarea-box textarea {
  width: 100%;
  display: block;
  border: 1px solid #E2EAEE;
}
.modal-window.comment .window .wrapper .footer-buttons .textarea-box button {
  all: initial;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  margin: auto;
  -webkit-tap-highlight-color: #cc0033;
}
.modal-window.comment .window .wrapper .footer-buttons .textarea-box button svg {
  display: block;
  fill: #334B56;
}
@media (hover: hover) {
  .modal-window.comment .window .wrapper .footer-buttons .textarea-box button:hover {
    cursor: pointer;
  }
  .modal-window.comment .window .wrapper .footer-buttons .textarea-box button:hover svg {
    fill: #c03;
    transition: all 0.2s ease-in;
  }
}
.modal-window.comment .window .wrapper .footer-buttons .textarea-box button:active svg {
  fill: #c03;
  transition: all 0.2s ease-in;
}

.modal-window.filter.open .wrapper {
  bottom: 0 !important;
  transition: all 0.3s;
}

.modal-window.filter .window {
  position: relative;
}
.modal-window.filter .window .wrapper {
  min-height: auto;
  position: absolute;
  margin-top: 0;
  bottom: -100%;
  border-radius: 16px 16px 0 0;
}
.modal-window.filter .window .wrapper .header-cols .title {
  font-family: "Zen Antique", serif;
  font-size: 21px;
}
.modal-window.filter .window .wrapper .content {
  height: auto;
  padding: 0;
}
.modal-window.filter .window .wrapper .content .checkbox-cols {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #E2EAEE;
  padding: 12px 16px;
}
.modal-window.filter .window .wrapper .content .checkbox-cols label {
  display: inline-block;
}
.modal-window.filter .window .wrapper .content .checkbox-cols .col {
  width: 50%;
  display: flex;
  align-items: center;
}
.modal-window.filter .window .wrapper .content .checkbox-cols .col:last-child {
  text-align: right;
  justify-content: flex-end;
}
.modal-window.filter .window .wrapper .content .reliability-wrapper {
  border-bottom: 1px solid #E2EAEE;
  padding: 12px 16px;
}
.modal-window.filter .window .wrapper .content .reliability-wrapper .title {
  padding-bottom: 7px;
}
.modal-window.filter .window .wrapper .footer-buttons {
  padding: 8px 32px 12px;
  text-align: left;
  display: flex;
  justify-content: space-between;
}
.modal-window.login .window {
  padding-right: 30px;
  padding-left: 30px;
}
.modal-window.login .window .wrapper {
  max-width: 500px;
}
.modal-window.login .window .content .item {
  margin-bottom: 16px;
}
.modal-window.login .window .content .item label {
  display: block;
  margin-bottom: 6px;
}
.modal-window.login .window .content .item input {
  width: 100%;
  max-width: 300px;
}
.modal-window.login .window .content .submit {
  margin-top: 45px;
  text-align: center;
}
.modal-window.login .window .content .submit button {
  width: 120px;
}
.modal-window.login .window .content .login-msesage {
  line-height: 1.3;
}
.modal-window.login .window .content .login-msesage .error {
  color: #c03;
}

.modal-window {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20000;
  background-color: rgba(255, 255, 255, 0.8);
}
.modal-window .window {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-window .window form {
  width: 100%;
  height: 100%;
}
.modal-window .window .wrapper {
  /*
  min-width: 640px;
  max-width: calc(100vw - 32px);
  min-height: 380px;
  max-height: calc(100vh - 32px);
  */
  width: 100%;
  height: auto;
  min-height: 50vh;
  max-height: calc(100vh - 48px - 64px);
  margin-top: 112px;
  box-shadow: 0px 0px 4px 3px rgba(0, 0, 0, 0.25);
  background-color: #f8f8f8;
  border-radius: 16px;
  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 #334B56;
  padding: 16px;
}
.modal-window .window .wrapper .header-cols .title {
  font-size: 20px;
}
.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 .content {
  padding: 16px;
  height: 100%;
  overflow-y: auto;
}
.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);
}

/*
========================================================
custom scroll bar
========================================================
*/
.custom-scrollbar,
.scroller-wrap {
  overflow: auto;
  --sb-track-color: #f0f0f0;
  --sb-thumb-color: #b0b0b0;
  --sb-thumb-hover-color: #c0c0c0;
  --sb-size: 14px;
  --sb-bdrs: 14px;
  --sb-thumb-border-width: 3px;
}
.custom-scrollbar::-webkit-scrollbar,
.scroller-wrap::-webkit-scrollbar {
  width: var(--sb-size);
  height: var(--sb-size);
}
.custom-scrollbar::-webkit-scrollbar-track,
.scroller-wrap::-webkit-scrollbar-track {
  background-color: var(--sb-track-color);
  border-radius: var(--sb-bdrs);
}
.custom-scrollbar::-webkit-scrollbar-thumb,
.scroller-wrap::-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,
.scroller-wrap::-webkit-scrollbar-thumb:hover {
  background-color: var(--sb-thumb-hover-color);
}

/*
========================================================
custom checkbox
========================================================
*/
input[type=checkbox] {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #334B56;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=checkbox]:checked {
  background-color: #334B56;
}

input[type=checkbox]:checked:before {
  position: absolute;
  top: 1px;
  left: 4px;
  transform: rotate(45deg);
  width: 5px;
  height: 9px;
  border-right: 2px solid #f8f8f8;
  border-bottom: 2px solid #f8f8f8;
  content: "";
}

.reliability-buttons {
  display: flex;
  justify-content: space-between;
}
.reliability-buttons label {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  border: 1px solid #334B56;
  border-radius: 100px;
  font-size: 12px;
  text-align: center;
  line-height: 1;
  padding-top: 5px;
}
.reliability-buttons label:has(input[type=radio]:checked) {
  background-color: #C4D5DC;
}
.reliability-buttons input[type=radio] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

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: #334B56;
  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 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: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
  background: rgba(255, 255, 255, 0.8) url("../img/loading_spinner_black.svg") center center/60px auto no-repeat;
}

/*
========================================================
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: #334B56;
}
#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 */
