
/* hero */
.single-hero h1 {
	font-weight: bold;
	font-size: 48px;
	line-height: 1.2em !important;
}
.single-hero h2 {
	font-weight: normal;
	font-size: 20px;
	line-height: 1.2em !important;
}
.single-hero p {
	font-weight: normal;
	font-size: 22px;
	line-height: 1.4em !important;
}
@media screen and (max-width: 991px) {
	.single-hero h1 {
		font-size: 44px;
	}
	.single-hero h2 {
		font-size: 18px;
	}
	.single-hero p {
		font-size: 20px;
	}
}
@media screen and (max-width: 700px) {
	.single-hero h1 {
		font-size: 36px;
	}
	.single-hero h2 {
		font-size: 16px;
	}
	.single-hero p {
		font-size: 18px;
	}
}
@media screen and (max-width: 450px) {
	.single-hero h1 {
		font-size: 28px;
	}
	.single-hero h2 {
		font-size: 16px;
	}
	.single-hero p {
		font-size: 16px;
	}
}

/* container information */
.single-container h3 {
	font-weight: bold;
	font-size: 36px;
	line-height: 1.2em !important;
}
.single-container h4 {
	font-weight: bold;
	font-size: 22px;
	line-height: 1.4em !important;
	margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
	/*.single-container p {
		line-height: 24px !important;
	}
	.single-container h2 {
		font-size: 18px;
	}*/
	.single-container h3 {
		font-size: 30px;
	}
}

/* Why Container */
.why-text h3 {
	padding-right: 0;
}
.outcome-box {
	padding-bottom: 38px;
}
.outcome-box h3 {
	line-height: 1.0em !important;
}
.outcome-box h4 {
	line-height: 1.6em !important;
	margin-bottom: 0;
}
.outcome-box p {
	font-size: 16px;
	line-height: 1.4em !important;
	height: 2.8em;
	margin-bottom: 0;
}
.outcome-box p.line3 {/*3行*/
	height: 4.2em;
}
@media screen and (max-width: 1199px) {
	.outcome-box h4 {
		margin-bottom: 22px;
	}
	.outcome-box h4 br {
		display: none;
	}
}
@media screen and (max-width: 991px) {
	.outcome-box {
		padding-bottom: 0;
	}
}
@media screen and (max-width: 767px) {
	.outcome-box p,
	.outcome-box p.line3 {
		height: auto;
		margin-bottom: 1em;
	}
	.outcome-box p br {
		display: none;
	}
}
/* 旧テンプレ */
.product-container .suite-features p {
	margin-bottom: 0.8em !important;
}

ul.logos li img {
	width: 176px;
	height: auto;
}

/* 製品情報部分テスト */
.single-resource-box {
	height: 275px;
	font-size: 18px;
	line-height: 1.4em;
}
.single-resource-box .single-resource-text {
	height: 75px;
}