@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&display=swap");

/* reset.css */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    color: currentColor;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

/* # =================================================================
	 # Forms
	 # ================================================================= */
input {
    border-radius: 0;
}

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

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

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

textarea {
    overflow: auto;
    /* Internet Explorer 11+ */
    resize: vertical;
    /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
    font: inherit;
    /* Specify font inheritance of form elements */
}

optgroup {
    font-weight: bold;
    /* Restore the font weight unset by the previous rule */
}

button {
    overflow: visible;
    /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
    text-transform: none;
    /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
    cursor: pointer;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    outline: 1px dotted ButtonText;
}

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

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
    background-color: transparent;
    border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
    outline-width: 0;
    outline: none;
}

/* Style select like a standard input */
select::-ms-expand {
    display: none;
    /* Internet Explorer 11+ */
}

select::-ms-value {
    color: currentColor;
    /* Internet Explorer 11+ */
}

legend {
    border: 0;
    /* Correct `color` not being inherited in IE 8/9/10/11 */
    color: inherit;
    /* Correct the color inheritance from `fieldset` elements in IE */
    display: table;
    /* Correct the text wrapping in Edge and IE */
    max-width: 100%;
    /* Correct the text wrapping in Edge and IE */
    white-space: normal;
    /* Correct the text wrapping in Edge and IE */
    max-width: 100%;
    /* Correct the text wrapping in Edge 18- and IE */
}

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

/* Replace pointer cursor in disabled elements */
[disabled] {
    cursor: default;
}

/* org-add */
*,
*::before,
*::after {
    background-repeat: no-repeat;
    box-sizing: border-box;
}

::before,
::after {
    text-decoration: inherit;
    vertical-align: inherit;
}

@media screen and (min-width: 1024px) {
    a[href^="tel:"] {
        pointer-events: none;
    }
}

textarea,
input[type=text],
input[type=email],
input[type=tel],
input[type=search],
input[type=url],
input[type=password],
input[type=number],
input[type=range],
select {
    font-size: max(1.15rem, 16px);
}

@media screen and (min-width: 1024px) {

    textarea,
    input[type=text],
    input[type=email],
    input[type=tel],
    input[type=search],
    input[type=url],
    input[type=password],
    input[type=number],
    input[type=range],
    select {
        font-size: max(1rem, 16px);
    }
}

body {
    font-family: "BIZ UDPGothic", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, ’ヒラギノ角ゴシック’, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: #202124;
    line-height: 1.5;
}

body.is-nav-open {
    position: fixed;
    left: 0;
}

p {
    text-align: justify;
}

a {
    cursor: pointer;
}

a:hover,
a:focus,
a:active {
    color: #0073A8;
    transition: 0.15s ease-in-out;
}

main {
    min-height: var(--main-height, 100vh);
    background-color: #ffffff;
    position: relative;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=search],
input[type=url],
input[type=password],
input[type=number],
input[type=range],
input[type=date],
textarea,
select {
    background-color: #ffffff;
    border: 1px solid #E0E0E0;
    border-radius: 3px;
    padding: 5px 10px;
}

input[type=radio] {
    margin: 0 3px;
    vertical-align: middle;
}

label>input[type=radio] {
    margin: 0 5px 0 0;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 2px solid #0073A8;
}

/* extends cake */
.asc:after {
    content: " ↓";
}

.desc:after {
    content: " ↑";
}

/* Flash messages */
.message {
    position: absolute;
    top: 60px;
    left: 15px;
    padding: 0.8rem;
    background: #eff8ff;
    color: #0097E0;
    border-color: #0097E0;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    width: calc(100% - 30px);
    max-width: 1200px;
    transition: 0.15s ease-in-out;
    cursor: pointer;
}

@media screen and (min-width: 1024px) {
    .message {
        padding: 1rem;
        top: 74px;
        left: 30px;
        width: calc(100% - 60px);
    }
}

@media screen and (min-width: 1536px) {
    .message {
        top: 74px;
        left: 7vw;
        width: calc(100% - 14vw);
    }
}

.message.hidden {
    display: none;
}

.message.success {
    background: #e3fcec;
    color: #34A853;
    border-color: #34A853;
}

.message.warning {
    background: #fffabc;
    color: #696969;
    border-color: #FBBD05;
}

.message.error {
    background: #fcebea;
    color: #EA4336;
    border-color: #EA4336;
}

.input.error {
    display: contents;
}

.error-message {
    color: #EA4336;
    font-size: clamp(0.813rem, 0.792rem + 0.1vw, 0.875rem);
    position: absolute;
    bottom: 0;
    left: 0;
}

.l-header__top-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    height: 50px;
    background-color: #E7F6FD;
    border-bottom: 1px solid #0097E0;
    z-index: 100;
}

@media screen and (min-width: 1024px) {
    .l-header__top-menu {
        height: 64px;
    }
}

.l-header__top-menu+* {
    padding-top: 80px;
}

@media screen and (min-width: 1024px) {
    .l-header__top-menu+* {
        padding-top: 94px;
    }
}

body.is-nav-open .l-header__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(105, 105, 105, 0.5);
    z-index: 1;
}

body.is-nav-open .l-header__top-menu {
    background-color: #ffffff;
}

body.is-nav-open .l-nav__list--menu {
    left: 0;
    z-index: 2;
}

body.is-nav-open .l-header__hamburger-btn {
    z-index: 3;
}

.l-header__logo-img {
    width: 100%;
    max-width: 180px;
    min-width: 150px;
    height: auto;
}

.l-header__nav {
    width: 100%;
    height: 100%;
}

.l-nav__list {
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 1024px) {
    .l-nav__list {
        display: flex;
        -moz-column-gap: clamp(0.5rem, 2.5vw, 1.875rem);
        column-gap: clamp(0.5rem, 2.5vw, 1.875rem);
        align-items: center;
    }
}

.l-nav__list--menu-wrap {
    height: 100%;
}

.l-nav__list--menu {
    position: absolute;
    left: -100%;
    top: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 100vh;
    background-color: #0097E0;
    transition: 0.25s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 100px 30px 15px;
    row-gap: 30px;
}

@media screen and (min-width: 1024px) {
    .l-nav__list--menu {
        position: static;
        height: 100%;
        padding: unset;
        background-color: inherit;
        flex-direction: row;
        transition: 0s;
        min-width: unset;
        justify-content: left;
    }
}

.l-nav__list--menu .l-nav__list-item {
    color: #ffffff;
    font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem);
    position: relative;
    transition: 0.25s ease-in-out;
    padding-bottom: 8px;
}

@media screen and (min-width: 1024px) {
    .l-nav__list--menu .l-nav__list-item {
        color: #202124;
        padding-bottom: 0;
    }
}

.l-nav__list--menu .l-nav__list-item>a:hover {
    color: #ffffff;
}

@media screen and (min-width: 1024px) {
    .l-nav__list--menu .l-nav__list-item>a:hover {
        color: inherit;
    }
}

.l-nav__list--menu .l-nav__list-item>a:focus {
    outline: none;
}

.l-nav__list--menu .l-nav__list-item::after {
    content: "";
    position: absolute;
    height: 5px;
    width: 0;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    transition: 0.15s ease-in-out;
}

@media screen and (min-width: 1024px) {
    .l-nav__list--menu .l-nav__list-item::after {
        background-color: #0097E0;
    }
}

.l-nav__list--menu .l-nav__list-item.is-active::after {
    width: 100%;
}

.l-nav__list--menu .l-nav__list-item:hover::after,
.l-nav__list--menu .l-nav__list-item:focus::after {
    width: 100%;
}

.l-nav__list--account {
    position: absolute;
    top: 0;
    right: 15px;
    display: flex;
    -moz-column-gap: clamp(0.5rem, 2.5vw, 1.875rem);
    column-gap: clamp(0.5rem, 2.5vw, 1.875rem);
    align-items: center;
    justify-content: flex-end;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

@media screen and (min-width: 1024px) {
    .l-nav__list--account {
        right: 30px;
    }
}

@media screen and (min-width: 1536px) {
    .l-nav__list--account {
        right: 7vw;
    }
}

.l-nav__list-item {
    display: flex;
    align-items: center;
    font-size: clamp(0.75rem, 0.682rem + 0.34vw, 0.938rem);
    font-weight: 700;
}

@media screen and (min-width: 1024px) {
    .l-nav__list-item {
        height: 100%;
    }
}

@media screen and (min-width: 1024px) {
    .l-nav__list-item>a {
        display: flex;
        align-items: center;
        height: 100%;
    }
}

@media screen and (min-width: 1024px) {
    .l-nav__list-item>a.c-btn {
        height: unset;
    }
}

.l-header__nav .l-header__nav-none {
    display: none;
}

.l-header__cta {
    display: flex;
    gap: 0 20px;
    align-items: center;
    justify-content: center;
}

.l-header__hamburger-btn {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    width: 30px;
    height: 20px;
    cursor: pointer;
    z-index: 1;
}

@media screen and (min-width: 1024px) {
    .l-header__hamburger-btn {
        display: none;
    }
}

.l-header__hamburger-btn>span,
.l-header__hamburger-btn::before,
.l-header__hamburger-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 2px;
    background-color: #0097E0;
    transition: 0.3s;
}

.l-header__hamburger-btn>span {
    top: calc(50% - 1px);
}

.l-header__hamburger-btn::before {
    top: 0;
}

.l-header__hamburger-btn::after {
    bottom: 0;
}

body.is-nav-open .l-header__hamburger-btn::before {
    top: 50%;
    transform: translateX(-50%) rotate(-45deg);
    background-color: #ffffff;
}

body.is-nav-open .l-header__hamburger-btn::after {
    opacity: 0;
}

body.is-nav-open .l-header__hamburger-btn>span {
    top: 50%;
    transform: translateX(-50%) rotate(45deg);
    background-color: #ffffff;
}

.l-section {
    margin-top: 20px;
}

@media screen and (min-width: 1024px) {
    .l-section {
        margin-top: 25px;
    }
}

.l-section-bottom {
    margin-top: 30px;
}

@media screen and (min-width: 1024px) {
    .l-section-bottom {
        margin-top: 60px;
    }
}

.l-container {
    width: 100%;
    /* padding-left: 15px;
  padding-right: 15px; */
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
}

/* @media screen and (min-width: 1024px) {
  .l-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (min-width: 1536px) {
  .l-container {
    padding-left: 7vw;
    padding-right: 7vw;
  }
} */

.l-container--md {
    max-width: 1200px;
}

.l-container--left {
    margin-left: unset;
}

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

.c-alphanumeric {
    font-family: "Montserrat", sans-serif;
}

.c-h1 {
    font-size: 2rem;
}

@media screen and (min-width: 1024px) {
    .c-h1 {
        font-size: 3rem;
    }
}

.c-h2 {
    font-size: 1.5714285714rem;
}

@media screen and (min-width: 1024px) {
    .c-h2 {
        font-size: 2.25rem;
    }
}

.c-h3 {
    font-size: 1.2857142857rem;
}

@media screen and (min-width: 1024px) {
    .c-h3 {
        font-size: 1.875rem;
    }
}

.c-h4 {
    font-size: 1.1428571429rem;
}

@media screen and (min-width: 1024px) {
    .c-h4 {
        font-size: 1.5rem;
    }
}

.c-h5 {
    font-size: 1.0714285714rem;
}

@media screen and (min-width: 1024px) {
    .c-h5 {
        font-size: 1.25rem;
    }
}

.c-h6 {
    font-size: 1rem;
}

@media screen and (min-width: 1024px) {
    .c-h6 {
        font-size: 1.125rem;
    }
}

.c-add-mark {
    position: relative;
}

.c-add-mark::before {
    content: "◆";
}

.c-list {
    width: 100%;
}

.c-list__item {
    padding: 15px;
    border-bottom: 1px solid #E0E0E0;
}

.c-btn {
    display: block;
    background-color: #0097E0;
    border-radius: 3px;
    border: 1px solid #0097E0;
    padding: 8px 15px;
    text-align: center;
    color: #ffffff;
    display: inline-block;
    transition: 0.15s ease-in-out;
}

.c-btn:hover,
.c-btn:focus {
    background-color: #ffffff;
    color: #0097E0;
}

.c-btn--green {
    background-color: #34A853;
}

.c-btn--low {
    padding: 5px clamp(0.313rem, 0.208rem + 0.52vw, 0.625rem);
}

.c-btn--lg {
    min-width: 130px;
}

.c-btn--outline {
    background-color: #ffffff;
    color: #0097E0;
}

.c-btn--outline:hover,
.c-btn--outline:focus {
    background-color: #0097E0;
    color: #ffffff;
}

.c-btn--outline-green {
    border-color: #34A853;
    background-color: #ffffff;
    color: #34A853;
}

.c-btn--outline-green:hover,
.c-btn--outline-green:focus {
    background-color: #34A853;
    color: #ffffff;
}

.c-btn--outline-red {
    border-color: #EA4336;
    background-color: #ffffff;
    color: #EA4336;
}

.c-btn--outline-red:hover,
.c-btn--outline-red:focus {
    background-color: #EA4336;
    color: #ffffff;
}

.c-btn--gray {
    border-color: #696969;
    background-color: #696969;
    color: #ffffff;
}

.c-btn--gray:hover,
.c-btn--gray:focus {
    background-color: #F1F3F4;
    color: #696969;
}

.c-btn-box {
    width: 100%;
    display: flex;
    align-items: center;
    -moz-column-gap: 10px;
    column-gap: 10px;
    margin-top: 15px;
}

.c-btn-box--center {
    justify-content: center;
}

.c-btn-box--right {
    justify-content: right;
}

.c-btn-link {
    color: #0097E0;
    border-bottom: 1px solid #0097E0;
    transition: 0.15s ease-in-out;
    position: relative;
    display: inline-block;
}

.c-btn-link:hover,
.c-btn-link:focus {
    background-color: #E7F6FD;
}

.c-icon-user::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    background-image: url(../img/icon-user.svg);
    background-size: contain;
    vertical-align: middle;
    margin-right: 5px;
}

@media screen and (min-width: 1024px) {
    .c-icon-user::before {
        width: 25px;
        height: 25px;
    }
}

.c-icon-logout::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 13.13px;
    background-image: url(../img/icon-logout.svg);
    background-size: contain;
    vertical-align: middle;
    margin-right: 5px;
}

.c-icon-logout:hover::before,
.c-icon-logout:focus::before {
    background-image: url(../img/icon-logout-white.svg);
}

.c-icon-dl::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 14.57px;
    background-image: url(../img/icon-dl.svg);
    background-size: contain;
    vertical-align: middle;
    margin-right: 5px;
}

.c-icon-dl:hover::before,
.c-icon-dl:focus::before {
    background-image: url(../img/icon-dl-white.svg);
}

.c-table__stats {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    width: 100%;
    gap: 10px;
}

@media screen and (min-width: 640px) {
    .c-table__stats {
        justify-content: space-between;
        grid-template-columns: 1fr 1fr;
    }
}

.c-table-wrap {
    margin-top: 10px;
    overflow-x: auto;
}

.c-table {
    width: 100%;
}

.c-table__th {
    background-color: #F1F3F4;
    padding: 8px 10px;
    border-right: 1px solid #E0E0E0;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
    font-size: clamp(0.875rem, 0.854rem + 0.1vw, 0.938rem);
}

.p-internal .c-table__th {
    font-size: clamp(0.875rem, 0.854rem + 0.1vw, 0.9rem);
}

@media screen and (min-width: 1024px) {
    /* .c-table__th {
    white-space: normal;
  } */
}

#internal-invoice-list .c-table__th {
    border-right: none;
}

.c-table__td {
    padding: 8px 10px;
    border: 1px solid #E0E0E0;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
    font-size: clamp(0.875rem, 0.854rem + 0.1vw, 0.938rem);
}

#internal-invoice-list .c-table__td {
    font-size: clamp(0.875rem, 0.854rem + 0.1vw, 0.9rem);
}

@media screen and (min-width: 1024px) {
    .c-table__td {
        white-space: normal;
    }
}

.c-table-compact {
    width: 100%;
}

.c-table-compact__th,
.c-table-compact__td {
    padding: 10px;
    border-bottom: 1px solid #E0E0E0;
    vertical-align: middle;
    font-size: clamp(0.875rem, 0.854rem + 0.1vw, 0.938rem);
    text-align: left;
}

.c-tw-5 {
    width: 5%;
}

.c-tw-10 {
    width: 10%;
}

.c-pager {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 50px;
}

.c-pager__list {
    display: flex;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

.c-pager__list>li>a {
    display: block;
    border-radius: 3px;
    border: 1px solid #0097E0;
    padding: 10px 8px;
    text-align: center;
    color: #0097E0;
    min-width: 30px;
    transition: 0.15s ease-in-out;
}

.c-pager__list>li>a:hover,
.c-pager__list>li>a:focus {
    background-color: #0097E0;
    color: #ffffff;
}

.c-pager__list>li.active>a {
    background-color: #0097E0;
    color: #ffffff;
    pointer-events: none;
}

.c-pager__list>li.disabled>a {
    display: none;
}

.c-form {
    padding: 25px clamp(0.938rem, 0.483rem + 2.27vw, 2.188rem);
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    background-color: #ffffff;
}

.c-form__inner {
    display: grid;
    row-gap: 8px;
}

.c-form__input-wrap {
    display: grid;
    align-items: center;
    gap: 3px 0;
    position: relative;
}

@media screen and (min-width: 1024px) {
    .c-form__input-wrap {
        grid-template-columns: 100px 1fr;
        gap: 0 25px;
    }
}

.c-form__label {
    font-weight: 700;
}

.c-form__label-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.c-form__scope {
    display: grid;
    grid-template-columns: 0.5fr 20px 0.5fr;
    align-items: center;
}

.c-form__file-input {
    cursor: pointer;
}

.c-form__file-input-label {
    display: inline-block;
    cursor: pointer;
    padding: 5px 10px;
    background-color: #F1F3F4;
    border: 1px double #696969;
    max-width: 300px;
}

#c-form__file-input {
    display: none;
}

.c-form__ddarea-wrap {
    width: 100%;
    max-width: 600px;
}

.c-form__ddarea {
    border: 2px dashed #E0E0E0;
    padding: 40px;
    transition: 0.15s ease-in-out;
    text-align: center;
}

.c-form__ddarea.is-dragover {
    background-color: #F1F3F4;
}

.c-form__ddarea__inner {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    align-items: center;
}

.c-form__ddarea-text {
    text-align: center;
}

.c-maintenance {
    margin-top: 2rem;
    color: #EA4336;
    font-size: 0.9rem;
    font-weight: bold;
}

/* Notification Component */
.c-notification {
    width: 100%;
    max-width: 600px;
    background-color: #E7F6FD;
    border: 1px solid #0097E0;
    border-radius: 10px;
    padding: 20px clamp(0.938rem, 0.483rem + 2.27vw, 2.188rem);
    margin-bottom: 1.5rem;
}

.c-notification__inner {
    display: grid;
    row-gap: 0.6rem;
}

.c-notification__title {
    font-size: 1.0714285714rem;
    font-weight: 700;
    line-height: 1.3;
    color: #0097E0;
    margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
    .c-notification__title {
        font-size: 1.25rem;
    }
}

.c-notification__content {
    display: grid;
    row-gap: 0.5rem;
}

.c-notification__text {
    font-size: 14px;
    line-height: 1.5;
    color: #202124;
    text-align: left;
    margin: 0;
}

/* Modifier: Informational */
.c-notification--info {
    background-color: #E7F6FD;
    border-color: #0097E0;
}

.c-notification--info .c-notification__title {
    color: #0097E0;
}

/* Modifier: Success */
.c-notification--success {
    background-color: #e3fcec;
    border-color: #34A853;
}

.c-notification--success .c-notification__title {
    color: #34A853;
}

/* Modifier: Warning */
.c-notification--warning {
    background-color: #fffabc;
    border-color: #FBBD05;
}

.c-notification--warning .c-notification__title {
    color: #696969;
}

/* Modifier: Error */
.c-notification--error {
    background-color: #fcebea;
    border-color: #EA4336;
}

.c-notification--error .c-notification__title {
    color: #EA4336;
}

.p-login-form-wrap {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #E7F6FD;
}

.p-login-form {
    width: 100%;
    max-width: 600px;
}

.p-login-form__title-wrap {
    width: 100%;
    display: flex;
    -moz-column-gap: 10px;
    column-gap: 10px;
    align-items: center;
    justify-content: center;
    margin-bottom: 2.5rem;
}

.p-login-form__logo {
    width: clamp(2.813rem, 2.472rem + 1.7vw, 3.75rem);
}

.p-login-form__title {
    font-weight: 700;
    font-size: clamp(1.375rem, 1.239rem + 0.68vw, 1.75rem);
}

.p-search-form,
.p-edit-form,
.p-upload-form {
    max-width: 700px;
}

.p-dashbord-table,
.p-history-view-table {
    max-width: 700px;
}

body.p-customer a:focus,
body.p-customer button:focus,
body.p-customer input:focus,
body.p-customer select:focus,
body.p-customer textarea:focus {
    outline: 2px solid #287F3F;
}

body.p-customer a:hover,
body.p-customer a:focus,
body.p-customer a:active {
    color: #287F3F;
}

body.p-customer .l-header__top-menu {
    background-color: #D0F0D8;
    border-color: #34A853;
}

body.p-customer .p-login-form-wrap {
    background-color: #D0F0D8;
}

body.p-customer .c-btn {
    background-color: #34A853;
    border-color: #34A853;
}

body.p-customer .c-btn:hover,
body.p-customer .c-btn:focus {
    background-color: #ffffff;
    color: #34A853;
}

body.p-customer .c-btn--outline {
    border-color: #34A853;
    background-color: #ffffff;
    color: #34A853;
}

body.p-customer .c-btn--outline:hover,
body.p-customer .c-btn--outline:focus {
    background-color: #34A853;
    color: #ffffff;
}

body.p-customer .c-btn-link {
    color: #34A853;
    border-color: #34A853;
}

body.p-customer .c-btn-link:hover,
body.p-customer .c-btn-link:focus {
    background-color: #D0F0D8;
}

body.p-customer .c-icon-user::before {
    background-image: url(../img/icon-user-green.svg);
}

body.p-customer .c-icon-logout::before {
    background-image: url(../img/icon-logout-green.svg);
}

body.p-customer .c-icon-logout:hover:before {
    background-image: url(../img/icon-logout-white.svg);
}

body.p-customer .c-icon-dl::before {
    background-image: url(../img/icon-dl-green.svg);
}

body.p-customer .c-icon-dl:hover:before {
    background-image: url(../img/icon-dl-white.svg);
}

body.p-customer .c-pager__list>li>a {
    border: 1px solid #34A853;
    color: #34A853;
}

body.p-customer .c-pager__list>li>a:hover,
body.p-customer .c-pager__list>li>a:focus {
    background-color: #34A853;
    color: #ffffff;
}

body.p-customer .c-pager__list>li.active>a {
    background-color: #34A853;
    color: #ffffff;
}

body.p-customer .c-notification--info {
    background-color: #fff;
    border-color: #B94047;
}

body.p-customer .c-notification--info .c-notification__title {
    color: #B94047;
}

/* bg-color */
.u-bg-color-1 {
    background-color: #E7F6FD;
}

.u-bg-color-3 {
    background-color: #D0F0D8;
}

/* font */
.u-text-white {
    color: #ffffff;
}

/* image*/
.u-img-full-space {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.u-aspect-1-1 {
    aspect-ratio: 1/1;
}

.u-aspect-4-3 {
    aspect-ratio: 4/3;
}

.u-aspect-3-4 {
    aspect-ratio: 3/4;
}

.u-aspect-16-9 {
    aspect-ratio: 16/9;
}

/*link*/
.u-link-box-wrap {
    position: relative;
}

.u-link-box {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.u-link-underline {
    position: relative;
}

.u-link-underline::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    border-bottom: 1px solid #0097E0;
    transition: all 0.25s ease-in-out;
}

@media (hover: hover) {
    .u-link-underline:hover::after {
        width: 100%;
    }
}

.u-underline {
    -webkit-text-decoration-color: #0097E0;
    text-decoration-color: #0097E0;
}

@media (hover: hover) {
    .u-hover:hover {
        opacity: 0.7;
    }
}

.u-flex {
    display: flex;
}

.u-grid {
    display: grid;
}

.u-font-medium {
    font-weight: 500;
}

.u-font-bold {
    font-weight: 700;
}

.u-mt-0 {
    margin-top: 0;
}

.u-mb-0 {
    margin-bottom: 0;
}

.u-whitespace-nowrap {
    white-space: nowrap;
}

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

.w-5-half {
    width: 2.5%;
}

.w-5 {
    width: 5%;
}

.w-10 {
    width: 10%;
}

.w-15 {
    width: 15%;
}

.w-20 {
    width: 20%;
}

.w-25 {
    width: 25%;
}

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