@charset "UTF-8";
/* ===== .error（エラー） ===== */
#dryeriron-chart .error {
  display: none;
  text-align: center;
}

#dryeriron-chart .none .error {
  display: block;
}

#dryeriron-chart .none .itemList {
  display: none;
}

/* ===== .Reset（エラー後解除） ===== */
#dryeriron-chart .select .btnReset {
  display: none;
}

#dryeriron-chart .chartTable.searching .select .btnReset {
  display: block;
}

#dryeriron-chart .select .btnReset a {
  font-size: 14px;
  text-decoration: underline;
  white-space: nowrap;
}

/* ===== .select ===== */
#dryeriron-chart .select {
  display: flex;
  justify-content: left;
  align-items: center;
  padding-bottom: 0.8em;
  position: relative;
}

#dryeriron-chart .select .btnSort {
  cursor: pointer;
}

#dryeriron-chart .select .btnSort select {
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  display: block;
  color: #000;
  background-color: #fff;
  text-decoration: none !important;
  border-radius: 2px;
  border: 1px solid #767676;
  height: 2em;
  margin-right: 0;
  padding: 0 0.5em;
}

#dryeriron-chart .select .btnSearch {
  margin: 0 0.5em;
}

#dryeriron-chart .select .btnSearch .btn {
  display: block;
  padding: 0;
}

#dryeriron-chart .select .btnSearch .btn a {
  display: table;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  color: #000;
  text-decoration: none !important;
  border-radius: 2px;
  background: url("/_ui/responsive/common/ui_assets/online/bg/pickup/dryeriron-chart/img/icon_serch.png") right 0.5em center/auto 1em no-repeat;
  border: 1px solid #767676;
  height: 2em;
  padding: 0 0.5em;
  padding-right: 2.5em;
  background-color: #fff;
}

#dryeriron-chart .select .btnSearch .btn a span {
  display: table-cell;
  vertical-align: middle;
}

#dryeriron-chart .chartTable.searching .select .btnSearch .btn a {
  font-weight: bold;
}

#dryeriron-chart .select .btnReset {
  display: none;
}

#dryeriron-chart .chartTable.searching .select .btnReset {
  display: block;
}

#dryeriron-chart .select .btnReset a {
  font-size: 14px;
  text-decoration: underline;
  white-space: nowrap;
}

#dryeriron-chart .select .note {
  position: absolute;
  right: 0;
  bottom: 12px;
  line-height: 1.3;
  text-align: right;
}

@media screen and (min-width: 768px) {
  #dryeriron-chart .select .btnSort select {
    height: 2.5em;
  }
  #dryeriron-chart .select .btnSearch {
    margin-left: 1em;
  }
  #dryeriron-chart .select .btnSearch .btn a {
    height: 2.5em;
  }
}
/* ===== .itemList ===== */
#dryeriron-chart .itemListContainer {
  position: relative;
}

#dryeriron-chart .itemList {
  overflow-y: hidden;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 0.3em;
  transition: all 0.5s;
}

@media screen and (max-width: 1170px) {
  #dryeriron-chart .itemList {
    overflow-x: scroll;
  }
}
#dryeriron-chart .itemList table {
  border-collapse: separate;
}

#dryeriron-chart .itemList table tr th,
#dryeriron-chart .itemList table tr td {
  font-size: 12px;
  line-height: 1.2;
  vertical-align: middle;
  padding: 0.5em;
}

#dryeriron-chart .itemList table tr th {
  position: sticky;
  left: 0;
  z-index: 1;
  border-right: #dcdcdc 1px solid;
}

#dryeriron-chart .itemList table thead tr th,
#dryeriron-chart .itemList table thead tr td {
  pointer-events: none;
  white-space: nowrap;
  background-color: #f5f5f5;
  text-align: center;
  font-weight: bold;
}

#dryeriron-chart .itemList table thead tr th {
  border-right: #fff 1px solid;
}

#dryeriron-chart .itemList table thead tr td {
  border-right: #fff 1px solid;
}

#dryeriron-chart .itemList table tbody tr {
  display: none;
}

#dryeriron-chart .itemList table tbody tr.selected.showItem {
  display: table-row;
}

#dryeriron-chart .chartTable.open table tbody tr.selected {
  display: table-row !important;
}

#dryeriron-chart .itemList table tbody tr th {
  background-color: #fff;
  border-bottom: 1.6px solid #dcdcdc;
}

#dryeriron-chart .itemList table tbody tr td {
  border-right: #dcdcdc 1px solid;
  border-bottom: 1.6px solid #dcdcdc;
  background-color: #fff;
}

#dryeriron-chart .itemList table tbody tr td:last-child {
  border-right: none;
}

@media screen and (min-width: 768px) {
  #dryeriron-chart .itemListContainer {
    margin: 0 auto;
  }
  #dryeriron-chart .itemList {
    margin-bottom: 0.3em;
  }
  #dryeriron-chart .itemList table tr th,
  #dryeriron-chart .itemList table tr td {
    font-size: 13.5px;
  }
  #dryeriron-chart .itemList table thead tr td,
  #dryeriron-chart .itemList table tbody tr td {
    padding-left: 0.8em;
    padding-right: 0.8em;
  }
}
.chartTable.none .itemList,
.chartTable.none .clone-wrapper,
.chartTable.none .top-scrollbar {
  display: none !important;
}

/* ===== .もっとみる ===== */
#dryeriron-chart .btnMore {
  position: relative;
  padding: 10px 0;
}

#dryeriron-chart .btnMore a {
  position: relative;
  font-weight: normal;
}

#dryeriron-chart .chartTable.all .btnMore {
  display: none;
}

#dryeriron-chart .chartTable.open .btnMore::before {
  display: none;
}

#dryeriron-chart .btnMore a {
  transition: 0s;
}
#dryeriron-chart .btnMore a:hover {
  text-decoration: none;
}

#dryeriron-chart .btnMore a,
#dryeriron-chart .btnMore a:focus {
  text-decoration: none;
  display: block;
  color: #000;
  width: 140px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  background-color: #fff;
}

#dryeriron-chart .chartTable.open .btnMore a {
  font-size: 0;
}

#dryeriron-chart .chartTable.open .btnMore a::before {
  font-size: 15px;
  content: "閉じる";
}

#dryeriron-chart .btnMore a::after {
  position: absolute;
  content: "";
  right: 15px;
  top: 40%;
  width: 9px;
  height: 9px;
  border-bottom: 3px solid #d3eaf3;
  border-right: 3px solid #d3eaf3;
  transform: translateY(-50%) rotate(45deg);
}

#dryeriron-chart .chartTable.open .btnMore a::after {
  transform: translateY(-20%) rotate(-135deg);
}

#dryeriron-chart .itemList.org tbody::after {
  pointer-events: none;
  display: block;
  content: "";
  width: 100%;
  height: 100px;
  background: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
  position: absolute;
  bottom: 0;
  border-bottom: #fff 40px solid;
  z-index: 1;
}

#dryeriron-chart .chartTable.all .itemList.org tbody::after,
#dryeriron-chart .chartTable.open .itemList.org tbody::after {
  display: none;
}

@media (max-width: 767px) {
  #dryeriron-chart .pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #dryeriron-chart .sp {
    display: none;
  }
}
#dryeriron-chart .itemList table {
  min-width: 1170px;
  width: auto;
  margin: 0 auto;
}

@media screen and (max-width: 1170px) {
  #dryeriron-chart .itemList table {
    min-width: 0;
    white-space: nowrap;
  }
}
/* ================================================ 
ページ内基本設定
==================================================*/
#dryeriron-chart {
  color: rgb(51, 51, 51);
  max-width: 1170px;
  margin: 0 auto;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "Open Sans", Helvetica, Arial, -apple-system, blinkMacSystemFont, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
}

#dryeriron-chart .itemList table tbody th .th-inner {
  display: flex;
  align-items: center;
  gap: 9px;
}

/* ================================================ 
追加スタイル
==================================================*/
@media screen and (max-width: 1169px) {
  #dryeriron-chart section {
    padding: 0 2%;
    box-sizing: border-box;
  }
}
#dryeriron-chart .itemList table tbody tr th .img {
  width: 46px;
}
#dryeriron-chart .itemList table tbody tr th .img img {
  width: 100%;
  height: auto;
}
#dryeriron-chart .itemList table tbody tr th .txt {
  width: calc(100% - 60px);
  white-space: break-spaces;
}

@media (max-width: 767px) {
  #dryeriron-chart .itemList table tbody tr th .img {
    width: 40px;
  }
  #dryeriron-chart .itemList table tbody tr th .img img {
    width: 100%;
    height: auto;
  }
  #dryeriron-chart .itemList table tbody tr th .txt {
    font-size: 0.9em;
    width: calc(100% - 50px);
  }
  #dryeriron-chart .itemList table thead tr th,
  #dryeriron-chart .itemList table thead tr td,
  #dryeriron-chart .itemList.clone table thead tr th,
  #dryeriron-chart .itemList.clone table thead tr td {
    padding: 0.2em;
  }
}
/* clone-header 全体ラッパー */
#dryeriron-chart .itemList.clone-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: none;
  width: 100%;
  overflow: visible;
}

#dryeriron-chart .itemList.clone-wrapper.fix {
  display: block;
}

/* 横スクロール用コンテナ */
#dryeriron-chart .itemList.clone-wrapper .clone-scroll {
  width: 100%;
  overflow-x: hidden;
}

/* PCのみ横スクロール有効 */
@media screen and (min-width: 1025px) {
  #dryeriron-chart .itemList.clone-wrapper .clone-scroll {
    overflow-x: auto;
  }
}
/* PC専用上部スクロールバー */
#dryeriron-chart .top-scrollbar {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  height: 16px;
}

#dryeriron-chart .top-scroll-inner {
  height: 1px;
}

/* pointer-events SP/タブレット用 */
@media screen and (max-width: 1024px) {
  #dryeriron-chart .itemList.clone-wrapper .clone-scroll {
    pointer-events: none;
  }
}
/* タブレット向け固定位置 (768px〜1023px) */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #dryeriron-chart .itemList.clone-wrapper {
    top: 114px !important;
  }
}
/* スマホ向け固定位置 (〜767px) */
@media screen and (max-width: 767px) {
  #dryeriron-chart .itemList.clone-wrapper {
    top: 59px !important;
  }
}
/* 上部スクロールバー内部 */
#dryeriron-chart .top-scrollbar .top-scroll-inner {
  width: 100%;
}

/* PC以外で横スクロールを非表示にするクラス */
#dryeriron-chart .clone-scroll.no-bar {
  overflow-x: hidden !important;
  overflow-y: hidden !important;
}

#dryeriron-chart h1.mainVisual {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 0 5px;
  box-sizing: border-box;
}
#dryeriron-chart h1.mainVisual img {
  width: 100%;
}

#dryeriron-chart .lead {
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
  margin: 0 auto 30px;
  padding: 0 5px;
}

@media screen and (min-width: 768px) {
  #dryeriron-chart .lead {
    font-size: 17px;
  }
}
#dryeriron-chart .txt_link {
  text-align: center;
  font-size: 15px;
  margin-top: 16px;
  letter-spacing: 0.02em;
  font-weight: bold;
}
#dryeriron-chart .txt_link a {
  display: inline-block;
  padding-right: 12px;
  position: relative;
  width: 86%;
  max-width: 360px;
  border: 1px solid #ccc;
  padding: clamp(10px, 8.5px + 0.4vw, 14px) clamp(10px, -0.5px + 2.8vw, 35px);
  box-sizing: border-box;
  transition: all 0.5s;
}
#dryeriron-chart .txt_link a span {
  position: relative;
}
#dryeriron-chart .txt_link a span::after {
  position: absolute;
  content: "";
  right: -14px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: translateY(-50%) rotate(45deg);
}
#dryeriron-chart .txt_link a:hover {
  text-decoration: none;
  background-color: #edf6fa;
}

@media screen and (min-width: 768px) {
  #dryeriron-chart .txt_link {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
  #dryeriron-chart .txt_link a:after {
    width: 10px;
    height: 10px;
  }
}
#dryeriron-chart .note_table_txt {
  font-size: 0.8em;
  color: #666;
}

#dryeriron-chart .chartTable.none .note_table_txt {
  display: none !important;
}

#dryeriron-chart .itemList table tr th span {
  font-size: 0.8em;
  color: #888;
  display: block;
  margin-bottom: 5px;
}
#dryeriron-chart .itemList table tr th a:hover {
  text-decoration: none;
  opacity: 0.7;
}

#dryeriron-chart .itemList table tr td {
  padding: 0.4em;
  white-space: nowrap;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #dryeriron-chart .itemList table tbody tr td {
    padding: 0.4em;
    min-width: 76px;
    line-height: 1.4;
  }
}
#dryeriron-chart .none .error {
  color: red;
}

#dryeriron-chart .itemList table tr .price {
  text-align: right;
}
#dryeriron-chart .itemList table tr .type_li,
#dryeriron-chart .itemList table tr .color_li,
#dryeriron-chart .itemList table tr .industry_li,
#dryeriron-chart .itemList table tr .function {
  text-align: left;
}

#dryeriron-chart .itemList table tr .price .grossPrice {
  font-size: 0.8em;
}

#dryeriron-chart .itemList table tr .price .grossPrice {
  color: #666;
}

#dryeriron-chart .itemList table thead tr th,
#dryeriron-chart .itemList table thead tr td {
  background-color: #edf6fa;
}

#dryeriron-chart .itemList table tbody th .th-inner {
  min-width: clamp(170px, 116px + 14.4vw, 300px);
}

#dryeriron-chart .li_anchor {
  text-align: center;
  margin-bottom: clamp(20px, 15.9px + 1.1vw, 30px);
}
#dryeriron-chart .li_anchor li {
  display: inline-block;
  font-weight: bold;
  font-size: clamp(14px, 13.3px + 0.2vw, 16px);
  padding: 10px clamp(4px, 1.4px + 0.7vw, 10px) 10px;
  margin: 0 clamp(4px, -6.9px + 2.9vw, 30px) 10px;
  position: relative;
  letter-spacing: 0.05em;
}
#dryeriron-chart .li_anchor li a:hover {
  text-decoration: none;
  color: #b5dcec;
}
#dryeriron-chart .li_anchor li a:visited {
  text-decoration: none;
}
#dryeriron-chart .li_anchor li a:after {
  position: absolute;
  content: "";
  right: 50%;
  bottom: -4px;
  width: 9px;
  height: 9px;
  border-bottom: 3px solid #d3eaf3;
  border-right: 3px solid #d3eaf3;
  transform: translateY(-50%) rotate(45deg);
}
#dryeriron-chart .li_anchor li:first-child {
  padding-left: 0;
  margin-left: 0;
}
#dryeriron-chart .li_anchor li:last-child {
  padding-right: 0;
  margin-right: 0;
}

@media screen and (max-width: 320px) {
  #dryeriron-chart .li_anchor li {
    font-size: 13px;
  }
}
#dryeriron-chart #dryer,
#dryeriron-chart #straight {
  margin-bottom: clamp(20px, 11.7px + 2.2vw, 40px);
  padding-bottom: clamp(20px, 11.7px + 2.2vw, 40px);
}

#dryeriron-chart h2 {
  position: relative;
  color: #333333;
  text-align: center;
  border-top: 4px solid #edf6fa;
  padding: clamp(40px, 27.6px + 3.3vw, 70px) 0 20px !important;
  letter-spacing: 0.05em;
  font-size: clamp(20px, 16.6px + 0.9vw, 28px);
  line-height: 1;
}
#dryeriron-chart h2::before {
  position: absolute;
  bottom: 0.7em;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  color: #edf6fa;
  font-size: 1.5em;
  line-height: 1;
  content: attr(data-word);
  white-space: nowrap;
  pointer-events: none;
}

#dryeriron-chart .li_function li {
  text-align: left;
  border-bottom: 1px dotted #ddd;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  padding-left: 0.5em;
}
#dryeriron-chart .li_function li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

#dryeriron-chart .li_color li {
  position: relative;
  text-align: left;
  color: #333 !important;
  font-size: 0.95em;
  margin-bottom: 0.2em;
}
#dryeriron-chart .li_color li:before {
  height: 16px;
  width: 16px;
  content: "";
  border: 1px solid #ccc;
  display: inline-block;
  border-radius: 2px;
  margin-right: 3px;
  vertical-align: middle;
  border-radius: 50px;
  margin-top: -3px;
}

#dryeriron-chart .li_color .white::before {
  background: #fff;
}

#dryeriron-chart .li_color .black::before {
  background: #000;
}

#dryeriron-chart .li_color .beige::before {
  background: #e7d0a9;
}

#dryeriron-chart .li_color .gray::before {
  background: #7d7d7d;
}

#dryeriron-chart .li_color .pink::before {
  background: #ffc0cb;
}

#dryeriron-chart .li_color .blue::before {
  background: #0000cd;
}

#dryeriron-chart .li_color .red::before {
  background: #d3212d;
}

#dryeriron-chart .li_color .purple::before {
  background: #800080;
}

#dryeriron-chart .li_color .cherry::before {
  background: #F172A3;
}

#dryeriron-chart .li_color .gold::before {
  background: linear-gradient(135deg, #fff8dc 0%, #f7e7a9 18%, #d4af37 45%, #b8860b 70%, #fff2b2 100%);
}

#dryeriron-chart .li_color .silver::before {
  background: linear-gradient(135deg, #eeeeee 0%, #c0c0c0 50%, #8f8f8f 100%);
}/*# sourceMappingURL=page.css.map */