@charset "utf-8";
/*
* icon Layout CSS
*
* @version			0.0.0
* @lastmodified 2019/01/25
* @link					https://www.landcomp.co.jp/
* @copyright		Copyright 2005, LAND COMPUTER Co.,Ltd.All rights reserved.
*------------------------------------------------------------------------- */

/* ICON LAYOUT =========================================================== */
.iconLayout {
  padding: 0;
  overflow: hidden;
}
.iconLayout .cell ,
.iconLayout.mod2 .cell ,
.iconLayout.per32 .cell ,
.iconLayout.per64 .cell ,
.iconLayout.per73 .cell {
  box-sizing: border-box;
  display: block;
  padding: 0;
  width: auto;
}
.iconLayout .cell.icon p.figure img {
  height: auto;
  width: auto;
  max-width: 100%;
}
@media all and (min-width :480px) {
  .iconLayout:after {
    clear: both;
  }
  .iconLayout .cell {
    float: left;
    width: auto;
  }
  .iconLayout.mod2 .cell {  width: 50%;  }
  .iconLayout.per32 .cell:first-child {  width: 66.66%;  }
  .iconLayout.per32 .cell:last-child {   width: 33.33%;  }
  .iconLayout.per64 .cell:first-child {  width: 60%;  }
  .iconLayout.per64 .cell:last-child {   width: 40%;  }
  .iconLayout.per73 .cell:first-child {  width: 70%;  }
  .iconLayout.per73 .cell:last-child {   width: 30%;  }
  .iconLayout .cell.icon {
    padding-left: 1rem;
  }
  .iconLayout .cell.icon p.figure {
    text-align: center;
  }
}