@charset "utf-8";

#mv{
	background: url(../../brands/image/bg-brand.jpg) no-repeat center center / cover;
}
#contents{
	background: rgba(255,255,255,0.9);
	width: 1000px;
	margin: 0 auto;
	padding: 50px;
	box-sizing: border-box;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.4);
	line-height: 1.8;
}
#contents #txt-intro{
	text-align: center;
	font-size: 16px;
	margin-bottom: 50px;
}
#contents h2{
	background: #1d207b;
	font-size: 32px;
	margin-bottom: 20px;
	padding: 3px 15px;
	color: #fff;
}
#contents h3{
	font-size: 20px;
	font-weight: bold;

}

.navigation {
	display: flex;
	list-style-type: none;
	padding: 0;
	justify-content: center;
	margin: 0 auto;
}
.navigation li {
	margin-right: 10px; /* リンクの間にマージンを設定 */
}
.detail{
	margin-bottom: 3%;
}
.movedetailpage{
	font-size: 20px;
	font-weight: bold;
	display: flex;
	list-style-type: none;
	padding: 0;
	justify-content: center; /* コンテンツを中央揃えにする */
	margin: 0 auto; /* コンテナをビューポートの中央に配置する */
}