/* -------------------------------------------------------------------- 
カウンター
-------------------------------------------------------------------- */
.counter {
/*position: fixed;*/
z-index: 10000;
max-width: 1024px;
width: 100%;
margin: 0;
}
.conteiner {
margin: 2px auto;
width: 270px;
background-color: #fbee8b;
padding: 15px;
text-align: center;
}
#timer {
background-color: #fbee8b;
font-size: 40px;
height: 120px;
line-height: 120px;
margin-bottom: 15px;
}
.cdt_wrapper {
background-color: #fbee8b;
font-weight: bold;
}
@media screen and (min-width: 768px) {
br.sp_br {
display: none;
}
.cmbanner{
padding: 48px 0 25px;
}
.cdt_wrapper {
line-height: .8;
font-size: 2.6rem;
padding: 10px 20px;
}
.cdt_txt {
font-size: .5em;
display: inline-block;
margin-right: 3em;
}
.cdt_num {
color: #333;
line-height: 1;
padding: .1em .15em;
}
.cdt {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
}
}
@media screen and (max-width: 768px) {
.cmbanner{
padding: 17% 0 3%;
}
.cdt_wrapper {
line-height: 1.5;
font-size: 1.8rem;
padding: 5px 20px;
text-align: center;
}
.cdt_txt {
font-size: .5em;
display: inline-block;
}
.cdt_num {
color: #333;
line-height: 1;
padding: .1em .10em;
}
}
.cdt_wrapper small {
font-size: .6em;
padding: 0 .4em;
}
.cdt_txt span {
display: block;
line-height: 1;
font-size: 1.6em;
color: #333;
padding: 5px 20px;
border: 1px solid #333;
}
span#cdt_date small {
color: #333;
}