@charset "UTF-8";
dl,
dt,
dd,
p,
figcaption,
figure,
div,
h2,
section {
  margin: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .sp_only {
    display: none !important;
  }
}
body {
  overflow: hidden;
}
body.video_fin {
  overflow: visible;
}

.row {
  max-width: 1300px;
  margin: 0 auto;
}
.link.underline {
  text-decoration: underline;
  color: #00a0e9;
  cursor: pointer;
}
/** SITE HEADER
==============================================*/
.site-header {
  width: 100%;
  z-index: 1;
}
.site-header .masthead {
  background-color: #fff;
  padding: 20px 0;
}
@media only screen and (min-width: 769px) {
  .site-header .masthead {
    padding: 20px;
  }
}
.site-header .masthead .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.site-header .masthead .content .brand-logo {
  width: 650px;
  max-width: 100%;
}
.site-header .masthead .content .brand-logo .brand-logo-desc {
  font-size: 11px;
  letter-spacing: inherit;
  font-weight: 300;
}
.site-header .masthead .content .brand-logo .brand-logo-img {
  line-height: 1;

  padding: 5px 5px 5px 0;
}
.site-header .masthead .content .brand-logo .brand-logo-img > a {
  display: inline-block;
  line-height: 1;
  padding: 5px 5px 5px 0;
}
.header_nolink .site-header .masthead .content .brand-logo .brand-logo-img > a {
  pointer-events: none;
}
.site-header .masthead .content .brand-logo .brand-logo-img img {
  width: 100%;
  max-width: 100%;
}

.site-header .masthead .content .saisontop {
  width: calc(100% - 500px - 180px);
  padding-right: 20px;
  text-align: right;
}
.site-header .masthead .content .saisontop > a {
  font-size: 12px;
  border-bottom: 1px solid #464646;
  position: relative;
}
.site-header .masthead .content .saisontop > a:after {
  content: "";
  position: absolute;
  top: calc(50% - 0.1em);
  right: -0.75em;
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid;
  border-right: 1px solid;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.site-header .masthead .content .official {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 55px;
}
.site-header .masthead .content .official > img {
  height: 45px;
  padding: 0 20px;
}
.site-header .masthead .content .official > img:last-child {
  padding-right: 0;
}
.site-header .masthead .content .official > img:not(:last-child) {
  border-right: 1px solid #262626;
}
.site-header .masthead .content .official {
  padding: 5px 0;
}
@media only screen and (max-width: 768px) {
  .site-header .masthead .content.row {
    padding: 0;
    margin: 0;
  }
  .site-header .masthead {
    padding: 13px 8px 13px 15px;
    height: 60px;
    width: calc(100% - 50px);
  }
  .site-header.type2 .masthead {
    width: 100%;
  }
  .site-header .masthead .content .brand-logo {
    width: 100%;
    max-width: 200px;
  }
  .site-header .masthead .content .brand-logo .brand-logo-img img {
    width: 100%;
  }
  .site-header .masthead .content .official {
    padding: 0;
    height: auto;
    width: 105px;
  }
  .site-header .masthead .content .official > img {
    height: 25px;
    padding: 0 10px;
  }
  .site-header .masthead .content .official > img:first-child {
    padding-right: 10px;
  }
  .site-header .masthead .content .official > img:last-child {
    padding-right: 10px;
  }
  .site-header .masthead .content .brand-logo .brand-logo-img > a {
    padding: 0;
    display: block;
  }
  .site-header .masthead .content .brand-logo .brand-logo-img {
    padding-bottom: 3px;
    padding-right: 10px;
  }
  .site-header .masthead .content .brand-logo .brand-logo-img img {
    display: block;
  }
}

.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-sbs_a_pc.png) no-repeat center center;
  background-size: 100% 100%;
  /* cursor: pointer; */
  display: none;
  z-index: 1;
}
.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-sbs_b_pc.png) no-repeat center center;
  background-size: 100% 100%;
}

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

.campaign-modal {
  outline: none;
}
@media screen and (min-width: 769px) and (max-width: 950px) {
  .masthead .official {
    min-width: 260px;
    text-align: right;
  }
  .masthead .brand-logo {
    width: calc(100% - 260px);
  }
  .globalnav .gn-list a {
    font-size: 10px;
    padding: 10px 15px 10px 5px;
  }
  .globalnav .gn-list a:after {
    width: 8px;
    height: 8px;
  }
  /* .wrap {
        min-width: 850px;
    } */
}

.globalnav .gn-list a:after {
  z-index: 1;
}
.globalnav .gn-list a {
  box-sizing: border-box;
}

.btn_area .btn_01 {
  text-align: center;
}
.btn_area .btn_01 .btn_in {
  background-color: #c41d1f;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  width: 100%;
  max-width: 226px;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  position: relative;
}
.btn_area .btn_01 .btn_in:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  z-index: 1;
  transform: rotate(-135deg);
}

.section--hero {
  background-color: #031b21;
}
@media screen and (max-width: 768px) {
  .section--hero {
    min-height: 1px;
    /* padding-top: 44px; */
  }
}
.section--hero .content {
  display: flex;
}
@media screen and (max-width: 768px) {
  .section--hero .content {
    flex-direction: column;
  }
}
.section--hero .content .hero_info_block {
  /* min-width: 440px; */
  width: 46%;
  /* max-width: 50% ; */
  padding: 40px;
  background-color: #031b21;
  position: relative;
}
@media screen and (min-width: 769px) {
  .cp0 .section--hero .content .hero_info_block {
    padding: 100px 40px;
  }
}
@media screen and (max-width: 768px) {
  .section--hero .content .hero_info_block {
    padding: 30px 15px;
    max-width: 100%;
    width: 100%;
  }
}
.section--hero .content .hero_info_block .hero_title {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", YakuHanMP, "Noto Serif JP", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.37vw;
  /* white-space: nowrap; */
  color: #fff;
  position: relative;
  letter-spacing: 0;
  text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.9);
  text-align: center;
}
@media screen and (min-width: 1350px) {
  .section--hero .content .hero_info_block .hero_title {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .section--hero .content .hero_info_block .hero_title {
    text-align: center;
    font-size: 19px;
  }
}
.section--hero .content .hero_info_block .hero_card {
  text-align: center;
  padding-top: 25px;
}
.section--hero .content .hero_info_block .hero_card img {
  width: 100%;
  max-width: 240px;
}
@media screen and (max-width: 768px) {
  .section--hero .content .hero_info_block .hero_card img {
    max-width: 160px;
  }
}
.section--hero .content .hero_info_block .hero_card figcaption {
  font-size: 10px;
  color: #fff;
  padding-top: 5px;
}
@media screen and (max-width: 768px) {
  .section--hero .content .hero_info_block .hero_card figcaption {
    letter-spacing: -0.05em;
  }
}
.section--hero .content .hero_info_block .hero_cp_box {
  text-align: center;
  padding-top: 20px;
  /* position: relative; */
}
.section--hero .content .hero_info_block .hero_cp_box img {
  width: 100%;
  max-width: 427px;
}
@media screen and (max-width: 768px) {
  .section--hero .content .hero_info_block .hero_cp_box img {
    max-width: 350px;
  }
}

.section--hero .content .hero_info_block .hero_cp_box .nenshuchannel_fv_icon {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .section--hero .content .hero_info_block .hero_cp_box .nenshuchannel_fv_icon {
    left: calc(46% + 156px);
    bottom: 135px;
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .section--hero .content .hero_info_block .hero_cp_box {
    position: relative;
  }
  .section--hero .content .hero_info_block .hero_cp_box .nenshuchannel_fv_icon {
    right: -15px;
    top: -30px;
    width: 100px;
  }
}

.section--hero .content .hero_info_block .link-button {
  padding-top: 20px;
}

.section--hero .content .hero_visual_block {
  background: url(../images_v3/hero_bg.jpg) no-repeat center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding-right: 40px;
  padding-bottom: 15px;
  width: 54%;
}
@media screen and (max-width: 768px) {
  .section--hero .content .hero_visual_block {
    background-position: center bottom;
    padding-right: 0;
    padding-top: 40%;
    width: 100%;
    min-height: 250px;
  }
}
.section--hero .content .hero_visual_block .no1_box {
  width: 100%;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .section--hero .content .hero_visual_block .no1_box {
    text-align: center;
  }
}
.section--hero .content .hero_visual_block .no1_box .no1_bnr {
  max-width: 514px;
  width: 86%;
}
@media screen and (max-width: 768px) {
  .section--hero .content .hero_visual_block .no1_box .no1_bnr {
    max-width: 100%;
    width: 100%;
  }
}

.fv_video_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
}
.fv_video_wrap:hover {
  cursor: pointer;
}
.fv_video_wrap .fv_video {
  position: fixed;
  width: 100%;
  height: 60vh;
  min-height: 450px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
}
.fv_video_wrap .video_close {
  position: fixed;
  width: 100%;
  max-width: 800px;
  height: 60vh;
  min-height: 450px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}
.fv_video_wrap .video_close span {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 80px;
  font-weight: 100;
  text-align: right;
  line-height: 1;
}

.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;
}
.section--fixed_btn .link-button .btn_area .btn:not(#change_bnr) {
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .section--fixed_btn #change_bnr {
    padding: 0;
    background: none;
  }
  .section--fixed_btn #change_bnr .change {
    display: block;
    line-height: 1;
  }
}

/* campaign */
section.campaign {
  background-color: #fff;
}
.campaign_box2001 .c_title_sub {
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  section.campaign {
    padding: 25px 0;
  }
  .campaign_box2001 {
    padding: 0;
  }
  .campaign_box2001 .c_title {
    padding: 20px 0;
  }
  .campaign_box2001 .c_title_sub {
    font-weight: bold;
    font-size: 15px;
  }
  .campaign_box2001 .campaign.type20000 {
    padding: 20px 0 0;
  }
}
.campaign_box2001 .campaign {
  max-width: 100%;
}
.campaign_box2001 .row,
.modal-cont.row {
  max-width: 100%;
}
.campaign_box2001 .campaign_date {
  background-color: #1f3652;
  color: #fff;
  padding: 10px;
}
@media screen and (min-width: 769px) {
  .campaign_box2001 .campaign_date {
    width: 640px;
    margin: 0 auto;
  }
  .campaign_box2001 .campaign.short img {
    width: 640px;
    margin: 0 auto;
  }
}

.detail2001a ul.lead > li {
  text-indent: -1em;
  padding-left: 1em;
  text-align: left;
}

@media screen and (min-width: 769px) {
  .pc_wrap_2col {
    display: flex;
  }
}
/* section--spec */
.section--spec {
  background-color: #f5f5f5;
  padding: 90px 0;
}
@media screen and (max-width: 768px) {
  .section--spec {
    padding: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .section--spec .content .spec_block {
    text-align: center;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.section--spec .content .spec_block dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  font-size: 19px;
}
@media screen and (max-width: 768px) {
  .section--spec .content .spec_block dl {
    display: inline-block;
    width: auto;
    max-width: 100%;
    margin-bottom: 20px;
    text-align: left;
  }
}
.section--spec .content .spec_block dt {
  width: 10em;
  padding-right: 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .section--spec .content .spec_block dt {
    width: auto;
    padding-right: 0;
    margin-bottom: 5px;
    font-size: 16px;
    padding-top: 20px;
  }
}
.section--spec .content .spec_block dd {
  width: calc(100% - 10em);
  border-left: 1px solid #808080;
  padding-left: 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .section--spec .content .spec_block dd {
    width: auto;
    border-left: none;
    border-bottom: 1px solid #808080;
    padding-left: 0;
    margin-bottom: 0;
    font-size: 15px;
    padding-bottom: 20px;
  }
}
.section--spec .content .spec_block dd span {
  font-size: 15px;
  display: block;
  padding-top: 5px;
}
@media screen and (max-width: 768px) {
  .section--spec .content .spec_block dd span {
    font-size: 13px;
  }
}
.section--spec .content .spec_block dd .notes {
  font-size: 14px;
  padding-top: 5px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .section--spec .content .spec_block dd .notes {
    font-size: 12px;
  }
}
.section--spec .content .spec_block dd.img {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .section--spec .content .spec_block dd.img {
    flex-wrap: wrap;
  }
}
.section--spec .content .spec_block dd.img img {
  height: 30px;
}
@media screen and (max-width: 768px) {
  .section--spec .content .spec_block dd.img img {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.section--spec .content .spec_block dd.img img:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .section--spec .content .spec_block dd.img img:not(:last-child) {
    margin-right: 10px;
  }
}

/* @group modal btn */

#js-kantan-modal {
  display: none;
}

.modaal-container {
  width: 980px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .modaal-container {
    width: 100%;
  }
}

.modal_btn_container {
  max-width: 600px;
  background: #ffffff;
  margin: 0 auto;
  text-align: center;
  padding: 50px 20px;
}

.btn-block {
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .btn-block {
    padding: 0;
  }
}
.btn-block .btn-offer {
  display: block;
  background: -moz-linear-gradient(13.58% -101.13% -45deg, rgba(0, 102, 156, 1) 0%, rgba(0, 102, 156, 0.5) 12.75%, rgba(0, 102, 156, 1) 25.64%);
  background: -webkit-linear-gradient(-45deg, rgba(0, 102, 156, 1) 0%, rgba(0, 102, 156, 0.5) 12.75%, rgba(0, 102, 156, 1) 25.64%);
  background: -webkit-gradient(linear, 13.58% -101.13%, 88.7% 210.56%, color-stop(0, rgba(0, 102, 156, 1)), color-stop(0.1275, rgba(0, 102, 156, 0.5)), color-stop(0.2564, rgba(0, 102, 156, 1)));
  background: -o-linear-gradient(-45deg, rgba(0, 102, 156, 1) 0%, rgba(0, 102, 156, 0.5) 12.75%, rgba(0, 102, 156, 1) 25.64%);
  background: -ms-linear-gradient(-45deg, rgba(0, 102, 156, 1) 0%, rgba(0, 102, 156, 0.5) 12.75%, rgba(0, 102, 156, 1) 25.64%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ED8AA8', endColorstr='#DB817C' ,GradientType=0)";
  background: linear-gradient(135deg, rgba(0, 102, 156, 1) 0%, rgba(0, 102, 156, 0.5) 12.75%, rgba(0, 102, 156, 1) 25.64%);
  box-shadow: 0px 0px 2px rgba(94, 40, 27, 0.55);
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#5E281B') progid:DXImageTransform.Microsoft.gradient(startColorstr='#ED8AA8',endColorstr='#DB817C' , GradientType=1);
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  padding: 22px 15px;
  border-radius: 6px;
  text-decoration: none;
  margin-bottom: 20px;
}
.btn-block .btn-offer.notes_bottom {
  margin-bottom: 0;
}

.btn-block .btn-kantan {
  display: block;
  background: -moz-linear-gradient(12.34% -106.27% -45deg, rgba(187, 84, 0, 1) 0%, rgba(187, 84, 0, 0.5) 12.79%, rgba(187, 84, 0, 1) 25.64%);
  background: -webkit-linear-gradient(-45deg, rgba(187, 84, 0, 1) 0%, rgba(187, 84, 0, 0.5) 12.79%, rgba(187, 84, 0, 1) 25.64%);
  background: -webkit-gradient(linear, 12.34% -106.27%, 85.47% 197.15%, color-stop(0, rgba(187, 84, 0, 1)), color-stop(0.1279, rgba(187, 84, 0, 0.5)), color-stop(0.2564, rgba(187, 84, 0, 1)));
  background: -o-linear-gradient(-45deg, rgba(187, 84, 0, 1) 0%, rgba(187, 84, 0, 0.5) 12.79%, rgba(187, 84, 0, 1) 25.64%);
  background: -ms-linear-gradient(-45deg, rgba(187, 84, 0, 1) 0%, rgba(187, 84, 0, 0.5) 12.79%, rgba(187, 84, 0, 1) 25.64%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#688AA8', endColorstr='#5081AD' ,GradientType=0)";
  background: linear-gradient(135deg, rgba(187, 84, 0, 1) 0%, rgba(187, 84, 0, 0.5) 12.79%, rgba(187, 84, 0, 1) 25.64%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#688AA8',endColorstr='#5081AD' , GradientType=1);
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 15px;
  border-radius: 6px;
  text-decoration: none;
  line-height: 1.5;
  margin-bottom: 20px;
}

.btn-block .notes {
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 14px;
}
.btn-block .notes a {
  color: #00a0e9;
  text-decoration: underline;
}

.btn-block .btn-kantan span {
  font-size: 14px;
}

.mwacTitle01 {
  padding: 0 30px;
  display: block;
}

.mwacTitle01 a {
  background: #ededed;
  border-radius: 50px;
  padding: 10px;
  display: block;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  position: relative;
}

.mwacTitle01 a::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 13px;
  right: 30px;
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  z-index: 1;
  transform: rotate(-45deg);
}

.mwacTitle01 a.open::after {
  transform: rotate(135deg);
  top: 20px;
}

.mwacContents {
  line-height: 1.8;
  text-align: left;
  margin: 20px 0 0;
  display: none;
  padding: 0 30px;
  font-size: 13px;
}

.mwacContents p {
  margin-bottom: 1.5em;
  text-align: left;
}
.mwacContents .note li {
  text-align: left;
  font-size: 11px;
}
.mwacContents .list li {
  text-align: left;
}

.modalTitle04 {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  margin-top: 20px;
}

.modalTitle01 {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin-top: 20px;
}

.modalTitle03 {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  text-align: center;
  margin-bottom: 20px;
}

.stepBody {
  background: #ebebeb;
  padding: 20px;
}

.stepBody .inner {
  display: flex;
  justify-content: space-between;
  padding: 0;
}

.stepBody .inner .img {
  width: 48%;
}

.stepBody .inner .text {
  width: 48%;
  text-align: left;
}

.stepBlock {
  position: relative;
  margin-top: 34px;
}

.stepBlock + .stepBlock::before {
  content: "";
  display: block;
  position: absolute;
  top: -24px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 23px 0 23px;
  border-color: #000 transparent transparent transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.modal_btn_att {
  text-align: left;
  margin: 10px 0 0;
  font-size: 16px;
  color: #ed8aa8;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  #js-kantan-modal {
    display: none;
  }

  .modal_btn_container {
    max-width: 600px;
    background: #ffffff;
    margin: 0 auto;
    text-align: center;
    padding: 20px;
  }

  .btn-block .btn-offer {
    display: block;
    background: -moz-linear-gradient(13.58% -101.13% -45deg, rgba(0, 102, 156, 1) 0%, rgba(0, 102, 156, 0.5) 12.75%, rgba(0, 102, 156, 1) 25.64%);
    background: -webkit-linear-gradient(-45deg, rgba(0, 102, 156, 1) 0%, rgba(0, 102, 156, 0.5) 12.75%, rgba(0, 102, 156, 1) 25.64%);
    background: -webkit-gradient(linear, 13.58% -101.13%, 88.7% 210.56%, color-stop(0, rgba(0, 102, 156, 1)), color-stop(0.1275, rgba(0, 102, 156, 0.5)), color-stop(0.2564, rgba(0, 102, 156, 1)));
    background: -o-linear-gradient(-45deg, rgba(0, 102, 156, 1) 0%, rgba(0, 102, 156, 0.5) 12.75%, rgba(0, 102, 156, 1) 25.64%);
    background: -ms-linear-gradient(-45deg, rgba(0, 102, 156, 1) 0%, rgba(0, 102, 156, 0.5) 12.75%, rgba(0, 102, 156, 1) 25.64%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ED8AA8', endColorstr='#DB817C' ,GradientType=0)";
    background: linear-gradient(135deg, rgba(0, 102, 156, 1) 0%, rgba(0, 102, 156, 0.5) 12.75%, rgba(0, 102, 156, 1) 25.64%);
    box-shadow: 0px 0px 2px rgba(94, 40, 27, 0.55);
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#5E281B') progid:DXImageTransform.Microsoft.gradient(startColorstr='#ED8AA8',endColorstr='#DB817C' , GradientType=1);
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    padding: 21px 15px;
    border-radius: 6px;
    text-decoration: none;
    margin-bottom: 20px;
  }

  .btn-block .btn-kantan {
    display: block;
    background: -moz-linear-gradient(12.34% -106.27% -45deg, rgba(187, 84, 0, 1) 0%, rgba(187, 84, 0, 0.5) 12.79%, rgba(187, 84, 0, 1) 25.64%);
    background: -webkit-linear-gradient(-45deg, rgba(187, 84, 0, 1) 0%, rgba(187, 84, 0, 0.5) 12.79%, rgba(187, 84, 0, 1) 25.64%);
    background: -webkit-gradient(linear, 12.34% -106.27%, 85.47% 197.15%, color-stop(0, rgba(187, 84, 0, 1)), color-stop(0.1279, rgba(187, 84, 0, 0.5)), color-stop(0.2564, rgba(187, 84, 0, 1)));
    background: -o-linear-gradient(-45deg, rgba(187, 84, 0, 1) 0%, rgba(187, 84, 0, 0.5) 12.79%, rgba(187, 84, 0, 1) 25.64%);
    background: -ms-linear-gradient(-45deg, rgba(187, 84, 0, 1) 0%, rgba(187, 84, 0, 0.5) 12.79%, rgba(187, 84, 0, 1) 25.64%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#688AA8', endColorstr='#5081AD' ,GradientType=0)";
    background: linear-gradient(135deg, rgba(187, 84, 0, 1) 0%, rgba(187, 84, 0, 0.5) 12.79%, rgba(187, 84, 0, 1) 25.64%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#688AA8',endColorstr='#5081AD' , GradientType=1);
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 15px;
    border-radius: 6px;
    text-decoration: none;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  .btn-block .btn-kantan span {
    font-size: 12px;
  }

  .mwacTitle01 {
    padding: 0;
  }

  .mwacTitle01 a {
    background: #ededed;
    border-radius: 50px;
    padding: 10px;
    display: block;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    position: relative;
  }

  .mwacTitle01 a::after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 13px;
    right: 30px;
    border-left: 1px solid #333;
    border-bottom: 1px solid #333;
    z-index: 1;
    transform: rotate(-45deg);
  }

  .mwacTitle01 a.open::after {
    transform: rotate(135deg);
    top: 20px;
  }

  .mwacContents {
    line-height: 1.8;
    text-align: left;
    margin: 20px 0 0;
    display: none;
    padding: 0 10px;
  }

  .mwacContents p {
    margin-bottom: 1.5em;
  }

  .modalTitle04 {
    font-size: 16px;
    font-weight: bold;
    color: #ed8aa8;
    margin-top: 20px;
  }

  .modalTitle01 {
    font-size: 18px;
    font-weight: bold;
    color: #ed8aa8;
    margin-top: 20px;
  }

  .modalTitle03 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin: 0;
    padding-bottom: 10px;
  }

  .stepBody {
    background: #f8eeed;
    padding: 10px 0;
  }

  .stepBody .inner {
    display: flex;
    justify-content: space-between;
  }

  .stepBody .inner .img {
    width: 48%;
  }

  .stepBody .inner .text {
    width: 48%;
  }

  .stepBlock {
    position: relative;
    margin-top: 34px;
  }

  .stepBlock + .stepBlock::before {
    content: "";
    display: block;
    position: absolute;
    top: -24px;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 23px 0 23px;
    border-color: #ed8aa8 transparent transparent transparent;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .modal_btn_att {
    text-align: left;
    margin: 10px 0 0;
    font-size: 13px;
    color: #ed8aa8;
  }
}

/* @end */

/* @group faq */

.amex_faq {
  position: relative;
  text-align: center;
  padding: 0 0 100px;
  background-color: #f3f3f3;
}
.sbs_faq_title {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", YakuHanMP, "Noto Serif JP", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 36px;
  letter-spacing: 0;
  text-align: center;
  padding-bottom: 30px;
}
.amex_faq .modal_dl {
  /* background: #ffffff; */
  background: #fff;
  padding: 50px 30px;
  margin-right: 0;
  margin-left: 0;
  counter-reset: number;
}
.amex_faq .modal_dl dt {
  text-align: left;
  border-bottom: 1px solid #191919;
  border-left: 6px solid #191919;
  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: #191919;
  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: #191919;
}
.amex_faq .modal_dl dt.active:after {
  content: "ー";
}
.amex_faq .modal_dl dd {
  text-align: left;
  border-bottom: 1px solid #191919;
  border-left: 6px solid #191919;
  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: 768px) {
  section.support {
    padding: 60px 0 10px;
  }
  .sbs_faq_title {
    font-size: 22px;
  }
  .amex_faq .modal_dl {
    padding: 20px;
  }
  .amex_faq .modal_dl dt {
    font-size: 14px;
    border-left: 3px solid #191919;
  }
  .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 #191919;
  }
  .amex_faq .modal_dl dd .faq_notes {
    font-size: 11px;
  }
}

/* @end */
section.support {
  padding: 100px 0 10px;
}
.section-flow {
  background-color: #f3f3f3;
  padding-bottom: 90px;
}
.section-flow .headline {
  padding-bottom: 50px;
  text-align: center;
}
.section-flow .headline .flow_title {
  font-size: 20px;
  padding-bottom: 10px;
}
.section-flow .headline .flow_lead {
  font-size: 14px;
}
.section-flow .flow {
  background-color: #fff;
  padding: 50px 30px;
}
@media screen and (max-width: 768px) {
  section.support .support_box.more {
    margin-bottom: 50px;
  }
  .section-flow .headline {
    padding-bottom: 30px;
  }
  .section-flow .headline .flow_title {
    font-size: 16px;
  }
  .section-flow .headline .flow_lead {
    font-size: 13px;
  }
  .section-flow .flow {
    background-color: #fff;
    padding: 20px 15px;
  }
}
.section-flow .flow_step {
  display: flex;
  counter-reset: number;
}
@media screen and (max-width: 768px) {
  .section-flow div,
  .section-flow li,
  .section-flow figure,
  .section-flow ul {
    box-sizing: border-box;
  }
  .section-flow .flow_step {
    display: block;
  }
}
.section-flow .flow_step > li {
  width: 24%;
  padding: 10px;
  margin: 0 0.5%;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section-flow .flow_step > li {
    width: 100%;
  }
  .section-flow .flow_step > li:not(:last-child) {
    margin-bottom: 30px;
  }
}
.section-flow .flow_step > li:before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  left: 50%;
  top: -1em;
  transform: translateX(-50%);
  background-color: #000;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
}
.section-flow .flow_step .flow_step_ttl {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  height: 3em;
  margin-top: 1em;
}
.section-flow .flow_step .step .txt_box .txt {
  font-size: 13px;
}
.section-flow .flow_step .step .txt_box .txt .underline {
  text-decoration: underline;
  color: #00a0e9;
  cursor: pointer;
  display: inline-block;
}
.section-flow .flow_step .step .img_box {
  text-align: center;
  padding: 10px 20px;
}
.section-flow .flow_step .step .img_box img {
  max-height: 100px;
}
.section-flow .notes {
  padding: 20px 20px 0;
}
.section-flow .notes li {
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
}
.section-flow .notes li:before {
  content: "※ ";
}
@media screen and (max-width: 768px) {
  .section-flow .notes {
    padding: 20px 10px 0;
  }
}

#footer .footer_03.new {
  background-color: #fff;
  padding-top: 70px;
}
.footer_03.new .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer_03.new .ft-copyright {
  background-color: #fff;
  text-align: center;
}
.footer_03.new .footer-company .reference a {
  color: #00a0e9;
  font-size: 12px;
  padding-top: 5px;
  display: block;
  text-decoration: underline;
}
.footer_03.new .txt {
  padding: 0 10px;
  text-align: right;
  font-size: 11px;
  color: #2d2d2d;
}
.footer_03.new .footer-pmark {
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .footer_03.new .inner {
    flex-wrap: wrap;
  }
  .footer_03.new .footer-company {
    order: 1;
  }
  .footer_03.new .txt {
    order: 3;
    width: 100%;
    padding-top: 10px;
  }
  .footer_03.new .footer-pmark {
    order: 2;
  }
}

/* yotuube */
.movie_block .video {
  position: relative;
  padding: 0;
  text-align: center;
}
.movie_block .video:before {
  bottom: 0;
  left: 0;
}
.movie_block .video:after {
  top: 0;
  right: 0;
  transform: rotate(180deg);
}
.youtube_movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie_block .video {
  position: relative;
  width: 100%;
}
.youtube_movie .thumb,
.movie_block .video .thum {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* transform: translateX(-50%); */
  z-index: 1;
  cursor: pointer;
}
.youtube_movie .thumb img,
.movie_block .video .thum img {
  width: 100%;
}

.youtube_movie,
.movie_block .video video {
  width: 100%;
}
.youtube_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video > .notes > li {
  font-size: 12px;
  text-align: left;
}
.video > .notes > li:before {
  content: "※";
}
@media screen and (max-width: 768px) {
  .video > .notes > li {
    font-size: 10px;
  }
}

.campaign.cp_txt {
  font-size: 18px;
  padding-top: 1em !important;
  padding-bottom: 3em !important;
}
.campaign.cp_txt .link {
  font-style: normal;
  border-bottom: 2px solid #c41d1f;
  color: #c41d1f;
  cursor: pointer;
}
.campaign.cp_txt .link a {
  color: #c41d1f;
}

@media screen and (max-width: 768px) {
  .campaign.cp_txt {
    font-size: 15px;
    padding-top: 1em !important;
    padding-bottom: 3em !important;
  }
}

/* 211224 */

.box_link_icon {
  text-align: right;
  padding-right: 30px;
}
.link_icon {
  position: relative;
  cursor: pointer;
  color: #856836;
  text-decoration: none;
}
.link_icon:before,
.link_icon:after {
  content: "";
  display: block;
  position: absolute;
}

.link_icon:before {
  height: 12px;
  width: 17px;
  top: -1px;
  right: -25px;
  background: #856836;
}

.link_icon:after {
  height: 10px;
  width: 15px;
  top: 3px;
  right: -21px;
  border-left: 2px #856836 solid;
  border-bottom: 2px #856836 solid;
}

.box_link_icon02 {
  text-align: right;
  margin-top: 0.5em;
}
.box_link_icon02 .link_icon02 {
  display: inline-block;
  color: #ff0000;
  position: relative;
  text-decoration: underline;
  padding-left: 1em;
  text-align: left;
  line-height: 1.5;
}
.box_link_icon02 .link_icon02:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #ff0000;
  position: absolute;
  left: 0;
  top: 0.25em;
}
@media screen and (min-width: 769px) {
  .box_link_icon02 .link_icon02 {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .box_link_icon02 .link_icon02 {
    font-size: 11px;
  }
}

section.support .support_box .support_03 {
  justify-content: flex-start;
}
section.support .support_box .support_03 .box:nth-child(odd) {
  margin-right: 4%;
}

/* switch_show */
.switch_show {
  background-color: #e5edf0;
  border: 1px solid #203753;
  margin-bottom: 50px;
}
.switch_show .switch_show_head {
  background-color: #203753;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}
.switch_show .switch_show_title {
  font-size: 32px;
  font-weight: normal;
}
.switch_show .switch_show_lead {
  font-size: 20px;
  margin-top: 5px;
}
.switch_show .movie_block {
  padding: 20px 40px;
}
.switch_show .notes {
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: left;
}
.switch_show .notes > li {
  text-indent: -1em;
  padding-left: 1em;
}
.switch_show .notes > li:before {
  content: "※";
}
.switch_show .underline {
  text-decoration: underline;
  display: inline;
}
@media only screen and (max-width: 768px) {
  .switch_show {
    margin-bottom: 30px;
  }
  .switch_show .switch_show_title {
    font-size: 20px;
  }
  .switch_show .switch_show_lead {
    font-size: 15px;
  }
  .switch_show .movie_block {
    padding: 15px;
  }
  .switch_show .notes {
    font-size: 12px;
  }
}

/* new header */
.bk_header .site-header {
  box-sizing: border-box;
}
.bk_header .site-header .masthead {
  background: none;
}
@media screen and (min-width: 769px) and (max-width: 950px) {
  .bk_header .masthead .brand-logo {
    width: 650px;
  }
  .bk_header .masthead .official {
    min-width: 1px;
  }
}
@media screen and (min-width: 641px) and (max-width: 768px) {
  .bk_header .site-header .masthead .content .official > img:first-child {
    padding-right: 20px;
  }
  .bk_header .site-header .masthead .content .official {
    width: auto;
  }
}
@media only screen and (min-width: 641px) {
  .wrap {
    min-width: 1200px;
  }
}
@media only screen and (max-width: 768px) {
  .bk_header .site-header .masthead {
    width: 100%;
    height: auto;
  }
}

.site-footer .row {
  padding: 0 20px;
}
