/* Reset style */
* {
  font-family: serif;
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  font-weight: 500;
  }
body{
	text-align: left;
    font-size: 18px;
	color: #424444; 
    background-color: #ffffff;
    line-height: 1.3em;
    text-align: center;
    }

a { text-decoration: none; }
a:link { color:  #db2d58; }
a:hover { color:  #C7B82D; }
a:active { color:  #C7B82D; }
a:visited { color:  #db2d58; }

@media(min-width:750px){
    .pc{
        display: none !important;
    }
}
@media(max-width:750px){
    .sp{
        display: none !important;
    }
}


p.bun {
	margin: 30px auto;
}
img.pamph {
	width: 90%;
	border: solid #db2d58 1px;

}
