@charset "UTF-8";

.fixed_left_bnr {
  width: 93px;
  height: 308px;
  position: fixed;
  left: 0;
  top: calc(50% - 154px);
  background: url(/amex/images_v3/common/campaign/annual_fee/fixed_bnr-cobalt_a_pc.png) no-repeat center center;
  background-size: 100% 100%;
  /* cursor: pointer; */
  display: none;
  z-index: 100;
}
.fixed_left_bnr:after {
  content: "";
  width: 0;
  height: 308px;
  position: absolute;
  transition: all 0.3s ease;
  right: 0;
  top: 0;
}
.fixed_left_bnr:hover:after {
  width: 135px;
  right: -135px;
  background: url(/amex/images_v3/common/campaign/annual_fee/fixed_bnr-cobalt_b_pc.png) no-repeat center center;
  background-size: 100% 100%;
}

@media screen and (max-width: 640px) {
  .fixed_left_bnr {
    display: none !important;
  }
}

.section--fixed_btn {
  background-color: rgba(0, 0, 0, 0.75);
  padding: 20px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  display: none;
}
@media screen and (max-width: 640px) {
  .section--fixed_btn#change_bnr {
    padding: 0;
    background: none;
  }
  .section--fixed_btn#change_bnr .change {
    display: block;
    line-height: 1;
    padding: 0;
  }
}

/*------------------------------------------------------------
	HD
------------------------------------------------------------*/
/* section hero */
.section-hero {
  width: 100%;
  height: 650px;
  position: relative;
}

@media only screen and (min-width: 641px) {
  .page-cp10000 .section-hero {
    height: 620px;
  }
  .page-cp10000 .section-hero .top_bg {
    min-height: 620px;
  }
  .page-cp10000 .section-hero .box-gray {
    height: 620px;
  }
}

.section-hero .top_bg {
  width: 100%;
  min-height: 650px;
  height: auto;
  background-size: cover;
  background-position: top center;
  position: relative;
}
/* .section-hero .top_bg {
	background-image: url(../images/re_hd_bg.jpg);
} */

.section-hero .box-gray {
  width: 616px;
  height: 650px;
  background: rgba(0, 0, 0, 0.8);
  padding: 40px 20px;
  box-sizing: border-box;
  color: #ffffff;
  /* display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-evenly; */
}
.section-hero .box-gray .inner {
  width: 100%;
  padding: 0 8px;
  box-sizing: border-box;
}
.section-hero .box-gray .h2-txt {
  width: 100%;
  height: auto;
  margin: 0 0 20px;
  padding: 5px 10px 0 0;
}

.section-hero .box-gray img {
  width: 100%;
}

.section-hero .box-gray .clm-left .card-img {
  width: 96%;
  height: auto;
  margin: 0 auto;
  padding: 5px 11px 12px;
}

.section-hero .box-gray .clm-left .card-img img {
  filter: drop-shadow(0px 4px 3px rgba(0, 0, 0, 0.7));
}

.section-hero .box-gray .clm-left p {
  font-size: 0.85em;
  line-height: 135%;
}
.section-hero .box-gray .clm-left p span {
  font-size: 0.8em;
}
.section-hero .box-gray .clm-right p {
  font-size: 1.1em;
  text-align: left;
}

.section-hero .box-gray p.card-name {
  text-align: center;
  font-size: 0.85em;
  line-height: 140%;
  margin-bottom: 5px;
  font-weight: 600;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN" !important;
  font-feature-settings: "palt" !important;
}
.section-hero .box-gray p.caption {
  display: block;
  clear: both;
  font-size: 0.8em;
  text-align: center;
}
.section-hero .box-gray .box-camp {
  display: block;
  clear: both;
  height: 82px;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}
.section-hero .box-gray .box-camp p.box_w_txt {
  display: table-cell;
  color: #fff;
  background: #ff0000;
  padding: 5px 8px;
  font-size: 1.3em;
  line-height: 100%;
  font-weight: 700;
  position: relative;
  z-index: 2;
  border: 1px solid #fff;
  top: -10px;
}
.section-hero .box-gray .box-camp p.date_txt {
  width: 100%;
  color: #fff;
  border: solid 1px #fff;
  /* padding: 15px 0 15px 0; */
  font-size: 1.45em;
  line-height: 160%;
  text-align: center;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  box-sizing: border-box;
  z-index: 1;
}
.section-hero .box-gray .box-camp p.date_txt span {
  display: block;
  font-size: 12px;
  line-height: 1;
  position: absolute;
  top: 0px;
  color: #111;
}
.section-hero .box-gray .box-info {
  display: block;
  clear: both;
  height: auto;
  position: relative;
  margin-top: 15px;
  margin-bottom: 20px;
}
.section-hero .box-gray .box-info p.box_w_txt {
  display: table-cell;
  color: #ffffff;
  border: solid 2px #fff;
  padding: 12px 4px;
  font-size: 1.3em;
  line-height: 100%;
  font-weight: 700;
  position: relative;
  z-index: 2;
  border-radius: 30px;
  width: 25%;
  float: left;
  box-sizing: border-box;
}
.section-hero .box-gray .box-info p.txt {
  width: 73%;
  color: #fff;
  text-align: left;
  float: right;
}

.section-hero .box-gray .link-button {
  /*
	display: block;
	clear: both;
	width: 100%;
*/
  text-align: center;
}

/*------------------------------------------------------------
	Button Area
------------------------------------------------------------*/
.section-hero .box-gray .link-button .btn_area {
  width: 100%;
  text-align: center;
}

.section-hero .box-gray .link-button .btn_area a,
.footer-btn .btn_area a {
  color: #fff;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 700;
  font-size: 1.25em;
}

.section-hero .box-gray .link-button .btn_area .btn a,
.footer-btn .btn_area .btn a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  /*
    width: 270px;
    height: 72px;
*/
  border-radius: 3px;
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.8);
}

.section-hero .box-gray .link-button .btn_area .btn,
.footer-btn .btn_area .btn {
  position: relative;
}

.section-hero .box-gray .link-button .btn_area .btn a::after,
.footer-btn .btn_area .btn a::after {
  position: absolute;
  top: -3px;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 10px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transform: rotate(135deg);
  transform: rotate(45deg);
}
.section-hero .box-gray .link-button .btn_area .btn p.btn_in span,
.footer-btn .btn_area .btn p.btn_in span {
  display: inline-block;
  font-size: 0.8em;
  background: #fff;
  color: #375aaa;
  border-radius: 20px;
  padding: 1px 6px;
  margin-bottom: 5px;
}

.section-hero .box-gray .link-button .btn_area .btn_01 a,
.footer-btn .btn_area .btn_01 a {
  width: 270px;
  height: 72px;
  background: #375aaa;
  padding: 0;
}
.section-hero .box-gray .link-button .btn_area .btn_02 a,
.footer-btn .btn_area .btn_02 a {
  width: 270px;
  height: 72px;
  background: #375aaa;
  padding: 0;
}

.section-hero .box-gray .link-button .btn_area .btn_01 a:hover,
.section-hero .box-gray .link-button .btn_area .btn_02 a:hover,
.footer-btn .btn_area .btn_01 a:hover,
.footer-btn .btn_area .btn_02 a:hover {
  opacity: 0.75;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-btn {
  background: rgba(0, 0, 0, 0.7);
  padding: 30px 0;
  box-sizing: border-box;
  /* position: fixed; */
  width: 100%;
  left: 0;
  bottom: -170px;
  z-index: 30;
  min-width: 980px;
}
.mirror .footer-btn {
  position: fixed;
}
.footer-btn .btn_area {
  margin: 0 auto;
  width: 60%;
}

@-webkit-keyframes shiny {
  0% {
    left: -30%;
  }
  30% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}

@keyframes shiny {
  0% {
    left: -30%;
  }
  30% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}

/*
.section-hero .inner .hd-tab {
	width: 100%;
	position: absolute;
	bottom: -1px;
	z-index: 10;
}
*/
.section-hero .hd-tab {
  width: 100%;
  position: absolute;
  bottom: -1px;
  z-index: 10;
}
.section-hero .hd-tab .tab_top {
  width: 100%;
  max-width: 920px;
  position: relative;
  top: 0;
  margin: 0 auto;
}
.section-hero .hd-tab .tab_top img {
  width: 100%;
  height: 6px;
}
.section-hero .hd-tab .tab_area {
  width: 100%;
  max-width: 920px;
  height: 80px;
  background: #ffffff;
  text-align: center;
  margin: 0 auto;
}
.section-hero .hd-tab .tab_area ul.tab {
  width: 96%;
  margin: 0 auto;
  display: table;
  padding: 3px 0 0;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 700;
}
.section-hero .hd-tab .tab_area ul.tab li,
.section-hero .hd-tab .tab_area ul.tab li a {
  display: table-cell;
  vertical-align: middle;
  width: 25%;
  height: 74px;
  font-size: 1.1em;
}
.section-hero .hd-tab .tab_area ul.tab li {
  border-right: dotted 1px #000;
}
.section-hero .hd-tab .tab_area ul.tab li a {
}
.section-hero .hd-tab .tab_area ul.tab li:last-child {
  border-right: none;
}
.section-hero .hd-tab .tab_area ul.tab li.tab_01 a:before,
.section-hero .hd-tab .tab_area ul.tab li.tab_02 a:before,
.section-hero .hd-tab .tab_area ul.tab li.tab_03 a:before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 34px;
  background-image: url(../images/re_tab_icon01.png);
  background-size: cover;
  vertical-align: middle;
  margin-right: 6px;
}
.section-hero .hd-tab .tab_area ul.tab li.tab_02 a:before {
  background-image: url(../images/re_tab_icon02.png) !important;
}
.section-hero .hd-tab .tab_area ul.tab li.tab_03 a:before {
  background-image: url(../images/re_tab_icon03.png) !important;
}

#container .inner .btn_area {
  width: 920px;
  margin: 0 auto 60px;
}

#container .footer-btn {
  margin-bottom: 50px;
}

#container .footer-btn .inner .btn_area {
  width: 60%;
  margin: 0 auto;
}

#container .inner .btn_area p {
  color: #375aaa;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 700;
  font-size: 2.15em;
}

#container .inner .btn_area .btn p {
  display: block;
  text-align: center;
  padding: 25px 30px 30px;
  margin: 0;
}

#container .inner .btn_area .btn {
  position: relative;
  background: #f0f0f0;
  border: solid 2px #375aaa;
  width: 48%;
}
#container .footer-btn .inner .btn_area .btn {
  width: auto;
}
#container .inner .btn_area .btn p {
  line-height: 1;
}

#container .inner .btn_area .btn p::after {
  display: none;
}
#container .inner .btn_area .btn p.btn_in span {
  display: inline-block;
  font-size: 0.6em;
  font-weight: normal;
  background: #375aaa;
  color: #ffffff;
  border-radius: 0;
  padding: 6px 15px;
  margin-bottom: 15px;
  transform: skew(0deg, -15deg);
  transform: skewX(-10deg);
}

#container .inner .btn_area .btn_01 p {
  width: 100%;
  height: auto;
}
#container .inner .btn_area .btn_02 p {
  width: 100%;
  height: auto;
}

/* #container .inner .btn_area .btn_01 p:hover,
#container .inner .btn_area .btn_02 p:hover{
  opacity: 0.75;
  -webkit-transition: 0.3s;
  transition: 0.3s;
} */
/*
#container .inner .btn_area .btn span.slanting{
	transform:skew(0deg, -15deg);
	transform:skewX(-10deg);
}
*/
#container .inner .btn_area .btn span.slanting em {
  display: block;
  font-style: normal;
  transform: skewX(10deg);
  padding: 3px 0;
}

/*------------------------------------------------------------
	Container Area
------------------------------------------------------------*/
#container section.service img {
  width: 100%;
}
#container {
  width: 100%;
  margin-top: 50px;
}
#container section {
  margin: 0;
  padding: 0;
}

#container .anc_ttl {
  width: 920px;
  margin: 0 auto 20px;
  color: #375aaa;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 1.6em;
  line-height: 180%;
  letter-spacing: 1px;
  padding: 0;
}

#container section.service .box_cnt .inner a.link {
  color: #184ac0;
  text-decoration: underline;
  outline: none;
}

#container section.service .box_cnt .inner a.link:hover {
  color: #184ac0;
  text-decoration: none;
}

#container section.service .caption {
  font-size: 0.8em;
}
#container section.service {
  width: 100%;
  display: block;
  clear: both;
  margin-bottom: 0;
  overflow: hidden;
}
#container section.service .box_cnt h3 {
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 1.6em;
  line-height: 180%;
  color: #375aaa;
  letter-spacing: 0px;
  margin-bottom: 0px;
  border-bottom: solid 1px #a0a0a0;
  padding: 10px 0;
  position: relative;
}
#container section.service .box_cnt h3.img_txt {
  display: flex;
  justify-content: center;
  align-items: center;
}
#container section.service .box_cnt h3.img_txt p {
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 700;
  text-align: center;
}
#container section.service .box_cnt h3 img {
  width: auto;
  margin-right: 5px;
}
#container section.service .box_cnt h3 .caption {
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 10px;
  line-height: 160%;
  color: #333;
  font-weight: normal;
  position: absolute;
  bottom: 5%;
  right: 1%;
  padding: 10px 0 0;
}
#container section.service .box_cnt h3 .side_logo {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 30px 5px 0;
}
#container section.service .box_cnt h3 .side_logo img {
  width: auto;
  height: 47px;
}
#container section.service .box_cnt {
  width: 920px;
  height: auto;
  min-height: auto;
  margin: 0 auto 45px;
  background: #f0f0f0;
  border: solid 2px #a0a0a0;
  position: relative;
  z-index: 1;
}

#container section.service .box_cnt a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}
/*
#container section.service .box_cnt:hover {
    filter:alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity:0.7;
    zoom:1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
*/

#container section.service .box_cnt .inner {
  padding: 25px 30px 20px;
  box-sizing: border-box;
  position: relative;
  background: #ffffff;
  width: 100%;
  height: auto !important;
  min-height: auto !important;
  margin: 0 auto 0;
  box-shadow: none;
  border-top: none;
}

#container section.service .box_cnt .box_logo {
  width: 100%;
  text-align: center;
  margin: 0 auto 25px;
  padding: 0 0 25px;
  border-bottom: dotted 1px #6a6a6a;
  position: relative;
}
#container section.service .box_cnt .box_logo .caption {
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 10px;
  line-height: 160%;
  color: #333;
  font-weight: normal;
  position: absolute;
  bottom: 0;
  right: 1%;
  padding: 10px 0;
}
#container section.service .box_cnt .box_logo:nth-child(3) {
  margin: 0 auto 0px;
  padding: 0 0 20px;
  border-bottom: none;
}
#container section.service .box_cnt .box_logo .logo {
  display: inline-block;
  width: 160px;
  margin: 0 25px;
  padding: 0;
}
#container section.service .box_cnt .box_logo .img {
  padding: 0;
  margin: 0;
}

#container section.service .box_cnt .attention {
  border-top: solid 2px #a0a0a0;
  width: 100%;
  padding: 15px 25px 25px;
  box-sizing: border-box;
}
#container section.service .box_cnt .attention .ttl {
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 1.4em;
  line-height: 180%;
  color: #333;
  margin-bottom: 8px;
}

#container section.service .box_cnt .inner .box_img {
  width: 30%;
  float: right;
}

#container section.service .box_cnt .inner .box_img.shd {
  padding: 2px 8px 12px;
}
#container section.service .box_cnt .inner .box_img.shd img {
  filter: drop-shadow(0px 4px 3px rgba(0, 0, 0, 0.7));
}
#container section.service .box_cnt .inner .txt_area {
  width: 65%;
  margin: 0 auto;
  float: left;
}
#container section.service .box_cnt .inner .txt_area .box_img_logo {
  width: 150px;
  margin-bottom: 10px;
}
#container section.service .box_cnt .inner .txt_area .ttl {
  font-size: 1.3em;
  margin-top: 15px;
  padding-bottom: 8px;
  font-weight: 700;
}
#container section.service .box_cnt .inner .txt_area ol {
  margin-left: 1em;
  width: 100%;
}
#container section.service .box_cnt .inner .txt_area ol li {
  text-indent: -1em;
  font-size: 1em;
  padding-bottom: 5px;
}
#container section.service .box_cnt .inner .txt_area ol.caption {
  margin-left: 1em;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

#container section.service.campaigm_area {
  position: relative;
}
#container section.service.campaigm_area .box_cnt .inner {
  padding: 25px 30px 30px;
}
#container section.service.campaigm_area .popbtn {
  background-color: #375aaa;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  font-weight: bold;
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
.modal_summary {
  padding: 50px 30px;
  list-style: none;
}
.modal_summary p {
  margin: 0;
  padding: 0;
}
.modal_summary strong {
  display: block;
  font-size: 18px;
}
.modal_summary .bgbeige {
  background-color: #f3f2ee;
}
.modal_summary ul {
  list-style: none;
  padding-left: 0;
}
.modal_summary .block {
  text-align: left;
}
.modal_summary .block .headline {
  background-color: #fff;
}
.modal_summary .block .headline h3 {
  font-size: 22px;
  border-left: 5px solid #000;
  padding-left: 15px;
  margin: 0 0 15px;
}
.modal_summary .block .headline p {
  font-size: 17px;
  font-weight: bold;
  margin: 0 0 15px;
}
.modal_summary .block .headline p a {
  color: #0077ff;
  border-bottom: 1px solid;
}
.modal_summary .block .headline p a:hover {
  opacity: 0.7;
}

.modal_summary .block:not(:last-child) {
  padding-bottom: 35px;
}

.modal_summary .block .txt_block {
  padding: 1em;
}
.modal_summary .block .txt_block .num_list {
  counter-reset: number;
  margin: 0;
}
.modal_summary .block .txt_block .num_list li {
  position: relative;
  padding: 2.5px 5px 5px 7em;
  font-size: 15px;
}
.modal_summary .block .txt_block .num_list li:not(:last-child) {
  margin-bottom: 0.5em;
}
.modal_summary .block .txt_block .num_list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5em;
  height: 1em;
  padding: 5px;
  background: #fff;
  border: 1px solid #000;
}
.modal_summary .block .txt_block .num_list li:after {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  left: 2.5em;
  top: 0.1em;
}

.modal_summary .block .notes_block .notes {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 13px;
}
.modal_summary .block .notes_block .notes li:before {
  content: "※";
}

/*------------------------------------------------------------
	Container Area -slick
------------------------------------------------------------*/
#container section.service-detail {
  width: 100%;
  display: block;
  clear: both;
  margin-top: 40px;
  overflow: hidden;
}

#container section.service-detail h3 {
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 1.6em;
  line-height: 180%;
  color: #828282;
  letter-spacing: 1px;
  margin-bottom: 25px;
}
#container section.service-detail h3.blue {
  color: #0f1351;
}
#container section.service-detail .slider {
  width: 980px;
  height: 435px;
  margin: 0 20px;
}
.slick-current {
}
#container section.service-detail .slider .slider-box {
  width: 940px !important;
  /*
	margin: 0 !important;
	padding: 0 !important;
*/
}
/* #container section.service-detail .slick-slide { margin: 0px 0; } */
#container section.service-detail img {
  width: 100%;
}
#container section.service-detail slick-prev:before,
#container section.service-detail .slick-next:before {
  /* 	color: black; */
}
#container section.service-detail .slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 0.6;
}
#container section.service-detail .slick-active {
  opacity: 1;
}
#container section.service-detail .slick-current {
  opacity: 1;
}

#container section.service-detail .box_cnt {
  width: 940px;
  height: auto;
  min-height: 434px;
  margin: 0 0 35px 0px;
  background: #f5f5f5;
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.3);
  border-top: solid 5px #184ac0;
}
#container section.service-detail .box_cnt .box_img {
  width: 464px;
  /* 	height: 430px; */
}
#container section.service-detail .box_cnt .clm-right {
  width: 476px;
  /* 	height: 430px; */
}
#container section.service-detail .txt_area {
  width: 80%;
  margin: 15px auto;
}
#container section.service-detail .txt_area:nth-child(2) {
  width: 80%;
  margin: 20px auto;
}
#container section.service-detail .pt15 {
  padding-top: 15%;
}
#container section.service-detail .pt5 {
  padding-top: 5%;
}
#container section.service-detail .txt_area p {
  padding: 0;
  margin: 0;
}
#container section.service-detail .txt_area .logo {
  width: 120px;
  float: left;
  margin: 0;
  padding: 0 0 0 30px;
}

#container section.service-detail .txt_area p.notes {
  background-color: #fff;
  padding: 10px 0 0 10px;
  margin-top: 35px;
}
#container section.service-detail .txt_area .img {
  padding: 0;
  /* margin: 35px 0 0; */
}
#container section.service-detail p.box_ttl {
  padding: 6px 0;
  border-top: dotted 2px #6a6a6a;
  border-bottom: dotted 2px #6a6a6a;
  margin-bottom: 5px;
  text-align: center;
  color: #375aaa;
  font-weight: 600;
  font-size: 1.25em;
}
#container section.service-detail p.box_sttl {
  padding: 5px 0 8px;
  text-align: center;
  color: #6a6a6a;
  font-weight: 600;
  font-size: 1.2em;
}

#container section.service-detail .smc-logo {
  width: 180px;
  margin: 10px auto 15px;
}
#container section.service-detail p.caption {
  font-size: 0.8em;
  margin-top: 5px;
  padding: 0;
}
#container section.service-detail ul.caption {
  font-size: 0.8em;
  margin-top: 5px;
  padding: 0;
  text-indent: -1em;
  padding-left: 1em;
}
#container section.service-detail .link {
  text-align: right;
}
#container section.service-detail .link {
  text-decoration: underline;
}
#container section.service-detail .box_cnt .txt_area {
  position: relative;
  z-index: 1;
}
/*
#container section.service-detail .box_cnt .txt_area a{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2;
}
#container section.service-detail .box_cnt .txt_area:hover {
    filter:alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity:0.7;
    zoom:1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
*/

/*------------------------------------------------------------
	Card-info Area
------------------------------------------------------------*/
#container section.card-info img {
  width: 100%;
  filter: drop-shadow(0px 4px 3px rgba(0, 0, 0, 0.7));
}

#container section.card-info {
  width: 100%;
  display: block;
  clear: both;
  margin: 60px 0 100px;
}
#container section.card-info .box_info {
  width: 940px;
  margin: 0 auto;
  background: #ffffff;
  border-left: solid 4px #aaaaaa;
  border-right: solid 4px #aaaaaa;
  border-bottom: solid 4px #aaaaaa;
}
#container section.card-info .box_info .ttl {
  width: 100%;
  text-align: center;
  padding: 5px 0 10px;
  background: #aaaaaa;
  color: #ffffff;
  font-size: 1.5em;
}
#container section.card-info .box_info .card_area {
  width: 94%;
  margin: 0 auto;
  padding: 25px 0 15px;
}
#container section.card-info .box_info .card_area h3 {
  display: table;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 1.5em;
  line-height: 160%;
  color: #1e326e;
  letter-spacing: 1px;
  margin: 0 auto 10px;
  border-bottom: solid 1px #aaaaaa;
  padding: 10px 35px;
}
#container section.card-info .box_info .card_area h4 {
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 1.3em;
  line-height: 160%;
  color: #000;
  letter-spacing: 1px;
  margin-bottom: 25px;
}
#container section.card-info .box_info .card_area .card-img {
  width: 280px;
  height: 182px;
  float: left;
  padding: 2px 8px 12px;
}
#container section.card-info .box_info .card_area .txt_area {
  width: 570px !important;
  float: right;
  color: #000;
  line-height: 160%;
  position: relative;
}
#container section.card-info .box_info .card_area .txt_area .hd-txt {
  font-size: 1.2em;
  text-align: center;
  padding-bottom: 15px;
  letter-spacing: 1.5px;
}
#container section.card-info .box_info .card_area .txt_area .rd-txt {
  font-size: 1em;
  text-align: left;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: dotted 1px #ccc;
}
#container section.card-info .box_info .card_area .txt_area .cap-txt {
  width: 70%;
  font-size: 0.9em;
  line-height: 140%;
  text-align: left;
  color: #d2505a;
}
#container section.card-info .box_info .card_area .txt_area .btn-link a {
  display: table-cell;
  padding: 15px 30px;
  background: #1e326e;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: -20px;
  font-size: 1.25em;
  font-weight: 700;
}

/*------------------------------------------------------------
	Modal
------------------------------------------------------------*/
.iziModal {
  text-align: center;
  max-width: 1200px !important;
}
.iziModal-wrap {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.iziModal-content {
  width: 100% !important;
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
}
.iziModal-content .close {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 30px;
  background: #969696;
  height: 55px;
  width: 55px;
  text-align: center;
  z-index: 50;
}

.iziModal-content .close a {
  display: block;
  cursor: pointer;
  color: #fff;
}
.iziModal-content .modal_hd_txt {
  font-family: "Noto Sans Japanese", sans-serif;
  color: #828282;
  font-weight: 700;
  text-align: center;
  font-size: 1.6em;
  line-height: 50px;
  height: 55px;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  border-bottom: solid 1px #969696;
}

.iziModal-content img {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

.iziModal-content p {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN";
  font-feature-settings: "palt";
}

.iziModal-content .modal_info {
  padding: 80px 40px 40px;
  margin: 0 auto;
  position: relative;
}
.iziModal-content .modal_info_gray {
  padding: 30px 40px 30px;
  margin: 0 auto;
  position: relative;
  background: #f5f5f5;
}
.iziModal-content .modal_info .modal_ttl {
  color: #828282;
  font-weight: 700;
  text-align: center;
  font-size: 1.6em;
  line-height: 180%;
  text-align: center;
  margin-bottom: 20px;
}
.iziModal-content .modal_info .modal_sttl {
  color: #828282;
  font-weight: 700;
  text-align: center;
  font-size: 1.3em;
  line-height: 160%;
  text-align: center;
  margin-bottom: 20px;
}
.iziModal-content .modal_info .modal_img2 {
  margin: 15px 0;
}
.iziModal-content .modal_info .txt-L {
  color: #828282;
  font-weight: 700;
  text-align: center;
  font-size: 1.5em;
  line-height: 180%;
  text-align: center;
}
.iziModal-content .modal_info .txt-L span {
  color: #000000;
}
.iziModal-content .modal_info .txt-L em {
  font-size: 1.8em;
}
.iziModal-content .modal_info .caption {
  font-size: 0.85em;
  margin-top: 8px;
  padding: 0;
}
.iziModal-content .modal_info .box {
  border: solid 1px #969696;
  padding: 20px;
  margin: 20px 0 0;
  box-sizing: border-box;
}
.iziModal-content .modal_info_gray table {
  width: 85%;
  margin: 0 auto;
  border-top: solid 1px #969696;
  border-bottom: solid 1px #969696;
}
.iziModal-content .modal_info_gray .tbl-r02 th {
  background: #e1e1dc;
  border-bottom: dotted 1px #969696;
  padding: 10px 0 0 20px;
  font-weight: normal;
  width: 25%;
  text-align: left;
  vertical-align: top;
}
.iziModal-content .modal_info_gray .tbl-r02 td {
  border-bottom: dotted 1px #969696;
  padding: 10px;
}
.iziModal-content .modal_info_gray .box-cap {
  width: 85%;
  margin: 10px auto;
}
.iziModal-content .modal_info_gray ol {
  margin: 0 0 0 1em;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}
.iziModal-content .modal_info_gray ol li {
  text-indent: -1em;
  font-size: 0.85em;
}

/* ボタン */
.new_answer {
  /* color: #fff; */
  /* background-color: #c9171e;背景色の変更 */
  /* font-weight: bold; */
  /* border-radius: 10px; */
  /* cursor: pointer; */
  /* line-height: normal; */
  /* text-decoration: none; */
  /* border: 2px solid transparent; */
  /* padding: 14px 20px; */
  /* font-size: 18px; */
  /* margin: 1em; */
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  /* position: relative;
  overflow: hidden; */
}

/* ボタンを光らせる */
/* .new_answer:before {
    display: block;
    position: absolute;
    right: -50%;
    top: -100%;
    content: "";
    width: 20%;
    height: 300%;
	opacity: .8;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background:-webkit-gradient(linear,left top, right bottom,color-stop(40%, rgba(255,255,255,0)), color-stop(50%, rgba(255,255,255,.8)), color-stop(60%, rgba(255,255,255,0)));
    background:linear-gradient(to right bottom,rgba(255,255,255,0) 40%, rgba(255,255,255,.8) 50%, rgba(255,255,255,0) 60%);
    -webkit-animation: shiny 3s ease 2;
    animation: shiny 3s ease 2;
} */
/* @-webkit-keyframes shiny {
0% {right: -30%;}
30% {right: 120%;}
100% {right: 150%;}
}
@keyframes shiny {
0% {right: -30%;}
30% {right: 120%;}
100% {right: 150%;}
} */

/* @keyframes shine {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
} */

.wrap {
  min-width: 980px;
  position: relative;
}
.row {
  width: 980px;
}

.new_answer {
  position: absolute;
  top: 140px;
  right: -40px;
  display: inline-block;
}
.new_answer.ShowSlide {
  right: -40px;
  animation: fadein 3s 1;

  -webkit-animation: fadein 3s 1;
  -moz-animation: fadein 3s 1;
  -ms-animation: fadein 3s 1;
  -o-animation: fadein 3s 1;
  animation: fadein 3s 1;
}
@keyframes fadein {
  from {
    opacity: 0;
    transform: translateX(1000px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
    transform: translateX(1000px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
    transform: translateX(200px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@-ms-keyframes fadein {
  from {
    opacity: 0;
    transform: translateX(200px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@-o-keyframes fadein {
  from {
    opacity: 0;
    transform: translateX(200px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@media only screen and (max-width: 1140px) {
  .wrap {
    min-width: 0;
  }
  .row {
    width: auto;
  }
  .new_answer {
    right: 0;
    margin-left: 10px;
  }
  .new_answer img {
    width: 340px !important;
  }
}

/*campaign_2001*/

.campaign_2001 .section-hero .box-gray {
  background: rgba(0, 0, 0, 0.5);
  padding-top: 32px;
}
.campaign_2001 .section-hero .box-gray .w55 {
  width: 48.7%;
}
.campaign_2001 .section-hero .box-gray .w45 {
  width: 47%;
}
.campaign_2001 .section-hero .box-gray .clm-left .card-img {
  width: 100%;
  padding: 0 8px 24px;
  margin: 0;
}
.campaign_2001 .section-hero .box-gray .clm-left .card-img img {
  filter: none;
}
.campaign_2001 .section-hero .box-gray .h2-txt {
  padding-top: 15px;
}

.campaign_2001 .section-hero .box-gray p.notes {
  color: #fff;
  font-size: 0.9em;
  margin-top: 5px;
}
.campaign_2001 .section-hero .box-gray .clm-right p {
  line-height: 1.2;
}
.campaign_2001 .section-hero .box-gray .box2001 {
  background: #000;
  background: -moz-linear-gradient(-45deg, #ffffff 0%, #000000 13%);
  background: -webkit-linear-gradient(-45deg, #ffffff 0%, #000000 13%);
  background: linear-gradient(135deg, #ffffff 0%, #000000 13%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=1 );
  margin: 0 -28px;
  padding: 13px 28px 15px;
}

@media only screen and (min-width: 641px) {
  .campaign_2001 .section-hero .box-gray .box2001 .img .h140 {
    height: 140px;
    width: auto;
  }
  .page-cp10000.campaign_2001 .section-hero .box-gray .box2001 .img .h140 {
    height: auto;
  }
}
.campaign_2001 .section-hero .box-gray .box2001.single_cp {
  padding: 20px 0;
  /* margin-top: 20px; */
}
.campaign_2001 .section-hero .box-gray .box2001.single_cp.pdnone {
  padding: 0;
  /* margin-top: 20px; */
}
.page-cp10000.campaign_2001 .section-hero .box-gray .box2001.single_cp {
  padding: 0;
}
.campaign_2001 .section-hero .box-gray .box2001 .title {
  font-size: 1em;
  font-weight: bold;
}
.campaign_2001 .section-hero .box-gray .box2001 .title.reverse {
  margin-top: 1em;
}
.campaign_2001 .section-hero .box-gray .box2001 .title .and {
  background: #b90000;
  padding: 0 1em;
  position: relative;
  width: 5em;
  top: 0;
  right: 1em;
}
.campaign_2001 .section-hero .box-gray .box2001 .title .and:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #b90000 transparent transparent transparent;
  position: absolute;
  right: calc(2.5em - 5px);
  bottom: -10px;
}

.campaign_2001 .section-hero .box-gray .box2001 .img {
  margin-top: 10px;
  margin-bottom: 6px;
}
.campaign_2001 .section-hero .box-gray .box2001 .img.reverse {
  margin-top: 5px;
}
.campaign_2001 .section-hero .box-gray .box2001 .notes {
  text-align: right;
  font-size: 0.8em;
}

.campaign_2001 .section-hero .box-gray .link-button .btn_area {
  padding-top: 17px;
}

.campaign_2001 .section-hero .box-gray .link-button .btn a {
  height: 61px;
}
.campaign_2001 .section-hero .box-gray .link-button .btn > a,
.campaign_2001 .footer-btn .btn_area .btn a {
  background: #113a9b;
}

.campaign_2001 .section-hero .box-gray .link-button .btn_area .btn a::after,
.campaign_2001 .footer-btn .btn_area .btn a::after {
  display: none;
}

.campaign_2001 .section-hero .box-gray .link-button .btn_area .btn a,
.campaign_2001 .footer-btn .btn_area .btn a {
  border-radius: 2px;
  box-shadow: 0px 0px 1px 1px #9c9c9c;
}

.campaign_box2001 {
  background-color: #f3f3f3;
  padding: 50px 0;
}
.detail2001a {
  width: 920px;
  /* margin: 0 auto 30px; */
  margin: 30px auto 0;
}
.modal-cont .detail2001a {
  width: 100%;
}
.modal-cont .boxtxt,
.detail2001a .boxtxt {
  text-align: center;
  padding: 7px;
  color: #fff;
  background-color: #e71312;
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 15px;
}
.campaign_box2001 + section.service {
  padding-top: 30px !important;
}
#container .campaign_box2001 section.service.campaigm_area.part1 .box_cnt .inner {
  padding: 0 0 34px;
}

.detail2001a ul.notes {
  text-align: left;
  margin-top: 1em;
}

.detail2001a ul.notes > li {
  text-align: left;
  position: relative;
  padding-left: 1.1em;
}
.detail2001a ul.notes > li:before {
  content: "※";
  position: absolute;
  left: 0;
}

.detail2001a .clm-left {
  float: left;
}
.detail2001a .clm-right {
  float: right;
}
/* .detail2001a{padding-top: 40px;} */
.detail2001a > div.clearfix {
  border-top: 1px dotted #6d6d6d;
  padding: 15px 0;
}
.detail2001a .title {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 3px;
  text-align: left;
}
.detail2001a .notes {
  font-size: 0.9em;
  color: inherit;
  margin-bottom: 4px;
  text-align: left;
}
.detail2001a .lead {
  text-align: left;
}
.detail2001a .clm-left {
  width: 190px;
  font-size: 1.2em;
  font-weight: bold;
  text-align: left;
}
.detail2001a .clm-right {
  width: calc(100% - 190px);
}

.modal-cont .c_title {
  border-bottom: 1px solid #000;
  padding: 30px 0 20px;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
}
/* .modal-cont .detail2001a{
	background-color: #eee;
	padding: 20px 30px;
} */

.modal-cont .detail2001a:not(.no-fill) {
  background-color: #eee;
  padding: 20px 30px;
}
.modal-cont .detail2001a.no-fill {
  padding-top: 20px;
  margin-top: 0;
  /*padding: 20px 30px;*/
}

.modal-cont .boxtxt {
  margin-bottom: 0;
}

.modal-cont .detail2001a > div.clearfix:first-child {
  border-top: none;
  padding: 15px 0;
}
.modal-cont ul.notes {
  text-align: left;
  margin-top: 1em;
}

.modal-cont ul.notes > li {
  text-align: left;
  position: relative;
  padding-left: 1.1em;
}
.modal-cont ul.notes > li:before {
  content: "※";
  position: absolute;
  left: 0;
}

/* .campaign_box2001{
	background-color: #f3f3f3;
	padding: 30px 0;
}
.campaign_box2001+section.service{padding-top: 30px !important;}
#container .campaign_box2001 section.service.campaigm_area.part1 .box_cnt .inner {padding: 0 0 34px;}

.campaign_box2001 .box2001{
	width: 920px;
	margin: 0 auto 30px;
}
.campaign_box2001 .box2001>div.clearfix{
	border-top: 1px dotted #6d6d6d;
	padding: 15px 0;
}
.campaign_box2001 .box2001 .boxtxt{
	text-align: center;
	padding: 7px;
	color: #FFF;
	background-color: #e71312;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 15px;
}
.campaign_box2001 .box2001 .title{
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 3px;
}
.campaign_box2001 .box2001 .notes{
	font-size: 0.9em;
	color: inherit;
	margin-bottom: 4px;
}
.campaign_box2001 .box2001 .clm-left{
	width: 190px;
	font-size: 1.2em;
	font-weight: bold;
}.campaign_box2001 .box2001 .clm-right{width: calc(100% - 190px);} */

.detail2001a > .borders {
  border-top: 1px dotted #6d6d6d;
  padding: 30px 0 10px;
}

/* mirror */

@media only screen and (min-width: 641px) {
  .mirror.campaign_2001 .modal-cont.row {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
  }
}
.mirror.campaign_2001 .section-hero .box-gray .link-button .btn_area .btn,
.mirror .footer-btn .btn_area .btn {
  left: 0;
}

/* =========================================================
cashless
========================================================= */
.cashless_bnr {
  margin: 0 auto 50px;
  text-align: center;
}
.cashless_bnr .ttl_line {
  position: relative;
  margin-bottom: 15px;
}
.cashless_bnr .ttl_line:before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e40b20;
  z-index: 1;
}
.cashless_bnr .ttl_line span {
  position: relative;
  background-color: #f3f3f3;
  color: #e40b20;
  z-index: 2;
  font-size: 20px;
}
.cashless_bnr a:hover {
  opacity: 0.7;
}
.cashless_bnr img.sp-non {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .cashless_bnr {
    padding: 0 4%;
  }
  .cashless_bnr .ttl_line {
    margin: 0 auto 15px;
  }
}

.cp_pop_open3,
.cp_pop_open4 {
  width: 920px;
  margin: 0 auto;
  cursor: pointer;
}
.cp_pop_open4 {
  margin-bottom: 45px;
}
@media only screen and (max-width: 640px) {
  .cpnone_note {
    font-size: 11px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .cp_pop_open3,
  .cp_pop_open4 {
    width: 100%;
  }
  .cp_pop_open4 {
    margin-bottom: 25px;
  }
}

/* cp200915 */
.campaign_2001 .section-hero .box-gray .box2001.single_cp.cp200915 {
  padding: 30px 60px !important;
}
.campaign_2001 .section-hero .box-gray .box2001.cp200915 .img img {
  padding: 15px 50px 10px;
}
.campaign_2001 .section-hero .box-gray .box2001.cp200915 .img span {
  display: block;
}
.campaign_2001 .section-hero .box-gray .box2001.cp200915 .img .date {
  background: -moz-linear-gradient(left, #ad8b3e 50%, #db914c 100%);
  background: -webkit-linear-gradient(left, #ad8b3e 50%, #db914c 100%);
  background: linear-gradient(to right, #ad8b3e 50%, #db914c 100%);
  font-size: 17px;
  font-weight: bold;
  padding: 5px;
}
.campaign_2001 .section-hero .box-gray .box2001.cp200915 .img .sub {
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.1em;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 5px;
}

#container .campaign_box2001 section.service.campaigm_area.part1.cp200915 .box_cnt .inner {
  padding: 0;
}
#container section.service.campaigm_area.cp200915 .popbtn {
  background-color: #686868;
}
#cp_popup5 .modal-cont .area01 {
  background: none;
  border-bottom: 1px solid;
  font-size: 20px;
}
#cp_popup5 .modal-cont .area01 h3 {
  padding-bottom: 0;
}
#cp_popup5 .modal-cont .area02 .notes li {
  font-size: 14px;
  line-height: 1.8;
  font-weight: bold;
}
#cp_popup5 .modal-cont .area02 .notes li:before {
  content: "・";
}
@media only screen and (max-width: 640px) {
  .campaign_2001 .section-hero .box-gray .box2001.single_cp.cp200915 {
    padding: 15px !important;
  }
  #container .campaign_box2001 section.service.campaigm_area.part1.cp200915 .box_cnt .inner {
    padding-bottom: 10px;
  }
  .campaign_2001 .section-hero .box-gray .box2001.cp200915 .img .date {
    width: 100%;
    font-size: 13px;
  }
  .campaign_2001 .section-hero .box-gray .box2001.cp200915 .img img {
    padding: 10px 0;
  }
  .campaign_2001 .section-hero .box-gray .box2001.cp200915 .img .sub {
    font-size: 10px;
  }
}

.campaign_box2001 .campaign.border_none {
  border: none;
}
.campaign_box2001 .campaign.camp2102 {
  margin-bottom: 25px;
}
@media only screen and (min-width: 641px) {
  .campaign_2001 .section-hero .box-gray .box2102 {
    margin: 0 -28px;
  }
}

/* @group faq */

#container section.amex_faq {
  position: relative;
  text-align: center;
  padding: 100px 0 50px;
  background-color: #fff;
}
.cobalt_faq_title {
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 1.6em;
  line-height: 180%;
  color: #828282;
  letter-spacing: 1px;
  margin-bottom: 25px;
  color: #375aaa;
}
.amex_faq .modal_dl {
  /* background: #ffffff; */
  background: #f5f5f5;
  padding: 50px 30px;
  margin-right: 0;
  margin-left: 0;
  counter-reset: number;
  box-shadow: 0px 0px 2px 1px rgb(0 0 0 / 30%);
  border-top: solid 5px #a0a0a0;
  width: 940px;
  max-width: 100%;
  margin: 0 auto 35px;
}
.amex_faq .modal_dl dt {
  text-align: left;
  border-bottom: 1px solid #4c4c4c;
  border-left: 6px solid #4c4c4c;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 10px;
  padding: 10px 46px 10px 10px;
  position: relative;
  font-size: 16px;
}
.amex_faq .modal_dl dt:hover {
  cursor: pointer;
}
.amex_faq .modal_dl dt:before {
  counter-increment: number;
  content: counter(number);
  min-width: 40px;
  width: 40px;
  height: 40px;
  background: #4c4c4c;
  font-size: 24px;
  color: #ffffff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.amex_faq .modal_dl dt:after {
  content: "＋";
  font-size: 26px;
  position: absolute;
  text-align: center;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #4c4c4c;
}
.amex_faq .modal_dl dt.ac:after {
  content: "ー";
}
.amex_faq .modal_dl dd {
  text-align: left;
  border-bottom: 1px solid #4c4c4c;
  border-left: 6px solid #4c4c4c;
  margin: 0 0 10px 0;
  padding: 10px 10px 10px 60px;
  font-size: 14px;
}
.amex_faq .modal_dl dd .faq_list {
  padding-left: 1em;
  text-indent: -1em;
}
.amex_faq .modal_dl dd .faq_list li {
  line-height: 1.3;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}
.amex_faq .modal_dl dd .faq_list .faq_notes {
  line-height: 1;
}
.amex_faq .modal_dl dd .faq_notes {
  font-size: 12px;
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
}
@media only screen and (max-width: 640px) {
  #container section.amex_faq {
    padding: 40px 4% 30px;
  }
  .sbs_faq_title {
    font-size: 22px;
  }
  .amex_faq .modal_dl {
    padding: 20px;
  }
  .amex_faq .modal_dl dt {
    font-size: 14px;
    border-left: 3px solid #4c4c4c;
  }
  .amex_faq .modal_dl dt:before {
    min-width: 30px;
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
  .amex_faq .modal_dl dd {
    padding-left: 15px;
    font-size: 13px;
    border-left: 3px solid #4c4c4c;
  }
  .amex_faq .modal_dl dd .faq_notes {
    font-size: 11px;
  }
}

/* @end */
