  #outageApp img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
#outageApp sup {
  vertical-align: top;
}
@media screen and (min-width: 769px) {
  #outageApp sup {
    font-size: 60%;
  }
}
#outageApp .c-sec1 {
  background-color: #eaf6fd;
  position: relative;
  padding: 20px 8%;
}
@media screen and (min-width: 769px) {
  #outageApp .c-sec1 {
    padding: 42px 66px 30px 34px;
  }
}
#outageApp .c-sec1::before {
  content: "";
  background-image: url(/library/td/images/outage-app/sec1_bg.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: bottom;
}
@media screen and (min-width: 769px) {
  #outageApp .c-sec1::before {
    background-position-y: 320px;
  }
}
#outageApp .c-sec1__conts {
  position: relative;
}
@media screen and (min-width: 769px) {
  #outageApp .c-sec1__conts {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
}
#outageApp .c-sec1__header {
  margin-bottom: 16px;
}
@media screen and (min-width: 769px) {
  #outageApp .c-sec1__header {
    margin-top: 80px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 769px) {
  #outageApp .c-sec1__desc {
    flex: 1;
  }
}
#outageApp .c-sec1 .c-mockUp {
  width: 40vw;
  max-width: 190px;
  margin: 20px auto 10px;
}
@media screen and (min-width: 769px) {
  #outageApp .c-sec1 .c-mockUp {
    width: 322px;
    max-width: 100%;
    margin: 0;
  }
}
#outageApp .c-list-disc {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 769px) {
  #outageApp .c-list-disc {
    padding: 0 0 0 20px;
  }
}
#outageApp .c-list-disc li {
  list-style-type: none;
  display: flex;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  #outageApp .c-list-disc li {
    line-height: 1.2;
    font-size: 220%;
  }
}
#outageApp .c-list-disc li:not(:last-child) {
  margin-bottom: 8px;
}
@media screen and (min-width: 769px) {
  #outageApp .c-list-disc li:not(:last-child) {
    margin-bottom: 15px;
  }
}
#outageApp .c-list-disc li::before {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  border-radius: 50%;
  margin-top: 2px;
  margin-right: 6px;
  background-color: #333;
  flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  #outageApp .c-list-disc li::before {
    width: 25px;
    height: 25px;
  }
}
#outageApp .c-list-disc--small {
  margin: 0;
  padding: 0;
}
#outageApp .c-list-disc--small li {
  list-style-type: none;
  display: flex;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  #outageApp .c-list-disc--small li {
    line-height: 1.2;
    font-size: 165%;
  }
}
#outageApp .c-list-disc--small li:not(:last-child) {
  margin-bottom: 8px;
}
@media screen and (min-width: 769px) {
  #outageApp .c-list-disc--small li:not(:last-child) {
    margin-bottom: 15px;
  }
}
#outageApp .c-list-disc--small li::before {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  border-radius: 50%;
  margin-top: 2px;
  margin-right: 4px;
  background-color: #333;
  flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  #outageApp .c-list-disc--small li::before {
    width: 20px;
    height: 20px;
  }
}
#outageApp .c-list-disc--small li p span {
  display: block;
}
#outageApp .c-moreInfo {
  text-align: center;
  position: relative;
}
@media screen and (min-width: 769px) {
  #outageApp .c-moreInfo {
    margin-top: -50px;
  }
}
#outageApp .c-moreInfo__inner {
  display: inline-block;
  cursor: pointer;
}
#outageApp .c-moreInfo__inner.is-active .c-moreInfo__arrow img {
  transform: rotate(-180deg);
}
#outageApp .c-moreInfo__txt {
  margin-bottom: 0.4em;
  width: 60px;
}
@media screen and (min-width: 769px) {
  #outageApp .c-moreInfo__txt {
    width: 75px;
  }
}
#outageApp .c-moreInfo__arrow {
  width: 30px;
  margin: 0 auto;
}
#outageApp .c-moreInfo__arrow img {
  transition: transform 0.3s;
}
@media screen and (min-width: 769px) {
  #outageApp .c-moreInfo__arrow {
    width: 38px;
  }
}
#outageApp .c-sec2 {
  display: none;
  padding: 0 0 30px;
}
@media screen and (min-width: 769px) {
  #outageApp .c-sec2 {
    width: min(92%, 920px);
    margin: 0 auto;
    padding: 46px 0;
  }
}
@media screen and (min-width: 769px) {
  #outageApp .c-sec2__conts {
    display: flex;
    align-items: center;
  }
}
#outageApp .c-sec2__conts:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  #outageApp .c-sec2__conts:not(:last-child) {
    margin-bottom: 40px;
  }
}
#outageApp .c-sec2__desc {
  background-color: #bbd4ef;
  border-radius: 8px;
  padding: 4%;
}
@media screen and (min-width: 769px) {
  #outageApp .c-sec2__desc {
    flex: 1;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -2px;
    padding: 40px 20px 40px 30px;
  }
}
#outageApp .c-sec2 .c-mockUp {
  width: 40vw;
  max-width: 190px;
  margin: 20px auto 10px;
}
@media screen and (min-width: 769px) {
  #outageApp .c-sec2 .c-mockUp {
    width: 262px;
    max-width: 100%;
    margin: 0;
  }
}
#outageApp .c-font-small {
  font-size: 80%;
}
@media screen and (min-width: 769px) {
  #outageApp .c-font-small {
    font-size: 60%;
  }
}
@media screen and (max-width: 768px) {
  #outageApp .c-dn-md-max {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  #outageApp .c-dn-md-min {
    display: none;
  }
}
#outageApp .c-return {
  display: flex;
  justify-content: center;
  align-items: center;
}
#outageApp .c-return__txt {
  text-decoration: none;
  color: currentColor;
  font-weight: bold;
  padding-right: 0.3em;
}
@media screen and (min-width: 769px) {
  #outageApp .c-return__txt {
    padding-right: 0.6em;
    font-size: 120%;
  }
}
#outageApp .c-return__icon {
  padding-left: 0.3em;
  width: 40px;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  #outageApp .c-return__icon {
    padding-left: 0.6em;
    width: 50px;
  }
}
#outageApp .c-ol-round {
  position: relative;
  margin: 0;
  padding: 0;
}
#outageApp .c-ol-round li {
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding-left: 1.25em;
}
@media screen and (min-width: 769px) {
  #outageApp .c-ol-round li {
    padding-left: 2em;
  }
}
#outageApp .c-ol-round li span {
  position: absolute;
  left: 0;
  margin: 0;
}
@media (hover: hover) {
  #outageApp .c-tel {
    pointer-events: none;
  }
}
#outageApp .c-mt20 {
  margin-top: 20px !important;
}
#outageApp .oa-mv {
  background-color: #2ea7e0;
}
#outageApp .oa-mv__inner {
  padding: 6.5% 6% 0;
}
#outageApp .oa-mv__header {
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
  #outageApp .oa-mv__header {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 769px) {
  #outageApp .oa-mv__body {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
  }
}
@media screen and (min-width: 769px) {
  #outageApp .oa-mv__desc {
    margin-right: 40px;
  }
}
#outageApp .oa-mv__imgWrapper {
  width: 50vw;
  max-width: 250px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  #outageApp .oa-mv__imgWrapper {
    width: 250px;
    height: 459px;
    margin: 0;
  }
}
#outageApp .oa-mv__txt {
  margin: 20px 0;
}
@media screen and (min-width: 769px) {
  #outageApp .oa-mv__txt {
    margin: 20px 0 54px;
  }
}
#outageApp .oa-mv__ttl {
  text-align: center;
  background-color: #0073bd;
  display: grid;
  place-content: center;
  border-radius: 8px;
  padding: 1em;
}
@media screen and (min-width: 769px) {
  #outageApp .oa-mv__ttl {
    width: 650px;
    height: 90px;
    padding: 0;
    border-radius: 15px;
  }
}
#outageApp .oa-mv__label {
  width: 20vw;
  max-width: 130px;
  height: 20vw;
  max-height: 130px;
  background-color: #fff100;
  display: grid;
  place-content: center;
  border-radius: 50%;
  margin-left: auto;
  margin-top: -8px;
  margin-right: 10px;
}
@media screen and (min-width: 769px) {
  #outageApp .oa-mv__label {
    width: 130px;
    height: 130px;
    margin-top: -12px;
    margin-right: 20px;
  }
}
#outageApp .oa-mv__label img {
  width: 14vw;
  max-width: 86px;
}
#outageApp .oa-mv__footer {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  #outageApp .oa-mv__footer {
    margin-top: -46px;
  }
}
#outageApp .oa-mv__bg {
  width: 128%;
  transform: translate(-12.5%, 5px);
}
@media screen and (min-width: 769px) {
  #outageApp .oa-mv__bg {
    width: 100%;
    transform: none;
  }
}
#outageApp .oa-mv__note {
  margin-bottom: 1em;
  text-align: center;
  background-color: #231815;
  color: #fff;
  padding: 0 1em 1em;
  text-align: left;
  font-size: 80%;
  position: relative;
}
@media screen and (min-width: 769px) {
  #outageApp .oa-mv__note {
    margin-top: -3em;
    padding: 0;
    text-align: center;
    font-size: 100%;
  }
}
#outageApp .oa-dl {
  margin: 0 auto;
  padding-bottom: 38px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #outageApp .oa-dl {
    width: min(92%, 992px);
    text-align: left;
    padding-top: 8px;
  }
}
#outageApp .oa-dl__header {
  display: inline-block;
  background-color: #0073bd;
  color: #fff;
  border-radius: 16px;
  font-weight: bold;
  font-size: 110%;
  padding: 0.2em 1em;
  transform: translate(0, 50%);
}
@media screen and (min-width: 769px) {
  #outageApp .oa-dl__header {
    display: grid;
    place-content: center;
    width: 435px;
    height: 40px;
    font-size: 160%;
    border-radius: 20px;
    transform: translate(20px, 50%);
    padding: 0;
  }
}
#outageApp .oa-dl__body {
  border: 5px solid #0073bd;
  border-radius: 20px;
  max-width: 460px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  #outageApp .oa-dl__body {
    max-width: 100%;
  }
}
#outageApp .oa-dl__conts {
  padding: 20px 10px 10px;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  #outageApp .oa-dl__conts {
    padding: 30px 60px 0;
    display: grid;
    grid-template-columns: repeat(3, auto);
    column-gap: 50px;
  }
}
#outageApp .oa-dl__contsItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#outageApp .oa-dl__contsItem:first-child {
  justify-content: center;
}
#outageApp .oa-dl__contsItem:nth-child(2) {
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  #outageApp .oa-dl__contsItem:nth-child(2) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  #outageApp .oa-dl__contsItem {
    justify-content: flex-start;
  }
}
#outageApp .oa-dl__icon {
  margin: 10px;
}
@media screen and (min-width: 769px) {
  #outageApp .oa-dl__icon {
    margin: 0;
  }
}
#outageApp .oa-dl__ttl {
  text-align: left;
  font-size: 80%;
  flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  #outageApp .oa-dl__ttl {
    font-size: 100%;
  }
}
#outageApp .oa-dl__btn {
  margin: 0 5px 0 10px;
}
@media screen and (min-width: 769px) {
  #outageApp .oa-dl__btn {
    margin: 0 24px 0 10px;
  }
}
#outageApp .oa-dl__qr {
  min-width: 70px;
}
#outageApp .oa-dl__note {
  font-size: 73%;
  line-height: 1.2;
  padding: 4px 10px 10px;
  text-align: left;
}
@media screen and (min-width: 769px) {
  #outageApp .oa-dl__note {
    text-align: right;
  }
}
#outageApp .oa-push__header {
  max-width: 483.2px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  #outageApp .oa-push__header {
    max-width: 604px;
    margin-left: 0;
  }
}
#outageApp .oa-map__header {
  max-width: 507.2px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  #outageApp .oa-map__header {
    max-width: 634px;
    margin-left: 0;
  }
}
#outageApp .oa-map__desc {
  display: flex;
  flex-direction: column;
}
#outageApp .oa-map__list {
  margin-top: auto;
}
@media screen and (min-width: 769px) {
  #outageApp .oa-map__list {
    margin-bottom: 80px;
  }
}
#outageApp .oa-map__infoItem--1 {
  align-items: flex-start;
}
@media screen and (min-width: 769px) {
  #outageApp .oa-map__infoItem--1 .oa-map__infoDesc {
    margin-top: 40px;
  }
}
#outageApp .oa-map__infoImg {
  position: relative;
}
#outageApp .oa-map__infoImg--1-2 {
  position: absolute;
  left: 100%;
  bottom: 20px;
  transform: translateX(-35px);
  width: 33vw;
}
@media screen and (min-width: 769px) {
  #outageApp .oa-map__infoImg--1-2 {
    bottom: 40px;
    width: 258px;
  }
}
#outageApp .oa-chat__header {
  max-width: 483.2px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  #outageApp .oa-chat__header {
    max-width: 604px;
    margin-left: 0;
  }
}
#outageApp .oa-chat__desc {
  display: flex;
  flex-direction: column;
}
#outageApp .oa-chat__list {
  margin-top: auto;
}
@media screen and (min-width: 769px) {
  #outageApp .oa-chat__list {
    margin-bottom: 80px;
  }
}
#outageApp .oa-access__header {
  max-width: 456px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  #outageApp .oa-access__header {
    max-width: 570px;
    margin-left: 0;
  }
}
#outageApp .oa-access__usefulWrapper {
  display: inline-block;
}
@media screen and (min-width: 769px) {
  #outageApp .oa-access__useful {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 640px;
    margin-bottom: 20px;
  }
}
#outageApp .oa-access__usefulItem {
  padding: 6px;
  width: 90%;
  max-width: 307px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  #outageApp .oa-access__usefulItem {
    width: 100%;
  }
}
#outageApp .oa-access__usefulItem:last-child {
  text-align: center;
  padding-top: 10px;
}
@media screen and (min-width: 769px) {
  #outageApp .oa-access__usefulItem:last-child {
    width: 100%;
  }
}
#outageApp .oa-access__usefulTtl {
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  #outageApp .oa-access__usefulTtl {
    font-size: 120%;
    line-height: 1.2;
  }
}
#outageApp .oa-access__usefulTxt {
  font-size: 85%;
}
#outageApp .oa-access__usefulImg {
  margin-bottom: 5px;
}
#outageApp .oa-access__usefulImg--border {
  border: 1px solid;
  display: inline-block;
  padding: 5px;
}
#outageApp .oa-access__usefulImg--border img {
  border: 1px solid;
}
#outageApp .oa-access__list {
  padding-left: 0;
  position: relative;
}
#outageApp .oa-access__sec1 {
  padding-bottom: 30px;
}
@media screen and (min-width: 769px) {
  #outageApp .oa-access__sec1 {
    padding-bottom: 50px;
  }
}
#outageApp .oa-footer {
  text-align: center;
  padding: 40px 0 0;
}
#outageApp .oa-footer__inner {
  display: inline-block;
}
#outageApp .oa-footer__linkList {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 15px;
  margin: 0 0 40px;
  padding: 0;
}
@media screen and (min-width: 769px) {
  #outageApp .oa-footer__linkList {
    column-gap: 40px;
    margin: 0 0 55px;
  }
}
#outageApp .oa-footer__linkItem {
  list-style-type: none;
}
#outageApp .oa-footer__link {
  background-color: #0073bd;
  color: #fff;
  display: grid;
  place-content: center;
  text-decoration: none;
  border-radius: 20px;
  padding: 0.6em 0.8em;
}
@media screen and (min-width: 769px) {
  #outageApp .oa-footer__link {
    width: 260px;
    height: 38px;
    font-size: 120%;
    padding: 0;
  }
}
#outageApp .oa-faq__header {
  background-color: #231815;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  font-size: 130%;
  padding: 0.5em;
}
@media screen and (min-width: 769px) {
  #outageApp .oa-faq__header {
    height: 48px;
    line-height: 48px;
    letter-spacing: 0.1em;
    font-size: 180%;
    padding: 0;
  }
}
@media screen and (min-width: 769px) {
  #outageApp .oa-faq__header span {
    padding-left: 1em;
  }
}
#outageApp .oa-faq__body {
  background-color: #e4e865;
  padding: 0 4% 40px;
}
@media screen and (min-width: 769px) {
  #outageApp .oa-faq__body {
    padding: 0 55px 85px;
  }
}
#outageApp .oa-faq__ttl {
  text-align: center;
  padding: 20px 15% 30px;
  max-width: 280px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  #outageApp .oa-faq__ttl {
    padding: 20px 0 40px;
    max-width: 100%;
  }
}
#outageApp .oa-faq__sec {
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  #outageApp .oa-faq__sec {
    margin-bottom: 60px;
  }
}
#outageApp .oa-faq__secTtl {
  margin-bottom: 8px;
  font-size: 140%;
}
@media screen and (min-width: 769px) {
  #outageApp .oa-faq__secTtl {
    font-size: 200%;
    padding-left: 0.5em;
  }
}
#outageApp .oa-faq__listHead {
  position: relative;
  background-color: #fff;
  cursor: pointer;
  padding: 6px 30px 6px 40px;
  line-height: 1.4;
  user-select: none;
  transition: background-color 0.3s;
}
@media screen and (min-width: 769px) {
  #outageApp .oa-faq__listHead {
    padding: 6px 70px;
    font-size: 160%;
  }
}
@media (hover: hover) {
  #outageApp .oa-faq__listHead:hover {
    background-color: #f0f2b0;
  }
}
#outageApp .oa-faq__listHead::after {
  content: "";
  width: 10px;
  position: absolute;
  left: 10px;
  bottom: 0;
  background-color: #fff;
  transform: translateY(0);
  height: 30px;
  transition: transform 0.5s ease-out;
}
@media screen and (min-width: 769px) {
  #outageApp .oa-faq__listHead::after {
    left: 17px;
  }
}
#outageApp .oa-faq__listQ {
  position: absolute;
  background-color: #231815;
  width: 30px;
  height: 100%;
  left: 0;
  top: 0;
  display: grid;
  place-content: center;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  #outageApp .oa-faq__listQ {
    width: 44px;
  }
}
#outageApp .oa-faq__listPlus {
  position: absolute;
  right: 17px;
  top: 0;
  height: 100%;
}
@media screen and (min-width: 769px) {
  #outageApp .oa-faq__listPlus {
    right: 50px;
  }
}
#outageApp .oa-faq__listPlus::before, #outageApp .oa-faq__listPlus::after {
  content: "";
  background-color: #231815;
  display: block;
  position: absolute;
  width: 18px;
  height: 2px;
  bottom: 50%;
  right: 50%;
  transform: translate(50%, 50%);
  transition: 0.5s;
}
@media screen and (min-width: 769px) {
  #outageApp .oa-faq__listPlus::before, #outageApp .oa-faq__listPlus::after {
    width: 24px;
  }
}
#outageApp .oa-faq__listPlus::before {
  width: 2px;
  height: 18px;
}
@media screen and (min-width: 769px) {
  #outageApp .oa-faq__listPlus::before {
    height: 24px;
  }
}
#outageApp .oa-faq__listA {
  width: 30px;
  text-align: center;
  display: block;
  padding-top: 10px;
}
@media screen and (min-width: 769px) {
  #outageApp .oa-faq__listA {
    position: absolute;
    left: 0;
    top: 0;
    width: 44px;
    height: 44px;
  }
}
#outageApp .oa-faq__listBody {
  position: relative;
  background-color: #fff;
  margin-top: 16px;
  display: none;
}
@media screen and (min-width: 769px) {
  #outageApp .oa-faq__listBody {
    margin-top: 22px;
  }
}
#outageApp .oa-faq__listItem:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  #outageApp .oa-faq__listItem:not(:last-child) {
    margin-bottom: 40px;
  }
}
#outageApp .oa-faq__listInner {
  padding: 10px;
  max-width: 880px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  #outageApp .oa-faq__listInner {
    font-size: 112%;
  }
}
#outageApp .oa-faq__listInner ul {
  margin: 0;
  padding: 0 0 0 30px;
}
#outageApp .oa-faq__listInner a {
  text-decoration: none;
  color: currentColor;
}
#outageApp .oa-faq__listTxt:not(:first-of-type) {
  margin-top: 8px;
}
@media screen and (min-width: 769px) {
  #outageApp .oa-faq__listContact {
    display: flex;
  }
}
#outageApp .js-toggleHead.is-selected {
  background-color: #f0f2b0;
}
#outageApp .js-toggleHead.is-selected::after {
  transform: translateY(100%);
}
#outageApp .js-toggleHead.is-selected .oa-faq__listPlus::before {
  transform: translate(50%, 50%) rotate(90deg);
}
#outageApp .oa-terms {
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  #outageApp .oa-terms {
    max-width: 880px;
    margin: 0 auto 30px;
    font-size: 110%;
  }
}
#outageApp .oa-terms__header {
  text-align: center;
  line-height: 1.2;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  #outageApp .oa-terms__header {
    font-size: 260%;
  }
}
#outageApp .oa-terms__ttl {
  line-height: 1.2;
  margin-bottom: 6px;
  font-size: 120%;
}
@media screen and (min-width: 769px) {
  #outageApp .oa-terms__ttl {
    font-size: 200%;
    margin-bottom: 10px;
  }
}
#outageApp .oa-terms__ttl:not(:first-of-type) {
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  #outageApp .oa-terms__lead {
    padding-left: 3.3em;
  }
}
#outageApp .oa-terms__txt {
  padding-left: 2.5em;
}
@media screen and (min-width: 769px) {
  #outageApp .oa-terms__txt {
    padding-left: 5.5em;
  }
}
#outageApp .oa-terms__ol {
  position: relative;
  margin: 0;
  padding: 0;
}
#outageApp .oa-terms__ol li {
  list-style-position: outside;
  margin: 0;
  margin-left: 1.7em;
  padding-left: 0.8em;
}
@media screen and (min-width: 769px) {
  #outageApp .oa-terms__ol li {
    margin-left: 4.7em;
  }
}
#outageApp .oa-terms__ol-b {
  position: relative;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 769px) {
  #outageApp .oa-terms__ol-b {
    margin-left: 3em;
  }
}
#outageApp .oa-terms__ol-b li {
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding-left: 2.5em;
}
#outageApp .oa-terms__ol-b li span {
  position: absolute;
  left: 0;
  margin: 0;
}
#outageApp .oa-terms ~ .c-return {
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  #outageApp .oa-terms ~ .c-return {
    margin-bottom: 50px;
  }
}