/* CSS Index

/// Category
=== Parts in Category
--- Detail (effect.....etc)
::: For Multi Device

*/
/* ======================================== font ======================================== */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Noto+Serif:400,700);
/* ======================================== body ======================================== */
/* line 52, sass/layout.scss */
body {
  position: relative;
  margin: 0 auto;
  padding: 0;
  font-size: 14px;
  line-height: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  color: #323232;
  overflow-x: hidden; }
  /* line 61, sass/layout.scss */
  body a {
    color: #323232; }
    /* line 63, sass/layout.scss */
    body a:hover {
      transition: .2s;
      opacity: 0.60;
      filter: progid:DXImageTransform.Microsoft.alpha(Opacity=70,FinishOpacity=70);
      cursor: pointer !important; }
  /* line 70, sass/layout.scss */
  body article {
    margin: 0 auto;
    width: 100%; }

/* ======================================== pickupdr_yokogawa ======================================== */
/* line 82, sass/layout.scss */
article #pickup_yokogawa img {
  display: block; }
/* line 85, sass/layout.scss */
article #pickup_yokogawa h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  border-bottom: 1px solid #5AC8A0;
  padding-bottom: 10px;
  margin-top: 30px; }
/* line 93, sass/layout.scss */
article #pickup_yokogawa h3 {
  font-weight: 600;
  font-size: 20px;
  color: #FFF;
  background: #5AC8A0;
  padding: 20px;
  width: 920px;
  margin-top: 40px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; }
/* line 103, sass/layout.scss */
article #pickup_yokogawa ul {
  margin-top: 50px;
  font-size: 0px; }
  /* line 106, sass/layout.scss */
  article #pickup_yokogawa ul li {
    font-size: 14px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    letter-spacing: 0; }
  /* line 111, sass/layout.scss */
  article #pickup_yokogawa ul:nth-of-type(2) li {
    vertical-align: top;
    line-height: 190%;
    width: 460px;
    margin-right: 40px; }
    /* line 116, sass/layout.scss */
    article #pickup_yokogawa ul:nth-of-type(2) li span {
      font-weight: 600;
      color: #5AC8A0;
      display: block;
      border-bottom: 1px dashed #848484;
      padding-bottom: 5px;
      margin-bottom: 10px; }
    /* line 124, sass/layout.scss */
    article #pickup_yokogawa ul:nth-of-type(2) li:nth-of-type(2n) {
      margin-right: 0px; }
    /* line 127, sass/layout.scss */
    article #pickup_yokogawa ul:nth-of-type(2) li:nth-of-type(-n+2) {
      margin-bottom: 70px; }
  /* line 133, sass/layout.scss */
  article #pickup_yokogawa ul:nth-of-type(4) {
    margin-top: 150px;
    text-align: center; }
    /* line 136, sass/layout.scss */
    article #pickup_yokogawa ul:nth-of-type(4) li {
      margin-right: 50px; }
      /* line 138, sass/layout.scss */
      article #pickup_yokogawa ul:nth-of-type(4) li a {
        display: block; }
        /* line 140, sass/layout.scss */
        article #pickup_yokogawa ul:nth-of-type(4) li a img {
          margin: 0 auto;
          margin-top: 18px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          border-radius: 5px;
          -moz-box-shadow: 0px 0px 2px #B4B5B5;
          -webkit-box-shadow: 0px 0px 2px #B4B5B5;
          box-shadow: 0px 0px 2px #B4B5B5; }
      /* line 147, sass/layout.scss */
      article #pickup_yokogawa ul:nth-of-type(4) li:nth-of-type(2) {
        margin-right: 0px; }

@media screen and (max-width:960px) {
    article #pickup_yokogawa h3 {
        padding: 20px 10px;
        width: 100%;
        box-sizing: border-box;
    }

    article #pickup_yokogawa ul:nth-of-type(2) li {
        width: 100%;
    }

    article #pickup_yokogawa ul:nth-of-type(2) li:nth-of-type(3) {
        margin-bottom: 70px;
    }

    article #pickup_yokogawa img[src*=yokogawa] {
        margin: 10px auto;
        width: 100%;
    }
    article #pickup_yokogawa .yokogawa-photos li {
        width: 33.33333%;
    }
    article #pickup_yokogawa ul:nth-of-type(4) li {
      margin-right: 0px;
      max-width: 300px;
    }
}

/* ======================================== pickupdr_inoue
 ======================================== */
/* line 162, sass/layout.scss */
article #pickup_inoue img {
  display: block; }
/* line 165, sass/layout.scss */
article #pickup_inoue h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  border-bottom: 1px solid #5AC8A0;
  padding-bottom: 10px;
  margin-top: 30px; }
/* line 173, sass/layout.scss */
article #pickup_inoue ul {
  margin-top: 50px;
  font-size: 0px; }
  /* line 176, sass/layout.scss */
  article #pickup_inoue ul li {
    font-size: 14px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    letter-spacing: 0;
    vertical-align: top;
    line-height: 190%;
    width: 620px;
    margin-right: 20px; }
    /* line 183, sass/layout.scss */
    article #pickup_inoue ul li span {
      font-weight: 600;
      color: #5AC8A0;
      display: block;
      border-bottom: 1px dashed #848484;
      padding-bottom: 5px;
      margin-bottom: 10px; }
    /* line 191, sass/layout.scss */
    article #pickup_inoue ul li:nth-of-type(2n) {
      margin-right: 0px; }
    /* line 194, sass/layout.scss */
    article #pickup_inoue ul li:nth-of-type(2) {
      width: 320px; }
  /* line 198, sass/layout.scss */
  article #pickup_inoue ul:nth-of-type(2) {
    position: relative; }
    /* line 201, sass/layout.scss */
    article #pickup_inoue ul:nth-of-type(2) li:nth-of-type(3) {
      position: absolute;
      left: 640px;
      bottom: 0px; }
  /* line 208, sass/layout.scss */
  article #pickup_inoue ul:nth-of-type(3) {
    margin-top: 15px; }
    /* line 210, sass/layout.scss */
    article #pickup_inoue ul:nth-of-type(3) li {
      width: 960px; }
  /* line 216, sass/layout.scss */
  article #pickup_inoue ul:nth-of-type(4) li:nth-of-type(1) {
    float: right;
    margin-right: 0px;
    margin-left: 20px; }
  /* line 223, sass/layout.scss */
  article #pickup_inoue ul:nth-of-type(6) {
    margin-top: 150px;
    text-align: center; }
    /* line 226, sass/layout.scss */
    article #pickup_inoue ul:nth-of-type(6) li {
      margin-right: 50px;
      width: auto; }
      /* line 229, sass/layout.scss */
      article #pickup_inoue ul:nth-of-type(6) li a {
        display: block; }
        /* line 231, sass/layout.scss */
        article #pickup_inoue ul:nth-of-type(6) li a img {
          margin: 0 auto;
          margin-top: 18px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          border-radius: 5px;
          -moz-box-shadow: 0px 0px 2px #B4B5B5;
          -webkit-box-shadow: 0px 0px 2px #B4B5B5;
          box-shadow: 0px 0px 2px #B4B5B5; }
      /* line 238, sass/layout.scss */
      article #pickup_inoue ul:nth-of-type(6) li:nth-of-type(2) {
        margin-right: 0px; }



@media screen and (max-width:960px) {
    article #pickup_inoue ul:nth-of-type(2) {
        margin-top: 0px;
        margin-bottom: 50px;
    }
    article #pickup_inoue ul li:nth-of-type(2) {
        position: relative;
        width: 100%;
    }
    article #pickup_inoue ul:nth-of-type(2) li:nth-of-type(3) {
        left: 0px;
        position: relative;
        width: 100%;
    }
    article #pickup_inoue ul:nth-of-type(3) li {
    	width:100%;
    }
    article #pickup_inoue ul li {
        width:100%;
    }
    article #pickup_inoue img[src*=inoue] {
        margin: 10px auto;
        max-width: 320px;
        width: 90%;
    }
    article #pickup_inoue ul:nth-of-type(6) li {
      margin-right: 0px;
      max-width: 300px;
    }
}