@charset "UTF-8";

/* メインビジュアル */
.l-content .mainVisual {
  background-image: url("/maker/misumi/mech/product/clean/cleaning/alumiframe/img/mv_20241129.png");
}

/* アンカーリンク */
.l-content .c-list--anchor li {
  width: 250px;
  padding-left: 10px;
}

/* title */
.l-content .section .c-title--third {
  width: 930px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

/* 洗浄工程 */
.l-content .cleaning_list > ul > li {
  width: 300px;
  box-sizing: border-box;
}
.l-content .cleaning_list > ul > li:not(:first-child) {
  margin-left: 10px;
}

.l-content .cleaning_list .head {
  margin-bottom: 5px;
  padding: 9px 0;
  font-size: 20px;
}
.l-content .cleaning_list .main {
  padding-bottom: 20px;
}
.l-content .cleaning_list .main .caption {
  width: 240px;
  margin: 10px auto 5px;
  padding: 8px 10px;
  background-color: #cdf0ff;
}
.l-content .cleaning_list .main .product {
  width: 260px;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 15px;
}
.l-content .cleaning_list .main .icon {
  flex-direction: column;
  width: 100px;
  margin-left: 10px;
  padding-top: 20px;
}
.l-content .cleaning_list .main .icon li {
  margin-bottom: 5px;
  padding: 4px 0 3px;
  background-color: #adb9ca;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
.l-content .c-text--line {
  position: relative;
  width: 240px;
  margin: 0 auto 10px;
  text-align: center;
}
.l-content .c-text--line::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #333;
  content: "";
}
.l-content .c-text--line strong {
  position: relative;
  z-index: 2;
  padding: 0 10px;
  background-color: #fff;
}

/* クリーン洗浄なし・あり */
.l-content .type_example .type,
.l-content .type_example .type .type_head {
  width: 310px;
}
.l-content .type_example .type + .type,
.l-content .type_example .type + .type .type_head {
  width: 420px;
  border-color: #03b5ff;
}
.l-content .type_example .type:not(:first-child)::before {
  top: 150px;
}
.l-content .type_example .type .type_num > li .type {
  width: 110px;
}
.l-content .c-note {
  width: 800px;
  margin: 30px auto 40px;
  padding: 10px;
  background-color: #fffae5;
}

/* 洗浄工程 */
.l-content .section .c-movie {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.l-content .section .c-movie > p {
  position: relative;
  margin-left: 40px;
  padding: 20px;
  border-radius: 4px;
  background-color: #cdf0ff;
}
.l-content .section .c-movie > p::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 20px solid #cdf0ff;
  content: "";
}
.l-content .flow__outer {
  margin-bottom: 40px;
  padding-left: 15px;
}
.l-content .flow__outer h5 {
  font-size: 14px;
  margin-bottom: 15px;
}
.l-content .c-flow__caption__outer {
  position: relative;
}
.l-content .flow__outer .c-flow__caption {
  position: absolute;
  top: 35px;
  right: 0;
  padding-left: 40px;
  background: url("/maker/misumi/mech/product/clean/cleaning/alumiframe/img/icon_movie_s.png") no-repeat left center;
}
.l-content .environmentTitle {
  display: flex;
  padding: 0;
  background-color: transparent;
}
.l-content .environmentTitle p {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 0 3px;
  box-sizing: border-box;
  background-color: #adadad;
}
.l-content .environmentTitle p.setclass {
  width: 136px;
  margin-left: 23px;
  background-color: #03b5ff;
}
.l-content .environmentTitle p.setclass.setclass_wide {
  width: 295px;
}
.l-content .environmentTitle p:not(.setclass) {
  flex: auto;
}
.l-content .flowList .flowBox .m-thumbnail__movie > a:before {
  top: auto;
  bottom: -8px;
  right: -20px;
  left: auto;
  margin: 0;
  content: url("/maker/misumi/mech/product/clean/cleaning/alumiframe/img/icon_movie.png");
}

/* 梱包例 */
.l-content .packingExample {
  justify-content: center;
}
.l-content .packingExample > div {
  width: 400px;
}
.l-content .packingExample > div + div {
  margin-left: 20px;
}
.l-content .packingExample h4 {
  margin-bottom: 15px;
  padding: 10px 0 8px;
  background-color: #e8e8e8;
}
.l-content .packingExample p {
  display: flex;
  justify-content: center;
  margin-bottom: 5px;
}

/* item */
.l-content .itemList .item .pic {
  width: 190px;
  height: 140px;
}

/* c-case */
.l-content .c-case {
  width: 650px;
}
.l-content .c-case .c-case__detail {
  width: 550px;
  margin: 0 auto 40px;
}
.l-content .c-case .c-case__detail .c-case__detail__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2px 2px 2px 30px;
  border: 2px solid #ccc;
  box-sizing: border-box;
}
.l-content .c-case .c-case__content .c-case__content__caption {
  display: flex;
}
.l-content .c-case .c-case__content .c-case__content__caption p {
  width: 50%;
  padding-left: 30px;
  box-sizing: border-box;
}
.l-content .c-case .c-case__content .c-case__content__caption p + p {
  padding: 0 25px 0 0;
}
.l-content .c-case .c-text--note {
  margin-top: 10px;
  font-size: 12px;
}
.l-content .m-table > tbody > tr > th {
    font-weight: bold;
}
.l-content .txt_ex_01{
    color: #005eab;
}
.l-content .column_01{
width:500px;
}
.l-content .table_txt_ex_01{
	width: 3.2em;
    display: block;
    margin: auto;
    text-align: right;
}
.l-content .table_txt_ex_02{
    width: 12em;
    display: block;
    margin: auto;
    text-align: left;
}
