@charset "utf-8";


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

/*===============================================
●海外事業
===============================================*/
 .overseas h3 {
	border-left: 5px solid #00cce5;
	margin: 25px 0 10px;
	padding: 0 10px;
 }

 .overseas .world h4:before {
	content: "■";
 }

 .overseas .world {
	border-top: 1px solid #ccc;
	margin-bottom: 15px;
 }

 .overseas .world div.photo {
	display: flex;
	flex-wrap: wrap;
 }

 .overseas div.photo div {
	margin: 0 0.5% 1%;
 }

 .overseas img.summary {
	background: #fff;
 }

 .overseas div#movieList {
	display: block;
 }

 .overseas div#movieList div.list {
	width: 80%;
	margin: auto;
 }
