.my-parts {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	/* = height ÷ width × 100 */
}

.my-parts iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.jhbs {
	width: auto;
	max-width: 1000px;
	max-height: 100%;
	margin: 80px auto 0;
	text-align: center;
	display: flex;
	text-align: left;
	justify-content: center;
	flex-wrap: wrap;
}

.jhbs .left {
	width: 25%;
	padding: 10px 0;
	box-sizing: border-box;
}

.jhbs .left img {
	width: 100%;
	max-width: 230px;
}

.jhbs .right {
	width: 70%;
	padding: 0 20px;
	box-sizing: border-box;
}

.jhbs .right h1 span.fs24 {
	font-size: 24px;
}

.jhbs .right h1 span.pink {
	color: #d50078;
}

.jhbs .right br.pc_non {
	display: none;
}

.jhbs .right p {
	line-height: 2;
	font-size:
}


@media only screen and (max-width: 768px) {
	.jhbs .left {
		width: 90%;
		text-align: center;
	}

	.jhbs .right {
		width: 90%;
		padding: 30px 0;
	}
}

@media only screen and (max-width: 500px) {
	.text br {
		display: none;
	}

	.jhbs {
		margin: 20px auto 0;
	}

	.jhbs .left {
		width: 90%;
		text-align: center;
	}

	.jhbs .left img {
		width: 100%;
		max-width: 150px;
	}

	.jhbs .right {
		width: 90%;
		padding: 30px 0 0;
	}

	.jhbs .right h1 {
		font-size: 26px;
	}

	.jhbs .right br.pc_non {
		display: block;
	}

	.jhbs .right h1 span.fs24 {
		font-size: 16px;
	}
}

.left-center {
	text-align: center;
}

.left-center p {
	display: inline-block;
	text-align: left;
}
