@charset "urd-8";

/*=== 全体の設定 ===*/

/* spとpcで表示／非表示　*/

@layer legacy{
[data-static-html] .hybrid-pc { display: block; }
[data-static-html] .hybrid-sp { display: none; }
@media screen and (max-width: 768px) {
	[data-static-html] .hybrid-pc { display: none; }
	[data-static-html] .hybrid-sp { display: block; }
}
/* セクション */
[data-static-html] .hybrid-section {
	max-width: 1218px;
	font-size: 18px;
	text-align: justify;
	line-height: 1.67;
	padding: 0 25px 40px;
	margin: 0 auto;
	padding-top: 10px;
	margin-top: -10px;
}
[data-static-html] .hybrid-section img {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 768px) {
	[data-static-html] .hybrid-section {
		font-size: 16px;
		padding: 0 10px 20px;
		padding-top: 100px;
		margin-top: -100px;
	}
}
/* 共通の見出しやテキスト */
[data-static-html] .hybrid-h2 {
	font-size: 40px;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	color: #00125e;
	padding: 40px 10px 50px;
}
@media screen and (max-width: 768px) {
	[data-static-html] .hybrid-h2 {
		font-size: 32px;
		padding: 30px 10px 25px;
	}
}
[data-static-html] .hybrid-p-center {
	text-align: center;
}
@media screen and (max-width: 768px) {
	[data-static-html] .hybrid-p-center {
		text-align: justify;
	}
}
/* ボタン大 */
[data-static-html] .hybrid-btn {
	text-align: center;
}
[data-static-html] .hybrid-btn a {
	position: relative;
	display: block;
	font-size: 36px;
	line-height: 1.3;
	max-width: 654px;
	color: #fff;
	background: #ff4f5d;
	margin: 10px auto 20px;
	padding: 20px 55px 14px 45px;
	border-radius: 10px;
	box-shadow: 0 5px 0 0 #494849;
}
[data-static-html] .hybrid-btn a:after,
[data-static-html] .hybrid-btn a:before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border: 26px solid transparent;
	border-right: none;
	border-left: 21px solid;
	margin-right: 25px;
}
[data-static-html] .hybrid-btn a:hover {
	color: #ff4f5d;
	background: #ffdcdf;
	box-shadow: 0 5px 0 0 #000;
}
[data-static-html] .hybrid-btn a:before {
	right: 0;
	border-left-color: #fff;
}
[data-static-html] .hybrid-btn a:after {
	right: 2px;
	border-left-color: #ff4f5d;
}
[data-static-html] .hybrid-btn a:hover:before {
	border-left-color: #ff4f5d;
}
[data-static-html] .hybrid-btn a:hover:after {
	border-left-color: #ffdcdf;
}
@media screen and (max-width: 768px) {
	[data-static-html] .hybrid-btn a {
		font-size: 21px;
		margin: 10px auto;
		padding: 18px 30px 14px 20px;
	}
	[data-static-html] .hybrid-btn a:after,
	[data-static-html] .hybrid-btn a:before {
		border-width: 18px;
		border-right: none;
		border-left-width: 14px;
		margin-right: 12px;
	}
}
/* ボタン小 */
[data-static-html] .hybrid-btn-s {
	text-align: center;
}
[data-static-html] .hybrid-btn-s a {
	position: relative;
	display: block;
	font-size: 30px;
	line-height: 1.3;
	color: #fff;
	background: #00125e;
	margin: 10px auto 20px;
	padding: 12px 55px 8px 45px;
	border-radius: 10px;
	box-shadow: 0 5px 0 0 #494849;
}
[data-static-html] .hybrid-btn-s a:after,
[data-static-html] .hybrid-btn-s a:before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border: 21px solid transparent;
	border-left: 17px solid;
}
[data-static-html] .hybrid-btn-s a:hover {
	color: #00125e;
	background: #d9dce7;
	box-shadow: 0 5px 0 0 #000;
}
[data-static-html] .hybrid-btn-s a:before {
	right: -2px;
	border-left-color: #fff;
}
[data-static-html] .hybrid-btn-s a:after {
	right: 0;
	border-left-color: #00125e;
}
[data-static-html] .hybrid-btn-s a:hover:before {
	border-left-color: #00125e;
}
[data-static-html] .hybrid-btn-s a:hover:after {
	border-left-color: #d9dce7;
}
@media screen and (max-width: 768px) {
	[data-static-html] .hybrid-btn-s a {
		font-size: 18px;
		padding: 12px 35px 8px 25px;
	}
	[data-static-html] .hybrid-btn-s a:after,
	[data-static-html] .hybrid-btn-s a:before {
		border-width: 15px;
		border-left-width: 11px;
	}
}
/* 右下のfixed要素 */
[data-static-html] .hybrid-fixarea {
	position: fixed;
	right: 15px;
	bottom: 15px;
	margin: 0;
	padding: 0;
	z-index: 999;
}
[data-static-html] .hybrid-fixarea img {
	width: 100%;
	height: auto;
}
[data-static-html] .hybrid-contact {
	margin-bottom: 10px;
}
[data-static-html] .hybrid-contact a {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	background: rgb(0,30,120);
	background: linear-gradient(90deg,rgb(0,30,120) 0%, rgb(7,93,179) 100%);
	color: #fff;
	width: 200px;
	padding: 29px 10px 25px;
	border-radius: 6px;
}
[data-static-html] .hybrid-top {
	font-size: 0;
	margin-left: auto;
	width: 64px;
}
[data-static-html] .hybrid-contact a:hover, [data-static-html] .hybrid-top a:hover {
	opacity: 0.8;
}
@media screen and (max-width: 768px) {
	[data-static-html] .hybrid-contact a {
		font-size: 12px;
		padding: 4px 5px 2px;
		width: auto;
	}
	[data-static-html] .hybrid-top {
		width: 40px;
	}	
}

/*=== ハイブリッド配信とは ===*/
/* ハイブリッド配信とは */
[data-static-html] .hybrid-about {
	display: flex;
	justify-content: space-between;
	padding-bottom: 40px;
}
[data-static-html] .hybrid-about-text {
	flex: 0 1 560px;
	padding-right: 20px;
}
[data-static-html] .hybrid-about-img {
	flex: 0 1 547px;
}
@media screen and (max-width: 768px) {
	[data-static-html] .hybrid-about {
		flex-flow: column;
		justify-content: start;
		padding-bottom: 40px;
	}
	[data-static-html] .hybrid-about-text {
		flex: 0 0 auto;
		padding-right: 0;
		padding-bottom: 30px;
	}
	[data-static-html] .hybrid-about-img {
		flex: 0 0 auto;
	}
}
/* 活用シーン */
[data-static-html] .hybrid-scene {
	margin-bottom: 20px;
}
[data-static-html] .hybrid-scene-h {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	line-height: 2.0;
	background: rgb(0,30,120);
	background: linear-gradient(90deg,rgb(0,30,120) 0%, rgb(7,93,179) 100%);
	color: #fff;
	padding: 10px 20px 6px;
}
@media screen and (max-width: 768px) {
	[data-static-html] .hybrid-scene-h {
		font-size: 21px;
		line-height: 1.5;
	}
}
[data-static-html] .hybrid-scene-ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	background: #efefef;
	padding: 20px 35px 0;
}
[data-static-html] .hybrid-scene-ul > li {
	flex: 0 0 32%;
	max-width: 350px;
}
[data-static-html] .hybrid-scene-name {
	position: relative;
}
[data-static-html] .hybrid-scene-name p {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	color: #fff;
	padding: 4px 10px 0;
}
[data-static-html] .hybrid-scene-ex {
	padding: 15px 0 30px;
	font-size: 18px;
}
[data-static-html] .hybrid-scene-ex li {
	line-height: 1.5;
	text-indent: -1em;
	padding-left: 1em;
}
[data-static-html] .hybrid-scene-ex li:before {
	content:"●";
	color: #3fa9f5;
	padding-right: 2px;
}
[data-static-html] .hybrid-scene-ul > li:last-child {
	flex: 0 0 100%;
	max-width: 100%;
}
[data-static-html] .hybrid-scene-ul > li:last-child .hybrid-scene-ex {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	font-size: 22px;
	max-width: 650px;
	margin: 0 auto;
	padding-left: 55px;
}
[data-static-html] .hybrid-scene-ul > li:last-child .hybrid-scene-ex li {
	flex: 0 0 48%;
}
@media screen and (max-width: 768px) {
	[data-static-html] .hybrid-scene-ul {
		padding: 20px 10px 0;
	}
	[data-static-html] .hybrid-scene-ul > li,
	[data-static-html] .hybrid-scene-ul > li:last-child {
		flex: 0 0 49%;
		max-width: 350px;
	}
	[data-static-html] .hybrid-scene-ex {
		font-size: 14px;
		padding: 10px 0 20px;
	}
	[data-static-html] .hybrid-scene-ul > li:last-child .hybrid-scene-ex {
		flex-flow: column;
		justify-content: start;
		font-size: 14px;
		max-width: none;
		margin: 0;
		padding-left: 0;
	}
	[data-static-html] .hybrid-scene-ul > li:last-child .hybrid-scene-ex li {
		flex: 0 0 48%;
	}
	[data-static-html] .hybrid-scene-name p {
		font-size: 20px;
	}
}
/* メリット */
[data-static-html] .hybrid-merit-h {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	line-height: 1.78;
	color: #00125e;
	padding: 10px 0 30px;
}
[data-static-html] .hybrid-merit-list {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	padding: 0 35px;
}
[data-static-html] .hybrid-merit-list li {
	flex: 0 0 32%;
	display: flex;
	flex-flow: column;
	justify-content: center;
	background: #e5f6fd;
	vertical-align: middle;
	margin: 0 0 25px;
}
[data-static-html] .hybrid-merit-list li p {
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	padding: 24px 20px 18px;
}
@media screen and (max-width: 768px) {
	[data-static-html] .hybrid-merit-h {
		font-size: 24px;
		line-height: 1.5;
		padding: 10px 0 20px;
	}
	[data-static-html] .hybrid-merit-list {
		padding: 0 0 10px;
	}
	[data-static-html] .hybrid-merit-list li {
		flex: 0 0 49%;
		margin: 0 0 10px;
	}
	[data-static-html] .hybrid-merit-list li p {
		font-size: 18px;
		padding: 14px 10px 8px;
	}
}
/* 提案 */
[data-static-html] .hybrid-suggestion {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	line-height: 2.0;
	background: rgb(0,30,120);
	background: linear-gradient(90deg,rgb(0,30,120) 0%, rgb(7,93,179) 100%);
	color: #fff;
	margin: 10px 0 40px;
	padding: 14px 20px 10px;
}
@media screen and (max-width: 768px) {
	[data-static-html] .hybrid-suggestion {
		font-size: 21px;
		line-height: 1.5;
		margin: 10px 0 25px;
	}	
}

/*=== 導入について ===*/
/* 心配や不安 */
[data-static-html] .hybrid-worry {
	position: relative;
	background: #17499d;
	margin-top: 20px;
	margin-bottom: 83px;
	padding: 0 35px;
}
[data-static-html] .hybrid-worry:after {
	content:"";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	border: 47px solid transparent;
	border-top: 58px solid #17499d;
	border-bottom: none;
}
[data-static-html] .hybrid-worry-h {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding: 24px 0 18px;
}
[data-static-html] .hybrid-worry-ul {
	display: flex;
	justify-content: space-between;
}
[data-static-html] .hybrid-worry-ul li {
	flex: 0 0 32%;
	padding-bottom: 35px;
}
[data-static-html] .hybrid-worry-ul p {
	font-size: 24px;
	text-align: center;
	background: #fff;
	padding: 30px 20px;
}
[data-static-html] .hybrid-worry-arrow {
	width: 0;
	height: 0;
	margin: 25px auto;
	padding: 0;
	border: 59px solid transparent;
	border-top: 32px solid #ff0;
	border-bottom: none;
}
@media screen and (max-width: 768px) {
	[data-static-html] .hybrid-worry {
		padding: 0 10px;
		margin-bottom: 43px;
	}
	[data-static-html] .hybrid-worry:after {
		border: 27px solid transparent;
		border-top: 38px solid #17499d;
		border-bottom: none;
	}
	[data-static-html] .hybrid-worry-h {
		font-size: 21px;
		padding: 14px 0 8px;
	}
	[data-static-html] .hybrid-worry-ul {
		display: flex;
		flex-flow: column;
		justify-content: start;
	}
	[data-static-html] .hybrid-worry-ul li {
		flex: 0 0 auto;
		display: flex;
		justify-content: space-between;
		padding-bottom: 20px;
	}
	[data-static-html] .hybrid-worry-ul p {
		flex: 0 0 47%;
		font-size: 14px;
		line-height: 1.5;
		padding: 7px 5px 5px;
	}
	[data-static-html] .hybrid-worry-arrow {
		flex: 0 0 0;
		width: 0;
		height: 0;
		margin: auto 0;
		padding: 0;
		border: 15px solid transparent;
		border-left: 10px solid #ff0;
		border-right: none;
	}
}
/* 選ばれる理由 */
[data-static-html] .hybrid-reason-h {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	line-height: 2.0;
	background: rgb(0,30,120);
	background: linear-gradient(90deg,rgb(0,30,120) 0%, rgb(7,93,179) 100%);
	color: #fff;
	padding: 10px 20px 6px;
}
[data-static-html] .hybrid-reason-inner {
	background: #e5f6fd;
	padding: 15px 35px;
}
[data-static-html] .hybrid-reason-intro {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	color: #00125e;
	padding: 0 0 30px;
}
@media screen and (max-width: 768px) {
	[data-static-html] .hybrid-reason-h {
		font-size: 21px;
		line-height: 1.5;
	}
	[data-static-html] .hybrid-reason-inner {
		padding: 15px 10px;
	}
	[data-static-html] .hybrid-reason-intro {
		font-size: 21px;
		line-height: 1.5;
		padding: 0 0 20px;
	}
}
[data-static-html] .hybrid-reason-contents {
	display: flex;
	align-items: center;
	padding-bottom: 30px;
}
[data-static-html] .hybrid-reason-contents-textbox {
	flex: 0 1 608px;
	display: flex;
	min-height: 204px;
	margin-right: 20px;
}
[data-static-html] .hybrid-reason-contents-text {
	flex: 0 1 548px;
	background: #fff;
	padding-left: 15px;
}
[data-static-html] .hybrid-reason-contents-tiragle {
	flex: 0 1 60px;
	background: linear-gradient(to bottom left, transparent 50%, #fff 50%) no-repeat top left / 100% 50%, linear-gradient(to top left, transparent 50%, #fff 50%) no-repeat bottom left/100% 50%;
}
[data-static-html] .hybrid-reason-contents-text h4 {
	font-size: 25px;
	font-weight: bold;
	color: #0aaefd;
	margin-bottom: 18px;
	padding: 18px 0 13px;
	border-bottom: 2px solid #0aaefd;
}
[data-static-html] .hybrid-reason-contents-text p {
	font-size: 20px;
	line-height: 1.85;
	padding-bottom: 10px;
}
[data-static-html] .hybrid-reason-contents-img {
	flex: 0 1 443px;
	margin-left: auto;
}
@media screen and (max-width: 768px) {
	[data-static-html] .hybrid-reason-contents {
		display: flex;
		flex-flow: column;
		justify-content: start;
		padding-bottom: 30px;
	}
	[data-static-html] .hybrid-reason-contents-textbox {
		flex: 0 0 auto;
		flex-flow: column;
		width: 100%;
		min-height: auto;
		margin-right: 0;
		margin-bottom: 8px;
	}
	[data-static-html] .hybrid-reason-contents-text {
		flex: 0 0 auto;
		padding: 0 15px;
	}
	[data-static-html] .hybrid-reason-contents-tiragle {
		flex: 0 0 20px;
		background: linear-gradient(to top right, transparent 50%, #fff 50%) no-repeat top left / 50% 100%, linear-gradient(to top left, transparent 50%, #fff 50%) no-repeat bottom right/50% 100%;
	}
	[data-static-html] .hybrid-reason-contents-text h4 {
		font-size: 21px;
		margin-bottom: 10px;
		padding: 10px 0 6px;
		line-height: 1.5;
	}
	[data-static-html] .hybrid-reason-contents-text p {
		font-size: 16px;
		line-height: 1.67;
		padding-bottom: 5px;
	}
	[data-static-html] .hybrid-reason-contents-img {
		flex: 0 0 auto;
		margin-left: none;
	}
}
[data-static-html] .hybrid-reason-column {
	background: #fff;
	margin: 20px 0;
	padding: 25px 25px 7px;
	border: 3px solid #00125e;
}
[data-static-html] .hybrid-reason-column-inner {
	display: flex;
	justify-content: space-between;
	padding-bottom: 5px;
}
[data-static-html] .hybrid-reason-column-img {
	flex: 0 1 350px;
}
[data-static-html] .hybrid-reason-column-text {
	flex: 0 1 670px;
	padding-left: 20px;
}
[data-static-html] .hybrid-reason-column-text h4 {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.3;
	color: #00125e;
	padding-bottom: 15px;
}
[data-static-html] .hybrid-reason-column-text p {
	/*padding: 15px 0 5px;*/
}
@media screen and (max-width: 768px) {
	[data-static-html] .hybrid-reason-column {
		margin: 20px 0;
		padding: 10px 10px 7px;
	}
	[data-static-html] .hybrid-reason-column-inner {
		display: flex;
		flex-flow: column;
		justify-content: start;
	}
	[data-static-html] .hybrid-reason-column-img {
		flex: 0 0 auto;
	}
	[data-static-html] .hybrid-reason-column-text {
		flex: 0 0 auto;
		padding-left: 0;
	}
	[data-static-html] .hybrid-reason-column-text h4 {
		font-size: 24px;
		padding-top: 20px;
		padding-bottom: 10px;
	}
	[data-static-html] .hybrid-reason-column-text p {
		/*padding: 10px 0 5px;*/
	}
}
/* システムについてもっと知るボタン */
[data-static-html] .hybrid-reason-btn a {
	max-width: 700px;
}
/* 保守サービス */
[data-static-html] .hybrid-mainte {
	background: #efefef;
	margin: 40px 0;
	padding: 35px 35px 25px;
}
[data-static-html] .hybrid-mainte-h {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	line-height: 2.0;
	background: rgb(0,30,120);
	background: linear-gradient(90deg,rgb(0,30,120) 0%, rgb(7,93,179) 100%);
	color: #fff;
	padding: 14px 20px 10px;
}
[data-static-html] .hybrid-mainte-intro {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	line-height: 1.78;
	color: #00125e;
	padding: 20px 0 10px;
}
[data-static-html] .hybrid-mainte-intro-note {
	font-size: 16px;
	text-align: right;
}
[data-static-html] .hybrid-mainte-h2 {
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0;
}
@media screen and (max-width: 768px) {
	[data-static-html] .hybrid-mainte {
		background: #efefef;
		margin: 40px 0 20px;
		padding: 10px 10px 5px;
	}
	[data-static-html] .hybrid-mainte-h {
		font-size: 21px;
		line-height: 1.5;
	}
	[data-static-html] .hybrid-mainte-intro {
		font-size: 21px;
		text-align: center;
		line-height: 1.5;
	}
	[data-static-html] .hybrid-mainte-intro-note {
		font-size: 14px;
		padding-bottom: 10px;
	}
	[data-static-html] .hybrid-mainte-h2 {
		font-size: 16px;
		padding: 10px 0;
	}
}
/* サポート比較のテーブル */
[data-static-html] .hybrid-mainte-support {
	font-size: 18px;
	line-height: 1.67;
	width: 100%;
	border: 2px solid #075db0;
	margin-bottom: 20px;
}
[data-static-html] .hybrid-mainte-support th,
[data-static-html] .hybrid-mainte-support td {
	text-align: center;
	vertical-align: middle;
	background: #fff;
	padding: 8px 10px 5px;
	border: 2px solid #075db0;
}
[data-static-html] .hybrid-mainte-support thead th {
	background: #075db0;
	color: #fff;
	border-bottom: none;
}
[data-static-html] .hybrid-mainte-support thead th:last-child {
	background: #78bdd1;
}
[data-static-html] .hybrid-mainte-support tbody td {
	background: #c1d6eb;
}
[data-static-html] .hybrid-mainte-support tbody tr:first-child td {
	border-top: none;
}
[data-static-html] .hybrid-mainte-support tbody td.hybrid-mainte-support-3rdrow {
	background: #fff;
}
[data-static-html] .hybrid-mainte-support tbody td.hybrid-mainte-support-4rdrow {
	background: #c7e4eb;
}
[data-static-html] .hybrid-mainte-support thead th:first-child {
	min-width: 120px;
}
@media screen and (max-width: 768px) {
	[data-static-html] .hybrid-mainte-support-outer {
		overflow: auto;
		margin-bottom: 20px;
	}
	[data-static-html] .hybrid-mainte-support {
		font-size: 14px;
		line-height: 1.5;
		min-width: 640px;
		margin-bottom: 0;
		border: 1px solid #075db0;
	}
	[data-static-html] .hybrid-mainte-support th,
	[data-static-html] .hybrid-mainte-support td {
		text-align: center;
		vertical-align: middle;
		padding: 8px 5px 5px;
		border: 1px solid #075db0;
	}
	[data-static-html] .hybrid-mainte-support thead th:first-child {
		min-width: 90px;
	}
}
/* 保守対応のフロー */
[data-static-html] .hybrid-mainte-flow {
	padding-bottom: 20px;
}
/* HPはこちらボタン */
[data-static-html] .hybrid-mainte-btn a {
	max-width: 763px;
}

/*=== 導入事例 ===*/
/* 共通 */
[data-static-html] .hybrid-case-h {
	font-size: 21px;
	font-weight: bold;
	background: #999;
	color: #fff;
	margin: 20px 0 0;
	padding: 10px 25px;
}
[data-static-html] .hybrid-case-contents {
	display: flex;
	justify-content: space-between;
	padding-top: 15px;
	padding-bottom: 25px;
}
[data-static-html] .hybrid-case-img {
	flex: 0 1 480px;
	padding-top: 5px;
}
[data-static-html] .hybrid-case-text {
	flex: 0 1 675px;
	padding-left: 20px;
}
[data-static-html] .hybrid-case-copy {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.47;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 2px solid #000;
}
[data-static-html] .hybrid-case-customer {
	font-size: 22px;
	font-weight: bold;
}
[data-static-html] .hybrid-case-item {
	font-size: 22px;
	font-weight: bold;
	text-indent: -0.5em;
	padding-top: 10px;
}
[data-static-html] .hybrid-case-text ul {
	font-size: 18px;
	text-indent: -1em;
	padding-left: 1em;
}
[data-static-html] .hybrid-case-text li:before {
	content:"●";
}
@media screen and (max-width: 768px) {
	[data-static-html] .hybrid-case-h {
		font-size: 18px;
		margin: 20px 0 0;
		padding: 8px 15px 4px;
	}
	[data-static-html] .hybrid-case-contents {
		flex-flow: column;
		justify-content: start;
		padding-top: 10px;
		padding-bottom: 5px;
	}
	[data-static-html] .hybrid-case-img {
		flex: 0 0 auto;
		padding-top: 0;
	}
	[data-static-html] .hybrid-case-text {
		flex: 0 0 auto;
		padding-left: 0;
		padding-top: 10px;
	}
	[data-static-html] .hybrid-case-copy {
		font-size: 24px;
		margin-bottom: 8px;
		padding-bottom: 5px;
	}
	[data-static-html] .hybrid-case-customer {
		font-size: 18px;
	}
	[data-static-html] .hybrid-case-item {
		font-size: 18px;
		padding-top: 10px;
	}
	[data-static-html] .hybrid-case-text ul {
		font-size: 16px;
	}
}
/* ボタン */
[data-static-html] .hybrid-case-btn {
	text-align: center;
}
[data-static-html] .hybrid-case-btn a {
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 1.3;
	color: #fff;
	background: #999;
	margin: 10px auto 20px;
	padding: 12px 55px 8px 45px;
	border-radius: 10px;
	box-shadow: 0 5px 0 0 #494849;
}
[data-static-html] .hybrid-case-btn a:after,
[data-static-html] .hybrid-case-btn a:before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border: 16px solid transparent;
	border-left: 14px solid;
}
[data-static-html] .hybrid-case-btn a:hover {
	color: #666;
	background: #ccc;
	box-shadow: 0 5px 0 0 #000;
}
[data-static-html] .hybrid-case-btn a:before {
	right: -2px;
	border-left-color: #fff;
}
[data-static-html] .hybrid-case-btn a:after {
	right: 0;
	border-left-color: #999;
}
[data-static-html] .hybrid-case-btn a:hover:before {
	border-left-color: #666;
}
[data-static-html] .hybrid-case-btn a:hover:after {
	border-left-color: #ccc;
}
@media screen and (max-width: 768px) {
	[data-static-html] .hybrid-case-btn a {
		font-size: 16px;
		padding: 12px 35px 8px 25px;
	}
	[data-static-html] .hybrid-case-btn a:after,
	[data-static-html] .hybrid-case-btn a:before {
		border-width: 13px;
		border-left-width: 10px;
	}
}
/* 01 */
[data-static-html] .hybrid-case-01 .hybrid-case-h {
	background: rgb(0,80,242);
	background: linear-gradient(90deg, rgb(0,80,242) 0%, rgb(10,174,253) 90%);
}
[data-static-html] .hybrid-case-01 .hybrid-case-copy {
	color: #0aaefd;
	border-bottom-color: #0aaefd;
}
[data-static-html] .hybrid-case-01 .hybrid-case-item {
	color: #0aaefd;
}
/* 02 */
[data-static-html] .hybrid-case-02 .hybrid-case-h {
	background: rgb(242,120,219);
	background: linear-gradient(90deg, rgb(242,120,219) 0%, rgb(253,165,252) 90%);
}
[data-static-html] .hybrid-case-02 .hybrid-case-copy {
	color: #f278db;
	border-bottom-color: #f278db;
}
[data-static-html] .hybrid-case-02 .hybrid-case-item {
	color: #f278db;
}
/* 03 */
[data-static-html] .hybrid-case-03 .hybrid-case-h {
	background: rgb(90,199,59);
	background: linear-gradient(90deg, rgb(90,199,59) 0%, rgb(162,228,72) 90%);
}
[data-static-html] .hybrid-case-03 .hybrid-case-copy {
	color: #5ac73b;
	border-bottom-color: #5ac73b;
}
[data-static-html] .hybrid-case-03 .hybrid-case-item {
	color: #5ac73b;
}
[data-static-html] .hybrid-case-03 .hybrid-case-btn a {
	background: #5ac73b;
}
[data-static-html] .hybrid-case-03 .hybrid-case-btn a:hover {
	color: #5ac73b;
	background: #d7ffcc;
}
[data-static-html] .hybrid-case-03 .hybrid-case-btn a:before {
	border-left-color: #fff;
}
[data-static-html] .hybrid-case-03 .hybrid-case-btn a:after {
	border-left-color: #5ac73b;
}
[data-static-html] .hybrid-case-03 .hybrid-case-btn a:hover:before {
	border-left-color: #5ac73b;
}
[data-static-html] .hybrid-case-03 .hybrid-case-btn a:hover:after {
	border-left-color: #d7ffcc;
}

/* オレンジのボタン */
[data-static-html] .hybrid-case-btn-orange a {
	background: #f39800;
	margin-bottom: 30px;
}
[data-static-html] .hybrid-case-btn-orange a:hover {
	color: #f39800;
	background: #fdefd9;
}
[data-static-html] .hybrid-case-btn-orange a:after {
	border-left-color: #f39800;
}
[data-static-html] .hybrid-case-btn-orange a:hover:before {
	border-left-color: #f39800;
}
[data-static-html] .hybrid-case-btn-orange a:hover:after {
	border-left-color: #fdefd9;
}
@media screen and (max-width: 768px) {
	[data-static-html] .hybrid-case-btn-orange a {
		margin-bottom: 15px;
	}
}

/*=== お任せください！ ===*/
[data-static-html] .hybrid-entrust {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	line-height: 1.78;
	color: #00125e;
	padding: 0 0 15px;
}
@media screen and (max-width: 768px) {
	[data-static-html] .hybrid-entrust {
		font-size: 24px;
		line-height: 1.5;
		padding: 15px 0 5px;
	}
}

/*=== 配信スタジオのデモ ===*/
[data-static-html] .hybrid-demo {
	background: url("/files/user/contents/service/solutions/common/hybrid-601.jpg") center top no-repeat;
	background-size: 100% 100%;
	max-width: 1196px;
	margin: 40px auto 0;
	padding: 14px;
}
[data-static-html] .hybrid-demo-inner {
	background: #fff;
	padding: 20px 35px;
}
@media screen and (max-width: 768px) {
	[data-static-html] .hybrid-demo {
		padding: 10px;
	}
	[data-static-html] .hybrid-demo-inner {
		padding: 10px 10px;
	}	
}
[data-static-html] .hybrid-demo-h1 {
	font-size: 39px;
	font-weight: bold;
	text-align: center;
	line-height: 1.46;
	color: #00125e;
	padding: 10px 0;
}
[data-static-html] .hybrid-demo-h2 {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	background: rgb(0,128,203);
	background: linear-gradient(90deg, rgb(0,128,203) 0%, rgb(147,18,114) 26%, rgb(228,0,18) 50%, rgb(245,168,0) 76%, rgb(255,240,0) 89%, rgb(142,194,31) 100%);
	color: #fff;
	margin: 25px 0 15px;
	padding: 19px 20px 13px;
}
[data-static-html] .hybrid-demo-logo {
	padding: 20px 0;
}
@media screen and (max-width: 768px) {
	[data-static-html] .hybrid-demo-h1 {
		font-size: 24px;
		padding: 5px 0;
	}
	[data-static-html] .hybrid-demo-h2 {
		font-size: 21px;
		margin: 5px 0 15px;
		padding: 9px 10px 3px;
	}
	[data-static-html] .hybrid-demo-logo {
		padding: 0 0 10px;
	}
}
[data-static-html] .hybrid-demo-contents {
	display: flex;
	justify-content: space-between;
	padding: 20px 0;
}
[data-static-html] .hybrid-demo-contents-img {
	flex: 0 1 750px;
}
[data-static-html] .hybrid-demo-contents-text {
	flex: 0 1 344px;
	padding-left: 20px;
}
[data-static-html] .hybrid-demo-contents-item {
	font-size: 18px;
	background: #eee;
	margin: 15px 0 5px;
	padding: 8px 10px 3px;
}
[data-static-html] .hybrid-demo-contents-item:first-child {
	margin-top: 0;
}
[data-static-html] .hybrid-demo-contents-p1 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.78;
	padding-left: 10px;
}
[data-static-html] .hybrid-demo-contents-p2 {
	font-size: 16px;
	line-height: 1.63;
	padding-left: 10px;
}
@media screen and (max-width: 768px) {
	[data-static-html] .hybrid-demo-contents {
		flex-flow: column;
		justify-content: start;
		padding: 20px 0 0;
	}
	[data-static-html] .hybrid-demo-contents-img {
		flex: 0 0 auto;
	}
	[data-static-html] .hybrid-demo-contents-text {
		flex: 0 0 auto;
		padding-left: 0;
		padding-top: 10px;
	}
	[data-static-html] .hybrid-demo-contents-item {
		font-size: 16px;
		margin: 15px 0 5px;
		padding: 8px 10px 3px;
	}
	[data-static-html] .hybrid-demo-contents-item:first-child {
		margin-top: 0;
	}
	[data-static-html] .hybrid-demo-contents-p1 {
		font-size: 16px;
	}
	[data-static-html] .hybrid-demo-contents-p2 {
		font-size: 14px;
	}
} }