@charset "utf-8";
/* CSS Document */

#wrap-container {
  width: 100%;
}
.contents-1col #contents .res-contents {
  max-width: 950px;
  margin-right: auto;
  margin-left: auto;
}
.title-box.h2 {
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
}

/* main-block */
.contents-1col #contents .res-contents#main-block {
  width: 100%;
  text-align: center;
  max-width: inherit;
}
#main-block {
  background: url(/amc/cpn/anacard2017/image/main_bg.jpg) center top no-repeat;
  background-size: auto 100%;
}

/*anchor-step*/
.anchor-step-pc {
  padding: 0 1.72%;
  width: 100%;
  display: table;
}
.anchor-step-pc li {
  display: table-cell;
  width: 28.29%;
}
.anchor-step-pc li span {
  display: table-cell;
  width: 54.72%
}
.anchor-step-pc li:after {
  content: "";
  background: url(/amc/cpn/anacard2017/image/step_arrow_off.gif) center center no-repeat;
  background-size: 50% auto;
  display: table-cell;
  width: 100%;
  height: 100%;
}
.anchor-step-pc li.act:after {
  background: url(/amc/cpn/anacard2017/image/step_arrow_on.gif) center center no-repeat;
  background-size: 50% auto;
}

.anchor-step-pc li:last-child:after {
  display: none;
}
.anchor-step-pc li:last-child {
  width: 15.11%
}
#step-area03 .anchor-step-pc {
  margin-top: 80px;
}
.anchor-step-sp {
  display: none;
}

/* h2 */
.res-contents h2 {
  margin: 30px 0 0;
  background-color: #001f6b;
  padding: 5px 10px 5px 130px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  background-position: left center;
  background-repeat: no-repeat;
}
.res-contents h2#ttl-step01 {
  background-image: url(/amc/cpn/anacard2017/image/h2_step01.png);
}
.res-contents h2#ttl-step02 {
  background-image: url(/amc/cpn/anacard2017/image/h2_step02.png);
}
.res-contents h2#ttl-step03 {
  background-image: url(/amc/cpn/anacard2017/image/h2_step03.png);
}
/* h3 */
.ttl-block01 h3 {
  margin: 60px 0 0;
  border-left: 10px solid #0066cb;
  background-color: #032169;
  color: #fff;
  padding: 8px 10px 5px 15px;
  font-size: 18px;
  font-size: 1.8rem;
  font-size: bold;
}
.ttl-block02 {
  margin-top: 35px;
}
.ttl-block02 h3 {
  border-top: 2px solid #093568;
  color: #093568;
  font-weight: bold;
  padding: 20px 0 0;
  margin-bottom: 30px;
}

/*=========================
step-area01
=========================*/

/* card-block-01 */
.card-block-01 {
  margin: 20px 0 0;
  width: 100%;
  overflow: hidden;
}
.card-block-01 .card-item {
  float: left;
  width: 23.11%;
  margin-left: 2.47%;
}
.card-block-01 .card-item:first-child {
  margin-left: 0;
}

.card-block-01 .card-item dl {
  border: 1px solid #cccccc;
  width: 100%;
}
.card-block-01 .card-item dl dt {
  font-size: 20px;
  font-size: 2.0rem;
  text-align: center;
  border-top: 2px solid;
  padding: 13px 10px 10px;
  font-weight: bold;
}
.card-block-01 .card-item dl dd {
  border-top: 1px solid #ccc;
}
.card-block-01 .card-item dl dd.card-img {
  padding: 30px 10px;
  text-align: center;
}
.card-block-01 .card-item dl dd.mile-tex {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  color: #000;
  padding: 13px 10px 10px;
}
.card-block-01 .card-item dl dd.card-txt {
  padding: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1em;
  color: #000;
}
.card-block-01 .card-item .res-btn-link.type-01 {
  width: 100%;
  margin: 10px 0 3px;
}

.card-block-01 .card-item dl#general-card dt {
  border-top-color: #0d318f;
  background: #e4f0ff;
  color: #002472;
}
.card-block-01 .card-item dl#general-card dd.mile-tex {
  background: #e4f0ff;
}

.card-block-01 .card-item dl#wide-card dt {
  border-top-color: #2284b3;
  background: #d4eefb;
  color: #036290;
}
.card-block-01 .card-item dl#wide-card dd.mile-tex {
  background: #d4eefb;
}

.card-block-01 .card-item dl#gold-card dt {
  border-top-color: #9a6601;
  background: #fbf9e4;
  color: #825500;
}
.card-block-01 .card-item dl#gold-card dd.mile-tex {
  background: #fbf9e4;
}

.card-block-01 .card-item dl#platinum-card dt {
  border-top-color: #333333;
  background: #cccccc;
  color: #000;
}
.card-block-01 .card-item dl#platinum-card dd.mile-tex {
  background: #cccccc;
}

/* use-block */
.use-block {
  margin-top: 20px;
  width: 100%;
  background-color: #ebf8fe;
  padding: 20px;
  overflow: hidden;
}
.use-block .use-list {
  float: left;
  border: 1px solid #ccc;
  background-color: #fff;
  width: 32%;
  margin-left: 2%;
  padding: 0 15px 15px;
  position: relative;
}
.use-block .use-list:first-child {
  margin-left: 0;
}
.use-block .use-list .use-title {
  font-size: 21px;
  font-size: 2.1rem;
  text-align: center;
  color: #0065cd;
  line-height: 1.09em;
  font-weight: bold;
  margin: 30px 0 0;
}
.use-block .use-list .use-title.members:before {
  content:"ANAカード会員限定";
  display: inline;
  font-size: 13px;
  font-size: 1.3rem;
  background-color: #0066cc;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 10em;
  margin: 0 auto;
  padding: 0px 10px;
}
.use-block .use-list .use-img {
  text-align: center;
}
.use-block .use-list ul li {
  font-size: 15px;
  font-size: 1.5rem;
  color: #000;
  line-height: 1.06em;
}

/* table-img-block */
.table-img-block {
  margin: 20px 0;
}
.table-img-block .res-btn-link.type-01 {
  margin: 15px 0 3px auto;
  width: inherit;
  max-width: 400px;
}
.table-img-block .res-btn-link.btn-sizeS span {
  font-size: 15px;
  font-size: 1.5rem;
}



/*=========================
step-area02
=========================*/
/* use-block */

/*=========================
step-area03
=========================*/
/* privilege-ttl */

.privilege-ttl {
  display: table;
  width: 100%;
  margin: 25px 0;
}
.privilege-ttl:before {
  content: "";
  width: 70px;
  height: 70px;
  display: table-cell;
}
.privilege-ttl p {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
  font-size: 26px;
  font-size: 2.6rem;
  color: #021f6b;
}
.privilege-ttl#privilege01:before {
  background: url(/amc/cpn/anacard2017/image/privilege_ic_01.gif) left center no-repeat;
}
.privilege-ttl#privilege02:before {
  background: url(/amc/cpn/anacard2017/image/privilege_ic_02.gif) left center no-repeat;
}
.privilege-ttl#privilege03:before {
  background: url(/amc/cpn/anacard2017/image/privilege_ic_03.gif) left center no-repeat;
}

/* table-block01 */
.table-block01 .caption {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 15px 0;
  font-weight: bold;
}
.table-block01 table {
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.table-block01 table th,
.table-block01 table td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
  padding: 10px;
}

.table-block01 table .member {
  width: 12%;
}
.table-block01 table .normal {
  width: 22%;
}
.table-block01 table .wide {
  width: 22%;
}
.table-block01 table .gold {
  width: 22%;
}
.table-block01 table .premium {
  width: 22%;
}

.table-block01 table th.normal {
  background-color: #e4f0ff;
  color: #0b328f;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.table-block01 table th.wide {
  background-color: #d4eefb;
  color: #2183b2;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.table-block01 table th.gold {
  background-color: #fbf9e4;
  color: #986700;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.table-block01 table th.premium {
  background-color: #cccccc;
  color: #010101;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.table-block01 table td {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

/* privilege-list */
.privilege-list {
  width: 100%;
  overflow: hidden;
}
.privilege-list dt {
  float: left;
}
.privilege-list dd {
  padding-left: 6.5em;
}


/* table-block02 */
.table-block02 {
  width: 100%;
  margin: 25px 0 0;
}
.table-block02 .caption {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

.table-block02 table {
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.table-block02 table th,
.table-block02 table td {
  text-align: center;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 5px 10px;
}
.table-block02 table th {
  width: 50%;
  background: #ebebeb;
  font-size: 16px;
  font-size: 1.6rem;
}
.table-block02 table td {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

/* store-list-block */
.store-list-block {
  margin: 40px 0 25px;
  border: 1px solid #ccc;
  padding: 0 0 20px;
}
.store-list-block .store-list-ttl {
  font-size: 20px;
  font-size: 2.0rem;
  color: #001f6b;
  font-weight: bold;
  text-align: center;
  padding: 25px 0;
}
.store-list-block .store-list-ttl:before,
.store-list-block .store-list-ttl:after {
  content: "";
  background: url(/amc/cpn/anacard2017/image/logo_line_01.gif) left top no-repeat;
  display: inline-block;
  height: 1px;
  width: 38px;
  vertical-align: middle;
  margin: 0 10px;
}
.store-list-block .store-list {
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.store-list-block .store-list li {
  display: inline-block;
  margin: 0 10px;
}
.store-list-block .store-list li span {
  display: block;
  text-align: center;
  color: #223f9a;
}
.store-list-block .link-txt {
  text-align: right;
  margin: 25px 15px 0 0;
}
.store-list-block .link-txt a {
  background: url(/amc/cpn/anacard2017/image/link_ic_02.gif) left center no-repeat;
  padding-left: 12px;
}

/* mile-plus */
.mile-plus {
  width: 100%;
  background-color: #d8ecfb;
  margin: 15px 0 25px;
}
.mile-plus dt {
  position: relative;
}
.mile-plus dt .ttl-open-btn {
  position: absolute;
  right: 14px;
  top: 9px;
}
.mile-plus dd {
  padding: 20px;
}
.mile-plus dd .link a {
  background: url(/amc/cpn/anacard2017/image/link_ic_01.gif) left center no-repeat;
  padding: 2px 0 0 10px;
}
.mile-plus dd .res-indent-block {
  font-size: 12px;
  font-size: 1.2rem;
}
.mile-plus dd .link {
  text-align: right;
}
.mile-plus dd .res-ttl-close {
  padding-right: 0;
}

/* bnr-block */
.bnr-block {
  overflow: hidden;
  width: 100%;
}
.bnr-block li {
  float: left;
  width: 48.38%;
  margin: 20px 0 0 3.24%;
}
.bnr-block li:nth-child(odd) {
  margin-left: 0;
}



@media (min-width: 0) and (max-width: 1024px) {
}
@media (min-width: 0) and (max-width: 570px) {
  #main-block {
    background: none;
  }
  /*anchor-step*/
  .anchor-step-pc {
    display: none;
  }
  .anchor-step-sp {
    display: block;
    width: 100%;
    border-top: 1px solid #ccc;
  }
  .anchor-step-sp li {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .anchor-step-sp li a {
    display: table;
    width: 100%;
    text-decoration: none;
    background: url(/amc/cpn/anacard2017/image/anchor_step_ic.gif) right center no-repeat;
    background-size: 20px 10px;
    padding: 10px 30px 10px 10px;
    font-size: 1.8rem;
  }
  .anchor-step-sp li a span {
    font-weight: bold;
    vertical-align: middle;
    display: table-cell;
    text-align: left;
  }
  .anchor-step-sp li a span:first-child {
    width: 4em;
  }
  
  .anchor-step-sp li:last-child {
    background-color: #ffd63d;
    background-image: -webkit-linear-gradient(bottom, #d6b870, #d0aa4d 52%, #d6b870);
    background-image: -moz-linear-gradient(bottom, #d6b870, #d0aa4d 52%, #d6b870);
    background-image: -o-linear-gradient(bottom, #d6b870, #d0aa4d 52%, #d6b870);
    background-image: -ms-linear-gradient(bottom, #d6b870, #d0aa4d 52%, #d6b870);
    background-image: linear-gradient(to top, #d6b870, #d0aa4d 52%, #d6b870);
    font-size: 1.8rem;
    text-align: center;
    color: #fff;
    padding: 10px;
    border: none;
  }
  .anchor-step-sp li:last-child span {
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
  }
  .anchor-step-sp li:last-child:before {
    content: "";
    background: url(/amc/cpn/anacard2017/image/anchor_step_ic_01.png) left top no-repeat;
    background-size: 100% auto;
    width: 9px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
  }
  .anchor-step-sp li:last-child:after {
    content: "";
    background: url(/amc/cpn/anacard2017/image/anchor_step_ic_02.png) left top no-repeat;
    background-size: 100% auto;
    width: 9px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
  }

  
  /* h2 */
  .res-contents h2 {
    text-align: left;
    padding-left: 90px;
  }
  .res-contents h2#ttl-step01 {
    background-image: url(/amc/cpn/anacard2017/image/h2_step01_sp.png);
    background-size: auto 100%;
    font-size: 1.7rem;
    line-height: 1.1em;
    min-height: 50px;
  }
  .res-contents h2#ttl-step01 span {
    font-size: 1.3rem;
  }
  
  .res-contents h2#ttl-step02 {
    background-image: url(/amc/cpn/anacard2017/image/h2_step02_sp.png);
    background-size: auto 100%;
    line-height: 50px;
  }
  .res-contents h2#ttl-step03 {
    background-image: url(/amc/cpn/anacard2017/image/h2_step03_sp.png);
    background-size: auto 100%;
    line-height: 50px;
  }
  
  /* h3 */
  .ttl-block01 h3 {
    margin-top: 20px;
  }

  /*　card-block-01 */
  .card-block-01 .card-item {
    width: 50%;
    margin-left: 0;
    margin-bottom: 15px;
  }
  .card-block-01 .card-item dl dt,
  .card-block-01 .card-item dl dd.mile-tex {
    font-size: 1.6rem;
  }
  
  .card-block-01 .card-item .res-btn-link.type-01 {
    width: 95%;
  }
  
  /* use-block */
  .use-block .use-list {
    float: none;
    width: 100%;
    margin: 15px 0 0;
    padding: 10px;
    overflow: hidden;
  }
  .use-block .use-list:first-child {
    margin-top: 0;
  }
  .use-block .use-list .use-title {
    margin: 0;
    text-align: left;
  }
  .use-block .use-list .use-title.members {
    margin-top: 20px;
  }
  .use-block .use-list .use-title.members:before {
    display: block;
    position: absolute;
    margin: 0;
    line-height: 1.7em;
  }
  
  .use-block .use-list .use-img {
    float: left;
    width: 40%;
  }
  .use-block .use-list ul {
    float: left;
    width: 60%;
  }
  
  /* table-img-block */
  .table-img-block .res-btn-link.type-01 {
    width: 100%;
    max-width: inherit;
  }
  
  /*.table-block01*/
  .table-block01 table th,
  .table-block01 table td {
    padding: 3px;
    vertical-align: middle;
  }
  
  /*privilege-list*/
  .privilege-list dt {
    float: none;
    margin-top: 10px;
  }
  .privilege-list dd {
    padding-left: 0; 
  }
  
  /*store-list-block*/
  .store-list-block .store-list {
    padding: 0 10px;
  }
  .store-list-block .store-list-ttl:before,
  .store-list-block .store-list-ttl:after {
    display: none;
  }
  .store-list-block .store-list li {
    display: block;
    width: 48%;
    margin: 0 0 10px;
  }
  .store-list-block .store-list li:nth-child(odd) {
    float: left;
  }
  .store-list-block .store-list li:nth-child(even) {
    float: right;
  }
  
  .mile-plus dt .ttl-open-btn {
    top: inherit;
    bottom: 10px;
  }
  
  /* bnr-block */
  .bnr-block li {
    float: none;
    width: 100%;
    margin: 10px 0 0;
  }
  
}