@charset "UTF-8";
/*!
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*============================
共通
============================*/
.asterisk {
  bottom: 0.3em;
  font-size: 80%;
  padding-right: 0;
  position: relative;
  vertical-align: top;
}

.bold {
  font-weight: bold;
}

.sas-r {
  bottom: 0.3em;
  padding-right: 0px;
  font-size: 80%;
  vertical-align: top;
}

.amex_reg {
  color: #666;
  font-size: 12px;
  margin: 10px 0 20px;
}

.noteList_star_num {
  font-size: 14px;
  line-height: 18px;
}

.noteList_star_num > li {
  padding-left: 23px;
}

.noteList_star_num > li > span.listMark {
  display: inline-block;
  margin-left: -23px;
  width: 23px;
}

.contents .bigTtl {
  background: #49906a no-repeat center top;
}

.card_st1__block {
  /* margin-left: -25px; */
  margin-left: -10px;
}

.card_st1__block .noteList {
  font-size: 12px;
}

.card_st1__block .card_st1__box {
  float: left;
  /* width: 300px;
  margin-left: 25px; */
  width: 230px;
  margin-left: 10px;
  background-color: #eaeaea;
}

@media only screen and (max-width: 768px) {
  .card_st1__block .card_st1__box {
    height: auto !important;
    width: auto;
    float: none;
    margin-top: 15px;
  }
}

.card_st1__block .card_st1__box .cardname {
  color: #fff;
  background-color: #666666;
  text-align: center;
  padding: 10px 0;
  font-size: 18px;
  font-weight: bold;
}

.card_st1__block .card_st1__box .cardname span {
  vertical-align: middle;
}

.card_st1__block .card_st1__box .card_st1__box_inner {
  /* padding: 17px 20px 20px; */
  padding: 17px 15px 20px;
}

.card_st1__block .card_st1__box .card_st1__box_inner .txt {
  font-size: 14px;
  text-align: center;
}

.card_st1__block .card_st1__box .card_st1__box_inner .txt p {
  line-height: 1.4em;
}

@media only screen and (max-width: 768px) {
  .card_st1__block .card_st1__box .card_st1__box_inner {
    padding: 15px 10px;
  }
  .card_st1__block .card_st1__box .card_st1__box_inner .txt {
    font-size: 14px;
  }
  .card_st1__block .card_st1__box .card_st1__box_inner .card_info_wrap {
    display: flex;
    height: auto !important;
  }
}

.card_st1__block .card_st1__box .card_st1__box_inner .osusume {
  background-color: #fff;
  margin-bottom: 20px;
  margin-top: 17px;
  font-size: 13px;
}

.card_st1__block .card_st1__box .card_st1__box_inner .osusume p {
  display: flex;
  align-items: center;
}

.card_st1__block .card_st1__box .card_st1__box_inner .osusume .osusume_txt1 {
  flex: 1 1 40%;
  background: url(../img/card_select/bg_arrow_g_right.png) right center no-repeat #ccc;
  background-size: auto 100%;
  display: inline-block;
  line-height: 1.3;
  /*padding: 7px 10px 7px 8px;*/
  padding: 7px 10px 7px 5px;
}

.card_st1__block .card_st1__box .card_st1__box_inner .osusume .osusume_txt2 {
  flex: 1 1 60%;
  /* padding: 7px 15px; */
  padding: 7px 5px;
  line-height: 1.3;
}

@media only screen and (max-width: 768px) {
  .card_st1__block .card_st1__box .card_st1__box_inner .osusume {
    margin-top: 13px;
    margin-bottom: 15px;
  }
  .card_st1__block .card_st1__box .card_st1__box_inner .osusume p {
    display: flex;
    align-items: center;
  }
  .card_st1__block .card_st1__box .card_st1__box_inner .osusume .osusume_txt1 {
    flex: 1;
    height: auto;
    padding: 7px 20px 7px 17px;
    background-size: auto 100%;
    line-height: 1.3;
    text-align: center;
  }
  .card_st1__block .card_st1__box .card_st1__box_inner .osusume .osusume_txt2 {
    flex: 2;
    height: auto;
    padding: 7px 15px;
    line-height: 1.3;
  }
}

.card_st1__block .card_st1__box .card_st1__box_inner .cardimage {
  width: 180px;
  margin-left: auto;
  margin-right: auto;
}

.card_st1__block .card_st1__box .card_st1__box_inner .cardimage img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .card_st1__block .card_st1__box .card_st1__box_inner .cardimage {
    width: 135px;
    margin-right: 15px;
  }
}

.card_st1__block .card_st1__box .card_st1__box_inner .card_info {
  margin-top: 15px;
  line-height: 1.5;
}

.card_st1__block .card_st1__box .card_st1__box_inner .card_info .appeal_txt_st1 {
  border: 1px solid #cc0000;
  text-align: center;
  margin-bottom: 5px;
}

.card_st1__block .card_st1__box .card_st1__box_inner .card_info .appeal_txt_st1 span {
  color: #cc0000;
  vertical-align: middle;
  font-size: 13px;
}

@media only screen and (max-width: 768px) {
  .card_st1__block .card_st1__box .card_st1__box_inner .card_info {
    flex: 1;
    margin-top: 0;
  }
  .card_st1__block .card_st1__box .card_st1__box_inner .card_info .appeal_txt_st1 span {
    font-size: 11px;
  }
}

.card_st1__block .card_st1__box .card_st1__box_inner .appeal_txt_st1_2 {
  clear: both;
}

.card_st1__block .card_st1__box .card_st1__box_inner .fee {
  font-size: 16px;
  line-height: 1.5em;
}

.card_st1__block .card_st1__box .card_st1__box_inner .fee .title {
  font-weight: bold;
}

.card_st1__block .card_st1__box .card_st1__box_inner .fee2 {
  line-height: 1.35em;
}

.card_st1__block .card_st1__box .card_st1__box_inner .add_btn {
  clear: both;
  padding-top: 15px;
}

.card_st1__block .card_st1__box .card_st1__box_inner .add_btn > span {
  width: 198px;
  display: inline-block;
  margin-left: 18px;
}

.card_st1__block .card_st1__box .card_st1__box_inner .add_btn > span:first-child {
  margin-left: 0;
}

@media only screen and (max-width: 768px) {
  .card_st1__block .card_st1__box .card_st1__box_inner .add_btn {
    font-size: 15px;
    font-weight: bold;
  }
}

#card_select_navi_est {
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  #card_select_navi_est {
    margin-bottom: 15px;
  }
}

#card_select_navi_est .card_st1__block .card_st1__box .card_st1__box_inner .cardimage {
  width: 160px;
}

#card_select_navi_est .card_st1__block .card_st1__box .card_st1__box_inner .card_info {
  width: 225px;
}

@media only screen and (max-width: 768px) {
  #card_select_navi_est .card_st1__block .card_st1__box .card_st1__box_inner .cardimage {
    width: 35%;
  }
  #card_select_navi_est .card_st1__block .card_st1__box .card_st1__box_inner .card_info {
    width: calc(65% - 10px);
  }
}

/* clearfix */
.cf:before, .cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

/* ------------------------------------------
	element
------------------------------------------ */
body {
  font-size: 14px;
  line-height: 1.4;
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 12px;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

em {
  font-weight: bold;
  font-style: normal;
}

sub,
sup {
  font-size: 8px;
}

sup {
  vertical-align: top;
}

.small {
  font-size: 85%;
}

a:hover {
  color: #c00;
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
}

/* ------------------------------------------
	layout
------------------------------------------ */
#wrapper {
  margin: 0 auto;
  padding: 0;
}

@media only screen and (max-width: 768px) {
  #wrapper {
    min-width: 0;
  }
}

.inner, .gHeader__inner, .section__inner, .boxCardEntry__inner, .gFooter__inner {
  width: 950px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .inner, .gHeader__inner, .section__inner, .boxCardEntry__inner, .gFooter__inner {
    width: auto;
  }
}

.l-grid {
  margin-left: -15px;
  margin-right: -15px;
}

.l-grid-full, .l-grid-half {
  box-sizing: border-box;
  float: left;
  min-height: 1px;
  padding: 0 15px;
  position: relative;
}

.l-grid-full {
  width: 100%;
}

.l-grid-half {
  width: 50%;
}

@media only screen and (max-width: 768px) {
  .l-grid {
    margin-left: 0;
    margin-right: 0;
  }
  .l-grid > *:first-child {
    margin-top: 0;
  }
  .l-grid-full, .l-grid-half {
    float: none;
    padding: 0;
    width: auto;
    margin-top: 20px;
  }
}

/* ------------------------------------------
  module
------------------------------------------ */
.box {
  margin-top: 30px;
}

.box--arrow .box__inner {
  padding: 40px 20px;
  background-color: #fff;
  position: relative;
}

.box--arrow .box__inner::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 26px 0 0;
  border-color: transparent transparent transparent transparent;
  border-top-color: #deeaf8;
}

@media only screen and (max-width: 768px) {
  .box--arrow {
    margin-top: 15px;
  }
  .box--arrow .box__inner {
    padding: 25px;
  }
  .box--arrow .box__inner::after {
    border-width: 10px 13px 0 0;
  }
}

.boxService__inner {
  padding: 28px;
  box-sizing: border-box;
  border: 1px solid #cbcbcb;
  background-color: rgba(255, 255, 255, 0.9);
}

.boxService__title {
  text-align: center;
}

.boxService__lead {
  line-height: 1.8;
}

.boxService__lead b {
  color: #c00;
}

.boxService__lead, .boxService__content, .boxService__footer {
  margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  .boxService__inner {
    padding: 12px;
  }
  .boxService__lead {
    line-height: 1.5;
  }
  .boxService__content {
    font-size: 14px;
  }
  .boxService__lead, .boxService__content, .boxService__footer {
    margin-top: 20px;
  }
}

/* ボタン */
.btn {
  display: block;
  padding: 20px;
  text-align: center;
}

.btn--black {
  background-color: #444;
  color: #fff;
  position: relative;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.btn--black:hover {
  color: #fff;
  background-color: #666;
}

.btn--black::before {
  content: '';
  display: inline-block;
  position: relative;
  vertical-align: middle;
  top: -1px;
  margin-right: 12px;
  background: 0 0 no-repeat;
  width: 11px;
  height: 10px;
  background-image: url(/tabiservice/img/card_select/icon_ext_white_01.png);
  background-size: contain;
}

@media only screen and (max-width: 768px) {
  .btn {
    padding: 15px 10px;
  }
}

/* 注釈 */
.annotation {
  margin-top: 10px;
  font-size: 12px;
}

.annotation--indent {
  text-indent: -1em;
  margin-left: 1em;
}

@media only screen and (max-width: 768px) {
  .annotation {
    font-size: 10px;
  }
}

.boxAnnotation__footer .annotation {
  margin-top: 30px;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* ------------------------------------------
	ヘッダー
------------------------------------------ */
.gHeader {
  background: #fff url(/afl/potential/img/bg_header.jpg) no-repeat center top;
  background-size: cover;
  position: relative;
  padding-bottom: 170px;
}

.gHeader__inner {
  padding-top: 38px;
}

.gHeader__heading {
  text-align: center;
}

.gHeader__headingTitle {
  margin-top: 45px;
}

.gHeader__headingLead {
  margin-top: 35px;
}

.gHeader__content {
  margin-top: 35px;
}

.gHeader__list {
  display: flex;
  justify-content: center;
}

.gHeader__list li {
  opacity: 0;
}

.gHeader__list li ~ li {
  margin-left: 40px;
}

.gHeader__list li a img {
  transition: transform .4s ease;
}

.gHeader__list li a:hover img {
  transform: scale(1.04);
}

.gHeader__list li:nth-child(1) {
  animation: fadeIn 1.5s ease 1s forwards;
}

.gHeader__list li:nth-child(2) {
  animation: fadeIn 1.5s ease 1.5s forwards;
}

.gHeader__list li:nth-child(3) {
  animation: fadeIn 1.5s ease 2s forwards;
}

.gHeader__appeal {
  position: absolute;
  width: 100%;
  padding-top: 17px;
  padding-bottom: 17px;
  box-sizing: border-box;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
}

@media only screen and (max-width: 768px) {
  .gHeader {
    padding-bottom: 90px;
  }
  .gHeader__inner {
    padding: 20px 10px 0;
  }
  .gHeader__headingTitle {
    margin-top: 25px;
  }
  .gHeader__headingLead {
    margin-top: 20px;
  }
  .gHeader__content {
    margin-top: 20px;
  }
  .gHeader__list {
    justify-content: space-evenly;
  }
  .gHeader__list li {
    width: 115px;
  }
  .gHeader__list li ~ li {
    margin-left: 4px;
  }
  .gHeader__appeal {
    padding: 15px 20px;
  }
  .gHeader__appealText img {
    max-width: 338px;
    width: 100%;
  }
}

/* ------------------------------------------
	base section
------------------------------------------ */
.section {
  padding-top: 60px;
}

.section__header {
  text-align: center;
}

.section__headerLead {
  margin-top: 35px;
}

.section__content {
  margin-top: 80px;
  padding-bottom: 40px;
}

.section__aside {
  padding-top: 40px;
  padding-bottom: 60px;
}

.section__asideTitle {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .section {
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .section__headerTitle img {
    width: 100%;
  }
  .section__headerLead {
    margin-top: 18px;
  }
  .section__content {
    margin-top: 25px;
    padding-bottom: 10px;
  }
  .section__aside {
    padding: 10px;
  }
}

/* ------------------------------------------
 section--01 - 日常の生活でマイルがたまる
------------------------------------------ */
.section--01 {
  background: url(/afl/potential/img/bg_section01.jpg) 0 0 no-repeat;
  background-size: 100% auto;
}

.section--01 .section__aside {
  background-color: #deeaf8;
}

.section--01 .section__asideTitle img {
  max-width: 627px;
}

.section--01 .box--arrow .box__inner::after {
  border-top-color: #deeaf8;
}

.section--01 .box__inner{
  position: relative;
}

.section--01 .box__txt{
  position: absolute;
  top: 279px;
  left: 370px;
}

.section--01 .txt--bg{
  display: inline-block;
  margin-top: 5px;
  padding: 5px 10px;
  font-size: 16px;
  background: #dcdcdc;
}

.section--01 .wrap__txt--ex{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: baseline;
	-ms-flex-align: baseline;
  align-items: baseline;
  margin-top: 5px;
}
.section--01 .txt--ex span{
  vertical-align: baseline;
}

.section--01 .txt--ex .num{
  font-size: 26px;
}

.section--01 .txt--ex .spot{
  font-size: 20px;
  font-weight: bold;
}

.red {
    color: #c00;
}

@media only screen and (max-width: 768px) {
  .section--01 {
    background-image: url(/afl/potential/img/sp-bg_section01.jpg);
  }
  .section--01 .section__headerTitle img {
    max-width: 362px;
  }
  .section--01 .section__headerLead img {
    max-width: 251px;
  }
  .section--01 .section__content {
    padding-bottom: 10px;
  }
  .section--01 .section__aside {
    margin-left: -10px;
    margin-right: -10px;
    padding: 30px 10px;
    background-color: #deeaf8;
  }
  .section--01 .section__asideTitle img {
    max-width: 342px;
    width: 100%;
  }
  .section--01 .section__asideImage {
    text-align: center;
  }

  .section--01 .boxService__content {
    padding-left: 25px;
    padding-right: 25px;
  }

  .section--01 .box__txt{
    position: relative;
    top: auto;
    left: auto;
  }

  .section--01 .txt--bg{
    font-size: 1rem;
  }

  .section--01 .wrap__txt--ex{
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-flow:row wrap;
    flex-flow:row wrap;
  }

  .section--01 .txt--ex{
    font-size: 0.912rem;
  }

  .section--01 .txt--ex.mile{
    -webkit-box-flex:1;
    -ms-flex:1 1 100%;
    flex:1 1 100%;
  }

  .section--01 .txt--ex .num{
    font-size: 1.75rem;
  }
  
  .section--01 .txt--ex .spot{
    font-size: 1.25rem;
    font-weight: bold;
  }
}

/* ------------------------------------------
 section--02 - 特典交換もおトク
------------------------------------------ */
.section--02 {
  background-size: 100% auto;
  margin-top:-60px;
}

.section--02 .section__aside {
  background-color: #ffe9ad;
}

.section--02 .section__asideTitle img {
  max-width: 402px;
}

.section--02 .box--arrow .box__inner::after {
  border-top-color: #ffe9ad;
}

.section--02 .boxAmenity__inner {
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 25px 30px;
}

.section--02 .boxAmenity__header {
  text-align: center;
}

.section--02 .boxAmenity__title {
  font-size: 24px;
}

.section--02 .boxAmenity__content {
  margin-top: 12px;
}

.section--02 .boxAmenity__content .boxAmenity__image{
  /*text-align: center;*/
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.boxAmenity__point{
  display: inline-block;
  vertical-align: top;
  width: 50%;
}

@media only screen and (max-width: 768px) {
  .section--02 .boxAmenity__content .boxAmenity__image{
    display: block;
    width: 100%;
  }
  .boxAmenity__point{
    display: block;
    width: 100%;
  }
}

.section--02 .boxAmenity__pointItem {
  display: table;
  border: 1px solid #333;
  margin-top: 20px;
  width: 100%;
  box-sizing: border-box;
}


.section--02 .boxAmenity__pointItem dt, .section--02 .boxAmenity__pointItem dd {
  padding: 0 15px;
  height: 50px;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
}

.section--02 .boxAmenity__pointItem > dt {
  text-align: center;
  width: 180px;
  background-color: #333;
  color: #fff;
  font-size: 14px;
}

.section--02 .boxAmenity__pointItem > dd {
  flex: 1;
}

.section--02 .boxAmenity__pointItem > dd span {
  font-size: 24px;
}

.section--02 .boxAmenity__pointItem > dd strong {
  font-size: 30px;
}

.section--02 .boxAmenity__pointItem.is-member {
  border-color: #c00;
  color: #c00;
}

.section--02 .boxAmenity__pointItem.is-member > dt {
  background-color: #c00;
}

.section--02 .boxAmenity__pointValue {
  margin-top: 30px;
  background-color: #c00;
  border-radius: 30px;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}

.section--02 .boxAmenity__pointValue::before {
  position: absolute;
  left: 0;
  right: 0;
  top: -12px;
  margin: auto;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 14px 12px 14px;
  border-color: transparent transparent #c00 transparent;
}

.section--02 .boxAmenity__pointValue img {
  height: 30px;
}

@media only screen and (max-width: 768px) {
  .section--02 {
    /* background-image: url(/afl/potential/img/sp-bg_section02.jpg); */
    margin-top: 0;
    padding-top: 0px;
  }
  .section--02 .section__headerTitle img {
    max-width: 227px;
  }
  .section--02 .section__headerLead img {
    max-width: 238px;
  }
  .section--02 .section__aside {
    margin-left: -10px;
    margin-right: -10px;
    padding: 20px 10px;
  }
  .section--02 .section__asideTitle img {
    max-width: 233px;
  }
  .section--02 .section__asideImage {
    position: relative;
    overflow: hidden;
    padding-top: 214.28571%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url(/afl/potential/img/sp-img_jfp1.png);
  }
  .section--02 .section__asideImage img {
    display: none;
  }
  .section--02 .boxAmenity__inner {
    padding: 20px;
  }
  .section--02 .boxAmenity__title {
    font-size: 19px;
  }
  .section--02 .boxAmenity__pointItem {
    margin-top: 10px;
  }
  .section--02 .boxAmenity__pointItem dt, .section--02 .boxAmenity__pointItem dd {
    padding: 0;
    height: 40px;
  }
  .section--02 .boxAmenity__pointItem > dt {
    width: 115px;
    font-size: 11px;
  }
  .section--02 .boxAmenity__pointItem > dd {
    padding-left: 10px;
  }
  .section--02 .boxAmenity__pointItem > dd span {
    font-size: 19px;
  }
  .section--02 .boxAmenity__pointItem > dd strong {
    font-size: 23px;
  }
  .section--02 .boxAmenity__pointValue {
    margin-top: 25px;
    border-radius: 40px;
  }
  .section--02 .boxAmenity__pointValue::before {
    top: -10px;
    border-width: 0 12px 10px 12px;
  }
  .section--02 .boxAmenity__pointValue img {
    height: 20px;
  }
}

/* ------------------------------------------
  section--03 - 旅に嬉しいサービスが充実
------------------------------------------ */
.section--03 {
  background: url(/afl/potential/img/bg_section03.jpg) 0 0 no-repeat;
  background-size: 100% auto;
}

.section--03 .section__content {
  margin-top: 80px;
}

.section--03 .l-grid {
  margin-top: 30px;
}

.section--03 .boxService--01 .boxService__lead, .section--03 .boxService--01 .boxService__content {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .section--03 {
    background-image: url(/afl/potential/img/sp-bg_section03.jpg);
  }
  .section--03 .section__headerTitle img {
    max-width: 343px;
  }
  .section--03 .section__headerLead img {
    max-width: 151px;
  }
  .section--03 .section__content {
    margin-top: 30px;
  }
  .section--03 .l-grid {
    margin-top: 20px;
  }
  .section--03 .boxService__title {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: auto;
    margin-right: auto;
    width: 195px;
  }
  .section--03 .boxService__title img {
    display: none;
  }
  .section--03 .boxService--01 .boxService__title {
    background-image: url(/afl/potential/img/sp-ttl_service_01.png);
    height: 44px;
  }
  .section--03 .boxService--01 .boxService__lead {
    text-align: left;
  }
  .section--03 .boxService--02 .boxService__title {
    background-image: url(/afl/potential/img/sp-ttl_service_02.png);
    height: 19px;
  }
  .section--03 .boxService--03 .boxService__title {
    background-image: url(/afl/potential/img/sp-ttl_service_03.png);
    height: 19px;
  }
}

/* ------------------------------------------
  section--04 - ライフスタイルにあったカードが選べる
------------------------------------------ */
.section--04 {
  padding-top: 0;
}

.section--04 .section__header {
  padding-top: 40px;
  padding-bottom: 65px;
  background: url(/afl/potential/img/bg_section04.jpg) 0 0 no-repeat;
  background-size: cover;
}

.section--04 .section__content {
  margin-top: 60px;
}

.section--04 .section__aside {
  padding-top: 0;
  padding-bottom: 0;
}

.section--04 .boxSelectCard {
  margin-top: 70px;
}

.section--04 .boxSelectCard__inner {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}

.section--04 .boxSelectCard__title {
  text-align: center;
  font-size: 24px;
  line-height: 1.2;
  color: #fff;
  position: relative;
  display: inline-block;
}

.section--04 .boxSelectCard__title::before, .section--04 .boxSelectCard__title::after {
  content: '';
  display: block;
  width: 160px;
  height: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.section--04 .boxSelectCard__title::before {
  background-image: linear-gradient(to left, #fff, transparent 75%, transparent 100%);
  left: -185px;
}

.section--04 .boxSelectCard__title::after {
  background-image: linear-gradient(to right, #fff, transparent 75%, transparent 100%);
  right: -185px;
}

.section--04 .boxSelectCard__listItem {
  float: left;
}

.section--04 .boxSelectCard--type .boxSelectCard__list {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.section--04 .boxSelectCard--type .boxSelectCard__listItem {
  margin-top: 30px;
  width: 240px;
}

.section--04 .boxSelectCard--type .boxSelectCard__listItem {
  margin-right: 20px;
}
.section--04 .boxSelectCard--type .boxSelectCard__listItem:nth-child(4){
  margin-left: 120px;
}
.section--04 .boxSelectCard--type .boxSelectCard__listItem:nth-child(3),
.section--04 .boxSelectCard--type .boxSelectCard__listItem:nth-child(5) {
  margin-right: 0;
}

/* .section--04 .boxSelectCard--type .boxSelectCard__listItem:nth-child(even) {
  margin-left: 20px;
} */

.section--04 .boxSelectCard--type .boxSelectCard__listItem dl dd {
  margin-top: 10px;
  text-shadow: 0 0 6px black;
  color: #fff;
}

.section--04 .boxSelectCard--brand .boxSelectCard__list {
  margin-top: 25px;
  margin-left: -5px;
  margin-right: -5px;
}

.section--04 .boxSelectCard--brand .boxSelectCard__listItem {
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 10px;
  background: #fff;
  margin-left: 5px;
}

.section--04 .boxSelectCard--brand .boxSelectCard__listItem img{
  height: 52px;
}

.section--04 .boxCardSummary__inner {
  border: 1px solid #ccc;
}

.section--04 .boxCardSummary__header {
  text-align: center;
  font-size: 22px;
  padding: 10px 30px;
  background-color: #deeaf8;
}

.section--04 .boxCardSummary__content {
  padding: 30px;
}

.section--04 .boxCardSummary__lead {
  font-size: 20px;
  text-align: center;
}

.section--04 .boxCardSummary__column {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}

.section--04 .boxCardSummary__columnImage {
  margin-right: 40px;
}

.section--04 .boxCardSummary .osusume dl {
  border: 1px solid #ccc;
  text-align: center;
}

.section--04 .boxCardSummary .osusume dl dt,
.section--04 .boxCardSummary .osusume dl dd {
  padding: 8px;
}

.section--04 .boxCardSummary .osusume dl dt {
  background-color: #ccc;
}

.section--04 .boxCardSummary .card_info .appeal_txt {
  margin-top: 20px;
  border: 1px solid #cf0000;
  color: #cf0000;
  text-align: center;
  padding: 6px;
  font-size: 22px;
  font-weight: bold;
}

.section--04 .boxCardSummary .card_info .fee {
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
}

.section--04 .boxCardSummary .card_info .fee .title {
  margin-right: 25px;
}

.section--04 .boxCardSummary .card_info .fee2 {
  margin-top: 5px;
  font-size: 12px;
}

.section--04 .boxCardSummary .noteList_star {
  font-size: 12px;
  padding-top: 15px;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}

.section--04 .boxCardSummary .add_btn {
  margin: 35px auto 0;
  max-width: 420px;
}

.section--04 .boxCardSummary .add_btn a {
  padding-bottom: 18px !important;
  padding-top: 18px !important;
}

.section--04 .boxCardSelection__header {
  text-align: center;
}

.section--04 .boxCardSelection__headerTitle {
  color: #c00;
  font-size: 24px;
}

.section--04 .boxCardSelection__content {
  margin-top: 20px;
}

.section--04 .boxCardSelection__item {
  margin-top: 30px;
}

.section--04 .boxCardSelection__footer {
  margin-top: 30px;
}

.section--04 .boxCardSelection__footer .btnBK {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  font-size: 18px;
}

.section--04 .btnBK:hover,
.section--04 .btnRD:hover {
  color: white;
}

@media only screen and (max-width: 768px) {
  .section--04 .section__header {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10q;
    padding-bottom: 40px;
    background-image: url(/afl/potential/img/sp-bg_section04.jpg);
  }
  .section--04 .section__headerTitle img {
    max-width: 294px;
  }
  .section--04 .section__headerLead img {
    max-width: 276px;
  }
  .section--04 .section__content {
    margin-top: 30px;
  }
  .section--04 .boxSelectCard {
    margin-top: 25px;
  }
  .section--04 .boxSelectCard__inner {
    max-width: none;
  }
  .section--04 .boxSelectCard__title {
    text-align: center;
    font-size: 12px;
  }
  .section--04 .boxSelectCard__title::before, .section--04 .boxSelectCard__title::after {
    width: 80px;
  }
  .section--04 .boxSelectCard__title::before {
    left: -95px;
  }
  .section--04 .boxSelectCard__title::after {
    right: -95px;
  }
  .section--04 .boxSelectCard__listItem {
    float: left;
  }
  .section--04 .boxSelectCard--type .boxSelectCard__list {
    max-width: 380px;
    width: 100%;
  }
  .section--04 .boxSelectCard--type .boxSelectCard__listItem {
    margin-top: 15px;
    max-width: 120px;
    width: 31.5%;
  }
  .section--04 .boxSelectCard--type .boxSelectCard__listItem {
    margin-right: 2.75%;
  }
  .section--04 .boxSelectCard--type .boxSelectCard__listItem:nth-child(3),
  .section--04 .boxSelectCard--type .boxSelectCard__listItem:nth-child(5) {
    margin-right: 0;
  }
  .section--04 .boxSelectCard--type .boxSelectCard__listItem:nth-child(4) {
    margin-left: 17.125%;
  }


  /* .section--04 .boxSelectCard--type .boxSelectCard__listItem:nth-child(even) {
    margin-left: 10px;
  } */
  .section--04 .boxSelectCard--type .boxSelectCard__listItem dl dd {
    margin-top: 5px;
    font-size: 10px;
  }
  .section--04 .boxSelectCard--brand .boxSelectCard__list {
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    max-width: 275px;
  }
  .section--04 .boxSelectCard--brand .boxSelectCard__listItem {
    margin-bottom: 10px;
    padding-left: 2px;
    padding-right: 2px;
  }
  .section--04 .boxSelectCard--brand .boxSelectCard__listItem img {
    zoom: .5;
  }
  .section--04 .boxCardSummary__header {
    font-size: 15px;
    padding: 5px 15px;
  }
  .section--04 .boxCardSummary__content {
    padding: 15px;
  }
  .section--04 .boxCardSummary__lead {
    font-size: 14px;
  }
  .section--04 .boxCardSummary__column {
    margin-top: 15px;
    max-width: 335px;
  }
  .section--04 .boxCardSummary__columnImage {
    width: 135px;
    margin-right: 15px;
  }
  .section--04 .boxCardSummary__columnText {
    flex: 1;
  }
  .section--04 .boxCardSummary .osusume dl dt,
  .section--04 .boxCardSummary .osusume dl dd {
    font-size: 11px;
    padding: 4px;
  }
  .section--04 .boxCardSummary .card_info .appeal_txt {
    margin-top: 10px;
    padding: 4px;
    font-size: 14px;
  }
  .section--04 .boxCardSummary .card_info .fee,
  .section--04 .boxCardSummary .card_info .fee2 {
    margin-left: -150px;
  }
  .section--04 .boxCardSummary .card_info .fee .title {
    margin-right: 20px;
  }
  .section--04 .boxCardSummary .noteList_star {
    padding-top: 8px;
  }
  .section--04 .boxCardSummary .add_btn {
    margin-top: 15px;
    max-width: none;
  }
  .section--04 .boxCardSummary .add_btn a {
    font-size: 14px;
    padding-bottom: 9px !important;
    padding-top: 9px !important;
  }
  .section--04 .boxCardSelection__headerTitle {
    font-size: 15px;
  }
  .section--04 .boxCardSelection__content {
    margin-top: 15px;
  }
  .section--04 .boxCardSelection__item {
    margin-top: 15px;
  }
  .section--04 .boxCardSelection__footer {
    margin-top: 20px;
  }
  .section--04 .boxCardSelection__footer .btnBK {
    padding-top: 9px !important;
    padding-bottom: 9px !important;
    font-size: 14px;
  }
  .section--04 .boxSelectCard--brand .boxSelectCard__listItem img{
    height: 32px;
  }
}

/* ------------------------------------------
  入会はこちら
------------------------------------------ */
.boxCardEntry {
  background-color: rgba(51, 51, 51, 0.9);
  color: #fff;
  text-align: center;
}

.boxCardEntry__inner {
  padding: 20px;
}

.boxCardEntry__column {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.boxCardEntry__columnImage {
  width: 300px;
  padding-left: 100px;
  box-sizing: border-box;
  float: left;
  position: relative;
}

.boxCardEntry__columnImage img {
  z-index: 2;
  position: relative;
}

.boxCardEntry__columnImage::before {
  content: '';
  width: 110px;
  height: 110px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(/afl/potential/img/img_card_entry.png) 0 0 no-repeat;
  background-size: contain;
  z-index: 1;
}

.boxCardEntry__columnText {
  width: 280px;
  float: right;
}

.boxCardEntry__btn {
  margin-top: 20px;
}

.boxCardEntry__btn > a {
  display: block;
  background: #c00 url(/afl/potential/img/bullet_anchor_down.png) no-repeat;
  background-position: calc(100% - 20px) center;
  background-size: 20px 16px;
  text-align: center;
  padding: 14px;
}

.boxCardEntry__btn > a:hover {
  background-color: #cb4e4e;
}

.boxCardEntry__btn > a img {
  max-width: 136px;
}

@media only screen and (max-width: 768px) {
  .boxCardEntry {
    text-align: left;
  }
  .boxCardEntry__title {
    text-align: center;
  }
  .boxCardEntry__title img {
    width: 278px;
  }
  .boxCardEntry__column {
    max-width: none;
    margin-bottom: 15px;
  }
  .boxCardEntry__columnImage {
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-left: 0;
    float: none;
  }
  .boxCardEntry__columnImage::before {
    width: 80px;
    height: 80px;
    left: -74px;
  }
  .boxCardEntry__columnText {
    margin: 15px auto 0;
    width: 100%;
    float: none;
  }
  .boxCardEntry__btn {
    margin-top: 20px;
  }
  .boxCardEntry__btn > a {
    display: block;
    background: #c00 url(/afl/potential/img/bullet_anchor_down.png) no-repeat;
    background-position: calc(100% - 20px) center;
    background-size: 20px 16px;
    text-align: center;
    padding: 14px;
  }
  .boxCardEntry__btn > a:hover {
    background-color: #cb4e4e;
  }
  .boxCardEntry__btn > a img {
    max-width: 136px;
  }
}

.boxCardEntry--follow {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  transition: all .75s ease-in-out;
}

.boxCardEntry--follow.is-fixed {
  visibility: visible;
  opacity: 1;
}

.boxCardEntry--follow .boxCardEntry__column {
  margin-bottom: 0;
}

.boxCardEntry--follow .boxCardEntry__columnText {
  display: flex;
  width: auto;
  float: none;
  align-items: center;
}

.boxCardEntry--follow .boxCardEntry__title {
  width: 290px;
  margin-right: 20px;
}

.boxCardEntry--follow .boxCardEntry__btn {
  flex: 1;
  margin-top: 0;
}

.boxCardEntry--follow .boxCardEntry__trigger {
  display: none;
}

@media only screen and (max-width: 768px) {
  .boxCardEntry--follow .boxCardEntry {
    position: relative;
  }
  .boxCardEntry--follow .boxCardEntry__column {
    max-width: none;
  }
  .boxCardEntry--follow .boxCardEntry__columnText {
    margin-top: 0;
    display: block;
  }
  .boxCardEntry--follow .boxCardEntry__title {
    width: auto;
    margin-right: 0;
  }
  .boxCardEntry--follow .boxCardEntry__btn {
    margin-top: 20px;
  }
  .boxCardEntry--follow .boxCardEntry__trigger {
    display: block;
    position: absolute;
    bottom: 100%;
    right: 0;
    width: 100%;
    text-align: right;
    line-height: 1;
  }
  .boxCardEntry--follow .boxCardEntry__trigger span {
    padding: 12px 12px 12px 40px;
    display: inline-block;
    background: rgba(51, 51, 51, 0.9) 20px 50% no-repeat;
    font-size: 15px;
    vertical-align: bottom;
  }
  .boxCardEntry--follow .boxCardEntry__trigger.js-is-open span {
    background-image: url(/afl/potential/img/btn_accordion_close.png);
    background-size: 12px 12px;
  }
  .boxCardEntry--follow .boxCardEntry__trigger.js-is-close span {
    background-image: url(/afl/potential/img/btn_accordion_open.png);
    background-size: 16px 13px;
  }
}

/* ------------------------------------------
  pagetop
------------------------------------------ */
#page_top {
  height: 96px;
  bottom: 96px;
  cursor: pointer;
  position: fixed;
  right: 20px;
  z-index: 101;
  display: none;
}

#page_top:hover {
  opacity: .75;
  filter: alpha(opacity=75);
  -ms-filter: "alpha(opacity=75)";
  -khtml-opacity: .75;
  -moz-opacity: .75;
}

#page_top a {
  display: block;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 768px) {
  #page_top {
    display: none !important;
  }
}

/* ------------------------------------------
	フッター
------------------------------------------ */
.gFooter {
  margin-top: 40px;
  padding: 20px 0;
  border-top: 2px solid #333;
  box-shadow: inset 0 1px 0 #cf0000;
}

.gFooter .copyright {
  font-size: 12px;
}

@media only screen and (max-width: 768px) {
  .gFooter {
    margin-top: 30px;
    padding: 15px 10px 30px;
  }
}

/* ------------------------------------------
	修正
------------------------------------------ */
.section--04 .boxCardSelection__bnrArea p{
  font-size: 1.1rem;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
.section--04 .boxCardSelection__bnrArea {
  padding-top: 20px;
}
.section--04 .boxCardSelection__bnrArea p{
  font-size: 1.1rem;
  margin-bottom: 5px;
}
.section--04 .boxCardSelection__bnrArea .bnr a{
  display: block;
  position: relative;
  overflow: hidden;
  /*padding-top: 33.286%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(/common/img/bn/bn_ejal18_710_230.png);*/
}
.section--04 .boxCardSelection__bnrArea .bnr img {
  /*display: none;*/
}
}
