@charset "utf-8";

/* product */
.no-product {
  display: none;
}

/* 5gsa-shindan */

.st-str {
  background-color: #fff;
  padding: 20px 0 10px;
  position: relative;
  margin: auto;
  margin-bottom: 80px;
}
.st-str::after {
  position: absolute;
  left: 0;
  bottom: -50px;
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  background: url(/content/dam/au-com/mobile/service/5gsa/image/mb_5gsa_parts_01.png);
  background-repeat: repeat;
  background-size: auto;
  background-repeat: no-repeat;
  background-size: 100% 40px;
}
.st-str.open:last-child {

  margin-top: 80px;
  margin-bottom: 80px !important;
  padding-bottom: 10px;
}

.qa-text h3 {
  text-align: center;
  font-size: 16px;
}
.qa-text {
  padding: 5px 10px;
}

.qa-wrap ul {
  width: 100%;
  margin: 0 auto;
  display: flex;
  padding: 3px;
  max-width: 630px;
}

.qa-wrap ul li {
  width: 50%;
  padding: 5px;
}

.qa-wrap ul li a {
  background: #FFFF;
  display: block;
  padding: 15px;
  border: 2px solid #ddd;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
  color: #333;
  text-align: center;
  padding: 25px 10px;
  cursor: pointer;
}

.qa-wrap ul li a.active {
  border: 2px solid #ec6117;
  pointer-events: none;
}

.qa-wrap ul li a:hover {
  text-decoration: none;
}



.pull.open,
.st-str.open {
  display: block;
  animation: appear .5s ease;
}

.out.open {
  display: block;
}

.box {
  position: relative;
  width: 100px;
  background: transparent;
  text-align: center;
  color: #fff;
  margin: auto;
  padding-bottom: 10px;
}

.box:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  border-style: solid;
  border-color: #f4b183 transparent transparent transparent;
  border-width: 20px 40px 0 40px;
  z-index: 1;
  margin: auto;
}

.pull.open,
.st-str.open,
.out.open {
  display: block;
  animation: hideop 0.8s ease-in-out;
}

@keyframes hideop {
  0% {
    overflow: hidden;
    opacity: 0;
    display: none;
  }

  100% {
    overflow: visible;
    opacity: 1;
    height: auto;
  }
}

.out .cmp-accordion__header {
  background: #f4b183;
  padding: 0 20px !important;
  border: 2px solid #eb5505;
}

.out .cmp-au-com-accordion {
  border: none;
  box-shadow: none;
  background: #fff;
}

.out .cmp-au-com-accordion .cmp-accordion__item .cmp-accordion__panel::before {
  border-top: none;
}

.text-num{vertical-align: middle;display: inline-flex;align-items: center;}
.num {
	width: 30px;
	height: 30px;
	background: #eb5504;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	font-size: 1em;
	color: #FFF;
	font-weight: bold;
	margin-right: 10px;
	background-size: 30px;
	padding: 5px 10px;
}


.out .cmp-au-com-accordion .cmp-accordion__item .cmp-accordion__panel {
  border-bottom: 0;
  padding: 20px;
  text-align: initial;
  background: #fdeee6;
  border: 2px solid #eb5505;
  border-top: 0;
}

.out .cmp-au-com-accordion .cmp-accordion__item .cmp-accordion__panel::before {
  padding-bottom: 0;
}

#stp-a2-b .cmp-accordion__item .cmp-accordion__button {
  border-bottom: 0;
}

#stp-a2-b .cmp-accordion__header {
  border-top: 0;
}

@media screen and (max-width: 767px) {
  .st-str {
    margin-bottom: 80px;
  }
  .st-str.open:last-child {
 margin-bottom: 80px !important;
 padding-bottom: 10px;
}
  .out .cmp-au-com-accordion .cmp-accordion__item .cmp-accordion__panel {
      padding: 25px 20px;
      padding-top: 0;
  }

  .out .cmp-au-com-accordion .cmp-accordion__item .cmp-accordion__panel::before {
      padding-bottom: 20px;
  }
}

@media screen and (max-width: 286px) {
  .st-str {
      padding: 8px;
  }

  .qa-text {
      font-size: 12px;
      margin-bottom: 10px;
  }

  .qa-wrap ul li a {
      font-size: 10px;
      padding: 10px;
  }
}

/* step */

.cmp-stepBox-Body-inner {
	padding-bottom: 0 !important;
}
    .double div {
        padding: 0 20px;
    }

    .double {
        display: flex;
        align-items: center;
        margin-top: 30px;
        padding: 0 20px;
    }

    .arrow::before {
        content: "";
        width: 30px;
        height: 0;
        border-style: solid;
        display: block;
        border-style: solid;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-left: 26px solid #eb551d;
        border-right: 0;
        border-radius: 3px;
    }

    .double img {
        max-width: 100%;
    }

    .arrow {
        padding: 0 20px;
    }

    @media(max-width:767px) {
        .cmp-au-com-step .cmp-step-ctr .cmp-step-display .cmp-stepBox .cmp-stepBox-ctr .cmp-stepBox-cont {
            padding: 15px 0px;
        }

        .double {
            display: block;
            margin-top: 20px;
            padding: 0;
        }

        .arrow::before {
            display: inline-flex;
            align-items: center;
            border-style: solid;
            border-right: 45px solid transparent;
            border-left: 45px solid transparent;
            border-top: 20px solid #eb551d;
        }

        .double div {
            text-align: center;
            margin-bottom: 10px;
        }

        div.arrow {
            padding: 0;
            margin-top: 25px;
        }
    }