/* ===================================================================
 *
 *  Infinity v1.0 Base Stylesheet
 *  01-02-2017
 *  ------------------------------------------------------------------
 *  TOC:
 *  01. reset
 *  02. basic/base setup styles
 *  03. grid
 *  04. MISC
 *
 * =================================================================== */

/* ===================================================================
 *  01. reset - normalize.css v3.0.2 | MIT License | git.io/normalize
 *
 * ------------------------------------------------------------------- */

.smart{
	display:none;
}

.mt-40px{
	margin-top:40px;
}

.color-black{
	color:black;
}
.pad-20px{
	padding:20px;
}
.pc{
	display:inline-block;
}
iframe{
	height:200px;
}

.phrase{
	font-size:40px;
	font-family:serif;
}

@media screen and (max-width: 768px) {
	.smart{
	display:block;
	}
	.mt-40px{
		margin-top:20px;
	}
	.ts-35px{
		font-size:20px;
	}
		.pc{
		display:none;
	}
	iframe{
	height:440px;
}
	.phrase{
	font-size:30px;
}
}
@media screen and (max-width: 500px) {
	iframe{
	height:220px;
}
		.phrase{
	font-size:22px;
}
}

.topmain{
	padding: 0 0px!important;
	width:100%!important;
	max-width:100%!important;
}

.fw-b{
	font-weight:bold;
}

