.banner-title{
	line-height: 1.2;
	font-weight: 500;
	font-size: 300%;
	font-family: "Fjalla One";
	text-transform: uppercase;
}


.banner-title span{
	font-size: 13px;
    letter-spacing: 0;
    font-family: Arial, sans-serif;
    line-height: 20px;
	display: block;
	text-transform: none;
}


.banner-text{
	font-size: 140%;
	color: #000000;
}


@media screen and (max-width: 767px) { 
.index-main-box {
	border-radius: 0px;

}
.banner-title{
	font-size: 24px;
}
.banner-title span{
	display: none;
}
}




/*banner3-title*/


.banner3-title{
	
	text-align: center;
	
line-height: 1.6}


.banner3-title div{
padding: 10px 0px 10px 0;	
}


.banner3-title .title01{
	font-size: 350%;
line-height: 1;
	font-family: "Fjalla One";
text-transform: uppercase;	

}

.banner3-title .title01 span{

	display: block;
	
}

.banner3-title .title02{
background-color:  rgba(255,255,255,0.2);
}


/* ¸g¾P°Ó */
.index-distribution {
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
	margin: 0px auto 40px auto;
	padding: 25px 0px;
}

.index-distribution a {
	width: 280px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px;
	margin: 0 5px 5px 0;
}

.index-distribution a img {
	height: 70px;
}



