#products{
	width:710px;
		line-height: 145%;
	text-decoration: none;
	font-size: 12px;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 22px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#products h2{
	margin-bottom:20px;
	padding:0 0 10px 20px;
	border-bottom:1px solid  #98c927;
	color:#5a9c2e;
	font-size:1.4em;
	background: url(../images/bul_gr.gif) no-repeat 0 calc(50% - 7px);
}

#products h3{
	margin-bottom:20px;
	color:#5a9c2e;
	font-size:1.2em;
}

#products h4 {
	margin:0px 0px 3px;
	padding: 0px 0px 3px;
	font-weight: bold;
}

#products p {
	margin-bottom:0;
	padding-bottom:0;
}

.sub-nav{
	border-radius:5px;
	background:#f2f8e5;
	padding:15px 20px;
	margin-bottom:50px;
}

.sub-nav li{
	display:inline-block;
	padding:5px 0;
}
	
.sub-nav li a{
	display:block;
	margin:0 10px 5px 0;
	line-height:1.1;
	display:inline-block;
	vertical-align: middle; 
	font-size:1.1em;
}

.sub-nav li .fas{
	font-size:20px;
	padding-right:0.2em;
	display:inline-block;
	color:#98c927;
}

#interest,#super_teiki,#kitei,#housing_loan{
	margin-bottom:80px;
}

#interest h3{
	background:none;
	padding:0;
	border:none;
	font-size:1.2em;
	
}



#interest h3::before{
	content:"●";
	color:#98c927;
}

#interest table{
	width:100%;
	border-collapse:collapse;
	margin-bottom:50px;
}

#interest table:last-of-type{
	margin-bottom:20px;
}

#interest table:nth-of-type(4),#interest table:nth-of-type(5),#interest table:nth-of-type(6) {
	width:60%;
}

#interest th{
	text-align:center;
	border:1px solid #ddd;
	padding:8px;
	background:#f2f8e5;
	
}


#interest td{
	text-align:center;
	border:1px solid #ddd;
	padding:8px;
	font-size:1.2em;
}


#interest tr:first-child th,#interest table:first-of-type tr:nth-child(2) th{
	background:#98c927;
	color:#fff;
}

#interest table:nth-of-type(5)  th,#interest table:nth-of-type(6)  th{
	background:#f2f8e5;
	color:#000;
}

#kitei .pdf-link{
	margin-top:20px;
	
}

#kitei .pdf-link a{
	border-radius:5px;
	background:#f2f8e5;
	padding:15px 30px;
	display:block;
	width:40%;
}

#kitei .pdf-link a:hover{
	opacity:.8;
	color:#339900;
}


#kitei .pdf-link span{
	border-radius:3px;
	background:#fff;
	border:1px solid #98c927;
	padding:2px 10px;
	margin-left:1em;
	display:inline-block;
	line-height:1.1;
	font-weight:bold;
}

#super_teiki *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


#super_teiki dl{
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;

}

#super_teiki dt{
	width:22%;
	padding:15px;
	border-top:1px solid #ddd;
	border-right:1px solid #ddd;
	border-left:1px solid #ddd;
}

#super_teiki dd{
	width:78%;
	padding:15px 10px;
	border-top:1px solid #ddd;
	border-right:1px solid #ddd;
}

#super_teiki dd span{
	width:16em;
	padding-left:1em;
	display:inline-block;
}

#super_teiki dt:last-of-type,#super_teiki dd:last-of-type{
	border-bottom:1px solid #ddd;
}
