@charset "UTF-8";
img {
  -o-object-fit: cover;
  height: auto;
  object-fit: cover;
  width: 100%;
}

body {
  color: #4C4D4D;
  display: flex;
  flex-direction: column;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  justify-content: space-between;
  line-height: 1.5;
  min-height: 100vh;
}

/* ============================
  margin
============================ */
.mt8 {
  margin-top: 8px;
}

.mt10 {
  margin-top: 10px;
}

.mt16 {
  margin-top: 16px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt44 {
  margin-top: 44px;
}

.ml10 {
  margin-left: 10px;
}

.mb34 {
  margin-bottom: 34px;
}

.u-border-bottom--white {
  border-bottom: 1px solid #ffffff;
}

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

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

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

.u-flex-center {
  align-items: center;
  display: flex;
  justify-content: center;
}

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
  box-sizing: border-box;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
  line-height: 1.15; /* 1 */
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Noto Sans JP", sans-serif;
  margin: 0;
}

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  border-top-width: 1px;
  box-sizing: content-box; /* 1 */
  clear: both;
  color: inherit;
  height: 0; /* 1 */
  margin: 0;
  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: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
  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: inherit; /* 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;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  vertical-align: middle;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  min-width: 0;
  padding: 0;
}

legend {
  padding: 0;
}

/**
 * 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;
}

/**
 * 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;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* 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;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-collapse: collapse;
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: normal;
  text-align: left;
}

a {
  display: inline-block;
}

img {
  -o-object-fit: contain;
  height: auto;
  object-fit: contain;
  width: 100%;
}

*, *:before, *:after {
  box-sizing: border-box;
}

.l-main {
  min-width: 1280px;
}

.l-header {
  background: #fff;
  min-width: 1280px;
}

.l-header-heading {
  margin: 0 auto;
  max-width: 1156px;
  width: 100%;
}

.l-main {
  background-color: #E1ECFF;
  flex-grow: 1;
}

.l-section {
  padding-bottom: 83px;
  padding-top: 24px;
}

.l-section__body {
  background-color: #ffffff;
  box-shadow: 2px 4px 16px rgba(0, 0, 0, 0.16);
  padding: 40px 22px;
}

.l-section__inner {
  margin: 0 auto;
  max-width: 1156px;
  width: 100%;
}

.l-footer {
  background-color: #6A85C1;
  min-width: 1280px;
}
.l-footer__inner {
  margin: 0 auto;
  max-width: 1156px;
  position: relative;
  width: 100%;
}

.c-btn {
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #5E8FE9;
  color: #5E8FE9;
  display: flex;
  height: 40px;
  justify-content: center;
  max-width: 232px;
  padding: 9.5px 8px;
  position: relative;
  transition: 0.2s;
  width: 100%;
}
.c-btn-back:hover {
  background-color: rgba(94, 143, 233, 0.2);
}
.c-btn-back::before {
  background-image: url("../../img/front/icon_back_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  height: 14px;
  left: 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
}
.c-btn-search {
  background-color: #ffffff;
  border: 2px solid #5E8FE9;
  border-radius: 38px;
  height: 44px;
  max-width: 280px;
}
.c-btn-search:hover {
  background-color: rgba(94, 143, 233, 0.2);
}
.c-btn-search .c-btn-txt {
  padding-left: 32px;
}
.c-btn-search .c-btn-txt::before {
  background-image: url("../../img/front/icon_search.svg");
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  height: 24px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}
.c-btn--disable.c-btn-search {
  border-color: #ABABAB;
  color: #ABABAB;
  pointer-events: none;
}
.c-btn--disable.c-btn-search .c-btn-txt::before {
  background-image: url("../../img/front/icon_search_disable.svg");
}
.c-btn--bg-blue {
  background-color: #5E8FE9;
  border: unset;
  color: #ffffff;
}
.c-btn--bg-blue:hover {
  background-color: #446FD0;
}
.c-btn--bg-blue.c-btn--disable {
  background-color: #cccccc;
  pointer-events: none;
}
.c-btn-txt {
  position: relative;
}
.c-btn__top {
  align-items: center;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 2px 4px 16px rgba(0, 0, 0, 0.16);
  display: flex;
  height: 54px;
  justify-content: center;
  width: 54px;
}
.c-btn__top-wrap {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-50%);
}
.c-btn__top-img {
  align-items: center;
  display: flex;
  height: auto;
  width: 27px;
}
.c-btn__wrap {
  display: flex;
  justify-content: center;
}
.c-btn + .c-btn {
  margin-left: 12px;
}

.c-alert-error {
  background-color: rgba(255, 102, 0, 0.2);
  border: 1px solid #FF6600;
  border-radius: 4px;
  padding: 10px;
}
.c-alert-error__icon {
  padding-left: 34px;
  position: relative;
}
.c-alert-error__icon::before {
  background-image: url("../../img/front/icon_error.svg");
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 24px;
  left: 0;
  position: absolute;
  top: 0;
  width: 24px;
}

.c-error {
  align-items: center;
  display: flex;
  justify-content: center;
}
.c-error__icon {
  height: 37px;
  margin-right: 10px;
  width: 37px;
}
.c-error-txt__block {
  text-align: center;
}

.c-form__wrap {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}
.c-form__wrap--error .c-form-select,
.c-form__wrap--error .c-form-calendar {
  background-color: rgba(255, 102, 0, 0.2);
  border-color: #FF6600;
}
.c-form__wrap--error .c-form-radio__parts::before {
  background-color: rgba(255, 102, 0, 0.2);
  border-color: #FF6600;
}
.c-form-select {
  background: #fff;
  border: 1px solid #DDDDDD;
  display: inline-block;
  height: 30px;
  min-width: 200px;
  position: relative;
  text-align: left;
  width: -moz-fit-content;
  width: fit-content;
}
.c-form-select::after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #6f6f6f;
  content: "";
  height: 0;
  padding: 0;
  pointer-events: none;
  position: absolute;
  right: 8px;
  text-indent: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}
.c-form-select select {
  cursor: pointer;
  outline: 0;
  padding: 3px 40px 3px 8px;
  width: 100%;
}
.c-form-calendar__fromto {
  align-items: center;
  display: flex;
}
.c-form-calendar {
  background: #fff;
  border: 1px solid #DDDDDD;
  display: inline-block;
  min-width: 136px;
  position: relative;
  text-align: left;
  width: 160px;
}
.c-form-calendar__input {
  cursor: pointer;
  height: 30px;
  outline: 0;
  padding: 3px 45px 3px 8px;
  width: 100%;
}
.c-form-calendar__from {
  padding: 0 12px;
}
.c-form-radio {
  margin-left: 24px;
}
.c-form-radio:first-child {
  margin-left: 0;
}
.c-form-radio__wrap {
  display: flex;
}
.c-form-radio__wrap label[for=read-flg-1] {
  padding-right: 24px;
  position: relative;
}
.c-form-radio__wrap label[for=read-flg-1] .c-form-radio__parts {
  display: flex;
}
.c-form-radio__wrap label[for=read-flg-1] img {
  width: 24px;
}
.c-form-radio__input {
  display: block;
}
.c-form-radio__input:checked + .c-form-radio__parts::after {
  background: #5E8FE9;
  border-radius: 50%;
  content: "";
  height: 12px;
  left: 3px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
}
.c-form-radio__input:checked + .c-form-radio__parts-center::after {
  background: #5E8FE9;
  border-radius: 50%;
  content: "";
  height: 12px;
  left: 7px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
}
.c-form-radio__parts {
  display: inline-block;
  padding-left: 26px;
  position: relative;
}
.c-form-radio__parts::before {
  background: #fff;
  border: 1px solid #ABABAB;
  border-radius: 50%;
  content: "";
  height: 18px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
}
.c-form-radio__parts-center {
  display: inline-block;
  padding-left: 26px;
  position: relative;
  vertical-align: middle;
}
.c-form-radio__parts-center::before {
  background: #fff;
  border: 1px solid #ABABAB;
  border-radius: 50%;
  content: "";
  height: 18px;
  left: 4px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
}
.c-form-choice__parts {
  padding-left: 32px;
  position: relative;
}
.c-form-choice__parts::before {
  background: #ffffff;
  border: 2px solid #5E8FE9;
  border-radius: 4px;
  content: "";
  display: block;
  height: 24px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}
.c-form-choice__input {
  display: block;
}
.c-form-choice__input:checked + .c-form-choice__parts::after {
  background-image: url("../../img/front/icon_checked.svg");
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 24px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}
.c-form-choice--center .c-form-choice__parts {
  padding-left: 0;
}
.c-form-choice--center .c-form-choice__parts::before {
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-form-choice--center .c-form-choice__input:checked + .c-form-choice__parts::after {
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-form-checkbox__parts {
  padding-left: 32px;
  position: relative;
}
.c-form-checkbox__parts::before {
  background: #ffffff;
  border: 2px solid #5E8FE9;
  border-radius: 4px;
  content: "";
  display: block;
  height: 24px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}
.c-form-checkbox__input {
  display: block;
}
.c-form-checkbox__input:checked + .c-form-checkbox__parts::after {
  background-image: url("../../img/front/icon_checked.svg");
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 24px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}
.c-form-checkbox--center .c-form-checkbox__parts {
  padding-left: 0;
}
.c-form-checkbox--center .c-form-checkbox__parts::before {
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-form-checkbox--center .c-form-checkbox__input:checked + .c-form-checkbox__parts::after {
  left: 50%;
  transform: translate(-50%, -50%);
}

th .c-form-choice__parts::before {
  border: 2px solid #BDD3FD;
}

th .c-form-checkbox__parts::before {
  border: 2px solid #BDD3FD;
}

input[type=date] {
  position: relative;
}
input[type=date]::after {
  background-image: url(../../img/front/icon_calender.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  cursor: auto;
  height: 22px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translate(0, -50%);
  width: 22px;
}

input[type=date]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  z-index: 1;
}

.c-link {
  border-bottom: 1px solid #1A8BF3;
  line-height: 1;
}

.c-link--blue {
  color: #1A8BF3;
}

.c-pager {
  height: 26px;
  position: relative;
}
.c-pager__text {
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.c-pager__body {
  display: flex;
  justify-content: center;
}
.c-pager-list {
  display: flex;
  margin: 0 40px;
}
.c-pager-list__item {
  border-bottom: 2px solid #5E8FE9;
  margin-right: 24px;
}
.c-pager-list__item:last-child {
  margin-right: 0;
}
.c-pager-list__item.current {
  border-bottom: unset;
}
.c-pager-list__item.current .c-txt {
  color: #ABABAB;
}
.c-pager__prev-link {
  padding-left: 22px;
  position: relative;
}
.c-pager__prev-link::before {
  background-image: url("../../img/front/icon_arrow_left.svg");
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 14px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
}
.c-pager__next-link {
  padding-right: 22px;
  position: relative;
}
.c-pager__next-link::after {
  background-image: url("../../img/front/icon_arrow_right.svg");
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 14px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
}

.c-step__list {
  display: flex;
  margin: 0 auto;
  overflow: hidden;
}
.c-step__item {
  background-color: #ffffff;
  border-bottom: 1px solid #5E8FE9;
  border-top: 1px solid #5E8FE9;
  display: block;
  height: 39px;
  padding: 5px 20px 5px 30px;
  position: relative;
  text-align: center;
  text-decoration: none;
}
.c-step__item:first-child {
  border-left: 1px solid #5E8FE9;
  padding-left: 20px;
}
.c-step__item::before, .c-step__item::after {
  background-color: #ffffff;
  content: "";
  display: block;
  height: 19px;
  position: absolute;
  width: 20px;
}
.c-step__item::before {
  background-color: #ffffff;
  border-right: 1px solid #5E8FE9;
  right: -6px;
  top: 0px;
  transform: skew(30deg);
  z-index: 1;
}
.c-step__item::after {
  background-color: #ffffff;
  border-right: 1px solid #5E8FE9;
  bottom: 0.5px;
  right: -6px;
  transform: skew(-30deg);
  z-index: 1;
}
.c-step__item.active {
  background-color: #5E8FE9;
  color: #ffffff;
}
.c-step__item.active::before, .c-step__item.active::after {
  background-color: #5E8FE9;
}

/* ============================
  text
============================ */
.c-txt {
  font-size: 1rem;
  line-height: 1.5;
}

.c-txt--s {
  font-size: 0.875rem;
  line-height: 1.5;
}

.c-txt--xs {
  font-size: 0.75rem;
  line-height: 1.6;
}

.c-txt--l {
  font-size: 1.125rem;
  line-height: 1.5;
}

.c-txt--xl {
  font-size: 1.5rem;
  line-height: 1.5;
}

.c-txt--bold {
  font-weight: bold;
}

.c-txt--blue {
  color: #5E8FE9;
}

.c-txt--white {
  color: #ffffff;
}

.c-txt--gray {
  color: #4C4D4D;
}

.c-txt--black {
  color: #1F2021;
}

.c-txt--black2 {
  color: #000;
}

.c-txt--light-gray {
  color: #ABABAB;
}

.c-txt--error {
  color: #FF6600;
}

.c-table {
  width: 100%;
}
.c-table__heading-item {
  background-color: #5E8FE9;
  border-right: 1px solid #ffffff;
}
.c-table__heading-item:last-child {
  border-right: unset;
}
.c-table__data-list--unread .c-table__data-item {
  font-weight: bold;
}
.c-table__data-item {
  border-right: 1px solid #DDDDDD;
}
.c-table__data-item:last-child {
  border-right: unset;
}
.c-table__data-item--read {
  position: relative;
}
.c-table__data-item--read::before {
  background-image: url("../../img/front/icon_read_check.svg");
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
}
.c-table__heading-item, .c-table__data-item {
  padding: 10px 32px;
  text-align: center;
}
.c-table__heading-item p, .c-table__data-item p {
  display: inline;
  word-break: break-all;
}
.c-table__heading-item.u-aline--left, .c-table__data-item.u-aline--left {
  text-align: left;
}
.c-table__heading-item.u-aline--right, .c-table__data-item.u-aline--right {
  text-align: right;
}
.c-table__heading-item.u-aline--center, .c-table__data-item.u-aline--center {
  text-align: center;
}
.c-table__body .c-table__data-list:nth-child(even) {
  background-color: #F4F4F4;
}
.c-table__body {
  border-bottom: 1px solid #DDDDDD;
}
.c-table__pdf {
  height: 24px;
  margin: 0 auto;
  width: 24px;
}
.c-table__list {
  display: flex;
  height: 80px;
  margin-top: 4px;
}
.c-table__list:first-child {
  margin-top: 0;
}
.c-table__list .c-table__heading-item,
.c-table__list .c-table__data-item {
  align-items: center;
  display: flex;
  padding: 0 20px;
}
.c-table__list .c-table__heading-item {
  border-right: unset;
  width: 21.0575139147%;
}
.c-table__list .c-table__data-item {
  background-color: #ffffff;
  width: 78.9424860853%;
}
.c-table__list .c-table--bg-gray {
  background-color: #F4F4F4;
}
.c-table__document tr {
  display: grid;
  grid-template-columns: 14.7482014388% 8.6330935252% 11.5107913669% 11.8705035971% 23.4712230216% 7.5539568345% 7.5539568345% 14.7482014388%;
}
.c-table__document td {
  align-items: center;
  display: flex;
  justify-content: center;
}
.c-table__document td:nth-child(5) {
  justify-content: flex-start;
  padding: 10px 32px;
}
.c-table__document-detail tr {
  display: grid;
  grid-template-columns: 7.9136690647% 30.6654676259% 30.6654676259% 30.6654676259%;
}
.c-table__document-detail th, .c-table__document-detail td {
  padding-left: 32px;
  padding-right: 32px;
}
.c-table__document-detail td {
  align-items: center;
  display: flex;
  justify-content: center;
}
.c-table__document-detail td:nth-child(2), .c-table__document-detail td:nth-child(3), .c-table__document-detail td:nth-child(4) {
  justify-content: flex-start;
  padding: 10px 32px;
}
.c-table__document-confirm tr {
  display: grid;
  grid-template-columns: 33.3333333333% 33.3333333333% 33.3333333333%;
}
.c-table__document-confirm th, .c-table__document-confirm td {
  padding-left: 32px;
  padding-right: 32px;
}
.c-table__document-confirm td {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}
.c-table__admin {
  table-layout: fixed;
  width: 1113px;
}
.c-table__admin .c-table__heading-item {
  padding: 10px;
}
.c-table__admin th:nth-child(1) {
  width: 88px;
}
.c-table__admin th:nth-child(2) {
  width: 111px;
}
.c-table__admin th:nth-child(3) {
  width: 144px;
}
.c-table__admin th:nth-child(4) {
  width: 152px;
}
.c-table__admin .c-table__data-item {
  vertical-align: middle;
}
.c-table__admin .c-table__data-list:nth-child(even) td {
  background-color: #F4F4F4;
}
.c-table__admin .c-table__data-list td {
  background-color: #ffffff;
}
.c-table__admin td:nth-child(2),
.c-table__admin td:nth-child(3),
.c-table__admin td:nth-child(4) {
  padding: 10px 16px;
  text-align: left;
  white-space: unset;
}
.c-table__admin-history tr {
  display: grid;
  grid-template-columns: 18.7050359712% 12.8597122302% 9.8021582734% 22.4370503597% 22.4370503597% 13.7589928058%;
}
.c-table__admin-history th, .c-table__admin-history td {
  padding-left: 15px;
  padding-right: 15px;
}
.c-table__admin-history td {
  align-items: center;
  display: flex;
  justify-content: center;
}
.c-table__admin-history td:nth-child(4), .c-table__admin-history td:nth-child(5), .c-table__admin-history td:nth-child(6) {
  justify-content: flex-start;
}
.c-table__index .c-table__list {
  height: unset;
}
.c-table__index .c-table__list .c-form__wrap {
  padding: 25px 0;
}
.c-table__history .c-table__list {
  height: unset;
}
.c-table__history .c-table__list .c-form__wrap {
  padding: 25px 0;
}
.c-table__setting tr th, .c-table__setting tr td {
  padding-left: 32px;
  padding-right: 32px;
  width: 50%;
}
.c-table__setting tr td {
  vertical-align: middle;
}
.c-table__setting .c-table__heading:nth-child(1) .c-table__heading-item {
  padding-top: 30px;
}
.c-table__setting .c-table__heading:nth-child(1) .c-table__heading-item:nth-child(2) {
  padding-bottom: unset;
}
.c-table__setting .c-table__heading:nth-child(2) .c-table__heading-item {
  padding-top: unset;
}
.c-table__complete .c-table__heading-item:first-child {
  width: 557px;
}
.c-table__complete .c-table__data-item {
  vertical-align: middle;
}
.c-table__confirm .c-table__heading-item:first-child {
  width: 557px;
}
.c-table__confirm .c-table__data-item {
  vertical-align: middle;
}
.c-table__row-8 .c-table__heading-item, .c-table__row-8 .c-table__data-item {
  padding: 10px 9px;
}
.c-table .u-ve-middle {
  vertical-align: middle;
}

.p-accordion__top {
  align-items: center;
  background: #5E8FE9;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  height: 50px;
  justify-content: space-between;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  transition: border-radius 0.2s ease;
}
.p-accordion.is-open .p-accordion__top {
  border-bottom: 0;
  border-radius: 6px 6px 0 0;
}
.p-accordion__top-txt {
  padding-left: 32px;
  position: relative;
}
.p-accordion__top-txt::before {
  background-image: url("../../img/front/icon_search_white.svg");
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 24px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}
.p-accordion__btn {
  background-color: #ffffff;
  border-radius: 50%;
  height: 24px;
  position: relative;
  width: 24px;
}
.p-accordion__btn::before {
  background-color: #5E8FE9;
  content: "";
  display: block;
  height: 3px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
}
.p-accordion__btn::after {
  background-color: #5E8FE9;
  content: "";
  display: block;
  height: 3px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  width: 15px;
}
.p-accordion.is-open .p-accordion__btn::after {
  transform: translate(-50%, -50%);
}
.p-accordion__body {
  background: #E1ECFF;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
}
.p-accordion__body-inner {
  padding: 44px 16px 20px;
}
.p-accordion__btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.p-footer {
  margin: 0 auto;
  max-width: 988px;
  padding-bottom: 22px;
  padding-left: 88px;
  padding-top: 22px;
  position: relative;
}
.p-footer__copy-right {
  text-align: right;
}
.p-footer__inquiry::before {
  background-image: url("../../img/front/icon_footer_contact.svg");
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  height: 48px;
  left: 0;
  position: absolute;
  top: 38px;
  width: 64px;
}

.p-header {
  color: #000;
}
.p-header-top {
  border-bottom: 5px solid #5E8FE9;
}
.p-header-top-area {
  align-items: center;
  display: flex;
  height: 64px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1122px;
}
.p-header-top-area__logo {
  height: 68px;
  max-width: 232px;
}
.p-header__item .user-name {
  text-decoration: underline;
}
.p-header__logout-btn-wrap {
  margin-top: 4px;
  text-align: right;
}
.p-header__logout-btn {
  background-color: #F8CF7E;
  padding: 3px 12px;
}
.p-header-nav__base {
  margin: 0 auto;
  max-width: 1122px;
}
.p-header-nav__list {
  display: flex;
  margin-left: 10px;
}
.p-header-nav__item {
  align-items: center;
  border-right: 1px solid #DDDDDD;
  display: flex;
  flex-direction: column;
  max-width: 107px;
  padding: 8px 8px;
  width: 100%;
}
.p-header-nav__item-img {
  height: 26px;
  width: 26px;
}
.p-header-nav__link {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.p-header-nav__link--text {
  margin-top: 6px;
}
.p-header-heading {
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  padding: 14px 0;
}

.p-list-link {
  display: flex;
  flex-direction: column;
}
.p-list-link__item--menu {
  margin-top: 17px;
}
.p-list-link__item--menu:first-child {
  margin-top: 0;
}
.p-list-link__link {
  align-items: center;
  background-color: #5E8FE9;
  border: 2px solid #5E8FE9;
  display: flex;
  height: 60px;
  padding: 20px 16px;
  position: relative;
  width: 314px;
}
.p-list-link__link:hover {
  background-color: #446FD0;
  border: 2px solid #446FD0;
}
.p-list-link__link::after {
  background-image: url("../../img/front/icon_arrow_link.svg");
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 18px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}
/*# sourceMappingURL=maps/style.css.map */
