
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 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 vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size 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 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

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

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

/**
 * 1. Prevent a 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.
 */
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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
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. 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 {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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 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 on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of 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 */
}

.c-row::after, .l-header__bar::after {
  display: block;
  clear: both;
  content: "";
}

.p-question-list, .p-jobs-commands-list, .p-jobs-works-list, .p-sidenav__tree, .p-sidenav, .p-breadcrumbs, .c-tabs, .l-header__text-banner, .l-header__nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
select,
textarea,
p,
blockquote,
th,
td,
article,
aside,
figure,
footer,
header,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}

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

:root {
  font-size: 62.5%;
}

body {
  color: #333;
  font-family: -apple-system, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  vertical-align: baseline;
}
body > img,
body > iframe {
  position: absolute;
  z-index: -1;
}

a {
  outline: none;
  color: #31b0f5;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

em {
  font-style: normal;
  font-weight: bold;
}

img {
  vertical-align: bottom;
}

p:not(:last-child) {
  margin-bottom: 1rem;
}

ul,
ol {
  padding-left: 1.5rem;
}

hr {
  border: none;
  border-top: 1px solid #eee;
}

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

th {
  text-align: left;
}

pre {
  font-family: -apple-system, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", arial, sans-serif;
  font-size: 100%;
  white-space: pre-wrap;
}

button,
input,
select,
textarea {
  outline: none;
  color: inherit;
  font: inherit;
}

button:disabled,
textarea:disabled,
select:disabled,
input:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

textarea {
  resize: vertical;
}

label,
button,
select,
input[type=submit],
input[type=reset],
input[type=button] {
  cursor: pointer;
}

.l-wrapper {
  position: relative;
  overflow: hidden;
}
.l-wrapper.is-legacy {
  min-width: 1050px;
}

.l-wrapper-tiny {
  position: relative;
  padding: 3rem;
}
.l-wrapper-tiny__footer {
  margin: 0 2rem;
  color: #999;
  font-size: 10px;
  text-align: center;
}

.l-header {
  position: relative;
  left: 0;
  height: 60px;
  transition: all 0.25s ease;
  background-color: #19a7f4;
  color: #fff;
  z-index: 100;
}
.l-header__logo {
  display: block;
  width: 200px;
  height: 60px;
  padding: 1.5em 1em 1em;
  float: left;
  background-color: rgb(49.3360995851, 176.3112033195, 245.1639004149);
  text-align: center;
}
.is-side-mini .l-header__logo {
  display: none;
}
.l-header__bar {
  margin-left: 200px;
  transition: all 0.25s ease;
}
.is-side-mini .l-header__bar {
  margin-left: 0;
}
.l-header__nav {
  display: table;
  height: 60px;
  margin-right: 0;
  margin-left: auto;
  padding-left: 5em;
}
.l-header__nav > li {
  display: table-cell;
  padding-right: 1em;
  vertical-align: middle;
}
.l-header__text-banner {
  display: none;
  height: 60px;
  padding-left: 5em;
  float: left;
}
.l-header__text-banner > li {
  display: table-cell;
  padding-right: 1em;
  vertical-align: middle;
}
.l-header__text-banner > li > a {
  outline: none;
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}
.l-header__text-banner > li > a:hover {
  text-decoration: underline;
}
.l-header__logged-in-mark {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 3px;
  border: 1px solid #fff;
  border-radius: 50%;
}
.l-header__logged-in-mark--master {
  background-color: #f85858;
}
.l-header__logged-in-mark--client {
  background-color: #f5a44c;
}
.l-header__logged-in-mark--associate {
  background-color: #43c6ce;
}
.l-header__nowrap {
  display: inline-block;
  height: 1.3em;
  overflow: hidden;
}
.l-header__logout {
  white-space: nowrap;
}
.l-header__toggler {
  display: inline-block;
  position: absolute;
  padding: 1.1em;
  color: #fff;
  font-size: 1.6rem;
}
.l-header__toggler:hover {
  background-color: rgb(49.3360995851, 176.3112033195, 245.1639004149);
  text-decoration: none;
}
.is-legacy .l-header__toggler {
  padding: 22px 18px;
}

.l-footer {
  position: relative;
  left: 0;
  margin-left: 200px;
  padding: 1em 30px;
  transition: all 0.25s ease;
  background-color: #19a7f4;
  color: #fff;
  font-size: 1rem;
  text-align: center;
}
.is-side-mini .l-footer {
  margin-left: 0;
}

.l-sidebar {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 100%;
  padding-top: 60px;
  transition-duration: 0.25s;
  transition-property: left;
  transition-timing-function: ease;
  background-color: #2c383e;
}
.is-side-mini .l-sidebar {
  display: none;
}

.l-main {
  position: relative;
  left: 0;
  margin-left: 200px;
  transition-duration: 0.25s;
  transition-property: left;
  transition-timing-function: ease;
  background-color: #f6f6f6;
}
.is-side-mini .l-main {
  margin-left: 0;
}
.l-main__header {
  display: table;
  width: 100%;
  padding: 20px 30px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background: #fff;
}
.l-main__header__item {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}
.l-main__header__item p {
  padding-bottom: 0.5em;
}
.l-main__body {
  padding: 20px 30px;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track::before, .slick-track::after {
  content: "";
  display: table;
}
.slick-track::after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@font-face {
  font-family: "icon-vectors";
  src: url(/assets/vectors/icon-vectors-6934c2c9ce632f2ee7e8f5cde5a42377e86c1e567ddae8b0fecd0b9d65c0d568.eot);
  src: url(/assets/vectors/icon-vectors-6934c2c9ce632f2ee7e8f5cde5a42377e86c1e567ddae8b0fecd0b9d65c0d568.eot#iefix) format("eot"), url(/assets/vectors/icon-vectors-291425fcf2b1d22fe214fb8e23725897a8c857fef93e89095da3bda4467daab4.ttf) format("truetype"), url(/assets/vectors/icon-vectors-d00240ce9765142050cd39be56ecba00f80e512b4169f15497992b5b9c9c7a66.woff) format("woff");
}
.c-icon-angle-double-left:before, .c-icon-angle-double-right:before, .c-icon-area-chart:before, .c-icon-balloon:before, .c-icon-ban:before, .c-icon-bar-chart:before, .c-icon-building-o:before, .c-icon-building:before, .c-icon-calendar:before, .c-icon-check-circle-o:before, .c-icon-check-circle:before, .c-icon-check:before, .c-icon-chevron-down:before, .c-icon-chevron-left:before, .c-icon-chevron-right:before, .c-icon-chevron-up:before, .c-icon-circle-o:before, .c-icon-clock-o:before, .c-icon-comment-o:before, .c-icon-comment:before, .c-icon-commenting-o:before, .c-icon-commenting:before, .c-icon-comments-o:before, .c-icon-comments:before, .c-icon-download:before, .c-icon-envelope:before, .c-icon-faq-answer-o:before, .c-icon-faq-question-o:before, .c-icon-file-o:before, .c-icon-file-text-o:before, .c-icon-file-text:before, .c-icon-file:before, .c-icon-home:before, .c-icon-info-circle:before, .c-icon-line-chart:before, .c-icon-minus-circle:before, .c-icon-navicon:before, .c-icon-pencil:before, .c-icon-question-circle-o:before, .c-icon-question:before, .c-icon-refresh:before, .c-icon-search:before, .c-icon-sign-out:before, .c-icon-signal:before, .c-icon-times-circle-o:before, .c-icon-times-circle:before, .c-icon-times:before, .c-icon-user:before, .c-icon-warning:before, .c-icon-wrench:before, .c-icon-yen-circle-o:before, .c-icon-yen:before {
  display: inline-block;
  font-family: "icon-vectors";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 0.95;
  vertical-align: middle;
  text-decoration: inherit;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
}

.c-icon-yen:before {
  content: "\f101";
}

.c-icon-yen-circle-o:before {
  content: "\f102";
}

.c-icon-wrench:before {
  content: "\f103";
}

.c-icon-warning:before {
  content: "\f104";
}

.c-icon-user:before {
  content: "\f105";
}

.c-icon-times:before {
  content: "\f106";
}

.c-icon-times-circle:before {
  content: "\f107";
}

.c-icon-times-circle-o:before {
  content: "\f108";
}

.c-icon-signal:before {
  content: "\f109";
}

.c-icon-sign-out:before {
  content: "\f10a";
}

.c-icon-search:before {
  content: "\f10b";
}

.c-icon-refresh:before {
  content: "\f10c";
}

.c-icon-question:before {
  content: "\f10d";
}

.c-icon-question-circle-o:before {
  content: "\f10e";
}

.c-icon-pencil:before {
  content: "\f10f";
}

.c-icon-navicon:before {
  content: "\f110";
}

.c-icon-minus-circle:before {
  content: "\f111";
}

.c-icon-line-chart:before {
  content: "\f112";
}

.c-icon-info-circle:before {
  content: "\f113";
}

.c-icon-home:before {
  content: "\f114";
}

.c-icon-file:before {
  content: "\f115";
}

.c-icon-file-text:before {
  content: "\f116";
}

.c-icon-file-text-o:before {
  content: "\f117";
}

.c-icon-file-o:before {
  content: "\f118";
}

.c-icon-faq-question-o:before {
  content: "\f119";
}

.c-icon-faq-answer-o:before {
  content: "\f11a";
}

.c-icon-envelope:before {
  content: "\f11b";
}

.c-icon-download:before {
  content: "\f11c";
}

.c-icon-comments:before {
  content: "\f11d";
}

.c-icon-comments-o:before {
  content: "\f11e";
}

.c-icon-commenting:before {
  content: "\f11f";
}

.c-icon-commenting-o:before {
  content: "\f120";
}

.c-icon-comment:before {
  content: "\f121";
}

.c-icon-comment-o:before {
  content: "\f122";
}

.c-icon-clock-o:before {
  content: "\f123";
}

.c-icon-circle-o:before {
  content: "\f124";
}

.c-icon-chevron-up:before {
  content: "\f125";
}

.c-icon-chevron-right:before {
  content: "\f126";
}

.c-icon-chevron-left:before {
  content: "\f127";
}

.c-icon-chevron-down:before {
  content: "\f128";
}

.c-icon-check:before {
  content: "\f129";
}

.c-icon-check-circle:before {
  content: "\f12a";
}

.c-icon-check-circle-o:before {
  content: "\f12b";
}

.c-icon-calendar:before {
  content: "\f12c";
}

.c-icon-building:before {
  content: "\f12d";
}

.c-icon-building-o:before {
  content: "\f12e";
}

.c-icon-bar-chart:before {
  content: "\f12f";
}

.c-icon-ban:before {
  content: "\f130";
}

.c-icon-balloon:before {
  content: "\f131";
}

.c-icon-area-chart:before {
  content: "\f132";
}

.c-icon-angle-double-right:before {
  content: "\f133";
}

.c-icon-angle-double-left:before {
  content: "\f134";
}

.c-row {
  margin-right: -15px;
  margin-left: -15px;
}

.c-col-xs-1, .c-col-sm-1, .c-col-md-1, .c-col-lg-1, .c-col-xs-2, .c-col-sm-2, .c-col-md-2, .c-col-lg-2, .c-col-xs-3, .c-col-sm-3, .c-col-md-3, .c-col-lg-3, .c-col-xs-4, .c-col-sm-4, .c-col-md-4, .c-col-lg-4, .c-col-xs-5, .c-col-sm-5, .c-col-md-5, .c-col-lg-5, .c-col-xs-6, .c-col-sm-6, .c-col-md-6, .c-col-lg-6, .c-col-xs-7, .c-col-sm-7, .c-col-md-7, .c-col-lg-7, .c-col-xs-8, .c-col-sm-8, .c-col-md-8, .c-col-lg-8, .c-col-xs-9, .c-col-sm-9, .c-col-md-9, .c-col-lg-9, .c-col-xs-10, .c-col-sm-10, .c-col-md-10, .c-col-lg-10, .c-col-xs-11, .c-col-sm-11, .c-col-md-11, .c-col-lg-11, .c-col-xs-12, .c-col-sm-12, .c-col-md-12, .c-col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.c-col-xs-1, .c-col-xs-2, .c-col-xs-3, .c-col-xs-4, .c-col-xs-5, .c-col-xs-6, .c-col-xs-7, .c-col-xs-8, .c-col-xs-9, .c-col-xs-10, .c-col-xs-11, .c-col-xs-12 {
  float: left;
}

.c-col-xs-1 {
  width: 8.3333333333%;
}

.c-col-xs-2 {
  width: 16.6666666667%;
}

.c-col-xs-3 {
  width: 25%;
}

.c-col-xs-4 {
  width: 33.3333333333%;
}

.c-col-xs-5 {
  width: 41.6666666667%;
}

.c-col-xs-6 {
  width: 50%;
}

.c-col-xs-7 {
  width: 58.3333333333%;
}

.c-col-xs-8 {
  width: 66.6666666667%;
}

.c-col-xs-9 {
  width: 75%;
}

.c-col-xs-10 {
  width: 83.3333333333%;
}

.c-col-xs-11 {
  width: 91.6666666667%;
}

.c-col-xs-12 {
  width: 100%;
}

.c-col-xs-pull-0 {
  right: auto;
}

.c-col-xs-pull-1 {
  right: 8.3333333333%;
}

.c-col-xs-pull-2 {
  right: 16.6666666667%;
}

.c-col-xs-pull-3 {
  right: 25%;
}

.c-col-xs-pull-4 {
  right: 33.3333333333%;
}

.c-col-xs-pull-5 {
  right: 41.6666666667%;
}

.c-col-xs-pull-6 {
  right: 50%;
}

.c-col-xs-pull-7 {
  right: 58.3333333333%;
}

.c-col-xs-pull-8 {
  right: 66.6666666667%;
}

.c-col-xs-pull-9 {
  right: 75%;
}

.c-col-xs-pull-10 {
  right: 83.3333333333%;
}

.c-col-xs-pull-11 {
  right: 91.6666666667%;
}

.c-col-xs-pull-12 {
  right: 100%;
}

.c-col-xs-push-0 {
  left: auto;
}

.c-col-xs-push-1 {
  left: 8.3333333333%;
}

.c-col-xs-push-2 {
  left: 16.6666666667%;
}

.c-col-xs-push-3 {
  left: 25%;
}

.c-col-xs-push-4 {
  left: 33.3333333333%;
}

.c-col-xs-push-5 {
  left: 41.6666666667%;
}

.c-col-xs-push-6 {
  left: 50%;
}

.c-col-xs-push-7 {
  left: 58.3333333333%;
}

.c-col-xs-push-8 {
  left: 66.6666666667%;
}

.c-col-xs-push-9 {
  left: 75%;
}

.c-col-xs-push-10 {
  left: 83.3333333333%;
}

.c-col-xs-push-11 {
  left: 91.6666666667%;
}

.c-col-xs-push-12 {
  left: 100%;
}

.c-col-xs-offset-0 {
  margin-left: 0%;
}

.c-col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.c-col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.c-col-xs-offset-3 {
  margin-left: 25%;
}

.c-col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.c-col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.c-col-xs-offset-6 {
  margin-left: 50%;
}

.c-col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.c-col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.c-col-xs-offset-9 {
  margin-left: 75%;
}

.c-col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.c-col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.c-col-xs-offset-12 {
  margin-left: 100%;
}
.c-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 110;
}
.is-overlay-show .c-overlay {
  display: block;
}

.c-button-group + .c-button-group {
  margin-top: 0.5rem;
}
.c-button-group .c-button:not(:last-child) {
  margin-right: 0.5rem;
}

.c-button {
  display: inline-block;
  padding: 0.5rem 0.75rem;
  transition: opacity 0.25s ease;
  border: 1px solid #ccc;
  border-radius: 0.3rem;
  background-color: #fff;
  color: inherit;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
  box-shadow: 0 -0.1em 0 rgba(0, 0, 0, 0.1) inset;
  cursor: pointer;
  vertical-align: middle;
}
.c-button:hover {
  text-decoration: none;
  opacity: 0.7;
}
.c-button:disabled, .c-button.is-disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.c-button.is-progress {
  cursor: progress;
  opacity: 0.5;
}
*:first-child + html .c-button {
  padding: 5px 8px;
}
.c-button--sm {
  font-size: 1rem;
}
.c-button--lg {
  font-size: 1.6rem;
}
.c-button--block {
  display: block;
  width: 100%;
  margin: 0.5em 0;
}
.c-button--half-width {
  display: inline-block;
  width: 50%;
}
.c-button--primary {
  border-color: rgb(11.25, 154.125, 231.75);
  background-color: #31b0f5;
  color: #fff;
}
.c-button--success {
  border-color: rgb(45.8987341772, 168.6075949367, 176.1012658228);
  background-color: #43c6ce;
  color: #fff;
}
.c-button--warning {
  border-color: rgb(242.3015873016, 139.4444444444, 27.6984126984);
  background-color: #f5a44c;
  color: #fff;
}
.c-button--alert {
  border-color: rgb(245.9482758621, 39.0517241379, 39.0517241379);
  background-color: #f85858;
  color: #fff;
}
.c-button--bg-blue {
  border-color: rgb(183, 220.7142857143, 255);
  background-color: #eaf5ff;
  color: #fff;
}
.c-button--bg-orange {
  border-color: rgb(255, 217.5, 170);
  background-color: #fff0dd;
  color: #fff;
}
.c-button--bg-green {
  border-color: rgb(189.75, 233.25, 209.0833333333);
  background-color: #e4f6ec;
  color: #fff;
}

.c-button--link {
  border: none;
  background-color: transparent;
  color: #31b0f5;
  box-shadow: none;
}
.c-button--link:hover {
  text-decoration: underline;
  opacity: 1;
}

.c-button--ghost {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
  box-shadow: none;
}

.c-tag, .p-publication-status, .p-plan-tag {
  display: inline-block;
  padding: 0.3em 0.7em;
  border-radius: 0.3rem;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  white-space: nowrap;
  vertical-align: baseline;
}
.c-tag + .c-tag, .p-publication-status + .c-tag, .c-tag + .p-publication-status, .p-publication-status + .p-publication-status, .p-plan-tag + .c-tag, .p-plan-tag + .p-publication-status, .c-tag + .p-plan-tag, .p-publication-status + .p-plan-tag, .p-plan-tag + .p-plan-tag {
  margin-left: 0.25rem;
}
.c-tag--primary {
  background-color: #31b0f5;
  color: #fff;
}
.c-tag--success {
  background-color: #43c6ce;
  color: #fff;
}
.c-tag--warning {
  background-color: #f5a44c;
  color: #fff;
}
.c-tag--alert {
  background-color: #f85858;
  color: #fff;
}
.c-tag--bg-blue {
  background-color: #eaf5ff;
  color: #fff;
}
.c-tag--bg-orange {
  background-color: #fff0dd;
  color: #fff;
}
.c-tag--bg-green {
  background-color: #e4f6ec;
  color: #fff;
}

.c-form-input, .c-form input[type=text],
.c-form input[type=password],
.c-form input[type=email],
.c-form input[type=unmber],
.c-form input[type=search],
.c-form input[type=tel],
.c-form input[type=url],
.c-form textarea, .c-form-textarea, .c-form textarea {
  width: 100%;
  height: 2.8rem;
  padding: 0.5rem 0.75rem;
  transition: border-color ease-in-out 0.1s;
  border: 1px solid #ccc;
  border-radius: 0.3rem;
  background-color: #fff;
  background-image: transparent;
  line-height: 1;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.c-form-input:focus, .c-form input[type=text]:focus,
.c-form input[type=password]:focus,
.c-form input[type=email]:focus,
.c-form input[type=unmber]:focus,
.c-form input[type=search]:focus,
.c-form input[type=tel]:focus,
.c-form input[type=url]:focus,
.c-form textarea:focus, .c-form-textarea:focus {
  border-color: #31b0f5;
}
.c-form-input:-moz-placeholder, .c-form input[type=text]:-moz-placeholder, .c-form input[type=password]:-moz-placeholder, .c-form input[type=email]:-moz-placeholder, .c-form input[type=unmber]:-moz-placeholder, .c-form input[type=search]:-moz-placeholder, .c-form input[type=tel]:-moz-placeholder, .c-form input[type=url]:-moz-placeholder, .c-form textarea:-moz-placeholder, .c-form-textarea:-moz-placeholder {
  color: rgb(191.25, 191.25, 191.25);
}
.c-form-input:placeholder-shown, .c-form input[type=text]:placeholder-shown,
.c-form input[type=password]:placeholder-shown,
.c-form input[type=email]:placeholder-shown,
.c-form input[type=unmber]:placeholder-shown,
.c-form input[type=search]:placeholder-shown,
.c-form input[type=tel]:placeholder-shown,
.c-form input[type=url]:placeholder-shown,
.c-form textarea:placeholder-shown, .c-form-textarea:placeholder-shown {
  color: rgb(191.25, 191.25, 191.25);
}
.c-form-input::-webkit-input-placeholder, .c-form input[type=text]::-webkit-input-placeholder, .c-form input[type=password]::-webkit-input-placeholder, .c-form input[type=email]::-webkit-input-placeholder, .c-form input[type=unmber]::-webkit-input-placeholder, .c-form input[type=search]::-webkit-input-placeholder, .c-form input[type=tel]::-webkit-input-placeholder, .c-form input[type=url]::-webkit-input-placeholder, .c-form textarea::-webkit-input-placeholder, .c-form-textarea::-webkit-input-placeholder, .c-form textarea::-webkit-input-placeholder {
  opacity: 1;
  color: rgb(191.25, 191.25, 191.25);
}
.c-form-input::-moz-placeholder, .c-form input[type=text]::-moz-placeholder, .c-form input[type=password]::-moz-placeholder, .c-form input[type=email]::-moz-placeholder, .c-form input[type=unmber]::-moz-placeholder, .c-form input[type=search]::-moz-placeholder, .c-form input[type=tel]::-moz-placeholder, .c-form input[type=url]::-moz-placeholder, .c-form textarea::-moz-placeholder, .c-form-textarea::-moz-placeholder, .c-form textarea::-moz-placeholder {
  opacity: 1;
  color: rgb(191.25, 191.25, 191.25);
}
.c-form-input::placeholder, .c-form input[type=text]::placeholder,
.c-form input[type=password]::placeholder,
.c-form input[type=email]::placeholder,
.c-form input[type=unmber]::placeholder,
.c-form input[type=search]::placeholder,
.c-form input[type=tel]::placeholder,
.c-form input[type=url]::placeholder,
.c-form textarea::placeholder, .c-form-textarea::placeholder, .c-form textarea::placeholder {
  opacity: 1;
  color: rgb(191.25, 191.25, 191.25);
}
.is-error.c-form-input, .c-form input.is-error[type=text],
.c-form input.is-error[type=password],
.c-form input.is-error[type=email],
.c-form input.is-error[type=unmber],
.c-form input.is-error[type=search],
.c-form input.is-error[type=tel],
.c-form input.is-error[type=url],
.c-form textarea.is-error, .is-error.c-form-textarea {
  border-color: #f85858;
  background-color: rgb(254.1551724138, 234.8448275862, 234.8448275862);
}
*:first-child + html .c-form-input, *:first-child + html .c-form input[type=text], .c-form *:first-child + html input[type=text],
*:first-child + html .c-form input[type=password],
.c-form *:first-child + html input[type=password],
*:first-child + html .c-form input[type=email],
.c-form *:first-child + html input[type=email],
*:first-child + html .c-form input[type=unmber],
.c-form *:first-child + html input[type=unmber],
*:first-child + html .c-form input[type=search],
.c-form *:first-child + html input[type=search],
*:first-child + html .c-form input[type=tel],
.c-form *:first-child + html input[type=tel],
*:first-child + html .c-form input[type=url],
.c-form *:first-child + html input[type=url],
*:first-child + html .c-form textarea,
.c-form *:first-child + html textarea, *:first-child + html .c-form-textarea {
  height: 18px;
  padding: 8px 0;
}

.c-form-check, .c-form input[type=radio],
.c-form input[type=checkbox] {
  margin: 0 0.5rem;
  vertical-align: baseline;
}

.c-form-select, .c-form select {
  height: 2.8rem;
  padding: 0.5rem 0.75rem;
  transition: border-color ease-in-out 0.1s;
  border: 1px solid #ccc;
  border-radius: 0.3rem;
  background-color: #fff;
  line-height: 1;
}
.c-form-select:focus, .c-form select:focus {
  border-color: #31b0f5;
}
.is-error.c-form-select, .c-form select.is-error {
  border-color: #f85858;
  background-color: rgb(254.1551724138, 234.8448275862, 234.8448275862);
}

.c-form-textarea, .c-form textarea {
  min-height: 10rem;
  line-height: 1.5;
}

.c-form-label, .c-form label {
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: bold;
}
.is-disabled.c-form-label, .c-form label.is-disabled {
  color: #999;
  cursor: not-allowed;
}

.c-form-group:not(:last-child) {
  margin-bottom: 1rem;
}
*:first-child + html .c-form-group {
  margin-bottom: 8px;
}

.c-form-inline-group {
  display: inline-block;
  margin: 0 0.5rem 0.5rem 0;
  vertical-align: bottom;
}

.c-form-inline input[type=text],
.c-form-inline input[type=password],
.c-form-inline input[type=email],
.c-form-inline input[type=unmber],
.c-form-inline input[type=search],
.c-form-inline input[type=tel],
.c-form-inline input[type=url],
.c-form-inline input[type=submit],
.c-form-inline input[type=reset],
.c-form-inline input[type=button],
.c-form-inline button {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
.c-form-inline input[type=text]:not(:last-child),
.c-form-inline input[type=password]:not(:last-child),
.c-form-inline input[type=email]:not(:last-child),
.c-form-inline input[type=unmber]:not(:last-child),
.c-form-inline input[type=search]:not(:last-child),
.c-form-inline input[type=tel]:not(:last-child),
.c-form-inline input[type=url]:not(:last-child),
.c-form-inline input[type=submit]:not(:last-child),
.c-form-inline input[type=reset]:not(:last-child),
.c-form-inline input[type=button]:not(:last-child),
.c-form-inline button:not(:last-child) {
  margin-right: 0.5rem;
}
.c-form-inline input[type=text]:not(:first-child), .c-form-inline input[type=text]:not(label + .c-form-inline input[type=text],
label + .c-form-inline input[type=password],
label + .c-form-inline input[type=email],
label + .c-form-inline input[type=unmber],
label + .c-form-inline input[type=search],
label + .c-form-inline input[type=tel],
label + .c-form-inline input[type=url],
label + .c-form-inline input[type=submit],
label + .c-form-inline input[type=reset],
label + .c-form-inline input[type=button],
label + .c-form-inline button),
.c-form-inline input[type=password]:not(:first-child),
.c-form-inline input[type=password]:not(label + .c-form-inline input[type=text],
label + .c-form-inline input[type=password],
label + .c-form-inline input[type=email],
label + .c-form-inline input[type=unmber],
label + .c-form-inline input[type=search],
label + .c-form-inline input[type=tel],
label + .c-form-inline input[type=url],
label + .c-form-inline input[type=submit],
label + .c-form-inline input[type=reset],
label + .c-form-inline input[type=button],
label + .c-form-inline button),
.c-form-inline input[type=email]:not(:first-child),
.c-form-inline input[type=email]:not(label + .c-form-inline input[type=text],
label + .c-form-inline input[type=password],
label + .c-form-inline input[type=email],
label + .c-form-inline input[type=unmber],
label + .c-form-inline input[type=search],
label + .c-form-inline input[type=tel],
label + .c-form-inline input[type=url],
label + .c-form-inline input[type=submit],
label + .c-form-inline input[type=reset],
label + .c-form-inline input[type=button],
label + .c-form-inline button),
.c-form-inline input[type=unmber]:not(:first-child),
.c-form-inline input[type=unmber]:not(label + .c-form-inline input[type=text],
label + .c-form-inline input[type=password],
label + .c-form-inline input[type=email],
label + .c-form-inline input[type=unmber],
label + .c-form-inline input[type=search],
label + .c-form-inline input[type=tel],
label + .c-form-inline input[type=url],
label + .c-form-inline input[type=submit],
label + .c-form-inline input[type=reset],
label + .c-form-inline input[type=button],
label + .c-form-inline button),
.c-form-inline input[type=search]:not(:first-child),
.c-form-inline input[type=search]:not(label + .c-form-inline input[type=text],
label + .c-form-inline input[type=password],
label + .c-form-inline input[type=email],
label + .c-form-inline input[type=unmber],
label + .c-form-inline input[type=search],
label + .c-form-inline input[type=tel],
label + .c-form-inline input[type=url],
label + .c-form-inline input[type=submit],
label + .c-form-inline input[type=reset],
label + .c-form-inline input[type=button],
label + .c-form-inline button),
.c-form-inline input[type=tel]:not(:first-child),
.c-form-inline input[type=tel]:not(label + .c-form-inline input[type=text],
label + .c-form-inline input[type=password],
label + .c-form-inline input[type=email],
label + .c-form-inline input[type=unmber],
label + .c-form-inline input[type=search],
label + .c-form-inline input[type=tel],
label + .c-form-inline input[type=url],
label + .c-form-inline input[type=submit],
label + .c-form-inline input[type=reset],
label + .c-form-inline input[type=button],
label + .c-form-inline button),
.c-form-inline input[type=url]:not(:first-child),
.c-form-inline input[type=url]:not(label + .c-form-inline input[type=text],
label + .c-form-inline input[type=password],
label + .c-form-inline input[type=email],
label + .c-form-inline input[type=unmber],
label + .c-form-inline input[type=search],
label + .c-form-inline input[type=tel],
label + .c-form-inline input[type=url],
label + .c-form-inline input[type=submit],
label + .c-form-inline input[type=reset],
label + .c-form-inline input[type=button],
label + .c-form-inline button),
.c-form-inline input[type=submit]:not(:first-child),
.c-form-inline input[type=submit]:not(label + .c-form-inline input[type=text],
label + .c-form-inline input[type=password],
label + .c-form-inline input[type=email],
label + .c-form-inline input[type=unmber],
label + .c-form-inline input[type=search],
label + .c-form-inline input[type=tel],
label + .c-form-inline input[type=url],
label + .c-form-inline input[type=submit],
label + .c-form-inline input[type=reset],
label + .c-form-inline input[type=button],
label + .c-form-inline button),
.c-form-inline input[type=reset]:not(:first-child),
.c-form-inline input[type=reset]:not(label + .c-form-inline input[type=text],
label + .c-form-inline input[type=password],
label + .c-form-inline input[type=email],
label + .c-form-inline input[type=unmber],
label + .c-form-inline input[type=search],
label + .c-form-inline input[type=tel],
label + .c-form-inline input[type=url],
label + .c-form-inline input[type=submit],
label + .c-form-inline input[type=reset],
label + .c-form-inline input[type=button],
label + .c-form-inline button),
.c-form-inline input[type=button]:not(:first-child),
.c-form-inline input[type=button]:not(label + .c-form-inline input[type=text],
label + .c-form-inline input[type=password],
label + .c-form-inline input[type=email],
label + .c-form-inline input[type=unmber],
label + .c-form-inline input[type=search],
label + .c-form-inline input[type=tel],
label + .c-form-inline input[type=url],
label + .c-form-inline input[type=submit],
label + .c-form-inline input[type=reset],
label + .c-form-inline input[type=button],
label + .c-form-inline button),
.c-form-inline button:not(:first-child),
.c-form-inline button:not(label + .c-form-inline input[type=text],
label + .c-form-inline input[type=password],
label + .c-form-inline input[type=email],
label + .c-form-inline input[type=unmber],
label + .c-form-inline input[type=search],
label + .c-form-inline input[type=tel],
label + .c-form-inline input[type=url],
label + .c-form-inline input[type=submit],
label + .c-form-inline input[type=reset],
label + .c-form-inline input[type=button],
label + .c-form-inline button) {
  margin-left: 0.5rem;
}
.c-form-inline select {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
.c-form-inline label {
  display: inline-block;
  margin-right: 0.5rem;
  margin-bottom: 0;
  vertical-align: middle;
}

.c-form-required::after {
  margin-left: 0.5rem;
  color: #f85858;
  content: "必須";
}

.c-table-no-responsive, .c-table {
  width: 100%;
}
.c-table-no-responsive td, .c-table td,
.c-table-no-responsive th,
.c-table th {
  padding: 0.75rem;
  border: 1px solid #eee;
}
.c-table-no-responsive th, .c-table th, .c-table-no-responsive__heading {
  border-color: rgb(225.25, 225.25, 225.25);
  background-color: #eee;
  white-space: nowrap;
}
.c-table-no-responsive tr.is-disabled, .c-table tr.is-disabled {
  background-color: #f6f6f6;
}
.c-table-no-responsive tr.is-alert, .c-table tr.is-alert {
  background-color: rgba(248, 88, 88, 0.1);
}
.c-table-no-responsive tr:hover, .c-table tr:hover {
  background-color: #fdffef;
}
.c-table-no-responsive caption, .c-table caption {
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
  font-weight: bold;
}

.c-dl-horizontal dt {
  display: inline;
  margin-right: 0.5rem;
  vertical-align: top;
}
.c-dl-horizontal dt:not(:first-child)::before {
  display: block;
  content: "";
}
.c-dl-horizontal dd {
  display: inline-block;
}

.c-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
  border-top-width: 2px;
  background-color: #fff;
  overflow-wrap: break-word;
}
.c-box__heading {
  padding: 1rem 2rem;
  border-bottom: 1px solid #eee;
}
.c-box__body {
  padding: 1.5rem 2rem;
}
.c-box__body + .c-box__body {
  border-top: 1px solid #eee;
}
*:first-child + html .c-box__body {
  padding: 16px 30px;
}
.c-box__footer {
  padding: 1rem 2rem;
  border-top: 1px solid #eee;
}

.c-box-ghost {
  margin-bottom: 20px;
  background: transparent;
}
.c-box-ghost__heading {
  padding: 1rem 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.c-box-ghost__body {
  padding: 2rem 0;
}
.c-box-ghost__body + .c-box-ghost__body {
  border-top: 1px solid #ccc;
}

.c-box-scroll {
  max-height: 10rem;
  padding: 1.5rem 2rem;
  border: 1px solid #eee;
  overflow: auto;
}
.c-box-scroll__heading {
  margin-bottom: 1rem;
}
.c-box-scroll__heading:not(:first-child) {
  margin-top: 1rem;
}

.c-list-inline {
  display: inline-block;
  padding: 0;
}
.c-list-inline > li {
  display: inline-block;
}
.c-list-inline > li:not(:last-child) {
  margin-right: 0.5rem;
}
.c-list-inline--separator > li:not(:last-child)::after {
  margin: 0 0.5rem;
  color: #ccc;
  content: "|";
}
.c-list-inline--separator a.is-active {
  color: #43c6ce;
  text-decoration: underline;
}

.c-list-notes {
  position: relative;
  color: #999;
  list-style: none;
}
.c-list-notes > li::before {
  position: absolute;
  margin-left: -1.5rem;
  content: "※";
}

.c-tabs {
  padding: 1rem 2rem 0;
  background-color: rgb(5.3472222222, 73.2569444444, 110.1527777778);
}

.c-tab {
  display: inline-block;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}
.c-tab a {
  display: block;
  padding: 1rem 2rem;
  border: 1px solid #31b0f5;
  border-bottom: none;
  border-radius: 0.3rem 0.3rem 0 0;
  background-color: rgb(6.5277777778, 89.4305555556, 134.4722222222);
  text-align: center;
  text-decoration: none;
}
.c-tab a:hover {
  background-color: rgb(8.8888888889, 121.7777777778, 183.1111111111);
  color: #fff;
}
.c-tab a.is-active {
  border-color: #fff;
  background-color: #fff;
  color: #000;
}

.c-pagination {
  display: inline-block;
  vertical-align: middle;
}
.c-pagination a {
  color: #000;
}
.c-pagination a:hover {
  color: #999;
  text-decoration: none;
}
.c-pagination__item {
  display: inline-block;
  padding: 0.5rem 1rem;
  border: #ccc 1px solid;
  color: #000;
  box-shadow: 0 -0.1em 0 rgba(0, 0, 0, 0.1) inset;
}
.c-pagination__item:not(:last-child) {
  border-right: none;
}
.c-pagination__item:first-child {
  border-radius: 0.3rem 0 0 0.3rem;
}
.c-pagination__item:last-child {
  border-radius: 0 0.3rem 0.3rem 0;
}
.c-pagination__item.is-current {
  background: #f6f6f6;
  font-weight: bold;
}

.c-modal {
  position: fixed;
  inset: -80px 0 0;
  padding: 8rem 2rem;
  transition-duration: 0.3s;
  transition-property: visibility, opacity, top;
  transition-timing-function: ease-out;
  opacity: 0;
  visibility: hidden;
  z-index: 130;
  overflow-y: auto;
}
.c-modal.is-show {
  top: 0;
  opacity: 1;
  visibility: visible;
}

.c-modal-dialog {
  max-width: 600px;
  margin: 0 auto;
  border-radius: 0.3rem;
  background-color: #fff;
}
.c-modal-dialog__heading {
  padding: 1rem 2rem;
  border-bottom: 1px solid #eee;
}
.c-modal-dialog__body {
  padding: 1rem;
}
.c-modal-dialog__body + .c-modal-dialog__body {
  border-top: 1px solid #eee;
}
.c-modal-dialog__footer {
  padding: 1rem 2rem;
  border-top: 1px solid #eee;
}
.c-modal-dialog--lg {
  max-width: 800px;
}

.c-message {
  position: relative;
  margin-bottom: 1rem;
  padding: 1rem;
  border: 1px solid #999;
  border-left-width: 1rem;
  border-radius: 0.3rem;
  background-color: #fff;
}
.c-message--icon {
  border-left-width: 3rem;
}
.c-message--icon > i:first-child {
  position: absolute;
  top: 50%;
  left: -2.2rem;
  transform: translateY(-50%);
  color: #fff;
  font-size: 1.6rem;
}
.c-message--primary {
  border-color: #31b0f5;
}
.c-message--success {
  border-color: #43c6ce;
}
.c-message--warning {
  border-color: #f5a44c;
}
.c-message--alert {
  border-color: #f85858;
}
.c-message--bg-blue {
  border-color: #eaf5ff;
}
.c-message--bg-orange {
  border-color: #fff0dd;
}
.c-message--bg-green {
  border-color: #e4f6ec;
}

.c-suggest {
  vertical-align: middle;
}
.c-suggest__menu {
  width: 100%;
  max-height: 20rem;
  margin-top: 0.5rem;
  padding: 0.8rem 0;
  border: 1px solid #ccc;
  border-radius: 0.3rem;
  background-color: #fff;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.25);
  overflow-y: auto;
}
.c-suggest__suggestion {
  padding: 0.25rem 1rem;
  cursor: pointer;
}
.c-suggest__suggestion:hover, .c-suggest__suggestion.is-cursor {
  background-color: #31b0f5;
  color: #fff;
}

.c-thumbnail {
  position: relative;
  height: 150px;
}
.c-thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 150px;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.c-thumbnail img:hover {
  opacity: 0.5;
}
.c-thumbnail img.is-disabled {
  cursor: default;
  opacity: 1;
}

@-webkit-keyframes loader-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes loader-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.p-loader {
  display: none;
  position: fixed;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 9999;
}

.p-loader-element {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 75px;
  height: 75px;
  margin-top: -37.5px;
  margin-left: -37.5px;
  border: 2px solid #31b0f5;
  border-radius: 50%;
  border-top-color: transparent;
  -webkit-animation: loader-animation 0.5s infinite linear;
          animation: loader-animation 0.5s infinite linear;
}

.p-success-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition-duration: 0.2s;
  transition-property: visibility, opacity;
  transition-timing-function: ease-out;
  border-bottom: 1px solid rgb(24.6805555556, 166.6736111111, 243.8194444444);
  background-color: #31b0f5;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.25rem;
  line-height: 6rem;
  text-align: center;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.25);
  opacity: 0;
  visibility: hidden;
  z-index: 200;
}
.p-success-bar.is-show {
  opacity: 0.95;
  visibility: visible;
}

.p-breadcrumbs a {
  color: #999;
}
.p-breadcrumbs li {
  display: inline-block;
}
.p-breadcrumbs li::after {
  padding: 0 0.5em;
  color: #999;
  content: "/";
}
.p-breadcrumbs li:last-child::after {
  content: none;
}

.p-sidenav i:first-child::before {
  padding-right: 0.4em;
  font-size: 1.4em;
}
.p-sidenav > li {
  transition: all 0.25s ease;
}
.p-sidenav > li > a {
  display: block;
  position: relative;
  padding: 1em;
  color: #999;
  font-weight: bold;
}
.p-sidenav > li > a:hover {
  background-color: rgb(33.4150943396, 42.5283018868, 47.0849056604);
  color: #fff;
  text-decoration: none;
}
.p-sidenav > li.is-active {
  border-left: 3px solid rgb(49.3360995851, 176.3112033195, 245.1639004149);
  background-color: rgb(33.4150943396, 42.5283018868, 47.0849056604);
}
.p-sidenav > li.is-active > a {
  color: #fff;
}

.p-sidenav__arrow {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -0.75em;
  transform: rotate(-90deg);
}
.is-active .p-sidenav__arrow {
  transform: rotate(0deg);
}

.p-sidenav__tree {
  display: none;
  padding-left: 2em;
  font-weight: normal;
}
.is-active .p-sidenav__tree {
  display: block;
}
.p-sidenav__tree a {
  display: block;
  padding: 1em;
  color: #999;
}
.p-sidenav__tree a:hover, .p-sidenav__tree a.is-active {
  color: #fff;
  text-decoration: none;
}

.p-login-box {
  max-width: 300px;
  margin: 5em auto 0;
}
.p-login-box__heading {
  margin-bottom: 1em;
  text-align: center;
}
.p-login-box__buttons {
  margin-top: 1.5em;
  text-align: center;
}

.p-uploader-form {
  padding: 1rem;
  background-color: #f6f6f6;
}

.p-uploader-list {
  padding: 0;
  border-width: 1px 0;
  border-style: solid;
  border-color: #eee;
}
.p-uploader-list__item {
  display: inline-block;
  width: 50%;
  margin: -1px 0;
  padding: 1rem;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #eee;
  text-align: center;
  vertical-align: middle;
}
.p-uploader-list__buttons {
  margin-top: 1rem;
}

.p-entries-search-input-text {
  width: 200px;
}

.p-entries-nav {
  padding: 1rem 2rem;
}

.p-entries-state {
  display: table;
  width: 100%;
  white-space: nowrap;
}
.p-entries-state__col {
  display: table-cell;
  vertical-align: middle;
}
.p-entries-state__col:not(:last-child) {
  padding-right: 0.5rem;
}
.p-entries-state__message-button {
  position: relative;
}
.p-entries-state__message-count {
  display: inline-block;
  position: absolute;
  top: -8px;
  right: -6px;
  width: 1.9rem;
  padding: 0.2rem 0;
  border-radius: 100%;
  background-color: #f85858;
  color: #fff;
  font-size: 0.8rem;
  text-align: center;
}

.p-entries-memo-field {
  width: 100%;
  margin-top: 0.5rem;
  border: 1px solid transparent;
  background-color: transparent;
  font-size: 1rem;
  cursor: pointer;
}
.p-entries-memo-field:hover, .p-entries-memo-field:focus {
  border-bottom: 1px solid #43c6ce;
}
.p-entries-memo-field.is-hide {
  display: none;
}

.p-entries-fixed-wrapper {
  position: fixed;
  right: 0;
  transform: translateX(100%);
  transition: all 0.5s ease;
  z-index: 1;
}
.p-entries-fixed-wrapper.is-show {
  right: 1rem;
  bottom: 3rem;
  transform: none;
}

.p-entries-attention-button {
  padding: 1rem 2.5rem;
  border: 1px solid rgb(246.974137931, 63.525862069, 63.525862069);
  border-radius: 5rem;
  background-color: #f85858;
  color: #fff;
  font-size: 1.8rem;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.5);
}
.p-entries-attention-button:hover {
  border-color: #f85858;
  background-color: rgb(249.025862069, 112.474137931, 112.474137931);
}

.p-client-form-toggle-group {
  display: block;
  border-top: 1px solid #eee;
}
.p-client-form-toggle-group.is-hide {
  display: none;
}

.p-client-form-occupations select {
  width: 32.5%;
}

.p-client-rule-list dt {
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
  font-weight: bold;
}
.p-client-rule-list dd {
  margin-bottom: 1rem;
  padding: 1rem;
  border-radius: 0.3rem;
  background-color: #f6f6f6;
}

.p-client-rule {
  display: table;
  width: 100%;
  text-align: center;
}
.p-client-rule__col {
  display: table-cell;
  position: relative;
  width: 50%;
}
.p-client-rule__col i {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
}
.p-client-rule--alert {
  border: 1px solid #f85858;
}
.p-client-rule--success {
  border: 1px solid #43c6ce;
}

.p-jobs-table {
  display: table;
  width: 100%;
}
.p-jobs-table__item {
  display: table-cell;
  vertical-align: middle;
}

.p-jobs-works-list li:not(:first-child) {
  margin-top: 0.5rem;
}
.p-jobs-works-list li:not(:last-child) {
  margin-bottom: 0.5rem;
}

.p-jobs-commands-list li:not(:first-child) {
  margin-top: 0.3rem;
}
.p-jobs-commands-list li:not(:last-child) {
  margin-bottom: 0.3rem;
}

.p-jobs-work-form-bg-color--1 {
  background-color: #e4f6ec;
}
.p-jobs-work-form-bg-color--2 {
  background-color: #fff0dd;
}
.p-jobs-work-form-bg-color--3 {
  background-color: #eaf5ff;
}

.p-jobs-work-form-bg-color-1 {
  background-color: #43c6ce;
}

.p-jobs-work-form-bg-color-2 {
  background-color: #f85858;
}

.p-jobs-work-form-bg-color-3 {
  background-color: #31b0f5;
}

.p-jobs-works-button {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  border: 1px solid #999;
  border-radius: 0.3rem;
  background-color: #fff;
  color: #999;
  line-height: 1;
}
.p-jobs-works-button:hover {
  text-decoration: none;
  opacity: 0.8;
}
.p-jobs-works-button--success {
  border-color: #43c6ce;
  color: #43c6ce;
}

.p-jobs-clickable-area {
  cursor: pointer;
}

.p-plan-tag-group {
  margin-bottom: 0.5rem;
}

.p-plan-tag--hire {
  background-color: #31b0f5;
  color: #fff;
}
.p-plan-tag--publication {
  background-color: #d84797;
  color: #fff;
}
.p-plan-tag--entry {
  background-color: #52aa5e;
  color: #fff;
}
.p-plan-tag--prime {
  background-color: #f5a44c;
  color: #fff;
}

.p-publication-status-group {
  margin-bottom: 0.5rem;
}

.p-publication-status {
  font-size: 1.4rem;
}
.p-publication-status--opened {
  background-color: #43c6ce;
  color: #fff;
}
.p-publication-status--closed {
  background-color: #f85858;
  color: #fff;
}

.p-search-priority-option-table {
  display: table;
  width: 100%;
  border-collapse: collapse;
}
.p-search-priority-option-table__col {
  display: table-cell;
  position: relative;
  border: 1px solid #ccc;
  vertical-align: middle;
}
.p-search-priority-option-table input[type=radio] {
  display: none;
}

.p-search-priority-option-item {
  display: table;
  width: 100%;
  min-height: 8rem;
  border: 5px solid #fff;
}
.p-search-priority-option-item__col {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.p-search-priority-option-item__checkbox {
  width: 30px;
  height: 30px;
  margin: 0 auto;
  border: 2px solid #468602;
  border-radius: 50%;
  background-color: #fff;
  content: "";
}
:checked ~ .p-search-priority-option-item {
  background-color: #e6f9d7;
}
:checked ~ .p-search-priority-option-item .p-search-priority-option-item__checkbox::before {
  display: inline-block;
  width: 9px;
  height: 15px;
  transform: rotate(45deg);
  border-right: 3px solid #468602;
  border-bottom: 3px solid #468602;
  content: "";
  vertical-align: bottom;
}

.p-search-priority-option-button {
  padding: 0.7em 3em;
  border: none;
  border-radius: 10px;
  background-color: #468602;
  color: #fff;
  font-size: 18px;
}

.p-search-priority-option-hedge {
  padding: 10px;
  background-color: #f6f6f6;
}
.p-search-priority-option-hedge__heading {
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #999;
  font-size: 1.2rem;
  text-align: center;
}

.p-question-section {
  display: block;
  margin-bottom: 5rem;
}
.p-question-section:last-child {
  margin-bottom: 1rem;
}
.p-question-section__heading {
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
  background-color: rgb(5.3472222222, 73.2569444444, 110.1527777778);
  color: #fff;
}
.p-question-section__heading > i {
  font-size: 1.8rem;
  vertical-align: middle;
}

.p-question-detail__heading > i {
  color: rgb(8.8888888889, 121.7777777778, 183.1111111111);
  font-size: 2.5rem;
  vertical-align: middle;
}
.p-question-detail__body {
  position: relative;
}
.p-question-detail__body > i {
  position: absolute;
  color: rgb(224.5862068966, 9.4137931034, 9.4137931034);
  font-size: 2.5rem;
}
.p-question-detail__body > pre {
  padding: 1.2rem 0 1.2rem 3.5rem;
  font-size: 1.3rem;
}

.p-question-occupation {
  display: inline-block;
  width: 96%;
  margin: 0 2%;
  padding: 1rem 0;
  border-top: 1px solid #eee;
  vertical-align: top;
}

.p-question-list li {
  display: inline-block;
  position: relative;
  width: 50%;
  padding: 0.5rem 0;
  vertical-align: top;
}
.p-question-list li:hover {
  background-color: #f6f6f6;
}
.p-question-list li > i {
  position: absolute;
  top: 0.5rem;
  left: 1rem;
  color: rgb(8.8888888889, 121.7777777778, 183.1111111111);
  font-size: 1.8rem;
}
.p-question-list li > a {
  display: block;
  padding: 0.5rem 3.5rem;
}

table {
  font: inherit;
}

.red {
  color: #ff0707;
}

#content {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "MS P ゴシック", "MS P Gothic", sans-serif;
}
#content h2.mailDMttl01,
#content h2.mailDMttl02 {
  margin: 15px 0;
}
#content .btn_area {
  margin: 5px 20px 25px 85px;
}
#content .btn_area.btn_area_half {
  margin-left: 320px;
}
#content #modalNote {
  z-index: 100;
}
#content h2.ttlCpyForm {
  margin: 15px 0;
}
#content .memberTable {
  width: 768px !important;
}

.p-message-shadow {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.07) inset;
}

.p-message {
  position: absolute;
  top: 83px;
  left: 0;
  width: 80%;
  bottom: 0;
  border-bottom: none;
}
.p-message a {
  cursor: pointer;
}
.p-message__submit {
  padding: 1em;
  font-size: 16px;
}
.p-message__submit-button {
  padding: 0.5em 1.5em;
  font-size: 16px;
}

.p-proposed-times__form {
  position: relative;
  margin-bottom: 5px;
}
.p-proposed-times__tag-list {
  min-height: 32px;
  padding: 5px 0 0 5px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.p-proposed-times__tag {
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 0.25em 0.5em;
  background-color: #f6f6f6;
  border: 1px solid #ccc;
  border-radius: 4px;
  vertical-align: top;
  line-height: 1;
}
.p-proposed-times__menu {
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  max-width: 637px;
  margin-top: -2px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-left: 0;
  border-radius: 0 0 2px 2px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.p-proposed-times__button {
  display: inline-block;
  width: 106px;
  padding: 0.5em;
  border-bottom: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  font-size: 1.2rem;
}
.p-proposed-times__button--disabled {
  background-color: #f6f6f6;
  color: #999;
  cursor: not-allowed;
}

.p-message-time-line {
  position: absolute;
  inset: 0 0 60px;
  border-bottom: 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1) inset;
  overflow-y: scroll;
}
.p-message-time-line--finish {
  bottom: 0;
}
.p-message-time-line__inner {
  padding: 1.5em 0 4em;
}

.p-message-item {
  margin-bottom: 20px;
  padding: 0 20px;
}
.p-message-item__inner {
  display: inline-block;
  width: 85%;
}
.p-message-item__body {
  position: relative;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1.4rem;
}
.p-message-item__body::before {
  content: "";
  position: absolute;
  top: 14px;
  left: -6px;
  display: block;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: 1px solid #ccc;
  transform: rotate(45deg);
}
.p-message-item__body__inner {
  position: relative;
  z-index: 0;
  padding: 1em;
  background-color: #fff;
  border-radius: 4px;
}
.p-message-item__header {
  margin-bottom: 5px;
}
.p-message-item__sender {
  display: inline-block;
  margin-bottom: 0 !important;
}
.p-message-item__sender--user {
  color: #31b0f5;
}
.p-message-item__sender-type {
  display: inline-block;
  margin-right: 0.5em;
  padding: 0.15em 1.5em;
  background-color: #43c6ce;
  border-radius: 4px;
  color: #fff;
}
.p-message-item__sender-name {
  display: inline-block;
}
.p-message-item__meta {
  display: inline-block;
  margin-left: 10px;
  color: #999;
}
.p-message-item__text {
  display: inline-block;
  margin-bottom: 0 !important;
}
.p-message-item__read {
  color: pattern("primary");
}

.p-message-item--client {
  text-align: right;
}
.p-message-item--client .p-message-item__body {
  border: 1px solid #a1d0e9;
}
.p-message-item--client .p-message-item__body::before {
  display: none;
}
.p-message-item--client .p-message-item__body__inner {
  background-color: #b8e3fb;
}
.p-message-item--client .p-message-item__sender {
  background-color: transparent;
  padding: 0;
  color: #333;
}
.p-message-item--client .p-message-item__sender-type {
  display: none;
}
.p-message-item--client .p-message-item__read {
  margin-left: 1em;
  color: #31b0f5;
}

.p-message-item--jsen .p-message-item__sender-type {
  background-color: #999;
}
.p-message-item--jsen .p-message-item__sender-name {
  display: none;
}

.p-message-form {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}
.p-message-form__inner {
  padding: 10px 20px;
  background-color: #eee;
  border-top: 1px solid #ccc;
}
.p-message-form__fixed-phrase-button {
  display: table-cell;
  width: 6em;
  background: #fff;
  box-shadow: inset 0 -1px 1px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #ccc;
  border-radius: 4px 0 0 4px;
  overflow: hidden;
  color: #333;
  vertical-align: middle;
  text-align: center;
}
.p-message-form__fixed-phrase-button:hover, .p-message-form__fixed-phrase-button.is-active {
  background-color: #f1f1f1;
  text-decoration: none;
}
.p-message-form__submit {
  display: table-cell;
  width: 4em;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0 4px 4px 0;
  box-shadow: inset 0 -1px 1px 0 rgba(0, 0, 0, 0.1);
  color: #333;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
}
.p-message-form__submit:hover {
  text-decoration: none;
  background-color: #f1f1f1;
}
.p-message-form__input-text {
  width: 100%;
  padding: 8px 6px;
  border: 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  vertical-align: top;
  line-height: 1.2;
  resize: none;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.07) inset;
}

.p-message-fixed-phrase {
  position: absolute;
  top: -180px;
  left: 20px;
  width: 60%;
  border: 1px solid #ccc;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-animation: show-fixed-phrase 0.3s ease;
          animation: show-fixed-phrase 0.3s ease;
}
.p-message-fixed-phrase__header {
  padding: 0.5em 1em;
  border-bottom: 1px solid #eee;
  background-color: #eee;
}
.p-message-fixed-phrase__content {
  padding: 1em;
  color: #333;
}
.p-message-fixed-phrase__content:hover {
  background-color: rgba(51, 173, 244, 0.1);
  text-decoration: none;
}

.p-message-fixed-phrase-list {
  background-color: #fff;
  height: 150px;
  overflow: hidden scroll;
}

.p-message-fixed-phrase-item {
  position: relative;
  border-bottom: 1px solid #eee;
}
.p-message-fixed-phrase-item__body {
  margin-bottom: 0 !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.p-message-fixed-phrase-item__title {
  margin-bottom: 0 !important;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.p-message-fixed-phrase-item-enter {
  transform: translateX(100%);
}
.p-message-fixed-phrase-item-enter-active {
  transform: translateX(0);
  transition: transform 300ms ease-out;
}
.p-message-fixed-phrase-item-leave {
  transform: translateX(0);
}
.p-message-fixed-phrase-item-leave-active {
  transform: translateX(-100%);
  transition: transform 300ms ease-in;
}

.p-message-fixed-phrase-item__editors {
  display: table-cell;
  padding: 1em;
  border-left: 1px solid #eee;
  width: 120px;
}

.p-message-fixed-phrase-form__title {
  margin-bottom: 10px;
}
.p-message-fixed-phrase-form__title span {
  margin-bottom: 5px;
}
.p-message-fixed-phrase-form__title input {
  width: 100%;
  padding: 0.5em;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1.5rem;
}
.p-message-fixed-phrase-form__body {
  margin-bottom: 10px;
}
.p-message-fixed-phrase-form__body span {
  margin-bottom: 5px;
}
.p-message-fixed-phrase-form__body textarea {
  width: 100%;
  min-height: 150px;
  padding: 0.5em;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: none;
}
.p-message-fixed-phrase-form__cancel {
  margin-right: 10px;
}
.p-message-fixed-phrase-form__delete {
  margin-right: 10px;
}

.p-message-modal {
  display: table;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
}
.p-message-modal__inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.p-message-modal__content {
  position: relative;
  display: inline-block;
  width: 600px;
  padding: 1em;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  -webkit-animation: show-modal 0.5s ease;
          animation: show-modal 0.5s ease;
}

.p-message-side {
  position: absolute;
  top: 83px;
  right: 0;
  bottom: 0;
  width: 20%;
  background-color: #fff;
}

.p-message-side__heading {
  border-bottom: 1px solid #eee;
  padding: 1em 10px;
  font-weight: bold;
}

.p-message-side__body {
  padding: 10px;
}

.p-message-user__name {
  font-size: 1.5rem;
  font-weight: bold;
}
.p-message-user__name span {
  font-size: 1.2rem;
  color: #999;
}

.p-message-user_meta {
  overflow: hidden;
}
.p-message-user_meta dt {
  float: left;
  color: #999;
}
.p-message-user_meta dd {
  padding-left: 3em;
  overflow-wrap: break-word;
}

.p-message-fill {
  padding: 0 1em 5px;
  font-size: 1.2rem;
  display: inline-block;
}
.p-message-fill__heading {
  margin-bottom: 5px !important;
}
.p-message-fill__wrapper {
  display: inline-block;
  width: 85%;
}
.p-message-fill__body {
  position: relative;
  border: 1px solid #a1d0e9;
  border-radius: 4px;
}
.p-message-fill__body::before {
  content: "";
  position: absolute;
  right: 100px;
  bottom: -6px;
  display: block;
  width: 12px;
  height: 12px;
  background-color: #b8e3fb;
  border: 1px solid #a1d0e9;
  transform: rotate(45deg);
}
.p-message-fill__body-inner {
  position: relative;
  z-index: 1;
  padding: 1em;
  background-color: #b8e3fb;
}

.p-message-error {
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 0 20px;
}
.p-message-error__inner {
  padding: 10px 20px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  color: #fff;
}
.p-message-error__body {
  margin-bottom: 0 !important;
  font-size: 14px;
}
.p-message-error__meta {
  margin-bottom: 0 !important;
}

.p-message-walk-through {
  display: none;
  opacity: 0;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.7);
}
.p-message-walk-through .slick-dots {
  position: absolute;
  left: 372px;
  bottom: 14px;
  z-index: 1;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.p-message-walk-through .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px;
}
.p-message-walk-through .slick-dots li::after {
  content: "";
  display: block;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background-color: #999;
}
.p-message-walk-through .slick-dots .slick-active::after {
  background-color: #333;
}
.p-message-walk-through .slick-dots button {
  display: none;
}

.p-message-walk-through-button {
  position: absolute;
  z-index: 2;
  bottom: 10px;
}
.p-message-walk-through-button.slick-disabled {
  visibility: hidden;
}

.p-message-walk-through-prev {
  left: 10px;
}

.p-message-walk-through-next {
  right: 10px;
}

.p-message-walk-through-carousel {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 800px;
  transform: translate(-50%, -50%);
}

.p-message-walk-through-item {
  position: relative;
  width: 800px;
}

.p-message-walk-through-remove {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 9999;
  text-align: center;
}

@-webkit-keyframes show-modal {
  0% {
    top: -40px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

@keyframes show-modal {
  0% {
    top: -40px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@-webkit-keyframes show-fixed-phrase {
  0% {
    top: -170px;
  }
  100% {
    top: -180px;
  }
}
@keyframes show-fixed-phrase {
  0% {
    top: -170px;
  }
  100% {
    top: -180px;
  }
}
.u-m-t-sm {
  margin-top: 1rem !important;
}

.u-m-t-md {
  margin-top: 2rem !important;
}

.u-m-t-lg {
  margin-top: 3rem !important;
}

.u-m-y-sm {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.u-m-y-md {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.u-m-y-lg {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.u-m-x-sm {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.u-m-x-md {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

.u-m-x-lg {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.u-m-b-sm {
  margin-bottom: 1rem !important;
}

.u-p-r-sm {
  padding-right: 1rem !important;
}

.u-p-l-sm {
  padding-left: 1rem !important;
}

.u-p-t-sm {
  padding-top: 1rem !important;
}

.u-p-b-sm {
  padding-bottom: 1rem !important;
}

.u-bg-base {
  background-color: #f6f6f6 !important;
}

.u-bg-disabled {
  background-color: #ccc !important;
}

.u-bg-primary {
  background-color: rgba(49, 176, 245, 0.1) !important;
}

.u-bg-success {
  background-color: rgba(67, 198, 206, 0.1) !important;
}

.u-bg-warning {
  background-color: rgba(245, 164, 76, 0.1) !important;
}

.u-bg-alert {
  background-color: rgba(248, 88, 88, 0.1) !important;
}

.u-bg-bg-blue {
  background-color: rgba(234, 245, 255, 0.1) !important;
}

.u-bg-bg-orange {
  background-color: rgba(255, 240, 221, 0.1) !important;
}

.u-bg-bg-green {
  background-color: rgba(228, 246, 236, 0.1) !important;
}

.u-d-block {
  display: block !important;
}

.u-d-inline-block {
  display: inline-block !important;
}

.u-d-inline {
  display: inline !important;
}

.u-d-none {
  display: none !important;
}
.u-left {
  text-align: left !important;
}

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

.u-right {
  text-align: right !important;
}

.u-top {
  vertical-align: top !important;
}

.u-middle {
  vertical-align: middle !important;
}

.u-bottom {
  vertical-align: bottom !important;
}

.u-text-nowrap {
  white-space: nowrap !important;
}

.u-text-wrap {
  white-space: normal !important;
}

.u-text-sm {
  font-size: 1rem !important;
}

.u-text-md {
  font-size: 1.2rem !important;
}

.u-text-lg {
  font-size: 1.4rem !important;
}

.u-text-xl {
  font-size: 1.6rem !important;
}

.u-text-muted {
  color: #999 !important;
}

.u-text-primary {
  color: #31b0f5 !important;
}

.u-text-success {
  color: #43c6ce !important;
}

.u-text-warning {
  color: #f5a44c !important;
}

.u-text-alert {
  color: #f85858 !important;
}

.u-text-bg-blue {
  color: #eaf5ff !important;
}

.u-text-bg-orange {
  color: #fff0dd !important;
}

.u-text-bg-green {
  color: #e4f6ec !important;
}

.u-color-primary {
  color: #31b0f5;
}

.u-fluid {
  width: 100% !important;
  height: auto !important;
}

.u-fluid-wide {
  max-width: 756px !important;
}

.u-fluid-square {
  max-width: 180px !important;
}

@media (min-width: 768px){
  .c-col-sm-1, .c-col-sm-2, .c-col-sm-3, .c-col-sm-4, .c-col-sm-5, .c-col-sm-6, .c-col-sm-7, .c-col-sm-8, .c-col-sm-9, .c-col-sm-10, .c-col-sm-11, .c-col-sm-12 {
    float: left;
  }
  .c-col-sm-1 {
    width: 8.3333333333%;
  }
  .c-col-sm-2 {
    width: 16.6666666667%;
  }
  .c-col-sm-3 {
    width: 25%;
  }
  .c-col-sm-4 {
    width: 33.3333333333%;
  }
  .c-col-sm-5 {
    width: 41.6666666667%;
  }
  .c-col-sm-6 {
    width: 50%;
  }
  .c-col-sm-7 {
    width: 58.3333333333%;
  }
  .c-col-sm-8 {
    width: 66.6666666667%;
  }
  .c-col-sm-9 {
    width: 75%;
  }
  .c-col-sm-10 {
    width: 83.3333333333%;
  }
  .c-col-sm-11 {
    width: 91.6666666667%;
  }
  .c-col-sm-12 {
    width: 100%;
  }
  .c-col-sm-pull-0 {
    right: auto;
  }
  .c-col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .c-col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .c-col-sm-pull-3 {
    right: 25%;
  }
  .c-col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .c-col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .c-col-sm-pull-6 {
    right: 50%;
  }
  .c-col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .c-col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .c-col-sm-pull-9 {
    right: 75%;
  }
  .c-col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .c-col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .c-col-sm-pull-12 {
    right: 100%;
  }
  .c-col-sm-push-0 {
    left: auto;
  }
  .c-col-sm-push-1 {
    left: 8.3333333333%;
  }
  .c-col-sm-push-2 {
    left: 16.6666666667%;
  }
  .c-col-sm-push-3 {
    left: 25%;
  }
  .c-col-sm-push-4 {
    left: 33.3333333333%;
  }
  .c-col-sm-push-5 {
    left: 41.6666666667%;
  }
  .c-col-sm-push-6 {
    left: 50%;
  }
  .c-col-sm-push-7 {
    left: 58.3333333333%;
  }
  .c-col-sm-push-8 {
    left: 66.6666666667%;
  }
  .c-col-sm-push-9 {
    left: 75%;
  }
  .c-col-sm-push-10 {
    left: 83.3333333333%;
  }
  .c-col-sm-push-11 {
    left: 91.6666666667%;
  }
  .c-col-sm-push-12 {
    left: 100%;
  }
  .c-col-sm-offset-0 {
    margin-left: 0%;
  }
  .c-col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .c-col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .c-col-sm-offset-3 {
    margin-left: 25%;
  }
  .c-col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .c-col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .c-col-sm-offset-6 {
    margin-left: 50%;
  }
  .c-col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .c-col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .c-col-sm-offset-9 {
    margin-left: 75%;
  }
  .c-col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .c-col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .c-col-sm-offset-12 {
    margin-left: 100%;
  }
  .p-uploader-list__item {
    width: 33.3333%;
  }
}

@media (min-width: 992px){
  .c-col-md-1, .c-col-md-2, .c-col-md-3, .c-col-md-4, .c-col-md-5, .c-col-md-6, .c-col-md-7, .c-col-md-8, .c-col-md-9, .c-col-md-10, .c-col-md-11, .c-col-md-12 {
    float: left;
  }
  .c-col-md-1 {
    width: 8.3333333333%;
  }
  .c-col-md-2 {
    width: 16.6666666667%;
  }
  .c-col-md-3 {
    width: 25%;
  }
  .c-col-md-4 {
    width: 33.3333333333%;
  }
  .c-col-md-5 {
    width: 41.6666666667%;
  }
  .c-col-md-6 {
    width: 50%;
  }
  .c-col-md-7 {
    width: 58.3333333333%;
  }
  .c-col-md-8 {
    width: 66.6666666667%;
  }
  .c-col-md-9 {
    width: 75%;
  }
  .c-col-md-10 {
    width: 83.3333333333%;
  }
  .c-col-md-11 {
    width: 91.6666666667%;
  }
  .c-col-md-12 {
    width: 100%;
  }
  .c-col-md-pull-0 {
    right: auto;
  }
  .c-col-md-pull-1 {
    right: 8.3333333333%;
  }
  .c-col-md-pull-2 {
    right: 16.6666666667%;
  }
  .c-col-md-pull-3 {
    right: 25%;
  }
  .c-col-md-pull-4 {
    right: 33.3333333333%;
  }
  .c-col-md-pull-5 {
    right: 41.6666666667%;
  }
  .c-col-md-pull-6 {
    right: 50%;
  }
  .c-col-md-pull-7 {
    right: 58.3333333333%;
  }
  .c-col-md-pull-8 {
    right: 66.6666666667%;
  }
  .c-col-md-pull-9 {
    right: 75%;
  }
  .c-col-md-pull-10 {
    right: 83.3333333333%;
  }
  .c-col-md-pull-11 {
    right: 91.6666666667%;
  }
  .c-col-md-pull-12 {
    right: 100%;
  }
  .c-col-md-push-0 {
    left: auto;
  }
  .c-col-md-push-1 {
    left: 8.3333333333%;
  }
  .c-col-md-push-2 {
    left: 16.6666666667%;
  }
  .c-col-md-push-3 {
    left: 25%;
  }
  .c-col-md-push-4 {
    left: 33.3333333333%;
  }
  .c-col-md-push-5 {
    left: 41.6666666667%;
  }
  .c-col-md-push-6 {
    left: 50%;
  }
  .c-col-md-push-7 {
    left: 58.3333333333%;
  }
  .c-col-md-push-8 {
    left: 66.6666666667%;
  }
  .c-col-md-push-9 {
    left: 75%;
  }
  .c-col-md-push-10 {
    left: 83.3333333333%;
  }
  .c-col-md-push-11 {
    left: 91.6666666667%;
  }
  .c-col-md-push-12 {
    left: 100%;
  }
  .c-col-md-offset-0 {
    margin-left: 0%;
  }
  .c-col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .c-col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .c-col-md-offset-3 {
    margin-left: 25%;
  }
  .c-col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .c-col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .c-col-md-offset-6 {
    margin-left: 50%;
  }
  .c-col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .c-col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .c-col-md-offset-9 {
    margin-left: 75%;
  }
  .c-col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .c-col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .c-col-md-offset-12 {
    margin-left: 100%;
  }
  .p-uploader-list__item {
    width: 20%;
  }
  .p-question-occupation {
    width: 46%;
  }
}

@media (width >= 1000px){
  .l-header__text-banner {
    display: table;
  }
}

@media (min-width: 1200px){
  .c-col-lg-1, .c-col-lg-2, .c-col-lg-3, .c-col-lg-4, .c-col-lg-5, .c-col-lg-6, .c-col-lg-7, .c-col-lg-8, .c-col-lg-9, .c-col-lg-10, .c-col-lg-11, .c-col-lg-12 {
    float: left;
  }
  .c-col-lg-1 {
    width: 8.3333333333%;
  }
  .c-col-lg-2 {
    width: 16.6666666667%;
  }
  .c-col-lg-3 {
    width: 25%;
  }
  .c-col-lg-4 {
    width: 33.3333333333%;
  }
  .c-col-lg-5 {
    width: 41.6666666667%;
  }
  .c-col-lg-6 {
    width: 50%;
  }
  .c-col-lg-7 {
    width: 58.3333333333%;
  }
  .c-col-lg-8 {
    width: 66.6666666667%;
  }
  .c-col-lg-9 {
    width: 75%;
  }
  .c-col-lg-10 {
    width: 83.3333333333%;
  }
  .c-col-lg-11 {
    width: 91.6666666667%;
  }
  .c-col-lg-12 {
    width: 100%;
  }
  .c-col-lg-pull-0 {
    right: auto;
  }
  .c-col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .c-col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .c-col-lg-pull-3 {
    right: 25%;
  }
  .c-col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .c-col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .c-col-lg-pull-6 {
    right: 50%;
  }
  .c-col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .c-col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .c-col-lg-pull-9 {
    right: 75%;
  }
  .c-col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .c-col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .c-col-lg-pull-12 {
    right: 100%;
  }
  .c-col-lg-push-0 {
    left: auto;
  }
  .c-col-lg-push-1 {
    left: 8.3333333333%;
  }
  .c-col-lg-push-2 {
    left: 16.6666666667%;
  }
  .c-col-lg-push-3 {
    left: 25%;
  }
  .c-col-lg-push-4 {
    left: 33.3333333333%;
  }
  .c-col-lg-push-5 {
    left: 41.6666666667%;
  }
  .c-col-lg-push-6 {
    left: 50%;
  }
  .c-col-lg-push-7 {
    left: 58.3333333333%;
  }
  .c-col-lg-push-8 {
    left: 66.6666666667%;
  }
  .c-col-lg-push-9 {
    left: 75%;
  }
  .c-col-lg-push-10 {
    left: 83.3333333333%;
  }
  .c-col-lg-push-11 {
    left: 91.6666666667%;
  }
  .c-col-lg-push-12 {
    left: 100%;
  }
  .c-col-lg-offset-0 {
    margin-left: 0%;
  }
  .c-col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .c-col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .c-col-lg-offset-3 {
    margin-left: 25%;
  }
  .c-col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .c-col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .c-col-lg-offset-6 {
    margin-left: 50%;
  }
  .c-col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .c-col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .c-col-lg-offset-9 {
    margin-left: 75%;
  }
  .c-col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .c-col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .c-col-lg-offset-12 {
    margin-left: 100%;
  }
  .p-uploader-list__item {
    width: 16.6666%;
  }
  .p-question-occupation {
    width: 29%;
  }
}

@media (max-width: 767px){
  .l-header {
    height: auto;
  }
  .is-side-open .l-header {
    left: 200px;
  }
  .l-header__logo {
    width: auto;
    height: auto;
    padding: 0.5em;
    float: none;
  }
  .l-header__logo img {
    width: auto;
    height: 15px;
  }
  .is-side-mini .l-header__logo {
    display: block;
  }
  .l-header__bar {
    margin-left: 0;
  }
  .l-footer {
    margin-left: 0;
  }
  .is-side-open .l-footer {
    left: 200px;
  }
  .l-sidebar {
    position: fixed;
    left: -200px;
    padding-top: 0;
    z-index: 120;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .is-side-open .l-sidebar {
    left: 0;
  }
  .l-main {
    margin-left: 0;
  }
  .is-side-open .l-main {
    left: 200px;
  }
  .l-main__header {
    padding: 20px 15px;
  }
  .l-main__body {
    padding: 20px 15px;
  }
  .p-login-box {
    margin: 2em auto 0;
  }
  .p-question-list li {
    width: 100%;
  }
}

@media (width <= 420px){
  .c-table {
    border: none;
  }
  .c-table thead,
  .c-table tbody,
  .c-table tr,
  .c-table th,
  .c-table td {
    display: block;
  }
  .c-table thead,
  .c-table th {
    display: none;
  }
  .c-table tr {
    margin-right: 5px;
    margin-bottom: 20px;
    margin-left: 5px;
    border: 1px solid #eee;
  }
  .c-table--no-border tr {
    margin: 0;
    border: none;
  }
  .c-table td {
    border: none;
    text-align: right;
  }
  .c-table td::before {
    margin-right: 5px;
    float: left;
    font-weight: bold;
    content: attr(data-label);
  }
  .c-tab {
    margin-right: 0.3rem;
    margin-left: 0.3rem;
  }
  .c-tab a {
    padding: 1rem 0.5rem;
  }
  .p-search-priority-option-table {
    display: block;
  }
  .p-search-priority-option-table__col {
    display: block;
  }
  .p-search-priority-option-button {
    white-space: normal;
  }
  .u-sp-hidden {
    display: none !important;
  }
}

@media \0 screen{
  .c-button {
    padding: 5px 8px;
  }
  .c-form-input, .c-form input[type=text],
  .c-form input[type=password],
  .c-form input[type=email],
  .c-form input[type=unmber],
  .c-form input[type=search],
  .c-form input[type=tel],
  .c-form input[type=url],
  .c-form textarea, .c-form-textarea, .c-form textarea {
    height: 18px;
    padding: 8px 0;
  }
  .c-form-group {
    margin-bottom: 8px;
  }
  .c-box__body {
    padding: 16px 30px;
  }
}

@media print{
  body {
    font-size: 10pt;
    line-height: 1;
  }
  .l-header {
    display: none;
  }
  .l-footer {
    display: none;
  }
  .l-sidebar {
    display: none;
  }
  .l-main {
    margin-left: 0;
    background-color: #fff;
  }
  .l-main__header {
    display: none;
  }
}
/*# sourceMappingURL=maps/application.css.map */
