/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝フォント＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@font-face {
    font-family: "font1";
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/font1.TTF') format("truetype");
}

.font1 {
	font-family: "font1";
}

@font-face {
    font-family: "font2";
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/font2.TTF') format("truetype");
}

.font2 {
	font-family: "font2";
}

@font-face {
    font-family: "font3";
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/font3.TTF') format("truetype");
}

.font3 {
	font-family: "font3";
}

@font-face {
		/*C4_Beogo_M.TTF*/
    font-family: "font4";
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/font4.TTF') format("truetype");
}

.font4 {
	font-family: "font4";
}

@font-face {
		/*BIZ-UDMinchoM.ttc*/
    font-family: "font5";
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/font5.ttc') format("truetype");
}

.font5 {
	font-family: "font5";
}

@font-face {
        /*C4_Square_D.TTF*/
    font-family: "font6";
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/font6.TTF') format("truetype");
}

.font6 {
    font-family: "font6";
}

@font-face {
        /*meiryo.ttc*/
    font-family: "font7";
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/font7.ttc') format("truetype");
}

.font7 {
    font-family: "font7";
}