﻿/*
* my-au_2.css
*
*/

/* ------------------------
  Layouts
------------------------ */
.st2section-inner {
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 980px) {
  .st2section-inner {
  margin: 0 auto;
  width: 100%;
  }
}

/* ------------------------
Components
------------------------ */
.st2card {
  position: relative;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-radius: 3px;
  width: 48%;
  min-height: 90px;
  cursor: pointer;
  background-color: #fff;
  text-align: center;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.14);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.14);
  font-size: 16px;
  line-height: 19.2px;
}
@media (min-width: 544px) {
  .st2card:hover .st2card-num {
    opacity: 0.6;
  }
  .st2card:hover .st2card-img {
    opacity: 0.6;
  }
  .st2card:hover .st2card-txt {
    opacity: 0.6;
  }
  .st2card:hover::after {
    opacity: 0.6;
  }
}
@media (min-width: 768px) {
  .st2card {
    padding-bottom: 17px;
    min-height: 130px;
  }
}
.st2card.-item-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.st2card.-item-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.st2card.-item-3 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.st2card.-item-4 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
.st2card.-item-5 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}
.st2card.-item-6 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}
/*
.st2card.-item-7 {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}
.st2card.-item-8 {
  -webkit-box-ordinal-group: 15;
      -ms-flex-order: 14;
          order: 14;
}
.st2card.-item-9 {
  -webkit-box-ordinal-group: 18;
      -ms-flex-order: 17;
          order: 17;
}
.st2card.-item-10 {
  -webkit-box-ordinal-group: 19;
      -ms-flex-order: 18;
          order: 18;
}
*/
/*
@media (min-width: 544px) {
  .st2card {
    width: 31%;
  }
  .st2card.-item-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .st2card.-item-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .st2card.-item-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .st2card.-item-4 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .st2card.-item-5 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .st2card.-item-6 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .st2card.-item-7 {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .st2card.-item-8 {
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14;
  }
  .st2card.-item-9 {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }
  .st2card.-item-10 {
    -webkit-box-ordinal-group: 20;
        -ms-flex-order: 19;
            order: 19;
  }
}
*/
@media (min-width: 768px) {
  .st2card {
    width: 31.3%;
  }
  .st2card.-item-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .st2card.-item-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .st2card.-item-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .st2card.-item-4 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .st2card.-item-5 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .st2card.-item-6 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  /*
  .st2card.-item-7 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .st2card.-item-8 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .st2card.-item-9 {
    -webkit-box-ordinal-group: 18;
        -ms-flex-order: 17;
            order: 17;
  }
  .st2card.-item-10 {
    -webkit-box-ordinal-group: 19;
        -ms-flex-order: 18;
            order: 18;
  }
  */
}
/*
@media (min-width: 980px) {
  .st2card {
    width: 32.3%;
  }
  .st2card.-item-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .st2card.-item-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .st2card.-item-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .st2card.-item-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .st2card.-item-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .st2card.-item-6 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .st2card.-item-7 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .st2card.-item-8 {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .st2card.-item-9 {
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14;
  }
  .st2card.-item-10 {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }
}
*/
.st2card::after {
  content: "";
  display: block;
  position: absolute;
  right: 7px;
  bottom: 5px;
  width: 9px;
  height: 9px;
  background-image: url("https://www.au.com/content/dam/au-com/my-au/img/st_support-2_img_08.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
@media (min-width: 768px) {
  .st2card::after {
    width: 10px;
    height: 10px;
    background-image: url("https://www.au.com/content/dam/au-com/my-au/img/st_support-2_img_09.png");
  }
}
.st2card.-active::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  border: 3px solid #eb5505;
  border-radius: 3px;
  width: 100%;
  height: 100%;
}
.st2card.-active::after {
  content: "";
  display: block;
  position: absolute;
  right: 7px;
  bottom: 1px;
  width: 9px;
  height: 9px;
  background-image: url("https://www.au.com/content/dam/au-com/my-au/img/st_support-2_img_05.png");
}
@media (min-width: 768px) {
  .st2card.-active::after {
    width: 10px;
    height: 10px;
    background-image: url("https://www.au.com/content/dam/au-com/my-au/img/st_support-2_img_06.png");
  }
}

.st2card-txt {
  font-size: 16px;
}

.st2card-num {
  position: absolute;
  top: 7px;
  left: 7px;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  background-color: #d1d1d1;
  letter-spacing: -1px;
  font-size: 14px;
  line-height: 18px;
}

.st2card-img.-item-1 {
  margin-top: 17px;
  margin-bottom: 6px;
  width: 31px;
}
@media (min-width: 768px) {
  .st2card-img.-item-1 {
    margin-top: 22px;
    margin-bottom: 8px;
    width: 45px;
  }
}

.st2card-img.-item-2 {
  margin-top: 18px;
  margin-bottom: 14px;
  margin-left: 6px;
  width: 39px;
}
@media (min-width: 768px) {
  .st2card-img.-item-2 {
    margin-top: 22px;
    margin-bottom: 13px;
    margin-left: 14px;
    width: 57px;
  }
}

.st2card-img.-item-3 {
  margin-top: 13px;
  margin-bottom: 5px;
  margin-left: 10px;
  width: 41px;
}
@media (min-width: 768px) {
  .st2card-img.-item-3 {
    margin-top: 30px;
    margin-bottom: 11px;
    margin-left: 12px;
    width: 60px;
  }
}

.st2card-img.-item-4 {
  margin-top: 8px;
  margin-bottom: 5px;
  margin-left: 10px;
  width: 39px;
}
@media (min-width: 768px) {
  .st2card-img.-item-4 {
    margin-top: 23px;
    margin-bottom: 13px;
    margin-left: 9px;
    width: 57px;
  }
}

.st2card-img.-item-5 {
  margin-top: 13px;
  margin-bottom: 7px;
  width: 28px;
}
@media (min-width: 768px) {
  .st2card-img.-item-5 {
    margin-top: 25px;
    margin-bottom: 10px;
    width: 41px;
  }
}

.st2card-img.-item-6 {
  margin-top: 13px;
  margin-bottom: 9px;
  width: 34px;
}
@media (min-width: 768px) {
  .st2card-img.-item-6 {
    margin-top: 22px;
    margin-bottom: 14px;
    width: 55px;
  }
}

.st2card-img.-item-7 {
  margin-top: 10px;
  margin-bottom: 7px;
  margin-left: 9px;
  width: 37px;
}
@media (min-width: 768px) {
  .st2card-img.-item-7 {
    margin-top: 24px;
    margin-bottom: 15px;
    margin-left: 8px;
    width: 55px;
  }
}

.st2card-img.-item-8 {
  margin-top: 7px;
  margin-bottom: -1px;
  width: 30px;
}
@media (min-width: 768px) {
  .st2card-img.-item-8 {
    margin-top: 24px;
    margin-bottom: 6px;
    width: 44px;
  }
}

.st2card-img.-item-9 {
  margin-top: 13px;
  margin-bottom: 9px;
  width: 39px;
}
@media (min-width: 768px) {
  .st2card-img.-item-9 {
    margin-top: 23px;
    margin-bottom: 19px;
    margin-left: -4px;
    width: 61px;
  }
}

.st2card-img.-item-10 {
  margin-top: 5px;
  margin-bottom: 7px;
  margin-left: 14px;
  width: 30px;
}
@media (min-width: 768px) {
  .st2card-img.-item-10 {
    margin-top: 13px;
    margin-bottom: 7px;
    margin-left: 14px;
    width: 48px;
  }
}

.st2linkCard {
  padding: 20px 15px;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.14);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.14);
}
@media (min-width: 980px) {
  .st2linkCard {
    padding: 37px 30px;
    border-radius: 6px;
  }
}

.st2guide-steps {
  display: block;
  overflow: hidden;
  opacity: 0;
  position: relative;
  height: 0;
  -webkit-transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translateY(-40px);
      -ms-transform: translateY(-40px);
          transform: translateY(-40px);
  background-color: #f3f3f3;
}
@media (min-width: 980px) {
  .st2guide-steps {
//    margin-left: -3%;
    width: 980px;
  }
}
.st2guide-steps.js-id-1 {
  visibility: visible;
  overflow: visible;
  opacity: 1;
  padding-top: 44px;
  height: auto;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}
.st2guide-steps.-open {
  visibility: visible;
  overflow: visible;
  opacity: 1;
  margin-top: 70px;
  padding-top: 34px;
  height: auto;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}
/*
.st2guide-steps::after {
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  background-color: #fff;
  background-image: url("../img/st_support-2_img_07.png");
  background-repeat: no-repeat;
  background-size: 100% 40px;
}
.st2guide-steps .st2guide-stepHeading {
  position: absolute;
  top: -31px;
  left: 50%;
  padding: 16px;
  border: 3px solid #d1d1d1;
  border-radius: 32px;
  min-width: 304px;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background-color: #fff;
  text-align: center;
  color: #eb5505;
}
*/
@media (min-width: 768px) {
  .st2guide-steps .st2guide-stepHeading {
    padding: 13px;
    font-size: 20px;
  }
}
/*
.st2guide-steps .st2guide-stepHeading::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -14px;
  border: 10px solid transparent;
  border-top: 13px solid #d1d1d1;
}
.st2guide-steps .st2guide-stepHeading::after {
  content: "";
  position: absolute;
  top: 99%;
  left: 50%;
  margin-left: -10px;
  border: 6px solid transparent;
  border-top: 10px solid #fff;
}
.st2guide-steps.-open {
  display: block;
}
.st2guide-steps .st2guide-txt {
  margin: 20px 10px 0;
  text-align: center;
  font-size: 14px;
}
*/
@media (min-width: 980px) {
  .st2guide-steps .st2guide-txt {
    margin-bottom: 28px;
  }
}
.st2guide-steps .st2guide-txt.-clickTxt {
  display: none;
}
@media (min-width: 768px) {
  .st2guide-steps .st2guide-txt.-clickTxt {
    display: block;
  }
}
.st2guide-steps .st2guide-txt.-tapTxt {
  display: block;
}
@media (min-width: 768px) {
  .st2guide-steps .st2guide-txt.-tapTxt {
    display: none;
  }
}
.st2guide-steps .st2guide-txt.-orange {
  margin: 0;
  color: #eb5505;
  font-weight: bold;
}
.st2guide-steps .st2guide-otherLink {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  text-align: center;
  text-decoration: none;
  color: #eb5505 !important;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.st2guide-steps .st2guide-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  padding: 0 0 8px;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (min-width: 980px) {
  .st2guide-steps .st2guide-btns {
    padding: 0 0 8px;
  }
}
.st2guide-steps .st2guide-btns .st2guide-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 12px;
  padding: 19px 16px 19px 45px;
  border-radius: 3px;
  width: 100%;
  list-style: none;
  cursor: pointer;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.14);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.14);

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;
}
@media (min-width: 768px) {
  .st2guide-steps .st2guide-btns .st2guide-btn {
    margin: 0 2.5% 12px;
    width: 45%;
  }
}
@media (min-width: 980px) {
  .st2guide-steps .st2guide-btns .st2guide-btn {
    margin: 0 0.5% 12px;
    padding: 23px 16px 23px 45px;
    width: 24%;
    align-items: flex-start;
  }
}
@media (min-width: 544px) {
  .st2guide-steps .st2guide-btns .st2guide-btn:hover {
    color: rgba(51, 51, 51, 0.6);
  }
}
.st2guide-steps .st2guide-btns .st2guide-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
  margin: auto;
  border: 2px solid #d1d1d1;
  border-radius: 3px;
  width: 20px;
  height: 20px;
}
.st2guide-steps .st2guide-btns .st2guide-btn.-active {
  color: #eb5505;
}
.st2guide-steps .st2guide-btns .st2guide-btn.-active::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
  margin: auto;
  border: none;
  width: 20px;
  height: 20px;
  background-image: url("https://www.au.com/content/dam/au-com/my-au/img/st_support-2_img_03.png");
  background-size: 100%;
}
.st2guide-steps .st2guide-btns .st2guide-btn.-active::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #eb5505;
  border-radius: 3px;
  width: 100%;
  height: 100%;
}

.st2btn {
  border: none;
  border-radius: 3px;
  background-color: #eb5505;
  color: #fff;
}
.st2btn.-darkGray {
  background-color: #494949;
}
.st2btn.-pageLink {
  width: 100%;
  height: 50px;
}

.st2smallTxt {
  font-size: 12px;
}

.st2link {
  display: inline;
  text-decoration: underline;
  color: #eb5505 !important;
}

.st2bulletList:not(:last-child) {
  margin-bottom: 10px;
}

.st2bulletList > li {
  display: table;
}
.st2bulletList > li:not(:last-child) {
  margin-bottom: 10px;
}

.st2bulletList .st2bulletList {
  margin-top: 7px;
}

.st2bulletList-bullet {
  display: table-cell;
  padding-right: 3px;
  white-space: nowrap;
}

/* ------------------------
Projects
------------------------ */
.st2page-heading {
  position: relative;
  margin-bottom: 20px;
  margin-left: 26px;
  font-size: 24px;
}
.st2page-heading::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -15px;
  width: 4px;
  height: 33px;
  background-color: #eb5505;
}
@media (min-width: 980px) {
  .st2page-heading {
    margin-bottom: 38px;
    margin-left: 16px;
    font-size: 28.8px;
    font-weight: normal;
  }
  .st2page-heading::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -15px;
    width: 4px;
    height: 43px;
    background-color: #eb5505;
  }
}

.st2top10 {
  padding-top: 41px;
  padding-bottom: 30px;
  background-color: #fdeee6;
}
@media (min-width: 980px) {
  .st2top10 {
    margin-bottom: 49px;
    padding-top: 40px;
    padding-bottom: 50px;
  }
}

.st2top10-heading {
  margin-bottom: 30px;
  text-align: center;
  font-size: 24px;
}
@media (min-width: 980px) {
  .st2top10-heading {
    font-size: 28.8px;
  }
}

.st2top10-txt {
  margin-bottom: 27px;
  text-align: center;
  font-size: 14px;
}
@media (min-width: 980px) {
  .st2top10-txt {
    margin-bottom: 35px;
    font-size: 16.1px;
  }
}

.st2top10-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.st2top10-detailArea {
  display: block;
  padding: 20px 0;
  border-top: 3px solid #eb5505;
  border-bottom: 3px solid #eb5505;
  background: #fff;
  background-color: #fff;
}
@media (min-width: 768px) {
  .st2top10-detailArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px 0;
    border: 3px solid #eb5505;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.st2top10-detailCard {
  position: relative;
  margin: 0 auto;
  width: 90%;
  max-width: 336px;
}
@media (max-width: 767.98px) {
  .st2top10-detailCard + .st2top10-detailCard {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .st2top10-detailCard {
    margin: 0 10px;
    max-width: 420px;
  }
}
.st2top10-detailCard .st2top10-detailCard-heading {
  display: block;
  margin-bottom: 12px;
  font-size: 1.1em;
  font-weight: bold;
}
.st2top10-detailCard p:not(:last-child) {
  margin-bottom: 10px;
}
.st2top10-detailCard a {
  display: inline;
  text-decoration: underline;
  color: #eb5505 !important;
}

.st2top10-detail {
  display: none;
  position: relative;
  margin: 0 -5vw 20px;
  width: 100vw;
}
@media (min-width: 768px) {
  .st2top10-detail {
    margin: 0 0 20px;
    width: 100%;
  }
}
.st2top10-detail.-open {
  display: block !important;
}
.st2top10-detail.-item-1 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.st2top10-detail.-item-2 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.st2top10-detail.-item-3 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}
.st2top10-detail.-item-4 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}
.st2top10-detail.-item-5 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}
.st2top10-detail.-item-6 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}
/*
.st2top10-detail.-item-7 {
  -webkit-box-ordinal-group: 16;
      -ms-flex-order: 15;
          order: 15;
}
.st2top10-detail.-item-8 {
  -webkit-box-ordinal-group: 17;
      -ms-flex-order: 16;
          order: 16;
}
.st2top10-detail.-item-9 {
  -webkit-box-ordinal-group: 20;
      -ms-flex-order: 19;
          order: 19;
}
.st2top10-detail.-item-10 {
  -webkit-box-ordinal-group: 21;
      -ms-flex-order: 20;
          order: 20;
}
*/
/*
@media (min-width: 544px) {
  .st2top10-detail.-item-1 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .st2top10-detail.-item-2 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .st2top10-detail.-item-3 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .st2top10-detail.-item-4 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .st2top10-detail.-item-5 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .st2top10-detail.-item-6 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .st2top10-detail.-item-7 {
    -webkit-box-ordinal-group: 17;
        -ms-flex-order: 16;
            order: 16;
  }
  .st2top10-detail.-item-8 {
    -webkit-box-ordinal-group: 18;
        -ms-flex-order: 17;
            order: 17;
  }
  .st2top10-detail.-item-9 {
    -webkit-box-ordinal-group: 19;
        -ms-flex-order: 18;
            order: 18;
  }
  .st2top10-detail.-item-10 {
    -webkit-box-ordinal-group: 21;
        -ms-flex-order: 20;
            order: 20;
  }
}
*/
/*
@media (min-width: 768px) {
  .st2top10-detail.-item-1 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .st2top10-detail.-item-2 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .st2top10-detail.-item-3 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .st2top10-detail.-item-4 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .st2top10-detail.-item-5 {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .st2top10-detail.-item-6 {
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14;
  }
  .st2top10-detail.-item-7 {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }
  .st2top10-detail.-item-8 {
    -webkit-box-ordinal-group: 17;
        -ms-flex-order: 16;
            order: 16;
  }
  .st2top10-detail.-item-9 {
    -webkit-box-ordinal-group: 23;
        -ms-flex-order: 22;
            order: 22;
  }
  .st2top10-detail.-item-10 {
    -webkit-box-ordinal-group: 24;
        -ms-flex-order: 23;
            order: 23;
  }
}
*/
@media (min-width: 768px) {
  .st2top10-detail.-item-1 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .st2top10-detail.-item-2 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .st2top10-detail.-item-3 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .st2top10-detail.-item-4 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .st2top10-detail.-item-5 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .st2top10-detail.-item-6 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  /*
  .st2top10-detail.-item-7 {
    -webkit-box-ordinal-group: 18;
        -ms-flex-order: 17;
            order: 17;
  }
  .st2top10-detail.-item-8 {
    -webkit-box-ordinal-group: 19;
        -ms-flex-order: 18;
            order: 18;
  }
  .st2top10-detail.-item-9 {
    -webkit-box-ordinal-group: 20;
        -ms-flex-order: 19;
            order: 19;
  }
  .st2top10-detail.-item-10 {
    -webkit-box-ordinal-group: 21;
        -ms-flex-order: 20;
            order: 20;
  }
  */
}

.st2top10-detail-img.-item-1 {
  position: relative;
  top: 10px;
  left: 25%;
  margin-top: -12px;
  width: 14px;
}
@media (min-width: 768px) {
  .st2top10-detail-img.-item-1 {
    left: 15%;
  }
}

.st2top10-detail-img.-item-2 {
  position: relative;
  top: 10px;
  left: 72%;
  margin-top: -12px;
  width: 14px;
}
@media (min-width: 768px) {
  .st2top10-detail-img.-item-2 {
    left: 49%;
  }
}

.st2top10-detail-img.-item-3 {
  position: relative;
  top: 10px;
  left: 25%;
  margin-top: -12px;
  width: 14px;
}

@media (min-width: 768px) {
  .st2top10-detail-img.-item-3 {
    left: 83%;
  }
}


.st2top10-detail-img.-item-4 {
  position: relative;
  top: 10px;
  left: 72%;
  margin-top: -12px;
  width: 14px;
}
@media (min-width: 768px) {
  .st2top10-detail-img.-item-4 {
    left: 15%;
  }
}

.st2top10-detail-img.-item-5 {
  position: relative;
  top: 10px;
  left: 25%;
  margin-top: -12px;
  width: 14px;
}
@media (min-width: 768px) {
  .st2top10-detail-img.-item-5 {
    left: 49%;
  }
}

.st2top10-detail-img.-item-6 {
  position: relative;
  top: 10px;
  left: 72%;
  margin-top: -12px;
  width: 14px;
}
@media (min-width: 768px) {
  .st2top10-detail-img.-item-6 {
    left: 83%;
  }
}

.st2top10-detail-img.-item-7 {
  position: relative;
  top: 10px;
  left: 25%;
  margin-top: -12px;
  width: 14px;
}
@media (min-width: 544px) {
  .st2top10-detail-img.-item-7 {
    left: 18%;
  }
}
@media (min-width: 768px) {
  .st2top10-detail-img.-item-7 {
    left: 62%;
  }
}
@media (min-width: 980px) {
  .st2top10-detail-img.-item-7 {
    left: 29%;
  }
}

.st2top10-detail-img.-item-8 {
  position: relative;
  top: 10px;
  left: 72%;
  margin-top: -12px;
  width: 14px;
}
@media (min-width: 544px) {
  .st2top10-detail-img.-item-8 {
    left: 49%;
  }
}
@media (min-width: 768px) {
  .st2top10-detail-img.-item-8 {
    left: 88%;
  }
}
@media (min-width: 980px) {
  .st2top10-detail-img.-item-8 {
    left: 49%;
  }
}

.st2top10-detail-img.-item-9 {
  position: relative;
  top: 10px;
  left: 25%;
  margin-top: -12px;
  width: 14px;
}
@media (min-width: 544px) {
  .st2top10-detail-img.-item-9 {
    left: 80%;
  }
}
@media (min-width: 768px) {
  .st2top10-detail-img.-item-9 {
    left: 10%;
  }
}
@media (min-width: 980px) {
  .st2top10-detail-img.-item-9 {
    left: 70%;
  }
}

.st2top10-detail-img.-item-10 {
  position: relative;
  top: 10px;
  left: 72%;
  margin-top: -12px;
  width: 14px;
}
@media (min-width: 544px) {
  .st2top10-detail-img.-item-10 {
    left: 18%;
  }
}
@media (min-width: 768px) {
  .st2top10-detail-img.-item-10 {
    left: 36%;
  }
}
@media (min-width: 980px) {
  .st2top10-detail-img.-item-10 {
    left: 90%;
  }
}

.st2top10-detail-img img {
  vertical-align: baseline;
}

.st2adjustCards {
  width: 48%;
  height: 0;

  -webkit-box-ordinal-group: 22;

      -ms-flex-order: 21;

          order: 21;
}
@media (min-width: 544px) {
  .st2adjustCards {
    width: 31%;
  }
}
@media (min-width: 768px) {
  .st2adjustCards {
    width: 23%;
  }
}
@media (min-width: 980px) {
  .st2adjustCards {
    width: 18%;
  }
}

.st2guide {
  padding-top: 48px;
}

.st2guide-step-1 {
  margin-bottom: 50px;
}

.st2guide-step-2 {
  margin-bottom: 50px;
}

.st2guide-step-3 {
  margin-bottom: 50px;
}

.st2guide-step-4 {
  margin-bottom: 50px;
}

.st2guide-top {
  position: relative;
}
.st2guide-top .st2guide-heading {
  margin-bottom: 62px;
  text-align: center;
  font-size: 24px;
  line-height: 28px;
}
@media (min-width: 980px) {
  .st2guide-top .st2guide-heading {
    margin-bottom: 90px;
    margin-left: 40px;
    font-size: 30px;
  }
}
.st2guide-top .st2guide-logo {
  display: block;
  margin: 0 auto;
  margin-bottom: 12px;
  width: 50px;
}
@media (min-width: 980px) {
  .st2guide-top .st2guide-logo {
    position: absolute;
    top: -20px;
    left: 20%;
    width: 60px;
  }
}

.js-id-1 {
  display: block;
}

.st2guide-response {
  overflow: hidden;
  opacity: 0;
  position: relative;
  height: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1), transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1), transform 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
          transform: translateY(40px);
}
@media (min-width: 980px) {
  .st2guide-response .st2guide-headingWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.st2guide-response .st2guide-heading {
  text-align: center;
  color: #eb5505;
  font-size: 24px;
  line-height: 28px;
}
@media (min-width: 980px) {
  .st2guide-response .st2guide-heading {
    margin-right: 40px;
    font-size: 30px;
  }
}
.st2guide-response .st2guide-logo {
  display: block;
  margin: 0 auto;
  margin-bottom: 12px;
  width: 57px;
}
@media (min-width: 980px) {
  .st2guide-response .st2guide-logo {
    margin: 0 14px 0 0;
    width: 67px;
  }
}
.st2guide-response .st2guide-responseArea {
  display: block;
  margin-top: 30px;
  padding: 20px 0;
  background-color: #fdeee6;
}
@media (min-width: 768px) {
  .st2guide-response .st2guide-responseArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 35px 20px;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.st2guide-response .st2guide-responseCard {
  margin: 0 auto;
  width: 90%;
  max-width: 420px;
}
.st2guide-response .st2guide-responseCard h3 {
  margin-bottom: 12px;
  font-size: 1.1em;
}
.st2guide-response .st2guide-responseCard p:not(:last-child) {
  margin-bottom: 10px;
}
.st2guide-response .st2guide-responseCard a {
  display: inline;
  text-decoration: underline;
  color: #eb5505 !important;
}
@media (min-width: 544px) {
  .st2guide-response .st2guide-responseCard a.st2phone-num {
    text-decoration: none !important;
    color: #333 !important;
  }
}
.st2guide-response .st2guide-responseCard + .st2guide-responseCard {
  margin-top: 13px;
}
@media (min-width: 768px) {
  .st2guide-response .st2guide-responseCard {
    margin: 0;

    -ms-flex-preferred-size: 50%;

        flex-basis: 50%;
  }
  .st2guide-response .st2guide-responseCard + .st2guide-responseCard {
    margin-top: 0;
    margin-left: 18px;
  }
}
.st2guide-response.-open {
  overflow: visible;
  opacity: 1;
  padding-top: 40px;
  height: auto;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}





/*.contArea {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
*/

/* ------------------------
  utilities Classes
------------------------ */
.st2u-hidden {
  display: none !important;
  visibility: hidden;
}

@media (min-width: 320px) and (max-width: 543.98px) {
  .st2u-hidden-xs {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 544px) and (max-width: 767.98px) {
  .st2u-hidden-sm {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (max-width: 979.98px) {
  .st2u-hidden-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 980px) and (max-width: 1199.98px) {
  .st2u-hidden-lg {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 1200px) {
  .st2u-hidden-xl {
    display: none !important;
    visibility: hidden;
  }
}

.st2u-visuallyhidden {
  overflow: hidden;
  clip: rect(0 0 0 0);
  position: absolute;
  margin: -1px;
  padding: 0;
  border: 0;
  width: 1px;
  height: 1px;
}

.st2u-visuallyhidden.focusable:active,
.st2u-visuallyhidden.focusable:focus {
  overflow: visible;
  clip: auto;
  position: static;
  margin: 0;
  width: auto;
  height: auto;
}

.st2u-invisible {
  visibility: hidden;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/*
@media screen and (min-width: 768px) {
  br.st2lg {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  br.st2lg {
    display: none;
  }
}
*/

@media screen and (min-width: 768px) {
  br.st2sm {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  br.st2sm {
    display: block;
  }
}

@media screen and (min-width: 375px) {
  br.st2phone {
    display: none;
  }
}

@media screen and (max-width: 375px) {
  br.st2phone {
    display: block;
  }
}


/* 20200525ï¿½Ç‹L */

a.headerLoginDisp-logoutBtn {
    color: #d1d1d1 !important;
}


/* ---------------------------------- */

h1.st2page-heading {
  margin-top: 0;
}
ul.st2top10-cards {
  padding-left: 0;
}
.st2top10-detail-img img {
  max-width: 100%;
}
.st2top10-detailArea .st2bulletList {
  padding-left:0;
}

h3.st2guide-stepHeading {
  font-size: inherit;
  margin: 0;
}
.st2guide-headingWrapper h2.st2guide-heading {
  margin-bottom: 0;
}
h2.st2guide-heading,
h3.st2enquete-responseHeading,
h3.st2enquete-linkCardSubheading {
  margin-top: 0;
}
ul.st2enquete-links {
  padding: 0;
}

.st2guide-responseArea .st2bulletList {
  padding-left: 0;
}




.st2guide-steps .st2guide-btns .st2guide-btn::before {
  display: none !important;
}
.st2guide-steps .st2guide-btns .st2guide-btn.-active::before {
  display: none !important;
}
.st2guide-steps .st2guide-btns .st2guide-btn {
    padding: 19px 16px 19px 16px !important;
}
@media (min-width: 980px) {
  .st2guide-steps .st2guide-btns .st2guide-btn {
    padding: 23px 16px 23px 16px !important;
  }
}
.st2guide-steps.js-id-1:first-child .st2guide-btns .st2guide-btn {
    padding: 19px 16px 19px 55px !important;
}
@media (min-width: 980px) {
  .st2guide-steps.js-id-1:first-child .st2guide-btns .st2guide-btn {
    padding: 23px 16px 23px 55px !important;
  }
}
.st2guide-steps.js-id-1:first-child h3{
  display: none !important;
}
.st2guide-steps.js-id-1:first-child {
  padding-top: 0px !important;
}
.st2guide-steps.js-id-1:first-child .st2guide-btns .st2guide-btn::before{
  content: "" !important;
  display: block !important;
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 12px !important;
  margin: auto !important;
  border: none !important;
  width: 35px !important;
  height: 35px !important;
}
.st2guide-steps.js-id-1:first-child .st2guide-btns .st2guide-btn:nth-child(1)::before{
  background: url(https://www.au.com/content/dam/au-com/my-au_2/images/st_my-au_icon_01.png) center;
  background-size: contain;
  background-repeat: no-repeat;
}
.st2guide-steps.js-id-1:first-child .st2guide-btns .st2guide-btn:nth-child(2)::before{
  background: url(https://www.au.com/content/dam/au-com/my-au_2/images/st_my-au_icon_02.png) center;
  background-size: contain;
  background-repeat: no-repeat;
}
.st2guide-steps.js-id-1:first-child .st2guide-btns .st2guide-btn:nth-child(3)::before{
  background: url(https://www.au.com/content/dam/au-com/my-au_2/images/st_my-au_icon_03.png) center;
  background-size: contain;
  background-repeat: no-repeat;
}
.st2guide-steps.js-id-1:first-child .st2guide-btns .st2guide-btn:nth-child(4)::before{
  background: url(https://www.au.com/content/dam/au-com/my-au_2/images/st_my-au_icon_04.png) center;
  background-size: contain;
  background-repeat: no-repeat;
}
.st2guide-steps.js-id-1:first-child .st2guide-btns .st2guide-btn:nth-child(5)::before{
  background: url(https://www.au.com/content/dam/au-com/my-au_2/images/st_my-au_icon_05.png) center;
  background-size: contain;
  background-repeat: no-repeat;
}
.st2guide-steps.js-id-1:first-child .st2guide-btns .st2guide-btn:nth-child(6)::before{
  background: url(https://www.au.com/content/dam/au-com/my-au_2/images/st_my-au_icon_06.png) center;
  background-size: contain;
  background-repeat: no-repeat;
}
.st2guide-steps.js-id-1:first-child .st2guide-btns .st2guide-btn:nth-child(7)::before{
  background: url(https://www.au.com/content/dam/au-com/my-au_2/images/st_my-au_icon_07.png) center;
  background-size: contain;
  background-repeat: no-repeat;
}
.st2guide-steps.js-id-1:first-child .st2guide-btns .st2guide-btn:nth-child(8)::before{
  background: url(https://www.au.com/content/dam/au-com/my-au_2/images/st_my-au_icon_08.png) center;
  background-size: contain;
  background-repeat: no-repeat;
}
.st2guide-steps.js-id-1:first-child .st2guide-btns .st2guide-btn:nth-child(9)::before{
  background: url(https://www.au.com/content/dam/au-com/my-au_2/images/st_my-au_icon_09.png) center;
  background-size: contain;
  background-repeat: no-repeat;
}
.st2guide-steps.js-id-1:first-child .st2guide-btns .st2guide-btn:nth-child(10)::before{
  background: url(https://www.au.com/content/dam/au-com/my-au_2/images/st_my-au_icon_10.png) center;
  background-size: contain;
  background-repeat: no-repeat;
}
.st2guide {
  padding-top: 0px !important;
}
.faq-suggestwordlink .accordion-label a{
  pointer-events: none !important;
}
.faq-suggestwordlink .accordion-label a::before{
  display: none !important;
}
.faq-suggestwordlink .accordion-contWrap a{
  color: #06a !important;
}
.st2guide-response .st2guide-responseCard .st2top10-faq-button a {
  display: block !important;
  text-decoration: none !important;
  color: #333 !important
}


.st2guide-btn a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-width: 768px) {
  br.sp {
    display: none;
  }
}

/* 別窓アイコンビュレット */
.st2guide-btn.link_window_icon::after {
    content: "";
    display: block;
    position: absolute;
    right: 16px;
    bottom: 25px;
    width: 9px;
    height: 10px;
    background-image: url(https://www.au.com/content/dam/au-com/support-2/img/st_support-2_img_10.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

/* 別窓アイコンビュレット */
.st2guide-btn.link_window_icon::after {
    content: "";
    display: block;
    position: absolute;
    right: 16px;
    bottom: 25px;
    width: 9px;
    height: 10px;
    background-image: url(https://www.au.com/content/dam/au-com/my-au_2/images/st_my-au_icon_12.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

/* リンクアイコンビュレット */
.st2guide-btn.link_icon::after {
    content: "";
    display: block;
    position: absolute;
    right: 16px;
    bottom: 25px;
    width: 9px;
    height: 10px;
    background-image: url(https://www.au.com/content/dam/au-com/my-au_2/images/st_my-au_icon_11.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

