@charset "UTF-8";
.top_cost_in.nopseudo::before{content:none;}
.top_cost_in.nopseudo::after{content:none;}

#flt_bcl {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,.70);
  z-index: 1000;
}

.ui.grid {
  margin: auto;
  display: flex;
  align-items: stretch;
  padding: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
  -webkit-box-shadow: 1px 3px 10px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 3px 10px 2px rgba(0, 0, 0, 0.2);
}

.ui.label {
  display: inline-block;
  line-height: 1;
  vertical-align: baseline;
  background-color: #F0F0F0;
  background-image: none;
  padding: 0.5833em 0.833em;
  color: rgba(0, 0, 0, 0.6);
  text-transform: none;
  border: 0px solid transparent;
  border-radius: 0.5rem;
  -webkit-transition: background 0.1s ease;
  transition: background 0.1s ease;
}

.ui.grid > .column {
  text-align: center;
  align-self: inherit;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  display: inline-block;
  padding-left: 1rem;
  padding-right: 1rem;
  vertical-align: top;
}

.ui.form {
  position: relative;
  max-width: 100%;
  margin-bottom: 1rem;
  font-size: 14px;
}

.ui.form .field {
  clear: both;
  margin: 0em 0em 1em;
}

.ui.form .field .ui.input {
  width: 100%;
  display: inline-flex;
  color: rgba(0,0,0,.87);
}

.ui.form .field .ui.input input {
  width: 100%;
  text-align: left;
  vertical-align: top;
  margin: 0em;
  outline: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  tap-highlight-color: rgba(255, 255, 255, 0);
  line-height: 1.21428571em;
  padding: 0.67857143em 1em;
  font-size: 1em;
  background: #FFFFFF;
  border: 1px solid rgba(34, 36, 38, 0.15);
  color: rgba(0, 0, 0, 0.87);
  border-radius: 0.28571429rem;
  -webkit-box-shadow: 0em 0em 0em 0em transparent inset;
  box-shadow: 0em 0em 0em 0em transparent inset;
  -webkit-transition: color 0.1s ease, border-color 0.1s ease;
  transition: color 0.1s ease, border-color 0.1s ease;
  font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
}

.ui.input > input::-webkit-input-placeholder {
  color: rgba(191, 191, 191, 0.87);
}

.ui.input > input::-moz-placeholder {
  color: rgba(191, 191, 191, 0.87);
}

.ui.input > input:-ms-input-placeholder {
  color: rgba(191, 191, 191, 0.87);
}

.ui.form .field .ui.input input[type="text"]:focus,
.ui.form .field .ui.input input[type="password"]:focus {
  border-color: #85B7D9;
}

.ui.form .ui.button {
  width: 100%;
  color: #ffffff;
  background-color: #3b5998;
  background-image: none;
  text-shadow: none;
  cursor: pointer;
  display: block;
  min-height: 1em;
  outline: none;
  border: none;
  vertical-align: baseline;
  margin: 0em 0.25em 0em 0em;
  padding: 0.78571429em 1.5em 0.78571429em;
  text-transform: none;
  text-shadow: none;
  font-weight: bold;
  line-height: 1em;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  border-radius: 0.28571429rem;
  -webkit-box-shadow: 0px 0px 0px 1px transparent inset, 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  box-shadow: 0px 0px 0px 1px transparent inset, 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease;
  transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease;
  will-change: '';
  -webkit-tap-highlight-color: transparent;
}

.ui.form .ui.button:hover {
  background-color: #304d8a;
  color: #FFFFFF;
  text-shadow: none;
}

.ui.form .ui.button:active {
  background-color: #2d4373;
  color: #FFFFFF;
  text-shadow: none;
}

.ui.form .ui.button:disabled {
  cursor: default;
  opacity: 0.45 !important;
  box-shadow: none !important;
  pointer-events: none !important;
}

#message_area.error  {
  margin-top: 1em;
  padding: 1em 1.5em;
  box-shadow: 0 0 0 1px #e0b4b4 inset, 0 0 0 0 transparent;
  background-color: #fff6f6;
  color: #9f3a38;
}

#message_area .list {
  text-align: left;
  opacity: .85;
  list-style-position: inside;
}

.ui.message .list li {
  position: relative;
  list-style-type: none;
}

.mb-0 {
  margin-bottom: 0;
}


/*-----------------------------------------------------------------------

サムネイル名 ： コンテンツ　C-45 ALSI-1（2021/11/24）
説明　　　　 ： コンテンツ　C-45の .dlb_c45_txt と .dlb_c45_img の幅を変更

-----------------------------------------------------------------------*/
.cashless {
	position: relative;
  color: #333;
  display: inline-block;
  margin: 47px 0;
  text-shadow: 0 0 2px white;
}
.cashless:before {
	content: "";
  position: absolute;
  background: #ffd69d;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: -1;
}
