@charset "utf-8";


.state-embargo {
    font-size: .6rem;
    padding: 0.39063vw 0.98125vw;
    border-radius: 0.825vw;
    display: inline-block;
    color: #555;
    font-family: "SamsungSharpSans",Helvetica,"malgun gothic","Apple SD Gothic Neo","Microsoft NeoGothic","Droid sans",arial,sans-serif;
    line-height: 1;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 99;
    background: rgba(255, 255, 255, 0.8);
    line-height: 1.5;
    border-radius: 0 0 0 15px;
  }
  .state-embargo p:nth-child(1) {
    text-align: center;
    color: #d65b2d;
  }
  .state-embargo p:nth-child(1)::before {
    content: '';
     display: inline-block;
     width: 9px;
     height: 9px;
     -moz-border-radius: 7.5px;
     -webkit-border-radius: 7.5px;
     border-radius: 7.5px;
     background-color: #d65b2d;
     margin-right: 7px;
  }


.is-motion .state-embargo,
.section__news-list .state-embargo,
.section__lists-content .state-embargo
 {top: 10px !important;}

 @media all and (max-width: 800px) {
.section__feature-list .state-embargo {top: 10px !important;}
}

.relative {position: relative;}