@charset "utf-8";
/* CSS Document */
.yume_body{
  padding: 25px 0 0 0;
  line-height: 1.5;
  background: url("../img/ph_bodybg.jpg") center top no-repeat;
  background-size: 100% auto;
  background-attachment: fixed;
}
.yume_wrap{
  width: 100%;
  max-width: 1080px;
  margin: auto;
}


.yume_header{
  text-align: center;
  margin-bottom: 32px;
}
.yume_header img {
  max-width: 100%;
}
.yume_header p{
  padding-right: 108px;
  text-align: end;
  margin-top: -8px;
}
.yume_header a{
  color: #00406B;
  text-shadow: 0px 0px 10px #fff;
}



.yume_articlelist {
  position: relative;
  padding-top: 56px;
  background: linear-gradient(rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 0) 168px);
  border-radius: 8px 8px 0 0;
}
.yume_articlelist h1{
  position: absolute;
  top: -32px;
  left: 0;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 800px) {
  .yume_header p {
    padding-right: 1em;
    font-size: 0.875em;
  }
}



@media screen and (max-width:430px) {
/*  .yume_header{
    height: 72px;
    background-size: contain;
  }*/
  .yume_articlelist h1{top: -32px;pointer-events: none;}
  .yume_header a{
    font-size: 0.875rem;
  }

}
