@charset "UTF-8";
/* CSS Document */
/*===================================================
    カードレイアウト
===================================================*/
/* --------------------------------------------------
    .cardLayout コーナー見出しなど：リンクリスト
-------------------------------------------------- */
.cardLayout {
	clear: both;
	margin-bottom: 40px
	}
.cardLayout > h2,
.cardLayout > h3 {
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: 0.05em;
    margin-top: 20px;
    margin-bottom: 10px;
}
.cardLayout > ul {}
.cardLayout > ul > li {
	margin-bottom: 15px;
	padding: 15px 20px;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
}
.cardLayout > ul > li div {
  padding: 0 0 10px 0;
  display: block;
  margin-bottom: 15px;
  border-bottom: 1px solid #6fb42c;
}
.cardLayout > ul > li div > a,
.cardLayout > ul > li div span {
  background-size: 5px auto;
  display: block;
  font-size: 18px;
  line-height: 23.4px;
  letter-spacing: 0.1em;
  padding-right: 10px;
  position: relative;
}
.cardLayout > ul > li div h3 {
	clear: none;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	margin: 0 0;
	padding: 0 0;
	border-bottom: none;
}
.cardLayout > ul > li div h3 a,
.cardLayout > ul > li div span a {/* その他リンク */
	display: block;
	width: 100%;
	position: relative;
	color: #444;
}
.cardLayout > ul > li > div h3 a:after,
.cardLayout > ul > li div > a:before {
  width: 6px; height: 6px;
  box-shadow: 1px 1px #afafaf;
  content: "";
  position: absolute;
  top: 50%; right: 2px;
  transform: translateY(-50%) rotateZ(-45deg);
}
.cardLayout > ul > li > div p,
.cardLayout > ul > li > p {
	text-indent:0 !important;}
.cardLayout > ul > li ul.linkList {
	margin: 0 0;
	padding: 0 0;}
.cardLayout > ul > li ul.linkList li a {
	width: 100%;
	color: #3f9322;
	display: inline-block;
	padding-left: 15px;
	background: url("/images/common/link-arrow_grey.png") left center no-repeat;
	background-size: 5px auto;}

/* --------------------------------------------------
	.cardBox：テキスト用
-------------------------------------------------- */
.cardBoxes {/* 外枠 */}
.cardBoxes1 .cardBox {}
.cardBoxes2 .cardBox {}
.cardBoxes3 .cardBox {}
.cardBoxes4 .cardBox {}
/* */
.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: 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/fp/link-arrow_grey.png") left center no-repeat;
    background-size: 5px auto;
}
.cardBox dd div a {
    color: #3f9322;
    line-height: 1.7;
}

/* --------------------------------------------------
	ローン大辞典
-------------------------------------------------- */
body.dictionary#index .cardLayout > ul > li div {
	margin-bottom: 0px;
	padding-bottom: 0;
	border-bottom: none;
}
	body.dictionary#index .cardLayout > ul > li.active div {
		border-bottom: 1px solid #6fb42c;
		padding-bottom: 10px;
		}
body.dictionary#index .cardLayout > ul > li div h3 {
	background-image: url("/images/common/headGnav-icon_plus.png");
	background-position: center right;
	background-repeat: no-repeat;
	background-size: 14px auto;
}
	body.dictionary#index .cardLayout > ul > li.active div h3 {
		background-image: url("/images/common/headGnav-icon_minus.png");
	}
body.dictionary#index .cardLayout > ul > li ul.linkList {
	display: none;
	margin-top:15px;}
	body.dictionary#index .cardLayout > ul > li.active ul.linkList {}
