@charset "utf-8";

.tac { text-align: center }
.video-area {
margin: 50px auto 60px auto;
/*width: 490px;*/
}
.video-area h2 {
color: #ea5514;
font-size: 24px;
margin-bottom: 10px;
display: flex;
align-items: center;
justify-content:center;
}
.video-area h2 img { margin-right: 10px; }
.period {
background-color: #f7f8f8;
padding: 20px 30px 50px;
}
.period h2 {
background-color: #004ea2;
border-radius: 10px;
text-align: center;
color: #fff100;
font-weight: bold;
font-size: 32px;
}
#contentArea p.campaign_period {
color: #004ea2;
font-size: 32px;
margin-top: 10px;
margin-bottom: 30px;
font-weight: bold;
display: flex;
align-items: center;
justify-content: center;
}
.campaign_period span {
font-size: 24px;
font-weight: bold;
}
.campaign_period span.week {
color: #fff;
background-color: #004ea2;
border-radius: 50%;
font-size: 16px;
text-align: center;
font-weight: bold;
margin: 0 5px 1px 5px;
width: 26px;
height: 26px;
vertical-align: middle;
display: inline-block;
}
.campaign_period > img.arrow {
padding: 0 10px 2px 10px;
}
.campaign_period + img {
margin-bottom: 55px;
}
.campaign-contact {
margin-top: 50px;
text-align: center;
}
.campaign-contact_btn a:hover {
opacity: 0.7;
transition: all 0.2s;
}
