@charset "utf-8";
/* CSS Document */

section {
	padding-bottom: 60px;
}

#message p {
	line-height: 2em;
}

#message p.right {
	text-align: right;
	margin-top: 1em;
	font-weight: bold;
}
#overview {
	background: #fbfbfb;
}
#overview .cmn-tbl h3 {
color: #3268ad;
font-weight: 500;
width: 4.5em;
}

#other-comp .flex {
	width: 100%;
	flex-direction: column;
}

#other-comp .flex .pic {
	text-align: center;
}

#other-comp .flex .pic img {
	width: 60%;
}

#history>div>table {
	width: 100%;
	border-collapse: collapse;
}

#history>div>table th,
#history>div>table td {
	font-size: 12px;
	letter-spacing: 0.8px;
	padding-bottom: 1em;
	box-sizing: border-box;
}

#history>div>table th {
	padding-right: 1em;
	vertical-align: top;
	white-space: nowrap;
}

#history>div>table td {
	position: relative;
	padding-left: 1.5em;
}

#history>div>table td:before {
	content: "";
	width: 5px;
	height: 5px;
	border: 3px solid #009c43;
	border-radius: 50px;
	background-color: #FFFFFF;
	position: absolute;
	top: 5px;
	left: -5px;
}

#history>div>table td:after {
	content: "";
	height: 100%;
	border-left: 2px solid #009c43;
	position: absolute;
	top: 5px;
	left: 0;
	z-index: -1;
}

#history>div>table tr:nth-of-type(2n) td:before {
	background-color: #009c43;
}


@media screen and (min-width: 768px) {
	#history>div>table th,
	#history>div>table td {
		font-size: 14px;
	}
	#message p {
		text-align: center;
	}

	#other-comp .flex .tbl {
		flex: 1;
		padding-right: 20px;
	}
	#other-comp .flex .pic img {
		width: auto;
	}
	#history>div>table th {
		padding-right: 4em;
	}
	#history>div>table td {
		padding-left: 2em;
	}
}

@media screen and (min-width: 1024px) {
	#history .wrap.short{
		padding: 0 60px 0 30px;
	}
	section {
		padding-bottom: 100px;
	}
	#history>div>table th,
	#history>div>table td {
		font-size: 18px;
		line-height: 2em;
	}
	#history>div>table th {
		padding-right: 130px;
	}
	#history>div>table td {
		padding-left: 55px;
	}
	#history>div>table td:before {
		height: 10px;
		width: 10px;
		left: -7px;
	}
	#other-comp .flex {
		flex-direction: row-reverse;
	}
}

@media screen and (min-width: 1200px) {

	#other-comp .wrap.short {
		padding-right: 0;
	}
}