@charset "UTF-8";
button, [type=button], [type=reset], [type=submit] {
  appearance: none;
  background-color: #1565c0;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-align: center;
  text-decoration: none;
  transition: background-color 150ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
button:disabled:hover, [type=button]:disabled:hover, [type=reset]:disabled:hover, [type=submit]:disabled:hover {
  background-color: #1565c0;
}

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

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0;
}

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.375em;
}

input,
select,
textarea {
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 16px;
}

[type=color], [type=date], [type=datetime], [type=datetime-local], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], input:not([type]), textarea {
  appearance: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color 150ms ease;
  width: 100%;
}
[type=color]:hover, [type=date]:hover, [type=datetime]:hover, [type=datetime-local]:hover, [type=email]:hover, [type=month]:hover, [type=number]:hover, [type=password]:hover, [type=search]:hover, [type=tel]:hover, [type=text]:hover, [type=time]:hover, [type=url]:hover, [type=week]:hover, input:not([type]):hover, textarea:hover {
  border-color: #b1b1b1;
}
[type=color]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, input:not([type]):focus, textarea:focus {
  border-color: #1565c0;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(21, 101, 192, 0.7);
  outline: none;
}
[type=color]:disabled, [type=date]:disabled, [type=datetime]:disabled, [type=datetime-local]:disabled, [type=email]:disabled, [type=month]:disabled, [type=number]:disabled, [type=password]:disabled, [type=search]:disabled, [type=tel]:disabled, [type=text]:disabled, [type=time]:disabled, [type=url]:disabled, [type=week]:disabled, input:not([type]):disabled, textarea:disabled {
  background-color: #f2f2f2;
  cursor: not-allowed;
}
[type=color]:disabled:hover, [type=date]:disabled:hover, [type=datetime]:disabled:hover, [type=datetime-local]:disabled:hover, [type=email]:disabled:hover, [type=month]:disabled:hover, [type=number]:disabled:hover, [type=password]:disabled:hover, [type=search]:disabled:hover, [type=tel]:disabled:hover, [type=text]:disabled:hover, [type=time]:disabled:hover, [type=url]:disabled:hover, [type=week]:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
  border: 1px solid #ddd;
}
[type=color]::placeholder, [type=date]::placeholder, [type=datetime]::placeholder, [type=datetime-local]::placeholder, [type=email]::placeholder, [type=month]::placeholder, [type=number]::placeholder, [type=password]::placeholder, [type=search]::placeholder, [type=tel]::placeholder, [type=text]::placeholder, [type=time]::placeholder, [type=url]::placeholder, [type=week]::placeholder, input:not([type])::placeholder, textarea::placeholder {
  color: #858585;
}

textarea {
  resize: vertical;
}

[type=checkbox],
[type=radio] {
  display: inline;
  margin-right: 0.375em;
}

[type=file] {
  margin-bottom: 0.75em;
  width: 100%;
}

select {
  margin-bottom: 0.75em;
  width: 100%;
}

[type=checkbox]:focus,
[type=radio]:focus,
[type=file]:focus,
select:focus {
  outline: 3px solid rgba(21, 101, 192, 0.6);
  outline-offset: 2px;
}

html {
  box-sizing: border-box;
}

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

html,
body {
  height: 100%;
}

body {
  margin: 0;
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

dl {
  margin: 0;
}

dt {
  font-weight: 600;
  margin: 0;
}

dd {
  margin: 0;
}

figure {
  margin: 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

table {
  border-collapse: collapse;
  margin: 1.5em 0;
  table-layout: fixed;
  text-align: left;
  width: 100%;
}

thead {
  line-height: 1.2;
  vertical-align: bottom;
}

tbody {
  vertical-align: top;
}

tr {
  border-bottom: 1px solid #ddd;
}

th {
  font-weight: 600;
}

th,
td {
  padding: 0.75em 0.75em 0.75em 0;
}

html {
  color: #333;
  font-size: 62.5%;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1.8rem;
  line-height: 1.2;
  margin: 0 0 0.75em;
}

p {
  margin: 0 0 0.75em;
}

a:focus {
  outline: none;
  border: 0;
}

select:focus {
  outline: none;
  border: 0;
}

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0;
}

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

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

h2, h3, h4, h5 {
  letter-spacing: 0.05em;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  h2, h3, h4, h5 {
    font-size: 1.8rem;
  }
}

dd, dt {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  dd, dt {
    font-size: 1.3rem;
  }
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

strong {
  font-size: 1.25rem;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #000100;
  letter-spacing: 0.05em;
}
a:hover {
  opacity: 0.8;
  color: #005993;
  text-decoration: none;
}
a:focus {
  outline: inherit;
  outline-offset: inherit;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

span {
  font-size: 1em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  span {
    font-size: 11px;
  }
}

p {
  font-size: 1em;
  letter-spacing: 0.01em;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 0.8em;
  }
}

input, select {
  vertical-align: middle;
}

textarea {
  width: 100%;
  padding: 5px;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border-style: none;
}

li {
  list-style: none;
  font-size: 1em;
  letter-spacing: 0.01em;
  line-height: 1.8;
}

img.alignleft {
  text-align: left;
}

img.aligncenter {
  display: block;
  margin: 1px auto;
}

img.alignright {
  display: block;
  margin: 1px 1px 1px auto;
}

.content-width {
  width: 98%;
  max-width: 1400px;
  margin: 0 auto;
}

.content-width--max {
  max-width: 1600px !important;
  width: 95%;
}

.width-100 {
  width: 100% !important;
  display: block !important;
}

.content-center {
  justify-content: center !important;
}

.content-left {
  justify-content: left !important;
}

.lineheight-12 {
  line-height: 1.2 !important;
}

.lineheight-14 {
  line-height: 1.4 !important;
}

.lineheight-18 {
  line-height: 1.8 !important;
}

.lineheight-22 {
  line-height: 2.2 !important;
}

.width-72 {
  width: 72px !important;
}

main {
  padding: 0px 0px 80px;
}

.my-1 {
  margin: 1em 0px !important;
}

.d-flex {
  display: flex;
  flex-wrap: wrap;
}

.text-max-size {
  font-size: 10px !important;
}

.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

.d-none {
  display: none !important;
}

.w-max-630 {
  max-width: 630px !important;
}

.col-3-1 {
  width: 100%;
  padding: 1%;
}
@media screen and (min-width: 768px) {
  .col-3-1 {
    width: 33.33%;
    padding: 2%;
  }
}

.col-2-1 {
  width: 50%;
  padding: 2%;
}

.col-1-1 {
  width: 100%;
  padding: 2%;
}

.col-3-2 {
  width: 100%;
  padding: 1%;
}
@media screen and (min-width: 768px) {
  .col-3-2 {
    width: 66.666%;
    padding: 2%;
  }
}

.col-5-2 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .col-5-2 {
    width: 40%;
  }
}

.col-5-3 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .col-5-3 {
    width: 60%;
  }
}

.border-top-2 {
  border-top: 2px solid #000 !important;
}

.border-bottom {
  border-bottom: 1px solid #ccc !important;
}

.border-top {
  border-top: 1px solid #ccc !important;
}

.border-right {
  border-right: 1px solid #ccc !important;
}

.background {
  background-color: #f7f7f7;
}

.ml-1 {
  margin-left: 1em !important;
}

.ml-2 {
  margin-left: 2em !important;
}

.text-decoration {
  text-decoration: underline !important;
}

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

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

.text-left {
  text-align: left !important;
}

.item-center {
  align-items: center !important;
}

.border {
  border: 1px solid #eee;
  border-radius: 5px;
  background-color: #fff;
}

.color-link {
  color: #005993 !important;
}

.pt-30 {
  padding: 30px 0px;
}

.pa-0 {
  padding: 0em !important;
}

.px-0 {
  padding-right: 0em !important;
  padding-left: 0em !important;
}

.px-small {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.px-1 {
  padding-right: 1em !important;
  padding-left: 1em !important;
}

.mx-1 {
  margin: 0px 1em !important;
}

.pa-1 {
  padding: 1em !important;
}

.py-1 {
  padding-top: 1em !important;
  padding-bottom: 1em !important;
}

.py-2 {
  padding-top: 2em !important;
  padding-bottom: 2em !important;
}

.pa-2 {
  padding: 2em !important;
}

.pl-2 {
  padding-left: 2em !important;
}

.pr-1 {
  padding-right: 1em !important;
}

.pr-2 {
  padding-right: 2em !important;
}

@media screen and (max-width: 767px) {
  .pa-10-mobile {
    padding: 10px !important;
  }
}

.mb-0 {
  margin-bottom: 0em !important;
}

.mt-1 {
  margin-top: 1em !important;
}

.mb-1 {
  margin-bottom: 1em !important;
}

.mb-2 {
  margin-bottom: 2em !important;
}

.mb-3 {
  margin-bottom: 3em !important;
}

.mb-4 {
  margin-bottom: 4em !important;
}

.mr-1 {
  margin-right: 1em !important;
}

.ma-0 {
  margin: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.mt-1 {
  margin-top: 1em !important;
}

.mt-2 {
  margin-top: 2em !important;
}

@media screen and (max-width: 767px) {
  strong {
    font-size: 14px;
  }
}

.bg-blue {
  background-color: blue !important;
  color: #fff !important;
}

.hover:hover {
  background-color: #005993;
  color: #fff;
  transition: all 0.3s ease;
}

.font-small {
  font-size: 10px !important;
}

.font-11 {
  font-size: 11px !important;
}

.font-12 {
  font-size: 12px !important;
}

.font-14 {
  font-size: 14px !important;
}

.font-18 {
  font-size: 18px !important;
}

.font-2 {
  font-size: 2rem !important;
}

.total-txt {
  font-weight: bold;
  font-size: 16px;
}

.pagenation {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px auto 0px;
}
.pagenation li {
  margin-right: 15px;
}
.pagenation li:last-child {
  margin-right: 0px;
}
.pagenation li span, .pagenation li a {
  font-size: 14px;
  color: #363636;
  display: block;
  font-weight: bold;
}
@media screen and (min-width: 600px) {
  .pagenation li span, .pagenation li a {
    font-size: 19px;
  }
}
.pagenation li button {
  border: 1px solid #005993 !important;
  padding: 10px 15px;
}
.pagenation li .active {
  color: #005993;
  background-color: #fff;
  border: 1px solid #005993 !important;
}

.bread-crumb {
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
  background-color: #fff;
  padding-bottom: 2px;
}
.bread-crumb-list {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  overflow-x: scroll;
  word-break: keep-all;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.bread-crumb-list li {
  margin-right: 10px;
}
.bread-crumb-list li:after {
  content: ">";
  color: #aaa;
  margin-left: 10px;
  font-size: 10px;
  color: #aaa;
}
@media screen and (min-width: 600px) {
  .bread-crumb-list li:after {
    font-size: 13px;
  }
}
.bread-crumb-list li:last-child:after {
  content: "";
}
.bread-crumb-list li a, .bread-crumb-list li span {
  font-size: 10px;
  color: #aaa;
}
@media screen and (min-width: 600px) {
  .bread-crumb-list li a, .bread-crumb-list li span {
    font-size: 13px;
  }
}
.bread-crumb-list li a {
  text-decoration: underline;
}

.submit-circle {
  background-color: #00B344;
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50%;
  color: #fff;
  margin: 0 auto;
  position: relative;
}
.submit-circle svg {
  position: absolute;
  right: 50%;
  bottom: 50%;
  transform: translate(50%, 50%);
}
.submit-circle:hover {
  cursor: pointer;
  color: #fff;
}

.btn-delete-circle {
  background-color: #cf0010;
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50%;
  color: #fff;
  margin: 0 auto;
  position: relative;
}
.btn-delete-circle svg {
  position: absolute;
  right: 50%;
  bottom: 50%;
  transform: translate(50%, 50%);
}
.btn-delete-circle:hover {
  cursor: pointer;
  color: #fff;
}

.btn-delete-circle--small {
  background-color: #cf0010;
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 50%;
  color: #fff;
  position: relative;
  font-size: 10px;
}
.btn-delete-circle--small svg {
  position: absolute;
  right: 50%;
  bottom: 50%;
  transform: translate(50%, 50%);
}
.btn-delete-circle--small:hover {
  cursor: pointer;
  color: #fff;
}

.red {
  color: #cf0010;
}

.trash-icon {
  background: inherit;
  color: #cf0010;
  padding: 0px;
}

.orderby-btn:hover {
  cursor: pointer;
  opacity: 0.8;
}

.active svg {
  color: #cf0010;
}

.page-col {
  display: flex;
  flex-wrap: wrap;
}
.page-col .page-col-2-1 {
  width: 50%;
}

.status-id-2 {
  display: inline-block;
  background-color: #333;
  color: #fff;
  font-size: 10px;
  padding: 2px 8px;
  border-radius: 3px;
  margin: 0px 5px;
}

.status-id-1 {
  display: inline-block;
  background-color: #005993;
  color: #fff;
  font-size: 10px !important;
  padding: 2px 8px;
  border-radius: 3px;
  margin: 0px 5px;
}

.status-id-50 {
  display: inline-block;
  background-color: #00B344;
  color: #fff;
  font-size: 10px !important;
  padding: 2px 8px;
  border-radius: 3px;
  margin: 0px 5px;
}

.status-id-99 {
  display: inline-block;
  background-color: #cf0010;
  color: #fff;
  font-size: 11px !important;
  padding: 2px 8px;
  border-radius: 3px;
  margin: 0px 5px;
}

.color-bg-green {
  background-color: #00B344 !important;
  color: #fff;
}

.color-bg-red {
  background-color: #cf0010 !important;
  color: #fff;
}

.color-bg-blue {
  background-color: #005993 !important;
  color: #fff;
}

.color-green {
  color: #00B344 !important;
}

.bill_level_color_1 {
  color: #005993;
}

.bill_level_color_1 {
  color: #005993;
}

.bill_level_color_3 {
  color: #cf0010;
}

.bill_level_color_4 {
  color: #00B344;
}

.bill_level_else_4 td, .bill_level_else_4 th {
  background-color: rgba(0, 179, 68, 0.15) !important;
}

.yield_level_else_0 td, .yield_level_else_0 th {
  background-color: rgba(0, 179, 68, 0.15) !important;
}

.documment_img_desc {
  overflow-x: scroll;
  text-align: center;
}
.documment_img_desc img {
  min-width: 450px;
  width: 100%;
  max-width: 450px;
}
.documment_img_desc table {
  min-width: 450px;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
}
.documment_img_desc table th, .documment_img_desc table td {
  font-size: 15px;
  text-align: center;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  vertical-align: middle;
  background-color: #fff;
  padding: 3px 0px;
}
@media screen and (max-width: 767px) {
  .documment_img_desc table th, .documment_img_desc table td {
    font-size: 12px;
  }
}
.documment_img_desc table th img, .documment_img_desc table td img {
  width: 40px;
  min-width: auto;
}
@media screen and (max-width: 767px) {
  .documment_img_desc table th img, .documment_img_desc table td img {
    display: block;
    margin: 0 auto;
    width: 30px;
  }
}
.documment_img_desc .roles_level_subscriber tr:nth-child(3) th, .documment_img_desc .roles_level_subscriber tr:nth-child(3) td {
  background-color: pink;
}
.documment_img_desc .roles_level_contributor tr:nth-child(2) th, .documment_img_desc .roles_level_contributor tr:nth-child(2) td, .documment_img_desc .roles_level_team tr:nth-child(2) th, .documment_img_desc .roles_level_team tr:nth-child(2) td {
  background-color: pink;
}
.documment_img_desc .table_type_estimate {
  /*
  tr{
      td,th{
          &:nth-of-type(2){
              background-color: rgba($color:blue, $alpha: .9);
              color: #fff;
          }
      }
  }
  */
}
.documment_img_desc .table_now_doc_estimate th:nth-of-type(2) {
  background-color: rgba(0, 0, 255, 0.9);
  color: #fff;
}
.documment_img_desc .table_now_doc_purchase th:nth-of-type(3) {
  background-color: rgba(0, 0, 255, 0.9);
  color: #fff;
}
.documment_img_desc .table_now_doc_ukeoi th:nth-of-type(4) {
  background-color: rgba(0, 0, 255, 0.9);
  color: #fff;
}
.documment_img_desc .table_bill_level_1_2 tr td:nth-of-type(2) {
  background-color: rgba(0, 0, 255, 0.9);
  color: #fff;
}
.documment_img_desc .table_bill_level_1_1 tr td:nth-of-type(3) {
  background-color: rgba(0, 0, 255, 0.9);
  color: #fff;
}
.documment_img_desc .table_bill_level_2_1 tr td:nth-of-type(5), .documment_img_desc .table_bill_level_2_1_1 tr td:nth-of-type(5) {
  background-color: rgba(0, 0, 255, 0.9);
  color: #fff;
}
.documment_img_desc .table_bill_level_2_1_2 tr th:nth-of-type(2) {
  background-color: rgba(0, 0, 255, 0.9);
  color: #fff;
}
.documment_img_desc .table_bill_level_2_1_2 tr td:nth-of-type(4) {
  background-color: rgba(0, 0, 255, 0.9);
  color: #fff;
}
.documment_img_desc .table_bill_level_2_2 tr td:nth-of-type(4) {
  background-color: rgba(0, 0, 255, 0.9);
  color: #fff;
}
.documment_img_desc .table_bill_level_3_1 tr td:nth-of-type(7) {
  background-color: rgba(0, 0, 255, 0.9);
  color: #fff;
}
.documment_img_desc .table_bill_level_4_1 tr td:nth-of-type(8) {
  background-color: rgba(0, 0, 255, 0.9);
  color: #fff;
}
.documment_img_desc .table_bill_level_1_subscriber tr td:nth-of-type(2), .documment_img_desc .table_bill_level_1_subscriber tr th:nth-of-type(2) {
  background-color: rgba(0, 0, 255, 0.9);
  color: #fff;
}
.documment_img_desc .table_bill_level_2_subscriber tr th:nth-of-type(3) {
  background-color: rgba(0, 0, 255, 0.9);
  color: #fff;
}
.documment_img_desc .table_bill_level_2_subscriber tr td:nth-of-type(4) {
  background-color: rgba(0, 0, 255, 0.9);
  color: #fff;
}
.documment_img_desc .table_bill_level_3_subscriber tr th:nth-of-type(4) {
  background-color: rgba(0, 0, 255, 0.9);
  color: #fff;
}
.documment_img_desc .table_bill_level_3_subscriber tr td:nth-of-type(6) {
  background-color: rgba(0, 0, 255, 0.9);
  color: #fff;
}
.documment_img_desc .table_bill_level_4_subscriber tr th:nth-of-type(5) {
  background-color: rgba(0, 0, 255, 0.9);
  color: #fff;
}
.documment_img_desc .table_bill_level_4_subscriber tr td:nth-of-type(8) {
  background-color: rgba(0, 0, 255, 0.9);
  color: #fff;
}
.documment_img_desc .table_bill_level_1_contributor tr td:nth-of-type(2), .documment_img_desc .table_bill_level_1_contributor tr th:nth-of-type(2), .documment_img_desc .table_bill_level_1_team tr td:nth-of-type(2), .documment_img_desc .table_bill_level_1_team tr th:nth-of-type(2) {
  background-color: rgba(0, 0, 255, 0.9);
  color: #fff;
}
.documment_img_desc .table_bill_level_2_contributor tr th:nth-of-type(3), .documment_img_desc .table_bill_level_2_team tr th:nth-of-type(3) {
  background-color: rgba(0, 0, 255, 0.9);
  color: #fff;
}
.documment_img_desc .table_bill_level_2_contributor tr td:nth-of-type(4), .documment_img_desc .table_bill_level_2_team tr td:nth-of-type(4) {
  background-color: rgba(0, 0, 255, 0.9);
  color: #fff;
}
.documment_img_desc .table_bill_level_3_contributor tr th:nth-of-type(4), .documment_img_desc .table_bill_level_3_team tr th:nth-of-type(4) {
  background-color: rgba(0, 0, 255, 0.9);
  color: #fff;
}
.documment_img_desc .table_bill_level_3_contributor tr td:nth-of-type(6), .documment_img_desc .table_bill_level_3_team tr td:nth-of-type(6) {
  background-color: rgba(0, 0, 255, 0.9);
  color: #fff;
}
.documment_img_desc .table_bill_level_4_contributor tr th:nth-of-type(5), .documment_img_desc .table_bill_level_4_team tr th:nth-of-type(5) {
  background-color: rgba(0, 0, 255, 0.9);
  color: #fff;
}
.documment_img_desc .table_bill_level_4_contributor tr td:nth-of-type(8), .documment_img_desc .table_bill_level_4_team tr td:nth-of-type(8) {
  background-color: rgba(0, 0, 255, 0.9);
  color: #fff;
}
.documment_img_desc .table_mybill_level_4_contributor tr th:nth-of-type(3), .documment_img_desc .table_mybill_level_4_team tr th:nth-of-type(3) {
  background-color: rgba(0, 0, 255, 0.9);
  color: #fff;
}
.documment_img_desc .table_mybill_level_4_contributor tr td:nth-of-type(3), .documment_img_desc .table_mybill_level_4_team tr td:nth-of-type(3) {
  background-color: rgba(0, 0, 255, 0.9);
  color: #fff;
}
.documment_img_desc .documment_img_desc-blue {
  width: 15px;
  height: 15px;
  background-color: rgba(0, 0, 255, 0.9);
  display: inline-block;
  margin-right: 5px;
  border: 1px solid #000;
}
.documment_img_desc .documment_img_desc-green {
  width: 15px;
  height: 15px;
  background-color: pink;
  display: inline-block;
  margin-right: 5px;
  border: 1px solid #000;
}

.warning {
  color: #edb918 !important;
  border: 1px solid #edb918 !important;
  background-color: rgba(237, 185, 24, 0.08);
  padding: 5px 10px;
  font-size: 13px;
}
@media screen and (min-width: 600px) {
  .warning {
    font-size: 15px;
  }
}

.normal {
  color: #00B344 !important;
  border: 1px solid #00B344 !important;
  background-color: rgba(0, 179, 68, 0.08);
  padding: 5px 10px;
  font-size: 13px;
}
@media screen and (min-width: 600px) {
  .normal {
    font-size: 15px;
  }
}

.error {
  color: red !important;
  border: 1px solid red !important;
  background-color: rgba(255, 0, 0, 0.08);
  padding: 5px 10px;
  font-size: 13px;
}
@media screen and (min-width: 600px) {
  .error {
    font-size: 15px;
  }
}

.status-color-finish span {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #c6ead3;
  margin-right: 5px;
  border: 1px solid #000;
}

.status-color-orange span {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: rgba(255, 0, 0, 0.2);
  margin-right: 5px;
  border: 1px solid #000;
}

/*
.table_yiled_level_1_contributor,.table_yiled_level_1_team{
    tr{
        th{
            &:nth-of-type(5){
                background-color: rgba($color:blue, $alpha: .9);
                color: #fff;
            }
        }
        td{
            &:nth-of-type(7){
                background-color: rgba($color:blue, $alpha: .9) !important;
                color: #fff !important;
                span{
                    color: #fff !important;
                }
            }
        }
    }
}
*/
.table_yiled_level_3_contributor tr th:nth-of-type(6), .table_yiled_level_3_team tr th:nth-of-type(6) {
  background-color: rgba(0, 0, 255, 0.9);
  color: #fff;
}
.table_yiled_level_3_contributor tr td:nth-of-type(8), .table_yiled_level_3_team tr td:nth-of-type(8) {
  background-color: rgba(0, 0, 255, 0.9) !important;
  color: #fff !important;
}

.table_yiled_level_3_subscriber tr th:nth-of-type(6) {
  background-color: rgba(0, 0, 255, 0.9);
  color: #fff;
}
.table_yiled_level_3_subscriber tr td:nth-of-type(8) {
  background-color: rgba(0, 0, 255, 0.9) !important;
  color: #fff !important;
}

.table_yiled_level_4_subscriber tr th:nth-of-type(7) {
  background-color: rgba(0, 0, 255, 0.9);
  color: #fff;
}
.table_yiled_level_4_subscriber tr td:nth-of-type(9) {
  background-color: rgba(0, 0, 255, 0.9) !important;
  color: #fff !important;
}

.table_yiled_level_4_contributor tr th:nth-of-type(7), .table_yiled_level_4_team tr th:nth-of-type(7) {
  background-color: rgba(0, 0, 255, 0.9);
  color: #fff;
}
.table_yiled_level_4_contributor tr td:nth-of-type(10), .table_yiled_level_4_team tr td:nth-of-type(10) {
  background-color: rgba(0, 0, 255, 0.9) !important;
  color: #fff !important;
}

.table_yiled_level_child_0 .table_yiled_level_1_subscriber tr th:nth-of-type(2), .table_yiled_level_child_0 .table_yiled_level_1_contributor tr th:nth-of-type(2), .table_yiled_level_child_0 .table_yiled_level_1_team tr th:nth-of-type(2) {
  background-color: rgba(0, 0, 255, 0.9);
  color: #fff;
}
.table_yiled_level_child_0 .table_yiled_level_1_subscriber tr td:nth-of-type(2), .table_yiled_level_child_0 .table_yiled_level_1_contributor tr td:nth-of-type(2), .table_yiled_level_child_0 .table_yiled_level_1_team tr td:nth-of-type(2) {
  background-color: rgba(0, 0, 255, 0.9) !important;
  color: #fff !important;
}

.table_yiled_level_child_1 .table_yiled_level_1_subscriber tr th:nth-of-type(3), .table_yiled_level_child_1 .table_yiled_level_1_contributor tr th:nth-of-type(3), .table_yiled_level_child_1 .table_yiled_level_1_team tr th:nth-of-type(3) {
  background-color: rgba(0, 0, 255, 0.9);
  color: #fff;
}
.table_yiled_level_child_1 .table_yiled_level_1_subscriber tr td:nth-of-type(3), .table_yiled_level_child_1 .table_yiled_level_1_contributor tr td:nth-of-type(3), .table_yiled_level_child_1 .table_yiled_level_1_team tr td:nth-of-type(3) {
  background-color: rgba(0, 0, 255, 0.9) !important;
  color: #fff !important;
}

.table_yiled_level_child_2 .table_yiled_level_1_subscriber tr th:nth-of-type(4), .table_yiled_level_child_2 .table_yiled_level_1_contributor tr th:nth-of-type(4), .table_yiled_level_child_2 .table_yiled_level_1_team tr th:nth-of-type(4), .table_yiled_level_child_2_0 .table_yiled_level_1_subscriber tr th:nth-of-type(4), .table_yiled_level_child_2_0 .table_yiled_level_1_contributor tr th:nth-of-type(4), .table_yiled_level_child_2_0 .table_yiled_level_1_team tr th:nth-of-type(4) {
  background-color: rgba(0, 0, 255, 0.9);
  color: #fff;
}
.table_yiled_level_child_2 .table_yiled_level_1_subscriber tr td:nth-of-type(5), .table_yiled_level_child_2 .table_yiled_level_1_contributor tr td:nth-of-type(5), .table_yiled_level_child_2 .table_yiled_level_1_team tr td:nth-of-type(5), .table_yiled_level_child_2_0 .table_yiled_level_1_subscriber tr td:nth-of-type(5), .table_yiled_level_child_2_0 .table_yiled_level_1_contributor tr td:nth-of-type(5), .table_yiled_level_child_2_0 .table_yiled_level_1_team tr td:nth-of-type(5) {
  background-color: rgba(0, 0, 255, 0.9) !important;
  color: #fff !important;
}

.table_yiled_level_child_4 tr th:nth-of-type(5) {
  background-color: rgba(0, 0, 255, 0.9);
  color: #fff;
}
.table_yiled_level_child_4 tr td:nth-of-type(7) {
  background-color: rgba(0, 0, 255, 0.9) !important;
  color: #fff !important;
}
.table_yiled_level_child_4 tr td:nth-of-type(7) span {
  color: #fff !important;
}

.table_yiled_level_child_4_0 .table_yiled_level_1_subscriber tr th:nth-of-type(5), .table_yiled_level_child_4_0 .table_yiled_level_1_contributor tr th:nth-of-type(5), .table_yiled_level_child_4_0 .table_yiled_level_1_team tr th:nth-of-type(5) {
  background-color: rgba(0, 0, 255, 0.9);
  color: #fff;
}
.table_yiled_level_child_4_0 .table_yiled_level_1_subscriber tr:nth-child(3) td:nth-of-type(7), .table_yiled_level_child_4_0 .table_yiled_level_1_contributor tr:nth-child(3) td:nth-of-type(7), .table_yiled_level_child_4_0 .table_yiled_level_1_team tr:nth-child(3) td:nth-of-type(7) {
  background-color: rgba(0, 0, 255, 0.9) !important;
  color: #fff !important;
}
.table_yiled_level_child_4_0 .table_yiled_level_1_subscriber tr:nth-child(3) td:nth-of-type(7) span, .table_yiled_level_child_4_0 .table_yiled_level_1_contributor tr:nth-child(3) td:nth-of-type(7) span, .table_yiled_level_child_4_0 .table_yiled_level_1_team tr:nth-child(3) td:nth-of-type(7) span {
  color: #fff !important;
}

.table_yiled_level_child_4_1 .table_yiled_level_1_subscriber tr th:nth-of-type(5), .table_yiled_level_child_4_1 .table_yiled_level_1_contributor tr th:nth-of-type(5), .table_yiled_level_child_4_1 .table_yiled_level_1_team tr th:nth-of-type(5) {
  background-color: rgba(0, 0, 255, 0.9);
  color: #fff;
}
.table_yiled_level_child_4_1 .table_yiled_level_1_subscriber tr:nth-child(2) td:nth-of-type(7), .table_yiled_level_child_4_1 .table_yiled_level_1_contributor tr:nth-child(2) td:nth-of-type(7), .table_yiled_level_child_4_1 .table_yiled_level_1_team tr:nth-child(2) td:nth-of-type(7) {
  background-color: rgba(0, 0, 255, 0.9) !important;
  color: #fff !important;
}
.table_yiled_level_child_4_1 .table_yiled_level_1_subscriber tr:nth-child(2) td:nth-of-type(7) span, .table_yiled_level_child_4_1 .table_yiled_level_1_contributor tr:nth-child(2) td:nth-of-type(7) span, .table_yiled_level_child_4_1 .table_yiled_level_1_team tr:nth-child(2) td:nth-of-type(7) span {
  color: #fff !important;
}

.top {
  padding-top: 80px;
}

.header {
  background-color: #fff;
  padding: 10px 0px;
  border-bottom: 1px solid #eee;
}
@media screen and (min-width: 600px) {
  .header {
    padding: 0px 0px;
  }
}
.header-wrap {
  width: 100%;
  padding-left: 5%;
  margin: 0 auto;
  position: relative;
}
.header-wrap__logo {
  padding: 10px 0px;
}
@media screen and (min-width: 600px) {
  .header-wrap__logo {
    padding: 6px 0px;
  }
}
.header-wrap__logo a {
  display: block;
}
.header-wrap__logo h2 {
  margin: 0px;
  font-size: 11px;
  color: #005993;
  line-height: 2.6;
}
@media screen and (min-width: 600px) {
  .header-wrap__logo h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .header-wrap .header-wrap__menu--admin {
    display: none;
  }
}
.header-wrap .header-wrap__menu__nonelogin {
  right: 0px !important;
}
@media screen and (max-width: 767px) {
  .header-wrap .header-wrap__menu__nonelogin {
    right: 15px !important;
    top: 10px;
  }
}
.header-wrap__menu {
  position: absolute;
  right: 225px;
  top: -10px;
  height: auto;
}
@media screen and (min-width: 600px) {
  .header-wrap__menu {
    top: -1px;
  }
}
.header-wrap__menu ul {
  display: flex;
  align-items: center;
}
.header-wrap__menu ul li {
  margin-right: 10px;
  line-height: 1;
}
@media screen and (min-width: 600px) {
  .header-wrap__menu ul li {
    margin-right: 30px;
  }
}
.header-wrap__menu ul li:last-child {
  margin-right: 0px;
}
.header-wrap__menu ul li a {
  font-size: 12px;
  line-height: 1;
  vertical-align: middle;
}
@media screen and (min-width: 600px) {
  .header-wrap__menu ul li a {
    font-size: 16px;
  }
}
.header-wrap__menu ul .btn a {
  display: block;
  background-color: #005993;
  height: 100%;
  padding: 10px 10px;
  color: #fff;
  text-align: center;
  font-size: 11px;
}
@media screen and (min-width: 600px) {
  .header-wrap__menu ul .btn a {
    padding: 25px 30px;
    font-size: 15px;
  }
}
.header-wrap__menu ul .header-wrap__menu__name {
  width: 200px;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 10px;
  color: #005993;
  position: relative;
  top: 12px;
  text-align: right;
}
@media screen and (min-width: 600px) {
  .header-wrap__menu ul .header-wrap__menu__name {
    top: 4px;
    text-align: left;
  }
}
.header-wrap__menu ul .header-wrap__menu__name a {
  color: #005993;
  font-size: 13px;
}
@media screen and (min-width: 600px) {
  .header-wrap__menu ul .header-wrap__menu__name a {
    font-size: 15px;
  }
}
.header-wrap__menu .subscriber-login li {
  display: none;
}
@media screen and (min-width: 600px) {
  .header-wrap__menu .subscriber-login li {
    display: block;
  }
}
.header-wrap__menu .humberger_menu {
  display: none;
  position: absolute;
  top: 46.6px;
  width: 200px;
  right: 0px;
  background-color: #fff;
  padding: 10px;
}
@media screen and (min-width: 600px) {
  .header-wrap__menu .humberger_menu {
    width: 220px;
    padding: 10px 20px;
  }
}
.header-wrap__menu .humberger_menu li {
  text-align: right;
  margin-bottom: 6px;
  margin-right: 0px;
}
.header-wrap__menu .humberger_menu li:last-child {
  margin-bottom: 0px;
}

.footer {
  padding: 30px 0px 50px;
  background-color: #222;
}
@media screen and (min-width: 600px) {
  .footer {
    padding: 90px 0px;
  }
}
.footer .copyright {
  text-align: center;
  font-size: 13px;
  text-align: center;
  color: #777;
}
.footer .footer-wrap {
  display: flex;
  margin-bottom: 60px;
  align-items: center;
  flex-wrap: wrap-reverse;
}
@media screen and (min-width: 600px) {
  .footer .footer-wrap {
    flex-wrap: wrap;
  }
}
.footer .footer-wrap__logo {
  width: 350px;
  border-right: 0px solid #777;
}
@media screen and (min-width: 600px) {
  .footer .footer-wrap__logo {
    border-right: 1px solid #777;
  }
}
.footer .footer-wrap__logo h2 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #777;
}
.footer .footer-wrap__logo p {
  margin-bottom: 0px;
  font-size: 15px;
  line-height: 2;
  color: #777;
}
.footer .footer-wrap__logo p a {
  text-decoration: underline;
  color: #777;
}
.footer .footer-wrap__menu {
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .footer .footer-wrap__menu {
    width: calc(100% - 350px);
    margin-bottom: 0px;
  }
}
.footer .footer-wrap__menu ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #777;
  padding: 0px 0px 30px 0px;
}
@media screen and (min-width: 600px) {
  .footer .footer-wrap__menu ul {
    padding: 0px;
    border-bottom: 0px solid #777;
  }
}
.footer .footer-wrap__menu ul li {
  margin-right: 0px;
  line-height: 1.5;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .footer .footer-wrap__menu ul li {
    width: auto;
    margin-right: 20px;
  }
}
.footer .footer-wrap__menu ul li:last-child {
  margin-right: 0px;
}
.footer .footer-wrap__menu ul li a {
  font-size: 13px;
  font-weight: bold;
  color: #777;
}
@media screen and (min-width: 600px) {
  .footer .footer-wrap__menu ul li a {
    font-size: 18px;
  }
}

.page-title h1, .page-title h2 {
  font-size: 16px;
  text-align: center;
  margin-bottom: 2em;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 600px) {
  .page-title h1, .page-title h2 {
    font-size: 2em;
  }
}
.page-title span {
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .page-title span {
    font-size: 1.3rem;
  }
}
.page-title h3 {
  font-size: 15px;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 600px) {
  .page-title h3 {
    font-size: 1.5em;
    margin-bottom: 0.5em;
  }
}
.page-title h4 {
  color: #777;
  font-size: 0.8em;
  border-bottom: 1px solid #777;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  letter-spacing: 0.1em;
}
.page-title p, .page-title time {
  color: #777;
  letter-spacing: 0.1em;
}

.page-profile {
  display: flex;
  position: relative;
  width: 170px;
  flex-wrap: wrap;
  position: absolute;
  right: 10px;
  top: 12px;
  padding-left: 20px;
}
@media screen and (min-width: 600px) {
  .page-profile {
    width: 200px;
    right: 20px;
  }
}
.page-profile .page-profile-master {
  width: 100%;
  text-align: right;
  margin-bottom: 0px;
  font-size: 11px;
  position: absolute;
  right: 0px;
  top: -3px;
}
.page-profile .page-profile-btn {
  display: flex;
  align-items: center;
  padding-top: 0px;
}
.page-profile .page-profile-btn .page-profile-btn__img {
  width: 30px;
}
@media screen and (min-width: 600px) {
  .page-profile .page-profile-btn .page-profile-btn__img {
    width: 45px;
  }
}
.page-profile .page-profile-btn .page-profile-btn__img img {
  width: 25px;
  height: 25px;
  object-fit: cover;
  border-radius: 50%;
}
@media screen and (min-width: 600px) {
  .page-profile .page-profile-btn .page-profile-btn__img img {
    width: 40px;
    height: 40px;
  }
}
.page-profile .page-profile-btn .page-profile-btn__txt {
  width: calc(100% - 30px);
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (min-width: 600px) {
  .page-profile .page-profile-btn .page-profile-btn__txt {
    width: calc(100% - 45px);
  }
}
.page-profile dt {
  font-size: 10px;
}
@media screen and (min-width: 600px) {
  .page-profile dt {
    font-size: 1em;
  }
}
.page-profile dt:hover {
  opacity: 0.8;
  color: #005993;
  cursor: pointer;
}
.page-profile dd {
  position: absolute;
  display: none;
  top: calc(100% + 5px);
  right: 0px;
  font-size: 10px;
  width: 200px;
  padding: 15px 20px;
  z-index: 20;
}
@media screen and (min-width: 600px) {
  .page-profile dd {
    font-size: 1em;
  }
}
.page-profile dd a {
  font-size: 10px;
}
@media screen and (min-width: 600px) {
  .page-profile dd a {
    font-size: 1em;
  }
}

.page .project-list {
  margin-bottom: 40px;
}
.page .project-list li {
  margin-bottom: 1em;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.page .project-list li:hover h3, .page .project-list li:hover time, .page .project-list li:hover span, .page .project-list li:hover p {
  color: #005993;
}
.page .project-list li a {
  display: flex;
  align-items: center;
  width: 100%;
}
.page .project-list li a:hover h3 {
  word-break: keep-all;
  overflow: visible;
}
.page .project-list li time {
  font-size: 0.8em;
}
.page .project-list li h3 {
  font-size: 1em;
  margin-left: 1em;
  display: flex;
  align-items: center;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 13px;
}
.page .project-list li span {
  display: flex;
  align-items: center;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 13px;
  max-width: 110px;
}
.page .page-btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .page .page-btn {
    flex-wrap: nowrap;
  }
}
.page .page-btn .page-btn-attention {
  width: 100% !important;
  padding: 10px !important;
  border: 2px solid #cf0010;
  background-color: rgba(207, 0, 16, 0.1);
}
.page .page-btn li {
  margin-right: 1em;
  font-size: 11px;
}
@media screen and (min-width: 600px) {
  .page .page-btn li {
    margin-bottom: 0px;
    font-size: 15px;
  }
}
.page .page-btn li:last-child {
  margin-right: 0px;
}
.page .page-btn li a {
  display: block;
  padding: 5px 15px;
  border-radius: 3px;
  font-size: 11px;
  color: #fff;
  line-height: 1.7;
  background-color: #005993;
}
@media screen and (min-width: 600px) {
  .page .page-btn li a {
    font-size: 0.9em;
  }
}
.page .page-btn li span {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  margin-right: 5px;
}
@media screen and (min-width: 600px) {
  .page .page-btn li span {
    font-size: 1.3rem;
  }
}
.page .page-btn li input, .page .page-btn li button {
  padding: 5px 15px;
  display: block;
  line-height: 1.7;
  font-weight: normal;
  font-size: 11px;
}
@media screen and (min-width: 600px) {
  .page .page-btn li input, .page .page-btn li button {
    font-size: 0.9em;
  }
}
.page .page-btn li input:hover, .page .page-btn li button:hover {
  opacity: 0.85;
}
.page .page-btn li input:focus, .page .page-btn li button:focus {
  border: none !important;
  outline: inherit;
}
.page .page-btn li .green {
  background-color: #00B344 !important;
}
.page .page-btn li .delete {
  background-color: #cf0010 !important;
}

.icon-insert {
  color: #00B344;
  font-size: 0.8em;
}
.icon-insert:hover {
  color: #00B344;
}

.box-loading-flex {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.box-loading-flex li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  background-color: #ddd;
  position: relative;
  outline: none;
  overflow: hidden;
  height: 100px;
}
.box-loading-flex li:nth-child(3n) {
  margin-right: 0px;
}
.box-loading-flex li::before {
  content: "";
  /*絶対配置でキラッと光るの位置を決める*/
  position: absolute;
  top: 0;
  left: -35%;
  /*キラッと光る形状*/
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
  animation: 0.8s ease-in 0s infinite forwards running shine;
}

.box-loading li {
  width: 100%;
  height: 30px;
  background-color: #ddd;
  position: relative;
  outline: none;
  overflow: hidden;
}
.box-loading li:nth-child(2) {
  width: 80%;
}
.box-loading li:nth-child(3) {
  width: 60%;
}
.box-loading li::before {
  content: "";
  /*絶対配置でキラッと光るの位置を決める*/
  position: absolute;
  top: 0;
  left: -35%;
  /*キラッと光る形状*/
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
  animation: 0.8s ease-in 0s infinite forwards running shine;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.box-loading .box-loading--table {
  width: 100%;
  height: 30px;
  background-color: #ddd;
  position: relative;
  outline: none;
  overflow: hidden;
  margin-bottom: 10px;
}
.box-loading .box-loading--table:nth-child(1) {
  margin-top: 10px;
}
.box-loading .box-loading--table::before {
  content: "";
  /*絶対配置でキラッと光るの位置を決める*/
  position: absolute;
  top: 0;
  left: -35%;
  /*キラッと光る形状*/
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
  animation: 0.8s ease-in 0s infinite forwards running shine;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}

.content-loading-small--right {
  width: 100%;
  margin: 2px 0px 2px auto;
}
@media screen and (min-width: 600px) {
  .content-loading-small--right {
    margin: 10px 0px 10px auto;
  }
}
.content-loading-small--right p {
  width: 100%;
  height: 20px;
  background-color: #ddd;
  position: relative;
  outline: none;
  overflow: hidden;
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) {
  .content-loading-small--right p {
    height: 30px;
  }
}
.content-loading-small--right p::before {
  content: "";
  /*絶対配置でキラッと光るの位置を決める*/
  position: absolute;
  top: 0;
  left: -35%;
  /*キラッと光る形状*/
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
  animation: 0.8s ease-in 0s infinite forwards running shine;
}

.content-loading-small {
  width: 100px;
  margin: 10px auto;
}
.content-loading-small p {
  width: 100%;
  height: 30px;
  background-color: #ddd;
  position: relative;
  outline: none;
  overflow: hidden;
  margin-bottom: 10px;
}
.content-loading-small p::before {
  content: "";
  /*絶対配置でキラッと光るの位置を決める*/
  position: absolute;
  top: 0;
  left: -35%;
  /*キラッと光る形状*/
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
  animation: 0.8s ease-in 0s infinite forwards running shine;
}

.content-loading h3 {
  width: 100%;
  height: 30px;
  background-color: #ddd;
  position: relative;
  outline: none;
  overflow: hidden;
}
.content-loading h3::before {
  content: "";
  /*絶対配置でキラッと光るの位置を決める*/
  position: absolute;
  top: 0;
  left: -35%;
  /*キラッと光る形状*/
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
  animation: 0.8s ease-in 0s infinite forwards running shine;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.content-loading p {
  width: 60%;
  height: 20px;
  background-color: #ddd;
  position: relative;
  outline: none;
  overflow: hidden;
  margin-bottom: 10px;
}
.content-loading p::before {
  content: "";
  /*絶対配置でキラッと光るの位置を決める*/
  position: absolute;
  top: 0;
  left: -35%;
  /*キラッと光る形状*/
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
  animation: 0.8s ease-in 0s infinite forwards running shine;
}

.loading-container--active {
  display: block !important;
}

.loading-container {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 400;
  background-color: rgba(255, 255, 255, 0.6);
  left: 0px;
  top: 0px;
  display: none;
}

.spinner-box {
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  position: absolute;
  right: 50%;
  bottom: 50%;
  transform: translate(50%, 50%);
}

.circle-core {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}

.circle-border {
  width: 100px;
  height: 100px;
  padding: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: linear-gradient(0deg, rgba(63, 249, 220, 0.1) 33%, #00b344 100%);
  animation: spin 0.8s linear 0s infinite;
}

@keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
.archive__wrap__col {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.archive__wrap__col__img {
  width: 200px;
}
.archive__wrap__col__img img {
  border: 1px solid #000;
}
.archive__wrap__col__txt {
  width: calc(100% - 200px);
  padding-left: 50px;
}
.archive__wrap__col__txt .time {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}
.archive__wrap__col__txt__btn {
  display: flex;
}
.archive__wrap__col__txt__btn li {
  margin-right: 10px;
}
.archive__wrap__col__txt__btn li:last-child {
  margin-right: 0px;
}
.archive .archive-detail {
  margin-top: 20px;
}
.archive .archive-detail .content-width {
  max-width: 980px;
}
.archive .archive-detail h2 {
  margin-bottom: 30px;
}
.archive .archive-detail .tax-kubun-wrap__karikata {
  display: none;
}
.archive .archive-detail .tax-kubun-wrap__kashikata {
  display: none;
}
.archive .archive-detail__table {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.archive .archive-detail__table dt, .archive .archive-detail__table dd {
  font-size: 14px;
  line-height: 2.2;
}
@media screen and (min-width: 600px) {
  .archive .archive-detail__table dt, .archive .archive-detail__table dd {
    font-size: 18px;
  }
}
.archive .archive-detail__table dt {
  width: 120px;
  background-color: #005993;
  color: #fff;
  padding: 10px 10px 10px 15px;
  border-bottom: 1px solid #eee;
}
@media screen and (min-width: 600px) {
  .archive .archive-detail__table dt {
    width: 200px;
  }
}
.archive .archive-detail__table dt span {
  font-size: 12px;
  color: red;
  display: inline-block;
  line-height: 2;
}
.archive .archive-detail__table dd {
  width: calc(100% - 120px);
  padding-left: 10px;
  background-color: #fff;
  padding: 10px 10px 10px 15px;
  border-bottom: 1px solid #eee;
}
@media screen and (min-width: 600px) {
  .archive .archive-detail__table dd {
    width: calc(100% - 200px);
  }
}
@media screen and (min-width: 600px) {
  .archive .archive-detail__table .small {
    width: calc(50% - 150px);
  }
}
.archive .archive-detail__karikashi {
  display: flex;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
.archive .archive-detail__karikashi__title {
  width: 100%;
  text-align: center;
  background-color: #005993;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0px;
}
@media screen and (min-width: 600px) {
  .archive .archive-detail__karikashi__title {
    font-size: 18px;
  }
}
.archive .archive-detail__karikashi__col {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .archive .archive-detail__karikashi__col {
    width: 50%;
  }
}
.archive .archive-detail__karikashi__col h3 {
  font-size: 18px;
  padding: 10px 0px;
  border-bottom: 1px solid #fff;
}
.archive .archive-detail__karikashi__col .kari-tittle {
  background-color: #f26a6a;
  color: #fff;
  text-align: center;
}
.archive .archive-detail__karikashi__col .kashi-title {
  background-color: #65c5ea;
  color: #fff;
  text-align: center;
}
.archive .archive-detail__karikashi .kari__col dt {
  background-color: #f26a6a;
}
.archive .archive-detail__karikashi .kashi__col dt {
  background-color: #65c5ea;
}
.archive .archive-detail__karikashi #acount_btn {
  width: 100%;
  min-height: 37px;
  display: block;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-size: 16px;
  padding: 5px;
  padding-left: 10px;
  line-height: 1.6;
  font-weight: normal;
}
.archive .archive-detail__karikashi #acount_btn:hover {
  border-color: #b1b1b1;
}
.archive .archive-detail__karikashi #acount_btn_kashikata {
  width: 100%;
  min-height: 37px;
  display: block;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-size: 16px;
  padding: 5px;
  padding-left: 10px;
  line-height: 1.6;
  font-weight: normal;
}
.archive .archive-detail__karikashi #acount_btn_kashikata:hover {
  border-color: #b1b1b1;
}
.archive .archive-detail .archive-detail__img {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.archive .archive-detail .archive-detail__img__col {
  width: 33.33%;
  padding: 5px;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .archive .archive-detail .archive-detail__img__col {
    padding: 10px;
    width: 25%;
  }
}
.archive .archive-detail .archive-detail__img__col img {
  width: 100%;
  height: calc(33vw - 30px);
  object-fit: cover;
}
@media screen and (min-width: 600px) {
  .archive .archive-detail .archive-detail__img__col img {
    height: 250px;
  }
}
.archive .archive-detail .archive-detail__img__col a {
  display: block;
  margin-top: 5px;
  color: #005993;
  text-decoration: underline;
  font-size: 10px;
}
@media screen and (min-width: 600px) {
  .archive .archive-detail .archive-detail__img__col a {
    font-size: 13px;
  }
}
.archive .archive-detail .archive-detail__btn {
  display: flex;
  flex-wrap: wrap;
}
.archive .archive-detail .archive-detail__btn li {
  margin-right: 10px;
}
@media screen and (min-width: 600px) {
  .archive .archive-detail .archive-detail__btn li {
    margin-right: 20px;
  }
}
.archive .archive-detail .archive-detail__btn li:last-child {
  margin-right: 0px;
}
.archive .archive-detail .archive-detail__btn li a {
  font-size: 15px;
  text-decoration: underline;
}
.archive .archive-detail .archive-detail__fixed {
  position: fixed;
  width: 100%;
  left: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px 0px;
  z-index: 1;
}
.archive .archive-detail .archive-detail__fixed ul {
  display: flex;
  justify-content: center;
  padding: 0px 5px;
}
.archive .archive-detail .archive-detail__fixed ul li {
  width: 120px;
  margin-right: 10px;
}
@media screen and (min-width: 600px) {
  .archive .archive-detail .archive-detail__fixed ul li {
    width: 200px;
  }
}
.archive .archive-detail .archive-detail__fixed ul li:last-child {
  margin-right: 0px;
}
.archive .archive-detail .archive-detail__fixed ul li a, .archive .archive-detail .archive-detail__fixed ul li .submit-btn {
  width: 100%;
  line-height: 1.8;
  display: block;
  padding: 5px 0px;
  text-align: center;
  font-size: 13px;
}
@media screen and (min-width: 600px) {
  .archive .archive-detail .archive-detail__fixed ul li a, .archive .archive-detail .archive-detail__fixed ul li .submit-btn {
    font-size: 15px;
  }
}
.archive .archive-detail .archive-detail__fixed ul li .blue {
  background-color: #005993;
  color: #fff;
}
.archive .archive-detail .submit-btn-wrap {
  text-align: center;
}

.count_list__active {
  display: block !important;
}

.count_list {
  display: none;
  position: relative;
}
.count_list .count_list__bg {
  position: fixed;
  width: 100%;
  left: 0px;
  top: 0px;
  height: 100vh;
  z-index: 1;
}
.count_list .count_list__main {
  width: 80%;
  max-width: 400px;
  top: 0px;
  right: 0px;
  background-color: #fff;
  position: fixed;
  z-index: 2;
  height: 100vh;
  overflow: scroll;
  border-left: 2px solid #005993;
}
@media screen and (min-width: 600px) {
  .count_list .count_list__main {
    width: 400px;
  }
}
.count_list .count_list__ul {
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
}
.count_list .count_list__ul li {
  font-size: 13px;
  width: 100%;
  padding: 10px;
  border-right: 1px solid #005993;
  border-bottom: 1px solid #005993;
  color: #005993;
  margin-bottom: 0px;
}
@media screen and (min-width: 600px) {
  .count_list .count_list__ul li {
    padding: 20px;
    font-size: 15px;
  }
}
.count_list .count_list__ul li:nth-child(2n) {
  border-right: 0px;
}
.count_list .count_list__ul li:hover {
  cursor: pointer;
}

.project-detail {
  padding: 0px !important;
}
.project-detail .project-detail-describe time {
  font-size: 10px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 600px) {
  .project-detail .project-detail-describe time {
    font-size: 15px;
  }
}
.project-detail .project-detail-describe .project-detail-describe-remark {
  color: #777;
  letter-spacing: 0.1em;
  font-size: 10px;
}
@media screen and (min-width: 600px) {
  .project-detail .project-detail-describe .project-detail-describe-remark {
    font-size: 15px;
  }
}
.project-detail .project-detail-describe .project-detail-describe-remark p {
  margin-top: 5px;
  padding: 10px !important;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.project .project-detail-wrap__side-close .project-detail-wrap-side {
  width: 60px !important;
}
.project .project-detail-wrap__side-close .project-detail-wrap-side .project-detail-wrap-side__btn a:after {
  transform: rotate(-180deg);
}
.project .project-detail-wrap__side-close .project-detail-wrap-side li {
  z-index: 12 !important;
}
.project .project-detail-wrap__side-close .project-detail-wrap-side li a {
  width: 180px;
  transform: translateX(-120px);
}
.project .project-detail-wrap__side-close .project-detail-wrap-side li a:hover {
  transform: translateX(0%) !important;
  opacity: 1;
}
.project .project-detail-wrap__side-close .project-detail-wrap-main {
  width: 100% !important;
}
@media screen and (min-width: 600px) {
  .project .project-detail-wrap__side-close .project-detail-wrap-main {
    width: calc(100% - 60px) !important;
  }
}
.project .project-detail-wrap {
  display: flex;
}
.project .project-detail-wrap-side {
  width: 200px;
  background-color: #fff;
  position: relative;
  display: none;
}
@media screen and (min-width: 600px) {
  .project .project-detail-wrap-side {
    display: block;
  }
}
.project .project-detail-wrap-side .project-detail-wrap-side__btn {
  position: absolute;
  font-size: 30px;
  right: -40px;
  top: 0px;
  z-index: 11;
  width: 40px;
  height: 40px;
}
.project .project-detail-wrap-side .project-detail-wrap-side__btn a {
  display: block;
  position: relative;
}
.project .project-detail-wrap-side .project-detail-wrap-side__btn a:hover {
  opacity: 1;
}
.project .project-detail-wrap-side .project-detail-wrap-side__btn a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  background-image: url(../img/css/./img/css/hum-btn-open.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  transition: all 0.3s ease;
}
.project .project-detail-wrap-side li {
  position: relative;
  z-index: 10;
}
.project .project-detail-wrap-side li a {
  color: #777;
  display: block;
  border-bottom: 1px solid #eee;
  padding: 8px 10px;
  font-size: 13px;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  height: 44px;
  background-color: #fff;
}
.project .project-detail-wrap-side li a:hover {
  transition: all 0.3s ease !important;
  background-color: #005993;
  color: #fff;
}
.project .project-detail-wrap-main {
  padding: 0px 0px 100px;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .project .project-detail-wrap-main {
    width: calc(100% - 200px);
  }
}
.project .project-company-list {
  margin-bottom: 30px;
}
.project .project-company-list li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  position: relative;
  padding-right: 25px;
}
.project .project-company-list li:last-child {
  margin-bottom: 0px;
}
.project .project-company-list .project-remove-comapny {
  position: absolute;
  right: 0px;
  top: 6px;
}
.project .click-no {
  background-color: #eee !important;
  color: #005993 !important;
}
.project .click-no span, .project .click-no h3 {
  color: #005993 !important;
}
.project .click-no:hover {
  opacity: 1;
  cursor: inherit;
}
.project .project-mistumori-insert-oveflow {
  width: 100%;
  overflow-x: scroll;
}
.project .project-mistumori-insert {
  width: 100%;
  margin: 0 auto;
  min-width: 1260px;
  max-width: 1400px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .project .project-mistumori-insert {
    width: 100%;
    min-width: auto;
    flex-wrap: wrap;
  }
}
.project .project-mistumori-insert .project-mistumori-insert__input {
  width: calc(100% - 650px);
  padding-right: 20px;
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .project .project-mistumori-insert .project-mistumori-insert__input {
    padding-right: 0px;
    border-right: 0px solid #ccc;
    width: 100%;
    padding-left: 0px;
  }
}
.project .project-mistumori-insert .project-mistumori-insert__input .project-mistumori-insert__input__txt .project-mistumori-insert__input__txt-wrap {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.project .project-mistumori-insert .project-mistumori-insert__input .project-mistumori-insert__input__txt .project-mistumori-insert__input__txt-wrap label {
  display: inline-block;
  margin-left: 10px;
  width: 80px;
  font-size: 14px;
}
.project .project-mistumori-insert .project-mistumori-insert__input .project-mistumori-insert__input__txt .project-mistumori-insert__input__txt-wrap-3-1 {
  display: flex;
  width: 33%;
  align-items: center;
}
.project .project-mistumori-insert .project-mistumori-insert__visual {
  width: 650px;
  padding-left: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .project .project-mistumori-insert .project-mistumori-insert__visual {
    width: 100%;
    padding-left: 0px;
  }
}
.project .project-mistumori-insert .project-mistumori-insert__visual .project-mitsumori__detail {
  width: 100%;
  max-width: 800px;
}
.project .project-mistumori-insert .project-mistumori-insert__visual__btn {
  margin-bottom: 20px;
}
.project .project-mistumori-insert .project-mistumori-insert__visual__btn ul {
  display: flex;
  justify-content: center;
}
.project .project-mistumori-insert .project-mistumori-insert__visual__btn ul li:last-child button {
  border-left: 0px;
}
.project .project-mistumori-insert .project-mistumori-insert__visual__btn ul li button {
  border: 1px solid #005993;
  font-size: 13px;
  border-radius: 0px;
  background-color: #fff;
  color: #005993;
  line-height: 1;
}
.project .project-mistumori-insert .project-mistumori-insert__visual__btn ul li .active {
  background-color: #005993;
  color: #fff;
}
.project .project-mistumori-insert .project-mistumori-insert__visual__img {
  display: none;
}
.project .project-mistumori-insert .project-mistumori-insert__visual__img img {
  width: 100%;
}
.project .project-mistumori-insert .project-mistumori-insert__visual__img #project-mistumori-insert__visual__img__btn {
  margin-top: 80px;
}
.project .project-mitsumori {
  overflow-x: scroll;
}
.project .project-mitsumori .table--gray tr:nth-child(2n) td {
  background-color: #eee;
}
.project .project-mitsumori .table--none--br td, .project .project-mitsumori .table--none--br th {
  word-break: keep-all !important;
  overflow: hidden !important;
}
.project .project-mitsumori table {
  border-left: 1px solid #ccc;
  width: 100%;
}
.project .project-mitsumori table th {
  background-color: #333;
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: normal;
  padding: 5px 10px;
  border-right: 1px solid #ccc;
  font-size: 12px;
}
@media screen and (min-width: 600px) {
  .project .project-mitsumori table th {
    font-size: 14px;
  }
}
.project .project-mitsumori table .th-date {
  width: 110px;
}
.project .project-mitsumori table .th-adjust {
  width: 106px;
}
.project .project-mitsumori table .th-total {
  width: 180px;
}
.project .project-mitsumori table .th-company {
  width: 310px;
}
.project .project-mitsumori table .th-btn {
  width: 210px;
}
.project .project-mitsumori table .th-unit {
  width: 85px;
}
.project .project-mitsumori table .th-id {
  width: 65px;
}
.project .project-mitsumori table .th-id-2 {
  width: 130px;
}
.project .project-mitsumori table .th-55 {
  width: 55px;
}
.project .project-mitsumori table .th-35 {
  width: 35px;
}
.project .project-mitsumori table td {
  padding: 5px 5px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
  height: 34.5px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 12px;
}
@media screen and (min-width: 600px) {
  .project .project-mitsumori table td {
    font-size: 14px;
  }
}
.project .project-mitsumori table td .page-btn {
  justify-content: center;
}
.project .project-mitsumori table .text-right {
  text-align: right;
}
.project .project-mitsumori .price {
  border: none;
}
.project .project-mitsumori .price th, .project .project-mitsumori .price td {
  border: none;
}
.project .project-mitsumori .list-tax {
  letter-spacing: -0.1em;
  padding: 0.5em 3px;
}
.project .oveflow {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.project .project-mitsumori__detail {
  width: 900px;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 40px 15px;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .project .project-mitsumori__detail {
    width: 800px;
    padding: 40px 15px;
  }
}
@media screen and (max-width: 767px) {
  .project .project-mitsumori__detail {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .project .project-mitsumori__detail #display-pdf * {
    white-space: nowrap;
    font-size: 10px !important;
  }
}
@media screen and (max-width: 767px) {
  .project .project-mitsumori__detail #display-pdf .th-id {
    width: 35px;
  }
}
@media screen and (max-width: 767px) {
  .project .project-mitsumori__detail #display-pdf .th-unit {
    width: 35px;
  }
}
@media screen and (max-width: 767px) {
  .project .project-mitsumori__detail #display-pdf .th-date {
    width: 80px;
  }
}
@media screen and (max-width: 767px) {
  .project .project-mitsumori__detail #display-pdf .th-btn {
    width: 20px;
  }
}
@media screen and (max-width: 767px) {
  .project .project-mitsumori__detail #display-pdf .th-total {
    width: 80px;
  }
}
.project .project-mitsumori__detail__title {
  font-size: 30px;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
.project .project-mitsumori__detail__info {
  display: flex;
  margin-bottom: 40px;
}
.project .project-mitsumori__detail__info .project-mitsumori__detail__info-main {
  width: 66%;
}
.project .project-mitsumori__detail__info .project-mitsumori__detail__info-main h3 {
  display: flex;
  font-size: 18px;
  margin-bottom: 20px;
}
.project .project-mitsumori__detail__info .project-mitsumori__detail__info-main h3 span {
  display: inline-block;
  border-bottom: 1px solid #333;
  margin-right: 5px;
}
.project .project-mitsumori__detail__info .project-mitsumori__detail__info-main h4 {
  font-size: 18px;
  border-bottom: 2px solid #333;
  padding-bottom: 5px;
}
.project .project-mitsumori__detail__info .project-mitsumori__detail__info-sub {
  width: 250px;
  padding-left: 40px;
  position: relative;
  font-size: 14px;
}
.project .project-mitsumori__detail__info .project-mitsumori__detail__info-sub .project-mitsumori__detail__info-sub__img {
  position: absolute;
  right: 0px;
  bottom: -50px;
  width: 65px;
}
.project .project-mitsumori__detail .project-mitsumori__detail__price {
  width: calc(100% - 220px);
  margin-bottom: 40px;
}
.project .project-mitsumori__detail .project-mitsumori__detail__price h3 {
  display: flex;
  padding: 0px 20px 10px;
  border-bottom: 2px double #333;
  align-items: center;
}
.project .project-mitsumori__detail .project-mitsumori__detail__price h3 .name {
  font-size: 18px;
  width: 110px;
}
.project .project-mitsumori__detail .project-mitsumori__detail__price h3 .price {
  width: 55%;
  font-size: 24px;
}
.project .project-mitsumori__detail .project-mitsumori__detail__price h3 .tax {
  font-size: 13px;
  width: 35px;
  margin-left: 5px;
}
.project .project-mitsumori__detail .project-mitsumori__detail__table {
  margin-bottom: 40px;
}
.project .project-mitsumori__detail .project-mitsumori__detail__table .price {
  border: none;
  border-right: 1px solid #ccc;
}
.project .project-mitsumori__detail .project-mitsumori__detail__table .price td {
  border: none;
}
.project .project-mitsumori__detail .project-mitsumori__detail__table td p {
  display: inline-block;
  margin: 0px;
}
.project .project-mitsumori__detail .project-mitsumori__detail__remark h3 {
  font-size: 15px;
  margin-bottom: 15px;
}
.project .project-mitsumori__detail .project-mitsumori__detail__remark .project-mitsumori__detail__remark__desc {
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.8;
}

.display_wrap_img__scroll {
  overflow: scroll;
}

.display_wrap_img {
  display: flex;
  width: 1400px;
}
@media screen and (max-width: 767px) {
  .display_wrap_img {
    width: 100%;
    flex-wrap: wrap;
  }
}
.display_wrap_img__upload {
  width: 500px;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .display_wrap_img__upload {
    width: 100%;
    padding-left: 0px;
  }
}

.project-log .project-log-list {
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 20px;
  margin: 20px 0px;
  height: 300px;
  overflow: scroll;
  font-size: 11px;
}
@media screen and (min-width: 600px) {
  .project-log .project-log-list {
    font-size: 15px;
  }
}
.project-log .project-log-list a {
  text-decoration: underline;
  font-size: 11px;
}
@media screen and (min-width: 600px) {
  .project-log .project-log-list a {
    font-size: 15px;
  }
}

.project-detail-manage .project-mistumori-insert {
  width: 100%;
  margin: 0 auto;
  min-width: 1260px;
  max-width: 1400px;
  display: flex;
  flex-wrap: wrap;
}
.project-detail-manage .project-mistumori-insert .project-mistumori-insert__input {
  width: 100%;
  padding-right: 20px;
  border-right: 0px solid #ccc;
}
.project-detail-manage .project-mistumori-insert .project-mistumori-insert__input .project-mistumori-insert__input__txt .project-mistumori-insert__input__txt-wrap {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.project-detail-manage .project-mistumori-insert .project-mistumori-insert__input .project-mistumori-insert__input__txt .project-mistumori-insert__input__txt-wrap label {
  display: inline-block;
  margin-left: 10px;
  width: 80px;
  font-size: 14px;
}
.project-detail-manage .project-mistumori-insert .project-mistumori-insert__input .project-mistumori-insert__input__txt .project-mistumori-insert__input__txt-wrap-3-1 {
  display: flex;
  width: 33%;
  align-items: center;
}
.project-detail-manage .project-mistumori-insert .project-mistumori-insert__visual {
  width: 100%;
  padding-left: 0px;
  position: relative;
}
.project-detail-manage .project-mistumori-insert .project-mistumori-insert__visual .project-mitsumori__detail {
  width: 100%;
  max-width: 800px;
}
.project-detail-manage .project-mistumori-insert .project-mistumori-insert__visual__btn {
  margin-bottom: 20px;
}
.project-detail-manage .project-mistumori-insert .project-mistumori-insert__visual__btn ul {
  display: flex;
  justify-content: center;
}
.project-detail-manage .project-mistumori-insert .project-mistumori-insert__visual__btn ul li:last-child button {
  border-left: 0px;
}
.project-detail-manage .project-mistumori-insert .project-mistumori-insert__visual__btn ul li button {
  border: 1px solid #005993;
  font-size: 13px;
  border-radius: 0px;
  background-color: #fff;
  color: #005993;
  line-height: 1;
}
.project-detail-manage .project-mistumori-insert .project-mistumori-insert__visual__btn ul li .active {
  background-color: #005993;
  color: #fff;
}
.project-detail-manage .project-mistumori-insert .project-mistumori-insert__visual__img {
  display: none;
}
.project-detail-manage .project-mistumori-insert .project-mistumori-insert__visual__img img {
  width: 100%;
}
.project-detail-manage .project-mistumori-insert .project-mistumori-insert__visual__img #project-mistumori-insert__visual__img__btn {
  margin-top: 80px;
}

input, textarea {
  background-color: #fff;
  margin-bottom: 0px !important;
}
input:focus, textarea:focus {
  box-shadow: 0px 0px 1px #005993 !important;
  border: 1px solid #005993 !important;
}

textarea {
  min-height: 100px;
}

select {
  margin: 0px !important;
  border-radius: 3px;
  padding: 0.5em;
  background-color: #fff;
  box-shadow: inherit;
  border: 1px solid #ccc !important;
}

.submit-btn {
  background-color: #00B344 !important;
  margin: 0 auto;
}

.submit-btn--delete {
  background-color: #cf0010 !important;
  margin: 0 auto;
}

.input-small {
  width: 130px;
  display: inline-block;
  margin-right: 5px;
}
@media screen and (min-width: 600px) {
  .input-small {
    margin-right: 15px;
    width: 200px;
  }
}

.archive-detail__img__col input[type=checkbox] {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  display: none;
}
.archive-detail__img__col input[type=checkbox]:focus {
  box-shadow: none;
  outline: none;
}
.archive-detail__img__col input[type=checkbox]:checked + label {
  border: 2px solid #005993;
}
@media screen and (min-width: 600px) {
  .archive-detail__img__col input[type=checkbox]:checked + label {
    border: 4px solid #005993;
  }
}
.archive-detail__img__col input[type=checkbox]:checked + label::before {
  display: block !important;
}

input[type=checkbox]:focus {
  box-shadow: none;
  outline: none;
}

.archive-detail__img__col__label {
  border: 2px solid #fff;
  padding: 2px;
  background-color: #fff;
  border-radius: 4px;
  position: relative;
}
@media screen and (min-width: 600px) {
  .archive-detail__img__col__label {
    padding: 5px;
    border: 4px solid #fff;
  }
}
.archive-detail__img__col__label:hover {
  cursor: pointer;
}
.archive-detail__img__col__label:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  position: absolute;
  color: #fff;
  right: 10px;
  top: 10px;
  background-color: #005993;
  display: none;
  width: 25px;
  text-align: center;
}

input[type=submit] {
  background-color: #005993;
}

button {
  background-color: #005993;
  font-weight: normal;
}

input[type=radio]:focus {
  box-shadow: none;
  outline: none;
}

input:disabled {
  background-color: #aaa !important;
  border: none !important;
  box-shadow: inherit !important;
  color: #000 !important;
}

#wpmem_login .div_text, #wpmem_reg .div_checkbox, #wpmem_reg .div_date, #wpmem_reg .div_file, #wpmem_reg .div_image, #wpmem_reg .div_membership, #wpmem_reg .div_multicheckbox, #wpmem_reg .div_multiselect, #wpmem_reg .div_number, #wpmem_reg .div_radio, #wpmem_reg .div_select, #wpmem_reg .div_text, #wpmem_reg .div_textarea, #wpmem_reg .div_url {
  margin-top: 10px !important;
}

select {
  color: #000 !important;
}

input[type=date] {
  color: #000 !important;
}

.txt__time__search {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .txt__time__search {
    margin-top: 10px !important;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 600px) {
  .txt__time__search {
    margin-bottom: 0px;
  }
}
.txt__time__search__wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .txt__time__search__wrap {
    width: 500px;
  }
}
@media screen and (max-width: 767px) {
  .txt__time__search__wrap {
    flex-wrap: wrap;
  }
}
.txt__time__search__wrap__input {
  width: 35%;
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) {
  .txt__time__search__wrap__input {
    margin-bottom: 0px;
    width: 200px;
  }
}
.txt__time__search__wrap__input input {
  padding: 8px 10px;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .txt__time__search__wrap__input input {
    font-size: 16px;
    padding: 5px 10px;
  }
}
@media screen and (max-width: 767px) {
  .txt__time__search__wrap__input select {
    font-size: 12px;
  }
}
.txt__time__search__wrap__btn {
  margin-left: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) {
  .txt__time__search__wrap__btn {
    margin-bottom: 0px;
  }
}
.txt__time__search__wrap__btn input {
  padding: 10px 10px;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .txt__time__search__wrap__btn input {
    font-size: 13px;
    padding: 5px 15px !important;
  }
}

.txt .txt__time {
  margin-bottom: 20px;
  position: relative;
}
.txt .txt__time .txt__time__search {
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  .txt .txt__time .txt__time__search {
    margin-bottom: 0px;
    position: absolute;
    left: 0px;
    top: 0px;
  }
}
.txt .txt__time .txt__time__search__wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .txt .txt__time .txt__time__search__wrap {
    width: 400px;
  }
}
.txt .txt__time .txt__time__search__wrap input {
  padding: 8px 10px;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .txt .txt__time .txt__time__search__wrap input {
    font-size: 16px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 767px) {
  .txt .txt__time .txt__time__search__wrap select {
    font-size: 12px;
  }
}
.txt .txt__time .txt__time__search__wrap__input {
  width: 150px;
}
@media screen and (min-width: 600px) {
  .txt .txt__time .txt__time__search__wrap__input {
    width: 200px;
  }
}
.txt .txt__time .txt__time__search__wrap__btn {
  margin-left: 10px;
}
.txt .txt__time .txt__time__search__wrap__btn input {
  padding: 10px 10px;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .txt .txt__time .txt__time__search__wrap__btn input {
    font-size: 16px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 767px) {
  .txt .txt__time .txt__time__wrap__daicho {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .txt .txt__time .txt__time__wrap__daicho .txt__time__wrap__btn {
    width: 50px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .txt .txt__time .txt__time__wrap__daicho .txt__time__wrap__btn a {
    padding: 6px 15px;
  }
}
.txt .txt__time__wrap {
  display: flex;
  align-items: center;
  justify-content: end;
}
.txt .txt__time__wrap input {
  padding: 8px 10px;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .txt .txt__time__wrap input {
    font-size: 16px;
    padding: 10px 20px;
  }
}
.txt .txt__time__wrap .txt__time__wrap__tax {
  display: flex;
}
@media screen and (max-width: 767px) {
  .txt .txt__time__wrap .txt__time__wrap__tax {
    position: fixed;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 10px;
    z-index: 50;
  }
}
.txt .txt__time__wrap__fromto {
  display: flex;
  width: 461px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .txt .txt__time__wrap__fromto {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .txt .txt__time__wrap__fromto label {
    font-size: 11px;
  }
}
.txt .txt__time__wrap__from {
  width: 40%;
}
@media screen and (min-width: 600px) {
  .txt .txt__time__wrap__from {
    width: 200px;
  }
}
.txt .txt__time__wrap__txt {
  margin: 0px 10px;
}
.txt .txt__time__wrap__to {
  width: 40%;
}
@media screen and (min-width: 600px) {
  .txt .txt__time__wrap__to {
    width: 200px;
  }
}
.txt .txt__time__wrap__btn {
  width: 80px;
  margin-left: 10px;
}
.txt .txt__time__wrap__btn input {
  padding: 10px 10px;
  font-size: 11px;
}
@media screen and (min-width: 768px) {
  .txt .txt__time__wrap__btn input {
    font-size: 16px;
    padding: 10px 20px;
  }
}

.project-mistumori-insert-upload {
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0px;
  left: 0%;
  z-index: 101;
  width: 100%;
  height: 100vh;
}
.project-mistumori-insert-upload .update_img {
  width: 90%;
  margin: 0px auto;
  margin-top: 10vh !important;
  background-color: #fff;
  position: relative;
  z-index: 105;
  padding: 80px 5%;
  height: 80vh;
  min-height: 300px;
  overflow: scroll;
}
.project-mistumori-insert-upload .upload-area {
  z-index: 102;
}
.project-mistumori-insert-upload .error-message {
  padding: 10px;
  text-align: center;
}
.project-mistumori-insert-upload .project-mistumori-insert-upload__bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0px;
  left: 0px;
  z-index: 100;
}
.project-mistumori-insert-upload .project-mistumori-insert-upload__close {
  position: fixed;
  right: 10%;
  top: 15%;
  background-color: #cf0010;
  color: #fff;
  font-size: 13px;
  z-index: 150;
  display: inline-block;
  padding: 2px 15px;
}
.project-mistumori-insert-upload .project-mistumori-insert-upload__close:hover {
  cursor: pointer;
  opacity: 0.8;
}

.update_img form {
  margin: 50px auto;
  width: 800px;
  height: 400px;
  box-shadow: 0 0 2px #3e3e3e;
  padding: 30px;
  text-align: center;
}
.update_img .upload-area {
  margin: auto;
  width: 85%;
  height: 300px;
  position: relative;
  border: 1px dotted #00B344;
  background-color: #fff;
  border-radius: 20px;
}
.update_img .upload-area-icon {
  color: #00B344;
  font-size: 140px;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 0px;
}
.update_img .upload-area:hover {
  cursor: pointer;
}
.update_img .upload-area p {
  width: 100%;
  position: absolute;
  top: 190px;
  opacity: 0.8;
  text-align: center;
  color: #00B344;
  font-size: 15px;
}
.update_img .upload-area p span {
  color: #00B344;
  font-size: 15px;
  display: none;
}
@media screen and (min-width: 600px) {
  .update_img .upload-area p span {
    display: inline;
  }
}
.update_img #input-files {
  top: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.update_img #input-files:hover {
  cursor: pointer;
}
.update_img #submit-btn {
  font-weight: bold;
  margin-top: 20px;
  border-radius: 3px;
  width: 200px;
  height: 45px;
  background-color: rgba(108, 168, 255, 0.7);
  border: none;
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.6);
  opacity: 0.6;
  cursor: pointer;
}
.update_img #submit-btn:hover {
  background-color: rgb(108, 168, 255);
}
.update_img #submit-btn:active {
  position: relative;
  top: 5px;
  box-shadow: none;
}
.update_img #input-files {
  top: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.update_img .upload_name {
  display: block;
  text-align: center;
  left: 0px;
  padding: 0px 5px;
  bottom: 5px;
  font-size: 10px;
  position: absolute;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .update_img .upload_name {
    bottom: 20px;
    font-size: 13px;
    padding: 0px 10px;
  }
}

.insert-loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: none;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.3);
}
.insert-loading .spinner-box {
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  position: absolute;
  right: 50%;
  bottom: 50%;
  transform: translate(50%, 50%);
}
.insert-loading .circle-core {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}
.insert-loading .circle-border {
  width: 100px;
  height: 100px;
  padding: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: linear-gradient(0deg, rgba(63, 249, 220, 0.1) 33%, rgb(63, 249, 220) 100%);
  animation: spin 0.8s linear 0s infinite;
}
@keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}

.archive__wrap__col {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.archive__wrap__col__img {
  width: 200px;
}
.archive__wrap__col__img img {
  border: 1px solid #000;
}
.archive__wrap__col__txt {
  width: calc(100% - 200px);
  padding-left: 50px;
}
.archive__wrap__col__txt .time {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}
.archive__wrap__col__txt__btn {
  display: flex;
}
.archive__wrap__col__txt__btn li {
  margin-right: 10px;
}
.archive__wrap__col__txt__btn li:last-child {
  margin-right: 0px;
}
.archive .archive-detail {
  margin-top: 0px !important;
}
.archive .archive-detail .content-width {
  max-width: 980px;
}
.archive .archive-detail h2 {
  margin-bottom: 30px;
}
.archive .archive-detail .tax-kubun-wrap__karikata {
  display: none;
}
.archive .archive-detail .tax-kubun-wrap__kashikata {
  display: none;
}
.archive .archive-detail__table {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.archive .archive-detail__table dt, .archive .archive-detail__table dd {
  font-size: 14px;
  line-height: 2.2;
}
@media screen and (min-width: 600px) {
  .archive .archive-detail__table dt, .archive .archive-detail__table dd {
    font-size: 15px;
    letter-spacing: 0.1em;
  }
}
.archive .archive-detail__table dt {
  width: 120px;
  background-color: #005993;
  color: #fff;
  padding: 10px 10px 10px 15px;
  border-bottom: 1px solid #eee;
}
@media screen and (min-width: 600px) {
  .archive .archive-detail__table dt {
    width: 180px;
  }
}
.archive .archive-detail__table dt span {
  font-size: 12px;
  color: red;
  display: inline-block;
  line-height: 2;
}
.archive .archive-detail__table dd {
  width: calc(100% - 120px);
  padding-left: 10px;
  background-color: #fff;
  padding: 10px 10px 10px 15px;
  border-bottom: 1px solid #eee;
}
@media screen and (min-width: 600px) {
  .archive .archive-detail__table dd {
    width: calc(100% - 180px);
  }
}
@media screen and (min-width: 600px) {
  .archive .archive-detail__table .small {
    width: calc(50% - 150px);
  }
}
.archive .archive-detail__karikashi {
  display: flex;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
.archive .archive-detail__karikashi__title {
  width: 100%;
  text-align: center;
  background-color: #005993;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0px;
}
@media screen and (min-width: 600px) {
  .archive .archive-detail__karikashi__title {
    font-size: 18px;
  }
}
.archive .archive-detail__karikashi__col {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .archive .archive-detail__karikashi__col {
    width: 50%;
  }
}
.archive .archive-detail__karikashi__col h3 {
  font-size: 18px;
  padding: 10px 0px;
  border-bottom: 1px solid #fff;
}
.archive .archive-detail__karikashi__col .kari-tittle {
  background-color: #f26a6a;
  color: #fff;
  text-align: center;
}
.archive .archive-detail__karikashi__col .kashi-title {
  background-color: #65c5ea;
  color: #fff;
  text-align: center;
}
.archive .archive-detail__karikashi .kari__col dt {
  background-color: #f26a6a;
}
.archive .archive-detail__karikashi .kashi__col dt {
  background-color: #65c5ea;
}
.archive .archive-detail__karikashi #acount_btn {
  width: 100%;
  min-height: 37px;
  display: block;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-size: 16px;
  padding: 5px;
  padding-left: 10px;
  line-height: 1.6;
  font-weight: normal;
}
.archive .archive-detail__karikashi #acount_btn:hover {
  border-color: #b1b1b1;
}
.archive .archive-detail__karikashi #acount_btn_kashikata {
  width: 100%;
  min-height: 37px;
  display: block;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-size: 16px;
  padding: 5px;
  padding-left: 10px;
  line-height: 1.6;
  font-weight: normal;
}
.archive .archive-detail__karikashi #acount_btn_kashikata:hover {
  border-color: #b1b1b1;
}
.archive .archive-detail .archive-detail__img {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.archive .archive-detail .archive-detail__img__col {
  width: 33.33%;
  padding: 5px;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .archive .archive-detail .archive-detail__img__col {
    padding: 10px;
    width: 25%;
  }
}
.archive .archive-detail .archive-detail__img__col img {
  width: 100%;
  height: calc(33vw - 30px);
  object-fit: cover;
}
@media screen and (min-width: 600px) {
  .archive .archive-detail .archive-detail__img__col img {
    height: 250px;
  }
}
.archive .archive-detail .archive-detail__img__col a {
  display: block;
  margin-top: 5px;
  color: #005993;
  text-decoration: underline;
  font-size: 10px;
}
@media screen and (min-width: 600px) {
  .archive .archive-detail .archive-detail__img__col a {
    font-size: 13px;
  }
}
.archive .archive-detail .archive-detail__btn {
  display: flex;
  flex-wrap: wrap;
}
.archive .archive-detail .archive-detail__btn li {
  margin-right: 10px;
}
@media screen and (min-width: 600px) {
  .archive .archive-detail .archive-detail__btn li {
    margin-right: 20px;
  }
}
.archive .archive-detail .archive-detail__btn li:last-child {
  margin-right: 0px;
}
.archive .archive-detail .archive-detail__btn li a {
  font-size: 15px;
  text-decoration: underline;
}
.archive .archive-detail .archive-detail__fixed {
  position: fixed;
  width: 100%;
  left: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px 0px;
}
.archive .archive-detail .archive-detail__fixed ul {
  display: flex;
  justify-content: center;
  padding: 0px 5px;
}
.archive .archive-detail .archive-detail__fixed ul li {
  width: 120px;
  margin-right: 10px;
}
@media screen and (min-width: 600px) {
  .archive .archive-detail .archive-detail__fixed ul li {
    width: 200px;
  }
}
.archive .archive-detail .archive-detail__fixed ul li:last-child {
  margin-right: 0px;
}
.archive .archive-detail .archive-detail__fixed ul li a, .archive .archive-detail .archive-detail__fixed ul li .submit-btn {
  width: 100%;
  line-height: 1.8;
  display: block;
  padding: 5px 0px;
  text-align: center;
  font-size: 13px;
}
@media screen and (min-width: 600px) {
  .archive .archive-detail .archive-detail__fixed ul li a, .archive .archive-detail .archive-detail__fixed ul li .submit-btn {
    font-size: 15px;
  }
}
.archive .archive-detail .submit-btn-wrap {
  text-align: center;
}

.login {
  background-color: #f1f6ff;
  padding: 0px 0px 80px;
}
.login .bread-crumb {
  margin-bottom: 60px;
}
.login .wpmem_msg {
  margin: 20px auto;
  width: 90%;
  background-color: #fff;
  padding: 20px;
  color: #777;
  border: 1px solid #777;
}
.login .wpmem_msg strong, .login .wpmem_msg a {
  color: #cf0010;
}
.login #wpmem_login {
  width: 100%;
  padding: 20px 0px;
}
@media screen and (min-width: 768px) {
  .login #wpmem_login {
    padding: 60px 0px;
  }
}
.login fieldset {
  width: 100%;
  max-width: 450px;
  margin: 30px auto 0px !important;
  background-color: #fff;
  display: block;
  padding: 40px 15px !important;
}
@media screen and (min-width: 600px) {
  .login fieldset {
    padding: 40px !important;
  }
}
.login fieldset legend {
  color: #005993;
}
.login fieldset span {
  font-size: 13px;
}
@media screen and (min-width: 600px) {
  .login fieldset span {
    font-size: 15px;
  }
}
.login fieldset span a {
  text-decoration: underline;
  font-size: 13px;
}
@media screen and (min-width: 600px) {
  .login fieldset span a {
    font-size: 15px;
  }
}
.login fieldset label {
  margin-bottom: 10px;
  display: inline-block;
}

.manage-profile-wrap {
  display: flex;
}
.manage-profile-wrap__img {
  width: 100px;
}
@media screen and (max-width: 767px) {
  .manage-profile-wrap__img {
    width: 60px;
  }
}
.manage-profile-wrap__img img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .manage-profile-wrap__img img {
    width: 60px;
    height: 60px;
  }
}
.manage-profile-wrap__txt {
  width: calc(100% - 100px);
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .manage-profile-wrap__txt {
    padding-left: 15px;
    width: calc(100% - 60px);
  }
}

.profile legend {
  margin-bottom: 20px !important;
  font-size: 16px !important;
}
.profile-wrap ul li {
  width: 200px;
  margin: 0 auto 15px;
}
.profile-wrap ul li a {
  display: block;
  text-align: center;
  border: 1px solid #00B344;
  color: #00B344;
  font-size: 16px;
  background-color: #fff;
  border-radius: 3px;
  padding: 10px 0px;
}
.profile-wrap fieldset {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.profile-wrap fieldset label {
  width: 130px !important;
  display: block !important;
  margin-bottom: 0px;
  margin-top: 10px !important;
}
.profile-wrap fieldset div {
  width: calc(100% - 130px) !important;
  margin: 0px !important;
}
.profile-wrap fieldset .div_radio {
  display: flex !important;
}
.profile-wrap fieldset .div_radio label {
  margin: 0px !important;
  padding-left: 10px;
  line-height: 0.8;
}
.profile-wrap fieldset #inkan_img {
  max-width: 100px;
}
.profile-wrap fieldset .button_div {
  margin-top: 20px !important;
  width: 100% !important;
  text-align: center !important;
}
.profile-wrap label {
  margin-bottom: 5px;
  display: block;
}
.profile-wrap #wpmem_msg, .profile-wrap .wpmem_msg {
  background-color: #fff !important;
  font-size: 12px;
  padding: 10px;
}
@media screen and (min-width: 600px) {
  .profile-wrap #wpmem_msg, .profile-wrap .wpmem_msg {
    font-size: 16px;
  }
}
.profile-wrap #wpmem_msg, .profile-wrap #wpmem_reg, .profile-wrap .wpmem_msg {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 40px;
}
.profile-wrap #wpmem_login {
  width: 100%;
  max-width: 450px;
  margin: 0 auto 40px;
  padding: 0px 40px;
  background-color: #fff !important;
}
@media screen and (min-width: 600px) {
  .profile-wrap #wpmem_login {
    padding: 40px;
  }
}
.profile-wrap #wpmem_login .link-text-forgot {
  font-size: 12px;
}
@media screen and (min-width: 600px) {
  .profile-wrap #wpmem_login .link-text-forgot {
    font-size: 15px;
  }
}
.profile-wrap #wpmem_login .link-text-forgot a {
  text-decoration: underline;
}
.profile-wrap #wpmem_login legend {
  color: #005993;
  font-weight: bold !important;
  font-size: 18px !important;
}
.profile-wrap #wpmem_login fieldset {
  margin: 0px !important;
}
.profile .manage-reset-wrap {
  max-width: 500px;
  margin: 0 auto 40px;
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
}
.profile .manage-reset-wrap span {
  display: inline-block;
  font-size: 14px;
}
.profile .link-text span {
  font-size: 13px;
}
.profile .link-text a {
  text-decoration: underline;
}

.daicho .oveflow table {
  width: 2000px;
  border-top: 2px solid #000;
}
.daicho .oveflow table td {
  text-align: center;
  font-size: 12px;
}

.body_red .header-wrap__logo h2 {
  color: #cf0010 !important;
}
.body_red .btn a {
  background-color: #cf0010 !important;
}
.body_red .background {
  background-color: rgba(251, 218, 200, 0.2) !important;
}
.body_red .color-link {
  color: #cf0010 !important;
}
.body_red .page-btn a {
  background-color: #cf0010 !important;
}
.body_red .project-detail-wrap-side {
  background-color: #cf0010 !important;
}
.body_red .project-detail-wrap-side a {
  background-color: #cf0010 !important;
  color: #fff !important;
  border-color: #fff !important;
}
.body_red .hover:hover {
  background-color: #cf0010 !important;
}

.body_red .header-wrap__logo h2 {
  color: #cf0010 !important;
}
.body_red .btn a {
  background-color: #cf0010 !important;
}
.body_red .background {
  background-color: rgba(251, 218, 200, 0.2) !important;
}
.body_red .color-link {
  color: #cf0010 !important;
}
.body_red .page-btn a {
  background-color: #cf0010 !important;
}
