/*===============================================
  Common
===============================================*/

* img {
  max-width: 100%;
}

body ol#pankuzu {
  width: 100%;
  max-width: 1060px;
}

body>div {
  background-color: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-family: "Noto Sans Japanese-l", 'Lucida Grande', 'Lucida Sans Unicode', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', Helvetica, Arial, Verdana, sans-serif;
  font-size: 14px;
  height: auto;
  line-height: 1.4;
  /* padding-bottom: 1%; */
  position: relative;
}

body>div *,
body>div *:before,
body>div *:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body>div a:hover {
  opacity: .8;
}





@font-face {
  font-family: "Noto Sans Japanese-l";
  font-style: normal;
  font-weight: 300;
  src: url("/common/font/NotoSansCJKjp-DemiLight.eot");
  src: url("/common/font/NotoSansCJKjp-DemiLight.eot?#iefix") format('embedded-opentype'), url("/common/font/NotoSansCJKjp-DemiLight.woff") format('woff'), url("/common/font/NotoSansCJKjp-DemiLight.ttf") format('truetype');
}

@font-face {
  font-family: "Noto Sans Japanese-r";
  font-style: normal;
  font-weight: 400;
  src: url("/common/font/NotoSansCJKjp-Regular.eot");
  src: url("/common/font/NotoSansCJKjp-Regular.eot?#iefix") format('embedded-opentype'), url("/common/font/NotoSansCJKjp-Regular.woff") format('woff'), url("/common/font/NotoSansCJKjp-Regular.ttf") format('truetype');
}

@font-face {
  font-family: "Noto Sans Japanese-m";
  font-style: normal;
  font-weight: 500;
  src: url("/common/font/NotoSansCJKjp-Medium.eot");
  src: url("/common/font/NotoSansCJKjp-Medium.eot?#iefix") format('embedded-opentype'), url("/common/font/NotoSansCJKjp-Medium.woff") format('woff'), url("/common/font/NotoSansCJKjp-Medium.ttf") format('truetype');
}


@font-face {
  font-family: 'number';
  src: url('/b2b/concept/fonts/number.eot?8v2rbi');
  src: url('/b2b/concept/fonts/number.eot?8v2rbi#iefix') format('embedded-opentype'),
    url('/b2b/concept/fonts/number.ttf?8v2rbi') format('truetype'),
    url('/b2b/concept/fonts/number.woff?8v2rbi') format('woff'),
    url('/b2b/concept/fonts/number.svg?8v2rbi#number') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-num-"],
[class*=" icon-num-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'number' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-num-num1:before {
  content: "\e700";
  color: #fff;
}

.icon-num-num2:before {
  content: "\e701";
  color: #fff;
}

.icon-num-num3:before {
  content: "\e702";
  color: #fff;
}

.icon-num-num4:before {
  content: "\e703";
  color: #fff;
}
