@charset "UTF-8";
/*common*/
.inner {
  max-width: 900px;
  margin: 0 auto;
}

.sp {
  display: none;
}
.content-box {
  margin-bottom: 50px;
}
#howto_emco .qr {
  display: table;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px 20px;
  border: 1px solid #f00;
}
#howto_emco .qr > * {
  display: table-cell;
  vertical-align: middle;
}
#howto_emco .qr > .qr_txt {
  padding-right: 30px;
}
#howto_emco .qr > .qr_img {
  width: 70px;
}
#howto_emco .qr > .qr_img img {
  width: 100%;
}
/* TABLE
/*+---------------------------------*/
/* --- basic-table --- */
.basic-table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #d9d9d9;
  font-size: 1rem;
}
.basic-table th {
  width: 160px;
  padding: 15px 10px;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  font-weight: normal;
  text-align: center;
  vertical-align: top;
  background-color: #f6f6f6;
}
.basic-table td {
  padding: 15px;
  border-bottom: 1px solid #d9d9d9;
  text-align: left;
  vertical-align: top;
}
.basic-table td p {
  margin-bottom: 5px;
}
.basic-table td *:last-child {
  margin-bottom: 0;
}

/* --- attention-heading --- */
.attention-heading {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 92px;
  margin-top: 45px;
  margin-bottom: 10px;
  padding-top: 20px;
  font-size: 1.38rem;
  font-weight: bold;
  text-align: center;
  background-image: url(../images/attention_heading_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
}
/* --- attention-list --- */
.attention-list {
  margin-bottom: 10px;
  font-size: 1rem;
}
.attention-list:last-child {
  margin-bottom: 0;
}
.attention-list > li {
  margin-bottom: 5px;
  padding-left: 1em;
  text-indent: -1em;
}
.attention-list > li:last-child {
  margin-bottom: 0;
}
.attention-list + section {
  margin-top: 20px;
}
.attention-list + .step-thumbnail {
  margin-top: 20px;
}
/* --- vendingMachine --- */
.vendingMachine__wrap {
  overflow: hidden;
}
.vendingMachine__image {
  width: 30%;
  float: right;
}
.vendingMachine__text {
  width: 65%;
  float: left;
}
/* --- flow --- */
.flow {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #d9d9d9;
}
.flow__box {
  overflow: hidden;
  position: relative;
  padding-bottom: 50px;
}
.flow__box:after {
  display: block;
  width: 40px;
  height: 26px;
  position: absolute;
  bottom: 10px;
  left: 12%;
  background-image: url(../images/flow_arrow_bottom.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  content: "";
}
.flow__box:last-child {
  padding-bottom: 0;
}
.flow__box:last-child:after {
  content: none;
}

.flow__image {
  display: inline-block;
  width: 28%;
  position: relative;
  float: left;
}
.flow__image img {
  max-width: 276px;
  width: 100%;
  height: auto;
}

.flow__text {
  width: 68%;
  float: left;
  margin-left: 4%;
}
/**/
@-webkit-keyframes fadeIn {
  0%,10% {
    opacity: 0;
  }
  30%,95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeIn {
  0%,10% {
    opacity: 0;
  }
  30%,95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fadeInOut {
  0%,10% {
    opacity: 0;
  }
  30%,40% {
    opacity: 1;
  }
  50%,100% {
    opacity: 0;
  }
}
@keyframes fadeInOut {
  0%,10% {
    opacity: 0;
  }
  30%,40% {
    opacity: 1;
  }
  50%,100% {
    opacity: 0;
  }
}

@-webkit-keyframes fadeIn2 {
  0%,40% {
    opacity: 0;
  }
  60%,95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeIn2 {
  0%,40% {
    opacity: 0;
  }
  60%,95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.flow__image .flow__mark {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  border: 4px solid #f00;
  opacity: 0;
}
.flow__image.is-animeActive .flow__mark {
  -webkit-animation: fadeIn 5s ease infinite both;
          animation: fadeIn 5s ease infinite both;
}

.flow__image.is-animeActive .flow__mark--4-2,.flow__image.is-animeActive .flow__mark--8-2 {
  -webkit-animation-name: fadeIn2;
          animation-name: fadeIn2;
}
.flow__image.is-animeActive .flow__mark--8-1 {
  -webkit-animation-name: fadeInOut;
          animation-name: fadeInOut;
}
.flow__image .flow__mark--1 {
  width: 42.6%;
  height: 13%;
  margin-top: 0.5%;
  margin-left: 57.5%;
}
.flow__image .flow__mark--2 {
  width: 47%;
  height: 23.3%;
  margin-top: 11.5%;
  margin-left: 49.3%;
}
.flow__image .flow__mark--3 {
  width: 48%;
  height: 25.5%;
  margin-top: 12.5%;
  margin-left: 48.9%;
}
.flow__image .flow__mark--4-1 {
  width: 47.2%;
  height: 69.5%;
  margin-top: 12.5%;
  margin-left: 1.5%;
}
.flow__image .flow__mark--4-2 {
  width: 27.5%;
  height: 15.5%;
  margin-top: 22.5%;
  margin-left: 61.4%;
}
.flow__image .flow__mark--8-1 {
  width: 18.5%;
  height: 30%;
  margin-top: 39%;
  margin-left: 65%;
  border: 0;
}
.flow__image .flow__mark--8-2 {
  width: 18.5%;
  height: 30%;
  margin-top: 46.9%;
  margin-left: 36%;
  border: 0;
}
.flow__image .flow__mark--10 {
  width: 15%;
  height: 21%;
  margin-top: 60.9%;
  margin-left: 25%;
}
