/* Reset style */
* {
  font-family: serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  font-weight: 500;
  }
body{
	text-align: left;
    font-size: 18px;
	color: #424444; 
    background: #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: 50px auto;
}
img.pamph {
	width: 550px;
	border: solid #db2d58 1px;
}
.card{
width:100%;
}


.card-container{
display:flex;
flex-wrap:wrap;
gap:20px;
}

.card{
display:block;
width:48%;
padding:20px;
border:1px solid #ccc;
border-radius:8px;
text-decoration:none;
color:#000;
background:#fafafa;
}

.card:hover{
background:#f0f0f0;
}

.card h3{
margin-top:0;
}

.more{
display:inline-block;
margin-top:10px;
font-weight:bold;
}
