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

.laythreeb .footer_banners__contact {
	background-color: #e47911;
}
#head_menu #head_menu_inner .nav-icon--8 {
	background-image: url(../images/icon_fm_recruit.png);
}
#nav_tel .nav-icon--9{
    font-weight: bold;
    padding: 6px 10px 6px 20px;
    border-radius: 4px;
    position: relative;
    line-height: 1.6;
    margin-left: 10
}
#nav_tel .nav-icon--9:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0.4em;
    width: 24px;
    height: 24px;
    background-image: url(../images/icon_fm_favheader.png);
    display: block;
    background-repeat: no-repeat;
    background-size: 24px;
}
#main .home--kv-title h2.tttitle_s {
	font-weight: 700;
    line-height: 1.4;
	font-size: 36px;
	margin-top: 20px;
	margin-bottom: 10px;
}
#main .home--kv-title h2.tttitle_s em {
    font-style: normal;
}
.footerbnr {
	float: left;
	width: 60px;
}
.footerbnr a{display: block;}
.footerbnr a img{width: 40px;margin-left: 15px;height: auto;}

.stock-detail--title h2 em {
	  padding-right: 1rem;
	font-size: 36px;
	font-style: normal;
}

#main h2.blog--h1 {
	margin:4rem 0 2rem 0;
}
#sale202509.contents_sale {
	border-bottom:none;
}

@media (min-width: 992px) {
	.container{
		width:1170px;
	}
    .col-md-6 {
        width: 40%;
    }
	.col-md-6.kurumaerabi {width: 50%;}

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

	.footerbnr {
	float: inherit;
	width: 100%;
}
.footerbnr a img{
	width: 24px;
	margin-left: 15px;
	margin-bottom: 10px;
	}
	.blog--h1 strong {
		line-height: 1;
	}
}
@media screen and (max-width: 575px) {
    .footer_banners.laythreeb li {
        width: 33.3%;
	}
   #main .home--kv-title h2.tttitle_s br {
        display: block;
    }
}

@media screen and (max-width: 480px) {
    #main .home--kv-title h2.tttitle_s {
        font-size: 5.5vw;
    }
    #main .home--kv-title h2.tttitle_s em {
        font-size: 1.6em;
    }
}

/* 右下固定バナー */
.fixed-coupon-banner {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  width: 260px;               /* PC時の横幅 */
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
	border-radius: 30px;
}

/* バナー画像をクリック範囲に */
.fixed-coupon-banner__link img {
  display: block;
  width: 100%;
  height: auto;
}

/* 閉じるボタン */
.fixed-coupon-banner__close {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: none;
  background: #fff;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  font-weight: bold;
}
.footer_banners__line02 {
	background-color:#06C755;
	background-image:url(../images/linebtn251125.png);
}
.footer_banners li.f_b_l {
	display: none;
	}
.footer_banners li:nth-child(2) {
	border-bottom: none;
}
/* スマホ時の調整 */
@media (max-width: 768px) {
  .fixed-coupon-banner {
    width: 20vw; 
    right: 10px;
    bottom: 3%;
  }

  .fixed-coupon-banner__close {
    top: -8px;
    right: -8px;
    width: 22px;
    height: 22px;
    font-size: 12px;
  }
}
@media (max-width: 575px) {
.footer_banners li.f_b_l {
	display: block;
	}
.footer_banners{
	height:18vw;
}
.footer_banners.laythreeb li {
	width: 20%;
	
}
 .fixed-coupon-banner {
    width: 46vw;
    bottom: 15%;
}
	.footer_banners li.f_b_l {
	width: 60%;
	}
}

/* すべてのページで非表示 */
.fixed-coupon-banner {
  display: none;
}
