@charset "utf-8";
@import url(cmn.css);
@import url(base.css);


/* ==========================================================================
	CONTENTS
	========================================================================== */

.free {
	display: inline-block;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 4rem;
	font-weight: 900;
	background: url("../images/cmn-images/free.gif") 0 50% no-repeat;
	background-size: 45px;
	padding-left: 55px;
}

/* ==========================================================================
	PC 1025px -
	========================================================================== */

@media screen and (min-width: 1025px){


}


/* ==========================================================================
	TABLET - 1024px
	========================================================================== */

@media screen and (max-width:1024px){

}

/* ==========================================================================
	SP - 640px
	========================================================================== */

@media screen and (max-width: 640px) {

.free {
	font-size: 2.5rem;
	background-size: 25px;
	padding-left: 35px;
}

}

