/*------------------------------------------

	安全方針について

------------------------------------------*/
.wrap-box {
	padding-bottom: 60px;
	position: relative;
	overflow: hidden;
}
.wrap-box:first-of-type {
	background-color: #f8f8f8;
	padding-bottom: 60px;
	position: relative;
	overflow: hidden;
}
.wrap-box:first-of-type::before{
	content: "";
	width: 100%;
	height: 500px;
	background-color: #fff;
	display: block;
	position: absolute;
	top: -290px;
	left: 0;
    transform: skew(0deg, -2deg);
    -webkit-transform: skew(0deg, 8deg);
    transform-origin: top left;
    -webkit-transform-origin: top left;
    z-index: 0;
}
.sec1-box .inr {
	position: relative;
}
.wrap-box:first-of-type .hx-typ4.line {
	position: relative;
	z-index: 1;
}
.wrap-box:first-of-type .hx-typ4.line .wrap {
    background-color: #f8f8f8;
	z-index: 0;
}

.wrap-box:first-of-type .img-box {
	width: calc(100% - 500px);
}
.wrap-box:first-of-type .txt-box {
	width: 500px;
	padding-right: 40px;
	padding-left: 40px;
}

/*PC*/
@media screen and (min-width: 768px) {
}/*END*/


/*Smartphone*/
@media screen and (max-width: 767px) {

	.wrap-box:first-of-type .img-box {
		width: 100%;
	}
	.wrap-box:first-of-type .txt-box {
		width: 100%;
		padding-right: 2%;
		padding-left: 2%;
	}
}/*END*/


/*------------------------------------------

	再生医療治療計画　審議経過

------------------------------------------*/
.sec2-box {
	padding-top: 50px;
}
.sec2-box .txt-box {
	width: 52.3560209424%;
}
.sec2-box .img-box {
	width: 47.6439790576%;
}
.sec2-box .img-box img {
}

/*PC*/
@media screen and (min-width: 768px) {
	.sec2-box .box {
		padding-left: 45px;
	}
	.sec2-box .img-box {
		padding-right: 55px;
	}
}/*END*/


/*Smartphone*/
@media screen and (max-width: 767px) {
	.sec2-box {
		padding-top: 30px;
	}
	.sec2-box .txt-box {
		width: 100%;
	}
	.sec2-box .img-box {
		width: 100%;
	}
}/*END*/