@charset "utf-8";

/******************************************************************
en
******************************************************************/
.cont_tit_set p.read{
	font-size: 2vw;
}

.cont_tit_set p{
	line-height: 180%;
}

.count_set .js-count h3{
	font-size: 150%;
}


.count_set .js-count div:first-child .co_icon{
	width: 30%!important;
}

.ticket_area a p:first-child{
	margin-bottom: 10px;
}



@media only screen and (max-width:768px){

	.count_set .js-count{
		padding: 12px 15px 15px 15px;
	}

	.cont_tit_set p.read{
		font-size: 3.6vw;
	}

	.cont_tit_set p{
		line-height: 160%;
	}
	
	.count_set .js-count h3{
		font-size: 120%;
		line-height: 110%;
		margin-bottom: 10px!important;
	}

	.count_set .js-count div:first-child .co_icon{
		width: 50%!important;
	}

	.ticket_area a p:first-child{
		margin-bottom: 5px;
	}
	
	
}