@charset "UTF-8";

html{font-size:100%;}
sup {
  font-size: 8px;
  vertical-align: super;
}

#wrap{
  background:#ffffff;
}
* {
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
}
body{
  -webkit-text-size-adjust: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
a {
  color: #0070cc;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
address {
  margin-bottom: 10px;
  padding: 1rem;
  border-top: 1px solid #f3f3f3;
  font-size: 12px;
  font-style: normal;
  line-height: 1.2;
}
address .contact_name {
  font-weight: 700;
}
address .contact_tel {
  font-size: 23px;
  font-weight: 700;
}
.red{
  color:#cb0902;
}
.colorGold {
  color: #cdab64;
}
.colorOrange {
  color: #eb5505;
}
.colorRed {
  color: #ff0000 !important;
}
.bg_gold {
  background-color: #f6d681;
}
.bg_gray {
  background-color: #F6F6F6;
}
.bg_white {
  background-color: #ffffff;
}
.fixed_top {
	position: fixed;
	top: 0;
	z-index: 100;
  opacity: 1;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.mgT10 {
  margin-top: 10px;
}
.lp-lead {
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
.goldlp-frame {
  padding: 15px 20px;
  line-height: 1.6;
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 15px;
  max-width: 960px;
  margin: 15px auto;
  color: red;
  text-align: center;
  border: solid 1px red;
}

.informationBox {
  max-width: 980px;
  margin: 0 auto;
  padding: 12px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #f00;
}

.informationBox__lead {
  text-align: center;
  color: #f00;
  font-size: 14px;
}

.uqBoxContainer {
  background-color: #F6F6F6;
  padding: 40px 0;
}

.uqBox {
  margin-top: 40px;
  padding: 15px;
  border: 2px solid #eb5505;
  border-radius: 10px;
}
.uqBox__title {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  color: #eb5505;
  line-height: 1.3;
}
.uqBox__title span {
  margin-top: 5px;
  display: block;
  font-size: 12px;
  color: #333;
  font-weight: normal;
}
.uqBox__wrap {
  margin-top: 10px;
  text-align: center;
}
.uqBox__wrap ul li {
  font-size: 14px;
}
.uqBox__wrap ul li a {
  line-height: 1.6;
}

.c-link[data-icon=arrow] {
  padding-left: 16px;
}
.c-link[data-icon=window] {
  padding-left: 22px;
}
.c-link {
  display: inline-block;
  position: relative;
  padding-right: .1em;
  color: #0070cc;
  font-size: 14px;
  line-height: 1.6;
  vertical-align: top;
}
.c-link[data-icon=arrow]::before {
  position: absolute;
  top: .36em;
  left: 3px;
  width: 6px;
  height: 10px;
  background-image: url(/shared/legacy-compatible/img/icon_arrow_bold.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
}
.c-link[data-icon=window]::before {
  position: absolute;
  top: .36em;
  left: 3px;
  width: 15px;
  height: 10px;
  background-image: url(/shared/legacy-compatible/img/icon_window.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
}

.lp-grid {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.lp-grid .l-grid__item a:hover {
  opacity: .8;
}
.lp-button a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%;
  border-radius: 50px;
  color: #fff;
  background-color: #ed5400;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
}
.lp-button a:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  transform: rotate(45deg);
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  background-color: transparent;
  content: "";
}
.lp-button a:hover {
  text-decoration: none;
  background-color: #f18145;
}
.lp-button--green a {
  background-color: #109e4f;
}
.lp-button--green a:hover {
  background-color: #109e4f;
  opacity: .8;
}
.lp-button--orange a {
  background-color: #eb5505;
}
.lp-button--orange a:hover {
  background-color: #eb5505;
  opacity: .8;
}
.lp-btn {
  text-align: center;
  font-weight: bold;
}
.lp-btn > a {
  position: relative;
  display: block;
  line-height: 1.3;
  color: #333;
  border: 2px solid #b6b6b8;
  text-decoration: none;
}
.lp-btn > a::before {
  content: '';
  border-top: 3px solid #333;
  border-right: 3px solid #333;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
}
.lp-btn > a:hover {
  text-decoration: none;
  opacity: .8;
}
ul.notes li {
  position: relative;
  padding-left: 1.2em;
  color: #666;
  font-size: 12px;
  line-height: 1.4em;
  text-align: left;
}
ul.notes li span.mark {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  color: #666;
}
.lp-titleLv2 {
  padding: 10px;
  background-color: #cb0902;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.lp-titleLv3 {
  margin-bottom: 0;
  font-weight: bold;
  background-color: #eee;
  text-align: center;
  border-radius: 10px;
  line-height: 1.3;
}
.lp-step > li {
  position: relative;
}
.lp-step > li:last-child {
  margin-bottom: 0;
}
.lp-step > li:last-child::before {
  display: none;
}
.lp-step__title {
  background-color: #cdab64;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.3;
}
.lp-step__title span {
  color: #fff;
  font-weight: bold;
}
.lp-step__text {
  font-weight: bold;
  line-height: 1.3;
}
.lp-accordion__body {
  line-height: 1.4;
}
.title01 {
  font-weight: 700;
  text-align: center;
}
.title01 .lead {
  display: block;
  margin-bottom: 20px;
  font-size: 20px;
}
.gold_box_inner .card_img {
  text-align: center;
}
.gold_card_fee {
  margin-top: 15px;
  text-align: center;
}
.note {
  margin-top: 5px;
}
.note li {
  font-size: 12px;
  color: #666;
  line-height: 1.4;
}
.goldcardBonus {
  display: block;
  position: relative;
  overflow: hidden;
  border: 2px solid #ad925d;
  background-color: #fff;
  text-align: center;
}
.goldcardBonus__head {
  border-radius: 25px;
  cursor: pointer;
}
.goldcardBonus__head.is-open {
  border-radius: 25px 25px 0 0;
  background-color: #f5efdd;
}
.goldcardBonus__hdgTxt {
  position: relative;
  width: 100%;
  border-radius: 25px;
  font-weight: 700;
}
.is-open .goldcardBonus__hdgTxt {
  border-radius: 25px 25px 0 0;
}
.goldcardBonus__hdgTxt:after,
.goldcardBonus__hdgTxt:before {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 24px;
  width: 15px;
  height: 2px;
  transform: translateY(-50%);
  background-color: #ad925d;
  background-image: none;
  border: 0;
  content: "";
}
.goldcardBonus__hdgTxt:after {
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: all .2s ease;
  right: 24px;
}
.is-open .goldcardBonus__hdgTxt:after {
  margin-top: -1px;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.goldcardBonus__body {
  padding: 50px 38px;
  line-height: 1.3;
  text-align: left;
}
.goldcardBonus__lead {
  color: #cb0902;
  font-weight: 400;
  text-align: center;
}
.goldcardBonus__txt1 {
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}
.goldcardBonus__meritGroup {
  width: 100%;
}
.goldcardBonus__meritItem,
.goldcardBonus__meritGroupItem {
  border: 2px solid #ceb17e;
  border-radius: 10px;
}
.goldcardBonus__meritItem:last-child {
  margin-bottom: 0;
}
.goldcardBonus__meritItem__numImg,
.goldcardBonus__meritItem__img,
.goldcardBonus__meritGroupItem__numImg,
.goldcardBonus__meritGroupItem__img {
  text-align: center;
}
.goldcardBonus__meritItem__titleLv4,
.goldcardBonus__meritGroupItem__titleLv4 {
  font-weight: bold;
  line-height: 1.3;
  color: #cb0902;
  text-align: center;
}
.goldcardBonus__meritItem__text,
.goldcardBonus__meritGroupItem__text {
  font-size: 14px;
  line-height: 1.6;
}
.goldcardBonus__meritItem__box {
  background-color: #fdf7e6;
  border-radius: 10px;
}
.goldcardBonus__caution {
  text-align: right;
}
.goldcardBonus__caution>p:nth-of-type(1) {
  float: left;
}
.benefitsDetails__list {
  margin-top: 20px;
  font-size: 14px;
}
.benefitsDetails__list .benefitsDetails__list {
  margin-top: 0;
}
.benefitsDetails__list li {
  display: table;
}
.benefitsDetails__list a {
  font-size: 12px;
}
.benefitsDetails__list .benefitsDetails__listIcon {
  display: table-cell;
  white-space: nowrap;
}
.benefitsDetails__list .benefitsDetails__listLead {
  display: table-cell;
}
.benefitsDetails__fontSmall {
  color: #666;
  font-size: 12px;
}
.benefitsDetails__fontSmall li {
  color: #666;
  font-size: 12px;
}
.benefitsDetails__fontSmall li span {
  color: #666;
  font-size: 12px;
}
.benefitsDetails__fontBold {
  font-weight: 700;
}
.benefitsDetails__mgT0 {
  margin-top: 0;
}
.benefitsDetails__mgT10 {
  margin-top: 10px;
}
.benefitsDetails__mgT20 {
  margin-top: 20px;
}
.detail_table {
  width: 100%;
}
.detail_table td,
.detail_table th {
  border: 1px solid #e4e4e4;
}
.detail_table .noborder {
  border: none;
}
.detail_table thead th {
  padding: 0 5px 10px;
  font-size: 16px;
  text-align: center;
}
.detail_table thead th > p {
  margin-bottom: 7px;
  font-weight: 700;
}
.detail_table thead .standard,
.detail_table thead .gold {
  border: none;
}
.detail_table thead .other {
  width: 410px;
  background-color: #c6a355;
}
.detail_table tbody td,
.detail_table tbody th {
  font-size: 14px;
  text-align: left;
  line-height: 1.3;
}
.detail_table tbody th {
  background-color: #f3f3f3;
  font-weight: 700;
  vertical-align: middle;
  text-align: center;
}
.detail_table .notes_list .mark,
.detail_table .notes_list > li,
.detail_table tbody td {
  color: #666;
  font-size: 12px;
}
.detail_table .notes_list {
  margin-top: 15px;
}
.detail_table .annualfee {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 700;
}
.detail_table .description {
  margin: 10px 0;
  font-size: 13px;
  line-height: 1.3em;
}
.detail_table .conditions_list {
  margin-bottom: 15px;
  padding-left: 15px;
}
.detail_table .conditions_list > li {
  font-size: 14px;
  line-height: 1.5;
  list-style-type: disc;
}
.detail_table .reissuefee {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 700;
}
.footer_bottom {
  padding: 25px 15px;
  background-color: #f3f3f3;
  font-size: 14px;
  color: #888;
  text-align: center;
}
.eyecatch_note li {
  font-size: 12px;
  color: #666;
  text-align: right;
  line-height: 1.4;
}
.c-frame.frame .frame__text {
  font-size: 13px;
}
.c-frame.frame .frame__text > span {
  font-size: 14px;
  font-weight: bold;
}
.c-note-link {
  font-size: 12px;
  vertical-align: baseline;
  display: inline;
}
.c-link.c-note-link[data-icon="window"]::before {
  top: 1px;
}
.lp-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border-radius: 10px;
  background-color: #fff;
}
.lp-box > *:first-child {
  margin-top: 0;
}
.lp-box[data-type="line-red"] {
  border: 2px solid #ff0000;
  border-radius: 8px;
  background-color: #fdf1f1;
}
.lp-text {
  line-height: 1.6;
}
.lp-list__container {
  margin-top: 15px;
}
.lp-list > li {
  color: #666;
  line-height: 1.6;
}
.lp-list[data-type="kome"] li {
  padding-left: 1em;
  text-indent: -1em;
}
.frame p,
.frame p > a {
  font-size: 12px;
}
.benefit__text--normal {
  font-size: 12px;
  line-height: 1.4;
}
/*===========================================================
PC
============================================================*/
@media screen and (min-width: 641px) {
  body {
    font-size: 1.6em;
    border-top: 3px solid #eb5205;
  }
  address {
    max-width: 60pc;
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
  }
  address .contact_name {
    font-size: 18px;
  }
  address .contact_tel {
    font-size: 36px;
  }
  .spOnly {
    display: none !important;
  }
  .pc-align-left {
    text-align: left;
  }
  .lp-lead {
    font-size: 30px;
  }
  .lp-section {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  ul.notes li.markNone {
    color: #666;
    margin: 20px 0 15px;
    padding-left: 0;
  }
  .lp-grid[data-col="3"] .l-grid__item:nth-child(3n),
  .lp-grid[data-col="3"] .l-grid__item:nth-child(3n+2) {
    margin-left: 1%;
  }
  .lp-button {
    margin-top: 30px;
  }
  .lp-button a {
    padding: 20px;
    font-size: 20px;
  }
  .lp-button a:after {
    right: 20px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
  }
  .lp-btn {
    max-width: 960px;
    margin: 20px auto 0;
  }
  .lp-btn > a {
    font-size: 24px;
    padding: 15px 60px;
  }
  .lp-btn > a::before {
    width: 15px;
    height: 15px;
    margin-top: -13px;
    right: 35px;
  }
  .lp-titleLv2 {
    margin-bottom: 60px;
    font-size: 34px;
  }
  .lp-titleLv3 {
    font-size: 26px;
    margin-top: 30px;
    padding: 20px;
  }
  .lp-step {
    max-width: 960px;
    margin: 0 auto;
  }
  .lp-step > li {
    width: 100%;
    margin-bottom: 20px;
    display: table;
  }
  .lp-step > li::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #cdab64;
    position: absolute;
    bottom: -10px;
    left: 6.5%;
  }
  .lp-step__title,
  .lp-step__wrap {
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
  }
  .lp-step__img {
    width: 100%;
  }
  .lp-step__title {
    width: 15%;
    padding: 15px 10px;
    font-size: 24px;
    border-radius: 10px 0 0 10px;
  }
  .lp-step__title span {
    font-size: 30px;
  }
  .lp-step__wrap {
    width: 85%;
    padding: 20px 10px 20px 25px;
    border-top: 1px solid #cdab64;
    border-right: 1px solid #cdab64;
    border-bottom: 1px solid #cdab64;
    border-radius: 0 10px 10px 0;
    text-align: left;
  }
  .lp-step__text {
    font-size: 16px;
  }
  .lp-accordion[data-type=gray] .lp-accordion__head {
    font-size: 24px;
  }
  .gold_box_inner {
    margin-top: 5rem;
    margin-bottom: 5rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .gold_card_fee {
    margin-bottom: 5rem;
    font-size: 20px;
  }
  .section_content {
    width: 60pc;
    max-width: 100%;
    margin: 0 auto;
  }
  .title01 {
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 50px;
  }
  .goldcardBonus {
    width: 100%;
    margin-top: 50px;
    border-radius: 50px;
  }
  .goldcardBonus__head:hover {
    background-color: #f5efdd;
  }
  .goldcardBonus__hdgTxt {
    padding: 20px 0;
    font-size: 22px;
    line-height: 39px;
  }
  .goldcardBonus__lead {
    margin-bottom: 30px;
    font-size: 30px;
  }
  .goldcardBonus__txt1 {
    font-size: 20px;
  }
  .goldcardBonus__meritGroup {
    margin-top: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .goldcardBonus__meritGroupItem {
    width: 50%;
    padding: 30px 25px;
    box-sizing: border-box;
    margin-right: 20px;
  }
  .goldcardBonus__meritGroupItem:last-child {
    margin-right: 0;
  }
  .goldcardBonus__merit {
    margin-top: 50px;
  }
  .goldcardBonus__meritItem {
    margin-bottom: 40px;
    padding: 30px 40px;
  }
  .goldcardBonus__meritItem__numImg,
  .goldcardBonus__meritGroupItem__numImg {
    margin-top: -59px;
  }
  .goldcardBonus__meritItem__titleLv4,
  .goldcardBonus__meritGroupItem__titleLv4 {
    margin-top: 20px;
    font-size: 24px;
  }
  .goldcardBonus__meritItem__img,
  .goldcardBonus__meritGroupItem__img {
    margin-top: 20px;
  }
  .goldcardBonus__meritItem__text,
  .goldcardBonus__meritGroupItem__text {
    margin-top: 20px;
    text-align: center;
  }
  .goldcardBonus__meritGroupItem__img--pcMgT41 {
    margin-top: 41px;
  }
  .goldcardBonus__meritItem__box {
    margin-top: 30px;
    padding: 20px;
  }
  .detail_table tbody td,
  .detail_table tbody th {
    padding: 15px;
  }
  .detail_table.other {
    margin-top: 30px;
  }
  .detail_table.other thead th {
    background-color: #d7d7d7;
    color: #333;
    font-weight: 700;
  }
  .detail_table.other thead td {
    width: 50%;
    margin-bottom: 10px;
    padding: 15px 0;
    background-color: #f7f7f7;
    color: #333;
    font-size: 16px;
    font-weight: 700;
  }
  .eyecatch {
    background: url(../img/bg_mv.jpg) no-repeat left top;
    background-size: cover;
    margin-top: 20px;
  }
  .eyecatch_inner{
    max-width: 1560px;
    margin: 0 auto;
  }
  .eyecatch_note {
    max-width: 57%;
    margin: 5px auto 0;
    padding-bottom: 25px;
  }

  .chu_PdB {
    padding:10px 0 35px !important;
  }
.cmn_normal_text {
  font-size: 12px;
  line-height: 1.4;
}
/*------------------------------------------------追従ボタン*/
  header {
    width: 100%;
    position: fixed;
    top:-150px;
    left: 0;
    z-index: 100;
    opacity: 0;
    box-sizing: border-box;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    border-bottom: 2px solid #cccccc;
    background:url("../img/bg_HeadcvnBox.png");
  }

  #head_cvnBox{
    /* modalのスクロールバー非表示分のずれるため、画面幅いっぱいに表示 */
    width: 100vw;
  }
  #head_cvnBox .head_cvnBox_area{
    max-width:960px;
    margin:0 auto;
    padding:0 0 1% 1%;
  }
  #head_cvnBox .head_cvnBox_area ul {
    width:100%;
    font-size: 0;
    padding-top: 15px;
  }
  #head_cvnBox .head_cvnBox_area li {
    display:inline-block;
    text-align:center;
    margin:0 1%;
  }
  #head_cvnBox .head_cvnBox_area li p {
    text-align:center;
    padding-bottom:10px;
    font-size: 15px;
    font-weight: bold;
  }
  #head_cvnBox .head_cvnBox_area .cvnBtn01 {
    width:48%;
  }
  #head_cvnBox .head_cvnBox_area .cvnBtn02 {
    width: 48%;
  }
  #head_cvnBox .head_cvnBox_area .cvnBtn01:hover,
  #head_cvnBox .head_cvnBox_area .cvnBtn02:hover,
  #head_cvnBox .head_cvnBox_area .cvnBtn03:hover {
    opacity: 0.8;
  }

/*------------------追従ボタン--index02用　single_cvbtn-*/
  #head_cvnBox .head_cvnBox_area .cvnBtn03 {
    display: block;
  }

/*------------------------------------------------CVNボタン*/
  #header{
    border-top:none;
  }
  #pcHeaderSection{
    max-width:100%;
    margin:0 auto;
    position:relative;
    background-color: #fff;
  }
  #pcHeaderSection .header_sub{
    width:200px;
    height:28px;
    color:#eb5205;
    text-align:right;
    font-size:1rem;

    position:absolute;
    right:20px;
    top:30px;
  }
  #pcHeaderSection .header_sub img{
      width:200px;
  }
/*------------------------------------------------CVNボタン*/
  .cvnBoxA,
  .cvnBoxB {
    width:100%;
    padding: 60px 0;
    background: #eee;
  }
  .cvnBoxA ul {
    max-width: 960px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .cvnBoxB ul {
    max-width: 960px;
    margin: 0 auto;
  }
  .cvnBoxA li,
  .cvnBoxB li {
    text-align:center;
    margin-left: 30px;
  }
  .cvnBoxA li:first-child {
    margin-left: 0;
  }
  .cvnBoxA li p,
  .cvnBoxB li p {
    text-align:center;
    font-size: 17px;
    font-weight: bold;
  }
  .cvnBoxA .cvnBtn01 {
    width: 48%;
  }
  .cvnBoxA .cvnBtn02 {
    width: 48%;
  }
  .cvnBoxA .cvnBtn01:hover,
  .cvnBoxA .cvnBtn02:hover,
  .cvnBoxB .cvnBtn03:hover {
    opacity: 0.8;
  }
/*---------------------------------CVNボタン--index02用　single_cvbtn-*/
  .cvnBoxB .cvnBtn03 {
    max-width: 460px;
    margin: 0 auto;
  }

/*------------------------------------------------CVNボタン下：アンカーリンク*/
  #gold_nav{
    background:#F6F6F6;
    padding:0 0 50px;
    margin-top: 40px;
  }
  .eyecatch + #gold_nav {
    margin-top: 0;
  }
  #gold_nav .contents_nav{
    max-width:960px;
    margin:0 auto;
  }

  #gold_nav h2.title01{
    font-size:1.6rem;
    line-height:3rem;
    font-weight: normal;
    padding:35px 0 0;
    text-align:center;
  }
  #gold_nav h2.title01 span{
    color:#cb0902;
  }
  #gold_nav .gold_nav_contents{
    margin-bottom:40px;
  }
  #gold_nav .gold_nav_contents ul{
    margin:0 10px;
    padding: 1% 0 1% 1%;
    background:#FFF;
    border-bottom:2px solid #cccccc;

    -webkit-border-radius:6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
  }
  #gold_nav .gold_nav_contents li{
    width: 18.6%;
    height:18.6%;
    display:inline-block;
    margin-left: 1%;
  }
  #gold_nav .gold_nav_contents li:hover{
    opacity: 0.8;
  }

  #gold_nav .gold_nav_campaign{
    margin:0 10px;
  }
  #gold_nav .gold_nav_campaign .btn_campaign a{
    padding:10px 0;
    background:#FFFFFF;
    border-bottom:2px solid #cccccc;
    display:block;

    -webkit-border-radius:6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
  }
  #gold_nav .gold_nav_campaign .btn_campaign a:hover{
    opacity: 0.8;
  }
  #gold_nav .notes{
    font-size:0.9rem;
    line-height:1.5rem;
  }
  #gold_nav .notes ul{
    padding: 10px 0 0;
  }
  #gold_nav .notes li{
    padding-left:1rem;
    text-indent:-1rem;
  }

/*------------------------------------------------*/
  .cont{
    background: url(../img/bg_cont.png) repeat-y center top;
  }

  .cont .notes{
    font-size:0.8rem;
    line-height:1.5rem;
  }

  .cont .notes li{
    padding-left:0.9rem;
    text-indent:-0.9rem;
  }

  .cont .notes_number ul{
    padding-left:0.9rem;
  }
  .cont .notes_number li{
    padding-left:0.9rem;
    text-indent:-1.8rem;
  }

  .cont .notes table.notes_table{
    width:100%;
  }
  .cont .notes table.notes_table th {
      text-align:left;
      width:4.5rem;
    }
  .cont .notes table.notes_table td {
  }

/*------------------------------------------------*/
  .cont h2 p{
    font-size:1.8rem;
    max-width:960px;

    padding:40px 0 50px 20px;
    margin:0 auto;
    color:#ffffff;
    }
  .cont h2.title_a{
    background: url(../img/bg_h2_title_a.png) repeat-x left top;
    margin-bottom:30px;
  }
  .cont h2.title_b{
    background: url(../img/bg_h2_title_b.png) repeat-x left top;
    margin-bottom:30px;
  }
/*------------------------------------------------*/
  h3{
    font-size:1.5rem;
    margin-bottom:20px;
  }
  h3 p{
    color:#ffffff;
  }
  h3 p.pc_small{
    font-size:1.2rem;
  }
  h3 p img{
    vertical-align: middle;
  }
  h3 span{
    font-size:0.8rem;
  }
  h3.sp_accordionbtn{
    pointer-events: none;/*PC時無効化*/
  }
  h3.h3_title_a{
    line-height:102px;
    padding:12px 0 0 130px;
    background: url(../img/bg_h3_title_a.png) no-repeat;
  }
  h3.h3_title_b{
    line-height:102px;
    padding:12px 0 0 130px;
    background: url(../img/bg_h3_title_b.png) no-repeat;
  }
  h3.gold_no_icon{
    margin:22px 0 30px;
    padding-left:20px;
    line-height:80px;
    background:#bb9215;
  }
  h3 p span.card_stare{
    font-size:1rem;
    line-height:1rem;
    border:1px solid #ffffff;
    padding:6px 16px 4px;
    margin-left: 10px;
    vertical-align: middle;

    -webkit-border-radius:4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
/*------------------------------------------------*/
  .contents_main{
    max-width:960px;
    margin:0 auto;
  }
  .contents_main .cont_box{
    max-width:880px;
    margin:0 auto;
    padding: 0 20px 80px;

    position:relative;
  }
  .contents_main .cont_box p{
    text-align:center;
    font-size:1.3rem;/*-------------------*/
    line-height:2.2rem;
    padding:0 0 20px;
  }
  .contents_main .cont_box p.txt_left{
    font-size:1.3rem;/*-------------------*/
    text-align:left;
  }
  .contents_main .cont_box p span{
    font-size: 1rem;/*-------------------*/
    line-height:1.6rem;
  }
  .contents_main .cont_box p span.midashi01{
    font-size:1.3rem;
    line-height:1.6rem;
  }
  .contents_main .cont_box p span.small{
    font-size: 0.8rem;
  }
  .contents_main .cont_box p span.txt_left{
    text-align:left;
    display:block;
    padding:10px 0 0;
  }
  .contents_main .cont_box .figure{
    text-align:center;
    padding:0 0 20px;
    overflow:hidden;
  }
  .contents_main .cont_box .figure img{
    vertical-align:bottom;
  }
  .contents_main .cont_box .figure_left {
    text-align:left;
    padding:0 0 20px;
  }
  .contents_main .cont_box .figure_right {
    text-align:right;
    padding:0 0 20px;
  }

  /*-----position--------*/
  #appli_au .ex01 p{
    text-align:left;
    font-size:1.3rem;/*-------------------*/

    position:absolute;
    left:44%;
    top:0;
  }
  #appli_au .ex02 p,
  #insurance .ex02 p{
    text-align:left;
    font-size:1.3rem;/*-------------------*/
    max-width:720px;
    padding-right:10px;

    position:absolute;
    left:18%;
    top:0;
  }
  #travel .ex03 p{
    text-align:left;
    font-size:1.3rem;/*-------------------*/
    max-width:46%;

    position:absolute;
    left:20px;
    top:0;
  }

  /*-----btn--------*/
  .contents_main .cont_box .figure .btn_anc01{
    padding-right:3.5%;
    vertical-align:top;
    float:right;
  }
  .contents_main .cont_box .figure .btn_anc01 a{
    width:240px;
    display:block;

    border-left: 3px solid #cb0902;
    border-right: 3px solid #cb0902;
    border-bottom: 3px solid #cb0902;
    border-radius:0 0 6px 6px;
  }
  .contents_main .cont_box .figure .btn_anc01 a:hover{
    background:#f5cecc;
  }

  /*--------------------*/
  .contents_main .cont_box_flow{
    background: url(/function/promotion/goldlp/img/img_flo_fig_01.png) no-repeat left top;
  }
  .contents_main .cont_box_flow .flowtxt{
    padding:0 0 40px 120px;
  }
  .contents_main .cont_box_flow .flowtxt p{
    border-top:2px solid #eb5505;
    margin:10px 0 0;
    padding:12px 0 0;
    font-size:17px;
    line-height:1.6rem;
  }
  .contents_main .cont_box_flow .notes{
    font-size:12px;
    line-height:1.5rem;
  }

  .contents_main .cont_box_flow .notes li{
    padding-left:0.9rem;
    text-indent:-0.9rem;
  }

  /*--------------------*/
  .contents_main .cont_box_entry{
    font-size:1rem;
    line-height:1.6rem;
    padding:0 40px 40px;
  }
  .contents_main .cont_box_entry table{
    width:100%;
  }
  .contents_main .cont_box_entry th{
    width:16%;

    text-align:left;
    font-weight:bold;
  }
  .contents_main .cont_box_entry td{
    text-align:left;
  }
  .contents_main .cont_box_entry td .table_txt{
    border-left:6px solid #eb5505;
    margin-bottom:10px;
    padding-left:10px;
  }
  .contents_main .cont_box_entry .entrytxt{
    font-size: 1rem;
    line-height:1.6rem;
    padding-bottom:10px;
  }
  .contents_main .cont_box_entry .entrytxt li{
    padding-left:0.9rem;
    text-indent:-0.9rem;
  }

  .contents_main .cont_box_entry .notes{
    font-size:0.8rem;
    line-height:1.5rem;
  }
  .contents_main .cont_box_entry .notes li{
    padding-left:0.9rem;
    text-indent:-0.9rem;
  }
  /*------------------------------------------------*/
  .pad_t20{padding-top:20px;}
  .pad_t40{padding-top:40px;}
  .pad_t60{padding-top:60px;}

/*=================================
  accordion
  =================================*/
  #wrap_campaign{
    padding-bottom:40px;
  }

  #wrap_campaign  .displayNone {
    display: none;
  }
  #wrap_campaign .btn_switch {
    height:50px;
    text-indent:-9999rem;
    background:url(../img/btn_switch_open.png) no-repeat right center;
    border-radius:0 0 6px 6px;
  }
  #wrap_campaign .open {
    background:url(../img/btn_switch_close.png) no-repeat right center;
  }
  #wrap_campaign .btn_close {
    height:50px;
    text-indent:-9999rem;
    background:url(../img/btn_switch_inner_close.png) no-repeat right center;
  }

  #wrap_campaign .camp_title{
    max-width:940px;
    padding:0 10px;
    margin:0 auto;
  }

  #wrap_campaign .campaign_detail {
    overflow: hidden;
    max-width:900px;
    text-align: center;
    display: block;
    margin: 0 auto 0;/*------------*/
  }
  #wrap_campaign  #camp_01_tok01{
    padding:30px 20px 0px;/*------------*/
  }
  #wrap_campaign  #camp_01_tok02{
    padding:30px 20px 60px;/*------------*/
  }
  #wrap_campaign  #camp_02_tok01{
    padding:50px 20px 40px;/*------------*/
  }

  #wrap_campaign .campaign_detail .campaign_head {
    padding:0;
    margin:0;
    vertical-align:bottom;
  }
  #wrap_campaign .campaign_detail .campaign_head img {
    vertical-align:bottom;
  }

  #wrap_campaign .campaign_detail .accordion_campaign{
    border-left: 3px solid #cb0902;
    border-right: 3px solid #cb0902;
    border-bottom: 3px solid #cb0902;
    border-radius:0 0 6px 6px;
    text-align: left;
    background-color: #fff;
    max-width:880px;
    margin: 0 auto;
  }

  #wrap_campaign .campaign_detail .accordion_campaign .detail {
    padding:0 3%;
  }
  #wrap_campaign .campaign_detail .accordion_campaign .detail p.camp_lead {
    font-size:1.1rem;
    line-height:2rem;
    padding:10px 0 0;
  }
  #wrap_campaign .campaign_detail .accordion_campaign .detail h4{
    font-size: 1rem;
    line-height:1.6rem;
    font-weight: bold;
    border-left: 4px solid #cb0902;
    color: #cb0902;
    background:#dedede;
    padding: 4px 10px 4px;
    margin:20px 0 0px;
  }

  #wrap_campaign .detail .txt{
    padding:10px 2%;
    line-height:1.6rem;
  }
  #wrap_campaign .detail .txt p{
    padding:0 0 4px;
    font-size: 0.9rem;
  }
  #wrap_campaign .detail .txt .notes_date{
    font-size: 0.7rem;
    text-align:right;
    clear: both;
  }

  /*--------------------*/
  #wrap_campaign .detail .txt .public{ }
  #wrap_campaign .detail .txt .public li{
    display:inline-block;
    vertical-align: top;
  }

  #wrap_campaign .detail .txt .public table{
    width:100%;
  }
  #wrap_campaign .detail .txt .public th{
    border-bottom:1px solid #999999;
    padding:4px 0 0;
    font-size:0.9rem;

    display:block;
  }
  #wrap_campaign .detail .txt .public td{
    padding:4px 0 0;
    font-size:0.9rem;
    line-height:1.6rem;

    display:block;
  }

  #wrap_campaign .detail .txt .public li.pub01{
    width:100%;
    margin:0 0 10px;
  }
  #wrap_campaign .detail .txt .public li.pub02{
    width:100%;
    margin:0 0 10px;
  }
  #wrap_campaign .detail .txt .public li.pub03{
    width:100%;
    margin:0 0 10px;
  }
  #wrap_campaign .detail .txt .public li.pub01 li{
    display:block;
    width:33%;
    float:left;
  }

  #wrap_campaign .detail .txt .public li.pub02 li{
    display:block;
    width:33%;
    float:left;
  }

  #wrap_campaign .detail .txt .public li.pub03 li{
    display:block;
    width:33%;
    float:left;
  }
  #wrap_campaign .detail .txt .public li  li span{
    font-size:0.6rem;
    line-height:1rem;
  }
  #wrap_campaign .detail .txt .public li li.pc_li_width01{
    width:100%;
    }
  #wrap_campaign .link_icon{
    width:1em;
    vertical-align: middle;
  }

  .accordion_campaign .notes,
  .accordion_campaign .notes_att{
    font-size:0.9rem;
    line-height:1.6rem;
  }
  .accordion_campaign .notes_inner{
    font-size:0.9rem;
    line-height:1.6rem;

    padding-left:1rem ;
  }
  .accordion_campaign .notes li,
  .accordion_campaign .notes_att li,
  .accordion_campaign .notes_inner li{
    padding-left:0.9rem;
    text-indent:-0.9rem;
  }

  /*------------------------------------------------*/
  footer .ft_contact{
    max-width:960px;
    margin:0 auto;
    background:#eeeeee;
  }
  footer .ft_contact .ft_name {
    font-size: 1.2rem;
    line-height: 2.5rem;
  }
  footer .ft_contact .ft_tel {
    font-size: 2.2rem;
    font-weight: bold;
  }
  footer .ft_contact .ft_hour{
    font-size: 1rem;
  }
  footer .ft_contact .contact_free{
    font-size: 1rem;
  }
  footer .ft_bottom{
    max-width:960px;
    margin:0 auto;
    background:#e5e5e5;

    font-size:0.8rem;
    text-align:center;
    letter-spacing: 0.1rem;
  }
  footer .ft_box{
    padding:20px 40px;
  }
  .c-frame.frame {
    padding: 20px;
  }
  .c-frame.frame[data-pc-align="center"] {
    text-align: center;
  }
  .lp-box[data-type="line-red"] {
    padding: 30px;
  }
  .lp-text__container {
    margin-top: 20px;
  }
  .lp-text {
    font-size: 16px;
  }
  .lp-list__container {
    margin-bottom: 15px;
  }
  .lp-list > li {
    font-size: 12px;
  }
}
/*PC_end*/

/*============================================================
TB
============================================================*/
@media (max-width: 768px) and (min-width: 641px) {
  .lp-step > li::before {
    bottom: -9px;
  }
}
@media (max-width: 1560px) and (min-width: 641px) {
  .eyecatch_note {
    max-width: 61.5%;
  }
}

/*============================================================
SP
============================================================*/
@media screen and (max-width: 640px) {
  html { font-size: 3vw; }
  .pcOnly {
    display: none !important;
  }
  .lp-sp-max-w48 {
    max-width: 48px;
  }
  .lp-sp-max-w189 {
    max-width: 189px;
  }
  .lp-sp-max-w199 {
    max-width: 199px;
  }
  .lp-sp-max-w310 {
    max-width: 310px;
  }
  .lp-lead {
    font-size: 16px;
  }
  .lp-button {
    margin-top: 15px;
  }
  .lp-button a {
    font-size: 14px;
    padding: 15px;
  }
  .lp-btn {
    margin-top: 15px;
    padding: 0 30px;
  }
  .lp-btn > a {
    padding: 10px 30px;
    font-size: 14px;
  }
  .lp-btn > a::before {
    width: 10px;
    height: 10px;
    margin-top: -10px;
    right: 15px;
  }
  .lp-section {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .lp-titleLv2 {
    margin-bottom: 30px;
    font-size: 19px;
  }
  .lp-titleLv3 {
    font-size: 16px;
    margin-top: 20px;
    padding: 15px;
  }
  .lp-step {
    padding: 0 30px;
  }
  .lp-step > li {
    margin-bottom: 30px;
  }
  .lp-step > li::before {
    content: '';
    width: 0;
    height: 0;
    margin: 0 auto;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #cdab64;
    position: absolute;
    right: 0;
    bottom: -23px;
    left: 0;
  }
  .lp-step__title {
    font-size: 14px;
    padding: 10px;
    border-radius: 10px 10px 0 0;
  }
  .lp-step__title span {
    font-size: 18px;
  }
  .lp-step__wrap {
    padding: 15px 10px;
    border-right: 1px solid #cdab64;
    border-bottom: 1px solid #cdab64;
    border-left: 1px solid #cdab64;
    border-radius: 0 0 10px 10px;
    text-align: center;
  }
  .lp-step__text {
    font-size: 14px;
  }
  .lp-accordion__body {
    padding: 15px 5px;
  }
  .detail-table-scroll-full {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .detail_table thead .gold img {
    max-width: 205px;
  }
  .detail_table tbody td,
  .detail_table tbody th {
    padding: 10px;
  }
  .gold_box_inner {
    width: auto;
    margin: 30px 0;
    padding: 20px 0;
  }
  .gold_box_inner .card_img > img {
    width: 70%;
  }
  .gold_card_fee {
    font-size: 14px;
  }
  .title01 {
    margin: 0 0 2rem;
    margin-bottom: 10px;
    font-size: 18px;
  }
  .title01 .lead {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .goldcardBonus {
    width: auto;
    margin: 20px 10px 0;
    border-radius: 25px;
  }
  .goldcardBonus__hdgTxt {
    height: 50px;
    padding: 0;
    font-size: 16px;
    line-height: 50px;
  }
  .goldcardBonus__body {
    padding: 30px 8px;
  }
  .goldcardBonus__lead {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: normal;
  }
  .goldcardBonus__merit {
    margin-top: 35px;
  }
  .goldcardBonus__meritItem {
    margin-bottom: 30px;
    padding: 15px;
  }
  .goldcardBonus__meritGroupItem {
    margin-top: 30px;
    padding: 15px;
  }
  .goldcardBonus__meritItem__numImg,
  .goldcardBonus__meritGroupItem__numImg {
    max-width: 45px;
    margin: -38px auto 0;
  }
  .goldcardBonus__meritItem__titleLv4,
  .goldcardBonus__meritGroupItem__titleLv4 {
    margin-top: 10px;
    font-size: 17px;
  }
  .goldcardBonus__meritItem__img,
  .goldcardBonus__meritItem__text,
  .goldcardBonus__meritGroupItem__text,
  .goldcardBonus__meritGroupItem__img {
    margin-top: 15px;
  }
  .goldcardBonus__meritItem__box {
    margin-top: 15px;
    padding: 15px 10px;
  }
  .goldcardBonus__caution {
    text-align: left;
  }
  .goldcardBonus__caution > p {
    display: block;
    margin-bottom: 10px;
    padding-left: 1em;
    float: none!important;
    color: #848080;
    font-size: 9pt;
    text-indent: -1em;
  }
  .pagetop {
    margin: 10px auto 35px;
  }
  .eyecatch {
    margin-top: 10px;
    width:100%;
  }
  .eyecatch_inner{
    width:100%;
  }
  .eyecatch_note {
    margin: -4.5% 3% 0 0;
  }
  .PdB40 {
    padding-bottom:40px !important;
  }
  .chu_PdB {
    padding:10px 0 0 !important;
  }
  .goldlp-frame {
    width: 90%;
    margin-top: 5px;
    margin-bottom: 15px;
  }

  .uqBoxContainer {
    background-color: #F6F6F6;
    padding: 40px 3%;
  }

  .uqBox {
    margin-top: 20px;
    padding: 10px;
  }
  .uqBox__title {
    font-size: 14px;
  }
  .uqBox__wrap ul li a {
    font-size: 12px;
  }

  .informationBox {
    padding: 10px;
    margin: 10px 10px 0;
  }
  .informationBox__lead {
    font-size: 11px;
    line-height: 1.2;
  }

/*------------------------------------------------追従ボタン*/
  header {
    width: 100%;
    position: fixed;
    top:-200px;
    left: 0;
    z-index: 100;
    opacity: 0;
    box-sizing: border-box;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    border-bottom: 2px solid #cccccc;
    background:#fff;
  }

  #head_cvnBox{}
  #head_cvnBox .head_cvnBox_area{
    padding:3% 0;
  }
  #head_cvnBox .head_cvnBox_area ul {
    width:100%;
    text-align: center;
  }
  #head_cvnBox .head_cvnBox_area li {
    display:inline-block;
    margin:0 1.2%;
  }
  #head_cvnBox .head_cvnBox_area li p {
    text-align:center;
    padding-bottom:6px;
    font-size: 10px;
    line-height: 12px;
  }
  #head_cvnBox .head_cvnBox_area .cvnBtn01 {
    width:45%;
  }
  #head_cvnBox .head_cvnBox_area .cvnBtn02 {
    width:45%;
  }

/*------------------------------------------------*/
  #spHeader{
    border-top:none;
    background:#ffffff;
  }
  #spHeader #spLogo{
    padding:2% 0;
  }
  #spHeaderSection{
    width:100%;
    margin:0 auto;
    position:relative;
    padding: 0 3%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #spHeaderSection .header_sub{
    max-width:50%;
    color:#eb5205;
    text-align:right;

    position:absolute;
    right:20px;
    top:20px;
  }
  #spHeaderSection .header_sub img{
    width:100%;
  }

/*-----------------------------------index02用　single_cvbtn-*/

  #head_cvnBox .head_cvnBox_area .cvnBtn03 {
    width: 85%;
  }

/*------------------------------------------------CVNボタン*/
  .cvnBoxA,
  .cvnBoxB {
    background: #eee;
    padding: 30px 3%;
    text-align: center;
  }
  .cvnBoxA ul,
  .cvnBoxB ul {
    width: 100%;
  }
  .cvnBoxA li,
  .cvnBoxB li {
    margin-top: 20px;
  }
  .cvnBoxA li:first-child,
  .cvnBoxB li:first-child {
    margin-top: 0;
  }
  .cvnBoxA li p,
  .cvnBoxB li p {
    text-align:center;
    font-size: 12px;
    font-weight: bold;
  }
  .cvnBoxA .cvnBtn01,
  .cvnBoxA .cvnBtn02 {
    width: 100%;
  }
/*------------------------------------------------CVNボタン下：アンカーリンク*/
  #gold_nav{
    background:#F6F6F6;
    padding:0 0 40px;
    margin-top: 30px;
  }
  .eyecatch + #gold_nav {
    margin-top: 0;
  }
  #gold_nav .contents_nav{
    width:96%;
    margin:0 auto;
  }

  #gold_nav h2.title01{
    font-size: 1.5em;
    line-height:1.5em;
    font-weight: normal;
    padding:25px 0 0;
    text-align:center;
  }
  #gold_nav h2.title01 span{
    color:#cb0902;
  }

  #gold_nav .gold_nav_contents{
    width:90%;
    margin:0 auto;
  }
  #gold_nav .gold_nav_contents ul{
    padding: 2px 6px 0;
    border-bottom:4px solid #cccccc;

    -webkit-border-radius:6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
  }
  #gold_nav .gold_nav_contents li{
    width: 100%;
    margin:6px 0;
  }
  #gold_nav .gold_nav_contents li:first-child{
    margin-bottom:8px;
  }

  #gold_nav .gold_nav_campaign .btn_campaign a{
    padding:6px 0 6px;
    background:#FFFFFF;
    border-bottom:4px solid #cccccc;
    display:block;

    -webkit-border-radius:6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
  }

  #gold_nav .gold_nav_campaign .notes{
    font-size:1em;
    line-height:1.5em;
    padding:0;
  }
  #gold_nav .gold_nav_campaign .notes li{
    padding-left:1rem;
    text-indent:-1rem;
  }

/*------------------------------------------------*/

  .cont{margin-bottom:40px;}

  .cont .notes{
    font-size: 1em;
    line-height:1.6em;
  }
  .cont .notes li{
    padding-left:1em;
    text-indent:-1em;
  }

  .notes_number ul{
    padding-left:1em;
  }
  .notes_number li{
    padding-left:1em  !important;
    text-indent:-2em  !important;
  }

  .cont .notes table.notes_table{
    width:100%;
  }
  .cont .notes table.notes_table th {
    text-align:left;
    display: block;
	}
  .cont .notes table.notes_table td {
    display: block;
	}

  /*--------------------*/
  .cont h2 p{
    font-size:1.8em;
    line-height:1.5em;
    color:#ffffff;
  }
  .cont h2.title_a{
    background: url(../img/bg_h2_title_top_sp.png) repeat-x left top #cb0902;
    background-size:50%;
    margin-bottom:20px;
  }
  .cont h2.title_b{
    background: url(../img/bg_h2_title_top_sp.png) repeat-x left top #bb9214;
    background-size:50%;
    margin-bottom:20px;
  }
  .cont h2 .sp_line01{
    background: url(../img/bg_h2_title_bot_sp.png) repeat-x left bottom;
    background-size:50%;
    padding:30px 0 30px 20px;
  }
  .cont h2 .sp_line02{
    background: url(../img/bg_h2_title_bot_sp.png) repeat-x left bottom;
    background-size:50%;
    padding:20px 0 20px 20px;
  }
/*------------------------------------------------*/
  h3{
    font-size:1.5em;
    line-height:1.5em;
    margin:0 0 10px;
    position: relative;
  }
  h3 img{
    width:40%;
  }
  h3 span{
    font-size:0.8em;
  }
  h3.h3_title_a .sp_line01,
  h3.h3_title_b .sp_line01{
    padding:20px 0 20px 15%;
    width:80%;
  }
  h3.h3_title_a .sp_line02,
  h3.h3_title_b .sp_line02{
    padding:10px 0 10px 15%;
    width:80%;
  }
  h3.gold_no_icon .sp_line01{
    padding:20px 0 20px 20px;
    width:80%;
  }
  h3.gold_no_icon .sp_line02{
    padding:10px 0 10px 20px;
    width:80%;
  }

  h3.h3_title_a{
    background: url(../img/bg_h3_title_a_sp.png) no-repeat left center #bb9214;
    background-size:70%;
  }
  h3.h3_title_b{
    background: url(../img/bg_h3_title_b_sp.png) no-repeat left center #bb9214;
    background-size:70%;
  }
  h3.gold_no_icon{
    background:#bb9214;
  }
  h3 span.card_stare{
    border:1px solid #ffffff;
    padding:4px 10px 4px;
    vertical-align: middle;
  }

  h3.sp_accordionbtn p:after{
    content: "";
    background: url(../img/btn_acc_open.png) no-repeat center center;
    background-size: 100%;
    position: absolute;
    top:0;
    bottom: 0;
    right: 2%;
    margin: auto;
    width: 30px;
    height: 30px;
  }
  h3.sp_accordionbtn.active p:after{
    content: "";
    background: url(../img/btn_acc_close.png) no-repeat center center;
    background-size: 100%;
    position: absolute;
    top:0;
    bottom: 0;
    right: 2%;
    margin: auto;
    width: 30px;
    height: 30px;
    }

/*------------------------------------------------*/
  .contents_main{
    padding: 0 3%;
  }
  .contents_main .cont_box{
    width:96%;
    margin:0 auto;
  }


  .contents_main .sp_displayNone{
    display:none;
  }
  .contents_main .cont_box p{
    font-size:1.4em;/**/
    line-height:1.6em;
    padding:0 0 20px;
  }
  .contents_main .cont_box p.txt_left{
    text-align:left;
  }
  .contents_main .cont_box p span{}
  .contents_main .cont_box p span.small{
    font-size: 0.7em;
  }
  .contents_main .cont_box p span.txt_left{
    font-size:1em;
    display:block;
  }
  .contents_main .cont_box p span.midashi01{
    font-weight: bold;
  }
  .contents_main .cont_box p span.sp_txt_center{
    font-size:1em;
    display:block;
    text-align:center;
  }
  .contents_main .cont_box .figure{
    text-align:center;
    padding:0 0 10px;

    position:relative;
  }
  .contents_main .cont_box .figure .sp_point{
    width:30%;
    text-align:left;

    position:absolute;
    bottom:20px;
    left:10px;
    z-index:2;
  }
  .contents_main .cont_box .figure .sp_point img{
    width:40%;
  }
  .contents_main .cont_box .figure img{
    vertical-align: bottom;
  }
  .contents_main .cont_box img.img_right{
    float: right;
    max-width:25%;
    padding:0 0 20px 20px;
  }

  .contents_main .cont_box .figure .sp90per{width:90%;}
  .contents_main .cont_box .figure_left {padding:0 0 10px;}
  .contents_main .cont_box .figure_right {padding:0 0 10px;}

  /*-----btn--------*/
  .contents_main .cont_box .figure .btn_anc01{
    vertical-align:top;
    padding-left:60%;
  }
  .contents_main .cont_box .figure .btn_anc01 a{
    width:100%;
    display:block;

    border-radius:0 0 6px 6px;
  }
  .contents_main .cont_box .figure .btn_anc01 a:hover{
    background:#f5cecc;
  }

  /*-----position--------*/
  #appli_au .ex01 p{
    text-align:left;
  }
  #appli_au .ex02 p,
  #insurance .ex02 p{
    text-align:left;
  }
  #travel .ex03 p{
    text-align:left;
  }

  /*--------------------*/
  .contents_main .cont_box_flow{
    font-size:1.3em;
    line-height:1.6em;
  }
  .contents_main .cont_box_flow .flowtxt p{
    font-size: 14px;
    padding:6px 0 20px;
  }
  .cont_box_flow .notes{
    font-size:12px;
    line-height:1.6em;
  }
  .cont_box_flow .notes li{
    padding-left:1em;
    text-indent:-1em;
  }
  /*--------------------*/
  .cont_box_entry{
    font-size:1.3em;
    line-height:1.6em;
  }
  .cont_box_entry table{
    width:100%;
  }
  .cont_box_entry th{
    border-bottom:2px solid #eb5505;
    text-align:left;
    font-size:1.3em;
    line-height:1.6em;

    padding:0 0 4px;
    display: block;
    width:100%;
  }
  .cont_box_entry td{
    text-align:left;
    padding:10px 0 0;
    border-bottom:20px solid #ffffff;

    display: block;
  }

  .cont_box_entry .entrytxt{
    padding-bottom:10px;
  }
  .cont_box_entry .entrytxt li{
    padding-left:1em;
    text-indent:-1em;
  }

  .cont_box_entry .notes{
    font-size:0.8em;
    line-height:1.6em;
  }
  .cont_box_entry .notes li{
    padding-left:1em;
    text-indent:-1em;
  }
/*------------------------------------------------*/
  .pad_t20{padding-top:20px;}
  .pad_t40{padding-top:40px;}
  .pad_t60{padding-top:60px;}
  .pad_cont_box{padding-bottom:40px;}


/*=================================
  accordion
  =================================*/
  #wrap_campaign  .displayNone {
    display: none;
  }
  #wrap_campaign .btn_switch {
    height:50px;
    text-indent:-9999rem;
    background:url(../img/btn_switch_open_sp.png) no-repeat right center #cb0902;
    background-size:50%;
  }
  #wrap_campaign .open {
    background:url(../img/btn_switch_close_sp.png) no-repeat right center #cb0902;
    background-size:50%;
  }

  #wrap_campaign .btn_close {
    height:50px;
    text-indent:-9999rem;
    background:url(../img/btn_switch_close_sp.png) no-repeat right center #cb0902;
    background-size:50%;
    margin-top:20px;
  }

  #wrap_campaign .camp_title{
    width:90%;
    margin:0 auto;
  }

  #wrap_campaign .campaign_detail {
    overflow: hidden;
    text-align: center;
    display: block;
    width:90%;
  }
  #wrap_campaign  #camp_01_tok01{
    padding:20px 0 0px;
    margin:0px auto 0;
  }
  #wrap_campaign  #camp_01_tok02{
    padding:20px 0 40px;
    margin:20px auto 0;
  }
  #wrap_campaign  #camp_02_tok01{
    padding:20px 0 0px;
    margin:0px auto 0;
  }

  #wrap_campaign .campaign_detail .campaign_head {
    padding:0;
    margin:0;
    vertical-align:bottom;
  }
  #wrap_campaign .campaign_detail .campaign_head img {
    vertical-align:bottom;
  }

  #wrap_campaign .campaign_detail .accordion_campaign{
    border-left: 3px solid #cb0902;
    border-right: 3px solid #cb0902;
    border-bottom: 3px solid #cb0902;
    border-radius:0 0 6px 6px;
    text-align: left;
    line-height: 1.6rem;
    background-color: #fff;
  }
  #wrap_campaign .campaign_detail .accordion_campaign .detail {
    width:100%;
    padding:10px 0 0;
  }
  #wrap_campaign .campaign_detail .accordion_campaign .detail .detail_inner_sp{
    width:90%;
    margin:0 auto;
  }
  #wrap_campaign .campaign_detail .accordion_campaign .detail p {
    font-size:1.1em;
    line-height:1.6em;
  }
  #wrap_campaign .campaign_detail .accordion_campaign .detail h4{
    font-size:1.4em;
    line-height:2em;
    border-left: 4px solid #cb0902;
    color: #cb0902;
    background:#dedede;
    padding: 4px 10px 4px;
    margin:20px 0 0px;
  }

  #wrap_campaign .detail .txt{
    padding:10px 0 0;
  }
  #wrap_campaign .detail .txt p{
    padding:0 0 6px;
  }
  #wrap_campaign .detail .txt .notes_date{
    font-size: 0.9em;
    text-align:right;
    clear: both;
  }

  /*--------------------*/
  #wrap_campaign .detail .txt .public li{
    vertical-align: top;
    overflow:hidden;
  }

  #wrap_campaign .detail .txt .public th{
    border:1px solid #999999;
    text-align:center;
    font-size:0.8em;
    width:5%;
    vertical-align: middle;
  }
  #wrap_campaign .detail .txt .public li.pub01,
  #wrap_campaign .detail .txt .public li.pub02 {
    margin-bottom:10px;
  }

  #wrap_campaign .detail .txt .public li.pub01,
  #wrap_campaign .detail .txt .public li.pub02,
  #wrap_campaign .detail .txt .public li.pub03{
    width:100%;
  }
  #wrap_campaign .detail .txt .public li.pub01 ul,
  #wrap_campaign .detail .txt .public li.pub02 ul,
  #wrap_campaign .detail .txt .public li.pub03 ul{
    width:100%;
    float:left;
    padding-left:0.3em;
  }
  #wrap_campaign .detail .txt .public li.pub01 li,
  #wrap_campaign .detail .txt .public li.pub02 li,
  #wrap_campaign .detail .txt .public li.pub03 li{
    width:48%;
    font-size:0.9em ;
    line-height:1.6em;
    display:block;
    float:left;
  }
  #wrap_campaign .detail .txt .public li li.sp_li_width01{
    width:100%;
  }
  #wrap_campaign .detail .txt .public li li span{
    font-size:0.6em !important;
  }

  #wrap_campaign .link_icon{
    width:1em;
    vertical-align: middle;
  }


  .accordion_campaign .notes,
  .accordion_campaign .notes_att{
    font-size:1.1em;
  }
  .accordion_campaign .notes_inner{
    padding-left:1em;
  }

  .accordion_campaign .notes li,
  .accordion_campaign .notes_att li{
    padding-left:1em;
    text-indent:-1em;
  }
  .accordion_campaign .notes_inner li{
    padding-left:1em;
    text-indent:-1em;
  }


/*--------------------*/
  footer{
    width:100%;
    font-size:1.3em;
    line-height: 1.5em;
    font-weight: normal;
  }
  footer .ft_contact{
    background:#eeeeee;
    padding:20px 20px;
  }
  footer .ft_contact .ft_name {}
  footer .ft_contact .ft_tel {
    font-size: 2em;
    line-height: 1.5em;
  }
  footer .ft_bottom{
    background:#e5e5e5;
    padding:20px 0px;
    font-size:0.5em;
    text-align:center;
  }
  .c-frame.frame {
    padding: 15px 10px;
  }
  .c-frame.frame[data-sp-align="left"] {
    text-align: left;
  }
  .lp-box[data-type="line-red"] {
    padding: 15px 10px;
  }
  .lp-text__container {
    margin-top: 15px;
  }
  .lp-text {
    font-size: 12px;
  }
  .lp-list__container {
    margin-bottom: 15px;
  }
  .lp-list > li {
    font-size: 11px;
  }
}

/* ヘッダーロゴ変更 */
/* -------------------- */
@media screen and (min-width: 641px) {
  #header #logo {
    height: 71px;
    display: table-cell;
    vertical-align: middle;
  }
  #header #logo img {
    width: 190px;
    height: auto;
  }
  #header .contents {
    height: auto;
    width: 100%;
    max-width: 980px;
    padding: 0 10px;
    margin: auto;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
  }
}
@media screen and (max-width: 640px) {
  #spHeader {
    display: table;
    width: 100%;
  }
  #spHeader #spLogo {
    height: 40px;
    display: table-cell;
    vertical-align: middle;
    float: none;
    width: auto;
  }
  #spHeader #spLogo img {
    width: 123px;
  }
}

/* 入会特典更新対応 */
/* -------------------- */
.promotion__fontClorOrange {
  color: #eb5505;
}
.promotion__titleLv2 {
  font-weight: bold;
  text-align: center;
}
.promotion__titleLv2SubText {
  font-weight: bold;
  background-color: #eb5505;
  color: #fff;
  display: inline-block;
}
.promotion__fontWeightBold {
  font-weight: bold;
}
@media screen and (min-width: 641px) {
  .promotion__spOnly {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .promotion__pcOnly {
    display: none;
  }
}

/* payUse */
.payUse__titleLv3 {
  font-weight: 700;
  background-color: #eee;
  text-align: center;
  padding: 20px;
  border-radius: 10px;
}
.payUse__subTitle {
  color: #ff0000;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
}
.payUse__emphasisText {
  color: #eb5505;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
}
.payUse__text {
  line-height: 1.3;
}
.payUse__list .payUse__list {
  margin-top: 0;
}
.payUse__list li {
  display: table;
  font-size: 12px;
  line-height: 1.6;
}
.payUse__list .payUse__listIcon {
  display: table-cell;
  color: #666;
  white-space: nowrap;
}
.payUse__list .payUse__listLead {
  display: table-cell;
  color: #666;
}
.payUse__listLead__link {
  font-size: 12px;
}
.payUse__image {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 641px) {
  .payUse {
    max-width: 960px;
    margin: 0 auto;
  }
  .promotion__titleLv2 {
    font-size: 32px;
    line-height: 1.3;
  }
  .promotion__titleLv2SubText {
    font-size: 30px;
    line-height: 1.3;
    padding: 5px 20px;
  }
  .payUse__titleLv3 {
    font-size: 26px;
    margin-top: 30px;
    line-height: 1.3;
  }
  .payUse__subTitle {
    font-size: 26px;
    margin-top: 30px;
  }
  .payUse__emphasisText {
    font-size: 26px;
    margin-top: 20px;
  }
  .payUse__text {
    font-size: 24px;
    margin-top: 20px;
  }
  .payUse__marketText > span {
    font-size: 40px;
  }
  .payUse__image--01 {
    margin-top: 30px;
    max-width: 710px;
  }
  .payUse__image--02 {
    margin-top: 10px;
    max-width: 881px;
  }
  .payUse__image--03 {
    margin-top: 30px;
    max-width: 550px;
  }
  .payUse__image--02 + .payUse__list {
    margin-top: 20px;
  }
}
@media screen and (max-width: 640px) {
  .payUse {
    padding-left: 3%;
    padding-right: 3%;
  }
  .promotion__titleLv2 {
    font-size: 20px;
    line-height: 1.3;
  }
  .promotion__titleLv2SubText {
    font-size: 20px;
    line-height: 1.3;
    padding: 2px 10px;
    margin-top: 5px;
  }
  .payUse__titleLv3 {
    font-size: 16px;
    margin-top: 20px;
    line-height: 1.3;
    padding: 15px;
  }
  .payUse__subTitle {
    font-size: 16px;
    margin-top: 15px;
  }
  .payUse__emphasisText,
  .payUse__text {
    font-size: 16px;
    margin-top: 15px;
  }
  .payUse__marketText {
    font-size: 24px;
    line-height: 1.3;
  }
  .payUse__marketText > span {
    font-size: 28px;
  }
  .payUse__marketImg {
    vertical-align: text-bottom;
  }
  .payUse__image--01 {
    margin-top: 25px;
  }
  .payUse__image--02 {
    margin-top: 20px;
  }
  .payUse__image--03 {
    margin-top: 20px;
    padding: 0 20px;
  }
}

/* promotionBonus */
.promotionBonus__box {
  border: 1px solid #ccc;
  margin-top: 30px;
  border-radius: 10px;
  padding: 40px 40px 35px;
}
.promotionBonus__title {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}
.promotionBonus__image {
  text-align: center;
}
.promotionBonus__lead {
  margin-top: 25px;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
}
.promotionBonus__leadPoint {
  font-size: 30px;
  font-weight: 700;
  margin-top: 5px;
  text-align: center;
  line-height: 1.3;
}
.promotion__fontLarge {
  font-size: 60px;
}
@media screen and (min-width: 641px) {
  .promotionBonus {
    max-width: 960px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  .promotionBonus {
    padding: 0 3%;
  }
  .promotionBonus__box {
    margin-top: 15px;
    padding: 20px 10px;
  }
  .promotionBonus__title {
    font-size: 20px;
  }
  .promotionBonus__lead {
    font-size: 14px;
    margin-top: 20px;
  }
  .promotionBonus__leadPoint {
    font-size: 21px;
    font-weight: 700;
    text-align: center;
  }
  .promotion__fontLarge {
    font-size: 30px;
  }
  .promotionBonus__image {
    max-width: 152px;
    margin: 0 auto;
  }
}

/* promotionDetail */
.promotionDetail {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  margin-top: 50px;
}
.promotionDetail__title {
  position: relative;
  border: 2px solid #f15a22;
  border-radius: 50px;
  color: #f15a22;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.promotionDetail__title img {
  max-width: 36px;
  margin-right: 10px;
  vertical-align: sub;
}
.promotionDetail__title > span {
  color:  #f15a22;
  font-weight: 700;
}
.promotionDetail__title.is-open {
  background-color: #fdeee6;
}
.promotionDetail__title:hover {
  background-color: #fdeee6;
}
.promotionDetail__title::before,
.promotionDetail__title::after {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 14px;
  width: 15px;
  height: 2px;
  transform: translateY(-50%);
  background-color: #eb5505;
  background-image: none;
  border: none;
  content: '';
}
.promotionDetail__title::after {
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: all .2s ease;
  right: 24px;
}
.promotionDetail__title.is-open:after {
  margin-top: -1px;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.promotionDetail__body {
  display: none;
  margin-top: 15px;
  margin-bottom: 10px;
  border: 2px solid #eb5505;
  line-height: 1.6;
  text-align: left;
  background-color: #fff;
}
.promotionDetail__panel {
  width: 100%;
  padding: 7px;
  border-bottom: 2px solid #eb5505;
  text-align: center;
}
.promotionDetail__panelTitle .promotionDetail__label {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 3px;
  padding: 5px 7.5px;
  border-radius: 50px;
  background: #eb5505;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
.promotionDetail__panelTitle .promotionDetail__txt {
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}
.promotionDetail__panelTitle .promotionDetail__largeTxt {
  font-size: 15px;
  font-weight: 700;
}
.promotionDetail__inner {
  padding: 20px 10px 10px;
}
@media screen and (min-width: 641px) {
  .promotionDetail__title {
    border: 2px solid #f15a22;
    font-size: 22px;
    padding: 20px;
  }
  .promotionDetail__body {
    margin-top: 57px;
    margin-bottom: 20px;
    border: 4px solid #eb5505;
  }
  .promotionDetail__panel {
    padding: 15px 15px 5px;
    border-bottom: 4px solid #eb5505;
  }
  .promotionDetail__panelTitle .promotionDetail__label {
    padding: 10px 25px;
    font-size: 16px;
  }
  .promotionDetail__panelTitle .promotionDetail__txt {
    font-size: 24px;
  }
  .promotionDetail__panelTitle .promotionDetail__largeTxt {
    font-size: 24px;
  }
  .promotionDetail__inner {
    padding: 20px;
  }
}
@media screen and (max-width: 640px) {
  .promotionDetail {
    margin-top: 30px;
    padding: 0 3%;
  }
  .promotionDetail__title {
    padding: 11px;
    font-size: 16px;
  }
  .promotionDetail__title img {
    max-width: 26px;
  }
}

/* benefitsDetails */
.benefitsDetails__hdg {
  position: relative;
  margin-top: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  color: #eb5505;
  font-size: 16px;
  font-weight: 700;
}
.benefitsDetails__hdg:after{
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 70px;
  height: 1px;
  background: #e9561e;
  content: '';
}
.benefitsDetails__lead {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.6;
}
.benefitsDetails__list {
  margin-top: 20px;
  font-size: 14px;
}
.benefitsDetails__list .benefitsDetails__list {
  margin-top: 0;
}
.benefitsDetails__list li {
  display: table;
}
.benefitsDetails__list .benefitsDetails__listIcon {
  display: table-cell;
}
.benefitsDetails__list .benefitsDetails__listLead {
  display: table-cell;
}
.benefitsDetails__fontSmall {
  color: #666;
  font-size: 12px;
}
.benefitsDetails__fontSmall li {
  color: #666;
  font-size: 12px;
}
.benefitsDetails__fontSmall li span {
  color: #666;
  font-size: 12px;
}
.benefitsDetails__fontBold {
  font-weight: 700;
}
.benefitsDetails__mgT0 {
  margin-top: 0;
}
.benefitsDetails__mgT10 {
  margin-top: 10px;
}
.benefitsDetails__mgT20 {
  margin-top: 20px;
}

/* promotionPointCampaign */
.promotionPointCampaign {
  background-color: #eee;
  padding: 55px 0;
  margin-top: 60px;
}
.promotionPointCampaign__inner {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 10px;
}
.promotionPointCampaignCard__item {
  border-radius: 10px;
}
.promotionPointCampaignCard__title {
  background-color: #aaa;
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 28px;
  padding: 15px;
  border-radius: 10px 10px 0 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.promotionPointCampaignCard__title--col1 {
  font-size: 26px;
}
.promotionPointCampaignCard__title--col2 {
  padding: 0;
  background-color: #eb5505;
  text-align: left;
}
.promotionPointCampaignCard__title--col2__main,
.promotionPointCampaignCard__title--col2__sub {
  padding: 13px 5px;
  display: inline-block;
}
.promotionPointCampaignCard__title--col2__main {
  width: 25%;
  background-color: #fff;
  color: #eb5505;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  border-top: 2px solid #eb5505;
  border-bottom: 2px solid #eb5505;
  border-left: 2px solid #eb5505;
  border-radius: 10px 0 0 0;
  box-sizing: border-box;
}
.promotionPointCampaignCard__title--col2__sub {
  width: 75%;
  background-color: #eb5505;
  color: #fff;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  border-radius: 0 10px 0 0;
  box-sizing: border-box;
}
.promotionPointCampaignCard__inner {
  padding: 40px 15px 35px;
  text-align: center;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  border-left: 1px solid #aaa;
  border-radius: 0 0 10px 10px;
  background-color: #fff;
}
.promotionPointCampaignCard__text {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
}
.promotionPointCampaignCard__textSmall {
  font-size: 20px;
  line-height: 1.3;
  margin-top: 15px;
  font-weight: 700;
}
.promotionPointCampaignCard__textLarge {
  font-size: 45px;
  color: #eb5505;
  line-height: 1.3;
  margin-top: 10px;
  font-weight: 700;
}
.promotionPointCampaignCard__textLarge span {
  font-size: 55px;
}
.promotionPointCampaignCard__subBox {
  border: 1px solid #eb5505;
  border-radius: 10px;
  position: relative;
  padding: 15px 10px;
  margin-top: 20px;
}
.promotionPointCampaignCard__subBoxTitle {
  position: absolute;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  background: #fff;
  top: -.5em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0 15px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
}
.promotionPointCampaignCard__subBoxText {
  font-size: 26px;
  font-weight: 700;
  color: #eb5505;
  letter-spacing: -1px;
  line-height: 1.3;
}
@media screen and (min-width: 641px) {
  .promotionPointCampaignCard {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .promotionPointCampaignCard__item {
    width: 49%;
    border-radius: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .promotionPointCampaignCard__item:nth-child(n+2) {
    margin-left: 2%;
  }
  .promotionPointCampaignCard__inner {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}
@media (max-width: 768px) and (min-width: 641px) {
  .promotionPointCampaignCard__title--col1 {
    padding: 14px 15px;
    font-size: 22px;
  }
  .promotionPointCampaignCard__title--col2__main {
    width: 25%;
    font-size: 20px;
  }
  .promotionPointCampaignCard__title--col2__sub {
    width: 75%;
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  .promotionPointCampaign {
    margin-top: 30px;
    padding: 30px 0;
  }
  .promotionPointCampaignCard {
    margin-top: 20px;
  }
  .promotionPointCampaignCard__item:nth-child(n+2) {
    margin-top: 30px;
  }
  .promotionPointCampaignCard__title {
    font-size: 18px;
    padding: 12px;
  }
  .promotionPointCampaignCard__title--col2 {
    padding: 0;
  }
  .promotionPointCampaignCard__title--col2__main,
  .promotionPointCampaignCard__title--col2__sub {
    padding: 10px 5px;
  }
  .promotionPointCampaignCard__title--col2__main {
    font-size: 18px;
  }
  .promotionPointCampaignCard__title--col2__sub {
    font-size: 16px;
  }
  .promotionPointCampaignCard__inner {
    padding: 25px 15px 20px;
  }
  .promotionPointCampaignCard__text {
    font-size: 18px;
  }
  .promotionPointCampaignCard__textSmall {
    font-size: 18px;
    margin-top: 15px;
  }
  .promotionPointCampaignCard__textLarge {
    font-size: 36px;
  }
  .promotionPointCampaignCard__textLarge span {
    font-size: 42px;
  }
  .promotionPointCampaignCard__subBox {
    padding: 15px 10px;
    margin-top: 20px;
    max-width: 500px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

  }
  .promotionPointCampaignCard__subBoxTitle {
    font-size: 20px;
  }
  .promotionPointCampaignCard__subBoxText {
    font-size: 26px;
  }
}

/* promotionPrivilege */
.promotionPrivilege {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 10px;
  margin-top: 60px;
}
.promotionPrivilege__button {
    margin: 60px auto 0;
}
.promotionPrivilege__button a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: relative;
    width: 100%;
    border-radius: 50px;
    color: #fff;
    background-color: #ed5400;
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
}
.promotionPrivilege__button a:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    transform: rotate(45deg);
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    background-color: transparent;
    content: "";
}
.promotionPrivilege__button a:hover {
    text-decoration: none;
    background-color: #f18145;
}
@media screen and (min-width: 641px) {
  .promotionPrivilege__button a {
    padding: 20px;
    font-size: 20px;
  }
  .promotionPrivilege__button a:after {
    right: 20px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
  }
}
@media screen and (max-width: 640px) {
  .promotionPrivilege {
    margin-top: 50px;
  }
  .promotionPrivilege__button {
    margin: 30px auto 0;
  }
  .promotionPrivilege__button a {
    font-size: 14px;
    padding: 20px;
  }
}
.promotionPrivilege + .title01 {
  margin-top: 110px;
}
@media screen and (max-width: 640px) {
  .promotionPrivilege + .title01 {
    margin-top: 40px;
  }
}
.campaignNumber {
  margin: 10px 15px 20px;
  text-align: right;
  font-size: 14px;
}
@media (min-width: 641px) {
  .campaignNumber {
    margin: 20px auto;
    text-align: right;
  }
}

/* benefitsDetails__table */
.benefitsDetails__table {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 15px;
  table-layout: fixed;
}
.benefitsDetails__table td, .benefitsDetails__table th {
  border: 1px solid #e4e4e4;
  font-size: 14px;
}
.benefitsDetails__table td {
  padding: 10px 5px;
}
.benefitsDetails__table th {
  background: #f3f3f3;
  font-weight: 700;
  text-align: center;
}
.benefitsDetails__table tr[data-col="2"] td, .benefitsDetails__table tr[data-col="2"] th {
  width: 50%;
}
.benefitsDetails__circleList {
  padding-left: 1.5em;
}
.benefitsDetails__circleList > li {
  margin-top: 5px;
  list-style: disc outside;
}
@media (min-width: 641px){
  .benefitsDetails__table {
    table-layout: auto;
  }
  .benefitsDetails__table th {
    padding: 10px;
  }
  .benefitsDetails__table td {
    padding: 10px;
  }
  .benefitsDetails__circleList {
    padding-left: 2em;
  }
  .text-lead--m{
    font-size: 18px;
    font-weight: normal;
  }
}
@media (max-width: 640px){
  .benefitsDetails__table td, .benefitsDetails__table th {
    padding: 10px 5px;
  }
  .benefitsDetails__spFontSmall {
    font-size: 13px;
  }
  .text-lead{
    font-size: 12px;
    font-weight: bold;
  }
}

#pageTop.fixed_bottom {
  position: fixed;
  bottom: 30px;
  left: 87vw;
  z-index: 99;
}

@media (max-width: 640px){
  #pageTop {
    position: relative;
    bottom: -63px;
    right: 0;
    display: block;
    text-align: end;
    margin-right: 10px;
    margin-left: auto;
    width: 40px;
  }
  #pageTop img{
    width: 40px;
  }
  #pageTop.fixed_bottom {
    bottom: 50px;
    left: 0;
    right: 0;
  }
}

/*------------------------------------------------index03.html---*/

.c-regular__bg {
  border-top: 2px solid #eb5505;
  border-bottom: 2px solid #eb5505;
  background-color: #fff4d6;
}

.lp-text.lp-text--lead {
  text-align: center;
  line-height: 1.6;
}

.lp-text[data-color="orange"], .lp-text .lp-text__clr-orange {
  color: #eb5505;
}

.lp-lead sup {
  font-size: 18px;
}
.lp-text sup {
  font-size: 14px;
}

.fontN {
  font-weight: normal!important;
}

.lp-text-white {
  background-color: #fff;
  border-radius: 32px;
  font-weight: bold;
  display: inline-block;
  padding: 10px 30px;
}

@media screen and (min-width: 641px){
  .cvnBoxA .contents_main p {
    text-align: center;
    font-size: 17px;
    font-weight: bold;
  }
  .lp-text.lp-text--lead {
    font-size: 24px;
  }
  .c-regular__bg {
    padding: 50px 0;
  }
}

@media screen and (max-width: 640px){
  .c-regular__bg {
    padding: 25px 0;
  }
  .lp-text.lp-text--lead {
    font-size: 13px;
  }
  .c-regular__bg img {
    width: 40%;
  }
  .cvnBoxA .contents_main p {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
  }
  .c-regular__bg {
    border-top: 1px solid #eb5505;
    border-bottom: 1px solid #eb5505;
  }
  .lp-lead sup {
    font-size: 11px;
  }
  .lp-text sup {
    font-size: 10px;
    transform: translateY(1px);
    display: inline-block;
  }
  .lp-text-white {
    padding: 5px 10px;
    padding-left: 15px;
  }
  .lp-lead.fontN {
    font-size: 19px;
  }

}

#wrap {
  width: 100%;
  max-width: 375px;
  margin: auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.detail-table-scroll-full {
  display: block;
  overflow-x: scroll;
  white-space: normal;
}

.detail_table {
  width: 640px;
  min-width: 640px;
}

.detail_table tbody td, .detail_table tbody th {
  padding: 10px;
}

.detail_table tbody tr td {
  white-space: normal;
  text-align: justify;
}

.detail_table {
  table-layout: fixed;
}

.detail_table thead img {
  width: 180px;
  height: auto;
}

.cv-area {
  display: none;
}

@media all and (max-width: 1400px) {
  .cv-area {
    left: calc(50% + 210px)!important;
  }
  .cv-area.left {
    left: unset!important;
    right: calc(50% + 210px)!important;
  }
}

@media all and (min-width: 1230px) {
  .cv-area {
    display: block;
  }
}

@media all and (min-width: 960px) {

  .banner,
  .banner.is-shown {
    display: none;
  }

  .header-pc {
    display: block;
  }

  .header-sp {
    display: none;
  }

  .header-pc {
    width: 100%;
    border-top: 3px solid #eb5205;
    background-color: #fff;
    z-index: 100;
  }

  .header-pc header {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    padding: 23px 20px;
    border-bottom: none;
    box-sizing: border-box;
  }

  .header-pc header h1 img {
    width: 190px;
  }

  .gold .header-pc header h1 img {
    width: 270px;
  }

  .bg-pc {
    background-color: #FFFEF3;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    min-height: 100vh;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  #wrap {
    margin-top: 0;
  }

  .container-pc {
    position: relative;
    width: min(1400px, 100%);
    margin: auto;
    padding: 0 15px;
    box-sizing: border-box;
  }

  .cv-area {
    top: min(calc(440 / 780 * 100vh), 200px);
    left: calc(50% + 251px);
    text-align: center;
    position: fixed;
    width: clamp(380px, calc(((100% - 30px) - 400px)/2), 440px);
  }

  .cv-area.left {
    left: unset;
    right: calc(50% + 251px);
  }

  .cv-area.left .cv-area__link img {
    width: 82%;
  }

  .cv-area__link{
    box-sizing: border-box;
    background-color: #fff;
    padding: 30px 40px 55px;
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  }

  .cv-area.left .cv-area__link {
    width: 330px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 90px 30px 70px 30px
  }

  .cv-area__ttl {
    transform: translateX(-1.5vw);
  }

  .cv-area__text{
    color: #17CA94;
  }
  .cv-area__text span{
    display: block;
    font-weight: 700;
    font-size: 2.6rem;
    margin-bottom: 20px;
    line-height: 1.3;
  }

  .cv-area__img {
    width: calc(620 / 880 * 100vh);
    margin-top: min(calc(7 / 880 * 100vh), 7px);
    max-width: 620px;
  }

  .cv-area__img:hover {
    opacity: 0.8;
  }

  .cv-button:hover {
    opacity: 0.8;
  }

  .cv-area .dec-grad{
    margin-top: 170px;
    width: clamp(380px, calc(100% - 30px), 560px);
    box-sizing: border-box;
    font-size: min(calc(22 / 880 * 100vh), 22px);
    padding: min(calc(15 / 880 * 100vh), 15px) min(calc(45 / 880 * 100vh), 45px);
    background: url(/function/promotion/202607_ccr/img/icon_arrow_cv.png) no-repeat center right 15px / 25px auto, linear-gradient(90deg, #FF9123 0%, #EB5505 100%);
    box-shadow: 0px 3px 5px rgba(21, 21, 21, .2);
    display: block;
    color:#fff;
    line-height: 1.3;
  }

  .c-frame {
    margin-right: 0px;
    margin-left: 0px;
  }

  .sideNavAnchor__list__item a {
    color: #ccc;
    font-family: "Noto Sans CJK JP";
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.072em;
  }

  .sideNavAnchor__list__item a:hover {
    color: #17CA94;
    text-decoration: none;
  }

  .sideNavAnchor__list__item {
    margin-bottom: 40px;
  }

}

@media (min-width: 375px) {
  .bg-pc {
    background-color: #FFFEF3;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media all and (min-width: 960px) and (max-width: 1200px) {
  .cv-area {
    transform: translateX(calc(600 / 1200 * 100vw));
  }

  .cv-area__link{
    padding: 30px 20px 55px;
  }

  .cv-area .dec-grad{
    margin: min(calc(70 / 880 * 100vh), 70px) 0 0;
  }

  .CvAreaHeight .cv-area__img {
    width: calc(500 / 880 * 100vh);
  }

  .CvAreaHeight .cv-area {
    transform: translateX(0);
  }

  .CvAreaHeight .cv-area.left {
    transform: translateX(0);
  }
}
a.dec-grad span {
  font-weight: bold;
}

.dec-grad {
  border-radius: 50px;
}

a.dec-grad:hover {
  text-decoration: none;
  opacity: 0.8;
}

.img_point-save {
  /*width: 334px;*/
  margin: 20px auto 0;
  margin-bottom: 40px;
}

.banner.is-shown {
  display: block;
}

.banner {
  width: 300px;
  position: fixed;
  top: 25px;
  left: 0;
  z-index: 5;
  filter: drop-shadow(13px 0px 8px rgba(0, 62, 145, 0.6));
  display: none;
}
button {
    all: unset;
    display: inline-block;
    cursor: pointer;
}

@media screen and (min-width: 641px) {
  .banner.js-bottomArea {
    display: none !important;
  }
}

