/* /////////////////////////////////////////////////////////////////////////////
チーム紹介 CSS　無料動画モジュール用
///////////////////////////////////////////////////////////////////////////// */

.newteamMovie__headline {
	text-align: center;
	font-family: 'Oswald', sans-serif;
    margin-bottom: 20px;
    color: #9c9c9c;
    font-size: 35px;
    text-transform: uppercase;
	overflow-wrap: break-word;
    max-width: 100%;
    white-space: normal;
}

/* ブロック非表示 */

#teamMovie {
		/*display: none;*/
}


/** 動画用 **/

.item-movie {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.item-movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
