body{
	background-color: #12C0A9;
}
section{
	padding: 0;
	margin: 0;
}
.cp-ip-banner{
	position: relative;
	width: 100%;
}
.pc-banner{
	width: 100%;
	height: 22vw;
	& > img{
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
		vertical-align: middle;
	}
}
.sp-banner{
	display: none;
	width: 100%;
	height: 110vw;
	& > img{
		object-fit: cover;
		object-position: center;
		width: 100%;
		height: 100%;
		vertical-align: middle;
	}
}
.cp-ip-head{
	position: absolute;
	top: 18vw;
	left: -3.1vw;
	width: 38.3vw;
	height: 9.4vw;
	z-index: 1;
	& > img{
		object-fit: cover;
		object-position: center;
		width: 100%;
		height: 100%;
	}
}
.cp-ip-page{
	background-image: url("../images/background/12_bg.png");
	padding-top: 8vw;
}
.cp-ip{
	margin: 0 5.2vw;
	min-height: 100px;
	background: #fff;
	border-radius: 10px;
	border: 5px solid #000;
	box-shadow: 10px 10px 0px -5px #fff, 10px 10px 0px 0px #000;
}
.cp-ip-title{
	margin-top: 5.2vw;
	display: flex;
	justify-content: center;
	& > svg{
		width: 80%;
	}
}
.cp-ip-title-sp{
	display: none;
}
.cp-ip-content{
	margin-top: 6.25vw;
	text-align: left;
	padding: 0 6vw;
	font-size: 1.25vw;
	line-height: 2.5vw;
	margin-bottom: 9.3vw;
}
.ip-table{
	width: 100%;
	margin-top: 6.25vw;

	border-bottom: 2px solid #DBDBDB;
	& .odd{
		background-color: #EFEFEF;
	}
	& td{
		font-size: 1.25vw;
	}
	& tr > td:nth-of-type(1){
		width: 25%;
		text-align: center;
		border-right: 2px solid #DBDBDB;
	}
	& tr > td:nth-of-type(2){
		padding: 2vw 3.125vw 1vw;
	}
}

.company-top{
	text-align: center;
	padding: 0 5.2vw;
	margin: 7.2vw 31.6vw 10.4vw 31.6vw;
	& a{
		text-decoration: none;
	}
}
.cp-sp{
	display: none;
}

@media (max-width: 760px){
	.pc-banner{
		display: none;
	}
	.sp-banner{
		display: block;
	}
	.cp-ip-head{
		bottom: -23vw;
		top: unset;
		width: 57vw;
		height: 14.1vw;
		left: -6.1vw;
	}
	.cp-ip-page{
		padding-top: 15vw;
	}
	.cp-ip-title{
		margin: 15vw 12.92vw 0 11.71vw;
	}
	.cp-ip-title-pc{
		display: none;
	}
	.cp-ip-title-sp{
		display: block;
	}
	.cp-ip{
		box-shadow: none;
	}
	.cp-ip-content{
		margin-top: 7.2vw;
		font-size: 2.3vw;
		line-height: 6vw;
		padding: 0 30px;
		margin-bottom: 9vw;
	}
	.ip-table{
		margin-top: 14.25vw;
		& td{
			font-size: 2.3vw;
			line-height: 6vw;
		}
		& tr > td:nth-of-type(1){
			width: 16%;
		}
		& tr > td:nth-of-type(2){
			padding: 35px 15px;
		}
	}
	.company-top{
		margin: 7.2vw 0 12.8vw 0;
		display: flex;
		justify-content: flex-end;
	}
	.cp-pc{
		display: none;
	}
	.cp-sp{
		display: block;
		width: 40vw;
	}
}
