/*タマヤ株式会社*/
/* 会社概要 Layout
------------------------------------------------------------ */
/* 共通
------------------------------------------------------------ */
@media screen and (min-width:280px) {
  #company h1, h2 {
    font-weight: 300;
    text-align: center;
    font-size: 28px;
    line-height: 1em;
    margin-bottom: 80px;
  }
  .ttl_en {
    font-size: 16px;
  }
#company h3{
    font-weight: 300;
    font-size: 20px;
    line-height: 1.5em;
  }

  /*--------------------------------------------------　概要　*/
  .profile_box .inner_tbl {
    margin: auto;
    width: 100%;
  }
  .profile_box .inner_tbl th {
    width: 20%;
    font-weight: 300;
    background: #efefef;
  }
  .profile_box .inner_tbl th, .profile_box .inner_tbl td {
    letter-spacing: 2px;
    padding: 15px 10px;
    box-sizing: border-box;
  }
  .profile_box .inner_tbl tr {
    border-bottom: 1px dashed;
  }
  .profile_box .inner_tbl tr:last-child {
    border-bottom: none;
  }
  .locations_box {
    margin: 120px auto;
    text-align: center;
  }
  .office_adrress_box, .office_map {
    width: 100%;
  }
  .office_inner {
    margin: 80px auto;
  }
  .office_name {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .office_en {
    font-size: 32px;
    color: #b5b5b6;
    margin-bottom: 50px;
  }
  .office_map {
    height: 300px;
  }
  /*--------------------------------------------------　沿革　*/
  .history_box .inner_tbl {
    margin: auto;
    width: 100%;
  }
  .history_box .inner_tbl th {
    width: 20%;
    font-weight: 300;
    background: #efefef;
    text-align: center;
    padding: 10px 8px;
    box-sizing: border-box;
    vertical-align: top;
  }
  .history_box .inner_tbl td {
    padding: 10px 10px;
    box-sizing: border-box;
  }
  /*--------------------------------------------------　社是　*/
    .box_width{
    max-width: 766px;
    padding: 15px 30px;
    box-sizing: border-box;

    } 
.policy_box li{
        padding-bottom: 1em;
        font-size: 18px;
    }
    .c_philosophy_box .name{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .c_philosophy_box .inner_txt,
    .fsc_box .inner_txt,
    .iso_box .inner_txt,
    .p_policy_box .inner_txt{
        line-height: 2rem;
    }
  /*--------------------------------------------------　fsc-coc　*/
    .fsc_box h3{
        text-align: center;
        margin-bottom: 20px;
    }
    .fsc_box .mark{
        margin: 80px auto;
        width: 100px;
    }
    .fsc_box li{
        margin-bottom: 1rem;
    }
    .txt_in{
        padding-left: 1.5rem;
    }
  /*--------------------------------------------------　iso　*/
    .iso_box .inner_txt li,
    .p_policy_box li{
        text-indent: -1.5em;
        padding-left: 1.5em;
    }

}
/* 
------------------------------------------------------------ */
@media screen and (min-width:767px) {
  /*--------------------------------------------------　概要　*/
  .profile_box .inner_tbl {
    max-width: 700px
  }
  .profile_box .inner_tbl th, .profile_box .inner_tbl td {
    padding: 15px 20px;
    letter-spacing: 5px;
  }
  /*--------------------------------------------------　沿革　*/
  .history_box .inner_tbl th {
    width: 100px;
  }
  .history_box .inner_tbl th, .history_box .inner_tbl td {
    letter-spacing: 1px;
    line-height: 3em;
    padding: 0 10px;
  }
    .box_width{
    max-width: 979px;
    } 
    .fsc_box .inner_txt,
    .fsc_box .sign{
    padding: 0 50px;
        box-sizing: border-box;
}
    .fsc_img{
        width: 100%;
        margin: 30px auto 100px;
    }
}
@media screen and (min-width:980px) {
  /*--------------------------------------------------　共通　*/
  .company_nav_box {
    width: 100%;
    justify-content: space-around;
    margin: -1em auto 2em;
  }
  .company_nav_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    color: #fff !important;
    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;
      cursor: pointer;/*追加*/
  }
  .company_nav_btn a {
    text-align: center
  }
  .company_nav_btn:hover {
    transform: translateY(2px);
      box-shadow: none;
    /*box-shadow: 0 0 rgba(0, 0, 0, 0);*/
  }
  .company_nav_btn a:link, .company_nav_btn a:visited {
    color: #fff !important;
    text-decoration: none;
  }
  /*--------------------------------------------------　概要　*/
  .office_adrress_box, .office_map {
    width: 50%;
  }
  .office_inner {
    align-items: center;
  }
  .locations_box {
    text-align: left;
  }
  /*--------------------------------------------------　沿革　*/
  .history_box .inner_tbl td {
    letter-spacing: 2px;
  }
   .box_width{
        max-width: 980px;
    margin-right: auto;
    margin-left: auto;
    }
}