@font-face {
  font-family: opensans;
  src: url("https://www.oriimec.co.jp//web_fonts/OpenSans-Regular.ttf") format("truetype");
}
/* [ font style ]
-------------------------------------------------*/
/* [ opacity ]
-------------------------------------------------*/
/* [ display style ]
-------------------------------------------------*/
/* [ easing style ]
-------------------------------------------------*/
/* [ link style ]
-------------------------------------------------*/
/* [ graphic style ]
-------------------------------------------------*/
/* [ background-image ]
-------------------------------------------------*/
/* common
-----------------------------------------------------*/
#page_title {
  background: url("../img/company/page_bg.jpg") no-repeat center center;
  background-size: cover;
  color: #fff;
}

@media only screen and (max-width: 750px) {
  #page_title {
    background: url("../img/company/page_bg_sp.jpg") no-repeat right bottom;
    background-size: cover;
    color: #fff;
  }
}
.bread_wrap {
  background-color: #ffffff;
}

#main_wrap {
  padding-bottom: 0px;
}

/* group company
-----------------------------------------------------*/
#link_list {
  background-color: #f2f5f8;
}
#link_list ul li {
  border-bottom: 1px solid #d7dfdc;
  transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  cursor: pointer;
}
#link_list ul li:hover {
  -ms-filter: "alpha(opacity=$num)";
  /* IE8 */
  opacity: 0.6;
}
#link_list ul li.list01, #link_list ul li.list04 {
  margin-left: 0;
}
#link_list ul li.list01 {
  background: url("../common/img/icon_green_company_about.png") no-repeat center 60px #ffffff;
}
#link_list ul li.list02 {
  background: url("../common/img/icon_green_global.png") no-repeat center 60px #ffffff;
}
#link_list ul li.list03 {
  background: url("../common/img/icon_green_history.png") no-repeat center 64px #ffffff;
}
#link_list ul li.list04 {
  background: url("../common/img/icon_green_csr.png") no-repeat center 60px #ffffff;
}
#link_list ul li.list05 {
  background: url("../common/img/icon_green_network.png") no-repeat center 60px #ffffff;
}
#link_list ul li.list06 {
  background: url("../common/img/icon_green_global_network.png") no-repeat center 64px #ffffff;
}
#link_list ul li h2, #link_list ul li p {
  text-align: center;
}
#link_list ul li h2 {
  margin-bottom: 10px;
}
#link_list ul li h2 a {
  font-weight: bold;
  text-decoration: none;
}

@media only screen and (min-width: 751px) {
  #link_list {
    padding: 30px 0 40px;
    margin-top: -60px;
  }
  #link_list ul li {
    float: left;
    width: 340px;
    padding: 147px 0 26px;
    margin-left: 30px;
    cursor: pointer;
  }
  #link_list .company-list li {
    width: 48%;
  }
  #link_list .company-list li.list06 {
    padding-bottom: 26px;
  }
  #link_list ul li.list01, #link_list ul li.list04 {
    margin-left: 0;
  }
  #link_list ul li.list01 {
    background-size: 55px;
    margin-bottom: 30px;
  }
  #link_list ul li.list02 {
    background-size: 52px;
    margin-bottom: 30px;
  }
  #link_list ul li.list03 {
    background-size: 52px;
    margin-bottom: 30px;
  }
  #link_list ul li.list04 {
    background-size: 25px;
    padding-bottom: 47px;
  }
  #link_list ul li.list05 {
    background-size: 50px;
    padding-bottom: 47px;
  }
  #link_list ul li.list06 {
    background-size: 81px;
    padding-bottom: 47px;
  }
  #link_list ul li h2 {
    margin-bottom: 10px;
  }
  #link_list ul li h2 a {
    font-size: 15px;
  }
}
@media only screen and (max-width: 750px) {
  #link_list {
    padding: 30px 0;
    margin-top: -22px;
  }
  #link_list ul li {
    padding: 85px 10px 28px;
    margin-bottom: 15px;
    cursor: pointer;
  }
  #link_list ul li.list01, #link_list ul li.list04 {
    margin-left: 0;
  }
  #link_list ul li.list01 {
    background-size: 45px;
    background-position: center 32px;
  }
  #link_list ul li.list02 {
    background-size: 42px;
    background-position: center 28px;
  }
  #link_list ul li.list03 {
    background-size: 42px;
    background-position: center 32px;
  }
  #link_list ul li.list04 {
    background-size: 22px;
    background-position: center 26px;
  }
  #link_list ul li.list05 {
    background-size: 44px;
    background-position: center 28px;
  }
  #link_list ul li.list06 {
    background-size: 68px;
    background-position: center 32px;
  }
  #link_list ul li h2 {
    margin-bottom: 10px;
  }
  #link_list ul li h2 a {
    font-size: 15px;
  }
}
