@charset "UTF-8";
/* attention.css */

/* attention */
body {
    color: #fff;
    background:  #1d242a;
}

#attention > header{
  padding:2em 0;
  text-align: center;
}

#attention > header h2 {
  font-size: 1.75rem;
  margin: 0 0 0.5em 0;
  line-height: 1.5em;
}
#attention > header p {
  color: #fff;
  letter-spacing: 0.225em;
  text-transform: uppercase;
  top: 0;
}
#attention > header p a {
  color: inherit;
}
#attention ul li{
    margin-bottom: 1.5em;
}
@media screen and (max-width: 1680px) {
  #attention > header {
    padding: 5em 0 5em 0;
  }
}
@media screen and (max-width: 1280px) {
  #attention > header {
    padding: 8em 3em 6em 3em;
  }
}
@media screen and (max-width: 980px) {
  #attention > header {
    padding: 10em 3em 8em 3em;
  }
}
@media screen and (max-width: 736px) {
  #attention > header {
    padding: 5em 3em 3em 3em;
  }
  #attention > header h2 {
    font-size: 1.25rem;
    margin: 0 0 1em 0;
  }
  #attention .wrapper {
    padding: 1em;
}
  #attention ul{
        padding-left: 0;
    }
}
body.is-mobile #attention > header {
  background-attachment: scroll;
}
#attention ul {
    list-style: none;
}
.date{
    font-size: 0.8em;
}
.infoimg{
    display: block;
    padding: 1em;
    
}
.image{
    display: block;
    position: relative;
    box-sizing: border-box;
}

.image img {
    border-radius: 0;
    width: 100%;
    height: auto;
}
hr.attention {
height: 1px;
background-color: #c80909;
border: none;
color: #c80909;
margin: 1em 0;
}
li.visiter a {
    text-decoration: none !important;
    border-bottom: none;
}
li.visiter a:hover {
    opacity: 0.8;
}

li.visiter a::before {
    content: "";
    display: inline-block;
    background-image: url("/attention/pdf/pdf_icon.svg");
    width: 2.5em;
    height: 2.5em;
    background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
