@charset "utf-8";
/*
 * ================================================
 * 
 * [infection]
 * 
 * ================================================
 */
#pageTitle {
	background-image: url(../../images/content/content/mv.jpg);
}
body.index {}
#content .flex{
display: flex;
margin-bottom: 50px;
}
#content .flex .btn{
margin-right: 20px;
}
/**
 ****************************************************
 * 
 * screens larger than 768
 * 
 ****************************************************
 */
@media only screen and (min-width: 768px) {
	
}
/**
 ****************************************************
 * 
 * screens smaller than 768
 * 
 ****************************************************
 */
@media only screen and (max-width: 768px) {
	
}
@media screen and (max-width: 768px) and (orientation:landscape) {
	
}
/**
 ****************************************************
 * 
 * screens smaller than 767
 * 
 ****************************************************
 */
@media only screen and (max-width: 767px) {
	
}