@charset "utf-8";

/* =================================================================
6.event_cpファイル用
使用ファイル：event_cp.html
=================================================================*/
.msg_box{
  font-size: 16px;
  line-height: 1.8;
  margin: 20px auto;
  text-align: center;
}
.color_red{
  color: #e02929;
}

.countdown_box p{
  font-weight: bold;
}

.countdown_box p span{
  background: linear-gradient(transparent 85%, #990033 0%);
}

#teiki_new .buttonarea .btn.event_cp{
  background: #e02929;
  border: 1px solid #e02929;
}

#main .lp_link{
  background-color: #f2f2f2;
  text-align: center;
  padding: 16px;
  line-height: 1em;
}
#main .lp_link p a{
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #000;
	vertical-align: middle;
	font-weight: bold;
	text-decoration: underline;
	font-size: 15px;
	line-height: 1.6;
}
#main .lp_link p a::before,
#main .lp_link p a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
#main .lp_link p a::after{
  left: 4px;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 4px solid #333;
}

/*  769px~
-------------------------------------------------------------*/
@media screen and (min-width: 769px) {

}
/*  1210px
-------------------------------------------------------------*/
@media screen and (max-width: 1210px) and (min-width: 769px) {
}

/*  1152px
-------------------------------------------------------------*/
@media screen and (max-width: 1152px) and (min-width: 769px) {
}
/*  960px
-------------------------------------------------------------*/
@media screen and (max-width: 960px) and (min-width: 769px) {
 .msg_box{ 
    font-size: 15px;
    line-height: 1.7;
    margin: 15px auto;
  }
}
/*  834px ※iPad Pro
-------------------------------------------------------------*/
@media screen and (min-device-width: 834px) 
  and (max-device-width: 1112px)
  and (-webkit-min-device-pixel-ratio: 2) {

}

/*  ~768px
-------------------------------------------------------------*/
@media screen and (max-width: 768px) {
 .msg_box{ 
  font-size: 15px;
  line-height: 1.7;
  margin: 15px auto;
  }
}

/*  ~480px
-------------------------------------------------------------*/
@media screen and (max-width: 480px) {
 .msg_box{ 
  font-size: 13px;
  line-height: 1.6;
  margin: 13px auto;
  }
  .countdown_box p {
    font-size: 18px;
  }
}