/*  */


#bottom-bar_float{
  position: fixed;
  z-index: 9999;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: .3s; 

}

/*オリコンアイコン追加ここから*/
#bottom-bar_float .oricon_label{
  position: absolute;
  width: 25%;
  top: -90px;
  left: 0;
  z-index: 9999;
}
#bottom-bar_float .oricon_label img {
  width: 100%;
}
/*オリコンアイコン追加ここまで*/

.bg_content_wrap6 {
    background: #FEFFB3;
    border-top: 1px solid #FF7E00;
    border-bottom: 1px solid #FF7E00;
    overflow: hidden;
    padding: 20px 0;
    width: 100%;
    z-index: 3;
}

.content_box6 {
    width: 950px;
    margin: 0 auto;
}

.content_box6 .li_content6-1 {
    float: left;
}

.li_content6-2 {
    float: left;
    position: relative;
}

.flag_content6 {
    position: absolute;
    top: -16px;
    left: 3px;
    z-index: 4;
}
.li_content6-2 a {
    width: 560px;
    display: inline-block;
    padding: 0;
    text-decoration: none;
}
img {
    border: 0;
    vertical-align: bottom;
}
@media screen and (max-width: 720px) {
#bottom-bar_float{
  position: fixed;
  z-index: 9999;
  bottom: 23px;
  left: 0;
  width: 100%;
  transition: .3s; 

}

/*オリコンアイコン追加ここから*/
#bottom-bar_float .oricon_label{
  position: absolute;
  width: 25%;
  top: -90px;
  left: 0;
  z-index: 9999;
}
#bottom-bar_float .oricon_label img {
  width: 100%;
}
/*オリコンアイコン追加ここまで*/
}