/*タマヤ株式会社*/
/* 設備紹介 Layout
------------------------------------------------------------ */
/* 共通
------------------------------------------------------------ */
@media screen and (min-width:280px) {
  #equipment h2 {
    font-weight: 300;
    text-align: center;
    font-size: 28px;
    line-height: 1em;
    margin-bottom: 50px;
  }
  .ttl_en {
    font-size: 16px;
  }
  #equipment h3 {
    font-weight: 300;
    font-size: 20px;
  }
  .intro_box, .intro_box_02, .intro_box_03 {
    width: 90%;
    margin: 30px auto;
    line-height: 2em;
  }
  .intro_box_02 .txt_box_02 {
    margin-top: 30px;
  }
  .intro_box_03 .img_box_02 {
    margin-top: 30px;
  }
  .intro_box li, .intro_box_02 li {
    text-indent: -1.5em;
    padding-left: 1.5em;
  }
  /* 
------------------------------------------------------------生産の流れ */
  #equipment #flow h3 {
    text-align: center
  }
  #flow .mark {
    width: 80%;
    margin: 20px auto;
  }
  .flow_item {
    background: #0094da;
    color: #fff;
    width: 100%;
    margin: 18px auto 10px;
    padding: 10px 0;
      text-align: center;
  }
/*.flow_item {
    background: #0094da;
    color: #fff;
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto;
  }*/ 
    .flow_item_red {
    background: #b81c22;
    color: #fff;
    width: 100%;
    padding: 10px 0;
    text-align: center;
  }
  .flow_item .ttl_en, .flow_item_red .ttl_en {
    font-size: 14px;
  }
  .flow_arrow_01 {
    margin: 30px 40%;
    background: #b5b5b6;
    display: inline-block;
    width: 73.5px;
    height: 50px;
    clip-path: polygon(0 63.2%, 31% 63.2%, 31% 0, 69% 0, 69% 63.2%, 100% 63.2%, 50% 100%);
  }
   .flow_arrow_box_01 .flow_arrow_01 {
    width: 50px;
    height: 100px;
    margin: 0 10%;
    ;
  }
 .arrow_set_02 {
    width: 180px;
  }
  .flow_arrow_box_01 {
    justify-content: center;
  }
  .flow_arrow_02 {
    margin: 30px 40%;
    background: #b5b5b6;
    display: inline-block;
    width: 73.5px;
    height: 50px;
  }
.flow_arrow_box_01 .flow_arrow_02 {
    width: 25px;
    height: 100px;
    margin: 0 10%;
    ;
  }
    .flow_arrow_txt_set{
        width: 49%;
        display: inline-grid;
    }
    .flow_arrow_txt {
    width: 100%;
    padding: 5px 0;
    text-align: center;
  }
    .flow_arrow_txt_set .flow_arrow_01{
    margin: 10px auto;
    }
    .flow_arrow_03 {
    margin: 10px auto;
    background: #b5b5b6;
    display: inline-block;
    width: 73.5px;
    height: 200px; /* 縦に伸ばす */
  clip-path: polygon(
    0 80%,        /* 調整: 63.2% → 80% に */
    31% 80%,
    31% 0,
    69% 0,
    69% 80%,
    100% 80%,
    50% 100%)
  }
    
  .flow_item_txt_box {
    border: solid #fff 10px;
    box-shadow: 0 1px 10px 2px #898989;
    width: 90%;
    margin: 20px auto;
    border-radius: 3px;
  }
  .flow_item_txt_box_line {
    border: solid #fff 10px;
    box-shadow: inset 0 1px 10px 2px #898989;
    padding: 20px;
  }
  .flow_item_txt {
    width: 100%;
    padding: 5px 0;
    text-align: center;
    box-shadow: 0 1px 10px 2px #898989;
    margin: 18px auto;
    border-radius: 3px;
  }
  .flow_map_lnk {
      display: inline-block;
    width: calc(100% - 10px); 
    margin: 20px auto;
    text-align: center;
    border: solid 5px;
    padding: 10px 0;
    font-size: 18px;
    letter-spacing: 2px;
    color: #727171;
      cursor: pointer;
  }
    #myImage {
      display: none;
      margin-top: 10px;
      max-width: 100%;
      height: auto;
    }
    
  .flow_chart li {
    width: 100%;
  }
  .flow_chart_item {
    width: 80%;
    max-width: 260px;
    padding: 8px 0;
    text-align: center;
    background: #0094da;
    color: #fff;
    margin: auto;
    letter-spacing: 2px;
    font-size: 17px;
  }
  .flow_chart_item_02 .flow_chart_item {
    width: 40%;
    max-width: 160px;
    letter-spacing: 0;
  }
  .flow_chart_arrow {
    width: 60px;
    margin: 10px auto;
  }
  .flow_chart_arrow_in {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 30px 0 30px;
    border-color: #b5b5b6 transparent transparent transparent;
    position: relative;
  }
}
/* 
------------------------------------------------------------ */
@media screen and (min-width:767px) {
  .intro_box, .intro_box_02, .intro_box_03 {
    width: 95%;
    margin: 40px auto;
  }
  .intro_box_02, .intro_box_03 {
    justify-content: space-between;
  }
  .flex_reverse {
    flex-direction: row-reverse;
  }
  .intro_box_02 .txt_box_02, .intro_box_03 .txt_box_02 {
    width: 60%;
    margin-top: 0;
  }
  .intro_box_02 .img_box_02, .intro_box_03 .img_box_02 {
    width: 38%;
  }
  /* 
------------------------------------------------------------生産の流れ */
  #flow .mark {
    width: 40%;
    max-width: 200px;
  }
  .flow_map_pc {
    padding-top: 0;
  }
  .flow_map {
    width: 96%;
    margin: auto;
  }
}
@media screen and (min-width:980px) {
  /*--------------------------------------------------　共通　*/
  .equipment_nav_area {
    padding-top: 3rem !important;
    padding-bottom: 0 !important;
  }
  .equipment_nav_box {
    width: 80%;
    justify-content: space-around;
    margin: auto;
  }
  .equipment_nav_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    border-radius: 50%;
    width: 110px;
    height: 110px;
    /*font-weight: bold;*/
    transition: 0.3s;
    box-shadow: 0px 8px 8px -1px rgba(0, 0, 0, 0.5);
    background-color: #0094da;
  }
  .equipment_nav_btn a {
    text-align: center
  }
  .equipment_nav_btn:hover {
    transform: translateY(2px);
    box-shadow: 0 0 rgba(0, 0, 0, 0);
  }
  .equipment_nav_btn a:link, .equipment_nav_btn a:visited {
    color: #fff;
    text-decoration: none;
  }
  /* 
------------------------------------------------------------生産の流れ */
  .flow_chart li {
    width: 70%;
    max-width: 450px;
    margin: auto;
  }
  .flow_chart_arrow {
    width: 120px;
    margin: 20px auto;
  }
  .flow_chart_img {
    width: 50%;
    margin: 0;
  }
  .flow_chart_item {
    width: 50%;
    max-width: inherit;
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .flow_chart_item_02 .flow_chart_item {
    width: 40%;
    max-width: 160px;
    letter-spacing: 0;
  }
  .flow_chart_arrow .flow_chart_arrow_in {
    border-width: 25px 60px 0 60px;
  }
  .flow_chart_arrow_left, .flow_chart_arrow_right {
    width: 60px;
    margin: 10px auto;
  }
  .flow_chart_arrow_left .flow_chart_arrow_in {
    border-width: 60px 25px 60px 0px;
    border-color: transparent #b5b5b6 transparent transparent;
  }
  .flow_chart_arrow_right .flow_chart_arrow_in {
    border-width: 60px 0px 60px 25px;
    border-color: transparent transparent transparent #b5b5b6;
  }
  .flow_chart_02_left .flow_chart_item, .flow_chart_02_left .flow_chart_img, .flow_chart_02_right .flow_chart_item, .flow_chart_02_right .flow_chart_img, .flow_chart_02_left, .flow_chart_02_right {
    width: 140px;
  }
  .flow_chart li.flow_chart_02 {
    width: 100%;
    max-width: 100%;
    justify-content: space-between;
    display: flex;
  }
  .flow_chart_02_center {
    width: 450px;
  }
}