.contArea a {
  color: inherit !important;
}

/*
* support-2-test.css
*
*/

/* ------------------------
  Layouts
------------------------ */
.st2section-inner {
  margin: 0 auto;
  width: 90%;
}

@media (min-width: 980px) {
  .st2section-inner {
    width: 94%;
  }
}

/* ------------------------
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: 16;
  -ms-flex-order: 15;
  order: 15;
}

/* iPhone、androidのボタンの位置調整用 
  .-item-9を普通に表示させる場合以下は必要ないためコメントアウトor削除 ここから*/
.st2card.-item-9 {
  display: none;
}

@media (min-width: 768px) {
  .st2card.-item-9 {
    display: block;
    visibility: hidden;
  }
}

/* ここまで */

/*
.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;
  }
}
*/

/* .notIcon androidのボタンに＋－アイコンを付けないためのクラス */
.st2card.notIcon a {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  .st2card.notIcon a {
    justify-content: center;
  }
}

.st2card.notIcon a:hover {
  text-decoration: none;
}

.st2card::after {
  content: "";
  display: block;
  position: absolute;
  right: 7px;
  bottom: 5px;
  width: 9px;
  height: 9px;
  background-image: url("../png/st_support-2_img_08.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.st2card.notIcon::after {
  content: none;
}

@media (min-width: 768px) {
  .st2card::after {
    width: 10px;
    height: 10px;
    background-image: url("../png/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("../png/st_support-2_img_05.png");
}

.st2card.notIcon.-active::after {
  content: none;
}

@media (min-width: 768px) {
  .st2card.-active::after {
    width: 10px;
    height: 10px;
    background-image: url("../png/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("../png/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 5% 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 2% 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 1% 12px;
    padding: 23px 16px 23px 45px;
    width: 23%;
  }
}

@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("../png/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;
}

/* 元iPhone、androidのボタンの位置調整用 */
/* @media (min-width: 768px) {
  .st2top10-cards::after {
    display: block;
    content: "";
    width: 31.3%;
    -webkit-box-ordinal-group: 20;
    -ms-flex-order: 19;
    order: 19;
  }
} */

.st2top10-detailArea {
  display: block;
  padding: 20px 0;
  border: 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;

    -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);
}

.st2guide-enquete {
  display: none;
  margin-top: 50px;
  text-align: center;
}

.st2guide-enquete.-open {
  display: block;
}

.st2guide-enqueteTxt {
  margin-bottom: 4px;
  font-size: 14px;
}

@media (min-width: 768px) {
  .st2guide-enqueteTxt {
    font-size: 16px;
  }
}

.st2guide-enqueteHeading {
  margin-bottom: 17px;
  font-size: 24px;
}

@media (min-width: 768px) {
  .st2guide-enqueteHeading {
    margin-bottom: 28px;
  }
}

.st2guide-enqueteBtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.st2guide-enqueteBtn {
  border-radius: 3px;
  width: 48%;
  max-width: 160px;
  height: 60px;
  -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;
  font-weight: bold;
}

.st2guide-enqueteBtn+.st2guide-enqueteBtn {
  margin-left: 2%;
}

@media (min-width: 544px) {
  .st2guide-enqueteBtn:hover {
    opacity: 0.6;
  }
}

@media (min-width: 768px) {
  .st2guide-enqueteBtn {
    max-width: 216px;
    height: 54px;
    font-size: 16px;
  }
}

.st2enquete-response-01 {
  text-align: center;
}

.st2enquete-responseTitle {
  margin-bottom: 5px;
  font-size: 14px;
}

@media (min-width: 980px) {
  .st2enquete-responseTitle {
    font-size: 16.1px;
  }
}

.st2enquete-responseHeading {
  margin-bottom: 10px;
  font-size: 24px;
}

@media (min-width: 768px) {
  .st2enquete-responseHeading {
    margin-bottom: 20px;
  }
}

.st2enquete-responseTxt {
  margin-bottom: 38px;
  padding: 0 20px;
  line-height: 24px;
}

@media (min-width: 768px) {
  .st2enquete-responseTxt {
    margin-bottom: 48px;
    text-align: center;
  }
}

.st2enquete-responseHeading {
  text-align: center;
  font-size: 24px;
}

.st2enquete-linkCards {
  padding: 25px 20px;
  background-color: #fdeee6;
}

@media (min-width: 768px) {
  .st2enquete-linkCards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 48px;
    margin-bottom: 18px;
    padding: 35px 20px;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;
  }
}

.st2enquete-linkCardSubheading {
  margin-bottom: 10px;
  font-size: 20px;
}

@media (min-width: 768px) {
  .st2enquete-linkCardSubheading {
    font-size: 18px;
  }
}

.st2enquete-linkCardTxt {
  margin-bottom: 15px;
  line-height: 24px;
}

@media (min-width: 768px) {
  .st2enquete-linkCardTxt {
    min-height: 72px;
  }
}

.st2enquete-linkCardBtn {
  position: relative;
  width: 100%;
  font-weight: bold;
}

.st2enquete-linkCardBtn::after {
  content: "";
  display: block;
  position: absolute;
  right: 16px;
  bottom: 25px;
  width: 7px;
  height: 10px;
  background-image: url("../png/st_support-2_img_04.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

@media (min-width: 544px) {
  .st2enquete-linkCardBtn:hover {
    opacity: 0.6;
  }
}

.st2enquete-linkCardBtn a {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  text-align: center;
}

.st2enquete-linkCardBtn a:hover {
  text-decoration: none;
}

.st2enquete-links {
  border-radius: 3px;
  -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: 768px) {
  .st2enquete-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 48px;
    -webkit-box-shadow: none;
    box-shadow: none;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.st2enquete-link {
  position: relative;
}

.st2enquete-link+.st2enquete-link {
  border-top: 1px solid #d1d1d1;
}

@media (min-width: 544px) {
  .st2enquete-link:hover {
    color: rgba(51, 51, 51, 0.6);
  }

  .st2enquete-link:hover::after {
    opacity: 0.6;
  }
}

@media (min-width: 768px) {
  .st2enquete-link {
    margin-bottom: 13px;
    border-radius: 4px;
    width: 32.53796%;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.14);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.14);
  }

  .st2enquete-link+.st2enquete-link {
    border-top: none;
  }
}

.st2enquete-link a {
  display: block;
  padding: 19px 10% 19px 5.33333%;
  width: 100%;
  height: 100%;
  font-size: inherit;
}

@media (min-width: 544px) {
  .st2enquete-link a:hover {
    text-decoration: none;
  }
}

@media (min-width: 768px) {
  .st2enquete-link a {
    font-size: 15px;
  }
}

@media (min-width: 980px) {
  .st2enquete-link a {
    font-size: inherit;
  }
}

.st2enquete-link::after {
  content: "";
  display: block;
  position: absolute;
  right: 16px;
  bottom: 25px;
  width: 7px;
  height: 10px;
  background-image: url("../png/st_support-2_img_01.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.st2enquete-responseCard {
  margin: 0 auto;
  max-width: 420px;
}

.st2enquete-responseCard+.st2enquete-responseCard {
  margin-top: 13px;
}

@media (min-width: 768px) {
  .st2enquete-responseCard {
    margin: 0;

    -ms-flex-preferred-size: 50%;

    flex-basis: 50%;
  }

  .st2enquete-responseCard+.st2enquete-responseCard {
    margin-top: 0;
    margin-left: 18px;
  }
}

.st2enquete-responseSupport {
  padding-top: 50px;
}

.st2enquete-responseSupportTxt {
  margin-bottom: 20px;
  letter-spacing: 0.7px;
  line-height: 24px;
}

@media (min-width: 768px) {
  .st2enquete-responseSupportTxt {
    text-align: center;
  }
}

.st2enquete-response {
  overflow: hidden;
  opacity: 0;
  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(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.st2enquete-response.-open {
  overflow: visible;
  opacity: 1;
  padding-bottom: 20px;
  height: auto;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
}

.st2enquete-response-01,
.st2enquete-response-02 {
  overflow: hidden;
  opacity: 0;
  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);
}

.st2enquete-response-01.-open,
.st2enquete-response-02.-open {
  overflow: visible;
  opacity: 1;
  margin-top: 20px;
  height: auto;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.st2enquete-response-01 {
  -webkit-transform: translateY(80px);
  -ms-transform: translateY(80px);
  transform: translateY(80px);
}

.st2enquete-response-02 {
  -webkit-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  transform: translateY(-80px);
}

.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;
}

/* ---------------------------------- */

.support_qa_link_blue a {
  color: #06a !important;
}