.font-big {
  font-size: 24px;
}

.padding-large {
  padding: 0 90px;
}

.heading-style01 {
  position: relative;
  padding-bottom: 15px !important;
}

.notes {
  padding: 30px 90px;
  background: #f0f3f8;
}

.indent01 {
  padding-left: 15px !important;
}

.indent02 {
  text-indent: 0 !important;
  padding-left: 0 !important;
}

.heading-style01:after {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0;
  background: url(/amc/anapay/touch/images/img_touch_underline.png);
  height: 3px;
  width: 97px;
  transform: translateX(-50%);
}

/* --------------------------------------------------
MV
 --------------------------------------------------- */
.mvBox {
  margin-top: 0 !important;
}

/* --------------------------------------------------
Anchor Fix
 --------------------------------------------------- */
.anchorFix {
  margin-top: -120px;
  padding-top: 120px;
}


/* --------------------------------------------------
step-box-container
 --------------------------------------------------- */
.step-box-container {
  margin-top: 40px;
}

.step-image {
  position: relative;
}

.step-image:after {
  position: absolute;
  content: '';
  right: -20px;
  top: 50%;
  background: url(/amc/anapay/touch/images/img_start_arrow_gray.png);
  height: 40px;
  width: 20px;
  transform: translateY(-50%);
}

.step-box:nth-child(3n+3) .step-image:after {
  display: none;
}

.step-image img {
  width: 50%;
}

.step-content {
  padding-top: 20px;
}

.step-number {
  width: auto !important;
  float: left;
  padding-right: 10px;
}

.step-number img {
  width: 36px;
  height: 36px;
}

.step-title {
  padding-top: 5px;
}

.step-text {
  padding-top: 16px;
}

/* --------------------------------------------------
step02-box-container
 --------------------------------------------------- */
.step02-box-container {
  margin-top: 40px;
}

.step02-box {
  position: relative;
}

.step02-image {
  position: relative;
}

.step02-image:after {
  position: absolute;
  content: '';
  right: -20px;
  top: 50%;
  background: url(/amc/anapay/touch/images/img_start_arrow_gray.png);
  height: 40px;
  width: 20px;
  transform: translateY(-50%);
}

.step02-box:nth-child(3n+3) .step02-image:after {
  display: none;
}

.step02-content {
  padding-top: 20px;
}

.step02-number {
  width: auto !important;
  float: left;
  padding-right: 10px;
}

.step02-number img {
  width: 36px;
  height: 36px;
}

.step02-title {
  padding-top: 5px;
}

.step02-text {
  padding-top: 16px;
}

/* --------------------------------------------------
card-container
 --------------------------------------------------- */
.card-box {
  position: relative;
  padding: 0 30px;
}

.card-box:after {
  content: '';
  position: absolute;
  border-right: 1px solid #cccccc ;
  top: 0;
  right: -18px;
  height: 100%;
}

.card-box:last-child:after {
  display: none;
}

.card-image {
  padding: 25px;
}

.card02 img {
  width: 47%;
}

.card-description {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
.card-text01 {
  width: 40%;
}

.card-text01, .card-text02 {
  display: table-cell;
  padding: 5px 10px;
  text-align: center;
  vertical-align: middle;
}

.card-text01 {
  background: #f0f1f4;
}

/* --------------------------------------------------
card-container
 --------------------------------------------------- */
.anacard-container {
  margin: 60px 0;
}

.anacard-container ul{
  width: 100%;
  display: table;
  text-align: center;
  table-layout: fixed;
}

.anacard-box {
  position: relative;
  display: table-cell;
}

.anacard-box:first-child {
  padding-left: 0;
}

.anacard-title {
  background: #f0f1f4;
  padding: 5px 20px;
  margin: 0 25px 25px;
}

/* --------------------------------------------------
box01
 --------------------------------------------------- */

.box01 {
  background: #00a6e9;
}

.box01-content {
  background: #ffffff;
  padding: 40px 20px;
  border-radius: 16px;
}

.icon-outside {
  right: -25px !important;
}

.barcode img{
  border: 3px solid #b8b8b8;
  margin-left: 20px;
}

.box01-list {
  margin-top: 20px;
}



@media print, screen and (max-width: 1024px) and (min-width: 768px) {
  .padding-large {
    padding: 0;
  }

  .box01 {
    padding: 0 30px;
  }

  .notes {
    padding: 30px;
  }

  .anchorFix {
    margin-top: -55px;
    padding-top: 55px;
  }

  .rcrumbsFix {
    margin-top: 48px !important;
  }
  /* .step-box:nth-child(2n+2) .step-image:after {
    display: none;
  }

  .step-box:nth-child(3n+3) .step-image:after {
    display: block;
  }

  .step-box:nth-last-child(1) .step-image:after {
    display: none;
  }

  .step02-box:nth-child(2n+2) .step02-image:after {
    display: none;
  }

  .step02-box:nth-child(3n+3) .step02-image:after {
    display: block;
  }

  .step02-box:nth-last-child(1) .step02-image:after {
    display: none;
  } */
}












@media print, screen and (max-width: 767px) {
/* --------------------------------------------------
Anchor Fix
--------------------------------------------------- */
  .anchorFix {
    margin-top: -55px;
    padding-top: 55px;
  }

  .rcrumbsFix {
    margin-top: 48px !important;
  }

  .font-big {
    font-size: 18px;
  }

  .heading-style02 {
    font-size: 18px !important;
  }

  .padding-large {
    padding: 0;
  }

  .padding-small {
    padding: 20px;
  }

  .notes {
    padding: 30px;
  }

  .textLeftSp {
    text-align: left !important;
  }

  .mt0-sp {
    margin-top: 0 !important;
  }

  .mt10-sp {
    margin-top: 10px !important;
  }

  .step-box {
    padding-bottom: 40px;
    margin-top: 0 !important;
  }

  .step-image {
    position: relative;
  }

  .step-image:after:last-child {
    display: none;
  }

  .step-image:after {
    position: absolute;
    content: '';
    top: unset;
    left: 50%;
    bottom: -30px;
    right: unset;
    background: url(/amc/anapay/touch/images/img_start_arrow_gray_sp.png);
    height: 20px;
    width: 40px;
    transform: translateX(-50%);
  }

  .step-box:nth-child(3n+3) .step-image:after {
    display: unset;
  }

  .step-box:last-child {
    padding-bottom: 0;
  }

  .step-box:last-child .step-image:after {
    display: none;
  }

  .step-image, .step-content {
    float: left;
    width: 50% !important;
  }

  .step-content {
    padding-top: 0;
  }

  .step-image img{
    width: 80%;
  }

  .step-number {
    float: none;
  }

  .step-number img {
    width: 30px;
    height: 30px;
  }

  .step-title {
    padding-top: 10px;
    font-size: 18px !important;
  }

  .step-text {
    font-size: 14px;
    padding-top: 10px;
  }

  .step02-box {
    padding-bottom: 10px;
    margin-bottom: 40px;
    margin-top: 0 !important;
  }

  .step02-content {
    padding-top: 10px;
  }

  .step02-box:after {
    position: absolute;
    content: '';
    top: unset;
    left: 50%;
    bottom: -30px;
    right: unset;
    background: url(/amc/anapay/touch/images/img_start_arrow_gray_sp.png);
    height: 20px;
    width: 40px;
    transform: translateX(-50%);
  }

  .step02-box:last-child:after {
    display: none;
  }

  .step02-box:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .step02-image:after {
     display: none;
   }

  .step02-number img {
    width: 30px;
    height: 30px;
  }

  .step02-title {
    font-size: 18px !important;
  }

  .step02-text {
    font-size: 14px;
    padding-top: 10px;
  }

  .small-list {
    margin-top: 15px;
  }

  .small-list li {
    font-size: 12px !important;
  }

  .card-box {
    padding: 10px 0;
  }

  .card-box:first-child {
    padding: 0 0 10px;
  }

  .card-box:last-child {
    padding: 10px 0 0;
  }

  .card-box:after {
    content: '';
    position: absolute;
    border-right: none;
    border-bottom: 1px solid #cccccc ;
    top: 25px;
    left: 0;
    width: 100%;
  }

  .card-image img {
    width: 100%;
  }

  .card02 img {
    width: 48%;
  }

  .card-text01 {
    font-size: 12px;
  }

  .card-text02 {
    font-size: 14px;
    text-align: left;
  }

  .card-text02-01 {
    font-size: 14px !important;
  }

  .card-text02-02 {
    font-size: 10px !important;
  }

  .card-text02 span {
    font-size: 14px;
  }

  .anacard-container {
    margin: 30px 0 0;
  }

  .anacard-box {
    display: block;
    padding-left: 0;
  }

  .anacard-title {
    margin: 0;
    text-align: left;
    font-size: 14px;
    padding: 10px 20px;
  }

  .anacard-description {
    display: table;
    padding: 10px 0 15px;
  }

  .anacard-image, .anacard-text {
    display: table-cell;
  }

  .anacard-image {
    width: 60%;
  }

  .anacard-text {
    width: 40%;
    padding-left: 10px;
    vertical-align: middle;
    text-align: left;
    font-size: 16px !important;
  }

  .anacard-text > .font-big {
    font-size: 20px !important;
  }

  .box01-content {
    margin: 40px 30px;
    padding: 30px 10px;
    border-radius: 10px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 0px) {
#wrap-container {
    margin-top: 47px;
}
}