@charset "UTF-8";
/*=================================
+-----+// common
===================================*/
main {
  background-image: none;
}

.secInner {
  max-width: 1024px;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}
.secInner.-wide {
  max-width: 1224px;
}
@media screen and (min-width: 769px) {
  .secInner {
    padding-right: 12px;
    padding-left: 12px;
  }
}

.mainContents {
  letter-spacing: 0.06em;
  font-size: 1.6rem;
}
.mainContents h1:not([class]), .mainContents h2:not([class]), .mainContents h3:not([class]), .mainContents h4:not([class]), .mainContents h5:not([class]), .mainContents h6:not([class]), .mainContents p:not([class]), .mainContents li:not([class]), .mainContents dt:not([class]), .mainContents dd:not([class]), .mainContents form:not([class]), .mainContents pre:not([class]), .mainContents td:not([class]), .mainContents th:not([class]), .mainContents label:not([class]), .mainContents div:not([class]), .mainContents figure:not([class]), .mainContents figcaption:not([class]) {
  color: inherit;
  font-size: inherit;
}
.mainContents a {
  overflow: inherit;
}
.mainContents * {
  box-sizing: border-box;
}
.mainContents *::before, .mainContents *::after {
  box-sizing: border-box;
}

.bgBox {
  padding: 16px 5.1282051282vw;
  border-radius: 14px;
  background: #fffcf4;
}
@media screen and (min-width: 769px) {
  .bgBox {
    padding: 16px 20px;
  }
}
.bgBox_title {
  margin-bottom: 15px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #3c3c3c;
}
.bgBox .moreLink {
  margin-top: 6px;
}
@media screen and (min-width: 769px) {
  .bgBox .moreLink {
    margin-top: 0;
  }
}

.guideText {
  font-size: 1.2rem;
  font-weight: 500;
  color: #6f6f6f;
}
.guideText.-center {
  text-align: center;
}

.textPrimary {
  color: #eb5402;
}

.textNotes {
  line-height: 1.5;
  font-size: 1rem;
  color: rgba(111, 111, 111, 0.8);
}

.textLink {
  text-decoration: underline;
  color: #eb5402;
}
.textLink:hover {
  text-decoration: none;
}

/*=================================
+-----+// pageHeader
===================================*/
.pageHeader .secInner {
  padding-bottom: 0;
}
.pageHeader_area {
  display: flex;
  justify-content: center;
  margin-bottom: 22px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.pageHeader_area > span {
  display: inline-block;
  padding: 3px 27px 4px;
  border: 2px solid;
  border-radius: 6px;
}
.area-1 .pageHeader_area > span {
  border-color: rgba(53, 100, 157, 0.34);
  color: #35649d;
}
.area-2 .pageHeader_area > span {
  border-color: rgba(57, 148, 173, 0.34);
  color: #3994ad;
}
.area-3 .pageHeader_area > span {
  border-color: rgba(85, 180, 169, 0.34);
  color: #55b4a9;
}
.area-4 .pageHeader_area > span {
  border-color: rgba(167, 175, 53, 0.34);
  color: #a7af35;
}
.area-6 .pageHeader_area > span {
  border-color: rgba(199, 152, 40, 0.34);
  color: #c79828;
}
.area-5 .pageHeader_area > span {
  border-color: rgba(73, 144, 63, 0.34);
  color: #49903f;
}
.area-7 .pageHeader_area > span {
  border-color: rgba(199, 98, 22, 0.34);
  color: #c76216;
}
.area-8 .pageHeader_area > span {
  border-color: rgba(195, 95, 80, 0.34);
  color: #c35f50;
}
.area-9 .pageHeader_area > span {
  border-color: rgba(195, 81, 69, 0.34);
  color: #c35145;
}
.area-0 .pageHeader_area > span {
  border-color: rgba(141, 106, 235, 0.34);
  color: #8d6aeb;
}
.pageHeader_title {
  margin-bottom: 31px;
  text-align: center;
  line-height: 1.2272727273;
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .pageHeader_title {
    margin-bottom: 34px;
    font-size: 2.6rem;
  }
}
.pageHeader_lead {
  margin-bottom: 28px;
  text-align: center;
  line-height: 1.5833333333;
  font-size: 1.2rem;
  font-weight: 500;
  color: #6f6f6f;
}
@media screen and (min-width: 769px) {
  .pageHeader_lead {
    margin-bottom: 34px;
    line-height: 1.7142857143;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  .pageHeader_box {
    text-align: center;
  }
}
.pageHeader_banner {
  margin-top: 30px;
  text-align: center;
}
.pageHeader_banner a {
  display: inline-block;
}
.pageHeader_banner a img {
  height: auto;
}

/*=================================
+-----+// faqBox
===================================*/
.faqBox {
  position: relative;
  max-width: 765px;
  margin-top: 9.7435897436vw;
  padding-top: 33.3333333333vw;
  background-image: url(https://www.au.com/denki/assets/img/common/bg_faqbox_sp.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 93.8461538462vw auto;
}
@media screen and (min-width: 769px) {
  .faqBox {
    margin-top: 75px;
    padding-top: 130px;
    background-size: 100% auto;
    background-image: url(https://www.au.com/denki/assets/img/common/bg_faqbox.svg);
  }
}
.faqBox_img {
  position: absolute;
  top: -9.7435897436vw;
  left: 50%;
  width: 39.2307692308vw;
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .faqBox_img {
    top: -75px;
    width: 231px;
  }
}
.faqBox_img img {
  display: block;
  width: 100%;
  height: auto;
}
.faqBox_link {
  margin-top: 26px;
}
.faqBox_link .btn {
  max-width: 324px;
  margin: 0 auto;
}

/*=================================
+-----+// btn
===================================*/
.btn {
  display: flex;
  position: relative;
  align-items: center;
  padding: 16px;
  border-radius: 13px;
  line-height: 1.3333333333;
  font-size: 1.5rem;
  font-weight: 700;
  cursor: pointer;
}
.btn::before {
  display: block;
  position: absolute;
  top: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
}
.btn:disabled, .btn.is-disabled {
  background-color: #aaa !important;
}
.btn.-submit {
  text-align: center;
}
.btn.-entry {
  padding: 20px;
  background: #eb5402;
  color: #fff;
  font-size: 2rem;
}
.btn.-entry::before {
  content: none;
}
.btn.-link {
  background: #fff;
  color: #eb5402;
}
.btn.-link::before {
  right: 17px;
  width: 18px;
  height: 14px;
  margin-top: -7px;
  background-image: url(https://www.au.com/denki/assets/img/common/icon_arrow_next.svg);
  background-size: 18px 14px;
}
.btn.-colored {
  background: rgba(247, 212, 147, 0.27);
}
.btn.-primary {
  background: #eb5402;
  color: #fff;
}
.btn.-primary::before {
  background-image: url(https://www.au.com/denki/assets/img/common/icon_arrow_next_white.svg);
}
.btn.-download {
  justify-content: center;
  background: #fff;
  color: #eb5402;
  text-align: center;
}
.btn.-download::before {
  right: 19px;
  width: 14px;
  height: 18px;
  margin-top: -9px;
  background-image: url(https://www.au.com/denki/assets/img/common/icon_download.svg);
  background-size: 14px 18px;
}

button.btn {
  display: block;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.eg-btn-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 -7px 3px;
  padding: 0;
}
.eg-btn-list-item {
  width: 50%;
  margin-bottom: 13px;
  padding: 0 7px;
}

.iconLink {
  display: inline-flex;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 500;
}
.iconLink_icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 5px;
}
.iconHeading {
  position: relative;
  margin-bottom: 20px;
  padding: 3px 0 3px 21px;
}
.iconHeading::before, .iconHeading::after {
  position: absolute;
  top: 0;
  display: block;
  width: 4px;
  height: 100%;
  border-radius: 2px;
  content: "";
}
.iconHeading::before {
  left: 0;
  background: #f15c2a;
}
.iconHeading::after {
  left: 4px;
  background: linear-gradient(#fff68e 0%, #ffd217 100%);
}
.iconHeading_inner {
  display: block;
  line-height: 1.1666666667;
  font-size: 1.8rem;
  font-weight: 700;
  color: #3c3c3c;
}
.iconHeading_inner small {
  font-size: 1.3rem;
}
@media screen and (min-width: 769px) {
  .iconHeading_inner {
    font-size: 2.2rem;
  }
}
.iconHeading_shoulder {
  display: block;
  line-height: 1.3076923077;
  font-size: 1.3rem;
  font-weight: 700;
  color: #eb5402;
}

.subHeading {
  margin-bottom: 8px;
  color: #eb5402;
  font-size: 1.4rem;
  font-weight: 700;
}

.alertBox {
  padding: 15px 5.1282051282vw;
  border-radius: 8px;
  background: #ffe5e5;
}
@media screen and (min-width: 769px) {
  .alertBox {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.alertBox_inner {
  position: relative;
  padding-left: 37px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #d92323;
}
.alertBox_inner::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background-image: url(https://www.au.com/denki/assets/img/common/icon_alert.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
}
.alertBox .moreLink {
  margin-top: 6px;
}
.alertBox .moreLink a {
  color: #d92323;
}

.sectionGrid {
  display: grid;
}
.sectionGrid .text {
  line-height: 1.6666666667;
  font-size: 1.2rem;
  font-weight: 500;
  color: #3c3c3c;
}
.sectionGrid .notes {
  line-height: 1.5;
  font-size: 1rem;
  color: rgba(111, 111, 111, 0.8);
}

.contactBox {
  margin: 1em 0;
}
.contactBox img {
  display: block;
  max-width: 366px;
}

.moreLink {
  display: inline-block;
}
.moreLink a {
  text-decoration: underline;
  color: #eb5402;
}
.moreLink a:hover {
  text-decoration: none;
}

.notesList > li {
  position: relative;
  padding-left: 2em;
}
.notesList > li:not(:first-child) {
  margin-top: 5px;
}
.notesList > li::before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}
.notesList.-order {
  counter-reset: order;
}
.notesList.-order > li {
  counter-increment: order;
}
.notesList.-order > li::before {
  content: "※" counter(order);
}

.dotList > li {
  position: relative;
  padding-left: 2em;
}
.dotList > li:not(:first-child) {
  margin-top: 5px;
}
.dotList > li::before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  text-align: center;
  content: "·";
}

.textSup {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  transform: scale(0.7);
  transform-origin: left center;
}
@media screen and (min-width: 769px) {
  .textSup {
    transform: scale(0.9);
  }
}

.secFaq .secInner {
  padding-top: 78px;
  padding-bottom: 45px;
}
@media screen and (min-width: 769px) {
  .secFaq .secInner {
    padding-top: 168px;
    padding-bottom: 120px;
  }
}
.secFaq .faqBox {
  margin: 0 auto;
}

/*=================================
+-----+// articleList
===================================*/
.articleList {
  display: grid;
  gap: 24px 18px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.articleCard {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: currentColor;
  transition: opacity 0.3s ease;
}
.articleCard:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .articleCard:hover {
    opacity: 0.6;
    text-decoration: none;
  }
}
.articleCard_thumbnail {
  overflow: hidden;
  border-radius: 16px 16px 0 0;
}
.articleCard_thumbnail img {
  max-width: 100%;
}
.articleCard_body {
  display: grid;
  grid-template-rows: 1fr auto;
  row-gap: 18px;
  flex: 1;
  padding: 20px 20px 18px;
  background: #fff;
  border-radius: 0 0 16px 16px;
}
.articleCard_title {
  grid-row: 1/2;
  grid-column: 1/3;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.articleCard_category {
  grid-row: 2/3;
  grid-column: 1/2;
  color: #eb5402;
  font-size: 1.2rem;
  font-weight: 500;
}
.articleCard_date {
  grid-row: 2/3;
  grid-column: 2/3;
  justify-self: end;
  font-size: 1.2rem;
  color: rgba(111, 111, 111, 0.8);
}