@charset "utf-8";
/* CSS Document */

/*   banner add_200430   */

.bnr {
    background: rgba(255,255,255,0.8);
    position: fixed;
    bottom: 0;
    width: 103%;
    height: auto;
    margin: 0 auto 0 -8px;
    padding: 2% 2%;
    z-index: 100;
	box-sizing:border-box;
	text-align:center;
}

.bnr p{
	width:39%;
	display:inline-block;
	max-width:420px;
}

p.bnr01{
	/*float:left;*/
	margin-right:3%;
}
/*
p.bnr02{
	float:right;
}
*/

.bnr a{
	display: block;
    font-size: 180%;
	padding:3% 0;
	text-align:center;
    box-sizing: border-box;
	width:100%;
	font-weight:bold;
	border-radius:5px;
}

.bnr img{
	width:10%;
	margin-right:10px;
	vertical-align:middle;
}

a.bnr_img {
	/*background: transparent url(/loan/house/reverse-mortgage/common/img/common/icon-link_red.png) no-repeat  8% 50%;*/
    background-color: #ffc000;
    color: #f00;
	background-size: 9.5%;
}
a.faqbnr_img {
	/*background: transparent url(/loan/house/reverse-mortgage/common/img/common/icon-link_white.png) no-repeat 8% 50%;*/
    background-color: #ff8914;
    color: #fff;
	background-size: 9.5%;
}

.sp{
	display:none;
}

.pc{
	display:inline-block;
}

.siryou{
    margin-top: 5px;
    line-height: 1.3;
    font-size:130%;
    font-weight:bold;
}

@media screen and (max-width: 750px) {

.pc{
	display:none;
}

.sp{
	display:inline-block;
}
.bnr img{
	width:13%;
}
}

@media screen and (max-width: 500px) {


.bnr a{
    font-size: 100%;
}
.siryou{
    font-size:100%;
}
/*   banner add_200430   */




