@charset "utf-8";
body {
	-webkit-text-size-adjust: 100%;
}
/*******************************************************************
	記事本文
********************************************************************/
div.category {
	display: block;
	margin: 0 0;
	padding: 0 0 0 2vw;
	font-size: 4vw;}
	div.category a {
		display: inline-block;
		margin: 0 1vw 0 0;
		padding: .25em .5em;
		font-size: 3vw;
		text-decoration: none;
		color: #fff;
		background-color: #517899;
		border-radius: 3px;}
	div.category a:hover {
		font-weight: bold;
		text-decoration: none;
		background: linear-gradient(to right, #22313E, #517899);
		box-shadow: 0px 1px 1px rgba(0,0,0,0.5);
		}
.date {
	display: block;
	margin: 0 0;
	padding: 1vw 2vw 0 0;
	font-size: 3.5vw;
	color: #666;
	text-decoration: none;
	text-align: right;}

div.main {
	margin: 0 0;
	padding: 0 2vw;
	line-height: 1.6;
}
/* 画像の幅 */
div.main img {
	max-width: 100%;
}
#mv img /* 先頭画像 */,
.content div.main section > img { /* 記事中画像 */
	width: 100%;
	height: auto;
	margin: .5em 0;
	padding: 0 0;
}
.content div.main section { /*  */
	line-height: 1.6;
}
/* 見出し */
.content div.main section h3, .content div.main section h4 {
	background: none !important;
	margin: .75em 0 .75em 0;
	padding: 0.25em 0.5em;
	font-size: 1rem;
	font-weight: bold;
}
.content div.main section h3 {
	color: #333;
	border-left: 4px solid #c00;
	letter-spacing: 0.05em;
}
.content div.main section h4 {
	color: #444;
	border-left: 3px solid #ccc;
}
.content div.main section p {
	text-indent: 1em;
	margin: .5em 0;
	letter-spacing: 0.05em;
	font-size:16px;
}
.content div.main section p.note {
	text-indent: 0em;
/*	font-size: .9em;*/
	color: #666;
}
/* layout */
.pageResume {
	margin: 0.5em 0;
	padding: 1em 1.5em;
	border-radius: 4px;
	background-color: #f3f3f3;
	font-size: 16px;
	color: #333;
	letter-spacing: 0.05em;
}
.content div.main section .resume {}
.info:not(.dynamic) {
	display:none;
}
.info {
	margin: 1.5em 0;
	padding: 0 0 0 0;
	margin-bottom: 25px;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.resume:after, .info:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.info h4 {
	background-color: #efefef;
	font-size: 1rem;
	margin: 0 0 !important;
	padding: 0.5em 1em;
	font-weight: bold;
	line-height: 1;
	border-left: none;
}
.info img {
	display: block;
	margin: 1em auto;
}
p.reading-time {/*この記事は約nn分で読むことができます。*/
	margin: 1em 4vw 0 4vw;
	padding: .25em 0;
	text-align: center;
	text-indent: 0;
	font-size: 3.75vw;
	border-radius: 6px 6px 0 0;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #F7A1AA;
	background: url(../../images/topTitle_bg.jpg) no-repeat center right -150px;
	letter-spacing: 0.05em;}
p.reading-time em {
	color: #000;
	font-style: normal;
	font-weight: bold;}
p.reading-time + p {
	margin: 0 4vw 1em 4vw;
	padding: 0.5em 1em 0.25em 1em;
	font-size: 3.75vw;
	line-height: 1.2;
	border-radius: 0 0 6px 6px;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #FFC1D0;}
/* ---- 執筆者紹介 ---- */
.info dl {
	margin: 0.5em 1em;
	/*padding-right: 200px;*/
}
.info dt {
	margin-left: .5em;
	font-weight: bold;
}
.info dd {
	margin-left: .5em;
}
/*  */
.content div.main section .resume + p {
	margin-top: 1em;
}
.content div.main section {}
/* 囲み */
.column {
	margin: 1em 1em;
	padding: 1em 1.5em;
	background: #ffffec url('../../images/tab_tbody_th.gif') repeat-y;
	border: 1px solid #B9B9BB;
}
div .column h5, div .column h6 {
	margin-top: 0;
	font-weight: bold;
}
/*===================================================
    SP：読み物コンテンツの表
===================================================*/
.content div.main section table {
	margin: 1em auto;
	width: 96%;
	background-color: #fff;
	border-collapse: collapse;
	font-size: 14px;
}
.content div.main section table caption {
	text-align: center;
	font-weight: bold;
	font-size:16px;
	letter-spacing: 0.05em;
}
.content div.main section table thead tr th, .content div.main section table tfoot tr th {
	background: url('../../images/tab_thead_th.jpg') repeat-x;
}
.content div.main section table thead tr td, .content div.main section table tfoot tr td {
	background: url('../../images/tab_thead_td.jpg') repeat-x;
}
.content div.main section table th, .content div.main section table td {
	border: 1px solid #ccc;
	padding: 8px;
	word-break: break-all;
	font-size:16px;
	letter-spacing: 0.05em;
}
.content div.main section table tbody th {
	background: url('../../images/tab_tbody_th.jpg') repeat-y;
	min-width: 6em;
	font-size:16px;
	letter-spacing: 0.05em;
}
.content div.main section table th span,
.content div.main section table td span { 
	display: block;
	font-size: smaller;}

/* セル内の配置 */
.content div.main section table th.right, .content div.main section table td.right {
	text-align: right;
}
.content div.main section table th.center, .content div.main section table td.center {
	text-align: center;
}
/* セルに背景色を付ける */
.content div.main section table th.cld, .content div.main section table td.cld {
	background-color: #ffe;
}
/* 縦に展開するもの .verticalTable */
.content div.main section table.verticalTable {
	width: 98%;
	margin: 1em 1%;
	border-right: #ccc solid 1px;
	border-collapse: collapse;
}
.content div.main section table.verticalTable caption {
	margin-bottom: 10px;
	font-size: 19px;
	letter-spacing: 0.025em;
	font-weight: bold;
}
.content div.main section table.verticalTable thead {
	display: none;
}
.content div.main section table.verticalTable tfoot th, .content div.main section table.verticalTable tbody th {
	background: url('../../images/tab_thead_th.jpg') repeat-x;
	color: #000;
	padding: 10px 15px;
	border: none;
	border-bottom: #FFF solid 1px;
	vertical-align: top;
}
.content div.main section table.verticalTable tfoot tr:last-child th, .content div.main section table.verticalTable tbody tr:last-child th {
	border-bottom: #CCC solid 1px;
}
.content div.main section table.verticalTable tfoot th, .content div.main section table.verticalTable tbody th {
	display: block;
	border-left: #CCC solid 1px;
	border-bottom: #CCC solid 1px;
}
.content div.main section table.verticalTable tfoot tr th br, .content div.main section table.verticalTable tbody tr th br {
	display: none;
}
.content div.main section table.verticalTable tfoot tr:first-child > :first-child, .content div.main section table.verticalTable tbody tr:first-child > :first-child {
	border-top: #CCC solid 1px;
}
.content div.main section table.verticalTable tfoot td, .content div.main section table.verticalTable tbody td {
	display: block;
	background: #FFF;
	padding: 10px 15px;
	border: none;
	border-left: #CCC solid 1px;
	border-bottom: #CCC solid 1px;
	vertical-align: top;
}
.content div.main section table.verticalTable tfoot td::before, .content div.main section table.verticalTable tbody td::before {
	content: attr(aria-label);
	display: table-cell;
	clear: both;
	padding-right: 1em;
	font-weight: bold;
	width: 32vw;
	min-width: 32vw;
	border: none;
	white-space: normal;
}
.content div.main section table.verticalTable tfoot td div, .content div.main section table.verticalTable tbody td div {
	display: table-cell;
	padding-left: 1em;
	border-left: 1px solid #ccc;
	text-align: left;
}
/* スクロールを許容するもの .srcollTable */
div.scrollTable {
	overflow-x: scroll;
	overflow-y: auto;
	width: auto;
	max-width: 98vw;
	max-height: 70vh;
	margin: 0 5px;
}
.content div.main section div.scrollTable table {
	width: auto !important;
}
.content div.main section div.scrollTable table th,
.content div.main section div.scrollTable table td {
	word-break: normal;
	white-space: nowrap;
}

.srcollTable::-webkit-scrollbar {
	height: 5px; /* スクロールバーの高さ */
}
.srcollTable::-webkit-scrollbar-track {
	background: #F1F1F1; /* スクロールバーの背景色 */
}
.srcollTable::-webkit-scrollbar-thumb {
	background: #d6d6d6; /* スクロールバーの色 */
}

/*******************************************************************/
.content div.main section table th.em08 { min-width: 08em !important;}
.content div.main section table th.em12 { min-width: 12em !important;}
.content div.main section table th.em14 { min-width: 14em !important;}
.mgbt10 { margin-bottom: 1em;}


/*******************************************************************
	「教育ローンに関するよくある質問」追加 2023.09.19
********************************************************************/

div.main dl.faqBox { margin: 1em 3vw 2em 3vw;}
div.main dl.faqBox div {}
div.main dl.faqBox dt, 
div.main dl.faqBox dd {
	display: flex;
	margin: 0 0 0.5em 0;
	padding: 0 0;}
	div.main dl.faqBox dt { font-weight: bold; align-items: center; line-height: 1.1;}
	div.main dl.faqBox dd { margin-bottom: 1em;line-height: 1.4;}
div.main dl.faqBox dt:before, 
div.main dl.faqBox dd:before {
	content: "";
	display: inline-block;
	width: 31px;
	min-width: 31px;
	height: 29px;
	margin-right: .5em;
	background-position: 0 0;
	background-repeat;
	background-size: 31px 29px;
}
div.main dl.faqBox dt:before { background-image: url('/images/common/co_im_qa_firstletter_q.gif')}
div.main dl.faqBox dd:before { background-image: url('/images/common/co_im_qa_firstletter_a.gif')}