
.img-loan-case {
	text-align: center;
	margin: 0 auto;
	display: block;
	width:100%;

}

.text-loan-case {
	margin-bottom: 16px;
}

.text-red-loan-case {
	color: #E50012;
	font-family: "Shin Maru Go DemiBold";
	font-size: 16px;
	margin-bottom: 16px;

}

.title3-loan-case {
	background-color: #E50012;
	color: #FFF;
	font-size: 20px;
	font-family: "Shin Maru Go DemiBold";
	text-indent: -.7em;
	padding-left: 2em !important;
	border-radius: 7px;
	padding: 6px 13px 6px;
	margin-bottom: 16px;
}

.title3-loan-case i {
	color: #FFE100;
	margin-right: 3px;
}


.title4-loan-case {
	font-size: 20px;
	font-family: "Shin Maru Go DemiBold";
	margin-bottom: 16px;
}


.qa-loan-case {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 16px;
}

.q-loan-case {
	font-size: 16px;
	font-weight: bold;
}

.btn-loan-case {
	display: none;
}

@media screen and (max-width: 37.4375em){

	.btn-loan-case {
		display: block;
	}

	.btn-loan-case.accordion-toggle-active {
		display: none;
	}
	.a-loan-case {
		display: none;
	}

}


.a-loan-case {
}

.q-loan-case,
.a-loan-case {
	overflow: hidden;
	margin-bottom: 16px;
}

.q-loan-case img,
.a-loan-case img {
	float: left;
	margin-right: 10px;
}
.q-loan-case span {
	margin-top: .5em;
}
.q-loan-case span,
.a-loan-case span {
	overflow: hidden;
	display: block;
}


.zirei-loan-case-wrap {
	margin-top: 16px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.zirei-loan-case {
	width:340px;
	margin-bottom: 24px;
}

@media screen and (max-width: 37.4375em){
	.zirei-loan-case {
		width: 100%;
	}

	.zirei-loan-case .js-accordion-body {
		display: none;
	}

}


.zirei-loan-case-title3 {
	border-left: 5px solid #E50012;
	font-size: 16px;
	margin-bottom: 12px;
	padding-left: 10px;
	font-family: "Shin Maru Go DemiBold";
}

.zirei-loan-case-media {
	overflow: hidden;
	margin-bottom: 7px;
}
.zirei-loan-case-media__img {
	float: left;
	margin-right: 10px;
}
.zirei-loan-case-media__title {
	color: #E50012;
	font-size: 20px;
	margin-bottom: 4px;
	font-family: "Shin Maru Go DemiBold";

}
.zirei-loan-case-media__text {
	font-family: "Shin Maru Go DemiBold";
}
.zirei-loan-case-title4 {
	background-color: #E50012;
	color: #FFF;
	font-size: 16px;
	font-family: "Shin Maru Go DemiBold";
	text-indent: -.7em;
	padding-left: 2em !important;
	padding: 10px 13px 10px;
	position: relative;
}

.zirei-loan-case-title4 span,
.zirei-loan-case-title4 i {
	color: #FFE100;
	margin-right: 3px;
}
.zirei-loan-case-title4 .fa-plus {
	display: none;
}

@media screen and (max-width: 37.4375em){

	.zirei-loan-case-title4 .fa-plus {
		position: absolute;
		right: .5em;
		top: .8em;
		display: block;
	}

	.zirei-loan-case-title4.accordion-toggle-active{
		pointer-events: none;
	}

	.zirei-loan-case-title4.accordion-toggle-active i{
		display: none;
	}
}


.zirei-loan-case-dl {
	border-bottom: 1px solid #000;
	font-size: 13px;
	display: table;
	width:100%;
}

.zirei-loan-case-dl dt {
	background : #FAD2D6;
	padding: 1.5em .5em;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width:23%;
}
.zirei-loan-case-dl dd {
	padding: 1.5em .5em;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width:27%;
	white-space: nowrap;
}



.box-loan-case {
	padding: 20px;
	background-color: #fffac7;
	border-radius: 8px;
	margin-bottom: 30px;
}

.box-loan-case img {
	text-align: center;
}

.zirei-loan-case-text{
	margin-top: 8px;
	border-bottom: 1px solid #000;
	padding-bottom: 8px;

}


.box2-loan-case {
	padding: 20px;
	background-color: #fffac7;
	margin-bottom: 30px;
	text-align: center;
}


.box2-loan-case h3 {
	font-size: 15px;
	font-family: "Shin Maru Go DemiBold";
	margin-bottom: 11px;
}
.box2-loan-case p {
}


.btn-loan-case {
	margin-bottom: 20px;
	text-align: right;
}

.btn-loan-case a {
	font-family: "Shin Maru Go DemiBold";
	background-color: #E50012;
	font-size: 16px;
	display: inline-block;
	border-radius: 100px;
	padding: 8px 20px 7px;
	color: #FFF;
}

.btn-loan-case a:hover,
.btn-loan-case a:focus {
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(40%, rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.2)));
	background-image: -webkit-linear-gradient(transparent, rgba(255, 255, 255, 0.1) 40%, rgba(255, 255, 255, 0.2));
	background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.2)));
	background-image: linear-gradient(transparent, rgba(255, 255, 255, 0.1) 40%, rgba(255, 255, 255, 0.2));
}

.btn-loan-case a:focus {
	outline: 0;
}

.btn-loan-case a:active {
	-webkit-box-shadow: inset 0 0 6px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 0 6px 1px rgba(0, 0, 0, 0.1);
}

.btn-loan-case a[disabled] {
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	filter: alpha(opacity=40);
	-khtml-opacity: 0.4;
	-moz-opacity: 0.4;
	opacity: 0.4;
	cursor: not-allowed;
}

.btn-loan-case a:active {
	-webkit-box-shadow: inset 0 0 6px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 0 6px 1px rgba(0, 0, 0, 0.1);
}

.btn-loan-case a,
.btn-loan-case a:hover {
	text-decoration: none;
	color: #FFF;
}









.thanks-bnr-loan-casem li {
	max-width: 320px;
	text-align: center;
	margin: 0 auto 20px;


}





