@charset 'utf-8';



.main-contents {
	margin: 60px 0;
	font-size: 1.3rem;
}

img {
	max-width: 100%;
}



.h1 {
	margin: 7rem 0 5rem 0;
	color: #003A6F;
	font-weight: bold;
	font-size: 3.2rem;
}

.h2 {
	margin: 5rem 0 3rem 0;
	color: #003A6F;
	font-weight: bold;
	font-size: 2.4rem;
}

p {
	font-size: 1.3rem;
}



.production-date-image {
	display: inline-block;
	float: right;
	width: 50%;
	margin: 0 0 0 1rem;
}



.pc-text {
	display: inline;
}
.sp-text {
	display: none;
}



@media screen and (max-width: 768px) {

	.production-date-image {
		display: block;
		float: none;
		width: 80%;
		margin: 0rem auto 2rem auto;
	}

	.pc-text {
		display: none;
	}
	.sp-text {
		display: inline;
	}

}
