@charset "utf-8";

/* ========== すべて共通 ========== */
.os_wrapper {
	width: 740px;
	display: block;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	line-height: 1.6;
	font-family: 'Meiryo UI';
}
.full_img {
	width: 740px;
	display: block;
	box-sizing: border-box;
}
.disc_img {
	width: 690px;
	display: block;
	margin: 0 auto;
	box-sizing: border-box;
}
.img_box {
	display: flex;
	justify-content: center;
	align-items: center;
}
.header_1 {
	width: 690px;
	display: block;
	margin: 0 auto;
	font-size: 24px;
	font-weight: 600;
}
.disc_p {
	width: 690px;
	display: block;
	margin: 0 auto;
	font-size: 24px;
}
.disc_img2 {
	display: block;
	margin: 0 auto;
}

 @media screen and (max-width: 739px) {
 /* ========== すべて共通 ========== */
 .os_wrapper {
 	width: 100%;
 }
 .full_img {
 	width: 100%;
 }
 .disc_img {
 	width: 90%;
 }

 .disc_img2 {
	width: 80%;
 	display: block;
 	margin: 0 auto;
 }

 .img_box {
 	display: flex;
 	justify-content: center;
 	align-items: center;
 }
 .header_1 {
 	width: 90%;
 	display: block;
 	margin: 0 auto;
 	font-size: 1rem;
 	font-weight: 600;
 }
 .disc_p {
 	width: 90%;
 	font-size: 1rem;
 }
	}
