@charset "UTF-8";

/*フッターを下に固定*/

main > .container {
  padding: 150px 15px 0;
}

.container {
  width: auto;
  padding: 0 15px;
}

/*header*/

.brand,
footer {
  background-color: #44546A;
  color: #fff;
  text-align: right;
  padding: 0.2rem 1rem;
}

.brand span {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue,Hiragino Kaku Gothic ProN", "\30E1\30A4\30EA\30AA", meiryo, sans-serif;
}

.logo-font {
  font-family: "Lalezar", cursive;
  font-size: 27px;
  color: #595959;
  margin-bottom: 30px;
}

.header {
  background-color: #D6DCE5;
}

.header a {
  color: #44546A !important;
}

.header2 {
  background-color: #D6E5DC;
}

.header2 a {
  color: #44546A !important;
}

.account {
  line-height: 1em;
  /*  display: block; */
  margin-top: 11px;
  padding-left: 10px;
  padding-right: 10px;
}

.badge-orange {
  background-color: #F57C00;
  color: #fff;
}

.badge-blue {
  background-color: #007bff;
  color: #fff;
}

.badge-green {
  background-color: #28a745;
  color: #fff;
}

.badge-gray {
  background-color: #888888;
  color: #fff;
}

.badge-red {
  background-color: #ff0000;
  color: white;
}

.badge-emerald {
  background-color: #38C172;
  color: white;
}

.badge-darkgray {
  background-color: #44546A;
  color: white;
}

.badge-orange,
.btn-orange {
  background-color: #F57C00;
  color: #fff;
}

.btn-orange {
  border: 1px solid #F57C00;
}

.btn-orange:hover {
  background-color: #E65100;
  color: #fff;
}

.header2 div ul li .current {
  text-decoration: none;
  background-color: #44546A;
  color: #fff !important;
}

.header div ul li .current {
  text-decoration: none;
  background-color: #44546A;
  color: #fff !important;
}

.header2 .navbar-collapse .navbar-nav .nav-item .nav-link:hover,
.header2 .navbar-collapse .navbar-nav .nav-item .nav-link a:hover {
  text-decoration: none;
  background-color: #44546A;
  color: #fff !important;
}

.header .navbar-collapse .navbar-nav .nav-item .nav-link:hover,
.header .navbar-collapse .navbar-nav .nav-item .nav-link a:hover {
  text-decoration: none;
  background-color: #44546A;
  color: #fff !important;
}

.nav-item {
  height: 100%;
}

.nav-item-pad {
  height: 100%;
  padding: 0.5rem 1rem;
}

.navbar-nav {
  line-height: 40px;
}

.navbar-nav .nav-link {
  height: 100%;
}

.navbar-collapse {
  height: 50px;
}

.navbar-expand-lg .navbar-collapse {
  height: 40px;
}

/*main*/

main {
  /*min-height: 840px;*/
  background: #fcfcfc;
}

/*footer*/

footer {
  text-align: center;
  font-size: 0.8rem;
  padding: 0.8rem 0;
}

footer ul,
footer p {
  margin-bottom: 0;
}

.footer_link {
  list-style: none;
  font-size: 0.7rem;
  padding: 0;
}

.footer_link li {
  display: inline;
}

.footer_link li a {
  color: #fff;
}

.footer_link li a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer_link li:after {
  content: "\FF5C";
  margin: 0 0.2rem;
}

.footer_link li:last-child:after {
  content: "";
  margin: 0;
}

/*ログイン画面*/

.login-box {
  display: flex;
}

.form-signin {
  width: 100%;
  max-width: 800px;
  padding: 15px;
  margin: auto;
}

.login-wrap {
  max-width: 480px;
  margin: 0 auto;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.px-btn {
  padding: 0 6rem !important;
}

.px-btn button {
  font-size: 1rem;
}

.login-news {
  text-align: left;
}

.login-news ul {
  list-style: none;
  padding-left: 0;
}

.login-news ul li {
  margin-bottom: 0.6rem;
}

.login-news ul li span {
  width: 100px;
}

.logout_button {
  border: none;
  background-color: #ffffff;
  opacity: 0;
}

.password-setting {
  width: 420px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/*コンテンツ*/

.title_01 {
  font-size: 1.2rem;
  font-weight: 600;
}

.title_01 span {
  display: block;
  font-size: 1rem;
  font-weight: 400;
}

.flexible-btn {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  margin-right: 10px;
  position: relative;
  font-size: 0.8rem;
}

.flexible-btn:last-of-type {
  margin-right: 0;
}

.badge-right {
  position: absolute !important;
  top: -8px !important;
  right: -4px !important;
}

.list {
  list-style: none;
}

.list > li {
  padding: 25px 0;
  border-bottom: 1px solid #000;
}

.list > li:first-child {
  border-top: 1px solid #000;
}

.list span {
  font-weight: 600;
  font-size: 120%;
  margin: 0px 20px 0px 10px;
}

.list span i {
  font-weight: 400;
  font-size: 0.8rem;
}

.list-2 {
  list-style: none;
  padding: 0;
}

.list-2 li {
  float: left;
  margin-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.original-tab {
  position: relative;
}

.original-tab-btn {
  position: absolute;
  right: 1em;
}

.original-tab-btn-sp {
  display: none;
}

.original-tab li.nav-item {
  margin-right: 1rem;
}

.original-tab li.nav-item:last-child {
  margin-right: 0;
}

.original-tab .nav-link {
  background-color: #545b62;
  border-color: #4e555b;
  color: #fff;
}

@media (max-width: 768px) {
  .original-tab-btn-pc {
    display: none;
  }

  .original-tab-btn-sp {
    display: block;
    position: static;
    margin-bottom: 1rem;
  }

  .original-tab-btn-sp a {
    position: static;
  }
}

.message-list {
  list-style: none;
  padding: 1rem;
}

.message-list li {
  margin-bottom: 0.5rem;
}

.message-list li span {
  margin-right: 4rem;
  position: relative;
  display: inline-block;
  width: 18%;
  white-space: nowrap;
}

.message-list li i {
  font-style: normal;
  display: inline-block;
  width: 16.6666666666%;
}

.message-list li span.unread:after {
  content: "\672A\8AAD";
  position: absolute;
  background-color: #F57C00;
  color: #fff;
  font-size: 75%;
  font-weight: 600;
  border-radius: 0.25rem;
  padding: 0.25em 0.4em;
  display: inline-block;
  width: 3rem;
  text-align: center;
  right: -3rem;
}

@media (max-width: 640px) {
  .message-list li span {
    display: block;
    width: 100%;
  }

  .message-list li span.unread:after {
    position: static;
    margin-left: 1rem;
  }

  .message-list li i {
    width: 100%;
    display: block;
  }
}

/*
@media (max-width: 1200px){
  .message-list li span{
    display: block;
    width: 100%;
  }
  .message-list li span.unread:after{
    position: static;
    margin-left: 1rem;
  }
  .message-list li i{
    width: 20%;
  }
}
@media (max-width: 992px){
  .message-list li a{
    display: block;
  }
  .message-list li i{
    width: 100%;
    display: block;
  }
}
*/

.card-title {
  margin-bottom: 0.5rem;
}

.page-header-inline-block1 {
  display: inline-block;
  /* インラインブロック要素にする */
  vertical-align: middle;
  padding-right: 20px;
  padding-top: 5px;
}

.page-header-inline-block2 {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 5px;
}

.page-header-inline-block3 {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 5px;
  margin-left: 20px;
}

/* */

.main_contents {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 90%;
}

.btn100 {
  width: 100px;
}

.btn150 {
  width: 150px;
}

.project_btn {
  width: 100px;
  height: 40px;
  font-size: 0.8rem;
  line-height: 28px;
  vertical-align: middle;
}

.project_btn2 {
  width: 100px;
  height: 40px;
  font-size: 0.8rem;
  line-height: 13px;
  vertical-align: middle;
}

.project_btn a:hover {
  color: #222222;
}

.project_btn2 a:hover {
  color: #222222;
}

.project-members {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 90%;
}

.notice-type {
  width: 100px;
  color: white;
  text-align: center;
  border-radius: 5px;
  /*    font-size:0.8rem; */
}

.x-small {
  width: 10px;
  height: 10px;
}

pre {
  font-family: Nunito;
  font-size: 1rem;
}

.inquiry_status {
  width: 140px;
}

.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: #d8e0ee;
  /*    font-weight: bold; */
}

/* project list */

.project_table tbody td {
  text-align: left;
  vertical-align: middle;
}

.project_table th {
  white-space: nowrap;
}

/*
.project-list-table tbody tr {
    cursor: pointer;
}
*/

.project-list-table tbody td {
  text-align: left;
  vertical-align: middle;
}

.project-list-table td a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  padding: 0px;
  color: black;
}

.color-black {
  color: black;
}

/*.file-delete {
}
.file-invalid {
}*/

.upload-page {
  font-weight: bold;
}

.upload-image {
  color: green;
  font-weight: normal;
}

.goaling-file {
  color: #F57C00;
  font-size: 140%;
  /* 1.8rem; */
  font-weight: 600;
}

.goaling-file .file-unit {
  color: #000000;
  font-size: 0.8rem;
  font-weight: 400;
}

.goaling-file2 {
  color: #6087cd;
  font-size: 120%;
  /* 1.8rem; */
  font-weight: 600;
}

.goaling-file2 .file-unit {
  color: #000000;
  font-size: 0.8rem;
  font-weight: 400;
}

.goaling-table {
  width: 100%;
}

.goaling-table th {
  border-bottom: 1px solid #aaaaaa;
  font-weight: normal;
}

.goaling-table td {
  padding: 2px;
}

.goaling-table input {
  width: 105px;
  padding: 2px 8px;
  border-radius: 3px;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  background-image: none;
  background-color: #fff;
}

.goaling-list {
  list-style: none;
}

.goaling-list > li {
  padding: 25px 0;
  /*  border-bottom: 1px solid #000; */
}

/*
.goaling-list>li:first-child{
  border-top: 1px solid #000;
}*/

.goaling-list span {
  font-weight: 600;
  font-size: 120%;
  margin: 0px 20px 0px 10px;
}

.goaling-list span i {
  font-weight: 400;
  font-size: 0.8rem;
}

.goaling-list tfoot {
  border-top: 1px solid #aaa;
}

.goaling-list-2 {
  width: 100%;
  list-style: none;
  padding: 0;
}

.goaling-list2 ul {
  display: inline-block;
  vertical-align: bottom;
}

.goaling-list-2 .li-left {
  float: left;
  margin-right: 10px;
  padding-top: 1px;
  padding-bottom: 1px;
}

.goaling-list-2 .li-right {
  float: right;
  margin-right: 20px;
  padding-top: 1px;
  padding-bottom: 1px;
}

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  opacity: 0.8;
  /*background: #000;*/
  z-index: 1;
}

#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  /*color: #fff;*/
  z-index: 2;
}

.d-none2 {
  display: none;
}

.data-none {
  color: #888;
  font-style: italic;
}

.result-label {
  font-size: 1.2rem;
}

/* bootstrap の form-control-sm の枠線色を他と統一 */

.form-control-sm {
  border: 1px solid #ced4da;
}

.select2-selection__rendered {
  line-height: 20px !important;
}

.select2-container .select2-selection--multiple {
  padding-bottom: 0px !important;
  min-height: 27px !important;
}

.select2-container .select2-selection--multiple .select2-search {
  vertical-align: middle;
}

.select2-selection__arrow {
  height: 26px !important;
}

/* select2 検索ボックス */

.search-box.file select,
.search-box.inquiry select {
  width: 200px;
}

.search-box.file .select2,
.search-box.inquiry .select2 {
  min-width: 200px !important;
  width: auto !important;
}

.search-box.file label {
  width: 80px;
}

.wp-120 {
  width: 120px !important;
}

.required {
  color: red;
}

.pose_list_line {
  width: 60px;
  height: 5px;
}

.pose_list_point {
  width: 20px;
  margin-left: 20px;
}

.padding-15 {
  padding-right: 15px;
  padding-left: 15px;
}

.commentActiveMode {
  background-color: red !important;
}

.link_line_none {
  text-decoration: none !important;
}

.wd-70 {
  width: 70%;
}

.wd-65 {
  width: 65%;
}

.wd-50 {
  width: 50%;
}

.wd-100 {
  width: 100%;
}

.estimate-box {
  width: 65%;
  padding: 1rem;
}

.estimate-box-form {
  width: 65%;
  padding: 1rem;
  border-top: #000 solid 1px;
  border-bottom: #000 dashed 1px;
}

.wd-45 {
  width: 45px;
}

.wp-40 {
  width: 40%;
}

.ml4 {
  margin-left: 4px;
}

.mt5 {
  margin-top: 5px;
}

