@charset "UTF-8";

/*----------------------------------------------------
    共通css
----------------------------------------------------*/
.l-main.l-main--low .l-parts01 .parts01-box-inner p.imgarea.caption img {
    height: unset;
    display: block;
    margin: 0 0 5px;
}
.grad-wrap {
  position: relative;
}
.grad-wrap + .grad-wrap {
  margin-top: 40px;
}
.grad-btn {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 2rem;
  left: 0;
  width: fit-content;
  margin: auto;
  padding: 1.5rem 10rem;
  background: #fff;
  color: #014067;
  cursor: pointer;
  transition: .2s ease;
  box-shadow: 5px 5px 0px #aaa;
  font-size: 3.6rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
}
.grad-btn::after {
  content: "板金加工とは";
  font-family: serif;
}
.grad-btn:hover {
  background: #014067;
  color: #ffffff;
  box-shadow: 5px 5px 0px #fff;
}
.grad-btn .fa {
  /* margin-right: .5em; */
  display: none;
}
.grad-item {
  position: relative;
  overflow: hidden;
  height: 8rem;
}
.grad-item p + p {
  margin-top: 1em;
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 40px; /*グラデーションで隠す範囲*/
  z-index: 1;
}
.grad-trigger {
  display: none;
}
.grad-trigger:checked ~ .grad-btn {
  bottom: -2em;
  font-size: 2.4rem;
}
.grad-trigger:checked ~ .grad-btn::after {
  content: "閉じる"
}
.grad-trigger:checked ~ .grad-btn .fa {
  transform: rotate(180deg);
}
.grad-trigger:checked ~ .grad-item {
  height: auto;
  padding-bottom: 4rem;
}
.grad-trigger:checked ~ .grad-item::before {
  display: none;
}
.grad-wrap .fa-chevron-down:before {
    content: "\f078";
    margin: 0 1rem;
}


.gnv {
  display: none;
}
p.gnvlogo {
    margin: 0 0 8rem;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}
.custom_table_wrap .lp_table .btn-web {
	max-width: 100%;
  margin: 3.2rem auto;
  text-align: center;
  box-shadow: 5px 5px #333;
}

.custom_table_wrap .lp_table .btn-web a {
  width: 100%;
  margin: 0 auto;
  padding: 2rem 2rem;
  background: #fd5614;
  display: inline-block;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  position: relative;
}

.custom_table_wrap .lp_table {
  border-collapse: collapse;
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 0;
  table-layout: fixed;
}

.custom_table_wrap .lp_table th {
  padding: 1.4rem;
  background: #e5f0f5;
  border: 1px #809fb3 solid;
  text-align: center;
  color: #014067;
  font-size: 2rem;
}

.custom_table_wrap .lp_table td {
  padding: 1.4rem;
  border: 1px #809fb3 solid;
  text-align: left;
  background: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
}

.font_s {
  font-weight: normal;
  font-size: 1.6rem;
  display: block;
}

.lp-table {
  padding-top: 0;
}

.font_n {
  font-weight: normal;
}

#toc,
.relation {
  border: 2px solid #e8e8e8;
  padding: 15px;
  background: #fbfbfb;
  margin: 1.5em auto;
}

#toc::before {
  content: "目次";
  display: block;
  font-weight: bold;
  text-align: center;
  font-size: 1.5em;
  color: #636363;
}

.relation-t {
  content: "関連ページ";
  display: block;
  font-weight: bold;
  font-size: 1.5em;
  text-align: center;
  color: #636363;
}

#toc li,
.relation li {
  list-style-type: none;
  margin: 8px 0 0;
  color: #0aa6cc;
}

#toc li a,
.relation li a {
  color: #111;
  padding-left: 3px;
  display: block;
}

#toc li br {
  display: none;
}

.is-fixed {
  display: none !important;
}

.imgarea,
.l-main--low .imgarea p {
  text-align: center;
  font-size: 10px;
  color: #888;
  margin-bottom: 3rem;
}

.kanren {
  background-color: #fff;
  padding: 2.4rem;
  border: solid 1px #014067;
}

.kanren .midasi {
  letter-spacing: 1px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  color: #ffffff;
  display: block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 1.5rem;
  background: #014067;
  text-align: center;
  margin-bottom: 2rem;
}

.kanren {
  margin: 5rem auto;
  padding: 2rem;
  background: #fff;
  border: 1px solid #ccc;
}

.kanren a {
  display: block;
  padding: 0.5rem;
  border-bottom: 1px solid #eee;
}

.strong-mark-text {
  background: linear-gradient(transparent 60%, #ff6 60%);
}



.header-sitename:before {
  background: #000;
  color: #fff;
  content: "PR";
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-right: 0.5rem;
  padding: 0 1rem;
}

.l-footer__bottom__inner p.footer-copy a:before {
  content: "【PR】";
}


.select3 .parts01-box__catch {
    display: block;
    font-size: 2rem;
}

.select3 .parts01-box__catch span {
    font-size: 2.6rem;
    line-height: 1.5;
    padding: 10px;
}

.select3 .parts01-box img {
    width: auto;
    height: auto;
}

.select3 .ttl {
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 10px;
}

.select3 .future {
    background: #eeeeee;
    padding: 20px;
    min-height: 220px;
    margin: 10px auto 20px;
}

.l-parts01.select3 .btn-internal {
    max-width: 100%;
}

.select3 .btn-internal a::after {
    transform: translate(0, -50%) rotate(90deg);
}

.intro-box-main__image img {
    height: auto;
}
.l-parts01.select3 .btn-internal a {
    padding: 2rem 1rem;
}

/*2025.02.06*/
.custom_table_wrap .lp_table{
  line-height: 1.4;
}

.custom_table_wrap .lp_table ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.custom_table_wrap .lp_table li {
  width: 48%;
  font-weight: normal;
	font-size: 12px;
  background: #788c99;
  color: #fff;
  border-radius: 9999px;
  display: block;
  margin-bottom: 5px;
  padding: 2px;
}

.custom_table_wrap .font_s {
  font-size: 14px;
}

.custom_table_wrap .lp_table .font_n {
  font-size: 14px;
}

.custom_table_wrap .lp_table td{
  font-weight: normal;
  font-size: 14px;
padding:1rem;
}

.custom_table_wrap .lp_table th {
  font-size: 18px;
}

.custom_table_wrap .lp_table .c_name{
  font-size: 2rem;
  font-weight: bold;
}
.fontchange,.fontchange01{
	font-weight:bold;
}

/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/
@media screen and (max-width: 1100px) {

body {
    min-width: unset;
}
.pr__catch,
.pr-box--right {
    width: 100%;
}
.intro-box__subtitle,
.intro-box-features .intro-box-inner {
    width: auto;
}
/* .toppage_flex {
        display: flex;
        justify-content: space-between;
        min-width: 600px;
        width: 100%;
    } */
/*--
.toppage_flex2_right {
    width: 76%;
}
---*/

    .intro-box-main__image {
        position: unset;
        margin: 0 auto;
    }
.intro-box-info .intro-box-inner,
.mv-text-box {
    width: auto;
}
.btn-web {
    max-width: 70%;
}
.intro-box-info iframe {
    display: block;
    max-width: 500px;
    margin: 2.4rem auto 0;
}






 }

@media screen and (min-width: 600px) {

  /*/////////////PC用のCSSをここに作成してください。/////////////*/
  /*/////////////必ず中括弧の中に作成してください。/////////////*/
  .catch01 {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
    color: #fd5614;
  }
.toppage_flex .l-gnavi {
    width: 270px;
}
  .box1 {
    padding: 0.5em 1em;
    margin: 2em 0;
    border: solid 1px #809fb3;
  }

  .box1 p {
    margin-bottom: 1em;
    line-height: 1.75;
  }

  #catch02 {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
    margin: 0 auto 3rem;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.4;
    color: #014067;
  }

  .sp {
    display: none;
  }

  .fix-menu {
    position: fixed;
    bottom: 16rem;
    right: 0;
    width: 300px;
    z-index: 50;
  }

  .gnv ul {
    margin: 0rem auto 1rem;
    width: 1000px;
    display: flex;
    border-right: solid 1px #eee;
  }

  .gnv ul li {
    display: table;
    border-left: solid 1px #eee;
    width: 20%;
  }

  .gnv ul li a {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    line-height: 1.4;
    font-size: 12px;
    padding: 1rem 1.2rem;
    text-decoration: none;
  }

  /*20230113*/
  .fontchange {
    font-size: 5rem;
    color: #FC2314;
  }

  .fontchange01 {
    font-size: 5rem;
  }


  .sticky_area {
    position: fixed;
    bottom: 36rem;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
  }

  .sticky_area a {
    text-decoration: none;
    display: block;
    color: #fff;
    font-size: 38px;
    line-height: 4.4rem;
    font-weight: bold;
    width: 240px;
    height: 240px;
    padding: 5px 24px 20px;
    z-index: 3;
    background: url(https://www.sheemetaly.com/wp/wp-content/uploads/fixbanner_pc.jpg) no-repeat left 6px top -52px;
    text-align: left;
  }

  .sticky_area a span {
    color: #ff6a2f;
  }

  .sticky_area.sticky_area_g_nav a span.pr,
  .sticky_area a span.pr {
    color: #14bdb9;
    font-size: 22px;
    display: block;
    text-align: right;
  }



  /*----
  .gnavi-btn {
    width: 5rem;
    height: 5rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    background: #000;
    cursor: pointer;
    display: block;
  }
  .gnavi-btn span {
    width: 3rem;
    height: 3px;
    display: inline-block;
    background: #fff;
    position: absolute;
    left: 1rem;
    transform: translate(0, -50%);
    transition: transform 0.4s, opacity 0.4s;
  }
  .gnavi-btn span:nth-of-type(1) {
    top: 1.6rem;
  }
  .gnavi-btn span:nth-of-type(2) {
    top: 2.4rem;
  }
  .gnavi-btn span:nth-of-type(3) {
    top: 3.2rem;
  }
  .gnavi-btn.is-active span:nth-of-type(1) {
    transform: translateY(0.8rem) rotate(-45deg);
  }
  .gnavi-btn.is-active span:nth-of-type(2) {
    opacity: 0;
  }
  .gnavi-btn.is-active span:nth-of-type(3) {
    transform: translateY(-0.8rem) rotate(45deg);
  }
---*/
  .l-gnavi {
    width: 210px;
    height: 100vh;
    padding: 10rem 0 0;
    background: #014067;
    display: block;
    /*----  opacity: 0; ---*/
    overflow-x: hidden;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    transform: translateX(0%);
    transition: transform 0.8s ease, opacity 0.8s ease;
  }

  .gnavi-list {
    padding: 0 0 10rem;
    position: relative;
    transition: transform 0.8s ease;
  }

  .gnavi-list__item {
    margin: 0 0 1rem;
  }

  .gnavi-list__item+.gnavi-list__item {
    margin-top: 1rem;
  }

  .gnavi-list__link {
    width: 90%;
    margin: 0 auto;
    padding: 1rem 4.5rem 1rem 1rem;
    display: block;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.4;
    text-decoration: none;
    background: #fff url("img/arrow_blue.svg") no-repeat right 2rem center/17px 8px;
  }

  .gnavi-list__link--menu {
    background-image: url("img/icon_more.svg");
    background-position: right 1.5rem center;
    background-size: 16px 5px;
  }

  .gnavi-list__link--back {
    padding: 1rem 1rem 1rem 4.5rem;
    background: #fff url("img/arrow_blue_l.svg") no-repeat left 2rem center/17px 8px;
  }

  .gnavi-list__sub {
    width: 100%;
    padding: 0 0 10rem;
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    transform: translate(0, 0);
    transition: transform 0.8s ease;
  }

  .is-navi-open .l-gnavi {
    opacity: 1;
    transform: translateX(0);
  }

  .l-header__inner .header-logo-box {
    padding-left: 8rem;
  }

  .gnavi-list__link {
    color: #fff;
    background-color: unset;
    background-size: 10%;
    background-position: right;
  }

  .gnavi-list__link:hover {
    color: #14bdb9;
  }

  .gnavi-list>.gnavi-list__item:nth-child(9) a {
    display: none;
  }

  .l-main--low {
    width: calc(100% - 30%);
    margin-left: 24%;
  }

  .l-header__inner .header-logo-box {
    padding-left: 30rem;
  }

  #pankuzu {
    padding-left: 30rem;
  }

  .l-selection {
    overflow: unset;
  }

  .sticky_area.sticky_area_g_nav {
    display: block;
    position: unset;
    margin-bottom: 20px;
  }

  .sticky_area.sticky_area_g_nav a {
    width: 200px;
    height: 200px;
    font-size: 18px;
    line-height: 2.8rem;
    padding: 5px 18px 18px;
  }

  .sticky_area.sticky_area_g_nav a span {
    color: #ff6a2f;
    font-size: 26px;
  }

  .stickyarea_gnav a {
    display: block;
    margin: -60px auto 20px;
    text-align: center;
  }

  .stickyarea_gnav img {
    max-width: 90%;
    border: 1px solid #fff;
  }

.toppage_flex2_right {
  margin: 0 0 0 210px;
}


.intro-box-equipments .slick-slide img {max-height: 350px;width: auto;}
}

/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 599px) {

  /*/////////////SP用のCSSをここに作成してください。/////////////*/
  /*/////////////必ず中括弧の中に作成してください。/////////////*/
  .gnv {
    display: none;
  }

  .catch01 {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
    color: #fd5614;
  }

  .box1 {
    padding: 0.5em 1em;
    margin: 2em 0;
    border: solid 1px #809fb3;
  }

  .box1 p {
    margin-bottom: 1em;
    line-height: 1.75;
  }

  #catch02 {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
    margin: 0 auto 3rem;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.4;
    color: #014067;
  }

  .pc {
    display: none;
  }

  .fix-menu {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 50;
  }

  .pagetop {
    width: 5rem;
    height: 5rem;
    bottom: 10rem;
    right: 2rem;
  }

  .imgarea img {
    width: 90%;
    height: unset;
  }

  .custom_table_wrap {
    overflow: auto;
    padding-bottom: 15px;
    white-space: nowrap;
    width: 100%;
  }

  .custom_table_wrap .lp_table {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.6;
    margin: 0;
    table-layout: fixed;
    white-space: normal;
  }

  .custom_table_wrap .lp_table th {
    padding: 1.4rem;
    background: #e5f0f5;
    border: 1px #809fb3 solid;
    text-align: center;
    color: #014067;
    width: 170px;
    font-size: 1.4rem;
  }

  .custom_table_wrap .lp_table td {
    padding: 1.4rem;
    border: 1px #809fb3 solid;
    text-align: left;
    background: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 1.4rem;
  }

  .font_s {
    font-weight: normal;
    font-size: 0.8rem;
    display: block;
  }

  .custom_table_wrap .lp_table .btn-web a {
    padding: 1rem 1rem 1rem 0;
    font-size: 1.3rem;
  }

  .custom_table_wrap .lp_table .btn-web a::after {
    width: 15px;
    height: 13px;
    right: 1rem;
  }

  .lp-table {
    padding-top: 0;
  }

  .font_n {
    font-weight: normal;
  }

  .custom_table_wrap .lp_table .btn-web {
    max-width: 90%;
    margin: 2rem auto;
  }

  /*20230113*/
  .fontchange {
    font-size: 4rem;
    color: #FC2314;
  }

  .fontchange01 {
    font-size: 4rem;
  }

  .custom_table_wrap tbody {
    display: revert !important;
  }


  .custom_table_wrap tr {
    display: revert !important;
  }

  .header-sitename {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 5px !important;
  }

  .sp.img_scroll {
    border: solid 1px #014067;
    height: 240px;
    overflow: scroll;
  }

  .sp.img_scroll img {
    height: 500px;
    width: auto;
    max-width: inherit;
  }
.mv-bg {
    min-height: 48rem;
}	
	
	
/* .toppage_flex {
        display: none;
    } */
	
.select3  .btn-tel {
    max-width: 100%;
}

.intro-box-case-list__image img {
    height: auto;
    width: auto;
    margin: 0 auto;
    display: block;
}
.intro-box .btn-web {
    max-width: 90%;
}

.intro-box .slick-slide img {
    width: auto;
    height: auto;
}
.grad-btn {
    font-size: 1.6rem;
    padding: 1rem 6rem;
    font-size: 2.4rem;
    bottom: 0;
    width: 90%;
}

.grad-item {
    height: 4rem;
}

.grad-trigger:checked ~ .grad-btn {
    font-size: 2rem;
    bottom: -1rem;
}
	/*2025.02.06*/
	.custom_table_wrap .lp_table {
    width: 1000px;
  }
}
