@charset "utf-8";

/* ////////////////////////////////////////
PC,SP共通 
//////////////////////////////////////// */

.text-machine {
	margin-bottom: 0.5em;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
		"Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1.5;
	letter-spacing: -0.05em;
}
.text-machine-s {
	margin-bottom: 1em;
	line-height: 1.75;
}

/* ////////////////////////////////////////
PC,SP共通
//////////////////////////////////////// */

/* ////////////////////////////////////////
PCのみ
//////////////////////////////////////// */

@media screen and (min-width: 641px), print {
	.wrap-machine {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 100px;
		width: 750px;
	}
	.wrap-head-blue {
		margin-bottom: 1em;
	}
	.wrap-head-blue > * {
		display: inline-block;
	}

	.wrap-head-blue p {
		font-size: 16px;
		line-height: 36px;
	}

	.inner-machine {
		margin-left: auto;
		margin-right: auto;
		width: 612px;
	}
	.text-machine {
		font-size: 22px;
		text-align: center;
	}
	.text-machine span {
		font-size: 17px;
	}

	.text-machine-s {
		margin-left: -100px;
		margin-right: -100px;
		font-size: 18px;
		text-align: center;
	}

	.machine3-1 {
		margin-bottom: 2em;
	}
}

/* ////////////////////////////////////////
PCのみ
//////////////////////////////////////// */

/* ////////////////////////////////////////
SPのみ
//////////////////////////////////////// */

@media screen and (max-width: 640px) {
	.wrap-machine {
		margin-bottom: 10vw;
	}
	.wrap-head-blue {
		margin-bottom: 0.5em;
	}

	.wrap-head-blue > *:not(:last-child) {
		margin-bottom: 0.25em;
	}

	.wrap-head-blue p {
		font-size: 3vw;
	}
	.text-machine {
		font-size: 4.5vw;
	}

	.wrap-img-machine img {
		display: block;
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
		height: auto;
	}
	.wrap-img-machine img:not(:last-child) {
		margin-bottom: 3%;
	}
}

/* ////////////////////////////////////////
SPのみ
//////////////////////////////////////// */
