@charset "utf-8";
/*2019年11月作成＃delivery_cp部分*/
#delivery_cp{
  background-color: #effbdb;
  margin-bottom: 10px;
}
#delivery_cp .day{
  background-color: #4b4e46;
  color: #fff;
  text-align: center;
  font-size:20px;
  padding: 6px 0;
}
#delivery_cp .day span{
  font-size:16px;
}
#delivery_cp h2{
  color: #333333;
  line-height: 1;
  border-bottom: none;
  font-size:25px;
  font-weight: bold;
  margin-bottom: 10px;
}
#delivery_cp .tit1{
  background:url(/resource/club_com/services/furniture/images/delivery/border.png)no-repeat left,url(/resource/club_com/services/furniture/images/delivery/border.png)no-repeat right;
  display: inline-block;
  padding: 0 36px;
}
#delivery_cp .tit2{
  background:url(/resource/club_com/services/furniture/images/delivery/shape_left.png)no-repeat left,url(/resource/club_com/services/furniture/images/delivery/shape_right.png)no-repeat right;
  display: inline-block;
  padding: 0 30px;
}
#delivery_cp .txt{
  font-size:20px;
  margin-bottom: 10px;
}
#delivery_cp .txt span{
  color: #ff7d00;
}
#delivery_cp .about_area{
  text-align: center;
}
#delivery_cp .small_txt{
  text-align: right;
  margin-bottom: 7px;
  font-size:11px;
}
#delivery_cp .cp_about{
  background: #fff;
}
#delivery_cp .cp_about ul{
  overflow: hidden;
  padding: 20px;
}
#delivery_cp .cp_about li{
  float: left;
}
#delivery_cp .tax{
font-size: 13px;
}
#delivery_cp .right_img{
  margin: 0 7px 0 40px;
}
#delivery_cp .bottom_txt{
  font-size:20px;
  padding: 30px 0;
}
#delivery_cp .contact_area{
  background: #fff;
  padding: 20px 15px;
  text-align: center;
}
#delivery_cp .contact_area ul{
  overflow: hidden;
}
#delivery_cp .contact_area li{
  float: left;
}
#delivery_cp .contact_area li + li{
  float: right;
}
#delivery_cp .contact_area a:hover{
  opacity:0.7;
}
#delivery_cp .attention_area1911{
  padding: 0 25px;
  font-size:11px;
  line-height: 1.4;
  border: 0;
  background-color: inherit;
}
#delivery_cp .attention_area1911 ul li:last-child{
  margin-bottom: 0;
}
#delivery_cp .attention_box1 li{
  margin-bottom: 24px;
  text-indent: -1em;
}
#delivery_cp .attention_box2 li{
  margin-bottom: 7px;
  text-indent: -1em;
}
#delivery_cp h3{
  margin: 0;
  text-align: center;
  font-size:20px;
  font-weight: bold;
  padding: 30px 0 12px;
  border-left: none;
  border-bottom: none;
}
/*キャンペーンフッターバナー調整*/
#furniture .assemble_cp_footer{
  margin-top: -10px;
}

/* 緊急対応 */
#important_notices_area .border_box_red {
  border: 2px solid #cd1929;
  background-color: #cd1929;
  margin-bottom: 20px;
}
#important_notices_area .border_box_red .title_text {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#important_notices_area .border_box_red .title_text::before {
  content: url('/resource/club_com/services/furniture/images/icon_info.png');
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
#important_notices_area .border_box_red .bg_white {
  background-color: #fff;
}
#important_notices_area .border_box_red .info_text_area {
  padding: 10px 15px;
}
#important_notices_area .border_box_red .sub_title {
  color: #cd1929;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}
#important_notices_area .border_box_red .info_text {
  font-size: 15px;
  text-align: center;
}