<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* トップページ, 検索ページ
---------------------------------*/
/* 見出し */
h1.hdg-a {
	font-weight: 600;
	margin: 0 auto 30px;
	line-height: 1;
}
h1.hdg-a span {
	margin-left: 1em;
	font-size: 1.6rem;
}

h1.hdg-a span.sub {
	font-weight: 400;
}

@media only screen and (max-width: 480px) {
	h1.hdg-a span {
		display: block;
		margin-top: 10px;
		margin-left: 0;
	}
}
h2.hdg-d {
	color: #000 !important;
}

/* セクション */
.section-inner.narrow {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}

.section.diff-bg-article .section-inner {
	padding-top: 0 !important;
	overflow: hidden;
}

/* 記事パネル */
.list-article {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
	margin-right: -10px;
	margin-left: -10px;
	width: calc(100% + 20px);
}
@media only screen and (max-width: 480px) {
	.list-article {
		display: block;
		width: 100%;
	}
}
.list-article_item {
	margin: 30px 10px 0;
	width: calc((100% - 80px) / 4 - 0.01px);
	background-color: #fff;
}
@media only screen and (max-width: 480px) {
	.list-article_item {
		width: 100%;
	}
}
.list-article_link {
	text-decoration: none !important;
	transition: inherit;
}
.list-article_image {
	position: relative;
	overflow: hidden;
}
.list-article_image .img {
	transition: 0.2s;
}
.list-article_image .img:hover {
	transform: scale(1.1);
}
.list-label {
	position: absolute;
	min-width: 54%;
	top: 0;
	right: 0;
	font-size: 1.3rem;
	color: #fff;
	background-color: rgba(36, 0, 176, 0.8);
	padding: .5em 10px 0.4em;
	text-align: center;
}
.list-date {
	margin-top: 14px;
	color: #525152;
	text-align: right;
	font-size: 1.4rem;
	line-height: 1;
}
.list-article_title {
	margin-top: 10px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.4;
}

a.list-article_link .list-date,
a.list-article_link .list-article_title {
	transition: 0.3s;
	opacity: 1;
}
a:hover.list-article_link .list-dater,
a:hover.list-article_link .list-article_title {
	opacity: 0.7;
}
.area-article-button {
	margin-top: 60px;
}
.area-article-button .btn-a {
	padding: 20px 0;
	border-color: #808181;
	background-color: #fff;
	color: #000 !important;
	font-size: 1.6rem;
}
.area-article-button .btn-a:hover {
	border-color: #d80084;
	background-color: #d80084;
	color: #fff !important;
}
/*.area-article-button .btn-a:active,
.area-article-button .btn-a:focus {
	background-color: #fff;
}*/
.area-article-button .btn-a::before {
	border-color: #000;
}
.area-article-button .btn-a::before {
	right: auto;
	left: 20px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	transform: rotate(135deg);
	margin-top: -6px;
}
.area-article-button .btn-a:hover::before {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}


/* トップページ
---------------------------------*/
/* 外部サイトリンク(経営改革ライブラリー, Facebook, Youtube) */
.external-link.lyt-idx-a &gt; * {
	padding-bottom: 0;
}
.external-link.lyt-idx-a &gt; * a {
	padding: 20px 16px;
	border-radius: 4px;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.external-link.lyt-idx-a &gt; * a:hover {
	box-shadow: 0 0 20px rgba(0,0,0,.2);
}
.external-link.lyt-idx-a &gt; * a.mailregist {
	background: #a10f1f;
	color: #fff;
}
.external-link.lyt-idx-a &gt; * a.facebook {
	position: relative;
	padding-left: 110px;
}
.external-link.lyt-idx-a &gt; * a.facebook::after {
	display: inline-block;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 16px;
	margin: auto;
	width: 80px;
	height: 80px;
	background-image: url(/jp/group/fjm/imagesgig5/f_logo_tcm173-4727922_tcm173-2750236-32.png);
	background-size: contain;
}
.external-link.lyt-idx-a &gt; * a.youtube {
	position: relative;
	padding-left: 110px;
}
.external-link.lyt-idx-a &gt; * a.youtube::after {
	display: inline-block;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 16px;
	margin: auto;
	width: 80px;
	height: 80px;
	background-image: url(/jp/group/fjm/imagesgig5/y_logo_tcm173-6601040_tcm173-2750236-32.png);
	background-size: contain;
}
.external-link.lyt-idx-a &gt; * a h3 {
	margin-bottom: 0.35em;
	font-size: 2.4rem;
	font-weight: 400;
	line-height: 1;
}
.external-link.lyt-idx-a &gt; * a h3 span {
	display: inline-block;
	padding: 0.2em 0.4em 0em;
	font-size: 1.6rem;
	color: #a10f1f;
	border-radius: 2px;
	background: #c7c9ca;
	white-space: nowrap;
}

/* 人気記事ランキング */
.article-ranking {
	max-width: 1240px;
	padding-left: 0;
	margin: 20px auto 0;
	display: flex;
	justify-content: space-between;
}
@media only screen and (max-width: 480px) {
	.article-ranking {
		display: block;
	}
}
.article-ranking &gt; li + li {
	margin-top: 0;
}
.article-ranking &gt; li {
	counter-increment: num;
	display: flex;
	width: 19%;
}
@media only screen and (max-width: 480px) {
	.article-ranking &gt; li {
		width: 100%;
	}
	.article-ranking &gt; li:not(:first-child) {
		margin-top: 20px;
	}
}
.article-ranking &gt; li::before {
	display: block;
	width: 1.8em;
	text-align: center;
	content: counter(num,decimal);
	background: #2400b0;
	color: #fff;
	align-self: flex-start;
}
.article-ranking &gt; li &gt; .item {
	display: block;
	padding-left: 10px;
}
.article-ranking a {
	text-decoration: none;
}
.article-ranking a:hover {
	text-decoration: underline;
}

/* トレンド */
@media only screen and (max-width: 768px) {
	.trend .lyt-panel-a {
		background: #595959;
	}
}

/* イベント・セミナーレポート */
.lyt-idx-a &gt; * a {
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.lyt-idx-a &gt; * a:hover,
.lyt-idx-a &gt; * a:active,
.lyt-idx-a &gt; * a:focus {
	box-shadow: 0 0 20px rgba(0,0,0,.2);
}
.event-list {
	margin-top: 50px !important;
}

/* 特集 */
.special .lyt-idx-b &gt; * a:hover {
	border: 1px solid #d80084;
	background: #d80084;
}
.special .lyt-idx-b &gt; * a:hover .text-box::before {
	border-top: 2px solid #d80084;
	border-right: 2px solid #d80084;
}

/* ダウンロード資料 */
.lyt-item-a.is-img-l.download {
	max-width: 1000px;
	margin: 0 auto;
}
.lyt-item-a.download &gt; .item {
	padding-top: 56px;
}
.lyt-item-a.is-img-l.download .lyt-btn-a .btn-b::before {
	display: none;
}
@media only screen and (min-width: 481px) {
	.lyt-item-a.is-img-l.download .lyt-btn-a .btn-b {
		min-width: 380px;
	}
}

/* ダウンロード資料 */
.lyt-btn-a.bottom-link &gt; li {
	width: 45%;
}

/* スライダー 共通 */
.slider-container {
	position: relative;
	opacity: 0;
	transition: 1s;
}
.slider-container.initialized {
	opacity: 1;
}
.slider {
	overflow: hidden;
}
.slick-list {
	/* margin-right: -26px; 20220803削除 */
}
.slider-arrow {
	position: absolute;
	display: inline-block;
	top: 50%;
	height: 46px;
	margin-top: -23px;
	color: #bd77f2;
	line-height: 0;
	cursor: pointer;
	z-index: 10;
	vertical-align: middle;
	text-decoration: none;
}
.slider-arrow::before,
.slider-arrow::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.slider-arrow.slider-prev::after {
	width: 32px;
	height: 32px;
	border-left: 3px solid #000;
	border-bottom: 3px solid #000;
	transform: rotate(45deg);
}
.slider-arrow.slider-next::after {
	width: 32px;
	height: 32px;
	border-top: 3px solid #000;
	border-right: 3px solid #000;
	transform: rotate(45deg);
}
.slider-prev {
	left: 16px;
}
.slider-next {
	right: 48px;
}
.slick-slide {
	/* margin-right: 26px; 20220803修正*/
	margin: 0 13px;
}
.slick-dots {
	justify-content: center;
}
.slick-dots li {
	margin-top: -20px;
	width: 8px;
	height: 8px;
}
.slick-dots li:not(:last-child) {
	width: 20px;
}
.slick-dots li button {
	width: 8px;
	height: 8px;
}
/*
.slick-dots li button::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 8px;
	height: 8px;
	border: 2px solid #000;
	background: #000;
	border-radius: 50%;
}*/
.slick-dots li.slick-active button:before {
	background: #fff;
	border: 2px solid #000;
}
.slick-dots li button:focus {
	outline: none;
}

/* スライダー ピックアップコンテンツ 20220803削除 */
/* .feature .section-inner {
	padding-bottom: 0 !important;
	margin-bottom: -20px;
}
.feature .slider .pannel {
	position: relative;
}
.feature .slider .pannel a {
	width: 100%;
	text-decoration: none !important;
}
@media only screen and (max-width: 820px) {
	.feature .slider .pannel a {
		display: flex;
		flex-direction: column;
	}
}
.feature .slider .pannel .img img.pc {
}
.feature .slider .pannel .img img.sp {
	display: none;
}
@media only screen and (max-width: 480px) {
	.feature .slider .pannel .img img.pc {
		display: none;
	}
	.feature .slider .pannel .img img.sp {
		display: block
	}
}
.feature .slider .pannel .img {
	overflow: hidden;
}
.feature .slider .pannel .img &gt; img {
	transition: 0.5s;
}
.feature .slider .pannel .img &gt; img:hover {
	transform: scale(1.05);
}
.feature .slider .pannel .text {
	position: absolute;
	display: block;
	width: 820px;
	padding: 20px 40px 36px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: #fff;
}
@media only screen and (max-width: 820px) {
	.feature .slider .pannel .text {
		position: relative;
		width: 100%;
		padding: 20px 16px 36px;
		margin: 0;
	}
}
@media only screen and (max-width: 480px) {
	.feature .slider .pannel .text {
		padding: 10px 0 36px;
	}
}
.feature .slider .pannel .text h3 {
	margin-top: 0 !important;
	margin-bottom: 10px;
	font-size: 2.4rem;
	line-height: 1.4;
}
@media only screen and (max-width: 480px) {
	.feature .slider .pannel .text h3 {
		margin-bottom: 0;
	}
}
.feature .slider .pannel .text .subhead {
	margin-bottom: 4px;
	color: #a10f1f;
}
@media only screen and (max-width: 480px) {
	.feature .slider .pannel .text .subhead {
		margin-bottom: 0;
	}
}
.feature .slider .pannel .text .desc {
	font-size: 1.4rem;
}
.feature .slider .pannel .list-label {
	min-width: 15%;
}
@media only screen and (max-width: 480px) {
	.feature .slider .pannel .list-label {
		min-width: 55%;
	}
}

@media only screen and (max-width: 480px) {
	.feature .slider-arrow {
		top: 25%;
	}
} */


/* ヒーローエリア スライダー 20220803作成 */
.hero-section {
	width: 100%;
}
.hero-section a {
	text-decoration: none;
}
.hero-section .slick-slide {
	margin: 0;
}
.hero-section .slider-next {
	right: 28px;
}
.hero-section .slider-arrow::after {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	border-width: 0 3px 3px 0;
	border-color: #fff;
	border-style: solid;
}
.hero-section .slider-arrow.slider-prev::after {
	transform: rotate(135deg);
}
.hero-section .slider-arrow.slider-next::after {
	transform: rotate(-45deg);
}
.hero-section .slick-dots {
	position: absolute;
	display: flex !important;
	bottom: 30px;
	left: calc((100% - 1280px)/2);
	transform: none;
}
@media only screen and (max-width: 1280px) {
	.hero-section .slick-dots {
		left: 8px;
	}
}
.hero-section .slick-dots li {
	width: 10px;
	height: 10px;
	margin: 0 5px;
}
.hero-section .slick-dots li button {
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: rgba(255,255,255,.5);
}
.hero-section .slick-dots li.slick-active button {
	background: #fff;
}
.hero-section .slick-dots li button::before {
	content: none;
}
@media only screen and (min-width: 1601px) {
	.hero-section a .lf-hero-visual img {
	transition: .6s ease;
	}
	.hero-section a:hover .lf-hero-visual img {
	opacity: 0.7;
	transform: perspective(500px) translateZ(10px) translateY(-50%);
}
}
@media only screen and (min-width: 769px) and (max-width:1600px) {
	.hero-section a .lf-hero-visual img {
		transition: .6s ease;
	}
	.hero-section a:hover .lf-hero-visual img {
		opacity: 0.7;
		transform: perspective(500px) translateZ(10px) translateX(50%) translateY(-50%);
	}
}

@media only screen and (min-width: 1281px) {
	.hero-section .lf-hero-contents-inner {
		width: 410px;
		margin-right: 230px;
	}
	.hero-section .lf-hero-hdg {
		font-size: 3.2rem;
	}
}
@media only screen and (max-width: 1280px) {
	.hero-section .lf-hero-contents-inner {
		margin-right: calc(230vw*100/1280);
	}
	.hero-section .lf-hero-hdg {
		font-size: calc(32vw*100/1280);
	}
}

@media only screen and (min-width: 1001px) {
	.hero-section .lf-hero-visual {
		height: 420px;
		background: #000;
	}
}
@media only screen and (max-width: 1000px) {
	.hero-section .lf-hero-visual {
		height: calc(420vw*100/1000);
	}
}
@media only screen and (max-width: 767px) {
	.hero-section .slick-dots {
		display: none !important;
	}
	.hero-section .slider-arrow {
		top: 73%;
	}
	.hero-section .lf-hero-contents {
		min-height: 46vw;
		height: 305px;
	}
}
@media only screen and (min-width: 768px) {
	.hero-section .slider-arrow {
		display: none !important;
	}
	.hero-section .lf-hero-a {
		max-height: 420px;
	}
}
@media only screen and (max-width: 767px) {
	.hero-section .lf-hero-hdg {
		font-size: 3rem;
	}
}
@media only screen and (max-width: 480px) {
	.hero-section .lf-hero-hdg {
		font-size: calc(30vw*100/480);
	}
}

/* スライダー おすすめ情報 */
.recommend .section-inner {
	padding: 40px 0 20px !important;
}

.recommend .slider-container {
	max-width: 1100px;
	margin: 20px auto 0 !important;
}
.recommend .slider {
	margin: 0 60px;
}
@media only screen and (max-width: 480px) {
	.recommend .slider {
		margin: 0 40px;
	}
}
.recommend .slider .pannel a {
	width: 100%;
	text-decoration: none !important;
	display: flex;
	flex-direction: column;
}
.recommend .slider .pannel .img {
	overflow: hidden;
}
.recommend .slider .pannel .img &gt; img {
	transition: 0.2s;
}
.recommend .slider .pannel .img &gt; img:hover {
	transform: scale(1.1);
}
.recommend .slider .pannel .text {
	padding: 24px 8px 0;
}
@media only screen and (max-width: 480px) {
	.recommend .slider .pannel .text {
		padding: 24px 0 0;
	}
}
.recommend .slider .pannel .text .desc {
	line-height: 1.4;
}
.recommend .slick-dots {
	margin-top: 20px;
}
.recommend .slick-dots li {
	margin-top: 0;
}
.recommend .slider-arrow {
	top: 30%;
}
@media only screen and (max-width: 768px) {
	.recommend .slider-arrow {
		top: 35%;
	}
}
@media only screen and (max-width: 480px) {
	.recommend .slider-arrow {
		top: 40%;
	}
}


/* 検索ページ
---------------------------------*/
.wrapper-article-button {
	padding: 16px 16px 16px 16px;
	margin: 30px auto 0;
	background: #f3f3f3;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.wrapper-article-button {
		padding: 10px 16px;
		flex-direction: column;
	}
}
.wrapper-article-button &gt; h3 {
	margin-right: 4.8rem;
	flex-shrink: 0;
	font-size: 2.4rem;
}
@media only screen and (max-width: 767px) {
	.wrapper-article-button &gt; h3 {
		width: auto;
		margin-right: 0;
	}
}
.wrapper-article-button &gt; .area-article-button {
	width: 500px;
	margin-right: 14.4rem;
	margin-top: 0;
}
@media only screen and (max-width: 767px) {
	.wrapper-article-button &gt; .area-article-button {
		width: 100%;
		margin-right: -20px;
	}
}
.wrapper-article-button &gt; .area-article-button .btn-b {
	padding: 20px 10px 16px;
}
.icon-loupe::before {
	display: inline-block;
	position: relative;
	content: "";
	top: 0;
	left: 0;
	margin-top: 0;
	margin-right: 10px;
	width: 30px;
	height: 30px;
	border-width: 0;
	vertical-align: middle;
	background: transparent url(/jp/group/fjm/imagesgig5/icon_loupe_tcm173-4506832_tcm173-2750236-32.png) no-repeat 0 0;
	background-size: cover;
	transform: none;
}
.searcharea-article {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	box-sizing: border-box;
	padding: 58px 20px;
	background-color: rgba(0, 0, 0, .7);
	opacity: 0;
	transition: opacity .3s;
	z-index: -1;
	overflow: hidden;
	overflow-y: auto;
}
.searcharea-article.is-on,
.searcharea-article.is-transition {
	z-index: 99999;
}
.searcharea-article.is-on {
	opacity: 1;
}
@media only screen and (max-width: 767px) {
	.searcharea-article {
		padding: 35px 15px;
		font-size: 1.1rem;
	}
}
.searcharea-article-inner {
	box-sizing: border-box;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding-right: 3.125%;
	padding-left: 3.125%;
	width: 100%;
	max-width: 1280px;
	height: 100%;
	max-height: 100%;
	background-color: #fff;
	opacity: 0;
	transform: scale(0.7);
	transition: opacity .3s, transform .3s;
}
.is-on .searcharea-article-inner {
	transform: scale(1);
	opacity: 1;
}
@media only screen and (max-width: 767px) {
	.searcharea-article-inner {
		font-size: 1.1rem;
		padding-right: 0;
		padding-left: 0;
	}
}
.searcharea-article-header {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	padding-top: 25px;
	padding-bottom: 22px;
	width: 100%;
	border-bottom: 1px solid #d9d9d9;
}
.searcharea-article-header__title--keywords {
	margin-top: 10px;
}
.searcharea-article-header__title--result,
.searcharea-article-header__body {
	margin-top: 14px;
}

.searcharea-article-header__title--keywords + .searcharea-article-header__body {
	margin-top: 0 !important;
	width: calc(100% - 10em);
}
.searcharea-article-header__title--result + .searcharea-article-header__body {
	width: calc(100% - 6em);
}
.searcharea-article-header .list-tags {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin-top: 0;
	width: 100%;
}
.searcharea-article-header .list-tags__item {
	margin-top: 10px;
	margin-right: 30px;
	font-size: inherit;
	font-weight: bold;
}
@media only screen and (max-width: 767px) {
	.searcharea-article-header {
		padding: 8px 15px 11px;
		font-size: 1.1rem;
	}
	.searcharea-article-header__title--keywords {
		margin-top: 6px;
	}
	.searcharea-article-header__title--result,
	.searcharea-article-header__body {
		margin-top: 4px;
	}
	.searcharea-article-header .list-tags__item {
		margin-top: 6px;
		margin-right: 18px;
	}
}
.list-article-refine {
	display: block;
	width: 100%;
	height: auto;
	max-height: calc(100vh - 352px);
	overflow-y: scroll;
}
.list-article-refine__title {
	padding-left: 16px;
	font-weight: bold;
	font-size: 1.6rem;
}
.list-article-refine__body {
	padding-top: 8px;
	padding-left: 16px;
}
.list-article-refine__summary {
	padding-top: 16px;
	padding-left: 16px;
	font-weight: bold;
	font-size: 2rem;
}
.list-article-refine__accordion {
	width: 100%;
	margin-top: 20px;
	border-top: 1px solid #d9d9d9;
}
.list-article-refine__accordion &gt; button {
	position: relative;
	width: 100%;
	height: 50px;
	padding-left: 16px;
	font-weight: 700;
	text-align: left;
}
.list-article-refine__accordion &gt; button:focus {
	outline: none;
}
.list-article-refine__accordion &gt; button::after {
	position: absolute;
	display: inline-block;
	content: "";
	top: 0;
	bottom: 0;
	width: 16px;
	height: 16px;
	margin: auto;
	margin-left: 10px;
	background-image: url(/jp/group/fjm/imagesgig5/icon_open_tcm173-4753687_tcm173-2750236-32.png);
	background-size: contain;
	transform: rotate(-180deg);
	transition: transform 0.35s;
}
.list-article-refine__accordion.is-open &gt; button::after {
	transform: rotate(0);
}
[data-script-enabled=true] .list-article-refine__accordion &gt; button .toggle-txt {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	font-size: 1rem;
	opacity: 0;
}
.list-article-refine .toggle-content {
	width: 100%;
	height: auto;
	padding-bottom: 20px;
	max-height: calc(100vh - 352px);
}
@media only screen and (max-width: 767px) {
	.list-article-refine {
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: flex-start;
		padding-right: 10px;
		padding-left: 10px;
		max-height: calc(100vh - 250px);
	}
	.list-article-refine__title,
	.list-article-refine__body {
		width: 100%;
	}
	.list-article-refine__title:not(:nth-last-child(2)),
	.list-article-refine__body:not(:last-child) {
		border-width: 0;
	}
	.list-article-refine__title {
		padding-top: 0;
		padding-left: 8px;
		font-size: 1.2rem;
	}

	.list-article-refine__body {
		padding-top: 0;
		padding-bottom: 15px;
		padding-left: 8px;
		font-size: 1.1rem;
	}
	.list-article-refine__summary {
		padding-top: 16px;
		padding-left: 8px;
		font-weight: bold;
		font-size: 1.4rem;
		width: 100%;
	}
}
.list-article-category {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
}
.list-article-category__item {
	display: block;
	width: 25%;
	padding-bottom: 19px;
	padding-right: 16px;
	font-size: 1.4rem;
}
.list-article-category__label {
	display: block;
	position: relative;
	padding-left: 30px;
	width: auto;
	min-height: 18px;
	overflow: hidden;
	cursor: pointer;
	line-height: 18px;
}
.list-article-category__label.is-disabled {
	opacity: .3;
}
.list-article-category__label:before,
.list-article-category__label:after {
	display: block;
	position: absolute;
}
.list-article-category__label:before {
	top: 0;
	left: 0px;
	width: 18px;
	height: 18px;
	border: 1px solid #707070;
	background-color: #707070;
	z-index: 1;
	content: "";
}
.list-article-category__label.is-disabled:before {
	background-color: #fff;
}
.list-article-category__label:after {
	top: 2px;
	left: 6px;
	width: 6px;
	height: 12px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg);
	z-index: 2;
	content: "";
}
.list-article-category__label.is-disabled:after {
	display: none;
}
.list-article-category__checkbox {
	display: block;
	position: absolute;
	left: -40px;
	margin: 0;
	padding: 0;
	width: 16px;
	height: 16px;
	background-color: #fff;
	box-shadow: 41px 1px #fff;
	z-index: 3;
	outline: none;
}
.list-article-category__checkbox:checked {
	box-shadow: none;
}
@media only screen and (max-width: 767px) {
	.list-article-category {
		margin-top: -5px;
		justify-content: space-between;
	}
	.list-article-category__item {
		padding: 0;
		margin-top: 10px;
		margin-left: 0;
		width: calc((100% - 20px) / 2);
	}
	.list-article-category__label {
		line-height: 1.4;
	}
}
.searcharea-article-footer {
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: flex-start;
	padding-top: 40px;
	width: 100%;
	height: 121px;
	border-top: 1px solid #d9d9d9;
}
.searcharea-article-footer &gt; .searcharea-article-footer__item:first-child {
	margin-right: 9.1666%;
}
@media only screen and (max-width: 767px) {
	.searcharea-article-footer {
		flex-direction: column-reverse;
		font-size: 1.2rem;
		justify-content: flex-end;
		align-items: flex-start;
		padding: 15px 10px 0;
		height: 96px;
		flex-shrink: 0;
	}
	.searcharea-article-footer__item {
		width: 100%;
	}
	.searcharea-article-footer &gt; .searcharea-article-footer__item:first-child {
		margin-top: 10px;
		margin-right: 0;
	}
}
.searcharea-article-close {
	position: absolute;
	top: 0;
	right: 0;
	width: 22px;
	height: 22px;
	transform: translateY(-38px);
}
.searcharea-article-close__button {
	display: block;
	width: inherit;
	height: inherit;
	background: transparent url(/jp/group/fjm/imagesgig5/icon_close_tcm173-4753686_tcm173-2750236-32.png) no-repeat 0 0;
	background-size: contain;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
@media only screen and (max-width: 767px) {
	.searcharea-article-close {
		width: 12px;
		height: 12px;
		transform: translateY(-20px);
	}
}
.searcharea-article-footer .icon-loupe::before {
	width: 18px;
	height: 18px;
}
.searcharea-article .btn-b {
	min-width: 220px;
}
@media only screen and (max-width: 767px) {
	.searcharea-article .btn-b {
		display: block;
	}
}
@media only screen and (max-width: 767px) {
	.searcharea-article .btn-b {
		padding: 5px 5px 4px;
	}
}
.btn-b.diff-article-clear {
	border-color: #6a6a6a;
	background-color: #6a6a6a;
}
.btn-b.diff-article-clear:hover {
	opacity: .8;
}
.btn-b.diff-article-clear:before {
	display: none;
}
.list-tags {
	margin-top: 26px;
}
.list-tags__item {
	display: inline-block;
	margin-top: 4px;
}
.list-tags__item:not(:last-child) {
	margin-right: 10px;
}
.selected-keywords {
	border: none;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	padding: 30px 0;
	display: flex;
	margin: 0 auto 60px;
}
@media only screen and (max-width: 767px) {
	.selected-keywords {
		display: block;
	}
}
.selected-keywords .selected-keywords-title {
	margin-right: 10px;
	font-size: 2rem;
	font-weight: 700;
	flex-shrink: 0;
}
#list-selected-keywords {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.list-tags__item {
	display: list-item;
	margin-top: 2px;
	color: #a10f20;
	font-size: 1.8rem;
	font-weight: 700;
}
.list-tags__item:first-child {
	position: relative;
	padding-left: 24px;
}
.list-tags__item:first-child::before {
	display: inline-block;
	content: "";
	position: absolute;
	top: 0;
	bottom: 6px;
	left: 0.1em;
	margin: auto;
	width: 20px;
	height: 20px;
	background-image: url(/jp/group/fjm/imagesgig5/keytag_tcm173-4692287_tcm173-2750236-32.png);
	background-size: contain;
}
.list-tags__item:not(:last-child)::after {
	content: ",";
	color: #a10f20;
}
.search-result {
	margin-top: 30px;
	font-size: 1.8rem;
}
.search-result span {
	color: #a10f20;
}
.wrapper-article-button &gt; h3 {
	margin-right: 0;
	flex-shrink: 0;
	font-size: 2.4rem;
}
.icon-loupe::before {
	margin-top: -8px;
}
@media only screen and (max-width: 767px) {
		.wrapper-article-button &gt; .lyt-btn-a &gt; li {
			width: 100%;
	}
	.wrapper-article-button &gt; .area-article-button {
		width: 100%;
		margin-left: -32px;
		margin-right: 0;
	}
}</pre></body></html>