@charset "UTF-8";
.tag-list-item label {
  font-size: 14px !important;
}
.loading-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 1500;
}
.loading-mask.fixed {
  position: fixed;
  width: 100vw;
  height: 100vh;
}
.loading-mask:before {
  content: 'Loading...';
  position: absolute;
  text-align: center;
  color: rgba(193, 65, 59, 0.8);
  top: 55%;
  top: calc(50% + 24px);
  right: 0;
  bottom: 0;
  left: 0;
  font-weight: bold;
}
.loading-mask:after {
  content: '';
  position: absolute;
  background-image: url(../../img/fuwel/logo-only.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 41px;
  height: 59px;
  top: 48%;
  top: calc(50% - 30px);
  left: 48%;
  left: calc(50% - 25px);
  -webkit-animation: colorAnim 1s ease infinite;
  animation: colorAnim 1s ease infinite;
}
@keyframes colorAnim {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.nav-tabs {
  background-color: transparent;
  overflow: hidden;
}
.nav-tabs > li {
  transition: background-color 0.2s ease;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li a {
  color: #333 !important;
  transition: color 0.2s ease;
}
.nav-tabs > li:hover, .nav-tabs > li.active {
  background-color: #009688;
}
.nav-tabs > li:hover a, .nav-tabs > li.active a {
  color: #fff !important;
}
#affiliate-banner {
  display: block;
  margin-top: 20px;
  width: 100%;
}
#affiliate-banner img {
  width: 100%;
}
#new-notification-modal {
  z-index: 1600;
}
#new-notification-modal .loading-mask {
  display: none;
}
#new-notification-modal .modal-content .modal-header {
  padding: 24px;
  border-bottom: 1px solid #eee;
}
#new-notification-modal .modal-content .modal-body {
  max-height: calc(100vh - 150px);
  overflow-y: auto;
  padding: 24px;
}
#new-notification-modal .modal-content .modal-body img {
  max-width: 100%;
}
#new-notification-modal .modal-content .modal-body .modal-body-bottom {
  width: calc(100% + 48px);
  margin-left: -24px;
  border-top: 1px solid #eee;
  padding: 24px 24px 0;
  text-align: right;
}
#new-notification-modal .modal-content .modal-body .modal-body-bottom label {
  color: #333;
  font-size: 14px;
  margin-right: 10px;
}
#new-notification-modal .modal-content .modal-body .modal-body-bottom .btn.btn-notification-close {
  margin: 0;
  color: #ffffff !important;
  background-color: #666666 !important;
  border: 1px solid #666666 !important;
}
/**
 * 新UIの検索フォーム
 */
.search-form-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 80px);
  max-width: 1200px;
  min-width: 980px;
  margin: 0px 0px 20px;
  border: 2px solid #ccc;
  padding: 10px 15px;
}
.search-form-wrapper .search-form-block {
  flex-grow: 0;
  flex-shrink: 0;
  min-height: 38px;
  margin: 5px 0;
  display: flex;
  align-items: center;
}
.search-form-wrapper .search-form-block.search-form-block-1 {
  width: 100%;
}
.search-form-wrapper .search-form-block.search-form-block-2 {
  width: 50%;
}
.search-form-wrapper .search-form-block.search-form-block-3 {
  width: 33.3%;
}
.search-form-wrapper .search-form-block.search-form-block-4 {
  width: 25%;
}
.search-form-wrapper .search-form-block.search-form-block-5 {
  width: 20%;
}
.search-form-wrapper .search-form-block label {
  flex-shrink: 0;
  flex-grow: 1;
  min-width: 150px;
  white-space: nowrap;
  padding-right: 15px;
  color: #555;
  font-weight: normal;
  margin: 0;
}
.search-form-wrapper .search-form-block .search-form-input {
  flex-shrink: 1;
  flex-grow: 0;
  width: calc(100% - 150px);
  display: flex;
  align-items: center;
}
.search-form-wrapper .search-form-block .search-form-input .check-label {
  min-width: 0;
  padding: 0;
  margin-right: 10px;
  display: inline-flex;
  align-items: center;
}
.search-form-wrapper .search-form-block .search-form-input .check-label input {
  margin: 0 5px 0 0;
}
.search-form-wrapper .search-form-block .search-form-input .btn {
  margin: 0;
}
.search-form-wrapper .search-submit-wrapper {
  text-align: right;
  width: 100%;
}
.search-form-wrapper .search-submit-wrapper input, .search-form-wrapper .search-submit-wrapper a, .search-form-wrapper .search-submit-wrapper button {
  margin: 0 5px;
  pointer-events: all;
}
.search-form-wrapper .search-submit-wrapper.upper {
  margin-top: -30px;
  pointer-events: none;
}
.flex-block-wrapper {
  display: flex;
  align-items: center;
}
.flex-block-wrapper .flex-block {
  display: flex;
  align-items: center;
}
.flex-block-wrapper label {
  color: #555;
  font-weight: normal;
  margin: 0;
  padding-right: 15px;
}
/**
 * 新デザイン統一CSS
 */
.btn {
  box-shadow: none !important;
}
/**
 * カードデザイン統一CSS
 */
.card {
  border: 0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.card.form-card {
  padding: 20px;
  max-width: 800px;
  margin: 10px auto;
}
/* トグルスイッチ*/
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
  margin-left: auto;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch .switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: all 0.2s ease;
  border-radius: 24px;
}
.switch .switch-slider:before {
  position: absolute;
  content: '';
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: #fff;
  transition: all 0.2s ease;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.switch input:checked + .switch-slider {
  background-color: #cc6666;
}
.switch input:checked + .switch-slider:before {
  transform: translateX(26px);
}
.switch input:focus-visible + .switch-slider {
  box-shadow: 0 0 0 3px rgba(204, 102, 102, 0.25);
}
.switch input:disabled + .switch-slider {
  background-color: #bdbdbd;
  cursor: not-allowed;
}
.switch input:disabled + .switch-slider:before {
  opacity: 0.6;
}
.switch:hover input:not(:disabled) + .switch-slider {
  filter: brightness(0.98);
}
@media (prefers-reduced-motion: reduce) {
  .switch .switch-slider, .switch .switch-slider:before {
    transition: none;
  }
}
/* Rounded sliders */
.switch-slider.round {
  border-radius: 12px;
}
.switch-slider.round:before {
  border-radius: 50%;
}
