@charset "UTF-8";

/* ------------------------ */
/* for HTML style customize */
/* ------------------------ */

pre {
	overflow: auto;
	white-space: pre;
	word-wrap: normal;
	word-break: break-all;
}

/* ------------------------------------- */
/* for GIG5 with country style customize */
/* ------------------------------------- */

@media only screen and (min-width:1281px) {
	.lf-hero-hdg {
		font-size: 4.2rem;
		letter-spacing: -0.15rem;
	}
}

@media only screen and (min-width:768px) and (max-width:1280px) {
	.lf-hero-hdg {
		font-size: calc(40vw*100/1280);
		letter-spacing: -0.15rem;
	}
}

@media only screen and (max-width:767px) {
	.soft-lyt-col-catalog > li {
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
}

.list-news-a .news-content .soft-date {
	white-space: initial;
}

@media only screen and (min-width:768px) {
	ul.list-a > li > b {
		font-size: large;
	}
}

@media only screen and (max-width:767px) {
	.diff-bg-b .section-inner .lyt-panel-a .lyt-hover-a .hover-content .visual a p,
	.diff-bg-c .section-inner .lyt-panel-a .lyt-hover-a .hover-content .visual a p,
	.diff-bg-e .section-inner .lyt-panel-a .lyt-hover-a .hover-content .visual a p,
	.diff-bg-f .section-inner .lyt-panel-a .lyt-hover-a .hover-content .visual a p {
		color: #000;
	}
}

@media only screen and (max-width:767px) {
	.diff-bg-b .section-inner .lyt-panel-a .lyt-hover-a .hover-content .visual .hover-hdg,
	.diff-bg-c .section-inner .lyt-panel-a .lyt-hover-a .hover-content .visual .hover-hdg,
	.diff-bg-e .section-inner .lyt-panel-a .lyt-hover-a .hover-content .visual .hover-hdg,
	.diff-bg-f .section-inner .lyt-panel-a .lyt-hover-a .hover-content .visual .hover-hdg {
		color: #000;
	}
}

@media only screen and (min-width:769px) {
	.soft-hover-hdg {
		line-height: 100%;
	}
}

ul + div.section > div.section-inner {
	padding-top: 0;
}

@media only screen and (min-width:1000px) {
	.main-contents .soft-nav-structure-a + .section .section-inner {
		padding-top: 56px;
	}
}

@media only screen and (max-width:1000px) {
	.soft-nav-structure-a > .section-inside {
		padding-top: 40px !important;
	}
}

@media only screen and (max-width:1000px) {
	.soft-nav-structure-a > .section-inside > .nav-structure-a > .menu-btn {
		width: 100%;
	}
}

.soft-nav-structure-a {
	display: none;
}

@media only screen and (max-width: 1000px) {
	.soft-nav-structure-a {
		display: block;
	}
}

@media only screen and (max-width: 1000px) {
	.soft-nav-structure-a > .section-inside > .nav-structure-a > ul {
		width: 100%;
		position: static;
		box-shadow: none
	}
}

/* リンクボタンのセンタリング */

.soft-lyt-btn-b {
	-webkit-justify-content: center;
	justify-content: center;
}

div.section-inner > span > p {
	margin-bottom: 28px;
}

/* パンくず直下のバナーに対するマージン */

.hero-area-b:not(.diff-margin-b ~ .hero-area-b) {
	margin-top: 12px;
}

/* SNS表示用マージン */

.hero-area-b + .soft-sns-section {
	margin-top: 0px;
}

/* 要素の高さ揃え */

.soft-lyt-col-feature-a > .col {
	align-items: stretch;
	display: flex;
}

/* 要素の高さ揃え修正に伴うSub FeatureのBackground指定個所変更 */
.lyt-idx-b>* a {
	background: #fff;
}

.soft-lyt-idx-b > li {
	align-items: stretch;
	display: flex;
}

/* Attention Contents：タイプAの不具合修正 */

.lyt-panel-a .panel-visual img {
	height: 100%;
	object-fit: cover;
}

/* Sub Featureの矢印消去 */

.lyt-idx-b .soft-text-box::before {
	content: none;
}

/* -------------------------------- */
/* Compensate for FDDA.common style */
/* -------------------------------- */

/* FDDAデザインの不具合修正（色揃え） */

.nav-b {
	background-color: #dcdcdc !important;
}

@media screen and (width:768px) {
	.disp-pc {
		display:block !important;
	}
}

.main-contents .section.diff-bg-g {
	background-color: #C31B2B;
}

.main-contents .section.diff-bg-g * {
	color: #fff;
}

@media only screen and (max-width:767px) {
	.c-lyt-visual-d__visualarea {
		z-index: initial;
	}
}

@media screen and (min-width:768px) and (max-width:982px) {
	.lyt-btn-a .btn-a, .lyt-btn-a .btn-b, .lyt-btn-a .btn-c {
		min-width: unset;
	}
}

@media screen and (min-width:768px) {
	.lyt-panel-a > .lyt-idx-b > li {
		display: flex;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
	}
}

/* ----------------------------------------- */
/* for GIG5 with FDDA.common style customize */
/* ----------------------------------------- */

.c-nav-header {
	margin-top: 12px;
}

.c-nav-header.js-fixed {
	margin-top: 0 !important;
}

.c-list-services-a__title > a {
	text-decoration: none;
}

.c-list-services-a__title > a:hover,
.c-list-services-a__title > a:active,
.c-list-services-a__title > a:focus {
	text-decoration: underline;
	color: #57564f;
}

.c-lyt-keyvisual .soft-slides {
	position: relative;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}

[data-script-enabled=true] .c-lyt-keyvisual .soft-slides {
	position: absolute;
}

@media only screen and (max-width: 767px) {
	.c-lyt-keyvisual .soft-slides {
		padding-bottom: 60px;
	}
	[data-script-enabled=true] .c-lyt-keyvisual .soft-slides {
		position: relative;
	}
}

.c-lyt-keyvisual .soft-slides .btn-b {
	font-size: 2.4rem;
}

@media only screen and (max-width: 480px) {
	.c-lyt-keyvisual .soft-slides .btn-b {
		font-size: 2rem;
	}
}

.soft-c-topic-slider__slide-inner {
	padding: 0 15px;
	max-width: 330px;
	margin: 10px auto 30px;
}

.soft-c-topic-slider__slide-inner a {
	opacity: 1;
	box-shadow: 0 4px 13px 4px #cecece;
}

.soft-c-topic-slider__slide-inner a:hover,
.soft-c-topic-slider__slide-inner a:active,
.soft-c-topic-slider__slide-inner a:focus {
	box-shadow: 0 4px 13px 4px #8e8e8e;
}

.soft-c-topic-slider {
	display: flex;
	display: -moz-flex;
	display: -o-flex;
	display: -webkit-flex;
	display: -ms-flex;
	flex-direction: row;
	-moz-flex-direction: row;
	-o-flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
}

.tbl-a td.soft-font-size_follow {
	font-size: 0.85vw;
}

@media only screen and (max-width: 767px) {
	.tbl-a td.soft-font-size_follow {
		font-size: 1.2rem;
	}
}

.c-list-services-a li.soft-diff-bg-white {
	background: #fff
}

.c-lyt-visual-item-b-promotion-a__ttl-lead {
	font-size: 1.6rem;
	font-weight: normal;
}

@media only screen and (max-width: 767px) {
	.c-lyt-visual-item-b-promotion-a-wrap--nav-bottom .c-lyt-visual-item-b-promotion-a__ttl .hdg-a {
		padding: 0;
	}
}

@media only screen and (max-width: 767px) {
	.c-lyt-visual-item-b-promotion-a-wrap--nav-bottom .c-lyt-visual-item-b-promotion-a__ttl-lead {
		padding: 0;
		line-height: 1.6;
		display: block;
		margin-bottom: -48px;
	}
}

@media only screen and (max-width: 767px) {
	.c-lyt-visual-item-b-promotion-a-wrap--nav-bottom .c-lyt-visual-item-b-promotion-a__ttl .soft-hdg-a {
		padding: 16px;
		background: #595959;
	}
}

h1.hdg-a > span {
	font-size: 1.6rem;
	font-weight: normal;
	display: block;
}

.c-list-article-a__subtitle {
	display: block;
	font-size: 1.3rem;
	margin-bottom: 1rem;
}

/* キービジュアル */

@media only screen and (min-width: 768px) {
	.c-lyt-keyvisual__contents-catchcopyarea-inner > p.text-white {
		color: #fff;
	}
}

@media only screen and (min-width: 768px) {
	.c-lyt-keyvisual__contents-catchcopyarea-inner > p.dark-image {
		color: #fff;
		background: rgba(0,0,0,.4);
		padding: 0 5px;
	}
}

@media only screen and (min-width: 768px) {
	.c-lyt-keyvisual__contents-catchcopyarea-inner > p.darkness-image {
		color: #fff;
		background: rgba(0,0,0,.7);
		padding: 0 5px;
	}
}

@media only screen and (max-width: 767px) {
	.c-lyt-keyvisual__contents-catchcopyarea-inner > p.dark-image,
	.c-lyt-keyvisual__contents-catchcopyarea-inner > p.darkness-image {
		color: #000;
	}
}

@media only screen and (max-width: 767px) {
	.soft-c-lyt-keyvisual__contents {
		background: rgb(232,232,230);
	}
}

/* 機能一覧表テーブル調整 */

.soft-tbl-a-table02 th {
	font-weight: normal;
	text-align: left;
}

.soft-tbl-a-table02 thead th {
	text-align: center;
	font-weight: bold;
}

.soft-tbl-a-table02 td {
	text-align: center;
	line-height: 1;
	padding: 0.1em 1em;
}

/* 価格表テーブル調整 */

.soft-price {
	font-size: 2em;
	display: block;
	text-align: center;
}

.soft-price-unit {
	font-size: .5em;
}

.soft-price-txt {
	text-align: center;
	display: block;
}

/* カタログ・資料テーブル調整 */

.c-list-documents-a__detail-desc {
	margin-left: 1vw;
}

/* セレクタ後のリンク */

.c-topic-slider + .moreinfo {
	margin-top: 16px;
}

.main-contents .section.tile-plain-3.section-promotion-outside h2+p {
	color: #fff;
}

@media only screen and (min-width: 768px) {
	.main-contents .soft-section-inner {
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}
}

@media only screen and (max-width: 768px) {
	.main-contents .soft-section-inner {
		padding-top: 0px !important;
	}
}

@media only screen and (min-width: 768px) {
	.main-contents .soft-section-inner-non_structure {
		padding-top: 0px !important;
	}
}

.list-link-a > li > p {
	padding-left: 21px;
	margin-bottom: 2em;
}

#footer-conversion .conv-list > li.login > a[href$="/productlineup/"] {
	padding-left: 22px !important;
}

#footer-conversion .conv-list > li.login > a[href$="/productlineup/"]::before {
	background-image: none;
}

@media only screen and (max-width: 767px) {
	#footer-conversion .conv-list >li.login > a[href$="/productlineup/"]::before {
		margin-right: 0;
	}
}

#footer-conversion li.login > a[href$="/productlineup/"]::before {
	width: 0;
}

@media only screen and (max-width: 767px) {
	#footer-conversion li.login > a[href$="/productlineup/"] {
		max-width: inherit;
		font-size: 1.4rem;
	}
}

.soft-hdg-a {
	padding-top: 0;
}

.soft-lyt-col-announce-a > li img {
	width: 50%;
	margin: 0 auto 8px;
}

/* ハイパーリンク付きリスト表示の改行方法変更 */

.soft-list-link-a {
	word-break: break-all;
}

/* リスト形式の・を消去 */

.soft-list-a > li {
	padding-left: 0;
}

.soft-list-a > li:before {
	background: none;
}

/* リスト形式の・を赤に → Uvance対応で黒に */

.soft-list-a-notice > li:before {
	background: #000;
}

/* リスト形式のチェックを白に */

.soft-list-check-white > li > span::before {
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

/* お知らせ用グレーBOX */

.soft-box-important-a > dt {
	background-color: #595959;
}

.soft-box-important-a > dd {
	border: 1px solid #595959;
}

.soft-box-important-a .list-caution-a > li a {
	color: #000;
}

.soft-box-important-a .list-caution-a > li a:hover,
.soft-box-important-a .list-caution-a > li a:focus,
.soft-box-important-a .list-caution-a > li a:active {
	color: #57564f;
}

/* 総合索引（アコーディオン調整）*/

.list-a > li.soft-list-accordion-a::before {
	background: none;
}

.soft-list-accordion-a > ul.list-accordion-a > li {
	padding: 0;
	border-bottom: none;
}

.soft-list-accordion-a > ul.list-accordion-a > li > :first-child {
	color: #000;
	font-weight: normal;
}

/* 特集（カード）*/

.soft-c-list-expertise {
	margin-left: 10px;
}

.soft-c-list-expertise__item {
	border: 1px solid #d80084;
	color: #fff;
	background-color: #d80084;
}

/* ----------------------------- */
/* from GIG4 style(Useful thing) */
/* ----------------------------- */

.textsmall {
	font-size: 86%;
}

.clearfix {
	display: block;
}

.vmiddle {
	vertical-align: middle;
}

/*  Uvance対応で黒に */
.soft-notice {
	color: #000;
}

div.lay3col {
	width: 100%;
	border: none;
	margin-top: 10px;
}

div.lay3col div.col1 {
	float: left;
	width: 33%;
}

@media only screen and (max-width: 767px) {
	div.lay3col div.col1 {
		float: unset;
		width: 100%;
	}
}

div.lay3col div.col1 > div.innerblock {
	margin: 0 10px 0 0;
}

@media only screen and (max-width: 767px) {
	div.lay3col div.col1 > div.innerblock {
		margin: 0;
	}
}

div.lay3col div.col2 {
	float: left;
	width: 33%;
}

@media only screen and (max-width: 767px) {
	div.lay3col div.col2 {
		float: unset;
		width: 100%;
	}
}

div.lay3col div.col2 > div.innerblock {
	margin: 0 5px 0 5px;
}

@media only screen and (max-width: 767px) {
	div.lay3col div.col2 > div.innerblock {
		margin: 0;
	}
}

div.lay3col div.col3 {
	float: left;
	width: 33%;
}

@media only screen and (max-width: 767px) {
	div.lay3col div.col3 {
		float: unset;
		width: 100%;
	}
}

div.lay3col div.col3 > div.innerblock {
	margin: 0 0 0 10px;
}

@media only screen and (max-width: 767px) {
	div.lay3col div.col3 > div.innerblock {
		margin: 0;
	}
}

div.lay2col {
	width: 100%;
	border: none;
	margin-top: 10px;
}

div.lay2col div.col1 {
	float: left;
	width: 50%;
}

@media only screen and (max-width: 480px) {
	div.lay2col div.col1 {
		float: unset;
		width: 100%;
	}
}

div.lay2col div.col1 > div.innerblock {
	margin: 0 8px 0 0;
}

div.col1 > div.innerblock {
	padding: 0;
}

div.lay2col div.col2 {
	float: left;
	width: 50%;
}

@media only screen and (max-width: 480px) {
	div.lay2col div.col2 {
		float: unset;
		width: 100%;
	}
}

div.lay2col div.col2 > div.innerblock {
	margin: 0 1px /* This is a value to keep column width; 0 7px */;
}

div.col2 > div.innerblock {
	padding: 0;
}

div.lay2col + p,
div.lay2col + ul,
div.lay2col + ol,
div.lay2col + h2,
div.lay2col + h3,
div.lay2col + h4,
div.lay2col + h5,
div.lay2col + h6 {
	margin: 16px 0;
}

div.frm {
	margin-bottom: 2em;
	border: solid 1px #b8b8b8;
}

div.frm-grd {
	margin-bottom: 2em;
	background: #ffffff url(/jp/imagesgig5/box-bg-demo_tcm102-4101499_tcm102-2750236-32.gif) 0px 0px repeat-x;
	border: solid 1px #b8b8b8;
}

div.frm-bg {
	margin-bottom: 2em;
	background: #f2f2f2;
	border: solid 1px #b8b8b8;
}

div.frm-li {
	margin-left: 45px;
}

@media only screen and (max-width: 767px) {
	div.frm-li  {
		margin-left: 25px;
	}
}

div.bg {
	margin-bottom: 2em;
	background: #f2f2f2;
	border: solid 1px #f2f2f2;
}

div.rounded {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

div.frm > div.innerblock {
	padding: 0 15px;
	margin: 0 !important;
}

div.frm > div.innerblock > h2,
div.frm > div.innerblock > h3,
div.frm > div.innerblock > h4,
div.frm > div.innerblock > h5,
div.frm > div.innerblock > h6,
div.frm > div.innerblock > p {
	margin: 1em 0;
	word-break: break-all;
}

div.rounded div.rounded-inside {
	border: solid 1px #ffffff;
	padding: 14px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

/* ---------------------------- */
/* for Software-Extension style */
/* ---------------------------- */

span.textcenter {
	display: inline-block;
	width: 100%;
	text-align: center;
}

/* スマートデバイスでの画像縮小 */

.soft_image-mobile {
	max-width: inherit;
}

@media only screen and (max-width: 767px) {
	.soft_image-mobile {
		max-width: 50% !important;
	}
}

/* 縦方向センタリング */

.soft-vmiddle {
	display: flex;
	justify-content: center;
	align-items: center;
}

@media only screen and (max-width: 767px) {
	.soft-vmiddle {
		display: unset;
	}
}

/* お問い合わせページ用コンタクトライン表示 */

.soft-contactline-telephone {
	font-size: 6vw;
}

@media only screen and (max-width: 767px) {
	.soft-contactline-telephone {
		font-size: 4.5rem;
	}
}

.soft-contactline-name {
	font-size: 2.1vw;
}

@media only screen and (max-width: 767px) {
	.soft-contactline-name {
		font-size: unset;
	}
}

.soft-contactline-line-height {
	line-height: 3vw;
}

@media only screen and (max-width: 767px) {
	.soft-contactline-line-height {
		line-height: 3rem;
	}
}

/* PostgreSQLインサイド特集（話者名表示） */

.soft-text_first_letter {
	background: linear-gradient(transparent 70%, #f8c6c5 70%);
}

/* 製品トップページの機能用ボタン */

.soft_image-button {
	position: relative;
	display: inline-block;
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.soft_image-button {
		position: relative;
		display: inline-block;
		width: auto;
	}
}

.soft_image-button div.soft_function-titletext {
	position: absolute;
	width: 100%;
	left: 0;
	top: 55%;
	text-align: center;
	color: #3c3c35;
	font-weight: bold;
	font-size: 2.2rem;
	line-height: 2.5rem;
	padding: 0 5px;
}

.soft_image-button div.soft_function-subtext {
	position: absolute;
	width: 100%;
	left: 0;
	top: 75%;
	text-align: center;
	color: #3c3c35;
	font-weight: normal;
	font-size: 1.7rem;
	line-height: 2rem;
	padding: 0 5px;
}

@media only screen and (max-width:1599px) {
	.soft-object-fit {
		object-fit: cover;
		height: 249px;
		object-position: left;
	}
}
@media only screen and (min-width:1600px) {
	.soft-object-fit {
		object-fit: cover;
		height: auto;
		object-position: left;
	}
}

/* frm用before・after見出しバー */

.soft-frm-before {
	background-color: #57564f;
	color: #fff;
	text-align: center;
	padding: 1rem;
	margin-bottom: 1rem;
	font-size: x-large;
}

.soft-frm-after {
	background-color: #b22b30;
	color: #fff;
	text-align: center;
	padding: 1rem;
	margin-bottom: 1rem;
	font-size: x-large;
}

/* tableの行表示切替用 */

tbody.soft-row-select tr.none, tbody.soft-row-select tr.none td {
	visibility: hidden;
	display: none;
}

tbody.soft-row-select tr.visible, tbody.soft-row-select tr.visible td {
	visibility: visible;
}

label.soft-table-selector {
	cursor: pointer;
	padding-left: 30px;
	position: relative;
}

label.soft-table-selector::before, label.soft-table-selector::after {
	content: "";
	display: block;
	border-radius: 50%;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
}

label.soft-table-selector::before {
	background-color: #fff;
	border: 1px solid #b22b30;
	height: 20px;
	width: 20px;
	left: 5px;
}

label.soft-table-selector::after {
	background-color: #b22b30;
	opacity: 0;
	height: 16px;
	width: 16px;
	left: 7px;
}

input:checked + label.soft-table-selector::after {
	opacity: 1;
}

/* ボックス型ページ内アンカー */
.soft-box-anchor {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.soft-box-anchor > li {
	width: 33.333%;
	display: grid;
	padding: 0 20px;
}

@media only screen and (max-width: 1000px) {
	.soft-box-anchor > li {
		width: 50%;
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.soft-box-anchor {
		flex-direction: column;
	}
	.soft-box-anchor > li {
		width: 100%;
		padding: 0;
	}
}

.soft-box-anchor .desc {
	position: relative;
	padding: 1.5rem 2rem;
	font-weight: bold;
	border-radius: 4px;
	margin-bottom: 20px;
}

.soft-box-anchor .desc:after {
	position: absolute;
	bottom: -19px;
	left: 45%;
	width: 0;
	height: 0;
	content: '';
	border-width: 20px 20px 0 20px;
	border-style: solid;
}

.soft-box-anchor > li.red .desc {
	background: #ea0000;
}

.soft-box-anchor > li.red .desc:after {
	border-color: #ea0000 transparent transparent transparent;
}

.soft-box-anchor > li.magenta .desc {
	background: #d80084;
}

.soft-box-anchor > li.magenta .desc:after {
	border-color: #d80084 transparent transparent transparent;
}

.soft-box-anchor > li.blue .desc {
	background: #2400b0;
}

.soft-box-anchor > li.blue .desc:after {
	border-color: #2400b0 transparent transparent transparent;
}

.soft-box-anchor > li.cyan .desc {
	background: #00e7ef;
}

.soft-box-anchor > li.cyan .desc:after {
	border-color: #00e7ef transparent transparent transparent;
}

.soft-box-anchor > li.emerald .desc {
	background: #008224;
}

.soft-box-anchor > li.emerald .desc:after {
	border-color: #008224 transparent transparent transparent;
}

.soft-box-anchor > li.lime .desc {
	background: #61d600;
}

.soft-box-anchor > li.lime .desc:after {
	border-color: #61d600 transparent transparent transparent;
}

.soft-box-anchor > li.yellow .desc {
	background: #ffe700;
}

.soft-box-anchor > li.yellow .desc:after {
	border-color: #ffe700 transparent transparent transparent;
}

.soft-box-anchor > li.orange .desc {
	background: #ff8000;
}

.soft-box-anchor > li.orange .desc:after {
	border-color: #ff8000 transparent transparent transparent;
}

.soft-box-anchor > li.magenta > a,
.soft-box-anchor > li.red > a,
.soft-box-anchor > li.blue > a ,
.soft-box-anchor > li.emerald > a {
	color: #fff;
	text-decoration: none;
	display: contents;
}

.soft-box-anchor > li.cyan > a,
.soft-box-anchor > li.lime > a,
.soft-box-anchor > li.yellow > a ,
.soft-box-anchor > li.orange > a {
	color: #000;
	text-decoration: none;
	display: contents;
}

/* ---------------------------------------- */
/* Background-color supports Fujitsu Uvance */
/* ---------------------------------------- */

/* CSSグラデーションによる簡易表現 */

.diff-bg-soft-imitate-h1a {
	background: #ea0000;
	background: -moz-radial-gradient(top left, #d80084 33.3%, #ea0000 83.3%);
	background: -webkit-gradient(radial, left top, right bottom, from(#d80084), to(#ea0000));
	background: -webkit-radial-gradient(top left, #d80084 33.3%, #ea0000 83.3%);
	background: -o-radial-gradient(top left, #d80084 33.3%, #ea0000 83.3%);
	background: radial-gradient(circle at bottom right, #d80084 33.3%, #ea0000 83.3%);
}
.diff-bg-soft-imitate-h1b {
	background: #d80084;
	background: -moz-radial-gradient(top left, #ea0000 33.3%, #d80084 83.3%);
	background: -webkit-gradient(radial, left top, right bottom, from(#ea0000), to(#d80084));
	background: -webkit-radial-gradient(top left, #ea0000 33.3%, #d80084 83.3%);
	background: -o-radial-gradient(top left, #ea0000 33.3%, #d80084 83.3%);
	background: radial-gradient(circle at bottom right, #ea0000 33.3%, #d80084 83.3%);
}
.diff-bg-soft-imitate-h2a {
	background: #ea0000;
	background: -moz-radial-gradient(top left, #ff8000 33.3%, #ea0000 83.3%);
	background: -webkit-gradient(radial, left top, right bottom, from(#ff8000), to(#ea0000));
	background: -webkit-radial-gradient(top left, #ff8000 33.3%, #ea0000 83.3%);
	background: -o-radial-gradient(top left, #ff8000 33.3%, #ea0000 83.3%);
	background: radial-gradient(circle at bottom right, #ff8000 33.3%, #ea0000 83.3%);
}
.diff-bg-soft-imitate-h2b {
	background: #ff8000;
	background: -moz-radial-gradient(top left, #ea0000 33.3%, #ff8000 83.3%);
	background: -webkit-gradient(radial, left top, right bottom, from(#ea0000), to(#ff8000));
	background: -webkit-radial-gradient(top left, #ea0000 33.3%, #ff8000 83.3%);
	background: -o-radial-gradient(top left, #ea0000 33.3%, #ff8000 83.3%);
	background: radial-gradient(circle at bottom right, #ea0000 33.3%, #ff8000 83.3%);
}
.diff-bg-soft-imitate-h3a {
	background: #2400b0;
	background: -moz-radial-gradient(top left, #00e7ef 33.3%, #2400b0 83.3%);
	background: -webkit-gradient(radial, left top, right bottom, from(#00e7ef), to(#2400b0));
	background: -webkit-radial-gradient(top left, #00e7ef 33.3%, #2400b0 83.3%);
	background: -o-radial-gradient(top left, #00e7ef 33.3%, #2400b0 83.3%);
	background: radial-gradient(circle at bottom right, #00e7ef 33.3%, #2400b0 83.3%);
}
.diff-bg-soft-imitate-h3b {
	background: #00e7ef;
	background: -moz-radial-gradient(top left, #2400b0 33.3%, #00e7ef 83.3%);
	background: -webkit-gradient(radial, left top, right bottom, from(#2400b0), to(#00e7ef));
	background: -webkit-radial-gradient(top left, #2400b0 33.3%, #00e7ef 83.3%);
	background: -o-radial-gradient(top left, #2400b0 33.3%, #00e7ef 83.3%);
	background: radial-gradient(circle at bottom right, #2400b0 33.3%, #00e7ef 83.3%);
}
.diff-bg-soft-imitate-h4a {
	background: #008224;
	background: -moz-radial-gradient(top left, #61d600 33.3%, #008224 83.3%);
	background: -webkit-gradient(radial, left top, right bottom, from(#61d600), to(#008224));
	background: -webkit-radial-gradient(top left, #61d600 33.3%, #008224 83.3%);
	background: -o-radial-gradient(top left, #61d600 33.3%, #008224 83.3%);
	background: radial-gradient(circle at bottom right, #61d600 33.3%, #008224 83.3%);
}
.diff-bg-soft-imitate-h4b {
	background: #61d600;
	background: -moz-radial-gradient(top left, #008224 33.3%, #61d600 83.3%);
	background: -webkit-gradient(radial, left top, right bottom, from(#008224), to(#61d600));
	background: -webkit-radial-gradient(top left, #008224 33.3%, #61d600 83.3%);
	background: -o-radial-gradient(top left, #008224 33.3%, #61d600 83.3%);
	background: radial-gradient(circle at bottom right, #008224 33.3%, #61d600 83.3%);
}
.diff-bg-soft-imitate-h5a {
	background: #ff8000;
	background: -moz-radial-gradient(top left, #ffe700 33.3%, #ff8000 83.3%);
	background: -webkit-gradient(radial, left top, right bottom, from(#ffe700), to(#ff8000));
	background: -webkit-radial-gradient(top left, #ffe700 33.3%, #ff8000 83.3%);
	background: -o-radial-gradient(top left, #ffe700 33.3%, #ff8000 83.3%);
	background: radial-gradient(circle at bottom right, #ffe700 33.3%, #ff8000 83.3%);
}
.diff-bg-soft-imitate-h5b {
	background: #ffe700;
	background: -moz-radial-gradient(top left, #ff8000 33.3%, #ffe700 83.3%);
	background: -webkit-gradient(radial, left top, right bottom, from(#ff8000), to(#ffe700));
	background: -webkit-radial-gradient(top left, #ff8000 33.3%, #ffe700 83.3%);
	background: -o-radial-gradient(top left, #ff8000 33.3%, #ffe700 83.3%);
	background: radial-gradient(circle at bottom right, #ff8000 33.3%, #ffe700 83.3%);
}

/* 画像による表現 */

.diff-bg-soft-h1a {
	background: url(/jp/imagesgig5/img_harmony_gradation-h1a_tcm102-7079000_tcm102-2750236-32.png) no-repeat;
	background-size: cover !important;
	background-position: center;
	color: #fff;
}
.diff-bg-soft-h1b {
	background: url(/jp/imagesgig5/img_harmony_gradation-h1b_tcm102-7079002_tcm102-2750236-32.png) no-repeat;
	background-size: cover !important;
	background-position: center;
	color: #fff;
}
.diff-bg-soft-h2a {
	background: url(/jp/imagesgig5/img_harmony_gradation-h2a_tcm102-7079003_tcm102-2750236-32.png) no-repeat;
	background-size: cover !important;
	background-position: center;
	color: #fff;
}
.diff-bg-soft-h2b {
	background: url(/jp/imagesgig5/img_harmony_gradation-h2b_tcm102-7079004_tcm102-2750236-32.png) no-repeat;
	background-size: cover !important;
	background-position: center;
	color: #000;
}
.diff-bg-soft-h3a {
	background: url(/jp/imagesgig5/img_harmony_gradation-h3a_tcm102-7079005_tcm102-2750236-32.png) no-repeat;
	background-size: cover !important;
	background-position: center;
	color: #fff;
}
.diff-bg-soft-h3b {
	background: url(/jp/imagesgig5/img_harmony_gradation-h3b_tcm102-7079006_tcm102-2750236-32.png) no-repeat;
	background-size: cover !important;
	background-position: center;
	color: #000;
}
.diff-bg-soft-h4a {
	background: url(/jp/imagesgig5/img_harmony_gradation-h4a_tcm102-7079007_tcm102-2750236-32.png) no-repeat;
	background-size: cover !important;
	background-position: center;
	color: #fff;
}
.diff-bg-soft-h4b {
	background: url(/jp/imagesgig5/img_harmony_gradation-h4b_tcm102-7079008_tcm102-2750236-32.png) no-repeat;
	background-size: cover !important;
	background-position: center;
	color: #000;
}
.diff-bg-soft-h5a {
	background: url(/jp/imagesgig5/img_harmony_gradation-h5a_tcm102-7079009_tcm102-2750236-32.png) no-repeat;
	background-size: cover !important;
	background-position: center;
	color: #000;
}
.diff-bg-soft-h5b {
	background: url(/jp/imagesgig5/img_harmony_gradation-h5b_tcm102-7079010_tcm102-2750236-32.png) no-repeat;
	background-size: cover !important;
	background-position: center;
	color: #000;
}
.diff-bg-soft-e1a {
	background: url(/jp/imagesgig5/img_energy_gradation-e1a_tcm102-7078982_tcm102-2750236-32.png) no-repeat;
	background-size: cover !important;
	background-position: center;
	color: #000;
}
.diff-bg-soft-e1b {
	background: url(/jp/imagesgig5/img_energy_gradation-e1b_tcm102-7078983_tcm102-2750236-32.png) no-repeat;
	background-size: cover !important;
	background-position: center;
	color: #000;
}
.diff-bg-soft-e2a {
	background: url(/jp/imagesgig5/img_energy_gradation-e2a_tcm102-7078984_tcm102-2750236-32.png) no-repeat;
	background-size: cover !important;
	background-position: center;
	color: #000;
}
.diff-bg-soft-e2b {
	background: url(/jp/imagesgig5/img_energy_gradation-e2b_tcm102-7078985_tcm102-2750236-32.png) no-repeat;
	background-size: cover !important;
	background-position: center;
	color: #000;
}
.diff-bg-soft-e3a {
	background: url(/jp/imagesgig5/img_energy_gradation-e3a_tcm102-7078987_tcm102-2750236-32.png) no-repeat;
	background-size: cover !important;
	background-position: center;
	color: #000;
}
.diff-bg-soft-e3b {
	background: url(/jp/imagesgig5/img_energy_gradation-e3b_tcm102-7078990_tcm102-2750236-32.png) no-repeat;
	background-size: cover !important;
	background-position: center;
	color: #000;
}
.diff-bg-soft-e4a {
	background: url(/jp/imagesgig5/img_energy_gradation-e4a_tcm102-7078991_tcm102-2750236-32.png) no-repeat;
	background-size: cover !important;
	background-position: center;
	color: #000;
}
.diff-bg-soft-e4b {
	background: url(/jp/imagesgig5/img_energy_gradation-e4b_tcm102-7078992_tcm102-2750236-32.png) no-repeat;
	background-size: cover !important;
	background-position: center;
	color: #000;
}
.diff-bg-soft-e5a {
	background: url(/jp/imagesgig5/img_energy_gradation-e5a_tcm102-7078993_tcm102-2750236-32.png) no-repeat;
	background-size: cover !important;
	background-position: center;
	color: #000;
}
.diff-bg-soft-e5b {
	background: url(/jp/imagesgig5/img_energy_gradation-e5b_tcm102-7078994_tcm102-2750236-32.png) no-repeat;
	background-size: cover !important;
	background-position: center;
	color: #000;
}
.diff-bg-soft-e7a {
	background: url(/jp/imagesgig5/img_energy_gradation-e7a_tcm102-7078995_tcm102-2750236-32.png) no-repeat;
	background-size: cover !important;
	background-position: center;
	color: #fff;
}
.diff-bg-soft-e7b {
	background: url(/jp/imagesgig5/img_energy_gradation-e7b_tcm102-7078996_tcm102-2750236-32.png) no-repeat;
	background-size: cover !important;
	background-position: center;
	color: #000;
}
.diff-bg-soft-e8a {
	background: url(/jp/imagesgig5/img_energy_gradation-e8a_tcm102-7078997_tcm102-2750236-32.png) no-repeat;
	background-size: cover !important;
	background-position: center;
	color: #fff;
}
.diff-bg-soft-e8b {
	background: url(/jp/imagesgig5/img_energy_gradation-e8b_tcm102-7078998_tcm102-2750236-32.png) no-repeat;
	background-size: cover !important;
	background-position: center;
	color: #fff;
}
.diff-bg-soft-e9a {
	background: url(/jp/imagesgig5/img_energy_gradation-e9a_tcm102-7079001_tcm102-2750236-32.png) no-repeat;
	background-size: cover !important;
	background-position: center;
	color: #fff;
}
.diff-bg-soft-e9b {
	background: url(/jp/imagesgig5/img_energy_gradation-e9b_tcm102-7078999_tcm102-2750236-32.png) no-repeat;
	background-size: cover !important;
	background-position: center;
	color: #fff;
}

/* L&F */
/* メインビジュアルとの余白調整 */
.b-lf-header-a {
	display: flex;
	align-items: center;
	min-height: 260px;
	max-height: 450px;
	margin-top: 16px;
	background-repeat: no-repeat;
	background-position: left top -30vw;
	background-size: 100% auto;
	color: #fff;
}

.b-lf-header-a.b-lf-rd-mg {background-image: url(/jp/imagesgig5/img_harmony_gradation-h1a_tcm102-7079000_tcm102-2750236-32.png);}
.b-lf-header-a.b-lf-rd-or {background-image: url(/jp/imagesgig5/img_harmony_gradation-h2a_tcm102-7079003_tcm102-2750236-32.png);}
.b-lf-header-a.b-lf-bl-cy {background-image: url(/jp/imagesgig5/img_harmony_gradation-h3a_tcm102-7079005_tcm102-2750236-32.png);}
.b-lf-header-a.b-lf-em-lm {background-image: url(/jp/imagesgig5/img_harmony_gradation-h4a_tcm102-7079007_tcm102-2750236-32.png);}
.b-lf-header-a.b-lf-or-yl {background-image: url(/jp/imagesgig5/img_harmony_gradation-h5a_tcm102-7079009_tcm102-2750236-32.png);}
.b-lf-header-a.b-lf-cy-yl {background-image: url(/jp/imagesgig5/img_energy_gradation-e1a_tcm102-7078982_tcm102-2750236-32.png);}
.b-lf-header-a.b-lf-lm-cy {background-image: url(/jp/imagesgig5/img_energy_gradation-e2a_tcm102-7078984_tcm102-2750236-32.png);}
.b-lf-header-a.b-lf-cy-mg {background-image: url(/jp/imagesgig5/img_energy_gradation-e3a_tcm102-7078987_tcm102-2750236-32.png);}
.b-lf-header-a.b-lf-rd-yl {background-image: url(/jp/imagesgig5/img_energy_gradation-e4a_tcm102-7078991_tcm102-2750236-32.png);}
.b-lf-header-a.b-lf-or-mg {background-image: url(/jp/imagesgig5/img_energy_gradation-e5a_tcm102-7078993_tcm102-2750236-32.png);}
.b-lf-header-a.b-lf-em-cy {background-image: url(/jp/imagesgig5/img_energy_gradation-e7a_tcm102-7078995_tcm102-2750236-32.png);}
.b-lf-header-a.b-lf-bl-rd {background-image: url(/jp/imagesgig5/img_energy_gradation-e8a_tcm102-7078997_tcm102-2750236-32.png);}
.b-lf-header-a.b-lf-bl-em {background-image: url(/jp/imagesgig5/img_energy_gradation-e9a_tcm102-7079001_tcm102-2750236-32.png);}

.b-lf-header-a.b-lf-or-yl,
.b-lf-header-a.b-lf-cy-yl,
.b-lf-header-a.b-lf-lm-cy {
	color: #000;
}

.b-lf-header-a .b-lf-header-inner {
	width: 100%;
	max-width: 1296px;
	margin-left: auto;
	margin-right: auto;
	padding: 24px 8px;
}

.b-lf-header-a .b-lf-header-main {
	font-weight: 700;
	font-size: 4.5rem;
	line-height: 1.25;
}

.b-lf-header-a .b-lf-header-sub {
	font-weight: 700;
}

.b-lf-header-a p.b-lf-header-sub + .b-lf-header-main,
.b-lf-header-a .b-lf-header-main + .b-lf-header-sub,
.b-lf-header-a .b-lf-header-desc,
.b-lf-header-a p.b-lf-header-sub + .b-lf-header-desc {
	margin-top: 10px;
}

.b-lf-header-a .b-lf-header-link,
.b-lf-header-a .b-lf-header-desc p + .b-lf-header-link {
	margin-top: 20px;
}

@media only screen and (max-width:1280px) {
	.b-lf-header-a .b-lf-header-main {
		font-size: calc(45vw*100/1280);
	}
	.b-lf-header-a .b-lf-header-sub,
	.b-lf-header-a .b-lf-header-desc {
		font-size: 1.4rem;
	}
}

@media only screen and (max-width:1000px) {
	.b-lf-header-a {
		min-height: calc(260vw*100/1000);
	}
}

@media only screen and (min-width:768px) {
	.b-lf-header-a:not(.b-txt-full) {
		background-position: left bottom -9vw;
		background-size: 116% auto;
	}
	.b-lf-header-a:not(.b-txt-full).b-lf-rd-mg {background-image: url(/jp/imagesgig5/img_harmony_background-h1t1_tcm102-7189137_tcm102-2750236-32.png);}
	.b-lf-header-a:not(.b-txt-full).b-lf-rd-or {background-image: url(/jp/imagesgig5/img_harmony_background-h2t1_tcm102-7189138_tcm102-2750236-32.png);}
	.b-lf-header-a:not(.b-txt-full).b-lf-bl-cy {background-image: url(/jp/imagesgig5/img_harmony_background-h3t1_tcm102-7189139_tcm102-2750236-32.png);}
	.b-lf-header-a:not(.b-txt-full).b-lf-em-lm {background-image: url(/jp/imagesgig5/img_harmony_background-h4t1_tcm102-7189140_tcm102-2750236-32.png);}
	.b-lf-header-a:not(.b-txt-full).b-lf-or-yl {background-image: url(/jp/imagesgig5/img_harmony_background-h5t1_tcm102-7189141_tcm102-2750236-32.png);}
	.b-lf-header-a:not(.b-txt-full).b-lf-cy-yl {background-image: url(/jp/imagesgig5/img_energy_background-e1t1_tcm102-7188131_tcm102-2750236-32.png);}
	.b-lf-header-a:not(.b-txt-full).b-lf-lm-cy {background-image: url(/jp/imagesgig5/img_energy_background-e2t1_tcm102-7188132_tcm102-2750236-32.png);}
	.b-lf-header-a:not(.b-txt-full).b-lf-cy-mg {background-image: url(/jp/imagesgig5/img_energy_background-e3t1_tcm102-7189130_tcm102-2750236-32.png);}
	.b-lf-header-a:not(.b-txt-full).b-lf-rd-yl {background-image: url(/jp/imagesgig5/img_energy_background-e4t1_tcm102-7189131_tcm102-2750236-32.png);}
	.b-lf-header-a:not(.b-txt-full).b-lf-or-mg {background-image: url(/jp/imagesgig5/img_energy_background-e5t1_tcm102-7189132_tcm102-2750236-32.png);}
	.b-lf-header-a:not(.b-txt-full).b-lf-em-cy {background-image: url(/jp/imagesgig5/img_energy_background-e7t1_tcm102-7189133_tcm102-2750236-32.png);}
	.b-lf-header-a:not(.b-txt-full).b-lf-bl-rd {background-image: url(/jp/imagesgig5/img_energy_background-e8t1_tcm102-7189135_tcm102-2750236-32.png);}
	.b-lf-header-a:not(.b-txt-full).b-lf-bl-em {background-image: url(/jp/imagesgig5/img_energy_background-e9t1_tcm102-7189136_tcm102-2750236-32.png);}
	.b-lf-header-a:not(.b-txt-full).b-lf-cy-mg,
	.b-lf-header-a:not(.b-txt-full).b-lf-or-mg {
		color: #000;
	}
}

@media only screen and (max-width:767px) {
	.b-lf-header-a {
		max-height: none;
		min-height: 33vw;
		background-position: right center;
		background-size: cover;
	}
	.b-lf-header-a.b-lf-rd-or,
	.b-lf-header-a.b-lf-bl-cy,
	.b-lf-header-a.b-lf-em-lm,
	.b-lf-header-a.b-lf-cy-mg,
	.b-lf-header-a.b-lf-rd-yl,
	.b-lf-header-a.b-lf-or-mg,
	.b-lf-header-a.b-lf-em-cy {
		background-position: left center;
		background-size: 140% 140%;
	}
	.b-lf-header-a .b-lf-header-inner {
		padding: 20px 16px;
	}
	.b-lf-header-a .b-lf-header-main {
		font-size: 3.5rem;
	}
}
