@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Serif JP", serif, "Hiragino Kaku Gothic ProN", "Helvetica Neue", Arial, "Hiragino Sans", Meiryo, sans-serif;
}

a {
  color: inherit;
}

img {
  max-width: 100%;
}

p, span {
  font-size: 1.6rem;
}

ul, ol {
  list-style: none;
}

h1, h2 {
  margin: 0%;
  line-height: 1.5em;
}

@media (max-width: 768px) {
  .visible-pc {
    display: none;
  }
}

@media (min-width: 769px) {
  .visible-sp {
    display: none;
  }
}

.ta-left {
  text-align: left;
}

.ta-center {
  text-align: center;
}

.ta-right {
  text-align: right;
}

#amex_lp .l-container {
  max-width: 1200px;
  padding: 0 16px;
  margin-right: auto;
  margin-left: auto;
}

#amex_lp .l-fixednav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

/*!
 * ress.css • v3.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  color: inherit;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  /* background-color: transparent; */
  border-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

#amex_lp .fixednav {
  background: -webkit-gradient(linear, right top, left top, color-stop(0, rgba(78, 78, 78, 0.9)), to(rgba(31, 31, 31, 0.9)));
  background: linear-gradient(to left, rgba(78, 78, 78, 0.9) 0, rgba(31, 31, 31, 0.9) 100%);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 20px;
}

#amex_lp .fixednav .text {
  font-size: 2.4rem;
  padding: 0 20px;
}

#amex_lp .fixednav .button {
  background-color: #0A6EE2;
  border-radius: 3px;
  display: block;
  font-size: 2rem;
  font-family: "hiragino Gothic", sans-serif;
  text-decoration: none;
  text-align: center;
  padding: 12px 30px 12px 12px;
  min-width: 330px;
  position: relative;
}

#amex_lp .fixednav .button:before {
  content: '';
  display: block;
  height: 10px;
  width: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  top: 50%;
  right: 20px;
  position: absolute;
  -webkit-transform: translate3d(0, -50%, 0) rotate(45deg);
  transform: translate3d(0, -50%, 0) rotate(45deg);
}

@media (min-width: 769px) {
  #amex_lp .fixednav .button {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }
  #amex_lp .fixednav .button:hover {
    background-color: #fff;
    color: #0A6EE2;
  }
}

@media (max-width: 768px) {
  #amex_lp .fixednav {
    display: block;
    padding: 16px;
  }
  #amex_lp .fixednav .text {
    font-size: 1.6rem;
    margin-bottom: 12px;
    padding: 0;
    text-align: center;
  }
  #amex_lp .fixednav .button {
    min-width: auto;
    width: 100%;
  }
}

#amex_lp .footer {
  background-color: #E0D9D2;
  color: #000;
  font-size: 2rem;
  margin: 0 0 94px;
  padding: 20px;
  text-align: center;
  z-index: 1;
}

@media (max-width: 768px) {
  #amex_lp .footer {
    margin: 0 0 120px;
  }
}

html {
  font-family: "Noto Serif JP", serif, "Hiragino Kaku Gothic ProN", "Helvetica Neue", Arial, "Hiragino Sans", Meiryo, sans-serif;
}

#amex_lp .fixednav .button {
  background-color: #0A6EE2;
  line-height: 1.5em;
}

@media (max-width: 768px) {
  #amex_lp .fixednav .text {
    font-size: 1.4rem;
  }
}

#amex_lp .footer {
  background-color: #fff;
}

#amex_lp .hero {
  color: #fff;
  position: relative;
  background-image: url("https://stg-cdn-moneytimes.storage.googleapis.com/images/oLBnyPidoydevaBXWuKcOykjzPHkhRpN/70ccec12-b865-41a7-b901-26c0e37ec5f7.gif");
  background-position: top;
  background-size: cover;
  padding: 80px 0;
}

#amex_lp .hero-block {
  max-width: 760px;
  margin: 0 5% 0 auto;
  padding-left: 40px;
}

#amex_lp .hero-title {
  margin-bottom: 30px;
}

#amex_lp .hero-title img {
  display: block;
  width: 100%;
}

#amex_lp .hero-lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

#amex_lp .hero-lead-img {
  width: 200px;
}

#amex_lp .hero-lead-text {
  font-size: 2.4rem;
  line-height: 1.5em;
  padding: 20px 0 20px 32px;
}

#amex_lp .hero-lead-2 {
  background: -webkit-gradient(linear, left top, right top, from(#000), to(transparent));
  background: linear-gradient(90deg, #000 0%, transparent 100%);
  font-size: 2rem;
  line-height: 1.5em;
  padding: 5px 15px;
  margin-bottom: 15px;
}

#amex_lp .hero-points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "hiragino Gothic", sans-serif;
  margin: 0 -10px 20px;
}

#amex_lp .hero-points-item {
  padding: 0 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

#amex_lp .hero-points-item-inner {
  border: 1px solid #fff;
  border-radius: 10px;
  height: 100%;
  padding: 10px;
}

#amex_lp .hero-points-item-inner-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
  line-height: 1.5em;
}

#amex_lp .hero-points-item-inner-title .feature {
  font-size: 1.8rem;
  margin: .5em 5px 0 0;
}

#amex_lp .hero-points-item-inner-title .num {
  font-family: "Times New Roman", Times, serif;
  font-size: 4.2rem;
}

#amex_lp .hero-points-item-inner-text {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5em;
  text-align: center;
}

#amex_lp .hero-points-item-inner-text .small {
  display: block;
  font-size: 1.4rem;
}

#amex_lp .hero-foot {
  background-color: #8D7F3F;
  font-family: "hiragino Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5em;
  text-align: center;
  padding: 12px;
  margin-bottom: 10px;
}

#amex_lp .hero-foot span {
  vertical-align: middle;
}

#amex_lp .hero-foot .emp {
  font-size: 2rem;
  margin-left: 1em;
}

#amex_lp .hero-note {
  font-size: 1.4rem;
  text-align: right;
}

@media (max-width: 768px) {
  #amex_lp .hero {
    background-image: none;
    padding: 0;
  }
  #amex_lp .hero-block {
    background-color: #000;
    background-image: url("https://moneytimes.jp/files/user/lp/amex/p4/img-hero-pc.png");
    background-position: center;
    background-size: cover;
    margin: 0%;
    max-width: none;
    padding: 24px 16px 20px;
  }
  #amex_lp .hero-block-2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#583500), to(#3D1E09));
    background-image: linear-gradient(180deg, #583500 0%, #3D1E09 100%);
    padding: 0 0 16px;
  }
  #amex_lp .hero-title {
    margin: 20px auto;
    width: 280px;
  }
  #amex_lp .hero-lead {
    display: block;
  }
  #amex_lp .hero-lead-img {
    text-align: center;
    margin: 0 auto 24px;
    width: 110px;
  }
  #amex_lp .hero-lead-text {
    font-size: 1.8rem;
    padding: 0;
    text-align: center;
  }
  #amex_lp .hero-lead-2 {
    font-size: 1.8rem;
    text-align: center;
  }
  #amex_lp .hero-points {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 16px 24px;
  }
  #amex_lp .hero-points-item {
    padding: 0;
    width: 100%;
  }
  #amex_lp .hero-points-item:nth-child(n+2) {
    margin-top: 16px;
  }
  #amex_lp .hero-points-item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px;
  }
  #amex_lp .hero-points-item-inner-title {
    margin-bottom: 0;
    width: 70px;
  }
  #amex_lp .hero-points-item-inner-text {
    font-size: 1.8rem;
    margin-left: 20px;
    text-align: left;
    width: calc(100% - 90px);
  }
  #amex_lp .hero-foot {
    margin: 0 16px;
  }
  #amex_lp .hero-foot span {
    display: block;
    line-height: 2;
  }
  #amex_lp .hero-foot .emp {
    font-size: 2rem;
    margin-left: 0;
  }
  #amex_lp .hero-foot .thin {
    font-weight: normal;
  }
  #amex_lp .hero-note {
    text-align: center;
    margin: 10px 16px 0;
  }
}

#amex_lp .section-title {
  text-align: center;
  margin-bottom: 60px;
}

#amex_lp .section-title .main {
  font-size: 4.2rem;
  font-weight: normal;
  line-height: 1.5em;
}

#amex_lp .section-title .main + .sub {
  margin-top: 20px;
}

#amex_lp .section-title .sub {
  display: block;
  font-size: 2.4rem;
  line-height: 1.5em;
}

#amex_lp .section-title .sub + .main {
  margin-top: 20px;
}

@media (max-width: 768px) {
  #amex_lp .section-title {
    margin-bottom: 24px;
    padding: 0 16px;
  }
  #amex_lp .section-title .main {
    font-size: 2.8rem;
  }
  #amex_lp .section-title .sub {
    font-size: 1.8rem;
  }
}

#amex_lp .section-imgbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#amex_lp .section-imgbox.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

#amex_lp .section-imgbox.reverse .section-imgbox-text {
  padding: 0 72px 40px 50px;
}

#amex_lp .section-imgbox-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 50px 40px 72px;
  width: 50%;
}

#amex_lp .section-imgbox-text-title {
  font-size: 2.8rem;
  line-height: 1.5em;
  margin-top: 40px;
}

#amex_lp .section-imgbox-text-note {
  font-size: 1.2rem;
  line-height: 1.5em;
  margin-top: 10px;
}

#amex_lp .section-imgbox-text-desc {
  font-size: 1.4rem;
  margin-top: 32px;
  line-height: 2;
}

#amex_lp .section-imgbox-text-img {
  margin-top: 40px;
  max-width: 100%;
  text-align: center;
  width: auto;
}

#amex_lp .section-imgbox-text-category {
  font-size: 1.6rem;
  margin-top: 10px;
}

#amex_lp .section-imgbox-picture {
  width: 50%;
}

#amex_lp .section-imgbox-picture img {
  display: block;
  width: 100%;
}

@media (max-width: 768px) {
  #amex_lp .section-imgbox {
    display: block;
  }
  #amex_lp .section-imgbox.reverse .section-imgbox-text {
    padding: 0;
  }
  #amex_lp .section-imgbox-text {
    display: block;
    padding: 0;
    width: 100%;
  }
  #amex_lp .section-imgbox-text-title {
    font-size: 2.4rem;
    margin-top: 20px;
  }
  #amex_lp .section-imgbox-text-desc {
    margin-top: 24px;
  }
  #amex_lp .section-imgbox-text-img {
    margin-top: 20px;
  }
  #amex_lp .section-imgbox-text-wrap {
    background-color: #fff;
    display: block;
    padding: 20px;
    margin: 20px auto 0;
  }
  #amex_lp .section-imgbox-text-wrap .image {
    margin: 0 auto;
  }
  #amex_lp .section-imgbox-text-wrap .text {
    text-align: center;
    margin: 16px auto 0;
  }
  #amex_lp .section-imgbox-picture {
    width: 100%;
  }
}

#amex_lp .section-card {
  background-image: url("https://stg-cdn-moneytimes.storage.googleapis.com/images/FTpAECPTyEETZEPfYxjPADXrJThpYuXN/65691a95-1702-4958-964f-acd2402ea8b1.gif");
  background-position: center;
  background-size: cover;
  color: #fff;
  padding: 100px 0 172px;
  text-align: center;
}

#amex_lp .section-card-lead {
  font-size: 3.2rem;
  font-weight: normal;
  line-height: 1.75;
  margin-bottom: 32px;
}

#amex_lp .section-card-image {
  margin: 0 auto 32px;
  width: 266px;
}

#amex_lp .section-card-image img {
  width: 100%;
}

#amex_lp .section-card-image .caption {
  font-size: 1.2rem;
  line-height: 2;
  margin-top: 10px;
  text-align: center;
}

#amex_lp .section-card-text {
  font-family: "hiragino Gothic", sans-serif;
  font-size: 1.6rem;
  line-height: 2.2;
}

@media (max-width: 768px) {
  #amex_lp .section-card {
    padding: 72px 0 100px;
  }
  #amex_lp .section-card-lead {
    font-size: 2.2rem;
  }
  #amex_lp .section-card-image {
    width: 176px;
  }
  #amex_lp .section-card-text {
    font-size: 1.4rem;
    line-height: 2.2;
    text-align: left;
  }
}

#amex_lp .section-brand {
  background-image: url("https://stg-cdn-moneytimes.storage.googleapis.com/images/MbDRnrByZJsVICyHOyBqCRclsfgvZwvR/3b6dca2c-4983-4b59-9fcc-9a60a0d5f9cd.jpg");
  background-position: center;
  background-size: cover;
  padding: 100px 0 172px;
  text-align: center;
}

#amex_lp .section-brand-text {
  font-size: 2rem;
  line-height: 1.5em;
  margin-bottom: 20px;
}

#amex_lp .section-brand-box {
  background-color: #fff;
  border: 2px solid #000;
  padding: 40px;
}

#amex_lp .section-brand-box-title {
  margin-bottom: 20px;
  font-size: 2rem;
}

@media (max-width: 768px) {
  #amex_lp .section-brand {
    padding: 40px 0;
  }
  #amex_lp .section-brand-text {
    font-size: 1.8rem;
  }
}

#amex_lp .section-benefit {
  background-image: url("https://stg-cdn-moneytimes.storage.googleapis.com/images/pQUbYLwkAUnLUiTJnoxsqUGnQfqaQnUW/33d120b4-e74b-45fa-a1a2-d5490b60af95.png");
  background-position: center;
  background-size: cover;
  padding: 120px 0 100px;
}

#amex_lp .section-benefit-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -16px;
}

#amex_lp .section-benefit-list-item {
  padding: 0 28px;
  width: 50%;
}

#amex_lp .section-benefit-card {
  background-color: #fff;
  border: 1px solid #D6D1B5;
  height: 100%;
  padding: 40px 25px;
}

#amex_lp .section-benefit-card-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "hiragino Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 12px;
  min-height: 60px;
}

#amex_lp .section-benefit-card-text {
  font-size: 1.2rem;
  line-height: 1.5em;
  margin-top: 20px;
}

#amex_lp .section-benefit-card-body-content {
  background-color: rgba(214, 209, 181, 0.3);
  color: #8D7F3F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 120px;
  padding: 10px;
  text-align: center;
}

#amex_lp .section-benefit-card-body-content .num {
  font-size: 4.2rem;
  line-height: 1.5em;
}

#amex_lp .section-benefit-card-body-content .deg {
  font-size: 2.4rem;
  line-height: 1.5em;
}

#amex_lp .section-benefit-card-body-content .text {
  font-size: 2.8rem;
  line-height: 1.5em;
}

#amex_lp .section-benefit-note {
  font-size: 1.2rem;
  text-align: center;
  margin-top: 28px;
}

#amex_lp .section-benefit-text {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 16px;
}

@media (max-width: 768px) {
  #amex_lp .section-benefit {
    padding: 48px 0;
  }
  #amex_lp .section-benefit-list {
    margin: 0 -5px;
  }
  #amex_lp .section-benefit-list-item {
    padding: 0 5px;
  }
  #amex_lp .section-benefit-card {
    padding: 16px;
  }
  #amex_lp .section-benefit-card-title {
    font-size: 1.4rem;
    min-height: 100px;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  #amex_lp .section-benefit-card-title .sp-small {
    font-size: 1.2rem;
  }
  #amex_lp .section-benefit-card-text {
    font-size: 1rem;
    margin-top: 10px;
  }
  #amex_lp .section-benefit-card-body-content {
    padding: 5px;
    min-height: 150px;
  }
  #amex_lp .section-benefit-card-body-content .num {
    font-size: 3.4rem;
  }
  #amex_lp .section-benefit-card-body-content .deg {
    font-size: 1.6rem;
  }
  #amex_lp .section-benefit-card-body-content .text {
    font-size: 2.4rem;
  }
  #amex_lp .section-benefit-note {
    text-align: left;
  }
  #amex_lp .section-benefit-text {
    text-align: left;
  }
}

#amex_lp .section-point {
  background-image: url("https://stg-cdn-moneytimes.storage.googleapis.com/images/BuvIvkrewQfKxpXDWwjKtVKxRsJyeHfQ/961d574f-9807-4ef0-afcc-6854243d38ab.jpg");
  background-position: left top;
  background-size: 100% auto;
  background-repeat: repeat;
  padding: 48px 0 80px;
  text-align: center;
}

#amex_lp .section-point .section-title .note {
  font-size: 1.2rem;
  margin-top: 20px;
}

#amex_lp .section-point-text {
  font-size: 2rem;
  margin-bottom: 20px;
}

#amex_lp .section-point-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#amex_lp .section-point-list-item {
  padding: 0 20px;
  width: 33%;
}

#amex_lp .section-point-card {
  background-color: #fff;
  height: 100%;
}

#amex_lp .section-point-card-num {
  background-color: #8D7F3F;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 8px;
  position: relative;
  line-height: 1.5em;
}

#amex_lp .section-point-card-num:after {
  border-top: 10px solid #8D7F3F;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  content: '';
  display: block;
  height: 20px;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  width: 20px;
}

#amex_lp .section-point-card-num .feature {
  font-size: 1.8rem;
  margin: .2em 5px 0 0;
}

#amex_lp .section-point-card-num .num {
  font-family: "Times New Roman", Times, serif;
  font-size: 4.3rem;
  line-height: 1.5em;
}

#amex_lp .section-point-card-box {
  padding: 30px 20px;
}

#amex_lp .section-point-card-title {
  text-align: center;
  margin-bottom: 28px;
}

#amex_lp .section-point-card-title .main {
  font-size: 2.4rem;
  line-height: 1.5em;
  margin-bottom: 12px;
}

#amex_lp .section-point-card-img {
  display: block;
  margin: 0 auto 24px;
  width: 100%;
}

#amex_lp .section-point-card-desc {
  text-align: center;
  font-size: 1.4rem;
  line-height: 2;
}

#amex_lp .section-point-card-desc span {
  display: block;
  font-size: 1.4rem;
  line-height: 1.5em;
  margin-bottom: .5em;
}

#amex_lp .section-point-card-desc .large {
  font-size: 1.8rem;
}

#amex_lp .section-point-card-desc .middle {
  font-size: 1.6rem;
}

#amex_lp .section-point-card-desc .small {
  font-size: 1.2rem;
}

#amex_lp .section-point-card-desc .ta-left {
  text-align: left;
}

@media (max-width: 768px) {
  #amex_lp .section-point {
    padding: 40px 0 60px;
  }
  #amex_lp .section-point .section-title {
    text-align: left;
  }
  #amex_lp .section-point-text {
    font-size: 1.8rem;
  }
  #amex_lp .section-point-list {
    display: block;
  }
  #amex_lp .section-point-list-item {
    padding: 0;
    width: 100%;
  }
  #amex_lp .section-point-list-item:nth-child(n+2) {
    margin-top: 30px;
  }
  #amex_lp .section-point-card-num {
    padding: 4px;
  }
  #amex_lp .section-point-card-box {
    padding: 30px 36px;
  }
  #amex_lp .section-point-card-title {
    margin-bottom: 28px;
    min-height: auto;
  }
  #amex_lp .section-point-card-img {
    margin-bottom: 16px;
  }
}

#amex_lp .section-saving {
  background-color: #F2F2F2;
}

#amex_lp .section-saving .section-title {
  padding: 80px 16px;
}

#amex_lp .section-saving .section-imgbox-text-wrap {
  background-color: #fff;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
  margin-top: 40px;
}

#amex_lp .section-saving .section-imgbox-text-content {
  padding: 20px;
  text-align: center;
  width: 50%;
}

#amex_lp .section-saving .section-imgbox-text-content:last-child {
  width: 80%;
}

#amex_lp .section-saving .section-imgbox-text-content .text {
  font-size: 1.4rem;
  line-height: 1.5em;
  margin-top: 10px;
}

#amex_lp .section-saving .section-imgbox-text-content .text:first-child {
  margin-top: 0;
}

#amex_lp .section-saving .section-imgbox-text-content .bold {
  font-family: "hiragino Gothic", sans-serif;
  font-weight: bold;
}

#amex_lp .section-saving .section-imgbox-text-content .emp {
  border: 1px solid #8D7F3F;
  border-radius: 10px;
  color: #8D7F3F;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5em;
  padding: 12px;
  margin-top: 10px;
}

#amex_lp .section-saving .section-imgbox-text-content .emp span {
  font-size: 2rem;
}

@media screen and (max-width: 1200px) {
  #amex_lp .section-saving .section-imgbox-text-wrap {
    display: block;
  }
  #amex_lp .section-saving .section-imgbox-text-content {
    width: 100%;
  }
  #amex_lp .section-saving .section-imgbox-text-content:last-child {
    width: 100%;
  }
}

@media (max-width: 768px) {
  #amex_lp .section-saving {
    padding-bottom: 40px;
  }
  #amex_lp .section-saving .section-title {
    padding: 40px 16px 32px;
  }
  #amex_lp .section-saving-list {
    padding: 0 16px;
  }
  #amex_lp .section-saving-list-item:nth-child(n+2) {
    border-top: 1px solid #C3C3C3;
    padding-top: 40px;
    margin-top: 40px;
  }
}

#amex_lp .section-travel {
  background-color: #222222;
  color: #fff;
  padding: 100px 0 110px;
}

@media (max-width: 768px) {
  #amex_lp .section-travel {
    padding: 40px 0 60px;
  }
  #amex_lp .section-travel-list-item {
    padding: 0 16px;
  }
  #amex_lp .section-travel-list-item:nth-child(n+2) {
    margin-top: 40px;
  }
}

#amex_lp .section-daily {
  background-color: #0A6EE2;
  padding: 100px 0 110px;
}

#amex_lp .section-daily .section-title {
  color: #fff;
}

#amex_lp .section-daily-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

#amex_lp .section-daily-content-comments {
  margin-left: 20px;
  width: calc(100% - 56px);
}

#amex_lp .section-daily-content-comments ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#amex_lp .section-daily-content-comments ul li {
  padding: 10px;
  width: 50%;
}

#amex_lp .section-daily-content-comments-card {
  background-color: #fff;
  border-radius: 15px;
  color: #000;
  font-family: "hiragino Gothic", sans-serif;
  height: 100%;
  padding: 20px;
}

#amex_lp .section-daily-content-comments-card-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
  min-height: 6rem;
}

#amex_lp .section-daily-content-comments-card-title .main {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5em;
  text-align: center;
}

#amex_lp .section-daily-content-comments-card-title .sub {
  display: block;
  font-size: 1.4rem;
  line-height: 1.5em;
  margin-top: 5px;
}

#amex_lp .section-daily-content-comments-card-text {
  border-top: 2px solid #000;
  font-size: 1.4rem;
  line-height: 2;
  padding-top: 20px;
}

#amex_lp .section-daily-content-image {
  width: 360px;
}

#amex_lp .section-daily-content-image img {
  display: block;
  width: 100%;
}

@media (max-width: 768px) {
  #amex_lp .section-daily {
    background-color: #0A6EE2;
    padding: 40px 0 60px;
  }
  #amex_lp .section-daily-content {
    display: block;
  }
  #amex_lp .section-daily-content-comments {
    margin-left: 0;
    width: 100%;
  }
  #amex_lp .section-daily-content-comments ul {
    display: block;
  }
  #amex_lp .section-daily-content-comments ul li {
    padding: 10px;
    width: 100%;
  }
  #amex_lp .section-daily-content-comments-card-title {
    min-height: auto;
  }
  #amex_lp .section-daily-content-comments-card-title .main {
    display: block;
  }
  #amex_lp .section-daily-content-image {
    margin: 40px auto 20px;
    width: 220px;
  }
}

#amex_lp .hero-points-item-inner-text a,
.hero-foot a{
  text-decoration: none;
}
#amex_lp .hero-points-item-inner-text a:hover,
.hero-foot a:hover{
  text-decoration: underline;
}