/*!
global > color
------------------------------
*/
.c_tbl__head .note, .c_note,
.c_error,
.wpcf7-not-valid-tip,
.has-error, .c_txt {
  font-size: 0.875rem;
}
.c_form_savetemp__btn {
  font-size: 1.125rem;
}
.c_tbl__head, .c_tbl__body, .c_accept__body, .c_message__txt {
  font-size: 1.125rem;
}
.c_accept__head, .c_ttl01 {
  font-size: 1.25rem;
}
/*!
global > mixin
------------------------------
*/
/*!
foundation > reset
------------------------------
*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* 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 {
  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;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

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

/* 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 {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * 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] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

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

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 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 {
  display: table; /* 1 */
  color: inherit; /* 2 */
  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;
}

/**
 * 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 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * 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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

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

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

/*!
foundation > base
------------------------------
*/
body {
  color: #4b4b4b;
  font-size: 0.875rem;
  font-weight: 400;
  font-family: "BIZ UDPGothic", sans-serif;
  line-height: 1.6666666667;
}
body.overflow {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

#wrapper {
  overflow: hidden;
  padding-top: 120px;
}
img {
  width: 100%;
}

a {
  cursor: pointer;
  transition: all 0.5s;
  text-decoration: none;
  text-underline-position: under;
}

.pc {
  display: none;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: 10px 20px;
  background-color: #f4f4f4;
}
.header__logo {
  width: 180px;
  margin: 0 auto 10px;
}
.header__txt {
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}
.totop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.totop.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.totop a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #f00000;
  border: 1px solid #f00000;
}
.totop a::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 16px;
  margin-bottom: 5px;
  background-color: #fff;
  transform: rotate(-180deg);
  mask-image: url(../images/common/icon_arrow_down.svg);
  -webkit-mask-image: url(../images/common/icon_arrow_down.svg);
  mask-size: contain;
  -webkit-mask-size: contain;
}
.hamburger {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 120px;
  height: 44px;
  padding: 10px 19px 10px 6px;
  border: 2px solid #f00000;
  background-color: #f00000;
  border-radius: 8px;
  transition: all 0.5s;
  pointer-events: auto;
}
html.is_loading .loading {
  opacity: 1;
  visibility: visible;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 15;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.loading__dot {
  position: relative;
  display: inline-block;
  height: 50px;
  width: 50px;
  animation: spin 2.75s infinite linear;
}

.loading__dot_item {
  position: absolute;
  height: 100%;
  width: 30%;
}

.loading__dot_item::after {
  content: "";
  position: absolute;
  height: 0%;
  width: 100%;
  padding-bottom: 100%;
  background-color: #8e001d;
  border-radius: 50%;
}

.loading__dot_item:nth-child(1) {
  bottom: 5%;
  left: 0;
  transform: rotate(60deg);
  transform-origin: 50% 85%;
}

.loading__dot_item:nth-child(1)::after {
  bottom: 0;
  left: 0;
  animation: wobble1 1.1s infinite ease-in-out;
  animation-delay: -0.33s;
}

.loading__dot_item:nth-child(2) {
  bottom: 5%;
  right: 0;
  transform: rotate(-60deg);
  transform-origin: 50% 85%;
}

.loading__dot_item:nth-child(2)::after {
  bottom: 0;
  left: 0;
  animation: wobble1 1.1s infinite -0.165s ease-in-out;
}

.loading__dot_item:nth-child(3) {
  bottom: -5%;
  left: 0;
  transform: translateX(116.666%);
}

.loading__dot_item:nth-child(3)::after {
  top: 0;
  left: 0;
  animation: wobble2 1.1s infinite ease-in-out;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes wobble1 {
  0%, 100% {
    transform: translateY(0%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateY(-66%) scale(0.65);
    opacity: 0.8;
  }
}
@keyframes wobble2 {
  0%, 100% {
    transform: translateY(0%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateY(66%) scale(0.65);
    opacity: 0.8;
  }
}
.cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 14;
  display: none;
  padding: 15px 0;
  background-color: #031a31;
}
.cookie__text {
  color: #fff;
  font-size: 0.875rem;
}

.cookie__close {
  flex-shrink: 0;
  margin-top: 10px;
}
.cookie__close a {
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.5;
}

/*!
component > Title
*/
/*!
component > Title
*/
.c_breadcrumb {
  display: flex;
  align-items: center;
  width: 100%;
  overflow-x: auto;
}

.c_breadcrumb__item {
  color: #585858;
  font-size: 0.75rem;
  font-weight: 500;
  white-space: nowrap;
}
.c_breadcrumb__item_link {
  color: #8e8e8e;
}
.c_breadcrumb__item:not(:last-child) {
  position: relative;
  margin-right: 30px;
}

.c_breadcrumb__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 12px;
  right: -22px;
  transform: rotate(-60deg);
  width: 16px;
  height: 1px;
  background-color: #f00000;
}
/*!
component > Title
*/
.c_ttl01 {
  position: relative;
  padding-left: 15px;
  font-weight: 700;
  line-height: 1.2;
}
.c_ttl01::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 5px;
  height: calc(100% - 5px);
  background-color: #2c368f;
}
/*!
component > Button
*/
.c_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.c_btn__txt {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid #fdb7b1;
  color: #f00000;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.c_btn__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  background-color: transparent;
  border: 1px solid #f6786f;
  border-radius: 100%;
}
.c_btn__arrow::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 14px;
  background-color: #f00000;
  -webkit-mask: url(../images/common/icon_arrow_right.svg) no-repeat center/contain;
  mask: url(../images/common/icon_arrow_right.svg) no-repeat center/contain;
}

/*!
component > Other
*/
.fadeInUp {
  opacity: 0;
  transition-property: all;
  transition-duration: 1.5s;
  transform: translate(0, 50px) rotate(0.0001deg);
}

.fadeInUp.animated {
  opacity: 1;
  transform: translate(0, 0) rotate(0deg);
}

.c_link {
  color: #357cde;
  text-decoration: underline;
}
.c_txt {
  line-height: 1.7;
}
.c_txt24 {
  font-size: 1.125rem;
}
.c_bold {
  font-weight: 700;
}

.c_message {
  padding: 12px 20px;
  background-color: #edf5ff;
  border: 1px solid #357cde;
  border-left-width: 10px;
}
.c_message__txt {
  color: #357cde;
}

.p_404_sec {
  padding: 20px 0 50px;
}
.p_404_ttl {
  margin-bottom: 30px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.p_404_txt {
  margin-bottom: 30px;
}
.p_404_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 300px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  min-height: 65px;
  padding: 10px;
  background-color: #f4f4f4;
  border: 1px solid #b9b9b9;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);
  color: #4b4b4b;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.6666666667;
  cursor: pointer;
}
/*!
component > Pager
*/
.c_pager__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.c_pager__wrap > div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.c_pager span,
.c_pager a {
  position: relative;
  margin: 4px 15px;
  font-size: 1rem;
  letter-spacing: 2;
  line-height: 1.7777777778;
}
.c_pager span::before,
.c_pager a::before {
  content: "";
  position: absolute;
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 3px;
  background-color: #e85401;
  opacity: 0;
}
.c_pager span.current::before,
.c_pager a.current::before {
  opacity: 1;
}

.c_pager a:hover::before {
  opacity: 1;
}

.c_pager .previouspostslink,
.c_pager .nextpostslink {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  background-color: #fff;
  border: 1px solid #667386;
  font-size: 0;
}
.c_pager .previouspostslink.disabled,
.c_pager .nextpostslink.disabled {
  pointer-events: none;
}

.c_pager .previouspostslink::before,
.c_pager .nextpostslink::before {
  display: none;
}

.c_pager .previouspostslink::after,
.c_pager .nextpostslink::after {
  content: "";
  position: relative;
  top: -2px;
  display: inline-block;
  width: 22px;
  height: 8px;
  background-color: #667386;
  mask-image: url(../images/common/icon_forward.svg);
  -webkit-mask-image: url(../images/common/icon_forward.svg);
  mask-size: cover;
  -webkit-mask-size: cover;
}
.c_pager .previouspostslink {
  transform: scaleX(-1);
}

.c_form > * + * {
  margin-top: 30px;
}
.c_form__section > * + * {
  margin-top: 30px;
}
.c_form__input {
  width: 100%;
  height: 45px;
  padding: 5px 15px;
  border: 1px solid #b9b9b9;
  outline: none;
  font-size: 1rem;
}
.c_form__input::-moz-placeholder {
  color: #b9b9b9;
}
.c_form__input::placeholder {
  color: #b9b9b9;
}

.c_form__select {
  position: relative;
  max-width: 340px;
  width: 100%;
}

.c_form__select select {
  width: 100%;
  height: 45px;
  padding: 5px 15px;
  border: 1px solid #b9b9b9;
  font-size: 1rem;
  outline: none;
  color: #b9b9b9;
  cursor: pointer;
}
.c_form__select select.changed {
  color: #4b4b4b;
}

.c_form__select select option {
  color: #4b4b4b;
}

.c_form__select select option:first-child {
  color: #b9b9b9;
}

.c_form__select::before {
  content: "";
  position: absolute;
  top: 19px;
  right: 24px;
  width: 10px;
  height: 7px;
  background: url(../images/icon_arrow_down.svg) no-repeat center/contain;
}
.c_form__note {
  color: #de0000;
  font-size: 0.875rem;
}
.c_form__id {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.c_form__id input {
  width: 70px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
.c_form__id span:last-child input {
  width: 50px;
}
.c_form__id .wpcf7-not-valid-tip {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.c_form__file {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px 22px;
  flex-wrap: wrap;
  pointer-events: none;
}

.c_form__file_btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 160px;
  height: 40px;
  padding: 5px 10px;
  background-color: #f4f4f4;
  border: 1px solid #b9b9b9;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
  cursor: pointer;
}
.c_form__file_btn .label {
  width: 100%;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.c_form__file_btn input {
  display: none;
}

.c_form__file .wpcf7-not-valid-tip {
  display: none;
}

.c_form__file_txt .wpcf7-not-valid-tip {
  display: block;
}

.c_form__file.mfile .label {
  display: none;
}

.c_form__file.mfile .wpcf7-not-valid-tip {
  display: block;
}

.c_form__file.mfile .c_form__file_btn {
  width: auto;
  height: auto;
  padding: 0;
  background-color: #fff;
  border: none;
  box-shadow: none;
  pointer-events: auto;
}

.c_form__file.mfile .codedropz-upload-container {
  padding: 0;
}

.c_form__file.mfile .codedropz-upload-inner span:nth-child(2) {
  display: none;
}

.c_form__file.mfile .codedropz-upload-inner .codedropz-btn-wrap {
  display: none;
}

.c_form__file.mfile .codedropz-upload-handler {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 160px;
  height: 40px;
  margin-bottom: 0;
  padding: 5px 10px;
  background-color: #f4f4f4;
  border: 1px solid #b9b9b9;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
  cursor: pointer;
}
.c_form__file.mfile .dnd-upload-counter {
  display: none;
}
.c_form__frame {
  padding: 30px 20px;
}
.c_form__frame.bg01 {
  background-color: #fcd13e;
}
.c_form__frame.bg02 {
  background-color: #bfbfbf;
}
.c_form__frame_txt {
  line-height: 2.0833333333;
}

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

.c_form__appcept .wpcf7-list-item {
  margin: 0;
}

.c_form__appcept label {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.c_form__appcept label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.c_form__appcept label input:checked + span::after {
  opacity: 1;
}

.c_form__appcept label > span {
  display: inline-block;
  padding-left: 30px;
}
.c_form__appcept label > span::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #2c368f;
}
.c_form__appcept label > span::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 8px;
  transform: rotate(45deg);
  width: 6px;
  height: 12px;
  border-right: 2px solid #2c368f;
  border-bottom: 2px solid #2c368f;
  opacity: 0;
}
.c_form__btns {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px 20px;
}
.c_form__btns .wpcf7-spinner {
  position: absolute;
  top: calc(100% + 20px);
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}

.c_form__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 300px;
  width: 100%;
  min-height: 65px;
  padding: 10px 20px;
  background-color: #2c368f;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.6666666667;
}
.c_form__btn.back {
  color: #4b4b4b;
  background-color: #f4f4f4;
  border: 1px solid #b9b9b9;
}
.c_form_wrap {
  position: relative;
}

.c_form_savetemp {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
}
.c_form_savetemp__btn {
  color: #357cde;
  font-weight: 700;
  line-height: 1.5909090909;
  text-decoration: underline;
  cursor: pointer;
}
.c_form_add, .c_form_remove {
  display: flex;
  justify-content: center;
  align-items: center;
}

.c_form_add__btn, .c_form_remove__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 300px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  min-height: 65px;
  padding: 10px;
  background-color: #f4f4f4;
  border: 1px solid #b9b9b9;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);
  color: #4b4b4b;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.6666666667;
  cursor: pointer;
}
.c_form_add__btn::before, .c_form_remove__btn::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  background: url(../images/icon_plus.svg) no-repeat center/contain;
}
.c_form_add__btn.hide, .c_form_remove__btn.hide {
  display: none !important;
  pointer-events: none;
}

.c_accept {
  width: 100%;
}

.c_accept__head, .c_accept__body {
  padding: 10px 20px;
  border: 1px solid #4b4b4b;
  vertical-align: middle;
}
.c_accept__head {
  background-color: #fcd13e;
  font-weight: 700;
  line-height: 1.2;
}
.c_accept__head:nth-child(2) {
  width: 184px;
}
.c_accept__body {
  position: relative;
  font-weight: 700;
}
.c_accept__body:nth-child(2) {
  font-weight: 400;
}

.c_accept__body .error {
  color: #de0000;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
}
.c_accept .wpcf7-not-valid-tip {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}

.c_required {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 22px;
  background-color: #de0000;
  border-radius: 5px;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1;
}
.c_required.none {
  background-color: #357cde;
}

.c_note,
.c_error,
.wpcf7-not-valid-tip,
.has-error {
  display: block;
  color: #de0000;
  line-height: 1.5;
}
.c_note {
  color: #2c368f;
}

.wpcf7-not-valid-tip {
  margin-top: 5px;
}

.has-error-msg {
  font-size: 0.75rem;
}
.datepicker {
  cursor: pointer;
}

.codedropz-upload-wrapper-custom {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.dnd-upload-status {
  width: 100%;
  max-width: 500px;
}

.dnd-upload-status .dnd-upload-image {
  flex-shrink: 0;
}

.dnd-upload-details {
  width: calc(100% - 40px);
}

.dnd-upload-details .name {
  font-size: 0.875rem;
}

.dnd-upload-details .remove-file {
  pointer-events: auto;
}

.wpcf7-field-groups .wpcf7-field-group {
  margin-bottom: 30px;
}
.wpcf7-field-groups .wpcf7-field-group:last-child {
  margin-bottom: 0;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  background: transparent !important;
}

.ui-datepicker-next:hover,
.ui-datepicker-prev:hover {
  border: none !important;
}

.ui-datepicker .ui-datepicker-next {
  right: 90px !important;
}

.ui-datepicker .ui-datepicker-title {
  width: calc(100% - 150px);
}
.ui-datepicker-prev .ui-icon::after {
  transform: rotate(-45deg);
}

.ui-datepicker-next .ui-icon::after {
  transform: rotate(135deg);
}

.ui-widget-header .ui-icon::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #2e2e2e;
  border-left: 2px solid #2e2e2e;
  position: absolute;
  left: 4px;
  top: 4px;
}

.datepicker-year-layout {
  position: absolute;
  right: 2px;
  top: 1px;
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
  width: 80px;
}

.datepicker-year-layout::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #a5a3a3;
  position: absolute;
  top: 6px;
  right: 5px;
  pointer-events: none;
}

.datepicker-year-layout::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #a5a3a3;
  position: absolute;
  bottom: 6px;
  right: 5px;
  pointer-events: none;
  z-index: 1;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 100% !important;
  padding-left: 15px;
  padding-right: 25px;
  cursor: pointer;
}

.ui-datepicker select.ui-datepicker-month:focus,
.ui-datepicker select.ui-datepicker-year:focus {
  outline: 0 !important;
  border: 0 !important;
}

.c_tbl__row {
  border: 1px solid #4b4b4b;
}
.c_tbl__row:not(:first-child) {
  border-top: none;
}

.c_tbl__head, .c_tbl__body {
  font-weight: 400;
  line-height: 1.25;
}
.c_tbl__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  background-color: #f4f4f4;
}
.c_tbl__head .note {
  display: block;
}
.c_tbl__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  padding: 15px 20px;
}
/*!
layout > container
------------------------------
*/
.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .c_tbl__head .note, .c_note,
  .c_error,
  .wpcf7-not-valid-tip,
  .has-error, .c_txt {
    font-size: 1.25rem;
  }
  .c_form_savetemp__btn {
    font-size: 1.375rem;
  }
  .c_tbl__head, .c_tbl__body, .c_accept__body, .c_message__txt {
    font-size: 1.5rem;
  }
  .c_accept__head, .c_ttl01 {
    font-size: 1.875rem;
  }
  body {
    font-size: 1rem;
  }
  #wrapper {
    padding-top: 172px;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .header {
    padding: 20px 30px;
  }
  .header__main {
    display: flex;
    align-items: center;
  }
  .header__logo {
    width: clamp(11.25rem, 6.9711538462vw + 7.9038461538rem, 14.875rem);
    margin: 0;
  }
  .header__logo_inner {
    transition: all 0.5s;
  }
  .header__logo_inner:hover {
    opacity: 0.7;
  }
  .header__txt {
    margin-left: clamp(4.375rem, 23.0769230769vw + -6.7019230769rem, 16.375rem);
    font-size: clamp(1.125rem, 2.6442307692vw + -0.1442307692rem, 2.5rem);
    text-align: left;
  }
  .totop {
    bottom: 30px;
    right: 20px;
    transform: translateY(-20px);
  }
  .totop a {
    width: 90px;
    height: 90px;
    transition: all 0.5s;
    cursor: pointer;
  }
  .totop a:hover {
    background-color: #fff;
  }
  .totop a:hover::before {
    background-color: #f00000;
  }
  .totop a:hover .totop__txt {
    color: #f00000;
  }
  .totop a::before {
    width: 18px;
    height: 21px;
    transition: all 0.5s;
  }
  .hamburger {
    width: 160px;
    height: 60px;
    padding: 10px 26px;
    transition: all 0.5s;
    cursor: pointer;
  }
  .hamburger:hover {
    background-color: #fff;
  }
  .hamburger:hover .hamburger__txt {
    color: #f00000;
  }
  .hamburger:hover .hamburger__icon::before, .hamburger:hover .hamburger__icon::after,
  .hamburger:hover .hamburger__icon span::before,
  .hamburger:hover .hamburger__icon span::after {
    background-color: #f00000;
  }
  .cookie__wrap {
    display: flex;
  }
  .cookie__close {
    margin: 0 0 0 30px;
  }
  .c_breadcrumb__item {
    font-size: 0.9375rem;
  }
  .c_breadcrumb__item_link {
    transition: all 0.5s;
  }
  .c_breadcrumb__item_link:hover {
    opacity: 0.7;
  }
  .c_breadcrumb__item:not(:last-child)::after {
    top: 14px;
    right: -26px;
    width: 20px;
  }
  .c_ttl01 {
    padding-left: 28px;
  }
  .c_ttl01::before {
    top: 1px;
    width: 8px;
  }
  .c_btn {
    transition: all 0.5s;
  }
  .c_btn:hover .c_btn__arrow {
    background-color: #f00000;
  }
  .c_btn:hover .c_btn__arrow::before {
    background-color: #fff;
  }
  .c_btn__txt {
    padding-bottom: 10px;
    font-size: clamp(1.125rem, 0.2403846154vw + 1.0096153846rem, 1.25rem);
    transition: all 0.5s;
  }
  .c_btn__arrow {
    width: clamp(3.75rem, 2.4038461538vw + 2.5961538462rem, 5rem);
    height: clamp(3.75rem, 2.4038461538vw + 2.5961538462rem, 5rem);
    transition: all 0.5s;
  }
  .c_link {
    transition: all 0.5s;
  }
  .c_link:hover {
    opacity: 0.7;
    text-decoration: none;
  }
  .c_txt {
    font-size: clamp(1rem, 0.4807692308vw + 0.7692307692rem, 1.25rem);
  }
  .c_txt24 {
    font-size: clamp(1.125rem, 0.7211538462vw + 0.7788461538rem, 1.5rem);
  }
  .c_message {
    padding: 23px 44px;
  }
  .p_404_sec {
    padding: 38px 0 100px;
  }
  .p_404_ttl {
    margin-bottom: 50px;
    font-size: 1.375rem;
  }
  .p_404_txt {
    margin-bottom: 50px;
  }
  .p_404_btn a {
    max-width: none;
    width: 460px;
    min-height: 80px;
    margin-top: 126px;
    font-size: 1.875rem;
    transition: all 0.5s;
  }
  .p_404_btn a:hover {
    opacity: 0.7;
  }
  .c_pager span,
  .c_pager a {
    transition: all 0.5s;
    font-size: 1.125rem;
  }
  .c_pager span::before,
  .c_pager a::before {
    transition: all 0.5s;
    bottom: -6px;
  }
  .c_pager .previouspostslink,
  .c_pager .nextpostslink {
    width: 54px;
    height: 54px;
    transition: all 0.5s;
    cursor: pointer;
  }
  .c_pager .previouspostslink:hover,
  .c_pager .nextpostslink:hover {
    background-color: #e85401;
    border-color: #e85401;
  }
  .c_pager .previouspostslink:hover::after,
  .c_pager .nextpostslink:hover::after {
    background-color: #fff;
  }
  .c_pager .previouspostslink::after,
  .c_pager .nextpostslink::after {
    width: 27px;
    height: 10px;
    transition: all 0.5s;
  }
  .c_form > * + * {
    margin-top: 67px;
  }
  .c_form__section > * + * {
    margin-top: 67px;
  }
  .c_form__input {
    height: 45px;
    padding: 5px 24px;
    font-size: clamp(1rem, 0.9615384615vw + 0.5384615385rem, 1.5rem);
  }
  .c_form__select select {
    padding: 5px 24px;
    font-size: clamp(1rem, 0.9615384615vw + 0.5384615385rem, 1.5rem);
  }
  .c_form__select::before {
    top: 19px;
  }
  .c_form__select .wpcf7-not-valid-tip {
    width: calc(100% + 200px);
  }
  .c_form__note {
    font-size: clamp(0.875rem, 0.7211538462vw + 0.5288461538rem, 1.25rem);
  }
  .c_form__id {
    gap: 17px;
  }
  .c_form__id input {
    width: clamp(4.375rem, 5.6490384615vw + 1.6634615385rem, 7.3125rem);
  }
  .c_form__id span:last-child input {
    width: clamp(4.375rem, 5.6490384615vw + 1.6634615385rem, 7.3125rem);
  }
  .c_form__file_btn {
    width: 210px;
    height: 45px;
  }
  .c_form__file.mfile .codedropz-upload-handler {
    width: 210px;
    height: 45px;
  }
  .c_form__file.mfile .dnd-upload-details .name,
  .c_form__file.mfile .dnd-upload-details .has-error-msg {
    font-size: clamp(0.875rem, 0.2403846154vw + 0.7596153846rem, 1rem);
  }
  .c_form__frame {
    padding: 46px 60px 42px;
  }
  .c_form__frame.bg01 {
    margin-top: 100px;
  }
  .c_form__frame.bg02 {
    margin-top: 76px;
  }
  .c_form__appcept label > span {
    padding-left: 40px;
  }
  .c_form__appcept label > span::before {
    top: 5px;
    width: 30px;
    height: 30px;
  }
  .c_form__appcept label > span::after {
    top: 10px;
    left: 11px;
    width: 8px;
    height: 15px;
  }
  .c_form__btns {
    gap: 40px 80px;
  }
  .c_form__btn {
    max-width: none;
    min-height: 80px;
    font-size: 1.875rem;
    transition: all 0.5s;
  }
  .c_form__btn:hover {
    opacity: 0.7;
  }
  .c_form__btn.next {
    width: 420px;
  }
  .c_form__btn.back {
    width: 460px;
    cursor: pointer;
  }
  .c_form__btn.confirm {
    width: 360px;
  }
  .c_form_savetemp {
    bottom: 160px;
  }
  .c_form_savetemp__btn {
    transition: all 0.5s;
  }
  .c_form_savetemp__btn:hover {
    opacity: 0.7;
    text-decoration: none;
  }
  .c_form_add__btn, .c_form_remove__btn {
    max-width: none;
    width: 460px;
    min-height: 80px;
    margin-top: 126px;
    font-size: 1.875rem;
    transition: all 0.5s;
  }
  .c_form_add__btn:hover, .c_form_remove__btn:hover {
    opacity: 0.7;
  }
  .c_form_add__btn::before, .c_form_remove__btn::before {
    width: 30px;
    height: 30px;
  }
  .c_accept__head, .c_accept__body {
    padding: 10px 30px;
  }
  .c_accept__head {
    height: 100px;
  }
  .c_accept__head:nth-child(2) {
    width: 300px;
  }
  .c_accept__body {
    height: 80px;
  }
  .c_accept__body .error {
    font-size: 1rem;
  }
  .c_required {
    width: 50px;
    height: 30px;
    font-size: clamp(0.875rem, 0.7211538462vw + 0.5288461538rem, 1.25rem);
  }
  .c_note,
  .c_error,
  .wpcf7-not-valid-tip,
  .has-error {
    font-size: clamp(0.875rem, 0.7211538462vw + 0.5288461538rem, 1.25rem);
  }
  .has-error-msg {
    font-size: clamp(0.875rem, 0.2403846154vw + 0.7596153846rem, 1rem);
  }
  .wpcf7-field-groups .wpcf7-field-group {
    margin-bottom: 67px;
  }
  .ui-datepicker .ui-datepicker-title {
    width: calc(100% - 160px);
  }
  .c_tbl__row {
    display: flex;
  }
  .c_tbl__head, .c_tbl__body {
    min-height: 90px;
    font-size: clamp(1rem, 0.9615384615vw + 0.5384615385rem, 1.5rem);
  }
  .c_tbl__head.flex, .c_tbl__body.flex {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px clamp(1.25rem, 3.2451923077vw + -0.3076923077rem, 2.9375rem);
  }
  .c_tbl__head {
    flex-shrink: 0;
    width: clamp(18.75rem, 14.4230769231vw + 11.8269230769rem, 26.25rem);
    padding: 20px 24px 20px 28px;
    border-right: 1px solid #4b4b4b;
  }
  .c_tbl__head .note {
    margin-top: 10px;
    font-size: clamp(0.875rem, 0.7211538462vw + 0.5288461538rem, 1.25rem);
  }
  .c_tbl__body {
    width: calc(100% - clamp(18.75rem, 14.4230769231vw + 11.8269230769rem, 26.25rem));
    padding: 16px 24px;
  }
  .container {
    padding: 0 40px;
  }
}
/*# sourceMappingURL=maps/common.css.map */
