@charset "UTF-8";
/*==================================================
  productstatus
==================================================*/
.p-status_heading {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center; }

.p-status_guide {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 1.4rem; }
  .p-status_guide li {
    flex-basis: 49%;
    text-align: left; }
  @media screen and (max-width: 568px) {
    .p-status_guide {
      display: inline-block; } }

.system-status {
  padding: 20px;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 20px;
  font-weight: bold; }

.system-normal {
  background-color: #3DB838;
  /* 淡い緑色 */
  color: white; }

.system-warning {
  background-color: #EAA300;
  color: white; }

.system-error {
  background-color: #D13438;
  color: white; }

.status-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  justify-content: center; }
  @media screen and (max-width: 1024px) {
    .status-container {
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (max-width: 568px) {
    .status-container {
      display: block; } }

.status-item {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 10px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*width: 350px;
   @include mq(pro, max){
      width: 380px;
   }
   @include mq(md, max){
      width: 370px;
   }*/ }
  @media screen and (max-width: 568px) {
    .status-item {
      border-width: 0;
      border-bottom-width: 1px;
      width: 100%; } }

.status-item_info {
  border: 2px solid #24272b;
  padding: 10px;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px; }

.status-icon {
  display: inline-block;
  height: 15px;
  width: 15px;
  border-radius: 50%; }

.status-icon-small {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 50%; }

.status-g {
  background-color: #3DB838;
  /* 淡い緑色 */ }

.status-r {
  background-color: #D13438; }

.status-y {
  background-color: #FFF000; }

.status-o {
  background-color: #FFA500; }

.product-name {
  flex-grow: 1;
  padding-right: 10px;
  white-space: nowrap; }

.status-line {
  display: flex;
  justify-content: flex-start;
  align-items: center; }

.status-line span {
  display: inline-block; }

@media screen and (max-width: 568px) {
  .l-limitedWidth-inner-Status {
    max-width: 100%; } }

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