@charset "UTF-8";

/* 見出し
------------------------------------- */
.hdg-d {
	color: #000;
}
h2.hdg-d {
	margin-bottom: 30px;
	color: #0563c1;
}

/* ボタン
------------------------------------- */
.btn-style-a, .btn-style-b, .btn-style-c {
	position: relative;
	display: inline-block;
	padding: 8px 22px 7px;
	text-align: center;
	line-height: 1.4;
	text-decoration: none !important;
	border-radius: 100vh;
	transition: background .2s;
}
.btn-style-a {
	color: #fff;
	border: 1px solid #fff;
}
.btn-style-a:hover {
	color: #transparent;
	background: #fff;
}
.btn-style-b {
	color: #fff;
	background: #0563c1;
	border: 1px solid #0563c1;
}
.btn-style-b:hover {
	color: #0563c1;
	background: transparent;
}
.btn-style-c {
	color: #0563c1;
	border: 1px solid #0563c1;
}
.btn-style-c:hover {
	color: #fff;
	background: #0563c1;
}
.lyt-btn-a .btn-style-a,
.lyt-btn-a .btn-style-b,
.lyt-btn-a .btn-style-c {
	min-width: 340px;
	padding: 10px 24px;
	font-size: 2.4rem;
}
.lyt-btn-b .btn-style-a,
.lyt-btn-b .btn-style-b,
.lyt-btn-b .btn-style-c {
	font-size: 1.4rem;
}
@media only screen and (max-width: 480px) {
	.hero-area-b .lyt-btn-a .btn-style-a {
		min-width: auto;
		width: 100%;
	}
	.lyt-btn-a .btn-style-a,
	.lyt-btn-a .btn-style-b,
	.lyt-btn-a .btn-style-c {
		min-width: auto;
		font-size: 2rem;
		width: 100%;
	}
	.lyt-btn-b .btn-style-a,
	.lyt-btn-b .btn-style-b,
	.lyt-btn-b .btn-style-c {
		font-size: 2rem;
		width: 100%;
	}
}



/* ヒーローエリア
------------------------------------- */
.hero-area-b {
	justify-content: center;
}
.hero-area-b .content {
	padding-top: 0;
}
.hero-area-b .content .main-txt > *,
.hero-area-b .content .sub-txt > * {
	background: none;
}
.hero-area-b .content .sub-txt + .main-txt {
	margin: 8px 0 0;
}
.hero-area-b .lyt-btn-a {
	justify-content: flex-start;
}
.hero-area-b .lyt-btn-a .btn-style-a {
	min-width: 280px;
	padding: 10px 24px;
	font-size: 2rem;
}
@media only screen and (min-width: 768px) {
	.hero-area-b {
		height: 420px;
	}
	.hero-area-b .visual::before {
		position: absolute;
		content: "";
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5);
	}
}
@media only screen and (max-width: 1280px) {
	.hero-area-b .content {
		padding-left: 8px;
	}
}
@media only screen and (max-width: 1000px) {
	.hero-area-b .visual > img {
		right: 0%;
		left: auto;
		transform: none;
	}
}
@media only screen and (max-width: 767px) {
	.hero-area-b .content {
		padding-left: 0;
	}
	.btn-style-a {
		color: #0563c1;
		border: 1px solid #0563c1;
	}
	.btn-style-a:hover {
		color: #fff;
		background: #0563c1;
	}
}


/* 選ばれる3つの理由
------------------------------------- */
.lyt-col-feature-a.reasons .visual {
	max-width: 180px;
	margin: 0 auto;
}
.lyt-col-feature-a.reasons .title {
	font-size: 2rem;
	margin-bottom: 8px;
}


/* 検証事例
------------------------------------- */
.lyt-item-a + h3 {
	max-width: 800px;
	margin: 80px auto 30px !important;
	font-weight: 400;
}


/* お客様の声
------------------------------------- */
.lyt-2col.customer-feedback {
	display: flex;
	justify-content: space-between;
}
.lyt-2col.customer-feedback > * {
	width: 48%;
	display: flex;
}
.lyt-2col.customer-feedback > * .visual {
	flex-shrink: 0;
	margin-right: 16px;
}
.lyt-2col.customer-feedback > * .text {
	width: 100%;
	margin-top: 0 !important;
	display: flex;
	flex-direction: column;
}
.lyt-2col.customer-feedback > * .title {
	font-size: 2.4rem;
	margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
	.lyt-2col.customer-feedback {
		flex-direction: column;
	}
	.lyt-2col.customer-feedback > * {
		width: 100%;
	}
	.lyt-2col.customer-feedback > * + * {
		margin-top: 30px;
	}
}

/* FAQ（よくあるご質問）
------------------------------------- */
.list-qa-a > dt {
	margin-bottom: 8px;
}
.list-qa-a > dt::before {
	background: #706f67;
}
.list-qa-a > dd::before {
	background: #0563c1;
}
.list-qa-a > dd + dt {
	padding-top: 0;
	border-top: none;
}

/* 資料ダウンロード
------------------------------------- */
.lyt-item-a.document-dl > .img > .img-inner {
	background: #fff;
}
.lyt-item-a.document-dl > .img img {
	padding: 40px;
}
.section.diff-bg-c + .section.diff-bg-d {
	margin-top: 80px;
}



/* お問い合わせ
------------------------------------- */
.section.contact .list-contact-a>li {
	flex-grow: 1;
}

.section.contact .list-contact-a a::before {
	display: none;
}

.section.contact .list-contact-a a {
	flex-direction: column;
	padding: 14px 24px 14px;
	width: 100%;
}

.list-contact-a a .contact-inner {
	margin-top: 20px !important;
	margin-left: 26px;
	position: relative;
	font-size: 3rem;
}

.list-contact-a a .contact-inner::before {
	display: block;
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	margin-top: -10px;
	left: -1em;
	top: 50%;
	background-image: url(//www.fujitsu.com/imgv5/common/icon/sprite2.png);
	background-position: -50px -50px;
}

@media only screen and (max-width: 767px) {
	.list-contact-a a .contact-inner {
		position: relative;
		font-size: 2rem;
	}

	.list-contact-a a .contact-inner::before {
		left: -1.2em;
	}
}