
@charset "UTF-8";
/*! html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

html,
body {
  height: 100%;
  background-color: #f5f0e0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

input,
select {
  vertical-align: middle;
}

/* ここまでリセットcss */

img,
object,
embed {
  vertical-align: top;
}

.u-history .history-info-txt.ellipsis,
.u-specsheet .specsheet-label.ellipsis,
.u-specsheet .specsheet-data.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

* {
  box-sizing: border-box;
}

body {
  background-color: #f5f0e0;
  color: #4d4f5c;
  font-size: 1rem;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

input,
textarea,
button,
pre {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

input,
textarea {
  font-size: 1rem;
}

textarea {
  resize: none;
}

:placeholder-shown,
::-webkit-input-placeholder {
  color: #d5d5d5;
}

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}

a:link {
  color: #ef9493;
  text-decoration: none;
}

a:visited {
  color: #ef9493;
}

a:hover {
  color: #ef9493;
}

a:active {
  color: #ef9493;
}

canvas {
  vertical-align: bottom;
}

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

video {
  width: 100%;
}

strong {
  font-weight: bold;
}

a,
area,
button,
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

area {
  outline: none;
  cursor: pointer;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

.l-topicbar {
  padding: 11px 0;
  border-bottom: 1px solid #e3e3e3;
  background-color: #f4b3b1;
  color: #fff;
}

.l-row {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.l-main {
  margin: 0px;
  margin-top: 20px;
  /* max-width: 1160px; */
  max-width: 1430px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
}

.l-main.is-gray {
  position: relative;
  /* max-width: 100vw; */
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 20px;
  /* background-color: #f2f2f2; */
  background-color: #f5f0e0;
}

@media (min-width: 75rem) {
  .l-main.is-gray {
    /* padding-left: calc((( 100vw - 1160px ) / 2) + 20px); */
    /* padding-right: calc((( 100vw - 1160px ) / 2) + 20px); */
  }
}

.l-main.lean {
  height: calc(100vh - (40px + 50px + 20px));
}

.l-main.lean .lean-inner {
  height: calc(100vh - (40px + 50px + 40px));
  overflow-y: auto;
}

@media (min-width: 62rem) {
  .l-main.lean {
    padding-right: 395px;
  }
}

.l-single {
  max-width: 648px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 20px 80px;
}

.l-page {
  max-width: 840px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 20px 80px;
}

.l-matgroup {
  margin-bottom: 20px;
  padding: 20px 20px 5px;
  background: white;
  border-radius: 10px;
}

.l-contents {
  padding-top: 20px;
  padding-bottom: 20px;
}

.l-container {
  position: relative;
}

.m-input {
  display: inline-block;
  width: 100%;
  height: 40px;
  margin: 2px;
  padding: 7px 12px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.m-input.long {
  max-width: 230px;
}

.m-input.middle {
  max-width: 140px;
}

.m-input.short {
  max-width: 80px;
}

.m-select {
  display: inline-block;
  max-width: 100%;
  min-width: 140px;
  height: 40px;
  margin: 2px;
  padding: 7px 28px 7px 12px;
  vertical-align: middle;
  background: #fff url(../images/icon_down.png) no-repeat right 0.75rem center;
  background-size: 11px 7px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
  font-size: 13px;
  line-height: 1.5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.m-select.large {
  max-width: 300px;
}

.m-select.middle {
  max-width: 200px;
}

.m-select.short {
  max-width: 140px;
}

.m-textarea {
  display: inline-block;
  width: 100%;
  height: 115px;
  margin: 2px;
  padding: 7px 12px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.txt-required {
  max-width: 670px;
  margin-right: auto;
  margin-left: auto;
  color: #ef234a;
  font-size: 13px;
  text-align: right;
}

.txt-note {
  display: table;
  margin-top: 74px;
  margin-right: auto;
  margin-left: auto;
  font-size: 13px;
}

.txt-support {
  display: table;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 70px;
  font-size: 13px;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.sticky.sticky-fixed.is-sticky {
  margin-top: 0;
  margin-bottom: 0;
  position: fixed;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.sticky.sticky-fixed.is-sticky:not([style*="margin-top"]) {
  margin-top: 0 !important;
}

.sticky.sticky-fixed.is-sticky:not([style*="margin-bottom"]) {
  margin-bottom: 0 !important;
}

.sticky.sticky-fixed.is-absolute {
  position: absolute;
}

.btn-default,
.btn-small,
.btn-primary,
.btn-primary_light,
.btn-cancel,
.btn-absence,
.btn-register,
.btn-icon,
.btn-edit,
.btn-print,
.btn-menu,
.btn-sticky,
.btn-download,
.u-modal .modal-button,
.u-flow .flow-button,
.u-chat .chat-close {
  overflow: hidden;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.btn-default:hover,
.btn-small:hover,
.btn-primary:hover,
.btn-primary_light:hover,
.btn-cancel:hover,
.btn-absence:hover,
.btn-register:hover,
.btn-icon:hover,
.btn-edit:hover,
.btn-print:hover,
.btn-menu:hover,
.btn-sticky:hover,
.btn-download:hover,
.u-modal .modal-button:hover,
.u-flow .flow-button:hover,
.u-chat .chat-close:hover {
  opacity: 0.9;
}

.btn-default {
  padding-right: 12px;
  padding-left: 12px;
  border: 1px solid #d7dae2;
  border-radius: 4px;
  color: #4d4f5c;
  font-size: 13px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
  line-height: 38px;
}

.btn-small {
  margin: 12px;
  border: 1px solid #d7dae2;
  border-radius: 12px;
  color: #4d4f5c;
  font-size: 13px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
  line-height: 24px;
}

.btn-primary {
  min-width: 120px;
  border-radius: 4px;
  background-color: #ef9493;
  color: #fff;
  font-size: 15px;
  line-height: 35px;
  box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.25);
}

.btn-primary.disabled {
  background-color: #d7dae2;
  cursor: default;
}

.btn-primary_light {
  min-width: 120px;
  border-radius: 4px;
  background-color: #bfd2ff;
  color: #fff;
  font-size: 15px;
  line-height: 35px;
}

.btn_sendmail-send {
  display: inline-block;
  min-width: 120px;
  border-radius: 4px;
  background-color: #ef9493;
  color: #fff !important;
  font-size: 15px;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
}

.btn-cancel {
  min-width: 120px;
  border-radius: 4px;
  background-color: #f1b6c5;
  color: #fff;
  font-size: 15px;
  line-height: 35px;
}

.btn-absence {
  min-width: 120px;
  border-radius: 4px;
  background-color: #f88453;
  color: #fff;
  font-size: 15px;
  line-height: 35px;
}

.btn-register {
  min-width: 272px;
  border-radius: 4px;
  background-color: #ef9493;
  color: #fff;
  font-size: 22px;
  line-height: 46px;
}

.btn-icon {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  border: 2px solid;
  border-radius: 50%;
  text-indent: 100%;
  white-space: nowrap;
}

.btn-icon.accent {
  border-color: #9fbcff;
}

.btn-icon.primary {
  border-color: #b8afd4;
}

.btn-icon.fill {
  background-color: #ef9493;
  border-color: #ef9493;
}

.btn-icon > i {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.btn-edit {
  padding-right: 5px;
  padding-left: 5px;
  margin: 0 10px;
  border-radius: 4px;
  background: #fcce4d;
  color: white;
  font-size: 13px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
  line-height: 24px;
}

.btn-print {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px;
  margin: 0 10px;
  border-radius: 4px;
  background: #fcce4d;
  color: white;
  font-size: 13px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
  line-height: 24px;
}

.btn-print i {
  margin-right: 5px;
}

.btn-menu {
  display: inline-block;
  position: relative;
  width: 34px;
  height: 34px;
  text-indent: 100%;
  white-space: nowrap;
}

@media (min-width: 62rem) {
  .btn-menu {
    display: none;
  }
}

.btn-menu > i {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.btn-sticky {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 52px;
  height: 52px;
}

.btn-sticky.icon-chat {
  background: url(../images/icon_chat.png) center center/22px 22px no-repeat
    #ef9493;
}

.btn-sticky span {
  background: #cc65ff;
  border: solid 1px white;
  border-radius: 10px;
  color: white;
  display: block;
  font-size: 12px;
  line-height: 18px;
  position: absolute;
  height: 20px;
  width: 20px;
  right: 5px;
  top: 5px;
}

@media (min-width: 62rem) {
  .btn-sticky {
    display: none;
  }
}

.btn-download {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
}

.btn-download > i {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.icon-question,
.icon-document,
.icon-leave,
.icon-mic_on,
.icon-mic_off,
.icon-speaker_on,
.icon-speaker_off,
.icon-open,
.icon-close,
.icon-pen,
.icon-search,
.icon-status,
.icon-plus,
.icon-clock,
.icon-clock_fill,
.icon-prev,
.icon-next,
.icon-comment,
.icon-home,
.icon-offer,
.icon-applicant,
.icon-ledger,
.icon-report,
.icon-notice,
.icon-selection,
.icon-chancel,
.icon-menu,
.icon-movie,
.icon-up,
.icon-back,
.icon-download,
.icon-job,
.icon-walk,
.icon-concluded,
.icon-addimage,
.icon-print,
.u-duration li::before {
  display: inline-block;
  background: no-repeat left top;
}

.icon-question {
  width: 8px;
  height: 12px;
  background-image: url(../images/icon_question.png);
}

.icon-document {
  width: 14px;
  height: 14px;
  background-image: url(../images/icon_document.png);
}

.icon-leave {
  width: 14px;
  height: 19px;
  background-image: url(../images/icon_leave.png);
}

.icon-mic_on {
  width: 11px;
  height: 15px;
  background-image: url(../images/icon_mic_on.png);
}

.icon-mic_off {
  width: 14px;
  height: 15px;
  background-image: url(../images/icon_mic_off.png);
}

.icon-speaker_on {
  width: 15px;
  height: 15px;
  background-image: url(../images/icon_speaker_on.png);
}

.icon-speaker_off {
  width: 15px;
  height: 15px;
  background-image: url(../images/icon_speaker_off.png);
}

.icon-open {
  width: 20px;
  height: 20px;
  background-image: url(../images/icon_open.png);
}

.icon-close {
  width: 20px;
  height: 20px;
  background-image: url(../images/icon_close.png);
}

.icon-pen {
  width: 14px;
  height: 14px;
  background-image: url(../images/icon_pen.png);
}

.icon-search {
  width: 12px;
  height: 15px;
  background-image: url(../images/icon_search.png);
}

.icon-status {
  width: 16px;
  height: 12px;
  background-image: url(../images/icon_status.png);
}

.icon-plus {
  width: 12px;
  height: 12px;
  background-image: url(../images/icon_plus.png);
}

.icon-clock {
  opacity: 0.5;
  width: 10px;
  height: 10px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10"><path style="fill:#000;" d="M6.995,2A5,5,0,1,0,12,7,5,5,0,0,0,6.995,2ZM7,11a4,4,0,1,1,4-4A4,4,0,0,1,7,11Zm.25-6.5H6.5v3L9.125,9.075,9.5,8.46,7.25,7.125Z" transform="translate(-2 -2)"/></svg>');
}

.icon-clock_fill {
  opacity: 0.5;
  width: 10px;
  height: 10px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10"><path style="fill:#000;" d="M7,2a5,5,0,1,0,5,5A5.015,5.015,0,0,0,7,2ZM9.1,9.1,6.5,7.5v-3h.75V7.1L9.5,8.45l-.4.65Z" transform="translate(-2 -2)"/></svg>');
}

.icon-prev {
  width: 8px;
  height: 11px;
  background-image: url(../images/icon_prev.png);
}

.icon-next {
  width: 8px;
  height: 11px;
  background-image: url(../images/icon_next.png);
}

.icon-comment {
  width: 22px;
  height: 22px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22"><path style="fill:#fff;" d="M21.8,2H4.2A2.2,2.2,0,0,0,2.011,4.2L2,24l4.4-4.4H21.8A2.206,2.206,0,0,0,24,17.4V4.2A2.206,2.206,0,0,0,21.8,2ZM9.7,11.9H7.5V9.7H9.7Zm4.4,0H11.9V9.7h2.2Zm4.4,0H16.3V9.7h2.2Z" transform="translate(-2 -2)"/></svg>');
}

.icon-home {
  width: 16px;
  height: 16px;
  background-image: url(../images/icon_home.png);
}

.icon-offer {
  width: 16px;
  height: 16px;
  background-image: url(../images/icon_offer.png);
}

.icon-applicant {
  width: 14px;
  height: 16px;
  background-image: url(../images/icon_applicant.png);
}

.icon-ledger {
  width: 13px;
  height: 16px;
  background-image: url(../images/icon_ledger.png);
}

.icon-report {
  width: 14px;
  height: 16px;
  background-image: url(../images/icon_report.png);
}

.icon-notice {
  width: 14px;
  height: 16px;
  background-image: url(../images/icon_notice.svg);
}

.icon-selection {
  width: 14px;
  height: 16px;
  background-image: url(../images/icon_selection.png);
}

.icon-chancel {
  width: 100%;
  height: 100%;
  background-image: url(../images/btn_chancel.png);
}

.icon-menu {
  width: 24px;
  height: 16px;
  background-image: url(../images/btn_menu.png);
}

.icon-movie {
  width: 20px;
  height: 14px;
  background-image: url(../images/icon_movie.png);
}

.icon-up {
  width: 17px;
  height: 17px;
  background-image: url(../images/icon_up.png);
}

.icon-back {
  width: 12px;
  height: 18px;
  background-image: url(../images/icon_back.png);
}

.icon-download {
  width: 13px;
  height: 15px;
  background-image: url(../images/icon_download.png);
}

.icon-job {
  width: 15px;
  height: 18px;
  background-image: url(../images/icon_job.png);
}

.icon-walk {
  width: 9px;
  height: 14px;
  background-image: url(../images/icon_walk.png);
}

.icon-concluded {
  width: 20px;
  height: 14px;
  background-image: url(../images/icon_concluded.png);
}

.icon-addimage {
  width: 60px;
  height: 60px;
  background-image: url(../images/icon_addimage.png);
}

.icon-print {
  width: 15px;
  height: 14px;
  background-image: url(../images/icon_print.png);
}

.icon-notification {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  text-indent: 100%;
  white-space: nowrap;
}

.icon-notification-num {
  position: absolute;
  color: #000000;
  top: 15px;
  right: 5px;
  font-family: Consolas, Menlo, Courier, Monaco, monospace, sans-serif;
  line-height: 1;
  padding: 2px 4.5px;
  border-radius: 20px;
  background-color: #ffffff;
}

.u-pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}

.u-pagination .pagination-list {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
}

.u-pagination .pagination-item {
  display: block;
  position: relative;
  width: 27px;
  height: 27px;
  margin-right: 4px;
  margin-left: 4px;
  border: 1px solid #c7c7cb;
  border-radius: 4px;
  color: #4d4f5c;
  font-size: 12px;
  text-align: center;
  line-height: 27px;
}

.u-pagination .pagination-item.is-current {
  border-color: #ef9493;
  background-color: #ef9493;
  color: #fff;
}

.u-profile {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 34rem) {
  .u-profile {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.u-profile .profile-col {
  width: 180px;
  padding-right: 20px;
  text-align: center;
}

.u-profile .profile-col img {
  margin-bottom: 10px;
}

.u-profile .profile-col p {
  color: #4d4f5c;
  font-size: 15px;
}

.u-profile .profile-row {
  margin-left: 20px;
  width: 80%;
}

.u-profile .profile-row .profile-item {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 45px;
  margin-top: -1px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-top: 1px solid #e3e3e3;
}

.u-profile .profile-row .profile-item dt {
  padding-right: 10px;
  -ms-flex: 0.2;
  flex: 0.2;
  font-size: 13px;
  color: rgba(77, 79, 92, 0.6);
}

.u-profile .profile-row .profile-item:last-child {
  border-bottom: 1px solid #e3e3e3;
}

.u-profile .profile-row .profile-item dt,
.u-profile .profile-row .profile-item dd {
  display: inline-block;
}

.u-profile .tab-col {
  width: 100%;
}

.u-profile .tab-col .cp_tab *,
.u-profile .tab-col .cp_tab *:before,
.u-profile .tab-col .cp_tab *:after {
  box-sizing: border-box;
}

.u-profile .tab-col .cp_tab {
  margin: 0 auto;
}

.u-profile .tab-col .cp_tab > input[type="radio"] {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: none;
}

.u-profile .tab-col .cp_tab .cp_tabpanel {
  display: none;
}

.u-profile
  .tab-col
  .cp_tab
  > input:first-child:checked
  ~ .cp_tabpanels
  > .cp_tabpanel:first-child,
.u-profile
  .tab-col
  .cp_tab
  > input:nth-child(3):checked
  ~ .cp_tabpanels
  > .cp_tabpanel:nth-child(2),
.u-profile
  .tab-col
  .cp_tab
  > input:nth-child(5):checked
  ~ .cp_tabpanels
  > .cp_tabpanel:nth-child(3),
.u-profile
  .tab-col
  .cp_tab
  > input:nth-child(7):checked
  ~ .cp_tabpanels
  > .cp_tabpanel:nth-child(4),
.u-profile
  .tab-col
  .cp_tab
  > input:nth-child(9):checked
  ~ .cp_tabpanels
  > .cp_tabpanel:nth-child(5),
.u-profile
  .tab-col
  .cp_tab
  > input:nth-child(11):checked
  ~ .cp_tabpanels
  > .cp_tabpanel:nth-child(6) {
  display: block;
}

.u-profile .tab-col .cp_tab > label {
  position: relative;
  display: inline-block;
  padding: 5px 10px;
  background: #f0f0f0;
  /* cursor: pointer; */
  border: 1px solid transparent;
  border-radius: 6px 6px 0 0;
  border-bottom: 0;
  font-size: 13px;
}

.u-profile .tab-col .cp_tab > label:hover,
.u-profile .tab-col .cp_tab > input:focus + label {
  /* color: #EF9493; */
}

.u-profile .tab-col .cp_tab > input:checked + label {
  margin-bottom: -1px;
  background: white;
  border-color: #cccccc;
  border-bottom: 1px solid #ffffff;
  /*背景色と同じ*/
}

.u-profile .tab-col .cp_tab .cp_tabpanel {
  height: 200px;
  overflow-y: auto;
  padding: 0.5em 1em;
  border: 1px solid #cccccc;
}

.u-profile_list {
  min-width: 100%;
}

.u-profile_list tr {
  border-bottom: 1px solid #cccccc;
}

.u-profile_list th,
.u-profile_list td {
  padding: 2px 10px;
  font-size: 14px;
}

.u-profile_list th {
  opacity: 0.6;
  text-align: left;
}

.u-profile_list th .sort:before {
  content: "▼";
}

.u-topicpath {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1208px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 23px;
}

.u-topicpath li:not(:first-child) {
  margin-left: 8px;
}

.u-topicpath li:not(:first-child)::before {
  content: "＞";
  margin-right: 6px;
}

.u-topicpath a {
  color: #4d4f5c;
}

.u-chip {
  display: inline-block;
  min-width: 80px;
  margin-top: 2px;
  margin-bottom: 2px;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 4px;
  background-color: #c7c7cb;
  color: #fff;
  font-size: 10px;
  text-align: center;
  line-height: 2;
}

@media (min-width: 34rem) {
  .u-chip {
    margin: 0 4px;
    font-size: 15px;
  }
}

.u-chip.is-active {
  background-color: #ef9493;
}

.u-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 75rem) {
  .u-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 1;
    flex: 1;
  }
}

.u-nav li {
  border-bottom: 1px solid #ef9493;
}

@media (min-width: 75rem) {
  .u-nav li {
    border-bottom: none;
  }
}

.u-nav .nav-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-right: 30px;
  padding-left: 30px;
  color: #fff !important;
  font-weight: bold;
  line-height: 50px;
}

@media (min-width: 75rem) {
  .u-nav .nav-link {
    padding-right: 12px;
    padding-left: 12px;
    font-size: 14px;
  }
}

@media (min-width: 75rem) {
  .u-nav .nav-link.is-active::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 5px;
    background-color: #fff;
  }
}

.u-nav .nav-icon {
  margin-right: 20px;
}

@media (min-width: 75rem) {
  .u-nav .nav-icon {
    margin-right: 6px;
  }
}

.u-utility {
  display: -ms-flexbox;
  display: flex;
  margin-right: 2px;
  padding-top: 15px;
  padding-bottom: 15px;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 75rem) {
  .u-utility {
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.u-utility .utility-item {
  padding-right: 8px;
  padding-left: 8px;
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
}

.u-utility .utility-item:not(:first-child) {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.utility_icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background-size: contain;
  padding-top: 5px;
}

.u-utility .utility-link {
  color: #9fbcff;
  text-decoration: underline;
}

.u-utility .utility-link:hover {
  text-decoration: none;
}

.u-radiobutton .radiobutton-label {
  background-color: #fff;
}

.u-radiobutton [type="radio"] {
  display: none;
}

.u-radiobutton [type="radio"]:checked + .radiobutton-label {
  background-color: #ef9493;
  color: #fff;
}

.u-radiobutton .radiobutton-label {
  display: block;
  min-width: 112px;
  height: 40px;
  padding: 0 5px;
  border: 1px solid #d7dae2;
  border-radius: 4px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
  font-size: 13px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}

.u-radiobar {
  display: inline-block;
  margin-top: 5px;
  margin-right: 18px;
  cursor: pointer;
}

.u-radiobar .radio-input {
  display: none;
}

.u-radiobar .radio-input:checked + .radiobar-label::before {
  background-image: url(../images/radio_on.svg);
}

.u-radiobar .radiobar-label {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 5px;
}

.u-radiobar .radiobar-label::before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  padding-right: 10px;
  background: url(../images/radio_off.svg) no-repeat left top/contain;
}

.u-checkbutton .checkbutton-label {
  background-color: #fff;
}

.u-checkbutton [type="checkbox"] {
  display: none;
}

.u-checkbutton [type="checkbox"]:checked + .checkbutton-label {
  background-color: #ef9493;
  color: #fff;
}

.u-checkbutton .checkbutton-label {
  display: block;
  min-width: 112px;
  height: 40px;
  padding: 0 5px;
  border: 1px solid #d7dae2;
  border-radius: 4px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
  font-size: 13px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}

.u-checkbar {
  display: table;
  margin-right: auto;
  margin-left: auto;
  margin-top: 26px;
}

.u-checkbar [type="checkbox"] {
  display: none;
}

.u-checkbar [type="checkbox"]:checked + .checkbar-label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 2px;
  margin-top: -5px;
  width: 8px;
  height: 13px;
  border: solid #ef9493;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg) translateY(-50%);
}

.u-checkbar [type="checkbox"] + .checkbar-label {
  display: inline-block;
  position: relative;
  padding-left: 34px;
}

.u-checkbar [type="checkbox"] + .checkbar-label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 22px;
  height: 22px;
  border: 2px solid #ef9493;
  border-radius: 6px;
  transform: translateY(-50%);
}

.u-field {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 740px;
  margin: 5px auto 18px;
}

@media (min-width: 34rem) {
  .u-field {
    margin: 5px auto;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.u-field.simple {
  margin-top: 24px;
  margin-bottom: 24px;
}

.u-field.simple .field-label {
  -ms-flex: inherit;
  flex: inherit;
  min-width: 100px;
  min-height: inherit;
  padding-right: 0;
  padding-left: 0;
  background-color: inherit;
  color: #808495;
  font-size: 13px;
}

.u-field .field-label {
  margin-bottom: 6px;
  font-size: 14px;
}

@media (min-width: 34rem) {
  .u-field .field-label {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
    min-height: 58px;
    margin-right: 20px;
    margin-bottom: 0;
    padding-right: 18px;
    padding-left: 18px;
    background-color: #eaeaf0;
  }
}

.u-field .field-label.has-required:not(.field-text)::after {
  content: "*";
  margin-left: 3px;
  color: #ef234a;
  font-size: 20px;
  font-family: helvetica;
}

.u-field .field-label.top {
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding-top: 4px;
}

.u-field .field-content {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2px;
}

@media (min-width: 48rem) {
  .u-field .field-content.row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.u-field .field-message {
  width: 100%;
  margin-top: 6px;
  color: #ef234a;
  font-size: 12px;
  font-weight: bold;
}

.u-field .field-message.is-black {
  color: #4d4f5c;
  font-weight: normal;
}

.u-modal {
  display: none;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  margin: auto;
  padding: 20px;
  background-color: rgba(208, 208, 208, 0.5);
}

.u-modal.is-show {
  display: -ms-flexbox;
  display: flex;
}

.u-modal .modal-window {
  position: relative;
  width: 100%;
  max-width: 714px;
  max-height: 100%;
  overflow-y: auto;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.u-modal .modal-header {
  padding-bottom: 18px;
  border-bottom: 1px solid #e8e9ec;
}

.u-modal .modal-body {
  padding-top: 30px;
  padding-bottom: 24px;
}

.u-modal .modal-footer {
  padding-top: 24px;
  border-top: 1px solid #e8e9ec;
  text-align: center;
}

.u-modal .modal-footer button {
  margin: 0 10px;
}

.u-modal .modal-ruby {
  margin-bottom: 8px;
  font-size: 15px;
  opacity: 0.6;
}

.u-modal .modal-name {
  font-size: 20px;
}

.u-modal .modal-button {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 1;
  width: 30px;
  height: 30px;
}

.u-modal .modal-button i {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.u-holder {
  margin-bottom: 20px;
  padding: 40px 10px 20px;
  background-color: #f4f4f7;
}

.u-holder .holder-label {
  font-size: 15px;
  text-align: center;
}

.u-holder .holder-message {
  margin-top: 30px;
  color: #ef234a;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

.u-holder .holder-body {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 34rem) {
  .u-holder .holder-body {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.u-holder .holder-footer {
  padding-top: 24px;
  border-top: 1px solid #e8e9ec;
  text-align: center;
}

.u-heading {
  overflow-x: auto;
  overflow-y: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #c7c7cb;
  -webkit-overflow-scrolling: touch;
}

@media (min-width: 34rem) {
  .u-heading {
    -ms-flex-align: center;
    align-items: center;
  }
}

.u-heading .heading-name {
  margin-right: 10px;
  white-space: nowrap;
}

.u-heading .heading-name.is-triangle:before {
  content: "▶";
}

.u-heading .heading-name.is-triangle-open:before {
  content: "▼";
}

.u-heading .heading-col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.u-heading .heading-tag {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 34rem) {
  .u-heading .heading-tag {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.u-heading .heading-period {
  font-size: 12px;
}

.u-history {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 25px;
}

@media (min-width: 62rem) {
  .u-history {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.u-history .history-label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 6px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 8px;
}

.u-history .history-label a {
  margin-left: 14px;
}

.u-history .history-content {
  -ms-flex: 1;
  flex: 1;
}

@media (min-width: 62rem) {
  .u-history .history-content {
    min-width: 800px;
  }
}

@media all and (-ms-high-contrast: none) {
  .u-history .history-content {
    min-width: 500px;
  }
}
.history-category {
  width: 65%;
}

.u-history .history-info {
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  position: relative;
  padding-right: 30px;
  width: 40%;
}

.u-history .history-info-group {
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 3px;
}

.u-history .history-info-group .history-info:not(:first-child) {
  margin-left: 14px;
}

.u-history .history-info-title::after {
  content: "：";
}

.u-history .history-info-data {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 1;
  flex: 1;
}

.u-history .history-info-data img {
  margin-right: 1px;
  margin-left: 1px;
}

.u-history .history-info-txt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 1;
  flex: 1;
}

.u-history .history-btn {
  position: absolute;
  right: 0;
  top: 0;
}

.u-flow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.u-flow .flow-item {
  margin-bottom: 16px;
  font-size: 14px;
  text-align: center;
}

@media (min-width: 48rem) {
  .u-flow .flow-item {
    min-width: 122px;
    margin-bottom: 6px;
    padding-right: 0;
    padding-left: 0;
    font-size: 14px;
  }
}

.u-flow .flow-item.status {
  margin-right: 2px;
  padding-right: 15px;
}

@media (min-width: 48rem) {
  .u-flow .flow-item.status {
    margin-right: 4px;
  }
}

.u-flow .flow-item.result {
  margin-left: 4px;
}

.u-flow .flow-item:nth-child(4) {
  margin-right: 0px;
}

@media (min-width: 48rem) {
  .u-flow .flow-item:nth-child(4) {
    margin-right: 8px;
  }
}

.u-flow .flow-block {
  position: relative;
  min-width: 94px;
  background-color: #f4f4f7;
  line-height: 40px;
}

.u-flow .flow-block.is-current {
  background-color: #ef9493;
  color: #fff;
}

.u-flow .flow-block.is-current::after {
  border-left-color: #ef9493;
}

.u-flow .flow-block.is-current i {
  display: inline-block;
}

.u-flow .flow-button {
  min-width: 90px;
  margin-top: 8px;
  border-radius: 4px;
  background-color: #ef9493;
  color: #fff;
  line-height: 27px;
}

.u-flow .flow-task[data-budge]::before {
  content: attr(data-budge);
  display: inline-block;
  position: absolute;
  top: -10px;
  right: -15px;
  z-index: 1;
  width: 20px;
  height: 20px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: #cc65ff;
  text-align: center;
  line-height: 18px;
}

.u-flow .flow-task::after {
  content: "";
  border-left: 15px solid #f4f4f7;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  right: 0;
  top: 0;
  margin-right: -15px;
}

.u-flow .flow-task i {
  display: none;
  vertical-align: middle;
  margin-right: 6px;
}

.u-applicant {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 26px;
}

@media (min-width: 62rem) {
  .u-applicant {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8px;
  }
}

.u-applicant .applicant-view {
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 4px;
}

@media (min-width: 62rem) {
  .u-applicant .applicant-view {
    margin-right: 20px;
  }
}

.u-proof {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 62rem) {
  .u-proof {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.u-proof .proof-img {
  margin-right: 20px;
}

.u-proof .proof-label {
  font-size: 14px;
  text-decoration: underline;
  padding: 15px;
}

.u-proof .proof-label:hover {
  text-decoration: none;
}

.u-navbar {
  position: relative;
  z-index: 4;
  padding-left: 24px;
  padding-right: 19px;
  background-color: #ef9493;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

@media (min-width: 75rem) {
  .u-navbar {
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-right: 24px;
  }
}

.u-navbar.is-fixed {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 5;
}

.navbar-inner-employer {
  max-width: 1250px !important;
}

.u-navbar .navbar-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1440px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
}

.u-navbar .navbar-logo {
  margin-right: 38px;
}

.u-navbar .navbar-button {
  position: absolute;
  right: 15px;
  bottom: 12px;
}

@media (min-width: 75rem) {
  .u-navbar .navbar-button {
    position: inherit;
    right: inherit;
    bottom: inherit;
  }
}

.u-navbar .navbar-toggle {
  display: inline-block;
}

@media (min-width: 75rem) {
  .u-navbar .navbar-toggle {
    display: none;
  }
}

.u-drawer {
  display: none;
  position: fixed;
  top: 50px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  margin: auto;
  background-color: #fff;
}

@media (min-width: 75rem) {
  .u-drawer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: inherit;
    width: 100%;
    padding-top: 0;
    background-color: inherit;
  }
}

.u-drawer.is-show {
  display: block;
}

.u-drawer .drawer-inner {
  position: relative;
  background-color: #43425d;
}

@media (min-width: 75rem) {
  .u-drawer .drawer-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    background-color: inherit;
  }
}

.u-specsheet {
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 34rem) {
  .u-specsheet {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (min-width: 48rem) {
  .u-specsheet.double .specsheet-item {
    width: 48.6486486486%;
  }
}

.u-specsheet.single .specsheet-item {
  width: 100%;
}

@media (min-width: 48rem) {
  .u-specsheet.single .specsheet-item {
    width: 100%;
  }
}

.u-specsheet .specsheet-item {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-top: -1px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-top: 1px solid #e3e3e3;
}

@media (min-width: 34rem) {
  .u-specsheet .specsheet-item {
    width: 48.6486486486%;
  }
}

@media (min-width: 48rem) {
  .u-specsheet .specsheet-item {
    width: 32.1428571429%;
  }
}

.u-specsheet .specsheet-label {
  padding-right: 10px;
  -ms-flex: 0.4;
  flex: 0.4;
  font-size: 13px;
  color: rgba(77, 79, 92, 0.6);
}

.u-specsheet .specsheet-data {
  -ms-flex: 1;
  flex: 1;
  font-size: 15px;
}

.u-specsheet hr {
  display: block;
  width: 100%;
  height: 1px;
  margin: 0 0 50px;
  padding: 0;
  border: 0;
  border-top: 1px solid #c7c7cb;
}

.u-combine {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 6px;
  margin-bottom: 6px;
}

.u-combine.large {
  width: 100%;
}

.u-combine.border {
  margin: 6px 6px 6px 0;
  padding: 5px 10px;
  background: #f7f7f7;
}

.u-combine.column {
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 48rem) {
  .u-combine {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.u-combine .combine-txt {
  color: #808495;
  font-size: 13px;
  white-space: nowrap;
}

.u-combine .combine-txt.before {
  padding-right: 11px;
}

.u-combine .combine-txt.after {
  padding-left: 11px;
}

.u-combine .combine-txt.fixed {
  width: 7em;
}

.u-raty {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.u-raty img {
  margin-right: 3px;
}

.u-sort {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

.u-sort.end {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.u-sort > * {
  margin-bottom: 10px;
  margin-right: 10px;
}

.u-telop {
  display: table;
  margin-top: 26px;
  margin-right: auto;
  margin-left: auto;
  font-size: 12px;
}

.u-telop.alert {
  color: #ef234a;
  font-weight: bold;
}

.u-category {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 10px;
}

@media (min-width: 62rem) {
  .u-category {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin-top: 0;
  }
}

.u-category li {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
}

.u-category li:not(:first-child) {
  margin-left: 30px;
}

.u-category a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  color: #4d4f5c;
}

.u-category i {
  margin-right: 8px;
}

.u-category i.icon-selection {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14.4 16"><g transform="translate(-315 250)"><path style="fill:#C7C7CB;" d="M15.8,2.6H12.456a2.39,2.39,0,0,0-4.512,0H4.6A1.6,1.6,0,0,0,3,4.2V15.4A1.6,1.6,0,0,0,4.6,17H15.8a1.6,1.6,0,0,0,1.6-1.6V4.2A1.6,1.6,0,0,0,15.8,2.6Zm-5.6,0a.8.8,0,1,1-.8.8A.8.8,0,0,1,10.2,2.6Zm0,3.2A2.4,2.4,0,1,1,7.8,8.2,2.4,2.4,0,0,1,10.2,5.8ZM15,15.4H5.4V14.28c0-1.6,3.2-2.48,4.8-2.48s4.8.88,4.8,2.48Z" transform="translate(312 -251)"/></g></svg>');
}

.u-category i.icon-offer {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16.001 16.001"><g transform="translate(-486 250)"><path style="fill:#C7C7CB;" d="M-6877-1838v-2h-2v-2h2v-2h2v2h2v2h-2v2Zm-12,0v-1a4.953,4.953,0,0,1,5-5h3v2h-3a3.173,3.173,0,0,0-3,2h6v2Zm3-11v-1a4.012,4.012,0,0,1,4-4,4.012,4.012,0,0,1,4,4v1a4.012,4.012,0,0,1-4,4A4.012,4.012,0,0,1-6886-1849Zm2-1v1a2.007,2.007,0,0,0,2,2,2.007,2.007,0,0,0,2-2v-1a2.006,2.006,0,0,0-2-2A2.006,2.006,0,0,0-6884-1850Z" transform="translate(7375.001 1604)"/></g></svg>');
}

.u-asymmetry {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 62rem) {
  .u-asymmetry {
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.u-asymmetry > div:first-child {
  -ms-flex: 1;
  flex: 1;
}

.u-asymmetry > div:last-child {
  margin-top: 14px;
}

.u-board {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 680px;
  min-height: 220px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 36px;
  padding-bottom: 36px;
  background-color: #f4f4f7;
}

.u-board .board-txt {
  color: #43425d;
  font-size: 24px;
  opacity: 0.6;
}

.u-board .icon-offer {
  width: 30px;
  height: 30px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16.001 16.001"><g transform="translate(-486 250)"><path style="fill:#C7C7CB;" d="M-6877-1838v-2h-2v-2h2v-2h2v2h2v2h-2v2Zm-12,0v-1a4.953,4.953,0,0,1,5-5h3v2h-3a3.173,3.173,0,0,0-3,2h6v2Zm3-11v-1a4.012,4.012,0,0,1,4-4,4.012,4.012,0,0,1,4,4v1a4.012,4.012,0,0,1-4,4A4.012,4.012,0,0,1-6886-1849Zm2-1v1a2.007,2.007,0,0,0,2,2,2.007,2.007,0,0,0,2-2v-1a2.006,2.006,0,0,0-2-2A2.006,2.006,0,0,0-6884-1850Z" transform="translate(7375.001 1604)"/></g></svg>');
}

.u-entry h1 {
  margin-top: 26px;
  margin-bottom: 16px;
  padding-bottom: 6px;
  border-bottom: 1px solid #c7c7cb;
  font-size: 30px;
  font-weight: bold;
}

.u-entry h2 {
  position: relative;
  margin-top: 26px;
  margin-bottom: 16px;
  padding-left: 14px;
  padding-bottom: 6px;
  border-bottom: 1px solid #c7c7cb;
  font-size: 22px;
  font-weight: bold;
}

.u-entry h2::before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  bottom: 8px;
  width: 7px;
  background-color: #ef9493;
}

.u-entry h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}

.u-entry h4 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 17px;
}

.u-entry p {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 14px;
}

.u-entry pre {
  display: inline-block;
  padding: 14px;
  background-color: rgba(106, 102, 190, 0.2);
}

.u-entry code {
  font-size: 14px;
}

.u-entry a {
  text-decoration: underline;
}

.u-entry a:hover {
  text-decoration: none;
}

.u-entry ul {
  padding-left: 30px;
  list-style-type: disc;
  font-size: 14px;
}

.u-entry ol {
  padding-left: 30px;
  list-style-type: decimal;
  font-size: 14px;
}

.u-entry hr {
  display: block;
  width: 100%;
  height: 1px;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #c7c7cb;
}

.u-entry small {
  font-size: 10px;
}

.u-entry .num {
  padding: 0;
  list-style: none;
  counter-reset: number 0;
}

.u-entry .num li {
  margin-bottom: 3px;
  font-size: 14px;
}

.u-entry .num li::before {
  counter-increment: number 1;
  content: "( " counter(number) " ) ";
  margin-right: 14px;
}

.u-entry .img {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 12px;
  margin-bottom: 12px;
}

.u-entry .img.double img {
  width: 48.75%;
}

.u-entry .guide {
  margin-top: 26px;
  margin-bottom: 26px;
  padding: 12px 16px;
  border: 1px solid #c7c7cb;
  background-color: #f4f4f7;
  counter-reset: number 0;
  list-style: none;
}

.u-entry .guide::before {
  content: "目次";
  display: block;
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: bold;
}

.u-entry .guide li {
  margin-bottom: 3px;
  font-size: 14px;
}

.u-entry .guide li::before {
  counter-increment: number 1;
  content: counter(number) " ";
  margin-right: 14px;
}

.u-entry .accordion {
  margin-top: 26px;
  margin-bottom: 26px;
  border-top: 1px solid #c7c7cb;
}

.u-entry .accordion dt {
  position: relative;
  padding: 14px 44px;
  border: solid #c7c7cb;
  border-width: 0 1px 1px 1px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}

.u-entry .accordion dt::before {
  content: "Q.";
  position: absolute;
  left: 20px;
}

.u-entry .accordion dd {
  display: none;
  position: relative;
  padding: 14px 18px 14px 44px;
  border: solid #c7c7cb;
  border-width: 0 1px 1px 1px;
  background-color: rgba(227, 227, 227, 0.15);
  font-size: 14px;
}

.u-entry .accordion dd::before {
  content: "A.";
  position: absolute;
  left: 20px;
}

.u-trigger {
  display: table;
  margin: 30px auto;
}

.u-chart {
  position: relative;
  /*
  .chart-name {
    overflow: hidden;
    width: 140px;
    a{
      display: block;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
  }
*/
}

.u-chart .chart-guide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 10px;
  position: absolute;
  right: 0;
  top: -50px;
}

.u-chart .chart-guide li {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
}

.u-chart .chart-guide li:not(:first-child) {
  margin-left: 10px;
}

@media (min-width: 34rem) {
  .u-chart .chart-guide li:not(:first-child) {
    margin-left: 24px;
  }
}

.u-chart .chart-guide li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin-right: 4px;
  border-radius: 4px;
  line-height: 8px;
}

@media (min-width: 34rem) {
  .u-chart .chart-guide li::before {
    width: 18px;
    margin-right: 10px;
  }
}

.u-chart .chart-guide li.is-evaluated::before {
  background-color: #e7d0ff;
}

.u-chart .chart-guide li.is-unrated::before {
  background-color: #cd9dff;
}

.u-chart .chart-guide li.is-contracted::before {
  background-color: #cde8ca;
}

.u-chart .chart-guide li.is-selection::before {
  background-color: #fdd7c3;
}

.u-chart .chart-window {
  overflow: auto;
  max-height: calc(100vh - 250px);
  border: 2px solid #c7c7cb;
  padding-bottom: 15px;
}

.u-chart .chart-table {
  width: 1160px;
  /* width: 1500px; */
}

.u-chart .chart-time {
  top: 0;
  z-index: 2;
  padding-top: 12px;
  padding-bottom: 12px;
  background: white;
  border-bottom: solid #c7c7cb 2px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  border: solid #c7c7cb;
  border-width: 0px 0px 0px 0px;
}

.u-chart .chart-time:before {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background: #c7c7cb;
}

.u-chart .chart-overlap {
  top: 0;
  left: 0;
  vertical-align: middle;
  z-index: 3;
  width: 200px;
  height: 40px;
  background: white;
  border: solid #c7c7cb;
  border-width: 0px 0px 0px 0px;
}

.u-chart .chart-overlap:before {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background: #c7c7cb;
}
/*
.u-chart .chart-th {
  left: 0;
  vertical-align: middle;
  z-index: 2;
  width: 200px;
  height: 60px;
  padding: 8px 50px 8px 16px;
  background: white;
  border: solid #C7C7CB;
  border-width: 0 0 2px 0;
  text-align: left;
}
*/
/* 20190328変更 */
.u-chart .chart-th {
  left: 0px;
  vertical-align: middle;
  z-index: 2;
  width: 200px;
  height: 60px;
  padding: 8px 8px 8px 16px;
  background: white;
  border: solid #c7c7cb;
  border-width: 0 0 2px 0;
  text-align: left;
}

.u-chart .chart-th:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 2px;
  background: #c7c7cb;
}

.u-chart .chart-td {
  vertical-align: middle;
  min-width: 1.3px;
  max-width: 1.3px;
  height: 60px;
  border: solid #c7c7cb;
  border-width: 0 0 2px 0;
}

.u-chart .chart-td:first-child {
  padding-left: 200px;
}

.u-chart .chart-td.wall {
  border-left: 2px solid rgba(199, 199, 203, 0.3);
}

.u-chart .chart-td.r-wall {
  border-right: 2px solid rgba(199, 199, 203, 0.3);
}

.u-chart .chart-td.is-evaluated {
  background-color: #e7d0ff;
}

.u-chart .chart-td.is-unrated {
  background-color: #cd9dff;
}

.u-chart .chart-td.is-contracted {
  background-color: #cde8ca;
}

.u-chart .chart-td.is-selection {
  background-color: #fdd7c3;
}

.u-chart .chart-data {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 14px;
  padding-left: 14px;
}

.u-chart .chart-tag {
  opacity: 0.5;
  font-size: 11px;
}

/* 20190328変更　*/
.u-chart .chart-button {
  float: right;
}
/* 20190425変更 */
.chart-data {
  position: relative;
  height: 100%;
}
.u-duration {
  position: absolute;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.u-duration li {
  padding-left: 0;
  line-height: 1.2;
}
.u-raty-calendar {
  position: absolute;
  bottom: 5px;
  right: 5px;
  text-align: right;
  line-height: 1;
  padding-left: 14px;
}

.u {
  width: 100%;
  max-width: 415px;
  margin-right: auto;
  margin-left: auto;
  border: 1px #745399 solid;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 9px 9px 0 0;
}

.u th {
  padding: 5px;
  border: #745399 solid;
  border-width: 0 0 1px 0;
  background-color: #fcfaf2;
  color: #745399;
  font-size: 10px;
  font-weight: bold;
  line-height: 120%;
  text-align: center;
}

.u td {
  border: 1px #745399 solid;
  border-width: 0 0 1px 0;
  background-color: #fcfaf2;
  color: #ddd;
  text-align: center;
}

.u-duration li {
  position: relative;
  padding-left: 14px;
  font-size: 13px;
  white-space: nowrap;
}

.u-duration li:not(:first-child) {
  margin-top: 2px;
}

.u-duration li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-image: url(../images/icon_clock.png);
}

.u-duration li:last-child:not(:first-child):before {
  background-image: url(../images/icon_clock_fill.png);
}

.u-equality {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 17px;
}

.u-equality .equality-wide {
  -ms-flex: 1;
  flex: 1;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 380px;
}

.u-equality .equality-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  width: 100%;
  margin-top: 25px;
}

.u-equality .equality-message {
  margin-right: 24px;
  color: #ef234a;
  font-size: 12px;
  font-weight: bold;
}

.u-panel {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 48rem) {
  .u-panel {
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.u-panel > * {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

@media (min-width: 48rem) {
  .u-panel > * {
    width: 48.3660130719%;
  }
}

@media (min-width: 48rem) {
  .u-panel > .full {
    width: 100%;
    max-width: none;
  }
}

.u-chat {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100vw;
  background-color: #e4e4e4;
}

@media (min-width: 62rem) {
  .u-chat {
    width: 420px;
    position: absolute;
    display: block;
  }
}

.u-chat.is-show {
  display: block;
}

@media (min-width: 62rem) {
  .u-chat .u-navbar {
    display: none;
  }
}

.u-chat .chat-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
}

.u-chat .chat-label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  padding-right: 12px;
  padding-left: 12px;
  background-color: #c2c2c2;
  color: #fff;
  font-size: 15px;
  line-height: 40px;
}

.u-chat .chat-body {
  position: relative;
  z-index: 1;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: calc(100vh - (40px + 120px + 50px));
  padding-top: 18px;
  background-color: #e4e4e4;
}

@media (max-width: 420px) {
  .u-chat .chat-body {
    width: 100%;
    height: calc(100vh - (40px + 120px + 160px));
  }
}

@media (min-width: 62rem) {
  .u-chat .chat-body {
    height: calc(100vh - (40px + 120px + 109px));
  }
}

.u-chat .chat-field {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  background-color: #fff;
  max-height: 120px;
  height: 120px;
  padding-right: 15px;
  padding-left: 15px;
}

.u-chat .chat-field textarea {
  display: inline-block;
  width: 100%;
  height: 92px;
  padding: 7px 12px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.u-chat .chat-field-col {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 40px;
  margin-left: 8px;
}

.u-chat .chat-field-col > button {
  width: 40px;
  height: 40px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.u-chat .chat-close {
  position: relative;
  width: 28px;
  height: 28px;
}

@media (min-width: 62rem) {
  .u-chat .chat-close {
    display: none;
  }
}

.u-chat .chat-close > i {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.u-chat .chat-file {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin-bottom: 20px;
  text-align: center;
  cursor: pointer;
}

.u-chat .chat-file .file-name {
  margin-top: 3px;
}

.u-chat .chat-file .file-name a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
}

.u-chat .chat-file .file-name i {
  margin-right: 4px;
}

.u-chat .chat-item {
  -ms-flex-item-align: end;
  align-self: flex-end;
  position: relative;
  max-width: 250px;
  width: 100%;
  margin-right: 55px;
  margin-bottom: 5px;
  padding: 12px;
  background-color: #ef9493;
  color: #fff;
  font-size: 15px;
  line-height: 1.6;
  border-radius: 10px;
}

@media (min-width: 34rem) {
  .u-chat .chat-item {
    max-width: 260px;
  }
}

.u-chat .chat-item::before {
  content: "";
  position: absolute;
  height: 0;
  top: 24px;
  right: -16px;
  margin-top: -8px;
  border: 8px solid transparent;
  border-left: 8px solid #ef9493;
}

.u-chat .chat-item.file {
  background-color: inherit;
}

.u-chat .chat-item.file::before {
  content: none;
}

.u-chat .chat-item.partner {
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-left: 55px;
  background-color: #f7f7f7;
  color: #4d4f5c;
}

.u-chat .chat-item.partner::before {
  content: "";
  position: absolute;
  top: 24px;
  right: inherit;
  left: -16px;
  margin-top: -8px;
  border: 8px solid transparent;
  border-right: 8px solid #f7f7f7;
}

.u-chat .chat-icon {
  border-radius: 20px;
  -ms-flex-item-align: end;
  align-self: flex-end;
  position: relative;
  margin-right: 5px;
  margin-bottom: -40px;
}

.u-chat .chat-icon.partner {
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-left: 5px;
}

.u-chat .chat-date {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background: rgba(184, 175, 212, 0.5);
  border-radius: 10px;
  color: white;
  font-size: 12px;
  height: 20px;
  width: 80px;
  text-align: center;
  margin-bottom: 20px;
}

.u-chat .chat-time {
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-size: 10px;
  color: #909090;
  margin-right: 55px;
  margin-bottom: 20px;
}

.u-chat .chat-time.partner {
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-left: 55px;
}

.u-picker {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.u-picker .picker-year {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.u-picker .picker-year-txt {
  font-size: 12px;
}

.u-picker .picker-year-txt span {
  margin-right: 2px;
  font-size: 16px;
}

.u-picker .picker-year-prev,
.u-picker .picker-year-next {
  position: relative;
  width: 30px;
  height: 30px;
}

.u-picker .picker-year-prev > i,
.u-picker .picker-year-next > i {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.u-picker .picker-month {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.u-picker .picker-month a {
  overflow: hidden;
  display: block;
  width: 32px;
  height: 32px;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 50%;
  color: #4d4f5c;
  font-size: 12px;
  text-align: center;
  line-height: 32px;
}

.u-picker .picker-month a.is-active {
  background-color: #ef9493;
  color: #fff;
}

.u-picker .picker-month span {
  margin-right: 1px;
  font-size: 16px;
}

.u-video {
  color: white;
}

.u-video .video-area {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 100vh;
  background: black;
}

.u-video .message-area {
  padding: 10px;
  font-size: 14px;
}

.u-video .video-container {
  position: relative;
}

.u-video .video-container .their-videos {
  max-height: calc(100vh - 57px);
}

.u-video .video-container .comment-area {
  position: absolute;
  top: 50%;
  width: 100%;
  font-size: 18px;
  opacity: 0.6;
  text-align: center;
}

.u-video .video-container .comment-area.hide {
  display: none;
}

.u-video .video-container .video-time {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 13px;
}

.u-video .video-container .my-video {
  position: absolute;
  right: 20px;
  bottom: calc(100vh - 600px);
  width: 200px;
  border: solid 2px white;
}

.u-video .video-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: 50px;
  background-color: #ef9493;
  padding: 10px;
}

.u-video .video-footer a {
  margin: 5px;
}

.u-video .video-footer .edit {
  margin-left: auto;
}

.u-fileup > input {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: none;
}

.table th,
.table td {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.table {
  width: 100%;
  max-width: 100%;
  background-color: transparent;
}

.table th,
.table td {
  vertical-align: middle;
  max-width: 150px;
  text-align: center;
  white-space: nowrap;
  border-bottom: 1px solid #dee2e6;
}

.table th {
  padding: 7px 0.75rem;
  color: #808495;
  font-size: 11px;
  font-weight: normal;
}

.table td {
  position: relative;
  padding: 0.75rem;
  font-size: 14px;
}

.table td {
  margin-left: 3px;
}

.table thead th {
  vertical-align: bottom;
  background-color: #f4f4f7;
}

.table thead tr:not(:first-child) th {
  background-color: #e1e1e8;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table [colspan] {
  text-align: center;
}

.table [rowspan] {
  vertical-align: middle;
}

.table .int {
  text-align: right;
}

.table .multiple {
  max-width: 184px;
  text-align: left;
  white-space: normal;
}

.table .table {
  background-color: #fff;
}

.table .status-link {
  margin-right: 5px;
  text-decoration: underline;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-hover .table-light:hover {
  background-color: #ececf5;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf5;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
  border: 0;
}

/* add or overwride by 4qualia: BEGIN */
.u-field .field-label.has-required:not(.field-text)::after {
  content: url(/images/required.png);
  position: relative;
  top: 4px;
}

.u-field .field-label:not(.has-required):not(.field-text)::after {
  content: url(/images/option.png);
  margin-left: 3px;
  position: relative;
  top: 4px;
}

.u-field .field-label[for="login_id"]::after,
.u-field .field-label[for="password"]::after {
  content: "";
}

/* css checkbox01 */
.checkbox01-input {
  display: none;
}
.checkbox01-parts {
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
}
.checkbox01-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 4px;
}
.checkbox01-input:checked + .checkbox01-parts {
  color: #009a9a;
}
.checkbox01-input:checked + .checkbox01-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #009a9a;
  border-right: 3px solid #009a9a;
}

/* 2019/03/15 以下追加　*/
ul#menu {
  min-width: 200px;
  max-width: 270px;
}

.dropdown-menu__item {
  font-weight: 400;
  padding: 4px 15px;
  font-size: 14px;
}

.dropdown-menu {
  position: absolute;
  z-index: 800;
  top: 2em;
  left: 0;
  visibility: hidden;
  margin: 0;
  padding: 4px;
  list-style-type: none;
  transition-timing-function: ease-in-out;
  transition-duration: 0.075s;
  transition-property: transform, visibility, opacity;
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  text-align: left;
  opacity: 0;
  border: solid 1px rgb(189, 189, 189);
  border-radius: 2px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.35);
}

.dropdown-menu.-under-icon {
  top: 52px;
}

.dropdown-menu.-right {
  right: 11%;
  left: auto;
}

.dropdown-menu.is_opened {
  visibility: visible !important;
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

/* 2019/03/20 以下追加　*/
nav.unread-nav {
  width: 322px;
  position: absolute !important;
  top: 53px !important;
  margin: 0;
  padding: 0;
  list-style-type: none;
  transition-timing-function: ease-in-out;
  transition-duration: 0.075s;
  /* transition-property: transform,visibility,opacity; */
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  text-align: left;
  border: solid 1px rgb(189, 189, 189);
  border-radius: 2px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.35);
  right: 0px;
  height: auto;
}

ul.unread-list {
  table-layout: fixed;
  list-style: none;
  margin: auto;
  padding-top: 40px;
  display: inline-grid;
  z-index: 12000 !important;
  color: rgb(105, 151, 255) !important;
}

.unread-list li {
  display: table-cell;
  color: rgb(105, 151, 255);
  font-size: 16px;
  padding: 5px;
  border: 1px solid rgb(199, 199, 203);
  height: 90px;
}

.unread-list span {
  display: block;
}

.job_date,
.staff_name,
.msg {
}

.receive_time,
.status {
  float: right;
}

.unread-nav .modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 1;
  width: 30px;
  height: 30px;
  overflow: hidden;
  padding: 0;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.unread-nav i.icon-chancel {
  position: absolute;
  top: -9px;
  right: 0;
  bottom: 0;
  left: 6px;
  margin: auto;
}

div#job_80_2_set {
  width: 148px;
  float: left;
  margin-right: 5px;
}

div#job_80_2_set2 {
  width: 300px;
}

#job_80_2_set2 .field-content {
  margin-right: 5px;
}

/* 20190328変更 */
.chart-name {
  width: 200px;
  float: left;
}
/* add or overwride by 4qualia: END */

/* test */
.has-error {
  border-color: #ff3636;
  -webkit-box-shadow: 0 0 2px 0 #ff3636;
  box-shadow: 0 0 2px 0 #ff3636;
}

.breadcrumb {
  font-size: 16px;
}

.pointer {
  cursor: pointer;
}

/*:invalid {*/
/*  border-color: #FF3636;*/
/*  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);*/
/*  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);*/
/*}*/

div#loading {
  position: relative;
}

div#loading::after {
  content: "";
  width: 100px;
  height: 100px;
  border-radius: 150px;
  border: 15px solid #fff;
  border-top-color: rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  position: absolute;
  top: calc(50vh - 50px);
  left: calc(50vw - 50px);
  animation: circle 1s linear infinite;
  -webkit-animation: circle 1s linear infinite;
}

@keyframes circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes circle {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

.field-content {
  position: relative;
}

.field-content .file {
  height: 400px;
}

.field-content img {
  height: 320px;
  max-width: 480px;
  position: absolute;
  top: calc(50% - calc(320px / 2));
  /* left: 10%; */
}

#job_image {
  height: 320px;
  width: 320px;
  position: absolute;
  top: calc(50% - calc(320px / 2));
  left: calc(50% - calc(320px / 2));
}

.password-eyes {
  height: 20px;
  width: 20px;
  position: absolute;
  top: 10%;
  right: 10%;
}

.notice-button {
  position: relative;
}

.notice {
  display: flex;
  background-color: #ef9493;
  border: none;
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

.notice:hover {
  cursor: pointer;
}

.notice-icon {
  width: 30px;
  height: 30px;
  z-index: 1;
}

.notice_numbers {
  position: absolute;
  top: -5px;
  right: 0px;
  background-color: #ff0000;
  color: #ffffff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  z-index: 10;
}

.notices {
  width: 230px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #ef9493;
  padding: 10px 10px;
  display: none;
}

.notices.is_opened {
  display: block;
  z-index: 1000;
  position: absolute;
  top: 150%;
  left: 50%;
  transform: translateX(-50%);
}

.notices_button {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  background-color: #ef9493;
  border: 1px solid #ef9493;
  border-radius: 5px;
  padding: 7px 7px;
}

.notices_list {
  display: flex;
  flex-direction: column;
}

.notices_list_title {
  font-size: 16px;
  color: #676767;
  font-weight: 700;
  margin-bottom: 12px;
  margin-top: 12px;
}

.notice_list_item {
  display: flex;
  flex-direction: column;
}

.list_item-link {
  text-decoration: underline;
  text-decoration-color: #ef9493;
  margin-bottom: 10px;
}

.num-box.active {
  background-color: #ef9493 !important;
  border-color: #ef9493 !important;
  color: #fff !important;
}

.u-modal .modal-footer button,
.u-modal .modal-footer button[class*="button"],
.u-modal button[class*="button"],
.u-modal button {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.modal-confirm-background .buttons-confirm-cancel,
.modal-confirm-background .buttons-confirm-decide {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}