/* ===== override ===== */
.jbk-category-interest .houseloan-anchorLinks-01,
.jbk-category-interest .houseloan-anchorLinks-02 {
	margin-top: 1.25em!important;
	margin-left: 0;
	margin-right: 0;
}
.jbk-category-interest .houseloan-anchorLinks-01 {
	border: solid 1px #d4d5d5;
	padding: 24px 24px 5px;
}
.jbk-category-interest .houseloan-anchorLinks-01>li {
	margin-left: 0;
	margin-right: 15px;
}
.jbk-category-interest .houseloan-anchorLinks-02 {
	text-align: right;
	margin-right: 0;
}
.jbk-category-interest div.head span {
	font-weight: normal;
}
h5 img.icon,
th img.icon {
	height: auto;
	max-width: 100%;
	vertical-align: -3px;
}
td img.icon {
	vertical-align: 1px;
}

@media only screen and (max-width:640px){
	table .img-flgs+span {
		display: block;
	}
	.jbk-category-interest .houseloan-anchorLinks-01 {
		padding-top: 10px;
	}
}

.c-cnvBlock-01.cnv-type01 {
	margin-top: 1.5em;
}

.c-cnvBlock-01.cnv-type01 .c-heading5-01 h3 {
	color: #eb7000;
}

@media only screen and (max-width:470px){
.interest-table-homeloan th,
.interest-table-homeloan td,
.homeloan-table-01 th,
.homeloan-table-01 td {
	font-size: 87.5%;
	padding: 5px !important;
}
}

.c-btn-01.homeloan-simulatorBtn {
  padding: 16px 38px 16px 60px;
  border-radius: 28px;
  font-size: 112.5%;
  font-weight: bold;
  -webkit-box-shadow: 0px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 0 rgba(0, 0, 0, 0.2);
}
.c-btn-01.homeloan-simulatorBtn:before {
  background-image: url(/products/homeloan/img/icon_01@x2.png);
  background-repeat: no-repeat;
  background-size: 18px 21px;
  background-position: 0 0;
  left: 36px;
}
.ie8 .c-btn-01.homeloan-simulatorBtn:before {
  background-image: url(/products/homeloan/img/icon_01.png);
}
/* a.c-btn-account.size-01, */
.c-btn-01.homeloan-simulatorBtn.size-01 {
  border-radius: 10px;
  font-size: 162.5%;
  max-width: 100%;
  text-align: center;
  width: 432px;
}
.c-btn-01.homeloan-simulatorBtn.size-01 {
  padding-right: 36px;
  padding-left: 36px;
}
.c-btn-account.size-01 {
  border-top: none;
  border-bottom: none;
  box-shadow: 0 8px 0 rgba(168,80,0,1);
  /* letter-spacing: 3px; */
  padding-right: 30px;
  padding-left: 30px;
}
.c-btn-01.homeloan-simulatorBtn.size-01:before,
.c-btn-account.size-01:before,
.ie8 .c-btn-01.homeloan-simulatorBtn.size-01:before {
  display: none;
}
.c-btn-01.homeloan-simulatorBtn.size-01 > span,
.c-btn-account.size-01 > span {
  position: relative;
}
.c-btn-01.homeloan-simulatorBtn.size-01 > span:before,
.c-btn-account.size-01 > span:before {
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
  position: absolute;
}
.c-btn-01.homeloan-simulatorBtn.size-01 > span:before {
  background-image: url(/products/homeloan/img/icon_01@x2.png);
  height: 28px;
    top: 4px;
    left: -30px;
  width: 24px;
}
.c-btn-account.size-01 > span:before {
  background-image: url(/assets/img/icon_btn_01.png);
  height: 20px;
    top: 6px;
    left: -33px;
  width: 28px;
}
.ie8 .c-btn-01.homeloan-simulatorBtn.size-01 > span:before {
  background-image: url(/products/homeloan/img/icon_01.png);
}

/* ========== FloatingBanner ========== */
#jbk-FloatingBannerArea{
  display: block;
  position: fixed;
  z-index: 99999;
  right: -400px;
  bottom: 0;
  padding: 0;
  margin: 0;
  width: auto;
  height: auto;
  opacity: 0;
  background-color: #eee;
}
#jbk-FloatingBannerArea.jbk-FloatingBannerArea_on{
  bottom: 0;
  right: 20px;
  opacity: 1;
  transition-property: all;
  transition-duration: 1500ms;
  transition-delay: 0s;
  transition-timing-function: ease;
}
#jbk-FloatingBannerArea.jbk-FloatingBannerArea_off{
  right: -400px;
  bottom: 0;
  opacity: 0;
  transition-property: all;
  transition-duration: 1000ms;
  transition-delay: 0s;
  transition-timing-function: ease;
}
.FloatingBanner_wrapper{
  position: relative;
  -webkit-box-shadow: 0 0 8px #808080;
  box-shadow: 0 0 8px #808080;
  overflow: hidden;
  background-color: #fff;
}
.FloatingBanner-close{
  position: absolute;
  z-index: 999;
  top: -20px;
  right: -4px;
  background-color: #eee;
  border-radius: 16px;
}
.img-FloatingBanner-close{
  cursor: pointer;
}
#jbk-FloatingBannerArea img.TOP-img-hover:hover{
  opacity: 0.8;
}
.top_reflection {
  height: 100%;
  width: 30px;
  position: absolute;
  top: -190px;
  left: 0;
  background-color: #fff;
  opacity: 0;
}
.jbk-FloatingBannerArea_none{
  display: none !important;
}


/*table上見出し*/
.sty-table-title-cir {
  padding: 5px 15px;
  font-size: 16px;
  border: 1px solid #eb7000;
  color: #eb7000;
  border-radius: 40px;
  display: inline-block;
  font-weight: bold;
  margin-top: 20px;
}
.sty-table-title-cir--gr {
  color: #35A667;
  border: 1px solid #35A667;
}
.sty-table-title-cir p {
  margin: 0;
}

/*枠囲みテキスト*/
.sty-list-title-01 {
  padding: 0;
  margin-top: 15px;
}
.sty-list-title-01 li {
  padding: 5px 10px;
  font-size: 14px;
  border: 1px solid #D4D5D5;
  list-style: none;
  display: inline-block;
  margin-right: 10px;
  font-weight: bold;
}
.sty-list-title-01 li:last-child {
  margin-right: 0;
}

.sty-list-title-01 li span {
  font-weight: normal;
}

@media only screen and (max-width:640px) {
  .sty-list-title-01 li {
    margin-top: 10px;
  }
  .sty-list-title-01 li:first-child {
    margin-top: 0px;
  }
}