@charset "UTF-8";
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  margin: 0;
}

html, body {
  height: 100%;
}

body {
  line-height: 1;
}

main {
  display: block;
}

ul, ol {
  padding: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

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

dt {
  font-weight: bold;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

picture, video, canvas, embed, object, iframe {
  display: block;
  max-width: 100%;
  vertical-align: bottom;
}

table {
  border-collapse: collapse;
}

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

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

input[class], button[class], textarea[class] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  overflow: visible;
  height: 0;
  margin: 0;
  border-top-width: 1px;
  color: inherit;
  clear: both;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

em, b, strong {
  background: none;
  font-weight: bold;
  font-style: normal;
}

summary {
  display: block;
  cursor: pointer;
}
summary::-webkit-details-marker {
  display: none;
}

:root {
  --radius: 4px;
  --mg: 40px;
  --mgh: 20px;
}

a {
  color: #2271D8;
  text-decoration: underline;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}
a:hover {
  opacity: 0.75;
  text-decoration: none;
}

input[type=text],
input[type=tel],
input[type=email],
textarea,
select {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #E0E0E0;
  border-radius: var(--radius);
  background-color: #fff;
  font-size: 16px;
}
input[type=text]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
  color: #ccc;
}
input[type=text]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=email]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: #ccc;
}
input[type=text]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  color: #ccc;
}
input[type=text]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, textarea::-ms-input-placeholder, select::-ms-input-placeholder {
  color: #ccc;
}
input[type=text]::placeholder,
input[type=tel]::placeholder,
input[type=email]::placeholder,
textarea::placeholder,
select::placeholder {
  color: #ccc;
}
input[type=text]:disabled,
input[type=tel]:disabled,
input[type=email]:disabled,
textarea:disabled,
select:disabled {
  background-color: #EAECEF;
  color: #888888;
  pointer-events: none;
}
input[type=text].error,
input[type=tel].error,
input[type=email].error,
textarea.error,
select.error {
  border-color: #DE2A26;
  -webkit-box-shadow: 0 0 2px 1px rgba(222, 42, 38, 0.2);
          box-shadow: 0 0 2px 1px rgba(222, 42, 38, 0.2);
}

input[type=radio],
input[type=checkbox] {
  margin-right: 4px;
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

label {
    margin-right: 12px;
}
label:last-child {
  margin-right: 0;
}

table {
  line-height: 1.2;
}
table th, table td {
  padding: 16px;
  text-align: center;
  vertical-align: middle;
}

th span{
    padding: 10% 10%;
}

p {
  line-height: 1.6;
}

input[type=button], input[type=reset], button {
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}

textarea {
  min-height: 6em;
}

.is-gothic {
  font-family: "Avenir", "Helvetica Neue", "Helvetica", "Arial", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif !important;
}
.is-mincho {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
}
.is-lato {
  font-family: "Avenir", "Helvetica Neue", "Helvetica", "Arial", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif !important;
}
.is-bold {
  font-weight: 700 !important;
}
.is-normal {
  font-weight: normal !important;
}
.is-imgfit {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.is-tal {
  text-align: left !important;
}
.is-tac {
  text-align: center !important;
}
.is-tar {
  text-align: right !important;
}
.is-vat {
  vertical-align: top !important;
}
.is-vam {
  vertical-align: middle !important;
}
.is-vab {
  vertical-align: bottom !important;
}

.fl-is-tar {
  float: right;
}
.is-fcolorWhite {
  color: #fff !important;
}
.is-fcolorBlack {
  color: #000 !important;
}
.is-fcolorGray {
  color: #888 !important;
}
.is-fcolorRed {
  color: #DE2A26 !important;
}
.is-fcolorYellow {
  color: #E6CF00 !important;
}
.is-fcolorMain {
  color: rgb(46, 94, 255) !important;
}
.is-fcolorSub {
  color: rgb(18, 52, 165) !important;
}
.is-fsizeSmallest {
  font-size: 10px !important;
}
.is-fsizeSmaller {
  font-size: 12px !important;
}
.is-fsizeSmall {
  font-size: 14px !important;
}
.is-fsizeNormal {
  font-size: 16px !important;
}
.is-fsizeLarge {
  font-size: 18px !important;
}
.is-fsizeLarger {
  font-size: 20px !important;
}
.is-fsizeLargest {
  font-size: 24px !important;
}
.is-bg {
  background-color: #F8F8F8;
}
.is-bgYellow {
  background-color: rgba(230, 207, 0, 0.1);
}
.is-nowrap {
  white-space: nowrap;
}
.is-navOpen {
  overflow-y: scroll;
}
.is-navOpen body {
  overflow: hidden;
}
.is-hide {
    display: none
}

.c-title {
  font-weight: 700;
  line-height: 1.3;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.3;
}

h1, .c-title.-level1 {
  margin: 0 0 36px;
  padding-bottom: 14px;
  border-bottom: 1px solid #6C757D;
  color: #343A40;
  font-size: 50px;
}
h1::before, .c-title.-level1::before {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  margin-left: 0.1em !important;
  margin-right: 0.3em !important;
  color: rgb(46, 94, 255);
}

h2, .c-title.-level2 {
  margin-bottom: 40px;
  font-size: 22px;
}

h3, .c-title.-level3 {
  margin-bottom: 32px;
  font-size: 20px;
}

h4, .c-title.-level4 {
  margin-bottom: 20px;
  font-size: 18px;
}

h5, .c-title.-level5 {
  margin-bottom: 12px;
}

h6, .c-title.-level6 {
  margin-bottom: 12px;
}

.c-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 7px 12px 7px;
  border-radius: var(--radius);
  border: 1px solid rgb(46, 94, 255);
  background-color: rgb(46, 94, 255);
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.c-btn:hover {
  opacity: 0.75;
}
input.c-btn, button.c-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.c-btn[class*=icon]::before, .c-btn [class*=icon]::before {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  margin-left: 0;
/*  margin-right: 0.3em;*/
}
.c-btn.-outline {
  background: #fff;
  color: rgb(46, 94, 255);
}
.c-btn.-reset {
  border-color: #E1E1E1;
  background: #fff;
  color: #6C757D;
}
.c-btn.-require {
    border-color: #DE2A26;
    background: #DE2A26;
    color: #fff;
}
/*.c-btn.-require {
    border-color: #E1E1E1;
    background: #fff;
    color: #6C757D;
    border-radius: 10em;
    background: #DE2A26;
    color: #fff;
    font-size: 12px;
}*/
.c-btn.-smaller {
  padding: 4px 6px;
  font-size: 13px;
}
.c-btn.-small {
  padding: 4px 6px;
  font-size: 14px;
}
.c-btn.-large {
  padding: 12px 40px;
  font-size: 18px;
}
.c-btn.-large[class*=icon]::before, .c-btn.-large [class*=icon]::before {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
/*  margin-right: 0.5em;*/
}
.c-btn.-large[class*=icon]::after, .c-btn.-large [class*=icon]::after {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  margin-left: 0.5em;
}

.c-btn.upload-confirm {
    padding: 20px 60px;
    font-size: 40px;
    font-weight: bolder;
    border-color: rgb(226, 236, 255);
    background: rgb(226, 236, 255);
    color: rgb(46, 94, 255);
}

.c-btn.-disable {
    border-color: #E1E1E1;
    background-color: #EAECEF;
    color: #888888;
    pointer-events: none;
}
.c-btn.-pagetop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 20px;
}
/*.c-btn.-pagetop::before {
  content: "\E81D";
  font-family: fontello;
  font-weight: normal;
}*/
.c-btnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px 0px 20px;
}
.c-btnWrap .c-btn {
  min-width: 200px;
}
.c-btnWrap .c-btn + .c-btn {
  margin-left: 20px;
}
.c-btnWrap__negative {
  margin: -52px 0 8px 0;
}
.c-closeBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.35em;
  height: 1.35em;
  border: 0;
  outline: 0;
  border-radius: 50%;
  background: #fff;
  color: #6C757D;
  font-size: 32px;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}
.c-closeBtn:hover {
  opacity: 0.75;
}
.iziModal-wrap .c-closeBtn, .p-print .c-closeBtn {
  position: absolute;
  top: 20px;
  right: 16px;
}
button.c-link, input.c-link {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  border: none;
  background-color: transparent;
  color: #2271D8;
  text-decoration: underline;
}
button.c-link:hover, input.c-link:hover {
  opacity: 0.75;
  text-decoration: none;
}

.c-boxWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-boxWrap .c-tabmenu {
  width: calc(100% - var(--mg));
  margin: var(--mg) var(--mgh) 0;
}
.c-box {
  width: calc(100% - var(--mg));
  margin: var(--mgh);
  padding: var(--mg) var(--mg) 48px;
  background-color: #fff;
}
.c-box.-half {
  width: calc(50% - var(--mg));
}
.c-box.-three_quarter {
  width: calc(75% - var(--mg));
}
.c-box.-quarter {
  width: calc(25% - var(--mg));
}
.c-box .is-fit {
  margin-left: calc(var(--mg) * -1);
  margin-right: calc(var(--mg) * -1);
}
.c-boxWrap {
  margin: calc(var(--mgh) * -1);
}
.c-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-flex.-spacebetween {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-flex.-aligncenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
    .c-flex.-alignend {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        justify-content: flex-end;
    }
.c-flex.-alignstart {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.c-scrollBox {
  max-height: 160px;
  overflow-y: auto;
}
.c-table {
    width: 100%;
}
.is-fit .c-table tr th:first-child, .is-fit .c-table tr td:first-child {
  padding-left: var(--mg);
}
.is-fit .c-table tr th:last-child, .is-fit .c-table tr td:last-child {
  padding-right: var(--mg);
}
.c-table th {
  font-weight: normal;
  background: #BDC8ED;
}
.c-table th, .c-table td {
  padding: 8px 16px;
  height: 50px;
}
.c-table input, .c-table select, .c-table textarea {
  vertical-align: bottom;
}
.c-table.-stripe.is-fit {
  width: calc(100% + var(--mg) * 2);
}
.c-table.-stripe.is-fit tr > th:first-child, .c-table.-stripe.is-fit tr > td:first-child {
  padding-left: var(--mg);
}
.c-table.-stripe.is-fit tr > th:last-child, .c-table.-stripe.is-fit tr > td:last-child {
  padding-right: var(--mg);
}
.c-table.-stripe thead th {
  color: #707070;
}
.c-table.-stripe tbody tr:nth-child(odd) {
  background: #F1F4F7;
}
/*2行ずつ色変えするtable定義*/
.c-table.-stripe-2lines {
    table-layout: fixed;
    width: 100%;
}
.c-table.-stripe-2lines thead th {
    color: #707070;
}
    .c-table.-stripe-2lines tbody tr:nth-child(4n+1), .c-table.-stripe-2lines tbody tr:nth-child(4n+2) {
        background: #F1F4F7;
    }
.c-table.-stripe-2lines tbody tr:nth-child(2n+2) {
    border-top: 1px solid #E0E0E0;
    padding-bottom: 6px;
}
.c-table.-stripe-2lines th {
    padding: 4px 4px;
    height: 50px;
}
.c-table.-stripe-2lines td {
    padding: 4px 4px;
    height: 32px;
}

.c-table.-border, tbody .-border {
    border-top: 1px solid #E0E0E0;
    font-size: 14px;
}
.c-table.-border th, .c-table.-border td {
  height: 40px;
  border-bottom: 1px solid #E0E0E0;
}
.c-table.-border th {
  background-color: #F1F4F7;
}
.c-table.-border thead th {
  height: 36px;
}
.c-table.-borderless th, .c-table.-borderless td {
  height: auto;
  padding: 4px;
  border: 0;
  text-align: left;
}
.c-table.-frame th, .c-table.-frame td {
  height: auto;
  padding: 4px 12px;
  border: 0;
  line-height: 1.6;
  text-align: left;
  border: 1px solid #000;
}
.c-table.-narrow th, .c-table.-narrow td {
  padding-left: 6px;
  padding-right: 6px;
}
.c-table.is-tal th, .c-table.is-tal td {
  text-align: left;
}
.c-table.is-vat th, .c-table.is-vat td {
  vertical-align: top;
}
.c-table .is-nowrap {
  width: 0;
  white-space: nowrap;
}
.c-table .columnBtn {
    width: 10%;
/*    white-space: nowrap;*/
}
.c-table caption {
  margin-bottom: 8px;
  font-size: 14px;
  text-align: left;
}
.c-table .c-link i {
  font-size: 16px;
}
.c-table .c-link i::before {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.c-table .c-link + .c-link {
  margin-left: 1em;
}
.c-table .c-btn + .c-btn {
  margin-left: 0.5em;
}
.c-tableScroll {
    overflow-x: auto;
}
.c-tableScroll .c-table, .c-tableScroll-xy .c-table {
    width: max(100%, 820px);
}
.c-tableScroll.is-fit tr > th:first-child, .c-tableScroll.is-fit tr > td:first-child {
  padding-left: var(--mg);
}
.c-tableScroll.is-fit tr > th:last-child, .c-tableScroll.is-fit tr > td:last-child {
  padding-right: var(--mg);
}

.progresstable {
    max-height: 58vh !important;
}

.optionstable {
    max-height: 68vh !important;
}

.c-tableScroll-xy {
    /*    max-height: 400px;*/
    
    /*    min-width: 800px;*/

    width: 100%;
    overflow-x: auto;
    overflow-y: auto;
    table-layout: fixed;
    margin-bottom: 15px;
}
.c-tableScroll-xy .c-table {
    max-height: 100%;
}
.c-tableScroll-xy thead th {
    /* 縦スクロール時に固定する */
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    /* tbody内のセルより手前に表示する */
/*    z-index: 1;*/
}
.c-table .label {
    margin: 0;
}
.c-table .label.-full {
  width: 100%;
}
.c-table .label.-half {
  width: 50%;
}
/*特定の列の定義*/
.col-no {
    width: 5%;
}
.col-fileName {
    width: 25%;
    overflow-wrap: break-word;
}
.col-version {
    width: 10%;
    text-align: left;
}
.col-overall {
    width: 10%;
    text-align: left;
}

.c-list > li {
  line-height: 1.2;
}
.c-list > li + li {
  margin-top: 12px;
}
.c-list.-news > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E0E0E0;
}
.c-list.-news > li + li {
  margin-top: 0;
}
.c-list.-news > li:first-child {
  padding-top: 0;
}
.c-list.-news .category {
  display: inline-block;
  min-width: 124px;
  margin: -4px 0 0 8px;
  padding: 4px;
  border-radius: 10em;
  border: 1px solid #BEC7D7;
  font-size: 14px;
  text-align: center;
}
.c-list.-news .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 24px;
  line-height: 1.4;
}
.c-list.-news .c-list {
  margin-top: 8px;
}
.c-list.-disc > li {
  padding-left: 1em;
  position: relative;
}
.c-list.-disc > li:before {
  position: absolute;
  display: block;
  content: "";
  top: 0.4em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #C5A8C5;
}
.c-list.-disc > li + li {
  margin-top: 6px;
}
.c-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.c-pager > li + li {
  margin-left: 8px;
}
.c-pager > li.is-current a, .c-pager > li.is-current button, .c-pager > li.is-current span {
    background: rgb(46, 94, 255);
    color: #fff;
}
.c-pager > li.is-disable a, .c-pager > li.is-disable span {
  color: #E3E9EF;
}
.c-pager a {
  color: #414141;
}
.c-pager a, .c-pager span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 24px;
  height: 24px;
  border-radius: var(--radius);
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
.c-gridList {
  display: grid;
  grid-template-columns: auto 1fr;
}
.c-gridList > dt {
  font-weight: normal;
}
.c-gridList > dt ~ dt {
  margin-top: 6px;
}
.c-gridList > dd ~ dd {
  margin-top: 6px;
}
.c-gridList.-disc > dd {
  padding-left: 1em;
  position: relative;
}
.c-gridList.-disc > dd:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  content: "：";
}
.c-badge {
  display: inline-block;
}
.c-badge.-require {
  padding: 2px 6px;
  border-radius: 10em;
  background: #DE2A26;
  color: #fff;
  font-size: 12px;
}
.c-tabmenu {
  position: relative;
  overflow-x: auto;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  padding: 10px 10px 0;
  background: #E3E3E3;
}
.c-tabmenu > li {
  /* cursor: pointer; */
  border-bottom: 1px solid #E3E3E3;
  background: rgba(255, 255, 255, 0.6);
  white-space: nowrap;
}
.c-tabmenu > li.is-current {
  border-bottom: 1px solid #fff;
  background: #fff;
  pointer-events: none;
}
.c-tabmenu > li.is-current > a {
  color: #414141;
  pointer-events: none;
}
.c-tabmenu > li > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 28px;
  text-decoration: none;
  font-weight: 700;
}
.c-tabWrap .c-tabmenu {
  margin-top: 0;
  padding-top: 0;
  -webkit-box-shadow: inset 0 -1px 0 0 #E0E0E0;
          box-shadow: inset 0 -1px 0 0 #E0E0E0;
  background-color: transparent;
}
.c-tabWrap .c-tabmenu > li {
  padding: 12px 24px;
  border: 1px solid #E0E0E0;
  background: #F3F3F3;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}
.c-tabWrap .c-tabmenu > li:not(.is-current) {
  color: #2271D8;
}
.c-tabWrap .c-tabmenu > li:hover {
  opacity: 0.75;
}
.c-tabWrap .c-tabmenu > li.is-current {
  border-bottom-color: #fff;
  background: #fff;
}
.c-tabcontent {
  padding: 20px;
}
.c-tabbox:not(.is-current) {
  display: none;
}
.c-accordion {
  border: 1px solid #DFDFDF;
  border-radius: 4px;
  overflow: hidden;
}
.c-accordiontitle {
  padding: 16px 32px 16px 20px;
  background: #F7F7F7;
  color: #2271D8;
  cursor: pointer;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
  position: relative;
}
.c-accordiontitle:hover {
  opacity: 0.75;
}
.c-accordiontitle:after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "\E824";
  font-family: fontello;
  font-weight: normal;
  font-weight: bold;
}
.c-accordiontitle.is-open::after {
  content: "\e825";
}
.c-accordiontitle:not(:first-child) {
  border-top: 1px solid #DFDFDF;
}
.c-accordioncontent {
  padding: 32px;
  border-top: 1px solid #DFDFDF;
}
.c-accordioncontent:not(.is-open) {
  display: none;
}
.c-mt0 {
  margin-top: 0px !important;
}
.c-mr0 {
  margin-right: 0px !important;
}
.c-mb0 {
  margin-bottom: 0px !important;
}
.c-ml0 {
  margin-left: 0px !important;
}
.c-pt0 {
  padding-top: 0px !important;
}
.c-pr0 {
  padding-right: 0px !important;
}
.c-pb0 {
  padding-bottom: 0px !important;
}
.c-pl0 {
  padding-left: 0px !important;
}
.c-mt5 {
  margin-top: 5px !important;
}
.c-mr5 {
  margin-right: 5px !important;
}
.c-mb5 {
  margin-bottom: 5px !important;
}
.c-ml5 {
  margin-left: 5px !important;
}
.c-pt5 {
  padding-top: 5px !important;
}
.c-pr5 {
  padding-right: 5px !important;
}
.c-pb5 {
  padding-bottom: 5px !important;
}
.c-pl5 {
  padding-left: 5px !important;
}
.c-mt10 {
  margin-top: 10px !important;
}
.c-mr10 {
  margin-right: 10px !important;
}
.c-mb10 {
  margin-bottom: 10px !important;
}
.c-ml10 {
  margin-left: 10px !important;
}
.c-pt10 {
  padding-top: 10px !important;
}
.c-pr10 {
  padding-right: 10px !important;
}
.c-pb10 {
  padding-bottom: 10px !important;
}
.c-pl10 {
  padding-left: 10px !important;
}
.c-mt15 {
  margin-top: 15px !important;
}
.c-mr15 {
  margin-right: 15px !important;
}
.c-mb15 {
  margin-bottom: 15px !important;
}
.c-ml15 {
  margin-left: 15px !important;
}
.c-pt15 {
  padding-top: 15px !important;
}
.c-pr15 {
  padding-right: 15px !important;
}
.c-pb15 {
  padding-bottom: 15px !important;
}
.c-pl15 {
  padding-left: 15px !important;
}
.c-mt20 {
  margin-top: 20px !important;
}
.c-mr20 {
  margin-right: 20px !important;
}
.c-mb20 {
  margin-bottom: 20px !important;
}
.c-ml20 {
  margin-left: 20px !important;
}
.c-pt20 {
  padding-top: 20px !important;
}
.c-pr20 {
  padding-right: 20px !important;
}
.c-pb20 {
  padding-bottom: 20px !important;
}
.c-pl20 {
  padding-left: 20px !important;
}
.c-mt25 {
  margin-top: 25px !important;
}
.c-mr25 {
  margin-right: 25px !important;
}
.c-mb25 {
  margin-bottom: 25px !important;
}
.c-ml25 {
  margin-left: 25px !important;
}
.c-pt25 {
  padding-top: 25px !important;
}
.c-pr25 {
  padding-right: 25px !important;
}
.c-pb25 {
  padding-bottom: 25px !important;
}
.c-pl25 {
  padding-left: 25px !important;
}
.c-mt30 {
  margin-top: 30px !important;
}
.c-mr30 {
  margin-right: 30px !important;
}
.c-mb30 {
  margin-bottom: 30px !important;
}
.c-ml30 {
  margin-left: 30px !important;
}
.c-pt30 {
  padding-top: 30px !important;
}
.c-pr30 {
  padding-right: 30px !important;
}
.c-pb30 {
  padding-bottom: 30px !important;
}
.c-pl30 {
  padding-left: 30px !important;
}
.c-mt35 {
  margin-top: 35px !important;
}
.c-mr35 {
  margin-right: 35px !important;
}
.c-mb35 {
  margin-bottom: 35px !important;
}
.c-ml35 {
  margin-left: 35px !important;
}
.c-pt35 {
  padding-top: 35px !important;
}
.c-pr35 {
  padding-right: 35px !important;
}
.c-pb35 {
  padding-bottom: 35px !important;
}
.c-pl35 {
  padding-left: 35px !important;
}
.c-mt40 {
  margin-top: 40px !important;
}
.c-mr40 {
  margin-right: 40px !important;
}
.c-mb40 {
  margin-bottom: 40px !important;
}
.c-ml40 {
  margin-left: 40px !important;
}
.c-pt40 {
  padding-top: 40px !important;
}
.c-pr40 {
  padding-right: 40px !important;
}
.c-pb40 {
  padding-bottom: 40px !important;
}
.c-pl40 {
  padding-left: 40px !important;
}
.c-mt45 {
  margin-top: 45px !important;
}
.c-mr45 {
  margin-right: 45px !important;
}
.c-mb45 {
  margin-bottom: 45px !important;
}
.c-ml45 {
  margin-left: 45px !important;
}
.c-pt45 {
  padding-top: 45px !important;
}
.c-pr45 {
  padding-right: 45px !important;
}
.c-pb45 {
  padding-bottom: 45px !important;
}
.c-pl45 {
  padding-left: 45px !important;
}
.c-mt50 {
  margin-top: 50px !important;
}
.c-mr50 {
  margin-right: 50px !important;
}
.c-mb50 {
  margin-bottom: 50px !important;
}
.c-ml50 {
  margin-left: 50px !important;
}
.c-pt50 {
  padding-top: 50px !important;
}
.c-pr50 {
  padding-right: 50px !important;
}
.c-pb50 {
  padding-bottom: 50px !important;
}
.c-pl50 {
  padding-left: 50px !important;
}
.c-mlAuto {
  margin-left: auto;
}
.c-mrAuto {
  margin-right: auto;
}
.c-w0 {
  width: 0% !important;
}
.c-w5 {
  width: 5% !important;
}
.c-w10 {
  width: 10% !important;
}
.c-w15 {
  width: 15% !important;
}
.c-w20 {
  width: 20% !important;
}
.c-w25 {
  width: 25% !important;
}
.c-w30 {
  width: 30% !important;
}
.c-w35 {
  width: 35% !important;
}
.c-w40 {
  width: 40% !important;
}
.c-w45 {
  width: 45% !important;
}
.c-w50 {
  width: 50% !important;
}
.c-w55 {
  width: 55% !important;
}
.c-w60 {
  width: 60% !important;
}
.c-w65 {
  width: 65% !important;
}
.c-w70 {
  width: 70% !important;
}
.c-w75 {
  width: 75% !important;
}
.c-w80 {
  width: 80% !important;
}
.c-w85 {
  width: 85% !important;
}
.c-w90 {
  width: 90% !important;
}
.c-w95 {
  width: 95% !important;
}
.c-w100 {
  width: 100% !important;
}
.c-w1em {
  width: 1em !important;
}
.c-w2em {
  width: 2em !important;
}
.c-w3em {
  width: 3em !important;
}
.c-w4em {
  width: 4em !important;
}
.c-w5em {
  width: 5em !important;
}
.c-w6em {
  width: 6em !important;
}
.c-w7em {
  width: 7em !important;
}
.c-w8em {
  width: 8em !important;
}
.c-w9em {
  width: 9em !important;
}
.c-w10em {
  width: 10em !important;
}
.c-w11em {
  width: 11em !important;
}
.c-w12em {
  width: 12em !important;
}
.c-w13em {
  width: 13em !important;
}
.c-w14em {
  width: 14em !important;
}
.c-w15em {
  width: 15em !important;
}
.c-w16em {
  width: 16em !important;
}
.c-w17em {
  width: 17em !important;
}
.c-w18em {
  width: 18em !important;
}
.c-w19em {
  width: 19em !important;
}
.c-w20em {
  width: 20em !important;
}
.c-h1em {
  height: 1em !important;
}
.c-h2em {
  height: 2em !important;
}
.c-h3em {
  height: 3em !important;
}
.c-h4em {
  height: 4em !important;
}
.c-h5em {
  height: 5em !important;
}
.c-h6em {
  height: 6em !important;
}
.c-h7em {
  height: 7em !important;
}
.c-h8em {
  height: 8em !important;
}
.c-h9em {
  height: 9em !important;
}
.c-h10em {
  height: 10em !important;
}
.c-h11em {
  height: 11em !important;
}
.c-h12em {
  height: 12em !important;
}
.c-h13em {
  height: 13em !important;
}
.c-h14em {
  height: 14em !important;
}
.c-h15em {
  height: 15em !important;
}
.c-h16em {
  height: 16em !important;
}
.c-h17em {
  height: 17em !important;
}
.c-h18em {
  height: 18em !important;
}
.c-h19em {
  height: 19em !important;
}
.c-h20em {
  height: 20em !important;
}
.c-wmax960 {
  max-width: 960px;
}
.c-wmax820 {
  max-width: 820px;
}
.c-wmax480 {
  max-width: 480px;
}
.c-wmax400 {
  max-width: 400px;
}
.c-wmax200 {
    max-width: 200px;
}
.c-wauto {
  width: auto !important;
}
.c-w40px {
  width: 40px !important;
}
.c-w50px {
  width: 50px !important;
}
.c-w200px {
  width: 200px !important;
}
.c-w300px {
  width: 300px !important;
}

.icon-right-open::before {
  content: none;
}
.icon-right-open::after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e81c";
}

.l-container {
  overflow: hidden;
  padding-top: 68px;
  background: #F8F8F8;
  color: #414141;
 /* font-family: "Avenir", "Helvetica Neue", "Helvetica", "Arial", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;*/
  font-size: 16px;
  letter-spacing: 0.2px;
  word-break: break-all;
}
.l-layer {
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: none;
  height: 100%;
}
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: 68px;
  background-color: #040000;
  color: #fff;
}
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 68px;
}
.l-header__logo {
  margin-left: 28px;
  /* margin-right: auto; */
  padding-right: 20px;
  font-size: 27px;
  font-weight: 700;
}
.l-header__logo a {
  color: #fff;
  text-decoration: none;
}
.l-header__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}
.l-header__user {
  padding-right: 32px;
  font-size: 13px;
  white-space: nowrap;
}
.l-header__user.icon-user::before {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}
.l-header__user .company {
  display: inline-block;
  padding-left: 2px;
}
.l-header__user .name {
  display: inline-block;
  padding-left: 2px;
  font-size: 14px;
}
.l-header__settingBtn {
  position: relative;
  width: 68px;
  height: 68px;
  border: none;
  border-left: 1px solid #707070;
  background-color: transparent;
}
.l-header__settingBtn span {
  position: absolute;
  left: 22px;
  display: block;
  width: 24px;
  height: 3px;
  background-color: #fff;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}
.l-header__settingBtn span:nth-child(1) {
  top: 21px;
}
.l-header__settingBtn span:nth-child(2) {
  top: 32px;
}
.l-header__settingBtn span:nth-child(3) {
  top: 43px;
}
.l-header__settingBtn:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.l-header__settingBtn.is-open span:nth-child(1) {
  top: 32px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.l-header__settingBtn.is-open span:nth-child(2) {
  width: 0;
}
.l-header__settingBtn.is-open span:nth-child(3) {
  top: 32px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.l-header__settingCont {
  position: absolute;
  top: calc(100% + 10px);
  right: 4px;
  display: none;
}
.l-header__settingCont::before {
  position: absolute;
  top: -5px;
  -webkit-transform: rotate(-45deg) translate(-25%, -25%);
          transform: rotate(-45deg) translate(-25%, -25%);
  left: 72%;
  display: block;
  content: "";
  border-style: solid;
  border-color: #fff #fff transparent transparent;
  border-width: 6px;
  -webkit-box-shadow: 0 -1px 0 0px #E0E0E0, 1px 0 0 #E0E0E0;
          box-shadow: 0 -1px 0 0px #E0E0E0, 1px 0 0 #E0E0E0;
}
.l-header__settingMenu {
  border: 1px solid #E0E0E0;
  border-radius: var(--radius);
  background: #fff;
}
.l-header__settingMenu a {
  display: block;
  padding: 16px;
}
.l-header__settingMenu > li + li {
  border-top: 1px solid #E0E0E0;
}
.l-nav {
  font-size: 18px;
  font-weight: 700;
}
.l-navBtn {
  display: none;
}
.l-nav a:hover {
  opacity: 1;
}
.l-nav > li > a {
  display: block;
  padding: 22px 0 22px 28px;
  color: #fff;
  text-decoration: none;
}
.l-nav > li > a::before {
  -webkit-transform: scale(1.65);
          transform: scale(1.65);
  margin-right: 0.8em;
  font-weight: normal;
}
.l-nav > li > a:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.l-nav > li.is-current {
  background: rgb(18, 52, 165);
}
.l-nav > li.is-current > a::before {
  color: #E6CF00;
}
.l-nav__level2 {
  margin-top: -6px;
  margin-left: 60px;
  padding-bottom: 16px;
  font-size: 17px;
}
.l-nav__level2 > li > a {
  display: block;
  padding: 7px 0 7px 1.2em;
  text-decoration: none;
  position: relative;
}
.l-nav__level2 > li > a:before {
  position: absolute;
  display: block;
  content: "";
  top: 0.45em;
  left: 0;
  opacity: 0.4;
  color: #fff;
  font-family: fontello;
  font-weight: normal;
}
.l-nav__level2 > li > a:hover {
  color: rgba(255, 255, 255, 0.75);
}
.l-nav__level2 > li.is-current > a {
  color: #E6CF00;
}
.l-nav__level3 {
  margin-left: 28px;
  font-size: 16px;
}
.l-nav__level3 > li {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8D658D));
  background-image: linear-gradient(#8D658D);
  background-size: 2px 2px;
  background-repeat: repeat-y;
}
.l-nav__level3 > li > a {
  position: relative;
  display: block;
  padding: 6px 0 6px 15px;
  text-decoration: none;
}
.l-nav__level3 > li > a:before {
  position: absolute;
  display: block;
  content: "";
  top: 14px;
  left: 0;
  width: 8px;
  height: 2px;
  background-color: #8D658D;
}
.l-nav__level3 > li > a:hover {
  color: rgba(255, 255, 255, 0.75);
}
.l-nav__level3 > li.is-current > a {
  color: #E6CF00;
}
.l-nav__level3 > li:last-child {
  background-size: 2px 16px;
  background-repeat: no-repeat;
}
.l-nav__accordion {
  margin-top: 2px;
  margin-left: 28px;
}
.l-nav__accordion__ttl {
  position: relative;
  z-index: 1;
  padding: 6px 0 6px 22px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5b697f));
  background-image: linear-gradient(#5b697f);
  background-size: 2px 2px;
  background-repeat: repeat-y;
  cursor: pointer;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}
.l-nav__accordion__ttl:before {
  position: absolute;
  display: block;
  content: "";
  top: 6px;
  left: -8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 18px;
  height: 18px;
  border: 2px solid #5b697f;
  background: #142847;
  content: "\E824";
  font-family: fontello;
  font-weight: normal;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
}
.l-nav__accordion__ttl.is-open::before {
  content: "\e825";
}
.l-nav__accordion__ttl.is-open + .l-nav__accordion__cont {
  display: block;
}
.l-nav__accordion__ttl::after {
  position: absolute;
  top: 14px;
  left: 0;
  display: block;
  content: "";
  width: 18px;
  height: 2px;
  background: #5b697f;
  z-index: -1;
}
.l-nav__accordion__ttl:hover {
  color: rgba(255, 255, 255, 0.75);
}
.l-nav__accordion__ttl:hover::before {
  color: #fff;
}
.l-nav__accordion__ttl:last-of-type {
  background-size: 2px 16px;
  background-repeat: no-repeat;
}
.l-nav__accordion__cont {
  display: none;
  padding: 0 0 8px 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5b697f));
  background-image: linear-gradient(#5b697f);
  background-size: 2px 2px;
  background-repeat: repeat-y;
}
.l-nav__accordion__cont:last-of-type {
  background: none;
}
.l-content {
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: 345px minmax(0, 1fr);
  grid-template-rows: 1fr auto;
  gap: 0px 0%;
  grid-template-areas: "l-sideWrap l-main" "l-sideWrap l-footer";
  min-height: calc(100vh - 68px);
}
.l-sideWrap {
  grid-area: l-sideWrap;
  width: 345px;
  padding: 20px 0;
  background-color: rgb(46, 94, 255);
  color: #fff;
}
.l-sideWrap a {
  color: #fff;
}
.l-side__compNamy {
  margin-bottom: 10px;
  color: #C5A8C5;
  font-size: 18px;
  font-weight: 700;
  text-align: left; /*Center*/
  padding: 0 0 0 28px; /*追加*/
}
.l-main {
  grid-area: l-main;
  padding: 20px 50px;
}
.l-topicpath {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-y: hidden;
  margin-bottom: 72px;
  padding: 1px 0;
  font-size: 14px;
}
.l-topicpath a {
  color: #414141;
}
.l-topicpath > li:first-child::before {
  content: "\e812";
  font-family: fontello;
  font-weight: normal;
  margin-right: 0.2em;
}
.l-topicpath > li:not(:last-child)::after {
  content: "\e81c";
  font-family: fontello;
  font-weight: normal;
  margin: 0 4px 0 6px;
}
.l-footer {
  grid-area: l-footer;
  margin-top: 20px;
  border-top: 1px solid rgba(20, 40, 71, 0.15);
  color: #6D6D6D;
  text-align: center;
}
.l-footer__pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: none;
  color: #fff;
}
.l-footer__pagetop i{
    color: #fff;
}
.l-footer__copy {
  padding: 24px;
  font-size: 12px;
}
.l-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px 12px;
  border-bottom: 1px solid rgba(20, 40, 71, 0.15);
  background-color: rgba(20, 40, 71, 0.06);
  font-size: 14px;
}
.l-footer__nav > li {
  margin: 8px 20px;
}
.l-footer__nav a {
  color: #414141;
}

.i-code {
  color: #999;
  padding: 0 0.2em;
  font-size: 80%;
}
.i-code::before {
  content: "(";
}
.i-code::after {
  content: ")";
}

:where(p, ul, ol, dl, blockquote, hr, pre, table, form, figure, div) + h2 {
  margin-top: 48px;
}
:where(p, ul, ol, dl, blockquote, hr, pre, table, form, figure, div) + h3,
:where(p, ul, ol, dl, blockquote, hr, pre, table, form, figure, div) + h4,
:where(p, ul, ol, dl, blockquote, hr, pre, table, form, figure, div) + h5,
:where(p, ul, ol, dl, blockquote, hr, pre, table, form, figure, div) + h6 {
  margin-top: 40px;
}
:where(p, ul, ol, dl, blockquote, hr, pre, table, form, figure, div) + p {
  margin-top: 20px;
}

:where(p) + p {
  margin-top: 1em;
}

.form-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 840px;
  margin: -10px;
}
.form-wrap .label.-full,
.form-wrap .radio-wrap.-full,
.form-wrap .checkbox-wrap.-full {
  width: calc(100% - 20px);
}
.form-wrap .label.-half,
.form-wrap .radio-wrap.-half,
.form-wrap .checkbox-wrap.-half {
  width: calc(50% - 20px);
}
.form-wrap .c-flex + .error-text, .form-wrap .c-pcflex + .error-text {
  margin: -10px 0 10px 10px;
}
.form-list {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: repeat(auto-fill, auto);
    margin: -10px -10px 0px;
}
.form-list dt {
  padding: 10px 30px 5px;
  font-weight: 700;
}
    .form-list dd {
        padding: 5px 30px 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 840px;
    }
.form-list .label.-full {
  width: calc(100% - 20px);
}
.form-list .label.-half {
  width: calc(50% - 20px);
}
.form-list.-lineL dt ~ dt {
  margin-top: 5px;
}
.form-list.-lineL dd ~ dd {
  margin-top: 5px;
}
.form-list .c-flex + .error-text, .form-list .c-pcflex + .error-text {
  margin: -10px 0 10px 0px;
}

.label {
  display: inline-block;
  margin: 10px;
}
.label-ttl {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 14px;
}
.label-ttl .c-btn {
  margin-top: 4px;
}
.label.-checkbox {
  position: relative;
  margin-right: 20px;
}
.label.-checkbox:last-child {
  margin-right: 0;
}
.label.-checkbox .label-option::before {
  display: inline-block;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  content: "";
  width: 14px;
  height: 14px;
  margin-right: 8px;
  border: 1px solid #DBDBDB;
  border-radius: 3px;
  background: #fff;
  vertical-align: middle;
}
.label.-checkbox input {
  position: absolute;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.label.-checkbox input:checked + .label-option::before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-color: #2271D8;
  background: #2271D8;
  content: "\e81e";
  font-family: fontello;
  font-weight: normal;
  color: #fff;
  font-size: 0.6em;
}
.label.-radio {
  position: relative;
  margin-right: 20px;
}
.label.-radio:last-child {
  margin-right: 0;
}
.label.-radio .label-option::before {
  display: inline-block;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  content: "";
  width: 16px;
  height: 16px;
  margin-right: 6px;
  border: 1px solid #DBDBDB;
  border-radius: 50%;
  background: #fff;
  vertical-align: middle;
}
.label.-radio input {
  position: absolute;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.label.-radio input:checked + .label-option::before {
  border-color: #2271D8;
  border-width: 5px;
}
.label .c-badge {
  margin-left: 8px;
}
.label.-end {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.label.-start {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.label.c-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dashbord-col01 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 40px;
}
.dashbord-col02 {
  width: max(250px, 25% - var(--mg));
  margin-top: 40px;
}
.dashbord-ttl {
  margin: 0 -12px 30px;
  padding-bottom: 0;
  border-bottom: none;
  font-size: 24px;
  text-align: center;
}
.dashbord-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -12px;
}
.dashbord-btn > li {
  margin: 12px;
}
    .dashbord-btn a {
        display: block;
        height: 100%;
        padding: 8px 8px 16px;
/*        border: 1px solid rgb(46, 94, 255);*/
        border: 1px solid #000000;
        background-color: #FAFBFD;
        color: #000000;
        text-decoration: none;
        text-align: center;
    }
    .dashbord-btn .icon {
        display: block;
        font-size: 60px;
        color: rgb(46, 94, 255);
    }
.dashbord-btn .icon .icon-doc,
.dashbord-btn .icon .icon-library {
  display: inline-block;
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
}
.dashbord-btn__pageName {
  display: block;
  margin-top: 4px;
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: 700;
}
/*.dashbord-btn__pageName::after {
  margin-left: 8px;
  content: bi-file-earmark-text;
  font-family: fontello;
  font-weight: normal;
}*/
.dashbord-btn__text {
  display: block;
  color: #414141;
  font-size: 14px;
  line-height: 1.3;
}
.dashbord-col01 .dashbord-btn > li {
  width: calc(33.3333% - 24px);
}
.dashbord-col02 .dashbord-btn > li {
  width: calc(100% - 24px);
}

/*=======================*/
/*アップロード D&Dエリア*/
.drop-area {
    width: 100%;
    border: 3px dashed #b8b8b8;
    border-radius: 12px;
    display: block;
    text-align: center;
    background: #fff;
    color: #414141;
    padding: 20px;
    font-size: 16px;
    margin-bottom: 10px;
}
.drop-area__icon {
    font-size: 40px;
    margin-bottom: 10px;
    color: rgb(46, 94, 255);
}

.drop-area__description {
    line-height: 2;
}

.drop-area__note {
    font-size: 14px;
    color: #b8b8b8;
}
    .drop-area label {
        width: 100%;
        display: block;
    }
    .drop-area label:hover {
        cursor: pointer;
    }

    .drop-area label input {
        display: none;
    }

.y-scroll-area {
    max-height: 440px;
    overflow-y: auto;
}
.preview-area {
    width: 100%;
}
.preview-area table {
    width: 100%;
}
.preview-record th {
    width: 30px;
    border: 1px solid #b8b8b8;
    padding: 2px 0px !important;
    text-align: center;
    font-size: 12px;
}
.preview-record td {
    border: 1px solid #b8b8b8;
    padding: 2px 12px !important;
    text-align: left;
    font-size: 14px;
}
.preview-area div {
    text-align: right !important;
}

/*=======================*/
/*アップロードボタン*/
.upload-btn {
    width: 80%;
    border: dashed;
    border-color: #b8b8b8;
    border-radius: 12px;
    display: block;
    text-align: center;
    background: #fff;
    color: #414141;
    padding: 16px 60px;
    font-size: 16px;
    margin-bottom: 20px;
}
.upload-btn__icon {
    font-size: 40px;
    margin-bottom: 10px;
    color: rgb(46, 94, 255);
}
.upload-btn__description {
    line-height: 2;
}
.upload-btn__note {
    font-size: 14px;
    color: #b8b8b8;
}

.result-num {
  display: inline-block;
  padding: 0 3px;
}

.login-wrap {
  max-width: 585px;
  margin-left: auto;
  margin-right: auto;
}

.news-wrap {
  max-width: 960px;
  margin: 40px auto 0;
}

.addrow-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  max-width: 980px;
}
.addrow-wrap .c-table {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.addrow-wrap .c-tableScroll {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.addrow-btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 0.2em;
  margin-left: 16px;
}

.flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  font-size: 20px;
  font-weight: bold;
}
.flow-list > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 76px;
  margin-right: -20px;
  padding: 4px 4px 4px 38px;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  background: #fff;
}
.flow-list > li::before, .flow-list > li::after {
  position: absolute;
  top: 0;
  display: block;
  content: "";
  border-style: solid;
  border-width: 37px 0 37px 36px;
  border-color: transparent transparent transparent #fff;
  -webkit-filter: drop-shadow(1px 0 0 #E0E0E0);
          filter: drop-shadow(1px 0 0 #E0E0E0);
}
.flow-list > li::before {
  left: 0;
}
.flow-list > li::after {
  right: -36px;
}
.flow-list > li:first-child {
  padding-left: 4px;
  border-left: 1px solid #E0E0E0;
}
.flow-list > li:first-child::before {
  content: none;
}
.flow-list > li:last-child {
  margin-right: 0;
  border-right: 1px solid #E0E0E0;
}
.flow-list > li:last-child::after {
  content: none;
}
.flow-list > li.is-current {
  z-index: 1;
  border-color: 1px solid rgb(46, 94, 255);
  background: rgb(46, 94, 255);
  color: #fff;
}
.flow-list > li.is-current::after {
  border-left-color: rgb(46, 94, 255);
}

.outputTable .label.-checkbox .label-option::before {
  margin-right: 0;
}
.outputTable th .label.-checkbox .label-option {
  display: inline-block;
  padding-bottom: 1.3em;
}
.outputTable th .label.-checkbox .label-option::before {
  position: absolute;
  left: 1px;
  right: 0;
  bottom: 0;
  text-align: center;
}

.symbol-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px 4px;
  padding-bottom: 30px;
}

.chemicalTable {
  table-layout: fixed;
  width: 820px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.chemicalTable th, .chemicalTable td {
  padding: 3px 0;
  border: 1px solid #E0E0E0;
  text-align: center;
}
.chemicalTable th[colspan], .chemicalTable td[colspan] {
  border: none;
}
.chemicalTable thead th, .chemicalTable thead td {
  background-color: #F1F8FF;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -0.2px;
  text-align: center;
  vertical-align: middle;
}
.chemicalTable tbody td {
  height: 100%;
  vertical-align: top;
}
.chemicalTable tbody td:not(.num) {
  padding: 0;
}
.chemicalTable .num {
  width: 28px;
  background: #F1F4F7;
  font-size: 20px;
  font-weight: bold;
  vertical-align: middle;
}
.chemicalTable .label {
  display: block;
  height: 100%;
  min-height: 86px;
  margin: 0;
  padding: 6px 0 5px;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}
.chemicalTable .label .label-option::before {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin: 0 auto !important;
  font-size: 0.4em !important;
}
.chemicalTable .label.selected {
  background: #E0F4FC;
}
.chemicalTable__en {
  display: block;
  margin-top: 3px;
  font-size: 26px;
  font-weight: bold;
}
.chemicalTable__jp {
  display: block;
  margin-top: 3px;
  font-size: 10px;
}

.p-login .l-content {
  display: block;
}
.p-login .l-main {
  min-height: calc(100vh - 168px);
}
.p-modal {
    padding-top: 0;
    background: none;
    overflow: hidden;
}
.p-modal h1 {
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 30px;
}
    .p-modal .l-main {
        max-height: 94vh;
/*        height: 100%;*/
        padding: 40px;
    }
.p-modal .c-tableScroll .c-table {
  width: max(100%, 800px);
}
.p-modal .c-scrollBox {
  max-height: 460px; /* 360pxから変更 */
  padding: 12px;
  border: 1px solid #E0E0E0;
  font-size: 14px;
}
.p-print {
  position: relative;
}
.p-print .c-table th, .p-print .c-table td {
  padding: 8px;
  border: 1px solid #E0E0E0;
  text-align: left;
}
.p-print .c-table th {
  background: none;
  font-weight: bold;
}
.p-print .c-table .num {
  padding: 8px 0;
  font-weight: bold;
  text-align: center;
}

.iziModal {
  z-index: 1002 !important;
  width: 90%;
}
.iziModal-overlay {
  z-index: 1001 !important;
}
.iziModal .l-container {
  padding-top: 0;
}
/*==========*/
/* PC表示用 */
@media screen and (max-width: 1295.98px) {
  .c-box.-half {
    width: calc(100% - var(--mg));
  }
  .c-table th, .c-table td {
    padding: 8px;
  }
  .c-tabmenu > li > a {
    padding: 15px 16px;
  }
  .c-tabWrap .c-tabmenu > li {
    padding: 15px 16px;
  }

  .l-content {
    grid-template-columns: 300px minmax(0, 1fr);
  }
  .l-main {
    padding: 20px 30px 64px;
  }
  .l-sideWrap {
    width: 300px;
  }
  .l-side__compNamy {
    font-size: 17px;
  }

  .dashbord-col01 .dashbord-btn > li {
    width: calc(50% - 24px);
    min-width: 170px;
  }
  .flow-list {
    font-size: 16px;
  }
  .flow-list > li {
    margin-right: -10px;
    padding: 4px 4px 4px 28px;
  }
  .flow-list > li::before, .flow-list > li::after {
    border-width: 37px 0 37px 26px;
  }
  .flow-list > li::after {
    right: -26px;
  }
}
@media screen and (max-width: 1110.98px) {
  .dashbord-col01 .dashbord-btn > li {
    width: calc(50% - 24px);
    min-width: 0;
  }
  .dashbord-col02 {
    width: calc(100% - var(--mg));
  }
  .dashbord-col02 .dashbord-btn > li {
    width: calc(50% - 24px);
    min-width: 0;
  }
}
@media screen and (max-width: 959.98px) {
  .addrow-wrap {
    display: block;
  }
  .addrow-btn {
    margin-top: 16px;
    margin-left: 0;
    text-align: right;
  }
}
@media screen and (min-width: 960px) {
  .is-showsp {
    display: none !important;
  }
  .is-pctal {
    text-align: left !important;
  }
  .is-pctac {
    text-align: center !important;
  }
  .is-pctar {
    text-align: right !important;
  }

  .c-pcflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-pcflex.-spacebetween {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .c-pcflex.-tar {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .c-pcflex.-aligncenter {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-pcflex.-alignend {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .c-pcflex.-alignstart {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .c-pcmt0 {
    margin-top: 0px !important;
  }
  .c-pcmr0 {
    margin-right: 0px !important;
  }
  .c-pcmb0 {
    margin-bottom: 0px !important;
  }
  .c-pcml0 {
    margin-left: 0px !important;
  }
  .c-pcpt0 {
    padding-top: 0px !important;
  }
  .c-pcpr0 {
    padding-right: 0px !important;
  }
  .c-pcpb0 {
    padding-bottom: 0px !important;
  }
  .c-pcpl0 {
    padding-left: 0px !important;
  }
  .c-pcmt5 {
    margin-top: 5px !important;
  }
  .c-pcmr5 {
    margin-right: 5px !important;
  }
  .c-pcmb5 {
    margin-bottom: 5px !important;
  }
  .c-pcml5 {
    margin-left: 5px !important;
  }
  .c-pcpt5 {
    padding-top: 5px !important;
  }
  .c-pcpr5 {
    padding-right: 5px !important;
  }
  .c-pcpb5 {
    padding-bottom: 5px !important;
  }
  .c-pcpl5 {
    padding-left: 5px !important;
  }
  .c-pcmt10 {
    margin-top: 10px !important;
  }
  .c-pcmr10 {
    margin-right: 10px !important;
  }
  .c-pcmb10 {
    margin-bottom: 10px !important;
  }
  .c-pcml10 {
    margin-left: 10px !important;
  }
  .c-pcpt10 {
    padding-top: 10px !important;
  }
  .c-pcpr10 {
    padding-right: 10px !important;
  }
  .c-pcpb10 {
    padding-bottom: 10px !important;
  }
  .c-pcpl10 {
    padding-left: 10px !important;
  }
  .c-pcmt15 {
    margin-top: 15px !important;
  }
  .c-pcmr15 {
    margin-right: 15px !important;
  }
  .c-pcmb15 {
    margin-bottom: 15px !important;
  }
  .c-pcml15 {
    margin-left: 15px !important;
  }
  .c-pcpt15 {
    padding-top: 15px !important;
  }
  .c-pcpr15 {
    padding-right: 15px !important;
  }
  .c-pcpb15 {
    padding-bottom: 15px !important;
  }
  .c-pcpl15 {
    padding-left: 15px !important;
  }
  .c-pcmt20 {
    margin-top: 20px !important;
  }
  .c-pcmr20 {
    margin-right: 20px !important;
  }
  .c-pcmb20 {
    margin-bottom: 20px !important;
  }
  .c-pcml20 {
    margin-left: 20px !important;
  }
  .c-pcpt20 {
    padding-top: 20px !important;
  }
  .c-pcpr20 {
    padding-right: 20px !important;
  }
  .c-pcpb20 {
    padding-bottom: 20px !important;
  }
  .c-pcpl20 {
    padding-left: 20px !important;
  }
  .c-pcmt25 {
    margin-top: 25px !important;
  }
  .c-pcmr25 {
    margin-right: 25px !important;
  }
  .c-pcmb25 {
    margin-bottom: 25px !important;
  }
  .c-pcml25 {
    margin-left: 25px !important;
  }
  .c-pcpt25 {
    padding-top: 25px !important;
  }
  .c-pcpr25 {
    padding-right: 25px !important;
  }
  .c-pcpb25 {
    padding-bottom: 25px !important;
  }
  .c-pcpl25 {
    padding-left: 25px !important;
  }
  .c-pcmt30 {
    margin-top: 30px !important;
  }
  .c-pcmr30 {
    margin-right: 30px !important;
  }
  .c-pcmb30 {
    margin-bottom: 30px !important;
  }
  .c-pcml30 {
    margin-left: 30px !important;
  }
  .c-pcpt30 {
    padding-top: 30px !important;
  }
  .c-pcpr30 {
    padding-right: 30px !important;
  }
  .c-pcpb30 {
    padding-bottom: 30px !important;
  }
  .c-pcpl30 {
    padding-left: 30px !important;
  }
  .c-pcmt35 {
    margin-top: 35px !important;
  }
  .c-pcmr35 {
    margin-right: 35px !important;
  }
  .c-pcmb35 {
    margin-bottom: 35px !important;
  }
  .c-pcml35 {
    margin-left: 35px !important;
  }
  .c-pcpt35 {
    padding-top: 35px !important;
  }
  .c-pcpr35 {
    padding-right: 35px !important;
  }
  .c-pcpb35 {
    padding-bottom: 35px !important;
  }
  .c-pcpl35 {
    padding-left: 35px !important;
  }
  .c-pcmt40 {
    margin-top: 40px !important;
  }
  .c-pcmr40 {
    margin-right: 40px !important;
  }
  .c-pcmb40 {
    margin-bottom: 40px !important;
  }
  .c-pcml40 {
    margin-left: 40px !important;
  }
  .c-pcpt40 {
    padding-top: 40px !important;
  }
  .c-pcpr40 {
    padding-right: 40px !important;
  }
  .c-pcpb40 {
    padding-bottom: 40px !important;
  }
  .c-pcpl40 {
    padding-left: 40px !important;
  }
  .c-pcmt45 {
    margin-top: 45px !important;
  }
  .c-pcmr45 {
    margin-right: 45px !important;
  }
  .c-pcmb45 {
    margin-bottom: 45px !important;
  }
  .c-pcml45 {
    margin-left: 45px !important;
  }
  .c-pcpt45 {
    padding-top: 45px !important;
  }
  .c-pcpr45 {
    padding-right: 45px !important;
  }
  .c-pcpb45 {
    padding-bottom: 45px !important;
  }
  .c-pcpl45 {
    padding-left: 45px !important;
  }
  .c-pcmt50 {
    margin-top: 50px !important;
  }
  .c-pcmr50 {
    margin-right: 50px !important;
  }
  .c-pcmb50 {
    margin-bottom: 50px !important;
  }
  .c-pcml50 {
    margin-left: 50px !important;
  }
  .c-pcpt50 {
    padding-top: 50px !important;
  }
  .c-pcpr50 {
    padding-right: 50px !important;
  }
  .c-pcpb50 {
    padding-bottom: 50px !important;
  }
  .c-pcpl50 {
    padding-left: 50px !important;
  }
}
@media screen and (min-width: 600px) {
  .is-showtb {
    display: none !important;
  }
}
@media screen and (max-width: 959.98px) {
  :root {
    --radius: 2px;
  }

  .is-showpc {
    display: none !important;
  }
  .is-sptal {
    text-align: left !important;
  }
  .is-sptac {
    text-align: center !important;
  }
  .is-sptar {
    text-align: right !important;
  }

  .c-accordiontitle {
    padding: 16px 32px 16px 16px;
  }
  .c-accordioncontent {
    padding: 16px;
  }
  .c-spmt0 {
    margin-top: 0px !important;
  }
  .c-spmr0 {
    margin-right: 0px !important;
  }
  .c-spmb0 {
    margin-bottom: 0px !important;
  }
  .c-spml0 {
    margin-left: 0px !important;
  }
  .c-sppt0 {
    padding-top: 0px !important;
  }
  .c-sppr0 {
    padding-right: 0px !important;
  }
  .c-sppb0 {
    padding-bottom: 0px !important;
  }
  .c-sppl0 {
    padding-left: 0px !important;
  }
  .c-spmt5 {
    margin-top: 5px !important;
  }
  .c-spmr5 {
    margin-right: 5px !important;
  }
  .c-spmb5 {
    margin-bottom: 5px !important;
  }
  .c-spml5 {
    margin-left: 5px !important;
  }
  .c-sppt5 {
    padding-top: 5px !important;
  }
  .c-sppr5 {
    padding-right: 5px !important;
  }
  .c-sppb5 {
    padding-bottom: 5px !important;
  }
  .c-sppl5 {
    padding-left: 5px !important;
  }
  .c-spmt10 {
    margin-top: 10px !important;
  }
  .c-spmr10 {
    margin-right: 10px !important;
  }
  .c-spmb10 {
    margin-bottom: 10px !important;
  }
  .c-spml10 {
    margin-left: 10px !important;
  }
  .c-sppt10 {
    padding-top: 10px !important;
  }
  .c-sppr10 {
    padding-right: 10px !important;
  }
  .c-sppb10 {
    padding-bottom: 10px !important;
  }
  .c-sppl10 {
    padding-left: 10px !important;
  }
  .c-spmt15 {
    margin-top: 15px !important;
  }
  .c-spmr15 {
    margin-right: 15px !important;
  }
  .c-spmb15 {
    margin-bottom: 15px !important;
  }
  .c-spml15 {
    margin-left: 15px !important;
  }
  .c-sppt15 {
    padding-top: 15px !important;
  }
  .c-sppr15 {
    padding-right: 15px !important;
  }
  .c-sppb15 {
    padding-bottom: 15px !important;
  }
  .c-sppl15 {
    padding-left: 15px !important;
  }
  .c-spmt20 {
    margin-top: 20px !important;
  }
  .c-spmr20 {
    margin-right: 20px !important;
  }
  .c-spmb20 {
    margin-bottom: 20px !important;
  }
  .c-spml20 {
    margin-left: 20px !important;
  }
  .c-sppt20 {
    padding-top: 20px !important;
  }
  .c-sppr20 {
    padding-right: 20px !important;
  }
  .c-sppb20 {
    padding-bottom: 20px !important;
  }
  .c-sppl20 {
    padding-left: 20px !important;
  }
  .c-spmt25 {
    margin-top: 25px !important;
  }
  .c-spmr25 {
    margin-right: 25px !important;
  }
  .c-spmb25 {
    margin-bottom: 25px !important;
  }
  .c-spml25 {
    margin-left: 25px !important;
  }
  .c-sppt25 {
    padding-top: 25px !important;
  }
  .c-sppr25 {
    padding-right: 25px !important;
  }
  .c-sppb25 {
    padding-bottom: 25px !important;
  }
  .c-sppl25 {
    padding-left: 25px !important;
  }
  .c-spmt30 {
    margin-top: 30px !important;
  }
  .c-spmr30 {
    margin-right: 30px !important;
  }
  .c-spmb30 {
    margin-bottom: 30px !important;
  }
  .c-spml30 {
    margin-left: 30px !important;
  }
  .c-sppt30 {
    padding-top: 30px !important;
  }
  .c-sppr30 {
    padding-right: 30px !important;
  }
  .c-sppb30 {
    padding-bottom: 30px !important;
  }
  .c-sppl30 {
    padding-left: 30px !important;
  }
  .c-spmt35 {
    margin-top: 35px !important;
  }
  .c-spmr35 {
    margin-right: 35px !important;
  }
  .c-spmb35 {
    margin-bottom: 35px !important;
  }
  .c-spml35 {
    margin-left: 35px !important;
  }
  .c-sppt35 {
    padding-top: 35px !important;
  }
  .c-sppr35 {
    padding-right: 35px !important;
  }
  .c-sppb35 {
    padding-bottom: 35px !important;
  }
  .c-sppl35 {
    padding-left: 35px !important;
  }
  .c-spmt40 {
    margin-top: 40px !important;
  }
  .c-spmr40 {
    margin-right: 40px !important;
  }
  .c-spmb40 {
    margin-bottom: 40px !important;
  }
  .c-spml40 {
    margin-left: 40px !important;
  }
  .c-sppt40 {
    padding-top: 40px !important;
  }
  .c-sppr40 {
    padding-right: 40px !important;
  }
  .c-sppb40 {
    padding-bottom: 40px !important;
  }
  .c-sppl40 {
    padding-left: 40px !important;
  }
  .c-spmt45 {
    margin-top: 45px !important;
  }
  .c-spmr45 {
    margin-right: 45px !important;
  }
  .c-spmb45 {
    margin-bottom: 45px !important;
  }
  .c-spml45 {
    margin-left: 45px !important;
  }
  .c-sppt45 {
    padding-top: 45px !important;
  }
  .c-sppr45 {
    padding-right: 45px !important;
  }
  .c-sppb45 {
    padding-bottom: 45px !important;
  }
  .c-sppl45 {
    padding-left: 45px !important;
  }
  .c-spmt50 {
    margin-top: 50px !important;
  }
  .c-spmr50 {
    margin-right: 50px !important;
  }
  .c-spmb50 {
    margin-bottom: 50px !important;
  }
  .c-spml50 {
    margin-left: 50px !important;
  }
  .c-sppt50 {
    padding-top: 50px !important;
  }
  .c-sppr50 {
    padding-right: 50px !important;
  }
  .c-sppb50 {
    padding-bottom: 50px !important;
  }
  .c-sppl50 {
    padding-left: 50px !important;
  }
  .c-spw0 {
    width: 0% !important;
  }
  .c-spw5 {
    width: 5% !important;
  }
  .c-spw10 {
    width: 10% !important;
  }
  .c-spw15 {
    width: 15% !important;
  }
  .c-spw20 {
    width: 20% !important;
  }
  .c-spw25 {
    width: 25% !important;
  }
  .c-spw30 {
    width: 30% !important;
  }
  .c-spw35 {
    width: 35% !important;
  }
  .c-spw40 {
    width: 40% !important;
  }
  .c-spw45 {
    width: 45% !important;
  }
  .c-spw50 {
    width: 50% !important;
  }
  .c-spw55 {
    width: 55% !important;
  }
  .c-spw60 {
    width: 60% !important;
  }
  .c-spw65 {
    width: 65% !important;
  }
  .c-spw70 {
    width: 70% !important;
  }
  .c-spw75 {
    width: 75% !important;
  }
  .c-spw80 {
    width: 80% !important;
  }
  .c-spw85 {
    width: 85% !important;
  }
  .c-spw90 {
    width: 90% !important;
  }
  .c-spw95 {
    width: 95% !important;
  }
  .c-spw100 {
    width: 100% !important;
  }
  .c-spw1em {
    width: 1em !important;
  }
  .c-spw2em {
    width: 2em !important;
  }
  .c-spw3em {
    width: 3em !important;
  }
  .c-spw4em {
    width: 4em !important;
  }
  .c-spw5em {
    width: 5em !important;
  }
  .c-spw6em {
    width: 6em !important;
  }
  .c-spw7em {
    width: 7em !important;
  }
  .c-spw8em {
    width: 8em !important;
  }
  .c-spw9em {
    width: 9em !important;
  }
  .c-spw10em {
    width: 10em !important;
  }
  .c-spw11em {
    width: 11em !important;
  }
  .c-spw12em {
    width: 12em !important;
  }
  .c-spw13em {
    width: 13em !important;
  }
  .c-spw14em {
    width: 14em !important;
  }
  .c-spw15em {
    width: 15em !important;
  }
  .c-spw16em {
    width: 16em !important;
  }
  .c-spw17em {
    width: 17em !important;
  }
  .c-spw18em {
    width: 18em !important;
  }
  .c-spw19em {
    width: 19em !important;
  }
  .c-spw20em {
    width: 20em !important;
  }
  .c-sph1em {
    height: 1em !important;
  }
  .c-sph2em {
    height: 2em !important;
  }
  .c-sph3em {
    height: 3em !important;
  }
  .c-sph4em {
    height: 4em !important;
  }
  .c-sph5em {
    height: 5em !important;
  }
  .c-sph6em {
    height: 6em !important;
  }
  .c-sph7em {
    height: 7em !important;
  }
  .c-sph8em {
    height: 8em !important;
  }
  .c-sph9em {
    height: 9em !important;
  }
  .c-sph10em {
    height: 10em !important;
  }
  .c-sph11em {
    height: 11em !important;
  }
  .c-sph12em {
    height: 12em !important;
  }
  .c-sph13em {
    height: 13em !important;
  }
  .c-sph14em {
    height: 14em !important;
  }
  .c-sph15em {
    height: 15em !important;
  }
  .c-sph16em {
    height: 16em !important;
  }
  .c-sph17em {
    height: 17em !important;
  }
  .c-sph18em {
    height: 18em !important;
  }
  .c-sph19em {
    height: 19em !important;
  }
  .c-sph20em {
    height: 20em !important;
  }

  .l-header__logo {
    font-size: 20px;
  }
  .l-header__user {
    position: relative;
    padding-right: 8px;
    padding-left: 20px;
    font-size: 10px;
  }
  .l-header__user.icon-user::before {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%) scale(1.55);
            transform: translateY(-50%) scale(1.55);
  }
  .l-header__user .company {
    display: block;
  }
  .l-navBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 68px;
    height: 68px;
    border: none;
    border-right: 1px solid #707070;
    background-color: transparent;
    color: #fff;
    font-size: 36px;
  }
  .l-navBtn::before {
/*    content: "\E81C";*/
    font-family: fontello;
    font-weight: normal;
    -webkit-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;
  }
  .l-navBtn.is-open::before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .l-content {
    display: block;
  }
  .l-sideWrap {
    position: fixed;
    top: 68px;
    left: 0;
    bottom: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    z-index: 1001;
    min-height: calc(100vh - 68px);
    overflow-y: auto;
    -webkit-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;
  }
  .l-sideWrap.is-open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  :where(p, ul, ol, dl, blockquote, hr, pre, table, form, figure, div) + h2 {
    margin-top: 32px;
  }
  :where(p, ul, ol, dl, blockquote, hr, pre, table, form, figure, div) + h3,
:where(p, ul, ol, dl, blockquote, hr, pre, table, form, figure, div) + h4,
:where(p, ul, ol, dl, blockquote, hr, pre, table, form, figure, div) + h5,
:where(p, ul, ol, dl, blockquote, hr, pre, table, form, figure, div) + h6 {
    margin-top: 28px;
  }

  .p-login .l-navBtn {
    display: none;
  }
}
@media screen and (max-width: 599.98px) {
  :root {
    --radius: 3px;
    --mg: 24px;
    --mgh: 12px;
  }

  h1, .c-title.-level1 {
    margin: 0px 0 12px;
    padding-bottom: 8px;
    font-size: 28px;
  }

  h2, .c-title.-level2 {
    margin-bottom: var(--mg);
  }

  h3, .c-title.-level3 {
    margin-bottom: 20px;
  }

  .c-btn.-large {
    padding: 12px 16px;
  }
  .c-btnWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 24px -6px;
  }
  .c-btnWrap .c-btn {
    min-width: 240px;
    margin: 6px;
  }
  .c-btnWrap .c-btn + .c-btn {
    margin-left: 6px;
  }
  .c-btnWrap.-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-btnWrap__negative {
    margin: 0 0 8px 0;
  }
  .c-closeBtn {
    top: 8px;
    right: 0px;
    font-size: 24px;
  }
  .c-box {
    padding-bottom: var(--mg);
  }
  .c-tabmenu {
    overflow-x: auto;
  }
  .c-tabmenu > li > a {
    padding: 12px 12px;
    font-size: 13px;
    white-space: nowrap;
  }
  .c-tabWrap .c-tabmenu > li {
    padding: 12px 12px;
    font-size: 13px;
  }
  .c-tabcontent {
    padding: 20px 0;
  }
  .c-list.-news > li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-list.-news .text {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-top: 8px;
    padding-left: 0;
  }

  .l-container {
    padding-top: 56px;
  }
  .l-header {
    height: 56px;
  }
  .l-header__inner {
    min-height: 56px;
  }
  .l-header__logo {
    margin-left: 8px;
    padding-right: 8px;
    font-size: 14px;
    white-space: nowrap;
  }
  .l-header__user {
    white-space: normal;
  }
  .l-header__settingBtn {
    width: 56px;
    height: 56px;
  }
  .l-header__settingBtn span {
    left: 16px;
  }
  .l-header__settingBtn span:nth-child(1) {
    top: 17px;
  }
  .l-header__settingBtn span:nth-child(2) {
    top: 27px;
  }
  .l-header__settingBtn span:nth-child(3) {
    top: 37px;
  }
  .l-header__settingBtn.is-open span:nth-child(1), .l-header__settingBtn.is-open span:nth-child(3) {
    top: 27px;
  }
  .l-navBtn {
    width: 56px;
    height: 56px;
  }
  .l-sideWrap {
    top: 56px;
  }
  .l-main {
    padding: 12px;
  }
  .l-topicpath {
    margin-bottom: 28px;
    font-size: 12px;
  }

  .dashbord-col01 {
    margin-top: 28px;
  }
  .dashbord-col02 {
    margin-top: 0;
  }
  .dashbord-ttl {
    margin-bottom: 28px;
    font-size: 24px;
  }
  .dashbord-btn {
    margin: -6px;
  }
  .dashbord-btn > li {
    width: calc(50% - 12px) !important;
    margin: 6px;
  }
  .dashbord-btn .icon {
    font-size: 50px;
  }
  .dashbord-btn__pageName {
    margin-bottom: 4px;
    font-size: 17px;
  }
  .dashbord-btn__pageName::after {
    margin-left: 5px;
  }
  .dashbord-btn__text {
    font-size: 12px;
  }

  .form-wrap {
    display: block;
    margin: -8px;
  }
  .form-wrap .label.-full {
    width: calc(100% - 16px);
  }
  .form-wrap .label.-half {
    width: calc(100% - 16px);
  }
  .form-list {
    display: block;
    margin: -8px;
  }
  .form-list dt {
    padding: 8px 8px 6px;
    font-weight: 700;
  }
  .form-list dd {
    display: block;
  }
  .form-list .label.-full {
    width: calc(100% - 16px);
  }
  .form-list .label.-half {
    width: calc(100% - 16px);
  }
  .form-list.-lineL dt ~ dt {
    margin-top: 16px;
  }
  .form-list.-lineL dd ~ dd {
    margin-top: 0px;
  }

  .login-wrap .c-box {
    padding-bottom: var(--mgh);
  }

  .flow-list {
    font-size: 14px;
  }
  .flow-list > li {
    height: 52px;
    margin-right: -10px;
    padding: 4px 4px 4px 12px;
  }
  .flow-list > li::before, .flow-list > li::after {
    border-width: 25px 0 25px 12px;
  }
  .flow-list > li::after {
    right: -12px;
  }

  .symbol-list {
    padding-bottom: 10px;
  }
  .symbol-list > li {
    width: calc(16.6666666667% - 4px);
    max-width: 72px;
  }
}
/* #Print Fixes */
@media print {
  * {
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }

  @page {
    margin: 1cm 1cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  body {
    width: auto;
    -webkit-print-color-adjust: exact;
  }

  .p-print .c-table {
    font-size: 13px;
  }
  .p-print .c-closeBtn {
    display: none;
  }
}

/* OSE追加分 */
.l-nav__level2 > li.is-fcolorGray > a {
  color: #5c5c5c;
}

/* ==========================
  初期設定
========================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}
img {
  width: 100%;
}

/* ==========================
  ローディング画面
========================== */
.bl_loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(207, 205, 205);
  color: rgb(0, 0, 0);
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0.8;
  visibility: visible;
/*  transition: 0.3s;*/
}
.bl_loading.loaded {
  opacity: 0;
  visibility: hidden;
}
@keyframes loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.bl_loadingCircle {
  animation: 3s linear loading infinite;
  height: 30px;
  width: 30px;
  border: 1px solid rgb(0, 0, 0);
  border-top: 1px solid #aaa;
  border-radius: 50%;
  content: "";
  margin-bottom: 10px;
}

/* ==========================
  コンテンツの中身
========================== */
.ly_inner {
  width: 100%;
  max-width: 1080px;
  margin: 100px auto;
  padding: 20px;
  background-color: #ccc;
}
.ly_inner h2 {
  font-size: 150%;
  font-weight: bold;
  margin-bottom: 30px;
}
.md_textblock > * + * {
  margin-top: 10px;
}

/* 法人名 */
.titleName {
  color: #fff;
  font-size: 18px;
  margin-bottom: 0;
  word-break: break-all;
  width: 100%;
}

/* 法人番号 */
.titleNum {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.5px;
  opacity: 0.55;
  margin-bottom: 0;
  width: 100%;
}

.header-logo-text {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 14px;
  justify-content: flex-end;
  line-height: 1em;
  text-align: center;
  min-width: 200px;
  z-index: 2;
}

/*===========
マトリックス詳細用
table
===========*/
/* 国内法規制 */
.matrix-table {
  border-spacing: 0;
}
.matrix-table th {
  border: 1px solid #000;
  white-space: nowrap;
  text-align: left;
}
.matrix-table tr:nth-child(1) td {
  writing-mode: vertical-rl;
  text-align: left;	/* 縦書き時の上寄せ */
}
.matrix-table td {
  padding: 10px;
  border: 1px solid #000;
}
._sticky {
  position: sticky;
  left: 0;
}
._sticky:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F1F4F7;
  z-index: -1;
}
.matrix-table .title{
  background: #F1F4F7;
}
.matrix-table a {
  text-decoration: none;
}
/* 許容濃度 */
.matrix-table-ex {
  border-spacing: 0;
  width: 100%;
}
.matrix-table-ex th {
  border: 1px solid #000;
  white-space: nowrap;
  text-align: left;
}
.matrix-table-ex td {
  padding: 10px;
  border: 1px solid #000;
  text-align: left;
}
.matrix-table-ex .title{
  background: #F1F4F7;
}
.matrix-table-ex a {
  text-decoration: none;
}
/* GHS分類 */
.matrix-table-ghs {
  border-spacing: 0;
}
.matrix-table-ghs .title{
  background: #F1F4F7;
}
.matrix-table-ghs th {
  border: 1px solid #000;
  white-space: nowrap;
  text-align: left;
}
.matrix-table-ghs tr:nth-child(1) td {
  writing-mode: vertical-rl;
  text-align: left;	/* 縦書き時の上寄せ */
}
.matrix-table-ghs td {
  writing-mode: vertical-lr;
  padding: 10px;
  border: 1px solid #000;
  text-align: left;	/* 縦書き時の上寄せ */
  -ms-writing-mode: tb-lr;
  text-orientation: upright;
}
.matrix-table-ghs a {
  text-decoration: none;
}

/*===========
マトリックス詳細用
.scroll-box
===========*/
.scroll-box {
  overflow-x: auto;
  padding-bottom: 4px;
  -webkit-overflow-scrolling: touch;
}
/*スクロールバー全体の高さ*/
.scroll-box::-webkit-scrollbar {
  height: 12px;
}
/*スクロールバー全体の背景*/
.scroll-box::-webkit-scrollbar-track {
  background: #eee;
}
/*スクロールバーの動く部分*/
.scroll-box::-webkit-scrollbar-thumb {
  background: #999;
}
/*スクロールバーの動く部分のホバー（マウスオーバー）*/
.scroll-box::-webkit-scrollbar-thumb:hover {
  background: #999;
}

/*元素周期表の選択不可対応*/
.not-selectable {
  background-color: #F1F4F7;
  cursor: text;
}

/*===========
モーダル表示用
===========*/
/*モーダル表示幅設定*/
.modal-dialog-fluid {
    max-width: inherit;
    width: 90%;
    height: 90%;
}

.date-container-days div.dow {
    color: #000 !important;
    font-weight: bold;
}

    .date-container-days div.dow:first-child {
        color: #f00 !important;
    }

    .date-container-days div.dow:nth-child(7) {
        color: #00f !important;
    }

.date-container-days div.day.weekend {
    color: #f00;
}

.date-container-days div.day:nth-child(7n) {
    color: #00f;
}

.date-container-days div.day.old.weekend,
.date-container-days div.day.new.weekend {
    color: #00000060;
}

.input-group span {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
/*    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;*/
}

#parentTable {
    min-width: 850px;
}

.options-table {
    line-height: 1.2;
}
    .options-table td {
        padding: 4px 4px;
        height: 30px;
    }
    .options-table .sds-option {
        border-top: 1px solid #E0E0E0;
/*        font-size: 14px;*/
    }

.error-message {
    color: #DE2A26 !important;
    font-size: 16px !important;
    font-weight: 700;
    text-align:center;
    margin:10px;
}

.header-container {
    display: flex;
    justify-content: space-between; /* 左右の要素を両端に寄せる */
    flex-wrap: wrap; /* 必要に応じて要素が折り返すことを許可 */
    margin-bottom: 10px;
    gap: 10px;
}

.left-group {
    display: flex;
    /* 要素間に少し隙間を開けて見やすくする */
    gap: 1px;
    /* 縦方向の位置を揃える（初期値は stretch ですが、flex-startやcenterも検討可能） */
    align-items: center;
}

/* 右寄せグループ全体は折り返しを許可 */
.right-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;                  /* 必要に応じてマージンを設定 */
    justify-content: flex-end;  /* 右寄せにするため */
    align-items: flex-end;      /* 各行のアイテムを垂直方向の終端（下側）に揃える */
}