@charset "UTF-8";
/* Scss Document */
@import url(reset.css);
@import url("https://fonts.googleapis.com/css?family=Homemade+Apple");
/*=======================================================
    css
========================================================*/
/*-------------- ブレークポイント作成 ここから ----------------*/
/*-------------- ブレークポイント作成 ここまで ----------------*/
/*-------------- calc mixin ここから ----------------*/
/*-------------- calc mixin ここまで ----------------*/

.color1{
	color: #FF0004;
}
.fw-b{
	font-weight: bold;
}
.margin-t40{
	margin-top: 40px;
}
.margin-b40{
	margin-bottom: 40px;
}
.pad-t40{
	padding-top: 40px;
}
.pad-b40{
	padding-bottom: 40px;
}
.pad-b20{
	padding-bottom: 20px;
}
