body a {
  word-break: break-all !important;
}

#wp {
  position: relative;
}

img {
  max-width: 100%;
}

#paycpn2021 * {
  box-sizing: border-box;
}

#paycpn2021 {
  background: #FBDBD9;
  color: #000;
  overflow: hidden;
}

/*#maincontentarea,.footerTax,.footerSiteMap { display: none; }　スクロール表示時*/
#mv1,
#mv2,
#mv3,
#wrapMainvisual .note {
  opacity: 0;
  transition: .5s;
}

#mv1.on,
#mv2.on,
#mv3.on,
#wrapMainvisual .note.on {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  #paycpn2021 {}

  .pt {
    padding-top: 30px;
  }

  #wrapMainvisual {
    width: 100%;
    position: relative;
    text-align: center;
    position: relative;
    margin: 0 auto 30px;
    /*height: 100vh; スクロール表示時*/
  }

  #wrapMainvisual.on {
    height: auto;
  }

  #wrapMainvisual .date {
    max-width: 980px;
    padding: 0;
    text-align: center;
    color: #333;
    line-height: 60px;
    margin: 18px auto;
    font-size: 28px;
    background-color: #fff;
    text-align: center;
    padding: 10px;
  }
  #wrapMainvisual .date img {
    margin: 0 auto;
  }


  #mainvisual img {
    margin: 0 auto;
  }

  .topcolumnArea {
    margin: 0 auto;
    max-width: 980px;
  }





  /**/
  .bnrArea {
    background: #fff;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .bnrArea h2 {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    padding: 50px 0 20px;
    margin: 0 auto;
  }

  .bnrArea ul {
    display: flex;
    flex-wrap: wrap;
    max-width: 980px;
    margin: 0 auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }


  /*---------------------floatBNR--------------------*/
  #flBnr {
    background: #eeeeee;
    width: 100%;
    border-top: solid 2px #d3d3d3;
  }

  #flBnr .ua-pc,
  #flBnr .ua-other,
  #flBnr .ua-ios,
  #flBnr .ua-and {
    max-width: 980px;
    margin: 0 auto;
    padding: 10px 0;
  }

  #flBnr .ua-pc p,
  #flBnr .ua-other p,
  #flBnr .ua-ios p,
  #flBnr .ua-and p {
    float: left;
    width: 48%;
    line-height: 47px;
    padding-left: 12%;
    background: url(../images/icon-fltpay.png) no-repeat left center;
    background-position: 12% 0;
    background-size: auto 100%;
    font-weight: bold;
  }

  #flBnr .ua-pc ul,
  #flBnr .ua-other ul,
  #flBnr .ua-ios ul,
  #flBnr .ua-and ul {
    float: left;
    width: 52%;
  }

  #flBnr .ua-pc ul li,
  #flBnr .ua-other ul li,
  #flBnr .ua-ios ul li,
  #flBnr .ua-and ul li {
    float: left;
    display: block;
  }

  #flBnr .ua-pc ul li:first-child,
  #flBnr .ua-other ul li:first-child,
  #flBnr .ua-ios ul li:first-child,
  #flBnr .ua-and ul li:first-child {
    width: 85%;
    text-align: right;
    padding-right: 5%;
  }

  #flBnr .ua-pc ul li:nth-child(2),
  #flBnr .ua-other ul li:nth-child(2),
  #flBnr .ua-ios ul li:nth-child(2),
  #flBnr .ua-and ul li:nth-child(2) {
    width: 10%;
  }

  #flBnr .ua-pc img,
  #flBnr .ua-other img,
  #flBnr .ua-ios img,
  #flBnr .ua-and img {
    height: 47px;
    width: auto;
  }

  /*---------------------BTN---------------------*/

  a.btn {
    width: 100%;
    display: block;
    margin: 0 auto;
    height: 45px;
    color: #fff;
    background: #e95506;
    text-align: center;
    font-size: 16px;
    border-radius: 23px;
    line-height: 45px;
    font-weight: normal;
  }

  .btn {
    margin-top: 20px;
    width: 350px;
  }


  a.btn::after,
  a.btnW::after,
  a.btnG::after {
    position: absolute;
    top: 0;
    right: 20px;
    content: '\FF1E';
    transform: scale(.6, 1);
    display: block;
  }


  /*//////////////////////////UA出し分け//////////////////////////*/
  .uaAltArea {
    max-width: 560px;
    margin: 40px auto 40px;
  }

  .uaAltArea ul {
    margin-bottom: 20px;
  }

  .uaAltArea .ua-pc ul {}

  .uaAltArea .ua-pc ul li {
    /*float: left; width: 50%;*/
    width: 430px;
    margin: 0 auto;
  }

  .uaAltArea .ua-pc ul li .btn {
    margin: 0 auto 20px;
  }

  /*.uaAltArea .ua-pc ul li:first-child{text-align: left;}
.uaAltArea .ua-pc ul li:last-child{text-align: right;}*/
  .uaAltArea .ua-pc ul li img {
    /*height: 60px; width: auto;*/
  }

  .uaAltArea .ua-pc ul li img.qr {
    /*height: 60px;*/
    width: 90px;
    display: block;
    margin: 0 auto;
  }

  .uaAltArea .ua-other ul {
    /*margin-right: 3%;*/
  }

  .uaAltArea .ua-other ul li {
    /* float: left; width: 48.5%;margin: 0 1.5%;*/
    width: 430px;
    margin: 0 auto;
  }

  .uaAltArea .ua-other ul li .btn {
    margin: 0 auto;
  }

  /*.uaAltArea .ua-other ul li:first-child{margin-left: 0; text-align: right;}
.uaAltArea .ua-other ul li:last-child{margin-right: 0;}*/
  /*.uaAltArea .ua-other ul li img{height: 80px; width: auto;}*/
  .uaAltArea .ua-and ul li img,
  .uaAltArea .ua-ios ul li img {
    width: 60%;
  }




  a {
    opacity: 1;
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
  }

  a:hover {
    opacity: .6;
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    text-decoration: none;
  }






}




/*/////////////////////////////////////////////////////////////////////////////////////TABLET/////////////////////////////////////////////////////////////////////////////////////*/
@media screen and (min-width: 768px) and (max-width: 979px) {


}

/**/
@media screen and (min-width: 768px) and (max-width: 1300px) {

}


/*WIDE MONITOR*/
@media (min-width: 1200px) {
  /*---------------------floatBNR--------------------*/
  #flBnr {
    width: calc(100% - 180px);
  }
}


/*TABLET*/
@media screen and (min-width: 768px) and (max-width: 979px) {
  /*---------------------floatBNR--------------------*/
  #flBnr .ua-pc p,
  #flBnr .ua-other p,
  #flBnr .ua-ios p,
  #flBnr .ua-and p {
    line-height: 5.2vw;
    font-size: 1.6vw;
  }

  #flBnr .ua-pc img {
    height: 4.2vw;
  }

  #closefloat {
    left: auto !important;
    right: 0;
  }

  #flBnr .ua-pc,
  #flBnr .ua-other,
  #flBnr .ua-ios,
  #flBnr .ua-and {
    margin: 0 60px;
  }

}

.flBnr-close {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}
.flBnr-close .flBnr-closeBtn {
  border: 1px solid #DBDBDB;
  position: absolute;
  top: -27px;
  right: -35px;
  padding: 5px;
  /*background-color: #ffffffcc;*/
  background-color: #ffffff;
}
.flBnr-close .flBnr-closeBtn span {
  display: block;
  text-indent: -9999px;
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  background-image: url(../images/icon_close.png);
  width: 14px;
  height: 14px;
  background-size: cover;
  opacity: 1;
}
#flBnr .btn[target="_blank"]:after {
  content: '';
  transform: scale(1.5,1.5);
  position: absolute;
  top: 50%;
  margin-top: -4.5px;
  background-image: url(../images/icon_sprite.png);
  background-position: -27px -78px;
  width: 9px;
  height: 9px;
  background-size: 101px 93px;
  right: 6%;
}
@media screen and (max-width: 1070px) {
  .flBnr-close .flBnr-closeBtn {
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  #flBnr .btn[target="_blank"]:after {
    right: 3.5%;
  }
}



/*/////////////////////////////////////////////////////////////////////////////////////SP/////////////////////////////////////////////////////////////////////////////////////*/
@media screen and (min-width: 0px) and (max-width:767.98px) {

  .contArea {
    padding-top: 0 !important;
  }

  #paycpn2021 {
    font-size: 3.4vw;
  }

  /*スクロールで表示時のスタイル
#wrapMainvisual{width:100%; position: fixed; top: 44px; left: 0; text-align: center; height: 100vh; background: #fff4cd; }
    #wrapMainvisual.on { height: auto; position: relative; top: 0; }
*/

  #wrapMainvisual .date {
    width: auto;
    text-align: center;
    margin: 3% 0;
    background-color: #fff;
    padding: 20px 5px;
  }
  #wrapMainvisual .date img {
    margin: 0 auto;
  }

  #wrapMainvisual .note {
    font-size: 2.4vw;
    margin: 0 5% 5%;
  }

  #mainvisual {
    position: relative;
    text-align: center;
    margin: 0 3%;
  }

  #mainvisual #mv1 {}

  #mainvisual #mv2 {
    display: none;
  }

  #mainvisual #mv3 {
    display: none;
  }

  #mainvisual img {
    margin: 0 auto;
  }

  .bnrArea {
    text-align: center;
    background: #fff;
    padding: 10% 0 0;
  }

  .bnrArea h2 {
    text-align: center;
    font-size: 6vw;
    font-weight: bold;
    margin: 0 auto;
    padding: 30px 0 5%;
  }

  .bnrArea ul li {
    display: block;
    max-width: 90%;
    margin: 0 auto 8%;
  }

  .bnrArea ul li:last-child {
    margin-bottom: 0;
  }

  .bnrArea ul li .img {
    width: 31vw;
    height: 31vw;
    margin-right: 4%;
  }

  .bnrArea ul li .wrapTxt {
    max-width: 60%;
    text-align: left;
    position: relative;
  }

  .bnrArea ul li .wrapTxt .tit {
    font-weight: bold;
    margin-bottom: 5%;
    font-size: 4vw;
    line-height: 1.2;
  }

  .bnrArea ul li .wrapTxt .txt {
    /*position: absolute; */
    bottom: 0;
    font-size: 3vw;
  }

  .bnrArea ul li .wrapTxt .txt2 {
    color: #eb5405;
  }








  /* カルーセル*/

  /*iPhone スクロールバー*/
  div.slider-for-and {
    overflow-x: auto;
    overflow-y: hidden !important;
    scrollbar-base-color: #0070C3;
    /* IE用スクロールバーカラー */
  }

  div.slider-for-and::-webkit-scrollbar {
    height: 1vw;
  }

  div.slider-for-and::-webkit-scrollbar-thumb {
    background: #0070C3;
    border-radius: 5px;
  }

  div.slider-for-and::-webkit-scrollbar-track-piece {
    background: #efefef;
  }

  .slider-for-and-content > div img {
    width: 100%;
    max-width: none;
  }


  /*---------------------floatBNR--------------------*/

  #flBnr {
    background: #eeeeee;
    width: 100%;
    border-top: solid 2px #d3d3d3;
  }

  #flBnr .ua-pc,
  #flBnr .ua-other,
  #flBnr .ua-ios,
  #flBnr .ua-and {
    background-image: url(../images/icon-fltpay.png);
    background-repeat: no-repeat;
    background-size: auto 70%;
    background-position: 3%;
    padding: 3% 3% 3% 14%;
  }

  #flBnr .ua-pc p,
  #flBnr .ua-other p,
  #flBnr .ua-ios p,
  #flBnr .ua-and p {
    float: left;
    width: 48%;
    line-height: 1.2;
    padding: 1.2vw 0 1.2vw 2%;
    text-align: left;
    /* height: 8.16vw; */
    font-weight: bold;
    font-size: 3.2vw;
    margin: 0 2% 0 auto;
  }

  #flBnr .ua-pc ul,
  #flBnr .ua-other ul,
  #flBnr .ua-ios ul,
  #flBnr .ua-and ul {
    float: left;
    width: 50%;

  }

  #flBnr .ua-pc ul li,
  #flBnr .ua-other ul li,
  #flBnr .ua-ios ul li,
  #flBnr .ua-and ul li {
    width: 100%;
    float: left;
    display: block;
  }

  /*#flBnr .ua-other ul li:first-child{text-align: right;    padding-right: 5%;}
#flBnr .ua-other ul li:last-child{}
#flBnr .ua-other img{height:12vw; width: auto;}*/






  /*---------------------BTN---------------------*/

  a.l2.linkblank {
    display: block;
    position: relative;
  }

  a.l2.linkblank::after {
    content: '';
    transform: scale(1.5, 1.5);
    position: absolute;
    top: 50%;
    right: 2%;
    margin-top: -4.5px;
    background-image: url(../images/icon_sprite.png);
    background-position: -80px -69px;
    width: 9px;
    height: 9px;
    background-size: 101px 93px;

  }

  a.btn {
    width: 100%;
    display: block;
    margin: 0 auto;
    height: 10%;
    color: #fff;
    background: #e95506;
    text-align: center;
    font-size: 3.8vw;
    border-radius: 8vw;
    line-height: 10vw;
    font-weight: normal;
  }

  #c01-03 > a.btn {
    width: 85%;
  }

  #c01-03 a.btn.anchor {
    border: solid 2px #0070C3;
    color: #0070C3;
    background: #fff;
    line-height: calc(10vw - 4px);
    font-weight: bold;
  }

  .favShop a.btn {
    background: #E51221;
    line-height: 14vw;
    height: 14vw;
    border-radius: 7vw;
    padding: 3.6vw 0 !important;
    box-shadow: 1px 3px 0px 1.5px #955930;

  }

  /*
.uaAltArea a.btn{
        background: #E51221;
        line-height: 14vw;
        height: 14vw;
        border-radius: 7vw;

    width: 90%;
    margin: 0 auto;
    padding:0 !important;
    box-shadow: 1px 3px 0px 1.5px #955930;
    }
*/

  #flBnr a.btn {
    font-size: 3vw;
    line-height: 1.2;
    padding: 3% 5% 3% 27%;
    text-align: left;

  }

  .favShop a.btn::after {
    top: 4.6vw !important;
  }


  a.btn.linkblankW::after,
    {
    content: '';
    transform: scale(1.5, 1.5);
    position: absolute;
    top: 50%;
    right: 5%;
    margin-top: -4.5px;
    background-image: url(../images/icon_sprite.png);
    background-position: -27px -78px;
    width: 9px;
    height: 9px;
    background-size: 101px 93px;
  }

  #paycpn2021 a.l2.btn.linkblankW::after {
    content: '';
    transform: scale(1.5, 1.5);
    position: absolute;
    top: 50%;
    right: 5%;
    margin-top: -4.5px;
    background-image: url(../images/icon_sprite.png);
    background-position: -27px -78px;
    width: 9px;
    height: 9px;
    background-size: 101px 93px;




  }


  #paycpn2021-q a.btn {
    max-width: 80%;
    margin: 5% auto;
  }

  #howtoArea a.btn.linkblankW {
    padding-right: 3%;
  }

  #howtoArea a.btn.linkblankW::after {
    right: 8%;
  }


  a.btnG {
    color: #333;
    background: #fff;
    border: solid .1vw #bfbfbf;
    width: 100%;
    display: block;
    margin: 0 auto;
    height: 10vw;
    text-align: center;
    font-size: 3.8vw;
    border-radius: 8vw;
    line-height: 9.8vw;
    font-weight: normal;

  }

  a.btnW {
    color: #0070C3;
    background: #fff;
    border: solid .6vw #0070C3;
    width: 100%;
    display: block;
    margin: 0 auto;
    height: 10vw;
    text-align: center;
    font-size: 3.8vw;
    border-radius: 8vw;
    line-height: 8.8vw;
    font-weight: normal;

  }

  a.btn::after,
  a.btnW::after,
  a.btnG::after {
    position: absolute;
    top: 0;
    right: 3%;
    content: '\FF1E';
    transform: scale(.6, 1);
    display: block;
  }

  #flBnr a.btn::after {
    top: calc(50% - 16%);
    right: 6%;
  }

  a.btn.anchor::after {

    transform: rotate(90deg) scale(.6, 1);

  }

  a.btnW.linkblank::after,
  a.btnW.l2.linkblank::after {
    content: '';
    transform: scale(1.5, 1.5);
    position: absolute;
    top: 50%;
    right: 5%;
    margin-top: -4.5px;
    background-image: url(../images/icon_sprite.png);
    background-position: -18px -78px;
    width: 9px;
    height: 9px;
    background-size: 101px 93px;
  }

  a.btnG.linkblank::after {
    content: '';
    transform: scale(1.5, 1.5);
    position: absolute;
    top: 50%;
    right: 5%;
    margin-top: -4.5px;
    background-image: url(../images/icon_sprite.png);
    background-position: 0 -78px;
    width: 9px;
    height: 9px;
    background-size: 101px 93px;
  }

  a.btnG.l2.linkblank::after {
    content: '';
    transform: scale(1.5, 1.5);
    position: absolute;
    top: 50%;
    right: 5%;
    margin-top: -4.5px;
    background-image: url(../images/icon_sprite.png);
    background-position: 0 -78px;
    width: 9px;
    height: 9px;
    background-size: 101px 93px;
  }

  a.btn.l2 {
    line-height: 1.2;
    font-size: 3.4vw;
    padding: 1.8vw 0;
  }

  a.btnW.l2 {
    line-height: 1.2;
    font-size: 2.8vw;
    width: 80%;
    padding: 1.2vw 0;

  }

  a.btnG.l2 {
    line-height: 1.2;
    font-size: 2.8vw;
    width: 80%;
    padding: 1.8vw 0;

  }

  a.btnW.l2::after {
    position: absolute;
    top: 3vw;
    right: 3%;
    content: '\FF1E';
    transform: scale(.6, 1);
    display: block;
    font-size: 3.8vw;
  }

  #paycpn2021 p.btn.l2::after,
  #paycpn2021 a.btn.l2::after,
  #paycpn2021 a.btnG.l2::after {
    position: absolute;
    top: 3.6vw;
    right: 3%;
    content: '\FF1E';
    transform: scale(.6, 1);
    display: block;
    font-size: 3.8vw;
  }

  /*//////////////////////////UA出し分け//////////////////////////*/
  .uaAltArea {
    margin: 8% auto 8%;
  }

  .uaAltArea ul {
    margin-bottom: 5%;
  }

  .uaAltArea ul li {}

  .uaAltArea .ua-pc ul {
    margin: 0 auto 5%;
  }

  .uaAltArea .ua-pc ul li {
    /*float: left; width: 50%;*/
    width: 80%;
    margin: 0 auto;
    display: block;
  }

  .uaAltArea .ua-pc ul li .btn {
    font-size: 3.2vw;
    margin: 0 auto 5%;
  }

  /*.uaAltArea .ua-pc ul li:first-child{text-align: left;width: 45%;}
.uaAltArea .ua-pc ul li:last-child{text-align: right;width:55%}*/
  .uaAltArea .ua-pc ul li img {
    /*height: 9.0vw; width: auto;*/
    width: 30%;
    margin: 0 auto;
    display: block;
  }

  .uaAltArea .ua-other ul {
    /*margin-right: 5%;*/
  }

  .uaAltArea .ua-other ul li {
    /* float: left; width: 48.5%;margin: 0 1.5%;*/
    width: 80%;
    margin: 0 auto;
    display: block;
  }

  .uaAltArea .ua-other ul li .btn {
    font-size: 3.2vw;
    margin: 0 auto;
  }

  /*.uaAltArea .ua-other ul li:first-child{margin-left: 0; text-align: right;}
.uaAltArea .ua-other ul li:last-child{margin-right: 0;}*/
  .uaAltArea .ua-other ul li img {
    /*height: 15vw; width: auto;*/
    width: 30%;
    margin: 0 auto;
    display: block;
  }

  .uaAltArea .ua-and ul li,
  .uaAltArea .ua-ios ul li {
    width: 80%;
    margin: 0 auto;
  }

  .uaAltArea .ua-and ul li .btn,
  .uaAltArea .ua-ios ul li .btn {
    font-size: 3.2vw;
    margin: 0 auto;
  }

  .uaAltArea .ua-and ul li img,
  .uaAltArea .ua-ios ul li img {
    width: 60%;
  }




}




.red,
.fcRed {
  color: #e8340c;
}

.fcOrange {
  color: #E54C1C;
}

.fcG {
  color: #006cb8;
}

.fcLGray {
  color: #bfbfbf;
}

.fwB {
  font-weight: bold !important
}

.fwN {
  font-weight: normal !important;
}

.fsS {
  font-size: 80%;
  font-weight: normal
}

.fsL {
  font-size: 130%;
}

.taL {
  text-align: left;
}

.taC {
  text-align: center;
}

.em {
  font-size: 120%;
  font-weight: bold;
}

.bgGray {
  width: 100%;
  background: #f5f5f5;
}

.footerPopup {
  display: none !important;
}

#contentsWrapper {
  padding-bottom: 0 !important;
}

.contArea {
  padding-bottom: 0 !important;
}

#term3 ul li.nomb {
  margin-bottom: 0;
}

.slide-up {
  opacity: 0;
  transform: translate(0, 120px);
  transition: .6s;
}

.slide-up.in {
  opacity: 1;
  transform: translate(0, 0);
}

.slide-up2 {
  opacity: 0;
  transform: translate(0, 120px);
  transition: 1.0s;
}

.slide-up2.in {
  opacity: 1;
  transform: translate(0, 0);
}

/*lnav*/
#lnavWrap.close {
  display: none;
}




#mv1,
#mv2,
#mv3,
#wrapMainvisual .note {
  opacity: 0;
  -moz-animation: fadeIn 0.2s ease-in both 0.6s;
  -webkit-animation: fadeIn 0.2s ease-in both 0.6s;
  animation: fadeIn 0.2s ease-in both 0.6s;
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}


/*スクロール*/
/*.mCSB_draggerRail{width:10px; background:#F00;}*/
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  width: 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.mCSB_scrollTools .mCSB_draggerRail {

  background-color: #fff;

}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #aaa;

}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #aaa;
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #aaa;
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #aaa;
}

.mCSB_scrollTools .mCSB_dragger {
  /* background:#ea5404;*/
}

.view-sp {
  display: none !important;
}

.view-pc {
  display: block !important;
}

@media screen and (min-width: 0px) and (max-width:767.98px) {

  .view-sp {
    display: block !important;
  }

  .view-pc {
    display: none !important;
  }

}


/*------------------Float-----------------*/
#flBnr{position: fixed; bottom: 0;z-index: 5;}

/*------------------UA判定------------------*/
.ua-pc,
.ua-ios,
.ua-and,
.ua-other {
  display: none;
}

body.pc .ua-pc {
  display: block;
}

body.iOS .ua-ios {
  display: block;
}

body.android .ua-and {
  display: block;
}

body.other .ua-other {
  display: block;
}




/*-- add202107 --*/
#mainvisual {
  margin: 20px 3% 0;
}
@media screen and (min-width: 768px) {
  #mainvisual {
    margin-top: 30px;
  }
}
.modal_table {}

.modal_table p {
  margin-bottom: 30px;
  text-align: left;
}
.modal_table .modal-ttl {
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
  font-size: 18px;
}
.modal_table .note {
  margin-bottom: 20px;
}

.modal_table table {
  margin-top: 30px;
  margin-bottom: 20px;
  width: 100%;
  border: 1px solid #ccc;
  border-collapse: collapse;
}

.modal_table caption {
  background-color: #EB5505;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

.modal_table th,
.modal_table td {
  border: 1px solid #ccc;
  padding: 13px 10px;
  vertical-align: middle;
  text-align: left;
}

.modal_table th {
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  .modal_table p {
    font-size: 16px;
  }
  .modal_table .modal-ttl {
    font-size: 18px;
  }
  .modal_table th,
  .modal_table td {
    padding: 10px 20px;
  }
}


#wrapMainvisual {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  #wrapMainvisual {
    margin-bottom: 60px;
  }
}

.topcolumnArea {
  margin-top: 50px;
}
.topcolumnArea .topcolumn {
  margin: 18px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.topcolumnArea .topcolumn li {
  width: 25%;
  margin-bottom: 1px;
}

.topcolumnArea .topcolumn li a {
  color: #fff;
  position: relative;
  width: 100%;
  background: #0570C3;
  border-right: 1px solid #fff;
  padding: 25px 8px;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.03em;
}

.topcolumnArea .topcolumn li a::after {
  position: absolute;
  left: 50%;
  bottom: 8px;
  width: 15px;
  height: 14px;
  margin-left: -7px;
  content: "";
  background: no-repeat;
  background-image: url("../images/ico_arrow01.png");
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .topcolumnArea .topcolumn li a {
    padding: 25px 0px;
    font-size: 12px;
  }
}
@media screen and (min-width: 0px) and (max-width:767.98px) {
  .topcolumnArea {
    margin-top: 30px;
  }
  .topcolumnArea .topcolumn li {
    width: 50%;
  }
  .topcolumnArea .topcolumn li a {
    text-align: center;
    padding-top: 35px;
    font-size: 3.65vw;
  }
  .topcolumnArea .topcolumn li a::before {
    position: absolute;
    left: 50%;
    top: 10px;
    margin-left: -8px;
    width: 22px;
    height: 19.3px;
    content: "";
    background: no-repeat;
    background-size: contain
  }
  .topcolumnArea .topcolumn li:nth-child(1) a::before {
    background-image: url("../images/topcolumn_ico01.png");
  }

  .topcolumnArea .topcolumn li:nth-child(2) a::before {
    background-image: url("../images/topcolumn_ico04.png");
  }

  .topcolumnArea .topcolumn li:nth-child(3) a::before {
    background-image: url("../images/topcolumn_ico02.png");
  }

  .topcolumnArea .topcolumn li:nth-child(4) a::before {
    background-image: url("../images/topcolumn_ico03.png");
  }

}
@media screen and (min-width: 768px) {
  .topcolumnArea .topcolumn li a span {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    margin-bottom: 8px;
    font-size: 128%;
  }
  .topcolumnArea .topcolumn li a span::before {
    position: absolute;
    left: 0;
    width: 25px;
    height: 25px;
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }

  .topcolumnArea .topcolumn li:nth-child(1) a span::before {
    background-image: url("../images/topcolumn_ico01.png");
  }

  .topcolumnArea .topcolumn li:nth-child(2) a span::before {
    background-image: url("../images/topcolumn_ico04.png");
  }

  .topcolumnArea .topcolumn li:nth-child(3) a span::before {
    background-image: url("../images/topcolumn_ico02.png");
  }

  .topcolumnArea .topcolumn li:nth-child(4) a span::before {
    background-image: url("../images/topcolumn_ico03.png");
  }

}

.img-center01 {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 10px;
}
.img-center01.md-mg {
  margin: 50px 0;
}
@media screen and (min-width: 0px) and (max-width:767.98px) {
  .img-center01.md-mg {
    margin: 20px 0;
  }
}

.img-center01 img {
  margin: auto;
}

.borderBox {
  background: #fff;
  border: solid 2px #0070C3;
  padding: 2px;
  margin-top: 20px;
}
.borderBox .innerContent {
  border: solid 2px #0070C3;
  padding: 30px 10px 45px;
}
.borderBox a.btn {
  width: 100%;
  display: block;
  margin: 20px auto 0;
  height: 10%;
  color: #fff;
  background: #0070C3;
  text-align: center;
  border-radius: 8vw;
  line-height: 10vw;
}
.borderBox hr {
  border-top: 3px dotted #0070C3;
  margin: 40px 0 30px;
}
.borderBox a.btn[target="_blank"]:after {
  content: '';
  transform: scale(1.5,1.5);
  position: absolute;
  top: 50%;
  margin-top: -4.5px;
  background-image: url(../images/icon_sprite.png);
  background-position: -27px -78px;
  width: 9px;
  height: 9px;
  background-size: 101px 93px;
  right: 3.5%;
}

@media screen and (min-width: 768px) {
  .borderBox {
    margin-top: 10px;
  }
  .img-center01 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .borderBox a.btn {
    max-width: 350px;
    display: block;
    margin: 20px auto 0;
    height: 40px;
    color: #fff;
    background: #0070C3;
    text-align: center;
    font-size: 14px;
    border-radius: 23px;
    line-height: 40px;
    font-weight: normal;
  }
}


.ttl-backline {
  position: relative;
  max-width: 850px;
  margin: 20px auto;
}
.ttl-backline h4 {
  font-size: 20px;
  background-color: #fff;
  display: inline-block;
  position: relative;
  padding: 0 10px;
}
.ttl-backline:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  left: 0;
  top: 15px;
}
@media screen and (min-width: 0px) and (max-width:767.98px) {
  .ttl-backline h4 {
    font-size: 3.7vw;
  }
  .ttl-backline:before {
    top: 0.8em;
  }
}

.innerContent02 {
  max-width: 800px;
  margin: 0 auto;
}


.along-txt {
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: bold;
}
.along-txt .view-pc {
  display: inline !important;
}
.along-txt small {
  font-size: 24px;
}
.along-txt .accent {
  color: #EB5505;
}
@media screen and (min-width: 768px) {
  .along-txt .accent.menu {
    font-size: 36px;
  }
}
@media screen and (min-width: 0px) and (max-width:767.98px) {
  .along-txt {
    font-size: 5.9vw;
    line-height: 1.3;
  }
  .along-txt.type02 {
    font-size: 7.5vw;
    line-height: 1;
  }
  .along-txt small {
    font-size: 4vw;
  }
  .along-txt.type02 .type02 {
    font-size: 5.3vw;
  }
  .along-txt .view-pc {
    display: none !important;
  }
  .along-txt .view-sp {
    display: inline !important;
  }
}

.section01 {
  margin-bottom: 50px;
}
.section02 {
  margin-bottom: 40px;
}
.section03 {
  margin-bottom: 80px;
}

.super-wrap {
  font-size: 20px;
  font-weight: bold;
  padding: 35px 25px 23px;
  border: 5px solid #FBDBD9;
  max-width: 495px;
  margin: auto;
}
.super-wrap {
  background: url(../images/ico_market_color.png) no-repeat center 15px;
}
@media screen and (min-width: 0px) and (max-width:767.98px) {
  .super-wrap {
    font-size: 4.2vw;
  }
}

.cashbacklink-area {
  margin-bottom: 35px;
}
.baloon-type01,
.baloon-type03 {
  background-color: #EB5505;
  color: #fff;
  padding: 10px 20px 5px;
}
.baloon-type01 {
  margin: 25px 0 15px;
}
.baloon-type01 + p > .btn {
  margin-top: 0;
}
.baloon-type03 {
  padding: 10px 20px;
}
.baloon-type02 {
  background-color: #FBDBD9;
  color: #EB5505;
  padding: 5px 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.baloon-type01,
.baloon-type02,
.baloon-type03 {
  display: inline-block;
  border-radius: 5px;
  position: relative;
}
.baloon-type01:before,
.baloon-type02:before,
.baloon-type03:before {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #EB5505;
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -3px;
}
.baloon-type02:before {
  border-top-color: #FBDBD9;
}
.baloon-type01 p {
  font-size: 14px;
  font-weight: bold;
}
.baloon-type02 p {
  font-size: 28px;
  font-weight: bold;
}
.baloon-type03 p {
  font-weight: bold;
}
.baloon-type01 strong,
.baloon-type02 strong {
  font-size: 20px;
}

@media screen and (min-width: 0px) and (max-width:767.98px) {
  .baloon-type01,
  .baloon-type02,
  .baloon-type03 {
    display: block;
    padding: 5px 0;
  }
  .baloon-type01 p,
  .baloon-type03 p {
    font-size: 3.6vw;
  }
  .baloon-type02 p {
    font-size: 5vw;
  }
}



.au-shoplist ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 495px;
  margin: 0 auto 20px;
}
.au-shoplist li {
  position: relative;
  width: 130px;
  height: 130px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 5px solid #FBDBD9;
  border-radius: 50%;
  font-weight: bold;
  font-size: 18px;
  padding-top: 20px;
  background: url(../images/ico_shop_color.png) no-repeat center top 40px;
  margin: 0 5px;
}
@media screen and (min-width: 0px) and (max-width:767.98px) {
  .au-shoplist li {
    width: 25.6vw;
    height: 25.6vw;
    background-position: center top 5vw;
    border-width: 3px;
    margin: 0;
    font-size: 3.8vw;
  }
}


.content-wrap .modal-openBtn {
  font-weight: bold;
  color: #E955125B;
  background: url(../images/ico_blank_pc.png) no-repeat center right;
  padding-right: 27px;
  font-size: 28px;
}
.content-wrap .modal-openBtn:hover,
.content-wrap .modal-openBtn:link {
  color: #EB5505;
}
@media screen and (min-width: 0px) and (max-width:767.98px) {
  .content-wrap .modal-openBtn {
    font-size: 5vw;
    padding-right: 0;
    background: none;
  }
  .content-wrap .modal-openBtn:after {
    content: url(../images/ico_blank.png);
    display: inline-block;
    margin-bottom: -4px;
    vertical-align: middle;
  }
}


.shopListArea h3 {
  background: #eeeeee;
  text-align: center;
  font-weight: bold;
  padding: 10px;
  line-height: 1;
  margin: 20px auto;
}


.shopListArea p {
  text-align: left;
  margin: 20px 0 15px;
}
.shopListArea dl dt {
  text-align: left;
  font-weight: normal;
}
.shopListArea dl dt:before {
  content: "・";
}
.shopListArea dl dd {
  padding-left: 1em;
  margin-bottom: 10px;
  margin-top: 5px;
}

@media screen and (min-width: 0px) and (max-width:767.98px) {
  .shopListArea dl dt {
    font-size: 4.2vw;
    text-indent: -1em;
    padding-left: 1em;
  }
}



.note {
  margin: 0 auto 30px;
  color: #333;
  text-align: left;
}

.note li {
  font-size: 12px;
  text-indent: -1.35em;
  padding-left: 1.35em;
  font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}
.note li:not(:last-child) {
  margin-bottom: 5px;
}
.note li.color {
  color: #E01F06;
}



.aucard-table:first-of-type {
  margin-top: 40px;
}
.aucard-table {
  margin-bottom: 20px;
}
.aucard-table table {
  width: 100%;
  font-size: 14px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
.aucard-table caption {
  background-color: #eee;
  text-align: center;
  font-weight: bold;
  padding: 5px;
  border-collapse: collapse;
}
.aucard-table caption.color {
  background-color: #EB5505;
  color: #fff;
}
.aucard-table th,
.aucard-table td {
  border-top: 1px solid #ccc;
  padding: 3px 10px;
  vertical-align: middle;
}
.aucard-table th {
  font-weight: normal;
  text-align: left;
  width: 48%;
}
.aucard-table td {
  text-align: left;
  width: 52%;
}
.aucard-table td small {
  font-size: 12px;
}
.aucard-table td strong {
  font-size: 20px;
  font-weight: normal;
}


@media screen and (min-width: 768px) {
  .aucard-table table td .view-pc {
    display: inline !important;
  }
}
@media screen and (min-width: 0px) and (max-width:767.98px) {
  .aucard-table table {
    margin-bottom: 10px;
  }
  .aucard-table th,
  .aucard-table td {
    text-align: left;
    padding: 5px 0;
    font-size: 3.5vw;
  }
  .aucard-table th { width: 60%; }
  .aucard-table td { width: 40%; text-align: right; }
  .aucard-table:nth-of-type(2).aucard-table th { width: 33%; }
  .aucard-table:nth-of-type(2).aucard-table td { width: 64%; }
  .aucard-table:nth-of-type(2).aucard-table td span { display: inline-block;text-align: left; }
}
@media screen and (min-width:768px) {
  .aucard-table th {
    padding-left: 23%;
  }
  .aucard-table td {
    padding: 5px;
  }
  .aucard-table:nth-of-type(1).aucard-table td {
    padding: 0 5px 2px;
  }
}


#otherArea .linkbtn-area li {
  margin: 0 auto 20px;
  max-width: 300px;
}
#otherArea .linkbtn-area .btn {
  width: 100%;
  margin: 0;
  background-color: #EB5505;
  color: #fff;
}
#otherArea .linkbtn-area .btn.many {
  padding-right: 3.5%;
}
#otherArea .linkbtn-area .btn.line2 {
  line-height: 1.4;
}
#otherArea .linkbtn-area .btn:after {
  right: 10px;
}
#otherArea .linkbtn-area .btn.line2:after {
  top: 50%;
  margin-top: -11px;
}
#otherArea .linkbtn-area .btn[target="_blank"]:after {
  content: '';
  transform: scale(1.5,1.5);
  position: absolute;
  top: 50%;
  margin-top: -4.5px;
  background-image: url(../images/icon_sprite.png);
  background-position: -27px -78px;
  width: 9px;
  height: 9px;
  background-size: 101px 93px;
  right: 3.5%;
}
#otherArea .reccomend-text {
  font-size: 20px;
  font-weight: bold;
}
#otherArea .bnr-area {
  max-width: 650px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 10px;
  padding-top: 30px;
}
#otherArea .bnr-area li {
}
@media screen and (min-width:768px) {
  #otherArea .linkbtn-area {
    padding-top: 50px;
  }
  #otherArea .linkbtn-area li {
    width: 33%;
    margin: 0 10px 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  #otherArea .linkbtn-area li {
    width: 45%;
    max-width: initial;
  }
  #otherArea .reccomend-text {
    font-size: 18px;
  }
}

.content-wrap {
  max-width: 1010px;
  margin: 10px auto 0;
  text-align: center;
  padding: 0 15px 50px;
}


@media screen and (min-width: 0px) and (max-width:767.98px) {
  .content-wrap {
    margin: 0 3%;
    padding-left: 0;
    padding-right: 0;
  }
  #otherArea .reccomend-text {
    font-size: 5vw;
    text-align: left;
    padding: 0 10px;
  }
}


.noticeArea {
  max-width: 920px;
  margin: 50px auto 50px;
  border: 4px solid #e01f14;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  background-color: #fff;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .noticeArea {
    margin: 5vw;
  }
}


@media screen and (min-width: 0px) and (max-width:767.98px) {
  .noticeArea {
    padding: 5%;
    border: 3px solid #e01f14;
    border-radius: 2vw;
    margin: 5vw;
    text-align: left;
  }
}
