@charset "utf-8"; 

.gold .ceo {
	position: relative;
	background: #000000 url(../img/ceo_bg.jpg) no-repeat center top;
	background-size: 100%;
}

.gold .ceo > img {
	display: block;
	width: 100%;
}

.gold .ceo .txt_area {
	/*position: absolute;*/
	padding-top: 60px;
	padding-left: 90px;
	padding-bottom: 80px;
}

.gold .ceo .txt_area img {
	display: block;
}

.gold .ceo .txt_area img.ceo_em {
	max-width: 314px;
}

.gold .ceo .txt_area img.ceo_tit {
	margin-bottom: 10px;
	max-width: 620px;
	margin-left: -20px;
}

.gold .ceo .txt_area p.big {
	color: #ffffff;
	font-size: 36px;
	font-weight: 700;
	word-break: keep-all;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	line-height: 1.5;
	margin-bottom: 20px;
}

.gold .ceo .txt_area p.small {
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
	word-break: keep-all;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	line-height: 1.5;
	margin-bottom: 20px;
}

	@media screen and (max-width : 1300px) {
	.gold .ceo .txt_area {
		padding-left: 50px;
	}

	.gold .ceo .txt_area img.ceo_tit {
		width: 510px;
		margin-left: -10px;
	}

	.gold .ceo .txt_area p.big {
		font-size: 28px;
		margin-bottom: 12px;
	}

	.gold .ceo .txt_area p.small {
		font-size: 18px;
		margin-bottom: 12px;
	}
	}

	@media screen and (max-width : 1080px) {
	.gold .ceo .txt_area {
		padding-top: 40px;
		padding-bottom: 50px;
		padding-left: 40px;
	}

	.gold .ceo .txt_area img.ceo_em {
		width: 300px;
	}

	.gold .ceo .txt_area img.ceo_tit {
		width: 420px;
	}

	.gold .ceo .txt_area p.big {
		font-size: 24px;
		margin-bottom: 10px;
	}

	.gold .ceo .txt_area p.small {
		font-size: 17px;
		margin-bottom: 10px;
	}
	}

	@media screen and (max-width : 900px) {
	.gold .ceo .txt_area {
		padding-bottom: 40px;
	}

	.gold .ceo .txt_area img.ceo_em {
		width: 280px;
	}

	.gold .ceo .txt_area img.ceo_tit {
		width: 340px;
	}

	.gold .ceo .txt_area p.big {
		font-size: 20px;
		margin-bottom: 7px;
	}

	.gold .ceo .txt_area p.small {
		font-size: 16px;		
		word-break: keep-all;
		margin-bottom: 7px;
		padding-right: 10px;
	}

	.gold .ceo .txt_area p.small1 {
		width: 320px;
	}

	.gold .ceo .txt_area p.small br {
		display: none;
	}
	}

	@media screen and (max-width : 700px) {
	.gold .ceo .txt_area {
		padding-top: 30px;
		padding-left: 30px;
		padding-bottom: 30px;
	}

	.gold .ceo .txt_area img.ceo_em {
		width: 220px;
	}

	.gold .ceo .txt_area img.ceo_tit {
		width: 280px;
	}

	.gold .ceo .txt_area p.big {
		font-size: 17px;
		margin-bottom: 5px;
	}

	.gold .ceo .txt_area p.small {
		font-size: 14px;
	}

	.gold .ceo .txt_area p.small1 {
		width: 260px;
	}
	}

	@media screen and (max-width : 550px) {
	.gold .ceo {
		background-image: url(../img/ceo_bg1.jpg);
	}

	.gold .ceo .txt_area {
		padding-top: 12px;
		padding-left: 0px;
		padding-bottom: 20px;
	}

	.gold .ceo .txt_area img.ceo_em {
		width: 150px;
		margin-bottom: 55%;
		margin-left: 12px;
	}

	.gold .ceo .txt_area img.pc {
		display: none;
	}

	.gold .ceo .txt_area img.mobile {
		display: block !important;
		margin: 0 auto 10px;
		width: 65%;
		position: relative;
		left: 3%;
	}

	.gold .ceo .txt_area p.big {
		font-size: 14px;
		margin-bottom: 5px;
		width: 100%;
		padding: 0 10px;
		text-align: center;
	}

	.gold .ceo .txt_area p.small {
		font-size: 12px;
		width: 100%;
		padding: 0 10px;
		text-align: center;
	}
	}