.container-fluid-cus{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  min-height: 100vh;
  background-color: #F0F2F7;
}
/* common start*/
.item-title {
  color: #064780;
}
.btn-submit {
  color: #fff;
  background-color: #064780;
  min-width: 50% !important;
}

.btn-save {
  color: #fff;
  background-color: #064780;
  min-width: 25% !important;
}

.btn-cancel {
  background-color: #fff;
  border: 1px solid #555555;
  color: #3F3F3F;
  min-width: 50% !important;
}
.main-title-sub {
  font-size: 14px;
  color: #466188;
  font-weight: 100 !important;;
}
.main-title-desc {
  font-size: 15px;
  color: #000000;
  font-weight: 100 !important;
}
.sub-title {
  padding-bottom: 6px;
  border-bottom: 1px solid #C9C9C9;
}
.sub-title-name {
  color: #19295E;
  font-size: 15px;
  font-weight: bold;
}
.text-box {
  background-color: #F7F7F7;
  border: 1px solid #C4C9D6;
  border-radius: 5px !important;
}

.error-messenger {
  color: red;
  font-size: 12px;
}

/* common end*/
/* header start */
#header {
  background-color: white;
}
.nav-item .nav-link {
  color: #064780 !important;
  text-decoration: underline;
  padding-left: 1.5rem !important;
}
.nav-link-top {
  color: #064780;
  text-decoration: none;
  font-weight: bold;
  font-size: 17px;
}
.nav-link-top:hover {
  text-decoration: none;
}
.navbar-collapse {
  justify-content: space-between;
}
.user-info {
  padding-right: 20px;
  display: flex;
  align-items: center;
}
.user-info p {
  margin: 0px 18px 0px 0px;
  text-align: right;
  line-height: 18px;
}
.user-info .login-name {
  font-size: 12px;
  color: #064780;
}
.user-info .login-time {
  font-size: 11px;
}
.logout {
  background-color: #3A7388;
}
/* header end */
/* page not found */
#err-page-body {
  background-color: #F0F2F7;
  padding-top: 50px;
  min-height: 100vh;
}
.err-message-title {
    font-size: 16px;
    color: #064780;
    font-weight: bold;
    text-align: center;
}
.err-message-content {
  font-size: 14px;
  color: #064780;
  font-weight: bold;
  text-align: center;
}

/* ユーザー登録・更新 */
.note {
  font-size: 12px;
  margin-left: 10px;
}
.main-title {
  margin-top: 20px;
  margin-bottom: 7px;
  color: #064780;
  font-weight: bold;
  font-size: 17px;
}
.form-check-inline {
  margin-right: 1.75rem;
}
.remove {
  background-color: #595F8E;
  border: none;
  width: 60%;
}

/* ユーザー検索 */
.space-input {
  margin-right: 30px;
}
.label-checkBox {
  color: #636889;
}
.button-search {
  margin-top: 40px;
  margin-bottom: 40px;
}
.button-add {
  margin-top: 40px;
  padding-bottom: 60px;
}
.change {
  background-color: #595F8E;
  border: none;
}

th, td {
  white-space: nowrap;
}

.table th {
  border-top: 0px !important;
}

.table td, .table th {
  padding: .75rem .75rem .75rem  0 !important;
}

/* change password */
.changepassword-label{
  color: #064780;
  font-weight: bold;
  font-size: 17px;
  margin-top: 2rem;
}
.changepass-notchange-btn {
  width: 175px;
  background-color: #fff;
  border: 1px solid #555555;
  color: #3F3F3F;
  margin-top: 3rem;
}
.changepass-btn {
  width: 175px;
  background-color: #064780;
  margin-top: 3rem;
}

/* login page */
.login-body {
  background-color: #F0F2F7;
  min-height: 100vh;
}

.login-center {
  margin-left: auto;
  margin-right: auto;
  max-width: 380px;
}
.login-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  max-width: 280px;
}
.login-form {
  margin-top: 20px;
}
.forgot-pass-desc {
  margin-top: 4rem;
  color: rgb(116, 116, 117);
  font-size: 15px;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.forgot-pass-desc ul {
  padding-left: 19px;
  margin-top: 13px;
  font-size: 13px;
}
.forgot-pass-desc ul li{
  margin-bottom: 3px;
}
.login-space {
  margin-bottom: 2rem;
}
.login-btn {
  background-color: #064780;
  width: 150px;
}
.login-link {
  color: rgb(97,137,154);
  text-decoration: revert;
}
.login-label {
  margin-bottom: .5px;
  color: rgb(116, 116, 117);
  font-size: 15px;
}
.login-input {
  height: 40px;
  border: 1px solid rgb(208, 211, 221);
  font-size: 17px;
  padding-left: 17px;
  border-radius: 5px;
}
.login-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
}
.signup-body {
  background-color: #F0F2F7;
  min-height: 100vh;
}
.login-space-top {
  height: 7rem;
}
.mt-1rem {
  margin-top: 1rem;
}
.error-messenger {
  color: red;
  font-size: 12px;
}
.change-validate1 {
  color: red;
  font-size: 12px;
}
.change-validate2 {
  color: red;
  font-size: 12px;
}
.change-validate3 {
  color: red;
  font-size: 12px;
}
.item-name-desc{
  color: #064780;
  font-size: 15px;
}

/* abc */
.space-input-2 {
  margin-right: 60px;
}

.fee-inquiry a:-webkit-any-link {
  cursor: pointer;
  text-decoration: underline;
  color: #3A7388;
}

.list-contracts-table {
  margin: 0 2rem;
}

.from_text {
  padding: 40px 10px !important;
}

.to_text {
  padding: 40px 10px !important;
}

.date_input {
  margin-top: 39px;
}

@media (max-width: 767px) {
  .showfees-item-title {
    margin-top: 5px !important;
  }
  .from_text {
    padding: 1px 0px 18px 7px !important;
  }
  .message-to{
    margin-bottom: 0px !important;
  }
  .to_text {
    padding: 1px 0px 18px 7px !important;
  }
  .date_input {
    margin-top: 0px;
  }
  .space-input-2 {
    margin-right: 0px;
  }
  .space-input {
    margin-right: 0px;
  }
  .list-contracts-table {
    margin: 0 0.5rem;
  }
  .ph-width {
    width: 50%;
  }
  .main-title-desc {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .hidden-ss {
    display: none !important;
  } 
}
.sub-link {
  margin-top: 16px;
}
.sub-link .doc-link {
  color: #31778B !important;
  text-decoration: underline;
  padding-right: 2.5rem !important;
}

/* show fees page */
.showfees-item-title {
  margin-top: 40px;
}
.label-checkBox-red {
  color: red;
}
.act-submit {
  background-color: #064780;
}
.title-success {
  background-color: rgb(97,137,154);
  text-align: center;
}
.resetpassword-btn-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.act-cancel {
  background-color: #fff;
  border: 1px solid #555555;
  color: #3F3F3F;
}

.logo-area {
  margin-bottom: 20px;
  text-align: center;
}
.logo-area img {
  width: 154px;
}
.dl-note {
  margin-top: 15px;
  margin-left: 30px;
}
.docs-content {
  margin-top: -25px;
  padding-left: 15px;
}
.link-space {
  padding: 0px 30px;
}
.btn-download-contract {
  justify-content: center;
}
.btn-download-contract .btn {
  color: #fff;
  background-color: #064780;
  margin-bottom: 1rem;
}

#nav-products .nav-link.active {
  border-color: rgba(0, 0, 0, .125) rgba(0, 0, 0, .125) white;
  margin-bottom: -2px;
  z-index: 100;
}

#nav-products .nav-item {
  color: #19295E;
  font-size: 15px;
  font-weight: bold;
}

.doc-dl-list {
  padding-left: 1rem;
}

.doc-dl-link {
  margin-left: 2em;
  text-decoration: underline;
}

.doc-btn {
  background-color: #19295e;
  color: white;
  width: 93%;
  min-height: 46px;
  font-weight: bold;
}

.doc-btn:hover {
  color: white;
  opacity: .6;
}

.doc-container{
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  min-height: 100vh;
  background-color: #F0F2F7;
}