@charset "UTF-8";
.clsNone {
	display:none !important;
}

.active {
	color: #fff;
	background: #0d50a5;
	box-shadow: 0 8px 14px rgba(0, 0, 0, 0.25);
}

.clsVisiNone {
	visibility:hidden;
}

/* 投稿モード「タイトルのみ」の記事に付与 */
.clsTitleMode{
    cursor: initial !important;
}

/* 一覧で掲載情報がない場合に付与 */
.clsNoDataList{
    text-align: center;
    margin: 100px 0px;
    font-size: 1.6rem;
    font-weight: bold;
}

/* プレビュー注記 */
.clsPreviewH2 {
	position: fixed;z-index: 2147483647;
	background-color: #ff9c9c8c;;
	color: white;
	width: 100%;
	text-align: center;
	padding: 10px;
	font-size: 20px;
}

/* --------------- */ 
/* TOP */
/* --------------- */ 
/* お知らせ */
#idCmsInfo_Top_List {
}

/* -------------------- */
/* お知らせ一覧 */
/* -------------------- */
#idCmsInfo_Info_List {
}

/* --------------------- */
/* 詳細ページ（一括適用） */
/* --------------------- */
/* リンクあり画像でアイコンを非表示 */
div[id$="_Detail"] .noicon::after {
  content: initial !important;
}

div[id$="_Detail"] {
	margin-bottom: 32px;
}

/* H2見出し */
div[id$="_Detail"] > h2 {
	position: relative;
	max-width: 1040px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 56px;
	margin-bottom: 32px;
	padding-bottom: 20px;
	display: block;
	font-weight: 500;
	font-size: 2rem;
  line-height: 1.6;
}

div[id$="_Detail"] > h2::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 60px;
	padding-top: 3px;
	margin: auto auto auto 0;
	background: linear-gradient(to right, #0D50A5 0%, #0D50A5 40px, #78DC39 40px, #78DC39 60px) no-repeat left top;
	background-size: 100% 100%;
  border-radius: 100px;
}

/* H2見出し中央揃え */
div[id$="_Detail"] > h2[style*="text-align: center;"]::after {
	margin: auto auto 0 auto;
}

/* H3見出し */
div[id$="_Detail"] > h3 {
	position: relative;
	max-width: 1040px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 32px;
	margin-bottom: 24px;
	padding-bottom: 12px;
	background: linear-gradient(to left, #ddd 0%, #ddd 100%) no-repeat left bottom 1px;
	background-size: 100% 1px;
	display: flex;
	font-weight: 500;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.6;
}

/* H3見出し数字アイコン */
div[id$="_Detail"] > h3 i {
	flex-shrink: 0;
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-top: 5px;
	margin-right: 12px;
	text-align: center;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
	font-family: "Montserrat", "Noto Sans JP", "游ゴシック体", "Yu Gothic", "YuGothic", "メイリオ", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 24px;
	background: #0D50A5;
	border-radius: 50%;
}

div[id$="_Detail"] > h3::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 24px;
	padding-top: 3px;
	margin: auto auto auto 0;
	background: #0D50A5;
	border-radius: 100px;
}

div[id$="_Detail"] > h3[style*="text-align: center;"] {
	justify-content: center;
}

div[id$="_Detail"] > h3[style*="text-align: center;"]::after {
	margin: auto auto 0 auto;
}

/* H4見出し */
div[id$="_Detail"] > h4 {
	max-width: 1040px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 32px;
	margin-bottom: 16px;
	display: flex;
	font-weight: 500;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6;
}

/* H4見出し中央揃え */
div[id$="_Detail"] > h4[style*="text-align: center;"] {
	justify-content: center;
}

/* キャッチコピー */
div[id$="_Detail"] h5 {
	margin-bottom: 48px;
	color: #0D50A5;
	font-size: 24px;
	font-weight: 500;
	text-align: center;
}

/* 本文テキスト */
div[id$="_Detail"] > p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
	margin-bottom: 32px;
}

div[id$="_Detail"] > p strong {
  font-weight: bold;
}

div[id$="_Detail"] > p em {
  font-style: italic;
}

div[id$="_Detail"] > p u {
  background-image: linear-gradient(transparent 60%, rgba(246, 225, 31, 0.45) 50%);
  text-decoration: none;
}

div[id$="_Detail"] > p > s {
  text-decoration: line-through;
}

/* 番号付きリスト */
div[id$="_Detail"] ol {
	list-style: none;
	counter-reset: orderedList;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
	margin-bottom: 32px;
}

div[id$="_Detail"] ol > li {
	counter-increment: orderedList;
	position: relative;
	padding-left: 30px;
	list-style: none;
}

div[id$="_Detail"] ol > li:not(:last-child) {
	margin-bottom: 8px;
}

div[id$="_Detail"] ol > li::before {
	content: counter(orderedList) ".";
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
	width: 25px;
	text-align: center;
	color: #0D50A5;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.26667;
	font-weight: 600;
	font-family: "Montserrat", "Noto Sans JP", "游ゴシック体", "Yu Gothic", "YuGothic", "メイリオ", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* リンクテキスト */
div[id$="_Detail"] *:not(.mod-) a {
	color: #444444;
}

div[id$="_Detail"] *:not(.mod-) a:hover {
	color: #0D50A5;
}

/* 同タブアイコン */
div[id$="_Detail"] *:not([class*="mod-"]) a::after {
	content: "\ea02" !important;
	display: inline-block;
	font-family: "iconfont";
	font-style: normal;
	font-size: 14px;
	font-size: 1.4rem;
	color: #0D50A5;
	vertical-align: -2px;
	line-height: 1.8;
	margin-left: 5px;
}

/* 外部リンクアイコン */
div[id$="_Detail"] *:not([class*="mod-"]) a[target="_blank"]::after {
	content: "\ea05" !important;
	display: inline-block;
	font-family: "iconfont";
	font-style: normal;
	font-size: 14px;
	font-size: 1.4rem;
	vertical-align: -2px;
	line-height: 1.8;
}

/* PDFリンク */
div[id$="_Detail"] *:not([class*="mod-"]) a[href$=".pdf"]::after {
	content: "" !important;
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(/assets/img/common/icon_pdf.svg) no-repeat center;
	background-size: contain;
}

/* 注釈リスト */
div[id$="_Detail"] ul {
	max-width: 1040px;
	margin-left: auto;
	margin-right: auto;
	list-style: none;
	font-size: 12px;
	font-size: 1.3rem;
	line-height: 1.8;
	margin-bottom: 48px;
}

div[id$="_Detail"] ul > li {
	padding-left: 1.5em;
	text-indent: -.75em;
}

div[id$="_Detail"] ul > li::before {
	content: '※';
	display: inline-block;
	margin-right: .5em;
}

/* 番号付き注釈リスト（2要素から） */
div[id$="_Detail"] ul:has(li:nth-child(2)) {
	counter-reset: orderlist;
}

div[id$="_Detail"] ul:has(> li:nth-last-child(n+2)) > li {
	padding-left: 3em;
	text-indent: -3em;
}

div[id$="_Detail"] ul:has(> li:nth-last-child(n+2)) > li::before {
	counter-increment: orderlist;
	content: '※' counter(orderlist);
	min-width: 2em;
	margin-right: 1em;
	text-align: right;
}

div[id$="_Detail"] ul:has(> li:nth-last-child(n+2)) > li + li {
	margin-top: 10px;
}

/* 画像（キャプション用）*/
div[id$="_Detail"] p:has(img) {
	/* font-size: 12px; */
	font-size: 16px;
	line-height: 1.66667;
	max-width: 1040px;
}

div[id$="_Detail"] p:has(img) > br:first-of-type {
	display: contents;
}

/* 画像（サイズ用）*/
div[id$="_Detail"] img{
	width: 100% !important;
	border-radius: 0px;
}

div[id$="_Detail"] table {
	max-width: 1040px;
	margin-bottom: 48px;
}

div[id$="_Detail"] blockquote {
	background: #fafafa;
	border-radius: 10px;
	padding: 20px 30px;
	max-width: 1040px;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
  line-height: 1.8;
}

/* 定型文用スタイル */
.mod-imageset .mod-imageset__inner img:not([src*=".svg"])[width] {
	width: 100%;
	margin-bottom: 12px !important;
}

.mod-imageset .mod-imageset__inner .mod-imageset__image {
	/* font-size: 12px;
	font-size: 1.2rem; */
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.66667;
}

.mod-imageset .mod-imageset__inner .mod-imageset__title {
	margin-bottom: 0;
}

.mod-imageset .mod-imageset__inner .mod-imageset__title br {
	display: none;
}

.mod-buttonGroup .mod-buttonGroup-inner a[target="_blank"] i::after {
	content: "\ea05" !important;
}

.mod-buttonGroup .mod-buttonGroup-inner a[href$=".pdf"] i::after {
	content: "" !important;
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(/assets/img/common/icon_pdf.svg) no-repeat center;
	background-size: contain;
}

/* 定型文の補助コメント用class */
.article_edit {
  display: none;
}

@media only screen and (min-width: 736px) {
	div[id$="_Detail"] {
		margin-bottom: 48px;
	}

	/* H2見出し */
	div[id$="_Detail"] > h2 {
    margin-top: 96px;
    margin-bottom: 48px;
		padding: 0 0 25px 0;
		font-size: 30px;
    font-size: 3rem;
	}
	
	div[id$="_Detail"] > h2::after {
    width: 80px;
    background: linear-gradient(to right, #0D50A5 0%, #0D50A5 55px, #78DC39 55px, #78DC39 80px) no-repeat left top;
	}
	
	/* H3見出し */
	div[id$="_Detail"] > h3 {
    margin-top: 48px;
		margin-bottom: 40px;
		padding: 0 0 20px 0;
		font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.73333;
	}

	/* H3見出し数字アイコン */
	div[id$="_Detail"] > h3 i {
		width: 30px;
		height: 30px;
		font-size: 16px;
		line-height: 30px;
	}

  div[id$="_Detail"] > h3::after {
    width: 30px;
	}
	
	/* H4見出し */
	div[id$="_Detail"] > h4 {
    margin-top: 48px;
		margin-bottom: 24px;
		font-size: 21px;
    font-size: 2.1rem;
    line-height: 1.6;
	}
	
	/* 本文テキスト */
	div[id$="_Detail"] > p {
		max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    font-size: 1.6rem;
		line-height: 1.8;
		margin-bottom: 48px;
  }
	
	/* 番号付きリスト */
	div[id$="_Detail"] ol {
		max-width: 1040px;
    margin-left: auto;
		margin-right: auto;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 48px;
	}
	
	div[id$="_Detail"] ol > li,
	div[id$="_Detail"] ol ol > li {
		padding-left: 35px;
	}

	div[id$="_Detail"] ol > li:not(:last-child),
	div[id$="_Detail"] ol ol > li:not(:last-child) {
		margin-bottom: 12px;
	}
	
	div[id$="_Detail"] ol > li::before,
  div[id$="_Detail"] ol ol > li::before {
    font-size: 19px;
    font-size: 1.9rem;
	}
	
	/* 同タブ・外部リンクアイコン */
	div[id$="_Detail"] *:not([class*="mod-"]) a::after,
	div[id$="_Detail"] *:not([class*="mod-"]) a[target="_blank"]::after {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 25.2px;
	}

	/* 画像（サイズ用）*/
	div[id$="_Detail"] img {
		width: revert-layer !important;
		margin-bottom: 12px !important;
		max-width: 1040px;
		border-radius: 0px;
	}

	/* 表（テーブル） */
	div[id$="_Detail"] > table {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 48px;
	}

	/* 定型文用スタイル */
	.mod-imageset .mod-imageset__inner img:not([src*=".svg"])[width] {
		width: revert-layer;
		margin-bottom: 8px !important;
	}
	.mod-imageset .mod-imageset__inner .mod-imageset__image {
		flex: unset;
	}
	.mod-imageset .mod-imageset__inner .mod-imageset__title br {
		display: block;
	}
}

@media (max-width: 769px) {
	div[id$="_Detail"] table {
		width: 100% !important;
	}
	/* 画像2カラムのみ */
	div[id$="_Detail"] table:has(img),
	div[id$="_Detail"] tbody:has(img),
	div[id$="_Detail"] tr:has(img),
	div[id$="_Detail"] tr:has(img) td {
		display: block;
		width: 100% !important;
		height: 100% !important;
	}
	/* 2カラムではない画像入りテーブル */
	div[id$="_Detail"] th:has(img) {
		width: 100% !important;
		display: block;
	}
	div[id$="_Detail"] th:has(img) img {
		width: auto !important;
	}
}

/*******************************************************
/* 詳細ページ（個別適用） 過去データ用スタイル（旧スタイル）
*******************************************************/

/* -------------------- */
/* お知らせ詳細 */
/* -------------------- */
#idCmsInfo_Detail {
}

/* --------------- */ 
/* 金利 */
/* --------------- */ 
/* 金利情報 */
#idCmsKinri_Kinri {
}

/* -------------------- */
/* 手数料 */
/* -------------------- */
#idCmsKinri_Tesuryou {
}

/* -------------------- */
/* ページネーション      */
/* -------------------- */

