@charset "UTF-8";
/* CSS Document */
/*===================================================
    FPからのアドバイス
===================================================*/

/* --------------------------------------------------
    #maincontents
-------------------------------------------------- */
#maincontents {
    background-color: #fcfcfc;
}

/* --------------------------------------------------
    .maincontents-top
-------------------------------------------------- */
.maincontents-top .searchform {
    background: -webkit-gradient(linear, left top, right top, from(#daf7e0), to(#f2f7da));
    background: -webkit-linear-gradient(left, #daf7e0, #f2f7da);
    background: -o-linear-gradient(left, #daf7e0, #f2f7da);
    background: linear-gradient(to right, #daf7e0, #f2f7da);
    background-size: cover;
    /*margin: 30px 0 0;*/
    padding: 0 12px/*0 10px*/;
    position: relative;
}

.maincontents-top .searchform h1 {
	position: relative;
	top: -12px;
	font-size: 21px;
	letter-spacing: 0.05em;
	color: #6fb42c;
	line-height: 1.2;
}

.maincontents-top .searchform > div {
    max-width: 1180px;
    margin: 0 auto;
    position: relative;
    padding: 0 0 62px;
}

.maincontents-top .searchform > div p {
	/*
	padding: 0;
	margin: 0 0 30px;*/
	padding: 0 0 10px 0;
	line-height: 1.7;
	letter-spacing: 0;
}
.searchform-btn {
	background: url("/images/common/arrow-white.png") no-repeat right 20px center;
    background-size: 9px auto;
    background-color: #6fb42c;
    color: #fff;
    text-align: center;
    height: 44px;
    line-height: 44px;
    cursor: pointer;
    border-radius: 22px;
    margin-bottom: -22px;
    z-index: 1;
    position: relative;
}
.searchform-main {
    -webkit-box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    margin-bottom: -22px;
    padding: 40px 10px 30px;
    position: relative;
    z-index: 0;
    display: none;
    border-radius: 0 0 3px 3px;
}
.searchform-main dl {
    margin-bottom: 15px;
}
.searchform-main dl dt {
    color: #888888;
    margin-bottom: 4px;
}
.searchform-main .searchform-checkBox {
    margin: -10px 0 0 0;
}
.searchform-main .searchform-checkBox li {
    margin: 10px 0 0 0;
}
.searchform-main form > div:first-child dl:first-child li {
    width: 47%;
}
.searchform-main form > div:first-child dl:first-child li:nth-child(odd) {
    width: 53%;
}
.searchform-main form > div:first-child dl:nth-child(2) li {
    width: 45%;
}
.searchform-main form > div:first-child dl:nth-child(2) li:nth-child(odd) {
    width: 55%;
}
.searchform-main .searchform-checkBox label {
    padding-left: 30px;
}
.searchform-main .searchform-tag-layoutbox {
    max-width: 500px;
    margin: 0 0 10px;
}
.searchform-main .searchform-tag-layoutbox > ul {
    display: inline;
    font-size: 0;
}
.searchform-main .searchform-tag-layoutbox > ul li {
    position: relative;
    display: inline-block;
    margin: 0 10px 10px 0;
    font-size: 14px;
    text-align: center;
    background: #eeeeee;
}
.searchform-main .searchform-tag-layoutbox > ul li.selected {
    background: #bbb;
}
.searchform-main .searchform-tag-layoutbox > ul li.selected > a {
    color: #fff;
}
.searchform-main .searchform-tag-layoutbox > ul li:last-child {
    margin-right: 40px;
}
.searchform-main .searchform-tag-layoutbox > ul li:last-child:after {
/*
    content: '...';
    position: absolute;
    top: -5px;
    right: -20px;
    font-size: 16px;
*/
}
.searchform-main .searchform-tag-layoutbox > ul li a {
    display: block;
    padding: 5px 10px;
    line-height: 1;
}
.searchform-main .searchform-tag-layoutbox > div {
    display: inline-block;
    margin-bottom: 10px;
    padding-left: 15px;
    background: url("/images/common/link-arrow_grey.png") left center no-repeat;
    background-size: 5px auto;
}
.searchform-main .searchform-tag-layoutbox > div a {
    color: #3f9322;
    line-height: 1.7;
}
.searchform-main .searchform-submit {
    width: 100%;
}
/* --------------------------------------------------
    .maincontentsWrap
-------------------------------------------------- */
.maincontentsWrap {
    padding: 40px 10px 0;
}

/* --------------------------------------------------
    .sidenav
-------------------------------------------------- */
body.fp#index .sidenav > dl.sidenav-box:first-child {
	margin-top: 40px;
}
.sidenav .sidenav-planner dt {
	font-size:18px;
}
.sidenav .sidenav-relate {
    margin-bottom: 40px;
}
.sidenav .sidenav-relate dt {
    margin-bottom: 10px;
    padding: 0 0 0 15px;
    font-size: 18px;
    letter-spacing: 0.05em;
    border-left: 3px solid #6fb42c;
}
.sidenav .sidenav-relate dd {
    padding-top: 20px;
    line-height: 1.3;
    border-top: 1px solid #cccccc;
}
.sidenav .sidenav-relate dd ul li + li {
    margin-top: 20px;
}
.sidenav .sidenav-relate dd ul li a {
    color: #3f9322;
    line-height: 16.8px;
}
/* --------------------------------------------------
    #maincontentsLinklist
-------------------------------------------------- */
#maincontentsLinklist .container > ul {
	/* margin-bottom: 40px; */
}
#maincontentsLinklist .container > ul > li {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    display: block;
    padding: 10px 10px 15px;
    line-height: 1.3;
}
#maincontentsLinklist .container > ul > li + li {
    margin-top: 30px;
}
#maincontentsLinklist .container > ul > li > span {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 2px 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #ffffff;
    background: #f0ba17;
}
#maincontentsLinklist .container > ul > li img {
    display: inline-block;
    margin-bottom: 20px;
}
#maincontentsLinklist .container > ul > li p {
    overflow: hidden;
}
#maincontentsLinklist .container > ul > li p span {
    float: left;
}
#maincontentsLinklist .container > ul > li p time {
    float: right;
    color: #888888;
}
#maincontentsLinklist .container > ul > li h2 {
    margin: 10px 0;
    font-size: 18px;
    color: #3f9322;
}
#maincontentsLinklist .container > ul > li h2 a {
    color: #3f9322;
}
#maincontentsLinklist .container > ul > li div {
    overflow: hidden;
}
#maincontentsLinklist .container > ul > li div a {
    float: left;
    padding: 4px 2px 1px;
    background: #eeeeee;
	margin-right:4px;
}
#maincontentsLinklist .container > ul > li div p {
    float: right;
    padding-left: 20px;
    background: url("/images/fp/icon-pen.png") left center no-repeat;
    background-size: 16px auto;
}

/* --------------------------------------------------
    .maincontents-title
-------------------------------------------------- */
.maincontents-title {
    padding: 10px 10px 0;
    -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: 15px;
    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;
    padding: 0 10px;
    color: #ffffff;
    line-height: 1.4;
    background: #ee5b5b;
}
.maincontents-title > div > span {
	display: block;
	float: right;
	color: #888888;
}
.maincontents-title > div > span time {
	display: inline-block;
}
.maincontents-title h1 {
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-size: 19px;
    color: #6fb42c;
    letter-spacing: 0.05em;
    border-bottom: 2px solid #72b52b;
}
.maincontents-title dl {
    padding: 0 15px;
    font-size: 16px;
    background: #f0f0f0;
}
.maincontents-title dl dt,
	.maincontents-title dl dd {
	display:table;
	width: 100%
	}

.maincontents-title dl dt {
	position: relative;
	padding: 10px 0 10px 0;
}
.maincontents-title dl dd {
	position: relative;
	overflow: hidden;
	padding: 10px 0 10px 0;
	border-top: 1px solid #cccccc;
}

.maincontents-title dl dt:before,
	.maincontents-title dl dd:before {
	font-family: 'Josefin Sans';
	font-weight: 400;
	font-size: 30px;
	display:table-cell;
	vertical-align: middle;
	width: 1.3em;
	text-align: left;
}
.maincontents-title dl dt:before {
	content: 'Q.';
	color: #aaaaaa;
}
.maincontents-title dl dd:before {
	content: 'A.';
	color: #6fb42c;
}
.maincontents-title dl dd figure {
	width: 6em;
	padding: 0 0 0 10px;
	text-align: center;
	display:table-cell;
	vertical-align: middle;
}
.maincontents-title dl dd figure img {
    display: inline-block;
    width: 65px;
    margin-bottom: 5px;
}
.maincontents-title dl dd figure a {
	color: #3f9322;
	font-size: 14px;
}

/* --------------------------------------------------
    #readings
-------------------------------------------------- */
#readings .container {
    margin-bottom: 50px;
}
#readings .container > img {
    display: inline-block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin-bottom: 25px;
}
.readings-main {
	margin-bottom: 20px;
}
.readings-main a {
	color: #3f9322;
}
.readings-main h2 {
	margin-top: 1em;
	margin-bottom: 10px;
	font-size: 19px;
	letter-spacing: 0.025em;
}
.readings-main h3 {
	margin-top: 1em;
	margin-bottom: 10px;
	font-size: 16px;
	letter-spacing: 0.025em;
}
.readings-main p {
    text-indent: 1em;
}
.readings-main p + p {
    margin-top: 20px;
}
.readings-main > div + div > p {/* 参考リンク */
	margin-top: 20px;
	}

.readings-btm {
/*	padding-bottom: 40px;*/
	/* border-bottom:1px solid #cccccc;*/
}
.readings-btm > p {
    margin-bottom: 20px;
    text-align: right;
}
.readings-btm > p a {
    color: #3f9322;
}
.readings-btm > dl {
    margin-bottom: 25px;
}
.readings-btm > dl ul li {
    padding-left: 15px;
    background: url("/images/common/link-arrow_grey.png") left center no-repeat;
    background-size: 5px auto;
}
.readings-btm > dl ul li a {
    color: #3f9322;
    line-height: 1.7;
}
.readings-btm > ul {
    clear: both;
    margin: -10px -10px 0 0;
    font-size: 0;
}
	.readings-btm > ul.tag { margin: 10px 0;}

.readings-btm > ul li {
	display: inline-block;
	margin: 10px 10px 0 0;
}
	.readings-btm > ul.tag li { margin: 0 4px 0 1px;}
.readings-btm > ul li a {
	display: inline-block;
	padding: .25em 0.5em;
	font-size: 14px;
	border-radius: 2px;
	text-decoration: none;
	background: #eeeeee;
	line-height: 1;}



/*===================================================
    FP一覧
===================================================*/
/* --------------------------------------------------
    #maincontentsLinklist
-------------------------------------------------- */
body.fp#profile #maincontentsLinklist .container > ul > li img {
	width: inherit !important;
	float:left;
}
body.fp#profile #maincontentsLinklist .container > ul > li h2 {
	margin: 10px 0 10px 80px;
}
body.fp#profile #maincontentsLinklist .container > ul > li h2 a {}
body.fp#profile #maincontentsLinklist .container > ul > li div {
	margin-left: 80px;
}


/* 囲み */
.column {
	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);
}

/* 本文：文字修飾 */
.readings-main p.note {
	margin-top: 0px;
	font-size: 90%;
	color: #666;
	text-indent: 0;
}
.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;
}
/* リストの意匠 */
ul.link {
	display: block;
	margin: 10px 0 25px 0;
}
	ul.link a {
		display: inline-block;
		padding-left: 15px;
		background: url("/images/common/link-arrow_grey.png") left center no-repeat;
		background-size: 5px auto;
		color: #42a420;
		line-height: 1.7;
	}
a.iconArrowL,
ul.iconArrowL li,
ul.iconArrowL2 li,
p.iconArrowL,
dt.iconArrowL a,
dd.iconArrowL {
		display: block;
		padding-left: 15px;
		background: url("/images/common/link-arrow_grey.png") left center no-repeat;
		background-size: 5px auto;
		color: #42a420;
		line-height: 1.7;}

.categoryRanking {
	border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

/* --------------------------------------------------
    #widget 20200914
-------------------------------------------------- */
section#widget {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    bottom: 0;
    width: 100vw;
    background-color: #fff;
    font-size: 14px;
    line-height: 1.1;
    box-shadow: 0 -1px 3px #666;
}
    section#widget.on { display: block;}
section#widget a.widgetLink { text-decoration: none;}
section#widget dl.widgetBox {
    font-size: 14px;
    border: 2px solid #6fb42c;
}
section#widget dl.widgetBox dt {
    background-color: #6fb42c;
    color: #fff;
    text-align: center;
    line-height: 1.1;
    margin: 0 0;
    padding: .25em 0;
    font-weight: bold;
    letter-spacing: -0.05em;
    }
section#widget dl.widgetBox dt strong { color: yellow;}
section#widget dl.widgetBox dd {
    background-image: url("/images/fp/widjet_bg_ranking.jpg");
    background-position: bottom 0 left -3.5vw;
    background-repeat: no-repeat;
    background-size: 28vw;
}
section#widget ul.rankingBox {
   margin: 0 0 0 25vw;
   padding: 0 0;
   line-height: 1.1;
}
section#widget ul.rankingBox li {
    display: inline-block;
    width: 22vw;
    margin: 2vw 1vw 2vw 0;
    padding: 0 0;
}
section#widget ul.rankingBox li img {
    width: 100%;
    height: auto;
}
/* --------------------------------------------------
    webstory 20200925
-------------------------------------------------- */
#maincontentsLinklist .container > ul > li.summary {
	background: -webkit-gradient(linear, left top, right top, from(#daf7e0), to(#f2f7da));
	background: -webkit-linear-gradient(left, #daf7e0, #f2f7da);
	background: -o-linear-gradient(left, #daf7e0, #f2f7da);
	background: linear-gradient(to right, #daf7e0, #f2f7da);
	box-shadow: 0 2px 8px rgb(0, 0, 0, .2);
	border: 1px solid #f2f7da;
	padding: 10px 10px 15px 10px;
}
#maincontentsLinklist .container > ul > li.summary > em {
	display: block;
	font-style: normal;
    width: 100%;
	max-height: 70vw;
	overflow: hidden;
	margin-bottom: 1em;
}
#maincontentsLinklist .container > ul > li.summary > em::before {
	content: "";
	position: absolute;
	top: 20px;
	right: 20px;
	width: 30px;
	height: 30px;
	background: transparent url('/images/webstories/icon_ws_wh.png') 0 0 no-repeat;
	background-size: cover;
}
#maincontentsLinklist .container > ul > li.summary > em img {
    height: 100%;
    margin-bottom: 0;
}
#maincontentsLinklist .container > ul > li.summary > p span {
	display: inline-block;
	margin: 0 0 0em 0;
	padding: .25em 1em;
	font-size: 14px;
	background-color: #555;
	border-radius: 2em;
	line-height: 1.25;
	color: #fff;
}
#maincontentsLinklist .container > ul > li.summary > p time {
	display: block;
	margin: 0.125em 0 0 0;
	text-align: right;
	line-height: 1.5;
	white-space: nowrap;
}
#maincontentsLinklist .container > ul > li.summary > h2 {
	margin: .5em 0 0 0;
}
/* 記事 */
dl.summaryBox {
	margin-top: 15px;
}
.readings-btm > dl.summaryBox ul li.summary {
	display: inline-block;
	padding-left: 16px;
	background: url('/images/webstories/icon_ws.png') no-repeat left center;
	background-size: auto;
	background-size: 16px;
}
.readings-btm > dl.summaryBox dt span {
	display: inline-block;
	margin: 0 0 0 0.15em;
	padding: .25em .5em;
	background-color: #666;
	border-radius: 2em;
	line-height: 1.25;
	color: #fff;
}
/* ナビ */
.sidenav .sidenav-relate dd ul li.summary > span {
	display: inline-block;
	margin: 0em 0 .5em 0;
	padding: .25em 1em;
	font-size: 14px;
	background-color: #666;
	border-radius: 2em;
	line-height: 1.25;
	color: #fff;
}
.sidenav .sidenav-relate dd ul li.summary > a {
	display: inline-block;
	padding-left: 16px;
	background: url('/images/webstories/icon_ws.png') no-repeat left center;
	background-size: auto;
	background-size: 16px;
}

/**********/
.mgbt5 { margin-bottom: 5px;}
.mgbt10 { margin-bottom: 10px;}
.mgbt15 { margin-bottom: 15px;}
.mgbt20 { margin-bottom: 20px;}
.mgtp5 { margin-top: 5px;}
.mgtp10 { margin-top: 10px;}
.mgtp15 { margin-top: 15px;}
.mgtp20 { margin-top: 20px;}

@charset "UTF-8";
/* CSS Document */
/*===================================================
    SP：読み物コンテンツの表
===================================================*/
.container .readings-main table {
	margin: 1em 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: 6em;
}
/* セル内の配置 */
.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;}


/* 縦に展開するもの .verticalTable */
.container .readings-main table.verticalTable {
	width:98%;
	margin: 1em 1%;
	border-right:#ccc solid 1px;
	border-collapse: collapse;
}
.container .readings-main table.verticalTable caption {
	margin-bottom: 10px;
	font-size: 19px;
	letter-spacing: 0.025em;
	font-weight: bold;}
.container .readings-main table.verticalTable thead {
	display:none;
}
.container .readings-main table.verticalTable tfoot th,
.container .readings-main table.verticalTable tbody th {
	background: #e9f8e2;
	color:#000;
	padding:10px 15px;
	border: none;
	border-bottom:#FFF solid 1px;
	vertical-align:top;
}
.container .readings-main table.verticalTable tfoot tr:last-child th,
.container .readings-main table.verticalTable tbody tr:last-child th {
	border-bottom:#CCC solid 1px;
}
.container .readings-main table.verticalTable tfoot th,
.container .readings-main table.verticalTable tbody th {
	display:block;
	border-left:#CCC solid 1px;
	border-bottom:#CCC solid 1px;
}
	.container .readings-main table.verticalTable tfoot tr th br,
	.container .readings-main table.verticalTable tbody tr th br {
	display: none;}
.container .readings-main table.verticalTable tfoot tr:first-child > :first-child,
.container .readings-main table.verticalTable tbody tr:first-child > :first-child {
	border-top:#CCC solid 1px;
	}
.container .readings-main table.verticalTable tfoot td,
.container .readings-main 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;
}
.container .readings-main table.verticalTable tfoot td::before,
.container .readings-main table.verticalTable tbody td::before {
	content: attr(aria-label);
	display: table-cell;
	clear:both;
	padding-right: 1em;
	font-weight:bold;
	width: 30vw;
	border: none;
	white-space: normal;
	text-align: left;
}
.container .readings-main table.verticalTable tfoot td div,
.container .readings-main table.verticalTable tbody td div {
	display: table-cell;
	padding-left: 1em;
	border-left: 1px solid #ccc;
	text-align: left;}
	
/* スクロールを許容するもの .srcollTable */
div.scrollTable, div.srcollTable {
	overflow-x: scroll;
	overflow-y: auto;
	width: auto;
	max-width: 98vw;
	max-height: 70vh;
	margin: 0 5px;
}
div.scrollTable table,
.srcollTable table {
	width:auto !important;
}
div.scrollTable::-webkit-scrollbar,
.srcollTable::-webkit-scrollbar {
	height: 5px; /* スクロールバーの高さ */
}
div.scrollTable::-webkit-scrollbar-track,
.srcollTable::-webkit-scrollbar-track {
	background: #F1F1F1; /* スクロールバーの背景色 */
}
div.scrollTable::-webkit-scrollbar-thumb,
.srcollTable::-webkit-scrollbar-thumb {
	background: #d6d6d6; /* スクロールバーの色 */
}
div.scrollTable th, .srcollTable th,
div.scrollTable td, .srcollTable td, .x-scroll th{
	white-space: wrap; /* 文字の折返し禁止を廃止 2023.4.26 */
	min-width: 5em;
}

/*===================================================
	SP：特殊な指定
===================================================*/
/* --------------------------------------------------
	賢い借り方
-------------------------------------------------- */
.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;
    padding-bottom: 20px;
    border: none;}
.categoryRanking h2 {
    display: block;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.1em;
    margin: 1em 0 .5em 0;}
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 {
	width: auto! important;
	float: none! important;
	white-space: normal !important;
	letter-spacing: 0;
	background-color: #efefef;
	border-radius: 4px;
	margin: 40px 0 20px 0;
	padding: .5em .7em .5em .7em;
	font-weight: normal;
	line-height: 1.2;
	text-align: left;}
    body.fp#topic .readings-main .categoryRanking h2 strong { font-weight: normal;}
.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;
}

.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: 120px;
}

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

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 dl {
    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]: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;
}
