@charset "utf-8";

/* fv */
.subTitle_wrap {
  text-align: center;
}

.subTitle_wrap span.text {
  display: block;
  font-size: 29px;
  letter-spacing: 1.8px;
  line-height: 2;
}

.subTitle_wrap span.text-orange {
  display: block;
  font-size: 42px;
  color: #eb5505;
}

.subTitle_wrap span.text-orange small {
  font-size: 40%;
  vertical-align: text-top;
  white-space: nowrap;
}

.balloon {
  display: block;
  position: relative;
  margin: 2% 0 1.5%;
  padding: 2%;
  background: #eb5505;
  border-radius: 50%;
  color: #333;
  font-size: 1em;
  margin-right: 25px;
}

.balloon::after {
  content: "";
  position: absolute;
  margin: 0;
  bottom: -5px;
  right: -8px;
  width: 0;
  height: 0;
  border-top: 40px solid #eb5505;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  transform: rotate(-60deg);
  z-index: -1;
}

.balloon_box {
  display: flex;
  justify-content: center;
  align-items: end;
  width: 90%;
}


@media (max-width: 780px) {
  .subTitle_wrap span.text-orange {
    font-size: 37px;
  }

  .balloon {
    font-size: 16px;
  }
}


@media (max-width: 702px) {
  .subTitle_wrap span.text {
    font-size: 24px;
  }

  .subTitle_wrap span.text-orange {
    font-size: 32px;
  }

  .balloon {
    font-size: 16px;
  }
}

@media (max-width: 600px) {


  .subTitle_wrap span.text {
    font-size: 0.8em;
  }

  .subTitle_wrap span.text-orange small {
    font-size: 60%;
  }

  .subTitle_wrap span.text-orange {
    font-size: 1em;
  }

  .balloon {
    margin-right: 3%;
    font-size: 0.6em;
    margin-bottom: 7%;
    margin-bottom: 4%;
  }

  .balloon::after {
    border-top: 29px solid #eb5505;
    border-left: 7px solid transparent;
    border-right: 10px solid transparent;
    right: 1px;
    bottom: -9px;
  }


}

@media (max-width: 375px) {
  .subTitle_wrap span.text {
    font-size: 0.63em;
  }

  .subTitle_wrap span.text-orange {
    font-size: 0.85em;
  }

  .balloon {
    font-size: 0.6em;
    padding: 2.5%;
  }

}

/* column_tba01_option */
@media (max-width: 767px) {
  #prime-tokuten .amazon-col>.layout-ctr {
    display: flex;
    flex-direction: column;
  }

  #prime-tokuten .amazon-col>.layout-ctr>.layout-display {
    width: 100%;
  }

  #prime-tokuten .amazon-col>.layout-ctr>.layout-display:nth-child(1) {
    order: 2;
  }

  #prime-tokuten .amazon-col>.layout-ctr>.layout-display:nth-child(2) {
    order: 1;
    width: 70%;
    margin: 0px auto 25px;
  }

}

/* column_tba01_step */
.fig-orange {
  width: 30px;
  height: 30px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  display: block;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background: #eb551d;
}

.step-card .cmp-au-com-card__contents-section {
  position: relative;
}

.step-card .cmp-au-com-card__contents-section::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  background: url(https://www.au.com/content/dam/au-com/support/service/mobile/trouble/backup/direct/img/st_direct_icon_right.png);
  background-repeat: no-repeat;
  width: 26px;
  height: 50px;
}

.step-card.last-object .cmp-au-com-card__contents-section::after {
  content: none;
}

@media(max-width:767px) {

  .step-card .cmp-au-com-card__contents-section::after {
    background: url(https://www.au.com/content/dam/au-com/support/service/mobile/trouble/backup/direct/img/st_direct_icon_down.png);
    background-repeat: no-repeat;
    width: 50px;
    height: 35px;
    position: initial;
    margin: 0 auto;
  }

  .step-card .cmp-au-com-image {
    text-align: center;
    margin-bottom: 20px;
  }

}

/* column_tba02_choice */
.am-box {
  display: flex;
  justify-content: space-between;
}
.am-text {
  width: 50%;
}
.column_tba02_choice h3 {
	width: 62%;
}
.am-object img {
  display: block;
  max-width: 300px;
}

.fire_stick img {
  max-width: 200px;
}

.music_unlimited img {
  max-width: 320px;
}

.am-object {
  padding-right: 3%;
}

@media screen and (max-width: 768px) {
  .column_tba02_choice h3 {
    width: 65%;
  }

  .am-text {
    width: 60%;
    margin-right: 10px;
  }

  .am-object {
    padding-right: 0;
    width: 30%;
  }

  .am-object img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
  }
}

/* list_bold */
.list_bold ol {
  font-weight: bold;
}