@charset "UTF-8";
/*------ background --------*/
/*------ parts --------*/
/*------ font weight --------*/
/*------ font size --------*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%; /*16px/62.5%=10px*/
}

body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.08em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  background-color: #F8F8F8;
}

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

a {
  color: #3262ab;
  -webkit-color: #3262ab;
  text-decoration: none;
  border-bottom: solid 1px #3262ab;
  line-height: 1.5;
}

nav, ul, li {
  list-style: none;
}

button {
  cursor: pointer;
}

button[type=submit]:disabled {
  pointer-events: none;
  color: #fff;
  background-color: #BEBEBE;
  border: solid 1px #BEBEBE;
}

/*arialになるから*/
button, input, select, textarea {
  font-family: "Noto Sans JP", sans-serif;
}

input {
  accent-color: #3262ab;
  margin: 0;
  padding: 0;
  outline: none;
}

input[type=text], input[type=date], input[type=number], input[type=password], select, textarea {
  border: solid 1px #B8B8B8;
  border-radius: 1px;
  padding: 7px;
  outline: none;
}
input[type=text]._error, input[type=date]._error, input[type=number]._error, input[type=password]._error, select._error, textarea._error {
  border: solid 1px #f75252;
  background-color: rgba(255, 101, 101, 0.1);
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=checkbox] {
  border: solid 1px #CCCCCC;
  cursor: pointer;
}

input[type=file] {
  background-color: rgba(255, 255, 255, 0.5);
}

select {
  cursor: pointer;
}

p {
  -webkit-font-feature-settings: "pkna";
          font-feature-settings: "pkna";
  letter-spacing: 0.005em;
}

/*-------- Utility --------*/
.required {
  font-size: 0.8rem;
  color: #fff;
  background-color: #f75252;
  border-radius: 2px;
  padding: 1px 3px 2px;
  margin: 0 8px;
}

._hover:hover {
  cursor: pointer;
  opacity: 0.6;
}

._rtaccent {
  font-weight: 700;
  color: #3262ab;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.calendaroff {
  display: none;
}

.main {
  width: 100%;
  min-width: 960px;
}
.main-wrapper {
  min-height: calc(100vh - 110px);
  padding: 32px 40px 48px;
}

.section {
  margin-bottom: 48px;
}
.section-fsbwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section-fwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section-fnwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-ftitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section-wrap {
  margin-bottom: 40px;
}
.section-h1 {
  font-size: 2rem;
  border-left: solid 8px #003c96;
  padding: 6px 12px;
}
.section-h1normal {
  font-size: 2.2rem;
  margin-bottom: 40px;
}
.section-h2 {
  font-size: 1.6rem;
  margin-bottom: 24px;
}
.section-h3 {
  margin-bottom: 16px;
}
.section-para {
  line-height: 1.5;
  -webkit-font-feature-settings: "pkna";
          font-feature-settings: "pkna";
  letter-spacing: 0.006em;
  margin-bottom: 32px;
}
.section-horizon {
  border-bottom: solid 1px #cccccc;
  margin: 32px 0;
}
.section-horizon2 {
  border-bottom: solid 1px #cccccc;
  margin: 48px 0;
}
.section {
  /*----------------------------------------------------------------*/
}
.section-addingarea {
  background-color: rgba(255, 255, 255, 0.7);
  border: solid 1px #cccccc;
  padding: 16px;
  margin-bottom: 40px;
}
.section-addingarea dl {
  margin-bottom: 16px;
}
.section-addingarea dl:last-child {
  margin-bottom: 0;
}
.section-addingarea dt {
  width: 136px;
  text-align: right;
}
.section-addingarea dd {
  font-weight: 700;
  margin-left: 16px;
}
.section {
  /*----------------------------------------------------------------*/
}
.section-textbox2 {
  width: 50%;
}
.section-toggle3 {
  width: 32.88%;
  letter-spacing: 0.05em;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 8px;
  margin: 2px;
}
.section-toggle {
  width: 280px;
  padding: 8px;
  margin-right: 24px;
}
.section {
  /*----------------------------------------------------------------*/
}
.section-savebtn {
  width: 192px;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#3262ab), to(#284e88));
  background: linear-gradient(to bottom, #3262ab, #284e88 100%);
  font-weight: 500;
  font-size: 1.4rem;
  border: none;
  border-radius: 3px;
  padding: 10px 0;
  -webkit-transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.section-savebtn[disabled] {
  color: #fff;
  background: #BEBEBE;
  pointer-events: none;
}
.section-cmpltbtn {
  width: 192px;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#2CAD99), to(#279b89));
  background: linear-gradient(to bottom, #2CAD99, #279b89 100%);
  font-weight: 500;
  font-size: 1.6rem;
  border: none;
  border-radius: 3px;
  padding: 10px 0;
  margin: 40px 0;
  -webkit-transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.section-cmpltbtn02 {
  width: 192px;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#2CAD99), to(#279b89));
  background: linear-gradient(to bottom, #2CAD99, #279b89 100%);
  font-weight: 500;
  font-size: 1.6rem;
  border: none;
  border-radius: 3px;
  padding: 5px 0 6px;
  margin-right: 40px;
  -webkit-transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.section-calendar {
  margin: 24px 0 40px;
}
.section-calendar a {
  color: #333;
  border-bottom: none;
}
.section-calendar th, .section-calendar td {
  background-color: #fff;
}
.section-tsavearea {
  position: sticky;
  top: 0;
  background-color: #F8F8F8;
  z-index: 900;
  text-align: right;
  padding: 12px 16px;
}
.section-tsavebtn {
  color: #3262ab;
  font-weight: 500;
  background-color: #fff;
  border: solid 1px #3262ab;
  border-radius: 3px;
  padding: 3px 24px;
  -webkit-transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.section-tsavebtn:hover {
  color: #fff;
  background-color: #3262ab;
}

.header {
  min-width: 184px;
  font-weight: 400;
  color: #003c96;
  background-color: #f1f4f8;
  border-right: solid 1px #99b1d5;
}
.header-logo {
  font-family: "Secular One", sans-serif;
  text-align: center;
  font-size: 4rem;
  letter-spacing: -2px;
  color: #003c96;
  line-height: 1.4;
  margin: 0 auto 8px;
}
.header-actitle {
  font-weight: 500;
  padding: 0 0 10px 16px;
}
.header-acinner {
  display: none;
}
.header-li {
  letter-spacing: 0.01em;
  -webkit-transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.header-li a {
  display: block;
  color: #003c96;
  border-bottom: none;
  padding: 6px 0 6px 24px;
}
.header-li_horizon {
  height: 1px;
  background-color: #99b1d5;
  margin: 16px 32px;
}
.header-li_mhorizon {
  padding: 8px;
}
.header-li_title {
  padding: 8px 16px;
}
.header-li_subtitle {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #555;
  font-size: 1.4rem;
  letter-spacing: 0.01em;
  padding: 8px;
  margin-left: 16px;
}
.header-li_ddex {
  letter-spacing: 0.01em;
  -webkit-transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.header-li_ddex a {
  display: block;
  color: #003c96;
  border-bottom: none;
  padding: 6px 0 6px 40px;
}
.header-navbo {
  width: 100%;
  height: 1px;
  border-bottom: solid 1px #e9eef4;
  margin: 8px 0;
}

._current a {
  color: #003c96;
  font-weight: 700;
  background-color: #c7d8f8;
}

._navulS {
  margin-bottom: 16px;
}
._navulS:last-child {
  margin-bottom: 0;
}

._navliS {
  padding-left: 8px;
}
._navliS:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f0da";
  font-weight: 400;
  margin-right: 8px;
}

._navliStit {
  font-weight: 500;
  margin: 16px 0;
}

._navstay {
  display: block;
}

._navopen {
  background-color: rgba(255, 255, 255, 0.65);
  border-radius: 2px;
}

._navopen + .header-acinner {
  background-color: rgba(255, 255, 255, 0.65);
}

.nav-caret:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f107";
  font-weight: 400;
  font-size: 1.6rem;
  float: right;
  margin-top: 2px;
}
.nav-dash:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f073";
  display: inline-block;
  width: 16px;
  text-align: center;
  font-weight: 300;
  font-size: 1.6rem;
  margin-right: 16px;
}
.nav-sr:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f001";
  display: inline-block;
  width: 16px;
  text-align: center;
  font-weight: 300;
  font-size: 1.6rem;
  margin-right: 16px;
}
.nav-list:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f8c9";
  display: inline-block;
  width: 16px;
  text-align: center;
  font-weight: 300;
  font-size: 1.6rem;
  margin-right: 16px;
}
.nav-ddex {
  color: #333;
  padding: 8px 24px 16px;
}
.nav-ddex:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f0d1";
  display: inline-block;
  width: 16px;
  text-align: center;
  font-weight: 300;
  font-size: 1.5rem;
  margin-right: 14px;
}

.aside {
  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;
  position: relative;
  color: #3262ab;
  background-color: #f1f4f8;
  border-bottom: solid 1px #99b1d5;
  padding: 12px 40px;
}
.aside-user {
  font-weight: 500;
  cursor: pointer;
}
.aside-user:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f107";
  font-weight: 900;
  font-size: 1.5rem;
  vertical-align: middle;
  margin-left: 8px;
}
.aside-usermenu {
  display: none;
  position: absolute;
  top: 55px;
  right: 40px;
  width: 180px;
  background-color: #e9eef4;
  border: solid 1px #99b1d5;
  border-top: none;
  padding: 16px;
  border-radius: 0 0 3px 3px;
}
.aside-logout a {
  border: none;
  padding: 8px 0;
}
.aside-logout:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f08b";
  font-weight: 400;
  margin-right: 8px;
}
.aside-password {
  margin-bottom: 16px;
}
.aside-password a {
  border: none;
  padding: 8px 0;
}
.aside-password:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f30d";
  font-weight: 400;
  margin-right: 8px;
}
.aside-msgbox {
  font-size: 1.3rem;
  background-color: rgba(255, 255, 255, 0.85);
  border: solid 1px #99b1d5;
  border-radius: 3px;
  padding: 8px 16px;
  margin-right: 60px;
}
.aside-msgbox:before {
  font-family: "Font Awesome 6 sharp";
  content: "\f06a";
  font-weight: 400;
  font-size: 1.5rem;
  margin-right: 8px;
}

._usermenuOpen {
  display: block;
}

.footer {
  color: #003c96;
  font-size: 1.2rem;
  text-align: center;
  background-color: #f1f4f8;
  border-top: solid 1px #99b1d5;
  padding: 24px 0 16px;
}

.prgrs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  color: #C4C4C4;
  border-bottom: solid 1px #cccccc;
  padding: 28px 0 36px;
  margin-bottom: 24px;
}
.prgrs li {
  position: relative;
  width: 33.333%;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}
.prgrs li:before {
  display: block;
  font-family: "Font Awesome 6 Pro";
  content: "\f111";
  font-weight: 400;
  text-align: center;
  font-size: 2.8rem;
  margin: 8px auto 16px;
}
.prgrs li:after {
  position: absolute;
  z-index: -1;
  top: 21px;
  left: -40%;
  width: 80%;
  height: 3px;
  content: "";
  background-color: #C4C4C4;
  border-radius: 5px;
}
.prgrs li:first-child:after {
  content: none;
}
.prgrs li.prgrs-active {
  color: #003c96;
}
.prgrs li.prgrs-active:after {
  background-color: #003c96;
}
.prgrs li.prgrs-complete {
  color: #003c96;
}
.prgrs li.prgrs-complete:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f058";
  font-weight: 900;
  color: #003c96;
}
.prgrs li.prgrs-complete:after {
  background-color: #003c96;
}

.toggle-input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}
.toggle-label {
  width: 56px;
  height: 32px;
  background: #ccc;
  position: relative;
  display: inline-block;
  border-radius: 40px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: -4px;
}
.toggle-label:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  left: 3px;
  top: 4px;
  z-index: 2;
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.toggle-button {
  position: relative;
  width: 40px;
  height: 24px;
  margin: auto;
}
.toggle {
  /*-----------------------------------------------------------------------------------------*/
}
.toggle-flex {
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.3;
  background-color: rgba(255, 255, 255, 0.7);
  border: solid 1px #cccccc;
  border-radius: 3px;
}
.toggle-title {
  width: 75%;
}
.toggle-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 300px;
  height: 56px;
  line-height: 1.3;
  background-color: rgba(255, 255, 255, 0.7);
  border: solid 1px #cccccc;
  border-radius: 3px;
  padding: 8px 16px;
  margin: 8px 24px 40px 0;
}
.toggle-lo3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 32.88%;
  height: 64px;
  line-height: 1.3;
  background-color: rgba(255, 255, 255, 0.7);
  border: solid 1px #cccccc;
  border-radius: 3px;
  letter-spacing: 0.05em;
  padding: 8px 16px;
  margin: 2px;
}
.toggle-tracks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 35%;
  height: 64px;
  line-height: 1.3;
  background-color: rgba(255, 255, 255, 0.7);
  border: solid 1px #cccccc;
  border-radius: 3px;
  padding: 8px 16px;
  margin: 0 24px 24px 0;
}

.toggle-input:checked + .toggle-label {
  background-color: #3262ab;
}

.toggle-input:checked + .toggle-label:after {
  left: 28px;
}

.meta-edit {
  font-size: 1.2rem;
  margin-left: 24px;
  -webkit-transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.meta-edit:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f303";
  font-weight: 400;
  color: #3262ab;
  margin-right: 3px;
}
.meta-trdel {
  font-size: 1.2rem;
  -webkit-transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.meta-trdel2 {
  font-size: 1.2rem;
  padding-top: 12px;
  -webkit-transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.meta-dl {
  margin-right: 24px;
}
.meta-dt {
  margin-bottom: 8px;
}
.meta-dd {
  margin-bottom: 32px;
}
.meta-dd input {
  width: 90%;
}
.meta-dd textarea {
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
.meta-remarksarea {
  width: 70%;
  resize: none;
}
.meta-dataico:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f107";
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  top: 4px;
  right: 5px;
}
.meta-date {
  width: 184px;
}
.meta-number {
  width: 160px;
}
.meta-url {
  width: 65%;
}
.meta-pass {
  width: 25%;
}
.meta-price input {
  width: 96px;
  font-size: 1.5rem;
  text-align: right;
  margin-right: 5px;
  padding: 6px 10px;
}
.meta-salesarea {
  width: 296px;
}
.meta-mlength {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
}
.meta-mlength input {
  width: 48px;
}
.meta-cpnotation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.meta-cpnotation span {
  margin-right: 3px;
}
.meta-cpnotation input {
  margin-right: 5px;
}
.meta-cpnotation input:nth-child(2) {
  width: 56px;
}
.meta-cpnotation input:nth-child(3) {
  width: 70%;
}
.meta-mlengthdc:before {
  display: block;
  font-family: "Font Awesome 6 Pro";
  content: ":";
  font-weight: 900;
  text-align: bottom;
  font-size: 1.6rem;
  margin: 10px 5px 0;
}
.meta-countarea {
  margin: 0 16px;
}
.meta-ex {
  font-size: 1.1rem;
  color: #444;
  font-weight: 400;
  margin-left: 16px;
}
.meta-exalbm {
  font-size: 1.2rem;
  color: #f75252;
  line-height: 1.5;
  font-weight: 400;
  -webkit-font-feature-settings: "pkna";
          font-feature-settings: "pkna";
  letter-spacing: 0.005em;
  margin-bottom: 24px;
}
.meta-exmtrldl {
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
  -webkit-font-feature-settings: "pkna";
          font-feature-settings: "pkna";
  letter-spacing: 0.005em;
  margin-top: 24px;
}
.meta-exul {
  font-size: 1.3rem;
  padding: 12px;
  -webkit-font-feature-settings: "pkna";
          font-feature-settings: "pkna";
  letter-spacing: 0.005em;
  background-color: rgb(255, 255, 255);
  border-radius: 3px;
  margin-bottom: 32px;
}
.meta-exul li {
  list-style: inside;
  margin-bottom: 10px;
}
.meta-exul li:last-child {
  margin-bottom: 0;
}
.meta-datereflect {
  color: #3262ab;
  background-color: #fff;
  border: solid 1px #3262ab;
  border-radius: 3px;
  padding: 6px 16px;
  margin-top: 15px;
  -webkit-transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.meta-datereflect:hover {
  color: #fff;
  background-color: #3262ab;
}
.meta-materialsl {
  margin-right: 8px;
}
.meta-materialdl {
  color: #3262ab;
  font-weight: 500;
  background-color: #fff;
  border: solid 1.5px #3262ab;
  border-radius: 3px;
  padding: 5px 32px;
  -webkit-transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.meta-materialdl:hover {
  color: #fff;
  background-color: #3262ab;
}
.meta-rflctbtn {
  color: #3262ab;
  font-size: 1.1rem;
  font-weight: 500;
  background-color: #fff;
  border: solid 1px #3262ab;
  border-radius: 3px;
  padding: 1px 8px 2px;
  -webkit-transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  margin-left: 16px;
}
.meta-rflctbtn:hover {
  color: #fff;
  background-color: #3262ab;
}

._fileup input {
  border: solid 1px #CCCCCC;
  border-radius: 3px;
  padding: 5px;
}

.table {
  width: 100%;
  line-height: 1.5;
  border-collapse: collapse;
}
.table thead {
  background-color: #e9eef4;
}
.table tr {
  border: solid 1px #cccccc;
}
.table th {
  font-size: 1.3rem;
  font-weight: 500;
  text-align: left;
  padding: 8px 12px;
}
.table-num {
  margin: 16px;
}
.table-below {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  font-size: 1.3rem;
  padding: 16px 0 0;
}
.table-plsico:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f0fe";
  font-weight: 400;
  font-size: 1.6rem;
  color: #3262ab;
  vertical-align: middle;
  padding-right: 5px;
}
.table-ul {
  padding-left: 8px;
}
.table-ul li {
  list-style: outside;
}
.table-editico {
  font-size: 2rem;
}
.table-editico a {
  border: none;
}
.table-dlico {
  font-size: 2rem;
}
.table-dlico a {
  border: none;
}

.tbody {
  word-break: break-all;
  background-color: rgba(255, 255, 255, 0.7);
}
.tbody tr:nth-child(even) {
  background-color: rgba(102, 138, 192, 0.05);
}
.tbody td {
  padding: 12px;
  max-width: 450px;
}

._thSsize {
  width: 200px;
}

.th-highreso {
  line-height: 1;
}
.th-delialtit {
  width: 240px;
}
.th-jancode {
  width: 145px;
}
.th-status {
  width: 96px;
}
.th-name {
  width: 72px;
}
.th-stbtn {
  width: 180px;
}
.th {
  /*

    &-region { //deliverylist.html
      width: 120px;
      word-break: break-all;
    }

    &-deliverysite {
      width: 140px;
    }

    &-restrictions {
      width: 200px;
    }

    */
}
.th-comment {
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  white-space: pre-wrap;
}

._trhover:hover {
  background-color: #F8F8F8;
}

.radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
.radio-items {
  margin-right: 24px;
}
.radio-items input {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.paging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.4rem;
  font-weight: 500;
  margin: 0 auto;
}
.paging-num {
  border: solid 1px #cccccc;
  background-color: #fff;
  text-align: center;
  /*
      &:first-child {
        border-radius: 3px 0 0 3px;
      }

      &:last-child {
        border-radius: 0 3px 3px 0;
      }
  */
}
.paging-num a {
  display: inline-block;
  border: solid 1px #cccccc;
  color: #444;
  border: none;
  display: inline-block;
  padding: 10px 16px;
}
.paging-icon {
  font-size: 1.4rem;
  padding-bottom: 12px;
}
.paging-numdeco {
  border: solid 1px #cccccc;
  background-color: #fff;
  font-weight: 400;
  font-size: 1.6rem;
  width: 43px;
  height: 43px;
  text-align: center;
  padding: 12px 0 10px 0;
}

._pgcur, ._pgcur a {
  color: #fff;
  background-color: #3262ab;
}

._pghiiden {
  visibility: hidden;
}

.search-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search-area {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 3px;
  border: solid 1px #cccccc;
  padding: 8px;
  margin: 16px 0;
}
.search-area_ddex {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 3px;
  border: solid 1px #cccccc;
  padding: 8px;
  margin-bottom: 16px;
}
.search-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px;
}
.search-items input, .search-items select {
  border-radius: 3px;
  padding: 6px;
}
.search-sinput {
  width: 132px;
}
.search-title {
  margin-right: 4px;
}
.search-btn {
  display: block;
  width: 200px;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#3262ab), to(#284e88));
  background: linear-gradient(to bottom, #3262ab, #284e88 100%);
  border: none;
  border-radius: 3px;
  padding: 6px 0 8px 0;
  margin: 0 auto;
  -webkit-transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.search-btn_ddex {
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#3262ab), to(#284e88));
  background: linear-gradient(to bottom, #3262ab, #284e88 100%);
  border: none;
  border-radius: 3px;
  padding: 8px 16px;
  margin-left: 16px;
  -webkit-transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.search-exchk input[type=checkbox] {
  display: none;
}
.search-exchk input[type=checkbox] + label {
  position: relative;
  text-align: center;
  font-weight: 500;
  background-color: #fff;
  border: solid 1px #CCCCCC;
  border-radius: 3px;
  cursor: pointer;
  padding: 5px 7px 6px;
}
.search-exchk input[type=checkbox]:checked + label {
  background-color: #707070;
  color: #fff;
}

._sFromico {
  margin: 0 2px;
}

._sitemL {
  min-width: 320px;
}

.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  overflow: auto;
  opacity: 0;
  padding: 40px 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.modal-container.active {
  opacity: 1;
  visibility: visible;
}
.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 760px;
  width: 90%;
}
.modal-close {
  position: absolute;
  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;
  top: 15px;
  right: 20px;
  font-size: 1.6em;
  color: #9b9b9b;
  cursor: pointer;
}
.modal-close:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f00d";
  font-weight: 400;
}
.modal-content {
  background: #fff;
  text-align: left;
  border-radius: 8px;
  padding: 24px;
}
.modal-title {
  font-size: 1.6rem;
  margin-bottom: 24px;
}
.modal-filebox {
  border: solid 1px #CCCCCC;
  border-radius: 3px;
  margin-bottom: 8px;
}
.modal-files {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px;
}
.modal-files:hover {
  background-color: #EBEBEB;
}
.modal-fitems {
  width: 620px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.modal-delico {
  font-size: 1.8rem;
  cursor: pointer;
  -webkit-transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.modal-delico:hover {
  color: #f75252;
}
.modal-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}
.modal-dt {
  width: 128px;
  font-weight: 500;
  text-align: right;
  padding: 8px 16px;
}
.modal-Ldt {
  width: 184px;
  font-weight: 500;
  text-align: right;
  padding: 8px 16px;
}
.modal-dd {
  width: 160px;
}
.modal-dd input, .modal-dd select {
  width: 100%;
}
.modal-2layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal-submit {
  width: 280px;
  color: #fff;
  background-color: #3262ab;
  border: none;
  border-radius: 3px;
  padding: 8px 16px;
  margin: 24px 0 16px 128px;
  -webkit-transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.modal-tonlydd {
  width: 70%;
  padding: 8px 0;
}
.modal-tonlydd input, .modal-tonlydd select {
  width: 100%;
}
.modal-PRcontent {
  background: #fff;
  text-align: left;
  border-radius: 8px;
  padding: 32px;
}
.modal-PRbody {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 460px;
  font-size: 1.5rem;
}
.modal-PRtitle {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 32px;
}
.modal-PRtitle:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f06a";
  font-weight: 400;
  color: #e1ab10;
  margin-right: 8px;
}
.modal-PRpara {
  margin-bottom: 8px;
}
.modal-PRul {
  margin: 24px 0 40px;
}
.modal-PRul li {
  list-style: inside;
  margin-bottom: 8px;
}
.modal-PRsubmit {
  text-align: center;
}
.modal-PRsubmit button {
  width: 88px;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#3262ab), to(#284e88));
  background: linear-gradient(to bottom, #3262ab, #284e88 100%);
  border: none;
  border-radius: 3px;
  padding: 8px 16px;
  -webkit-transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.modal-PRsubmit button:hover {
  opacity: 0.8;
}

._msongtitle {
  font-weight: 700;
}

._mchkbox {
  width: 20px;
  padding-top: 7px;
}

.checkbox {
  width: 20px;
  height: 20px;
}

.tooltip {
  position: relative;
  -webkit-font-feature-settings: "pkna";
          font-feature-settings: "pkna";
  letter-spacing: 0.005em;
}
.tooltip-icon {
  font-size: 1.6rem;
  color: #3262ab;
  padding: 0 2px;
}

/* ツールチップ全体の設定 */
.tooltip::before,
.tooltip::after {
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* 吹き出しの本体 */
.tooltip::after {
  display: none;
  width: 180px;
  content: attr(data-tooltip);
  white-space: pre-wrap;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: #F8F8F8;
  border: solid 1px #003c96;
  border-radius: 3px;
  padding: 14px;
  -webkit-box-shadow: 0 1px 6px 0 rgba(87, 134, 228, 0.15);
          box-shadow: 0 1px 6px 0 rgba(87, 134, 228, 0.15);
}

/* マウスホバーしたときの設定 */
.tooltip:hover::after {
  display: block;
  top: -16px;
  left: 24px;
  opacity: 1;
  z-index: 1000;
}

.errortooltip {
  position: relative;
  -webkit-font-feature-settings: "pkna";
          font-feature-settings: "pkna";
  letter-spacing: 0.005em;
}
.errortooltip-icon {
  font-size: 1.6rem;
  color: #f75252;
  padding: 0 2px;
}

/* ツールチップ全体の設定 */
.errortooltip::before,
.errortooltip::after {
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* 吹き出しの本体 */
.errortooltip::after {
  display: none;
  width: 240px;
  content: attr(data-tooltip);
  white-space: pre-wrap;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: #F8F8F8;
  border: solid 1px #f75252;
  border-radius: 3px;
  padding: 14px;
  -webkit-box-shadow: 0 1px 6px 0 rgba(255, 101, 101, 0.15);
          box-shadow: 0 1px 6px 0 rgba(255, 101, 101, 0.15);
}

/* マウスホバーしたときの設定 */
.errortooltip:hover::after {
  display: block;
  top: -16px;
  left: 24px;
  opacity: 1;
  z-index: 1000;
}

.error-area {
  display: block;
  background-color: rgba(230, 92, 92, 0.2);
  border-radius: 3px;
  margin: 32px 0;
}
.error-item {
  color: #cc5252;
  list-style: inside;
  font-size: 1.5rem;
  line-height: 1.3;
  padding: 6px 12px;
}
.error-exclaarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.6;
  -webkit-font-feature-settings: "pkna";
          font-feature-settings: "pkna";
  letter-spacing: 0.006em;
  margin-bottom: 40px;
}
.error-exclaarea strong {
  font-size: 1.5rem;
  color: #2CAD99;
}
.error-exclamark {
  margin-right: 5px;
}
.error-exclamark:before {
  font-family: "Font Awesome 6 sharp";
  content: "\f06a";
  font-weight: 400;
  font-size: 2rem;
  margin-right: 8px;
}

.blist {
  padding-bottom: 40px;
}
.blist-caret {
  font-size: 1.5rem;
  padding: 0 8px;
}

.pricetable {
  table-layout: auto;
  line-height: 1.5;
  margin-bottom: 24px;
}
.pricetable th {
  width: 152px;
  color: #555;
  font-weight: 400;
  text-align: left;
  vertical-align: bottom;
  padding: 8px 0;
}
.pricetable th:first-child {
  width: 184px;
  color: #444;
}

.pricetbody-td input {
  width: 96px;
  margin-right: 5px;
}

._withtax input {
  border: solid 1px #E6E6E6;
}

.edit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
.edit-area {
  width: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 3px;
  padding: 24px;
  margin: 40px 0;
}
.edit-acotitle {
  font-size: 1.5rem;
  font-weight: 500;
  cursor: pointer;
}
.edit-acotitle:after {
  font-size: 1.8rem;
  font-family: "Font Awesome 6 Pro";
  content: "\f0d7";
  font-weight: 900;
  padding-left: 10px;
}
.edit-acocontent {
  display: none;
  padding-top: 24px;
}
.edit-acolabel {
  margin-right: 5px;
}
.edit-selectbox {
  font-size: 1.5rem;
  margin-right: 24px;
}
.edit-albmedbtn {
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#3262ab), to(#284e88));
  background: linear-gradient(to bottom, #3262ab, #284e88 100%);
  border: none;
  border-radius: 3px;
  padding: 8px 56px;
  margin: 24px 16px 0 0;
  -webkit-transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.edit-albmdebtn {
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#FF6565), to(#FF4F65));
  background: linear-gradient(to bottom, #FF6565, #FF4F65 100%);
  border: none;
  border-radius: 3px;
  padding: 8px;
  margin: 24px 0 0 0;
  -webkit-transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.edit-albmdelibtn {
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#3262ab), to(#284e88));
  background: linear-gradient(to bottom, #3262ab, #284e88 100%);
  border: none;
  border-radius: 3px;
  margin-right: 16px;
  padding: 6px 32px;
  -webkit-transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.caution {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  border: solid 1px #cccccc;
  border-radius: 3px;
  padding: 16px;
  margin-bottom: 16px;
}
.caution:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f06a";
  font-size: 1.6rem;
  font-weight: 400;
  margin-right: 8px;
}
.caution-inline {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.1rem;
  font-weight: 500;
  color: #999;
  border-radius: 3px;
  padding: 4px;
  margin-left: 16px;
}
.caution-inline:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f06a";
  font-size: 1.4rem;
  font-weight: 400;
  margin-right: 2px;
}
.caution-input {
  background-color: rgba(250, 213, 18, 0.4) !important;
}
.caution-private {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.4rem;
  background-color: rgba(250, 213, 18, 0.05);
  border: solid 1px #FAD512;
  border-radius: 3px;
  padding: 16px;
  margin: 16px 8px;
}
.caution-private:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f06a";
  color: #e1ab10;
  font-size: 1.6rem;
  font-weight: 400;
  margin-right: 8px;
}
.caution-strong {
  color: #003c96;
}

.tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
}
.tab-ddex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 16px 0 24px;
}
.tab-items {
  font-weight: 500;
  color: #3262ab;
  background-color: #fff;
  border: solid 1px #3262ab;
  padding: 6px 48px;
  -webkit-transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.tab-items:first-child {
  border-radius: 2px 0 0 2px;
}
.tab-items:last-child {
  border-radius: 0 2px 2px 0;
}
.tab-current {
  color: #fff;
  background-color: #3262ab;
  pointer-events: none;
}

.upload-area {
  border-radius: 3px;
  background-color: #fff;
  border: solid 1px #cccccc;
  padding: 24px;
  margin-bottom: 40px;
}
.upload-area:last-child {
  margin-bottom: 0;
}
.upload-areaitems {
  width: 50%;
}
.upload-para {
  padding-left: 24px;
  margin: 0 24px 16px 0;
}
.upload-para li {
  list-style: outside;
  margin-bottom: 8px;
}
.upload-input {
  background-color: #F8F8F8;
  padding: 12px 8px;
  margin: 0 24px 16px 0;
}
.upload-btn {
  width: 80%;
  color: #3262ab;
  font-weight: 500;
  background-color: #fff;
  border: solid 1px #3262ab;
  border-radius: 3px;
  padding: 6px;
  -webkit-transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.upload-btn:hover {
  color: #fff;
  background-color: #3262ab;
}
.upload-above {
  margin-bottom: 8px;
}
.upload-below {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.3rem;
}
.upload-filearea {
  height: 120px;
  border: solid 1px #cccccc;
  border-radius: 3px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 8px 16px;
  margin-bottom: 8px;
}
.upload-file {
  line-height: 1.2;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 8px;
}
.upload-confirm {
  color: #3262ab;
  cursor: pointer;
  -webkit-transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.upload-confirm:before {
  font-size: 1.6rem;
  vertical-align: middle;
  font-family: "Font Awesome 6 Pro";
  content: "\f06e";
  font-weight: 400;
  margin-right: 3px;
}
.upload-cnfmpara {
  border-bottom: solid 1px #3262ab;
  padding-bottom: 1px;
}
.upload-delete {
  color: #3262ab;
  border-bottom: solid 1px #3262ab;
  padding-bottom: 1px;
  cursor: pointer;
  -webkit-transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

._sfico:before {
  font-size: 1.6rem;
  font-family: "Font Awesome 6 Pro";
  content: "\f001";
  font-weight: 900;
  margin-right: 8px;
}

._hrico:before {
  font-size: 1.6rem;
  font-family: "Font Awesome 6 Pro";
  content: "\f001";
  font-weight: 400;
  margin-right: 8px;
}

._jico:before {
  font-size: 1.6rem;
  font-family: "Font Awesome 6 Pro";
  content: "\f03e";
  font-weight: 900;
  margin-right: 8px;
}

._mvico:before {
  font-size: 1.6rem;
  font-family: "Font Awesome 6 Pro";
  content: "\f03d";
  font-weight: 900;
  margin-right: 8px;
}

._mfico:before {
  font-size: 1.6rem;
  font-family: "Font Awesome 6 Pro";
  content: "\f1c3";
  font-weight: 900;
  margin-right: 8px;
}

.trupload-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 32px;
}
.trupload-uparea {
  margin-right: 24px;
}
.trupload-resultarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.trupload-upbtn {
  color: #3262ab;
  font-weight: 500;
  background-color: #fff;
  border: solid 1px #3262ab;
  border-radius: 3px;
  padding: 6px 32px;
  -webkit-transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.trupload-upbtn:hover {
  color: #fff;
  background-color: #3262ab;
}
.trupload-resultit {
  font-size: 1.2rem;
  margin-bottom: 8px;
}
.trupload-result {
  width: 360px;
  border: solid 1px #CCCCCC;
  background-color: rgb(255, 255, 255);
  border-radius: 3px;
  padding: 8px;
  margin-right: 8px;
}
.trupload-delbtn {
  color: #3262ab;
  font-size: 1.2rem;
  border-bottom: solid 1px #3262ab;
  padding: 0 2px 2px 2px;
  cursor: pointer;
}
.trupload-delbtn:hover {
  opacity: 0.6;
}
.trupload-savebtn {
  width: 192px;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#3262ab), to(#284e88));
  background: linear-gradient(to bottom, #3262ab, #284e88 100%);
  font-weight: 500;
  font-size: 1.4rem;
  border: none;
  border-radius: 3px;
  padding: 6px 0;
  -webkit-transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  margin-right: 32px;
}
.trupload-savebtn[disabled] {
  color: #fff;
  background: #BEBEBE;
  pointer-events: none;
}
.trupload-backlink {
  margin-left: 10px;
}

._sfico:before {
  font-size: 1.6rem;
  font-family: "Font Awesome 6 Pro";
  content: "\f001";
  font-weight: 900;
  margin-right: 8px;
}

._hrico:before {
  font-size: 1.6rem;
  font-family: "Font Awesome 6 Pro";
  content: "\f001";
  font-weight: 400;
  margin-right: 8px;
}

._jico:before {
  font-size: 1.6rem;
  font-family: "Font Awesome 6 Pro";
  content: "\f03e";
  font-weight: 900;
  margin-right: 8px;
}

._mvico:before {
  font-size: 1.6rem;
  font-family: "Font Awesome 6 Pro";
  content: "\f03d";
  font-weight: 900;
  margin-right: 8px;
}

._mfico:before {
  font-size: 1.6rem;
  font-family: "Font Awesome 6 Pro";
  content: "\f1c3";
  font-weight: 900;
  margin-right: 8px;
}

.albmli {
  border: solid 1px #cccccc;
  margin: 32px 0;
}
.albmli-title {
  font-size: 1.3rem;
  background-color: #e9eef4;
  padding: 12px;
  cursor: pointer;
}
.albmli-title:after {
  font-family: "Font Awesome 6 pro";
  content: "\f107";
  font-weight: 400;
  font-size: 1.6rem;
  margin-left: 10px;
}
.albmli-area {
  display: none;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 8px;
}
.albmli-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.3rem;
}
.albmli-dt {
  width: 160px;
  line-height: 1.5;
  padding: 12px 8px;
}
.albmli-dd {
  padding: 10px;
}
.albmli-dd textarea {
  resize: none;
  outline: none;
}
.albmli-stbtn {
  font-size: 1.2rem;
  color: #fff;
  border: none;
  border-radius: 3px;
  background: -webkit-gradient(linear, left top, left bottom, from(#3262ab), to(#284e88));
  background: linear-gradient(to bottom, #3262ab, #284e88 100%);
  padding: 5px 16px 7px 16px;
  -webkit-transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.login-body {
  background-color: #F8F8F8;
}
.login-area {
  width: 360px;
  background-color: #fff;
  border-radius: 8px;
  border: solid 1px #cccccc;
  padding: 40px;
  margin: 80px auto;
}
.login-title {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: -0.5px;
  border-left: 7px solid #003c96;
  padding: 1px 10px 3px;
  margin-bottom: 40px;
}
.login-stitle {
  margin-bottom: 8px;
}
.login-textbox input {
  width: 100%;
}
.login-items {
  margin-bottom: 40px;
}
.login-username {
  margin-bottom: 16px;
}
.login-btn {
  width: 100%;
  color: #fff;
  background-color: #003c96;
  border: none;
  border-radius: 3px;
  padding: 8px;
  -webkit-transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.download-body {
  min-height: 100vh;
  position: relative;
  padding-bottom: 60px;
}
.download-hlogo {
  width: 96px;
}
.download-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: #e9eef4;
  padding: 12px 56px;
}
.download-wrapper {
  width: 640px;
  margin: 56px auto;
}
.download-h1 {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 24px;
}
.download-container {
  background-color: #fff;
  border-radius: 3px;
  padding: 40px;
}
.download-dt {
  margin-bottom: 12px;
}
.download-dd {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 32px;
}
.download-btn {
  width: 264px;
  color: #fff;
  background-color: #003c96;
  border: none;
  border-radius: 3px;
  padding: 8px 0;
  -webkit-transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.download-btn[disabled] {
  color: #fff;
  background-color: #BEBEBE;
  pointer-events: none;
}
.download-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  background-image: url("../img/img_title_bg.png");
  padding: 32px 0 24px;
}

.strming-h2 {
  width: 328px;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 48px;
  /*
  &:after {
    font-family: "Font Awesome 6 pro";
    content: "\f0d7";
    font-weight: 900;
    font-size: 1.8rem;
    margin-left: 10px;
  }
  */
}
.strming-h3 {
  width: 328px;
  color: #3262ab;
  font-weight: 500;
  padding: 16px 8px;
  -webkit-transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.strming-h3:after {
  font-family: "Font Awesome 6 pro";
  content: "\f0d7";
  font-weight: 900;
  font-size: 1.8rem;
  margin-left: 10px;
}
.strming-h3tktk {
  width: 328px;
  color: #3262ab;
  font-weight: 500;
}
.strming-datebox {
  border: solid 1px #cccccc;
  margin: 8px 0;
}
.strming-deliveryarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.strming-deliveryitms {
  border: solid 1px #cccccc;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 6px;
  margin: 6px;
}
.strming-deliveryitms dl {
  margin-right: 0;
}
.strming-deliveryitms dd {
  margin-bottom: 0;
}
.strming-dateitms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 12px;
}
.strming-editarea {
  display: block;
}
.strming-stitle {
  color: #003c96;
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 16px;
}
.strming-stitle2 {
  color: #003c96;
  font-size: 1.3rem;
  font-weight: 500;
  padding: 8px;
}
.strming-dt {
  font-size: 1.3rem;
  font-weight: 400;
  margin: 4px 0 8px 0;
}
.strming-horizon {
  border-bottom: solid 1px #F8F8F8;
  margin: 12px 0;
}
.strming-horizon2 {
  border-bottom: solid 1px #F8F8F8;
  margin: 16px 0;
}
.strming-chkbox {
  width: 24px;
  height: 24px;
  margin-top: 5px;
}
.strming-addderively {
  font-size: 1.1rem;
  font-weight: 400;
  border: solid 1px #3262ab;
  background-color: #f7f9fb;
  border-radius: 3px;
  padding: 3px 5px;
  cursor: pointer;
  float: right;
}
.strming-addderively:before {
  font-family: "Font Awesome 6 pro";
  content: "+";
  font-weight: 900;
  font-size: 1.1rem;
  margin-right: 3px;
}
.strming-rmvderively {
  font-size: 1.1rem;
  font-weight: 400;
  color: #3262ab;
  border: solid 1px #3262ab;
  background-color: #f7f9fb;
  border-radius: 3px;
  margin: 8px 8px 0 0;
  padding: 3px 5px;
  cursor: pointer;
  float: right;
}
.strming-rmvderively:before {
  font-family: "Font Awesome 6 pro";
  content: "\f068";
  font-weight: 900;
  font-size: 1rem;
  margin-right: 3px;
}
.strming-tkadbtnarea {
  margin: 28px 0 0 16px;
}
.strming-tkadbtn {
  color: #3262ab;
  border: solid 1px #3262ab;
  border-radius: 2px;
  background-color: #fff;
  margin-top: -10px;
  padding: 4px 24px 5px;
  -webkit-transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.strming-tkadbtn:hover {
  color: #fff;
  background-color: #3262ab;
}
.strming-tkupbtnarea {
  text-align: right;
  padding: 0 24px 5px 0;
}
.strming-tkupbtn {
  color: #3262ab;
  border: solid 1px #3262ab;
  border-radius: 2px;
  background-color: #fff;
  margin-top: -10px;
  padding: 1px 20px 3px;
  -webkit-transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.strming-tkupbtn:hover {
  color: #fff;
  background-color: #3262ab;
}
.strming-tkdlbtn {
  color: #fff;
  color: #f75252;
  border: solid 1px #f75252;
  border-radius: 2px;
  background-color: #fff;
  padding: 1px 20px 3px;
  margin-left: 8px;
  -webkit-transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.strming-tkdlbtn:hover {
  color: #fff;
  background-color: #f75252;
}

.ddex {
  margin: 8px 0 24px;
}
.ddex-dlarea {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 360px 1fr;
  grid-template-columns: 360px 1fr;
  margin-bottom: 40px;
}
.ddex-noteul {
  -webkit-font-feature-settings: "pkna";
          font-feature-settings: "pkna";
  letter-spacing: 0.005em;
  line-height: 1.5;
  padding: 24px;
}
.ddex-noteul li {
  list-style: outside;
  margin-bottom: 4px;
}
.ddex-noteul_help {
  -webkit-font-feature-settings: "pkna";
          font-feature-settings: "pkna";
  letter-spacing: 0.005em;
  line-height: 1.5;
  margin-left: 28px;
  padding: 24px 0 8px;
}
.ddex-noteul_help li {
  list-style: outside;
  margin-bottom: 4px;
}
.ddex-dl {
  margin-bottom: 24px;
}
.ddex-dl dt {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 8px;
}
.ddex-dl input {
  width: 80%;
  border: solid 1px #CCCCCC;
  border-radius: 3px;
  padding: 8px;
}
.ddex-dl_inputxt {
  width: 200px !important;
}
.ddex-dl_checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
.ddex-dl_checkbox dt {
  width: 136px;
  font-size: 1.6rem;
  font-weight: 500;
}
.ddex-dl_material {
  background-color: #fff;
  border-radius: 3px;
  padding: 16px;
}
.ddex-dl_material dt {
  font-weight: 500;
  margin-bottom: 8px;
}
.ddex-dl_meta {
  margin-bottom: 40px;
}
.ddex-dl_meta dt {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 8px;
}
.ddex-dl_meta dd {
  margin-bottom: 12px;
}
.ddex-dl_meta input {
  width: 80%;
  border: solid 1px #CCCCCC;
  border-radius: 3px;
  padding: 5px;
}
.ddex-material {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 3px;
  padding: 4px 8px;
}
.ddex-material:hover {
  background-color: #EBEBEB;
}
.ddex-material_deleate {
  margin-left: 16px;
}
.ddex-material_deleate:after {
  font-family: "Font Awesome 6 pro";
  content: "\f146";
  font-weight: 900;
  font-size: 1.6rem;
}
.ddex-material_deleate:hover {
  color: #f75252;
  cursor: pointer;
}
.ddex-template {
  color: #003c96;
}
.ddex-template:before {
  font-family: "Font Awesome 6 pro";
  content: "\f56d";
  font-weight: 400;
  font-size: 1.6rem;
  margin-right: 5px;
}
.ddex-chkarea_service {
  margin-bottom: 24px;
}
.ddex-chkarea_service_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ddex-chktit {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 8px;
}
.ddex-allchk {
  margin-right: 16px;
}
.ddex-chkitms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px;
}
.ddex-chckarea {
  font-size: 1.6rem;
  margin-bottom: 24px;
}
.ddex-chck {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 10px;
  cursor: pointer;
}
.ddex-chck input {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.ddex-chck:has(input[type=checkbox]:checked) {
  font-weight: 500;
  color: #3262ab;
  border-radius: 3px;
}
.ddex-filebtn {
  width: 160px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #003c96;
  background-color: #fff;
  border: solid 1px #003c96;
  border-radius: 3px;
  padding: 8px 0;
  -webkit-transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.ddex-filebtn[disabled] {
  color: #fff;
  background: #BEBEBE;
  pointer-events: none;
}
.ddex-filebtn:hover {
  color: #fff;
  background-color: #003c96;
}
.ddex-setbtn {
  width: 160px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#3262ab), to(#284e88));
  background: linear-gradient(to bottom, #3262ab, #284e88 100%);
  border: none;
  border-radius: 3px;
  padding: 8px 0;
  margin-top: 32px;
  -webkit-transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.ddex-setbtn[disabled] {
  color: #fff;
  background: #BEBEBE;
  pointer-events: none;
}
.ddex-setbtn:hover {
  opacity: 0.8;
}
.ddex-albmDLbtn {
  font-size: 2.2rem;
  -webkit-transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.ddex-albmDLbtn:before {
  font-family: "Font Awesome 6 pro";
  content: "\f56d";
  font-weight: 300;
}
.ddex-albmDLbtn:hover {
  opacity: 0.6;
}
.ddex-updatebtn {
  font-size: 1.3rem;
  background-color: #fff;
  border: solid 1px #3262ab;
  border-radius: 3px;
  -webkit-transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  padding: 4px 8px;
  margin-left: 16px;
}
.ddex-updatebtn:hover {
  color: #fff;
  background-color: #3262ab;
}
.ddex-albmtable {
  width: 100%;
  text-align: left;
  line-height: 1.5;
  border-collapse: collapse;
}
.ddex-albmtable thead {
  background-color: #e9eef4;
}
.ddex-albmtable tr {
  border: solid 1px #cccccc;
}
.ddex-albmtable tr:hover {
  background-color: #e9eef4;
}
.ddex-albmtable th {
  font-size: 1.3rem;
  font-weight: 500;
  white-space: nowrap;
  padding: 8px 16px;
}
.ddex-albmtable td {
  background-color: #fff;
  padding: 8px 16px;
}
.ddex-table_checkedarea {
  text-align: center;
  background-color: #e9eef4;
  border-radius: 3px;
  font-weight: 500;
  padding: 8px 0;
  margin-top: 32px;
}
.ddex-table_checkedarea a {
  color: #003c96;
  border-bottom: solid 1px #003c96;
  margin-left: 16px;
}
.ddex-table_above {
  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;
  padding: 8px 0;
}
.ddex-albmtable_above {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 8px 0;
}
.ddex-albmtable_sort {
  border-radius: 3px;
  padding: 8px;
}
.ddex-albmtable_order {
  width: 100%;
  text-align: left;
  line-height: 1.5;
  border-collapse: collapse;
}
.ddex-albmtable_order thead {
  background-color: #e9eef4;
}
.ddex-albmtable_order tr {
  border: solid 1px #cccccc;
}
.ddex-albmtable_order tr:hover {
  background-color: #e9eef4;
}
.ddex-albmtable_order th {
  font-size: 1.3rem;
  font-weight: 500;
  white-space: nowrap;
  padding: 8px 16px;
}
.ddex-albmtable_order td {
  background-color: #fff;
  padding: 8px 16px;
}
.ddex-albmtable_albm {
  width: 100%;
  text-align: left;
  line-height: 1.6;
  border-collapse: collapse;
  margin-bottom: 24px;
}
.ddex-albmtable_albm thead {
  background-color: #e9eef4;
}
.ddex-albmtable_albm tr {
  border: solid 1px #cccccc;
}
.ddex-albmtable_albm th {
  font-size: 1.3rem;
  font-weight: 500;
  white-space: nowrap;
  padding: 8px 12px;
}
.ddex-albmtable_albm th:nth-child(1) {
  width: 40px;
}
.ddex-albmtable_albm th:nth-child(2) {
  width: 64px;
}
.ddex-albmtable_albm th:nth-child(3) {
  width: 168px;
}
.ddex-albmtable_albm th:nth-child(5) {
  width: 180px;
}
.ddex-albmtable_albm th:nth-child(6) {
  width: 96px;
}
.ddex-albmtable_albm th:nth-child(7) {
  width: 184px;
}
.ddex-albmtable_albm th:nth-child(8) {
  width: 120px;
}
.ddex-albmtable_albm th:nth-child(9) {
  width: 40px;
}
.ddex-albmtable_albm td {
  background-color: #fff;
  vertical-align: middle;
  padding: 10px 12px;
}
.ddex-albmtable_albm td:nth-child(6) {
  word-break: break-all;
}
.ddex-albmtable_spotify {
  width: 100%;
  text-align: left;
  line-height: 1.6;
  border-collapse: collapse;
  margin-bottom: 24px;
}
.ddex-albmtable_spotify thead {
  background-color: #e9eef4;
}
.ddex-albmtable_spotify tr {
  border: solid 1px #cccccc;
}
.ddex-albmtable_spotify th {
  font-size: 1.3rem;
  font-weight: 500;
  white-space: nowrap;
  padding: 8px 12px;
}
.ddex-albmtable_spotify th:nth-child(1) {
  width: 40px;
}
.ddex-albmtable_spotify th:nth-child(2) {
  width: 168px;
}
.ddex-albmtable_spotify th:nth-child(4) {
  width: 120px;
}
.ddex-albmtable_spotify th:nth-child(5) {
  width: 96px;
}
.ddex-albmtable_spotify th:nth-child(6) {
  width: 96px;
}
.ddex-albmtable_spotify th:nth-child(7) {
  width: 120px;
}
.ddex-albmtable_spotify td {
  background-color: #fff;
  vertical-align: middle;
  padding: 10px 12px;
}
.ddex-albmtable_spotify td:nth-child(6) {
  word-break: break-all;
}
.ddex-tbalbmUPC {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
}
.ddex-tbalbmUPC span {
  font-size: 1.4rem;
  margin-left: 8px;
}
.ddex-albmsettingarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ddex-albmsettingarea select {
  border-radius: 3px;
  padding: 6px;
}
.ddex-albmsettingarea button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#3262ab), to(#284e88));
  background: linear-gradient(to bottom, #3262ab, #284e88 100%);
  border: solid 1px #003c96;
  border-radius: 3px;
  padding: 8px 16px;
  margin-left: 8px;
  -webkit-transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.ddex-albmsettingarea button:hover {
  opacity: 0.8;
}
.ddex-tbpriority {
  color: #003c96;
  font-weight: 700;
  white-space: nowrap;
  background-color: #e5ebf4;
  border-radius: 3px;
  padding: 2px 4px;
}
.ddex-tbsuccess {
  color: #259D63;
  font-weight: 700;
}
.ddex-tberror {
  color: #E84233;
  font-weight: 700;
}
.ddex-tbcaution {
  color: #e1ab10;
  font-weight: 700;
}
.ddex-albmtable_orderDelete {
  color: #fff;
  background-color: #f75252;
  border: none;
  border-radius: 3px;
  padding: 4px 8px;
}
.ddex-albmtable_orderDelete:hover {
  opacity: 0.7;
}
.ddex-helpcontainer {
  margin-bottom: 48px;
}
.ddex-helph2 {
  font-size: 2rem;
  margin-bottom: 16px;
}
.ddex-helph3_status {
  margin-bottom: 8px;
}
.ddex-helppara {
  -webkit-font-feature-settings: "pkna";
          font-feature-settings: "pkna";
  letter-spacing: 0.005em;
  line-height: 1.5;
  margin-bottom: 32px;
}
.ddex-helpimg {
  width: 80%;
}

._ddextbService {
  width: 190px;
}

._ddextbPOS {
  width: 160px;
}

._ddextbTrack {
  width: 40px;
}