
header {
	background: url(images/header_bg.jpg) no-repeat center center;
	background-size: cover;
}

div.message {
	display: flex;
}

div.message div.text {
	width: 630px;
}

div.message div.text p {
	line-height: 2.2em;
	margin-bottom: 20px;
}

div.message div.img {
	padding: 18px 0 0 50px;
	width: 370px;
}

div.message div.img p {
	font-size: 13px;
	margin: 5px 0;
	text-align: center;
}

div.message div.img p em {
	font-size: 18px;
	padding-left: 8px;
}

div.history {
	display: flex;
	justify-content: space-between;
}

div.history table.list-table {
	width: 660px;
}

div.history ul.photos {
	background: url(images/history_photos_bg.jpg) no-repeat center bottom;
	background-size: cover;
	position: relative;
	width: 490px;
}

div.history ul.photos li {
	padding: 0;
	position: absolute;
}

div.history ul.photos li:nth-child(1) {
	color: #69615f;
	font-family: Yumintyou, "Yu Mintyou", serif;
	font-size: 24px;
	left: 50%;
	top: 30px;
	transform: translateX(-50%);
	white-space: nowrap;
}

div.history ul.photos li:nth-child(2) {
	left: 40px;
	top: 90px;
}

div.history ul.photos li:nth-child(3) {
	right: 40px;
	top: 90px;
}

div.history ul.photos li:nth-child(4) {
	right: 60px;
	top: 280px;
}

div.history ul.photos li:nth-child(5) {
	left: 60px;
	top: 370px;
}

div.history ul.photos li:nth-child(6) {
	left: 50%;
	top: 530px;
	transform: translateX(-50%);
}

div.history ul.photos li img {
	border: 1px solid #d1cdcc;
}

div.history ul.photos li em {
	color: #aaa2a5;
	display: block;
	font-family: Yumintyou, "Yu Mintyou", serif;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
}

div.company-emblem {
	align-items: center;
	background-color: white;
	border-bottom: 2px dotted #102a52;
	border-top: 2px dotted #102a52;
	display: flex;
	padding: 20px 30px 20px 30px;
}

div.company-emblem div.text {
	background-color: #dfe4ea;
	margin-left: 50px;
	padding: 30px 35px;
}

div.company-emblem div.text p {
	line-height: 1.8em;
}

div.company-emblem div.text p strong {
	color: #ff6666;
}

ul.company-emblem-list {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	width: 720px;
}

ul.company-emblem-list li {
	border: 1px solid #102a52;
}

ul.company-emblem-list li h3 {
	background-color: black;
	color: white;
	font-size: 18px;
	padding: 5px 10px;
}

ul.company-emblem-list li img {
	background-color: white;
	padding: 20px 0;
}

ul.group-company {
	display: flex;
	justify-content: space-between;
}

ul.group-company li {
	width: 290px;
}

ul.group-company li table td {
	border-bottom: 1px solid #dfe4ea;
	font-size: 13px;
	padding: 8px 0;
	word-break: break-all;
}

ul.group-company li table tr:nth-child(2) td {
	text-align: center;
}

ul.group-company li table tr:nth-child(3) td {
	height: 84px;
	vertical-align: top;
}

ul.group-company li table tr:last-child td {
	border-bottom: none;
}

ul.group-company li table td h3 {
	font-size: 15px;
	text-align: left;
}

ul.group-company li table td.btn a {
	background: #102a52 url(../images/link_btn_ex.svg) no-repeat right 20px center;
	background-size: 12px;
	border-radius: 20px;
	color: white;
	display: block;
	font-size: 12px;
	margin: 5px 0 0 auto;
	padding: 3px 15px 3px 10px;
	text-align: center;
	text-decoration: none;
	width: 80%;
}