@charset "UTF-8";
/* CSS Document */
#branding_title {
	background-image: url(../../contents/branding/images/head_img.jpg);
	height: 950px;
	position: relative;
	color: #fff;
}
#branding_title .textImg {
	width: 50%;
	position: absolute;
	top: 40%;
	top: 20%;
}
#branding_title .textImg .stamp {}
#branding_title .textImg p {
	font-weight: 600;
	font-size: 25px;
	letter-spacing: 2px;
	line-height: 1.4em;
	text-shadow: 3px 3px 3px 3px #000;
}
#branding_title .textImg h3 {
	font-size: 59px;
	letter-spacing: 2px;
	padding: 0;
	margin: 0;
	text-shadow: 3px 3px 3px 3px #000;
}
#branding_title .textImg h4 {
	font-size: 43px;
	letter-spacing: 2px;
	padding: 0;
	margin: 0 0 8px 0;
	text-shadow: 3px 3px 3px 3px #000;
}

#branding_outline {
	text-align: center;
}
#branding_outline img {
  width: 922px;
	max-width: 90%;
	height: auto;
}

#branding_spec_1 {
	background-image: url(../../contents/branding/images/back_gold.jpg);
	background-size: auto 100%;
	background-position: left top;
	color: #000;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
	width: 80%;
	margin: 0 auto;
	padding: 0;
}
#branding_spec_1 .photo {
	width: 50%;
	height: auto;
	float: right;
}
#branding_spec_1 .inner {
	width: 50%;
	float: left;
	font-size: 16px;
	line-height: 2em;
	font-family: 'Noto Sans SC', "ＭＳ ゴシック", "MS Gothic", sans-serif;
}
#branding_spec_1 .inner p {
	width: 92%;
	margin: auto;
}
#branding_spec_2 {
	background-image: url(../../contents/branding/images/back_gold.jpg);
	background-size: auto 100%;
	background-position: right top;
	color: #000;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
	width: 80%;
	margin: 0 auto;
	padding: 0;
}
#branding_spec_2 .photo {
	width: 50%;
	height: auto;
	float: left;
}
#branding_spec_2 .inner {
	width: 50%;
	float: right;
	font-size: 16px;
	line-height: 2em;
	font-family: 'Noto Sans SC', "ＭＳ ゴシック", "MS Gothic", sans-serif;
}
#branding_spec_2 .inner p {
	width: 92%;
	margin: auto;
}

#branding_network {
	width: 85%;
	margin: auto;
}
#branding_network .textImg {
	font-family: 'Noto Sans SC', "ＭＳ ゴシック", "MS Gothic", sans-serif;
}
#branding_network ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#branding_network ul li {
	padding: 0 0 78px 0;
	margin: 0 2%;
	display: inline-block;
	vertical-align: top;
	width: 45%;
	position: relative;
}
#branding_network ul li h3 {
	color: #fff;
	background-color: #962933;
	font-size: 16px;
	width: 85%;
	padding: 7px 0;
	margin: 0 auto 28px;
}
#branding_network ul li img {
	width: 100%;
	height: auto;
	position: relative;
}
#branding_network ul li p {
	font-size: 14px;
	font-family: 'Noto Sans SC', "ＭＳ ゴシック", "MS Gothic", sans-serif;
	padding: 20px 0 0;
	margin: 0;
	line-height: 1.6em;
}
#branding_network ul li small {
	font-size: 10px;
	letter-spacing: 2px;
	font-family: 'Noto Sans SC', "ＭＳ ゴシック", "MS Gothic", sans-serif;
}

@media screen and (max-width: 1100px) {
	#branding_spec_1 {
		width: 100%;
	}
	#branding_spec_2 {
		width: 100%;
	}

}
@media screen and (max-width: 768px) {
	#branding_title {
		height: 600px;
	}
	#branding_title .textImg {
		width: 42%;
		padding: 0 0 50px 3%;
		text-align: center;
	}
	#branding_title .textImg .stamp {
		width: 120px;
		margin: auto;
	}
	#branding_title .textImg .stamp img {
		width: 100%;
		height: auto;
	}
	#branding_title .textImg p {
		font-size: 20px;
	}
	#branding_title .textImg h3 {
		font-size: 42px;
	}
	#branding_title .textImg h4 {
		font-size: 33px;
	}
	#branding_spec_1 {
		background-size: cover;
	}
	#branding_spec_1 .inner {
		font-size: 14px;
		line-height: 1.4em;
	}
	#branding_spec_2 {
		background-size: cover;
	}
	#branding_spec_2 .inner {
		font-size: 14px;
		line-height: 1.4em;
	}
	
	#branding_network {
		width: 100%;
		margin: auto;
	}
}
@media screen and (max-width: 480px) {
	#branding_title {
		height: 530px;
	}
	#branding_title .textImg {
		width: 90%;
		padding: 0 5% 20px 5%;
	}
	#branding_title .textImg .stamp {
		width: 90px;
	}
	#branding_title .textImg p {
		font-size: 17px;
	}
	#branding_title .textImg h3 {
		font-size: 35px;
	}
	#branding_title .textImg h4 {
		font-size: 28px;
	}

	#branding_spec_1 {
		background-size: auto 100%;
		background-position: right top;
		display: block;
	}
	#branding_spec_1 .photo {
		width: 100%;
		float: none;
		line-height: 0.1em;
	}
	#branding_spec_1 .inner {
		width: 100%;
		float: none;
	}
	#branding_spec_1 .inner p {
		width: 90%;
		margin: 0 auto;
		padding: 20px 0;
	}
	#branding_spec_2 {
		background-size: auto 100%;
		background-position: right top;
		display: block;
	}
	#branding_spec_2 .photo {
		width: 100%;
		float: none;
		line-height: 0.1em;
	}
	#branding_spec_2 .inner {
		width: 100%;
		float: none;
	}
	#branding_spec_2 .inner p {
		width: 90%;
		margin: 0 auto;
		padding: 20px 0;
	}
	#branding_network ul li {
		padding: 0 0 35px 0;
		margin: 0 2%;
		display: block;
		width: 96%;
	}
	#branding_network ul li h3 {
		font-size: 14px;
		width: 100%;
		margin: 0 auto 10px;
	}
}