.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
#Carousel .carousel-height {
  height: 750px;
}
#Carousel h1 {
  top: 70px;
  left: 0px;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  #Carousel h1 {
    font-size: 28px;
  }
}
#Carousel h2 {
  top: 20px;
  right: 30px;
  width: 100%;
  text-align: right;
}
#Carousel #hero-note {
  top: 150px;
  left: 0px;
  width: 100%;
  text-align: center;
}
#Carousel #hero-itembox {
  top: 200px;
  right: 60px;
  width: 100%;
  text-align: right;
}
@media (min-width: 480px) and (max-width: 767px) {
  #Carousel #hero-itembox {
    top: 350px;
  }
}
#Carousel #hero-carousel-indicators {
  bottom: 30px;
  width: 100%;
  text-align: right;
}
#showcase0 {
  top: 150px;
  left: auto;
  right: auto;
  margin: 0px auto;
}
#showcase1 {
  top: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}
#showcase2 {
  top: 140px;
  bottom: auto;
  left: 0px;
  right: 0px;
  margin: 0px auto;
}
#showcase3 {
  top: 300px;
  bottom: auto;
  left: 0px;
  right: 0px;
  margin: 0px auto;
}
* + html #showcase0,
* + html #showcase2,
* + html #showcase3 {
  position: static;
  margin: 0 25% 0 25%;
  display: inline-block;
}
.tipsyhere.underline {
  text-decoration: underline;
  color: #4441ff;
}
.blackbox {
  display: block;
  margin: 0px 0px 12px 0px;
}
.blackbox .boxtitle {
  font-size: 18px;
  background-color: black;
  color: white;
  font-weight: bold;
  padding: 8px 15px 8px 15px;
  margin: 0 10px 0 0;
  display: inline-block;
}
.blackbox h3 {
  display: inline-block;
  font-size: 22px;
}
.step-list {
  list-style: none;
  /* もとの番号を消す */
  margin: 0;
  padding: 0;
  counter-reset: step;
  /* カウンタ初期化 */
}
.step-list > li {
  position: relative;
  margin: 0 0 1.5em 2.8em;
  /* 左を少し空けて数字を置く */
}
.step-list > li::before {
  counter-increment: step;
  content: counter(step);
  /* 1,2,3,... を出す */
  position: absolute;
  left: -2.3em;
  top: 0.4em;
  /* h3 の高さに合わせて微調整 */
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #007bff;
  /* 青背景（お好みで） */
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  /* ★ 指定フォントサイズ */
  font-weight: bold;
}
.step-list.blacklist > li::before {
  background: black;
}
#detehit_step {
  margin-bottom: 2em;
}
#detehit_step li {
  line-height: 1.5em;
}
#detehit_step ul {
  margin-top: 15px;
  margin-bottom: 15px;
}
ul.featureul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.featureul li {
  margin-bottom: 30px;
  position: relative;
  padding-left: 1.4em;
}
ul.featureul li::before {
  font-family: FontAwesome;
  font-weight: 900;
  /* ★ アイコンが出ない場合の原因No.1 */
  content: "\f005";
  /* ★ star アイコン */
  color: #007bff;
  /* 青色 */
  position: absolute;
  left: 0;
  top: 0.1em;
  font-size: 18px;
}
ul.featureul h3 {
  line-height: 1.4em;
  font-size: 16px;
}
#tabletubeslist h1 {
  margin-top: 50px;
  margin-bottom: 10px;
}
.tubeTable thead th {
  vertical-align: top;
}
.tubeTable .tubeidimage {
  display: block;
  margin-bottom: 8px;
}
.tubeTable .tubeTableTh1 {
  width: 50px;
}
.tubeTable .tubeTableTh2 {
  width: 100px;
}
.tubeTable .tubeTableTh3 {
  width: 250px;
}
.tubeTable .tubeTableTh4 {
  width: 80px;
}
.tubeTable .tubeColoring {
  display: inline-block;
  height: 60px;
  vertical-align: top;
  text-align: center;
  font-size: 15px;
}
.tubeTable .tubeColoring img {
  display: block;
  margin-bottom: 8px;
}
.tubeTable .tubeColoring .mgm3 {
  font-weight: normal;
  margin-left: 5px;
  font-size: 13px;
}
.tubeTable .icon-ellipsis-horizontal,
.tubeTable .icon-arrow-right {
  background-position: 5px 0px;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 20px;
}
ol.tejyunstep {
  counter-reset: step;
  margin-left: 0;
  padding-left: 0;
  /* 各 li をカスタム表示にする */
  /* (手順1) などのバッジ部分 */
}
ol.tejyunstep > li {
  list-style: none;
  /* デフォルトの数字を消す */
  position: relative;
  padding-left: 6.5em;
  /* バッジ分の余白 */
  margin: 0.4em 0 3em 0;
}
ol.tejyunstep > li::before {
  counter-increment: step;
  content: "手順" counter(step);
  position: absolute;
  left: 0;
  top: -0.3em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.3em 0.6em;
  min-width: 4.2em;
  background: #007bff;
  /* 黒背景 */
  color: #fff;
  /* 白文字 */
  border-radius: 999px;
  /* 角丸（カプセル形） */
  font-size: 1.3em;
  font-weight: 600;
  box-sizing: border-box;
}
#pm1610clipcontents {
  margin-top: 120px;
}
@media (max-width: 767px) {
  #pm1610clipcontents {
    padding-top: 190px;
  }
}
#pm1610clip {
  position: absolute;
  top: -144px;
  right: 40px;
}
@media (min-width: 767px) and (max-width: 1200px) {
  #pm1610clip {
    position: absolute;
    top: -144px;
    right: 20px;
  }
}
@media (max-width: 480px) {
  #pm1610clip {
    position: absolute;
    top: -144px;
    right: 0px;
  }
}
#specimagepma1610 {
  display: block;
  margin: 30px auto 0px auto;
}
#hero_labels_service {
  display: none;
}
.hero-buynow,
.hero-price {
  display: none;
}
#mitsumori {
  margin: 10px 0 15px 0;
}
#ColorNotice {
  margin-top: 40px;
}
#pulsedXray .table caption {
  margin-top: 40px;
  font-weight: bold;
  font-size: 120%;
}
#pulsedXray .table th {
  background-color: #F2EFD9 !important;
  width: 100px;
}
#detehit_sensivitity_unit {
  margin-bottom: 20px;
}
#detehit_sensivitity_unit .btn-group .btn.active {
  background-color: #428bca;
  color: #fff;
}
#detehit_sensivitity {
  font-size: 120%;
}
#detehit_sensivitity thead th {
  text-align: center;
}
#detehit_sensivitity tbody td:first-child {
  text-align: right;
}
#detehit_sensivitity tbody td:nth-child(2),
#detehit_sensivitity tbody td:nth-child(3),
#detehit_sensivitity tbody td:nth-child(4),
#detehit_sensivitity tbody td:nth-child(5) {
  text-align: center;
}
#tubeHowToUse6 img {
  float: right;
  height: 300px;
  margin-left: 80px;
}
#product_tubes_st h3,
#product_tubes_tic h3,
#product_tubes_cwa h3 {
  line-height: 1.3em;
}
#product_tubes_st h1,
#product_tubes_tic h1,
#product_tubes_cwa h1 {
  font-size: 28px;
}
@media (max-width: 767px) {
  #product_tubes_st .row-fluid [class*="span"],
  #product_tubes_tic .row-fluid [class*="span"],
  #product_tubes_cwa .row-fluid [class*="span"] {
    margin-bottom: 80px;
  }
}
@media (min-width: 767px) and (max-width: 979px) {
  #product_tubes_st .span4,
  #product_tubes_tic .span4,
  #product_tubes_cwa .span4 {
    width: 310px;
    /* span6 相当 */
  }
}
#product_tubes_st .dtidentify,
#product_tubes_tic .dtidentify,
#product_tubes_cwa .dtidentify {
  font-weight: bold;
}
#product_tubes_st .tube-title,
#product_tubes_tic .tube-title,
#product_tubes_cwa .tube-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#product_tubes_st .tube-title .tubename,
#product_tubes_tic .tube-title .tubename,
#product_tubes_cwa .tube-title .tubename {
  display: inline-block;
  background-color: black;
  color: white;
  padding: 5px 5px 5px 5px;
  line-height: 1em;
  margin-right: 10px;
}
#product_tubes_st .tube-title .tubetext,
#product_tubes_tic .tube-title .tubetext,
#product_tubes_cwa .tube-title .tubetext {
  white-space: normal;
  /* ここだけ折り返し可 */
}
#product_tubes_st img.tubeIdentify,
#product_tubes_tic img.tubeIdentify,
#product_tubes_cwa img.tubeIdentify {
  height: 25px;
}
#product_tubes_st .tubesep,
#product_tubes_tic .tubesep,
#product_tubes_cwa .tubesep {
  display: none;
  margin: 0px 15px 0 5px;
}
#product_tubes_st .tubes_category_sub,
#product_tubes_tic .tubes_category_sub,
#product_tubes_cwa .tubes_category_sub {
  margin: 30px 0 15px;
  padding: 15px 12px;
  font-weight: bold;
  color: #333;
  /* 薄いグレー → 白 グラデーション */
  background: #dddcdc;
  /* fallback */
  background: -webkit-linear-gradient(left, #dddcdc 0%, #ffffff 85%);
  background: -moz-linear-gradient(left, #dddcdc 0%, #ffffff 85%);
  background: linear-gradient(to right, #dddcdc 0%, #ffffff 85%);
  /* 構造を分かりやすくする控えめなアクセント */
  border-left: 4px solid #ccc;
}
#product_tubes_st table.tubeColoringTable td,
#product_tubes_tic table.tubeColoringTable td,
#product_tubes_cwa table.tubeColoringTable td {
  border: none;
  padding-top: 2px;
  padding-bottom: 7px;
  vertical-align: top;
}
#product_tubes_st table.tubeColoringTable tr td:first-child,
#product_tubes_tic table.tubeColoringTable tr td:first-child,
#product_tubes_cwa table.tubeColoringTable tr td:first-child {
  width: 80px;
}
#product_tubes_st table.tubeColoringTable tr td:nth-child(n+2),
#product_tubes_tic table.tubeColoringTable tr td:nth-child(n+2),
#product_tubes_cwa table.tubeColoringTable tr td:nth-child(n+2) {
  line-height: 1em;
}
#product_tubes_st table.tubeColoringTable .tubeColoring img,
#product_tubes_tic table.tubeColoringTable .tubeColoring img,
#product_tubes_cwa table.tubeColoringTable .tubeColoring img {
  height: 25px;
}
.tubeFeatureTable {
  margin-top: 50px;
}
.tubeFeatureTable th {
  width: 20%;
}
.tubeFeatureTable th,
.tubeFeatureTable td {
  padding: 14px 16px;
  line-height: 1.6;
}
.tubetable td:first-child {
  width: auto;
  /* 好きな幅 */
  white-space: nowrap;
}
@media (min-width: 767px) and (max-width: 979px) {
  .tubetable td:first-child {
    width: auto;
  }
}
@media (min-width: 767px) and (max-width: 979px) {
  .tubetable td.tubeColoringTd {
    display: flex;
  }
}
.img-tube {
  height: 80px;
  line-height: 60px;
  text-align: center;
}
.img-tube img {
  vertical-align: middle;
  max-width: 90%;
}
#product_review h3 {
  margin-top: 10px;
}
