@charset "UTF-8";
/*
Eric Meyer's CSS Reset
http://meyerweb.com/eric/tools/css/reset/
v1.0 | 20080212
CSSresetr.com
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

/* remember to define focus styles! */
:focus {
  outline: 0; }

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

/* tables still need 'cellspacing=0' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*font*/
@font-face {
  font-family: NotoSansJP;
  font-weight: 300;
  src: url(../font/NotoSansCJKjp-Light.woff2) format("woff2"), url(../font/NotoSansCJKjp-Light.woff) format("woff"); }

@font-face {
  font-family: NotoSansJP;
  font-weight: 400;
  src: url(../font/NotoSansCJKjp-Regular.woff2) format("woff2"), url(../font/NotoSansCJKjp-Regular.woff) format("woff"); }

@font-face {
  font-family: NotoSansJP;
  font-weight: 700;
  src: url(../font/NotoSansCJKjp-Bold.woff2) format("woff2"), url(../font/NotoSansCJKjp-Bold.woff) format("woff"); }

@font-face {
  font-family: Roboto;
  font-weight: 700;
  src: url(../font/Roboto-Bold.woff2) format("woff2"), url(../font/Roboto-Bold.woff) format("woff"); }

@font-face {
  font-family: Roboto;
  font-weight: 500;
  src: url(../font/Roboto-Medium.woff2) format("woff2"), url(../font/Roboto-Medium.woff) format("woff"); }

@font-face {
  font-family: Roboto;
  font-weight: 400;
  src: url(../font/Roboto-Regular.woff2) format("woff2"), url(../font/Roboto-Regular.woff) format("woff"); }

@font-face {
  font-family: Roboto;
  font-weight: 300;
  src: url(../font/Roboto-Light.woff2) format("woff2"), url(../font/Roboto-Light.woff) format("woff"); }

@font-face {
  font-family: Roboto;
  font-weight: 100;
  src: url(../font/Roboto-Thin.woff2) format("woff2"), url(../font/Roboto-Thin.woff) format("woff"); }

.roboto, .roboto-regular {
  font-family: Roboto;
  font-weight: 400; }

.roboto-bold {
  font-family: Roboto;
  font-weight: 700; }

.roboto-medium, header .inner .head-nav ul li a .count span, .login > .inner .form-template .form-group .form-control, .login > .inner .form-template .btn-login {
  font-family: Roboto;
  font-weight: 500; }

.roboto-light {
  font-family: Roboto;
  font-weight: 300; }

.roboto-thin {
  font-family: Roboto;
  font-weight: 100; }

body {
  background: #7C8B93;
  color: #231815;
  min-width: 1183px; }

a {
  color: #FFFFFF; }
  a:hover {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none; }

header {
  background: #7C8B93;
  padding: 22px 0 10px; }
  header .inner {
    margin: 0 33px;
    position: relative; }
    header .inner h1 {
      position: relative;
      left: 0;
      top: 0; }
    header .inner .head-nav {
      position: absolute;
      top: 0;
      right: 10px; }
      header .inner .head-nav ul {
        display: flex;
        align-items: center; }
        header .inner .head-nav ul li {
          width: 36px;
          height: 36px;
          margin-left: 13px;
          position: relative;
          display: table; }
          header .inner .head-nav ul li:nth-child(2) {
            margin-left: 21px; }
          header .inner .head-nav ul li:nth-child(3) {
            margin-left: 18px; }
          header .inner .head-nav ul li a {
            display: table-cell;
            width: 100%;
            height: 100%;
            vertical-align: middle;
            text-align: center; }
            header .inner .head-nav ul li a .count {
              position: absolute;
              top: 8px;
              left: -12px;
              background: #E60012;
              width: 23px;
              height: 23px;
              display: table;
              border-radius: 50%; }
              header .inner .head-nav ul li a .count span {
                text-decoration: none;
                font-size: 13px;
                color: #FFFFFF;
                display: table-cell;
                width: 100%;
                height: 100%;
                vertical-align: middle;
                text-align: center; }

main > .inner {
  display: flex; }
  main > .inner aside {
    background: #7C8B93;
    padding: 59px 45px 100px 40px; }
    main > .inner aside .side-profile {
      text-align: center;
      margin-left: 10px; }
      main > .inner aside .side-profile .side-profile-link .icon-mask {
        width: 130px;
        height: 130px;
        margin: 0 auto; }
        main > .inner aside .side-profile .side-profile-link .icon-mask .side-profile-image {
          width: 130px; }
      main > .inner aside .side-profile .side-profile-link .side-profile-name {
        font-size: 21px;
        line-height: 1.75;
        color: #FFFFFF;
        margin-top: 5px; }
      main > .inner aside .side-profile .side-profile-link:hover {
        text-decoration: none; }
        main > .inner aside .side-profile .side-profile-link:hover .side-profile-name {
          opacity: 0.8; }
      main > .inner aside .side-profile .side-profile-group {
        font-size: 15px;
        line-height: 1.6;
        color: #FFFFFF;
        display: block; }
        main > .inner aside .side-profile .side-profile-group:hover {
          text-decoration: none;
          opacity: 0.8; }
    main > .inner aside .side-estate {
      margin-top: 36px; }
      main > .inner aside .side-estate .side-estate-name {
        font-size: 13px;
        line-height: 1.75;
        color: #FFFFFF; }
      main > .inner aside .side-estate .side-estate-search {
        margin-top: 10px; }
        main > .inner aside .side-estate .side-estate-search input {
          font-size: 15px;
          line-height: 1.75;
          width: 148px;
          border: 0;
          background: transparent;
          border-bottom: 1px solid #fff;
          color: #FFFFFF;
          box-sizing: border-box;
          padding: 6px 13px; }
          main > .inner aside .side-estate .side-estate-search input::placeholder {
            color: #AAABAB; }
          main > .inner aside .side-estate .side-estate-search input::-ms-input-placeholder {
            color: #AAABAB; }
      main > .inner aside .side-estate .side-estate-btn {
        margin-top: 24px; }
        main > .inner aside .side-estate .side-estate-btn li {
          margin-top: 9px; }
    main > .inner aside .side-team-group {
      margin-top: 49px; }
      main > .inner aside .side-team-group .side-team-group-name {
        font-size: 13px;
        line-height: 1.75;
        color: #FFFFFF;
        margin-bottom: 15px; }
      main > .inner aside .side-team-group .side-team .side-team-name {
        font-size: 15px;
        line-height: 2;
        color: #FFFFFF;
        padding-left: 15px;
        position: relative; }
        main > .inner aside .side-team-group .side-team .side-team-name a {
          color: #FFFFFF; }
          main > .inner aside .side-team-group .side-team .side-team-name a:hover {
            color: rgba(255, 255, 255, 0.8);
            text-decoration: none; }
        main > .inner aside .side-team-group .side-team .side-team-name .side-team-btn {
          position: absolute;
          box-sizing: border-box;
          border-right: 1px #FFFFFF solid;
          border-bottom: 1px #FFFFFF solid;
          height: 6px;
          width: 6px;
          left: -2px;
          top: 13px;
          transform: rotate(-45deg);
          display: block;
          text-decoration: none; }
      main > .inner aside .side-team-group .side-team .side-team-member-list {
        position: relative;
        box-sizing: border-box;
        overflow: hidden;
        height: 0; }
        main > .inner aside .side-team-group .side-team .side-team-member-list:before {
          content: "";
          padding-top: 10px;
          display: block; }
        main > .inner aside .side-team-group .side-team .side-team-member-list:after {
          content: "";
          padding-top: 27px;
          display: block; }
        main > .inner aside .side-team-group .side-team .side-team-member-list .side-team-member {
          display: flex;
          text-decoration: none;
          align-items: center;
          margin-top: 1px;
          color: #FFFFFF; }
          main > .inner aside .side-team-group .side-team .side-team-member-list .side-team-member:hover {
            color: rgba(255, 255, 255, 0.8);
            text-decoration: none; }
          main > .inner aside .side-team-group .side-team .side-team-member-list .side-team-member .side-team-member-name {
            font-size: 13px;
            line-height: 2.84615;
            margin-left: 8px; }
          main > .inner aside .side-team-group .side-team .side-team-member-list .side-team-member .icon-mask {
            width: 30px;
            height: 30px; }
          main > .inner aside .side-team-group .side-team .side-team-member-list .side-team-member .side-team-member-image {
            width: 30px;
            height: 30px; }
      main > .inner aside .side-team-group .side-team.open .side-team-name .side-team-btn {
        transform: rotate(45deg); }
      main > .inner aside .side-team-group .side-team.open .side-team-member-list {
        height: inherit; }
  main > .inner .contents {
    background: #FFFFFF;
    border-radius: 45px 0 0 0;
    width: calc(100% - 233px);
    padding-bottom: 80px; }
    main > .inner .contents > .inner .contents-head {
      display: flex;
      justify-content: space-between;
      width: 100%;
      padding: 22px 48px 0; }
      main > .inner .contents > .inner .contents-head h2 {
        font-size: 21px;
        line-height: 1.60714;
        color: #595757;
        margin-top: 22px; }
      main > .inner .contents > .inner .contents-head .contents-head-area {
        padding-right: 13px; }
        main > .inner .contents > .inner .contents-head .contents-head-area ul li p {
          font-size: 15px;
          line-height: 1.75; }
        main > .inner .contents > .inner .contents-head .contents-head-area ul li .input-area {
          margin-top: 3px;
          position: relative; }
        main > .inner .contents > .inner .contents-head .contents-head-area ul li.limit .input-area .btn {
          width: 88px;
          margin-left: 7px; }
          main > .inner .contents > .inner .contents-head .contents-head-area ul li.limit .input-area .btn:first-child {
            margin-left: 0; }
        main > .inner .contents > .inner .contents-head .contents-head-area ul li.between {
          margin-left: 24px; }
          main > .inner .contents > .inner .contents-head .contents-head-area ul li.between .input-area span {
            font-size: 15px;
            line-height: 1.75;
            padding: 0 6px; }
          main > .inner .contents > .inner .contents-head .contents-head-area ul li.between .input-area input {
            width: 154px;
            height: 37px; }
          main > .inner .contents > .inner .contents-head .contents-head-area ul li.between .input-area .btn {
            margin-left: 7px; }

.btn {
  font-size: 15px;
  line-height: 1.75;
  background: #fff;
  border: 1px solid #ced4da;
  height: 37px; }
  .btn.current {
    background: #C9CACA;
    border-color: #4e555b; }
  .btn:hover {
    background: #C9CACA;
    border-color: #4e555b; }

.side-btn {
  display: table;
  text-decoration: none;
  background: #D4D9DC;
  width: 100%;
  height: 36px;
  padding-left: 20px;
  box-sizing: border-box;
  border-radius: 3px;
  position: relative;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
  .side-btn:hover {
    text-decoration: none;
    background: #93B4C5; }
  .side-btn span {
    font-size: 15px;
    line-height: 1.75;
    text-decoration: none;
    color: #231815;
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center; }
  .side-btn.current {
    background: #93B4C5; }
  .side-btn.side-btn--list:before {
    content: "";
    background: url("../img/ico_list.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 13px;
    display: block;
    position: absolute;
    top: 12px;
    left: 16px; }
  .side-btn.side-btn--register:before {
    content: "";
    background: url("../img/ico_regigter.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    display: block;
    position: absolute;
    top: 11px;
    left: 17px; }
  .side-btn.side-btn--search:before {
    content: "";
    background: url("../img/ico_search.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 19px;
    height: 20px;
    display: block;
    position: absolute;
    top: 9px;
    left: 16px; }

.fa-chevron-left:before {
  content: "←"; }

.fa-chevron-right:before {
  content: "→"; }

.timepicker-sbs .btn {
  font-size: 0.9375rem;
  line-height: 1.5;
  background: transparent;
  border: 1px solid transparent;
  height: auto;
  width: auto; }
  .timepicker-sbs .btn.current {
    background: transparent; }
  .timepicker-sbs .btn:hover {
    background: transparent; }

.icon-mask {
  border-radius: 50%;
  overflow: hidden;
  display: block; }
  .icon-mask img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

/*html, body {*/
/*  height: 100%; */
/*}*/

main {
  height: 100%;
  width: 100%;
  display: table; }
  main > .inner {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center; }

.form-template .form-group {
  width: 100%;
  position: relative; }
  .form-template .form-group label {
    font-size: 15px;
    line-height: 1.75;
    color: #231815; }
  .form-template .form-group .form-control {
    font-size: 15px;
    line-height: 1.75;
    color: #231815; }
  .form-template .form-group .form-check-label {
    font-size: 13px;
    line-height: 1.68308;
    color: #231815; }
  .form-template .form-group.form-textarea {
    align-items: flex-start; }

.form-template .custom-checkbox .custom-control-label {
  font-size: 13px;
  line-height: 1.68308;
  color: #231815; }
  .form-template .custom-checkbox .custom-control-label:before {
    background: transparent;
    border-radius: 0;
    border-color: #231815; }

.login {
  width: 357px;
  height: 448px;
  margin: 0 auto; }
  .login > .inner h1 {
    width: 355px;
    margin: 0 auto 20px; }
    .login > .inner h1 img {
      /*width: 100%;*/
    }
  .login > .inner .form-template {
    width: 294px;
    margin: 0 auto; }
    .login > .inner .form-template .form-group {
      margin-bottom: 14px; }
      .login > .inner .form-template .form-group .form-control {
        font-size: 19px;
        line-height: 1.79632;
        padding: 10px 12px;
        height: 49px; }
        .login > .inner .form-template .form-group .form-control::placeholder {
          font-weight: 500; }
        .login > .inner .form-template .form-group .form-control::-ms-input-placeholder {
          font-weight: 500; }
    .login > .inner .form-template .custom-checkbox {
      margin-top: 16px;
      padding-left: 16px; }
      .login > .inner .form-template .custom-checkbox .custom-control-label {
        color: #FFFFFF;
        letter-spacing: 0.05rem; }
        .login > .inner .form-template .custom-checkbox .custom-control-label:before {
          border-color: #FFFFFF; }
    .login > .inner .form-template .btn-login {
      font-size: 19px;
      line-height: 1.79632;
      color: #FFFFFF;
      background: #E58026;
      border: none;
      margin-top: 20px;
      padding: 9px 52px;
      height: 48px; }
      .login > .inner .form-template .btn-login:hover {
        background: #cd803c; }

.was-validated .form-control:invalid,
.form-control.is-invalid {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e3342f' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e3342f' stroke='none'/%3e%3c/svg%3e");
}


/*For mobile*/
.modal-content-login {
  background: unset !important;
  border: unset !important;
}
div#modalLogin {
  background: #7C8B93;
}

.login-custom {
  width: unset;
  height: unset;
}
.login-custom > .inner .form-template {
  width: unset;
}
@media screen and (max-width: 768px) {
  .login > .inner h1 img {
    width: 70%;
  }
}
@media screen and (max-width: 320px) {
  /* Start Login*/
  .login {
    width: 70%;
  }
  .login > .inner h1 {
    width: unset;
  }
  .login > .inner .form-template {
    width: unset;
  }
  /* End Login*/
}
