@charset "utf-8";


/* ------------------------------------------------------------------------------------------------------------------ */

/*===============================================
●海外事業
===============================================*/
@media screen and (min-width: 781px){ 

 .overseas {
	font-size: 15px;
 }

 .overseas img.group-rogo {
	width: 30%;
 }

}


@media screen and (min-width: 481px) and (max-width: 780px){

 .overseas {
	font-size: 14px;
 }

 .overseas img.group-rogo {
	width: 40%;
 }

}


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

 .overseas div.photo div{
	width: 32.33%;
 }

}


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

 .overseas {
	font-size: 12px;
 }

 .overseas img.group-rogo {
	width: 50%;
 }

 .overseas div.photo div{
	width: 49%;
 }

}