<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";






#header2 {
    background: #FFF;
/*    padding: 4px 0 10px;*/
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS ゴシック", "MS Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#header2.masthead .header-title{padding: 24px 0 25px;}
#header2.masthead .header-title-desc {
    font-size: 10px;
    margin: 0 0 4px;
	font-weight: normal;
    line-height: 1.4;
	-webkit-font-smoothing: antialiased;
	color: #2f3438;
}
#header2.masthead .header-title-brand img{display: block;}
@media only screen and (max-width: 768px) {
	
	#header2.masthead .header-title{display: none;}
	.sp-header{background-color: #FFF;}
	.sp-header .sp-header-logo{
		margin: 0;
/*	padding: 5px 0 5px 10px;*/
		padding-left: 10px;
	}
	.sp-header .sp-header-logo .sbs{width: auto;height: 24px;} 
	
}





/*- - - - - css_v3/frameworks.css  483-494 - - - - -*/


#cov div,
.sp-header .btn{
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
ul,  li{margin: 0;padding: 0;}
ul {list-style: none;}
#cov div,
.sidenav,
.row.sp-header{
font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
line-height: 1.7;
-webkit-font-feature-settings: "palt";
font-feature-settings: "palt";
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
font-size: 14px;
}


/*- - - - - css_v3/style.css  INIT... - - - - -*/
/*- - - - - css_v3/style.css  1098-1466 - - - - -*/
/*- - - - - css_v3/style.css  3352-3453 - - - - -*/
/*- - - - - css_v3/style.css  font-size:edit - - - - -*/


/*------- navbox -------*/
.sidenav .row {
  padding: 0;
}

.sidenav .menu {
  border-right: 1px solid #dbdbdb;
  border-left: 1px solid #dbdbdb;
  margin: 0 0 15px 0;
}

.sidenav .menu &gt; li a {
  text-decoration: none !important;
  display: block;
  padding: 16px;
/*  font-size: 1.1rem;*/
  color: #2f3438;
  position: relative;
}

.sidenav .menu .listhead a {
  color: #fff;
  text-align: center;
}

.sidenav .menu .link {
  text-decoration: none;
}

.sidenav .menu.amex .list-item.link {
  background-color: transparent;
}

.sidenav .menu .listhead {
  padding: 16px;
  border-bottom: 1px solid #dbdbdb;
  text-decoration: none;
  display: block;
  padding: 16px;
  font-size: 1.4rem;
  color: #fff;
  position: relative;
  text-align: center;
  background: #A5A5A5;
}

#pearl .menu .listhead a {
  background-color: #0D5357;
}

#blue .menu .listhead a {
  background-color: #172944;
}

#gold .menu .listhead a {
  background-color: #8A5D05;
}

#platinum .menu .listhead a,
#sbs .listhead a {
  background-color: #222;
}

.sidenav .menu .list-item {
  border-bottom: 1px solid #dbdbdb;
  background-color: #fff;
  cursor: pointer;
}

.sidenav .menu .list-item.link {
  background-color: #f6f6f6;
}

.sidenav .menu .sub-menu {
  display: none;
}

.sidenav .menu .sub-menu li {
  border-bottom: 1px solid #dbdbdb;
  background-color: #f6f6f6;
}

.sidenav .menu .sub-menu li:first-child {
  border-top: 1px solid #dbdbdb;
}

.sidenav .menu .sub-menu li:last-child {
  border-bottom: none;
}

.sidenav .menu .sub-menu li.pearl {
  background: #EAF4F0;
}

.sidenav .menu .sub-menu li.blue {
  background: #EAEFF4;
}

.sidenav .menu .sub-menu li.gold {
  background: #F4F2EA;
}

.sidenav .menu .sub-menu li.sbs {
  background: #EEEEEE;
}

.sidenav .list-item &gt; a::after {
  position: absolute;
  top: -3px;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 15px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #c6c6c6;
  border-right: 1px solid #c6c6c6;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.sidenav .list-item &gt; a.active::after {
  position: absolute;
  top: -3px;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 15px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #c6c6c6;
  border-right: 1px solid #c6c6c6;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 5px;
  border-top: 1px solid #555;
  border-right: 1px solid #555;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sidenav .list-item.link &gt; a::after {
  top: 5px;
  border-top: 1px solid #c6c6c6;
  border-right: 1px solid #c6c6c6;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#navbox .sp-use,
.sp-header {
  display: none;
}

#navbox .pc-use li {
  margin: 0 0 15px 0;
}

#navbox .pc-use li a:hover {
  opacity: 0.75;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#cov {
  display: none;
}

@media only screen and (max-width: 768px) {
  body.navopen {
    position: fixed;
    width: 100%;
  }
  #navbox {
    display: none;
    width: 85%;
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    height: auto;
    min-height: 100%;
    z-index: 999;
    overflow-y: scroll;
    background: #fff;
    -webkit-overflow-scrolling: touch;
  }
  #navbox .sp-use {
    display: block;
  }
  #navbox .pc-use {
    display: none;
  }
  #cov {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }
  #cov div {
    color: #fff;
	  font-size: 32px;
/*    font-size: 3.2rem;*/
    width: 15%;
    text-align: center;
  }
  .sidenav .menu {
    border: none;
  }
  .sidenav .menu &gt; li a {
    padding: 14px 30px 14px 14px;
/*    font-size: 1.4rem;*/
  }
  .sub_nav {
    margin: 15px 0 30px 0;
    border-top: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
  }
  .sub_nav li {
    border-bottom: 1px solid #dbdbdb;
  }
  .sub_nav a {
    text-decoration: none;
    display: block;
    padding: 10px 16px;
    font-size: 1.1rem;
    color: #2f3438;
    position: relative;
    background-color: #f6f6f6;
  }
  .sub_nav .listhead {
    padding: 10px 16px;
    font-size: 1.1rem;
    background: #A5A5A5;
    color: #fff;
  }
  .sub_nav a::after {
    position: absolute;
    top: -3px;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 15px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #c6c6c6;
    border-right: 1px solid #c6c6c6;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  /* sp-header */
  .row.sp-header {
/*    padding: 0 0 0 3%;*/
    width: 100%;
    height: 44px;
/*
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    justify-content: space-between;
*/
	display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  .sp-header {
/*    border-bottom: 1px solid #eaeaea;*/
  }
  .sp-header p {
    margin: 0;
  }
  #pearl .sp-header {
    background-color: #0D5357;
  }
  #blue .sp-header {
    background-color: #172944;
  }
  #gold .sp-header {
    background-color: #8A5D05;
  }
  #platinum .sp-header,
  #sbs .sp-header {
    background-color: #222;
  }
  .sp-header .sp-header-logo {
/*    width: 50%;*/
	height: 44px;
    display: table-cell;
    vertical-align: middle;
  }
  .sp-header .sp-header-logo {
   /* width: 64%; */
    line-height: 1;
    font-size: 10px;
  }
  .sp-header .sp-header-logo a {
    height: 44px;
  }
  .sp-header .sp-header-logo img {
/*    max-height: 40px;*/
    width: 64%;
  }
  .sp-header .entry {
    display: table-cell;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    line-height: 1.4;
  }
  .sp-header .entry a {
    display: block;
    font-size: 1.3rem;
    text-decoration: none;
    border-radius: 4px;
    border: 1px solid #fff;
    padding: 0.7rem 2.2rem;
    margin: 0 15px;
    color: #fff;
    background: rgba(255, 255, 255, 0.3);
  }
  .sp-header .btn {
    vertical-align: middle;
    height: 100%;
  }
  .sp-header .btn {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 44px;
    background-color: #0B457E;
    margin-left: auto;
    padding: 8px 10px;
  }
  .sp-header .btn div {
    width: 28px;
    height: 18px;
    margin: 0 0 0 auto;
  }
  .sp-header .btn div span {
    display: block;
    height: 2px;
    background: #fff;
  }
  .sp-header .btn div span {
    background: #fff;
  }
  .sp-header .btn div .middle {
    margin: 6px 0;
  }
  .sp-header .btn .menu {
    color: #fff;
    text-align: right;
    font-size: 9px;
  }
  .sp-header .btn .menu {
    color: #fff;
  }
}

.section-comparison a {
  text-decoration: underline;
  color: #1953c7;
  /* color: #1e5bd5; */
}







@media only screen and (max-width: 768px) {
#navbox{
background: #cdcdcd;
padding-bottom: 0;
}
.sidenav .head-menu .menu {margin-bottom: 0;}
.sidenav .service-menu,
.sidenav .foot-menu{
padding: 10px;
background-color: #cdcdcd;
}
.sidenav .service-menu + .foot-menu{padding-top: 0px;}
.sidenav .head-menu li,
.sidenav .foot-menu li{
/*font-size: 1.6rem;*/
font-weight: bold;
border-bottom: 1px solid #dbdbdb;
background: rgb(243,243,243);
background: linear-gradient(0deg, rgba(243,243,243,1) 0%, rgba(255,255,255,1) 15%, rgba(255,255,255,1) 100%);
cursor: pointer;
}

	
.sidenav .list-item &gt; a::after,
.sidenav .list-item &gt; a.active::after{border-color: #736c6a;}
.sidenav .head-menu li &gt; a::after,
.sidenav .foot-menu li &gt; a::after{
position: absolute;
top: -3px;
bottom: 0;
margin: auto;
content: "";
vertical-align: middle;
right: 15px;
width: 10px;
height: 10px;
border-top: 1px solid #736c6a;
border-right: 1px solid #736c6a;
-ms-transform: rotate(135deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.sidenav .head-menu li.listhead-nolink,
.sidenav .foot-menu li.listhead-nolink{
background: #0b457e;
padding: 14px;
font-size: 18px;
/*font-size: 1.8rem;*/
font-weight: bold;
text-align: center;
color: #FFF;
text-transform: uppercase;
}
	
	
.sidenav .service-menu li.listhead-nolink{background-color:#6B6B6B;}
.sidenav .service-menu li.listhead-nolink span{
padding-left:63px;
height: 53px;
line-height: 1.2;
font-weight: bold;
text-align: left;
color: #FFF;
text-transform: uppercase;
display: flex;
align-items: center;
justify-content: center;
}
.sidenav .service-menu .menu &gt; li a{padding: 9px 14px;}
	

.sidenav .foot-menu li.listhead-nolink{
background: #6B6B6B;
padding: 14px 0;
font-size: 14px;
/*font-size: 1.4rem;*/
}
/*.sidenav .foot-menu li.listhead-nolink span{letter-spacing: -0.3em;margin-left: -0.3em;}*/
.sidenav .foot-menu li{background:linear-gradient(0deg, rgba(243,243,243,1) 0%, rgba(255,255,255,1) 15%, rgba(255,255,255,1) 100%);}
.sidenav .foot-menu li a{padding-left:73px;}


.sidenav .thumb{
background-repeat: no-repeat;
background-position: 10px 50%;
background-size: 53px 34px;
}
.service-menu .menu .listhead a{font-weight: bold;}
#pearl .service-menu .menu .listhead a {background-color: #A2A2A2;}
#blue .service-menu .menu .listhead a {background-color: #A2A2A2;}
#gold .service-menu .menu .listhead a {background-color: #A2A2A2;}
#business .service-menu .menu .listhead a {background-color: #A2A2A2;}
#platinum .service-menu .menu .listhead a {background-color: #A2A2A2;}
#sbs .service-menu .menu .listhead a {background-color: #A2A2A2;}

.sidenav .thumb.gold{background-image:url(../../amex/images_v3/top/comparison/card-gold.png);}
.sidenav .thumb.blue{background-image:url(../../amex/images_v3/top/comparison/card-blue.png);}
.sidenav .thumb.pearl{background-image:url(../../amex/images_v3/top/comparison/card-pearl.png);}
.sidenav .thumb.business{background-image:url(../../amex/images_v3/top/comparison/card-business.png);}
.sidenav .thumb.platinum{background-image:url(../../amex/images_v3/top/comparison/card-platinum.png);}
.sidenav .thumb.cobalt{background-image:url(../cobalt/images/card-cobalt.png);}
.sidenav .thumb.rose{background-image:url(/amex/rose/images/common_card-rose.png);}
}
@media only screen and (max-width: 374px) {
.sidenav .service-menu li.listhead-nolink{font-size: 1.3rem;}
}

</pre></body></html>