body{
	background-color: #12c0a9;
}
section{
	padding: 0;
	margin: 0;
}

.cp-history-banner{
	position: relative;
}
.pc-banner{
	width: 100%;
	height: 22vw;
	& > img{
		width :100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
		vertical-align: middle;
	}
}
.sp-banner{
	display: none;
	& > img{
		object-fit: cover;
		object-position: center;
		width: 100%;
		height: 100%;
		vertical-align: middle;
	}
}
.cp-history-head{
	position: absolute;
	z-index: 1;
	width: 36%;
	left: -1vw;
	bottom: -5vw;
	& > img{
		object-fit: cover;
		object-position: center;
		width: 100%;
		height: 100%;
	}
}
.cp-history-page{
	background-image: url("../images/background/11_bg-pc.png");
	background-size: cover;
}
.cp-history{
	position: relative;
	top: 9vw;
	border: 5px solid #000000;
	border-radius: 10px;
	background-color: #FFFFFF;
	text-align: center;
	margin: 0 6.2% 0 5.2%;
	padding-bottom: 8.8vw;
	box-shadow: 18px 15px #fff, 18px 15px 0 5px #000;
}
.cp-history-title{
	padding-top: 5.2vw;
	margin: 0 20%;
}
.cp-title-sp{
	display: none;
}
.cp-history-content{
	margin: 6.6vw 12.4vw 0 12.4vw;
}
.cp-history-table{
	margin: 0;
	width: 100%;
	font-size: 24px;
	& tr{
		border-top: 1px solid #000000;
	}
	& tr:nth-of-type(1){
		border: none;
	}
	& td > p{
		margin: 0;
	}
	& .time{
		background-color: #11C7B2;
		padding: 3.5vw 1.56vw;
		font-size: 1.25vw;
		line-height: 2.5vw;
	}
	& .description{
		background-color: #EDE9E2;
		text-align: left;
		padding-left: 3.1vw;
		font-size: 1.25vw;
		line-height: 2.5vw;
	}
}
.company-top{
	margin: 15.3vw 36.8vw 0 36.8vw;
	& a{
		text-decoration: none;
	}
}
.cp-top-sp{
	display: none;
}
.action-bottom-widget{
	padding-top: 10.4vw;
}

@media (max-width: 760px){
	.pc-banner{
		display: none;
	}
	.sp-banner{
		display: block;
		width: 100%;
		height: 110vw;
		& > img{
			width: 100%;
			height: 100%;
			object-fit: cover;
			object-position: center;
		}
	}
	.cp-history-head{
		bottom: -21vw;
	}
	.cp-history{
	        top: 15.13vw;
		margin: 0 6.58vw;
		padding-bottom: 6.9vw;
		box-shadow: none;
	}
	.cp-history-title{
		padding-top: 17vw;
		margin: 0 12.92vw 0 11.71vw;
	}
	.cp-title-pc{
		display: none;
	}
	.cp-title-sp{
		display: block;
		width: 100%;
	}
	.cp-history-content{
		margin: 4.6vw 3.8vw 0 3.8vw;
	}
	.cp-history-table{
		& tr{
			border-top: 1px solid #000000;
			border-bottom: 1px solid #000000;
		}
		& .time{
			width: 30%;
			font-size: 2.3vw;
		}
		& .description{
			padding: 4.868vw 1vw 4.868vw 4.47vw;
			border: 1px solid #818181;
			border-right: none;
			line-height: 35px;
			font-size: 2.3vw
		}
	}
	.company-top{
		margin: 23.68vw 6.58vw 0 48.48vw;
	}
	.cp-top-pc{
		display: none;
	}
	.cp-top-sp{
		display: block;
	}
}
