/* Store Main */
.store-main {
  width: 100%;
  min-width: 980px;
  border-bottom: solid 1px #bfbfbf; }
.store-main .store-main__container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 30px 0 30px 0; }
.store-main .store-main__paragraph {
  font-size: 1.8rem;
  line-height: 2em; }

/* Store Sheet */
.store-sheet {
  width: 100%;
  min-width: 980px; }
.store-sheet .store-sheet__container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 30px 0 0 0; }
.store-sheet .store-sheet__heading {
  position: relative;
  margin-bottom: 20px;
  font-size: 3.1rem;
  line-height: 1.3em;
  color: #00644b; }
.store-sheet .store-sheet__heading .fa-file-text-o {
  font-size: 3.6rem; }
.store-sheet .store-sheet__heading .fa-file-alt {
  font-size: 37px;
}
/*
.store-sheet .store-sheet__heading:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  content: "";
  background-position: center;
  background-image: url("../../img/store/store-sheet__icon-heading.png");
  background-size: 50px 50px; }
*/
.store-sheet .store-sheet__paragraph {
  margin-bottom: 30px;
  font-size: 1.6rem;
  line-height: 2em; }

/* Store Sheet Category */
.store-sheet-category {
  width: 100%;
  min-width: 980px;
  margin-bottom: 30px; }
.store-sheet-category .store-sheet-category__container {
  max-width: 1100px;
  margin: 0 auto; }
.store-sheet-category .store-sheet-category__heading {
  margin-bottom: 30px;
  border-bottom: solid 1px #ccc;
  padding: 5px 0;
  font-size: 2.4rem;
  line-height: 1.3em;
  color: #333; }
.store-sheet-category .store-sheet-category__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: start;
  align-content: flex-start; }
.store-sheet-category .store-sheet-category__list > li {
  width: 24%;
  margin-bottom: 20px; }
.store-sheet-category .store-sheet-category__link {
  display: block;
  border: solid 1px #999;
  padding: 20px 20px 0 20px;
  font-size: 1.8rem;
  line-height: 1.3em;
  height: 70px;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url("../../img/store/store-sheet-category__icon-arrow.png");
  background-size: 30px 30px;
  transition-property: all;
  transition-duration: 1000ms;
  transition-delay: 0ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.store-sheet-category .store-sheet-category__link:hover {
  background-image: url("../../img/store/store-sheet-category__icon-arrow_on.png");
  border: solid 1px #00644b;
  color: #00644b;
  opacity: 0.6;
  text-decoration: none;
  transition-property: all;
  transition-duration: 500ms;
  transition-delay: 0ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.store-sheet-category .store-sheet-category__link > span {
  display: block;
  margin-top: 5px;
  font-size: 1.1rem;
  line-height: 1.3em; }

/* Store Sheet Standard */
.store-sheet-standard {
  width: 100%;
  min-width: 980px;
  margin-bottom: 30px; }
.store-sheet-standard .store-sheet-standard__container {
  max-width: 1100px;
  margin: 0 auto; }
.store-sheet-standard .store-sheet-standard__heading {
  margin-bottom: 30px;
  border-bottom: solid 1px #000;
  font-size: 2.4rem;
  line-height: 1.3em;
  color: #333; }
.store-sheet-standard .store-sheet-standard__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: start;
  align-content: flex-start; }
.store-sheet-standard .store-sheet-standard__list > li {
  padding-bottom: 40px;
  width: 30%;
  margin-bottom: 40px;
  border-bottom: solid 1px #595757; }
.store-sheet-standard .store-sheet-standard__image {
  display: block;
  width: 60%;
  height: auto;
  margin: 0 auto 20px auto; }
.store-sheet-standard .store-sheet-standard__list2 {
  margin-bottom: 20px;
  text-align: center;}
.store-sheet-standard .store-sheet-standard__list2:after {
  content: " ";
  display: block;
  clear: both; }
.store-sheet-standard .store-sheet-standard__list2 > li {
  margin-right: 5px;
  display: inline;
  padding: 5px 15px;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.3em;
  background-color: #ccc; }
.store-sheet-standard .store-sheet-standard__list2 > li:last-child {
  margin-right: 0; }
.store-sheet-standard .store-sheet-standard__list2 > li.store-sheet-standard__list2-item-blue {
  background-color: #46aaff; }
.store-sheet-standard .store-sheet-standard__list2 > li.store-sheet-standard__list2-item-gray {
  background-color: #808080; }
.store-sheet-standard .store-sheet-standard__list2 > li.store-sheet-standard__list2-item-orange {
  background-color: #ff7800; }
.store-sheet-standard .store-sheet-standard__list2 > li.store-sheet-standard__list2-item-green01 {
  background-color: #14c84b; }
.store-sheet-standard .store-sheet-standard__list2 > li.store-sheet-standard__list2-item-green02 {
  background-color: #00904b; }
.store-sheet-standard .store-sheet-standard__paragraph {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.3em; }
.store-sheet-standard .store-sheet-standard__heading2 {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.3em; }
.store-sheet-standard .store-sheet-standard__heading2 a {
  color: #000;
  text-decoration: none;
  transition-property: all;
  transition-duration: 500ms;
  transition-delay: 0ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.store-sheet-standard .store-sheet-standard__heading2 a:hover {
  color: #00644b;
  text-decoration: underline;
}
.store-sheet-standard .store-sheet-standard__paragraph2 {
  margin-bottom: 20px;
  font-size: 1.2rem;
  line-height: 1.5em; }
.store-sheet-standard .store-sheet-standard__table {
  position: relative;
  margin: 0 0 30px 0;
  display: table; }
.store-sheet-standard .store-sheet-standard__table-row {
  display: table-row; }
.store-sheet-standard .store-sheet-standard__table-cell {
  display: table-cell;
  text-align: left; }
.store-sheet-standard .store-sheet-standard__list3 {
  margin-bottom: 30px; }
.store-sheet-standard .store-sheet-standard__list3 > dt {
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.3em; }
.store-sheet-standard .store-sheet-standard__list3 > dt:after {
  content: " :"; }
.store-sheet-standard .store-sheet-standard__list3 > dd {
  padding-left: 5px;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.3em; }
.store-sheet-standard .store-sheet-standard__list3 > dd > span {
  font-size: 1.6rem;
  line-height: 1.3em; }
.store-sheet-standard .store-sheet-standard__list4 > li {
  margin-bottom: 10px; }
.store-sheet-standard .store-sheet-standard__list4 > li:last-child {
  margin-bottom: 0; }
.store-sheet-standard .store-sheet-standard__link-detail {
  display: block;
  padding: 12px;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.3em;
  background-color: #ff9600;
  transition-property: all;
  transition-duration: 1000ms;
  transition-delay: 0ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.store-sheet-standard .store-sheet-standard__link-detail > span {
  display: inline-block;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: left;
  background-image: url("../../img/store/store-sheet-standard__icon-arrow.png");
  background-size: 20px 20px; }
.store-sheet-standard .store-sheet-standard__link-detail:hover {
  text-decoration: none;
  opacity: 0.8;
  transition-property: all;
  transition-duration: 500ms;
  transition-delay: 0ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.store-sheet-standard .store-sheet-standard__link-add {
  display: block;
  padding: 12px;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.3em;
  background-color: #595959;
  transition-property: all;
  transition-duration: 1000ms;
  transition-delay: 0ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.store-sheet-standard .store-sheet-standard__link-add > span {
  display: inline-block;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: left;
  background-image: url("../../img/store/store-sheet-standard__icon-arrow.png");
  background-size: 20px 20px; }
.store-sheet-standard .store-sheet-standard__link-add > span > br {
  display: none; }
.store-sheet-standard .store-sheet-standard__link-add:hover {
  text-decoration: none;
  opacity: 0.8;
  transition-property: all;
  transition-duration: 500ms;
  transition-delay: 0ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

/* Store Sheet Hit */
.store-sheet-hit {
  width: 100%;
  min-width: 980px;
  color: #fff;
  background-color: #808080; }
.store-sheet-hit .store-sheet-hit__container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 30px 0; }
.store-sheet-hit .store-sheet-hit__heading {
  margin-bottom: 30px;
  font-size: 2.3rem;
  line-height: 1.3em; }
.store-sheet-hit .store-sheet-hit__list {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: start;
  align-content: flex-start; }
.store-sheet-hit .store-sheet-hit__list > li {
  position: relative;
  width: 17%; }
.store-sheet-hit .store-sheet-hit__number {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 30px;
  text-align: center;
  font-size: 3.0rem;
  line-height: 48px;
  color: #fff;
  background-color: #f00; }
.store-sheet-hit .store-sheet-hit__image {
  display: block;
  width: 60%;
  height: auto;
  margin: 0 auto 15px auto; }
.store-sheet-hit .store-sheet-hit__paragraph {
  margin-bottom: 15px;
  font-size: 1.4rem;
  line-height: 1.3em;
  color: #fff;}
.store-sheet-hit .store-sheet-hit__paragraph a {
  color: #fff;}
.store-sheet-hit .store-sheet-hit__list2 {
  margin-bottom: 15px; }
.store-sheet-hit .store-sheet-hit__list2 > li {
  margin-bottom: 0; }
.store-sheet-hit .store-sheet-hit__link-detail {
  display: block;
  padding: 8px;
  border-radius: 8px;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.3em;
  background-color: #ff9600;
  transition-property: all;
  transition-duration: 1000ms;
  transition-delay: 0ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.store-sheet-hit .store-sheet-hit__link-detail > span {
  display: inline-block;
  padding-left: 25px;
  background-repeat: no-repeat;
  background-position: left;
  background-image: url("../../img/store/store-sheet-hit__icon-arrow.png");
  background-size: 20px 20px; }
.store-sheet-hit .store-sheet-hit__link-detail:hover {
  text-decoration: none;
  opacity: 0.8;
  transition-property: all;
  transition-duration: 500ms;
  transition-delay: 0ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

/* Store Software */
.store-software {
  width: 100%;
  min-width: 980px;
  margin-bottom: 30px; }
.store-software .store-software__container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 30px 0; }
.store-software .store-software__heading {
  position: relative;
  padding-left: 50px;
  margin-bottom: 20px;
  font-size: 3.1rem;
  line-height: 1.3em;
  color: #00644b; }

.store-software .store-software__heading i {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -16px;
  font-size: 38px; }
.store-software .store-software__paragraph {
  margin-bottom: 30px;
  font-size: 1.6rem;
  line-height: 2em; }
.store-software .store-software__list {
  margin-bottom: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  border-right: solid 1px #ccc;
  border-top: solid 1px #ccc; }
.store-software .store-software__list > li {
  box-sizing: border-box;
  width: 50%;
  padding: 30px;
  border-left: solid 1px #ccc;
  border-bottom: solid 1px #ccc; }
.store-software .store-software__box:after {
  content: " ";
  display: block;
  clear: both; }
.store-software .store-software__box-left {
  float: left;
  width: 45%; }
.store-software .store-software__box-right {
  float: right;
  width: 55%; }
.store-software .store-software__image {
  display: block;
  width: 60%;
  height: auto;
  margin: 0 auto 20px auto; }
.store-software .store-software__paragraph2 {
  display: inline-block;
  margin-bottom: 20px;
  padding: 5px 10px;
  color: #fff;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.3em;
  background-color: #595959; }
.store-software .store-software__paragraph2.store-software__paragraph2--pink {
  background-color: #ff5a87; }
.store-software .store-software__paragraph2.store-software__paragraph2--blue {
  background-color: #28b4b4; }
.store-software .store-software__heading2 {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 1.3em; }
.store-software .store-software__heading2 a {
  color: #000;
  text-decoration: none;
  transition-property: all;
  transition-duration: 1000ms;
  transition-delay: 0ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.store-software .store-software__heading2 a:hover {
  color: #00644b;
  text-decoration: underline; }
.store-software .store-software__paragraph3 {
  font-size: 1.2rem;
  line-height: 1.5em;
  margin-bottom: 20px; }
.store-software .store-software__list2 {
  text-align: center; }
.store-software .store-software__list2 > li {
  margin: 0 5px;
  width: 46%;
  display: inline-block; }
.store-software .store-software__link-detail {
  display: block;
  padding: 12px;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.3em;
  background-color: #ff9600;
  transition-property: all;
  transition-duration: 1000ms;
  transition-delay: 0ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.store-software .store-software__link-detail > span {
  display: inline-block;
  padding-left: 25px;
  background-repeat: no-repeat;
  background-position: left;
  background-image: url("../../img/store/store-software__icon-arrow.png");
  background-size: 20px 20px; }
.store-software .store-software__link-detail:hover {
  text-decoration: none;
  opacity: 0.8;
  transition-property: all;
  transition-duration: 500ms;
  transition-delay: 0ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.store-software .store-software__link-download {
  display: block;
  padding: 12px;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.3em;
  background-color: #00904b;
  transition-property: all;
  transition-duration: 1000ms;
  transition-delay: 0ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.store-software .store-software__link-download > span {
  display: inline-block;
  padding-left: 25px;
  background-repeat: no-repeat;
  background-position: left;
  background-image: url("../../img/store/store-software__icon-arrow.png");
  background-size: 20px 20px; }
.store-software .store-software__link-download:hover {
  text-decoration: none;
  opacity: 0.8;
  transition-property: all;
  transition-duration: 500ms;
  transition-delay: 0ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.store-software .store-software__link-download2 {
  display: block;
  padding: 12px 0 12px 0;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.3em;
  background-color: #595959;
  transition-property: all;
  transition-duration: 1000ms;
  transition-delay: 0ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.store-software .store-software__link-download2 > span {
  display: inline-block;
  padding-left: 20px;
  letter-spacing: -0.1em;
  background-repeat: no-repeat;
  background-position: left;
  background-image: url("../../img/store/store-software__icon-arrow.png");
  background-size: 20px 20px; }
.store-software .store-software__link-download2:hover {
  text-decoration: none;
  opacity: 0.8;
  transition-property: all;
  transition-duration: 500ms;
  transition-delay: 0ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.store-software .store-software__table {
  position: relative;
  margin: 0 0 30px auto;
  display: table; }
.store-software .store-software__table-row {
  display: table-row; }
.store-software .store-software__table-cell {
  display: table-cell;
  text-align: right;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.3em; }
.store-software .store-software__table-cell:after {
  content: " :"; }
.store-software .store-software__table-cell > span {
  letter-spacing: -0.1em; }
.store-software .store-software__table-cell2 {
  padding-left: 5px;
  text-align: right;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.6em; }
.store-software .store-software__table-cell2 > span {
  font-size: 1.6rem;
  line-height: 1.3em; }
.store-software .store-software__list3 {
  text-align: right; }
.store-software .store-software__list3 > li {
  display: inline-block;
  margin-left: 10px; }
.store-software .store-software__link {
  position: relative;
  padding-left: 10px;
  font-size: 1.4rem;
  line-height: 1.3em;
  text-decoration: underline;
  transition-property: all;
  transition-duration: 1000ms;
  transition-delay: 0ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.store-software .store-software__link:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  content: "";
  background-position: center;
  background-image: url("../../img/store/store-software__icon-arrow2.png");
  background-size: 10px 10px; }
.store-software .store-software__link:hover {
  opacity: 0.8;
  transition-property: all;
  transition-duration: 500ms;
  transition-delay: 0ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

/* Store Scanner */
.store-scanner {
  width: 100%;
  min-width: 980px;
  color: #595757;
  background-color: #e5e5e5; }
.store-scanner .store-scanner__container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 30px 0; }
.store-scanner .store-scanner__heading {
  position: relative;
  margin-bottom: 20px;
  padding-left: 50px;
  font-size: 3.1rem;
  line-height: 1.3em;
  color: #595757; }
.store-scanner .store-scanner__heading i {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -18px;
  font-size: 35px; }
.store-scanner .store-scanner__paragraph {
  margin-bottom: 30px;
  font-size: 1.6rem;
  line-height: 2em; }
.store-scanner .store-scanner__list {
  margin-bottom: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: start;
  align-content: flex-start; }
.store-scanner .store-scanner__list > li {
  box-sizing: border-box;
  width: 19%;
  padding: 15px;
  background-color: #fff; }
.store-scanner .store-scanner__image {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 10px; }
.store-scanner .store-scanner__list2 {
  margin-bottom: 15px; }
.store-scanner .store-scanner__list2:after {
  content: " ";
  display: block;
  clear: both; }
.store-scanner .store-scanner__list2 > li {
  float: left;
  padding: 6px 10px;
  width: 48%;
  box-sizing: border-box;
  display: block;
  font-size: 1.4rem;
  line-height: 1.3em;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #595959; }
.store-scanner .store-scanner__list2 > li.store-scanner__list2-item--blue {
  background-color: #46aaff; }
.store-scanner .store-scanner__list2 > li.store-scanner__list2-item--orange {
  background-color: #ff7800; }
.store-scanner .store-scanner__list2 > li.store-scanner__list2-item--purple {
  background-color: #a078d2; }
.store-scanner .store-scanner__list2 > li:nth-child(2n-1) {
  margin-right: 2%; }
.store-scanner .store-scanner__list2 > li:nth-child(2n-2) {
  margin-left: 2%; }
.store-scanner .store-scanner__heading2 {
  margin-bottom: 15px;
  font-size: 1.6rem;
  line-height: 1.3em;
  font-weight: bold; }
.store-scanner .store-scanner__heading2 a {
  color: #595757;
  text-decoration: none;
  transition-property: all;
  transition-duration: 1000ms;
  transition-delay: 0ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.store-scanner .store-scanner__heading2 a:hover {
  color: #00644b;
  text-decoration: underline;
}
.store-scanner .store-scanner__paragraph2 {
  margin-bottom: 15px;
  font-size: 1.2rem;
  line-height: 1.5em; }
.store-scanner .store-scanner__table {
  position: relative;
  margin: 0 0 15px auto;
  display: table; }
.store-scanner .store-scanner__table-row {
  display: table-row; }
.store-scanner .store-scanner__table-cell {
  display: table-cell;
  text-align: right;
  font-weight: bold;
  /*font-size: 1.3rem;*/
  line-height: 1.3em; }
.store-scanner .store-scanner__table-cell:after {
  content: ":"; }
.store-scanner .store-scanner__table-cell2 {
  padding-left: 5px;
  text-align: right;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.7em; }
.store-scanner .store-scanner__table-cell2 > span {
  font-size: 1.2rem;
  line-height: 1.3em; }
.store-scanner .store-scanner__list3 > li {
  margin-bottom: 10px; }
.store-scanner .store-scanner__list3 > li:last-child {
  margin-bottom: 0; }
.store-scanner .store-scanner__link-detail {
  display: block;
  padding: 8px;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.3em;
  background-color: #ff9600;
  transition-property: all;
  transition-duration: 1000ms;
  transition-delay: 0ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.store-scanner .store-scanner__link-detail > span {
  display: inline-block;
  padding-left: 25px;
  background-repeat: no-repeat;
  background-position: left;
  background-image: url("../../img/store/store-software__icon-arrow.png");
  background-size: 20px 20px; }
.store-scanner .store-scanner__link-detail:hover {
  text-decoration: none;
  opacity: 0.8;
  transition-property: all;
  transition-duration: 500ms;
  transition-delay: 0ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.store-scanner .store-scanner__list4 {
  text-align: right; }
.store-scanner .store-scanner__list4 > li {
  display: inline-block;
  margin-left: 10px; }
.store-scanner .store-scanner__link {
  position: relative;
  padding-left: 10px;
  font-size: 1.6rem;
  line-height: 1.3em;
  text-decoration: underline;
  transition-property: all;
  transition-duration: 1000ms;
  transition-delay: 0ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.store-scanner .store-scanner__link:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  content: "";
  background-position: center;
  background-image: url("../../img/store/store-scanner__icon-arrow2.png");
  background-size: 10px 10px; }
.store-scanner .store-scanner__link:hover {
  opacity: 0.8;
  transition-property: all;
  transition-duration: 500ms;
  transition-delay: 0ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

/* Store Other */
.store-other {
  width: 100%;
  min-width: 980px; }
.store-other .store-other__container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 30px 0; }
.store-other .store-other__heading {
  position: relative;
  padding-left: 50px;
  margin-bottom: 20px;
  font-size: 3.1rem;
  line-height: 1.3em;
  color: #595757; }
.store-other .store-other__heading i {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -22px;
  font-size: 40px;}
.store-other .store-other__paragraph {
  margin-bottom: 30px;
  font-size: 1.6rem;
  line-height: 2em; }
.store-other .store-other__list {
  border-left: solid 1px #b6b5b5;
  border-top: solid 1px #b6b5b5;
  margin-bottom: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: start;
  align-content: flex-start; }
.store-other .store-other__list > li {
  box-sizing: border-box;
  width: 20%;
  padding: 15px;
  background-color: #fff;
  border-right: solid 1px #b6b5b5;
  border-bottom: solid 1px #b6b5b5; }
.store-other .store-other__image {
  display: block;
  width: 40%;
  height: auto;
  margin: 0 auto 10px auto; }
.store-other .store-other__heading2 {
  margin-bottom: 15px;
  font-size: 1.5rem;
  line-height: 1.3em;
  font-weight: bold; }
.store-other .store-other__heading2 a {
  color: #000;
  text-decoration: none;
  transition-property: all;
  transition-duration: 1000ms;
  transition-delay: 0ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.store-other .store-other__heading2 a:hover {
  color: #00644b;
  text-decoration: underline;
}
.store-other .store-other__paragraph2 {
  margin-bottom: 15px;
  font-size: 1.2rem;
  line-height: 1.5em; }
.store-other .store-other__list2 > li {
  margin-bottom: 10px; }
.store-other .store-other__list2 > li:last-child {
  margin-bottom: 0; }
.store-other .store-other__link-detail {
  display: block;
  padding: 8px;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.3em;
  background-color: #ff9600;
  transition-property: all;
  transition-duration: 1000ms;
  transition-delay: 0ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.store-other .store-other__link-detail > span {
  display: inline-block;
  padding-left: 25px;
  background-repeat: no-repeat;
  background-position: left;
  background-image: url("../../img/store/store-other__icon-arrow.png");
  background-size: 20px 20px; }
.store-other .store-other__link-detail:hover {
  text-decoration: none;
  opacity: 0.8;
  transition-property: all;
  transition-duration: 500ms;
  transition-delay: 0ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

/* Store Info */
.store-info {
  width: 100%;
  min-width: 980px;
  color: #595757;
  background-color: #e5e5e5; }
.store-info .store-info__container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 30px 0; }
.store-info .store-info__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: start;
  align-content: flex-start; }
.store-info .store-info__list > li {
  box-sizing: border-box;
  width: 19%;
  padding: 0; }
.store-info .store-info__list2 > dt {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 1.6rem;
  line-height: 1.3em;
  font-weight: bold;
  border-bottom: solid 1px #000; }
.store-info .store-info__list2 > dt > i {
  font-size: 2rem;
}
.store-info .store-info__list2 > dd {
  font-size: 1.1rem;
  line-height: 1.8em;
  height: 180px;
  position: relative; }
.store-info .store-info__list2 > dd > strong {
  display: block;
  font-weight: bold; }
.store-info .store-info__heading {
  position: relative; }
.store-info .store-info__heading:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
  width: 25px;
  height: 25px;
  content: "";
  background-position: center;
  background-size: 25px 25px; }
/*.store-info .store-info__heading.store-info__heading--shippingcost {
  padding-left: 25px; }*/
.store-info__list2 .icon-truck {font-size: 20px}
.store-info__list2 .icon-shopping-cart {font-size: 20px}
/*.store-info .store-info__heading.store-info__heading--shippingcost:before {
  background-image: url("../../img/store/store-info__icon.png"); }
}
.store-info .store-info__heading.store-info__heading--payment {
padding-left: 25px; }
.store-info .store-info__heading.store-info__heading--payment:before {
  background-image: url("../../img/store/store-info__icon2.png"); }
.store-info .store-info__heading.store-info__heading--exchange {
padding-left: 25px; }
.store-info .store-info__heading.store-info__heading--exchange:before {
  background-image: url("../../img/store/store-info__icon3.png"); }
.store-info .store-info__heading.store-info__heading--delivery {
padding-left: 25px; }
.store-info .store-info__heading.store-info__heading--delivery:before {
  background-image: url("../../img/store/store-info__icon4.png"); }
.store-info .store-info__heading.store-info__heading--contact {
padding-left: 25px; }
.store-info .store-info__heading.store-info__heading--contact:before {
  background-image: url("../../img/store/store-info__icon5.png"); }*/
.store-info .store-info__box {
  /*    margin-top: 20px;*/
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;}
.store-info .store-info__link {
  position: relative;
  padding-left: 10px;
  display: inline-block;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.3em;
  text-decoration: underline;
  transition-property: all;
  transition-duration: 1000ms;
  transition-delay: 0ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.store-info .store-info__link:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  content: "";
  background-position: center;
  background-image: url("../../img/store/store-info__icon-arrow.png");
  background-size: 10px 10px; }
.store-info .store-info__link:hover {
  opacity: 0.8;
  transition-property: all;
  transition-duration: 500ms;
  transition-delay: 0ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.icon__fa-file-text {
  margin: 10px 0 20px;
  text-align: center;
}
.icon__fa-file-text i {
  color: #808080;
  font-size: 5.3rem;
}

.store-sheet-standard__list a:hover img,
.store-sheet-hit__list a:hover img,
.store-software__box a:hover img,
.store-scanner__list a:hover img,
.store-other__list a:hover i {
  opacity: 0.6;
  transition-property: all;
  transition-duration: 500ms;
  transition-delay: 0ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
