@charset "UTF-8";
/* FLOCSS */
/* ------------------------------------------------------------------
 Variables
------------------------------------------------------------------ */
/* ------------------------------------------------------------------
 Mixin
------------------------------------------------------------------ */
/*! sanitize.css v4.0.0 | CC0 License | github.com/10up/sanitize.css */
/* Display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/* Elements of HTML (https://www.w3.org/TR/html5/semantics.html)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat; /* 1 */
  box-sizing: inherit; /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Add a flattened line height in all browsers (opinionated).
 * 4. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  box-sizing: border-box; /* 1 */
  cursor: default; /* 2 */
  font-family: sans-serif; /* 3 */
  line-height: 1.5; /* 3 */
  -ms-text-size-adjust: 100%; /* 4 */
  -webkit-text-size-adjust: 100%; /* 5 */
}

/* Sections (https://www.w3.org/TR/html5/sections.html)
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font sizes and margins on `h1` elements within
 * `section` and `article` contexts in Chrome, Firefox, and Safari.
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
  font-size: inherit;
  margin: 0;
  padding: 0;
}

/* Grouping content (https://www.w3.org/TR/html5/grouping-content.html)
   ========================================================================== */
/**
 * 1. Correct font sizing inheritance and scaling in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 1. Correct the height in Firefox.
 * 2. Add visible overflow in Edge and IE.
 */
hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Add a bordered underline effect in all browsers.
 * 2. Remove text decoration in Firefox 40+.
 */
abbr[title] {
  border-bottom: 1px dotted; /* 1 */
  text-decoration: none; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct colors in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

/**
 * Correct the font size in all browsers.
 */
small {
  font-size: 83.3333%;
}

/**
 * Change the positioning on superscript and subscript elements
 * in all browsers (opinionated).
 * 1. Correct the font size in all browsers.
 */
sub,
sup {
  font-size: 83.3333%; /* 1 */
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc; /* 1 */
  color: #000; /* 1 */
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* 1 */
  color: #000; /* 1 */
  text-shadow: none;
}

/* Embedded content (https://www.w3.org/TR/html5/embedded-content-0.html)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

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

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Links (https://www.w3.org/TR/html5/links.html#links)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove the gaps in underlines in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline when hovering in all browsers (opinionated.
 */
:hover {
  outline-width: 0;
}

/* Tabular data (https://www.w3.org/TR/html5/tabular-data.html)
   ========================================================================== */
/*
 * Remove border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* transform-style:  (https://www.w3.org/TR/html5/forms.html)
   ========================================================================== */
/**
 * 1. Remove the default styling in all browsers (opinionated).
 * 3. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  background-color: transparent; /* 1 */
  border-style: none; /* 1 */
  color: inherit; /* 1 */
  font-size: 1em; /* 1 */
  margin: 0; /* 3 */
}

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

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

/**
 * 1. Prevent the WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Correct the focus styles unset by the previous rule.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the border, margin, and padding in all browsers.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

/**
 * 1. Remove the vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto; /* 1 */
  resize: vertical; /* 2 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

/**
 * Correct the cursor style on increment and decrement buttons in Chrome.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari for OS X.
 */
::-webkit-search-cancel-button,
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style on placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

/* WAI-ARIA (https://www.w3.org/TR/html5/dom.html#wai-aria)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default;
}

/* User interaction (https://www.w3.org/TR/html5/editing.html)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
textarea,
[tabindex] { /* 1 */
  touch-action: manipulation;
}

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[hidden][aria-hidden=false] {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden=false]:focus {
  clip: auto;
}

/* ------------------------------------------------------------------
 Bass
 ------------------------------------------------------------------ */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #3B3B3B;
  background-color: #fff;
  position: relative;
  width: 100%;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  margin: auto;
  padding: 0;
  backface-visibility: hidden;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "Hiragino Gothic ProN", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.01em;
}

*,
*::after,
*::before {
  backface-visibility: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1.4;
}

p {
  margin: 0;
  padding: 0;
}

dd,
dl,
dt,
li,
ol,
ul {
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  margin: 0;
  padding: 0;
}

li,
ul {
  list-style-type: none;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

a {
  text-decoration: none;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: inherit;
  font-size: inherit;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

address {
  font-style: normal;
}

input {
  background-color: #fff;
  border: 1px solid #7E7E7E;
  border-radius: 4px;
}
input:focus {
  border-color: #206CDE !important;
}
input:focus-visible {
  border-color: #206CDE !important;
}

select {
  background-color: #fff;
  border: 1px solid #7E7E7E;
  border-radius: 4px;
}

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

/* ------------------------------------------------------------------
 footer
------------------------------------------------------------------ */
/* ------------------------------------------------------------------
 header
------------------------------------------------------------------ */
.l-header {
  position: absolute;
  width: 100%;
  top: -39px;
  left: 0;
}
.l-headerInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-headerInner__title {
  font-family: "Jost", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
}
.l-headerInner__project {
  font-size: 1.3rem;
}
.l-headerInner__info {
  display: flex;
  align-items: center;
}
.l-headerInner__infoName {
  margin-top: 0 !important;
  border-right: 1px solid rgba(59, 59, 59, 0.5);
  padding-right: 12px;
  font-size: 1.5rem !important;
  line-height: 1.2;
}
.l-headerInner__infoMenu {
  border-right: 1px solid rgba(59, 59, 59, 0.5);
  padding-right: 12px;
  margin-left: 12px;
  display: inline-block;
  font-size: 1.2rem;
}
.l-headerInner__info .btn_lgo {
  margin-left: 12px;
  margin-top: 0;
  background-color: unset;
  border: none;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.2rem;
}

/* ------------------------------------------------------------------
 body container wrapper main
------------------------------------------------------------------ */
.l-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 750px;
}
.l-wrapper::before {
  content: "";
  display: block;
  width: 622px;
  height: 461.301px;
  transform: rotate(30deg);
  position: absolute;
  right: 34.241px;
  top: -144.965px;
  border-radius: 622px;
  opacity: 0.8;
  background: conic-gradient(from 91deg at 50% 50%, #94C5FF 80.7706904411deg, #90FFE3 232.9380083084deg, #4071ED 295.4946756363deg, #5CFFD7 333.1579327583deg);
  filter: blur(200px);
}
.l-wrapper::after {
  content: "";
  display: block;
  width: 329px;
  height: 329px;
  position: absolute;
  left: 100px;
  bottom: 13px;
  border-radius: 329px;
  opacity: 0.5;
  background: linear-gradient(90deg, #4071ED 24.71%, #84E0FD 78.74%, #D7FFF5 108.48%);
  filter: blur(150px);
}

.l-container {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}

.l-main {
  width: 100%;
  max-width: 1120px;
  height: 71.43%;
  height: 650px;
  border-radius: 24px;
  border: 1px solid #FFF;
  background: url(../img/main_bg.jpg) no-repeat center/cover;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
  position: relative;
}

.l-section {
  width: 100%;
  height: 100%;
  position: relative;
}
.l-section__inner {
  height: 100%;
  position: relative;
  padding: 40px 64px;
}

/* ------------------------------------------------------------------
 error
------------------------------------------------------------------ */
.c-errorMessage {
  color: #E94D37;
  font-size: 1.4rem;
  margin-top: 5px;
  line-height: 1.6;
}
.c-errorMessage__wrap {
  margin-top: 10px;
  max-height: 210px;
  overflow-y: scroll;
  padding-top: 3px;
  padding-bottom: 8px;
  padding-right: 4px;
  border-top: 1px solid #E94D37;
  border-bottom: 1px solid #E94D37;
  /* スクロールバーの形を設定する */
}
.c-errorMessage__wrap::-webkit-scrollbar {
  width: 6px;
}
.c-errorMessage__wrap::-webkit-scrollbar-thumb {
  border-radius: 3px;
  width: 3px;
  --bg-opacity: 1;
  background-color: #3B3B3B;
}

/* ------------------------------------------------------------------
 button
------------------------------------------------------------------ */
.c-btn, .c-btnMiniLong, .c-btnMini, .c-btnSmall, .c-btnBack, .c-btnSubmit {
  display: block;
  color: #fff !important;
  border: none;
  background-color: #206CDE;
  border: 1px solid #206CDE;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  max-width: 300px;
  width: 100%;
  padding: 14px 10px 15px;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.3s ease-out;
}
@media screen and (min-width: 840px) {
  .c-btn:hover, .c-btnMiniLong:hover, .c-btnMini:hover, .c-btnSmall:hover, .c-btnBack:hover, .c-btnSubmit:hover {
    background-color: #fff;
    color: #206CDE !important;
  }
}
.c-btnSubmit {
  font-size: 1.3rem;
  padding: 9px 10px 10px;
}
.c-btnBack {
  font-size: 1.3rem;
  padding: 9px 10px 10px;
  color: #3B3B3B !important;
  background-color: #fff;
  border: 1px solid #D1D1D1;
}
@media screen and (min-width: 840px) {
  .c-btnBack:hover {
    border: 1px solid #3B3B3B;
    background-color: #3B3B3B;
    color: #fff !important;
  }
}
.c-btnSmall {
  font-size: 1.3rem;
  max-width: 180px;
  min-width: 120px;
  width: 100%;
  padding: 9px 10px 10px;
}
.c-btnMini {
  font-size: 1.3rem;
  max-width: 80px;
  padding: 6px 10px;
  display: inline-block;
  margin-left: 8px;
}
.c-btnMiniLong {
  font-size: 1.3rem;
  max-width: 150px;
  padding: 6px 10px;
  display: inline-block;
}

/* ------------------------------------------------------------------
 flex
------------------------------------------------------------------ */
.c-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-flexColumn {
  flex-basis: 47.7%;
}

/* ------------------------
 form
------------------------ */
.c-formInput {
  padding: 7px 16px;
}
.c-formInput:-moz-read-only {
  background-color: #ddd;
  border-color: #ddd;
}
.c-formInput:read-only {
  background-color: #ddd;
  border-color: #ddd;
}
.c-formInput__number {
  padding-right: 10px;
}
.c-formSelect {
  position: relative;
  display: inline-block;
}
.c-formSelect select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 1.4rem;
  padding: 7px 16px;
  border: 1px solid #979797;
  border-radius: 4px;
  width: 100px;
}
.c-formSelect::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #979797;
  border-right: 1px solid #979797;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%) rotate(45deg);
}
.c-formRadio {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #3B3B3B;
  border-radius: 50%;
  vertical-align: -2px;
}
.c-formRadio:checked:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #206CDE;
}

/* ------------------------------------------------------------------
 icon
------------------------------------------------------------------ */
.c-link, .c-linkRemove {
  text-decoration: underline;
  transition: 0.3s ease-out;
  cursor: pointer;
}
.c-link:hover, .c-linkRemove:hover {
  color: #206CDE;
}
.c-linkRemove {
  background-color: unset;
  border: none;
  font-size: 1.5rem;
  padding: 0;
}

/* ------------------------------------------------------------------
 title
------------------------------------------------------------------ */
.c-pageTitle {
  font-size: 4rem;
  font-weight: 500;
  margin-bottom: 12px;
}

/* ------------------------------------------------------------------
 txt
------------------------------------------------------------------ */
/* ------------------------------------------------------------------
 modal
------------------------------------------------------------------ */
.c-modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 45px 60px;
  z-index: 1000;
  opacity: 1;
  visibility: visible;
  transition: 0.3s ease-in-out;
}
.c-modal.is-close {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.c-modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 24px;
}
.c-modal__close {
  position: absolute;
  top: 28px;
  right: 42px;
  width: 40px;
  height: 40px;
  background: #3B3B3B;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  z-index: 100;
  transition: 0.2s ease-in-out;
}
.c-modal__close::before, .c-modal__close::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 2px;
  background: #fff;
  transform-origin: center;
}
.c-modal__close::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.c-modal__close::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-modal__close:hover {
  transform: scale(1.2);
}
.c-modal__open {
  position: absolute;
  bottom: 50px;
  left: 64px;
  z-index: 10;
}
.c-modal__content {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 12px;
  padding-left: 40px;
  padding-right: 20px;
}
.c-modal__contentInner {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding: 40px 20px 40px 0;
}
.c-modal__contentCaution {
  width: 100%;
  padding: 20px;
  background-color: #D9E6FF;
  border: 1px solid #D1D1D1;
  border-radius: 6px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.c-modal__contentCaution_title {
  font-weight: 700;
  color: #fff;
  background-color: #E94D37;
  border-radius: 20px;
  padding: 1px 8px 2px;
  flex-basis: 70px;
  flex-shrink: 0;
  text-align: center;
}
.c-modal__contentCaution_bodyItem + .c-modal__contentCaution_bodyItem {
  margin-top: 12px;
}
.c-modal__contentCaution_body p {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
}
.c-modal__contentNews {
  margin-top: 24px;
}
.c-modal__contentNews_title {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 16px;
  line-height: 1.3;
}
.c-modal__contentNews_item {
  padding-bottom: 16px;
}
.c-modal__contentNews_item + .c-modal__contentNews_item {
  border-top: 1px solid #D1D1D1;
  padding-top: 16px;
}
.c-modal__contentNews_head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.c-modal__contentNews_date {
  font-weight: 700;
  color: #206CDE;
}
.c-modal__contentNews_new {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  background-color: #E94D37;
  border-radius: 20px;
  padding: 1px 8px 2px;
}
.c-modal__contentNews_body * + * {
  margin-top: 12px;
}
.c-modal__contentNews_body a {
  text-decoration: underline;
}
.c-modal__contentNews_body a:hover {
  color: #206CDE;
}
.c-modal__contentNews_body h1, .c-modal__contentNews_body h2 {
  font-size: 20px;
}
.c-modal__contentNews_body h3, .c-modal__contentNews_body h4 {
  font-size: 17px;
}
.c-modal__contentNews_body ul {
  padding-left: 24px;
}
.c-modal__contentNews_body ul li {
  list-style-type: disc;
}
.c-modal__contentNews_body ol {
  padding-left: 24px;
}
.c-modal__contentNews_body ol li {
  list-style-type: decimal;
}

/* ------------------------------------------------------------------
 お知らせ管理画面内
------------------------------------------------------------------ */
.c-modalPreview {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
}
.c-modalPreview .c-modal__bg {
  border-radius: 0;
}
.c-modalPreview .c-modal__content {
  width: 100%;
  max-width: 1120px;
  height: 650px;
}
.c-modalPreview__pop {
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 10;
}
.c-modalPreview__pop .c-badge {
  display: inline-block;
  background: #f80;
  color: #fff;
  border-radius: 12px 0 12px 0;
  padding: 5px 16px;
  font-size: 13px;
}

/* ------------------------------------------------------------------
 login
------------------------------------------------------------------ */
.p-login .l-section__inner {
  display: flex;
  align-items: center;
  position: relative;
}
.p-loginContent .c-btn, .p-loginContent .c-btnSubmit, .p-loginContent .c-btnBack, .p-loginContent .c-btnSmall, .p-loginContent .c-btnMini, .p-loginContent .c-btnMiniLong {
  margin-left: 0;
  margin-top: 24px;
}
.p-loginTitle {
  font-family: "Jost", sans-serif;
  font-size: 3.8rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  margin-bottom: 8px;
}
.p-loginLead {
  font-family: "Jost", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  margin-bottom: 40px;
}
.p-loginForm__input + .p-loginForm__input {
  margin-top: 16px;
}
.p-loginForm__inputLabel span {
  font-family: "Jost", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
}
.p-loginForm__input .c-formInput {
  max-width: 300px;
  width: 100%;
}
.p-loginCopyright {
  position: absolute;
  bottom: 40px;
  left: 64px;
  font-size: 1.2rem;
  padding-right: 40px;
}
.p-loginUsername {
  margin-bottom: 16px;
}

/* ------------------------------------------------------------------
 project
------------------------------------------------------------------ */
.p-projectTitle {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 16px;
}
.p-projectBody {
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  height: 260px;
  overflow-y: scroll;
  padding-right: 14px;
  /* スクロールバーの形を設定する */
}
.p-projectBody::-webkit-scrollbar {
  width: 6px;
}
.p-projectBody::-webkit-scrollbar-thumb {
  border-radius: 3px;
  width: 3px;
  --bg-opacity: 1;
  background-color: #3B3B3B;
}
.p-projectBody__list {
  padding-top: 8px;
  padding-bottom: 8px;
}
.p-projectBody__listItem {
  position: relative;
}
.p-projectBody__listItem + .p-projectBody__listItem {
  margin-top: 8px;
}
.p-projectBody__listItem.--noItem {
  width: 100%;
  height: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-projectBody__listItem.--noItem p {
  font-size: 1.2rem;
}
.p-projectBody__listItem_label {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  display: flex;
  gap: 16px;
  padding: 7px 12px;
  cursor: pointer;
  transition: 0.3s ease-out;
}
.p-projectBody__listItem_label input {
  background-color: unset;
  font-size: 1.3rem;
  font-style: normal;
  color: #3B3B3B;
  flex-basis: 130px;
  max-width: 130px;
  overflow: hidden;
  flex-shrink: 0;
  padding: 0;
  transition: 0.3s ease-out;
}
.p-projectBody__listItem_icon {
  position: absolute;
  top: 50%;
  right: 12px;
  background-color: #3B3B3B;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-projectBody__listItem_icon svg {
  fill: #fff;
}
.p-projectBody__listItem_info {
  font-size: 1.2rem;
  flex-basis: calc(100% - 146px);
  padding-right: 25px;
}
@media screen and (min-width: 840px) {
  .p-projectBody__listItem:hover .p-projectBody__listItem_label {
    background-color: #206CDE;
    color: #fff;
  }
  .p-projectBody__listItem:hover .p-projectBody__listItem_label input {
    color: #fff;
  }
  .p-projectBody__listItem:hover .p-projectBody__listItem_icon {
    background-color: #fff;
  }
  .p-projectBody__listItem:hover .p-projectBody__listItem_icon svg {
    fill: #3B3B3B;
  }
}
.p-projectSubmit .c-btnSubmit {
  margin-left: 0;
  max-width: 100%;
}

/* ------------------------------------------------------------------
 projectMake
------------------------------------------------------------------ */
.p-projectMake__tableLabel {
  margin-bottom: 4px;
  display: block;
}
.p-projectMake__tableLabel span {
  font-size: 1.2rem;
  display: inline-block;
  margin-left: 8px;
}
.p-projectMake__tableRow + .p-projectMake__tableRow {
  margin-top: 16px;
}
.p-projectMake__tableRow .c-formInput {
  width: 100%;
}
.p-projectMake__btn {
  margin-top: 24px;
}
.p-projectMake__btnSubmit {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #fff;
}
.p-projectMake__btnSubmit .c-btnSubmit {
  max-width: 100%;
  margin-left: 0;
  margin-top: 0;
}
.p-projectMake__btnBack .c-btnBack {
  max-width: 100%;
  margin-left: 0;
  margin-top: 0;
}
.p-projectMake__checkbox {
  background-color: #fff;
  border-radius: 4px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-projectMake__checkbox label {
  cursor: pointer;
  margin-bottom: 0;
  line-height: 1;
}
.p-projectMake__checkbox input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border: 1px solid #3B3B3B;
}
.p-projectMake__checkbox input[type=checkbox]:checked {
  border: 1px solid #fff;
  background-color: #206CDE;
}
.p-projectMake__checkbox input[type=checkbox]:checked::before {
  position: absolute;
  top: 2px;
  left: 4px;
  transform: rotate(45deg);
  width: 5px;
  height: 7px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: "";
}

/* ------------------------------------------------------------------
 projectComplete
------------------------------------------------------------------ */
.p-projectComplete__btn {
  margin-top: 40px;
}

/* ------------------------------------------------------------------
 case
------------------------------------------------------------------ */
.p-caseBack {
  margin-top: 40px;
}
.p-caseBack .c-btnBack {
  margin-left: 0;
  margin-top: 0;
}
.p-caseHeader {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 16px;
}
.p-caseHeader__title {
  font-size: 2rem;
  font-weight: 500;
}
.p-caseHeader__txt {
  font-size: 1.4rem;
}
.p-caseHeader .p-calcSidebar__btmBox {
  margin-bottom: 0;
}
.p-caseBody {
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  height: 294px;
  overflow-y: scroll;
  /* スクロールバーの形を設定する */
}
.p-caseBody::-webkit-scrollbar {
  width: 6px;
}
.p-caseBody::-webkit-scrollbar-thumb {
  border-radius: 3px;
  width: 3px;
  --bg-opacity: 1;
  background-color: #3B3B3B;
}
.p-caseBody__list {
  padding-top: 8px;
  padding-bottom: 8px;
}
.p-caseBody__listItem {
  position: relative;
  padding-right: 40px;
}
.p-caseBody__listItem + .p-caseBody__listItem {
  margin-top: 8px;
}
.p-caseBody__listItem.--noItem {
  width: 100%;
  height: 276px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-right: 0;
}
.p-caseBody__listItem.--noItem p {
  font-size: 1.2rem;
}
.p-caseBody__listItem_info {
  background-color: #fff;
  border: 1px solid #fff;
  position: relative;
  padding: 6px 12px;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 16px;
  transition: 0.3s ease-out;
}
@media screen and (min-width: 840px) {
  .p-caseBody__listItem_info:hover {
    background-color: #206CDE;
    color: #fff;
  }
  .p-caseBody__listItem_info:hover input {
    color: #fff;
  }
  .p-caseBody__listItem_info:hover .p-caseBody__listItem_icon {
    background-color: #fff;
  }
  .p-caseBody__listItem_info:hover .p-caseBody__listItem_icon svg {
    fill: #3B3B3B;
  }
}
.p-caseBody__listItem_title {
  line-height: 1.2;
  flex-basis: 130px;
  max-width: 130px;
  overflow: hidden;
  flex-shrink: 0;
}
.p-caseBody__listItem_title input {
  background-color: unset;
  font-size: 1.3rem;
  font-style: normal;
  color: #3B3B3B;
  padding: 0;
  transition: 0.3s ease-out;
}
.p-caseBody__listItem_caption {
  line-height: 1.2;
  font-size: 1.2rem;
  flex-basis: calc(100% - 146px);
  padding-right: 25px;
}
.p-caseBody__listItem_icon {
  position: absolute;
  top: 50%;
  right: 12px;
  background-color: #3B3B3B;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-caseBody__listItem_icon svg {
  fill: #fff;
}
.p-caseBody__listItem_checkbox {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  line-height: 1;
}
.p-caseBody__listItem_checkbox input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border: 1px solid #D1D1D1;
}
.p-caseBody__listItem_checkbox input[type=checkbox]:checked {
  border: 1px solid #fff;
  background-color: #206CDE;
}
.p-caseBody__listItem_checkbox input[type=checkbox]:checked::before {
  position: absolute;
  top: 2px;
  left: 4px;
  transform: rotate(45deg);
  width: 5px;
  height: 7px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: "";
}
.p-caseBtn input {
  margin-left: 0;
  margin-top: 0;
}
.p-caseBtn__top {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-caseBtn__topColumn {
  width: 49.038%;
}
.--layout01 .p-caseBtn__topColumn:nth-child(1) {
  width: 20%;
  text-align: center;
}
.--layout01 .p-caseBtn__topColumn:nth-child(2) {
  width: 77%;
}
.--layout01 .p-caseBtn__topColumn:nth-child(2) .c-btnSubmit {
  max-width: 100%;
}
.p-caseBtn__btm {
  margin-top: 24px;
}
.p-caseBtn__btm .c-btnSubmit {
  width: 100%;
  max-width: 100%;
}

/* ------------------------------------------------------------------
 newcase
------------------------------------------------------------------ */
.p-newcase input {
  margin-left: 0;
}
.p-newcaseBtn {
  border-top: 1px solid #3B3B3B;
  border-bottom: 1px solid #3B3B3B;
  padding-top: 16px;
  padding-bottom: 16px;
}
.p-newcaseBtn form + form {
  margin-top: 16px;
}
.p-newcaseBtn .c-btnSubmit {
  max-width: 100%;
}
.p-newcaseBack {
  margin-top: 26px;
}
.p-newcaseBack .c-btnBack {
  max-width: 100%;
}

/* ------------------------------------------------------------------
 newcaseMake
------------------------------------------------------------------ */
.p-newcaseMake__tableLabel {
  margin-bottom: 4px;
  display: block;
}
.p-newcaseMake__tableLabel span {
  font-size: 1.2rem;
  display: inline-block;
  margin-left: 8px;
}
.p-newcaseMake__tableRow + .p-newcaseMake__tableRow {
  margin-top: 16px;
}
.p-newcaseMake__tableRow .c-formInput {
  width: 100%;
}
.p-newcaseMake__bodyHeading {
  border-bottom: 1px solid #3B3B3B;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.p-newcaseMake__btn {
  margin-top: 24px;
}
.p-newcaseMake__btnSubmit {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #fff;
}
.p-newcaseMake__btnSubmit .c-btnSubmit {
  max-width: 100%;
  margin-left: 0;
  margin-top: 0;
}
.p-newcaseMake__btnBack .c-btnBack {
  max-width: 100%;
  margin-left: 0;
  margin-top: 0;
}

/* ------------------------------------------------------------------
 newcaseComplete
------------------------------------------------------------------ */
.p-newcaseComplete__name {
  font-size: 1.3rem;
  margin-bottom: 16px;
}
.p-newcaseComplete__btn {
  margin-top: 40px;
}

/* ------------------------------------------------------------------
 caseDelete
------------------------------------------------------------------ */
.p-caseDelete__bodyLead {
  font-size: 1.7rem;
  font-weight: 500;
  margin-bottom: 12px;
}
.p-caseDelete__bodyAttention {
  line-height: 1.5;
  color: #E94D37;
  padding: 16px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid #E94D37;
}
.p-caseDelete__bodyTxt {
  margin-bottom: 20px;
}
.p-caseDelete__bodyName {
  border-top: 1px solid #3B3B3B;
  border-bottom: 1px solid #3B3B3B;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 1.6rem;
  font-weight: 500;
}
.p-caseDelete__bodyName + .p-caseDelete__bodyTxt {
  margin-top: 16px;
}
.p-caseDelete__bodyBtn {
  margin-top: 24px;
}
.p-caseDelete__bodyBtn input {
  max-width: 100%;
}
.p-caseDelete__body form + form {
  border-top: 1px solid #fff;
  margin-top: 16px;
  padding-top: 16px;
}

/* ------------------------------------------------------------------
 newcaseCopy
------------------------------------------------------------------ */
.p-newcaseCopy .p-caseBody {
  height: 260px;
}
.p-newcaseCopy .p-caseBody__listItem {
  padding-right: 0;
}
.p-newcaseCopy .p-caseBody__listItem + .p-caseBody__listItem {
  margin-top: 8px;
}
.p-newcaseCopy .p-caseBody__listItem_title input {
  border: none;
}
.p-newcaseCopy__btn {
  margin-top: 16px;
}
.p-newcaseCopy__btn input {
  max-width: 100%;
}

/* ------------------------------------------------------------------
 tab
------------------------------------------------------------------ */
.p-tab {
  background: url(../img/tab_bg.jpg) no-repeat center/cover;
}
.p-tab::before, .p-tab::after {
  display: none;
}
.p-tab .l-main {
  border-radius: 16px;
  border: 1px solid #fff;
  background: linear-gradient(99deg, rgba(255, 255, 255, 0.4) 0.09%, rgba(255, 255, 255, 0.2) 99.64%);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
.p-tab .l-main form {
  height: 100%;
}
.p-tab .l-section__inner {
  padding: 24px;
}
.p-tabHeader {
  margin-bottom: 16px;
}
.p-tabHeader__title {
  display: flex;
  align-items: center;
}
.p-tabHeader__titleSub {
  background-color: #fff;
  border-radius: 20px;
  display: inline-block;
  border: 1px solid #D1D1D1;
  font-size: 1.3rem;
  padding: 2px 10px;
  line-height: 1.1;
  margin-right: 8px;
}
.p-tabHeader__titleName {
  font-size: 1.5rem;
  font-weight: 700;
}
.p-tabHeader__titleInfo {
  font-size: 1.2rem;
  margin-left: 2px;
  font-weight: 400;
}
.p-tabBody {
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
  position: relative;
  padding: 0 8px;
}
.p-tabBody::before {
  content: "";
  display: block;
  width: 100%;
  height: 43px;
  border-radius: 8px 8px 0 0;
  border-bottom: 1px solid #D1D1D1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.p-tabBody__tab {
  display: inline-block;
  min-width: 80px;
  padding: 12px;
  font-size: 1.3rem;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 10;
  transition: 0.3s ease-out;
}
.p-tabBody__tab::before {
  content: "";
  display: inline-block;
  border-radius: 2px 2px 0 0;
  width: 0;
  height: 3px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transition: 0.3s ease-out;
  opacity: 0;
}
.p-tabBody .--tab01:hover {
  color: #FF7B74;
}
.p-tabBody .--tab01:hover::before {
  width: 52px;
  background-color: #FF7B74;
  opacity: 1;
}
.p-tabBody #tab10:checked + .--tab01 {
  color: #FF7B74;
}
.p-tabBody #tab10:checked + .--tab01::before {
  width: 52px;
  background-color: #FF7B74;
  opacity: 1;
}
.p-tabBody .--tab02:hover {
  color: #D5CD00;
}
.p-tabBody .--tab02:hover::before {
  width: 52px;
  background-color: #D5CD00;
  opacity: 1;
}
.p-tabBody #tab20:checked + .--tab02 {
  color: #D5CD00;
}
.p-tabBody #tab20:checked + .--tab02::before {
  width: 52px;
  background-color: #D5CD00;
  opacity: 1;
}
.p-tabBody .--tab03:hover {
  color: #67BEFF;
}
.p-tabBody .--tab03:hover::before {
  width: 52px;
  background-color: #67BEFF;
  opacity: 1;
}
.p-tabBody #tab30:checked + .--tab03 {
  color: #67BEFF;
}
.p-tabBody #tab30:checked + .--tab03::before {
  width: 52px;
  background-color: #67BEFF;
  opacity: 1;
}
.p-tabBody .--tab04:hover {
  color: #F18421;
}
.p-tabBody .--tab04:hover::before {
  width: 52px;
  background-color: #F18421;
  opacity: 1;
}
.p-tabBody #tab40:checked + .--tab04 {
  color: #F18421;
}
.p-tabBody #tab40:checked + .--tab04::before {
  width: 52px;
  background-color: #F18421;
  opacity: 1;
}
.p-tabBody .--tab05:hover {
  color: #6784EC;
}
.p-tabBody .--tab05:hover::before {
  width: 52px;
  background-color: #6784EC;
  opacity: 1;
}
.p-tabBody #tab50:checked + .--tab05 {
  color: #6784EC;
}
.p-tabBody #tab50:checked + .--tab05::before {
  width: 52px;
  background-color: #6784EC;
  opacity: 1;
}
.p-tabBody .--tab06:hover {
  color: #D957E9;
}
.p-tabBody .--tab06:hover::before {
  width: 52px;
  background-color: #D957E9;
  opacity: 1;
}
.p-tabBody #tab60:checked + .--tab06 {
  color: #D957E9;
}
.p-tabBody #tab60:checked + .--tab06::before {
  width: 52px;
  background-color: #D957E9;
  opacity: 1;
}
.p-tabBody .--tab07:hover {
  color: #22AC0E;
}
.p-tabBody .--tab07:hover::before {
  width: 52px;
  background-color: #22AC0E;
  opacity: 1;
}
.p-tabBody #tab70:checked + .--tab07 {
  color: #22AC0E;
}
.p-tabBody #tab70:checked + .--tab07::before {
  width: 52px;
  background-color: #22AC0E;
  opacity: 1;
}
.p-tabBody__contentPanel {
  background-color: unset !important;
  padding: 24px 16px;
}
.p-tabBody__contentPanel_title {
  font-size: 2.4rem;
  font-weight: 500;
  padding-bottom: 16px;
  border-bottom: 1px solid #3B3B3B;
}
.p-tabBody__contentPanel_inner {
  height: 320px;
  margin-top: 8px;
  padding-top: 8px;
  padding-right: 4px;
  overflow-y: scroll;
  /* スクロールバーの形を設定する */
}
.p-tabBody__contentPanel_inner::-webkit-scrollbar {
  width: 6px;
}
.p-tabBody__contentPanel_inner::-webkit-scrollbar-thumb {
  border-radius: 3px;
  width: 3px;
  --bg-opacity: 1;
  background-color: #3B3B3B;
}
.p-tabBody__contentPanel_lead {
  font-weight: 700;
  margin-bottom: 16px;
}
.p-tabBody__contentPanel_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-tabBody__contentPanel_row + .p-tabBody__contentPanel_row, .p-tabBody__contentPanel_row + .p-tabBody__contentPanel_lead {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #D1D1D1;
}
.p-tabBody__contentPanel_row.--column1 {
  display: block;
}
.p-tabBody__contentPanel_row.--column1 .--column3::after {
  content: "";
  display: inline-block;
  width: 32%;
}
.p-tabBody__contentPanel_row.--column1 .--column3 .column_flexItem {
  flex-basis: 32%;
}
.p-tabBody__contentPanel_row.--column3::after {
  content: "";
  display: inline-block;
  width: 32%;
}
.p-tabBody__contentPanel_row.--column4::after {
  content: "";
  display: inline-block;
  width: 23.67%;
}
.p-tabBody__contentPanel_row.--column4::before {
  content: "";
  display: inline-block;
  width: 23.67%;
  order: 1;
}
.--column2 .p-tabBody__contentPanel_column {
  flex-basis: 49.115%;
}
.--column3 .p-tabBody__contentPanel_column {
  flex-basis: 32%;
}
.--column4 .p-tabBody__contentPanel_column {
  flex-basis: 23.67%;
}
.p-tabBody__contentPanel_column:nth-child(n+5) {
  margin-top: 16px;
}
.p-tabBody__contentPanel_column .column_heading {
  margin-bottom: 8px;
}
.p-tabBody__contentPanel_column .column_flex {
  display: flex;
  justify-content: space-between;
}
.p-tabBody__contentPanel_column .column_flexItem {
  flex-basis: 48.198%;
}
.p-tabBody__contentPanel_column .column_title {
  font-size: 1.5rem;
  margin-bottom: 4px;
}
.p-tabBody__contentPanel_column .column_title span {
  font-size: 1.2rem;
  display: inline-block;
  margin-left: 8px;
}
.p-tabBody__contentPanel_column .column_input input {
  font-size: 1.4rem;
  padding: 5px 8px;
  border: 1px solid #979797;
  border-radius: 2px;
  width: 100px;
}
.p-tabBody__contentPanel_column .column_input input:focus {
  border: 1px solid #3B3B3B !important;
}
.p-tabBody__contentPanel_column .column_inputSelect {
  position: relative;
  display: inline-block;
}
.p-tabBody__contentPanel_column .column_inputSelect select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 1.4rem;
  padding: 5px 8px;
  border: 1px solid #979797;
  border-radius: 2px;
  width: 100px;
}
.p-tabBody__contentPanel_column .column_inputSelect::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #979797;
  border-right: 1px solid #979797;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%) rotate(45deg);
}
.p-tabBody__contentPanel_column .column_note {
  font-size: 1.2rem;
  margin-top: 4px;
}
.p-tabBody__contentPanel_column .column_unit {
  font-size: 1.3rem;
}
.p-tabBody__contentPanel_column select.pdw_lst {
  width: 190px;
  margin-left: 0px;
  background-color: #fff;
  font-size: 1.4rem;
  text-align: left;
}
.p-tabBody__contentPanel_column select.pdw_lst2 {
  width: 190px;
  margin-left: 0px;
  background-color: #fff;
  font-size: 1.4rem;
  text-align: left;
}
.p-tabBody__contentPanel_column div.column_input2 {
  width: 300px;
  height: 50px;
  margin-left: 0px;
  padding-left: 0px;
  background-color: #fff;
  text-align: left;
}
.p-tabBody__contentPanel_column p.column_notej {
  font-size: smaller;
}
.p-tabBtn {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}
.p-tabBtn form {
  width: 300px;
}
.p-tabComplete .l-section__inner {
  padding: 64px;
}
.p-tabComplete__btn {
  margin-top: 40px;
}
.p-tabComplete__btn form + form {
  margin-top: 24px;
}

/* ------------------------------------------------------------------
 calc
------------------------------------------------------------------ */
.p-calc {
  background: url(../img/tab_bg.jpg) no-repeat center/cover;
  overflow: auto;
}
.p-calc::before, .p-calc::after {
  display: none;
}
.p-calc .l-main {
  border-radius: 16px;
  border: 1px solid #fff;
  background: #fff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
.p-calc .l-section__inner {
  display: flex;
  padding: 0;
}
.p-calcSidebar {
  width: 24%;
  background-color: #fff;
  border-radius: 16px 0 0 16px;
  border-right: 1px solid #D1D1D1;
  display: flex;
  justify-content: space-between;
  flex-flow: column;
  padding: 24px;
  order: 1;
}
.p-calcSidebar__title span {
  display: inline-block;
  padding: 2px 10px;
  font-size: 1.3rem;
  font-weight: 500;
  border-radius: 30px;
  border: 1px solid #D1D1D1;
}
.p-calcSidebar__list {
  margin-top: 16px;
}
.p-calcSidebar__listWrap {
  max-height: 355px;
  overflow-y: scroll;
  padding-right: 14px;
  will-change: transform;
  /* スクロールバーの形を設定する */
}
.p-calcSidebar__listWrap::-webkit-scrollbar {
  width: 6px;
}
.p-calcSidebar__listWrap::-webkit-scrollbar-thumb {
  border-radius: 3px;
  width: 3px;
  --bg-opacity: 1;
  background-color: #3B3B3B;
}
.p-calcSidebar__listItem + .p-calcSidebar__listItem {
  margin-top: 12px;
}
.p-calcSidebar__listLink {
  padding-bottom: 12px;
  border-bottom: 1px solid #D1D1D1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s ease-out;
}
.p-calcSidebar__listLink:hover {
  color: #206CDE;
  border-bottom: 1px solid #206CDE;
}
.p-calcSidebar__listLink:hover .p-calcSidebar__listIcon {
  background-color: #206CDE;
}
.p-calcSidebar__listTxt {
  font-size: 1.3rem;
  font-weight: 500;
}
.p-calcSidebar__listIcon {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #3B3B3B;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-out;
}
.p-calcSidebar__listIcon svg {
  fill: #fff;
}
.p-calcSidebar__btm form + form, .p-calcSidebar__btm form + button, .p-calcSidebar__btm button + button, .p-calcSidebar__btm button + form {
  margin-top: 8px;
}
.p-calcSidebar__btmBox {
  margin-bottom: 16px;
}
.p-calcSidebar__btm input[type=radio], .p-calcSidebar__btm label {
  cursor: pointer;
}
.p-calcBody {
  width: 76%;
  padding: 24px;
  order: 2;
}
.p-calcBody__inner {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  padding-right: 14px;
  will-change: transform;
  /* スクロールバーの形を設定する */
}
.p-calcBody__inner::-webkit-scrollbar {
  width: 6px;
}
.p-calcBody__inner::-webkit-scrollbar-thumb {
  border-radius: 3px;
  width: 3px;
  --bg-opacity: 1;
  background-color: #3B3B3B;
}
.p-calcBody__section {
  margin-bottom: 50px;
}
.p-calcBody__section:last-of-type {
  margin-bottom: 0;
}
.p-calcBody__sectionInner + .p-calcBody__sectionInner {
  margin-top: 24px;
  padding-top: 12px;
  border-top: 1px solid #fff;
}
.p-calcBody__sectionTitle {
  font-weight: 700;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #D1D1D1;
}
.p-calcBody__sectionTitle span {
  display: inline-block;
  margin-right: 8px;
  font-size: 2.4rem;
}
.p-calcBody__sectionSubtitle {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 12px;
}
.p-calcBody__section .spc {
  width: 100%;
  border-radius: 8px;
  border-spacing: 0;
  border-collapse: separate;
  border-left: 1px solid rgba(213, 213, 213, 0.3);
  border-right: 1px solid rgba(213, 213, 213, 0.3);
  border-bottom: 1px solid rgba(213, 213, 213, 0.3);
}
.p-calcBody__section .spc thead {
  background-color: #6779FF;
  border-radius: 8px 8px 0 0;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 5;
}
.p-calcBody__section .spc thead th {
  font-size: 1.5rem;
  font-weight: 400;
  color: #fff;
  padding: 5px 10px 6px;
  border-right: 1px solid #fff;
  min-width: 60px;
}
.p-calcBody__section .spc thead th:nth-child(1) {
  width: 57.3%;
  border-radius: 8px 0 0 0;
}
.p-calcBody__section .spc thead th:nth-child(2) {
  width: 21.35%;
}
.p-calcBody__section .spc thead th:last-of-type {
  width: 21.35%;
  border-right: none;
  border-radius: 0 8px 0 0;
}
.p-calcBody__section .spc tbody {
  border-radius: 0 0 8px 8px;
}
.p-calcBody__section .spc tbody tr:nth-child(odd) {
  background-color: rgb(255, 255, 255);
}
.p-calcBody__section .spc tbody tr:nth-child(even) {
  background-color: rgb(240, 240, 240);
}
.p-calcBody__section .spc tbody tr:last-of-type td:nth-child(1) {
  border-radius: 0 0 0 8px;
}
.p-calcBody__section .spc tbody tr:last-of-type td:last-of-type {
  border-radius: 0 0 8px 0;
}
.p-calcBody__section .spc tbody td {
  font-size: 1.5rem;
  font-weight: 400;
  padding: 5px 10px 6px;
  border-right: 1px solid #fff;
}
.p-calcBody__section .spc tbody td:nth-child(1) {
  width: 57.3%;
  text-align: left;
}
.p-calcBody__section .spc tbody td:nth-child(2) {
  width: 21.35%;
  text-align: center;
}
.p-calcBody__section .spc tbody td:last-of-type {
  width: 21.35%;
  border-right: none;
  text-align: center;
}

/* ------------------------------------------------------------------
 admin
------------------------------------------------------------------ */
.p-adminMenu {
  margin-top: 40px;
}
.p-adminMenu li + li {
  margin-top: 24px;
}
.p-adminHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-adminHeader .c-pageTitle {
  font-size: 2.6rem;
  margin-bottom: 0;
}
.p-adminHeader__btn {
  display: flex;
  gap: 20px;
}
.p-adminHeader__control {
  display: flex;
  align-items: center;
  gap: 24px;
}
.p-adminHeader__controlCheck {
  flex-shrink: 0;
}
.p-adminHeader__controlCheck input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border: 1px solid #3B3B3B;
  margin-right: 8px;
  display: inline-block;
  vertical-align: baseline;
}
.p-adminHeader__controlCheck input[type=checkbox]:checked {
  border: 1px solid #fff;
  background-color: #206CDE;
}
.p-adminHeader__controlCheck input[type=checkbox]:checked::before {
  position: absolute;
  top: 2px;
  left: 4px;
  transform: rotate(45deg);
  width: 5px;
  height: 7px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: "";
}
.p-adminHeader__controlCheck label {
  font-size: 1.6rem;
  font-weight: 600;
  cursor: pointer;
  line-height: 1;
}
.p-adminBody {
  margin-top: 30px;
  height: calc(100% - 69px);
  overflow-y: scroll;
  will-change: transform;
}
.p-adminBody__info {
  border: 1px solid #3B3B3B;
  padding: 6px;
  border-radius: 8px;
  margin-bottom: 10px;
}
.p-adminBody__info.--errorInfo {
  border-color: #E94D37;
  color: #E94D37;
}
.p-adminBody__note {
  margin-bottom: 10px;
}
.p-adminBody .dataTables_filter input {
  cursor: text;
}
.p-adminBody .dataTables_filter input:focus-visible {
  outline: none;
  border-color: #fff !important;
}
.p-adminBody .dataTables_scroll {
  padding-top: 10px !important;
}
.p-adminBody .dataTables_scrollBody {
  max-height: 370px !important;
  border: none !important;
}
.p-adminBody .dataTables_paginate {
  padding-top: 10px !important;
  position: relative;
  z-index: 100;
}
.p-adminBody .dataTables_wrapper .dataTables_paginate .paginate_button {
  border-radius: 50% !important;
  width: 35px;
  height: 35px;
  padding: 4px 0 0 !important;
  margin-left: 4px;
  margin-right: 4px;
  transition: 0.3s ease-in-out;
}
.p-adminBody .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: #fff !important;
  background: #206CDE !important;
  border: none !important;
}
.p-adminBody .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  pointer-events: none;
}
.p-adminBody .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  color: #fff !important;
  background-color: #206CDE !important;
  border: none !important;
  pointer-events: none;
}
.p-adminTable {
  width: 100%;
  border-radius: 8px;
}
.p-adminTable thead {
  background-color: #6779FF;
  border-radius: 8px 8px 0 0;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 5;
}
.p-adminTable thead th {
  font-size: 1.5rem;
  font-weight: 400;
  color: #fff;
  padding: 8px 10px 9px;
  border-right: 1px solid #fff;
}
.p-adminTable thead th:nth-child(1) {
  width: 30%;
  border-radius: 8px 0 0 0;
}
.p-adminTable thead th:nth-child(2) {
  width: 25%;
}
.p-adminTable thead th:nth-child(3) {
  width: 15%;
}
.p-adminTable thead th:nth-child(4) {
  width: 15%;
}
.p-adminTable thead th:last-of-type {
  width: 15%;
  border-right: none;
  border-radius: 0 8px 0 0;
}
.p-adminTable thead th::before, .p-adminTable thead th::after {
  opacity: 0.5 !important;
}
.p-adminTable thead th::after {
  top: 55% !important;
}
.p-adminTable thead th.sorting_asc::before {
  opacity: 1 !important;
}
.p-adminTable thead th.sorting_desc::after {
  opacity: 1 !important;
}
.p-adminTable tbody {
  border-radius: 0 0 8px 8px;
}
.p-adminTable tbody tr:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.8);
}
.p-adminTable tbody tr:nth-child(even) {
  background-color: rgba(230, 230, 230, 0.8);
}
.p-adminTable tbody tr:last-of-type td {
  border-bottom: none !important;
}
.p-adminTable tbody tr:last-of-type td:nth-child(1) {
  border-radius: 0 0 0 8px;
}
.p-adminTable tbody tr:last-of-type td:last-of-type {
  border-radius: 0 0 8px 0;
}
.p-adminTable tbody td {
  font-size: 1.5rem;
  font-weight: 400;
  padding: 15px 20px;
  border-right: 1px solid #fff;
}
.p-adminTable tbody td:last-of-type {
  border-right: none;
}
.p-adminTable tbody td button {
  transition: 0.2s ease-in-out;
}
.p-adminTable tbody td button:hover {
  color: #206CDE;
}
.p-adminForm__wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 24px;
}
.p-adminForm__column {
  flex-basis: 48%;
  display: flex;
}
.p-adminForm__column.--fullWidth {
  flex-basis: 100%;
}
.p-adminForm__columnTitle {
  flex-basis: 130px;
  text-align: left;
  vertical-align: top;
  padding-top: 5px;
  font-weight: 700;
}
.p-adminForm__columnContent {
  flex-basis: calc(100% - 130px);
  max-width: 288px;
}
.p-adminForm input {
  width: 100%;
}
.p-adminForm__box + .p-adminForm__box {
  margin-top: 16px;
}
.p-adminForm__note {
  font-size: 1.4rem;
  margin-top: 4px;
}
.p-adminForm .c-btnSubmit {
  max-width: 100%;
}
.p-adminForm__btn {
  width: 100%;
  max-width: 475px;
  margin: 30px auto 0;
}
.p-adminForm__btn.c-flex .c-btnBack {
  flex-basis: 36%;
}
.p-adminForm__btn.c-flex .c-btnSubmit {
  flex-basis: 60%;
}
.p-adminForm__btn.--smallWidth {
  max-width: 285px;
}
.p-adminConfirm {
  width: 100%;
}
.p-adminConfirm table {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.p-adminConfirm tr:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.5);
}
.p-adminConfirm tr:nth-child(even) {
  background-color: rgba(230, 230, 230, 0.5);
}
.p-adminConfirm th {
  width: 170px;
  text-align: left;
  vertical-align: top;
  padding: 16px;
}
.p-adminConfirm td {
  padding: 16px;
}
.p-adminConfirm__btn {
  margin-top: 36px;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.p-adminConfirm__btn form:nth-child(1) {
  flex-basis: 36%;
  max-width: 171px;
}
.p-adminConfirm__btn form:nth-child(2) {
  flex-basis: 60%;
  max-width: 285px;
}

.p-postAdmin .p-adminHeader {
  justify-content: flex-start;
  gap: 24px;
}
.p-postAdmin .p-adminHeader__btn {
  margin-left: auto;
}
.p-postAdmin .p-adminBody {
  max-height: 500px;
}
.p-postAdmin .p-adminBody .c-errorMessage {
  margin-top: 0;
  margin-bottom: 8px;
}
.p-postAdmin .p-adminTable {
  table-layout: fixed;
}
.p-postAdmin .p-adminTable thead th:nth-child(1) {
  width: 4% !important;
}
.p-postAdmin .p-adminTable thead th:nth-child(2) {
  width: 25% !important;
}
.p-postAdmin .p-adminTable thead th:nth-child(3) {
  width: 11% !important;
}
.p-postAdmin .p-adminTable thead th:nth-child(4) {
  width: 5% !important;
}
.p-postAdmin .p-adminTable thead th:nth-child(5) {
  width: 30% !important;
}
.p-postAdmin .p-adminTable thead th:nth-child(6) {
  width: 14% !important;
}
.p-postAdmin .p-adminTable thead th:nth-child(7) {
  width: 11% !important;
}
.p-postAdmin .p-adminTable tbody td:nth-child(5) {
  font-size: 13px !important;
}
.p-postAdmin .p-adminTable tbody td:nth-child(6) {
  font-size: 13px !important;
}
.p-postAdmin .p-adminBody__info {
  background-color: #D9E6FF;
  border-color: #AEAEAE;
  font-size: 1.4rem;
}
.p-postAdmin .p-adminBody__info.--errorInfo {
  border-color: #E94D37;
  color: #E94D37;
  background-color: #fff;
}
.p-postAdmin .newsTable_filter input[type=search] {
  width: 200px;
}
.p-postAdmin__edit {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px 0 rgba(55, 55, 55, 0.2);
}
.p-postAdmin__edit .p-adminBody__inner {
  padding: 32px;
}
.p-postAdmin__editWrap {
  width: 100%;
  display: flex;
  gap: 24px;
}
.p-postAdmin__editMain {
  flex-basis: 71.875%;
}
.p-postAdmin__editMain_title {
  margin-bottom: 24px;
}
.p-postAdmin__editMain_title .c-formInput {
  border-color: #AEAEAE;
}
.p-postAdmin__editMain_editor {
  height: 378px;
}
.p-postAdmin__editSidebar {
  flex-basis: calc(28.125% - 24px);
  background-color: #D9E6FF;
  padding: 16px;
  border: 1px solid #AEAEAE;
  border-radius: 4px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.p-postAdmin__editSidebar_date .p-adminForm__columnTitle {
  font-size: 1.2rem;
  font-weight: 400;
  padding-top: 0;
  padding-bottom: 4px;
}
.p-postAdmin__editSidebar_date .c-formInput:-moz-read-only {
  background-color: #fff;
  border: 1px solid #979797;
}
.p-postAdmin__editSidebar_date .c-formInput:read-only {
  background-color: #fff;
  border: 1px solid #979797;
}
.p-postAdmin__editSidebar_btn {
  margin-top: auto;
}
.p-postAdmin__editSidebar_btn .c-btnSubmit {
  margin-top: 8px;
}
.p-postAdmin__editSidebar_status {
  margin-top: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
.p-postAdmin__editSidebar_statusTitle {
  font-size: 1.2rem;
  flex-basis: 70px;
}
.p-postAdmin__editSidebar_statusField {
  display: flex;
  align-items: center;
  gap: 10px;
}
.p-postAdmin__editSidebar_statusField > p {
  font-size: 1.2rem;
  padding-top: 5px;
  padding-bottom: 6px;
}
.p-postAdmin__editSidebar_statusField button {
  font-size: 1.2rem;
  color: #206CDE;
  text-decoration: underline;
}
.p-postAdmin__editSidebar_statusField select {
  background-color: #fff !important;
  font-size: 1.2rem;
  border: none !important;
}
.p-postAdmin__editSidebar_category {
  margin-top: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
.p-postAdmin__editSidebar_category .p-adminForm__columnTitle {
  flex-basis: 70px;
  font-size: 1.2rem;
  font-weight: 400;
  padding-top: 0;
}
.p-postAdmin__editSidebar_category select {
  background-color: #fff !important;
  font-size: 1.2rem;
  border: none !important;
}

.p-newsAdmin .p-adminBody {
  overflow: visible !important;
}
.p-newsAdmin .p-adminBody__inner {
  overflow: visible !important;
  max-height: 100%;
}
.p-newsAdmin #newsTable_wrapper .dataTables_scrollHead {
  border: 1px solid #ddd;
  border-bottom: 0;
}
.p-newsAdmin #newsTable_wrapper .dataTables_scrollBody {
  border: 1px solid #ddd;
  border-top: 0;
  overflow-x: hidden !important;
}
.p-newsAdmin #newsTable_wrapper .dataTables_scrollHead table,
.p-newsAdmin #newsTable_wrapper .dataTables_scrollBody table {
  width: 100% !important;
  margin: 0 !important;
}
.p-newsAdmin #newsTable_wrapper .dataTables_scrollHead .dataTables_scrollHeadInner {
  padding-right: 0 !important;
  box-sizing: border-box;
}
.p-newsAdmin #newsTable_wrapper .dataTables_scrollBody {
  box-sizing: border-box;
}
.p-newsAdmin #newsTable {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.p-newsAdmin #newsTable thead th, .p-newsAdmin #newsTable tbody td {
  border-bottom: 1px solid #ddd;
  word-break: break-word;
  overflow-wrap: anywhere;
}
.p-newsAdmin #newsTable {
  width: 100%;
}
.p-newsAdmin .dataTables_filter {
  margin-bottom: 3px;
}
.p-newsAdmin .dataTables_wrapper .dataTables_filter input {
  background: #fff;
}

.p-userAdmin .p-adminBody {
  overflow: visible !important;
}
.p-userAdmin .p-adminBody__inner {
  overflow: visible !important;
  max-height: 100%;
}
.p-userAdmin #usersTable_wrapper .dataTables_scrollHead {
  border: 1px solid #ddd;
  border-bottom: 0;
}
.p-userAdmin #usersTable_wrapper .dataTables_scrollBody {
  border: 1px solid #ddd;
  border-top: 0;
  overflow-x: hidden !important;
}
.p-userAdmin #usersTable_wrapper .dataTables_scrollHead table,
.p-userAdmin #usersTable_wrapper .dataTables_scrollBody table {
  width: 100% !important;
  margin: 0 !important;
}
.p-userAdmin #usersTable_wrapper .dataTables_scrollHead .dataTables_scrollHeadInner {
  padding-right: 0 !important;
  box-sizing: border-box;
}
.p-userAdmin #usersTable_wrapper .dataTables_scrollBody {
  box-sizing: border-box;
}
.p-userAdmin #usersTable {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.p-userAdmin #usersTable thead th, .p-userAdmin #usersTable tbody td {
  border-bottom: 1px solid #ddd;
  word-break: break-word;
  overflow-wrap: anywhere;
}
.p-userAdmin #usersTable {
  width: 100%;
}
.p-userAdmin .dataTables_filter {
  margin-bottom: 3px;
}
.p-userAdmin .dataTables_wrapper .dataTables_filter input {
  background: #fff;
}

/* ------------------------------------------------------------------
 graph
------------------------------------------------------------------ */
.p-graph {
  background: url(../img/tab_bg.jpg) no-repeat center/cover;
  overflow: auto;
}
.p-graph::before, .p-graph::after {
  display: none;
}
.p-graph .l-main {
  border-radius: 16px;
  border: 1px solid #fff;
  background: #fff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
.p-graph .l-section__inner {
  padding: 24px 8px;
}
.p-graphMenu {
  margin-top: 40px;
}
.p-graphMenu li + li {
  margin-top: 24px;
}
.p-graphHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
}
.p-graphHeader .c-pageTitle {
  font-size: 2.6rem;
  margin-bottom: 0;
}
.p-graphHeader__form {
  min-width: 290px;
  text-align: right;
}
.p-graphHeader__formLabel {
  margin-right: 8px;
  font-weight: 500;
}
.p-graphHeader__form .c-formInput {
  max-width: 80px;
}
.p-graphHeader__form > .p-graphHeader__formLabel {
  margin-right: 20px;
}
.p-graphHeader__column {
  display: flex;
  align-items: center;
  gap: 16px;
}
.p-graphHeader__columnBody label {
  margin-right: 8px;
}
.p-graphHeader__columnBody input, .p-graphHeader__columnBody label {
  cursor: pointer;
}
.p-graphHeader__btn {
  display: flex;
  gap: 20px;
}
.p-graphHeader__btn .c-btnBack {
  padding: 6px 10px 6px;
}
.p-graphHeader__heightform {
  display: flex;
  align-items: center;
}
.p-graphHeader__heightform .c-formInput {
  max-width: 80px;
}
.p-graphHeader__heightform .p-graphHeader__formLabel {
  flex-shrink: 0;
}
.p-graphHeader__maxform {
  display: flex;
  align-items: center;
}
.p-graphHeader__maxform .c-formInput {
  max-width: 80px;
}
.p-graphHeader__maxform .p-graphHeader__formLabel {
  flex-shrink: 0;
}
.p-graphHeader__maxform .c-formInput__number {
  max-width: 90px;
}
.p-graphHeader__maxform input + label {
  margin-left: 16px;
}
.p-graphHeader__link {
  display: flex;
  gap: 20px;
  align-items: center;
}
.p-graphBody {
  position: relative;
  margin-top: 20px;
  padding: 0 16px 16px;
  height: calc(100% - 56px);
  overflow-y: scroll;
  will-change: transform;
}
.p-graphBody .c-formRadio__label {
  margin-right: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s ease-out;
}
.p-graphBody .c-formRadio__label:hover {
  color: #206CDE;
}
.p-graphBody__radio {
  display: flex;
  align-items: center;
  gap: 4px;
}
.p-graphBody__radio label + input {
  margin-left: 10px;
}
.p-graphBody__radio label, .p-graphBody__radio input {
  cursor: pointer;
}
.p-graphBody__note {
  margin-bottom: 10px;
}
.p-graphBody__list {
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 16px;
  row-gap: 30px;
  transition: 0.2s ease-in-out;
}
.p-graphBody__list.is-show {
  display: flex;
}
.p-graphBody__list::after {
  content: "";
  display: inline-block;
  flex-basis: 31%;
}
.p-graphBody__list::before {
  content: "";
  display: inline-block;
  flex-basis: 31%;
  order: 1;
}
.p-graphBody__list.--column2::after, .p-graphBody__list.--column2::before {
  flex-basis: 0;
}
.p-graphBody__list.--column4::after {
  flex-basis: 23%;
}
.p-graphBody__list.--column4::before {
  flex-basis: 23%;
}
.p-graphBody__listItem {
  flex-basis: 31%;
  transition: 0.2s ease-in-out;
}
.--column2 .p-graphBody__listItem {
  flex-basis: 48%;
}
.--column4 .p-graphBody__listItem {
  flex-basis: 23%;
}
.p-graphBody__listItem form {
  display: block;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
  transition: 0.3s ease-out;
}
.p-graphBody__listItem form:hover {
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.8);
  transform: scale(0.98);
}
.p-graphBody__listItem button {
  display: block;
}
.p-graphBody__listItem img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-graphBody__listTitle {
  margin-top: 10px;
  text-align: center;
  font-weight: 500;
}
.p-graphBody #switch1:checked ~ .--listTotal,
.p-graphBody #switch2:checked ~ .--listComparison {
  display: flex;
}
.p-graphBody #switch1:checked ~ .p-graphMax__total,
.p-graphBody #switch2:checked ~ .p-graphMax__diff {
  display: block;
}
.p-graphMax {
  display: none;
  background-color: #f0f0f0;
  border-radius: 4px;
  padding: 8px 16px;
}
.p-graphMax .c-formInput {
  max-width: 80px;
}
.p-graphMax.is-show {
  display: block;
}
.p-graphMax input + label {
  margin-left: 16px;
}
.p-graphMax .c-formInput__number {
  max-width: 90px;
}
.p-graphSingle .l-main {
  height: 80%;
  max-height: 660px;
}
.p-graphSingle .p-graphBody {
  text-align: center;
  padding: 20px 16px 16px;
  margin-top: 16px;
  height: calc(100% - 54px);
}
.p-graphSingle .p-graphBody img {
  border-radius: 10px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
}
.p-graphAnalysis .l-main {
  max-width: 1180px;
}
.p-graphAnalysis .p-graphBody {
  overflow-x: auto;
  display: flex;
  gap: 24px;
}
.p-graphAnalysis .p-graphBody > div {
  flex-shrink: 0;
}

/* ------------------------------------------------------------------
 error
------------------------------------------------------------------ */
.p-error::before {
  background: conic-gradient(from 91deg at 50% 50%, #FF9B94 80.7706904411deg, #FFB990 232.9380083084deg, #EF6868 295.4946756363deg, #FFB990 333.1579327583deg);
}
.p-error::after {
  background: linear-gradient(90deg, #EF6868 24.71%, #FFB990 78.74%, #FFF4D7 108.48%);
}
.p-error .l-main {
  border-radius: 16px;
  border: 1px solid #fff;
  background: linear-gradient(99deg, rgba(255, 255, 255, 0.4) 0.09%, rgba(255, 255, 255, 0.2) 99.64%);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-errorInner {
  text-align: center;
}
.p-errorInner .c-btn, .p-errorInner .c-btnSubmit, .p-errorInner .c-btnBack, .p-errorInner .c-btnSmall, .p-errorInner .c-btnMini, .p-errorInner .c-btnMiniLong {
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}
.p-errorTitle {
  font-size: 2.2rem;
  line-height: 1.8;
  font-weight: 500;
}

/* utility CSS */
.u-mb10 {
  margin-bottom: 10px;
}

.u-mt0 {
  margin-top: 0 !important;
}

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

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

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

.u-ml20 {
  margin-left: 20px;
}/*# sourceMappingURL=style.css.map */