@charset "utf-8";
/* CSS Document */
.contents h2 {
  background: url(images/h2_icon.png) no-repeat left 4px;
  background-size: 24px auto;
}
/*Lync集　.link_c
***********************************************/
.link_c ul.linkList {
  font-size: 0;
}
.link_c ul.linkList li {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
  font-size: 13px;
  width: 310px;
  widht: -webkit-calc((100% - 30px) / 3);
  width: -moz-calc((100% - 30px) / 3);
  width: calc((100% - 30px) / 3);
  vertical-align: top;
}
.link_c ul.linkList li a {
  display: block;
  background: url(../common/images/arrow10.png) #ebebeb no-repeat 15px 17px;
  background-size: 10px auto, auto;
  padding: 10px 15px 10px 33px;
  text-decoration: none;
  color: #1f1f1f;
}
.link_c ul.linkList li a:hover {
  background: url(../common/images/arrow01.png) #0094D7 no-repeat 20px 15px;
  background-size: 12px auto, auto;
  color: #FFF;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.link_c ul.linkList li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) { /*SP*/
  .link_c ul.linkList li {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }
  .link_c ul.linkList li:last-child {
    margin-bottom: 0;
  }
}