@charset "utf-8";
/* CSS Document */
div.campaign{
max-width: 90%;
margin: 0 auto;
text-align: center;
line-height: 1.5;
}
div.campaign h3{
font-size: 1.2rem;
font-weight: bold;
color: #ff99cc;
}
div.campaign span.pink{
color: #ff99cc;
font-size: 1rem;
font-weight: normal;
}
div.campaign a:link{
text-decoration: none;
}
/*特典*/
ul.events li span.bold{
font-weight: 700;
color: #333;
}
.guidance {
    margin: 2rem auto;
}
.eventCampaign{
text-align: center;
}
.eventCampaign ul{
 text-align: center;
 }
 .eventCampaign ul li.event_content{
    border: 8px solid #f7d4e4;
    padding: 1rem 0 0;
    width: 60%;
    margin: 0 auto;
    font-size: 14px;
 }
  ul.events{
list-style: none;
padding-top:0.5rem;
}
ul.events li{
line-height: 1.5;
/*margin-bottom: 0.8rem;*/
font-size: 0.9rem;
}
.event_content span.sub_title{
font-weight: bold;
font-size: 1.3rem;
}
ul.events li span
{
color: #ff99cc;
font-weight: bold;
}
ul.events span.pinkB {
    color: #ff99cc;
    font-size: 1.3rem;
}
ul.events span.pink {
    color: #ff99cc;
    font-size: 0.9rem;
}
.event span.text06{
text-align: center;
font-weight: 400;
color: #333333;
}
span.pinknew{
	color: #ff99cc;
	font-size: 1rem;
	font-weight: normal;
	font-weight: 700;
}
ul.events li span.strikethrough{
color: #333333;
text-decoration: line-through;
text-decoration-color: rgba(225, 133, 179, 1.00);
font-weight: 400;
}
span.strikethrough{
text-decoration: line-through;
text-decoration-color: rgba(225, 133, 179, 1.00);
}
p.title{
font-size: 1rem;
font-family: "dnp-shuei-mincho-pr6n", sans-serif;
font-style: normal;
}
.pinkBenefit {
    color: #ff99cc;
    font-weight: bold;
}
@media screen and (max-width: 979px) {
    .eventCampaign ul li.event_content {
        width: 98%;
    }
}