@charset "UTF-8";

/**************行間のみ**************/
.lineHeight1 {
	line-height: 1;
}
.lineHeight_s {
	line-height: 1.25;
}
.lineHeight_m {
	line-height: 1.5;
}
.lineHeight_l {
	line-height: 1.75;
}
.lineHeight_ll {
	line-height: 2;
}

/**************文字＋行間**************/

/*******10px*******/
.f10s {
	font-size: 10px;
	line-height: 1.25;
}
.f10m {
	font-size: 10px;
	line-height: 1.5;
}
.f10l {
	font-size: 10px;
	line-height: 1.75;
}
.f10ll {
	font-size: 10px;
	line-height: 2;
}

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

.f10s,
.f10m,
.f10l,
.f10ll {
	font-size: 2.8vw;
}
	
}

/*******12px*******/
.f12s {
	font-size: 12px;
	line-height: 1.25;
}
.f12m {
	font-size: 12px;
	line-height: 1.5;
}
.f12l {
	font-size: 12px;
	line-height: 1.75;
}
.f12ll {
	font-size: 12px;
	line-height: 2;
}

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

.f12s,
.f12m,
.f12l,
.f12ll {
	font-size: 2.8vw;
}
	
}

/*******14px*******/
.f14s_s,
.f14s_l {
	font-size: 14px;
	line-height: 1.25;
}
.f14m_s,
.f14m_l {
	font-size: 14px;
	line-height: 1.5;
}
.f14l_s,
.f14l_l {
	font-size: 14px;
	line-height: 1.75;
}
.f14ll_s,
.f14ll_l {
	font-size: 14px;
	line-height: 2;
}

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

.f14s_s,
.f14m_s,
.f14l_s,
.f14ll_s {
	font-size: 3.6vw;
}
.f14s_l,
.f14m_l,
.f14l_l,
.f14ll_l {
	font-size: 4vw;
}
	
}

/*******16px*******/
.f16s_s,
.f16s_l {
	font-size: 16px;
	line-height: 1.25;
}
.f16m_s,
.f16m_l {
	font-size: 16px;
	line-height: 1.5;
}
.f16l_s,
.f16l_l {
	font-size: 16px;
	line-height: 1.75;
}
.f16ll_s,
.f16ll_l {
	font-size: 16px;
	line-height: 2;
}

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

.f16s_s,
.f16m_s,
.f16l_s,
.f16ll_s {
	font-size: 3.6vw;
}
.f16s_l,
.f16m_l,
.f16l_l,
.f16ll_l {
	font-size: 4vw;
}
	
}

/*******18px*******/
.f18s_s,
.f18s_l {
	font-size: 18px;
	line-height: 1.25;
}
.f18m_s,
.f18m_l {
	font-size: 18px;
	line-height: 1.5;
}
.f18l_s,
.f18l_l {
	font-size: 18px;
	line-height: 1.75;
}
.f18ll_s,
.f18ll_l {
	font-size: 18px;
	line-height: 2;
}

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

.f18s_s,
.f18m_s,
.f18l_s,
.f18ll_s {
	font-size: 3.6vw;
}
.f18s_l,
.f18m_l,
.f18l_l,
.f18ll_l {
	font-size: 4vw;
}
	
}

/*******20px*******/


/*******22px*******/


/*******24px*******/