/*
*項目の共通スタイル
*/
.dsp-none {
  display: none;
}

/* アクティングアラート */
#acting_alert {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 240px;
  margin: 5px;
  z-index: 9999;
  opacity: 0.6;
  -moz-opacity: 0.6;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}
#acting_alert p.close_alert {
  margin: 0;
  padding: 3px;
  background: #1393c0;
  text-align: right;
  height: 25px;
}
#acting_alert p.content {
  padding: 1em;
  margin: 0;
  background: #fff;
  border: 1px solid #1393c0;
  height: 100%;
}
#acting_alert span.top,
#acting_alert span.bottom {
  display: block;
  background: #fff;
}
#acting_alert span.top span,
#acting_alert span.bottom span {
  display: block;
  height: 1px;
  overflow: hidden;
  background: #1393c0;
}
#acting_alert span.r1 {
  margin: 0 5px;
}
#acting_alert span.r2 {
  margin: 0 3px;
}
#acting_alert span.r3 {
  margin: 0 2px;
}
#acting_alert span.top span.r4,
span.bottom span.r4 {
  margin: 0 1px;
  height: 2px;
}
#acting_alert span.item {
  font-size: 12px;
}
#acting_alert a {
  color: inherit;
}
.close_alert a {
  background-image: url(../img/bannerClose.gif);
  display: block;
  width: 23px;
  height: 23px;
}
.close_alert a img {
  display: none;
}

/* NoScript */
.alert {
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgb(255 255 255 / 50%);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding-top: 8px;
  padding-right: 14px;
  padding-bottom: 8px;
  padding-left: 14px;
  line-height: 150%;
}

.alert h4 {
  font-size: 17.5px;
  font-weight: bold;
  line-height: 20px;
  text-rendering: optimizelegibility;
}

.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

/*
*ローディング画面スタイル
*/
.loading-box {
  position: fixed;
  top: 0px;
  left: 0px;
  pointer-events: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
}
.loading-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/*
*フッターロゴ調整
*/
.l-footer-logo-list__item img {
  max-width: 200%;
}
