@charset "UTF-8";
/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
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: #0B0C2E;
}

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

/*------------------------------------------------------------
for develop
------------------------------------------------------------*/
#__bs_notify__ {
  opacity: 0.3 !important;
  font-size: 5px !important;
  line-height: 100% !important;
  padding: 0 5px 0 5px !important;
  border-radius: 0 !important;
}

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

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

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

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

a {
  color: #202261;
  text-decoration: underline;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
a:hover {
  opacity: 1;
  color: #202261;
  text-decoration: none;
}
a:active {
  color: #202261;
}

@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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 88px;
  padding-left: 16px;
  background: #202261;
}
@media screen and (max-width: 1280px) {
  .c-header {
    height: 72px;
    padding-left: 12px;
  }
}
@media screen and (max-width: 960px) {
  .c-header {
    height: 64px;
  }
}
@media screen and (max-width: 768px) {
  .c-header {
    height: 48px;
  }
}
.c-header.is-none {
  display: none;
}
.c-header .c-header-logo img {
  max-width: 104px;
}
@media screen and (max-width: 1280px) {
  .c-header .c-header-logo img {
    max-width: 80px;
  }
}
@media screen and (max-width: 960px) {
  .c-header .c-header-logo img {
    max-width: 64px;
  }
}
@media screen and (max-width: 768px) {
  .c-header .c-header-logo img {
    max-width: 48px;
  }
}
.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%);
  -ms-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);
  -ms-transform: rotate(45deg);
  transform: rotateZ(45deg);
}
.c-header .c-header-menu-btn.opened span::after {
  top: 0;
  -webkit-transform: rotateZ(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotateZ(-45deg);
}
.c-header .c-header-nav {
  position: relative;
  width: 240px;
  height: 100%;
  border-left: 1px solid #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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: 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%);
  -ms-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: 1px solid #c5c5c5;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
.c-header .c-header-nav__cont li {
  height: 64px;
  border-bottom: 1px solid #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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #f3f3f3;
  color: #0b0c2e;
  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(32, 34, 97, 0.9);
  color: #fff;
}

/*------------------------------------------------------------
layout
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.l-wrap {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  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: 1px solid #ccc;
}
.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: #0b0c2e;
  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%);
  -ms-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 #ccc;
  -webkit-transform: translateY(-50%);
  -ms-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.active {
  background: #eba52d;
  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:after {
  border-color: transparent transparent transparent #fff;
}
.c-sider__link-sub {
  display: block;
  padding: 24px 16px;
  color: #0b0c2e;
  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: 1px solid #c5c5c5;
  border-bottom: none;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
.c-sider__cont li {
  width: 216px;
  border-bottom: 1px solid #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;
  }
}

/*------------------------------------------------------------
btn
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-btn {
  display: block;
  width: 100%;
  max-width: 200px;
  min-width: 160px;
  height: 56px;
  background: #eba52D;
  border: 0;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px #d09229;
  box-shadow: 0 4px #d09229;
  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-btn {
    max-width: 160px;
    min-width: 120px;
    height: 48px;
    font-size: 1.4rem;
    line-height: 48px;
  }
}
@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;
    line-height: 40px;
  }
}
.c-btn--blu {
  background: #202261;
  -webkit-box-shadow: 0 4px #0b0c2e;
  box-shadow: 0 4px #0b0c2e;
}
@media screen and (max-width: 768px) {
  .c-btn--blu {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.c-btn--red {
  background: #a02828;
  -webkit-box-shadow: 0 4px #69111B;
  box-shadow: 0 4px #69111B;
}
@media screen and (max-width: 768px) {
  .c-btn--red {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.c-btn--aqu {
  background: #1f6db1;
  -webkit-box-shadow: 0 4px #1a5990;
  box-shadow: 0 4px #1a5990;
}
@media screen and (max-width: 768px) {
  .c-btn--aqu {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.c-btn--gry {
  background: #aaa;
  -webkit-box-shadow: 0 4px #999;
  box-shadow: 0 4px #999;
}
@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;
  line-height: 40px;
}
@media screen and (max-width: 960px) {
  .c-btn--small {
    height: 36px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 1.2rem;
    line-height: 36px;
  }
}
@media screen and (max-width: 768px) {
  .c-btn--small {
    height: 32px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 1.1rem;
    line-height: 32px;
  }
}
.c-btn--center {
  margin: 0 auto;
}
.c-btn--right {
  margin-right: 0;
}
.c-btn:hover {
  opacity: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px);
}
@media screen and (max-width: 768px) {
  .c-btn:hover {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.c-btn img {
  vertical-align: middle;
}
.c-btn span {
  padding-left: 6px;
}
.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%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-count-btn {
  display: block;
  width: 48px;
  height: 48px;
  background: #eba52D;
  border: 0;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px #d09229;
  box-shadow: 0 4px #d09229;
  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;
  }
}

/*------------------------------------------------------------
title
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: 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: 2rem;
  }
}
@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: #202261;
}
@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: #202261;
  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: 1rem;
  }
}

.c-title-sub {
  padding-top: 16px;
  color: #202261;
  font-size: 2rem;
  font-weight: bold;
}

.c-title-content {
  margin: 0 0 16px;
  padding: 16px 24px;
  background: #202261;
  border-radius: 4px;
  color: #fff;
  font-size: 2rem;
  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;
  }
}

/*------------------------------------------------------------
icon
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
form
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-search {
  display: -webkit-box;
  display: -webkit-flex;
  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: 1px solid #ccc;
  border-right: none;
  border-radius: 4px 0 0 4px;
  color: #0b0c2e;
  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: #202261 url("/img/common/icon_search.svg") no-repeat center;
  background-size: 14px;
  border: 0;
  border-radius: 0 4px 4px 0;
  color: #fff;
  cursor: pointer;
}
.c-search ::-webkit-input-placeholder {
  color: #ccc;
}
.c-search ::-moz-placeholder {
  color: #ccc;
}
.c-search :-ms-input-placeholder {
  color: #ccc;
}
.c-search ::-ms-input-placeholder {
  color: #ccc;
}
.c-search ::placeholder {
  color: #ccc;
}

.c-checkboxList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: 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: 1px solid #ccc;
}
@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: #0b0c2e;
  -webkit-transform: rotate(45deg);
  -ms-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: 1px solid #202261;
}
.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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.c-radioList:not(:last-child) {
  margin-bottom: 8px;
}

.c-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: 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: 1px solid #ccc;
  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%);
  -ms-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: 1px solid #202261;
}
.c-radio input[type=radio]:checked:before {
  background: #202261;
}

.c-select {
  position: relative;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.c-select::before {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  z-index: 1;
  width: 24px;
  height: 48px;
  background: #202261;
  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%);
  -ms-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 40px 0 16px;
  background: transparent;
  border: 0;
  color: #0b0C2e;
  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 32px 0 12px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .c-select select {
    height: 38px;
    padding: 0 28px 0 8px;
    font-size: 1.2rem;
  }
}
.c-select select::-ms-expand {
  display: none;
}
.c-select select:required:invalid {
  color: #ccc;
}
.c-select select option {
  background: #fff;
  color: #0B0C2E;
}
.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") no-repeat center #202261;
  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: #0b0C2e;
  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: #ccc;
}
.c-dateSelect select option {
  background: #fff;
  color: #0b0c2e;
}
.c-dateSelect select option[value=""][disabled] {
  display: none;
}

.c-dayMonth {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: 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: "";
  border-style: solid;
  border-width: 6px 6px 6px 0;
  border-color: transparent #000 transparent transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ui-datepicker .ui-datepicker-next span:before {
  content: "";
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-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: 1px solid #ccc;
  border-radius: 4px;
  color: #0b0c2e;
  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: 1px solid #ccc;
  border-radius: 4px;
  color: #0b0c2e;
  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: #ccc;
}
.c-form ::-moz-placeholder {
  color: #ccc;
}
.c-form :-ms-input-placeholder {
  color: #ccc;
}
.c-form ::-ms-input-placeholder {
  color: #ccc;
}
.c-form ::placeholder {
  color: #ccc;
}
.c-form__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-form__flex:last-child {
  margin-bottom: 0;
}
.c-form__flex--alcenter {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-form__flex--nowrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.c-form__inside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: 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: 1px solid #ccc;
  border-radius: 4px;
}
.c-form__table dl {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-bottom: 1px solid #ccc;
}
@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: 1px solid #ccc;
}
.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: #f0f4fc;
  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__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: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: 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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-form__btn {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.c-form__btn .c-btn {
  margin-right: 16px;
}
@media screen and (max-width: 960px) {
  .c-form__btn .c-btn {
    margin-right: 12px;
  }
}
@media screen and (max-width: 768px) {
  .c-form__btn .c-btn {
    width: calc(50% - 4px);
    max-width: none;
    margin: 0;
  }
}
.c-form__btn .c-btn:nth-last-child(1) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .c-form__btn .c-btn:nth-child(odd) {
    margin-right: 8px;
  }
}
@media screen and (max-width: 768px) {
  .c-form__btn .c-btn:not(:nth-child(-n+2)) {
    margin-top: 8px;
  }
}
.c-form__btn .c-btn--right {
  margin: 0 0 0 auto;
}
.c-form .help-box {
  margin: 0 0 16px;
  padding: 24px;
  background: #fffef3;
  border: solid 2px #eba52d;
  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: #a02828;
  font-size: 1.4rem;
  font-weight: bold;
}

.c-modal-form__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-modal-form__row--center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-modal-form__col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-modal-form__col {
    width: 100%;
  }
}
.c-modal-form__col:not(:last-child) {
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .c-modal-form__col:not(:last-child) {
    margin: 0 0 16px;
  }
}
.c-modal-form__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-modal-form__btn > * {
  margin: 0 12px;
}
.c-modal-form .c-text {
  white-space: nowrap;
}
.c-modal-form .c-select {
  width: 100%;
}

.c-money {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: 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: #aaa;
  border: 0;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px #999;
  box-shadow: 0 4px #999;
  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);
  -ms-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: #f5f5f5;
  border: solid 1px #ccc;
  border-radius: 4px;
  line-height: 48px;
  padding: 0 16px;
  font-size: 1.6rem;
}

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

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

.c-frame {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: 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 {
    -webkit-flex-wrap: wrap;
    -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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: 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;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-frame--top {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.c-frame--btm {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.c-frame--nowrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.c-no-frame {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: 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 {
    -webkit-flex-wrap: wrap;
    -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;
  }
}

/*------------------------------------------------------------
text
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-text {
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 960px) {
  .c-text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .c-text {
    font-size: 1.2rem;
  }
}
.c-text--bold {
  font-weight: bold;
}

.c-alert {
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 960px) {
  .c-alert {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .c-alert {
    font-size: 1.2rem;
  }
}
.c-alert.c-alert-danger {
  color: #a02828;
}
.c-alert.c-alert-success {
  color: #202261;
}

/*------------------------------------------------------------
navi
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
img
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
list
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-list-anchor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 24px;
}
@media screen and (max-width: 960px) {
  .c-list-anchor {
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 768px) {
  .c-list-anchor {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 12px;
  }
}
.c-list-anchor__label {
  display: block;
  margin-right: 8px;
  padding: 8px 24px;
  border: 2px solid #555;
  border-radius: 4px;
  color: #555;
  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);
    margin-right: 0;
    padding: 6px 12px;
    border-width: 1px;
    font-size: 1.2rem;
  }
}
.c-list-anchor__label:nth-last-child(1) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .c-list-anchor__label:nth-child(odd) {
    margin-right: 8px;
  }
}
@media screen and (max-width: 768px) {
  .c-list-anchor__label:not(:nth-child(-n+2)) {
    margin-top: 8px;
  }
}

.c-list-estimate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-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: 2rem;
  line-height: 1.5;
  color: #202261;
  font-weight: bold;
  border: 2px solid #202261;
  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: 2px solid #202261;
  border-radius: 0 4px 4px 0;
}
.c-list-estimate__anchor {
  padding: 10px 0;
  text-decoration: none;
  color: #202261;
  display: block;
  text-align: center;
}
.c-list-estimate__anchor.active {
  background: #202261;
  color: #fff;
}

/*------------------------------------------------------------
table
------------------------------------------------------------*/
/* 一覧のテーブル
------------------------------------------------------------*/
.c-table-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: 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:first-child {
  margin-left: auto;
}
.c-table-menu .c-btn:not(:last-child) {
  margin-right: 16px;
}
@media screen and (max-width: 960px) {
  .c-table-menu .c-btn:not(:last-child) {
    margin-right: 12px;
  }
}

.c-table {
  overflow-x: auto;
  width: 100%;
}
.c-table::-webkit-scrollbar {
  height: 8px;
}
.c-table::-webkit-scrollbar-track {
  border-radius: 0;
  background: #ccc;
}
.c-table::-webkit-scrollbar-thumb {
  border-radius: 1px;
  background: #202261;
}
.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 #ccc;
}
.c-table table th {
  position: relative;
  padding: 16px 8px;
  background: #202261;
  color: #fff;
  line-height: 1.2;
  white-space: nowrap;
}
@media screen and (max-width: 960px) {
  .c-table table th {
    padding: 12px 6px;
  }
}
@media screen and (max-width: 768px) {
  .c-table table th {
    padding: 8px 6px;
  }
}
.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: #ccc;
  -webkit-transform: translateY(-50%);
  -ms-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 .u-vertical {
  vertical-align: top;
}
.c-table table .u-vertical span {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  text-decoration: none;
}
.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,
.c-table table .c-table__day {
  width: 128px;
}
.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__day .c-rokuyou {
  display: block;
  max-width: 64px;
  margin: 8px auto 0;
  padding: 0 8px;
  border: solid 1px #202261;
  border-radius: 2px;
  color: #202261;
  font-size: 1.4rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .c-table table .c-table__day .c-rokuyou {
    margin: 4px auto 0;
    font-size: 1.2rem;
  }
}
.c-table table .c-table__month,
.c-table table .c-table__holiday {
  width: 100px;
  white-space: nowrap;
}
.c-table table .c-table__status,
.c-table table .c-table__matter,
.c-table table .c-table__count,
.c-table table .c-table__rest {
  width: 88px;
  white-space: nowrap;
}
.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 8px;
  background: #aaa;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px #999;
  box-shadow: 0 4px #999;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 32px;
  text-decoration: none;
  -webkit-transition: 0.1s all;
  transition: 0.1s all;
  cursor: pointer;
  white-space: nowrap;
}
@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: 1rem;
    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);
  -ms-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);
    -ms-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: #4489ad;
  -webkit-box-shadow: 0 4px #316783;
  box-shadow: 0 4px #316783;
}
.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: #a02828;
  -webkit-box-shadow: 0 4px #69111b;
  box-shadow: 0 4px #69111b;
}
.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%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-table table .c-table__icon.is-current:after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
.c-table table .c-requested {
  margin-top: 4px;
  padding: 4px 3px 5px 2px;
  background: #a02828;
  border-radius: 2px;
  color: #fff;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .c-table--contain table {
    min-width: auto;
  }
}
.c-table .c-dayoff_yuu,
.c-table .c-dayoff_kyuu,
.c-table .c-dayoff_shitei,
.c-table .c-night_dispatch,
.c-table .c-sleeper_driver {
  padding: 2px 6px 3px;
  border-style: solid;
  border-width: 1px;
  border-radius: 2px;
  color: #fff;
  font-size: 1.4rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.c-table .c-dayoff_yuu {
  background: #8250da;
  border-color: #8250da;
}
.c-table .c-dayoff_yuu:hover {
  background: #fff;
  color: #8250da;
}
.c-table .c-dayoff_kyuu,
.c-table .c-dayoff_shitei {
  background: #ebc81f;
  border-color: #ebc81f;
}
.c-table .c-dayoff_kyuu:hover,
.c-table .c-dayoff_shitei:hover {
  background: #fff;
  color: #ebc81f;
}
.c-table .c-night_dispatch {
  background: #e2981a;
  border-color: #e2981a;
}
.c-table .c-night_dispatch:hover {
  background: #fff;
  color: #e2981a;
}
.c-table .c-sleeper_driver {
  background: #75bb84;
  border-color: #75bb84;
}
.c-table .c-sleeper_driver:hover {
  background: #fff;
  color: #75bb84;
}

/* カレンダー
------------------------------------------------------------*/
.c-calendar .c-calendar-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
}
.c-calendar .c-calendar-head .c-calendar-head-ttl {
  width: calc(100% - 272px);
  padding-top: 2px;
  font-size: 2rem;
  line-height: 1.6;
  color: #0b0c2e;
  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: 8px;
    width: 100%;
  }
}
.c-calendar .c-calendar-head .c-calendar-head-btn {
  display: -webkit-box;
  display: -webkit-flex;
  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: #eba52D;
  border: 0;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px #d09229;
  box-shadow: 0 4px #d09229;
  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);
  -ms-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);
    -ms-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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 16px;
  padding: 8px 16px;
  background: #f5f5f5;
  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: #ccc;
}
.c-calendar .c-calendar-tbl::-webkit-scrollbar-thumb {
  border-radius: 1px;
  background: #202261;
}
.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: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .c-calendar .c-calendar-tbl table {
    min-width: 624px;
    font-size: 1rem;
  }
}
.c-calendar .c-calendar-tbl table tr {
  border-bottom: solid 1px #ccc;
}
.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: #a02828;
}
.c-calendar .c-calendar-tbl table th:nth-last-of-type(1) {
  color: #1941b7;
}
.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 #ccc;
}
@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 #ccc;
}
.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: #202261;
  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: 1rem;
  }
}
@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: #009688;
}
.c-calendar .c-calendar-tbl table td .taskclass3 .calendar-tbl-cate {
  background: #2196f3;
}
.c-calendar .c-calendar-tbl table td .taskclass4 .calendar-tbl-cate {
  background: #eba52d;
}
.c-calendar .c-calendar-tbl table td .taskclass5 .calendar-tbl-cate {
  background: #a02828;
}
.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: 1rem;
  }
}
@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: #e9eff9;
}
.c-calendar .c-calendar-tbl table .saturday .num {
  color: #1941b7;
}
.c-calendar .c-calendar-tbl table .sunday {
  background: #f9e9e9;
}
.c-calendar .c-calendar-tbl table .sunday .num {
  color: #a02828;
}
.c-calendar .c-calendar-tbl table .gray {
  background: #f5f5f5;
}
.c-calendar .c-calendar-tbl table .gray .num {
  color: #999;
}

/*------------------------------------------------------------
line
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
other
------------------------------------------------------------*/
/* 勤怠管理 - 修正申告
------------------------------------------------------------*/
.p-attendance .c-unit {
  display: -webkit-box;
  display: -webkit-flex;
  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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 16px);
  max-width: 800px;
  -webkit-transform: translateX(-8px);
  -ms-transform: translateX(-8px);
  transform: translateX(-8px);
}
@media screen and (max-width: 480px) {
  .c-timecard__row {
    display: block;
    width: 100%;
    -webkit-transform: translateX(0);
    -ms-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: #eba52D;
  border: 0;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px #d09229;
  box-shadow: 0 4px #d09229;
  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);
  -ms-transform: translateY(4px);
  transform: translateY(4px);
}
@media screen and (max-width: 768px) {
  .c-timecard-btn:hover {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.c-timecard-btn.is-inactive {
  background: #ddd;
  -webkit-box-shadow: 0 4px #bbb;
  box-shadow: 0 4px #bbb;
  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: #4489ad;
  -webkit-box-shadow: 0 4px #316783;
  box-shadow: 0 4px #316783;
}
@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: #202261;
  -webkit-box-shadow: 0 4px #0b0c2e;
  box-shadow: 0 4px #0b0c2e;
}
@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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 23px;
}

.c-totalMoney {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 560px;
  height: 80px;
  margin: 0 auto;
  border: solid 1px #202261;
  border-radius: 4px;
  line-height: 80px;
}
.c-totalMoney__title {
  width: 200px;
  height: 80px;
  background: #202261;
  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: #202261;
  font-size: 28px;
  font-weight: bold;
  text-align: right;
  font-family: "Lato", sans-serif;
}

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: 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: 2px solid #555;
  border-radius: 2px;
  color: #555;
  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: #202261;
  border-color: #202261;
  color: #fff;
}
.pagination .active span {
  background: #202261;
  border-color: #202261;
  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 #555;
  -webkit-transform: translate(-50%, -50%);
  -ms-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);
  -ms-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotateZ(180deg);
}

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

/*
------------------------------------------------------------*/
.modal {
  display: none;
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
}
.modal .modal-bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.modal .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 80px);
  max-width: 1080px;
  padding: 32px;
  background: #fff;
  border-radius: 4px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .modal .modal-content {
    padding: 16px;
  }
}
.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: #f5f5f5;
  border-radius: 4px;
  color: #202261;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 48px;
  text-decoration: none;
  font-family: "lato";
}
@media screen and (max-width: 768px) {
  .modal .modal-content .modal-close {
    top: -24px;
    right: -24px;
    width: 40px;
    height: 40px;
    font-size: 1.6rem;
    line-height: 40px;
  }
}
.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;
}

/*------------------------------------------------------------
dayoff
------------------------------------------------------------*/
.p-dayoff {
  background: black;
}
.p-dayoff .c-table table .c-table__more span.holiday-regist {
  background: #4489ad;
  -webkit-box-shadow: 0 4px #316783;
  box-shadow: 0 4px #316783;
}

/*----------------------------------------------
document01
----------------------------------------------*/
.p-document01 {
  padding: 20px 0;
}
.p-document01__wrap {
  width: 1096px;
  margin: 0 auto;
}
.p-document01__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
}
.p-document01__titleMain {
  display: inline-block;
  padding: 10px 80px;
  border: solid 1px #000;
  border-radius: 4px;
  font-size: 28px;
  font-weight: normal;
  line-height: 1;
  color: #1a1311;
}
.p-document01__title-text {
  margin: 0 16px 0 0;
  color: #1a1311;
  font-size: 16px;
  line-height: 1.6;
}
.p-document01__title-text span {
  display: block;
}
.p-document01__cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.p-document01__left, .p-document01__right {
  width: 532px;
}
.p-document01__table {
  overflow: hidden;
  border: solid 1px #000;
  border-radius: 4px;
}
.p-document01__categorynumber {
  margin-right: 7px;
}
.p-document01__categoryTitle {
  margin: 0 0 4px;
  font-size: 18px;
  line-height: 1.6;
  color: #202261;
}
.p-document01__categorySmall {
  font-size: 14px;
}
.p-document01__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: 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: #1a1311;
  padding-top: 6px;
}
.p-document01__subtotal {
  width: 280px;
  padding: 0 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #000;
}
.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: #1a1311;
}
.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: #1a1311;
  border-radius: 4px;
  margin: -1px;
}
.p-document01-table th, .p-document01-table td {
  border: solid 1px #000;
}
.p-document01-table th {
  height: 38px;
  padding: 2px 12px;
  background: #f0f4fc;
  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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0 auto 0 0;
}
.p-document01-table__flexRight {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-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 {
  font-size: 18px;
  line-height: 2;
  color: #202261;
}
.p-document01-remarks__txt {
  position: relative;
  width: 100%;
  height: 80px;
  padding: 6px 16px;
  border: 1px solid #000;
  border-radius: 4px;
  color: #1a1311;
  font-size: 16px;
  line-height: 2;
}
.p-document01-remarks__txt::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: calc(100% - 16px);
  border-bottom: 1px dotted #ccc;
}

.p-document01-tableCol {
  overflow: hidden;
  width: calc(100% + 2px);
  margin: -1px;
  border-collapse: collapse;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #1a1311;
}
.p-document01-tableCol th, .p-document01-tableCol td {
  border: 1px solid #000;
}
.p-document01-tableCol th {
  height: 38px;
  padding: 2px 12px;
  background: #f0f4fc;
  color: #000;
  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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: 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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  width: 100%;
  border: 1px solid #000;
  border-radius: 4px;
  line-height: 40px;
}
.p-document01-grandTotal__title {
  width: 284px;
  padding: 8px;
  background: #202261;
  color: #fff;
  font-size: 20px;
}
.p-document01-grandTotal__number {
  width: 430px;
  padding: 8px;
  border-right: 1px solid #000;
  color: #1a1311;
  font-size: 20px;
}
.p-document01-grandTotal__money {
  width: 381px;
  padding: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1a1311;
  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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-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: 1px dotted #999;
  font-size: 16px;
  line-height: 1.6;
  color: #999;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-document01-stamp__left, .p-document01-stamp__right {
  width: 56px;
  height: 56px;
  border: 1px dotted #999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
}
.p-document01-stamp__left {
  left: -28px;
}
.p-document01-stamp__right {
  right: -28px;
}

/*----------------------------------------------
document02
----------------------------------------------*/
.p-document02 {
  padding: 24px 0;
}
.p-document02__wrap {
  width: 1096px;
  margin: 0 auto;
}
.p-document02__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1a1311;
  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: 1px solid #000;
  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: 1px solid #000;
  border-radius: 4px;
  margin-top: 30px;
  padding: 0 16px;
  color: #000;
  text-align: right;
  line-height: 78px;
}
.p-document02__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-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: #1a1311;
}
.p-document02-tableCol th, .p-document02-tableCol td {
  height: 64px;
  line-height: 1.6;
  border: solid 1px #000;
}
.p-document02-tableCol th {
  background: #f0f4fc;
  color: #000;
  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: #1a1311;
  font-size: 16px;
  line-height: 1.6;
}
.p-document02-table th, .p-document02-table td {
  height: 56px;
  padding: 4px 16px;
  border: solid 1px #000;
  font-size: 24px;
}
.p-document02-table th {
  font-weight: normal;
  background: #f0f4fc;
  text-align: left;
}

.p-document02-hotline {
  padding: 24px;
  border: solid 1px #000;
  font-size: 24px;
  text-align: right;
}
.p-document02-hotline__tel {
  margin-bottom: 16px;
}

/*----------------------------------------------
 document03
----------------------------------------------*/
.p-document03 {
  padding: 24px 0;
}
.p-document03__wrap {
  width: 1096px;
  margin: 0 auto;
}
.p-document03__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
}
.p-document03__titleMain {
  display: inline-block;
  padding: 12px 80px;
  border: solid 1px #000;
  border-radius: 4px;
  font-size: 36px;
  font-weight: normal;
  line-height: 1;
  color: #1a1311;
}
.p-document03__titleSub {
  border-bottom: solid 1px #000;
  font-size: 32px;
}
.p-document03__title-text {
  margin: 0 16px 0 0;
  color: #1a1311;
  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: #1a1311;
}
.p-document03__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-document03__logo {
  width: 480px;
}
.p-document03__logo img {
  width: 100%;
}
.p-document03__table {
  border: 1px solid #000;
  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: #202261;
  margin: 32px 0 16px;
}
.p-document03__flexRight {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.p-document03__flexRight .p-document03__table {
  width: 540px;
}

.p-document03-table {
  border-collapse: collapse;
  border: 1px solid transparent;
  width: calc(100% + 2px);
  color: #1a1311;
  border-radius: 4px;
  overflow: hidden;
  margin: -1px;
}
.p-document03-table th, .p-document03-table td {
  height: 40px;
  padding: 0 16px;
  border: 1px solid #000;
  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;
}

/*----------------------------------------------
 御請求計算書 document04
----------------------------------------------*/
.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 #000;
  border-radius: 4px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 64px;
  color: #1a1311;
}
.p-document04__titleSub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 48px;
  padding-bottom: 8px;
  border-bottom: solid 1px #000;
  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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #000;
}
.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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  line-height: 1.6;
  color: #1a1311;
}
.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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: 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: 1px solid #000;
  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: 1px solid transparent;
  width: calc(100% + 2px);
  color: #1a1311;
  border-radius: 4px;
  overflow: hidden;
  margin: -1px;
}
.p-document04-table th, .p-document04-table td {
  height: 40px;
  padding: 0 16px;
  border: 1px solid #000;
  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 #000;
  border-radius: 4px;
}
.p-document04-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 64px;
  padding: 0 24px;
}
.p-document04-list li:not(:last-child) {
  border-bottom: solid 1px #000;
}
.p-document04-list__text {
  font-size: 24px;
}
.p-document04-list__number {
  font-size: 24px;
}

.p-index__titleTable {
  margin-bottom: 8px;
  color: #0b0c2e;
  font-size: 2rem;
  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: #0b0c2e;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .attend-staff dt {
    font-size: 1.4rem;
  }
}
.attend-staff dd {
  padding: 16px;
  background-color: #f5f5f5;
  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: #ccc;
  -webkit-transform: translateY(-50%);
  -ms-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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: 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: #202261;
  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: 80px;
  }
}
@media screen and (max-width: 960px) {
  .p-login__logo {
    max-width: 64px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .p-login__logo {
    max-width: 48px;
    margin-bottom: 16px;
  }
}
.p-login input {
  width: 100%;
  height: 48px;
  margin-bottom: 16px;
  padding: 0 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #202261;
  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: #ccc;
}
.p-login ::-moz-placeholder {
  color: #ccc;
}
.p-login :-ms-input-placeholder {
  color: #ccc;
}
.p-login ::-ms-input-placeholder {
  color: #ccc;
}
.p-login ::placeholder {
  color: #ccc;
}
.p-login__link {
  display: inline-block;
  margin-bottom: 32px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.6;
}

/*------------------------------------------------------------
member
------------------------------------------------------------*/
.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: #202261;
  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: #202261;
  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%);
  -ms-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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-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);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    border: solid 2px #202261;
    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: #202261;
  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);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
  }
}
.p-ordering .c-tab__link {
  display: block;
  padding: 6px 12px;
  border-style: solid;
  border-color: #202261;
  border-width: 2px 2px 0;
  border-radius: 4px 4px 0 0;
  color: #202261;
  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: 1px solid #ccc;
  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: #0B0C2E;
}
.p-ordering .c-table__text {
  padding: 12px 16px;
  border-left: 0;
  border-right: 1px solid #ccc;
}
.p-ordering .c-table__input {
  padding: 0 16px;
}
.p-ordering .c-form {
  margin-top: 30px;
}
.p-ordering .c-form__btn {
  margin-top: 20px;
}

/*----------------------------------------------
/project/detail/
----------------------------------------------*/
.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 #D09229;
  box-shadow: 0 2px #D09229;
}
.projectdtl .c-form__number {
  width: 240px;
}
.projectdtl .c-form__type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: 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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: 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: #E6E6E6;
  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: #0B0C2E;
  width: 100%;
  text-align: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px #ccc;
  box-shadow: 0 2px #ccc;
}
.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, #e3e3e3, #f9f9f9);
}
.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%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 27px;
}
.projectdtl .c-form__addFile {
  font-size: 16px;
  line-height: 1.6;
  color: #ccc;
  margin-left: 16px;
}
.projectdtl .c-form__btn {
  margin-top: -14px;
}

/*------------------------------------------------------------
project
------------------------------------------------------------*/
.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 */
