@charset "utf-8";

@media all {
	sup {
		vertical-align: text-top;
	}
	
	.u-contents .u-inner {
		max-width: 850px;
		margin-top: 60px;
		padding-top: 90px;
		background: url("/_assets/img/business/home/line-01.png") repeat-x top center;
	}
	
	.u-contents:first-of-type .u-inner {
		padding-top: 0;
		background: none;
	}
	
	.c-businessTitle {
		color: #000;
		font-size: 3.2rem;
		font-weight: 300;
		letter-spacing: .25em;
		text-align: center;
		padding-left: .15em;
		position: relative;
	}
	
	.c-businessTitle:before {
		content: '';
		width: 50px;
		height: 1px;
		display: block;
		background: #ddd;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translate(-50%,20px);
	}
	
	.c-businessTitle:after {
		content: attr(data-en)'';
		color: #89703C;
		font-size: 1.8rem;
		letter-spacing: .05em;
		margin: 10px 0 0 -.5em;
		display: block;
	}
	
	.c-5pointIcon {
		margin: 0 -8px;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	
	.c-5pointIcon li {
		width: calc(100% / 5);
		padding: 0 8px;
	}
	
	.c-5pointIcon li img {
		border-radius: 50%;
	}
	
	.c-5pointIcon li a:hover img {
		opacity: .7;
	}
	
	.c-businessImage ul {
		margin: 40px -16px 0;
		display: flex;
		justify-content: center;
	}
	
	.c-businessImage ul li {
		width: calc(100% / 3);
		padding: 0 16px;
	}
	
	.c-businessButtonList {
		margin: 40px 0 0;
	}
	
	.c-businessButtonList ul {
		letter-spacing: -.5em;
		text-align: center;
		padding: 0 60px;
	}
	
	.c-businessButtonList ul li {
		line-height: 1.35;
		letter-spacing: 0;
		margin: 10px 10px 0;
		display: inline-block;
	}
	
	.c-businessButtonList ul li a {
		letter-spacing: .05em;
		min-width: 270px;
	}
	
	.ffi-page .u-title__page sup {
		font-size: 1.6rem;
	}
	
	.c-ffiJournal {
		margin-bottom: -120px;
		padding-bottom: 80px;
		background: #f5f6f9;
	}
	
	.c-ffiJournal .u-inner {
		max-width: 1160px;
		margin-top: 120px;
		padding-top: 40px;
		background: none;
	}
	
	.c-ffiJournal .u-thumbnailMenu__items {
		justify-content: center;
	}
	
	.c-ffiJournal .u-thumbnailMenu__image {
		padding-top: 36.5%;
	}
	
	.c-kv-title-read {
		font-size: 1.4rem;
		line-height: 1.75;
		margin: 30px 0 0;
		opacity: 0;
		transition: .6s .75s cubic-bezier(.75, 0, .35, 1);
	}
	
	.is-loaddone .c-kv-title-read {
		opacity: 1;
	}
	
	.ffi-page .c-kv .u-inner {
		padding-right: 310px;
	}
	
	.ffi-page .u-title__hi {
		padding-right: 11em;
	}
	
	.ffi-page .u-title__hi time {
		font-size: 1.6rem;
		margin: .35em 0 0;
		position: absolute;
		top: 0;
		right: 0;
	}
	
	.c-ffiJournalDetail {
		margin-top: 0;
	}
	
	.c-ffiJournalDetail h3 {
		margin-top: 60px;
	}
	
	.c-ffiJournalDetail .c-ffiJournalIntro h3 {
		margin-top: 0;
	}
	
	.c-ffiJournalDetail .u-text {
		font-size: 1.4rem;
		line-height: 1.75;
	}
	
	.c-ffiJournalDetail .u-text strong {
		font-weight: 700;
	}
	
	.c-ffiJournalDetail .u-text em {
		font-style: italic;
	}
	
	.c-ffiJournalDetail .u-text strong > em {
		font-weight: 700;
	}
	
	.c-ffiJournalDetail .u-text blockquote {
		margin: .5em 0 1em;
		padding: 1.5em 2em;
		background: #F8F5EF;
	}
	
	.c-ffiJournalDetail .u-text ul {
/*		margin: 1em 0 0 1em;*/
		padding: 0 0 0 1.25em;
	}
	
	.c-ffiJournalDetail .u-text ul li {
		list-style: disc;
	}
	
	.c-ffiJournalDetail .u-text ol {
		margin: 1em 0 0;
		padding: 0 0 0 1.25em;
	}
	
	.c-ffiJournalDetail .u-text ol li {
		list-style: decimal;
	}
	
	.c-ffiJournalMain {
		margin: 0 0 80px;
		display: flex;
		flex-direction: row-reverse;
	}
	
	.c-ffiJournalMain h2 {
		line-height: 1.5;
		margin-top: 60px;
		margin-bottom: 10px;
		padding-left: 2.75em;
		position: relative;
	}
	
	.c-ffiJournalMain h2:before {
		content: '特集';
		position: absolute;
		top: 0;
		left: 0;
	}
	
/*
	.c-ffiJournalMain h4,
	.c-ffiJournalMain p {
		padding-left: 1em;
	}
	
	.c-ffiJournalMain hr {
		margin-left: 1em;
	}
*/
	
	.c-ffiJournalMain__cover {
		width: 300px;
		padding: 0 0 0 40px;
	}
	
	.c-ffiJournalMain__cover + div {
		width: calc(100% - 300px);
	}
	
	.c-ffiJournalMain__visual img {
		border: 1px solid #ddd;
	}
	
	.c-ffiJournalMain__cover .u-button {
		margin-top: 60px;
	}
	
	.c-ffiJournalMain__cover .u-button a {
		width: 100%;
		min-width: 0;
	}
	
	.c-ffiJournalMain__jStageText {
		font-size: 1.4rem;
		line-height: 1.75;
		margin: 20px 0 0 0 !important;
	}
	
	.c-ffiJournalMain__jStageText a {
		color: #294197;
		text-decoration: underline;
	}
	
	.c-ffiJournalMain__jStageText a:hover {
		text-decoration: none;
	}
	
	.c-ffiJournalBacknumber .u-inner {
		padding-top: 0;
		background: none;
	}
	
	.c-ffiJournalBacknumber__items {
		margin: 0 -8px;
		display: flex;
		flex-wrap: wrap;
	}
	
	.c-ffiJournalBacknumber__item {
		width: calc(100% / 4);
		margin: 40px 0 0;
		padding: 0 8px;
	}
	
	.c-ffiJournalBacknumber__item img {
		border: 1px solid #ddd;
	}
	
	.c-ffiJournalBacknumber__item em {
		color: #000;
		font-weight: 700;
		line-height: 1.35;
		margin: 10px 0 0;
		display: block;
	}
	
	.c-ffiJournalBacknumber__item span {
		font-size: 1.5rem;
		font-weight: 500;
		text-align: right;
		margin: 25px 0 0;
		display: block;
	}
	
/*
	.c-ffiJournalExplanation h4,
	.c-ffiJournalExplanation p {
		padding-left: 1em;
	}
	
	.c-ffiJournalExplanation hr {
		margin-left: 1em;
	}
*/
	
/*
	.c-ffiJournalExplanation .u-box {
		padding-top: 25px;
		padding-bottom: 20px;
	}
	
	.c-ffiJournalExplanation .u-box__title {
		margin-top: 0;
	}
*/
	.c-ffiJournalMain p,
	.c-ffiJournalExplanation p {
		margin-left: 1em;
	}
	
	.c-ffiJournalMain h3:not(.u-title__mid) {
		margin-left: .8em;
	}
	
	.c-ffiJournalExplanation .u-box__title {
		margin-top: 20px;
	}
	
	.c-ffiJournalMain hr,
	.c-ffiJournalExplanation hr {
		margin-left: 1em;
	}
	
	.c-ffiJournalExplanation .u-box ul {
		display: flex;
		flex-wrap: wrap;
	}
	
	.c-ffiJournalExplanation .u-box ul li {
		width: calc(100% / 2);
		margin-bottom: 3em;
		padding-right: 30px;
	}
	
	.c-ffiJournalExplanation .u-box ul li em {
		display: block;
	}
	
	.c-ffiJournalExplanation .u-box ul li span {
		font-size: 1.3rem;
		line-height: 1.35;
		margin: -.025em 0 0;
		display: block;
	}
	
	.c-ffiJournalExplanation .u-box ul li a {
		text-align: center;
		min-width: 220px;
		margin: 10px 0 0;
		padding: 1em 0;
		background: #fff;
		border: 1px solid #D6D6D6;
		display: inline-block;
	}
	
	.c-ffiJournalExplanation .u-box ul li a:hover {
		color: #fff;
		text-decoration: none;
		background: #294197;
		border-color: #294197;
		opacity: 1;
	}
	
	.c-ffiJournalExplanation__contact {
		line-height: 1.75;
		margin: 60px 0 0;
		margin-left: 0 !important;
	}
	
	.c-ffiJournalExplanation__contact a {
		color: #294197;
		text-decoration: underline;
	}
	
	.no-touch .c-ffiJournalExplanation__contact a:hover {
		text-decoration: none;
	}
	
	/* 2022.02 */
	.c-ffiJournalExplanation .u-box ul {
		padding-top: .25em;
		display: block;
	}
	
	.c-ffiJournalExplanation .u-box ul li {
		width: 100%;
		margin-top: .5em;
		padding-right: 240px;
	}
	
	.c-ffiJournalExplanation .u-box ul li em {
		height: auto !important;
	}
	
	.c-ffiJournalExplanation .u-box ul li span {
		margin-top: .75em;
	}
	
	.c-ffiJournalExplanation .u-box ul li a {
		position: absolute;
		top: 0;
		right: 0;
	}
	
	
	
	
	
	
	
	
	
	
	
	
}/* END Media all */

/*20250610*/
.papers-page .u-title__page small {
	font-size: 2rem;
	vertical-align: baseline;
	margin-left: 0;
	display: inline-block;
}

.g-side .g-menu__item .sub a {
	font-size: 1.2rem;
	font-weight: 400;
	padding-left: 40px;
	pointer-events: none;
}

.papers-page.detail-page .g-side .g-menu__item .sub {
	display: block;
}

.papers-page.detail-page .g-side .g-menu__item .sub a {
	color: #294197;
	font-weight: 700;
	background: #f5f6f9;
	border-top: 1px solid #ddd;
}

.papers-page.detail-page .g-side .g-menu__item.is-focus__active > a {
	background-color: inherit;
}

.papers-page.detail-page .g-side .g-menu__item.is-focus__active > a:hover {
	background-color: #f5f6f9;
}

.g-menu_inquiry_button {
	margin: 30px 0 0;
	display: none;
}

.g-menu_inquiry_button a {
	color: #fff;
	min-height: 60px;
	border: 1px solid #b0bec5;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100vmax;
	border-color: #294197;
	background: #294197;
}

.no-touch .g-menu_inquiry_button a:hover {
	color: #294197;
	text-decoration: none;
	background: #fff;
	opacity: 1;
}

.papers-page.detail-page .g-side .g-menu_inquiry_button {
	padding-bottom: 40px;
	display: block;
}

.g-footer .g-menu_inquiry_button {
	display: none;
}

.papers-page.detail-page .g-footer .g-menu_inquiry_button {
	display: none;
}

.search-container {
	padding: 40px;
	background: #f5f6f9;
}

.search-section {
	margin: 30px 0 0;
	padding: 30px 0 0;
	border-top: 1px solid #ddd;
}

.search-section:nth-child(1) {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}

.search-title {
	font-size: 1.8rem;
	white-space: nowrap;
}

.search-title + * {
	margin-top: 5px;
}

.category-list {
	display: flex;
	flex-wrap: wrap;
}

.category-list li {
	white-space: nowrap;
	margin: 1em 1.5em 0 0;
}

.category-list li a {
	color: #294197;
	text-decoration: underline;
}

.no-touch .category-list li a:hover {
	text-decoration: none;
	opacity: 1;
}

/*
.category-list li a.active {
	color: #333;
	text-decoration: none;
	pointer-events: none;
}
*/

.keyword-search {
	padding-top: 25px;
	display: flex;
	align-items: center;
}

.keyword-search .search-title {
	width: 9.5em;
}

.keyword-search .search-title + * {
	margin-top: 0;
}

.keyword-search .keyword-input-wrapper {
	width: calc(100% - 9.5em);
	padding: 0 0 0 10px;
}

.keyword-search form {
	display: flex;
	align-items: center;
	background: #fff;
}

.keyword-search input[type="text"] {
	font-size: 1.6rem;
	width: calc(100% - 64px);
	padding: .25em .5em;
}

.keyword-search button {
	color: #fff;
	width: 64px;
	height: 32px;
	background: #294197;
	transition: .3s cubic-bezier(.75, 0, .35, 1);
}

.keyword-search button:hover {
	background: #333;
}

.l-news .u-inner {
	margin-top: 0;
	padding-top: 0;
	background: none;
}

.u-newsList__item {
	display: block;
}

.u-newsList__time {
	display: block;
}

.u-newsList__text {
	width: 100%;
	padding-left: 0;
	display: block;
}


.u-newsList__item .category-list li {
	color: #999;
	font-size: 1.2rem;
	font-weight: 400;
	margin-top: .25em;
}

.u-newsList__item .category-list li a {
	color: #000;
	text-decoration: none;
}

.u-newsList__item .category-list li a:hover {
	color: #294197;
	text-decoration: underline;
}

.u-newsList__item .category-list {
	padding-left: 1em;
}

.l-news_pager ul {
	display: flex;
	justify-content: center;
}

.l-news_pager ul li {
	margin-inline: 5px;
}

.l-news_pager ul li > * {
	width: 3em;
	height: 3em;
	border: 1px solid #ddd;
	display: flex;
	justify-content: center;
	align-items: center;
}

.no-touch .l-news_pager ul li > a:hover {
	color: #fff;
	text-decoration: none;
	background: #294197;
	border-color: #294197;
	opacity: 1;
}

.no-touch .l-news_pager ul li > .now {
	color: #294197;
	background: #f5f6f9;
	border-color: #294197;
}

.l-news_pager ul li > .prev,
.l-news_pager ul li > .next {
	border: 0;
}

.l-news_pager ul li > span.prev,
.l-news_pager ul li > span.next {
	opacity: .25;
}

.l-detail_main .u-inner {
	margin-top: 50px;
	padding-bottom: 80px;
}

.l-detail_main time {
	text-align: right;
	display: block;
}

.l-detail_main .title {
	font-size: 2.6rem;
	font-weight: 400;
	line-height: 1.75;
	margin-top: 30px;
}

.l-detail_main .title + * {
	margin-top: 20px;
}

.l-entry {
	margin-top: 0;
}

.l-entry .u-inner {
	margin-top: 0;
	padding-top: 0;
	background: none;
}

.l-entry_body {
	line-height: 2;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #ddd;
}

.l-entry_body h3 {
	font-size: 1.4rem;
	font-weight: 700;
	width: 20%;
	padding: 30px;
	border-top: 1px solid #ddd;
	display: flex;
}

.l-entry_body h3 + * {
	width: calc(100% - 20%);
	padding: 30px;
	border-top: 1px solid #ddd;
}

.l-entry_body h3 + * {
	font-size: 1.4rem;
	word-break: break-all;
}

.l-entry_body h3 + * p + p {
	margin-top: 1em;
}

.l-entry_body h3 + * a {
	color: #294197;
}

.l-entry_body h3 + * p i {
	font-family: 'Times New Roman', 'Noto Serif JP' !important;
	font-style: italic;
}

.l-entry_body h3 + * p b {
	font-weight: 700;
}

.search_word + * {
	margin-top: 30px;
}





