@charset "utf-8";
/* CSS Document */

#campaignHeader{
background-color: #006CB7;
padding: 5px 0;
box-shadow: 0px 2px 4px 0 rgba(0,0,0,0.4);
}
#campaignHeader a{
display: block;
width: 260px;
margin: 0 auto;
}
#campaignHeader a img{
width: 100%;
}

@media screen and (min-width: 921px) {
}



#mainBody{
width: 100%;
max-width: 920px;
margin: 0 auto;
border-left: 1px solid #AAA;
border-right: 1px solid #AAA;
box-sizing: border-box;
}

#campaignTitle{
padding: 15px 0;
text-align: center;
font-size: 5vw;
font-weight: bold;
}
#campaignTitle .subTitle{
display: block;
font-size: 3vw;
font-weight: normal;
padding-bottom: 10px;
}
#campaignImage{
width: 100%;
text-align: center;
margin-bottom: 20px;
}
#campaignImage img{
width: auto;
max-width: 100%;
}

@media screen and (min-width: 921px) {
#campaignTitle{font-size: 3rem;}
#campaignTitle .subTitle{font-size: 2rem;}
}
@media screen and (max-width: 500px) {
#campaignTitle{font-size: 6vw;}
#campaignTitle .subTitle{font-size: 4vw;}
}

.campaignMemoArea01{
box-sizing: border-box;
border:3px solid #DA9394;
padding: 10px;
margin-bottom: 10px;
}
.campaignDateArea01{
border-radius: 10px;
border:5px solid #006CB7;
text-align: center;
padding-bottom: 10px;
}
.campaignDateArea01 .date{
background-color: #006CB7;
font-size: 3vw;
font-weight: bold;
padding: 10px 0;
color: #FFF;
}
.campaignDateArea01 .text{
padding: 10px 0;
}
@media screen and (min-width: 921px) {
.campaignDateArea01 .date{font-size: 2rem;}
}
@media screen and (max-width: 500px) {
.campaignDateArea01 .date{font-size: 4.5vw; line-height: 1.3;}
}
.campaignMemoArea02{
padding: 20px 0;
line-height: 1.4;
font-size: 1.2rem;
}

nav{
display: flex;
justify-content: space-between;
margin: 50px 0 20px;
}
nav a{
position: relative;
display: block;
width: 32%;
border-radius: 4px;
text-align: center;
background: -moz-linear-gradient(120deg, #f5c96c, #f0d59d, #f5c96c);
background: -webkit-linear-gradient(120deg, #f5c96c, #f0d59d, #f5c96c);
background: linear-gradient(120deg, #f5c96c, #f0d59d, #f5c96c);
color: #00275e;
padding: 10px 0 25px;
font-size: 3.4vw;
font-weight: bold;
box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.3);
}
nav a:after{
content: "";
display: block;
width: 10px;
height: 10px;
border-bottom: 3px solid #00275e;
border-right: 3px solid #00275e;
transform: rotate(45deg);
position: absolute;
left: 50%;
bottom: 15px;
margin-left: -5px;
}

@media screen and (min-width: 921px) {
nav a{font-size: 1.5rem;}
}

h2{
text-align: center;
background: -moz-linear-gradient(120deg, #f5c96c, #f0d59d, #f5c96c);
background: -webkit-linear-gradient(120deg, #f5c96c, #f0d59d, #f5c96c);
background: linear-gradient(120deg, #f5c96c, #f0d59d, #f5c96c);
color: #d4003b;
font-size: 5vw;
padding: 10px 0;
font-weight: bold;
position: relative;
border-bottom: 1px solid #BBB;
margin:50px 0 20px;
}
h2:after{
content: "";
display: block;
width: 50%;
height: 10px;
background-color: rgba(0,0,0,0.5);
position: absolute;
bottom: 5px;
right: 6px;
transform: rotate(1deg);
box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.5);
z-index: -1;
}
@media screen and (min-width: 921px) {
h2{font-size: 3rem;}
}
.presentBox{
width: 100%;
max-width: 700px;
background-color: #ffefca;
padding: 3%;
margin: 0 auto 20px;
box-sizing: border-box;
}
h3{
font-size: 2rem;
display: flex;
font-weight: bold;
margin-bottom: 10px;
}
h3 span{
display: flex;
align-items: center;
padding: 5px 10px;
}
.h31{
background-color: #006CB7;
color: #FFF;
font-size: 75%;
}
@media screen and (max-width: 500px) {
h3{font-size: 1.5rem;}
}
.presentPhoto{
width: 100%;
text-align: center;
}
.presentPhoto img{
width: auto;
max-width: 100%;
}
.presentNumber{
text-align: center;
padding: 10px 0;
}

.presentNumber div{
font-weight: bold;
margin: 0 auto;
text-align: center;
background: linear-gradient(transparent 35%, #f5c96c 35%);
display: inline-block;
padding: 0.2% 3%;
font-size: 1.6rem;
}
.presentNumber div span{
font-size: 2.5rem;
}
.presentAlert{
font-size: 0.7rem;
line-height: 1.3;
}
.presentBoxAlert{
font-size: 0.9rem;
line-height: 1.3;
}

.flowBox{
display: flex;
justify-content: space-between;
}
.flowBox .flow{
border: 1px solid #CCC;
padding: 10px;
width: 26%;
position: relative;
}
.flowBox .flow.allow:after{
content: "";
display: block;
width: 20px;
height: 20px;
border-right: 3px solid #CCC;
border-bottom: 3px solid #CCC;
transform: rotate(-45deg);
position: absolute;
right: -15%;
top: 50%;
margin-top: -10px;
}

.flowBox .flow .step{
display: block;
width: 50%;
background-color: #006CB7;
color: #FFF;
text-align: center;
padding: 10px 0;
margin: 0 auto 10px;
font-size: 1.4vw;
}
.flowBox .flow .text{
line-height: 1.3;
}
.flowBox .flow .btnCV{
margin: 15px 0;
width: 100%;
padding: 10px 0;
}
.flowBox .flow .btnAppStore{
margin: 15px 0 0;
font-size: 1.5vw;
}
.flowBox .flow .btnAppStore span{
font-size:3vw;
}
.flowBox .flow .btnAppStore i{
font-size: 4.5vw;
}
@media screen and (min-width: 921px) {
.flowBox .flow .step{font-size: 1.4rem;}
.flowBox .flow .btnAppStore{font-size: 1rem;}
.flowBox .flow .btnAppStore span{font-size:2rem;}
.flowBox .flow .btnAppStore i{font-size: 3rem;}
}
@media screen and (max-width: 700px) {
.flowBox{flex-direction: column;}
.flowBox .flow{width: 100%; margin-bottom: 50px; box-sizing: border-box;}
.flowBox .flow .step{font-size: 4vw;}
.flowBox .flow.allow:after{right: 50%; margin-right: -10px;top: inherit;margin-top: inherit; bottom: -30px; transform: rotate(45deg);}
.flowBox .flow .btnCV{width: 100%; max-width: 500px; margin: 15px auto;}
.flowBox .flow .btnAppStore{width: 100%; max-width: 400px; box-sizing: border-box;margin: 15px auto 0;padding:3% 2% 3% 17%; font-size: 4vw; }
.flowBox .flow .btnAppStore i{font-size: 10vw;}
.flowBox .flow .btnAppStore span{font-size: 7vw;}
}
.guidelines{
border: 5px solid #CCC;
padding: 10px;
margin-bottom: 10px;
}
.guidelines h4{
font-size: 1.5rem;
margin: 0 0 10px ;
padding: 0;
text-align: center;
}
.guidelines dl{}
.guidelines dl dt{
font-size: 1.2rem;
font-weight: bold;
}
.guidelines dl dt:before{
content: "■ "
}
.guidelines dl dd{
line-height: 1.3;
margin-bottom: 10px;
}
.guidelines ul{}
.guidelines ul li{
margin-bottom: 5px;
padding-left: 1.4em;
position: relative;
line-height: 1.3;
}
.guidelines ul li:before{
content:"■ ";
position: absolute;
left: 0;
}

footer .btnCV{
width: 100%;
margin: 30px 0 0;
}








