@charset "UTF-8";
.top_notice {
  width: 1140px;
  margin: 20px auto 0;
  padding: 5px;
  box-sizing: border-box;
  background-color: #f30;
  background: linear-gradient(45deg, transparent 20px, #f30 20px);
  display: flex;
  align-items: center;
  align-self: center;
}
@media screen and (max-width: 1024px) {
  .top_notice {
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .top_notice {
    width: auto;
    margin: 10px 10px;
    flex-direction: column;
    align-items: flex-start;
    align-content: center;
    border-top: none;
    background: linear-gradient(-135deg, transparent 15px, #f30 15px);
  }
}
.top_notice section {
  width: 890px;
  padding: 1em 1.5em;
  margin: 0;
  background-color: #fff;
  text-align: left;
  color: #000;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_notice section {
    width: 100%;
    padding: 0.5em;
  }
}
.top_notice section h4 {
  margin: 0 0 0.25em;
  font-size: 1em;
  font-weight: bold;
}
.top_notice section ul {
  padding-left: 1em;
  margin-left: 0em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-content: center;
  align-self: center;
  list-style-type: none;
}
@media screen and (max-width: 767px) {
  .top_notice section ul {
    width: auto;
    padding-left: 0;
  }
}
.top_notice section ul li {
  margin-bottom: 0.1em;
  margin-left: 1em;
  text-indent: -1em;
}
.top_notice section ul li:nth-last-of-type(1) {
  margin-bottom: 0;
}
.top_notice section ul li:before {
  /*content:"";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;*/
  /*
  @include fas('\f0da',0,0);
  display: inline-block;
  @include media(sp) {
  	@include fas('\f0da',0,0);
  }*/
}
.top_notice section ul li a[href^=http]:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  padding-left: 6px;
  padding-right: 0;
  font-size: 0.8em;
  color: #666;
}
@media screen and (max-width: 767px) {
  .top_notice section ul li a[href^=http]:after {
    font-size: 1em;
    padding-left: 3px;
  }
}
.top_notice section ul li a {
  font-size: 1em;
  margin-left: 0em;
  text-indent: 0em;
}
.top_notice section ul li a:link {
  text-decoration: none;
  color: #000;
}
.top_notice section ul li a:visited {
  color: #333;
}
.top_notice section ul li a:hover {
  color: #f30;
  text-decoration: underline;
}
.top_notice section ul li a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  padding-left: 0;
  padding-right: 0.5em;
  display: inline-block;
}
.top_notice h3 {
  font-size: 16px;
  line-height: 90px;
  background-color: transparent;
  color: #fff;
  margin: 0;
  padding: 0;
  letter-spacing: 0.2em;
  text-indent: -0.2em;
  width: 270px;
  text-align: center;
  background-image: url("../media/images/re2019/top/pict_notice.svg");
  background-repeat: no-repeat;
  background-size: 90px;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .top_notice h3 {
    width: 100%;
    background-size: 32px;
    background-position: 6px center;
    padding: 0 0 0 50px;
    font-size: 1.2em;
    line-height: 40px;
    text-align: left;
  }
}

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