/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 11 2022 | 06:40:49 */
p.blue_border,
p.p_shadow {
  font-family: "Roboto", sans-serif;
  /* text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.25); */
}

p.headerz {
  padding: 0 2rem;
  font-size: 2rem;
  color: #2e5296;
  font-weight: 900;
}

.img_shadow,
.flexx,
.grid_image,
.grid_sheet,
.btm_grid{
  box-shadow: 
    0 1px 1px rgb(0 0 0 / 11%), 
    0 2px 2px rgb(0 0 0 / 11%), 
    0 4px 4px rgb(0 0 0 / 11%), 
    0 6px 8px rgb(0 0 0 / 11%), 
    0 8px 16px rgb(0 0 0 / 11%);
}


.main_container {
  background: url(http://kyoei-steel.com/wp/wp-content/uploads/2021/07/top-arrow-desk00-min.png)
    no-repeat;
  background-size: cover;
  background-position: top center;
}

.containerz {
  width: 70%;
  margin: 0 auto;
}
.hero_bg {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: url(http://kyoei-steel.com/wp/wp-content/uploads/2021/07/hero001-min.jpg)
    no-repeat center;
  min-height: 350px;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}
/* .hero_bg h2 {
  font-size: 2rem;
  color: #0092db;
  height: 100%;
  margin: auto 3rem;
  text-shadow: 2px 2px 3px #b8b8b8;
} */
.donut {
  max-width: 250px;
}

p.blue_border {
  font-size: 32px;
  font-weight: 900;
  color: #fff;
/* kato20210716
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #104ade;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
*/
  margin: 0;
}
  .blue_border.blue_border_btm{
    font-size: 26px!important;
  }

/* grid one */
.grid_container {
  display: grid;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  grid-template-columns: 40% 28% 28%;
}

.grid_blue_box,
.title_box{
  background-color: #1c8bed85;
  padding: 2rem;
  margin: 1.2rem 0;
}

.title_box {
  width: 40%;
}
.grid_image {
  height: 250px;
  margin-bottom: 1rem;
}
.grid_img1 {
  background: url(http://kyoei-steel.com/wp/wp-content/uploads/2021/07/sml01.jpg);
  background-size: cover;
}
.grid_img2 {
  background: url(http://kyoei-steel.com/wp/wp-content/uploads/2021/07/sml02.jpg);
  background-size: cover;
}

/* grid one end */

/* grid two */
.grid_two {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.flexx {
  height: 200px;
  margin-bottom: 1rem;
}
.flex1 {
  background: url(http://kyoei-steel.com/wp/wp-content/uploads/2021/07/sml03-e1625371437963.jpg);
  background-size: cover;
}
.flex2 {
  background: url(http://kyoei-steel.com/wp/wp-content/uploads/2021/07/sml04-min-e1625371321717.jpg);
  background-size: cover;
}
.flex3 {
  background: url(http://kyoei-steel.com/wp/wp-content/uploads/2021/07/sml05-min.jpg);
  background-size: cover;
}
.flex4 {
  background: url(http://kyoei-steel.com/wp/wp-content/uploads/2021/07/sml06-e1625371461690.jpg);
  background-size: cover;
}

/* grid two end */

/* grid three SHEET */
.sheet_contain {
  display: grid;
  justify-content: space-between;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1rem;
}

.grid_sheet {
  height: 350px;
  width: 237px;
}

.sheet1 {
  background: url(http://kyoei-steel.com/wp/wp-content/uploads/2021/07/sheet01-min.png) no-repeat;
  background-size: contain;
}
.sheet2 {
  background: url(http://kyoei-steel.com/wp/wp-content/uploads/2021/07/sheet02-min.png) no-repeat;
  background-size: contain;
}
.sheet3 {
  background: url(http://kyoei-steel.com/wp/wp-content/uploads/2021/07/sheet03-min.png) no-repeat;
  background-size: contain;
}
.sheet4 {
  background: url(http://kyoei-steel.com/wp/wp-content/uploads/2021/07/sheet04-min.png) no-repeat;
  background-size: contain;
}
/* grid three SHEET end */

.divider {
  display: block;
  width: 100%;
}
.divider_mobile {
  display: none;
}
.down_btm {
  width: 100%;
  display: flex;
  justify-content: center;
}
.down_desk {
  margin: 2rem 0;
  max-width: 300px;
}

/* bottom grid */
.bottom_grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr 1.5fr;
  justify-content: space-between;
  gap: 1rem;
}
.btm_grid {
  height: 300px;
}
.btm_grid1 {
  background: url(http://kyoei-steel.com/wp/wp-content/uploads/2021/07/btm-1-scaled-e1625371505673.jpg);
  background-size: cover;
}
.btm_grid2 {
  background: url(http://kyoei-steel.com/wp/wp-content/uploads/2021/07/btm-2-scaled-e1625371395687.jpg);
  background-size: cover;
}
.btm_grid3 {
  background: url(http://kyoei-steel.com/wp/wp-content/uploads/2021/07/btm-3.jpg);
  background-size: cover;
}
/* bottom grid end */

/* FULL WIDTH IMAGE */

.full_width_image {
  width: 100%;
  min-height: 400px;
  background: url(http://kyoei-steel.com/wp/wp-content/uploads/2021/07/full-width-min.jpg)
    no-repeat center;
  background-size: cover;
  position: relative;
}

.black_underlay {
  max-width: 500px;
  background: rgba(0, 0, 0, 0.568);
  padding: 2rem;
  position: absolute;
  top: 50%;
  left: 32%;
  transform: translate(-50%, -50%);
}
.white_txt {
  color: #fff;
  font-weight: bold;
/*
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #104ade;
*/

}
/* FULL WIDTH IMAGE END*/

/* BOTTOM AREA */
.bottom_main_container {
  background: url(http://kyoei-steel.com/wp/wp-content/uploads/2021/07/arrow-bottom-min.png)
    no-repeat;
  background-size: cover;
  background-position: top center;
}
.bottom_first {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap-reverse;
  padding: 5rem 0 2rem;
}
.text_box {
  width: 50%;
  margin-left: 2rem;
  padding: 2rem;
  background-color: #1c8bed85;
}
.text_box p{
  font-size: 15px;
}
.bottom_first img {
  max-width: 35%;
  margin-bottom: 2rem;
}
/* .btm_small {
  max-width: auto;
  max-height: 280px;
} */
.cta {
  display: flex;
  justify-content: center;
}

.cta img {
  max-width: 750px;
  margin: 2rem 0;
}
.cta img:hover {
  cursor: pointer;
  filter: brightness(105%) saturate(110%);
  transform: scale(0.95);
  transition: ease 0.5s;
}
/* BOTTOM AREA END */


/*  */
/* MOBILE large --------------------------------------------------------------------------------------------*/
/*  */
@media only screen and (max-width: 1366px) {
  .container {
    width: 80%;
  }

  p.headerz {
    margin: 0;
  }
  
    .title_box {
    width: auto;
      padding: 2rem;
  }
  
    .grid_sheet {
    height: 280px;
    width: 100%;
  }
  
  /* all grids */
  .grid_container {
    display: grid;
    align-items: center;
    grid-template-columns: 50% 50%;
    gap: 1rem;
    grid-template-areas:
      "head head"
      "img1 img2";
  }
  .grid_image {
    height: 300px;
    width: 100%;
  }

  .grid_blue_box {
    grid-area: head;
    max-width: 100%;
  }
  .grid_img2 {
    grid-area: img1;
  }
  .grid_img1 {
    grid-area: img2;
  }

  .grid_two {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .flexx {
    height: 300px;
    margin-bottom: 1rem;
  }

  /* all grids end */

  .hero_bg {
    background: url(http://kyoei-steel.com/wp/wp-content/uploads/2021/07/hero001-min.jpg)
      no-repeat left;
  }
  /*   .hero_bg h2 {
    color: #2e5296;
  } */

  .main_mobile {
    background: url(http://kyoei-steel.com/wp/wp-content/uploads/2021/07/arror-top-min.png)
      repeat-y top center;
    background-size: contain;
    height: auto;
    width: 100%;
  }
  .blue_box {
    margin: 0 0 1rem 0;
    width: 100%;
  }

  section p {
    font-size: 14px;
  }

  .divider {
    display: none;
  }
  .divider_mobile {
    display: block;
    margin: 1rem auto;
    width: 200px;
  }

  .down_btm {
    display: none;
  }

  /* CENTER */
  .full_width_image {
    min-height: 300px;
  }
  .black_underlay {
    width: 450px;
    left: 50%;
  }

  /* BOTTOM */

  .text_box {
    width: 65%;
    padding: 0;
    margin: 2rem;
    padding: 2rem;
    background-color: #1c8bed85;
  }
  .bottom_first img {
    max-width: 100%;
  }

  /* .btm_small {
    min-width: 100%;
    min-height: 100%;
    margin: 0.5rem 0;
  }
  .btm_small.long {
    min-height: 400px;
  } */

  .cta img {
    max-width: 550px;
    margin: 0 0 2rem 0;
  }

  .main_mobile2 {
    background: url(http://kyoei-steel.com/wp/wp-content/uploads/2021/07/arror-top-mobile-min.png)
      repeat;
    background-size: cover;
    background-position: 0% 0%;
  }
}
/* -------------------------------------------------------------------------------------------------------------------------- */
@media only screen and (max-device-width: 760px) {
  .container {
    width: 90%;
  }
  .donut {
    max-width: 200px;
    margin-bottom: 1rem;
  }
  .hero_bg p.header {
    padding-top: 2rem;
  }

  .main_mobile {
    background: url(http://kyoei-steel.com/wp/wp-content/uploads/2021/07/arror-top-mobile-min.png)
      0% 15%;
    background-size: contain;
    height: auto;
    width: 100%;
  }

  .grid_container {
    display: grid;
    align-items: center;
    grid-template-columns: 100%;
    gap: 0.5rem;
    grid-template-areas:
      "head"
      "img1"
      "img2";
  }
  .grid_img {
    height: auto;
    width: auto;
  }

  .grid_blue_box {
    grid-area: head;
    max-width: 100%;
    padding: 2rem 1rem;
    margin-bottom: 1rem;
  }

  .grid_two {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr;
  }

  .flexx,
  .grid_image {
    height: 250px;
    margin-bottom: 1rem;
  }

  .sheet_contain {
    display: grid;
    justify-content: space-between;
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .black_underlay {
    width: 280px;
  }

  .bottom_grid {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: space-between;
    gap: 1rem;
  }
  .btm_grid {
    height: 250px;
  }
    .cta img {
    max-width: 350px;
    margin: 0 0 2rem 0;
  }
  .blue_border.blue_border_btm{
    font-size: 22px!important;
  }
   .grid_sheet {
    height: 450px;
    background-color: #fff;
  }
    .text_box {
    width: auto;
    margin: 0 0 2rem 0;
    padding: 2rem;
    background-color: #1c8bed85;
  }
}
