@charset "UTF-8";

.mw900 {
	margin-right: auto !important;
	margin-left: auto !important;
	max-width: 900px;
	width: 100%;
}


/* H1
----------------------------------------------- */
.hdg-a-wrapper .hdg-a span {
	display: block;
	margin-bottom: 5px;
	font-size: 0.6em;
	line-height: 1.3;
}


/* メインビジュアル
----------------------------------------------- */
.c-lyt-keyvisual .c-lyt-keyvisual__titlearea .c-lyt-keyvisual__titlearea-catch {
	display: block;
	margin-top: 30px;
	padding: 4px 10px;
	color: #fff;
	font-weight: bold;
	background: #a30b1a;
}

.c-lyt-keyvisual .c-lyt-keyvisual__titlearea .c-lyt-keyvisual__titlearea-title {
	font-size: 3.0rem;
}

@media only screen and (min-width: 768px) and (max-width: 950px) {
	.c-lyt-keyvisual .c-lyt-keyvisual__titlearea .c-lyt-keyvisual__titlearea-title {
		font-size: 2.8rem;
	}
}

@media only screen and (max-width: 767px) {
	.c-lyt-keyvisual .c-lyt-keyvisual__titlearea {
		padding-top: 0;
	}

	.c-lyt-keyvisual .c-lyt-keyvisual__titlearea .c-lyt-keyvisual__titlearea-catch {
		margin-top: 0;
	}
}


/* ページ内リンク
----------------------------------------------- */
.js-nav-fixed {
	background: #dad9d5;
}

.js-nav-fixed.is-fixed .nav-b ul {
	margin: 0 auto;
	width: 100% !important;
	max-width: 1280px;
}

@media only screen and (min-width: 1294px) {
	.js-nav-fixed .nav-b ul > li:first-child::after {
		display: block;
		position: absolute;
		content: "";
		top: 50%;
		left: 0;
		width: 1px;
		height: 32px;
		margin-top: -16px;
		background: #b1b1ac;
	}

	.js-nav-fixed.is-fixed .nav-b ul > li:last-child::before {
		display: block;
	}
}

@media only screen and (max-width: 1293px) {
	.js-nav-fixed .nav-b ul > li:last-child::before {
		display: none;
	}
}

@media only screen and (max-width: 1000px) {
	.js-nav-fixed .nav-b .nav-b-inner {
		margin: 0;
	}
}

@media only screen and (min-width: 768px) {
	.js-nav-fixed .nav-b ul > li {
		padding: 0 10px;
		width: 16.6666%;
		white-space: normal;
	}
}


/* ご紹介動画
----------------------------------------------------- */
.lyt-col-a.movie-btn {
	margin: 0 auto;
	max-width: 1100px;
}

@media only screen and (max-width:1100px){
	.lyt-col-a.movie-btn > li {
		width: 100%;
	}
}


/* ボックス高さ揃え
----------------------------------------------- */
.lyt-col-a.flex > li,
.lyt-img-b.flex > li {
	display: flex;
}

.lyt-col-a.flex > li > .box-a,
.lyt-img-b.flex > li > .box-a {
	flex: 1 1 auto;
}


/* タブ
----------------------------------------------------- */
.tab-a .lists {
	padding-top: 0;
	height: auto;
}


/* 監査への対応力と実績
----------------------------------------------------- */
.lyt-img-b.flex.audit {
	margin-left: -45px;
}

.lyt-img-b.flex.audit > li {
	padding-left: 45px;
}

.lyt-img-b.flex.audit > li > .box-a {
	display: flex;
	flex-flow: column;
	width: 100%;
}

.lyt-img-b.flex.audit > li > .box-a > p {
	flex: 0 0 auto;
}


/* 削減ボックス
----------------------------------------------------- */
.lyt-img-b.reduction > li > .box-a {
	padding: 0;
}

#main .lyt-img-b.reduction > li > .box-a .hdg-d {
	padding: 7px 15px;
	color: #fff !important;
	background: #000;
}

.lyt-img-b.reduction > li > .box-a p {
	margin: 0 15px;
}

.lyt-img-b.reduction > li > .box-a p .diff-color-a {
	font-size: 1.2em;
}

.lyt-img-b.reduction > li > .box-a p .diff-color-a span {
	font-size: 1.4em;
}


/* アコーディオン
----------------------------------------------------- */
.section .list-accordion-a.emp-list > li > h3 {
	margin: 14px 0;
}

.section .list-accordion-a.emp-list > li:first-child > h3 {
	margin-top: 0;
}

.section .list-accordion-a.emp-list > li > h3 > .toggle-hook {
	padding: 0;
	display: flex;
	width: 100%;
	text-align: left;
}

.section .list-accordion-a.emp-list > li > h3 > .toggle-hook .diff-color-a {
	flex: 0 0 auto;
	width: 2.8em;
}

[data-script-enabled=true] .section .list-accordion-a.emp-list > li.is-open > h3 > .toggle-hook::after {
	display: none;
}

[data-script-enabled=true] .section .list-accordion-a.emp-list > li.is-close > h3 > .toggle-hook::after {
	width: 2px;
	height: 20px;
	margin-top: -9px;
	left: 9px;
}

[data-script-enabled=true] .section .list-accordion-a.emp-list > li > h3 > .toggle-hook {
	padding: 0 0 0 34px;
	position: relative;
}

[data-script-enabled=true] .section .list-accordion-a.emp-list > li > h3 > .toggle-hook::before,
[data-script-enabled=true] .section .list-accordion-a.emp-list > li > h3 > .toggle-hook::after {
	display: block;
	position: absolute;
	content: "";
	left: 0;
	top: .6em;
	background: #706f67;
	width: 20px;
	height: 2px;
}

.section .list-accordion-a.emp-list > li > .toggle-content {
	margin-bottom: 20px;
}

.section .list-accordion-a.emp-list > li > .toggle-content > li > *:first-child {
	margin-top: 0 !important;
}

.section .list-accordion-a.emp-list + * {
	margin-top: 40px;
}

@media only screen and (max-width: 767px) {
	.section .list-accordion-a.emp-list + * {
		margin-top: 26px;
	}
}


/* テーブル
----------------------------------------------------- */
.support-tbl {
	border-collapse: separate;
	margin: 0 auto;
	max-width: 1050px;
}
.support-tbl th {
	background: #666 !important;
	color: #fff;
	border: none;
}
.support-tbl th:first-child {
	width: 40% !important;
}

.support-tbl td {
	border: none;
}

.support-tbl tbody tr td {
	background: #eee;
}

.support-tbl tbody tr td.dark {
	background: #ccc;
}


/* お問い合わせ・ご相談
----------------------------------------------- */
.section.inquiry .list-contact-a.diff-equality .tel {
	display: inline-block;
	position: relative;
	padding-left: 30px;
	font-size: 3.5rem;
	font-weight: bold;
}

.section.inquiry .list-contact-a.diff-equality .tel::before {
	display: block;
	content: "";
	position: absolute;
	background: url(//www.fujitsu.com/imgv5/common/icon/sprite2.png) no-repeat -56px -25px;
	width: 20px;
	height: 20px;
	top: 13px;
	left: 0;
}

.section.inquiry .list-contact-a.diff-equality li h3 {
	margin-bottom: 5px;
	font-size: 1.8rem;
}

.section.inquiry .list-contact-a > li:not([class*="type-"]) a::before {
	display: none;
}

.section.inquiry .list-contact-a.diff-equality .type-tel a {
	padding-left: 24px;
	text-align: center;
}

.section.inquiry .list-contact-a.diff-equality .type-tel a::before {
	background-image: none;
}

.section.inquiry .list-contact-a.diff-equality .type-tel .contact-inner {
	margin: 0 auto;
}

.section.inquiry .list-contact-a.diff-equality .type-tel .contact-inner .tel img {
	margin-right: 10px;
	vertical-align: middle;
}

.section.inquiry .list-contact-a.diff-equality p.notes {
	margin-top: 5px !important;
	font-size: 1.2rem;
	line-height: 1.6;
}

@media only screen and (min-width:1000px){
	.section.inquiry .list-contact-a.diff-equality br.br-text {
		display: none;
	}
}

@media only screen and (max-width:850px){
	.section.inquiry .list-contact-a.diff-equality .tel {
		font-size: 3rem;
	}

	.section.inquiry .list-contact-a.diff-equality .tel::before {
		top: 10px;
	}
}

@media only screen and (min-width:768px){
	.section.inquiry .list-contact-a.diff-equality > li:nth-child(1) {
		width: 50%;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-right: 40px;
		border-right: solid 1px #c6c6c0;
	}

	.section.inquiry .list-contact-a.diff-equality > li:nth-child(2) {
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 40px;
		width: 50%;
	}
}

@media only screen and (min-width:481px) and (max-width:767px){
	.section.inquiry .list-contact-a.diff-equality br.br-text {
		display: none;
	}
}


/* CTA Follow Type
----------------------------------------------- */
#footer-conversion li.conversion > a.register {
	padding-left: 22px;
}

#footer-conversion li.conversion > a.register::before {
	background: none;
}

@media only screen and (max-width:767px){
	#footer-conversion li.conversion > a.register {
		padding-left: 0;
	}
}