@charset "UTF-8";
#jsi-header, #jsi-drawer-navigation-open-btn, #jsi-drawer-account-inner, .sidecontArea, #jsi-drawer-account {
  display: none; }

#jsi-drawer-account-wrap {
  display: none !important; }

/*===========================================追加記述⇓===================================*/

  .arrow-label{
    padding: 10px;
    background-color: #eb5505;
    color: #ffffff;
    position: relative;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .arrow-label::after{
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -20px;
    left: calc(50% - 20px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #eb5505 transparent transparent transparent;
  }
  .problem-answer__title {
    font-size: 20px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .bg-light-pink{
    background-color: #ffceb6;
  }
  .number-icon {
    width: 75px;
    padding-right: 5px;
  }
  @media (max-width: 544px) {
    .number-icon{
      width: 60px;
    }
  }



/*===========================================切り替え系⇓===================================*/
/* =====================ログインなし=====================*/
/* .headerPopup .popupCorpLogo{
	text-align:center;
}
.login_Btn{
	display: none !important;
}
.logout_Btn{
	display: none !important;
}
#maincontArea{
	border-top: 1px solid #d1d1d1;width:100%;overflow-x:hidden;
} */
/* =====================ログインあり===================== */
@media (min-width: 1200px) {
  #maincontArea {
    padding-left: 0px !important; } }
#maincontArea {
  border-top: 1px solid #d1d1d1;
  width: 100%;
  overflow-x: hidden; }

@media (min-width: 768px) {
  #maincontArea[style*="bottom"] .footerElem {
    padding-left: 0px !important; } }
@media (min-width: 768px) and (max-width: 1199px) {
  #maincontArea[style*="bottom"] .footerElem {
    padding-left: 0; } }
.headerLoginDisp-logoutBtn {
  position: relative;
  line-height: 42px;
  padding: 0 1em;
  background: #494949 !important;
  color: #fff !important; }
  .headerLoginDisp-logoutBtn:hover {
    color: #fff !important; }

.headerLoginDisp-logoutBtne:active {
  color: #fff !important; }

.headerLoginDisp-logoutBtn:focus, .headerLoginDisp-logoutBtn:visited {
  color: #fff !important; }

@media (min-width: 767px) {
  .login_Btn, .logout_Btn {
    float: right;
    padding: 10px 5px 14px 0 !important; }

  .headerPopup .popupCorpLogo {
    float: left;
    padding: 18px 14px !important; } }
@media (max-width: 767px) {
  .headerPopup .popupCorpLogo {
    padding: 7px 14px !important; } }
@media screen and (min-width: 980px) and (max-width: 1199px) {
  .headerLoginDisp {
    display: none !important; }
    .headerLoginDisp.isMove {
      position: absolute; }
    .headerLoginDisp.isHide {
      display: none; } }
@media (max-width: 767px) {
  .text-SP-center {
    text-align: center; }

  .login_Btn, .logout_Btn {
    float: right;
    margin-top: -43px; } }
@media (max-width: 979px) {
  #contentsWrapper.homeTemplate {
    padding-top: 0px !important; } }
@media screen and (min-width: 980px) and (max-width: 1199px) {
  #contentsWrapper.homeTemplate {
    padding-top: 0px !important; } }
@media (min-width: 1200px) {
  #contentsWrapper.homeTemplate {
    padding-top: 0px !important; } }
.footerSiteMap {
  padding-top: 10px !important; }

@media (min-width: 768px) {
  .footerSiteMap {
    padding-top: 10px !important; } }
#contentsWrap a {
  opacity: 1;
  transition-duration: .3s;
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s; }
  #contentsWrap a:hover {
    opacity: .6;
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s; }

@media screen and (max-width: 767px) and (min-width: 0px) {
  #contentsWrap #contentsWrapInner {
    background: #f19aa2 url(2002/images/bg-sp.png) repeat;
    overflow: hidden; }
  #contentsWrap .contentBoxInner {
    max-width: 980px;
    margin: 0 auto; } }

/* =====================ポイント数表示 (ログインありのみ)===================== */
.left {
  display: inline-block;
  width: 75%; }
  .left img {
    max-width: 40px !important; }

.right {
  float: right;
  text-align: right;
  width: 25%; }

.bgOrange {
  background-color: #eb5505;
  color: #fff;
  padding: 15px 10px 10px;
  clear: both; }

.bgOrange_only {
  background-color: #eb5505;
  color: #fff;
  clear: both; }

.bdrOrange {
  border: 1px solid #eb5505; }

.bdr {
  padding-bottom: 10px;
  border-bottom: 1px solid #eb5505; }
  .bdr img {
    padding: 0 5%; }

/*===========================================以下テンプレート記述⇓===================================*/
/*===========================================ヘッダー===================================*/
/* ヘッダー */
.headerLoginDisp-logoutBtn {
  position: relative;
  padding: 0 1em;
  background: #494949 !important;
  color: #fff !important; }
  .headerLoginDisp-logoutBtn:hover {
    color: #fff !important; }

.headerLoginDisp-logoutBtne:active {
  color: #fff !important; }

.headerLoginDisp-logoutBtn:focus, .headerLoginDisp-logoutBtn:visited {
  color: #fff !important; }

#contentsWrapper.homeTemplate {
  padding-top: 0; }

@media (min-width: 767px) {
  .login_Btn, .logout_Btn {
    float: right; } }
@media (max-width: 767px) {
  .login_Btn, .logout_Btn {
    float: right; } }
/*================================メインコンテンツ全体系====================================/

/* リンク */
a {
  text-decoration: none;
  outline: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  background-color: transparent; }
  a:active, a:focus, a:visited {
    text-decoration: none; }
  a:active, a:focus, a:visited {
    outline: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

.imgElem:hover {
  opacity: 0.3;
  cursor: pointer;
  touch-action: manipulation; }

/* コンテンツ内幅 */
.contArea_in {
  padding: 0 3%;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 980px) {
  #contentsWrapper .contArea {
    max-width: 980px;
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1200px) {
  #maincontArea {
    padding-left: 0px; } }
/*ポイント表示エリア*/
#pointShow p span {
  font-size: 24px; }
  @media (max-width: 544px) {
    #pointShow p span {
      font-size: 22px; } }

/* レイアウト 画像等幅 */
.text-center {
  text-align: center; }

.img-inner, .margin-auto {
  margin-left: auto;
  margin-right: auto; }

.max-width350 {
  max-width: 350px; }

.max-width400 {
  max-width: 400px; }

.max-width450 {
  max-width: 450px; }

.max-width500 {
  max-width: 500px; }

.max-width550 {
  max-width: 550px; }

.max-width600 {
  max-width: 600px; }

.max-width650 {
  max-width: 650px; }

.max-width700 {
  max-width: 700px; }

.max-width750 {
  max-width: 750px; }

.max-width800 {
  max-width: 800px; }

.max-width850 {
  max-width: 850px; }

.max-width30 {
  max-width: 30%; }

.max-width35 {
  max-width: 35%; }

.max-width40 {
  max-width: 40%; }

.max-width45 {
  max-width: 45%; }

.max-width50 {
  max-width: 50%; }

.max-width55 {
  max-width: 55%; }

.max-width60 {
  max-width: 60%; }

.max-width65 {
  max-width: 65%; }

.max-width70 {
  max-width: 70%; }

.max-width75 {
  max-width: 75%; }

.max-width80 {
  max-width: 80%; }

.max-width85 {
  max-width: 85%; }

.max-width90 {
  max-width: 90%; }

.max-width95 {
  max-width: 95%; }

.w10 {
  width: 10% !important; }

.w20 {
  width: 20% !important; }

.w30 {
  width: 30% !important; }

.w40 {
  width: 40% !important; }

.w50 {
  width: 50% !important; }

.w60 {
  width: 60% !important; }

.w70 {
  width: 70% !important; }

.w80 {
  width: 80% !important; }

.w90 {
  width: 90% !important; }

.w100 {
  width: 100% !important; }

@media (max-width: 544px) {
  .text-SP-center {
    text-align: center; }
  .text-SP-left {
    text-align: center; } }

@media (max-width: 544px) {
  .w10_sp {
    width: 10% !important; }

  .w20_sp {
    width: 20% !important; }

  .w30_sp {
    width: 30% !important; }

  .w40_sp {
    width: 40% !important; }

  .w50_sp {
    width: 50% !important; }

  .w60_sp {
    width: 60% !important; }

  .w70_sp {
    width: 70% !important; }

  .w80_sp {
    width: 80% !important; }

  .w90_sp {
    width: 90% !important; }

  .w100_sp {
    width: 100% !important; } }
/* PC・SP要素の出し分け用 */
.lp-util__for-sp {
  display: none; }

div#jsi-drawer-account-wrap, div.jsc-megaMenu-sideContent {
  display: none !important; }

@media (max-width: 544px) {
  .lp-util__for-sp {
    display: block; }

  .lp-util__for-pc {
    display: none; } }
/* 背景 */
.bgColor-auOrenge {
  background-color: #eb5505; }

/* 見出し */
body .information_wrap .lp_c-heading01 {
  background-color: #fdeee6; }
body .information_wrap a.line-heght-0 {
  line-height: 1.1; }

.lp_c-heading03 {
  border-bottom: 2px solid #ec5504; }

@media (max-width: 544px) {
  body .information_wrap h2 {
    font-size: 19px; } }
/* 文字サイズ */
body .information_wrap {
  font-size: 18px; }
  body .information_wrap h2 {
    font-size: 24px; }
  body .information_wrap h3, body .information_wrap .lp-cv-btn {
    font-size: 22px; }

@media (max-width: 544px) {
  body .information_wrap {
    font-size: 16px; }
    body .information_wrap h2 {
      font-size: 22px; }
    body .information_wrap h3 {
      font-size: 18px; }
    body .information_wrap .lp-cv-btn {
      font-size: 20px; } }
/*画像のサイズ上限*/
.information_wrap img {
  max-width: 100%; }

/*小テキスト*/
.txtS {
  font-size: 12px;
  padding: 10px; }

/* border */
.greyBdr {
  border: 1px solid #d1d1d1; }

.box-wrap-auOrange {
  border: solid 2px #eb5505; }

/* 角丸 */
.radius-10 {
  border-radius: 10px; }

.radius-20 {
  border-radius: 20px; }

.radius-30 {
  border-radius: 30px; }

.radius-40 {
  border-radius: 40px; }

.radius-50 {
  border-radius: 50px; }

/*グレーボックス*/
.greyBox {
  width: 75%;
  line-height: 1.6em;
  margin: 30px auto;
  padding: 50px;
  border-radius: 50px;
  background-color: #e5e5e5; }
  .greyBox ul {
    padding: 0; }
  .greyBox p:first-child {
    font-size: 20px;
    font-weight: bold; }

@media (max-width: 544px) {
  .greyBox {
    border-radius: 40px;
    margin: 30px 0;
    padding: 30px 5%;
    width: 100%; }
    .greyBox p:first-child {
      font-size: 18px; } }
/*文中　小アイコン画像*/
.txtimg {
  display: inline-block;
  margin: -0.3em 0.2em 0;
  height: 1.4em;
  max-height: 30px;
  width: auto;
  vertical-align: middle; }

/* 追従ボタン調整 */
body .information_wrap {
  margin-bottom: 0; }

/* 通常オレンジボタン */
.Btn {
  width: 480px;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 1.3em; }
  @media (max-width: 544px) {
    .Btn {
      width: 85%;
      padding-top: 10px;
      padding-bottom: 10px; } }

.sub-btn {
  display: inline-block;
  position: relative;
  color: #eb5505 !important;
  padding: 4px 15px;
  width: 390px;
  margin: 0 auto;
  font-size: 18px;
  border: 2px solid #eb5505;
  border-radius: 20px; }
  .sub-btn:active, .sub-btn:focus, .sub-btn:visited {
    color: #eb5505 !important; }
  @media (max-width: 544px) {
    .sub-btn {
      width: 275px;
      font-size: 16px; } }
  .sub-btn:hover {
    text-decoration: none;
    opacity: 0.6; }
  .sub-btn::after {
    content: "";
    display: inline-block;
    position: absolute;
    background-image: url(https://www.au.com/etc/designs/au-com/common/images/icon/icon_sprite.png);
    background-position: -79px -32px;
    width: 10px;
    height: 16px;
    background-size: 101px 93px;
    top: calc(50% - 8px);
    right: 4px;
    -webkit-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    -o-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7); }

/* 出し分けボタン */
.divideBtn {
  display: none; }
  @media (max-width: 544px) {
    .divideBtn {
      display: block;
      width: 85%;
      padding-top: 10px;
      padding-bottom: 10px;
      line-height: 1.3em; } }

/*virus-btn　（ウイルスバスター　リンク）*/
.virus-btn-ex {
  position: relative; }

.virus-btn {
  width: 480px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 2px solid #eb5505; }
  @media (max-width: 544px) {
    .virus-btn {
      width: 85%;
      line-height: 1.3em; } }
  .virus-btn:after {
    position: absolute;
    content: "";
    display: inline-block;
    right: 5%;
    top: 40%;
    width: 8px;
    height: 8px;
    border-top: 3px solid #eb5505;
    border-right: 3px solid #eb5505;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

/* 小アイコン　文字横 */
.text-icon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center; }
  .text-icon::before {
    content: "";
    display: inline-block;
    width: 50px;
    min-width: 50px;
    height: 48px;
    background: url(../../../common/image/aupay_logo.png) no-repeat 0 0/50px 48px;
    margin-right: 10px; }

.text-icon--02::before {
  width: 50px;
  min-width: 50px;
  height: 32px;
  background: url(../../../common/image/prepaid_card.png) no-repeat 0 0/50px 32px; }

.text-icon--03::before {
  width: 50px;
  min-width: 50px;
  height: 48px;
  background: url(../../../common/image/myau_logo.png) no-repeat 0 0/50px 48px; }

.text-icon--04::before {
  width: 50px;
  min-width: 50px;
  height: 48px;
  background: url(../../../common/image/myau_and_logo.png) no-repeat 0 0/50px 48px; }

.text-icon--05::before {
  width: 50px;
  min-width: 50px;
  height: 48px;
  background: url(../../../common/image/wowma_logo.png) no-repeat 0 0/50px 48px; }

.text-icon.sub-btn {
  text-align: left;
  height: 70px;
  font-weight: bold;
  width: 60%; }
  @media (max-width: 544px) {
    .text-icon.sub-btn {
      width: 90%; } }

/*注釈※*/
sup.txtSize-small {
  font-size: 10px; }

/* ios/Android */
.ios .tab-body#android {
  display: none; }
.ios .tab-body#ios {
  display: block; }

.android .tab-body#android {
  display: block; }
.android .tab-body#ios {
  display: none; }

#ios_cv01.none, #ios_cv02.none, #ios_cv03.none, #ios_cv04.none, #pc_cv01.none, #pc_cv02.none, #pc_cv03.none, #pc_cv04.none, #android_cv01.none, #android_cv02.none, #android_cv03.none, #android_cv04.none {
  display: none; }

/* 動画 */
.movie-contents {
  max-width: 980px; }

.movie-text {
  font-size: 18px;
  font-weight: bold; }

.movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden; }
  .movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.movie-border + .movie-border {
  border-top: 1px solid #dddddd; }

/*フローエリア*/
.flow-img-area {
  font-size: 0;
  margin: 20px auto; }
  .flow-img-area img {
    width: 100%; }
  .flow-img-area p {
    font-size: 16px; }

.flow-img-box {
  display: inline-block;
  border: 2px solid #eb5505;
  border-radius: 4px; }

.flow-img-arrow {
  text-align: center; }

/*プランボックスエリア　scene*/
.descArea {
  margin: 0 15px;
  margin-bottom: 40px; }

.scene01, .scene02 {
  text-align: center; }

.scene01 {
  border: 1px solid #000; }
  @media (max-width: 544px) {
    .scene01 {
      font-size: 1.0rem; } }

.scene02 {
  border: 1px solid #d1d1d1; }
  .scene02 .colorArea {
    background-color: #fdeee6; }

.scene02--border-orange {
  border: 1px solid #eb5504; }

.sceneArea .scene01 h2, .sceneArea .scene02 h2 {
  margin: auto;
  font-size: 28px;
  font-weight: bold;
  color: #F7681F; }
  @media (max-width: 544px) {
    .sceneArea .scene01 h2, .sceneArea .scene02 h2 {
      font-size: 24px; } }

@media (max-width: 544px) {
  .plan-text {
    width: 90%;
    margin: auto; } }
.colorArea {
  background-color: #fdeee6; }

.sceneArea {
  border: 1px solid #d1d1d1; }
  @media (max-width: 544px) {
    .sceneArea {
      font-size: 14px; } }

/* アコーディオン */
/* -------------------- link arrow -------------------- */
.icon:before, .header-alert > .inner > a:before, .icon-link-right:after, .btn i.arrow:before, .attention:before, .question:before, .column .title:before, .contents .article .box.accordion h2:after, .readmore > a:before, .footer-nav li:before, .readmore.more-btn-inline > p > a.more-inline:before {
  font-family: 'iconfont';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class*="icon-link-"] {
  display: inline-block;
  position: relative; }

.icon-link-left {
  padding-left: 1.7em; }
  .icon-link-left:before {
    content: "";
    display: inline-block;
    position: absolute;
    margin-top: 3px;
    margin-left: -1.1em;
    font-size: 1.3em;
    background-color: #eb5505;
    width: 18px;
    height: 18px;
    border-radius: 50%; }
  .icon-link-left:hover:before, .icon-link-left.touch:before {
    background-color: #0066AA; }
  .icon-link-left:after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 10px;
    width: 5px;
    height: 5px;
    top: 9px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); }
  .icon-link-left.arrow_b:after {
    /*left: 11px;
      border-top: none;
      border-bottom: 1px solid #fff;*/
    top: 10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.accordionElem .box-wrap-lightGray {
  border: none; }

.accordionElem .slider img {
  max-width: 500px; }
  @media (max-width: 544px) {
    .accordionElem .slider img {
      max-width: 90%; } }

/*テキストリンクアコーディオン*/
.box-gray {
  background-color: #f6f4f5;
  padding: 24px 16px; }

.balloon {
  position: relative;
  margin: 16px 0;
  padding: 12px 16px;
  line-height: 1.5;
  background-color: #ffeacd;
  border-color: #ffeacd;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }
  .balloon.top {
    margin-bottom: 0; }

.box-step {
  border: 1px solid #d1d1d1; }
  .box-step > .inner {
    padding: 24px 16px; }

.accordion-cont .inner {
  padding: 24px 16px 0; }
.accordion-cont > p {
  max-width: 786px;
  margin: 0 auto; }
  @media (max-width: 544px) {
    .accordion-cont > p {
      width: auto; } }

.balloon.right {
  float: none;
  width: auto;
  text-align: left; }
.balloon.top:before {
  content: "";
  position: absolute;
  top: -16px;
  left: 50%;
  margin-left: -6px;
  width: 10px;
  height: 10px;
  color: #ffeacd;
  border: 6px solid transparent;
  border-bottom: 10px solid #ffeacd;
  border-bottom-color: inherit; }
.balloon.top.right:before {
  left: auto;
  right: 25%; }

/*--------qa-area--------*/

  .qa-area .qa-area__question {
    color: #fff !important;
    background-color: #ed5504 !important;
  }
    .qa-area .qa-area__question::before {
      content: "";
      border-color: #eb5504 transparent transparent transparent;
    }
  .qa-area {
   background-color: #fff !important;
  }
  .qa-area__question + .qa-area__detail{
    margin-top: 26px;
  }

   /* テンプレート補正
      -------------------------------------------------- */

    .au-layoutcontainer {
      min-height: 0 !important;
    }

    .cmp-au-com-au-layoutcontainer__localnav__no {
      padding-top: 0px !important;
    }

    .footerPopup .lp-btn-wrap {
      padding-top: 0.7em;
      padding-bottom: 0.7em;
      background-color: #eb5505;
      background: rgba(235, 85, 0, 0.9);
    }

    .footerPopup .lp-btn-wrap-b {
      background-color: #059aeb;
      background: rgba(5, 154, 235, 0.9);
    }

    .footerPopup .lp-btn-wrap .btnElem {
      margin: 0 auto;
      width: 19em;
      padding: 0.5em;
      display: block;
      color: #eb5505;
      border: none;
    }

    .footerPopup .lp-btn-wrap-b .btnElem {
      color: #0066aa;
    }

    .footerPopup .cv-btn-flex-b {
      position: fixed;
      bottom: 0;
      width: 100%;
      z-index: 1;
      font-size: 1.3em;
    }

    .footerPopup .cv-btn-flex-b p {
      font-size: 0.7em;
    }

    .footerPopup .lp-btn-wrap .btn-icon-arrow-r:after {
      background-position: -79px -32px;
      width: 9px;
      height: 16px;
      background-size: 101px 93px;
      margin-top: -8px;
    }

    .footerPopup .lp-btn-wrap-b .btn-icon-arrow-r:after {
      background-position: -69px -32px;
      width: 9px;
      height: 16px;
      background-size: 101px 93px;
      margin-top: -8px;
    }

    .footerPopup .btn-basic.btnElem {
      color: #eb5505 !important;
    }

    .footerPopup .btn-basic.btnElem:hover,
    .footerPopup .btn-basic.btnElem:visited,
    .footerPopup .btn-basic.btnElem:active,
    .footerPopup .btn-basic.btnElem:focus {
      color: #eb5505 !important;
    }

    .footerPopup .text-icon::before {
      content: "";
      display: inline-block;
      width: 40px !important;
      min-width: 40px !important;
      height: 40px !important;
      margin-right: 0px !important;
      background-size: 40px 40px !important;
      position: absolute !important;
      left: 12px;
    }

    @media (max-width: 544px) {
      .cv-text-size {
        font-size: 0.6em;
      }

      .footerPopup .lp-btn-wrap .btnElem {
        width: 15em;
      }

      .footerPopup .cv-btn-flex-b {
        font-size: 1.3em;
      }

      .footerPopup .cv-btn-flex-b p {
        font-size: 0.6em;
      }
    }
  .au-layoutcontainer{
    overflow-x: hidden;
  }

  /* 画面端まで伸びる背景 */
  .full-window{
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .full-window__inner{
    max-width: 980px;
    margin: auto;
  }
  /* バックグラウンド共有クラス */
  .bg-light-orange{
    background-color: #fdeee6;
  }
  .bg-orange{
    background-color: #eb5504;
  }
  .bg-gray{
    background-color: #f3f3f3;
  }
  .bg-black{
    background-color: #000;
  }
  .bg-white{
    background-color: #fff;
  }
  .bg-yellow-stripe{
    background-color: #ff6;
    background-image:
      repeating-linear-gradient(-45deg, #fff, #fff 5px, transparent 0, transparent 9px);
  }
  /* フレックスエリア */

.information_wrap .cardImg {
      padding: 0 8%;
    }

    .flex-box .flex-box__left--card {
      width: 25% !important;
    }

    .information_wrap .greyBox {
      background-color: #f3f3f3;
      border-radius: 50px;
      margin: 30px auto;
      padding: 50px;
      width: 75%;
      line-height: 1.6em;
    }

    .information_wrap .greyBox p:first-child {
      font-size: 20px;
      font-weight: bold;
    }


    .information_wrap .flex-box {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }

    .flex-box .flex-box__right {
      width: 60%;
      text-align: left;
    }

    .flex-box .flex-box__left img {
      width: 100%;
      max-width: 100% !important;
    }

    .flex-box .flex-box__left {
      padding-right: 5%;
      width: 35%;
    }

    .flex-box__title {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -ms-align-items: center;
      align-items: center;
      font-weight: bold;
      color: #eb5505;
    }

    .flex-box__title-label {
      min-width: 90px;
      padding: 5px 10px;
      border-radius: 0 25px 25px 0;
      color: #fff;
      background-color: #eb5505;
      font-weight: normal;
      font-size: 14px;
      margin-right: 10px;
    }

    @media(max-width:544px) {
      .flex-box .greyBox {
        border-radius: 40px;
        margin: 30px 0;
        padding: 30px 5%;
        width: 100%;
      }

      .flex-box .greyBox p:first-child {
        font-size: 18px;
      }

      .flex-box {
        height: auto;
      }

      .flex-box--02 {
        flex-wrap: wrap;
      }

      .flex-box .flex-box__right {
        width: 58%;
        padding-bottom: 20px;
      }

      .flex-box--02 .flex-box__right {
        width: 100%;
        padding-bottom: 0;
      }

      .flex-box .flex-box__left {
        padding-right: 2%;
        width: 40%;
      }

      .flex-box--02 .flex-box__left {
        padding-right: 0;
        margin-bottom: 10px;
        width: 100% !important;
      }

      .flex-box .flex-box__left img {
        width: 100%;
      }

      .flex-box__title-label {
        word-break: keep-all;
      }

      .flex-box .flex-box__left--card {
        width: 40% !important;
      }
    }
    /* /フレックスエリア */




  .orange-lage-text{
    color: #eb5505;
    font-weight: bold;
    font-size: 22px;
  }

  .customer-problem{
    position: relative;
    margin-top: 80px;
    padding: 20px 15px 20px 140px;
    background-color: #eb5505;
    color: #ffffff;
    font-size: 22px;
  }

  @media (max-width:544px){
    .customer-problem{
      font-size: 18px;
      margin-top: 40px;
      padding: 15px 10px 15px 85px;
    }
    .customer-problem:nth-of-type(1){
      margin-top: 30px;
    }
  }

  .customer-problem__icon{
    position: absolute;
    width: 140px;
    bottom: 0;
    left:0px;
  }
  @media (max-width:544px){
    .customer-problem__icon{
    width: 110px;
    left: -15px;
    }
  }

  .problem-answer{
    margin-top: 10px;
    padding: 30px 15px;
    border-radius: 20px;
    background-color: #fff;
  }

  .problem-answer__catch-text{
    font-size: 22px;
    font-weight: bold;
    text-align: center;
  }

  @media(max-width:544px){
    .problem-answer__catch-text{
    font-size: 18px;
    }
  }

  .problem-answer__title{
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: bold;
  }

  .line-yellow{
    background: rgba(0,0,0,0)linear-gradient(transparent 60%,#ffff66 0%);
  }
  .accordion-label a:hover {
    color: #333 !important;
  }

  .plan-box-link{
    display: block;
    padding: 15px 15px 15px 10px;
    background: rgb(237,85,5);
    background: linear-gradient(180deg, rgba(237,85,5,1) 50%, rgba(255,97,0,1) 100%);
    color: #fff;
    text-align: center;
    font-weight: bold;
  }
  .plan-box-link:visited,
  .plan-box-link:hover,
  .plan-box-link:active{
    color: #fff;
  }
  .plan-box-link::before{
    content: "";
    display: inline-block;
    position: absolute;
    background-image: url(https://www.au.com/etc/designs/au-com/common/images/icon/icon_sprite.png);
    width: 6px;
    height: 10px;
    top: calc(50% - 5px);
    right: 8px;
    background-size: 101px 93px;
    background-position: -89px -70px !important;
}
  /*--------qa-area--------*/
.qa-area {
  width: 80%;
  border: 2px solid #eb5505;
  margin: auto; }
  @media (max-width: 544px) {
    .qa-area {
      width: 100%; } }
  .qa-area .qa-area__question {
    padding: 12px 10px;
    position: relative;
    background-color: #fff;
    text-align: center;
    color: #fff;
    background-color: #eb5505;
    font-size: 22px;
    font-weight: bold; }
    @media (max-width: 544px) {
      .qa-area .qa-area__question {
        font-size: 18px; } }
    .qa-area .qa-area__question::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 26px 35px 0 35px;
      border-color: #eb5505 transparent transparent transparent;
      left: calc(50% - 35px);
      bottom: -26px; }
  .qa-area .qa-area__answer {
    padding: 35px 10px 10px;
    text-align: center;
    background-color: #fff;
    color: #eb5505;
    font-size: 26px;
    font-weight: bold; }
    @media (max-width: 544px) {
      .qa-area .qa-area__answer {
        font-size: 20px; } }
  .qa-area .qa-area__detail {
    padding: 10px 20px 20px; }
    @media (max-width: 544px) {
      .qa-area .qa-area__detail {
        padding: 10px 10px 15px; } }
  .qa-area .qa-area__flex-area {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 544px) {
      .qa-area .qa-area__flex-area {
        flex-wrap: wrap; } }
  .qa-area--02 {
    border: 8px solid #e0f1f1;
    margin-top: 100px !important;
    position: relative;
    z-index: 10;
    border-top: none; }
    .qa-area--02 .qa-area__question {
      color: #333;
      background-color: #e0f1f1; }
      .qa-area--02 .qa-area__question::after {
        content: "";
        position: absolute;
        width: 400px;
        height: 200px;
        display: inline-block;
        background: url(../image/bg01.png) 0 0/400px 200px no-repeat;
        top: -70px;
        left: calc(50% - 200px);
        z-index: -10; }
      .qa-area--02 .qa-area__question::before {
        display: none; }
    .qa-area--02 .qa-area__detail {
      border: 2px solid #eb5505; }

@media (max-width: 544px) {
  .qa-area__arrow-icon {
    transform: rotate(90deg); } }


    /* 202011料金訴求追加分 */
    .btnElem.btnElem--3d{
    box-shadow: 0 7px 0px #b13e00;
    transition: 0.8s all;
  }
  .btnElem--3d:hover{
    box-shadow: 0 0px 0px #b13e00;
    margin: 7px 0 -7px 0;
    opacity: 1;
  }
  .merit-taitle{
    display: flex;
    align-items: center;
  }
  .merit-taitle__num{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100px;
    height: 80px;
    background-color: #ed5504;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    flex-wrap: wrap;
  }
  @media (max-width: 544px) {
    .merit-taitle__num{
      width: 75px;
      height: 70px;
    }
  }
  .merit-taitle__num span{
    width: 100%;
    font-size: 24px;
  }
  .merit-title__detail{
    margin-left: 10px;
    color:#ed5504;
    font-size: 20px;
    font-weight: bold;
  }

  .point-case-top{
    position: relative;
    margin: 15px auto 0;
    text-align: center;
    background-color: #fdeee6;
    font-size: 18px;
    padding: 6px 10px;
    color: #ed5504;
    font-weight: bold;
    margin-bottom: 30px;
  }
   .point-case-top::before{
    content: "";
    display: inline-block;
    position: absolute;
    width: 0;
height: 0;
border-style: solid;
border-width: 20px 20px 0 20px;
border-color: #fdeee6 transparent transparent transparent;
    bottom: -20px;
    left: calc(50% - 20px);
   }
  .point-case-area{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 80%;
    margin: auto;
  }
  @media (max-width: 544px) {
    .point-case-area{
      width: 100%;
    }
  }
  .point-case-box{
    width: 24%;
    padding: 10px;
    background-color: #fff2ab;
    text-align: center;
    border-radius: 25px;
    font-size: 14px;
    font-weight: bold;
  }
  @media (max-width: 544px) {
    .point-case-box{
      width: 49%;
      padding: 10px 5px;
    }
    .point-case-box:nth-of-type(n+3){
    margin-top: 10px;
  }
  }


/* .plan-price-area--------------------------------------- */

.plan-price-area {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-top: 10px; }
  .plan-price-area__text-01 {
    font-size: 16px; }
    @media (max-width: 544px) {
      .plan-price-area__text-01 {
        font-size: 12px; } }
  .plan-price-area__text-02 {
    font-size: 16px;
    display: inline-block; }
    @media (max-width: 544px) {
      .plan-price-area__text-02 {
        font-size: 12px; } }
  .plan-price-area__text-03 {
    font-size: 26px;
    display: block;
    text-align: left;
    line-height: 1.1; }
    @media (max-width: 544px) {
      .plan-price-area__text-03 {
        font-size: 20px; } }
  .plan-price-area__text-price {
    font-size: 54px;
    font-weight: bold; }
    @media (max-width: 544px) {
      .plan-price-area__text-price {
        font-size: 42px;
        text-align: left; } }
  .plan-price-area__text-box {
    display: inline-block;
    margin-left: 4px; }
  @media (max-width: 544px) {
    .plan-price-area--02 .plan-price-area__text-01 {
      margin-bottom: -10px; } }
  @media (max-width: 544px) {
    .plan-price-area--02 .plan-price-area__text-02 {
      font-size: 10px;
      line-height: 1.1; } }
  @media (max-width: 544px) {
    .plan-price-area--02 .plan-price-area__text-price {
      margin-bottom: -10px;
      display: block; } }
  .plan-price-area--02 .plan-price-area__text-box + .plan-price-area__text-box {
    text-align: left;
    margin-left: 8px; }

    .price-under-text {
  width: 90%;
  padding-bottom: 15px;
  font-size: 12px;
  text-align: center;
}


  .sub-btn{
    background-color: #fff !important;
  }


/* 透過省略エリア
      --------------------------------------------------- */

      .abridgement-area__contents.is-hide:before {
        position: absolute;
        z-index: 1;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(99%, #fff), to(white));
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 99%, #fff 100%);
      }

      .abridgement-area__contents {
        overflow: hidden;
        position: relative;
        padding-bottom: 60px;
      }

      .abridgement-area__contents.is-hide {
        height: 180px;
      }

      @media only screen and (max-width: 544px) {
        .abridgement-area__contents.is-hide {
          height: 140px;
        }
      }

      .abridgement-area__btn {
        position: absolute;
        z-index: 1;
        bottom: 0px;
        left: 50%;
        display: block;
        width: 270px;
        margin-left: -135px;
        padding: 5px;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
        border: 2px solid #eb5505;
        border-radius: 30px;
        background-color: #fff;
      }

      .abridgement-area__btn:hover {
        color: #fff;
        background-color: #eb5505;
      }

      .abridgement-area__btn:after {
        content: '閉じる';
      }

      .abridgement-area__btn--show:after {
        content: 'もっと見る' !important;
      }

/*===========================アンカー・float・スライダー・タブ=========================/

/* アンカーリンク */
.anc_link {
  display: block;
  max-width: 600px;
  margin: 0 auto;
  border: solid 2px #eb5505;
  border-radius: 10px;
  vertical-align: middle;
  font-size: 1.1em; }
  .anc_link img {
    width: 60px; }
  .anc_link a {
    display: flex;
    align-items: center;
    width: 97%;
    height: 100%;
    padding: 15px 20px; }

.img-top {
  position: relative;
  top: -1px; }

.anc_link a {
  color: #eb5505; }
  .anc_link a:active, .anc_link a:focus, .anc_link a:visited {
    color: #eb5505; }
.anc_link:hover {
  background-color: #fff;
  opacity: 0.5; }
.anc_link .link-goto::after {
  background-position: -53px -42px; }

.link-goto:after {
  position: absolute;
  top: 50%;
  right: 0;
  background-position: -20px -52px;
  width: 16px;
  height: 10px;
  background-size: 101px 93px; }

/*slick setting スライダー*/
.box-wrap-lightGray {
  border: solid 2px #f3f3f3; }

.slider, .slick-dots {
  padding: 0 20px; }

.slider img {
  margin-bottom: 5px;
  max-width: 320px; }
  @media (max-width: 544px) {
    .slider img {
      max-width: 90%; } }
.slider .txtimg {
  display: inline-block;
  margin-bottom: 0; }

#contentsWrapper .slick-prev:before, .slick-next:before {
  color: #000; }

.txtSize-flex {
  font-size: 1.4em; }
  @media (max-width: 544px) {
    .txtSize-flex {
      font-size: 1.2em; } }

/* タブ（例:1903d14) */
ol.tab-list, ul.tab-list {
  margin: 0;
  padding: 0; }

:root blockquote {
  margin: 0; }

li .tab-trigger {
  background-color: #f3f3f3;
  color: #eb5505;
  font-weight: bold;
  border-top: solid 1px #CECECE;
  border-left: solid 1px #CECECE;
  border-right: solid 1px #CECECE;
  border-bottom: solid 1px #CECECE;
  border-radius: 10px 10px 0px 0px;
  position: relative;
  top: 1px; }
  li .tab-trigger.active {
    background-color: #fff;
    position: relative;
    top: 1px;
    border-bottom: none; }

.tab-body.active {
  border-top: solid 1px #CECECE; }

@media (max-width: 980px) {
  .tab-body.active {
    margin: 0px 5px 5px 5px; } }
.tab-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end; }
  .tab-list li {
    width: 50%;
    padding-left: 2%;
    padding-right: 2%; }
  .tab-list .tab-trigger {
    cursor: pointer;
    padding: 1em 0.5em;
    font-size: 16px;
    display: block;
    text-align: center;
    color: inherit;
    box-sizing: border-box; }

@media (max-width: 544px) {
  .tab-list .tab-trigger {
    font-size: 14px; } }
.tab-body {
  display: none; }
  .tab-body.active {
    display: block; }

.save .tab-body#use {
  display: none; }
.save .tab-body#save {
  display: block; }

.use .tab-body#use {
  display: block; }
.use .tab-body#save {
  display: none; }

.tab1 {
  background: url(2002/2002142/images/btn-tab-pita-off-sp.png) no-repeat;
  background-size: 100% 100%; }

.tab2 {
  background: url(2002/2002142/images/btn-tab-fla-off-sp.png) no-repeat;
  background-size: 100% 100%; }

/*カレントとホバー時のタブ装飾*/
.tab1.is-active {
  background: url(2002/2002142/images/btn-tab-pita-on-sp.png) no-repeat;
  background-size: 100% 100%; }

.tab2.is-active {
  background: url(2002/2002142/images/btn-tab-fla-on-sp.png) no-repeat;
  background-size: 100% 100%; }

/*=========================================フッター==============================/

/*フッター追従CV*/
.footerPopup .lp-btn-wrap {
  padding-top: 0.7em;
  padding-bottom: 0.7em;
  background-color: #eb5505;
  background: rgba(235, 85, 0, 0.9);
  opacity: 0;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
}
  .footerPopup .lp-btn-wrap .btnElem{
    pointer-events: none;
    cursor: none;
  }
  .footerPopup .lp-btn-wrap.fadein-tuizyuu{
    opacity: 1;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
  }
  .lp-btn-wrap.fadein-tuizyuu .btnElem{
    pointer-events: auto;
    cursor: auto;
  }
.footerPopup .lp-btn-wrap-b {
  background-color: #059aeb;
  background: rgba(5, 154, 235, 0.9); }
.footerPopup .lp-btn-wrap .btnElem {
  margin: 0 auto;
  width: 19em;
  padding: 0.5em;
  display: block;
  color: #eb5505;
  border: none; }
.footerPopup .lp-btn-wrap-b .btnElem {
  color: #0066aa; }
.footerPopup .cv-btn-flex-b {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1;
  font-size: 1.3em; }
  .footerPopup .cv-btn-flex-b p {
    font-size: 0.7em; }
.footerPopup .lp-btn-wrap .btn-icon-arrow-r:after {
  background-position: -79px -32px;
  width: 9px;
  height: 16px;
  background-size: 101px 93px;
  margin-top: -8px; }
.footerPopup .lp-btn-wrap-b .btn-icon-arrow-r:after {
  background-position: -69px -32px;
  width: 9px;
  height: 16px;
  background-size: 101px 93px;
  margin-top: -8px; }
.footerPopup .btn-basic.btnElem {
  color: #eb5505 !important; }
  .footerPopup .btn-basic.btnElem:hover, .footerPopup .btn-basic.btnElem:visited, .footerPopup .btn-basic.btnElem:active, .footerPopup .btn-basic.btnElem:focus {
    color: #eb5505 !important; }
.footerPopup .text-icon::before {
  content: "";
  display: inline-block;
  width: 40px !important;
  min-width: 40px !important;
  height: 40px !important;
  margin-right: 0px !important;
  background-size: 40px 40px !important;
  position: absolute !important;
  left: 12px; }

@media (max-width: 544px) {
  .cv-text-size {
    font-size: 0.6em; }

  .footerPopup .lp-btn-wrap .btnElem {
    width: 15em; }
  .footerPopup .cv-btn-flex-b {
    font-size: 1.3em; }
    .footerPopup .cv-btn-flex-b p {
      font-size: 0.6em; } }
