@charset "UTF-8";
/* CSS Document */
/*===================================================
    読み物1：トピック
===================================================*/
/* --------------------------------------------------
    .maincontentsWrap
-------------------------------------------------- */
.maincontentsWrap {
    max-width: 1180px;
    margin: 0 auto;
    padding: 35px 10px 0 10px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.maincontentsWrap .container {
    float: left;
    width: calc(100% - 300px - 40px);
    max-width: 840px;
}

/* --------------------------------------------------
    .maincontents-title
-------------------------------------------------- */
.maincontents-title {
    max-width: 1180px;
    margin: 0 auto;
    padding: 30px 10px 0 10px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.maincontents-title > div {
    overflow: hidden;
    margin-bottom: 5px;
}
.maincontents-title > div p {
    float: left;
}
.maincontents-title > div p span {
    font-size: 20px;
    color: #6fb42c;
    letter-spacing: 0.05em;
}
.maincontents-title > div p em {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    display: inline-block;
    margin-left: 10px;
    font-size: 16px;
    padding: 0 10px;
    color: #ffffff;
    background: #ee5b5b;
}
.maincontents-title > div > span {
	display: block;
	float: right;
	font-size: 16px;
	color: #888888;
}
.maincontents-title > div > span time {
	display: inline-block;
}
.maincontents-title h1 {
    margin-bottom: 0;
    padding-bottom: 10px;
    font-size: 28px;
    color: #6fb42c;
    letter-spacing: 0.05em;
    border-bottom: 2px solid #72b52b;
}
.maincontents-title dl {
    padding: 30px;
    font-size: 18px;
    background: #f0f0f0;
}
.maincontents-title dl dt {
    position: relative;
    margin-bottom: 20px;
    padding: 0 0 10px 50px;
    border-bottom: 1px solid #cccccc;
}
.maincontents-title dl dt:before {
    content: 'Q.';
    font-family: 'Josefin Sans';
    font-size: 30px;
    position: absolute;
    top: 5px;
    left: 0;
    color: #aaaaaa;
}
.maincontents-title dl dd {
    position: relative;
    overflow: hidden;
    padding: 0 0 0 50px;
}
.maincontents-title dl dd:before {
    content: 'A.';
    font-family: 'Josefin Sans';
    font-size: 30px;
    position: absolute;
    top: 5px;
    left: 0;
    color: #6fb42c;
}
.maincontents-title dl dd figure {
    float: right;
    margin-left: 20px;
    text-align: center;
}
.maincontents-title dl dd figure img {
    display: inline-block;
    width: 65px;
    margin-bottom: 5px;
}
.maincontents-title dl dd figure a {
    font-size: 14px;
    color: #42a420;
}

/* --------------------------------------------------
    #readings
-------------------------------------------------- */
#readings .container > img {
    display: inline-block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin-bottom: 40px;
}
/******** #readings-main ********/
.readings-main {
/*    margin-bottom: 40px;*/
}
.readings-main a {
	color: #42a420;
	text-decoration: underline}
.readings-main img { width: auto;}
body#topic .readings-main p {
	text-indent: 1em;
	margin: 0 0;
}
body#topic .readings-main p + p {}
body#topic .readings-main p.note,
body#topic .readings-main p.credit  { text-indent: 0;}
body#topic .readings-main p.fig  { 
	margin: 1em 0;
	text-indent: 0;
	text-align: center;}
/* 読み物系行間調整 */
body#topic .readings-main p.mgbt5,
.mgbt5 { margin-bottom: 5px;}
body#topic .readings-main p.mgbt10,
.mgbt10 { margin-bottom: 10px;}
body#topic .readings-main p.mgbt15,
.mgbt15 { margin-bottom: 15px;}
body#topic .readings-main p.mgbt20,
.mgbt20 { margin-bottom: 20px;}

body.howto .readings-main > img {
	width:100%;
}
body.howto .readings-main > img + div {
	margin-top:30px;
}

/******** #readings-btm ********/
.readings-btm {
    overflow: hidden;
/*    padding-bottom: 40px;*/
    border-bottom:1px solid #cccccc;
}
.readings-btm > p {
    float: right;
}
.readings-btm > p a {
    color: #42a420;
}
.readings-btm > dl {
    float: left;
    margin-bottom: 40px;
}
.readings-btm > dl ul li {
    padding-left: 15px;
    background: url("/images/fp/link-arrow_grey.png") left center no-repeat;
    background-size: 5px auto;
}
.readings-btm > dl ul li a {
    color: #42a420;
    line-height: 1.7;
}
.readings-btm > ul {
    clear: both;
    font-size: 0;
}
.readings-btm > ul li {
    display: inline-block;
    margin-right: 10px;
}
.readings-btm > ul li a{
    background: #eeeeee;
    display: inline-block;
    font-size: 14px;
    padding: 2px 4px;
    text-decoration: none;
}

/* --------------------------------------------------
    共通パーツ
-------------------------------------------------- */
/* 囲み */
.boxPattern1,
.clmn,
.column,
.kakomi {
	margin: 15px auto;
	padding: 20px;
	font-size: 100%;
	background-color :#eee;
	border-color: #ccc;
	border-width: 1px;
	border-style: solid;
	border-radius: 4px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
}

body#topic .readings-main dl {}
body#topic .readings-main dt {	margin-left: 0em;}
body#topic .readings-main dd {	margin-left: 0em;}

/* --------------------------------------------------
	ELタイムズ
-------------------------------------------------- */
body.times#topic img.column_image {
	width: auto;
	float: right;}
/* ------------------------
    .profile conclusion
------------------------ */
body.times#topic div.profile,
body.times#topic div.conclusion {
	clear:both;
	width: 98%;
	margin: 1em 1%;
	padding:4px 6px 6px 6px;
	margin-bottom: 25px;
	border: 1px solid #ccc;
	border-radius: 4px;}
	body.times#topic div.profile:after,
	body.times#topic div.conclusion:after {
		content: ".";
		display: block;
		height: 0;
		font-size: 0;
		clear: both;
		visibility: hidden;
	}
body.times#topic div.profile h5.plofileTitle,
body.times#topic div.conclusion h5 {
	background-color: #efefef;
	border-radius: 4px;
	margin: 5px 0 10px 0 !important;
	padding: 2px 7px 2px 10px;
	font-weight:bold;
	line-height: 1.6;
	border-left: none;
}
body.times#topic div.profile h6.writerName,
body.times#topic div.conclusion h6 {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 3px !important;
	padding: 0 .75em;}
body.times#topic div.profile p,
body.times#topic div.conclusion p {
	margin-bottom: 10px;
	padding: 0 10px;
	text-indent: 0;}
body.times#topic div.conclusion dl { margin-left: 0.5em;}

div.conclusion dt { font-weight: bold;}
	div.conclusion dt div.fright { font-weight: normal;}
	div.conclusion dt strong { color: #FF7A19;}
	div.conclusion dt strong small { font-weight: normal;}
div.conclusion dd { margin-left: 1em; margin-bottom: .5em}
div.conclusion .stars { color: red;font-weight: normal;}

	/* ---- kininaru 誰もが気になるローンのあれやこれや ---- */
	body.times.kininaru#topic .conclusion dl {
		margin: 0 0;
		/*padding-right: 200px;*/}
	body.times.kininaru#topic .conclusion dt,
	body.times.kininaru#topic .conclusion dd { margin-left: .5em;}
	body.times.kininaru#topic .conclusion img.column_image {
		margin: 1em 1em 1em 1em;
		width: 150px;}
	body.times.kininaru #loan-ranking {
        border-top: none;
        border-bottom: none;
}

	/* ---- dream ローンで叶った！ ---- */
	body.dream div.profile {
	margin: 0 0 2em 0;}
	body.dream div.profile img.column_image {
	margin: 0 0 1em 1em;}
	body.dream h5.plofileTitle {/*家主さんデータ*/}
	body.dream h6.writerName {/*ご一家*/}
	body.dream div.profile dl {
	margin: .5em .75em;}
	body.dream div.profile dl:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;}
	body.dream div.profile dt:before { clear: left;}
	body.dream div.profile dt {/* 家族構成： */
	width: 9.5em;
	border: 1px solid transparent;
	margin-bottom: 0;
	padding-bottom: 0;
	float: left;
	text-align: left;
	color: #000;
	line-height: 1.5;}
	body.dream div.profile dd {
	border: 1px solid transparent;
	margin-bottom: 0;
	padding: 0 0 .2em 9.5em;
	line-height: 1.5;}
	body.dream div.profile dd:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: left;
	visibility: hidden;}
/* ------------------------
    saving 節約＋dream ローンで叶った！
------------------------ */
body.times#topic dl.talkColumn {
	clear:none;}
body.times#topic dl.talkColumn dt {/*ライター名*/
	clear: none;
	width: 5.5em;
	float: left;
	text-align: right;
	color: #000;
	font-weight: normal;
	white-space: nowrap;}
body.times#topic dl.talkColumn dt.title {/*小見出し*/
	width: auto! important;
	float: none! important;
	white-space: normal !important;
	letter-spacing: 0;
	color: #555;
	font-size: 18px;
	font-weight: normal;
	background-color: #efefef;
	border-radius: 4px;
	margin: .5em 0 1em 0;
	padding: .5em .7em .5em .7em;
	line-height: 1.2;
	text-align: left;
}

body.times#topic dl.talkColumn dd + dt.title {
	margin-top: 1em}
body.times#topic dl.talkColumn dd {
	clear: none;
	margin-left: 8.5em;
	margin-bottom: .5em;
	color: #444;}
body.times#topic dl.talkColumn dd.photo {/* ローンで叶った */
	margin: 1em 0 1em 8em;
	padding-left: 0px;
	text-align: center
	}
body.times#topic dl.talkColumn dd.photo img {
	width: auto;
	margin: .25em;
	padding: 0 0 0 0;
	float: none !important;
	}
body.times#topic dl.talkColumn dd.photo p {
	clear:both;
	margin: 0 0;
	padding: .5em 0 .5em 0em;
	text-indent: 0;
	text-align: center;
}
/* ------------------------
    donano ちょい上
------------------------ */
body.donano#topic .readings-main h3 {
	width: auto! important;
	float: none! important;
	white-space: normal !important;
	letter-spacing: 0;
	font-size: 18px;
	font-weight: normal;
	color: #555;
	background-color: #efefef;
	border-radius: 4px;
	margin: .5em 0 1em 0;
	padding: .5em .7em .5em .7em;
	line-height: 1.2;
	text-align: left;
	}
body.donano#topic div.profile {
	padding: 4px 6px 0px 6px;
	}
body.donano#topic div.profile img.column_image {
	margin: 5px 0px;
}
body.donano#topic div.profile p {
	padding: 0 180px 0 10px;
}
body.donano#topic div.profile p:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;}
body.donano#topic div.photoBox {
	margin: 15px 0px;
	overflow: hidden;
	padding-left: 120px;}
body.donano#topic div.photoBox p {
	margin: 0 0 0 175px !important;
	text-indent: 0;}
body.donano#topic div.photoBox p span {
	display: block;
	margin: .5em 0 .5em 1em;
	line-height: 1.1em}
body.donano#topic div.photoBox strong {
	font-size: 18px;
	color: #444;}
body.donano#topic div.photoBox img.column_image {
	padding: 0 20px 0px 0px;
	float: left !important;
}

/* ------------------------
    battle マネーこだわりバトル十番勝負
------------------------ */
body.battle#topic .readings-main p + p {
    margin: 0.5em 0;
}
body.battle#topic .readings-main p.resume {/* 小見出し */
    margin-bottom: 20px;
    font-size: 28px;
    letter-spacing: 0.1em;
    line-height: 1;
    text-indent: 0;}

body.battle p.ansA,
	body.battle p.ansB,
	center.resume {
	clear: both;
	margin-top: 1em;
	margin-bottom: 1em;
	font-weight: bold;
	color: #FF7A19;}
	center.resume {
	width: 555px;
	margin: 1em auto;
	background-color: #fff;
	padding: 1em 0;}
	center.resume img.column_image {
	float: none !important;}
body.battle p.ansA:after,
	body.battle p.ansB:after,
	p.resume:after,
	center.resume:after,
	div.legend:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;}

	/* 円グラフ凡例 */
body.battle#topic .readings-main div.legend {
	width: 570px;
	margin: 1em auto;
	padding: 1em 2em;
	text-align: left;
	border: 1px solid #fff;}
body.battle#topic .readings-main div.legend p {
	margin-top: 50px;
	margin-left: 270px;
	padding: 1.5em 2em;
	text-align: left;
	color: #444;
	font-size: 12px;
	font-weight: normal;
	border: 1px dashed #ccc;
	text-indent:0;}
body.battle#topic .readings-main div.legend img.column_image {
	float: left !important;
}

body.battle .readings-main ul.ansListC,
	body.battle .readings-main ul.ansListA,
	body.battle .readings-main ul.ansListB {
		margin: .3em 0 .3em 1em;
		padding-left: 0em;
		list-style: none;}
	body.battle .readings-main ul { color: #666;}
	body.battle .readings-main ul.ansListA { color: #600;}
	body.battle .readings-main ul.ansListB { color: #006;}

body.battle .readings-main ul.ansListC li,
	body.battle .readings-main ul.ansListA li,
	body.battle .readings-main ul.ansListB li{
		list-style: none;
		margin-left: 0em;
		padding-bottom: 5px;
		padding-left: 24px;
		line-height: 1.2em;
		list-style: none;
		background-repeat: no-repeat;
		background-position: left top;
		}
body.battle ul.ansListC li { background-image: url('/images/times/_battle/ansListC.gif');}
body.battle ul.ansListA li { background-image: url('/images/times/_battle/ansListA.gif');}
body.battle ul.ansListB li { background-image: url('/images/times/_battle/ansListB.gif');}

/* ------------------------
	kininaru ローンのあれやこれや
------------------------ */
body.kininaru#topic .readings-main h3 {
	width: auto! important;
	float: none! important;
	white-space: normal !important;
	letter-spacing: 0;
	background-color: #efefef;
	border-radius: 4px;
	margin: .5em 0 1em 0;
	padding: .5em .7em .5em .7em;
	line-height: 1.2;
	text-align: left;
	/*font-size: 115%;
	font-weight: normal;*/
	}
body.kininaru#topic #readings .readings-main > div > div.resume {
    clear: both;
    padding: 12px;
    margin-bottom: 25px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 110%;
    line-height: 1.6;}
body.kininaru#topic #readings .readings-main > div > div.resume p {
	margin-bottom: 0;
	padding-right: 260px;
	color: #000;
	text-indent: 0;}
body.kininaru#topic .readings-main > div > div.resume p:after {
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;}

body.kininaru#topic .readings-main .resume {
	clear: none;
	margin-top: 0;
	margin-bottom: 1em;
	font-weight:normal;
	color: #000;
	font-size: 110%;
	line-height: 1.4;
	text-indent: 0;
}
body.kininaru#topic .readings-main .resume:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;}

body.kininaru#topic .readings-main img.column_image {
	float: right;
	width: 250px;
	margin: 0 0 24px 24px;}
body.kininaru#topic .readings-main img.fig,
body.kininaru#topic .readings-main p.fig img {
	margin: 0 0 0 0;
	width: auto;
	max-width: 100%;
	float: none;}
body.kininaru#topic .readings-main h3,
body.kininaru#topic .readings-main h4,
body.kininaru#topic .readings-main h5,
body.kininaru#topic .readings-main h6 {
	clear: none;
	margin-top: 2em !important;
	margin-bottom: .7em !important;
	font-size: 150%;
	font-weight: bold;}
body.kininaru#topic .readings-main h3 {
	width: auto! important;
	float: none! important;
	white-space: normal !important;
	letter-spacing: 0;
	background-color: #efefef;
	border-radius: 4px;
	margin: .5em 0 1em 0;
	padding: .5em .7em .5em .7em;
	font-weight: normal;
	line-height: 1.2;
	text-align: left;}
body.kininaru#topic .readings-main h4 {
	color: #444;
	font-weight: bold;}
body.kininaru#topic .readings-main h5 {
    color: #555;
    border-left: 7px solid #999;
    margin-top: 1em !important;
    padding-left: .7em;
    font-weight: normal;}
body.kininaru#topic .readings-main h6 {
    color: #333;
    margin-top: 1em !important;
    padding-left: 0;
    font-size: 125%;
    font-weight: bold;}
	/* ライター紹介 */
body.kininaru#topic .readings-main div.fpProfile h4,
body.kininaru#topic .readings-main div.fpProfile h5,
body.kininaru#topic .readings-main div.fpProfile h6 {
	margin-top: .5em !important;}

body.kininaru#topic .readings-main .listIconNumber {
	margin-left: 1.3em;}
body.kininaru#topic .readings-main .listIconNumber > li {
	list-style:decimal inside;
	text-indent:-1em; }
	body.kininaru#topic .readings-main .listIconNumber li li {
	text-indent:0em;}

body.kininaru#topic .readings-main .column {
	margin: 1em 0 1em 1em;
    padding: 1em 1.5em;
    background-color: #ffffec;
    border: 1px solid #b9b9bb;}
body.kininaru#topic .readings-main .column h4,
body.kininaru#topic .readings-main .column h5,
body.kininaru#topic .readings-main .column h6 {
	margin-top: 0 !important;
	margin-bottom: 0.8 !important;}

/* --------------------------------------------------
    大辞典
-------------------------------------------------- */
body.disctionary div.explanation {
	margin-bottom: 0;
}
body.disctionary div.explanation p {
	padding: 30px;
	font-size: 18px;
	background: #f0f0f0;
	border-radius: 8px;}
body.disctionary div.explanation p a {
	color: #42a420;
	text-decoration: underline;}
body.disctionary div.explanation + div.return-link {
	margin: 25px 0 0 0;
	padding-bottom: 40px;
}
/* --------------------------------------------------
    賢い借り方
-------------------------------------------------- */
/* 特殊指定 */
table.paternTblType2 .cellTweUnite {
    background: #e5e5e5;
}
table.paternTblType2 .cellThreeUnite {
    background: #f3f9ec;
}
table.paternTblType2 .cellFourUnite {
    background: #fff6e7;
}


/* -------------------------------------------------- --------------------------------------------------
	記事修飾
-------------------------------------------------- --------------------------------------------------*/
.readings-main {
	position: relative;
}
body#topic .readings-main > p.reading-time {/* この記事は、20分で読むことができます。*/
	margin: 0 0 1.5em 0;
	padding: .25em 0;
	text-align: center;
	color: #666;
	background-color: #f6f6f6;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	text-indent: 0;
}
body#topic .readings-main > p.reading-time em {
	color: #D58835;
}
body#topic .readings-main > p.go-to-ranking {
        position: relative;
        margin: -1em 0 20px 0;
        padding: 10px 0;
        color: #666;
        border: 1px solid #f0ba17;
        background-color: #fff;
        border-radius: 8px;
	text-align:center;
}
body#topic .readings-main > p.go-to-ranking a {
	text-decoration:none;
}
body#topic .readings-main > .topic-point {/* この記事のポイント */
	position: relative;
	margin: -1em 0 20px 0;
	padding: 0 0;
	color: #666;
	border: 1px solid #f0ba17;
	background-color: #fff;
	border-radius: 8px 0 8px 0;
}
body#topic .readings-main > .topic-point h6 {
	display: inline-block;
	margin: 0 0 !important;
	padding: .25em .75em .5em .75em;
	font-size: 14px;
	font-weight: normal;
	background-color: #f0ba17;
	color: #fcfcfc;
	border-radius: 7px 0 8px 0;
}
body#topic .readings-main > .topic-point h6::before {
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	content: "\f0eb"/*"\f164 "*/;
	margin: 0 0;
	padding: 1px .5em 0 0;
	font-size: 16px;
	font-weight: 400;
}
body#topic .readings-main > .topic-point ul {
	margin: .75em 1em .75em 2.4em;
	padding: 0 0;
	line-height: 1.2;
	list-style: square;
}
body#topic .readings-main > .topic-point ul li {
	margin: .25em 0 .25em .1em;
	padding: 0 .1em;
	list-style: square;
}
/* -------------------------------------------------- --------------------------------------------------
	見出し一覧 .outline
-------------------------------------------------- --------------------------------------------------*/
ul.outline {
	width: 100%;
	position: relative;
	margin: 0 0px 25px 0px;
	padding: 10px 10px;
	border-radius: 3px;
	line-height: 1.5;
	background-color: #fff;
	border-width: 1px 0;
	border-style: solid;
	border-color: #ccc;
}
ul.outline:before {
	content:"目次";
	display: block;
	margin: 5px 0 4px 10px;
	padding: 2px 10px;
	border-left: #42a420 3px solid;
	letter-spacing: .1em;
	line-height: 1;
}
ul.outline li {
	margin-left: 10px;
}
ul.outline li a {
	display: inline-block;
	text-decoration: none;
	background: url("../../images/common/gray-arrow.png") 0 6px no-repeat;
	background-size: 5px auto;
	padding-left: 12px;
	}
ul.outline li:first-child {/* */
	margin-left: 5px;
	padding-left: 5px;
	padding-bottom: 0px;
	margin-bottom: 0px;}
ul.outline li:first-child span {
	display: inline-block;
	margin-bottom: 5px;
	padding: 2px 10px;
	border-left: #42a420 3px solid;
	letter-spacing: .1em;
	line-height: 1
}

/* 本文：文字修飾 */
.red {
	color: red;}
.green {
	color: #005944;
}
.pgreen {
	color: #996;
}
.orange {
	color: #EB9100;
}
.brown {
	color: #743507;
}
/* 文字配置 */
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.fright {
	float: right;
}
.fleft {
	float: left;
}

@charset "UTF-8";
/* CSS Document */
/*===================================================
    カードレイアウト
===================================================*/
/* --------------------------------------------------
    .cardLayout
-------------------------------------------------- */
.cardLayout {
	clear: both;
	margin-bottom: 40px
	}
.cardLayout > h2,
.cardLayout > h3 {
	display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-top: 20px;
    margin-bottom: 10px;
}
.cardLayout > ul {
  /*margin-top: 30px;*/
}
.cardLayout > ul > li {
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,.1);
  padding: 12px 20px 12px 20px;
  border-radius: 3px;
}
.cardLayout > ul > li > div {
  border-bottom: 1px solid #42a420;
}
.cardLayout > ul > li,
.cardLayout > ul > li > div { /* kill margin between children */
  font-size: 0;
	margin-bottom: 12px;
}
.cardLayout > ul > li > div a {/* kill margin between children*/
	display: block;
	position: relative;
	transition: .2s;
	color: #444;
}
.cardLayout > ul > li > div a:after{
	right: 1px;
	transform: translateY(-50%) rotateZ(-45deg);
	width: 5px;
	height: 5px;
	border-right: 1px solid rgb(167,167,167);
	border-bottom: 1px solid rgb(167,167,167);
	content: "";
	position: absolute;
	top: 14px;
}
.cardLayout > ul > li > div h3 {
	width: inherit;
	display: block;
	font-size: 18px;
    font-weight: bold;
    line-height: 1 !important;
    margin: 0 0 0 0 !important;
    padding: 6px 0px 12px 0 !important;
    vertical-align: middle;
    letter-spacing: .1em;
}
	body#contact .cardLayout > ul > li > div h3 { letter-spacing: 0;}


.cardLayout > ul > li > div > p {
	width: auto;
	display: inline-block;
	margin-right: 20px;
	text-indent: 0;
}
.cardLayout2 > ul > li:first-child > div > p{
  max-width: 34px;
}
.cardLayout2 > ul > li:nth-child(2) > div > p{
  max-width: 35px;
}
.cardLayout1 > ul > li:first-child > div > p{
  max-width: 26px;
}
.cardLayout1 > ul > li:nth-child(2) > div > p{
  max-width: 26px;
}
.cardLayout1 > ul > li:nth-child(3) > div > p{
  max-width: 29px;
}
.cardLayout1 > ul > li:nth-child(4) > div > p{
  max-width: 30px;
}
.cardLayout1 > ul > li:nth-child(5) > div > p{
  max-width: 26px;
}
.cardLayout > ul > li > p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 12px 0;
}
.cardLayout > ul > li > div > p > img{
  transform: translateY(5px);
}
.cardLayout > ul > li ul.linkList {
	margin: 0 0;
	padding: 0 0;}
.cardLayout > ul > li ul.linkList li {
	padding-left: 0;
	position: relative;
	line-height: 1.2;
	margin-bottom: 10px;}
.cardLayout > ul > li ul.linkList li a {
	width: 100%;
	color: #3f9322;
	font-size: 14px;
	/*line-height: 25px;*/
	display: inline-block;
	padding-left: 12px;
	background: url("/images/common/link-arrow_grey.png") left 2px no-repeat;
	background-size: 5px auto;
}
/*  */
.cardLayout > ul > li ul.linkList.clmnBox2 li,
.cardLayout > ul > li ul.linkList.clmnBox3 li,
.cardLayout > ul > li ul.linkList.clmnBox4 li {
	display: inline-block;
	margin-right: 1%;
	vertical-align: top;}
.cardLayout > ul > li ul.linkList.clmnBox2 li { width: 49%;}
.cardLayout > ul > li ul.linkList.clmnBox3 li { width: 32%;}
.cardLayout > ul > li ul.linkList.clmnBox4 li { width: 24%;}

/* 複数配置 */
.cardLayout2 > ul,
.cardLayout3 > ul,
.cardLayout4 > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* - cardLayout3以下子要素 - */
.cardLayout3 > ul > li{
  width: calc(33% - 10px);
  position: relative;
}

/* - cardLayout2以下子要素 - */
.cardLayout2 > ul > li,
.cardLayout.clmn2 > ul > li {
  width: calc(50% - 20px);
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
	margin-bottom:15px;
	padding: 12px 20px;
}
/* - .cardLayout1以下子要素 - */
.cardLayout1{
	margin-bottom: 0;
}
.cardLayout1 > ul > li:not(:first-child){
  margin-top: 20px;
}
.cardLayout1 > ul > li > div > h3{
/*  font-size: 24px;*/
  font-size: 18px;
}
/*
.cardLayout2 > ul > li > div > h3{
  width: calc(100% - 55px);
  font-size: 20px !important;
}
.cardLayout2 > ul > li:first-of-type > div > h3{
width: calc(100% - 54px;
}
.cardLayout2 > ul > li:nth-of-type(2) > div > h3{
  width: calc(100% - 55px);
}
.cardLayout1 > ul > li:first-of-type > div > h3{
  width: calc(100% - 46px);
}
.cardLayout1 > ul > li:nth-of-type(2) > div > h3{
  width: calc(100% - 46px);
}
.cardLayout1 > ul > li:nth-of-type(3) > div > h3{
  width: calc(100% - 49px);
}
.cardLayout1 > ul > li:nth-of-type(4) > div > h3{
  width: calc(100% - 50px);
}
.cardLayout1 > ul > li:nth-of-type(5) > div > h3{
  width: calc(100% - 46px);
}
*/
/* --------------------------------------------------
	.cardBox：テキスト用
-------------------------------------------------- */
.cardBoxes {/* 外枠 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
	flex-wrap: wrap;
}
.cardBoxes1 .cardBox {}
.cardBoxes2 .cardBox {
  width: calc(50% - 10px);
  position: relative;}
.cardBoxes3 .cardBox {
  width: calc(33% - 10px);
  position: relative;}
.cardBoxes4 .cardBox {
  width: calc(25% - 10px);
  position: relative;}
/* */
.cardBox {
	/* */
    margin-bottom: 20px;
    padding: 10px;
    background: #ffffff;
    border-radius: 3px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.cardBox dt {
    margin-bottom: 10px;
    padding: 0 0 5px 0;
    font-size: 20px;
    letter-spacing: 0.1em;
    border-bottom: 1px solid #cccccc;
}
	.cardBox dt span.num {
	display: inline-block;
	margin: 1px 1px 1px 0;
    padding: 2px 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 100%;
    color: #ffffff;
    background: #f0ba17;}
.cardBox dd p {
    line-height: 1.4;
    text-indent: 0;
}
.cardBox dd p + p.note {
	margin-top:0.5em;
	margin-left: 1em;
	text-indent: -1em;
	font-size: 90%;
	color: #666;}

.cardBox dd div {
    text-align: right;
}
.cardBox dd div span {
    display: inline-block;
    padding-left: 15px;
    background: url("/images/common/link-arrow_grey.png") left center no-repeat;
    background-size: 5px auto;
}
.cardBox dd div a {
    color: #3f9322;
    line-height: 1.7;
}
@charset "UTF-8";
/* CSS Document */
/*===================================================
    PC：読み物コンテンツの表
===================================================*/
.container .readings-main table {
	margin: .5em auto;
	width: 96%;
	background-color: #fff;
	border-collapse: collapse;
}
.container .readings-main table caption {
	text-align:center;
	font-weight: bold;}
.container .readings-main table thead tr th,
.container .readings-main table tfoot tr th {
	background-color: #e9f8e2;}
.container .readings-main table thead tr td,
.container .readings-main table tfoot tr td {
	background-color: #F4FBF0;}
.container .readings-main table th,
.container .readings-main table td {
  border: 1px solid #ccc;  
  padding: 8px;
}
.container .readings-main table tbody th {
	background: #f9fafc;
	min-width: 10em;
}
/* セル内の配置 */
.container .readings-main table th.aRight,
.container .readings-main table td.aRight { text-align: right;}
.container .readings-main table th.aCenter,
.container .readings-main table td.aCenter { text-align: center;}
/* セルに背景色を付ける */
.container .readings-main table th.cld,
.container .readings-main table td.cld {
	background-color: #ffe;}

/* SPでは縦に展開するもの */
.container .readings-main table.verticalTable i {/* PCでは不可視 */
	display: none;
	}

/* PCでもスクロールを許容するもの .srcollTable */
div.scrollTable {
	overflow-x: auto;
	width: auto;
	max-width: 840px;
	margin: 0 0;
}
.container .readings-main div.scrollTable table {
	max-width: 100% !important;
}
.container .readings-main div.scrollTable > div > table tbody th,
.container .readings-main div.scrollTable > div > table tbody td {
	word-break: normal;
	/* white-space: nowrap; 文字の折返しを禁止 */
}
.srcollTable::-webkit-scrollbar {
	height: 5px; /* スクロールバーの高さ */
}
.srcollTable::-webkit-scrollbar-track {
	background: #F1F1F1; /* スクロールバーの背景色 */
}
.srcollTable::-webkit-scrollbar-thumb {
	background: #d6d6d6; /* スクロールバーの色 */
}

/*===================================================
	PC：特殊な指定
===================================================*/

/* --------------------------------------------------
	賢い借り方
-------------------------------------------------- */
.cellTweUnite {
    padding: 3px 0 2px 0;
    background: #e5e5e5;
    border-bottom: none;}
.cellThreeUnite {
padding: 3px 0 1px 0;
    background: #f3f9ec;
    border-top: 1px solid #b9b9bb;
    border-bottom: none;}
.cellFourUnite {
    padding: 3px 0 1px 0;
    background: #fff6e7;
    border-top: 1px solid #b9b9bb;
    border-bottom: 1px solid #b9b9bb;}
@charset "UTF-8";
/*===================================================
	読み物内：ランキング
===================================================*/
/* --------------------------------------------------
	総合ランキング
-------------------------------------------------- */
#loan-ranking.categoryRanking {
    margin-top: 30px;
	margin-bottom: 20px;
    padding-bottom: 20px;
	border: none;}

body.fp#topic .readings-main .categoryRanking h2,
body.kininaru#topic .readings-main .categoryRanking h3,
body.dream#topic .readings-main .categoryRanking h3,
body.howto#topic .categoryRanking h2,
body.disctionary#topic .categoryRanking h2 {
	margin: 40px 0 20px 0;
	padding: .5em .7em .5em .7em;
	width: auto! important;
	float: none! important;
	white-space: normal !important;
	letter-spacing: 0;
	background-color: #efefef;
	border-radius: 4px;
	font-weight: normal;
	line-height: 1.2;
	text-align: left;}
	body.fp#topic .readings-main .categoryRanking h2 strong { font-weight: normal;}
.categoryRanking h2 {
	font-size: 19px;
	font-weight: bold;
    line-height: 1;
    letter-spacing: 0.1em;
    margin: 1em 0 .5em 0;
}
.readings-main .categoryRanking p {
	text-indent: 0;
	margin-bottom: 1em;
}
#loan-ranking h2 + p,
#loan-ranking h3 + p {
    margin-top:0 !important;
    margin-bottom:10px !important;
}
#loan-ranking h2,
#loan-ranking h3 {
        font-size: 22px !important;
}


.categoryRanking .loanlist {
	padding: 0 0;
	margin-bottom: 15px;
}

.categoryRanking .loanlist li {
	padding: 10px 15px 20px;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	background: #fff;
}

.categoryRanking .loanlist li:not(:last-child) {
    margin-bottom: 20px;
}

.categoryRanking .loanlist li > div:first-child > div:first-child  {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 5px;
	/**/
	width: 185px;
	float: left;
}

.categoryRanking .loanlist li > div:first-child > div:first-child img.rankmark {
    width: 50px;
    margin-right: 25px;
}

.categoryRanking .loanlist li > div:first-child > div:first-child span.rankmark {
    background: linear-gradient(to right, #aaa, #bbb);
    display: block;
    width: 60px;
    height: 30px;
    margin-right: 25px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    line-height: 30px;
    font-size: 14px;
}

.categoryRanking .loanlist li > div:first-child > div:first-child span.rankmark span {
    display: inline-block;
    font-size: 18px;
    min-width: 1em;
}

.categoryRanking .loanlist li > div:first-child > div:first-child .banklogo {
	width: 100px;
/*	margin-bottom: 5px;*/
}

.categoryRanking .loanlist li > div:first-child > div:nth-child(2) {
	display: inline;}

.categoryRanking .loanlist li > div:first-child > div:last-child > div:first-child {
	/*padding-bottom: 15px;*/
	/*margin-bottom: 10px;*/
	font-size: 16px;
	/* border-bottom: 1px solid #ccc; */
	/*  */
	margin-left: 200px;
}

body#topic .readings-main .categoryRanking .loanlist li > div:first-child > div:last-child > div:first-child p {
	text-indent: 0;
	margin: 0 0 5px 0;
	line-height: 1.4;
}

.categoryRanking .loanlist li > div:first-child > div:last-child > div:first-child p a {
    color: #3f9322;
	text-decoration:none;
}

.categoryRanking .loanlist li > div:first-child > div:last-child > div:first-child span {
    display: block;
    line-height: 1;
}

.categoryRanking .loanlist li > div:first-child > div:last-child > div:last-child {
	clear: both;
	border-top: 1px solid #ccc;
	margin-top: 10px;
	padding-top: 15px;
}
.categoryRanking .loanlist li > div:first-child > div:last-child > div:last-child dl {
	display: inline-block;
	width: 48%;
	font-size: 14px;
	margin-bottom: 10px;
}

.categoryRanking .loanlist li > div:first-child > div:last-child > div:last-child dl:not(:last-child) {
    margin-bottom: .1em;
}

.categoryRanking .loanlist li > div:first-child > div:last-child > div:last-child dl::after {
    content: '';
    display: block;
    clear: both;
}

.categoryRanking .loanlist li > div:first-child > div:last-child > div:last-child dl dt {
    float: left;
    min-width: 8.5em;
}

.categoryRanking .loanlist li > div:first-child > div:last-child > div:last-child dl dd {
    margin-left: 9em/*97px*/;
    color: #f28d33;
}

.categoryRanking .loanlist li > div:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-between;
    padding-top: 5px;
}

.categoryRanking .loanlist li > div:last-child > div:last-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%/*calc(65% - 5px)*/;
}

.categoryRanking .loanlist li > div:last-child .btn-add div.on > span {
    background: url("../../images/lender_under/ico-check.png") no-repeat left 10px center;
    background-size: 15px auto;
}

.categoryRanking .loanlist li > div:last-child > div:last-child a[data-link] {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 60%;
	height: 40px;
	line-height: 40px;
	background: #eee;
	text-align: center;
	border-radius: 20px;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
}
.categoryRanking .loanlist li > div:last-child > div:last-child a[data-link]:hover {
	text-decoration: none;
}

.categoryRanking .loanlist li > div:last-child > div:last-child a[data-link]:not(:last-child) {
    margin-right: 5px;
}

.categoryRanking .loanlist li > div:last-child > div:last-child a[data-link=application] {
    background: #ee8e26;
}

.categoryRanking .loanlist li > div:last-child > div:last-child a[data-link=claim] {
    background: #6fb42c;
}

.categoryRanking .loanlist li > div:last-child > div:last-child a[data-link=consultation] {
    background: #08bbd6;
}

.categoryRanking > small {
    display: block;
    line-height: 1.3;
    margin: 0 auto;
    padding: 0 10px;
    font-size: 14px;
}
