@charset "utf-8";
.disposablegloves div img{
  width: 100%;
  height: auto;
}
.disposablegloves_tab{
  overflow: hidden;
}
.disposablegloves_tab li{
  float: left;
  width: 25%;
  margin-top: 5px;
}
.disposablegloves_tab li img{
  width: 100%;
  height: auto;
  }
.disposablegloves_tab li ul{
  overflow: hidden;
}
.disposablegloves_tab li ul li{
  float: left;
  padding-left: 2.6%;
  width: 46%;
}
.disposablegloves_tab li ul li img{
  width: 100%;
  height: auto;
}
.disposablegloves_tab li.on_tab{
  overflow: hidden;
  background: #ffe0e8;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
/* タブ統合ver */
.disposablegloves_tab.single li {
  width: 232px;
  margin-top: 10px;
  margin-right: 10px;
}
.disposablegloves_tab.single li:nth-child(3) {
  margin-right: 11px;
}
.disposablegloves_tab.single li:last-child {
  margin-right: 0;
}
.disposablegloves_tab.single li.on_tab {
  background: transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
/* タブ統合ver end */
.text_right{
  text-align: right;
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 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/special/disposablegloves/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;
}
#important_notices_area .border_box_red p.info_text + p.info_text {
  margin-top: 20px;
}