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

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

/*400*/
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../../../font/front/NotoSansJP-Regular.woff") format("woff");
}
/*600*/
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 600;
  src: url("../../../font/front/NotoSansJP-SemiBold.woff") format("woff");
}
/*700*/
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../../../font/front/NotoSansJP-Bold.woff") format("woff");
}
/*! 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 {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

.-notoSans {
  font-family: "Noto Sans JP", sans-serif !important;
}

/**
 * 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-color: #ffffff;
  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 {
  height: auto;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

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

.l-header {
  min-width: 1280px;
  width: 100%;
}

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

.l-section {
  margin: 0 auto;
  max-width: 1062px;
  padding-top: 30px;
}

.l-footer {
  min-width: 1280px;
  width: 100%;
}

.c-btn {
  align-items: center;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  max-width: 127px;
  padding: 11px 30px;
  width: 100%;
}
.c-btn__primary {
  background-color: #C3632B;
}
.c-btn__primary:hover {
  background-color: #A95626;
}
.c-btn__primary.c-btn__disable {
  background-color: #ABABAB;
  pointer-events: none;
}
.c-btn__secondary {
  background-color: #ffffff;
  outline: 1px solid #C3632B;
  padding: 11px 26px;
}
.c-btn__secondary .c-text__btn {
  color: #C3632B;
}
.c-btn__secondary:hover {
  background-color: #F4C9AB;
}
.c-btn__secondary.c-btn__disable {
  outline: 1px solid #ABABAB;
  pointer-events: none;
}
.c-btn__secondary.c-btn__disable .c-text__btn {
  color: #ABABAB;
}
.c-btn__secondary.c-btn__disable .c-text__btn:before {
  border-right: 6px solid #ABABAB;
}
.c-btn__home {
  padding: 6px 12px 6px 40px;
  width: 100px;
}
.c-btn__home-icon {
  position: relative;
}
.c-btn__home-icon:before {
  background-image: url("../../../img/front/icn_home.svg");
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  height: 17px;
  left: -24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}
.c-btn__back {
  margin-right: 20px;
  max-width: 140px;
  padding: 11px 27.5px 11px 45.5px;
}
.c-btn__back .c-text__btn {
  color: #C3632B;
  position: relative;
}
.c-btn__back .c-text__btn:before {
  border: 6px solid transparent;
  border-right: 6px solid #C3632B;
  content: "";
  left: -31px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.c-btn__wrapper {
  align-items: center;
  display: flex;
  margin-top: 20px;
}
.c-btn-m {
  margin-bottom: 15px;
  min-width: 170px;
}
.c-btn-l {
  max-width: 292px !important;
  padding: 11px 30px 11px 58px !important;
}

.c-error {
  background-color: rgba(246, 237, 184, 0.2);
  border: 1px solid #D3BB16;
  border-radius: 4px;
  margin-bottom: 40px;
  margin-top: 10px;
  padding: 10px 10px 10px 46px;
  width: 100%;
}
.c-error__icon {
  position: relative;
}
.c-error__icon:before {
  background-image: url("../../../img/front/icn_error.svg");
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 26px;
  left: -36px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
}
.c-error_txt {
  color: #FF0000;
  margin-top: 4px;
  text-align: start;
}

.c-form {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}
.c-form__select {
  background-color: #ffffff;
  display: inline-block;
  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 {
  border: 1px solid rgba(204, 204, 204, 0.8);
  cursor: pointer;
  display: -webkit-box;
  outline: none;
  overflow: hidden;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.c-form__select select:focus {
  border: 1px solid #1071CA;
}
.c-form__text {
  padding: 4.5px 40px 4.5px 8px;
}
.c-form__long {
  width: 540px;
}
.c-form__calendar {
  align-items: center;
  display: flex;
}
.c-form__calendar-select {
  background-color: #ffffff;
  display: inline-block;
  min-width: 165px;
  position: relative;
  text-align: left;
  width: -moz-fit-content;
  width: fit-content;
}
.c-form__calendar-input {
  border: 1px solid rgba(204, 204, 204, 0.8);
  cursor: pointer;
  height: 30px;
  outline: none;
  padding: 3px 8px;
  width: 100%;
}
.c-form__calendar-input:focus {
  border: 1px solid #1071CA;
}
.c-form__calendar-from {
  padding: 0 25px;
}
.c-form__radio {
  display: flex;
  margin-right: 29px;
}
.c-form__radio-wrapper {
  align-items: center;
  display: flex;
}
.c-form__radio-label {
  padding-left: 26px;
  position: relative;
}
.c-form__radio-label.-read {
  padding-right: 28px;
}
.c-form__radio-label.-read:after {
  background-image: url("../../../img/front/icn_read_checked.svg");
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}
.c-form__radio-label:last-child {
  margin-right: unset;
}
.c-form__radio-input {
  background-color: unset;
  display: block;
  position: relative;
}
.c-form__radio-input:before {
  background-color: #ffffff;
  border: 1px solid rgba(204, 204, 204, 0.8);
  border-radius: 50%;
  content: "";
  height: 18px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
}
.c-form__radio-input:checked:after {
  background-color: #C3632B;
  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-label {
  font-weight: 600;
}
.c-form--error select, .c-form--error input {
  background-color: rgba(255, 102, 0, 0.2);
  border-color: #FF0000;
}
.c-form--error input::before {
  background-color: rgba(255, 102, 0, 0.2);
  border-color: #FF0000;
}

label[for] {
  cursor: pointer;
}

.-error .c-form__select, .-error .c-form__calendar-select {
  background-color: rgba(255, 102, 0, 0.2);
  border: 1px solid #FF0000;
}

input[type=date] {
  position: relative;
}
input[type=date]::after {
  background-image: url(../../../img/front/icon_calendar.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-nav {
  background-color: #EAEAEA;
}
.c-nav__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1280px;
}
.c-nav__list {
  align-items: center;
  display: flex;
}
.c-nav__item {
  cursor: pointer;
  padding: 12px 24px;
}
.c-nav__item:first-child {
  display: none;
}
.c-nav__item:nth-child(2) {
  border-left: 1px solid #ABABAB;
}
.c-nav__item:last-child {
  border-right: 1px solid #ABABAB;
}
.c-nav__item.-current {
  background-color: #C3632B;
  border: unset;
  color: #ffffff;
}
.c-nav__bg {
  display: none;
}
.c-nav__info {
  margin-right: 39px;
  padding: 12px 0;
}

.c-hum {
  display: none;
}

.c-pager__text {
  font-size: 14px;
}
.c-pager__num {
  align-items: center;
  display: flex;
  margin-bottom: 12px;
}
.c-pager__num .c-text {
  padding-right: 10px;
}
.c-pager__num-sub {
  margin-left: 10px;
}
.c-pager__body {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.c-pager__btn-back {
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #C3632B;
  border-left: none !important;
  cursor: pointer;
  display: flex;
  height: 28px;
  margin-right: 40px;
  position: relative;
}
.c-pager__btn-back.-disable {
  border: 1px solid #ABABAB;
  border-left: none;
  pointer-events: none;
}
.c-pager__btn-back.-disable .c-pager__back-link:before {
  border-right: 2px solid #ABABAB;
  border-top: 2px solid #ABABAB;
}
.c-pager__btn-back.-disable .c-pager__back-text {
  color: #ABABAB;
}
.c-pager__btn-next {
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #C3632B;
  border-right: none !important;
  cursor: pointer;
  display: flex;
  height: 28px;
  margin-left: 40px;
  position: relative;
}
.c-pager__btn-next.-disable {
  border: 1px solid #ABABAB;
  border-right: none;
  pointer-events: none;
}
.c-pager__btn-next.-disable .c-pager__next-link:before {
  border-right: 2px solid #ABABAB;
  border-top: 2px solid #ABABAB;
}
.c-pager__btn-next.-disable .c-pager__next-text {
  color: #ABABAB;
}
.c-pager__back-link:before {
  border-right: 2px solid #C3632B;
  border-top: 2px solid #C3632B;
  content: "";
  height: 20px;
  left: -10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scaleX(0.5) rotate(-135deg);
  width: 20px;
  z-index: 10;
}
.c-pager__back-link:after {
  border: 13px solid transparent;
  border-right: 13px solid #ffffff;
  content: "";
  left: -19px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scaleX(0.5);
}
.c-pager__back-link:hover:after {
  border-right: 13px solid #F4C9AB;
}
.c-pager__next-link:before {
  border-right: 2px solid #C3632B;
  border-top: 2px solid #C3632B;
  content: "";
  height: 20px;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%) scaleX(0.5) rotate(45deg);
  width: 20px;
  z-index: 10;
}
.c-pager__next-link:after {
  border: 13px solid transparent;
  border-left: 13px solid #ffffff;
  content: "";
  position: absolute;
  right: -19px;
  top: 50%;
  transform: translateY(-50%) scaleX(0.5);
}
.c-pager__next-link:hover:after {
  border-left: 13px solid #F4C9AB;
}
.c-pager__back-link, .c-pager__next-link {
  padding: 2.5px 17px;
  position: relative;
}
.c-pager__back-link:hover, .c-pager__next-link:hover {
  background-color: #F4C9AB;
}
.c-pager__back-text, .c-pager__next-text {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
}
.c-pager__list {
  align-items: center;
  display: flex;
  gap: 12px;
}
.c-pager__list-item {
  align-items: center;
  display: flex;
  height: 30px;
  justify-content: center;
  padding: 3px 10px;
  text-align: center;
}
.c-pager__list-item:last-child {
  margin-right: unset;
}
.c-pager__list-item.-current {
  background-color: #F4C9AB;
}
.c-pager__list-item.-current .c-pager__link {
  pointer-events: none;
}
.c-pager__link {
  cursor: pointer;
}

.c-step__list {
  border: 1px solid #6F6F6F;
  display: flex;
  margin-bottom: 40px;
  max-width: 300px;
  width: -moz-fit-content;
  width: fit-content;
}
.c-step__item {
  align-items: center;
  background-color: #ffffff;
  display: flex;
  height: 30px;
  padding: 4.5px 14.42px 4.5px 22.58px;
  position: relative;
  white-space: nowrap;
}
.c-step__item:first-child {
  padding-left: 14.42px;
}
.c-step__item:first-child:before {
  background-color: #ffffff;
  border-right: 1px solid #6F6F6F;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  right: -6px;
  top: 0;
  transform: skew(35deg);
  width: 20px;
  z-index: 1;
}
.c-step__item:first-child:after {
  background-color: #ffffff;
  border-right: 1px solid #6F6F6F;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  right: -6px;
  top: 14.5px;
  transform: skew(-35deg);
  width: 20px;
  z-index: 1;
}
.c-step__item:first-child.-active:before, .c-step__item:first-child.-active:after {
  background-color: #6F6F6F;
}
.c-step__item:nth-of-type(2):before {
  background-color: #ffffff;
  border-right: 1px solid #6F6F6F;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  right: -6px;
  top: 0;
  transform: skew(35deg);
  width: 20px;
  z-index: 1;
}
.c-step__item:nth-of-type(2):after {
  background-color: #ffffff;
  border-right: 1px solid #6F6F6F;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  right: -6px;
  top: 14.5px;
  transform: skew(-35deg);
  width: 20px;
  z-index: 1;
}
.c-step__item:nth-of-type(2).-active:before, .c-step__item:nth-of-type(2).-active:after {
  background-color: #6F6F6F;
}
.c-step__item:nth-of-type(3) {
  padding-left: 21.82px;
}
.c-step__item.-active {
  background-color: #6F6F6F;
  color: #ffffff;
}

.c-table__wrapper {
  background-color: #FCECE1;
  border-radius: 4px;
  margin-top: 40px;
  padding: 30px;
}
.c-table__heading-item {
  background-color: #C3632B;
  border-right: 1px solid #ffffff;
  padding: 11.5px 10px;
  text-align: center;
  vertical-align: middle;
}
.c-table__heading-item:last-child {
  border-right: none;
}
.c-table__data-list.-unread .c-text {
  font-weight: 600;
}
.c-table__data-item {
  background-color: #ffffff;
  border-bottom: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  padding: 12px;
  text-align: center;
  vertical-align: middle;
}
.c-table__data-item:last-child {
  border-right: none;
}
.c-table__read {
  position: relative;
}
.c-table__read:before {
  background-image: url("../../../img/front/icn_read_checked.svg");
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 24px;
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  width: 24px;
}
.c-table__pdf {
  height: 18px;
  margin: 0 auto;
  width: 18px;
}
.c-table__checkbox {
  cursor: pointer;
}
.c-table__checkbox-input {
  background-color: #ffffff;
  cursor: pointer;
  display: block;
  height: 20px;
  margin: 0 auto;
  position: relative;
  width: 22px;
}
.c-table__checkbox-input:before {
  border: 2px solid #C3632B;
  border-radius: 4px;
  content: "";
  display: block;
  height: 24px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}
.c-table__checkbox-input:checked:before {
  background-color: #C3632B;
}
.c-table__checkbox-input:checked:after {
  background-image: url("../../../img/front/icn_checked.svg");
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 12.29px;
  left: 4px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16.12px;
}
.c-table__row .c-table {
  max-width: 1000px;
}
.c-table__row .c-table__heading-item {
  width: 84px;
  word-break: break-all;
}
.c-table__row .c-table__heading-item:first-child {
  width: 159px;
}
.c-table__row .c-table__heading-item:nth-of-type(2) {
  width: 94px;
}
.c-table__row .c-table__heading-item:nth-of-type(3) {
  width: 164px;
}
.c-table__row .c-table__heading-item:nth-of-type(4) {
  width: 285px;
}
.c-table__row .c-table__heading-item:last-child {
  width: 132px;
}
.c-table__row .c-table__data-item {
  word-break: break-all;
}
.c-table__row .c-table__data-item:nth-of-type(3), .c-table__row .c-table__data-item:nth-of-type(4) {
  padding: 12px 32px;
}
.c-table__row2 .c-table__heading-item {
  width: 330px;
}
.c-table__row2 .c-table__heading-item:first-child {
  width: 44px;
}
.c-table__row2 .c-table__heading-item:nth-of-type(3) {
  width: 298px;
}
.c-table__row2 .c-table__data-item {
  padding: 12px 32px;
  text-align: left;
}
.c-table__row2 .c-table__data-item:first-child {
  padding: 10px;
}
.c-table__row3 .c-table__heading-item {
  width: 360px;
}
.c-table__row3 .c-table__heading-item:nth-of-type(2) {
  width: 282px;
}
.c-table__row3 .c-table__data-item {
  padding: 12px 32px;
  text-align: left;
}
.c-table__row4 .c-table__heading-item {
  width: 498px;
}
.c-table__row4 .c-table__heading-item:nth-of-type(2) {
  width: 497px;
}
.c-table__row4 .c-table__data-item {
  padding: 12px 32px;
  text-align: left;
}
.c-table__search .c-table__list:first-child .c-table__heading-item {
  padding-top: 0;
}
.c-table__search .c-table__list:first-child .c-table__data-item {
  padding-top: 0;
}
.c-table__search .c-table__list:last-child .c-table__heading-item {
  padding-bottom: 0;
}
.c-table__search .c-table__list:last-child .c-table__data-item {
  padding-bottom: 0;
}
.c-table__search .c-table__heading-item {
  background-color: unset;
  border: unset;
  padding: 12px 8px 28px 0;
}
.c-table__search .c-table__data-item {
  background-color: unset;
  border: unset;
  padding-bottom: 28px;
}

.c-text {
  color: #000000;
  font-size: 16px;
  line-height: 1.5;
}
.c-text__nav {
  font-size: 14px;
}
.c-text__table {
  font-size: 14px;
}
.c-text__table-l {
  font-size: 16px;
}
.c-text__form {
  font-size: 14px;
}
.c-text__btn {
  color: #ffffff;
  letter-spacing: 0.96px;
  text-align: center;
  white-space: nowrap;
}
.c-text__pager {
  font-size: 14px;
}
.c-text__footer {
  font-size: 20px;
}
.c-text__tel {
  font-size: 38px;
  letter-spacing: 2.144px;
  line-height: 1.4857489388;
}
.c-text__error {
  color: #FF0000;
  text-align: left;
}
.c-text__white {
  color: #ffffff;
}
.c-text__blue {
  border-bottom: 1px solid #1A8BF3;
  color: #1A8BF3;
  line-height: 1;
}
.c-text__red {
  color: #BE202E;
}
.c-text__gray {
  color: #ABABAB;
}
.c-text__dark-gray {
  color: #636363;
}
.c-text__step-gray {
  color: #6F6F6F;
}
.c-text__orange {
  color: #C3632B;
}
.c-text__error-orange {
  color: #FF6600;
}
.c-text__bold {
  font-weight: 600;
}
.c-text__s {
  font-size: 14px;
}
.c-text__l {
  font-size: 24px;
}
.c-text__spacing {
  letter-spacing: 0.02em;
}

.p-content-error {
  align-items: center;
  background-color: #FCECE1;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  margin-top: 50px;
  padding: 56px 213px;
  text-align: center;
  width: 100%;
}
.p-content-error__title {
  font-size: 24px;
  margin: 0 auto;
  padding-left: 47px;
  position: relative;
}
.p-content-error__title:before {
  background-image: url("../../../img/front/icn_error_big.svg");
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  height: 37px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
}
.p-content-error__code {
  margin-bottom: 8px;
  margin-top: 19px;
  text-align: center;
}
.p-content-error__text {
  margin-bottom: 30px;
}
.p-content-error__sub-text {
  font-size: 12px;
}

.p-footer {
  background-color: #F9F3E3;
  border-top: 5px solid #BE202E;
  margin-top: 85px;
  padding-top: 30px;
  width: 100%;
}
.p-footer__inner {
  margin: 0 auto;
  max-width: 798px;
}
.p-footer__contact-title {
  margin: 0 auto;
  padding-bottom: 13px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: 522px;
}
.p-footer__contact-title .c-text {
  font-size: 32px;
}
.p-footer__contact-title:before {
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  border-top: 24px solid #BE202E;
  bottom: -13px;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
}
.p-footer__contact-wrapper {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 24px;
  width: 798px;
}
.p-footer__contact-contents {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.p-footer__tel-wrapper {
  padding-bottom: 10px;
}
.p-footer__tel-wrapper p {
  padding-left: 66px;
}
.p-footer__tel-wrapper .c-text__tel {
  position: relative;
}
.p-footer__tel-wrapper .c-text__tel:before {
  background-image: url("../../../img/front/icn_tel.gif");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 38px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 58px;
}
.p-footer__ruby:nth-child(1) {
  padding-right: 20px;
}
.p-footer__ruby:nth-child(2) {
  padding-right: 15px;
}
.p-footer__detail-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 437px;
}
.p-footer__detail-wrapper + .p-footer__detail-wrapper {
  margin-top: 25px;
}
.p-footer__text-wrapper {
  display: flex;
  gap: 20px;
}
.p-footer__sub {
  align-items: center;
  background-color: #ffffff;
  border-radius: 12px;
  display: flex;
  height: 45px;
  justify-content: center;
  margin-top: 20px;
  padding: 12px;
  width: 798px;
}
.p-footer__sub .c-text:nth-child(1) {
  padding-right: 10px;
  position: relative;
}
.p-footer__sub .c-text:nth-child(1):before {
  background-image: url("../../../img/front/icn_mail.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 21px;
  left: -42px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
}
.p-footer__copyright-wrapper {
  background-color: #EC9322;
  margin-top: 22px;
  padding: 10px 85.5px;
}
.p-footer__copyright {
  font-size: 12px;
}

.p-header {
  width: 100%;
}
.p-header__top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1280px;
}
.p-header__logo {
  height: 64px;
  margin-left: 40px;
  width: 177px;
}
.p-header__logo a {
  height: 100%;
  width: 100%;
}
.p-header__logo img {
  height: 100%;
  width: 100%;
}
.p-header__btn {
  align-items: center;
  display: flex;
  margin-right: 28px;
  padding: 14px 0;
}
.p-header__user {
  margin-right: 40px;
}
.p-header__user span {
  padding-right: 5px;
}
.p-header__hum {
  display: none;
}

.p-search {
  margin-top: 53px;
}
.p-search__title {
  padding-left: 13px;
  position: relative;
}
.p-search__title:before {
  background-color: #666666;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
}
.p-search__wrapper {
  background-color: #FCECE1;
  border-radius: 4px;
  margin-top: 12px;
  padding: 28px 30px;
}
.p-search__btn-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.p-search__form {
  display: flex;
  justify-content: space-between;
}

.u-mt15 {
  margin-top: 15px;
}

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

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

.u-br__sp {
  display: none;
}
/*# sourceMappingURL=../maps/pc/style.css.map */
