@-webkit-keyframes up-marquee {
    0%   { top:   10em }
    100% { top: -20em }
}
@-moz-keyframes up-marquee {
    0%   { top:   10em }
    100% { top: -20em }
}
@-o-keyframes up-marquee {
    0%   { top:   10em }
    100% { top: -20em }
}
@keyframes up-marquee {
    0%   { top:   10em }
    100% { top: -20em }
}

@-webkit-keyframes down-marquee {
    0%   { top:   -10em }
    100% { top: 20em }
}
@-moz-keyframes down-marquee {
    0%   { top:   -10em }
    100% { top: 20em }
}
@-o-keyframes down-marquee {
    0%   { top:   -10em }
    100% { top: 20em }
}
@keyframes down-marquee {
    0%   { top:   -10em }
    100% { top: 20em }
}

.scroll-up, .scroll-down {
    height    : 8em;
    margin    : 1em auto;
    overflow  : hidden;
    position  : relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing   : border-box;
    box-sizing        : border-box;
}

.scroll-up .notice-list,
.scroll-down .notice-list {
    top               : 6em;
    position          : relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing   : border-box;
    box-sizing        : border-box;
}

.scroll-up .notice-list {
    -webkit-animation: up-marquee 15s linear infinite;
    -moz-animation   : up-marquee 15s linear infinite;
    -o-animation     : up-marquee 15s linear infinite;
    animation        : up-marquee 15s linear infinite;
}

.scroll-down .notice-list {
    -webkit-animation: down-marquee 15s linear infinite;
    -moz-animation   : down-marquee 15s linear infinite;
    -o-animation     : down-marquee 15s linear infinite;
    animation        : down-marquee 15s linear infinite;
}

.scroll-up:hover .notice-list,
.scroll-down:hover .notice-list {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state   : paused;
    -o-animation-play-state     : paused;
    animation-play-state        : paused;
}

.tickets-notices-l {
    width: 24px;
    height: 24px;
    object-fit: contain;
    float: left;
    margin-right: 0.5rem;
}

.notice-list {
    padding: 0 0.4rem;
}

h6.tickets-notices-h6 {
  font-family: 'Noto Sans JP', sans-serif;;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: 0.2px;
  color: #333333;
  display: table;
  padding-top: 4px;
}

div.tickets-notices-div-list {
  /* padding: 1rem 0.6rem 0.3rem 0.6rem; */
  padding: 10px;
  box-shadow: inset 0 -1px 0 0 #dddddd;
  word-break: break-word;
  word-break: break-all;
}

div.tickets-notices-div-list-n-plus {
  /* padding: 1rem 0.6rem 0.3rem 0.6rem; */
  padding: 10px;
  box-shadow: inset 0 -1px 0 0 #dddddd;
  word-break: break-word;
}

div.tickets-notices-footer {
  padding: 1.2rem 1rem;
  font-family: 'Noto Sans JP', sans-serif;;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.2px;
  color: #4a4a4a;
  text-align: left;
}
div.tickets_notices_notice {
  background-color: #ffffff;
  border: solid 1px #7d00be;
  display: inline-block;
}
h2.tickets-notices-headline {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color: #7d00be;
    font-family: 'Noto Sans JP', sans-serif;;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.14;
    letter-spacing: 0.2px;
    color: #ffffff;
    padding: 12px 20px;
    margin: 0;
}
div.tickets-no-notices {
  text-align: center;
  padding: 10px;
}
div.tickets_notices_notice .notice-readmore-btn {
  border-radius: 4px;
  background-color: #ffffff;
  border: solid 1px #7d00be;
  display: block;
  padding: 5px 10px 5px 5px;
  color: #7d00be;
  width: 103px;
  text-align: center;
  margin: 0px 15px 11px 0px;
  float: right;
  font-size: 12px;
}

/*Start css for emergency notice*/
div.emergency-notices-main{
  display: block !important;
}
div.tickets-emergency-notice-wrapper{
  border-radius: 4px;
  border: solid 1px #ffd38b;
  background-color: #ffedd1;
  margin: 10px 0px;
}
div.tickets-emergency-notice-main{
  font-family: NotoSansCJKjp;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.26px;
  color: #f16a00 !important;
  padding: 17px 0px 9px 19px;
  display: inline-block;
  width: 100%;
}
.tickets-emergency-notice-wrapper .mobile{
    display: none;
  }
.tickets-emergency-notices-l{
  width: 28px;
  height: 28px;
  object-fit: contain;
  float: left;
  margin-right: 11px;
}
div.tickets-emergency-notice-main h3{
  font-family: NotoSansCJKjp;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.26px;
  float: left;
  padding-right: 10px;
  color: #f16a00;
  display: inline-block;
  width: calc(100% - 192px);
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;

}
div.tickets-emergency-notice-main .web a{
  color: #f16a00;
  border-bottom: 1px solid #f16a00;
  float: right;
  margin-right: 40px;
}
/*Style for Mobile Device*/
@media only screen and (max-width:980px){

  div.tickets-emergency-notice-wrapper{
    margin-left: 10px;
    margin-right: 10px;
  }
  div.tickets-emergency-notice-main{
    padding: 5px 0px 4px 19px;
  }
  div.tickets-emergency-notice-main .mobile .mobile-notice-title{
    color: #f16a00;
    font-size: 16px;
    display: inline-block;
    width: calc(100% - 67px);
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    margin-top: 4px;
  }
  div.tickets-emergency-notice-main .mobile .arrow{
    padding: 3px 8px 0px 0px;
    float: right;
  }

  div.tickets-emergency-notice-main .mobile .arrow:after{
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    color: #f16a00;
  }
  .tickets-emergency-notices-l{
    width: 21px;
    margin-top: 2px;
  }
  .tickets-emergency-notice-wrapper .web{
    display: none;
  }
  .tickets-emergency-notice-wrapper .mobile{
    display: block;
  }

}
/*End Style for mobile device*/
/*End css for emergency notice*/

/*Css for notice listng page*/
/*End css for notice listing page*/