.banner {
	background: url(../img/bg_banner_company.png) no-repeat center center;
	background-size: cover;
}

.spacing {
	letter-spacing: 13px;
	position: relative;
	left: 7px;
}

.con_title {
	width: 100%;
	text-align: center;
}

.con_title div {
	display: inline-block;
	position: relative;
	font-size: 30px;
	/*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;*/
	font-family: "Times New Roman";
	text-align: center;
	font-weight: bold;
	border-bottom: 4px solid #ac974c;
}

.table,
table {
	width: 100%;
	margin: 30px auto 0;
	border: none;
	border-collapse: collapse;
}

table tr {
	height: 68px;
	font-size: 18px;
	/*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;*/
	font-family: "Times New Roman";
	/*font-weight: bold;*/
}

table tr:nth-child(odd) {
	background: #f0f0f0;
}

table tr td:first-of-type {
	width: 31.2%;
	padding-left: 3.8%;
	border: none;
}

table tr td:last-of-type {
	width: 69%;
}

.con_item_box {
	display: table;
	width: 94%;
	padding: 40px 3%;
	background: #f0f0f0;
}

.con_item {
	display: table-cell;
	width: 50%;
	vertical-align: top;
}

.con_item p {
	/*font-family: "メイリオ", "Meiryo", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;*/
	font-family: "Times New Roman";
	font-size: 14px;
	line-height: 25px;
}
.con_box {
	margin-bottom: 80px;
}

.con_box:nth-child(2) {
	margin-top: 80px;
}

.con_box:nth-child(3) {
	margin-top: 80px;
}

.con_box:nth-child(4) {
	margin-top: 80px;
}

.con_box:nth-child(5) {
	margin-top: 73px;
}

.con_box:nth-child(6) {
	margin-top: 73px;
}

.con_box:nth-child(6) .con_item {
	width: auto;
	width: auto;
}

.con_box:nth-child(6) .con_item:last-of-type {
	width: 53%;
	padding-left: 4%;
}

.con_box:nth-child(7) {
	margin-top: 73px;
}

.con_item_box {
	margin-top: 23px;
}

.date {
	/*font-family: "メイリオ", "Meiryo", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;*/
	font-family: "Times New Roman";
	font-size: 16px;
	line-height: 1.8;
	/*font-weight: bold;*/
	width: 24%;
	margin-right: 3%;
	margin-right: 1%\9\0;
}

@media all and (-ms-high-contrast:none) {
	*::-ms-backdrop,
	.date {
		margin-right: 1%;
	}
}

.date,
.event {
	display: inline-block;
	height: 100%;
	vertical-align: top;
}

.img_box {
	margin-top: 30px;
	margin-bottom: 80px;
}

.img_box img {
	display: block;
	margin: 0 auto;
}

img.img_sp {
	display: none;
}

@media only screen and (max-width: 1080px) {
	.con_title div {
		font-size: 26px;
	}
	.con_box:nth-child(6) .con_item {
		width: 50%;
	}
	.con_box:nth-child(6) .con_item:last-of-type {
		padding-left: 0;
	}
	.img_box {
		margin-bottom: 70px;
	}
}

@media only screen and (max-width: 1024px) {
	li.section.items {
		width: auto;
	}
	.org-chart .department {
		width: 16%;
	}
	.con_item_box:nth-child(6) {}
	.con_box:nth-child(6) .con_item {
		display: block;
	}
	.con_box:nth-child(6) .con_item:last-of-type,
	.con_box:nth-child(6) .con_item:first-of-type {
		display: block;
		width: 100%;
	}
	.con_box:nth-child(6) .con_item p {
		width: 100%;
	}
	.br_pc {
		display: none;
	}
	.date {
		width: 16%;
	}
	.con_box:nth-child(2),
	.con_box:nth-child(3),
	.con_box:nth-child(4),
	.con_box:nth-child(5),
	.con_box:nth-child(6),
	.con_box:nth-child(7) {
		margin-top: 60px;
	}
	.con_box:nth-child(2) .con_item_box,
	.con_box:nth-child(2) .con_item_box .con_item {
		display: block;
	}
	.con_box:nth-child(2) .con_item_box .con_item {
		width: 100%;
	}
}


@media only screen and (max-width: 767px) {
	.con_title div {
		font-size: 22px;
	}
	.con_item_box {
		display: block;
		width: 80%;
		padding: 40px 10%;
		background: #f0f0f0;
	}
	.con_item {
		display: block;
		width: 100%;
	}
	.img_box {
		margin-bottom: 60px;
	}
	.date,
	.event {
		width: 100%;
		margin-right: 0;
	}
	.con_box:nth-child(6) .con_item p {
		width: 100%;
		margin-top: 10px;
	}
	.con_box:nth-child(6) .con_item p:first-of-type {
		margin-top: 0;
	}
}

@media only screen and (max-width: 480px) {
	.con_title div {
		font-size: 18px;
	}
	.spacing {
		letter-spacing: 4px;
		left: 2px;
	}
	table tr {
		height: 60px;
		font-size: 16px;
		/*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;*/
		font-family: "Times New Roman";
		/*font-weight: bold;*/
	}
	table tr td:first-of-type {
		padding-left: 3%;
		width: 28%;
	}
	table tr td:last-of-type {
		width: auto;
		padding-right: 3%;
	}
	.con_box:nth-child(2),
	.con_box:nth-child(3),
	.con_box:nth-child(4),
	.con_box:nth-child(5),
	.con_box:nth-child(6),
	.con_box:nth-child(7) {
		margin-top: 40px;
	}
	.con_item p,
	.date {
		font-size: 13px;
	}
	.con_item_box {
		display: block;
		width: 90%;
		padding: 30px 5%;
		background: #f0f0f0;
	}
	.img_box {
		margin-bottom: 40px;
	}
	.img_box img.img_sp {
		display: block;
	}
	.img_box img.img_pc {
		display: none;
	}
}