@charset "UTF-8";
/* 共通部分 */
.w-800 {
  max-width: 800px;
}

.c-pointer {
  cursor: pointer;
}

.btn:focus {
  box-shadow: none;
  /* bootstrapの設定を削除*/
}

input::placeholder, textarea::placeholder {
  opacity: 0.6 !important;
}

input {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input[type="text"], input[type="email"], input[type="text"], input[type="search"], input[type="url"], input[type="password"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime-local"], input[type="number"], input[type="range"], input[type="color"] {
  border-radius: 2rem;
  background: #ecfaff;
  border: 1px solid #ced4da;
}
input[type="text"]::placeholder, input[type="email"]::placeholder, input[type="text"]::placeholder, input[type="search"]::placeholder, input[type="url"]::placeholder, input[type="password"]::placeholder, input[type="date"]::placeholder, input[type="month"]::placeholder, input[type="week"]::placeholder, input[type="time"]::placeholder, input[type="datetime-local"]::placeholder, input[type="number"]::placeholder, input[type="range"]::placeholder, input[type="color"]::placeholder {
  opacity: 0.6;
}
input[type="text"]:focus::placeholder, input[type="email"]:focus::placeholder, input[type="text"]:focus::placeholder, input[type="search"]:focus::placeholder, input[type="url"]:focus::placeholder, input[type="password"]:focus::placeholder, input[type="date"]:focus::placeholder, input[type="month"]:focus::placeholder, input[type="week"]:focus::placeholder, input[type="time"]:focus::placeholder, input[type="datetime-local"]:focus::placeholder, input[type="number"]:focus::placeholder, input[type="range"]:focus::placeholder, input[type="color"]:focus::placeholder {
  color: transparent;
}

input[type="file"] {
  background: #ecfaff !important;
  border: 1px solid #ced4da;
}

select {
  background: #ecfaff !important;
}

select > option:disabled {
  background: #e4eff5 !important;
}

input[type="submit"] {
  width: 15%;
  font-size: 1.2rem;
}
input[type="submit"]:hover {
  opacity: 0.7;
}

textarea {
  background: #ecfaff !important;
  border: 1px solid #ced4da;
  width: 100%;
}

label {
  display: block;
  margin-bottom: 0;
}

input[type="text"].form-normal {
  border-radius: 0;
  background: none;
}

.change_item {
  display: none;
}

.form-control-lg {
  font-size: 1.0rem;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e6e6e6 !important;
  color: #a5a5a5;
}

/*icon*/
.icon-search::after {
  font-family: "Font Awesome 5 Free";
  content: "\f002";
  font-weight: 900;
}

.font-13 {
  font-size: 1.3rem;
}

.font-09 {
  font-size: 0.9rem;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-big {
  border-radius: 5rem !important;
}

.blue {
  color: #1cc4ff;
}

.blue-bg {
  background: #1cb7ff;
}

.gr-pur {
  background: #d8a5ff;
}

.gr-blue {
  background-image: -moz-linear-gradient(0deg, #33dffe 10%, #33d5fe 26%, #33cafe 60%, #39b9fd 92%);
  background-image: -webkit-linear-gradient(0deg, #33dffe 10%, #33d5fe 26%, #33cafe 60%, #39b9fd 92%);
  background-image: -ms-linear-gradient(0deg, #33dffe 10%, #33d5fe 26%, #33cafe 60%, #39b9fd 92%);
}

.gr-blue-ttl {
  background-image: -webkit-linear-gradient(bottom, #2aceff 0%, #2abfff 47%, #2fa9fe 100%);
  background-image: -o-linear-gradient(bottom, #2aceff 0%, #2abfff 47%, #2fa9fe 100%);
  background-image: linear-gradient(to top, #2aceff 0%, #2abfff 47%, #2fa9fe 100%);
}

.btn-style {
  display: block;
  position: relative;
  border-radius: 1.5rem;
  border: none;
  min-width: 150px;
  padding: .5rem 2rem;
  border: 1px solid transparent;
}
.btn-style i {
  position: absolute;
  top: 50%;
  left: .8rem;
  margin-top: -0.5em;
}

.btn-blue {
  color: white;
  background: #1cc4ff;
  transition: opacity .2s;
}
.btn-blue:hover {
  opacity: 0.6;
}

.btn-white {
  border: #1cc4ff 3px solid;
  color: #1cc4ff;
  background: white;
  transition: background-color .2s;
}
.btn-white:hover {
  border: #1cc4ff 3px solid;
  background: #1cc4ff;
  color: white;
}

.btn-gray {
  border: #d5d5d5 3px solid;
  box-sizing: border-box;
  background: white;
  transition: background-color .2s;
}
.btn-gray i {
  color: #d5d5d5;
}
.btn-gray:hover {
  border: #e6e6e6 3px solid;
  background: #e6e6e6;
}
.btn-gray:hover i {
  color: white;
}

.btn-red {
  border: #ff8b8b 3px solid;
  background: white;
  color: #ff8b8b;
  transition: background-color .2s;
}
.btn-red:hover {
  background: #ff8b8b;
  color: white;
}

/* page-link */
.page-item.active .page-link {
  background-color: #1cc4ff;
  border-color: #1cc4ff;
}

.page-link {
  color: #1cc4ff;
}

/* table */
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5 !important;
}

table.table-blue th {
  background: #1cb7ff;
  color: white;
}
table.table-blue tr:nth-child(even) {
  background: #ecfaff;
}

table.table-purple th {
  background: #d8a5ff;
  color: white;
}
table.table-purple tr:nth-child(even) {
  background: #fbefff;
}

table.table-pink th {
  background: #ff9dc1;
  color: white;
}
table.table-pink tr:nth-child(even) {
  background: #fff4fa;
}

/* checkbox */
.custom-control-label {
  padding: 0.2rem 0 0 0.4rem;
}

.custom-control-label::before {
  height: 1.5rem;
  width: 1.5rem;
}

.custom-control-label::after {
  height: 1.5rem;
  width: 1.5rem;
}

.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #66d7ff;
  border: 1px solid #66d7ff;
}

.custom-control-label-small::after, .custom-control-label-small::before {
  height: 1.5rem;
  width: 1.5rem;
}

/* toggle */
.custom-switch .custom-control-label-toggle {
  padding: 0.4rem 0 0 2.4rem;
  margin-bottom: 1rem;
  cursor: pointer;
}

.custom-switch .custom-control-label-toggle::before {
  height: 2.1rem;
  width: 3.8rem;
}

.custom-switch .custom-control-label-toggle::after {
  height: calc(2rem - 4px);
  width: calc(1.0rem - 4px);
  left: calc(-2.1rem + 2px);
}

.custom-control-input-toggle:checked ~ .custom-control-label-toggle::before {
  content: "On";
  padding-left: 0.9rem;
  padding-top: 0.2rem;
}

.custom-switch .custom-control-input-toggle:checked ~ .custom-control-label-toggle::after {
  transform: translateX(2.6rem);
}

/* ログインフォーム　*/
.login-form {
  border-radius: .5rem;
  border: 1px solid #d4d4d4;
}

/* ヘッダー部分のメニュー　*/
#top-menu {
  background-image: -moz-linear-gradient(0deg, #4cd5ff 0%, #cba8ff 37%, #f8c5f7 69%, #ffcbdf 100%);
  background-image: -webkit-linear-gradient(0deg, #4cd5ff 0%, #cba8ff 37%, #f8c5f7 69%, #ffcbdf 100%);
  background-image: -ms-linear-gradient(0deg, #4cd5ff 0%, #cba8ff 37%, #f8c5f7 69%, #ffcbdf 100%);
  color: white;
}
#top-menu .add-user {
  font-size: 2.5rem;
}
#top-menu .nav-notice {
  font-size: 2.5rem;
}
#top-menu .add-user:hover, #top-menu .nav-notice:hover {
  opacity: 0.8;
  text-decoration: none;
}
#top-menu .search {
  position: relative;
}
#top-menu .search .search-form {
  background: #ecfaff;
  width: 100%;
}
#top-menu .search input[type="submit"] {
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 1.3rem;
  position: absolute;
  top: -10px;
  right: 0;
  height: 2.5rem;
  width: 2.5rem;
}
#top-menu .top-menu-right a {
  color: white;
}
#top-menu .top-menu-right #nav-user a img {
  width: 50px;
  overflow: hidden;
  border: 3px solid white;
}
#top-menu .top-menu-right #nav-user a .fa-caret-down {
  font-size: 1.2rem;
}
#top-menu .top-menu-right #nav-user a.dropdown-toggle::after {
  margin-left: -0.15rem;
}
#top-menu .top-menu-right #nav-user .dropdown-menu {
  color: #6d6d6d;
}

/* サイドメニュー　*/
#side-menu {
  background-image: -moz-linear-gradient(0deg, #2aceff 0%, #2abfff 47%, #2fa9fe 100%);
  background-image: -webkit-linear-gradient(0deg, #2aceff 0%, #2abfff 47%, #2fa9fe 100%);
  background-image: -ms-linear-gradient(0deg, #2aceff 0%, #2abfff 47%, #2fa9fe 100%);
  color: white;
  min-height: 100vh;
  top: 0;
}
#side-menu .side-menu-content {
  top: 1rem;
}
#side-menu .side-menu-content .nav li {
  text-indent: 1.0rem;
  list-style: none;
}
#side-menu .side-menu-content .nav li ul li {
  font-size: 1.1rem;
}
#side-menu .side-menu-content .nav a {
  position: relative;
  display: block;
  color: white;
  padding: .9rem 0 .3rem;
  border-bottom: 1px solid #6ed0fd;
}
#side-menu .side-menu-content .nav a:hover {
  background: #1ea7ff;
  border-radius: .25rem;
  text-decoration: none;
  opacity: 0.8;
}
#side-menu .side-menu-content .nav a.icon-open:before {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 10px;
  height: 3px;
  background: #eaf7ff;
}
#side-menu .side-menu-content .nav a.icon-open:after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 53%;
  width: 10px;
  height: 3px;
  background: #eaf7ff;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}
#side-menu .side-menu-content .nav a.icon-open.active:after {
  transform: translateY(-50%);
  transition: 0.5s;
}

/* メインコンテンツ　*/
main {
  color: #6d6d6d;
}

img.user-icon {
  width: 35px;
  overflow: hidden;
  border: 3px solid white;
}

.card-style {
  margin: 0 1.0rem 1.0rem 0;
  width: 250px;
  /* カードの横幅指定　*/
}

/* news */
#news-top ul li {
  list-style-type: none;
}
#news-top ul li a {
  display: block;
}

/* step bar */
.stepbar {
  margin: 0;
  padding: 0;
  counter-reset: step;
  z-index: 0;
  position: relative;
  display: flex;
}
.stepbar li {
  list-style-type: none;
  width: 25%;
  font-size: 12px;
  position: relative;
  text-transform: uppercase;
  color: #aaa;
}
.stepbar li:before {
  width: 30px;
  height: 30px;
  content: counter(step);
  counter-increment: step;
  line-height: 30px;
  display: block;
  text-align: center;
  margin: 0 0 10px;
  border-radius: 50%;
  background-color: #eee;
}
.stepbar li:after {
  width: 100%;
  height: 2px;
  content: '';
  position: absolute;
  background-color: #eee;
  top: 15px;
  left: -100%;
  z-index: -1;
}
.stepbar li:first-child {
  margin-left: 5px;
}
.stepbar li:first-child:after {
  content: none;
}
.stepbar li.visit {
  color: #1cc4ff;
}
.stepbar li.visit:before {
  background-color: #1cc4ff;
  color: #fff;
}
.stepbar li.current {
  color: #c6abff;
}
.stepbar li.current:before {
  background-color: #c6abff;
  color: #fff;
}

.stepbar li.visit + li:after {
  background-color: #1cc4ff;
}

/*# sourceMappingURL=all.css.map */

/* エラーメッセージ用 */
.error-messages-container {
    display: flex;
    margin-bottom: 10px;
}

.error-messages-container div {
    padding: 10px;
    background-color: #ff3a5c;
    color: #ffffff;
    font-weight: bold;
    width: 100%;
}
