b, strong {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}

.bold {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  font-weight: bold;
}

.mv {
  position: relative;
  padding: 11px 0 16px;
  background: url(../img/mv.jpg) no-repeat top center;
  background-size: cover;
}

@media only screen and (max-width: 480px) {
  .mv {
    padding: 42.5% 0 10px;
    background: #0ea9ea url(../img/mv_sp.jpg) no-repeat top center;
    background-size: 100%;
  }
}
.mv__dec {
  position: absolute;
  top: 110px;
  left: 50%;
  transform: translateX(-220%);
}

@media only screen and (max-width: 1440px) {
  .mv__dec {
    top: 100px;
    transform: translateX(-160%);
  }
  .mv__dec img {
    width: 70%;
  }
}
@media only screen and (max-width: 1024px) {
  .mv__dec {
    top: 120px;
  }
  .mv__dec img {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .mv__dec {
    top: 60px;
    transform: translateX(-120%);
  }
}
@media only screen and (max-width: 480px) {
  .mv__dec {
    top: 35%;
    transform: translateX(-40%);
  }
  .mv__dec img {
    width: 70%;
  }
}
@media only screen and (max-width: 480px) {
  .wrapper__mv__lead {
    padding: 12px 0.75% 15px;
    background: #fffc00;
  }
}
.mv__lead {
  text-align: center;
}

@media only screen and (max-width: 1860px) {
  .mv__lead img {
    width: 80%;
  }
}
@media only screen and (max-width: 1200px) {
  .mv__lead img {
    width: 100%;
  }
}
.mv__inner {
  margin: 0 auto;
  width: 770px;
}

@media only screen and (max-width: 1860px) {
  .mv__inner {
    padding: 0 3%;
  }
}
@media only screen and (max-width: 1200px) {
  .mv__inner {
    width: 70%;
    padding: 0 3%;
  }
}
@media only screen and (max-width: 768px) {
  .mv__inner {
    width: 50%;
    padding: 0 0.75%;
  }
}
@media only screen and (max-width: 480px) {
  .mv__inner {
    width: 100%;
  }
}
.wrap__btn__mv {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-top: 18px;
}
.wrap__btn__mv .btn__mv {
  text-align: center;
  margin-top: 0;
}
.wrap__btn__mv .btn__mv .btn__mv--anchor {
  min-width: 350px;
}

@media only screen and (max-width: 768px) {
  .wrap__btn__mv {
    margin-top: 0.625rem;
  }
}
@media only screen and (max-width: 768px) {
  .wrap__btn__mv .btn__mv {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .wrap__btn__mv .btn__mv {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .wrap__btn__mv .btn__mv .btn__mv--anchor {
    min-width: 50%;
    width: 50%;
    font-size: 0.875rem;
  }
}
.mv__img {
  padding-top: 30px;
  text-align: center;
}

@media only screen and (max-width: 1640px) {
  .mv__img img {
    width: 85%;
  }
}
@media only screen and (max-width: 1200px) {
  .mv__img img {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .mv__img img {
    width: 90%;
  }
}
.mv__bnr {
  margin-top: 30px;
}

@media only screen and (max-width: 480px) {
  .mv__bnr {
    margin-top: 0.625rem;
  }
  .mv__bnr img {
    width: 95%;
  }
}
/*********************************
anchor
*********************************/
.area__anchor {
  padding: 40px 0;
}

@media only screen and (max-width: 480px) {
  .area__anchor {
    padding: 28px 38px 40px;
  }
}
.list__anchor {
  justify-content: space-between;
}
.list__anchor li {
  flex: 0 1 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: bold;
  background: #c00 url(../img/icon_anchor.png) no-repeat 93% center;
  background-size: 12px;
  border-radius: 50px;
}
.list__anchor li a {
  padding: 20px 0;
  width: 100%;
  color: #fff;
}

@media only screen and (max-width: 480px) {
  .list__anchor {
    flex-flow: row wrap;
  }
}
@media only screen and (max-width: 480px) {
  .list__anchor li {
    flex: 0 1 100%;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .list__anchor li a {
    padding: 18px 0;
  }
}
/**************************
section
***************************/
.cardselect {
  padding: 100px 0 0;
}

.section--reason {
  background: #EFFEFF;
}
.section--reason .img__head {
  margin-top: 20px;
}

@media only screen and (max-width: 480px) {
  .section--reason .img__head img {
    width: 90%;
  }
}
/***************************
cardselect
****************************/
.table__caution {
  margin-top: 40px;
}

@media only screen and (max-width: 480px) {
  .table__caution {
    text-align: center;
    font-weight: bold;
    font-size: 13px;
  }
  .table__caution::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 13px;
    background: url(../img/slide_arrow.png) no-repeat;
    background-size: contain;
    margin-right: 15px;
  }
  .table__caution::after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 13px;
    background: url(../img/slide_arrow.png) no-repeat;
    background-size: contain;
    transform: rotate(180deg);
    margin-left: 15px;
  }
}
.box-horizontal {
  margin-top: 65px;
  overflow: hidden;
  width: 100%;
}
.box-horizontal .mask {
  width: 100%;
  overflow-x: auto;
}
.box-horizontal .list {
  max-width: 100%;
  width: 940px;
  margin: 0 auto;
  border-top: 1px solid #dedede;
  border-left: 1px solid #dedede;
}

@media only screen and (max-width: 480px) {
  .box-horizontal {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .box-horizontal .list {
    max-width: none;
    width: 670px;
  }
}
.list__row {
  display: flex;
  justify-content: center;
}
.list__row .list__col:nth-child(1) {
  background: #F8F9FA;
}
.list__row .list__col:nth-child(2) {
  background: #FFFDCC;
}
.list__row .list__col:nth-child(3) {
  background: #FFF3C6;
}
.list__row .list__col:nth-child(4) {
  background: #EAECF0;
}

.list--navi .list__row .list__col:nth-child(n) {
  background: #fff;
}

.list__col {
  width: 25%;
  border-right: 1px solid #dedede;
  padding: 10px;
  text-align: center;
  display: flex;
}
.list__col.head {
  font-size: 13px;
  font-weight: bold;
}
.list__col.head .credit-d {
  font-weight: normal;
  font-size: 12px;
  text-align: right;
  padding-right: 36px;
  margin-top: -10px;
}
.list__col.last {
  display: block;
  padding-top: 0;
  border-bottom: 1px solid #dedede;
}
.list__col .img {
  margin: 12px 0;
}
.list__col .img img {
  width: 140px;
}

@media only screen and (max-width: 768px) {
  .list__col {
    padding: 5px;
  }
}
@media only screen and (max-width: 480px) {
  .list__col.head {
    font-size: 12px;
  }
  .list__col.head .credit-d {
    font-size: 10px;
    padding-right: 20px;
    margin-top: -5px;
  }
}
@media only screen and (max-width: 480px) {
  .list__col .img {
    margin: 6px 0;
  }
}
@media only screen and (max-width: 480px) {
  .list__col .img img {
    width: 70%;
  }
}
.cardtype {
  font-size: 16px;
  font-weight: bold;
}

@media only screen and (max-width: 480px) {
  .cardtype {
    font-size: 14px;
  }
}
.list__col__inner {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 16px;
  border-bottom: 1px solid #dedede;
}

.list__lead span {
  font-size: 11px;
}
.list__lead.second {
  margin-top: 20px;
}

.list__price {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
}
.list__price span:first-of-type {
  flex: 0 1 30%;
  text-align: left;
}
.list__price span:last-of-type {
  flex: 0 1 33%;
  text-align: right;
}

@media only screen and (max-width: 480px) {
  .list__price span:first-of-type {
    flex: 0 1 42%;
  }
}
@media only screen and (max-width: 480px) {
  .list__price span:last-of-type {
    flex: 0 1 45%;
  }
}
.btn__entry {
  display: block;
  padding: 15px 10px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  background: #c00 url(../img/arrow_circle.png) no-repeat 95% center;
  background-size: 18px;
  transition: 0.2s;
}
.btn__entry:hover {
  color: #fff !important;
  opacity: 0.8;
}

@media only screen and (max-width: 480px) {
  .btn__entry {
    font-size: 12px;
    background: #c00 url(../img/arrow_circle.png) no-repeat 97% center;
    background-size: 15px;
  }
}
.btn__bottom {
  margin-top: 40px;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  .btn__bottom {
    margin-top: 40px;
  }
}
.btn__black {
  display: block;
  margin: 0 auto;
  color: #fff;
  padding: 15px;
  max-width: 320px;
  background: #2D2D2D url(/commonY15/img/icon_ext_white_01.png) 95% center no-repeat;
  transition: 0.2s;
}
.btn__black.link__inner {
  background: #2D2D2D url(../img/arrow_right.png) 95% center no-repeat;
  background-size: 10px;
}
.btn__black:hover {
  color: #fff !important;
  opacity: 0.8;
}

@media only screen and (max-width: 480px) {
  .btn__black {
    max-width: 100%;
  }
}
.table__note {
  margin-top: 20px;
}

.icon--plus {
  position: relative;
}
.icon--plus::before {
  content: "+";
  display: inline-block;
  vertical-align: bottom;
  padding: 0 10px;
  position: absolute;
  left: 50%;
  top: -30px;
  transform: translateX(-50%);
  font-size: 28px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .icon--plus::before {
    top: -20px;
    font-size: 20px;
  }
}
.list__col.icon--plus:nth-child(1)::before {
  background: #F8F9FA;
}
.list__col.icon--plus:nth-child(2)::before {
  background: #FFFDCC;
}
.list__col.icon--plus:nth-child(3)::before {
  background: #FFF3C6;
}
.list__col.icon--plus:nth-child(4)::before {
  background: #EAECF0;
}

.lead--reason.second {
  margin-top: 34px;
}

.head--reason {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

.reason--a {
  background-image: url(/afl/navi_mile/img/reason_bg_01.jpg);
}

@media only screen and (max-width: 480px) {
  .reason--a {
    background-image: url(/afl/navi_mile/img/reason_bg_01_sp.jpg);
  }
}
.reason--b {
  background-image: url(/afl/navi_mile/img/reason_bg_02.jpg);
}

@media only screen and (max-width: 480px) {
  .reason--b {
    background-image: url(/afl/navi_mile/img/reason_bg_02_sp.jpg);
  }
  .reason--b .box__white__shadow {
    padding: 1.25rem 0.5rem;
  }
}
.reason--c {
  margin-top: 72px;
  background: url(/afl/navi_mile/img/reason_bg_03.jpg) no-repeat top center;
  background-size: 100%;
}

@media only screen and (max-width: 480px) {
  .reason--c {
    margin-top: 2.5rem;
    background-image: url(/afl/navi_mile/img/reason_bg_03_sp.jpg);
    background-size: 100%;
  }
}
.img__shop--reason {
  margin-top: 20px;
}

.box__list--reason {
  border-color: #1FC7D2;
}
.box__list--reason.col2 .item__box__list--reason {
  flex: 0 1 50%;
}
.box__list--reason.col2 .item__box__list--reason:nth-of-type(2) {
  border-right: none;
}

@media only screen and (max-width: 480px) {
  .box__list--reason.col2 .item__box__list--reason {
    flex: 0 1 100%;
  }
}
.item__box__list--reason {
  border-color: #1FC7D2;
  flex: 0 1 33.333333%;
}
.item__box__list--reason:nth-of-type(2) {
  border-right: 1px solid #1FC7D2;
  border-left: 1px solid #1FC7D2;
}
.item__box__list--reason:nth-of-type(2) .wrap__txt {
  border-right: none;
  border-left: none;
}
.item__box__list--reason .lead__list--reason {
  background: #1FC7D2;
}
.item__box__list--reason .flex__mile {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.item__box__list--reason .flex__mile .small {
  font-size: 12px;
}
.item__box__list--reason .flex__mile .mile {
  font-size: 20px;
}
.item__box__list--reason .flex__mile .mile .num {
  font-size: 28px;
}

@media only screen and (max-width: 480px) {
  .item__box__list--reason {
    flex: 0 1 100%;
  }
}
@media only screen and (max-width: 480px) {
  .item__box__list--reason .wrap__txt {
    border-color: #1FC7D2;
  }
}
@media only screen and (max-width: 480px) {
  .item__box__list--reason:nth-of-type(2) {
    border-right: none;
  }
}
@media only screen and (max-width: 480px) {
  .item__box__list--reason:nth-of-type(2) .wrap__txt {
    border-right: 1px solid #1FC7D2;
  }
}
@media only screen and (max-width: 480px) {
  .item__box__list--reason:last-of-type .wrap__txt {
    border-color: #1FC7D2;
  }
}
.box--reason--add {
  margin-top: 5px;
  padding: 3px;
  text-align: center;
  background: #2166B4;
}
.box--reason--add .txt--add {
  color: #fff;
  font-size: 16px;
}
.box--reason--add .txt--add .yellow {
  color: #FFF002;
}
.box--reason--add .txt--add .num {
  font-size: 32px;
}

.box--example {
  position: relative;
  margin-top: 20px;
  padding: 30px 44px 44px;
  border: 1px solid #FD7A3B;
  border-radius: 8px;
  background: #FFF3EB;
}
.box--example::after {
  position: absolute;
  bottom: -46px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: inline-block;
  width: 53px;
  height: 46px;
  background-size: contain;
}
.box--example .lead--example {
  font-size: 30px;
}
.box--example .lead--example .num {
  font-size: 50px;
}

@media only screen and (max-width: 480px) {
  .box--example {
    padding: 20px 8px;
  }
}
@media only screen and (max-width: 480px) {
  .box--example .lead--example {
    font-size: 1.625rem;
  }
}
.head--example {
  display: inline-block;
  padding: 12px 30px;
  font-size: 18px;
  font-weight: bold;
  color: #FD7A3B;
  border: 1px solid #FD7A3B;
  background: #fff;
  border-radius: 30px;
}

@media only screen and (max-width: 480px) {
  .head--example {
    padding: 1rem;
    font-size: 0.875rem;
  }
}
.flex--example {
  display: flex;
  font-weight: bold;
}
.flex--example .item--example:first-of-type {
  flex: 0 1 70%;
}
.flex--example .list--example {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0;
  font-size: 16px;
  border-bottom: 1px solid #FD7A3B;
}
.flex--example .list--example .txt {
  flex: 0 1 44%;
  text-align: left;
}
.flex--example .list--example .info {
  flex: 0 1 31%;
}
.flex--example .list--example .info .tag {
  display: inline-block;
  padding: 3px;
  color: #fff;
  min-width: 93px;
  background: #FD7A3B;
  border-radius: 8px;
}
.flex--example .list--example .mile {
  flex: 0 1 25%;
  text-align: right;
}
.flex--example .list--example .mile.noadd {
  flex: 0 1 60%;
}
.flex--example .list--example .mile .num {
  font-size: 24px;
}

@media only screen and (max-width: 480px) {
  .flex--example {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .flex--example .list--example {
    flex-flow: row wrap;
  }
}
@media only screen and (max-width: 480px) {
  .flex--example .list--example .txt {
    flex: 0 1 100%;
  }
}
@media only screen and (max-width: 480px) {
  .flex--example .list--example .info {
    flex: 0 1 60%;
  }
}
@media only screen and (max-width: 480px) {
  .flex--example .list--example .mile {
    flex: 0 1 100%;
  }
}
@media only screen and (max-width: 480px) {
  .flex--example .list--example .mile.noadd {
    flex: 0 1 100%;
  }
}
.circle--example {
  position: relative;
  display: inline-block;
  width: 212px;
  height: 212px;
  border-radius: 50%;
  background: #FD7A3B;
  margin-left: 36px;
}
.circle--example .circle__inner {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 212px;
  text-align: center;
  font-size: 24px;
  color: #fff;
}
.circle--example .circle__inner .num {
  font-size: 60px;
}

@media only screen and (max-width: 768px) {
  .circle--example {
    margin-top: 14px;
    width: 161px;
    height: 161px;
  }
}
@media only screen and (max-width: 480px) {
  .circle--example {
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .circle--example .circle__inner {
    width: 161px;
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 768px) {
  .circle--example .circle__inner .num {
    font-size: 2.5rem;
  }
}
.img--example {
  margin-top: 20px;
}

.sublead--reason {
  margin-top: 30px;
  font-size: 18px;
  font-weight: bold;
}
.sublead--reason span {
  display: inline-block;
  padding: 5px 10px;
  margin-right: 10px;
  color: #1FC7D2;
  font-size: 14px;
  border-radius: 20px;
  border: 1px solid #1FC7D2;
}

@media only screen and (max-width: 480px) {
  .sublead--reason {
    font-size: 0.875rem;
  }
}
.flex--navi {
  display: flex;
  justify-content: space-around;
  font-weight: bold;
  margin-top: 24px;
}
.flex--navi .item--navi {
  position: relative;
  flex: 0 1 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  font-size: 19px;
  text-align: center;
  background: #EDEDED;
  border-radius: 4px;
}
.flex--navi .item--navi::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(200%, -50%);
  content: "";
  display: inline-block;
  width: 35px;
  height: 30px;
  background: url(../img/arrow_right_red_l.svg) no-repeat;
  background-size: contain;
}
.flex--navi .item--navi .mile {
  font-size: 24px;
}
.flex--navi .item--navi .mile .num {
  font-size: 32px;
}
.flex--navi .item--navi-b {
  flex: 0 1 40%;
  padding: 12px;
  font-size: 24px;
  text-align: center;
  background: #EFFEFF;
  border: 1px solid #1FC7D2;
  border-radius: 4px;
}
.flex--navi .item--navi-b .num {
  font-size: 46px;
}

@media only screen and (max-width: 480px) {
  .flex--navi .item--navi::after {
    width: 15px;
    height: 13px;
    background-size: contain;
    transform: translate(150%, -50%);
  }
}
@media only screen and (max-width: 480px) {
  .flex--navi .item--navi .mile {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 480px) {
  .flex--navi .item--navi-b {
    font-size: 1.125rem;
  }
}
.list--benefit li {
  box-shadow: none;
  background: #02398b;
  border-radius: 0;
}
.list--benefit li .txt--mile {
  color: #fff;
}
.list--benefit li .txt--caption {
  color: #FFF002;
}

@media only screen and (max-width: 480px) {
  .list--benefit li {
    flex: 0 1 48%;
    min-width: 48%;
    margin: 10px 0 0;
  }
  .list--benefit li .txtarea--benefit {
    min-height: auto;
  }
}
@media only screen and (max-width: 480px) {
  .list--benefit li .txt--mile {
    font-size: 1.125rem;
  }
  .list--benefit li .txt--mile .num {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 480px) {
  .list--benefit {
    display: flex;
    flex-flow: row wrap;
  }
}
.l__section--n-benefit {
  padding: 50px 0;
  background: #1FC7D2;
}

.list--n-benefit {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.list--n-benefit li {
  flex: 0 1 23.5%;
  padding: 20px 16px;
  background: #fff;
  border-radius: 6px;
  text-align: center;
  font-weight: bold;
}
.list--n-benefit li .lead {
  font-size: 16px;
  margin-top: 16px;
}
.list--n-benefit li .txt {
  margin-top: 16px;
}

@media only screen and (max-width: 480px) {
  .list--n-benefit {
    flex-flow: row wrap;
    margin-top: 1.25rem;
  }
}
@media only screen and (max-width: 480px) {
  .list--n-benefit li {
    flex: 0 1 48%;
    padding: 20px 14px;
  }
  .list--n-benefit li:nth-child(n+3) {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .list--n-benefit li .lead {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 480px) {
  .list--n-benefit li .txt {
    font-size: 0.625rem;
  }
}
.posR {
  position: relative;
}

.posA {
  position: absolute;
}

.icon_plus {
  top: 80px;
  left: 47.2%;
}

@media only screen and (max-width: 480px) {
  .icon_plus {
    top: 106px;
    left: 41.2%;
  }
}
@media only screen and (max-width: 480px) {
  .icon_plus img {
    width: 70%;
  }
}
.icon_plus2 {
  top: 60px;
  left: 47.2%;
}

@media only screen and (max-width: 480px) {
  .icon_plus2 {
    top: 73px;
    left: 41.2%;
  }
}
@media only screen and (max-width: 480px) {
  .icon_plus2 img {
    width: 70%;
  }
}
@media only screen and (max-width: 480px) {
  .posR .item__box__list--reason .wrap__txt {
    border-bottom: 1px solid #1FC7D2;
  }
}
@media only screen and (max-width: 480px) {
  .posR .item__box__list--reason:nth-of-type(2) {
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 480px) {
  .img--example .cap {
    font-size: 0.8rem;
  }
}
.list--privilege li {
  display: flex;
  align-items: center;
  padding: 15px 0;
  font-weight: bold;
  border-bottom: 1px solid #FD7A3B;
}
.list--privilege li:nth-child(2), .list--privilege li:nth-child(4), .list--privilege li:nth-child(6) {
  border-bottom: none;
}

.list--privilege2 li {
  border-bottom: none;
}
.list--privilege2 li:nth-child(2) {
  border-bottom: 1px solid #FD7A3B;
}

@media only screen and (max-width: 480px) {
  .list--privilege li {
    flex-flow: row wrap;
    align-items: flex-start;
  }
}
.head__item--privilege {
  flex: 0 1 10%;
  padding: 15px 0;
  font-size: 24px;
  line-height: 1;
  color: #fff;
  background: #FD7A3B;
  border-radius: 6px;
}
.head__item--privilege .num {
  font-size: 30px;
  display: block;
}

@media only screen and (max-width: 480px) {
  .head__item--privilege {
    flex: 0 1 17%;
    font-size: 1rem;
    padding: 6px 0;
  }
}
@media only screen and (max-width: 480px) {
  .head__item--privilege .num {
    font-size: 1.5rem;
  }
}
.content__item--privilege {
  flex: 0 1 65%;
  margin-left: 20px;
  text-align: left;
  font-size: 26px;
}
.content__item--privilege .red {
  color: #c00;
}
.content__item--privilege .sub {
  display: block;
  font-size: 16px;
}

@media only screen and (max-width: 480px) {
  .content__item--privilege {
    flex: 0 1 80%;
    margin-left: 8px;
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 480px) {
  .content__item--privilege .sub {
    font-size: 0.75rem;
  }
}
.txt__item--privilege {
  flex: 0 1 30%;
  text-align: right;
  font-size: 26px;
  color: #c00;
}
.txt__item--privilege .num {
  font-size: 40px;
}

.txt__item--privilege2 {
  padding-top: 3rem;
}

@media only screen and (max-width: 768px) {
  .txt__item--privilege {
    font-size: 20px;
  }
  .txt__item--privilege2 {
    padding-top: 0;
  }
}
@media only screen and (max-width: 480px) {
  .txt__item--privilege {
    flex: 0 1 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .txt__item--privilege .num {
    font-size: 30px;
  }
}
.tex_yellow {
  color: #f36622 !important;
}

.tit1 {
  position: relative;
  /* display: inline-block; */
  margin: 0;
  padding: 10px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  font-size: 24px;
  background: #FD7A3B;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
}
.tit1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #FD7A3B;
}
.tit1 p {
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .tit1 {
    font-size: 1rem;
  }
}
.intro .intro-wrap {
  background: url("/afl/navi_mile/img/mv_bg_sp.jpg") no-repeat 50% 50%/contain;
}

@media screen and (min-width: 47.9375em) {
  .intro .intro-wrap {
    background: url("/afl/navi_mile/img/mv_bg.jpg") no-repeat 50% 50%/contain;
  }
}