@charset "UTF-8";


/*  COMMON  */
.pc{display: block;}
.sp{display: none;}
.alt{
    position: absolute;
    top:-9999px;
    left:-9999px;
}
img {
    image-rendering: -webkit-optimize-contrast;
}
.bold{
    font-weight: bold;
}
.cp,
.premium_card{
    padding:100px 0 0;
    text-align: center;
}
.premium_card{
    padding:100px 0;
}
.mtop1{
    margin-top:1em!important;
}
.mtop2{
    margin-top:2em!important;
}
.notice2 {
    padding-left: 1em;
    text-indent: -1em;
}

/* ---------COMMON PARTS--------- */
.section_title{
    margin:0 auto;
    text-align: center;
    /*padding:60px 0 100px;*/
    padding:60px 0 0;
}
.cont_all{
    max-width: 1000px;
    margin:0 auto;
}
@media screen and (min-width: 46.9375em){
.l-header__fix__inner__nav {
    position: absolute!important;
    width: 400px!important;
    right: 174pxpx!important;
    bottom: 8px!important;
}
}
/* ---------------MAINVISUAL--------------- */
.l-header__fix__inner {
    display: table;
    position: relative;
    width: 100%;
    max-width: 1000px;
    padding-top: 25px;
    margin: 0 auto;
}
@media (max-width: 1020px) and (min-width: 768px) {
.l-header__fix__inner {
    padding: 25px 10px 0;
}
}
.main_visual{
    /*height: 450px;*/
    background: url(/ja/entry_form/lp/B2B_rbz/img/main_visual/main_visual.jpg?202203) 25% center / cover no-repeat #fff;
    /*display: flex;*/
    padding:30px 0;
    
    /*background-position: 20% center;
    background-size: cover;*/
    /*background-size: contain;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0a448e;
    background: linear-gradient(-135deg, #191d40, #0a448e);
    
background: url(/ja/entry_form/lp/B2B_rbz/img/main_visual/main_visual.png) 25% center / cover no-repeat ,linear-gradient(-135deg, #191d40, #09296f);
background-size: auto 100%;
background-position: center center;*/
    
}
.main_visual_content{
    display: flex;
    max-width: 950px;
    margin:0 auto;
    align-items: center;
}
.main_visual_content.d2{
    max-width:none;
    padding-left:20px;
    font-size:15px;
    width: 100%;
    /*text-shadow: 0px 0px 8px #000,0px 0px 8px #000,0px 0px 8px #000,0px 0px 8px #000,0px 0px 8px #000;*/
    background-color: #272B43;
    display: flex;
    justify-content: space-around;
}
.explain_txt{
    max-width: 950px;
    margin:10px auto;
    color:black;
}
.main_visual_content_explain_text{
    max-width: 950px;
    color:white;
    padding: 28px 0;
}
.main_visual img {
    max-width: none;
    width: 100%;
    display:block;
    margin: 0 auto; 
}
.main_visual_content.d2 .title{
    font-weight: bold;
}


body > div.l-wrapper > div.main_visual.l-main > div > div.card_area > h1 > picture > img{
    max-width: 405px;
    /*max-width: 360px;*/
    /*max-width: 480px;*/
}

@media screen and (max-width: 46.875em){
body > div.l-wrapper > div.main_visual.l-main > div > div.card_area > h1 > picture > img{
    max-width: 360px;
    margin: 0 auto;
}
.main_visual_content.d2 {
    padding-left: 0;
}
}

.card_area{
    /*margin-left:80px;*/
    /*margin-left: 340px;*/
    /*margin:0 auto;*/
    margin: 0 auto;
}
.campaign_area{
    background: rgba(255,255,255,0.8);
    padding: 35px 38px;
    /*margin-left:10px;
    margin-top: 30px;*/
}
@media (max-width: 1020px) and (min-width: 768px) {
.campaign_area{
    margin-right: 30px;
    width: 50%;
}
}




.application_button {
    text-align: center;
    margin: 10px auto 0;
    max-width: 320px;
}
.cp .application_button {
    max-width: 400px;
}
.applying_criteria a{
    text-decoration: underline;
    font-size: 14px;
    cursor: pointer;
}
.applying_criteria{
    margin-top: 10px;
}
.applying_criteria.anchor a{
    /*color:white;*/
}

body > div.l-wrapper > div.main_visual.l-main > div > div.campaign_area > div.application_button > a > picture > img{
    max-width: 320px;
}


/* ---------------THREEPOINTS--------------- */
.new_card_contents{
    background-color: #F7F7F7;
    padding: 40px 0 125px;
}
@media (max-width: 1020px) and (min-width: 768px) {
.new_card_contents{
    padding: 40px 20px 125px;
}

}

.new_cards,
.three_points{
    background-color: white;
    max-width: 1000px;
    margin:0 auto;
    display: flex;
    box-shadow: 0 0 16px #ccc;
}
.new_cards{
    display: block;
}
.cards_contents{
    padding:0 50px;
}
.cards{
    display: flex;
    padding:50px 0;
    border-top:dotted 1px #63727B;
}
.cards_contents:first-child .cards{
    border-top:none;
}


.cards_contents .txt{
    flex: 1.05;
}
.cards_contents .pic{
    flex: 0.95;
}


.cards_contents .pic{
    margin-left:46px;
}
.cards_contents:nth-child(2n) .txt{
    order: 2;
    margin-left:46px;
}
.cards_contents:nth-child(2n) .pic{
    order: 1;
    margin-left:0;
}
.three_points_content{
    flex: 1;
    text-align: center;
    padding: 40px 27px 33px;
}
.three_points_content:nth-child(2){
    border-left:solid 1px #EAEAEA;
    border-right:solid 1px #EAEAEA;
}
.three_points_content .title{
    min-height: 5em;
    font-weight: bold;
    font-size:19.5px;
    text-align: left;
}
.three_points_content .icon{
   margin-bottom:36px;
}
.three_points_content .text{
   text-align: left;
   font-size:14px;
}
/* ---------------NEWCARD--------------- */
h2.new_card_title{
    margin:70px auto 40px;
    text-align: center;
}

h2.new_card_title{
    margin:50px auto 40px;
}
.anc2{
   display: block;
   margin-top:-40px;
   padding-top:40px;
}

.new_cards_contents{
    
}
.new_cards .title{
    font-size:20px;
    font-weight: bold;
    margin-bottom:1.1em;
}
.new_cards .sub_title{
    font-size:14px;
    font-weight: bold;
    color:#A38C28;
    margin-bottom:0.4em;
}
.new_cards .text{
    font-size:14px;
    line-height: 20px;
}
.pic_b{
    margin:1em 0 0 0;
}

/* ---------------PRIVILEGE--------------- */

.diners_privilege .section_title{
    margin:0 auto 22px;
}
.privilege_content .title{
    display: flex;
    position: relative;
    margin-left: -20px;
}
.privilege_content .new{
    width:68px;
    height:68px;
    position:absolute;
    top:-35px;
    right:-30px;
    display: none;
}
.privilege_content.new .new{
    display: block;
}
.privilege_content .titletxt{
    margin-left: 87px;
    font-weight: bold;
    font-size:20px;
    /*border-bottom: dotted 1px #000;*/
    margin-top:-10px;
}
.udotline{
    /*border-bottom: dotted 1px #000;*/
    

  background-image : linear-gradient(to right, #000, #000 3px, transparent 3px, transparent 6px);  /* 幅2の線を作る */
  background-size: 6px 1px;          /* グラデーションの幅・高さを指定 */
  background-position: left bottom;  /* 背景の開始位置を指定 */
  background-repeat: repeat-x;       /* 横向きにのみ繰り返す */

    
}

.p4 .titletxt{
    font-size:19px;
}

.privilege_content .content{
    display: flex;
}
.privilege_content .content .content_left{
    margin-top:44px;
    margin-right:45.4px;
}
.title_new{
    font-weight: bold;
    color:#9F2020;
    margin-top:1em;
}
.cards_contents .notice,
.privilege_content .notice{
    margin-left:1em;
    text-indent: -1em;
    font-size:12px;
}



.privilege_content .text {
    margin-top: 3em;
    font-size: 14px;
}

.privilege_content .title .num{
    position: absolute;
    top:-60px;
}

.diners_privilege{
    padding-bottom:100px;
}

.diners_privilege{
    background-color: #fff;
}
.privilege_contents{
    display: flex;
    flex-wrap: wrap;
}
@media (max-width: 1020px) and (min-width: 768px) {
.privilege_contents {
    margin: 0 20px;
}
}

.privilege_content{
    width:calc(50% - 15px);
    width:-webkit-calc(50% - 15px);
    border:10px solid #EAEBEE;
    margin:15px 0;
    background-color: #F7F7F7;
    padding:40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
}
.privilege_content .photo{
    margin-top:auto;
}
.privilege_content .photo img{
    margin-top:1em;
}


.privilege_content.p1{
    width:100%;
}
.privilege_content.p3,
.privilege_content.p5{
    margin-left:30px;
}

body > section.main_visual > div > div.card_area > h1 > picture > img{
   /* width: 80%;*/
}


@media screen and (max-width: 46.875em) {

.anc{
   display: block;
   margin-top:-70px;
   padding-top:70px;
}

h2.new_card_title{
    margin:-50px auto 40px;
}
.anc2{
   display: block;
   margin-top:-120px;
   padding-top:120px;
}

.l-header {
    min-height: 60px;
    position: fixed;
    z-index: 999;
}
.main_visual {
    background-position: left 10% bottom 0%;
}
.main_visual_content {
    display: block;
    text-align: center;
}
.campaign_area,
.card_area {
    margin-left: 0;
    /*padding-top:70px;*/
}
.campaign_area {
    margin: 10px 18px;
}

.main_visual {
    /*height: 510px;*/
    margin-top: 75px;
}
.application_button {
    margin: 9.5px auto 0;
    max-width: 240px;
}
.cp .application_button {
    max-width: 300px;
}
.js-modalOpen:hover{
   cursor: pointer;
}

.new_cards, .three_points {
    display: block;
}
.three_points_content {
    padding: 30px;
}
.three_points_content:nth-child(2) {
    border: none;
}
.three_points_content:nth-child(2),
.three_points_content{
    border-top: solid 1px #EAEAEA;
}
.three_points_content:first-child{
    border-top: none;
}
/* ---------------NEWCARD--------------- */

.new_cards, .three_points {
    margin: 0 10px;
}
.cards_contents {
    padding: 0 15px;
}
.cards {
    display: block;
    padding: 30px 0;
}
.cards_contents:nth-child(2n) .txt {
    order: 2;
    margin-left: 0;
}

.cards_contents .pic {
    margin-left: 0;
    text-align: center;
    margin-top: 30px;
}
.pic_b img,
.cards_contents .pic img {
    width:100%;
}
body > div.new_card_contents > div.new_cards > div:nth-child(1) > div > div.pic > picture > img{
    width:70%;
}


.new_card_contents {
    padding: 40px 0 70px;
}
h2.new_card_title img{
    max-width: 314px;
}

/* ---------------PRIVILEGE--------------- */
.privilege_contents,
.privilege_content .content{
    display: block;
    font-size:14px;
    /*padding-bottom: 70px;*/
}

.privilege_content.p3,
.privilege_content.p5,
.privilege_content.p1,
.privilege_content{
    width:calc(100% - 20px);
    width:-webkit-calc(100% - 20px);
    margin:40px auto;
}
.privilege_content{
    padding: 10px 10px 30px 10px;
}

.privilege_content .new {
    width: 53px;
    height: 53px;
    position: absolute;
    top: -30px;
    right: -16px;
    display: none;
}
.privilege_content .title .num {
    position: absolute;
    top: -30px;
    left: 20px;
    width: 50px;
    height: 69px;
}
.privilege_content .title .num img{
    width:100%;
}
.privilege_content .titletxt {
    line-height: 30px;
    margin-top: 23px;
}
.privilege_content .content .content_left{
    margin-top:34px;
    margin-right:0;
}
.privilege_content .text {
    margin-top: 24px;
}
.content_right img {
    margin-top: 1.5em;
}
.diners_privilege {
    padding-bottom: 30px;
}
.section_title {
    padding: 21px 0 0;
}

#anchor13 > picture > img,
body > div.l-wrapper > section.premium_card > h3 > picture > img,
.card_title img {
    width: 96%;
}


}


@media all and (-ms-high-contrast:none){
    .campaign_area {
        margin: 20px 18px 18px;
    }

    /*.campaign_area, .card_area {
        margin-left: 0px;
        margin-right: 0px;
        display: block;
        margin-top: 10px;
    }*/
}









/* ---------SERVICE--------- */
.diners_service{
    background-color: #F0F3F8;
}
@media (max-width: 1020px) and (min-width: 768px) {
.diners_service{
    background-color: #F0F3F8;
}
}

/* -------------SERVICE CONTENTS---------- */
#sevice_contents{
    padding:36px 0 100px;
}
#sevice_contents .lq{
    background-color: #C5DBF2;
    display: flex;
    height: 90px;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    margin-top: 8px;
}
#sevice_contents .la{
    background-color: #fff;
}

#sevice_contents .la,
#sevice_contents .btnareaOn{
    display:none;
}

.btnareaOn .btnClose img,
.btnareaOff .btnOpen img{
    max-width: 64px;
}
.btn_container{
    cursor: pointer;
    cursor: hand;
}

#sevice_contents .title_txt{
    /*margin-left:263px;*/
    font-size:16px;
    font-weight: bold;
    margin-left:20px;
}
#sevice_contents .btn_area{
    margin-left:auto;
    margin-right:12px;
}
#sevice_contents .title_img img{
    height: 100%;
    max-height: 90px;
}

.service_content{
    display: flex;
    padding:40px 0;
    margin:0 50px;
    border-top:dotted 1px #63727B;
}
.service_content:first-child{
    border-top:none;
}

.service_content .title,
.service_content .subtitle{
    font-weight: bold;
    font-size: 18px;
}
.service_content .subtitle{
    color:#B59C33;
    font-size: 16px;
}
.service_content .text{
    margin-top:15px;
}
.service_content .text a{
    text-decoration: underline;
}
.service_content .text a:hover{
    text-decoration: none;
}
.service_content .notice{
    margin-left:1em;
    text-indent: -1em;
    font-size:12px;
    margin-top:1em;
}
.service_content.two .txt_area{
    order: 2;
}
.service_content.two .photo{
    order: 1;
}
.service_content .photo,
.service_content .photo picture img{
    width:375px;
}
.service_content .txt_area{
    width:calc(100% - 375px);
    width:-webkit-calc(100% - 375px);
    padding:0 50px 0 0;
}
.service_content.two .txt_area{
    padding: 0 0 0 50px;
}
.end_notice{
    text-align: right;
    font-size:12px;
    margin-top:1em;
}


/*  ---------------APPLE PAY---------------  */
.apple_pay{
    max-width:1000px;
    width:100%;
    margin:60px auto;
    text-align: center;
}

/* ---------------CAMPAIGN--------------- */
.cp{
    background-color: #555555;
}
.card_title{
    max-width: 978px;
    background-color: #DDDDDD;
    padding: 40px 0 32px;
    margin: 14px auto 10px;
    outline : 1px solid #cdcdcd;
    outline-offset : 9px;
    width: 96%;
}
.card_title img{
    max-width: 618px;
}
.cp .link_btn{
    margin-top:17px;
}
.cp .applying_criteria{
    margin-top:15px;
}
.cp .applying_criteria a{
    text-decoration: underline;
    cursor: pointer;
}
.cp .applying_criteria{
    cursor: pointer;
}
.table_area{
    max-width: 1000px;
    margin:60px auto;
}
.disclaimer_text .table_area {
    max-width: 1000px;
    margin: 10px auto;
}
.table_area table{
    background-color: #fff;
}
table, td, th {
	border: 2px solid #000;
	border-collapse: collapse;
	width:100%;
}
table{
    /*border-top-style:none;*/
    border-top: 2px solid #555555;
    border-left-style:none;
    background: #d9d9d9;
}
.disclaimer_text table td,
.disclaimer_text table th,
.disclaimer_text table{
    border: 1px solid #000;
    
}
.disclaimer_text table th,
.disclaimer_text table td:nth-of-type(3n),
.disclaimer_text table td:nth-of-type(3n-2){
    text-align: center;
}


.disclaimer_text table{
    width:auto;
}

.management_number{
    max-width: 1000px;
    text-align: right;
    margin-top:0.5em;
    color: white;
    padding: 0 20px;
}
.disclaimer_area{
    background-color: white;
    padding-top: 70px;
}

@media screen and (max-width: 46.875em) {
.disclaimer_area {
    padding-top: 40px;
}
}
.disclaimer_area .title{
    text-align: center;
    margin:1em 0;
    font-weight: bold;
}
.disclaimer_area .title.t2 {
    text-align: left;
}
.disclaimer_text{
    max-width: 1000px;
    text-align: left;
    margin:20px auto;
    /*padding:70px 0 100px;*/
    padding:0 20px 70px;
}

@media (max-width: 1020px) and (min-width: 768px) {
table{
    width: calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    margin:0 auto;
}
}

td, th {
	padding: 4px;
	width: 30px;
	height: 25px;
    font-size:12px;
}
th {
	background: #d9d9d9;
    font-weight: bold;
}
.disclaimer_text th {
	background: #b4c9ef;
}


.disclaimer_text td,.disclaimer_text  th {
	width: auto;
}


.ttitle{
    /*white-space:nowrap;*/
    color: #fff;
}
.ttitle.t1{
   background-color: #204B72;
}


.ttitle.t2{
   background-color: #416B84;
}
.notuse.no {
    border-right-style: none;
}
.notuse td,
.notuse th,
.notuse{
background-color: #555555;
    /* border: none; */
    border-collapse: collapse;
    border-top-style: none;
    /* border-left-style: none; */
    border-color: #555;
    border-bottom-color: #000;
    border-right-color: #000;
}
.tr1,.tr2{
    width:17%;
}
.tr3,.tr4{
    width:33%;
}
.lgray{
    background-color: #F2F2F2;
}


/* ----------BUSINESS PUREMIUM CARD---------- */
.premium_card{
    background-color: #000;
}
.premium_card .link_btn{
    margin-top:-20px;
}
@media (max-width: 1020px) and (min-width: 768px) {
body > div.l-wrapper > div.premium_card > h3{
    margin:0 20px;
}
}





















@media screen and (max-width: 46.875em) {

/*  ---------------COMMON---------------  */
.pc{display: none;}
.sp{display: block;}
.cp{
    padding: 70px 0 20px;
}
.premium_card{
    padding:70px 0;
}
.c-pagetop {
    max-width: 59px;
}


body > div.l-wrapper > section.main_visual.l-main > div > div.card_area > h1 > picture > img{
    width: 150%;
}
body > div.l-wrapper > header > div > div > div.l-header__fix__inner__link > a.u-ml-sp-10 > picture > img{
    max-width: 100px;
}

body > div.l-wrapper > div.main_visual.l-main > div > div.campaign_area img{
    max-width:320px;
}


/* ----------SERVICE CONTENTS---------- */

.title_img{
    order: 1;
    width:50%;
    /*max-height: 90%;*/
    padding: 0 0 0 20px;
    background-color: #154067;
    margin:0;
    height: 56px;
}

#sevice_contents .title_img img{
    height: 100%;
    max-height: 34px;
}
#lq3 > div.title_img > picture > img{
    max-height: 46px;
}
.title_txt{
    order: 3;
    width:100%;
    margin:0;
}
#sevice_contents .btn_area{
    order: 2;
    width:50%;
    background-color: #154067;
    margin:0;
    height: 56px;
}
.btnareaOn .btnClose img,
.btnareaOff .btnOpen img{
    max-width: 40px;
}
#sevice_contents .lq{
    flex-wrap: wrap;
}

#sevice_contents .lq {
    height: auto;
}
#sevice_contents .title_txt {
    margin: 18px;
}


.title_img,
.btn_area{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.btn_container{
    margin-left:auto;
    margin-right: 8px;
}
.service_content{
    display: block;
    padding:24px 0;
    margin:0 20px;
}
.service_content .txt_area{
    width:100%;
}
.service_content .photo, .service_content .photo picture img {
    margin-top:12px;
    width: 100%;
}
.service_content .text{
    font-size:14px;
}
.service_content.two .txt_area,
.service_content .txt_area{
    padding: 0;
}
#sevice_contents {
    margin: 0 10px;
    padding: 36px 0 44px;
}



/* ---------------CAMPAIGN--------------- */
.cp{
    background-color: #555555;
}
.card_title{
    width:calc(100% - 40px);
    width:-webkit-calc(100% - 40px);
    margin-top: 20px;
}
.campaign_area {
    padding: 20px;
}
.main_visual_content_explain_text {
    width: 90%;
    font-size: 12px;
    text-align: left;
}


.cp .applying_criteria a {
    font-size: 14px;
}
.applying_criteria{
    margin-top: 10px;
}

.tr1,.tr2{
    width:20%;
}
.tr3,.tr4{
    width:60%;
}

.table_area table{
    margin:0 10px;
    width:calc(100% - 20px);
    width:-webkit-calc(100% - 20px);
}
.table_area .sp2{
    margin-top:27px;
}

.management_number{
    max-width: 100%;
    margin: 10px;
    font-size: 14px;
}
.disclaimer_area {
    padding-top: 70px;
}
.disclaimer_text {
    margin: 20px 10px;
    padding-bottom: 50px;
    font-size: 14px;
}

.end_notice{
    text-align: left;
    margin: 30px 20px 0;
}




/*  ---------------APPLE PAY---------------  */
.apple_pay{
    margin: 0 auto 18px;
}



}

/*  ---------------premium_card---------------  */
.dpc_area {
    background-color: black;
    font-family: Meiryo, メイリオ, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Arial, sans-serif;
    line-height: 1.6;
}
.premium_card {
    color: white;
    font-size: 18px;
    text-align: center;
    display: flex;
    max-width: 900px;
    margin: 0 auto;
    align-items: center;
    padding: 40px 20px 80px;
    justify-content: space-around;
    flex-basis: auto;
}
.premium_card div{
flex-grow: 1;
}
.link_btn img {
    max-width: 230px;
}
.premium_card_msg img, .card_face_content img {
    width: 100%;
}



@media screen and (max-width: 767px){
.premium_card {
    flex-direction: column;
    margin: 0;
    padding: 0 0 40px;
}
.card_face_content {
    order: 2;
    flex: 1 auto;
}
.premium_card_msg {
    order: 1;
    margin: 40px 20px 0;
    width: calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    flex: 1 auto;
}

}

/*  ---------------pre_footer---------------  */

.pre_footer {
    padding: 2em;
    background-color: #282828;
    color: white;
    justify-content: center;
    /* display: flex; */
    font-size: 18px;
    text-align: left;
    font-family: Meiryo, メイリオ, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Arial, sans-serif;
    line-height: 1.6;
}
.pre_footer div {
    max-width: 900px;
    margin: 0 auto;
}
.pre_footer a {
    color: white;
}
@media screen and (max-width: 767px){
.pre_footer {
    font-size: 16px;
}
}

/* 20230517 */

#fancybox-content {
    border: 0;
}
.p-bg--white {
    background-color: #fff;
}
.disclaimer_text {
    padding: 0 20px 20px;
}
#fancybox-content:has(>.logo){
    border: 100;
}
#fancybox-overlay{
    z-index: 11200;
}
#fancybox-wrap{
    z-index: 11201;
}
.disclaimer_area {
    padding-top: 0;
}
.campaign_area {
    border: 2px solid #0a448e;
    padding:0;
    max-width: 30em;
    padding-bottom: 1em;
    text-align: center;
}
.text_title{
    background-color: #0a448e;
    color:white;
    text-align: center;
    padding:1em;
    font-size:16px;
    font-weight: bold;
}
.notice3{
    font-size:11px;
}
.camp_title{
    padding: 1em 1em 0;
    text-align: left;
    display: inline-block;
}
.camp_title .red{
    color:#9f2020;
    font-weight: bold;
    font-size:3.3rem;
}
.camp_title2{
    padding: 0.2em 1em 0.5em;
}
.camp_title2 .notice2,
.camp_title .notice2{
    font-size:1.1rem;
}
.camp_title .black{
    font-weight: bold;
    font-size:2rem;
}
.application_button {
    text-align: center;
    margin: 0 auto;
    max-width: 320px;
}
.link_area{
    display: flex;
    justify-content:center;
}
.campaign_area .applying_criteria {
    margin-right: 0.5em;
    margin-left: 0.5em;
}


body > div.l-wrapper > div.main_visual.l-main > div > div.campaign_area > div.application_button > a > picture > img {
    max-width: 260px;
}

/* 上書きして消しておく、今後戻す場合はこれを消す */
.card_title {
    background-color: transparent;
    padding:0;
    outline: none;
    outline-offset: none;
}
.card_title .campaign_area{
    margin:0 auto;
    max-width: none;
    display: inline-block;
}
.p-pop .end_notice{
    font-size:initial;
}



@media screen and (min-width: 46.876em) {

.card_title .text_title {
    font-size: 20px;
}
.card_title .notice3 {
    font-size: 15px;
} 
.card_title .camp_title .notice2 {
    font-size: 1.3rem;
}

} 

@media screen and (max-width: 46.875em) {
.disclaimer_text {
    padding: 0;
}
.kikan{
    min-width: 5em;
}
.month{
    min-width: 3em;
}
.campaign_area {
   max-width:none;
}
.text_title {
    font-size: 15px;
}
.camp_title .red {
    font-size: 2.8rem;
}
#table_sp{
    padding-top:85px;
    margin-top: -85px;
}
body > div.l-wrapper > div.cp > div.card_title > div > div.application_button > a > picture > img{
    max-width: 260px;
}



}


.privilege_content .titletxt {
    font-size: 19px;
}
.bold{
    font-weight: bold;
}





/*  applepay 20241210 */

#applepay{
    display: flex;
    padding: 100px 0 65px;
    justify-content: space-between;
}
#applepay > div.pic_l > div{
   /* max-width: 50%;*/
}
.pic_l{
    max-width: 50%;
}
.pic_r{
    max-width: 378px;
}
.pic_l .text{
    margin:30px 0;
    font-size:12px;
    line-height: 22px;
    text-align: left;
}
.pic_l .text a{
    color:#000;
}

.tline{
    border-left: solid 1px #ccc;
}










@media screen and (max-width: 1024px) and (min-width: 768px){

#applepay{
    margin:0 15px;
}
.diners_service {
    padding:0 15px;
}
.point_combined .subtitle {
    font-size: 18px;
}
.ismg_area .pic {
    width: 100%;
}

}

/* footer */

@media screen and (min-width: 1025px) {
    footer div {
        width: auto;
    }
}



@media screen and (min-width: 1025px) {
    header div.l-header__fix__inner__link__txt {
        width: auto;
        margin: 0 auto;
    }
}



/* fix */

.l-header__fix {
    background: #fff;
}
.l-footer {
    background: #5C5D5F;
    padding: 20px 10px;
}
.l-footer__inner__sns {
    margin: 0 auto;
}
.p-txt--footerSizeA {
    font-size: 1.2rem;
}
.c-pagetop--type02 {
    bottom: 10px !important;
}
footer div p {
    padding-left: 0;
    text-indent: 0;
}
.l-footer__inner__sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    
    padding: 20px 0;
}

.l-footer__inner__sns__item:first-child {
    margin-left: 0;
}
.table_area .notuse td, .table_area .notuse th, .table_area .notuse {
    background-color: #555555;
    border-collapse: collapse;
    border-top-style: solid;
    /* border-top-style: none; */
    border-color: #555555;
    border-bottom-color: #000;
    border-right-color: #000;
}







@media screen and (min-width: 1025px) {
    header div {
        width: auto;
        margin: 0;
    }
}
@media screen and (min-width: 1025px) {
    header {
        position: relative;
    }
}
.p-txt--headerSizeA {
    font-size: 1.4rem;
}
.l-header__fix {
    padding-top: 0;
}
.l-header__fix__inner__link__txt {
    line-height: inherit;
}


@media screen and (max-width: 46.875em) {

/*  applepay  */

#applepay{
    display: block;
    padding: 60px 0;
    text-align: center;
}
.pic_r{
    margin-top: 70px;
}
.pic_l .text{
    margin:30px;
    text-align: left;
}
.pic_l{
    max-width: none;
}




/* header */

.l-header__fix__inner {
    padding: 10px 10px 10px 5px;
}
.l-header__fix {
        padding: 0;
}
header div {
    padding: 0;
}
.l-header__fix__inner {
    padding-top: 25px;
}
.camp_title {
    padding: 0.5em 0.5em 0;
}
.camp_title2 {
    padding: 0.2em 0.5em 0.5em;
}


.ismg_area .point.icon img {
    margin-top: 0;
}




}