/* Reset Style */
html {
  overflow-y: scroll; }

body {
  line-height: 1;
  color: #000; }

/* html5doctor.com Reset Stylesheet v1.6.1
	Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* YUI 3.4.1 (build 4118) Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License. http://yuilibrary.com/license/ */
body {
  font: 13px/1.231 arial,helvetica,clean,sans-serif;
  *font-size: small;
  *font: x-small; }

select, input, button, textarea {
  font: 99% arial,helvetica,clean,sans-serif; }

table {
  font-size: inherit;
  font: 100%; }

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%; }

.clearfix {
  zoom: 1; }
  .clearfix:before,
  .clearfix:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: "�_0020"; }
  .clearfix:after {
    clear: both; }

/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/
.m-button--opacity a:hover,
.m-button--opacity a:hover img {
  opacity: 0.8; }

.m-naviButton a {
  background-color: #333;
  color: #fff;
  display: block;
  padding: 10px 19px 10px 26px !important;
  position: relative;
  -webkit-transition-property: all;
          transition-property: all;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s; }
  .m-naviButton a:after {
    content: "";
    display: inline-block;
    background-image: url(/assets/img/sprite.png);
    background-position: -675px -257px;
    width: 9px;
    height: 5px;
    position: relative;
    top: -2px;
    margin-left: 7px; }
  .m-naviButton a:hover {
    background-color: #58AEC9;
    color: #fff; }
    .m-naviButton a:hover:after {
      background-image: url(/assets/img/sprite.png);
      background-position: -684px -257px;
      width: 9px;
      height: 5px;
      top: -4px; }

.m-naviButton.is-open a {
  background-color: #58AEC9; }
  .m-naviButton.is-open a:after {
    background-image: url(/assets/img/sprite.png);
    background-position: -684px -257px;
    width: 9px;
    height: 5px;
    top: -4px; }

a.m-button--line,
.m-button--line a {
  border: 2px solid #fff;
  display: block;
  border-radius: 3px;
  line-height: 0; }
  a.m-button--line:hover,
  .m-button--line a:hover {
    border-color: #63B7CF; }

.m-button--cloud {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.m-button--cloud:hover, .m-button--cloud:focus, .m-button--cloud:active {
  -webkit-animation-name: cloud-float, cloud;
          animation-name: cloud-float, cloud;
  -webkit-animation-duration: 0.3s, 1.5s;
          animation-duration: 0.3s, 1.5s;
  -webkit-animation-delay: 0s, 0.3s;
          animation-delay: 0s, 0.3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
          animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
          animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
          animation-direction: normal, alternate; }

@-webkit-keyframes cloud {
  0% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px); }
  50% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px); }
  100% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px); } }

@keyframes cloud {
  0% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px); }
  50% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px); }
  100% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px); } }

@-webkit-keyframes cloud-float {
  100% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px); } }

@keyframes cloud-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); } }

body {
  font-family: 'YuGothic', 'Yu Gothic', '???S?V?b?N', '???S?V?b?N??','?q???M?m?p?S ProN W3','Hiragino Kaku Gothic ProN','???C???I','Meiryo', sans-serif;
  line-height: 1.2; }

a {
  text-decoration: none;
  color: #666;
  -webkit-transition-property: all;
          transition-property: all;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s; }
  a:hover {
    color: #63B7CF; }

.bgWrap {
  padding-bottom: 10px;
  min-width: 1000px; }

.js-bgExchange {
  background-color: #fff; }

.l-wrapper {
  overflow: hidden;
  min-width: 1000px; }

.l-header {
  background-color: #fff; }

.header__attention {
  padding: 19px 60px;
  background-color: #A2C603;
  top: 0;
  width: 100%;
  min-width: 1000px;
  box-sizing: border-box;
  position: relative; }

.header__attention__body {
  zoom: 1;
  background-color: #A2C603; }
  .header__attention__body:before,
  .header__attention__body:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: "�_0020"; }
  .header__attention__body:after {
    clear: both; }
  .header__attention__body .header__attention__body__title, .header__attention__body p {
    font-weight: bold;
    font-size: 108%;
    color: #fff;
    float: left;
    border-right: 2px solid #7D9A03;
    padding: 2px 30px 2px;
    letter-spacing: 0.02em;
    position: relative;
    background-color: #A2C603; }
    .header__attention__body .header__attention__body__title:before, .header__attention__body p:before {
      content: "";
      display: inline-block;
      background-image: url(/assets/img/sprite.png);
      background-position: -142px -292px;
      width: 22px;
      height: 22px;
      margin-right: 10px;
      position: absolute;
      left: 0;
      top: -2px; }
    .header__attention__body .header__attention__body__title a, .header__attention__body p a {
      color: #fff; }
      .header__attention__body .header__attention__body__title a:hover, .header__attention__body p a:hover {
        opacity: 0.8; }
  .header__attention__body p {
    border: 0;
    padding-left: 0; }
    .header__attention__body p:before {
      content: none; }
    .header__attention__body p span {
      padding: 0 20px; }

.header__attention__close {
  min-width: 1028px;
  margin: 0 auto;
  position: relative;
  top: -60px;
  right: 60px; }
  .header__attention__close span {
    display: block;
    background-color: #7D9A03;
    height: 60px;
    width: 60px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 12; }
    .header__attention__close span:before {
      content: "";
      display: inline-block;
      background-image: url(/assets/img/sprite.png);
      background-position: -187px -292px;
      width: 20px;
      height: 20px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -10px 0 0 -10px; }

.header__navigation {
  background-color: #fff;
  border-bottom: 1px solid #B2CFDB; }

.header__navigation__inner {
  background-color: #fff;
  zoom: 1;
  width: 994px;
  margin: 0 auto;
  position: relative;
  z-index: 11;
  height: 100px; }
  .header__navigation__inner:before,
  .header__navigation__inner:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: "�_0020"; }
  .header__navigation__inner:after {
    clear: both; }
  .header__navigation__inner h1 {
    padding: 15px 28px 15px 0;
    float: left; }

.header__navigation--global {
  height: 100px;
  float: left; }
  .header__navigation--global li {
    display: inline-block;
    font-size: 116%;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    letter-spacing: 0.08em; }
    .header__navigation--global li a {
      display: block;
      padding: 30px 0;
      margin: 0 5px; }

.header__navigation--global__company {
  width: 126px; }

.header__navigation--global__team {
  width: 127px; }

.header__navigation--global__news {
  width: 113px; }

.header__navigation--global__job {
  width: 101px; }

.header__navigation--global__product {
  margin-left: 16px; }
  .header__navigation--global__product a {
    font-weight: normal;
    font-size: 93%; }

.header__navigation--tools {
  height: 100px;
  width: 205px;
  float: right;
  margin-top: 11px; }
  .header__navigation--tools li {
    display: inline-block;
    font-size: 93%;
    font-weight: bold;
    text-align: center;
    vertical-align: middle; }
    .header__navigation--tools li a {
      display: block;
      text-align: center;
      padding: 10px 7px; }
      .header__navigation--tools li a:before {
        content: "";
        display: block;
        margin: 0 auto 8px; }
    .header__navigation--tools li.header__navigation--tools--material {
      width: 63px; }
      .header__navigation--tools li.header__navigation--tools--material a:before {
        background-image: url(/assets/img/sprite.png);
        background-position: -124px -324px;
        width: 20px;
        height: 23px; }
      .header__navigation--tools li.header__navigation--tools--material a:hover:before {
        background-image: url(/assets/img/sprite.png);
        background-position: -144px -324px;
        width: 20px;
        height: 23px; }
    .header__navigation--tools li.header__navigation--tools--mail {
      width: 87px; }
      .header__navigation--tools li.header__navigation--tools--mail a:before {
        background-image: url(/assets/img/sprite.png);
        background-position: -64px -324px;
        width: 20px;
        height: 23px; }
      .header__navigation--tools li.header__navigation--tools--mail a:hover:before {
        background-image: url(/assets/img/sprite.png);
        background-position: -104px -324px;
        width: 20px;
        height: 23px; }
    .header__navigation--tools li.header__navigation--tools--search {
      width: 39px; }
      .header__navigation--tools li.header__navigation--tools--search a:before {
        background-image: url(/assets/img/sprite.png);
        background-position: -164px -324px;
        width: 20px;
        height: 23px;
        position: relative;
        left: -2px; }
      .header__navigation--tools li.header__navigation--tools--search a:hover:before {
        background-image: url(/assets/img/sprite.png);
        background-position: -84px -324px;
        width: 20px;
        height: 23px; }

.js-dropContent {
  position: absolute;
  width: 100%;
  min-width: 1000px;
  z-index: 10;
  box-shadow: 0 10px 0px 0px rgba(0, 0, 0, 0.3);
  visibility: hidden;
  opacity: 0;
  margin-top: -100px; }

.dropContent__inner {
  width: 994px;
  margin: 0 auto;
  zoom: 1; }
  .dropContent__inner:before,
  .dropContent__inner:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: "�_0020"; }
  .dropContent__inner:after {
    clear: both; }

.header__productList {
  background-color: #fff;
  zoom: 1;
  padding: 45px 0; }
  .header__productList:before,
  .header__productList:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: "�_0020"; }
  .header__productList:after {
    clear: both; }
  .header__productList h2 {
    font-weight: bold;
    font-size: 108%;
    text-align: center; }

.header__search {
  background-color: #fff;
  padding: 45px 0; }
  .header__search .dropContent__inner {
    border: 3px solid #58AEC9;
    margin: 0 auto;
    width: 978px;
    padding: 0 10px; }
    .header__search .dropContent__inner form.gsc-search-box {
      margin-bottom: 0; }
    .header__search .dropContent__inner input.gsc-input, .header__search .dropContent__inner .gsc-input-box, .header__search .dropContent__inner .gsc-input-box-hover, .header__search .dropContent__inner .gsc-input-box-focus {
      border: 0 !important;
      border-color: transparent;
      box-shadow: none;
      height: auto !important;
      background-color: transparent !important; }
    .header__search .dropContent__inner .gsib_a {
      padding: 0; }
    .header__search .dropContent__inner .gsib_b {
      display: none; }
    .header__search .dropContent__inner .cse .gsc-control-cse, .header__search .dropContent__inner .gsc-control-cse {
      padding: 0; }
    .header__search .dropContent__inner input.gsc-search-button, .header__search .dropContent__inner input.gsc-search-button:hover, .header__search .dropContent__inner input.gsc-search-button:focus {
      -webkit-appearance: none;
      font-weight: bold;
      padding: 10px 30px;
      background-color: #333;
      color: #fff;
      border-style: none;
      font-size: 124%;
      letter-spacing: 0.5em;
      border-radius: 0; }
      .header__search .dropContent__inner input.gsc-search-button:hover, .header__search .dropContent__inner input.gsc-search-button:hover:hover, .header__search .dropContent__inner input.gsc-search-button:focus:hover {
        background-color: #58AEC9; }
    .header__search .dropContent__inner #gsc-i-id1 {
      padding: 13px 0 !important; }

.header__productList__portal {
  float: left;
  width: 256px;
  border: 2px solid #4BD3EF;
  padding: 0 0 30px; }
  .header__productList__portal h2 {
    background-color: #4BD3EF;
    color: #fff;
    padding: 10px;
    margin-bottom: 40px; }
  .header__productList__portal p {
    text-align: center;
    margin-bottom: 40px; }
    .header__productList__portal p a {
      padding: 10px;
      margin: 0 5px; }
  .header__productList__portal ul {
    text-align: center; }
    .header__productList__portal ul li {
      display: inline-block; }
      .header__productList__portal ul li a {
        background-color: #333;
        display: block;
        color: #fff;
        font-weight: bold;
        font-size: 93%;
        width: 102px;
        padding: 5px;
        border-radius: 3px; }

.header__productList__others {
  width: 734px;
  float: left; }
  .header__productList__others ul {
    zoom: 1; }
    .header__productList__others ul:before,
    .header__productList__others ul:after {
      display: block;
      height: 0;
      visibility: hidden;
      content: "�_0020"; }
    .header__productList__others ul:after {
      clear: both; }
    .header__productList__others ul li {
      width: 155px;
      padding: 0 13px;
      float: left;
      height: 250px;
      border-right: 1px solid #E7E7E7; }
      .header__productList__others ul li h2 {
        background-color: #D7D7D7;
        padding: 5px;
        margin: 0 20px 18px; }
      .header__productList__others ul li ul li {
        padding: 0;
        text-align: center;
        border: 0;
        height: auto;
        margin-bottom: 10px; }
        .header__productList__others ul li ul li:last-child,
        .header__productList__others ul li ul li.last-child {
          margin-bottom: 0; }
        .header__productList__others ul li ul li a {
          display: table;
          text-align: center;
          width: 151px;
          height: 56px; }
          .header__productList__others ul li ul li a span {
            display: table-cell;
            vertical-align: middle;
            line-height: 0; }

.l-keyVisual {
	background: #faf8f3 url(/assets/img/background.jpg) top center;
	background-size:cover;
  position: relative; }

.keyVisual__inner {
  height: 740px;
  position: relative;
  width: 994px;
  margin: 0 auto; }
/*

.keyVisual__copy {
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 60px;
  padding: 15px 0 15px 60px;
  height: 34px;
  width: 30%; }
  .keyVisual__copy:after {
    content: "";
    position: absolute;
    right: -64px;
    top: 0;
    height: 64px;
    width: 64px;
    background-image: url(/assets/img/sprite.png);
    background-position: 0px -292px;
    width: 64px;
    height: 64px; }
  .keyVisual__copy span {
    background-image: url(/assets/img/sprite.png);
    background-position: 0px -257px;
    width: 398px;
    height: 35px;
    display: block;
    text-indent: -9999px;
    position: absolute;
    right: -32px;
    z-index: 1; }
*/

.logoExchange,
.keyVisual__logo {
  position: absolute;
  top: 55%;
  left: 20%;
  margin: -170px 0 0 -220px;
  width: 443px;
  height: 274px; }
  .logoExchange svg,
  .keyVisual__logo svg {
    -webkit-transition-property: all;
            transition-property: all;
    -webkit-transition-duration: 1.8s;
            transition-duration: 1.8s;
    position: absolute; }
  .logoExchange #circleM,
  .keyVisual__logo #circleM {
    color: #19B2C8;
    width: 157px;
    height: 157px;
    left: 216px;
    bottom: 0; }
  .logoExchange #circleS,
  .keyVisual__logo #circleS {
    color: #81D4E0;
    top: 5px;
    right: 0;
    width: 97px;
    height: 97px; }
  .logoExchange #circleL,
  .keyVisual__logo #circleL {
    color: #58AEC9;
    top: 0;
    left: 0;
    width: 250px;
    height: 250px; }
  .logoExchange path,
  .keyVisual__logo path {
    fill: currentColor; }

.keyVisual__cloud {
  position: absolute;
  z-index: 5;
  bottom: -36px;
  right: -65px;
  background-image: url(/assets/img/sprite.png);
  background-position: -419px 0px;
  width: 419px;
  height: 257px; }
  .keyVisual__cloud a {
    display: block;
    background-image: url(/assets/img/sprite.png);
    background-position: 0px 0px;
    width: 419px;
    height: 257px;
    text-indent: -9999px; }
    .keyVisual__cloud a p {
      font-size: 108%;
      font-weight: bold;
      margin-left: 10px; }
      .keyVisual__cloud a p:after {
        content: "";
        display: inline-block;
        vertical-align: -0.3em;
        margin-left: 10px;
        -webkit-transition-property: all;
                transition-property: all;
        -webkit-transition-duration: 0.4s;
                transition-duration: 0.4s; }
    .keyVisual__cloud a:hover {
      opacity: 0; }

.keyVisual__cloud__inner {
  position: absolute;
  top: 124px;
  left: 64px; }

.cybozu-conf {
    background:url(/assets/img/episode01.jpg) no-repeat top left #fff;
    width: 994px;
    padding: 60px 52px;
    box-sizing: border-box;
    position: relative;
    top: 60px;
    border: 1px solid #B2CFDB;
}

.cybozu-conf p{
    font-size: 16px;
    font-weight: bold;
    color: #666464;
    line-height: 2.5;
    margin-top: 68px;
    margin-bottom: 82px;
	margin-left: 40px;
	text-align: left;
	letter-spacing: 0.12em;
}

.cybozu-conf__header{
    overflow: hidden;
}

.cybozu-conf__logo{
    width: 230px;
    float: left;
}

.cybozu-conf__right{
	overflow: hidden;
}
.cybozu-conf__ttl{
	margin-top: 40px;
	margin-left: 40px;
	text-align: center;
}
.cybozu-conf__link{
    width: 314px;
    display: block;
    font-size: 18px;
    background: #be0f34;
    color: #fff;
    text-align: center;
    margin: auto;
    padding: 12px 0px;
    letter-spacing: 0px;
    position: relative;
}

.cybozu-conf__link:before{
    content: "";
    display: block;
    width: 9px;
    height: 14px;
    position: absolute;
    top: 16px;
    left: 20px;
    background: url(/assets/img/icon_arrow.png) no-repeat;
}


.cybozu-conf__link:hover{
    color: #fff;
    opacity: 0.7;
}
/*----workstyle--------------*/
.workstyle{
	padding-top:70px;
}
	

.l-container {
  background-image: url(/assets/img/bg_white.png);
  background-repeat: repeat;
  background-position: 0 0;
  margin: 0 10px;
  min-width: 994px; }

.container__belt {
  height: 60px;
  background-color: #58AEC9;
  background-image: url(/assets/img/bg_mesh.png);
  background-repeat: repeat; }

.articleList {
  width: 994px;
  margin: 0 auto;
  padding: 45px 0;
  overflow: hidden; }
  .articleList h2 {
    margin-bottom: 80px;
    padding-left: 10px; }
    .articleList h2 span {
      background-image: url(/assets/img/sprite.png);
      background-position: -398px -257px;
      width: 253px;
      height: 17px;
      text-indent: -9999px;
      margin-right: 13px;
      display: inline-block; }
    .articleList h2 img {
      vertical-align: bottom; }
  .articleList ul {
    zoom: 1;
    margin-right: -20px; }
    .articleList ul:before,
    .articleList ul:after {
      display: block;
      height: 0;
      visibility: hidden;
      content: "�_0020"; }
    .articleList ul:after {
      clear: both; }
    .articleList ul li {
      float: left;
      width: 318px;
      margin: 0 20px 20px 0;
      position: relative; }
      .articleList ul li p {
        color: #fff;
        font-weight: bold;
        font-size: 139%;
        position: absolute;
        bottom: 0;
        width: 288px;
        background-image: url(/assets/img/bg_article_s.png);
        background-repeat: repeat-x;
        background-position: 0 100%;
        height: 60px;
        padding: 10px 15px;
        line-height: 1.5;
        z-index: 5; }
      .articleList ul li .thumb {
        overflow: hidden;
        width: 318px;
        height: 239px; }
        .articleList ul li .thumb img {
          position: relative;
          width: 318px; }
      .articleList ul li.is-pickUp {
        width: 487px; }
        .articleList ul li.is-pickUp p {
          font-size: 185%;
          background-image: url(/assets/img/bg_article_l.png);
          height: 70px;
          padding: 15px 30px;
          width: 427px; }
        .articleList ul li.is-pickUp .thumb {
          width: 487px;
          height: 365px; }
          .articleList ul li.is-pickUp .thumb img {
            width: 487px; }

.articleList__button {
  padding-top: 15px;
  text-align: center; }
  .articleList__button a {
    display: block;
    background-color: #4BD4F0;
    background-image: url(/assets/img/bg_mesh.png);
    background-repeat: repeat;
    color: #fff;
    font-weight: bold;
    font-size: 108%;
    display: inline-block;
    width: 200px -40;
    padding: 10px 20px; }
    .articleList__button a:after {
      content: "";
      background-image: url(/assets/img/sprite.png);
      background-position: -669px -257px;
      width: 6px;
      height: 9px;
      display: inline-block;
      margin-left: 10px; }

.productList {
  padding-top: 90px;
  width: 994px;
  margin: 0 auto; }
  .productList h2 {
    text-align: center;
    margin-bottom: 80px; }
    .productList h2 span {
      font-size: 170%;
      font-weight: bold;
      color: #666;
      display: block;
      margin-bottom: 20px; }
    .productList h2 a {
      padding: 10px;
      width: 410px;
      margin: 0 auto; }
  .productList ul {
    zoom: 1;
    width: 100%;
    box-sizing: border-box;
    margin-right: -69px;
    overflow: hidden; }
    .productList ul:before,
    .productList ul:after {
      display: block;
      height: 0;
      visibility: hidden;
      content: "�_0020"; }
    .productList ul:after {
      clear: both; }
    .productList ul li {
      width: 285px;
      float: left;
      margin-right: 69px;
      text-align: center;
      margin-bottom: 60px; }
      .productList ul li h3 {
        font-weight: bold;
        font-size: 108%;
        border-bottom: 2px solid #ddd;
        padding-bottom: 10px;
        text-align: center;
        color: #333;
        margin-bottom: 35px; }
      .productList ul li.productList__group {
        width: 100%;
        min-width: 1000px;
        box-sizing: border-box;
        float: none; }
      .productList ul li:last-child,
      .productList ul li.last-child {
        margin-right: 0; }
      .productList ul li a {
        margin: 0 auto;
        display: table;
        width: 236px;
        height: 66px; }
        .productList ul li a span {
          display: table-cell;
          vertical-align: middle;
          line-height: 0; }
      .productList ul li ul li {
        margin-bottom: 35px; }

.footer__navigation {
  background-color: #F6F6F6; }
  .footer__navigation ul {
    width: 994px;
    margin: 0 auto;
    padding: 44px 0 63px;
    text-align: center; }
    .footer__navigation ul li {
      font-size: 108%;
      font-weight: bold;
      display: inline-block;
      margin: 0 20px;
      width: 128px; }
      .footer__navigation ul li a {
        display: block;
        text-align: center; }
        .footer__navigation ul li a:before {
          content: "";
          display: block;
          margin: 0 auto 8px; }
      .footer__navigation ul li.footer__navigation--mail a:before {
        background-image: url(/assets/img/sprite.png);
        background-position: -126px -356px;
        width: 28px;
        height: 33px; }
      .footer__navigation ul li.footer__navigation--mail a:hover:before {
        background-image: url(/assets/img/sprite.png);
        background-position: -154px -356px;
        width: 28px;
        height: 33px; }
      .footer__navigation ul li.footer__navigation--material a:before {
        background-image: url(/assets/img/sprite.png);
        background-position: -204px -356px;
        width: 22px;
        height: 33px; }
      .footer__navigation ul li.footer__navigation--material a:hover:before {
        background-image: url(/assets/img/sprite.png);
        background-position: -182px -356px;
        width: 22px;
        height: 33px; }
      .footer__navigation ul li.footer__navigation--faq a:before {
        background-image: url(/assets/img/sprite.png);
        background-position: -103px -292px;
        width: 39px;
        height: 32px; }
      .footer__navigation ul li.footer__navigation--faq a:hover:before {
        background-image: url(/assets/img/sprite.png);
        background-position: -64px -292px;
        width: 39px;
        height: 32px; }
      .footer__navigation ul li.footer__navigation--help a:before {
        background-image: url(/assets/img/sprite.png);
        background-position: 0px -356px;
        width: 32px;
        height: 33px; }
      .footer__navigation ul li.footer__navigation--help a:hover:before {
        background-image: url(/assets/img/sprite.png);
        background-position: -32px -356px;
        width: 32px;
        height: 33px; }
      .footer__navigation ul li.footer__navigation--site a:before {
        background-image: url(/assets/img/sprite.png);
        background-position: -95px -356px;
        width: 31px;
        height: 33px; }
      .footer__navigation ul li.footer__navigation--site a:hover:before {
        background-image: url(/assets/img/sprite.png);
        background-position: -64px -356px;
        width: 31px;
        height: 33px; }

.footer__information {
  background-color: #E1E1E1;
  padding: 63px 0; }
  .footer__information ul {
    margin-bottom: 20px; }
    .footer__information ul li {
      display: inline-block;
      margin-right: 10px; }
      .footer__information ul li a {
        text-decoration: underline;
        font-weight: bold; }
        .footer__information ul li a:hover {
          text-decoration: none;
          color: #666; }
  .footer__information .footer__information__copyright {
    color: #969696; }

.footer__information__innner {
  width: 994px;
  margin: 0 auto;
  position: relative; }

.footer__information__sns {
  position: absolute;
  right: 0;
  bottom: 0; }
  .footer__information__sns ul li {
    height: 32px;
    width: 32px;
    text-align: center;
    vertical-align: top;
    position: relative; }
    .footer__information__sns ul li a {
      background-color: #2D2D2D;
      display: block;
      height: 32px;
      width: 32px;
      text-indent: -9999px; }
      .footer__information__sns ul li a:before {
        content: "";
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 50%; }
      .footer__information__sns ul li a:hover {
        background-color: #58AEC9; }
    .footer__information__sns ul li.footer__information__sns--twitter a:before {
      background-image: url(/assets/img/sprite.png);
      background-position: -651px -257px;
      width: 18px;
      height: 15px;
      margin: -7px 0 0 -10px; }
    .footer__information__sns ul li.footer__information__sns--facebook a:before {
      background-image: url(/assets/img/sprite.png);
      background-position: -398px -274px;
      width: 10px;
      height: 18px;
      margin: -9px 0 0 -5px; }

iframe[name='google_conversion_frame'] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
  float: left; }

.js-mobile {
  min-width: 1070px; }
  .js-mobile .bgWrap,
  .js-mobile .header__attention,
  .js-mobile .js-dropContent {
    min-width: 1070px; }
  .js-mobile .l-header {
    width: 100%; }
  .js-mobile .dropContent__inner {
    padding: 0 35px; }
  .js-mobile .l-container {
    min-width: 1050px; }
  .js-mobile .articleList {
    padding: 45px 25px; }
  .js-mobile .header__navigation__inner {
    min-width: 1000px; }
  .js-mobile .header__navigation--tools {
    width: 205px; }
