@charset "UTF-8";
/* line 6, ../scss/products.scss */
#contents main nav {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/* line 10, ../scss/products.scss */
#contents main nav > dl {
  border-radius: 10px;
  box-shadow: 0 0 8px #787878 inset;
  margin-top: 20px;
  min-height: 150px;
  padding: 20px;
  position: relative;
  width: calc((100% - 20px) / 2);
}
/* line 18, ../scss/products.scss */
#contents main nav > dl:first-child, #contents main nav > dl:nth-child(2) {
  margin-top: 0;
}
@media all and (max-width: 767px) {
  /* line 10, ../scss/products.scss */
  #contents main nav > dl {
    margin-top: 2vw;
    min-height: auto;
    width: 100%;
  }
  /* line 25, ../scss/products.scss */
  #contents main nav > dl:nth-child(2) {
    margin-top: 2vw;
  }
}
/* line 29, ../scss/products.scss */
#contents main nav > dl > dt {
  font-size: 18px;
  position: relative;
}
/* line 32, ../scss/products.scss */
#contents main nav > dl > dt:first-child {
  padding-left: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30%;
}
/* line 38, ../scss/products.scss */
#contents main nav > dl > dt:first-child > img {
  position: relative;
  width: 100%;
  z-index: 0;
}
@media all and (max-width: 930px) {
  /* line 38, ../scss/products.scss */
  #contents main nav > dl > dt:first-child > img {
    display: none;
  }
}
@media all and (max-width: 768px) {
  /* line 32, ../scss/products.scss */
  #contents main nav > dl > dt:first-child {
    display: none;
    opacity: .2;
    width: 33%;
    z-index: 0;
  }
}
/* line 54, ../scss/products.scss */
#contents main nav > dl > dt > a {
  color: #264b8f;
  font-weight: bold;
  padding: 0;
  text-decoration: none;
}
/* line 59, ../scss/products.scss */
#contents main nav > dl > dt > a:hover {
  text-decoration: underline;
}
/* line 64, ../scss/products.scss */
#contents main nav > dl > dd {
  font-size: 15px;
  position: relative;
}
/* line 67, ../scss/products.scss */
#contents main nav > dl > dd > a {
  color: #383838;
  display: inline-block;
  text-decoration: none;
}
/* line 71, ../scss/products.scss */
#contents main nav > dl > dd > a:hover {
  text-decoration: underline;
}
/* line 78, ../scss/products.scss */
#contents main .index-list {
  list-style: none;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 85, ../scss/products.scss */
#contents main .index-list.local-list > li {
  width: calc(92% / 5);
}
/* line 87, ../scss/products.scss */
#contents main .index-list.local-list > li:nth-child(3n) {
  margin-right: 2%;
}
/* line 90, ../scss/products.scss */
#contents main .index-list.local-list > li:nth-child(5n) {
  margin-right: 0;
}
/* line 94, ../scss/products.scss */
#contents main .index-list.local-list > li > a span {
  font-size: 13px;
}
/* line 96, ../scss/products.scss */
#contents main .index-list.local-list > li > a span::before {
  content: '';
  display: block;
  height: 14px;
  left: 0;
  position: absolute;
  top: 0;
  width: 14px;
  background-image: url('../images/common/icon-s8a43575eaf.png');
  background-position: 0 -240px;
  -moz-background-size: 52.8px auto;
  -o-background-size: 52.8px auto;
  -webkit-background-size: 52.8px auto;
  background-size: 52.8px auto;
}
@media all and (max-width: 414px) {
  /* line 110, ../scss/products.scss */
  #contents main .index-list.local-list > li {
    margin-right: 2vw;
    width: calc(88vw / 3);
  }
  /* line 113, ../scss/products.scss */
  #contents main .index-list.local-list > li:nth-child(2n) {
    margin-right: 2vw;
  }
  /* line 116, ../scss/products.scss */
  #contents main .index-list.local-list > li:nth-child(3n) {
    margin-right: 0;
  }
  /* line 119, ../scss/products.scss */
  #contents main .index-list.local-list > li:nth-child(5n) {
    margin-right: 2vw;
  }
}
/* line 125, ../scss/products.scss */
#contents main .index-list > li {
  margin-right: 2%;
  margin-bottom: 10px;
  position: relative;
  width: 32%;
}
@media all and (max-width: 414px) {
  /* line 125, ../scss/products.scss */
  #contents main .index-list > li {
    margin-right: 2vw;
    width: calc((100% - 2vw) / 2);
  }
  /* line 133, ../scss/products.scss */
  #contents main .index-list > li:nth-child(2n) {
    margin-right: 0;
  }
  /* line 136, ../scss/products.scss */
  #contents main .index-list > li:nth-child(3n) {
    margin-right: 2vw;
  }
}
/* line 140, ../scss/products.scss */
#contents main .index-list > li:nth-child(3n) {
  margin-right: 0;
}
/* line 143, ../scss/products.scss */
#contents main .index-list > li > a {
  color: #264b8f;
  display: inline-block;
  position: relative;
  text-decoration: none;
}
/* line 148, ../scss/products.scss */
#contents main .index-list > li > a img {
  width: 100%;
}
/* line 151, ../scss/products.scss */
#contents main .index-list > li > a:hover img {
  opacity: .7;
}
/* line 154, ../scss/products.scss */
#contents main .index-list > li > a:hover span {
  text-decoration: underline;
}
/* line 157, ../scss/products.scss */
#contents main .index-list > li > a span {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  padding-left: 1em;
  position: relative;
}
/* line 163, ../scss/products.scss */
#contents main .index-list > li > a span::before {
  content: '';
  display: block;
  height: 18px;
  left: 0;
  position: absolute;
  top: 0;
  width: 18px;
  background-image: url('../images/common/icon-s8a43575eaf.png');
  background-position: 0 -261px;
  -moz-background-size: 57.6px auto;
  -o-background-size: 57.6px auto;
  -webkit-background-size: 57.6px auto;
  background-size: 57.6px auto;
}
/* line 175, ../scss/products.scss */
#contents main .index-list > li.progress {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  width: calc((100% - 20px * 2) / 3);
}
/* line 180, ../scss/products.scss */
#contents main .index-list > li.progress:before {
  content: '';
  display: block;
  padding-top: 75%;
}
/* line 185, ../scss/products.scss */
#contents main .index-list > li.progress a {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  text-decoration: none;
  top: 0;
  width: 100%;
}
/* line 193, ../scss/products.scss */
#contents main .index-list > li.progress a > img {
  display: block;
  margin-top: -25px;
}
/* line 199, ../scss/products.scss */
#contents main .index-list > li.progress:hover a > span {
  text-decoration: none;
}
/* line 203, ../scss/products.scss */
#contents main .index-list > li.progress span {
  background-color: transparent;
  bottom: 20px;
  color: #fff;
  display: block;
  padding: .5em 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 1;
}
/* line 213, ../scss/products.scss */
#contents main .index-list > li.progress span::after {
  background-color: #000;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  opacity: .7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media all and (max-width: 414px) {
  /* line 175, ../scss/products.scss */
  #contents main .index-list > li.progress {
    width: calc((100% - 2vw) / 2);
  }
  /* line 229, ../scss/products.scss */
  #contents main .index-list > li.progress a > img {
    margin-top: -5vw;
  }
  /* line 233, ../scss/products.scss */
  #contents main .index-list > li.progress span {
    bottom: 2vw;
  }
}
/* line 238, ../scss/products.scss */
#contents main .index-list > li .product-numbers {
  border: 1px solid #264b8f;
  border-radius: 5px;
  bottom: 0;
  box-sizing: border-box;
  color: #264b8f;
  position: absolute;
  padding: 1em;
  width: 100%;
}
/* line 251, ../scss/products.scss */
#contents main nav .index-list > li > a span:before {
  background-image: url('../images/common/icon-s8a43575eaf.png');
  background-position: 0 -261px;
  -moz-background-size: 57.6px auto;
  -o-background-size: 57.6px auto;
  -webkit-background-size: 57.6px auto;
  background-size: 57.6px auto;
}
/* line 256, ../scss/products.scss */
#contents main section[id] {
  margin-top: 0 !important;
  padding: 0 0 60px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
/* line 263, ../scss/products.scss */
#contents main section[id]:last-child {
  padding-bottom: 0;
}
/* line 266, ../scss/products.scss */
#contents main section[id]:after {
  background-color: #fff;
  bottom: 0;
  box-shadow: 0 0 4px #383838;
  content: '';
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
/* line 278, ../scss/products.scss */
#contents main section[id] h5 {
  border-bottom: 3px solid #d8d8d8;
  color: #264b8f;
  font-size: 20px;
  margin: 0 0 1em;
  padding: 0 0 0 1.5em;
  background-image: url('../images/common/icon-s8a43575eaf.png');
  background-position: 0 -1980px;
  -moz-background-size: 96px auto;
  -o-background-size: 96px auto;
  -webkit-background-size: 96px auto;
  background-size: 96px auto;
}
@media all and (max-width: 414px) {
  /* line 278, ../scss/products.scss */
  #contents main section[id] h5 {
    font-size: 18px;
  }
}
/* line 289, ../scss/products.scss */
#contents main section[id] h6 {
  color: #264b8f;
  font-size: 32px;
  line-height: 1.2;
  margin: 0 0 .5em;
  text-align: left;
}
/* line 295, ../scss/products.scss */
#contents main section[id] h6 span {
  display: block;
  font-size: 20px;
  line-height: 1;
  margin: .5em 0 0;
}
@media all and (max-width: 414px) {
  /* line 289, ../scss/products.scss */
  #contents main section[id] h6 {
    font-size: 32px;
  }
}
/* line 305, ../scss/products.scss */
#contents main section[id] > div {
  width: 50%;
}
@media all and (max-width: 1180px) {
  /* line 305, ../scss/products.scss */
  #contents main section[id] > div {
    width: 60%;
  }
}
@media all and (max-width: 414px) {
  /* line 305, ../scss/products.scss */
  #contents main section[id] > div {
    width: 100%;
  }
}
/* line 313, ../scss/products.scss */
#contents main section[id] > div p {
  color: #585858;
  font-size: 16px;
}
@media all and (max-width: 414px) {
  /* line 313, ../scss/products.scss */
  #contents main section[id] > div p {
    font-size: 15px;
  }
}
/* line 320, ../scss/products.scss */
#contents main section[id] > div ul {
  color: #ff9600;
  font-size: 13px;
  list-style: none;
  margin: 1em 0 0;
}
/* line 325, ../scss/products.scss */
#contents main section[id] > div ul li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
/* line 328, ../scss/products.scss */
#contents main section[id] > div ul li::before {
  background-color: #ff9600;
  border-radius: .375em;
  content: '';
  display: inline-block;
  height: .75em;
  margin: 0 .75em 0 0;
  width: .75em;
}
/* line 339, ../scss/products.scss */
#contents main section[id] > div ol {
  color: #ff9600;
  font-size: 13px;
  list-style: none;
  margin: 1em 0 0;
}
/* line 344, ../scss/products.scss */
#contents main section[id] > div ol li {
  padding-left: 1em;
  text-indent: -1em;
}
/* line 350, ../scss/products.scss */
#contents main section[id] > figure {
  text-align: center;
  width: 50%;
}
@media all and (max-width: 1180px) {
  /* line 350, ../scss/products.scss */
  #contents main section[id] > figure {
    width: 40%;
  }
}
@media all and (max-width: 414px) {
  /* line 350, ../scss/products.scss */
  #contents main section[id] > figure {
    width: 100%;
  }
}
/* line 359, ../scss/products.scss */
#contents main section[id] > figure:last-child {
  overflow-x: scroll;
  width: 100%;
}
/* line 363, ../scss/products.scss */
#contents main section[id] > figure img {
  width: 100%;
}
/* line 366, ../scss/products.scss */
#contents main section[id] > figure figcaption {
  display: inline-block;
  font-size: 14px;
  text-align: center;
  width: 50%;
}
/* line 372, ../scss/products.scss */
#contents main section[id] > figure .attention {
  border: 2px solid #f83838;
  margin: 1em 0 0;
  padding: .5em;
}
/* line 376, ../scss/products.scss */
#contents main section[id] > figure .attention p {
  color: #f83838;
  font-size: 14px;
  text-align: left;
}
/* line 382, ../scss/products.scss */
#contents main section[id] > figure .note {
  border: 1px solid #728ab6;
  border-radius: 7px;
  color: #264b8f;
  font-size: 14px;
  margin: 1em 0;
  padding: 1em;
  position: relative;
  text-align: left;
}
/* line 391, ../scss/products.scss */
#contents main section[id] > figure .note.new {
  padding: 1em 1em 1em 90px;
}
/* line 393, ../scss/products.scss */
#contents main section[id] > figure .note.new::before {
  background-color: #f33;
  border-radius: 6px;
  box-shadow: 2px 2px 2px #787878;
  color: #fff;
  content: 'NEW';
  display: block;
  font-size: 16px;
  height: 60px;
  left: 1em;
  line-height: 1;
  margin: 0;
  padding: 22px 0;
  position: absolute;
  text-align: center;
  top: auto;
  width: 60px;
}
/* line 413, ../scss/products.scss */
#contents main section[id] > figure table {
  border: 2px solid #728ab6;
  border-collapse: collapse;
  font-size: 14px;
  margin: 20px 0 0;
  width: 100%;
}
@media all and (max-width: 414px) {
  /* line 413, ../scss/products.scss */
  #contents main section[id] > figure table {
    font-size: 12px;
  }
}
/* line 426, ../scss/products.scss */
#contents main section[id] > figure table thead tr:last-child th {
  border-bottom: none;
}
/* line 430, ../scss/products.scss */
#contents main section[id] > figure table thead tr th {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  color: #fff;
  padding: .25em 0;
  background-color: #516fa5;
  background: -webkit-linear-gradient(top, #264b8f 0%, #516fa5 100%);
  background: -moz-linear-gradient(top, #264b8f 0%, #516fa5 100%);
  background: -ms-linear-gradient(top, #264b8f 0%, #516fa5 100%);
  background: -o-linear-gradient(top, #264b8f 0%, #516fa5 100%);
  background: linear-gradient(to bottom, #264b8f 0%, #516fa5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#264b8f', EndColorStr='#516fa5');
}
/* line 437, ../scss/products.scss */
#contents main section[id] > figure table thead tr th:first-child {
  border-left: 2px solid #728ab6;
}
/* line 440, ../scss/products.scss */
#contents main section[id] > figure table thead tr th:last-child {
  border-right: 2px solid #728ab6;
}
/* line 445, ../scss/products.scss */
#contents main section[id] > figure table thead tr td.group {
  background-color: #d8d8d8;
  color: #585858;
  padding: .25em .5em;
  text-align: left;
}
/* line 456, ../scss/products.scss */
#contents main section[id] > figure table tbody.td-left td {
  padding: .25em .5em;
  text-align: left;
}
/* line 461, ../scss/products.scss */
#contents main section[id] > figure table tbody th {
  background-color: #e9edf4;
  border: 1px solid #c8c8c8;
  color: #264b8f;
  padding: .25em .5em;
  text-align: left;
}
/* line 468, ../scss/products.scss */
#contents main section[id] > figure table tbody td {
  background-color: #fff;
  border: 1px solid #c8c8c8;
  color: #585858;
  padding: .25em 0;
  text-align: center;
              /*
              &:first-child {
                background-color: tint($basic-color-main, 90%);
                color: $basic-color-main;
                padding: .25em .5em;
                text-align: left;

              }
              */
}
/* line 483, ../scss/products.scss */
#contents main section[id] > figure table tbody td:only-child {
  background-color: #fff;
  color: #585858;
  padding: .25em .5em;
  text-align: center;
}
/* line 489, ../scss/products.scss */
#contents main section[id] > figure table tbody td.group {
  background-color: #d8d8d8;
  text-align: left;
}
/* line 493, ../scss/products.scss */
#contents main section[id] > figure table tbody td a {
  color: inherit;
}
/* line 495, ../scss/products.scss */
#contents main section[id] > figure table tbody td a:hover {
  color: #264b8f;
  text-decoration: none;
}
/* line 500, ../scss/products.scss */
#contents main section[id] > figure table tbody td .strong {
  color: #F00;
  display: block;
  font-size: 15px;
  font-weight: bold;
}
/* line 508, ../scss/products.scss */
#contents main section[id] > figure table ~ p {
  font-size: 14px;
  margin: .5em 0 0;
  text-align: left;
}
/* line 514, ../scss/products.scss */
#contents main section[id] > figure .door-closer {
  background-color: #dee4ee;
  border-radius: 10px;
  margin: 20px 0 0;
  padding: 10px;
}
/* line 519, ../scss/products.scss */
#contents main section[id] > figure .door-closer > li {
  display: inline-block;
  vertical-align: middle;
}
/* line 522, ../scss/products.scss */
#contents main section[id] > figure .door-closer > li:first-child {
  font-size: 15px;
  text-align: left;
  width: 14.5em;
}
/* line 527, ../scss/products.scss */
#contents main section[id] > figure .door-closer > li:last-child {
  color: #264b8f;
  font-size: 32px;
  font-weight: bold;
}
/* line 531, ../scss/products.scss */
#contents main section[id] > figure .door-closer > li:last-child > a {
  color: #264b8f;
  font-size: 24px;
  text-decoration: none;
}
/* line 535, ../scss/products.scss */
#contents main section[id] > figure .door-closer > li:last-child > a:hover {
  text-decoration: underline;
}
/* line 542, ../scss/products.scss */
#contents main section[id] > figure .option {
  background-color: #dee4ee;
  border-radius: 10px;
  display: block;
  list-style: none;
  margin: 20px auto 0 0;
  padding: 10px;
  width: 180px;
}
/* line 550, ../scss/products.scss */
#contents main section[id] > figure .option a {
  color: #264b8f;
  text-decoration: none;
}
/* line 553, ../scss/products.scss */
#contents main section[id] > figure .option a:hover {
  text-decoration: underline;
}
/* line 557, ../scss/products.scss */
#contents main section[id] > figure .option li {
  font-size: 15px;
  text-align: left;
}
/* line 560, ../scss/products.scss */
#contents main section[id] > figure .option li:first-child {
  color: #264b8f;
  font-size: 20px;
  font-weight: bold;
  width: 8em;
}
/* line 569, ../scss/products.scss */
#contents main section[id] .example {
  margin: 10px 0;
}
/* line 571, ../scss/products.scss */
#contents main section[id] .example figcaption {
  display: block;
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  width: 100%;
}
/* line 578, ../scss/products.scss */
#contents main section[id] .example span {
  background-color: #c9d2e3;
  display: block;
}
/* line 581, ../scss/products.scss */
#contents main section[id] .example span img {
  width: 90%;
}
/* line 586, ../scss/products.scss */
#contents main section[id] .detail {
  margin: 20px 0 0;
}
/* line 588, ../scss/products.scss */
#contents main section[id] .detail a {
  border: 1px solid #728ab6;
  border-radius: 7px;
  color: #728ab6;
  display: inline-block;
  padding: .25em 1.5em;
  text-decoration: none;
}
/* line 596, ../scss/products.scss */
#contents main section[id] .detail a:hover {
  opacity: .8;
}
/* line 599, ../scss/products.scss */
#contents main section[id] .detail a:after {
  content: '';
  display: inline-block;
  height: 2em;
  margin: 0 0 0 .5em;
  vertical-align: middle;
  width: 1.5em;
  background-image: url('../images/common/icon-s8a43575eaf.png');
  background-position: 0 -1344px;
  -moz-background-size: 28.8px auto;
  -o-background-size: 28.8px auto;
  -webkit-background-size: 28.8px auto;
  background-size: 28.8px auto;
}

/* line 613, ../scss/products.scss */
body.en #contents main section[id] h5 {
  padding-bottom: .25em;
}

/* line 616, ../scss/products.scss */
body.en #contents main nav > dl > dt:first-child > img {
  opacity: .5;
}

/* line 621, ../scss/products.scss */
body.progress #contents main article > ul {
  border-top: 4px solid #383838;
  margin-top: 40px;
  list-style: none;
}
/* line 625, ../scss/products.scss */
body.progress #contents main article > ul > li {
  border-bottom: 1px dotted #383838;
  padding: 20px 0;
  width: 100%;
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media all and (max-width: 414px) {
  /* line 625, ../scss/products.scss */
  body.progress #contents main article > ul > li {
    display: block;
  }
}
/* line 636, ../scss/products.scss */
body.progress #contents main article > ul > li > dl dt {
  color: #264b8f;
  font-size: 24px;
  font-weight: bold;
}
/* line 641, ../scss/products.scss */
body.progress #contents main article > ul > li > dl dd {
  font-size: 15px;
  line-height: 1.5;
  padding: 0 1em 0 2em;
  text-indent: -1em;
}
/* line 646, ../scss/products.scss */
body.progress #contents main article > ul > li > dl dd:before {
  content: '・';
}
/* line 651, ../scss/products.scss */
body.progress #contents main article > ul > li > ul {
  list-style: none;
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
/* line 655, ../scss/products.scss */
body.progress #contents main article > ul > li > ul.wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media all and (max-width: 414px) {
  /* line 651, ../scss/products.scss */
  body.progress #contents main article > ul > li > ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
/* line 661, ../scss/products.scss */
body.progress #contents main article > ul > li > ul > li {
  margin: 0 0 20px 20px;
}
/* line 663, ../scss/products.scss */
body.progress #contents main article > ul > li > ul > li:first-child {
  margin-left: 0;
}
/* line 666, ../scss/products.scss */
body.progress #contents main article > ul > li > ul > li img {
  height: 150px;
}
/* line 670, ../scss/products.scss */
body.progress #contents main article > ul > li > ul > li p {
  font-size: 12px;
  line-height: 1.3;
  text-align: left;
}
@media all and (max-width: 414px) {
  /* line 651, ../scss/products.scss */
  body.progress #contents main article > ul > li > ul {
    padding-top: 2vw;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  /* line 679, ../scss/products.scss */
  body.progress #contents main article > ul > li > ul > li {
    margin-left: 2%;
    margin-right: 2%;
    text-align: center;
  }
  /* line 683, ../scss/products.scss */
  body.progress #contents main article > ul > li > ul > li img {
    height: 120px;
  }
  /* line 686, ../scss/products.scss */
  body.progress #contents main article > ul > li > ul > li p {
    text-align: center;
  }
}

@media all and (max-width: 768px) {
  /* line 698, ../scss/products.scss */
  main section {
    margin-bottom: 6vw;
    margin-top: 10vw;
  }
  /* line 701, ../scss/products.scss */
  main section:last-child {
    margin-bottom: 0;
  }
  /* line 705, ../scss/products.scss */
  main .index-list {
    margin: 4vw 0;
  }
  /* line 707, ../scss/products.scss */
  main .index-list > li {
    margin: 0;
    width: calc((100% - 2vw) / 2);
  }
}
