@charset "UTF-8";
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, dialog, figure, footer, header, nav, section, time, mark, audio, video {
  font-size: 1em;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  color: #242529;
}

body, table, input, textarea, select, option, h1, h2, h3, h4, h5, h6 {
  font-family: 'Noto Sans JP', "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

table, input, textarea, select, option {
  line-height: 1.1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

form label {
  cursor: pointer;
}

/* ------------------------------
		clearfix
	------------------------------ */
/* ------------------------------
		フォント
	------------------------------ */
/* ------------------------------
		ブレークポイント
	------------------------------ */
#__bs_notify__ {
  opacity: 0.3 !important;
  padding: 0 5px 0 5px !important;
  border-radius: 0 !important;
  font-size: 5px !important;
  line-height: 100% !important;
}

.c-dev-title1 {
  margin: 60px 0 20px 0;
  padding: 6px 0 6px 15px;
  background: #242529;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
}

.c-dev-title2 {
  margin: 50px 0 10px 0;
  padding: 6px 0 6px 30px;
  background: #999;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1;
}

.c-dev-message1 {
  opacity: 0.6;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #c7362a;
  padding: 3px 6px;
  color: #fff;
  font-size: 8px;
  line-height: 1;
}

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

a {
  color: #27606c;
  text-decoration: underline;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

a:hover {
  opacity: 1;
  color: #42a2b7;
  text-decoration: none;
}

a:active {
  color: #42a2b7;
}

@media (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
  img {
    max-width: 100%;
    height: auto;
  }
}

/*------------------------------------------------------------
header
------------------------------------------------------------*/
.c-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 88px;
  padding-left: 16px;
  background: #42a2b7;
}

@media screen and (max-width: 1280px) {
  .c-header {
    height: 72px;
  }
}

@media screen and (max-width: 960px) {
  .c-header {
    height: 64px;
    padding-left: 12px;
  }
}

@media screen and (max-width: 768px) {
  .c-header {
    height: 48px;
    padding-left: 8px;
  }
}

.c-header.is-none {
  display: none;
}

.c-header .c-header-logo img {
  max-width: 64px;
}

@media screen and (max-width: 1280px) {
  .c-header .c-header-logo img {
    max-width: 56px;
  }
}

@media screen and (max-width: 960px) {
  .c-header .c-header-logo img {
    max-width: 48px;
  }
}

@media screen and (max-width: 768px) {
  .c-header .c-header-logo img {
    max-width: 40px;
  }
}

.c-header .c-header-menu-btn {
  display: none;
  width: 60px;
  height: 100%;
  border-left: solid 1px #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

@media screen and (max-width: 960px) {
  .c-header .c-header-menu-btn {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .c-header .c-header-menu-btn {
    width: 48px;
  }
}

.c-header .c-header-menu-btn span {
  display: block;
  position: relative;
  top: 50%;
  width: 24px;
  height: 2px;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-header .c-header-menu-btn span::before, .c-header .c-header-menu-btn span::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c-header .c-header-menu-btn span::before {
  top: -4px;
}

.c-header .c-header-menu-btn span::after {
  top: 4px;
}

.c-header .c-header-menu-btn.opened span::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.c-header .c-header-menu-btn.opened span::after {
  top: 0;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.c-header .c-header-nav {
  position: relative;
  width: 240px;
  height: 100%;
  border-left: solid 1px #fff;
}

@media screen and (max-width: 1280px) {
  .c-header .c-header-nav {
    width: 200px;
  }
}

@media screen and (max-width: 960px) {
  .c-header .c-header-nav {
    width: 160px;
    margin: 0 0 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .c-header .c-header-nav {
    width: 120px;
  }
}

.c-header .c-header-nav:hover .c-header-nav__cont {
  opacity: 1;
  visibility: visible;
  display: block;
  height: auto;
}

.c-header .c-header-nav__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 1.6rem;
  cursor: pointer;
}

@media screen and (max-width: 1280px) {
  .c-header .c-header-nav__name {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .c-header .c-header-nav__name {
    font-size: 1.2rem;
  }
}

.c-header .c-header-nav__name span {
  position: relative;
  padding-right: 16px;
}

.c-header .c-header-nav__name span:after {
  content: '';
  position: absolute;
  top: calc(50% + 1px);
  right: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #fff transparent transparent transparent;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 1280px) {
  .c-header .c-header-nav__name span:after {
    border-width: 4px 3px 0 3px;
  }
}

.c-header .c-header-nav__cont {
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 999;
  width: 100%;
  height: 0;
  background: #fff;
  border: solid 1px #c5c5c5;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

.c-header .c-header-nav__cont li {
  height: 64px;
  border-bottom: solid 1px #c5c5c5;
}

@media screen and (max-width: 1280px) {
  .c-header .c-header-nav__cont li {
    height: 56px;
  }
}

@media screen and (max-width: 960px) {
  .c-header .c-header-nav__cont li {
    height: 48px;
  }
}

@media screen and (max-width: 768px) {
  .c-header .c-header-nav__cont li {
    height: 40px;
  }
}

.c-header .c-header-nav__cont li:last-child {
  border-bottom: 0;
}

.c-header .c-header-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #f3f3f3;
  color: #242529;
  font-size: 1.6rem;
  text-decoration: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

@media screen and (max-width: 1280px) {
  .c-header .c-header-nav__link {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .c-header .c-header-nav__link {
    font-size: 1.2rem;
  }
}

.c-header .c-header-nav__link:hover {
  background: rgba(66, 162, 183, 0.9);
  color: #fff;
}

/*------------------------------------------------------------
  layout
------------------------------------------------------------*/
.l-wrap {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-inner {
  width: 100%;
  padding: 32px;
}

@media screen and (max-width: 1280px) {
  .l-inner {
    padding: 20px;
  }
}

@media screen and (max-width: 960px) {
  .l-inner {
    padding: 16px;
  }
}

@media screen and (max-width: 768px) {
  .l-inner {
    padding: 8px;
  }
}

.l-cont {
  width: 100%;
  padding: 130px 32px 32px 240px;
}

@media screen and (max-width: 1280px) {
  .l-cont {
    padding: 104px 20px 20px 164px;
  }
}

@media screen and (max-width: 960px) {
  .l-cont {
    padding: 72px 16px 16px;
  }
}

@media screen and (max-width: 768px) {
  .l-cont {
    padding: 72px 8px 8px;
  }
}

@media screen and (max-width: 480px) {
  .l-cont {
    padding: 56px 8px 8px;
  }
}

/*------------------------------------------------------------
  side
------------------------------------------------------------*/
.c-sider {
  position: fixed;
  top: 88px;
  z-index: 999;
  width: 208px;
  height: calc(100% - 88px);
  background: #f3f3f3;
}

@media screen and (max-width: 1280px) {
  .c-sider {
    top: 72px;
    width: 144px;
    height: calc(100% - 72px);
  }
}

@media screen and (max-width: 960px) {
  .c-sider {
    top: 64px;
    left: -100%;
    height: calc(100% - 64px);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

@media screen and (max-width: 768px) {
  .c-sider {
    top: 48px;
    width: 132px;
    height: calc(100% - 48px);
  }
}

.c-sider > li {
  position: relative;
  border-bottom: solid 1px #c5c5c5;
}

.c-sider > li:hover .c-sider__cont {
  opacity: 1;
  visibility: visible;
  width: auto;
}

.c-sider__link-parents {
  display: block;
  position: relative;
  padding: 24px 16px 24px 48px;
  font-size: 1.6rem;
  color: #242529;
  text-decoration: none;
  cursor: pointer;
}

@media screen and (max-width: 1280px) {
  .c-sider__link-parents {
    padding: 20px 12px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 960px) {
  .c-sider__link-parents {
    padding: 16px 10px;
  }
}

@media screen and (max-width: 768px) {
  .c-sider__link-parents {
    padding: 12px 8px;
    font-size: 1.2rem;
  }
}

.c-sider__link-parents::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 16px;
  width: 24px;
  height: 24px;
  background: url("/img/common/icon_clock.svg") center/cover no-repeat;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 1280px) {
  .c-sider__link-parents::before {
    display: none;
  }
}

.c-sider__link-parents::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 16px;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #c5c5c5;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 1280px) {
  .c-sider__link-parents::after {
    right: 12px;
    border-width: 3px 0 3px 4px;
  }
}

.c-sider__link-parents.clock::after {
  content: none;
}

.c-sider__link-parents.document::before {
  background-image: url("/img/common/icon_document.svg");
}

.c-sider__link-parents.contact::before {
  background-image: url("/img/common/icon_contact.svg");
}

.c-sider__link-parents.user::before {
  background-image: url("/img/common/icon_user.svg");
}

.c-sider__link-parents.apikey::before {
  background-image: url("/img/common/icon_key.svg");
}

.c-sider__link-parents.active {
  background: #faa640;
  color: #fff;
}

.c-sider__link-parents.active.clock::before {
  background-image: url("/img/common/icon_clock_white.svg");
}

.c-sider__link-parents.active.document::before {
  background-image: url("/img/common/icon_document_white.svg");
}

.c-sider__link-parents.active.contact::before {
  background-image: url("/img/common/icon_contact_white.svg");
}

.c-sider__link-parents.active.user::before {
  background-image: url("/img/common/icon_user_white.svg");
}

.c-sider__link-parents.active.apikey::before {
  background-image: url("/img/common/icon_key_white.svg");
}

.c-sider__link-parents.active:after {
  border-color: transparent transparent transparent #fff;
}

.c-sider__link-sub {
  display: block;
  padding: 24px 16px;
  color: #242529;
  font-size: 1.6rem;
  text-decoration: none;
}

@media screen and (max-width: 1280px) {
  .c-sider__link-sub {
    padding: 20px 12px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 960px) {
  .c-sider__link-sub {
    padding: 16px 10px;
  }
}

@media screen and (max-width: 768px) {
  .c-sider__link-sub {
    padding: 12px 8px;
    font-size: 1.2rem;
  }
}

.c-sider__cont {
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: -1px;
  left: 100%;
  z-index: 99;
  width: 0;
  background: #f3f3f3;
  border: solid 1px #c5c5c5;
  border-bottom: none;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

.c-sider__cont li {
  width: 216px;
  border-bottom: solid 1px #c5c5c5;
}

@media screen and (max-width: 1280px) {
  .c-sider__cont li {
    width: 164px;
  }
}

.c-sider__cont.is-active {
  opacity: 1;
  width: 100%;
}

.drawer .drawer-switch {
  display: none;
}

@media screen and (max-width: 960px) {
  .drawer .drawer-switch:checked ~ .c-sider {
    left: 0;
  }
}

/*------------------------------------------------------------
  form
------------------------------------------------------------*/
.c-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 640px;
  height: 48px;
  border-radius: 4px;
}

@media screen and (max-width: 960px) {
  .c-search {
    height: 44px;
  }
}

@media screen and (max-width: 768px) {
  .c-search {
    height: 40px;
  }
}

.c-search input[type="text"] {
  width: calc(100% - 40px);
  padding: 0 16px;
  border: solid 1px #c5c5c5;
  border-right: none;
  border-radius: 4px 0 0 4px;
  color: #242529;
  font-size: 1.6rem;
  line-height: 1.6;
}

@media screen and (max-width: 960px) {
  .c-search input[type="text"] {
    padding: 0 12px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .c-search input[type="text"] {
    padding: 0 8px;
    font-size: 1.2rem;
  }
}

.c-search input[type="submit"] {
  width: 40px;
  height: 100%;
  background: url("/img/common/icon_search.svg") center/no-repeat #42a2b7;
  background-size: 14px;
  border: 0;
  border-radius: 0 4px 4px 0;
  color: #fff;
  cursor: pointer;
}

.c-search ::-webkit-input-placeholder {
  color: #c5c5c5;
}

.c-search ::-moz-placeholder {
  color: #c5c5c5;
}

.c-search :-ms-input-placeholder {
  color: #c5c5c5;
}

.c-search ::-ms-input-placeholder {
  color: #c5c5c5;
}

.c-search ::placeholder {
  color: #c5c5c5;
}

.c-checkboxList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px 24px;
}

@media screen and (max-width: 960px) {
  .c-checkboxList {
    gap: 12px 20px;
  }
}

@media screen and (max-width: 768px) {
  .c-checkboxList {
    gap: 8px 16px;
  }
}

.c-checkboxList:not(:last-child) {
  margin-bottom: 8px;
}

.c-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.c-checkbox input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  height: 24px;
  width: 24px;
  margin: 0;
  background: #fff;
  cursor: pointer;
  border-radius: 4px;
  border: solid 1px #c5c5c5;
}

@media screen and (max-width: 960px) {
  .c-checkbox input[type="checkbox"] {
    width: 22px;
    height: 22px;
  }
}

@media screen and (max-width: 768px) {
  .c-checkbox input[type="checkbox"] {
    width: 20px;
    height: 20px;
  }
}

.c-checkbox input[type="checkbox"]::before {
  content: '';
  opacity: 0;
  position: absolute;
  top: 3px;
  left: 8px;
  width: 6px;
  height: 12px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: #242529;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 960px) {
  .c-checkbox input[type="checkbox"]::before {
    width: 5px;
    height: 10px;
  }
}

@media screen and (max-width: 768px) {
  .c-checkbox input[type="checkbox"]::before {
    top: 3px;
    left: 7px;
  }
}

.c-checkbox input[type="checkbox"]:checked {
  border: solid 1px #42a2b7;
}

.c-checkbox input[type="checkbox"]:checked:before {
  opacity: 1;
}

.c-checkbox span {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.6;
  vertical-align: top;
}

@media screen and (max-width: 960px) {
  .c-checkbox span {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .c-checkbox span {
    font-size: 1.2rem;
    line-height: 1.4;
  }
}

.c-checkbox:last-child {
  margin-right: 0;
}

.c-radioList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.c-radioList:not(:last-child) {
  margin-bottom: 8px;
}

.c-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 12px;
  font-size: 1.6rem;
  line-height: 1.6;
  cursor: pointer;
}

@media screen and (max-width: 960px) {
  .c-radio {
    margin: 0 10px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .c-radio {
    margin: 0 8px;
    font-size: 1.2rem;
    line-height: 1.4;
  }
}

.c-radio input[type="radio"] {
  position: relative;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background: #fff;
  border: solid 1px #c5c5c5;
  border-radius: 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

@media screen and (max-width: 960px) {
  .c-radio input[type="radio"] {
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 768px) {
  .c-radio input[type="radio"] {
    width: 16px;
    height: 16px;
  }
}

.c-radio input[type="radio"]::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 960px) {
  .c-radio input[type="radio"]::before {
    width: 12px;
    height: 12px;
  }
}

@media screen and (max-width: 768px) {
  .c-radio input[type="radio"]::before {
    width: 8px;
    height: 8px;
  }
}

.c-radio input[type="radio"]:checked {
  border: solid 1px #42a2b7;
}

.c-radio input[type="radio"]:checked:before {
  background: #42a2b7;
}

.c-select {
  position: relative;
  background: #fff;
  border: solid 1px #c5c5c5;
  border-radius: 4px;
}

.c-select::before {
  content: '';
  position: absolute;
  top: -1px;
  right: 0;
  z-index: 1;
  width: 24px;
  height: 48px;
  background: #42a2b7;
  border-radius: 0 4px 4px 0;
}

@media screen and (max-width: 960px) {
  .c-select::before {
    width: 20px;
    height: 44px;
  }
}

@media screen and (max-width: 768px) {
  .c-select::before {
    width: 16px;
    height: 40px;
  }
}

.c-select::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 9px;
  z-index: 2;
  border-style: solid;
  border-width: 5px 3px 0 3px;
  border-color: #fff transparent transparent transparent;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 960px) {
  .c-select::after {
    right: 7px;
  }
}

@media screen and (max-width: 768px) {
  .c-select::after {
    right: 5px;
    border-width: 3px 2px 0 2px;
  }
}

.c-select select {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 46px;
  padding: 0 16px;
  background: transparent;
  border: 0;
  color: #242529;
  font-size: 1.6rem;
  line-height: 1.6;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

@media screen and (max-width: 960px) {
  .c-select select {
    height: 42px;
    padding: 0 12px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .c-select select {
    height: 38px;
    padding: 0 8px;
    font-size: 1.2rem;
  }
}

.c-select select::-ms-expand {
  display: none;
}

.c-select select:required:invalid {
  color: #c5c5c5;
}

.c-select select option {
  background: #fff;
  color: #242529;
}

.c-select select option[value=""][disabled] {
  display: none;
}

.c-select--inactive select option {
  display: none !important;
}

.c-dateSelect {
  position: relative;
}

.c-dateSelect::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 24px;
  height: 48px;
  background: url("/img/common/btn_calendar.png") center/no-repeat #42a2b7;
  background-size: contain;
  border-radius: 0 4px 4px 0;
}

@media screen and (max-width: 960px) {
  .c-dateSelect::after {
    width: 20px;
    height: 44px;
  }
}

@media screen and (max-width: 768px) {
  .c-dateSelect::after {
    width: 16px;
    height: 40px;
  }
}

.c-dateSelect select {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 46px;
  padding: 0 16px;
  background: transparent;
  border: 0;
  color: #242529;
  font-size: 1.6rem;
  line-height: 1.6;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

@media screen and (max-width: 960px) {
  .c-dateSelect select {
    height: 42px;
    padding: 0 12px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .c-dateSelect select {
    height: 38px;
    padding: 0 8px;
    font-size: 1.2rem;
  }
}

.c-dateSelect select::-ms-expand {
  display: none;
}

.c-dateSelect select:required:invalid {
  color: #c5c5c5;
}

.c-dateSelect select option {
  background: #fff;
  color: #242529;
}

.c-dateSelect select option[value=""][disabled] {
  display: none;
}

.c-dayMonth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-dayMonth__text {
  font-size: 1.6rem;
  line-height: 1.6;
  padding: 0 8px;
}

.ui-widget {
  z-index: 5 !important;
}

.ui-widget-header .ui-icon {
  position: relative;
}

.ui-datepicker .ui-datepicker-prev span:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  border-style: solid;
  border-width: 6px 6px 6px 0;
  border-color: transparent #242529 transparent transparent;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.ui-datepicker .ui-datepicker-next span:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #242529;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.c-form label:not(.c-checkbox):not(.c-radio) {
  display: block;
  width: 100%;
}

.c-form input[type="text"],
.c-form input[type="number"],
.c-form input[type="password"] {
  width: 100%;
  height: 48px;
  padding: 0 16px;
  border: solid 1px #c5c5c5;
  border-radius: 4px;
  color: #242529;
  font-size: 1.6rem;
  line-height: 1.6;
}

@media screen and (max-width: 960px) {
  .c-form input[type="text"],
  .c-form input[type="number"],
  .c-form input[type="password"] {
    height: 44px;
    padding: 0 12px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .c-form input[type="text"],
  .c-form input[type="number"],
  .c-form input[type="password"] {
    height: 40px;
    padding: 0 8px;
    font-size: 1.2rem;
  }
}

.c-form input[type="text"].p-postal-code,
.c-form input[type="number"].p-postal-code,
.c-form input[type="password"].p-postal-code {
  width: 100px;
}

.c-form textarea {
  width: 100%;
  height: 120px;
  padding: 12px 16px;
  border: solid 1px #c5c5c5;
  border-radius: 4px;
  color: #242529;
  font-size: 1.6rem;
  line-height: 1.6;
}

@media screen and (max-width: 960px) {
  .c-form textarea {
    height: 100px;
    padding: 10px 12px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .c-form textarea {
    height: 80px;
    padding: 6px 8px;
    font-size: 1.2rem;
    line-height: 1.4;
  }
}

.c-form ::-webkit-input-placeholder {
  color: #c5c5c5;
}

.c-form ::-moz-placeholder {
  color: #c5c5c5;
}

.c-form :-ms-input-placeholder {
  color: #c5c5c5;
}

.c-form ::-ms-input-placeholder {
  color: #c5c5c5;
}

.c-form ::placeholder {
  color: #c5c5c5;
}

.c-form__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-form__flex:last-child {
  margin-bottom: 0;
}

.c-form__flex--alcenter {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-form__flex--nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.c-form__inside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 24px;
}

@media screen and (max-width: 960px) {
  .c-form__inside {
    margin-right: 18px;
  }
}

@media screen and (max-width: 768px) {
  .c-form__inside {
    margin-right: 12px;
  }
}

.c-form__inside input[type="text"] {
  width: 480px;
}

.c-form__inside .c-select {
  width: 480px;
}

.c-form__table {
  display: table;
  table-layout: fixed;
  width: 100%;
  border: solid 1px #c5c5c5;
  border-radius: 4px;
}

.c-form__table dl {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-bottom: solid 1px #c5c5c5;
}

@media screen and (max-width: 480px) {
  .c-form__table dl {
    display: block;
  }
}

.c-form__table dl:first-child dt {
  border-radius: 4px 0 0 0;
}

@media screen and (max-width: 480px) {
  .c-form__table dl:first-child dt {
    border-radius: 4px 4px 0 0;
  }
}

.c-form__table dl:last-child {
  border-bottom: 0;
}

.c-form__table dl:last-child dt {
  border-radius: 0 0 0 4px;
}

@media screen and (max-width: 480px) {
  .c-form__table dl:last-child dt {
    border-radius: 0;
  }
}

.c-form__table .another-frame dl:last-child {
  border-bottom: solid 1px #c5c5c5;
}

.c-form__table .another-frame dl:last-child dt {
  border-radius: 0;
}

.c-form__table dt, .c-form__table dd {
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 480px) {
  .c-form__table dt, .c-form__table dd {
    display: block;
  }
}

.c-form__table dt {
  width: 180px;
  padding: 0 24px;
  background: #ebf6f8;
  font-size: 1.6rem;
  line-height: 1.6;
}

@media screen and (max-width: 1280px) {
  .c-form__table dt {
    width: 160px;
    padding: 0 20px;
  }
}

@media screen and (max-width: 960px) {
  .c-form__table dt {
    width: 140px;
    padding: 0 16px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .c-form__table dt {
    width: 120px;
    padding: 0 12px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 480px) {
  .c-form__table dt {
    width: 100%;
    padding: 12px;
    font-size: 1.2rem;
  }
}

.c-form__table dd {
  padding: 16px 8px;
}

@media screen and (max-width: 960px) {
  .c-form__table dd {
    padding: 12px 6px;
  }
}

@media screen and (max-width: 768px) {
  .c-form__table dd {
    padding: 8px 4px;
  }
}

.c-form__table.u-long dt {
  width: 320px;
}

.c-form__required {
  margin-right: 6px;
  padding: 2px 6px;
  border: solid 1px #c7362a;
  border-radius: 2px;
  color: #c7362a;
  font-size: 1.2rem;
}

.c-form__text {
  padding-right: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  white-space: nowrap;
}

@media screen and (max-width: 960px) {
  .c-form__text {
    padding-right: 12px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .c-form__text {
    width: 100%;
    margin-bottom: 8px;
    padding-right: 0;
    font-size: 1.2rem;
  }
}

.c-form__text2 {
  font-size: 1.6rem;
  line-height: 1.6;
  white-space: nowrap;
}

@media screen and (max-width: 960px) {
  .c-form__text2 {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .c-form__text2 {
    font-size: 1.2rem;
  }
}

.c-form__tilde {
  font-size: 1.6rem;
  line-height: 1.6;
  padding: 0 8px;
}

@media screen and (max-width: 960px) {
  .c-form__tilde {
    padding: 0 6px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .c-form__tilde {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 0 4px;
    font-size: 1.2rem;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}

.c-form__post {
  padding-right: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  white-space: nowrap;
}

@media screen and (max-width: 960px) {
  .c-form__post {
    padding-right: 12px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .c-form__post {
    padding-right: 6px;
    font-size: 1.2rem;
  }
}

.c-form__hyphen {
  font-size: 1.6rem;
  line-height: 1.6;
  padding: 0 8px;
}

@media screen and (max-width: 960px) {
  .c-form__hyphen {
    padding: 0 6px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .c-form__hyphen {
    padding: 0 4px;
    font-size: 1.2rem;
  }
}

.c-form__coment {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.6;
}

.c-form__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px 16px;
}

@media screen and (max-width: 1280px) {
  .c-form__btn {
    gap: 8px 12px;
  }
}

@media screen and (max-width: 768px) {
  .c-form__btn {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
  }
}

@media screen and (max-width: 768px) {
  .c-form__btn .c-btn {
    width: calc(50% - 4px);
    max-width: none;
  }
}

.c-form .help-box {
  margin: 0 0 16px;
  padding: 24px;
  background: #fffef3;
  border: solid 2px #faa640;
  border-radius: 4px;
}

.c-form .help-box p {
  font-size: 1.4rem;
}

.c-form .help-box p:not(:last-child) {
  margin-bottom: 8px;
}

.c-form .help-block {
  padding-top: 4px;
  color: #c7362a;
  font-size: 1.4rem;
  font-weight: bold;
}

.c-form .validate {
  margin-bottom: 24px;
  padding: 16px;
  background: #f3f3f3;
  border: solid 2px #999;
  border-radius: 4px;
  color: #999;
  font-size: 1.4rem;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  .c-form .validate {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .c-form .validate {
    margin-bottom: 16px;
  }
}

.c-form .validate--success {
  background: #e6faef;
  border-color: #11c966;
  color: #11c966;
}

.c-form .validate--failed {
  background: #f8eae9;
  border-color: #c7362a;
  color: #c7362a;
}

.c-money {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-money input[type="text"] {
  width: 160px;
}

.imageup-dtl {
  margin: 0 12px 16px;
}

.imageup-dtl .file__up {
  margin: 8px 0 16px;
}

.imageup-dtl .file__delete {
  display: block;
  width: 100%;
  max-width: 120px;
  height: 40px;
  background: #999;
  border: 0;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px gray;
  box-shadow: 0 4px gray;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  text-decoration: none;
  -webkit-transition: 0.1s all;
  transition: 0.1s all;
  cursor: pointer;
}

@media screen and (max-width: 960px) {
  .imageup-dtl .file__delete {
    height: 36px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 1.2rem;
    line-height: 36px;
  }
}

@media screen and (max-width: 768px) {
  .imageup-dtl .file__delete {
    height: 32px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 1.1rem;
    line-height: 32px;
  }
}

.imageup-dtl .file__delete:hover {
  opacity: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}

.imageup-img {
  max-width: 400px;
  margin: 0 12px;
}

.imageup-img img {
  width: 100%;
}

.decoration_fee,
.memorial_fee,
.paid_fee,
.adjustment_fee,
.offering_fee {
  display: block;
  width: 100%;
  height: 48px;
  background: #f3f3f3;
  border: solid 1px #c5c5c5;
  border-radius: 4px;
  line-height: 48px;
  padding: 0 16px;
  font-size: 1.6rem;
}

.summary {
  margin: 0 12px;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 48px;
}

.c-selected {
  display: block;
  width: 100%;
  height: 48px;
  background: #f3f3f3;
  border: solid 1px #c5c5c5;
  border-radius: 4px;
  line-height: 48px;
  padding: 0 16px;
  font-size: 1.6rem;
}

.c-frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% - 24px);
  margin: 8px 12px;
}

@media screen and (max-width: 960px) {
  .c-frame {
    width: calc(100% - 20px);
    margin: 6px 10px;
  }
}

@media screen and (max-width: 768px) {
  .c-frame {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% - 16px);
    margin: 4px 8px;
  }
}

.c-frame__inner {
  width: 100%;
}

.c-frame__flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-frame--3xs {
  min-width: 80px;
  max-width: 120px;
}

@media screen and (max-width: 768px) {
  .c-frame--3xs {
    max-width: calc(40% - 16px);
  }
}

.c-frame--xxs {
  min-width: 120px;
  max-width: 160px;
}

@media screen and (max-width: 768px) {
  .c-frame--xxs {
    max-width: calc(60% - 16px);
  }
}

.c-frame--xs {
  min-width: 160px;
  max-width: 240px;
}

@media screen and (max-width: 768px) {
  .c-frame--xs {
    max-width: calc(80% - 16px);
  }
}

.c-frame--s {
  min-width: 240px;
  max-width: 320px;
}

@media screen and (max-width: 768px) {
  .c-frame--s {
    min-width: calc(100% - 16px);
  }
}

.c-frame--m {
  min-width: 320px;
  max-width: 400px;
}

@media screen and (max-width: 768px) {
  .c-frame--m {
    min-width: calc(100% - 16px);
  }
}

.c-frame--l {
  min-width: 400px;
  max-width: 480px;
}

@media screen and (max-width: 768px) {
  .c-frame--l {
    min-width: calc(100% - 16px);
  }
}

.c-frame--xl {
  min-width: 480px;
  max-width: 560px;
}

@media screen and (max-width: 768px) {
  .c-frame--xl {
    min-width: calc(100% - 16px);
  }
}

.c-frame--xxl {
  min-width: 560px;
  max-width: 640px;
}

@media screen and (max-width: 960px) {
  .c-frame--xxl {
    min-width: calc(100% - 20px);
  }
}

@media screen and (max-width: 768px) {
  .c-frame--xxl {
    min-width: calc(100% - 16px);
  }
}

.c-frame--3xl {
  min-width: 640px;
  max-width: 720px;
}

@media screen and (max-width: 960px) {
  .c-frame--3xl {
    min-width: calc(100% - 20px);
  }
}

@media screen and (max-width: 768px) {
  .c-frame--3xl {
    min-width: calc(100% - 16px);
  }
}

.c-frame--max {
  max-width: none;
}

.c-frame--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-frame--top {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.c-frame--btm {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.c-frame--nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.c-no-frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin: 8px 0;
}

@media screen and (max-width: 960px) {
  .c-no-frame {
    margin: 6px 0;
  }
}

@media screen and (max-width: 768px) {
  .c-no-frame {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 4px 0;
  }
}

.c-no-frame .c-checkbox:nth-of-type(1) {
  margin: 0 12px 0 0;
}

@media screen and (max-width: 960px) {
  .c-no-frame .c-checkbox:nth-of-type(1) {
    margin: 0 10px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .c-no-frame .c-checkbox:nth-of-type(1) {
    margin: 0 8px 0 0;
  }
}

.c-no-frame .c-radio:nth-of-type(1) {
  margin: 0 12px 0 0;
}

@media screen and (max-width: 960px) {
  .c-no-frame .c-radio:nth-of-type(1) {
    margin: 0 10px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .c-no-frame .c-radio:nth-of-type(1) {
    margin: 0 8px 0 0;
  }
}

.c-title {
  margin-bottom: 20px;
}

@media screen and (max-width: 1280px) {
  .c-title {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 960px) {
  .c-title {
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 768px) {
  .c-title {
    margin-bottom: 8px;
  }
}

.c-title-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.4rem;
  line-height: 1.6;
}

@media screen and (max-width: 1280px) {
  .c-title-head {
    font-size: 2.0rem;
  }
}

@media screen and (max-width: 960px) {
  .c-title-head {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .c-title-head {
    font-size: 1.4rem;
  }
}

.c-title-head img {
  width: 40px;
}

@media screen and (max-width: 960px) {
  .c-title-head img {
    width: 32px;
  }
}

@media screen and (max-width: 768px) {
  .c-title-head img {
    width: 24px;
  }
}

.c-title-head__main {
  padding-left: 12px;
  color: #27606c;
}

@media screen and (max-width: 960px) {
  .c-title-head__main {
    padding-left: 10px;
  }
}

@media screen and (max-width: 768px) {
  .c-title-head__main {
    padding-left: 8px;
  }
}

.c-title-head__label {
  margin-left: 16px;
  padding: 4px 16px;
  background: #42a2b7;
  border-radius: 4px;
  color: #fff;
  font-size: 1.6rem;
}

@media screen and (max-width: 1280px) {
  .c-title-head__label {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 960px) {
  .c-title-head__label {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  .c-title-head__label {
    font-size: 1.0rem;
  }
}

.c-title-content {
  margin: 0 0 16px;
  padding: 16px 24px;
  background: #42a2b7;
  border-radius: 4px;
  color: #fff;
  font-size: 2.0rem;
  line-height: 1.6;
}

@media screen and (max-width: 1280px) {
  .c-title-content {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 960px) {
  .c-title-content {
    padding: 12px 20px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .c-title-content {
    padding: 8px 16px;
    font-size: 1.3rem;
  }
}

.c-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 200px;
  min-width: 120px;
  height: 56px;
  padding: 0 16px;
  background: #faa640;
  border: 0;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px #f98f0e;
  box-shadow: 0 4px #f98f0e;
  color: #fff;
  text-align: left;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none;
  -webkit-transition: 0.1s all;
  transition: 0.1s all;
  cursor: pointer;
}

@media screen and (max-width: 1280px) {
  .c-btn {
    padding: 0 12px;
  }
}

@media screen and (max-width: 960px) {
  .c-btn {
    max-width: 160px;
    min-width: 100px;
    height: 48px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .c-btn {
    max-width: 120px;
    min-width: 80px;
    height: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 1.2rem;
  }
}

.c-btn--blu {
  background: #42a2b7;
  -webkit-box-shadow: 0 4px #348192;
  box-shadow: 0 4px #348192;
}

@media screen and (max-width: 768px) {
  .c-btn--blu {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.c-btn--red {
  background: #c7362a;
  -webkit-box-shadow: 0 4px #9d2b21;
  box-shadow: 0 4px #9d2b21;
}

@media screen and (max-width: 768px) {
  .c-btn--red {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.c-btn--aqu {
  background: #4ebee1;
  -webkit-box-shadow: 0 4px #25add7;
  box-shadow: 0 4px #25add7;
}

@media screen and (max-width: 768px) {
  .c-btn--aqu {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.c-btn--gry {
  background: #999;
  -webkit-box-shadow: 0 4px gray;
  box-shadow: 0 4px gray;
}

@media screen and (max-width: 768px) {
  .c-btn--gry {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.c-btn--small {
  max-width: 120px;
  height: 40px;
  font-size: 1.4rem;
}

@media screen and (max-width: 960px) {
  .c-btn--small {
    height: 36px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  .c-btn--small {
    height: 32px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 1.1rem;
  }
}

.c-btn--center {
  margin: 0 auto;
}

.c-btn--right {
  margin-left: auto;
}

.c-btn:hover {
  opacity: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}

@media screen and (max-width: 768px) {
  .c-btn:hover {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.c-btn.iconRight {
  position: relative;
}

.c-btn.iconRight:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -14px;
  width: 16px;
  height: 100%;
  background: url("/img/common/icon_btn_right.png") no-repeat top left;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-btn .ico-itowa {
  width: 28px;
  aspect-ratio: 1/1;
}

@media screen and (max-width: 768px) {
  .c-btn .ico-itowa {
    width: 20px;
  }
}

.c-count-btn {
  display: block;
  width: 48px;
  height: 48px;
  background: #faa640;
  border: 0;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px #f98f0e;
  box-shadow: 0 4px #f98f0e;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 48px;
  text-decoration: none;
  -webkit-transition: 0.1s all;
  transition: 0.1s all;
  cursor: pointer;
}

@media screen and (max-width: 960px) {
  .c-count-btn {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .c-count-btn {
    width: 40px;
    height: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 1.2rem;
    line-height: 40px;
  }
}

.c-list-anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 8px;
  margin-bottom: 24px;
}

@media screen and (max-width: 960px) {
  .c-list-anchor {
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 768px) {
  .c-list-anchor {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 12px;
  }
}

.c-list-anchor__label {
  display: block;
  padding: 8px 24px;
  border: solid 2px #999;
  border-radius: 4px;
  color: #999;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
  text-decoration: none;
}

@media screen and (max-width: 960px) {
  .c-list-anchor__label {
    padding: 6px 18px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .c-list-anchor__label {
    width: calc(50% - 4px);
    padding: 6px 12px;
    border-width: 1px;
    font-size: 1.2rem;
    text-align: center;
  }
}

.c-list-anchor__label:hover {
  border-color: #42a2b7;
  color: #42a2b7;
}

.c-list-estimate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 25px;
  width: 100%;
  max-width: 640px;
  border-radius: 4px;
  overflow: hidden;
}

@media screen and (max-width: 960px) {
  .c-list-estimate {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .c-list-estimate {
    margin-bottom: 15px;
  }
}

.c-list-estimate__link {
  width: 33.33%;
  font-size: 2.0rem;
  line-height: 1.5;
  color: #42a2b7;
  font-weight: bold;
  border: solid 2px #42a2b7;
  border-right: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 960px) {
  .c-list-estimate__link {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .c-list-estimate__link {
    font-size: 1.2rem;
  }
}

.c-list-estimate__link:last-child {
  border-right: solid 2px #42a2b7;
  border-radius: 0 4px 4px 0;
}

.c-list-estimate__anchor {
  padding: 10px 0;
  text-decoration: none;
  color: #42a2b7;
  display: block;
  text-align: center;
}

.c-list-estimate__anchor.active {
  background: #42a2b7;
  color: #fff;
}

/* ------------------------------
		一覧
	------------------------------ */
.c-table-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-table-menu .p-index__titleTable {
  margin-top: 4px;
}

@media screen and (max-width: 768px) {
  .c-table-menu .p-index__titleTable {
    margin-top: 0;
  }
}

.c-table-menu .c-btn {
  margin: 0 0 0 auto;
}

.c-table {
  overflow-x: auto;
  width: 100%;
}

.c-table::-webkit-scrollbar {
  height: 8px;
}

.c-table::-webkit-scrollbar-track {
  border-radius: 0;
  background: #c5c5c5;
}

.c-table::-webkit-scrollbar-thumb {
  border-radius: 1px;
  background: #42a2b7;
}

.c-table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.6rem;
  line-height: 1.4;
}

@media screen and (max-width: 1280px) {
  .c-table table {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .c-table table {
    min-width: 680px;
    font-size: 1.2rem;
  }
}

.c-table table tr {
  border-bottom: solid 1px #c5c5c5;
}

.c-table table th {
  position: relative;
  padding: 16px 0;
  background: #42a2b7;
  color: #fff;
  white-space: nowrap;
}

@media screen and (max-width: 960px) {
  .c-table table th {
    padding: 12px 0;
  }
}

@media screen and (max-width: 768px) {
  .c-table table th {
    padding: 8px 0;
  }
}

.c-table table th:first-child {
  border-radius: 4px 0 0 0;
}

.c-table table th:last-child {
  border-radius: 0 4px 0 0;
}

.c-table table th span {
  text-decoration: underline;
}

.c-table table td {
  position: relative;
  padding: 16px 12px;
}

@media screen and (max-width: 960px) {
  .c-table table td {
    padding: 12px 8px;
  }
}

@media screen and (max-width: 768px) {
  .c-table table td {
    padding: 10px 6px;
  }
}

.c-table table td:not(:nth-last-of-type(1))::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: calc(100% - 24px);
  min-height: 24px;
  background: #c5c5c5;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

.c-table table .u-right {
  text-align: right;
}

.c-table table .c-table__master {
  width: 220px;
}

.c-table table .c-table__ttl {
  width: 180px;
}

.c-table table .c-table__noticedest,
.c-table table .c-table__date,
.c-table table .c-table__time {
  width: 160px;
}

.c-table table .c-table__name,
.c-table table .c-table__staff {
  width: 144px;
  white-space: nowrap;
}

.c-table table .c-table__class,
.c-table table .c-table__money,
.c-table table .c-table__num {
  width: 128px;
}

.c-table table .c-table__status,
.c-table table .c-table__day {
  width: 88px;
  white-space: nowrap;
}

.c-table table .c-table__day .c-week {
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .c-table table .c-table__day .c-week {
    font-size: 1.2rem;
  }
}

.c-table table .c-table__id {
  width: 64px;
}

.c-table table .c-table__more {
  width: 104px;
}

.c-table table .c-table__more a,
.c-table table .c-table__more span {
  display: block;
  width: 100%;
  height: 32px;
  margin-bottom: 4px;
  padding: 0 4px;
  background: #999;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px gray;
  box-shadow: 0 4px gray;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 32px;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: 0.1s all;
  transition: 0.1s all;
  cursor: pointer;
}

@media screen and (max-width: 960px) {
  .c-table table .c-table__more a,
  .c-table table .c-table__more span {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  .c-table table .c-table__more a,
  .c-table table .c-table__more span {
    height: 24px;
    margin-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 1.0rem;
    line-height: 24px;
  }
}

.c-table table .c-table__more a:hover,
.c-table table .c-table__more span:hover {
  opacity: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}

@media screen and (max-width: 768px) {
  .c-table table .c-table__more a:hover,
  .c-table table .c-table__more span:hover {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.c-table table .c-table__more a.duplicate, .c-table table .c-table__more a.project-duplicate, .c-table table .c-table__more a.user-restore,
.c-table table .c-table__more span.duplicate,
.c-table table .c-table__more span.project-duplicate,
.c-table table .c-table__more span.user-restore {
  background: #42a2b7;
  -webkit-box-shadow: 0 4px #348192;
  box-shadow: 0 4px #348192;
}

.c-table table .c-table__more a.duplicate:hover, .c-table table .c-table__more a.project-duplicate:hover, .c-table table .c-table__more a.user-restore:hover,
.c-table table .c-table__more span.duplicate:hover,
.c-table table .c-table__more span.project-duplicate:hover,
.c-table table .c-table__more span.user-restore:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.c-table table .c-table__more a.delete, .c-table table .c-table__more a.project-delete, .c-table table .c-table__more a.member-delete, .c-table table .c-table__more a.report-delete, .c-table table .c-table__more a.user-delete,
.c-table table .c-table__more span.delete,
.c-table table .c-table__more span.project-delete,
.c-table table .c-table__more span.member-delete,
.c-table table .c-table__more span.report-delete,
.c-table table .c-table__more span.user-delete {
  background: #c7362a;
  -webkit-box-shadow: 0 4px #9d2b21;
  box-shadow: 0 4px #9d2b21;
}

.c-table table .c-table__more a.delete:hover, .c-table table .c-table__more a.project-delete:hover, .c-table table .c-table__more a.member-delete:hover, .c-table table .c-table__more a.report-delete:hover, .c-table table .c-table__more a.user-delete:hover,
.c-table table .c-table__more span.delete:hover,
.c-table table .c-table__more span.project-delete:hover,
.c-table table .c-table__more span.member-delete:hover,
.c-table table .c-table__more span.report-delete:hover,
.c-table table .c-table__more span.user-delete:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.c-table table .c-table__icon {
  position: relative;
  cursor: pointer;
}

.c-table table .c-table__icon:after {
  content: '';
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: -14px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-table table .c-table__icon.is-current:after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}

/* ------------------------------
		カレンダー
	------------------------------ */
.c-calendar .c-calendar-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
}

.c-calendar .c-calendar-head .c-calendar-head-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px 12px;
  width: calc(100% - 272px);
  padding-top: 2px;
  font-size: 2.0rem;
  line-height: 1.6;
  color: #242529;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  .c-calendar .c-calendar-head .c-calendar-head-ttl {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .c-calendar .c-calendar-head .c-calendar-head-ttl {
    padding-top: 0;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 480px) {
  .c-calendar .c-calendar-head .c-calendar-head-ttl {
    margin-bottom: 12px;
    width: 100%;
  }
}

.c-calendar .c-calendar-head .c-calendar-head-ttl__num {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 8px;
  border: solid 2px #c7362a;
  border-radius: 4px;
  color: #c7362a;
  font-size: 1.4rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .c-calendar .c-calendar-head .c-calendar-head-ttl__num {
    padding: 2px 8px;
    font-size: 1.2rem;
  }
}

.c-calendar .c-calendar-head .c-calendar-head-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 256px;
}

@media screen and (max-width: 480px) {
  .c-calendar .c-calendar-head .c-calendar-head-btn {
    width: 100%;
  }
}

.c-calendar .c-calendar-head .c-calendar-head-btn__prev, .c-calendar .c-calendar-head .c-calendar-head-btn__next {
  display: block;
  width: 120px;
  height: 40px;
  background: #faa640;
  border: 0;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px #f98f0e;
  box-shadow: 0 4px #f98f0e;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  text-decoration: none;
  -webkit-transition: 0.1s all;
  transition: 0.1s all;
}

@media screen and (max-width: 960px) {
  .c-calendar .c-calendar-head .c-calendar-head-btn__prev, .c-calendar .c-calendar-head .c-calendar-head-btn__next {
    height: 36px;
    font-size: 1.4rem;
    line-height: 36px;
  }
}

@media screen and (max-width: 768px) {
  .c-calendar .c-calendar-head .c-calendar-head-btn__prev, .c-calendar .c-calendar-head .c-calendar-head-btn__next {
    height: 32px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 1.2rem;
    line-height: 32px;
  }
}

@media screen and (max-width: 480px) {
  .c-calendar .c-calendar-head .c-calendar-head-btn__prev, .c-calendar .c-calendar-head .c-calendar-head-btn__next {
    width: calc(50% - 8px);
  }
}

.c-calendar .c-calendar-head .c-calendar-head-btn__prev:hover, .c-calendar .c-calendar-head .c-calendar-head-btn__next:hover {
  opacity: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}

@media screen and (max-width: 768px) {
  .c-calendar .c-calendar-head .c-calendar-head-btn__prev:hover, .c-calendar .c-calendar-head .c-calendar-head-btn__next:hover {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.c-calendar .c-calendar-head .c-calendar-head-btn__prev {
  margin-right: 16px;
}

.c-calendar .c-calendar-aggregated {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 16px;
  padding: 8px 16px;
  background: #f3f3f3;
  font-size: 1.2rem;
}

.c-calendar .c-calendar-aggregated__item {
  margin-left: 16px;
}

.c-calendar .c-calendar-tbl {
  overflow-x: auto;
  width: 100%;
}

.c-calendar .c-calendar-tbl::-webkit-scrollbar {
  height: 8px;
}

.c-calendar .c-calendar-tbl::-webkit-scrollbar-track {
  border-radius: 0;
  background: #c5c5c5;
}

.c-calendar .c-calendar-tbl::-webkit-scrollbar-thumb {
  border-radius: 1px;
  background: #42a2b7;
}

.c-calendar .c-calendar-tbl table {
  width: calc(100% - 2px);
  border-collapse: collapse;
  font-size: 1.2rem;
  line-height: 1.6;
}

@media screen and (max-width: 1280px) {
  .c-calendar .c-calendar-tbl table {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 960px) {
  .c-calendar .c-calendar-tbl table {
    font-size: 1.0rem;
  }
}

@media screen and (max-width: 768px) {
  .c-calendar .c-calendar-tbl table {
    min-width: 624px;
    font-size: 1.0rem;
  }
}

.c-calendar .c-calendar-tbl table tr {
  border-bottom: solid 1px #c5c5c5;
}

.c-calendar .c-calendar-tbl table th {
  position: relative;
  padding: 8px 0 16px;
}

@media screen and (max-width: 960px) {
  .c-calendar .c-calendar-tbl table th {
    padding: 6px 0 12px;
  }
}

@media screen and (max-width: 768px) {
  .c-calendar .c-calendar-tbl table th {
    padding: 4px 0 8px;
  }
}

.c-calendar .c-calendar-tbl table th:nth-of-type(1) {
  color: #c7362a;
}

.c-calendar .c-calendar-tbl table th:nth-last-of-type(1) {
  color: #42a2b7;
}

.c-calendar .c-calendar-tbl table th span {
  text-decoration: underline;
}

.c-calendar .c-calendar-tbl table td {
  position: relative;
  width: 14.2%;
  padding: 16px;
  vertical-align: top;
  border-right: solid 1px #c5c5c5;
}

@media screen and (max-width: 1280px) {
  .c-calendar .c-calendar-tbl table td {
    padding: 12px;
  }
}

@media screen and (max-width: 960px) {
  .c-calendar .c-calendar-tbl table td {
    padding: 10px;
  }
}

@media screen and (max-width: 768px) {
  .c-calendar .c-calendar-tbl table td {
    padding: 8px;
  }
}

.c-calendar .c-calendar-tbl table td:nth-of-type(1) {
  border-left: solid 1px #c5c5c5;
}

.c-calendar .c-calendar-tbl table td .c-calendar-tbl__inner {
  min-height: 64px;
}

@media screen and (max-width: 960px) {
  .c-calendar .c-calendar-tbl table td .c-calendar-tbl__inner {
    min-height: 40px;
  }
}

@media screen and (max-width: 768px) {
  .c-calendar .c-calendar-tbl table td .c-calendar-tbl__inner {
    min-height: 24px;
  }
}

.c-calendar .c-calendar-tbl table td [class*='taskclass']:not(:nth-last-of-type(1)) {
  margin-bottom: 8px;
}

.c-calendar .c-calendar-tbl table td [class*='taskclass'] br {
  display: none;
}

@media screen and (max-width: 1280px) {
  .c-calendar .c-calendar-tbl table td [class*='taskclass'] br {
    display: block;
  }
}

.c-calendar .c-calendar-tbl table td .calendar-tbl-cate {
  display: inline-block;
  margin-right: 8px;
  padding: 1px 8px;
  background: #42a2b7;
  border-radius: 2px;
  color: #fff;
  font-size: 1.2rem;
}

@media screen and (max-width: 1280px) {
  .c-calendar .c-calendar-tbl table td .calendar-tbl-cate {
    margin-right: 0;
    padding: 0 4px;
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 960px) {
  .c-calendar .c-calendar-tbl table td .calendar-tbl-cate {
    font-size: 1.0rem;
  }
}

@media screen and (max-width: 768px) {
  .c-calendar .c-calendar-tbl table td .calendar-tbl-cate {
    border-radius: 1px;
  }
}

.c-calendar .c-calendar-tbl table td .taskclass2 .calendar-tbl-cate {
  background: #4ebee1;
}

.c-calendar .c-calendar-tbl table td .taskclass3 .calendar-tbl-cate {
  background: #42a2b7;
}

.c-calendar .c-calendar-tbl table td .taskclass4 .calendar-tbl-cate {
  background: #faa640;
}

.c-calendar .c-calendar-tbl table td .taskclass5 .calendar-tbl-cate {
  background: #c7362a;
}

.c-calendar .c-calendar-tbl table td .taskclass6 .calendar-tbl-cate {
  background: #8250da;
}

.c-calendar .c-calendar-tbl table td .num {
  margin-bottom: 8px;
  line-height: 1;
}

@media screen and (max-width: 1280px) {
  .c-calendar .c-calendar-tbl table td .num {
    margin-bottom: 6px;
    font-size: 1.0rem;
  }
}

@media screen and (max-width: 768px) {
  .c-calendar .c-calendar-tbl table td .num {
    margin-bottom: 4px;
  }
}

.c-calendar .c-calendar-tbl table .saturday {
  background: #ebf6f8;
}

.c-calendar .c-calendar-tbl table .saturday .num {
  color: #42a2b7;
}

.c-calendar .c-calendar-tbl table .sunday {
  background: #f8eae9;
}

.c-calendar .c-calendar-tbl table .sunday .num {
  color: #c7362a;
}

.c-calendar .c-calendar-tbl table .gray {
  background: #f3f3f3;
}

.c-calendar .c-calendar-tbl table .gray .num {
  color: #999;
}

/* ------------------------------
    勤怠管理 - 修正申告
  ------------------------------ */
.p-attendance .c-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-attendance .c-unit .c-col {
  min-width: 64px;
}

.p-attendance .c-unit .c-col:not(:nth-last-of-type(1)) {
  margin-right: 16px;
}

.p-attendance .c-unit .c-col .c-checkbox {
  margin-right: 0;
  margin-left: 0;
  display: inline-block;
}

.p-attendance .c-unit .c-col .c-checkbox input[type="checkbox"] {
  margin: 0 6px 0 0;
}

.p-attendance .c-unit .c-col .c-checkbox span {
  margin: 0;
  padding: 0;
  line-height: 28px;
}

@media screen and (max-width: 960px) {
  .p-attendance .c-unit .c-col .c-checkbox span {
    line-height: 20px;
  }
}

@media screen and (max-width: 768px) {
  .p-attendance .c-unit .c-col .c-checkbox span {
    line-height: 1.4;
  }
}

.p-attendance .c-text {
  min-height: 28px;
  line-height: 28px;
  font-size: 1.6rem;
}

@media screen and (max-width: 960px) {
  .p-attendance .c-text {
    min-height: 20px;
    font-size: 1.4rem;
    line-height: 20px;
  }
}

@media screen and (max-width: 768px) {
  .p-attendance .c-text {
    font-size: 1.2rem;
    line-height: 1.4;
  }
}

.p-attendance .c-text--height {
  line-height: 48px;
}

@media screen and (max-width: 960px) {
  .p-attendance .c-text--height {
    line-height: 40px;
  }
}

/* ------------------------------
    タイムカード
  ------------------------------ */
.c-timecard__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 16px);
  max-width: 800px;
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}

@media screen and (max-width: 480px) {
  .c-timecard__row {
    display: block;
    width: 100%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.c-timecard__col {
  width: 100%;
  margin: 0 8px 24px;
}

@media screen and (max-width: 768px) {
  .c-timecard__col {
    max-width: none;
  }
}

@media screen and (max-width: 480px) {
  .c-timecard__col {
    margin-right: 0;
    margin-left: 0;
  }
}

.c-timecard__col .c-checkbox {
  display: block;
  margin: 0;
}

.c-timecard__col .c-checkbox input[type="checkbox"] {
  margin: 2px 4px 0 0;
}

@media screen and (max-width: 768px) {
  .c-timecard__col .c-checkbox input[type="checkbox"] {
    width: 32px;
    height: 32px;
    margin: 0 4px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .c-timecard__col .c-checkbox input[type="checkbox"]:checked:before {
    top: 2px;
    left: 10px;
    width: 10px;
    height: 20px;
    border-width: 0 4px 4px 0;
  }
}

.c-timecard__col .c-checkbox span {
  padding: 0;
  font-size: 1.6rem;
  line-height: 30px;
}

.c-timecard-btn {
  display: block;
  width: 100%;
  height: 56px;
  background: #faa640;
  border: 0;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px #f98f0e;
  box-shadow: 0 4px #f98f0e;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 56px;
  text-decoration: none;
  -webkit-transition: 0.1s all;
  transition: 0.1s all;
  cursor: pointer;
}

@media screen and (max-width: 960px) {
  .c-timecard-btn {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .c-timecard-btn {
    max-width: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.c-timecard-btn:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}

@media screen and (max-width: 768px) {
  .c-timecard-btn:hover {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.c-timecard-btn.is-inactive {
  background: #c5c5c5;
  -webkit-box-shadow: 0 4px #acacac;
  box-shadow: 0 4px #acacac;
  cursor: auto;
}

@media screen and (max-width: 768px) {
  .c-timecard-btn.is-inactive {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.c-timecard-btn.is-inactive:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.c-timecard-btn--aqu {
  background: #4ebee1;
  -webkit-box-shadow: 0 4px #25add7;
  box-shadow: 0 4px #25add7;
}

@media screen and (max-width: 768px) {
  .c-timecard-btn--aqu {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.c-timecard-btn--aqu:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.c-timecard-btn--blu {
  background: #42a2b7;
  -webkit-box-shadow: 0 4px #348192;
  box-shadow: 0 4px #348192;
}

@media screen and (max-width: 768px) {
  .c-timecard-btn--blu {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.c-timecard-btn--blu:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.c-checkbox + .c-timecard-btn {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .c-checkbox + .c-timecard-btn {
    margin-top: 15px;
  }
}

.c-timecard-log {
  font-size: 1.6rem;
  margin: 0 8px 24px;
}

@media screen and (max-width: 768px) {
  .c-timecard-log {
    text-align: center;
    margin: 0 auto 20px;
  }
}

/* ------------------------------
    
  ------------------------------ */
.c-titleSearch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 23px;
}

.c-totalMoney {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 560px;
  height: 80px;
  margin: 0 auto;
  border: solid 1px #42a2b7;
  border-radius: 4px;
  line-height: 80px;
}

.c-totalMoney__title {
  width: 200px;
  height: 80px;
  background: #42a2b7;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 0 16px;
}

.c-totalMoney__number {
  width: 360px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 24px;
  color: #42a2b7;
  font-size: 28px;
  font-weight: bold;
  text-align: right;
  font-family: 'Lato', sans-serif;
}

.c-separat:not(:nth-last-of-type(1)) {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: solid 1px #c5c5c5;
}

/* ------------------------------
    ページネーション
  ------------------------------ */
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 48px;
  margin-bottom: 16px;
}

.pagination li {
  margin: 0 4px;
}

.pagination li span,
.pagination li a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 48px;
  height: 48px;
  background: #fff;
  border: solid 2px #999;
  border-radius: 2px;
  color: #999;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 44px;
}

@media screen and (max-width: 768px) {
  .pagination li span,
  .pagination li a {
    width: 40px;
    height: 40px;
    line-height: 36px;
  }
}

.pagination li a:hover {
  opacity: 1;
  background: #42a2b7;
  border-color: #42a2b7;
  color: #fff;
}

.pagination .active span {
  background: #42a2b7;
  border-color: #42a2b7;
  color: #fff;
}

.pagination .disabled {
  display: none;
}

.pagination .prev,
.pagination .next {
  position: relative;
}

.pagination .prev:before,
.pagination .next:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #999;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.pagination .prev:hover:before,
.pagination .next:hover:before {
  border-color: transparent transparent transparent #fff;
}

.pagination .prev:before {
  -webkit-transform: translate(-50%, -50%) rotateZ(180deg);
  transform: translate(-50%, -50%) rotateZ(180deg);
}

/* ------------------------------
    モーダル
  ------------------------------ */
.modal {
  display: none;
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
}

.modal .modal-bg {
  width: 100%;
  height: 100%;
  background: rgba(36, 37, 41, 0.8);
}

.modal .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 1080px;
  padding: 32px;
  background: #fff;
  border-radius: 4px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.modal .modal-content .modal-inner {
  overflow-y: scroll;
  max-height: 80vh;
  padding-right: 16px;
}

.modal .modal-content .modal-close {
  display: block;
  position: absolute;
  top: -24px;
  right: -24px;
  width: 48px;
  height: 48px;
  background: #f3f3f3;
  border-radius: 4px;
  color: #42a2b7;
  font-size: 2.0rem;
  font-weight: bold;
  font-family: 'lato';
  text-align: center;
  text-decoration: none;
  line-height: 48px;
}

.modal .modal-content .search {
  margin: 0 auto;
}

.modal .modal-content .c-table__more {
  width: 64px;
}

.modal .modal-content .c-table__more .c-btn {
  min-width: 64px;
}

/* ------------------------------
    PDFの改ページ処理
  ------------------------------ */
.break-avoid {
  page-break-inside: avoid;
}

.break-always {
  page-break-after: always;
}

.p-document01 {
  padding: 20px 0;
}

.p-document01__wrap {
  width: 1096px;
  margin: 0 auto;
}

.p-document01__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
}

.p-document01__titleMain {
  display: inline-block;
  padding: 10px 80px;
  border: solid 1px #242529;
  border-radius: 4px;
  font-size: 28px;
  font-weight: normal;
  line-height: 1;
  color: #242529;
}

.p-document01__title-text {
  margin: 0 16px 0 0;
  color: #242529;
  font-size: 16px;
  line-height: 1.6;
}

.p-document01__title-text span {
  display: block;
}

.p-document01__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-document01__left, .p-document01__right {
  width: 532px;
}

.p-document01__table {
  overflow: hidden;
  border: solid 1px #242529;
  border-radius: 4px;
}

.p-document01__categorynumber {
  margin-right: 7px;
}

.p-document01__categoryTitle {
  margin: 0 0 4px;
  font-size: 18px;
  line-height: 1.6;
  color: #42a2b7;
}

.p-document01__categorySmall {
  font-size: 14px;
}

.p-document01__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-document01__logo {
  width: 532px;
  margin: 0 auto;
}

.p-document01__logo img {
  width: 100%;
}

.p-document01__note {
  font-size: 12px;
  line-height: 1.6;
  color: #242529;
  padding-top: 6px;
}

.p-document01__subtotal {
  width: 280px;
  padding: 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: solid 1px #242529;
}

.p-document01__subtotalTitle {
  font-size: 20px;
  line-height: 1.6;
}

.p-document01__subtotalTitle span {
  font-size: 14px;
}

.p-document01__subtotalTitle i {
  display: inline-block;
  width: 16px;
}

.p-document01__money {
  font-size: 20px;
  line-height: 1.6;
  color: #242529;
}

.p-document01__sum {
  *zoom: 1;
}

.p-document01__sum:after {
  display: block;
  content: "";
  clear: both;
}

.p-document01__sum .p-document01__subtotal {
  float: right;
}

.p-document01__sum .p-document01__subtotal:nth-of-type(2) {
  margin-right: 16px;
}

.p-document01__category {
  margin-bottom: 20px;
}

.p-document01-table {
  overflow: hidden;
  width: calc(100% + 2px);
  border-collapse: collapse;
  border: solid 1px transparent;
  font-size: 18px;
  line-height: 1.6;
  color: #242529;
  border-radius: 4px;
  margin: -1px;
}

.p-document01-table th, .p-document01-table td {
  border: solid 1px #242529;
}

.p-document01-table th {
  height: 38px;
  padding: 2px 12px;
  background: #ebf6f8;
  font-weight: bold;
  text-align: left;
}

.p-document01-table td {
  height: 38px;
  padding: 2px 12px;
}

.p-document01-table td.adress {
  height: 70px;
  padding: 8px 12px;
  vertical-align: initial;
}

.p-document01-table__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-document01-table__small {
  font-size: 10px;
  line-height: 1.6;
  text-align: center;
}

.p-document01-table__number {
  font-size: 10px;
  line-height: 1.6;
  padding-left: 16px;
}

.p-document01-table__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0 auto 0 0;
}

.p-document01-table__flexRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.p-document01-table__flexRight span {
  padding-left: 88px;
}

.p-document01-table .u-vertical {
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0 !important;
  padding: 0 !important;
  text-align: center;
}

.p-document01-table .u-right {
  text-align: right;
}

.p-document01-table .u-center {
  text-align: center;
}

.p-document01-table.address td {
  padding: 2px 6px 1px;
  letter-spacing: 0.7px;
}

.p-document01-table.address td.u-left38 {
  padding-left: 38px;
}

.p-document01-table.church td {
  padding: 2px 6px 1px;
  letter-spacing: 0.7px;
}

.p-document01-table.church td.u-vertical {
  padding: 8px 0 !important;
}

.p-document01-remarks {
  margin-bottom: 20px;
}

.p-document01-remarks__title {
  color: #42a2b7;
  font-size: 18px;
  line-height: 2;
}

.p-document01-remarks__txt {
  position: relative;
  width: 100%;
  height: 80px;
  padding: 6px 16px;
  border: 1px solid #242529;
  border-radius: 4px;
  color: #242529;
  font-size: 16px;
  line-height: 2.0;
}

.p-document01-remarks__txt::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  width: calc(100% - 16px);
  border-bottom: dotted 1px #c5c5c5;
}

.p-document01-tableCol {
  overflow: hidden;
  width: calc(100% + 2px);
  margin: -1px;
  border-collapse: collapse;
  border: solid 1px transparent;
  border-radius: 4px;
  color: #242529;
}

.p-document01-tableCol th, .p-document01-tableCol td {
  border: solid 1px #242529;
}

.p-document01-tableCol th {
  height: 38px;
  padding: 2px 12px;
  background: #ebf6f8;
  color: #242529;
  line-height: 1.4;
  font-size: 18px;
}

.p-document01-tableCol th span {
  font-size: 12px;
}

.p-document01-tableCol td {
  height: 38px;
  padding: 2px 12px;
  font-size: 18px;
  line-height: 1.4;
}

.p-document01-tableCol__small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-document01-tableCol__small span {
  font-size: 10px;
}

.p-document01-tableCol .u-height {
  height: 40px;
}

.p-document01-tableCol .u-right {
  text-align: right;
}

.p-document01-tableCol .u-center {
  text-align: center;
}

.p-document01-tableCol .u-vertical {
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  padding: 4px 0;
}

.p-document01-tableCol .u-space {
  padding-left: 15px;
}

.p-document01-tableCol .table-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.p-document01-tableCol .table-flex span {
  display: block;
}

.p-document01-tableCol.payment td {
  line-height: 1.4;
  padding: 10px 7px;
}

.p-document01-grandTotal {
  margin-bottom: 40px;
}

.p-document01-grandTotal__sum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  width: 100%;
  border: solid 1px #242529;
  border-radius: 4px;
  line-height: 40px;
}

.p-document01-grandTotal__title {
  width: 284px;
  padding: 8px;
  background: #42a2b7;
  color: #fff;
  font-size: 20px;
}

.p-document01-grandTotal__number {
  width: 430px;
  padding: 8px;
  border-right: solid 1px #242529;
  color: #242529;
  font-size: 20px;
}

.p-document01-grandTotal__money {
  width: 381px;
  padding: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #242529;
  font-size: 20px;
  text-align: right;
  font-family: 'Lato', sans-serif;
}

.p-document01-grandTotal .p-document01__sum {
  margin-top: 8px;
}

.p-document01-grandTotal .p-document01__subtotal {
  width: 360px;
  margin-bottom: 4px;
}

.p-document01-grandTotal .p-document01__subtotal:nth-of-type(2) {
  margin-right: 16px;
}

.p-document01-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 40px;
}

.p-document01-name .p-document01__table {
  width: 870px;
}

.p-document01-name .p-document01__table th {
  height: 56px;
  padding: 8px 12px;
  font-size: 22px;
}

.p-document01-name .p-document01__table td {
  height: 56px;
  padding: 8px 12px;
  font-size: 22px;
}

.p-document01-stamp {
  width: 132px;
  height: 148px;
  margin: 0 28px;
  border: dotted 1px #999;
  font-size: 16px;
  line-height: 1.6;
  color: #999;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-document01-stamp__left, .p-document01-stamp__right {
  width: 56px;
  height: 56px;
  border: dotted 1px #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
}

.p-document01-stamp__left {
  left: -28px;
}

.p-document01-stamp__right {
  right: -28px;
}

.p-document02 {
  padding: 24px 0;
}

.p-document02__wrap {
  width: 1096px;
  margin: 0 auto;
}

.p-document02__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #242529;
  margin-bottom: 32px;
}

.p-document02__titleMain {
  font-size: 32px;
  line-height: 1.6;
  font-weight: normal;
  letter-spacing: 4px;
}

.p-document02__titleMain span {
  font-size: 24px;
  padding-left: 10px;
}

.p-document02__title-text {
  font-size: 20px;
  line-height: 1.6;
  margin: 0 16px 0 0;
}

.p-document02__table {
  border: solid 1px #242529;
  border-radius: 4px;
}

.p-document02__house {
  font-size: 24px;
  line-height: 1.6;
  width: 532px;
  height: 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #242529;
  border-radius: 4px;
  margin-top: 30px;
  padding: 0 16px;
  color: #242529;
  text-align: right;
  line-height: 78px;
}

.p-document02__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 32px 0;
}

.p-document02__left, .p-document02__right {
  width: 532px;
}

.p-document02__left .p-document02__table, .p-document02__right .p-document02__table {
  margin-bottom: 32px;
}

.p-document02__rightText {
  text-align: right;
}

.p-document02__logo {
  margin-top: 16px;
}

.p-document02__logo img {
  width: 100%;
}

.p-document02-tableCol {
  overflow: hidden;
  width: calc(100% + 2px);
  margin: -1px;
  border-collapse: collapse;
  border: solid 1px transparent;
  border-radius: 4px;
  color: #242529;
}

.p-document02-tableCol th, .p-document02-tableCol td {
  height: 64px;
  line-height: 1.6;
  border: solid 1px #242529;
}

.p-document02-tableCol th {
  background: #ebf6f8;
  color: #242529;
  font-size: 24px;
}

.p-document02-tableCol th span {
  font-size: 14px;
}

.p-document02-tableCol td {
  font-size: 24px;
  padding: 4px 16px;
}

.p-document02-tableCol .u-right {
  text-align: right;
}

.p-document02-tableCol .u-center {
  text-align: center;
}

.p-document02-table {
  overflow: hidden;
  width: calc(100% + 2px);
  margin: -1px;
  border-collapse: collapse;
  border: solid 1px transparent;
  border-radius: 4px;
  color: #242529;
  font-size: 16px;
  line-height: 1.6;
}

.p-document02-table th, .p-document02-table td {
  height: 56px;
  padding: 4px 16px;
  border: solid 1px #242529;
  font-size: 24px;
}

.p-document02-table th {
  font-weight: normal;
  background: #ebf6f8;
  text-align: left;
}

.p-document02-hotline {
  padding: 24px;
  border: solid 1px #242529;
  font-size: 24px;
  text-align: right;
}

.p-document02-hotline__tel {
  margin-bottom: 16px;
}

.p-document03 {
  padding: 24px 0;
}

.p-document03__wrap {
  width: 1096px;
  margin: 0 auto;
}

.p-document03__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
}

.p-document03__titleMain {
  display: inline-block;
  padding: 12px 80px;
  border: solid 1px #242529;
  border-radius: 4px;
  font-size: 36px;
  font-weight: normal;
  line-height: 1;
  color: #242529;
}

.p-document03__titleSub {
  border-bottom: solid 1px #242529;
  font-size: 32px;
}

.p-document03__title-text {
  margin: 0 16px 0 0;
  color: #242529;
  font-size: 20px;
  line-height: 1.6;
}

.p-document03__title-text span {
  display: block;
}

.p-document03__text-head {
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 1.6;
  color: #242529;
}

.p-document03__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-document03__logo {
  width: 480px;
}

.p-document03__logo img {
  width: 100%;
}

.p-document03__table {
  border: solid 1px #242529;
  border-radius: 4px;
  margin-bottom: 20px;
}

.p-document03__table.address {
  width: 532px;
}

.p-document03__table.transfer {
  margin: 8px 0 0;
}

.p-document03__table.transfer th {
  width: calc(100% - 102px);
  padding: 22px 24px;
  line-height: 1.6;
  letter-spacing: 1.3px;
}

.p-document03__table.transfer td {
  width: 102px;
}

.p-document03__table.transfer .u-height {
  height: 40px;
}

.p-document03 .c-totalMoney {
  margin-top: 24px;
}

.p-document03__categorynumber {
  margin-right: 8px;
}

.p-document03__categoryTitle {
  font-size: 24px;
  line-height: 1.6;
  color: #42a2b7;
  margin: 32px 0 16px;
}

.p-document03__flexRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p-document03__flexRight .p-document03__table {
  width: 540px;
}

.p-document03-table {
  border-collapse: collapse;
  border: solid 1px transparent;
  width: calc(100% + 2px);
  color: #242529;
  border-radius: 4px;
  overflow: hidden;
  margin: -1px;
}

.p-document03-table th, .p-document03-table td {
  height: 40px;
  padding: 0 16px;
  border: solid 1px #242529;
  font-size: 18px;
  line-height: 1.6;
}

.p-document03-table th {
  font-weight: normal;
  text-align: left;
}

.p-document03-table .u-right {
  text-align: right;
}

.p-document03__table .p-document01-tableCol th {
  height: 40px;
  font-size: 18px;
}

.p-document03__table .p-document01-tableCol th span {
  font-size: 12px;
}

.p-document03__table .p-document01-tableCol td {
  height: 40px;
  font-size: 18px;
}

.p-document04 {
  padding: 24px 0;
}

.p-document04__wrap {
  width: 1096px;
  margin: 0 auto;
}

.p-document04__titleMain {
  display: block;
  width: 480px;
  height: 64px;
  margin: 0 auto 24px;
  border: solid 1px #242529;
  border-radius: 4px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 64px;
  color: #242529;
}

.p-document04__titleSub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 48px;
  padding-bottom: 8px;
  border-bottom: solid 1px #242529;
  font-size: 32px;
}

.p-document04__date {
  margin: 0 0 0 auto;
  font-size: 24px;
}

.p-document04__subtotal {
  width: 560px;
  margin: 0 0 0 auto;
  padding: 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: solid 1px #242529;
}

.p-document04__subtotalTitle {
  font-size: 20px;
  line-height: 1.6;
}

.p-document04__subtotalTitle span {
  font-size: 20px;
}

.p-document04__subtotalTitle i {
  display: inline-block;
  width: 20px;
}

.p-document04__money {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  line-height: 1.6;
  color: #242529;
}

.p-document04__num {
  display: block;
  width: 104px;
  text-align: right;
  line-height: 1.6;
}

.p-document04__tax {
  margin: 0 16px 0 32px;
  line-height: 1.6;
}

.p-document04__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-document04__logo {
  width: 480px;
}

.p-document04__logo img {
  width: 100%;
}

.p-document04__totalMoney {
  width: 560px;
}

.p-document04__totalMoney .c-totalMoney {
  margin-bottom: 16px;
}

.p-document04__table {
  border: solid 1px #242529;
  border-radius: 4px;
  margin-bottom: 16px;
}

.p-document04__table.address {
  width: 532px;
}

.p-document04__table.transfer {
  margin: 8px 0 0;
}

.p-document04__table.transfer th {
  width: calc(100% - 102px);
  padding: 16px 24px 16px;
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: 1.2px;
}

.p-document04__table.transfer td {
  width: 102px;
}

.p-document04__table.transfer .u-height {
  height: 30px;
  vertical-align: middle;
}

.p-document04 .c-totalMoney--right {
  margin-left: auto;
  margin-right: 0;
}

.p-document04-table {
  border-collapse: collapse;
  border: solid 1px transparent;
  width: calc(100% + 2px);
  color: #242529;
  border-radius: 4px;
  overflow: hidden;
  margin: -1px;
}

.p-document04-table th, .p-document04-table td {
  height: 40px;
  padding: 0 16px;
  border: solid 1px #242529;
  font-size: 16px;
  line-height: 1.6;
}

.p-document04-table th {
  font-weight: normal;
  text-align: left;
}

.p-document04-table .u-right {
  text-align: right;
}

.p-document04-list {
  border: solid 1px #242529;
  border-radius: 4px;
}

.p-document04-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 64px;
  padding: 0 24px;
}

.p-document04-list li:not(:last-child) {
  border-bottom: solid 1px #242529;
}

.p-document04-list__text {
  font-size: 24px;
}

.p-document04-list__number {
  font-size: 24px;
}

.p-index__titleTable {
  margin-bottom: 8px;
  color: #242529;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.6;
}

@media screen and (max-width: 960px) {
  .p-index__titleTable {
    margin-bottom: 6px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .p-index__titleTable {
    margin-bottom: 4px;
    font-size: 1.4rem;
  }
}

.p-index .c-table {
  margin-bottom: 32px;
}

@media screen and (max-width: 960px) {
  .p-index .c-table {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 768px) {
  .p-index .c-table {
    margin-bottom: 16px;
  }
}

.attend-staff {
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .attend-staff {
    margin-bottom: 16px;
  }
}

.attend-staff dt {
  margin-bottom: 8px;
  color: #242529;
  font-size: 2.0rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .attend-staff dt {
    font-size: 1.4rem;
  }
}

.attend-staff dd {
  padding: 16px;
  background-color: #f3f3f3;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .attend-staff dd {
    padding: 8px;
    font-size: 1.2rem;
  }
}

.attend-staff dd span {
  display: inline-block;
  position: relative;
}

.attend-staff dd span:not(:nth-last-of-type(1)) {
  margin-right: 12px;
  padding-right: 12px;
}

@media screen and (max-width: 768px) {
  .attend-staff dd span:not(:nth-last-of-type(1)) {
    margin-right: 8px;
    padding-right: 8px;
  }
}

.attend-staff dd span:not(:nth-last-of-type(1))::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 16px;
  background: #c5c5c5;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .attend-staff dd span:not(:nth-last-of-type(1))::after {
    height: 12px;
  }
}

.p-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% - 64px);
  height: 100vh;
  margin: 0 auto;
}

@media screen and (max-width: 1280px) {
  .p-login {
    width: calc(100% - 40px);
  }
}

@media screen and (max-width: 960px) {
  .p-login {
    width: calc(100% - 32px);
  }
}

@media screen and (max-width: 768px) {
  .p-login {
    width: calc(100% - 16px);
  }
}

.p-login__cont {
  width: 100%;
  max-width: 640px;
  padding: 56px 64px;
  background: #42a2b7;
  border-radius: 4px;
}

@media screen and (max-width: 960px) {
  .p-login__cont {
    padding: 40px 48px;
  }
}

@media screen and (max-width: 768px) {
  .p-login__cont {
    padding: 24px 32px;
  }
}

@media screen and (max-width: 480px) {
  .p-login__cont {
    padding: 16px 24px;
  }
}

.p-login__logo {
  max-width: 104px;
  margin: 0 auto;
  margin-bottom: 32px;
  text-align: center;
}

@media screen and (max-width: 1280px) {
  .p-login__logo {
    max-width: 96px;
  }
}

@media screen and (max-width: 960px) {
  .p-login__logo {
    max-width: 88px;
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 768px) {
  .p-login__logo {
    max-width: 80px;
    margin-bottom: 16px;
  }
}

.p-login__logo img {
  width: 100%;
  height: auto;
}

.p-login input {
  width: 100%;
  height: 48px;
  margin-bottom: 16px;
  padding: 0 16px;
  border: solid 1px #c5c5c5;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #242529;
  font-size: 1.6rem;
  line-height: 1.6;
}

@media screen and (max-width: 960px) {
  .p-login input {
    height: 44px;
    margin-bottom: 12px;
    padding: 0 12px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .p-login input {
    height: 40px;
    margin-bottom: 8px;
    padding: 0 8px;
    font-size: 1.2rem;
  }
}

.p-login ::-webkit-input-placeholder {
  color: #c5c5c5;
}

.p-login ::-moz-placeholder {
  color: #c5c5c5;
}

.p-login :-ms-input-placeholder {
  color: #c5c5c5;
}

.p-login ::-ms-input-placeholder {
  color: #c5c5c5;
}

.p-login ::placeholder {
  color: #c5c5c5;
}

.p-login__link {
  display: inline-block;
  margin-bottom: 32px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.6;
}

.p-member .c-table__date {
  width: 144px;
}

.p-estimate .c-title-content {
  margin-bottom: 15px;
}

.p-estimate .c-form__payment {
  padding-top: 3px;
}

.p-estimate .c-form__payment .c-form1__flex {
  margin-bottom: 17px;
}

.p-estimate .c-form__payment .c-form1__flex:last-child {
  margin-bottom: 0;
}

.p-estimate .c-form__discounts {
  padding-top: 4px;
}

.p-estimate .c-money {
  margin-right: 23px;
}

.p-estimate .c-money:last-child {
  margin-right: 0;
}

.p-ordering .c-tab__nav {
  position: relative;
  margin-bottom: 24px;
  border-style: solid;
  border-color: #42a2b7;
  border-width: 0 0 2px;
}

@media screen and (max-width: 768px) {
  .p-ordering .c-tab__nav {
    max-width: 200px;
    margin-bottom: 16px;
    border-width: 0;
  }
}

.p-ordering .c-tab__ttl {
  display: none;
}

@media screen and (max-width: 768px) {
  .p-ordering .c-tab__ttl {
    display: block;
  }
}

.p-ordering .c-tab__switch {
  display: none;
}

.p-ordering .c-tab__ttl {
  display: none;
  position: relative;
  padding: 8px 16px 10px;
  background: #42a2b7;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.3;
  text-decoration: none;
  cursor: pointer;
}

.p-ordering .c-tab__ttl::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 16px;
  border-style: solid;
  border-width: 6px 4px 0;
  border-color: #fff transparent transparent;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .p-ordering .c-tab__ttl {
    display: block;
  }
}

.p-ordering .c-tab__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  min-height: 40px;
}

@media screen and (max-width: 768px) {
  .p-ordering .c-tab__list {
    display: block;
    position: absolute;
    top: 38px;
    z-index: 99;
    width: 100%;
    background: #fff;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    border: solid 2px #42a2b7;
    border-radius: 4px;
  }
}

.p-ordering .c-tab__list li:not(:nth-last-child(1)) {
  margin-right: 8px;
}

@media screen and (max-width: 960px) {
  .p-ordering .c-tab__list li:not(:nth-last-child(1)) {
    margin-right: 4px;
  }
}

@media screen and (max-width: 768px) {
  .p-ordering .c-tab__list li:not(:nth-last-child(1)) {
    margin-right: 0;
  }
}

.p-ordering .c-tab__list li.current .c-tab__link {
  background: #42a2b7;
  color: #fff;
  line-height: 1.3;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (max-width: 960px) {
  .p-ordering .c-tab__list li.current .c-tab__link {
    padding: 10px 4px;
  }
}

@media screen and (max-width: 768px) {
  .p-ordering .c-tab__list li.current .c-tab__link {
    padding: 6px 16px;
  }
}

@media screen and (max-width: 768px) {
  .p-ordering .c-tab__switch:checked ~ .c-tab__list {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

.p-ordering .c-tab__link {
  display: block;
  padding: 6px 12px;
  border-style: solid;
  border-color: #42a2b7;
  border-width: 2px 2px 0;
  border-radius: 4px 4px 0 0;
  color: #42a2b7;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  text-decoration: none;
  cursor: pointer;
}

@media screen and (max-width: 960px) {
  .p-ordering .c-tab__link {
    padding: 6px 4px;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 768px) {
  .p-ordering .c-tab__link {
    border-width: 0;
    padding: 6px 16px;
    border-radius: 0;
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .p-ordering .c-tab__link:not(:nth-child(1)) {
    border-width: 2px 0 0;
  }
}

.p-ordering .c-table th {
  padding: 16px 0;
}

.p-ordering .c-table td input[type="text"] {
  border: 0;
  border: solid 1px #c5c5c5;
  border-radius: 4px;
  width: 100%;
  height: 48px;
  font-size: 16px;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 16px;
  color: #242529;
}

.p-ordering .c-table__text {
  padding: 12px 16px;
  border-left: 0;
  border-right: solid 1px #c5c5c5;
}

.p-ordering .c-table__input {
  padding: 0 16px;
}

.p-ordering .c-form {
  margin-top: 30px;
}

.p-ordering .c-form__btn {
  margin-top: 20px;
}

.projectdtl .c-titleSearch {
  margin-bottom: 32px;
}

.projectdtl .c-title-content {
  margin-bottom: 16px;
}

.projectdtl__project-name {
  width: 596px;
}

.projectdtl__request {
  margin-top: -3px;
}

.projectdtl__other {
  margin-top: -2px;
}

.projectdtl .c-form__table {
  margin-bottom: 35px;
}

.projectdtl .c-form__flex .c-frame {
  margin-right: 22px;
}

.projectdtl .c-form__flex .c-btn-main {
  margin-left: -8px;
}

.projectdtl .c-form__flex .u-right {
  margin-right: 40px;
}

.projectdtl .c-form__flex .c-btn-main {
  width: 120px;
  height: 46px;
  -webkit-box-shadow: 0 2px #faa640;
  box-shadow: 0 2px #faa640;
}

.projectdtl .c-form__number {
  width: 240px;
}

.projectdtl .c-form__type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
}

.projectdtl .c-form__type .c-select {
  width: 186px;
}

.projectdtl .c-form__file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.projectdtl .c-form__file input[type="file"] {
  width: 186px;
  position: relative;
}

.projectdtl .c-form__file input[type="file"]::-webkit-file-upload-button {
  display: none;
  overflow: hidden;
}

.projectdtl .c-form__file input[type="file"]:before {
  content: 'ファイルを選択';
  display: inline-block;
  background: #f3f3f3;
  border-radius: 4px;
  padding: 16px 27px 16px 8px;
  outline: none;
  white-space: nowrap;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-size: 16px;
  line-height: 1;
  color: #242529;
  width: 100%;
  text-align: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px #c5c5c5;
  box-shadow: 0 2px #c5c5c5;
}

.projectdtl .c-form__file input[type="file"]:hover::before {
  border-color: black;
}

.projectdtl .c-form__file input[type="file"]:active::before {
  background: -webkit-linear-gradient(top, #f3f3f3, white);
}

.projectdtl .c-form__file input[type="file"]:after {
  content: '';
  width: 16px;
  height: 16px;
  background: url("/img/project/icon_createnew_black.png") no-repeat center;
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 27px;
}

.projectdtl .c-form__addFile {
  font-size: 16px;
  line-height: 1.6;
  color: #c5c5c5;
  margin-left: 16px;
}

.projectdtl .c-form__btn {
  margin-top: -14px;
}

.p-project__form {
  padding: 32px 8px;
  background: #f3f3f3;
  border-radius: 4px;
}

@media screen and (max-width: 960px) {
  .p-project__form {
    padding: 24px 6px;
  }
}

@media screen and (max-width: 768px) {
  .p-project__form {
    padding: 16px 4px;
  }
}

.u-mb-xs {
  margin-bottom: 8px;
}

@media screen and (max-width: 960px) {
  .u-mb-xs {
    margin-bottom: 6px;
  }
}

@media screen and (max-width: 768px) {
  .u-mb-xs {
    margin-bottom: 4px;
  }
}

.u-mb-s {
  margin-bottom: 16px;
}

@media screen and (max-width: 960px) {
  .u-mb-s {
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 768px) {
  .u-mb-s {
    margin-bottom: 8px;
  }
}

.u-mb-m {
  margin-bottom: 24px;
}

@media screen and (max-width: 960px) {
  .u-mb-m {
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 768px) {
  .u-mb-m {
    margin-bottom: 12px;
  }
}

.u-mb-l {
  margin-bottom: 32px;
}

@media screen and (max-width: 960px) {
  .u-mb-l {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 768px) {
  .u-mb-l {
    margin-bottom: 16px;
  }
}

.u-mb-xl {
  margin-bottom: 40px;
}

@media screen and (max-width: 960px) {
  .u-mb-xl {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .u-mb-xl {
    margin-bottom: 20px;
  }
}

.u-mb-xxl {
  margin-bottom: 48px;
}

@media screen and (max-width: 960px) {
  .u-mb-xxl {
    margin-bottom: 36px;
  }
}

@media screen and (max-width: 768px) {
  .u-mb-xxl {
    margin-bottom: 24px;
  }
}

.u-mb-3xl {
  margin-bottom: 56px;
}

@media screen and (max-width: 960px) {
  .u-mb-3xl {
    margin-bottom: 42px;
  }
}

@media screen and (max-width: 768px) {
  .u-mb-3xl {
    margin-bottom: 28px;
  }
}

/*# sourceMappingURL=../maps/style.css.map */
