@charset "UTF-8";
/* Scss Document */
/*201903add分*/
ul.howtouse {
  width: 950px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between; }
  ul.howtouse li {
    width: 200px;
    text-align: center;
    font-size: 12px; }
    ul.howtouse li .photo {
      margin-bottom: 30px; }
  ul.howtouse li.arrow {
    width: 50px;
    position: relative; }
    ul.howtouse li.arrow::after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 0 10px 17.3px;
      border-color: transparent transparent transparent #464646;
      position: absolute;
      left: 18px;
      top: 90px; }
  @media screen and (max-width: 736px) {
    ul.howtouse {
      width: 100%;
      display: block; }
      ul.howtouse li {
        width: 70%;
        margin: 0 auto;
        text-align: center;
        font-size: 12px; }
        ul.howtouse li .photo {
          margin-bottom: 15px; }
      ul.howtouse li.arrow {
        width: 100%;
        position: relative;
        height: 50px; }
        ul.howtouse li.arrow::after {
          position: absolute;
          content: '';
          display: block;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 17.3px 10px 0 10px;
          border-color: #464646 transparent transparent transparent;
          left: calc(50% - 10px);
          top: calc(50% - 10px); } }

/*.w980 {
  width: 980px;
  margin: 0 auto;
  @include mq {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }

}
*/
.w980 {
  width: 980px;
  margin: 0 auto; }

@media screen and (max-width: 736px) {
  .w980 {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box; } }
.smartrescue {
  line-height: 1.75; }

.smartrescue a {
  color: #000;
  text-decoration: underline !important; }

.smartrescue a:hover {
  color: #c00; }

.smartrescue * {
  box-sizing: border-box; }

.smartrescue .sannen6man {
  width: 312px; }

@media screen and (max-width: 736px) {
  .smartrescue .sannen6man {
    width: 90%; } }
.smartrescue .itemname {
  font-size: 14px; }

.smartrescue__pageTitle {
  background-color: #464646;
  color: #fff;
  background-image: url("../img/main_pc.png");
  background-position: center right;
  background-repeat: no-repeat; }

@media screen and (max-width: 736px) {
  .smartrescue__pageTitle {
    background-image: url("../img/main_sp.png");
    background-size: 100% auto;
    background-position: center bottom;
    padding-bottom: 35%;
    margin-top: 15px; } }
.smartrescue__pageTitle h3 {
  font-family: "こぶりなゴシック W6 JIS2004";
  /*padding: 15px 20px;*/
  padding: 30px 20px 0;
  /*201902 change*/
  font-size: 26px;
  line-height: 1.2;
  height: 140px; }

.smartrescue__pageTitle h3 sup {
  font-size: 80%; }

@media screen and (max-width: 736px) {
  .smartrescue__pageTitle h3 {
    padding: 7.5% 20px;
    font-size: 20px;
    height: auto;
    text-align: center; } }
.smartrescue__pageTitle h3 .text01 {
  font-size: 14px;
  font-family: "こぶりなゴシック W3 JIS2004"; }

.smartrescue__pageTitle h3 .text02 {
  font-family: "こぶりなゴシック W3 JIS2004";
  font-size: 14px;
  display: inline-block;
  line-height: 1.3;
  margin-top: 10px; }

@media screen and (max-width: 736px) {
  .smartrescue__pageTitle h3 .text02 {
    display: none; } }
.smartrescue__catch {
  display: none; }

@media screen and (max-width: 736px) {
  .smartrescue__catch {
    font-family: "こぶりなゴシック W3 JIS2004";
    text-align: center;
    display: block;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.5;
    margin-top: -5px; } }
.smartrescue__maincont {
  margin-top: 40px;
  margin-bottom: 50px;
  zoom: 1; }

.smartrescue__maincont:before, .smartrescue__maincont:after {
  content: "";
  display: table; }

.smartrescue__maincont:after {
  clear: both; }

@media screen and (max-width: 736px) {
  .smartrescue__maincont {
    margin-top: 20px; } }
.smartrescue__usage {
  zoom: 1;
  margin-bottom: 30px; }

.smartrescue__usage:before, .smartrescue__usage:after {
  content: "";
  display: table; }

.smartrescue__usage:after {
  clear: both; }

.smartrescue__usage__cut {
  float: left;
  margin-right: 40px;
  width: 470px; }

@media screen and (max-width: 736px) {
  .smartrescue__usage__cut {
    float: none;
    width: 100%; } }
.smartrescue__usage__slap {
  float: left;
  width: 470px; }

@media screen and (max-width: 736px) {
  .smartrescue__usage__slap {
    float: none;
    width: 100%;
    margin-top: 20px; } }
.smartrescue__usage dt {
  font-weight: bold; }

.smartrescue__usage dd {
  margin-top: 10px; }

.smartrescue__usage dd img {
  margin-bottom: 10px; }

.smartrescue__usage dd strong {
  color: #e95513; }

.smartrescue__more {
  font-family: "こぶりなゴシック W3 JIS2004";
  font-size: 20px;
  text-align: center;
  padding: 10px;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6; }

@media screen and (max-width: 736px) {
  .smartrescue__more {
    font-size: 18px; } }
.smartrescue__more__lead {
  font-weight: bold; }

.smartrescue__more__point {
  font-size: 14px;
  margin-top: 10px;
  margin-left: 1em;
  text-indent: -1em; }

.smartrescue__noticebox {
  margin-top: 35px;
  padding-top: 35px;
  border-top: 1px solid #d6d6d6; }

.smartrescue__noticebox a {
  color: #000;
  text-decoration: underline !important; }

.smartrescue__noticebox a:hover {
  color: #c00; }

.smartrescue__noticebox .textlinkarw {
  display: inline-block;
  margin-top: 10px;
  text-decoration: none;
  font-size: 12px; }

@media screen and (max-width: 736px) {
  .smartrescue__noticebox .textlinkarw {
    margin-top: 30px;
    width: 100%;
    display: block; } }
.slider .slick-dots li:nth-child(4n) {
  margin-right: 0; }

.grayObi {
  background: #ededed;
  font-weight: bold;
  padding: 10px 6px 6px 12px;
  margin-bottom: 20px;
  font-size: 1.6rem;
  color: #464646;
  border: none; }

.grayObi:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 6px;
  background: #464646; }

@media screen and (max-width: 736px) {
  .grayObi {
    margin-bottom: 20px;
    font-size: 1.5rem; } }
.price {
  font-size: 32px;
  line-height: 1;
  margin-top: 5px;
  margin-bottom: 20px; }

.price span {
  font-size: 14px;
  font-weight: normal; }

@media screen and (max-width: 736px) {
  .price {
    font-size: 7vw;
    margin-top: 15px; }

  .price br {
    display: none; }

  .price span {
    font-size: 3.6vw; } }
/*ua add*/
ul.kinouSetsumeiTxt li {
  margin-bottom: 2px; }

@media screen and (max-width: 736px) {
  ul.kinouSetsumeiTxt li {
    margin-bottom: 0.8em; } }
ul.kinouSetsumeiTxt li span {
  color: #e85512; }

@media screen and (max-width: 736px) {
  ul.kinouSetsumeiTxt li span {
    display: block; } }
/*201902add*/
.smartrescue__maincont .sliderWrap {
  width: 460px;
  float: right; }

.smartrescue__maincont .sliderWrap .small {
  font-size: 12px;
  line-height: 1.5; }

.smartrescue__maincont .sliderWrap .narrow {
  margin-left: 15%; }

@media screen and (max-width: 736px) {
  .smartrescue__maincont .sliderWrap {
    width: 100%;
    float: none; }

  .smartrescue__maincont .sliderWrap .slider .slick-slide p {
    padding: 0; } }
.smartrescue__maincont .specColumn {
  width: 470px;
  float: left;
  font-size: 16px;
  line-height: 1.7; }

@media screen and (max-width: 736px) {
  .smartrescue__maincont .specColumn {
    width: 100%;
    float: none;
    line-height: 1.5;
    margin-top: 40px;
    font-size: 15px; } }
.smartrescue__lead {
  font-weight: bold;
  font-size: 16px; }

@media screen and (max-width: 736px) {
  .smartrescue__lead {
    font-size: 15px;
    text-align: center; } }
