@charset "UTF-8";
/*
	フォントrem換算
*/
* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  background-color: #F5F5F5;
  color: #4D4D4D;
  font-family: "メイリオ", "Meiryo", sans-serif;
  line-height: 1.85;
}

a {
  color: #22B5B6;
  text-decoration: none;
  transition: all 0.1s linear;
}
a:hover {
  text-decoration: underline;
}

img {
  display: block;
  height: auto;
  width: 100%;
}

button {
  transition: all 0.1s linear;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.l-wrapper {
  min-width: 1024px;
  padding-top: 48px;
}

.l-contents {
  padding: 24px;
}

.l-app-contents {
  display: flex;
  justify-content: space-between;
}
.l-app-contents .l-app-main {
  background-color: #FFF;
  border-radius: 8px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
  padding-bottom: 56px;
  position: relative;
  width: calc(100% - 218px);
  max-width: 880px;
  margin: 0 auto;
}
.l-app-contents .l-app-main.-index {
  padding-bottom: 0;
}
.l-app-contents .l-app-side {
  width: 186px;
}

.l-sidenav_contents {
  position: relative;
}
.l-sidenav_contents .l-sidenav_contents-navi {
  left: 0;
  position: absolute;
  top: 0;
  width: 218px;
}
.l-sidenav_contents .l-sidenav_contents-navi.is-fixed {
  left: 24px;
  position: fixed;
  top: 76px;
}
.l-sidenav_contents .l-sidenav_contents-body {
  padding-left: 242px;
}
.l-sidenav_contents .l-sidenav_contents-body.-wide {
  padding-left: 0;
}

.l-header {
  background-color: #FFF;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
  height: 48px;
  left: 0;
  min-width: 1024px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.l-header .c-header-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 16px;
}
.l-header .c-header-inner .c-header-logo {
  left: 8px;
  display: flex;
  align-items: center;
  gap: 1rem;
  top: 8px;
}
.l-header .c-header-inner .c-header-logo .c-home-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #666;
  text-decoration: none;
  transition: all 0.2s ease;
}
.l-header .c-header-inner .c-header-logo .c-home-icon:hover {
  background: #e9e9e9;
  color: #333;
}
.l-header .c-header-inner .c-header-logo .c-home-icon i {
  font-size: 18px;
}
.l-header .c-header-inner .c-header-logo .c-logo img {
  height: 32px;
  width: auto;
}
.l-header .c-header-inner .c-header-info {
  align-items: center;
  display: flex;
}
.l-header .c-header-inner .c-header-info dl {
  border: 1px solid #22B5B6;
  border-radius: 4px;
  display: flex;
  height: 32px;
  font-size: 0.8125rem;
  line-height: 32px;
  margin: 0;
}
.l-header .c-header-inner .c-header-info dl:last-of-type {
  margin-left: 8px;
}
.l-header .c-header-inner .c-header-info dl dt {
  background-color: #22B5B6;
  color: #FFF;
  padding: 0 8px;
  white-space: nowrap;
}
.l-header .c-header-inner .c-header-info dl dd {
  margin: 0;
  padding: 0 8px;
  white-space: nowrap;
}
.l-header .c-header-inner .c-header-navi {
  align-items: center;
  display: flex;
  flex-direction: row;
}
.l-header .c-header-inner .c-header-navi .c-header-navi-tooltip .c-header-navi-tooltip-btn {
  background-color: transparent;
  border: none;
  color: #C4C4C4;
  display: block;
}
.l-header .c-header-inner .c-header-navi .c-header-navi-tooltip .c-header-navi-tooltip-btn i {
  font-size: 20px;
}
.l-header .c-header-inner .c-header-navi .c-header-navi-tooltip .c-header-navi-tooltip-btn:hover {
  color: #22B5B6;
  cursor: pointer;
}
.l-header .c-header-inner .c-header-navi .c-header-navi-tooltip .c-header-navi-tooltip-card {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  background: white;
  border: none;
  border-radius: 5px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  min-width: 280px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 1001;
}
.l-header .c-header-inner .c-header-navi .c-header-navi-tooltip .c-header-navi-tooltip-card .c-tooltip-list {
  list-style: none;
  padding: 8px;
  margin: 0;
}
.l-header .c-header-inner .c-header-navi .c-header-navi-tooltip .c-header-navi-tooltip-card .c-tooltip-list li {
  margin: 0;
}
.l-header .c-header-inner .c-header-navi .c-header-navi-tooltip .c-header-navi-tooltip-card .c-tooltip-list li a {
  display: block;
  padding: 8px;
  color: #333;
  text-decoration: none;
  font-size: 12px;
  line-height: 1.4;
  transition: background 0.2s ease;
}
.l-header .c-header-inner .c-header-navi .c-header-navi-tooltip .c-header-navi-tooltip-card .c-tooltip-list li a:hover {
  background: rgb(245, 245, 245);
}
.l-header .c-header-inner .c-header-navi .c-header-navi-tooltip:hover .c-header-navi-tooltip-card {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.l-header .c-header-inner .c-header-account {
  cursor: pointer;
  margin: 8px;
  position: relative;
}
.l-header .c-header-inner .c-header-account .c-header-account-name {
  cursor: pointer;
  align-items: center;
  background-color: transparent;
  border: none;
  display: flex;
  height: 32px;
  padding: 4px;
  border-radius: 4px;
}
.l-header .c-header-inner .c-header-account .c-header-account-name:hover {
  background-color: #EAEAEA;
}
.l-header .c-header-inner .c-header-account .c-header-account-name i {
  color: #22B5B6;
  font-size: 26px;
}
.l-header .c-header-inner .c-header-account .c-header-account-name span {
  color: #4D4D4D;
  font-size: 13px;
  margin-left: 4px;
}
.l-header .c-header-inner .c-header-account .c-header-account-name.has-new:before {
  background-color: #DE1515;
  border-radius: 4px;
  content: "";
  height: 8px;
  position: absolute;
  left: 20%;
  top: 2;
  width: 8px;
}
.l-header .c-header-inner .c-header-account .c-header-account-menu {
  color: #FFF;
  font-size: 0.8125rem;
  min-width: 180px;
  opacity: 0;
  padding: 16px 0 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 100%;
  transition: opacity 0.1s linear;
}
.l-header .c-header-inner .c-header-account .c-header-account-menu ul {
  background-color: #4D4D4D;
  border-top: 1px solid #686868;
  list-style: none;
  margin: 0;
  padding: 8px 0;
}
.l-header .c-header-inner .c-header-account .c-header-account-menu ul:first-of-type {
  border-top: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.l-header .c-header-inner .c-header-account .c-header-account-menu ul:last-of-type {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.l-header .c-header-inner .c-header-account .c-header-account-menu ul li {
  padding: 0 8px;
  margin: 0;
}
.l-header .c-header-inner .c-header-account .c-header-account-menu ul li a {
  border-radius: 4px;
  color: #FFF;
  display: block;
  padding: 8px;
  white-space: nowrap;
}
.l-header .c-header-inner .c-header-account .c-header-account-menu ul li a .bx {
  font-size: 20px;
  margin-right: 4px;
  position: relative;
  top: 4px;
}
.l-header .c-header-inner .c-header-account .c-header-account-menu ul li a .bx.bx-link-external {
  font-size: 12px;
  margin: 0 0 0 4px;
  top: 0;
}
.l-header .c-header-inner .c-header-account .c-header-account-menu ul li a:hover {
  background-color: rgba(255, 255, 255, 0.16);
  text-decoration: none;
}
.l-header .c-header-inner .c-header-account:hover .c-header-account-menu {
  opacity: 1;
  pointer-events: visible;
  cursor: auto;
}

.show-important {
  padding-top: 80px;
}
.show-important .l-header {
  top: 32px;
}

.l-important {
  background-color: #FFEBEC;
  color: #DE1515;
  font-size: 0.75rem;
  height: 32px;
  left: 0;
  line-height: 32px;
  padding: 0 24px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.l-important p {
  margin: 0;
  text-align: center;
}

.l-info {
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.l-info .c-info-inner {
  background-color: #FFF;
  height: 100%;
  left: 100%;
  overflow-y: auto;
  padding: 48px 24px 24px;
  position: fixed;
  top: 0;
  transform: translateX(0);
  transition: transform 0.4s ease-out;
  width: 360px;
}
.l-info .c-info-inner .c-info-btn-close {
  color: #22B5B6;
  cursor: pointer;
  font-size: 32px;
  position: absolute;
  right: 24px;
  top: 8px;
  transition: opacity 0.1s linear;
}
.l-info .c-info-inner .c-info-btn-close:hover {
  opacity: 0.6;
}
.l-info .c-info-inner .c-info-list .c-info-item {
  border-top: 1px solid #CECECE;
  padding: 16px 0;
}
.l-info .c-info-inner .c-info-list .c-info-item time {
  color: #22B5B6;
  font-size: 0.6875rem;
  font-weight: bold;
}
.l-info .c-info-inner .c-info-list .c-info-item .c-info-title {
  font-weight: bold;
  margin: 0 0 12px;
}
.l-info .c-info-inner .c-info-list .c-info-item .c-info-text {
  font-size: 0.875rem;
  margin: 0;
}
.l-info.is-show {
  opacity: 1;
  pointer-events: visible;
}
.l-info.is-show .c-info-inner {
  transform: translateX(-100%);
}

.bg-gra {
  background: linear-gradient(45deg, #22B5B6 0%, #B8EAEA 100%);
}

.l-login_card {
  background-color: #FFF;
  border-radius: 8px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
  left: 50%;
  padding: 56px 64px 64px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 640px;
}
.l-login_card .l-login_card-header .l-login_card-logo a img {
  width: 114px;
}
.l-login_card .l-login_card-content .l-login_card-heading {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 0 4px;
}
.l-login_card .l-login_card-content .l-login_card-text {
  margin: 0 0 24px;
}
.l-login_card .l-login_card-content .c-text-announce {
  background-color: #EAEAEA;
  border-left: 4px solid #22B5B6;
  border-radius: 4px;
  font-size: 0.875rem;
  margin-bottom: 24px;
  padding: 4px 16px 4px 12px;
}
.l-login_card .l-login_card-content .c-text-announce.-error {
  background-color: #FFEBEC;
  border-color: #DE1515;
  color: #DE1515;
}
.l-login_card .l-login_card-content label {
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
}
.l-login_card .l-login_card-content .c-button-login {
  cursor: pointer;
  background-color: #22B5B6;
  border: 1px solid #22B5B6;
  border-radius: 4px;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  height: 64px;
  line-height: 64px;
  text-align: center;
  width: 100%;
  display: block;
}
.l-login_card .l-login_card-content .c-button-login:hover {
  background-color: #FFF;
  color: #22B5B6;
  text-decoration: none;
}
.l-login_card .l-login_card-content .l-login_card-help_link {
  font-size: 0.875rem;
}
.l-login_card .l-login_card-footer {
  text-align: right;
}
.l-login_card .l-login_card-footer .l-login_card-footer-item {
  color: #4D4D4D;
  font-size: 0.75rem;
  margin-left: 8px;
}

.is-404 .l-login_card .l-login_card-header,
.is-503 .l-login_card .l-login_card-header,
.is-maintenance .l-login_card .l-login_card-header {
  line-height: 1;
}
.is-404 .l-login_card .l-login_card-header .l-login_card-logo,
.is-503 .l-login_card .l-login_card-header .l-login_card-logo,
.is-maintenance .l-login_card .l-login_card-header .l-login_card-logo {
  text-align: center;
}
.is-404 .l-login_card .l-login_card-header .l-login_card-logo img,
.is-503 .l-login_card .l-login_card-header .l-login_card-logo img,
.is-maintenance .l-login_card .l-login_card-header .l-login_card-logo img {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.is-404 .l-login_card .l-login_card-content .l-login_card-heading,
.is-503 .l-login_card .l-login_card-content .l-login_card-heading,
.is-maintenance .l-login_card .l-login_card-content .l-login_card-heading {
  font-size: 2.5rem;
  color: #22B5B6;
  margin-bottom: 24px;
}
.is-404 .l-login_card .l-login_card-content .l-login_card-heading span,
.is-503 .l-login_card .l-login_card-content .l-login_card-heading span,
.is-maintenance .l-login_card .l-login_card-content .l-login_card-heading span {
  font-size: 6.875rem;
  line-height: 1;
  position: relative;
  top: 1rem;
}
.is-404 .l-login_card .l-login_card-content .l-login_card-text:last-of-type,
.is-503 .l-login_card .l-login_card-content .l-login_card-text:last-of-type,
.is-maintenance .l-login_card .l-login_card-content .l-login_card-text:last-of-type {
  margin-bottom: 40px;
}

.is-maintenance .l-login_card .l-login_card-content .l-login_card-heading {
  font-size: 4.5rem;
  line-height: 1.3;
}
.is-maintenance .l-login_card .l-login_card-content .l-login_card-heading span {
  font-size: 3rem;
  top: 1rem;
}

.l-announce .c-error-item {
  background-color: #FFEBEC;
  color: #DE1515;
  display: flex;
  font-size: 12px;
  padding: 0 24px;
}
.l-announce .c-error-item.-success {
  background-color: #DFEAE1;
  color: #179661;
}
.l-announce .c-error-item.-info {
  background-color: #E4EFEF;
  color: #22B5B6;
}
.l-announce .c-error-item .bxs-error-circle,
.l-announce .c-error-item .bxs-check-circle,
.l-announce .c-error-item .bxs-info-circle {
  font-size: 22px;
  position: relative;
  top: 0.5em;
  width: 24px;
}
.l-announce .c-error-item p {
  padding: 0 8px;
  width: calc(100% - 44px);
}
.l-announce .c-error-item .bx-x.c-error-close {
  cursor: pointer;
  font-size: 26px;
  position: relative;
  top: 0.4em;
  transition: opacity 0.1s linear;
  width: 20px;
}
.l-announce .c-error-item .bx-x.c-error-close:hover {
  opacity: 0.5;
}

.l-flow_navi {
  background-color: #F5F5F5;
  border-bottom: #CECECE 1px solid;
}
.l-flow_navi .c-flow_navi-list {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 8px;
  position: relative;
}
.l-flow_navi .c-flow_navi-list:before {
  background-color: #C4C4C4;
  content: "";
  display: block;
  height: 2px;
  left: 8px;
  position: absolute;
  top: 50%;
  width: calc(100% - 16px);
}
.l-flow_navi .c-flow_navi-list li {
  position: relative;
  width: 13.6%;
}
.l-flow_navi .c-flow_navi-list li a {
  align-items: center;
  background-color: #FFF;
  border: 1px solid #C4C4C4;
  border-radius: 4px;
  color: #C4C4C4;
  display: flex;
  font-weight: bold;
  height: 40px;
  padding: 0 4px;
  pointer-events: none;
}
.l-flow_navi .c-flow_navi-list li a span {
  display: block;
  font-size: 13px;
  line-height: 1.2;
  padding-top: 0.2em;
  white-space: nowrap;
}
.l-flow_navi .c-flow_navi-list li a .num {
  background-color: #C4C4C4;
  border-radius: 12px;
  color: #FFF;
  display: block;
  font-size: 18px;
  height: 24px;
  line-height: 26px;
  margin-right: 4px;
  padding-top: 0;
  text-align: center;
  width: 24px;
}
.l-flow_navi .c-flow_navi-list li a:hover {
  text-decoration: none;
}
.l-flow_navi .c-flow_navi-list li.-current a {
  background-color: #22B5B6;
  border-color: #22B5B6;
  color: #FFF;
  pointer-events: visible;
}
.l-flow_navi .c-flow_navi-list li.-current a .num {
  background-color: #FFF;
  color: #22B5B6;
}
.l-flow_navi .c-flow_navi-list li.-checked a {
  border-color: #22B5B6;
  background-color: #E4EFEF;
  color: #22B5B6;
  pointer-events: visible;
}
.l-flow_navi .c-flow_navi-list li.-checked a .num {
  background-color: #22B5B6;
  color: #FFF;
}

.c-app-header {
  align-items: center;
  border-bottom: 1px solid #C4C4C4;
  display: flex;
  justify-content: space-between;
  padding: 8px 24px;
}
.c-app-header .c-app-heading {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0;
}
.c-app-header .c-app-heading i.bx {
  color: #C4C4C4;
  font-size: 28px;
  margin-left: 4px;
  vertical-align: middle;
}
.c-app-header .c-app-sub {
  color: #939393;
  font-size: 0.875rem;
  font-weight: 700;
  margin: 0;
}
.c-app-header.-checked i.bx {
  color: #22B5B6;
}

.c-app-body {
  font-size: 0.875rem;
  padding: 24px;
}
.c-app-body .c-app-lead {
  color: #22B5B6;
  font-weight: bold;
  margin: 0 0 24px;
}

.c-app-footer_navi {
  border-top: 1px solid #CECECE;
  bottom: 0;
  display: flex;
  height: 56px;
  left: 0;
  position: absolute;
  width: 100%;
}
.c-app-footer_navi button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
.c-app-footer_navi .c-app-footer_navi-item {
  align-items: center;
  color: #4D4D4D;
  font-size: 0.875rem;
  font-weight: bold;
  display: flex;
  line-height: 1.3;
  padding: 0 16px;
  width: 50%;
}
.c-app-footer_navi .c-app-footer_navi-item .bx {
  color: #22B5B6;
  display: block;
  font-size: 24px;
  width: 24px;
}
.c-app-footer_navi .c-app-footer_navi-item:hover {
  opacity: 0.6;
  text-decoration: none;
}
.c-app-footer_navi .c-app-footer_navi-item.-prev {
  border-right: 1px solid #CECECE;
}
.c-app-footer_navi .c-app-footer_navi-item.-next {
  justify-content: flex-end;
}
.is-height-under .l-contents {
  padding-bottom: 80px;
}
.is-height-under .l-app-contents .l-app-main {
  padding-bottom: 24px;
}
.is-height-under .c-app-footer_navi {
  background-color: #FFF;
  position: fixed;
  z-index: 100;
}

.c-app-header-sub {
  border-bottom: 1px solid #CECECE;
  display: flex;
  height: 48px;
  padding: 0 24px;
}
.c-app-header-sub .c-app-header-sub-item {
  align-items: center;
  border-right: 1px solid #CECECE;
  display: flex;
  padding: 0 8px;
}
.c-app-header-sub .c-app-header-sub-item:first-of-type {
  border-left: 1px solid #CECECE;
}
.c-app-header-sub .c-app-header-sub-item p {
  font-size: 0.75rem;
  margin: 0 16px 0 0;
}
.c-app-header-sub .c-app-header-sub-item .c-app-header-sub-btn {
  background-color: transparent;
  border: none;
  border-radius: 4px;
  height: 32px;
  line-height: 32px;
  margin: 0 4px;
  width: 32px;
}
.c-app-header-sub .c-app-header-sub-item .c-app-header-sub-btn .bx {
  vertical-align: middle;
}
.c-app-header-sub .c-app-header-sub-item .c-app-header-sub-btn .bx.bx-plus,
.c-app-header-sub .c-app-header-sub-item .c-app-header-sub-btn .bx.bx-minus {
  font-size: 24px;
}
.c-app-header-sub .c-app-header-sub-item .c-app-header-sub-btn:hover {
  background-color: #F5F5F5;
  color: #22B5B6;
}
.c-app-header-sub .c-app-header-sub-item .c-app-header-sub-type label .bx {
  background-color: transparent;
  border: none;
  border-radius: 4px;
  font-size: 24px;
  height: 32px;
  line-height: 32px;
  margin: 0 4px;
  text-align: center;
  vertical-align: middle;
  width: 32px;
}
.c-app-header-sub .c-app-header-sub-item .c-app-header-sub-type label .bx:hover {
  background-color: #F5F5F5;
  color: #22B5B6;
}
.c-app-header-sub .c-app-header-sub-item .c-app-header-sub-type label .bx.bx-square {
  background-color: #22B5B6;
  color: #FFF;
}
.c-app-header-sub .c-app-header-sub-item .c-app-header-sub-type input[type=checkbox] {
  display: none;
}
.c-app-header-sub .c-app-header-sub-item .c-app-header-sub-type input[type=checkbox]:checked + label .bx.bx-circle {
  background-color: #22B5B6;
  color: #FFF;
}
.c-app-header-sub .c-app-header-sub-item .c-app-header-sub-type input[type=checkbox]:checked + label .bx.bx-square {
  background-color: transparent;
  color: #4D4D4D;
}
.c-app-header-sub .c-app-header-sub-item .c-btn-target-select {
  background-color: #22B5B6;
  border: 1px solid #22B5B6;
  border-radius: 4px;
  color: #FFF;
  font-size: 0.75rem;
  height: 32px;
  line-height: 30px;
}
.c-app-header-sub .c-app-header-sub-item .c-btn-target-select .bx.bx-pointer {
  font-size: 18px;
  margin-right: 4px;
  margin-top: -2px;
  vertical-align: middle;
}
.c-app-header-sub .c-app-header-sub-item .c-btn-target-select:hover {
  background-color: #F5F5F5;
  color: #22B5B6;
}
.c-app-header-sub .c-app-header-sub-item.-button {
  background-color: transparent;
  border-bottom: none;
  border-left: none;
  border-top: none;
  font-size: 0.75rem;
}
.c-app-header-sub .c-app-header-sub-item.-button .bx.bx-eraser {
  font-size: 22px;
  margin-right: 4px;
}
.c-app-header-sub .c-app-header-sub-item.-button:hover {
  background-color: #F5F5F5;
  color: #22B5B6;
}

.c-progress {
  align-items: center;
  background-color: #FFF;
  font-size: 0.625rem;
  color: #4D4D4D;
  border-radius: 4px;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.16);
  display: flex;
  height: 32px;
  justify-content: space-between;
  margin: 16px auto;
  padding: 0 16px;
  width: 100%;
}
.c-progress progress {
  appearance: none;
  background-color: #EAEAEA;
  height: 2px;
  width: 85%;
}
.c-progress progress::-webkit-progress-bar {
  background-color: #EAEAEA;
}
.c-progress progress::-webkit-progress-value {
  background-color: #22B5B6;
}
.c-progress span {
  color: #4D4D4D;
  font-size: 0.625rem;
  white-space: nowrap;
  width: auto;
}
.c-progress.-dark {
  background-color: #666;
  box-shadow: none;
}
.c-progress.-dark progress {
  background-color: #858585;
  width: 96%;
}
.c-progress.-dark progress::-webkit-progress-bar {
  background-color: #858585;
}
.c-progress.-dark progress::-webkit-progress-value {
  background-color: #22B5B6;
}
.c-progress.-dark span {
  color: #FFF;
}

.c-file_upload-wrapper {
  align-items: center;
  background-color: #E4EFEF;
  border-radius: 8px;
  display: flex;
  height: 280px;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  border: 1px dashed #22B5B6;
}
.c-file_upload-wrapper .c-file_upload-drop_area {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}
.c-file_upload-wrapper .c-file_upload-contents {
  position: relative;
  text-align: center;
  max-width: 640px;
  width: 100%;
}
.c-file_upload-wrapper .c-file_upload-contents .c-file_upload-icon {
  background-color: #FFF;
  border-radius: 80px;
  display: inline-block;
  height: 120px;
  line-height: 120px;
  text-align: center;
  width: 120px;
}
.c-file_upload-wrapper .c-file_upload-contents .c-file_upload-icon .bx.bx-cloud-upload {
  color: #939393;
  font-size: 56px;
  vertical-align: middle;
}
.c-file_upload-wrapper .c-file_upload-contents p {
  color: #22B5B6;
  font-size: 0.875rem;
  font-weight: bold;
}
.c-file_upload-wrapper .c-file_upload-contents .c-file_upload-btn-wrapper {
  height: 40px;
  margin: 0 auto;
  position: relative;
  width: 158px;
}
.c-file_upload-wrapper .c-file_upload-contents .c-file_upload-btn-wrapper .c-file_upload-input {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
}
.c-file_upload-wrapper .c-file_upload-contents .c-file_upload-btn-wrapper .c-file_upload-btn {
  background-color: #22B5B6;
  border-radius: 4px;
  color: #FFF;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 158px;
}

.c-file_change-wrapper {
  font-size: 0.875rem;
  margin: 0 auto;
  width: 100%;
}
.c-file_change-wrapper .c-file_change-heading {
  font-size: 1.125rem;
  font-weight: bold;
  margin: 0 0 8px;
}
.c-file_change-wrapper .c-file_change-current {
  align-items: center;
  background-color: #F5F5F5;
  display: flex;
  margin: 0 0 8px;
  padding: 16px;
  border-radius: 8px;
}
.c-file_change-wrapper .c-file_change-current img {
  height: 80px;
  width: 107px;
  border-radius: 4px;
  background-color: #CECECE;
}
.c-file_change-wrapper .c-file_change-current p {
  margin: 0;
  padding: 16px;
  width: calc(100% - 107px);
  word-wrap: break-word;
}
.c-file_change-select {
  display: flex;
  justify-content: space-between;
}
.c-file_change-select .c-file_change-select-file_name {
  background-color: #FFF;
  border: 1px solid #CECECE;
  border-radius: 4px;
  min-height: 40px;
  padding: 8px 16px 6px;
  width: calc(100% - 166px);
}
.c-file_change-select .c-file_change-select-btn-wrapper {
  height: 40px;
  position: relative;
  width: 158px;
}
.c-file_change-select .c-file_change-select-btn-wrapper .c-file_change-select-input {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.c-file_change-select .c-file_change-select-btn-wrapper .c-file_change-btn {
  background-color: #22B5B6;
  border-radius: 4px;
  color: #FFF;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 158px;
}

.c-movie-wrapper {
  margin: 24px 0;
}

.c-range-wrapper {
  background-color: #d3d3d3;
  margin: 24px auto;
  display: block;
  width: auto;
}

.c-target-wrapper {
  background-color: #d3d3d3;
  margin: 24px auto;
  display: block;
  width: auto;
}

.c-section-times {
  display: flex;
  justify-content: center;
  margin: 24px 0;
}
.c-section-times .c-section-time {
  display: flex;
  margin-left: 16px;
}
.c-section-times .c-section-time:first-of-type {
  margin-left: 0;
}
.c-section-times .c-section-time .c-btn-section-time {
  background-color: #22B5B6;
  border: 1px solid #22B5B6;
  border-radius: 4px;
  color: #FFF;
  font-weight: bold;
  height: 40px;
  line-height: 38px;
  margin-right: 4px;
  width: 112px;
}
.c-section-times .c-section-time .c-btn-section-time .bx {
  font-size: 24px;
  margin-right: 4px;
  vertical-align: middle;
}
.c-section-times .c-section-time .c-section-time-count {
  background-color: #F5F5F5;
  border: 1px solid #CECECE;
  border-radius: 4px;
  font-size: 1.125rem;
  height: 40px;
  line-height: 38px;
  text-align: center;
  width: 147px;
}

@keyframes attentionBlockHide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.c-param-wrapper {
  height: 408px;
  position: relative;
}
.c-param-wrapper .c-calibration-wrapper {
  background: linear-gradient(to right, #22B5B6 0%, #B8EAEA 100%);
  align-items: center;
  color: #FFF;
  display: flex;
  height: 408px;
  justify-content: center;
  text-align: center;
}
.c-param-wrapper .c-calibration-wrapper .c-calibration-contents .bx.bx-time {
  font-size: 100px;
}
.c-param-wrapper .c-calibration-wrapper .c-calibration-contents .c-calibration-satatus {
  font-size: 1.875rem;
  font-weight: bold;
}
.c-param-wrapper .c-calibration-wrapper .c-calibration-contents p {
  margin: 0;
}
.c-param-wrapper .c-attention-slide {
  animation: attentionBlockHide 1s ease 3s 1 normal forwards;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
  height: 120px;
  left: 50%;
  padding-top: 28px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  z-index: 1;
}
.c-param-wrapper .c-attention-slide .bx.bx-move-vertical {
  color: #22B5B6;
  font-size: 36px;
}
.c-param-wrapper .c-attention-slide span {
  display: block;
  font-size: 0.75rem;
  font-weight: bold;
}
.c-param-wrapper .c-attention-change-param {
  background-color: #4D4D4D;
  border-radius: 8px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
  color: #FFF;
  font-size: 1.125rem;
  font-weight: bold;
  left: 50%;
  line-height: 1.4;
  padding: 16px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 320px;
  z-index: 1;
}
.c-param-wrapper .c-param-contents {
  height: 408px;
  overflow-y: auto;
  position: relative;
}
.c-param-wrapper .c-param-contents .c-param-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-param-wrapper .c-param-contents .c-param-list .c-param-item {
  width: 49%;
}
.c-param-wrapper .c-param-contents .c-param-list .c-param-item:nth-of-type(1n+3) {
  margin-top: 16px;
}
.c-param-wrapper .c-param-contents.-disabled {
  filter: blur(2px);
}
.c-param-wrapper .c-param-contents.-disabled:before {
  background-color: rgba(255, 255, 255, 0.8);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.c-param-seekbars {
  margin: 24px 0;
}
.c-param-seekbars .c-param-seekbar {
  align-items: center;
  background-color: #f5f5f5;
  border-radius: 4px;
  height: 40px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  padding: 0 16px;
}
.c-param-seekbars .c-param-seekbar p {
  font-weight: bold;
  text-align: right;
  white-space: nowrap;
  width: 5em;
}
.c-param-seekbars .c-param-seekbar input[type=range] {
  border-radius: 3px;
  cursor: pointer;
  height: 6px;
  width: calc(100% - 6em);
}
.c-param-seekbars.-disabled {
  pointer-events: none;
}
.c-param-seekbars.-disabled .c-param-seekbar p,
.c-param-seekbars.-disabled .c-param-seekbar input[type=range] {
  opacity: 0.5;
}

.c-trace-wrapper {
  background-color: #d3d3d3;
  margin: 24px 0;
}

.c-trace-run-contents {
  background-color: #d3d3d3;
  margin: 16px 0;
}

.c-trace-run-progress {
  position: relative;
}
.c-trace-run-progress progress {
  appearance: none;
  background-color: #EAEAEA;
  border-radius: 12px;
  display: block;
  height: 24px;
  width: 100%;
}
.c-trace-run-progress progress::-webkit-progress-bar {
  background-color: #EAEAEA;
  border-radius: 12px;
}
.c-trace-run-progress progress::-webkit-progress-value {
  background-color: #22B5B6;
  border-radius: 12px;
}
.c-trace-run-progress span {
  color: #FFF;
  font-size: 0.75rem;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.c-file_download-wrapper {
  align-items: center;
  display: flex;
  height: 512px;
  justify-content: center;
}
.c-file_download-wrapper .c-file_download-contents {
  text-align: center;
}
.c-file_download-wrapper .c-file_download-contents .c-file_download-icon {
  background-color: #F5F5F5;
  border-radius: 80px;
  display: inline-block;
  height: 160px;
  line-height: 160px;
  text-align: center;
  width: 160px;
}
.c-file_download-wrapper .c-file_download-contents .c-file_download-icon .bx.bx-cloud-download {
  color: #939393;
  font-size: 56px;
  vertical-align: middle;
}
.c-file_download-wrapper .c-file_download-contents p {
  color: #22B5B6;
  font-size: 0.875rem;
  font-weight: bold;
}

.l-sidenav_contents-navi ul {
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
  list-style: none;
  margin: 0;
  padding: 0;
}
.l-sidenav_contents-navi ul li {
  border-bottom: 1px solid #CECECE;
}
.l-sidenav_contents-navi ul li a {
  background-color: #FFF;
  color: #4D4D4D;
  display: block;
  font-size: 0.875rem;
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
}
.l-sidenav_contents-navi ul li a:hover {
  background-color: #4D4D4D;
  color: #FFF;
  text-decoration: none;
}
.l-sidenav_contents-navi ul li:first-of-type a {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.l-sidenav_contents-navi ul li:last-of-type {
  border-bottom: none;
}
.l-sidenav_contents-navi ul li:last-of-type a {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.c-anchor {
  position: absolute;
  top: -48px;
}

.show-important .c-anchor {
  top: -80px;
}

.c-sidenav_contents-block {
  margin-bottom: 40px;
  position: relative;
}
.c-sidenav_contents-block p.u-align-center {
  font-size: 0.75rem;
  margin-top: 24px;
}

.c-sidenav_contents-block-inner {
  background-color: #FFF;
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
  width: 100%;
  padding: 24px;
}
.c-sidenav_contents-block-inner .c-button-login {
  background-color: #22B5B6;
  border: 1px solid #22B5B6;
  border-radius: 4px;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  height: 64px;
  line-height: 64px;
  text-align: center;
  min-width: 320px;
  padding: 0 24px;
}
.c-sidenav_contents-block-inner .c-button-login:hover {
  background-color: #FFF;
  color: #22B5B6;
}

.c-sidenav_contents-block-wrap {
  max-width: 640px;
}

.c-option-index-list .c-option-index-item {
  background-color: #F5F5F5;
  border-radius: 8px;
  display: block;
  margin-bottom: 16px;
  padding: 24px 48px 24px 128px;
  position: relative;
  width: 100%;
}
.c-option-index-list .c-option-index-item .c-option-index-check {
  color: #C4C4C4;
  font-size: 72px;
  left: 64px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.c-option-index-list .c-option-index-item .c-option-index-check.bxs-check-circle {
  color: #22B5B6;
}
.c-option-index-list .c-option-index-item .c-option-index-body .c-option-index-heading {
  color: #22B5B6;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 4px;
}
.c-option-index-list .c-option-index-item .c-option-index-body .c-option-index-text {
  color: #4D4D4D;
  margin: 0;
}
.c-option-index-list .c-option-index-item .c-option-index-arrow {
  color: #22B5B6;
  font-size: 36px;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.c-option-index-list .c-option-index-item:hover {
  background-color: #E4EFEF;
  text-decoration: none;
}

.c-option-input {
  display: flex;
  justify-content: center;
  margin: 24px 0;
}
.c-option-input .c-option-input-item {
  display: flex;
  margin-left: 16px;
}
.c-option-input .c-option-input-item:first-of-type {
  margin-left: 0;
}
.c-option-input .c-option-input-item .c-option-input-item-head {
  background-color: #22B5B6;
  border: 1px solid #22B5B6;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  color: #FFF;
  font-size: 0.875rem;
  font-weight: bold;
  height: 40px;
  line-height: 38px;
  text-align: center;
  width: 88px;
}
.c-option-input .c-option-input-item .c-option-input-item-head .bx {
  font-size: 24px;
  margin-right: 4px;
  vertical-align: middle;
}
.c-option-input .c-option-input-item .c-option-input-item-input {
  background-color: #F5F5F5;
  border: 1px solid #CECECE;
  border-bottom-right-radius: 4px;
  border-left: none;
  border-top-right-radius: 4px;
  font-size: 1.125rem;
  height: 40px;
  position: relative;
  text-align: center;
  width: 147px;
}
.c-option-input .c-option-input-item .c-option-input-item-input input[type=text],
.c-option-input .c-option-input-item .c-option-input-item-input select {
  appearance: none;
  background: transparent;
  border: none;
  height: 100%;
  left: 0;
  line-height: 38px;
  padding-right: 32px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}
.c-option-input .c-option-input-item .c-option-input-item-input .c-option-input-sub {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}
.c-option-input .c-option-input-item .c-option-input-item-input .c-option-input-sub .bx-chevron-down {
  color: #22B5B6;
  font-size: 24px;
  position: relative;
  left: -4px;
}

.c-btn {
  box-sizing: border-box;
  border: 1px solid;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  height: 64px;
  line-height: 64px;
  min-width: 363px;
  padding: 0 32px;
  text-align: center;
  transition: all 0.1s ease;
}
.c-btn:hover {
  text-decoration: none;
}
.c-btn.-color-key {
  background-color: #22B5B6;
  border-color: #22B5B6;
  color: #FFF;
}
.c-btn.-color-key:hover {
  background-color: #FFF;
  color: #22B5B6;
}
.c-btn.-color-key.-border {
  background-color: #FFF;
  color: #22B5B6;
}
.c-btn.-color-key.-border:hover {
  background-color: #22B5B6;
  color: #FFF;
}
.c-btn.-color-black {
  background-color: #4D4D4D;
  border-color: #4D4D4D;
  color: #FFF;
  min-width: 0;
}
.c-btn.-color-black:hover {
  background-color: #FFF;
  color: #4D4D4D;
}
.c-btn.-attention {
  background-color: #FFF;
  border-color: #ff6060;
  border-width: 2px;
  color: #ff6060;
  font-size: 14px;
  height: 40px;
  line-height: 38px;
  min-width: 0;
  padding: 0 16px;
}
.c-btn.-attention .bx {
  font-size: 26px;
  margin-right: 4px;
  position: relative;
  top: -2px;
  vertical-align: middle;
}
.c-btn.-attention:hover {
  background-color: #ff6060;
  color: #FFF;
}
.c-btn.-icon-left .icon {
  font-size: 13px;
  margin-right: 8px;
}
.c-btn.-icon-left .icon.icon-cart {
  font-size: 20px;
  position: relative;
  top: 2px;
}
.c-btn.-icon-right {
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}
.c-btn.-icon-right .bx {
  font-size: 36px;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.c-btn.is-disabled {
  background-color: #CECECE !important;
  border-color: #CECECE !important;
  color: #939393 !important;
  pointer-events: none;
}
.c-btn.is-disabled.-color-grad:before {
  opacity: 0;
}

.c-btn-totop {
  background-color: #FFF;
  border-radius: 4px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
}
.c-btn-totop:hover {
  opacity: 0.5;
  text-decoration: none;
}

.c-btn-wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 32px 0;
}
.c-btn-wrapper .c-btn {
  margin-right: 16px;
}
.c-btn-wrapper .c-btn:last-child {
  margin-right: 0;
}

input[type=text],
input[type=password],
input[type=email] {
  background-color: #F5F5F5;
  border: 1px solid #CECECE;
  border-radius: 4px;
  height: 48px;
  line-height: 48px;
  margin-bottom: 16px;
  padding: 0 16px;
  width: 100%;
}

.c-form-select {
  position: relative;
  margin-bottom: 16px;
}
.c-form-select:after {
  content: "";
  font-size: 1.125rem;
  pointer-events: none;
  position: absolute;
  border-top: #22B5B6 2px solid;
  border-right: #22B5B6 2px solid;
  width: 8px;
  height: 8px;
  right: 16px;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
}
.c-form-select select {
  appearance: none;
  background-color: #F5F5F5;
  border: 1px solid #CECECE;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
  height: 48px;
  line-height: 48px;
  outline: none;
  padding: 0 40px 0 16px;
  width: 100%;
  color: #4D4D4D;
}
.c-form-select select:focus {
  border-color: #4D9EFA;
}

.password-wrapper {
  position: relative;
}

#eye {
  line-height: 48px;
  font-size: 24px;
  width: 48px;
  height: 48px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  cursor: pointer;
  color: #C4C4C4;
  transition: all 0.1s linear;
}
#eye:hover {
  color: #22B5B6;
}
#eye.bx-hide {
  color: #22B5B6;
}

.c-heading-lv1 {
  border-bottom: 1px solid #CECECE;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.45;
  margin: 16px 0 32px;
  padding-bottom: 12px;
}

.c-heading-lv2 {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.45;
  margin: 0 0 16px;
}

/*
.c-heading-lv3 {
	font-size: f.rem(24);
	font-weight: 500;
	line-height: 1.45;
}
.c-heading-lv4 {
	font-size: f.rem(22);
	font-weight: 500;
	line-height: 1.45;
}
.c-heading-lv5 {
	font-size: f.rem(18);
	font-weight: 500;
	line-height: 1.45;
}
.c-heading-lv6 {
	font-size: f.rem(16);
	font-weight: 500;
	line-height: 1.45;
}

.c-heading-lv1,
.c-heading-lv2,
.c-heading-lv3,
.c-heading-lv4,
.c-heading-lv5,
.c-heading-lv6 {
	&:first-child {
		margin-top: 0;
	}

	// アイコン付
	&.-icon {
		margin: 0;
		padding-left: 1.5em;
		position: relative;

		.icon {
			color: g.$action_main;
			left: 0;
			position: absolute;
			top: 8px;
		}
	}
}

@include f.mq(tb, max, true) {
	.c-heading-lv1 {
		font-size: f.rem(28);
	}
	.c-heading-lv2 {
		font-size: f.rem(24);
	}
	.c-heading-lv3 {
		font-size: f.rem(22);
	}
	.c-heading-lv4 {
		font-size: f.rem(20);
	}
	.c-heading-lv5 {
		font-size: f.rem(16);
	}
	.c-heading-lv6 {
		font-size: f.rem(14);
	}
}


// アイコン・英字付き見出し
.c-heading-group {
	margin: 0 0 72px;
	text-align: center;

	.c-heading-group-icon {
		display: block;
		margin-bottom: 8px;

		img {
			display: inline-block;
			height: 60px;
			width: auto;
		}
	}
	.c-heading-group-heading {
		font-size: f.rem(40);
		letter-spacing: 8px;
		line-height: 1.6;
		margin: 0;

		.u-font-small {
			font-size: 85%;
		}
	}
	.c-heading-group-en {
		display: block;
		font-size: f.rem(15);
		font-weight: 400;
	}

	@include f.mq(sp, max, true) {
		margin: 0 0 48px;

		.c-heading-group-icon {
			margin-bottom: 4px;

			img {
				height: 44px;
			}
		}
		.c-heading-group-heading {
			font-size: f.rem(26);
			letter-spacing: 4px;
		}
		.c-heading-group-en {
			font-size: f.rem(12);
		}
	}
}
*/
.c-modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 1000;
}

.c-modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.c-modal-container.-active {
  opacity: 1;
  visibility: visible;
}

.c-modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 640px;
  width: 90%;
}
.c-modal-body.-confirm {
  max-width: 400px;
}
.c-modal-body.-confirm .c-modal-heading {
  color: #4D4D4D;
  font-size: 1.125rem;
  text-align: center;
}
.c-modal-body.-small {
  max-width: 400px;
}
.c-modal-body.-small .c-modal-content {
  padding-top: 48px;
}
.c-modal-body.-small .c-modal-heading {
  color: #4D4D4D;
  font-size: 1.125rem;
  text-align: center;
}
.c-modal-body.-small .bx:before {
  font-size: 2.5rem;
  line-height: 2.5rem;
}

.c-modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -16px;
  right: -16px;
  width: 32px;
  height: 32px;
  font-size: 2rem;
  color: #22B5B6;
  border: #22B5B6 solid 1px;
  border-radius: 50%;
  background-color: #FFF;
  cursor: pointer;
}

.c-modal-icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -24px;
  left: 50%;
  width: 56px;
  height: 56px;
  font-size: 3.5rem;
  color: #22B5B6;
  border-radius: 50%;
  background-color: #FFF;
  transform: translateX(-50%);
}
.c-modal-icon.-attention {
  color: #DE1515;
}

.c-modal-content {
  background: #fff;
  text-align: left;
  padding: 24px;
  border-radius: 8px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
}
.c-modal-content .c-modal-text {
  margin: 0 0 16px;
}
.c-modal-content .c-modal-heading {
  color: #22B5B6;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.35;
  margin: 0 0 16px;
}

.c-modal-btn-group {
  margin-top: 8px;
  text-align: center;
}
.c-modal-btn-group .c-btn-modal:not(:first-of-type) {
  margin-left: 16px;
}

.c-btn-modal {
  box-sizing: border-box;
  border: #CECECE 1px solid;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 0.875rem;
  color: #939393;
  height: 40px;
  line-height: 40px;
  padding: 0;
  text-align: center;
  min-width: 158px;
  background-color: #CECECE;
}
.c-btn-modal:hover {
  text-decoration: none;
}
.c-btn-modal.-submit-btn {
  background-color: #22B5B6;
  border-color: #22B5B6;
  color: #FFF;
}
.c-btn-modal.-submit-btn:hover {
  opacity: 0.6;
}
.c-btn-modal.-close-btn {
  background-color: #FFF;
  border-color: #CECECE;
  color: #939393;
}
.c-btn-modal.-close-btn:hover {
  opacity: 0.6;
}
.c-btn-modal.-delete-btn, .c-btn-modal.-stop-btn {
  background-color: #FFEAEA;
  border-color: #FFEAEA;
  color: #DE1515;
}
.c-btn-modal.-delete-btn:hover, .c-btn-modal.-stop-btn:hover {
  opacity: 0.6;
}

.ui-widget-overlay {
  background: #000;
  opacity: 0.6;
  z-index: 1000;
}

.ui-dialog.ui-widget.ui-widget-content {
  background-color: #FFF;
  border-radius: 8px;
  font-size: 0.875rem;
  padding: 0 40px 40px;
  width: 806px !important;
}
.ui-dialog.ui-widget.ui-widget-content .ui-dialog-titlebar.ui-widget-header {
  background: #FFF;
  border: none;
  border-bottom: 1px solid #CECECE;
  /*
    color: #333;
    font-weight: bold;
  padding: 0.4em 1em;
    position: relative;
  */
}
.ui-dialog.ui-widget.ui-widget-content .ui-dialog-content {
  padding: 0;
  /*
  background: none;
  border: 0;
  overflow: auto;
  position: relative;
  */
}
.ui-dialog.ui-widget.ui-widget-content .ui-dialog-buttonpane {
  /*
  text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: 0.5em;
    padding: 0.3em 1em 0.5em 0.4em;
  */
  border: none;
}
.ui-dialog.ui-widget.ui-widget-content .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: none;
  text-align: center;
}
.ui-dialog.ui-widget.ui-widget-content .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button {
  /*
  margin: 0.5em 0.4em 0.5em 0;
  		cursor: pointer;
  */
  background-color: #22B5B6;
  border-radius: 4px;
  color: #FFF;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  width: 158px;
}
.ui-dialog.ui-widget.ui-widget-content .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button:hover {
  background-color: #FFF;
  color: #22B5B6;
}
.ui-dialog.ui-widget.ui-widget-content .c-modal-heading {
  color: #22B5B6;
  font-size: 1.25rem;
  font-weight: bold;
  margin: 16px 0;
}
.ui-dialog.ui-widget.ui-widget-content .c-modal-error-icon {
  color: #C4C4C4;
  display: block;
  font-size: 90px;
  margin: 16px auto;
  text-align: center;
}

.c-popup {
  background-color: #4D4D4D;
  border-radius: 8px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
  color: #FFF;
  display: none;
  font-size: 0.875rem;
  left: 50%;
  padding: 22px 15px 15px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  z-index: 100;
}
.c-popup.is-show {
  display: block;
}
.c-popup .c-popup-btn-close {
  cursor: pointer;
  font-size: 34px;
  position: absolute;
  right: 15px;
  top: 15px;
  transition: opacity 0.1s linear;
}
.c-popup .c-popup-btn-close:hover {
  opacity: 0.6;
}
.c-popup .c-popup-heading {
  font-weight: 700;
  margin: 0;
}
.c-popup input {
  background-color: #6f6f6f;
  border: none;
  color: #FFF;
  margin: 16px 0 0;
}
.c-popup .c-btn-wrapper {
  margin: 16px 0 0;
}
.c-popup .c-btn-wrapper .c-btn {
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  min-width: 158px;
}

.l-app-side .c-btn-run_analysis {
  background-color: #22B5B6;
  border: 1px solid #22B5B6;
  border-radius: 4px;
  color: #FFF;
  display: block;
  font-size: 16px;
  font-weight: bold;
  height: 64px;
  line-height: 64px;
  margin-bottom: 8px;
  text-align: center;
  width: 100%;
  cursor: pointer;
}
.l-app-side .c-btn-run_analysis .bx.bx-chevron-right {
  font-size: 28px;
  vertical-align: middle;
}
.l-app-side .c-btn-run_analysis:hover {
  background-color: #FFF;
  color: #22B5B6;
  text-decoration: none;
}
.l-app-side .c-btn-run_analysis.-disabled, .l-app-side .c-btn-run_analysis.-disabled:hover {
  background-color: #EAEAEA;
  border-color: #EAEAEA;
  color: #939393;
  cursor: unset;
}
.l-app-side .c-btn-set_options {
  background-color: #4D4D4D;
  border: 1px solid #4D4D4D;
  border-radius: 4px;
  color: #FFF;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: 48px;
  line-height: 48px;
  margin-bottom: 24px;
  text-align: center;
}
.l-app-side .c-btn-set_options:hover {
  background-color: #FFF;
  color: #4D4D4D;
  text-decoration: none;
}
.l-app-side .c-btn-set_options.-disabled, .l-app-side .c-btn-set_options.-disabled:hover {
  background-color: #EAEAEA;
  border-color: #EAEAEA;
  color: #939393;
  pointer-events: none;
}
.l-app-side .c-app-side-check_list {
  margin: 0 0 24px;
}
.l-app-side .c-app-side-check_list dt {
  background-color: #EAEAEA;
  border-left: 3px solid #4D4D4D;
  border-radius: 3px;
  font-size: 0.875rem;
  font-weight: bold;
  height: 24px;
  line-height: 26px;
  margin: 0 0 12px;
  padding: 0 8px;
}
.l-app-side .c-app-side-check_list dd {
  font-size: 0.75rem;
  margin: 0 0 0 16px;
}
.l-app-side .c-app-side-check_list dd i.bx {
  color: #C4C4C4;
  font-size: 19px;
  margin-right: 8px;
  position: relative;
  top: 4px;
}
.l-app-side .c-app-side-check_list dd.-checked {
  color: #22B5B6;
}
.l-app-side .c-app-side-check_list dd.-checked i.bx {
  color: #22B5B6;
}
.l-app-side .c-app-side-check_list.-required dt {
  background-color: #E4EFEF;
  border-color: #22B5B6;
  color: #22B5B6;
}
.l-app-side .c-btn-save_settings {
  background-color: #FFF;
  border: 1px solid #22B5B6;
  border-radius: 4px;
  color: #22B5B6;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: 48px;
  line-height: 48px;
  margin-bottom: 8px;
  text-align: center;
}
.l-app-side .c-btn-save_settings .bx.bx-save {
  font-size: 22px;
  margin-right: 4px;
  position: relative;
  top: -1px;
  vertical-align: middle;
}
.l-app-side .c-btn-save_settings:hover {
  background-color: #22B5B6;
  color: #FFF;
  text-decoration: none;
}
.l-app-side .c-btn-save_settings.-disabled, .l-app-side .c-btn-save_settings.-disabled:hover {
  background-color: #EAEAEA;
  border-color: #EAEAEA;
  color: #939393;
  pointer-events: none;
}
.l-app-side .c-btn-load_settings {
  display: block;
  font-size: 12px;
  padding: 8px 0;
  border-radius: 4px;
  text-align: center;
}
.l-app-side .c-btn-load_settings .bx.bx-upload {
  font-size: 16px;
  margin-right: 4px;
  position: relative;
  top: -1px;
  vertical-align: middle;
}
.l-app-side .c-btn-load_settings:hover {
  text-decoration: none;
  background-color: #EAEAEA;
}
.l-app-side .c-btn-load_settings.-disabled, .l-app-side .c-btn-load_settings.-disabled:hover {
  background-color: #EAEAEA;
  border-color: #EAEAEA;
  color: #939393;
  pointer-events: none;
}

.c-table-type1 {
  background-color: #FFF;
  border-radius: 8px;
  border-spacing: 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
  table-layout: fixed;
  width: 100%;
}
.c-table-type1 tr th,
.c-table-type1 tr td {
  border-bottom: 1px solid #CECECE;
  font-size: 0.875rem;
  padding: 12px;
  text-align: left;
}
.c-table-type1 tr th:first-child,
.c-table-type1 tr td:first-child {
  padding-left: 24px;
}
.c-table-type1 tr th:last-child,
.c-table-type1 tr td:last-child {
  padding-right: 24px;
}
.c-table-type1 tr:last-of-type th,
.c-table-type1 tr:last-of-type td {
  border-bottom: none;
}

.c-table-download {
  table-layout: auto;
}
.c-table-download .c-table-th-status {
  width: 164px;
}
.c-table-download .c-table-th-action {
  width: 112px;
}

.c-table-setting {
  table-layout: auto;
}
.c-table-setting .c-table-th-action {
  width: 112px;
}

.c-record-tag {
  background-color: #939393;
  font-size: 0.75rem;
  color: #FFF;
  padding: 3px 0 2px;
  border-radius: 4px;
  text-align: center;
  min-width: 56px;
  display: inline-block;
  line-height: 20px;
}
.c-record-tag.-finish {
  background-color: #22B5B6;
}
.c-record-tag.-cancel {
  background-color: #939393;
}
.c-record-tag.-process {
  background-color: #2680EB;
}

.c-record-process {
  margin-left: 8px;
  font-size: 0.75rem;
  color: #22B5B6;
}

.c-link-download i,
.c-link-trash i,
.c-link-stop i {
  font-size: 1.25rem;
  margin-right: 4px;
  vertical-align: top;
}

.c-link-download {
  text-decoration: underline;
}
.c-link-download i {
  text-decoration: none;
}
.c-link-download:hover {
  text-decoration: none;
}

.c-link-trash {
  color: inherit;
}

.c-link-stop {
  color: #DE1515;
}

.c-video-player {
  max-width: 800px;
  margin: 0 auto;
  background: #555;
}
.c-video-player video {
  width: 100%;
  background: #000;
  border-radius: 12px 12px 0 0;
}
.c-video-player .controls {
  background-color: rgb(229, 239, 239);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  padding: 4px 12px;
}
.c-video-player .controls button {
  padding: 8px 12px;
  border-radius: 5px;
  border: 1px solid #ddd;
  background: rgb(92, 96, 96);
  cursor: pointer;
  transition: all 0.1s linear;
  width: 100%;
  color: #fff;
}
.c-video-player .controls button:hover {
  background: rgb(34, 181, 182);
}
.c-video-player .controls .btn-container {
  flex: 1;
}
.c-video-player .controls .range-container {
  flex: 11;
  display: flex;
  align-items: center;
  gap: 16px;
  border-radius: 5px;
  background: rgb(92, 96, 96);
  padding: 4px 16px;
}
.c-video-player .controls .time {
  flex: 1;
  font-variant-numeric: tabular-nums;
  color: #fff;
}
.c-video-player .range-wrap {
  position: relative;
  flex: 11;
}
.c-video-player .track {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 10px;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.9);
}
.c-video-player .selection {
  position: absolute;
  top: 50%;
  height: 10px;
  transform: translateY(-50%);
  background: rgb(150, 149, 149);
  pointer-events: none;
}
.c-video-player .playhead {
  position: absolute;
  top: 50%;
  width: 2px;
  height: 12px;
  transform: translate(-1px, -50%);
  background: rgb(34, 181, 182);
  border-radius: 1px;
  pointer-events: none;
}
.c-video-player .range {
  position: absolute;
  background: rgb(150, 149, 149);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.c-video-player input[type=range] {
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
  background: none;
  pointer-events: none;
  margin: 0;
  width: 100%;
}
.c-video-player input[type=range]#startRange::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 0;
  height: 0;
  margin-left: -8px;
  margin-top: -6px;
  border-left: 8px solid rgb(34, 181, 182);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  cursor: pointer;
  pointer-events: auto;
  transition: border-right-color 0.2s;
}
.c-video-player input[type=range]#startRange::-moz-range-thumb {
  width: 0;
  height: 0;
  border-left: 8px solid rgb(34, 181, 182);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  cursor: pointer;
  pointer-events: auto;
}
.c-video-player input[type=range]#endRange::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 0;
  height: 0;
  transform: translateX(8px);
  margin-top: -6px;
  border-right: 8px solid rgb(34, 181, 182);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  cursor: pointer;
  pointer-events: auto;
  transition: border-left-color 0.2s;
}
.c-video-player input[type=range]#endRange::-moz-range-thumb {
  width: 0;
  height: 0;
  border-right: 8px solid rgb(34, 181, 182);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  cursor: pointer;
  pointer-events: auto;
  transform: translateX(8px);
}
.c-video-player input[type=range]::-webkit-slider-runnable-track {
  height: 10px;
}
.c-video-player input[type=range]::-moz-range-track {
  height: 10px;
}
.c-video-player .spacer {
  flex: 1 1 auto;
}
.c-video-player .labels {
  display: flex;
  gap: 8px;
  margin-top: 6px;
  align-items: center;
  flex-wrap: wrap;
}
.c-video-player .labels input[type=number] {
  width: 90px;
  padding: 6px 8px;
  border: 1px solid #ddd;
  border-radius: 8px;
  transition: border-color 0.1s linear;
}
.c-video-player .labels input[type=number]:focus {
  outline: none;
  border-color: rgb(150, 149, 149);
}

.l-contents.-dashboard {
  padding: 0;
  height: calc(100% - 48px);
}

.p-dashboard a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.p-dashboard a:visited,
.p-dashboard a:hover,
.p-dashboard a:active,
.p-dashboard a:focus {
  text-decoration: none !important;
  outline: none !important;
}
.p-dashboard-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 0.5rem 2.5rem;
  background-color: #f6f7f8;
  border-bottom: 1px solid #C4C4C4;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}
.p-dashboard-title {
  margin: 0;
  font-size: 1.75rem;
  font-weight: 600;
  color: #4D4D4D;
}
.p-dashboard-mypage {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.25rem 0.25rem 0.25rem 1rem;
  background-color: #FFF;
  border: 1px solid #C4C4C4;
  border-radius: 0.3rem;
  color: #4d6464;
  font-size: 0.9375rem;
  font-weight: 500;
  text-decoration: none;
  transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.p-dashboard-mypage span {
  display: inline-block;
  line-height: 1;
}
.p-dashboard-mypage i {
  font-size: 2rem;
  color: #22B5B6;
}
.p-dashboard-body {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: stretch;
  justify-items: stretch;
  gap: 2rem 3.2rem;
  padding: 2rem 2.5rem;
  background-color: #f6f7f8;
}
.p-dashboard-body > * {
  width: 100%;
}
@media (max-width: 1200px) {
  .p-dashboard-body {
    gap: 2.25rem 1.75rem;
  }
}
@media (max-width: 1024px) {
  .p-dashboard-body {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .p-dashboard-body {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    padding: 1.5rem;
    gap: 1.5rem;
  }
}
.p-dashboard-body > .p-dashboard-card, .p-dashboard-body > .p-dashboard-info-card {
  align-self: stretch;
  height: 100%;
}
.p-dashboard-body > .p-dashboard-card.-action {
  grid-column: span 3;
}
.p-dashboard-body > .p-dashboard-card.-status {
  grid-column: span 9;
}
.p-dashboard-body > .p-dashboard-info-card.-notice {
  grid-column: span 6;
}
.p-dashboard-body > .p-dashboard-info-card.-activity {
  grid-column: span 6;
}
.p-dashboard-body > .p-dashboard-info-card.-results {
  grid-column: span 12;
}
@media (max-width: 1024px) {
  .p-dashboard-body > .p-dashboard-card.-action, .p-dashboard-body > .p-dashboard-card.-status, .p-dashboard-body > .p-dashboard-info-card.-notice, .p-dashboard-body > .p-dashboard-info-card.-activity, .p-dashboard-body > .p-dashboard-info-card.-results {
    grid-column: span 6;
  }
}
@media (max-width: 768px) {
  .p-dashboard-body > .p-dashboard-card.-action, .p-dashboard-body > .p-dashboard-card.-status, .p-dashboard-body > .p-dashboard-info-card.-notice, .p-dashboard-body > .p-dashboard-info-card.-activity, .p-dashboard-body > .p-dashboard-info-card.-results {
    grid-column: span 1;
  }
}

.p-dashboard-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
  min-height: 280px;
  height: 100%;
  background-color: #FFF;
  border-radius: 0.9rem;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.04);
  overflow: hidden;
}
.p-dashboard-card-header {
  padding: 0.5rem 1.5rem;
  background-color: #22B5B6;
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-dashboard-card-header p {
  margin: 0;
}
.p-dashboard-card-header-running-count {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.04em;
}
.p-dashboard-card-content {
  flex: 1 1 auto;
  width: 100%;
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 1.5rem 2rem;
}
.p-dashboard-card-content.-status {
  justify-content: flex-start;
  flex-direction: row;
  align-items: center;
  height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
.p-dashboard-card-content.-status .p-dashboard-running-file-card {
  flex: 0 0 auto;
  transition: transform 0.2s, box-shadow 0.2s;
}
.p-dashboard-card-content.-status .p-dashboard-running-file-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}
.p-dashboard-card-content.-status .p-dashboard-running-file-card img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  display: block;
  background-color: #2d2d2d;
}
.p-dashboard-card-content.-status .p-dashboard-running-file-card-name {
  color: #4f5b5b;
  font-size: 1.05rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
  margin: 0;
}
.p-dashboard-card-content.-status .p-dashboard-running-file-card .card-content {
  padding: 5px 0;
}
.p-dashboard-card-content.-status .p-dashboard-running-file-card .card-content progress {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  height: 6px;
  border: none;
  margin-bottom: 4px;
  border-radius: 3px;
  overflow: hidden;
}
.p-dashboard-card-content.-status .p-dashboard-running-file-card .card-content progress::-webkit-progress-bar {
  background-color: #e0e0e0;
  border-radius: 3px;
}
.p-dashboard-card-content.-status .p-dashboard-running-file-card .card-content progress::-webkit-progress-value {
  background: linear-gradient(90deg, #17a2b8 0%, #1ca3a3 100%);
  border-radius: 3px;
}
.p-dashboard-card-content.-status .p-dashboard-running-file-card .card-content progress::-moz-progress-bar {
  background: linear-gradient(90deg, #17a2b8 0%, #1ca3a3 100%);
  border-radius: 3px;
}
.p-dashboard-card-tile {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13rem;
  height: 8rem;
  border-radius: 0.3rem;
  border: 1px solid #22B5B6;
  background-color: #d8e6e6;
  color: #22B5B6;
  font-size: 4rem;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.p-dashboard-card-tile:hover {
  text-decoration: none;
}
.p-dashboard-card-caption {
  margin: 0;
  color: #4f5b5b;
  font-size: 1.05rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.p-dashboard-card-empty {
  margin: 0;
  color: #667373;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.02em;
  text-align: center;
  width: 100%;
  align-content: center;
}
.p-dashboard-card.-status .p-dashboard-card-empty {
  align-self: center;
}

.p-dashboard-info-card {
  display: flex;
  flex-direction: column;
  gap: 0;
  background-color: #FFF;
  border-radius: 1.1rem;
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.p-dashboard-info-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.5rem 1.5rem;
  background: #4f565a;
}
.p-dashboard-info-card-title {
  margin: 0;
  color: #FFF;
  font-size: 1.1875rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.p-dashboard-info-card-more {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.9375rem;
  color: #FFF;
  text-decoration: none;
  font-weight: 300;
  transition: opacity 0.2s ease;
}
.p-dashboard-info-card-more i {
  font-size: 1.8125rem;
  width: 20px;
  font-weight: 300;
}
.p-dashboard-info-card-more:hover {
  opacity: 0.75;
}
.p-dashboard-info-card-body {
  padding: 1.2rem;
}

.p-dashboard-info-list,
.p-dashboard-activity-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-dashboard-info-list {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.p-dashboard-info-list-item {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #C4C4C4;
}
.p-dashboard-info-list-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.p-dashboard-info-list-meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.92rem;
  color: #7a8385;
}
.p-dashboard-info-list-date {
  font-weight: 300;
}
.p-dashboard-info-list-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  border-radius: 1rem;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  font-weight: 300;
  width: 120px;
}
.p-dashboard-info-list-badge.-alert {
  background: rgba(255, 105, 90, 0.16);
  color: #ff5555;
}
.p-dashboard-info-list-badge.-maintenance {
  background: rgba(123, 169, 169, 0.18);
  color: #5a7d7d;
}
.p-dashboard-info-list-badge.-important {
  background: rgba(255, 105, 90, 0.16);
  color: #ff5555;
}
.p-dashboard-info-list-badge.-release {
  background: rgba(123, 169, 169, 0.18);
  color: #5a7d7d;
}
.p-dashboard-info-list-badge.-incident {
  background: rgba(123, 169, 169, 0.18);
  color: #5a7d7d;
}
.p-dashboard-info-list-badge.-info {
  background: rgba(123, 169, 169, 0.18);
  color: #5a7d7d;
}
.p-dashboard-info-list-link {
  color: #20a1a2;
  font-size: 1.04rem;
  font-weight: 300;
  line-height: 1.5;
  text-decoration: none;
  transition: color 0.2s ease;
}
.p-dashboard-info-list-link:hover {
  color: #0c7778;
  text-decoration: underline;
}

.p-dashboard-activity-list {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.p-dashboard-activity-list-item {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #C4C4C4;
}
.p-dashboard-activity-list-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.p-dashboard-activity-list-date {
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  color: #8c9497;
}
.p-dashboard-activity-list-description {
  margin: 0;
  color: #575f62;
  font-size: 1.02rem;
  letter-spacing: 0.02em;
  line-height: 1.55;
}

.p-dashboard-results {
  display: flex;
  flex-direction: column;
}
.p-dashboard-results-header {
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) 172px 162px 120px;
  align-items: center;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #C4C4C4;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.p-dashboard-results-header-label {
  display: flex;
  align-items: center;
}
.p-dashboard-results-header-label.-name {
  padding-left: 0.25rem;
}
.p-dashboard-results-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}
.p-dashboard-results-item {
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) 160px 150px 130px;
  align-items: center;
  gap: 1rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid #C4C4C4;
}
.p-dashboard-results-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.p-dashboard-results-file {
  display: flex;
  align-items: center;
  gap: 1.1rem;
}
.p-dashboard-results-thumb {
  flex: 0 0 90px;
  width: 90px;
  height: 72px;
  border-radius: 5px;
  overflow: hidden;
  background: #111;
}
.p-dashboard-results-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.p-dashboard-results-info {
  display: flex;
  flex-direction: column;
}
.p-dashboard-results-filename {
  margin: 0;
  font-size: 1.02rem;
  font-weight: 400;
  color: #4f5456;
  letter-spacing: 0.03em;
}
.p-dashboard-results-meta {
  font-size: 0.88rem;
  color: #878f92;
  letter-spacing: 0.04em;
}
.p-dashboard-results-download {
  justify-self: center;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #20a1a2;
  font-size: 0.96rem;
  transition: color 0.2s ease;
  text-align: center;
}
.p-dashboard-results-download i {
  font-size: 1.3rem;
  margin-top: -3px;
}
.p-dashboard-results-download:hover {
  color: #0c7778;
}
.p-dashboard-results-engine, .p-dashboard-results-user {
  font-size: 1rem;
  font-weight: 300;
  color: #5f6769;
  letter-spacing: 0.03em;
  padding: 0 1rem;
}
@media (max-width: 960px) {
  .p-dashboard-results-header {
    display: none;
  }
  .p-dashboard-results-item {
    grid-template-columns: 1fr;
    gap: 0.85rem;
    padding: 1rem 0;
    border-bottom: 1px solid #C4C4C4;
  }
  .p-dashboard-results-download {
    justify-self: flex-start;
  }
  .p-dashboard-results-engine, .p-dashboard-results-user {
    font-size: 0.9rem;
  }
}

.p-dashboard.-mypage {
  display: flex;
  align-items: stretch;
  background-color: #f6f7f8;
  min-height: 100%;
}
.p-dashboard.-mypage .p-dashboard-mypage-sidebar {
  flex: 0 0 260px;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  border-right: 1px solid #C4C4C4;
}
.p-dashboard.-mypage .p-dashboard-mypage-sidebar-title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.25rem;
  font-weight: 600;
}
.p-dashboard.-mypage .p-dashboard-mypage-sidebar-title i {
  font-size: 1.8rem;
}
.p-dashboard.-mypage .p-dashboard-mypage-nav {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.p-dashboard.-mypage .p-dashboard-mypage-nav-link {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.85rem 1.2rem;
  font-size: 1rem;
  font-weight: 300;
  transition: background-color 0.2s ease, color 0.2s ease;
  color: #353b48;
}
.p-dashboard.-mypage .p-dashboard-mypage-nav-link i {
  font-size: 1.5rem;
  margin-top: -4px;
}
.p-dashboard.-mypage .p-dashboard-mypage-nav-link.-active {
  background-color: #4f565a;
  color: #fff;
}
.p-dashboard.-mypage .p-dashboard-mypage-nav-link.-active i {
  color: #fff;
}
.p-dashboard.-mypage .p-dashboard-mypage-main {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  background-color: #f6f7f8;
}
.p-dashboard.-mypage .p-dashboard-mypage-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  border-bottom: 1px solid #C4C4C4;
  padding: 0.34rem 2rem;
}
.p-dashboard.-mypage .p-dashboard-mypage-title {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 600;
  color: #4a4a4a;
}
.p-dashboard.-mypage .p-dashboard-mypage-back {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.4rem 0.65rem 0.4rem 1rem;
  border-radius: 0.4rem;
  border: 1px solid #C4C4C4;
  background-color: #fff;
  color: #4d6464;
  font-size: 0.95rem;
  font-weight: 500;
  transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}
.p-dashboard.-mypage .p-dashboard-mypage-back i {
  font-size: 1.8rem;
  color: #22B5B6;
}
.p-dashboard.-mypage .p-dashboard-mypage-alert {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.1rem 1.4rem;
  margin: 2rem;
  border-radius: 0.4rem;
  background: #fff;
}
.p-dashboard.-mypage .p-dashboard-mypage-alert-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ffb550;
}
.p-dashboard.-mypage .p-dashboard-mypage-alert-icon i {
  font-size: 1.6rem;
  color: #fff;
  padding-right: 4px;
}
.p-dashboard.-mypage .p-dashboard-mypage-alert-text {
  margin: 0;
  font-size: 1.2rem;
  color: #4f5456;
  letter-spacing: 0.02em;
  color: #22B5B6;
  font-weight: 200;
}
.p-dashboard.-mypage .p-dashboard-mypage-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  padding: 0 2rem;
}
.p-dashboard.-mypage .p-dashboard-mypage-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: space-between;
  padding: 1.5rem 1.75rem;
  background-color: #FFF;
  border-radius: 0.4rem;
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.08);
  color: inherit;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border: 1px solid #C4C4C4;
}
.p-dashboard.-mypage .p-dashboard-mypage-card .p-dashboard-mypage-card-icon {
  color: #22B5B6;
}
.p-dashboard.-mypage .p-dashboard-mypage-card .p-dashboard-mypage-card-icon i {
  font-size: 2rem;
  transform: translateY(4px);
}
.p-dashboard.-mypage .p-dashboard-mypage-card-content {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.p-dashboard.-mypage .p-dashboard-mypage-card-title {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 600;
  color: #4f5456;
}
.p-dashboard.-mypage .p-dashboard-mypage-card-description {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 300;
  color: #686f72;
  line-height: 1.6;
  letter-spacing: 0.02em;
  white-space: wrap;
}
.p-dashboard.-mypage .p-dashboard-mypage-activity .p-dashboard-info-card-body {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1.8rem 1.75rem;
}
.p-dashboard.-mypage .p-dashboard-mypage-activity-status {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-left: auto;
}
.p-dashboard.-mypage .p-dashboard-mypage-activity-status-indicator {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #fff;
}
.p-dashboard.-mypage .p-dashboard-mypage-activity-status-indicator::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: currentColor;
}
.p-dashboard.-mypage .p-dashboard-mypage-activity-status-indicator.-running {
  background: rgba(34, 181, 182, 0.2);
  color: #22b5b6;
}
.p-dashboard.-mypage .p-dashboard-mypage-activity-status-indicator.-error {
  background: rgba(255, 99, 71, 0.2);
  color: #ff5747;
}
.p-dashboard.-mypage .p-dashboard-mypage-activity-status-indicator.-completed {
  background: rgba(120, 190, 110, 0.2);
  color: #4fbb6f;
}
.p-dashboard.-mypage .p-dashboard-mypage-activity-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  padding: 1rem 1.25rem;
  border-radius: 0.8rem;
  background: #f2f6f7;
}
.p-dashboard.-mypage .p-dashboard-mypage-activity-summary-item {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.p-dashboard.-mypage .p-dashboard-mypage-activity-summary-label {
  font-size: 0.9rem;
  color: #6d7779;
  letter-spacing: 0.03em;
}
.p-dashboard.-mypage .p-dashboard-mypage-activity-summary-value {
  font-size: 1.25rem;
  font-weight: 600;
  color: #22b5b6;
}
.p-dashboard.-mypage .p-dashboard-mypage-activity-meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.p-dashboard.-mypage .p-dashboard-mypage-activity-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem 0.9rem;
  border-radius: 999px;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
}
.p-dashboard.-mypage .p-dashboard-mypage-activity-badge.-running {
  background: rgba(34, 181, 182, 0.15);
  color: #22b5b6;
}
.p-dashboard.-mypage .p-dashboard-mypage-activity-badge.-error {
  background: rgba(255, 99, 71, 0.15);
  color: #ff5747;
}
.p-dashboard.-mypage .p-dashboard-mypage-activity-badge.-completed {
  background: rgba(120, 190, 110, 0.15);
  color: #4fbb6f;
}
.p-dashboard.-mypage .p-dashboard-mypage-pagination {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6rem;
}
.p-dashboard.-mypage .p-dashboard-mypage-pagination-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  padding: 0.35rem 0.8rem;
  border-radius: 0.45rem;
  border: 1px solid #d1d8da;
  color: #5f6a6c;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.p-dashboard.-mypage .p-dashboard-mypage-pagination-link:hover {
  border-color: #22b5b6;
  color: #22b5b6;
}
.p-dashboard.-mypage .p-dashboard-mypage-pagination-link.-active {
  border-color: #22b5b6;
  background: #22b5b6;
  color: #fff;
}
.p-dashboard.-mypage .p-dashboard-mypage-pagination-link.-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.p-dashboard.-mypage .p-dashboard-mypage-activity-note {
  margin-top: 1rem;
  padding: 1.25rem 1.5rem;
  border-radius: 0.75rem;
  background: rgba(255, 231, 175, 0.25);
  border: 1px dashed rgba(255, 188, 83, 0.6);
  color: #6d5850;
  line-height: 1.6;
}
.p-dashboard.-mypage .p-dashboard-mypage-activity-note p {
  margin: 0;
}
.p-dashboard.-mypage .p-dashboard-mypage-activity-note p:not(:last-child) {
  margin-bottom: 0.4rem;
}
@media (max-width: 1024px) {
  .p-dashboard.-mypage {
    flex-direction: column;
  }
  .p-dashboard.-mypage .p-dashboard-mypage-sidebar {
    flex: 0 0 auto;
    padding: 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
  .p-dashboard.-mypage .p-dashboard-mypage-main {
    padding: 2rem;
  }
  .p-dashboard.-mypage .p-dashboard-mypage-activity-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .p-dashboard.-mypage .p-dashboard-mypage-sidebar {
    gap: 1rem;
  }
  .p-dashboard.-mypage .p-dashboard-mypage-nav-link {
    font-size: 0.95rem;
    padding: 0.75rem 0.8rem;
  }
  .p-dashboard.-mypage .p-dashboard-mypage-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1.2rem;
  }
  .p-dashboard.-mypage .p-dashboard-mypage-activity-summary {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .p-dashboard.-mypage .p-dashboard-mypage-activity-status {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}
@media (max-width: 520px) {
  .p-dashboard.-mypage .p-dashboard-mypage-main {
    padding: 1.5rem 1.25rem;
  }
  .p-dashboard.-mypage .p-dashboard-mypage-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.85rem;
  }
  .p-dashboard.-mypage .p-dashboard-mypage-back {
    align-self: flex-start;
  }
  .p-dashboard.-mypage .p-dashboard-mypage-activity-status {
    justify-content: flex-start;
  }
}

.p-dashboard-mypage-main .p-dashboard-mypage-news {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
}
.p-dashboard-mypage-main .p-dashboard-mypage-news .p-dashboard-mypage-news-detail {
  border-radius: 12px;
  margin: 4rem 2rem;
}
.p-dashboard-mypage-main .p-dashboard-mypage-news .p-dashboard-mypage-news-detail .c-news-detail-article {
  background: white;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
}
.p-dashboard-mypage-main .p-dashboard-mypage-news .p-dashboard-mypage-news-detail .c-news-detail-header {
  margin-bottom: 1rem;
  border-bottom: 2px solid #22B5B6;
}
.p-dashboard-mypage-main .p-dashboard-mypage-news .p-dashboard-mypage-news-detail .c-news-detail-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
  line-height: 1.4;
  margin: 0 0 1rem 0;
}
.p-dashboard-mypage-main .p-dashboard-mypage-news .p-dashboard-mypage-news-detail .c-news-detail-meta {
  display: flex;
  gap: 2rem;
  font-size: 0.9rem;
  color: #666;
  justify-content: flex-end;
}
.p-dashboard-mypage-main .p-dashboard-mypage-news .p-dashboard-mypage-news-detail .c-news-detail-date,
.p-dashboard-mypage-main .p-dashboard-mypage-news .p-dashboard-mypage-news-detail .c-news-detail-category {
  display: flex;
  align-items: center;
}
.p-dashboard-mypage-main .p-dashboard-mypage-news .p-dashboard-mypage-news-detail .c-news-detail-content {
  font-size: 1rem;
  line-height: 1.7;
  color: #333;
}
.p-dashboard-mypage-main .p-dashboard-mypage-news .p-dashboard-mypage-news-detail .c-news-detail-actions {
  display: flex;
  justify-content: flex-start;
  text-align: center;
}
.p-dashboard-mypage-main .p-dashboard-mypage-news .p-dashboard-mypage-news-detail .c-btn-back {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background: white;
  color: #22B5B6;
  text-decoration: none;
  border: 2px solid #22B5B6;
  border-radius: 6px;
  font-weight: 500;
  font-size: 0.95rem;
  transition: all 0.2s ease;
  min-width: 120px;
  justify-content: center;
}
.p-dashboard-mypage-main .p-dashboard-mypage-news .p-dashboard-mypage-news-detail .c-btn-back:hover {
  background: #f0fdff;
  border-color: #1a9ca3;
  text-decoration: none;
  color: #1a9ca3;
  transform: translateY(-1px);
}
.p-dashboard-mypage-main .p-dashboard-mypage-news .p-dashboard-mypage-news-detail .c-btn-back i {
  font-size: 1.1rem;
  margin-right: 0.2rem;
}

.p-dashboard-mypage-main .p-dashboard-mypage-news-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
  border-bottom: 1px solid #dfe7e6;
  padding-bottom: 1.25rem;
}

.p-dashboard-mypage-main .p-dashboard-mypage-news-title {
  margin: 0;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.p-dashboard-mypage-main .p-dashboard-mypage-news-filter {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-left: auto;
}

.p-dashboard-mypage-main .p-dashboard-mypage-news-filter-label {
  font-size: 1rem;
  font-weight: 300;
  white-space: nowrap;
}

.p-dashboard-mypage-main .p-dashboard-mypage-news-filter-form {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  position: relative;
  margin: 0;
}

.p-dashboard-mypage-main .p-dashboard-mypage-news-select-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.p-dashboard-mypage-main .p-dashboard-mypage-news-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #C4C4C4;
  border-radius: 5px;
  padding: 0.6rem 2.5rem 0.6rem 1rem;
  font-size: 0.95rem;
  font-weight: 300;
  min-width: 12rem;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.p-dashboard-mypage-main .p-dashboard-mypage-news-select-icon {
  pointer-events: none;
  position: absolute;
  right: 1rem;
  width: 0.65rem;
  height: 0.65rem;
  border-right: 2px solid #4a4a4a;
  border-bottom: 2px solid #4a4a4a;
  transform: rotate(45deg);
  margin-top: -5px;
}

.p-dashboard-mypage-main .p-dashboard-mypage-news-panel {
  border: 1px solid #C4C4C4;
  border-radius: 5px;
  padding: 1.5rem 1.75rem;
  margin: 2.2rem 2rem 1rem;
  box-shadow: 0 12px 30px rgba(47, 95, 85, 0.08);
  display: flex;
  flex-direction: column;
  gap: 0;
  overflow: hidden;
  background-color: #fff;
}

.p-dashboard-mypage-main .p-dashboard-mypage-news-item {
  display: grid;
  grid-template-columns: 120px 130px minmax(0, 1fr);
  align-items: center;
  gap: 1.5rem;
  padding: 1rem 0;
  border-bottom: 1px solid #d9e7e4;
}

.p-dashboard-mypage-main .p-dashboard-mypage-news-item:last-of-type {
  border-bottom: none;
  padding-bottom: 0.5rem;
}

.p-dashboard-mypage-main .p-dashboard-mypage-news-date {
  font-size: 1.2rem;
  font-weight: 300;
  white-space: nowrap;
  text-align: center;
}

.p-dashboard-mypage-main .p-dashboard-mypage-news-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0rem 0.85rem;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 300;
  letter-spacing: 0.03em;
  white-space: nowrap;
}

.p-dashboard-mypage-main .p-dashboard-mypage-news-badge-important {
  background-color: #fdecef;
  color: #d04e63;
}

.p-dashboard-mypage-main .p-dashboard-mypage-news-badge-maintenance {
  background-color: #e5f1ff;
  color: #2b6bc0;
}

.p-dashboard-mypage-main .p-dashboard-mypage-news-badge-incident {
  background-color: #fff3d9;
  color: #c87607;
}

.p-dashboard-mypage-main .p-dashboard-mypage-news-badge-release {
  background-color: #e8f9f0;
  color: #1a8a4c;
}

.p-dashboard-mypage-main .p-dashboard-mypage-news-badge-info,
.p-dashboard-mypage-main .p-dashboard-mypage-news-badge-general {
  background-color: #ebf3f2;
}

.p-dashboard-mypage-main .p-dashboard-mypage-news-content {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.p-dashboard-mypage-main .p-dashboard-mypage-news-link {
  font-size: 1.1rem;
  font-weight: 300;
  color: #22B5B6;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  transition: color 0.2s ease, text-decoration 0.2s ease;
}

.p-dashboard-mypage-main .p-dashboard-mypage-news-text {
  display: inline;
  color: #353b48;
  margin: 0;
  cursor: inherit;
}

.p-dashboard-mypage-main .p-dashboard-mypage-news-summary {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #5d7572;
}

.p-dashboard-mypage-main .p-dashboard-mypage-news-empty {
  padding: 1.5rem 0;
  margin: 0;
  font-size: 0.95rem;
  color: #5d7572;
  text-align: center;
}

.p-dashboard-mypage-main .p-dashboard-mypage-news-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  font-size: 0.95rem;
}

.p-dashboard-mypage-main .p-dashboard-mypage-news-pagination-inner {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.p-dashboard-mypage-main .p-dashboard-mypage-news-pagination-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 6.5rem;
  padding: 0.5rem 1rem;
  text-decoration: underline;
  font-weight: 300;
  font-size: 1.1rem;
  color: #4f5b5b;
}

.p-dashboard-mypage-main .p-dashboard-mypage-news-pagination-link.is-disabled {
  color: #667373;
  cursor: not-allowed;
  text-decoration: none;
}

.p-dashboard-mypage-main .p-dashboard-mypage-news-pagination-pages {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.p-dashboard-mypage-main .p-dashboard-mypage-news-pagination-pages li {
  display: inline-flex;
  cursor: pointer;
}

.p-dashboard-mypage-main .p-dashboard-mypage-news-pagination-pages a,
.p-dashboard-mypage-main .p-dashboard-mypage-news-pagination-pages span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  font-weight: 300;
  text-decoration: underline;
  font-size: 1.2rem;
}

.p-dashboard-mypage-main .p-dashboard-mypage-news-notes {
  margin: 1rem 2rem;
  color: #ff1900;
  font-size: 1.1rem;
  line-height: 1.6;
  font-weight: 600;
}

.p-dashboard-mypage-main .p-dashboard-mypage-news-notes ul {
  margin: 0;
  padding-left: 1.25rem;
}

.p-dashboard-mypage-main .p-dashboard-mypage-news-notes li + li {
  margin-top: 0.4rem;
}

.p-dashboard-mypage-main .p-dashboard-mypage-news-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 960px) {
  .p-dashboard-mypage-main .p-dashboard-mypage-news-panel {
    padding: 1.25rem 1.5rem;
  }
  .p-dashboard-mypage-main .p-dashboard-mypage-news-item {
    grid-template-columns: 110px 120px minmax(0, 1fr);
    gap: 1.25rem;
  }
}
@media (max-width: 768px) {
  .p-dashboard-mypage-main .p-dashboard-mypage-news-header {
    align-items: flex-start;
  }
  .p-dashboard-mypage-main .p-dashboard-mypage-news-filter {
    width: 100%;
    justify-content: space-between;
  }
  .p-dashboard-mypage-main .p-dashboard-mypage-news-panel {
    padding: 1.25rem;
  }
  .p-dashboard-mypage-main .p-dashboard-mypage-news-item {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.75rem;
    padding: 1rem 0;
  }
  .p-dashboard-mypage-main .p-dashboard-mypage-news-badge {
    justify-self: flex-start;
  }
}
@media (max-width: 560px) {
  .p-dashboard-mypage-main .p-dashboard-mypage-news-filter {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    width: 100%;
  }
  .p-dashboard-mypage-main .p-dashboard-mypage-news-filter-form {
    width: 100%;
    justify-content: space-between;
  }
  .p-dashboard-mypage-main .p-dashboard-mypage-news-select-wrapper,
  .p-dashboard-mypage-main .p-dashboard-mypage-news-select {
    width: 100%;
  }
}
@media (max-width: 420px) {
  .p-dashboard-mypage-main .p-dashboard-mypage-news-pagination-inner {
    gap: 0.75rem;
  }
  .p-dashboard-mypage-main .p-dashboard-mypage-news-pagination-link {
    min-width: 100%;
    justify-content: center;
  }
  .p-dashboard-mypage-main .p-dashboard-mypage-news-pagination-pages {
    width: 100%;
    justify-content: center;
  }
}
.p-dashboard-mypage-main .p-dashboard-mypage-activity {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
}

.p-dashboard-mypage-main .p-dashboard-mypage-activity-panel {
  border: 1px solid #C4C4C4;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 12px 24px rgba(27, 44, 62, 0.06);
  padding: 1.5rem 1.5rem 1.25rem;
  margin: 2.2rem 2rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0;
  overflow: hidden;
}

.p-dashboard-mypage-main .p-dashboard-mypage-activity-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-dashboard-mypage-main .p-dashboard-mypage-activity-item {
  display: grid;
  grid-template-columns: minmax(160px, 220px) minmax(0, 1fr);
  align-items: center;
  gap: 1.5rem;
  padding: 1.2rem 0;
  border-bottom: 1px solid #e1e6ea;
}

.p-dashboard-mypage-main .p-dashboard-mypage-activity-item:last-of-type {
  border-bottom: none;
  padding-bottom: 0.25rem;
}

.p-dashboard-mypage-main .p-dashboard-mypage-activity-datetime {
  font-size: 1.2rem;
  font-weight: 300;
  white-space: nowrap;
  text-align: center;
  color: #667373;
}

.p-dashboard-mypage-main .p-dashboard-mypage-activity-body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.p-dashboard-mypage-main .p-dashboard-mypage-activity-descriptor {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.6;
}

.p-dashboard-mypage-main .p-dashboard-mypage-activity-empty {
  margin: 0;
  padding: 1.5rem 0;
  font-size: 0.95rem;
  color: #5e6b76;
  text-align: center;
}

.p-dashboard-mypage-main .p-dashboard-mypage-activity-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  font-size: 0.95rem;
}

.p-dashboard-mypage-main .p-dashboard-mypage-activity-pagination-inner {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.p-dashboard-mypage-main .p-dashboard-mypage-activity-pagination-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 6.5rem;
  padding: 0.55rem 1.1rem;
  font-weight: 300;
  font-size: 1.1rem;
  text-decoration: underline;
  color: #4f5b5b;
}

.p-dashboard-mypage-main .p-dashboard-mypage-activity-pagination-link.is-disabled {
  cursor: not-allowed;
  text-decoration: none;
  color: #667373;
}

.p-dashboard-mypage-main .p-dashboard-mypage-activity-pagination-pages {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.p-dashboard-mypage-main .p-dashboard-mypage-activity-pagination-pages a,
.p-dashboard-mypage-main .p-dashboard-mypage-activity-pagination-pages span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.3rem;
  height: 2.3rem;
  font-weight: 300;
  font-size: 1.2rem;
  text-decoration: underline;
}

.p-dashboard-mypage-main .p-dashboard-mypage-activity-notes {
  padding: 1rem 1.25rem;
  margin: 2rem;
  color: #ff1900;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.6;
}

.p-dashboard-mypage-main .p-dashboard-mypage-activity-notes ul {
  margin: 0;
  padding-left: 1.25rem;
}

.p-dashboard-mypage-main .p-dashboard-mypage-activity-notes li + li {
  margin-top: 0.4rem;
}

.p-dashboard-mypage-main .p-dashboard-mypage-activity-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.p-dashboard-mypage-account-current-plan-container, .p-dashboard-mypage-account-user-info-container, .p-dashboard-mypage-account-plan-history-container {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 16px 32px rgba(28, 51, 74, 0.08);
  margin: 0 2rem;
}
.p-dashboard-mypage-account-plan-history-container {
  margin-bottom: 4rem;
}
.p-dashboard-mypage-account-update-plan-container {
  margin: 2rem 2rem 0rem;
  background-color: rgb(228, 239, 239);
  border-radius: 6px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-dashboard-mypage-account-update-plan-container .c-plan-action {
  text-align: center;
}
.p-dashboard-mypage-account-update-plan-container .c-plan-action .c-btn-plan-update {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: rgb(34, 181, 182);
  color: white;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 188, 212, 0.3);
}
.p-dashboard-mypage-account-update-plan-container .c-plan-action .c-btn-plan-update i {
  font-size: 16px;
}
.p-dashboard-mypage-account .mail-notice {
  color: #333;
  font-size: 14px;
}
.p-dashboard-mypage-account .mail-notice label {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
  cursor: pointer;
}
.p-dashboard-mypage-account .mail-notice input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
}
.p-dashboard-mypage-account .mail-notice input[type=checkbox]:hover {
  border-color: rgb(228, 228, 228);
}
.p-dashboard-mypage-account .mail-notice input[type=checkbox]:checked {
  background-color: #fff;
  border-color: rgb(228, 228, 228);
}
.p-dashboard-mypage-account .mail-notice input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid rgb(228, 228, 228);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

@media (max-width: 960px) {
  .p-dashboard-mypage-main .p-dashboard-mypage-activity-panel {
    padding: 1.35rem;
  }
  .p-dashboard-mypage-main .p-dashboard-mypage-activity-item {
    grid-template-columns: minmax(150px, 200px) minmax(0, 1fr);
    gap: 1.25rem;
  }
}
@media (max-width: 768px) {
  .p-dashboard-mypage-main .p-dashboard-mypage-activity-item {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.6rem;
    padding: 1.1rem 0;
  }
  .p-dashboard-mypage-main .p-dashboard-mypage-activity-datetime {
    white-space: normal;
  }
}
@media (max-width: 480px) {
  .p-dashboard-mypage-main .p-dashboard-mypage-activity-pagination-inner {
    gap: 0.75rem;
  }
  .p-dashboard-mypage-main .p-dashboard-mypage-activity-pagination-link {
    min-width: 100%;
  }
  .p-dashboard-mypage-main .p-dashboard-mypage-activity-pagination-pages {
    width: 100%;
    justify-content: center;
  }
}
.p-dashboard-mypage-main .p-dashboard-mypage-download {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
}

.p-dashboard-mypage-main .p-dashboard-mypage-download-title {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 1.8rem 2rem 0.5rem;
}

.p-dashboard-mypage-main .p-dashboard-mypage-download-panel {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 16px 32px rgba(28, 51, 74, 0.08);
  margin: 0 2rem;
}

.p-dashboard-mypage-main .p-dashboard-mypage-download-table-wrapper {
  width: 100%;
  overflow-x: auto;
}

.p-dashboard-mypage-main .p-dashboard-mypage-download-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  min-width: 1100px;
}

.p-dashboard-mypage-main .p-dashboard-mypage-download-table th:first-child {
  text-align: right;
}

.p-dashboard-mypage-main .p-dashboard-mypage-download-table th {
  text-align: left;
  padding: 1rem 1.5rem;
  font-size: 1.1rem;
  font-weight: 500;
  border-bottom: 1px solid #e1e5ea;
  white-space: nowrap;
}

.p-dashboard-mypage-main .p-dashboard-mypage-download-table td:first-child {
  padding-right: 0;
}

.p-dashboard-mypage-main .p-dashboard-mypage-download-table td {
  padding: 1.25rem 1.5rem;
  font-size: 1.1rem;
  font-weight: 300;
  border-bottom: 1px solid #e9eef2;
  vertical-align: middle;
}

.p-dashboard-mypage-main .p-dashboard-mypage-download-table tr:last-of-type td {
  border-bottom: none;
}

.p-dashboard-mypage-main .p-dashboard-mypage-download-primary {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.p-dashboard-mypage-main .p-dashboard-mypage-download-thumbnail {
  width: 85px;
  height: 60px;
  border-radius: 6px;
  overflow: hidden;
  background-color: #eef1f5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-left: auto;
}

.p-dashboard-mypage-main .p-dashboard-mypage-download-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.p-dashboard-mypage-main .p-dashboard-mypage-download-info {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  min-width: 0;
}

.p-dashboard-mypage-main .p-dashboard-mypage-download-filename {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.p-dashboard-mypage-main .p-dashboard-mypage-download-status {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.p-dashboard-mypage-main .p-dashboard-mypage-download-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem 0.85rem;
  border-radius: 5px;
  font-size: 0.9rem;
  font-weight: 300;
  letter-spacing: 0.03em;
  color: #ffffff;
  background-color: #1d8bf5;
}

.p-dashboard-mypage-main .p-dashboard-mypage-download-badge-success {
  background-color: #2bb0b1;
}

.p-dashboard-mypage-main .p-dashboard-mypage-download-badge-neutral {
  background-color: #9aa5b1;
}

.p-dashboard-mypage-main .p-dashboard-mypage-download-head-label {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.p-dashboard-mypage-main .p-dashboard-mypage-download-sort-icon {
  font-size: 0.65rem;
  line-height: 1;
  color: rgba(166, 171, 176, 0.6588235294);
  width: 10px;
  display: block;
  white-space: pre-wrap;
  word-break: break-word;
}

.p-dashboard-mypage-main .p-dashboard-mypage-download-thumbnail-muted img {
  filter: grayscale(100%);
  opacity: 0.6;
}

.p-dashboard-mypage-main .p-dashboard-mypage-download-action-button-delete {
  font-size: 1.1rem;
}
.p-dashboard-mypage-main .p-dashboard-mypage-download-action-button-delete i {
  font-size: 1.4rem;
  transform: translateY(3px);
}

.p-dashboard-mypage-main .p-dashboard-mypage-download-action-form {
  margin: 0;
}

.p-dashboard-mypage-main .p-dashboard-mypage-download-progress {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  font-weight: 400;
  color: #22B5B6;
  font-size: 1.1rem;
}

.p-dashboard-mypage-main .p-dashboard-mypage-download-progress-icon i {
  font-size: 1.5rem;
}

.p-dashboard-mypage-main .p-dashboard-mypage-download-meta {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin: 0;
  color: #4a565f;
}

.p-dashboard-mypage-main .p-dashboard-mypage-download-meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.p-dashboard-mypage-main .p-dashboard-mypage-download-meta-label {
  font-weight: 300;
}

.p-dashboard-mypage-main .p-dashboard-mypage-download-duration {
  font-weight: 300;
}

.p-dashboard-mypage-main .p-dashboard-mypage-download-actions {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  flex-wrap: wrap;
  color: #e35a5a;
}

.p-dashboard-mypage-main .p-dashboard-mypage-download-action-link {
  font-size: 1.1rem;
  font-weight: 300;
  color: #667373;
}
.p-dashboard-mypage-main .p-dashboard-mypage-download-action-link i {
  font-size: 1.4rem;
}
.p-dashboard-mypage-main .p-dashboard-mypage-download-action-link.active {
  color: #22B5B6;
}

.text-right {
  text-align: right;
}

.p-dashboard-mypage-main .p-dashboard-mypage-download-action-button {
  border: 2px solid #e35a5a;
  width: 23px;
  height: 23px;
  font-size: 0.9rem;
  line-height: 0;
  text-align: center;
  align-content: center;
  display: inline-block;
  border-radius: 999px;
}

.p-dashboard-mypage-main .p-dashboard-mypage-download-empty {
  padding: 1.5rem;
  text-align: center;
  color: #5b6670;
  font-size: 0.95rem;
}

.p-dashboard-mypage-main .p-dashboard-mypage-download-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  font-size: 0.95rem;
}

.p-dashboard-mypage-main .p-dashboard-mypage-download-pagination-inner {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.p-dashboard-mypage-main .p-dashboard-mypage-download-pagination-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 6.5rem;
  padding: 0.55rem 1.1rem;
  border: 1px solid #cfd8de;
  border-radius: 999px;
  background-color: #ffffff;
  color: #3d4c57;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.p-dashboard-mypage-main .p-dashboard-mypage-download-pagination-link.is-disabled {
  color: #a3afb8;
  background-color: #f5f7f9;
  border-color: #e2e6ea;
  cursor: not-allowed;
}

.p-dashboard-mypage-main .p-dashboard-mypage-download-pagination-pages {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.p-dashboard-mypage-main .p-dashboard-mypage-download-pagination-pages a,
.p-dashboard-mypage-main .p-dashboard-mypage-download-pagination-pages span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 600;
  color: #3d4c57;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.p-dashboard-mypage-main .p-dashboard-mypage-download-pagination-pages .is-current {
  border-color: #8697a3;
  background-color: #8697a3;
  color: #ffffff;
}

.p-dashboard-mypage-main .p-dashboard-mypage-download-notes {
  margin: 2rem;
  color: #ff1900;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.6;
}

.p-dashboard-mypage-main .p-dashboard-mypage-download-notes ul {
  margin: 0;
  padding-left: 1.25rem;
}

.p-dashboard-mypage-main .p-dashboard-mypage-download-notes li + li {
  margin-top: 0.4rem;
}

.p-dashboard-mypage-main .p-dashboard-mypage-download-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 960px) {
  .p-dashboard-mypage-main .p-dashboard-mypage-download-panel {
    border-radius: 16px;
  }
  .p-dashboard-mypage-main .p-dashboard-mypage-download-table {
    min-width: 1100px;
  }
}
@media (max-width: 768px) {
  .p-dashboard-mypage-main .p-dashboard-mypage-download-panel {
    border-radius: 14px;
  }
  .p-dashboard-mypage-main .p-dashboard-mypage-download-table {
    min-width: 580px;
  }
}
@media (max-width: 560px) {
  .p-dashboard-mypage-main .p-dashboard-mypage-download-table {
    min-width: 520px;
  }
  .p-dashboard-mypage-main .p-dashboard-mypage-download-pagination-inner {
    gap: 0.75rem;
  }
  .p-dashboard-mypage-main .p-dashboard-mypage-download-pagination-link {
    min-width: 100%;
  }
  .p-dashboard-mypage-main .p-dashboard-mypage-download-pagination-pages {
    width: 100%;
    justify-content: center;
  }
}
.u-inline-block {
  display: inline-block !important;
}

@media screen and (max-width: 1023px) {
  .u-hide-tb {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-show-tb {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-hide-sp {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .u-show-sp {
    display: none !important;
  }
}
.u-font-xl {
  font-size: 1.75rem;
}

.u-font-l {
  font-size: 1.5rem;
}

.u-font-s {
  font-size: 1rem;
}

.u-font-xs {
  font-size: 0.875rem;
}

.u-font-xxs {
  font-size: 0.75rem;
}

@media screen and (max-width: 1023px) {
  .u-font-xl {
    font-size: 1.5rem;
  }
  .u-font-l {
    font-size: 1.375rem;
  }
  .u-font-s {
    font-size: 0.875rem;
  }
  .u-font-xs {
    font-size: 0.75rem;
  }
}
.u-color-action-main {
  color: #22B5B6;
}

.u-color-accent-main {
  color: #22B5B6;
}

.u-align-center {
  text-align: center;
}

/*
	margin指定

	.u-mt*　margin-top
	.u-mb* margin-bottom
	*は0～96まで8px刻み

	ex.
	.u-mt10　margin-top: 10px;
	.u-mb50　margin-bottom: 50px;
*/
.u-mt0 {
  margin-top: 0px !important;
}

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

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

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

.u-mt8 {
  margin-top: 8px !important;
}

.u-mb8 {
  margin-bottom: 8px !important;
}

.u-ml8 {
  margin-left: 8px !important;
}

.u-mr8 {
  margin-right: 8px !important;
}

.u-mt16 {
  margin-top: 16px !important;
}

.u-mb16 {
  margin-bottom: 16px !important;
}

.u-ml16 {
  margin-left: 16px !important;
}

.u-mr16 {
  margin-right: 16px !important;
}

.u-mt24 {
  margin-top: 24px !important;
}

.u-mb24 {
  margin-bottom: 24px !important;
}

.u-ml24 {
  margin-left: 24px !important;
}

.u-mr24 {
  margin-right: 24px !important;
}

.u-mt32 {
  margin-top: 32px !important;
}

.u-mb32 {
  margin-bottom: 32px !important;
}

.u-ml32 {
  margin-left: 32px !important;
}

.u-mr32 {
  margin-right: 32px !important;
}

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

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

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

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

.u-mt48 {
  margin-top: 48px !important;
}

.u-mb48 {
  margin-bottom: 48px !important;
}

.u-ml48 {
  margin-left: 48px !important;
}

.u-mr48 {
  margin-right: 48px !important;
}

.u-mt56 {
  margin-top: 56px !important;
}

.u-mb56 {
  margin-bottom: 56px !important;
}

.u-ml56 {
  margin-left: 56px !important;
}

.u-mr56 {
  margin-right: 56px !important;
}

.u-mt64 {
  margin-top: 64px !important;
}

.u-mb64 {
  margin-bottom: 64px !important;
}

.u-ml64 {
  margin-left: 64px !important;
}

.u-mr64 {
  margin-right: 64px !important;
}

.u-mt72 {
  margin-top: 72px !important;
}

.u-mb72 {
  margin-bottom: 72px !important;
}

.u-ml72 {
  margin-left: 72px !important;
}

.u-mr72 {
  margin-right: 72px !important;
}

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

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

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

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

.u-mt88 {
  margin-top: 88px !important;
}

.u-mb88 {
  margin-bottom: 88px !important;
}

.u-ml88 {
  margin-left: 88px !important;
}

.u-mr88 {
  margin-right: 88px !important;
}

.u-mt96 {
  margin-top: 96px !important;
}

.u-mb96 {
  margin-bottom: 96px !important;
}

.u-ml96 {
  margin-left: 96px !important;
}

.u-mr96 {
  margin-right: 96px !important;
}

.u-align-center {
  text-align: center;
}

.u-align-left {
  text-align: left;
}

.u-align-right {
  text-align: right;
}

@media screen and (max-width: 1023px) {
  .u-align-center-sp {
    text-align: center;
  }
  .u-align-left-sp {
    text-align: left;
  }
  .u-align-right-sp {
    text-align: right;
  }
}
/*
	width指定

	px指定　.u-w*
	*は0～300まで10px刻み
	*は300～1000まで50px刻み

	%指定　.u-w*p
	*は0～100まで1%刻み

	SPのみの指定　末尾に-sp
	.u-w*-sp
	.u-w*p-sp

	ex.
	.u-w10　10px
	.u-w50p　50%
*/
.u-w0 {
  width: 0px;
}

.u-w10 {
  width: 10px;
}

.u-w20 {
  width: 20px;
}

.u-w30 {
  width: 30px;
}

.u-w40 {
  width: 40px;
}

.u-w50 {
  width: 50px;
}

.u-w60 {
  width: 60px;
}

.u-w70 {
  width: 70px;
}

.u-w80 {
  width: 80px;
}

.u-w90 {
  width: 90px;
}

.u-w100 {
  width: 100px;
}

.u-w110 {
  width: 110px;
}

.u-w120 {
  width: 120px;
}

.u-w130 {
  width: 130px;
}

.u-w140 {
  width: 140px;
}

.u-w150 {
  width: 150px;
}

.u-w160 {
  width: 160px;
}

.u-w170 {
  width: 170px;
}

.u-w180 {
  width: 180px;
}

.u-w190 {
  width: 190px;
}

.u-w200 {
  width: 200px;
}

.u-w210 {
  width: 210px;
}

.u-w220 {
  width: 220px;
}

.u-w230 {
  width: 230px;
}

.u-w240 {
  width: 240px;
}

.u-w250 {
  width: 250px;
}

.u-w260 {
  width: 260px;
}

.u-w270 {
  width: 270px;
}

.u-w280 {
  width: 280px;
}

.u-w290 {
  width: 290px;
}

.u-w300 {
  width: 300px;
}

.u-w350 {
  width: 350px;
}

.u-w400 {
  width: 400px;
}

.u-w450 {
  width: 450px;
}

.u-w500 {
  width: 500px;
}

.u-w550 {
  width: 550px;
}

.u-w600 {
  width: 600px;
}

.u-w650 {
  width: 650px;
}

.u-w700 {
  width: 700px;
}

.u-w750 {
  width: 750px;
}

.u-w800 {
  width: 800px;
}

.u-w850 {
  width: 850px;
}

.u-w900 {
  width: 900px;
}

.u-w950 {
  width: 950px;
}

.u-w1000 {
  width: 1000px;
}

.u-w0p {
  width: 0%;
}

.u-w1p {
  width: 1%;
}

.u-w2p {
  width: 2%;
}

.u-w3p {
  width: 3%;
}

.u-w4p {
  width: 4%;
}

.u-w5p {
  width: 5%;
}

.u-w6p {
  width: 6%;
}

.u-w7p {
  width: 7%;
}

.u-w8p {
  width: 8%;
}

.u-w9p {
  width: 9%;
}

.u-w10p {
  width: 10%;
}

.u-w11p {
  width: 11%;
}

.u-w12p {
  width: 12%;
}

.u-w13p {
  width: 13%;
}

.u-w14p {
  width: 14%;
}

.u-w15p {
  width: 15%;
}

.u-w16p {
  width: 16%;
}

.u-w17p {
  width: 17%;
}

.u-w18p {
  width: 18%;
}

.u-w19p {
  width: 19%;
}

.u-w20p {
  width: 20%;
}

.u-w21p {
  width: 21%;
}

.u-w22p {
  width: 22%;
}

.u-w23p {
  width: 23%;
}

.u-w24p {
  width: 24%;
}

.u-w25p {
  width: 25%;
}

.u-w26p {
  width: 26%;
}

.u-w27p {
  width: 27%;
}

.u-w28p {
  width: 28%;
}

.u-w29p {
  width: 29%;
}

.u-w30p {
  width: 30%;
}

.u-w31p {
  width: 31%;
}

.u-w32p {
  width: 32%;
}

.u-w33p {
  width: 33%;
}

.u-w34p {
  width: 34%;
}

.u-w35p {
  width: 35%;
}

.u-w36p {
  width: 36%;
}

.u-w37p {
  width: 37%;
}

.u-w38p {
  width: 38%;
}

.u-w39p {
  width: 39%;
}

.u-w40p {
  width: 40%;
}

.u-w41p {
  width: 41%;
}

.u-w42p {
  width: 42%;
}

.u-w43p {
  width: 43%;
}

.u-w44p {
  width: 44%;
}

.u-w45p {
  width: 45%;
}

.u-w46p {
  width: 46%;
}

.u-w47p {
  width: 47%;
}

.u-w48p {
  width: 48%;
}

.u-w49p {
  width: 49%;
}

.u-w50p {
  width: 50%;
}

.u-w51p {
  width: 51%;
}

.u-w52p {
  width: 52%;
}

.u-w53p {
  width: 53%;
}

.u-w54p {
  width: 54%;
}

.u-w55p {
  width: 55%;
}

.u-w56p {
  width: 56%;
}

.u-w57p {
  width: 57%;
}

.u-w58p {
  width: 58%;
}

.u-w59p {
  width: 59%;
}

.u-w60p {
  width: 60%;
}

.u-w61p {
  width: 61%;
}

.u-w62p {
  width: 62%;
}

.u-w63p {
  width: 63%;
}

.u-w64p {
  width: 64%;
}

.u-w65p {
  width: 65%;
}

.u-w66p {
  width: 66%;
}

.u-w67p {
  width: 67%;
}

.u-w68p {
  width: 68%;
}

.u-w69p {
  width: 69%;
}

.u-w70p {
  width: 70%;
}

.u-w71p {
  width: 71%;
}

.u-w72p {
  width: 72%;
}

.u-w73p {
  width: 73%;
}

.u-w74p {
  width: 74%;
}

.u-w75p {
  width: 75%;
}

.u-w76p {
  width: 76%;
}

.u-w77p {
  width: 77%;
}

.u-w78p {
  width: 78%;
}

.u-w79p {
  width: 79%;
}

.u-w80p {
  width: 80%;
}

.u-w81p {
  width: 81%;
}

.u-w82p {
  width: 82%;
}

.u-w83p {
  width: 83%;
}

.u-w84p {
  width: 84%;
}

.u-w85p {
  width: 85%;
}

.u-w86p {
  width: 86%;
}

.u-w87p {
  width: 87%;
}

.u-w88p {
  width: 88%;
}

.u-w89p {
  width: 89%;
}

.u-w90p {
  width: 90%;
}

.u-w91p {
  width: 91%;
}

.u-w92p {
  width: 92%;
}

.u-w93p {
  width: 93%;
}

.u-w94p {
  width: 94%;
}

.u-w95p {
  width: 95%;
}

.u-w96p {
  width: 96%;
}

.u-w97p {
  width: 97%;
}

.u-w98p {
  width: 98%;
}

.u-w99p {
  width: 99%;
}

.u-w100p {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .u-w0-sp {
    width: 0px;
  }
  .u-w10-sp {
    width: 10px;
  }
  .u-w20-sp {
    width: 20px;
  }
  .u-w30-sp {
    width: 30px;
  }
  .u-w40-sp {
    width: 40px;
  }
  .u-w50-sp {
    width: 50px;
  }
  .u-w60-sp {
    width: 60px;
  }
  .u-w70-sp {
    width: 70px;
  }
  .u-w80-sp {
    width: 80px;
  }
  .u-w90-sp {
    width: 90px;
  }
  .u-w100-sp {
    width: 100px;
  }
  .u-w110-sp {
    width: 110px;
  }
  .u-w120-sp {
    width: 120px;
  }
  .u-w130-sp {
    width: 130px;
  }
  .u-w140-sp {
    width: 140px;
  }
  .u-w150-sp {
    width: 150px;
  }
  .u-w160-sp {
    width: 160px;
  }
  .u-w170-sp {
    width: 170px;
  }
  .u-w180-sp {
    width: 180px;
  }
  .u-w190-sp {
    width: 190px;
  }
  .u-w200-sp {
    width: 200px;
  }
  .u-w210-sp {
    width: 210px;
  }
  .u-w220-sp {
    width: 220px;
  }
  .u-w230-sp {
    width: 230px;
  }
  .u-w240-sp {
    width: 240px;
  }
  .u-w250-sp {
    width: 250px;
  }
  .u-w260-sp {
    width: 260px;
  }
  .u-w270-sp {
    width: 270px;
  }
  .u-w280-sp {
    width: 280px;
  }
  .u-w290-sp {
    width: 290px;
  }
  .u-w300-sp {
    width: 300px;
  }
  .u-w350-sp {
    width: 350px;
  }
  .u-w400-sp {
    width: 400px;
  }
  .u-w450-sp {
    width: 450px;
  }
  .u-w500-sp {
    width: 500px;
  }
  .u-w550-sp {
    width: 550px;
  }
  .u-w600-sp {
    width: 600px;
  }
  .u-w650-sp {
    width: 650px;
  }
  .u-w700-sp {
    width: 700px;
  }
  .u-w750-sp {
    width: 750px;
  }
  .u-w800-sp {
    width: 800px;
  }
  .u-w850-sp {
    width: 850px;
  }
  .u-w900-sp {
    width: 900px;
  }
  .u-w950-sp {
    width: 950px;
  }
  .u-w1000-sp {
    width: 1000px;
  }
  .u-w0p-sp {
    width: 0%;
  }
  .u-w5p-sp {
    width: 5%;
  }
  .u-w10p-sp {
    width: 10%;
  }
  .u-w15p-sp {
    width: 15%;
  }
  .u-w20p-sp {
    width: 20%;
  }
  .u-w25p-sp {
    width: 25%;
  }
  .u-w30p-sp {
    width: 30%;
  }
  .u-w35p-sp {
    width: 35%;
  }
  .u-w40p-sp {
    width: 40%;
  }
  .u-w45p-sp {
    width: 45%;
  }
  .u-w50p-sp {
    width: 50%;
  }
  .u-w55p-sp {
    width: 55%;
  }
  .u-w60p-sp {
    width: 60%;
  }
  .u-w65p-sp {
    width: 65%;
  }
  .u-w70p-sp {
    width: 70%;
  }
  .u-w75p-sp {
    width: 75%;
  }
  .u-w80p-sp {
    width: 80%;
  }
  .u-w85p-sp {
    width: 85%;
  }
  .u-w90p-sp {
    width: 90%;
  }
  .u-w95p-sp {
    width: 95%;
  }
  .u-w100p-sp {
    width: 100%;
  }
}
.c-file_upload-wrapper .c-file_upload-contents {
  max-width: unset;
  top: 30px;
}

.c-file_upload-wrapper .c-file_upload-contents .c-file_upload-icon .bx.bx-cloud-upload {
  padding-top: 30px;
}

.c-file_download-wrapper .c-file_download-contents .c-file_download-icon {
  padding-top: 50px;
}

.c-file_upload-wrapper.c-upload-setting {
  height: 140px;
}

.c-upload-setting .c-file_upload-contents {
  max-width: unset;
  top: 16px;
}

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