/*color*/
/*mixin*/
@media print, screen and (min-width: 769px) {
  .mainVisual {
    margin-bottom: 15px;
  }

  .description {
    *zoom: 1;
    margin-bottom: 38px;
  }
  .description:before {
    content: " ";
    display: table;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -moz-opacity: 0;
    -webkit-opacity: 0;
    zoom: 1;
  }
  .description:after {
    content: " ";
    display: table;
    clear: both;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -moz-opacity: 0;
    -webkit-opacity: 0;
    zoom: 1;
  }

  .description__item {
    float: left;
  }

  .description__header {
    display: none;
  }

  .description__item--sp {
    display: none;
  }

  .howTo {
    background-color: #e6f3fd;
  }

  .howTo__header {
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    color: white;
    font-weight: bold;
    padding: 9px;
    background-image: url(../images/bg_tle.png);
    background-size: auto 100%;
    background-repeat: repeat-x;
  }

  .howto__body {
    padding: 30px;
  }
  .howto__body figure, .howto__body .figure {
    display: inline-block;
    vertical-align: top;
    margin-right: 38px;
  }
  .howto__body figure img, .howto__body .figure img {
    margin-bottom: 10px;
  }
  .howto__body figure figcaption, .howto__body .figure figcaption {
    padding-left: 15px;
    font-size: 13px;
    font-size: 1.3rem;
    background-image: url(../images/bullet.png);
    background-repeat: no-repeat;
    background-size: 10px auto;
  }
  .howto__body .case {
    margin-top: 30px;
    margin-right: -50px;
  }
  .howto__body p {
    text-align: center;
  }

  .howTo__header__l2 {
    margin-bottom: 25px;
  }

  hr {
    display: block;
    height: 50px;
    border: none;
    margin-bottom: 40px;
    background-image: url(../images/arrow__pc.png);
    background-position: center bottom;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 768px) {
  .mainVisual {
    margin: -10px -10px 0;
  }

  .description__item {
    display: none;
  }

  .description {
    background-image: url(../images/bg_description--sp.png);
    background-size: 100% auto;
    margin: 0 -10px 25px;
    padding: 20px 10px 10px;
  }

  .description__header {
    margin: 0 30px 15px;
  }
  .description__header img {
    width: 100%;
  }

  .description__item--sp {
    margin-bottom: 10px;
    background: #fff;
    border-radius: 7px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    *zoom: 1;
    padding: 15px 10px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .description__item--sp:before {
    content: " ";
    display: table;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -moz-opacity: 0;
    -webkit-opacity: 0;
    zoom: 1;
  }
  .description__item--sp:after {
    content: " ";
    display: table;
    clear: both;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -moz-opacity: 0;
    -webkit-opacity: 0;
    zoom: 1;
  }
  .description__item--sp p {
    margin-bottom: 0;
  }
  .description__item--sp p em {
    font-style: normal;
    font-weight: bold;
    background-image: url(../images/bg_em--sp.png);
    background-size: 100% 50%;
    background-repeat: repeat-x;
    background-position: 0 bottom;
  }
  .description__item--sp p.annotation {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.3;
    margin-top: 5px;
  }

  .description_01 img {
    width: 100px;
    float: right;
    margin-left: 15px;
  }

  .description_02 img {
    width: 150px;
    float: right;
    margin-left: 15px;
  }

  .description_03 p {
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .description__item--sp.description_04 {
    display: table;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .description__item--sp.description_04 img {
    width: 90px;
    float: right;
    margin-left: 15px;
  }
  .description__item--sp.description_04 p {
    font-size: 15px;
    font-size: 1.5rem;
    display: table-cell;
    vertical-align: middle;
  }
  .description__item--sp.description_04 p.img {
    width: 90px;
  }

  .howTo {
    background-color: #e6f3fd;
    margin-bottom: -30px;
  }
  .howTo p {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .howTo .case {
    text-align: center;
  }
  .howTo .case img {
    width: 90%;
    margin-bottom: 5px;
  }
  .howTo .case figure, .howTo .case .figure {
    margin-bottom: 20px;
  }
  .howTo .case figcaption {
    text-align: left;
    width: 90%;
    margin: 0 auto;
    padding-left: 15px;
    font-size: 13px;
    font-size: 1.3rem;
    background-image: url(../images/bullet.png);
    background-repeat: no-repeat;
    background-size: 10px auto;
  }

  .howTo__header {
    text-align: center;
    font-size: 13px;
    font-size: 1.3rem;
    color: white;
    font-weight: bold;
    padding: 7px;
    background-image: url(../images/bg_tle.png);
    background-size: auto 100%;
    background-repeat: repeat-x;
  }

  .howto__body {
    padding: 20px 10px;
  }

  .howTo__header__l2 {
    display: none;
  }

  hr {
    display: block;
    border: none;
    height: 1px;
    background: #888;
    margin: 25px 0;
  }
}
@media print, screen and (min-width: 769px) {
  .p-howTo {
    margin-bottom: 50px;
    background: #e6f3fd;
  }
}
.p-howTo__heading.-lv1 {
  text-align: center;
  font-size: 1.6rem;
  color: white;
  font-weight: bold;
  padding: 9px;
  background-image: url(../images/bg_tle.png);
  background-size: auto 100%;
  background-repeat: repeat-x;
}
@media screen and (max-width: 768px) {
  .p-howTo__heading.-lv2 {
    display: flex;
    justify-content: space-between;
    margin: 15px 0;
  }
}
@media print, screen and (min-width: 769px) {
  .p-howTo__heading.-lv2 {
    width: 680px;
    height: 57px;
    margin: 30px auto 0;
    text-indent: -999em;
    background-image: url(../images/tle_01.png);
    background-repeat: no-repeat;
  }
}
@media print, screen and (min-width: 769px) {
  .p-howTo__heading.-lv2 a {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-howTo__heading.-lv2 span {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-howTo__heading.-lv2 .c-col {
    width: calc(50% - 5px);
  }
  .p-howTo__heading.-lv2 .c-col a {
    padding: 10px 10px 10px 5px;
    border-radius: 3px;
    display: block;
    text-align: center;
    color: white;
    font-size: 3.3vw;
    position: relative;
  }
  .p-howTo__heading.-lv2 .c-col a::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 4px 0 4px;
    border-color: white transparent transparent transparent;
    position: absolute;
    top: 0;
    right: 5px;
    bottom: 0;
    margin: auto;
  }
  .p-howTo__heading.-lv2 .c-col a[href*="STAINLESS"], .p-howTo__heading.-lv2 .c-col a[rel*="STAINLESS"] {
    background: #004C9D;
  }
  .p-howTo__heading.-lv2 .c-col a[href*="PARTS"], .p-howTo__heading.-lv2 .c-col a[rel*="PARTS"] {
    background: #be0712;
  }
}
@media screen and (max-width: 768px) {
  .p-howTo__body {
    background: #e6f3fd;
  }
}
@media print, screen and (min-width: 769px) {
  .p-howTo__body {
    display: flex;
  }
}
@media print, screen and (min-width: 769px) {
  .p-howTo__body .c-item + .c-item {
    border-left: dashed 1px #ccc;
  }
}
@media print, screen and (min-width: 769px) {
  .p-howTo__body .c-item {
    width: 50%;
    padding: 0 25px;
  }
}
.p-howTo__body .c-item a[id] {
  position: relative;
  top: -65px;
}
.p-howTo__body .c-item h2 {
  background: #004C9D;
  padding: 10px;
  color: white;
  text-align: center;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 769px) {
  .p-howTo__body .c-item h2 {
    display: none;
  }
}
.p-howTo__body .c-item.-parts .c-figure + .c-figure::before {
  background-image: url(../images/arrow--red.png);
}
.p-howTo__body .c-item.-parts h2 {
  background: #be0712;
}
.p-howTo__body .c-figure {
  position: relative;
  padding: 50px 0;
}
.p-howTo__body .c-figure + .c-figure::before {
  content: "";
  display: block;
  width: 56px;
  height: 29px;
  background-image: url(../images/arrow--blue.png);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -15px;
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-howTo__body .c-figure {
    padding: 50px 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-howTo__body .c-figure.-figure_01 {
    height: auto !important;
  }
}
@media print, screen and (min-width: 769px) {
  .p-howTo__body .c-figure.-figure_01 {
    height: 28rem;
  }
}
@media screen and (max-width: 768px) {
  .p-howTo__body .c-figure.-figure_02 {
    height: auto !important;
  }
}
@media print, screen and (min-width: 769px) {
  .p-howTo__body .c-figure.-figure_02 {
    height: 31.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-howTo__body .c-figure.-figure_02 figcaption {
    height: auto !important;
  }
}
@media print, screen and (min-width: 769px) {
  .p-howTo__body .c-figure.-figure_02 figcaption {
    height: 5.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-howTo__body .c-figure.-figure_03 {
    height: auto !important;
  }
}
@media print, screen and (min-width: 769px) {
  .p-howTo__body .c-figure.-figure_03 {
    height: 32rem;
  }
}
.p-howTo__body p {
  margin: 0;
  font-weight: bold;
}
.p-howTo__body p.c-annotation {
  margin-top: 10px;
  padding-left: 15px;
  font-size: 1.3rem;
  background-image: url(../images/bullet.png);
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-position: left 2px;
  line-height: 1.6;
  font-weight: normal;
}
.p-howTo__body .c-img {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-howTo__body .c-img img {
    width: 100%;
  }
}
.p-howTo__body figcaption + .c-img {
  margin-top: 10px;
}
.p-howTo__body figcaption p {
  padding-left: 1em;
  text-indent: -1em;
}
.p-howTo__body figcaption p small {
  font-weight: normal;
  display: block;
}

/*# sourceMappingURL=style.css.map */
