@charset "utf-8";
/* ------------------------------ godivaclub ------------------------------ */

.godivaclub .wrap{
  max-width: 980px;
  margin: auto;
  padding: 0 1rem;
}

header{
}
.godivaClubMain .godivaClubMainTit{
    position: relative;
    margin-bottom: 30px;
}
.godivaClubMain .godivaClubMainTit .copy {
    /*background: url(../img/godivaclub/hero_txt.png);*/
    /*background: url(../img/godivaclub/hero_text.png);*/
    background: url(../img/godivaclub/hero_text_202111.png);
    background-repeat: no-repeat;
    color: #411e1b;
    position: absolute;
    top: 100px;
    right: 0;
    left: 43%;
    /*padding: 10px 20px 80px;*/
    padding: 10px 20px 40px;
    /*text-align: center;*/
    max-width: 590px;
}

.godivaClubMain .godivaClubMainTit .copy__inner{
  position:static;
  width: auto;
  }

.godivaClubMain .godivaClubMainTit .copy h1.copytile{
    font-size: 30px;
    font-weight: bold;
    /*margin: 40px 0 20px;*/
    margin: 20px 0px 20px 0px;
    text-align:center;
}

.godivaClubMain .godivaClubMainTit .copy p{
    font-size: 16px;
    font-weight: bold;
}
.godivaClubMain .godivaClubMainTit .copy p br{
    display: block;
}
.godivaClubMain .godivaClubMainTit .copy p span{
    font-size: 13px;
    display:block;
    text-align:left;
    /*margin-top: 30px;
    line-height: 0px;*/
    margin-top: 30px;
    line-height: 110%;
}

/*アプリ連携リンクボックス*/
.godivaClubMain .app_link_box{
        background: rgb(238,232,219);
    background: linear-gradient(180deg, rgba(238,232,219,1) 0%, rgba(255,255,255,1) 100%);
    color: #321f10;
    padding: 20px 0px 20px 0px;
    width: 100%;
    margin:0 0 20px 0;
    text-align:center;
}
.godivaClubMain .app_link_box .app_dl_img{
    margin:5px;
    padding:5px;

}
.godivaClubMain .app_link_box .dl_title{
    margin:0 auto;
}
/*アプリ連携リンクボックスEND*/

@media (max-width: 768px) {
.godivaClubMain .godivaClubMainTit .copy p br{
    display: none;
}
}
@media (max-width: 767px) {
.godivaClubMain .godivaClubMainTit .copy h1.copytile{
    font-size: 20px;
    font-weight: bold;
    /*margin: 40px 0 20px;*/
    margin: 10px 0px 10px 0px;
    text-align:center;
}

/*アプリ連携リンクボックス*/
.godivaClubMain .app_link_box{
        background: rgb(238,232,219);
    background: linear-gradient(180deg, rgba(238,232,219,1) 0%, rgba(255,255,255,1) 100%);
    color: #321f10;
    padding: 20px 0px 10px 0px;
    width: 100%;
    margin:0px;
    text-align:center;
}
.godivaClubMain .app_link_box .app_dl_img{
    margin:5px;
    padding:5px;
    width:95%;
}
.godivaClubMain .app_link_box .app_dl_img .dl_img{
    float:left;
    width:50%;
}
.godivaClubMain .app_link_box .dl_title{
    margin:0 auto;
    width:95%;
}
/*アプリ連携リンクボックスEND*/
.godivaClubMain .godivaClubMainTit .copy {
     background-position: center;
     background-size:contain;
    width:95%;
    height: 100%;
    top: 60px;
    left: 0;
    padding: 0 10px;
    margin: auto;
}

.godivaClubMain .godivaClubMainTit .copy__inner{
  position: absolute;
  /*top: 50%;*/
  top: 45%;
  left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
  width: 90%;
  }

.godivaClubMain .godivaClubMainTit .copy h1{
    font-size: 20px;
    margin: 0;
}

.godivaClubMain .godivaClubMainTit .copy p{
    font-size: 14px;
}

.godivaClubMain .godivaClubMainTit .copy p span{
    font-size: 11px;
    margin-top: 10px;
    /*line-height: 0px;*/
    line-height: 110%;
}
}

.godivaClubMain .godivaClubMainBtn{
    display: flex;
    justify-content: center;
    align-items: center;
}

.godivaClubMain .godivaClubMainBtn a{
    display:inline-block;
    /*width: 30%;*//*46*/
    width: 35%;
    text-align: center;
    color: #ffffff;
    background:#5d3627;
    font-size: 16px;
    padding: 14px 0;
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-box-shadow:0px 0px 20px 3px #fae8d2;
    -moz-box-shadow:0px 0px 20px 3px #fae8d2;
    -o-box-shadow:0px 0px 20px 3px #fae8d2;
    box-shadow:0px 0px 20px 3px #fae8d2;
}

.godivaClubMain .godivaClubMainBtn a span{
    font-size: 10px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: 2px;
}
.godivaClubMain .godivaClubMainBtn a:first-child,
.godivaClubMain .godivaClubMainBtn a:nth-child(2){
    margin-right:10px;
}
.godivaClubMain .godivaClubMainBtn a:hover{
    background:#b27c37;
}

/*詳しい手順はこちらボタンの色変更START*/
.lBtn2{
    /*width: 95%;*/
    width: 72%;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color:#ffffff;
    padding:14px 0;
    /*background:#5d3627;*/
    background:#d1981e;
    margin:20px auto 0;
    text-decoration: none;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-box-shadow:0px 0px 20px 3px #fae8d2;
    -moz-box-shadow:0px 0px 20px 3px #fae8d2;
    -o-box-shadow:0px 0px 20px 3px #fae8d2;
    box-shadow:0px 0px 20px 3px #fae8d2;
}
.lBtn2 span{
    font-size: 10px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: 2px;
}
.lBtn2:hover{
    background:#b27c37;
}
.lBtn2sp{
    width: 95%;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color:#ffffff;
    padding:14px 0;
    /*background:#5d3627;*/
    background:#d1981e;
    margin:20px auto 0;
    text-decoration: none;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-box-shadow:0px 0px 20px 3px #fae8d2;
    -moz-box-shadow:0px 0px 20px 3px #fae8d2;
    -o-box-shadow:0px 0px 20px 3px #fae8d2;
    box-shadow:0px 0px 20px 3px #fae8d2;
}
.lBtn2sp span{
    font-size: 10px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: 2px;
}
.lBtn2sp:hover{
    background:#b27c37;
}
/*詳しい手順はこちらボタンの色変更END*/

.sp_hidden{
    display: block;
}
.sp_only{
    display: none;
}

@media (max-width: 768px) {

.godivaClubMain .godivaClubMainBtn a{
    width: 46%;
}
.godivaClubMain .godivaClubMainBtn a:nth-child(2){
    margin-right:0px;
}
.sp_hidden{
    display: none;
}
.sp_only{
    display: block;
}
}


/*Main Nav*/
nav.mainNav{
    padding: 0;
    box-sizing: border-box;
    margin-top: 50px;
}
nav.mainNav ul{
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    flex-wrap: wrap;
    padding-left:0;
    margin:0;
    border-top:1px solid #b27c37;
    border-bottom:1px solid #b27c37;
}

nav.mainNav ul li{
    margin-right: 3%;   
    width: auto;
    text-align: center;  
}

nav.mainNav ul li a{
    color:#b27c37;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    padding:10% 0;
}

@media (max-width: 768px) {
nav.mainNav{
    margin-top: 20px;
}

nav.mainNav ul{
    border-top:none;
    border-bottom:1px solid #b27c37;
}

nav.mainNav ul li{
    margin-left: 1.5%;
    margin-right: 1.5%;
    border-top:1px solid #b27c37;
    width: calc(48% - 1.5%);
    text-align: center;   
}

nav.mainNav ul li a{
    color:#b27c37;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    padding:8% 0;
}
}

.contentsBox{
    width: 94%;
    margin:20px auto;
}

.privilegeArea{
    /*background:url(../img/godivaclub/bg_plate.png) no-repeat top right;*//**/
    position: relative;
    padding: 20px 10px;
    margin:0 auto;
}
.privilegeArea .privilegeAreaBK{
    position:absolute;
    top:0;
    right:0;
    z-index: -1;
    width: 30%;
}
.privilegeArea h2{
    text-align: center;
    font-size: 24px;
    width: 100%;
    height: 67px;
    box-sizing: border-box;
    padding:18px 0;
    position: relative;
    border-top:1px #b27c37 solid;
    border-bottom:1px #b27c37 solid;
    color: #b27c37;
    margin:0 0 40px;
    line-height: 1.2;
}
.privilegeArea h2:before{
    content:url(../img/godivaclub/titL.png);
    position: absolute;
    top:3px;
    left:0px;
}
.privilegeArea h2:after{
    content:url(../img/godivaclub/titR.png);
    position: absolute;
    top:3px;
    right:0px;
}

.campaignArea{
    background-color: rgba(245,236,222,0.5);
}
.campaignArea .campaignBox{
    padding: 3%;
    margin: 0 auto;
}
.campaignArea h3{
    font-weight: bold;
    color:#b27c37;
    margin: 0 0 20px;
    text-align: center;
    line-height: 160%;
}
.campaignArea h3:after{
    content:url(../img/godivaclub/line.gif);
    display: block;
}
.campaignArea h4{
    font-weight: bold;
    color:#5d3627;
    margin:0 0 10px;
}
.campaignArea ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.campaignArea ul li img{
    width: 96%;
}
.campaignArea p{
    color:#5d3627;
    margin-bottom: 1rem;
}
.campaignArea a{
    color:#5d3627;
}
.campaignArea a:hover{
    text-decoration: none;
}
.campaignBnr{
    text-align: center;
}


.privilegeArea .privilegeAreaCap{
    /*text-align: center;*/
    margin-bottom: 40px;
    font-weight: bold;
}
.privilegeArea .privilegeLinkBox ul{
    list-style: none;
    padding-left:0 !important;
}

.privilegeArea .privilegeLinkBox ul li{
    display:inline-block;
    padding:30px 0;
    text-align: center;
    -webkit-box-shadow:0px 0px 20px 3px #fae8d2;
    -moz-box-shadow:0px 0px 20px 3px #fae8d2;
    -o-box-shadow:0px 0px 20px 3px #fae8d2;
    box-shadow:0px 0px 20px 3px #fae8d2;
    width: calc(49% - 20px);
    position: relative;
    margin:0 10px 40px;
}
.privilegeArea .privilegeLinkBox ul li p br{
    display: block;
}

.privilegeArea .privilegeLinkBox ul li a{
    display:inline-block;
    width: 50%;
    text-align: center;
    color: #ffffff;
    background:#5d3627;
    font-size: 16px;
    padding: 10px;
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}


@media (max-width: 768px) {
.privilegeArea .privilegeLinkBox ul li{
    padding:30px 20px;    
    display:block;
    width: 100%;
}
.privilegeArea .privilegeLinkBox ul li p br{
    display: none;
}

.privilegeArea .privilegeLinkBox ul li a{
    width: 70%;
}
}

.privilegeArea .privilegeLinkBox ul li a:hover{
    background:#b27c37;
}
.privilegeArea .privilegeLinkBox ul li a img{
    margin-right: 10px;
    margin-bottom: 0px;
}
.privilegeArea .privilegeLinkBox ul li h3{
    color:#b27c37;
    font-size: 24px;
    margin-bottom: 20px;
}
.privilegeArea .privilegeLinkBox ul li p{
    margin-bottom:30px;
    margin-left:20px;
    color:#5d3627;
    font-size: 16px;
    text-align:left;
}
.registrationArea{
    margin:40px auto 0;
    position: relative;
}
.registrationArea .registrationAreaBK{
    position: absolute;
    top: -124px;
    left: 0;
    width: 14%;
}
@media (max-width: 768px) {
.registrationArea .registrationAreaBK{
    width: 28%;
}
}
.registrationArea h2{
    text-align: center;
    font-size: 24px;
    width: 100%;
    height: 67px;
    box-sizing: border-box;
    padding:18px 0;
    position: relative;
    border-top:1px #b27c37 solid;
    border-bottom:1px #b27c37 solid;
    color: #b27c37;
    margin:0 0 40px;
    line-height: 1.2;
}
.registrationArea h2:before{
    content:url(../img/godivaclub/titL.png);
    position: absolute;
    top:3px;
    left:0px;
}
.registrationArea h2:after{
    content:url(../img/godivaclub/titR.png);
    position: absolute;
    top:3px;
    right:0px;
}
.registrationArea ul{
    padding-left:0;
}
.registrationArea ul li:first-child{
    margin-bottom: 30px;
    border:1px solid #b27c37;
    position: relative;
}
.registrationArea ul li:first-child img{
    position: absolute;
    bottom:-20px;
    left:47%;
}
.registrationArea ul li:last-child{
    border:1px solid #e1caac;
}
.registrationArea ul li{
    display: flex;
}
.registrationArea ul li h3{
    width: 30%;
    text-align: left;
    color: #ffffff;
    margin:0;
    box-sizing: border-box;
}
.registrationArea ul li:first-child h3{
    background:#bf9662 url(../img/godivaclub/1.png) no-repeat 30px;
    padding:20px 10px 10px;
    font-size: 20px;
    font-weight: bold;
}
.registrationArea ul li:last-child h3{
    background:#bf9662 url(../img/godivaclub/2.png) no-repeat 0 47px;
    padding:70px 10px 0;
    font-size: 20px;
    font-weight: bold;
}
.registrationArea ul li p{
    padding:20px 10px ;
    margin:0;
    color:#5d3627;
    font-size: 18px;
    width: 70%;
    box-sizing: border-box;
}

.registrationArea ul li p a{
    color:#b20202;
    text-decoration: none;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.registrationArea ul li p a span{
    font-size: 10px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: 2px;
}
.registrationArea ul li p a:hover{
    color:#b27c37;
}
.btnBox{
    text-align: center;
}
.sBtn{
    width: 45%;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color:#ffffff;
    padding:20px 0;
    background:#5d3627;
    margin:40px auto 0;
    text-decoration: none;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-box-shadow:0px 0px 20px 3px #fae8d2;
    -moz-box-shadow:0px 0px 20px 3px #fae8d2;
    -o-box-shadow:0px 0px 20px 3px #fae8d2;
    box-shadow:0px 0px 20px 3px #fae8d2;
}
.sBtn span{
    font-size: 10px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: 2px;
}
.sBtn:hover{
    background:#b27c37;
}

/*詳細はこちらボタンの色変更START*/
.sBtn2{
    width: 45%;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color:#ffffff;
    padding:20px 0;
    /*background:#5d3627;*/
    background:#d1981e;
    margin:40px auto 0;
    text-decoration: none;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-box-shadow:0px 0px 20px 3px #fae8d2;
    -moz-box-shadow:0px 0px 20px 3px #fae8d2;
    -o-box-shadow:0px 0px 20px 3px #fae8d2;
    box-shadow:0px 0px 20px 3px #fae8d2;
}
.sBtn2 span{
    font-size: 10px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: 2px;
}
.sBtn2:hover{
    background:#b27c37;
}


/*詳細はこちらボタンの色変更END*/
.lBtn{
    width: 95%;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color:#ffffff;
    padding:14px 0;
    background:#5d3627;
    margin:20px auto 0;
    text-decoration: none;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-box-shadow:0px 0px 20px 3px #fae8d2;
    -moz-box-shadow:0px 0px 20px 3px #fae8d2;
    -o-box-shadow:0px 0px 20px 3px #fae8d2;
    box-shadow:0px 0px 20px 3px #fae8d2;
}
.lBtn span{
    font-size: 10px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: 2px;
}
.lBtn:hover{
    background:#b27c37;
}
.fwB{
    font-weight: bold;
}
.conditionsArea{
    margin:40px auto 0;
    text-align: center;
    position: relative;
}
.conditionsArea .conditionsAreaBK{
    position: absolute;
    top:-110px;
    right:0;
    width: 14%;
}

@media (max-width: 768px) {
.sBtn{
    width: 80%;
}
.conditionsArea .conditionsAreaBK{
    position: absolute;
    top:-110px;
    right:0;
    width: 28%;
}
}

.conditionsArea h2{
    text-align: center;
    font-size: 24px;
    width: 100%;
    height: 67px;
    box-sizing: border-box;
    padding:18px 0;
    position: relative;
    border-top:1px #b27c37 solid;
    border-bottom:1px #b27c37 solid;
    color: #b27c37;
    margin:0 0 40px;
    line-height: 1.2;
}
.conditionsArea h2:before{
    content:url(../img/godivaclub/titL.png);
    position: absolute;
    top:3px;
    left:0px;
}
.conditionsArea h2:after{
    content:url(../img/godivaclub/titR.png);
    position: absolute;
    top:3px;
    right:0px;
}
.conditionsArea .conditionsAreaCap{
    margin-bottom: 40px;
    font-weight: bold;
    /*左寄せに変更*/
    text-align:left;
}
.conditionsArea .conditionsAreaCap span{
    color:#b20202;
}
.conditionsArea .conditionsAreaCap small{
    color:#b20202;
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin-top:10px;
}
.conditionsArea .conditionsImg{
    /*width: 94%;*/
}
.limitArea{
    margin:40px auto 0;
    text-align: center;
}

.limitArea h2{
    text-align: center;
    font-size: 24px;
    width: 100%;
    height: 67px;
    box-sizing: border-box;
    padding:18px 0;
    position: relative;
    border-top:1px #b27c37 solid;
    border-bottom:1px #b27c37 solid;
    color: #b27c37;
    margin:0 0 40px;
    line-height: 1.2;
}
.limitArea h2:before{
    content:url(../img/godivaclub/titL.png);
    position: absolute;
    top:3px;
    left:0px;
}
.limitArea h2:after{
    content:url(../img/godivaclub/titR.png);
    position: absolute;
    top:3px;
    right:0px;
}
.limitArea .limitAreaCap{
    margin-bottom: 40px;
    font-weight: bold;
    /*左寄せに変更*/
    text-align:left;
}
.limitArea .limitAreaCap span{
    color:#b20202;
}
.limitArea .limitAreaCap small{
    color:#b20202;
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin-top:10px;
}
.exchangeArea{
    margin:40px auto 0;
}
.exchangeArea p{
    /*font-weight: bold;*/
}
.exchangeArea h2{
    text-align: center;
    font-size: 24px;
    width: 100%;
    height: 67px;
    box-sizing: border-box;
    padding:18px 0;
    position: relative;
    border-top:1px #b27c37 solid;
    border-bottom:1px #b27c37 solid;
    color: #b27c37;
    margin:0 0 40px;
    line-height: 1.2;
}
.exchangeArea h2:before{
    content:url(../img/godivaclub/titL.png);
    position: absolute;
    top:3px;
    left:0px;
}
.exchangeArea h2:after{
    content:url(../img/godivaclub/titR.png);
    position: absolute;
    top:3px;
    right:0px;
}
.exchangeArea .exchangeAreaCap{
    margin-bottom: 40px;
    font-weight: bold;
    /*text-align: center;*/
}
.exchangeArea .limitAreaCap span{
    color:#b20202;
}
.exchangeArea .exchangeAreaCap small{
    color:#b20202;
    font-size: 18px;
    font-weight: bold;
    display: block;
}
.exchangeArea h3{
    border-left:1px solid #b27c37;
    padding:5px 0 5px 10px;
    color:#b27c37;
    margin: 40px 0 20px;
}

.exchangeAreaTxt{
    font-size: 14px;
    margin-bottom: 80px;
    font-weight: bold;
}

.exchangeArea ul{
    padding-left:0;
    list-style: none;
}
.exchangeArea ul.exchangList.exchangList li:last-child{
    border:1px solid #e1caac;
}
.exchangeArea ul.exchangList li:first-child{
    background:url(../img/godivaclub/baloon02.png) no-repeat;
    margin-bottom: 30px;
    border:1px solid #b27c37;
}
.exchangeArea ul.exchangList li{
    display: flex;
}
.exchangeArea ul.exchangList li h3{
    width: 30%;
    text-align: left;
    color: #ffffff;
    margin:0;
    box-sizing: border-box;
}
.exchangeArea ul.exchangList li:last-child h3{
    background:#bf9662 url(../img/godivaclub/2.png) no-repeat 0 30px;
    padding: 30px 10px 10px;
    font-size: 20px;
    font-weight: bold;
    width: 30%;
    box-sizing: border-box;
}
.exchangeArea ul.exchangList li:first-child h3{
    background:#bf9662 url(../img/godivaclub/1.png) no-repeat 30px 30px;
    padding: 30px 10px 10px;
    font-size: 20px;
    font-weight: bold;
}
.exchangeArea ul.exchangList li p{
    padding: 20px 10px;
    margin:0;
    color:#5d3627;
    width: 70%;
    box-sizing: border-box;
    font-size: 18px;
}
.exchangeArea a{
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    color:#333333;
}
.exchangeArea a:hover{
    text-decoration: none;
}
.exchangeArea ul.exchangList li p a{
    color:#b20202;
    text-decoration: none;
}
.exchangeArea ul.exchangList li p a span{
    font-size: 10px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: 2px;
}
.exchangeArea ul.exchangList li p a:hover{
    color:#b27c37;
}
.exchangeArea .itemListArea{
    margin-top: 40px;
}
.exchangeArea .itemListArea li{
    display:inline-block;
    margin:0 10px 40px;
    width: calc(49% - 20px);
    -webkit-box-shadow:0px 0px 20px 3px #fae8d2;
    -moz-box-shadow:0px 0px 20px 3px #fae8d2;
    -o-box-shadow:0px 0px 20px 3px #fae8d2;
    box-shadow:0px 0px 20px 3px #fae8d2;
}

@media (max-width: 666px) {
.exchangeArea .itemListArea li{
    display:block;
    margin:0 0 40px;
    width: 100%;
}
}

.exchangeArea ul li:first-child{
    position: relative;
}
.exchangeArea ul li:first-child img.exchangeAreaArrow {
    position: absolute;
    bottom: -20px;
    left: 47%;
}
.premiumCard{
    text-align: center;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.stage01 h4,
.stage02 h4,
.stage03 h4{
    margin:40px 0 10px;
}
.stage01 table tr th,
.stage02 table tr th,
.stage03 table tr th{
    padding:10px 20px;
    font-weight: bold;
    text-align: left;
}
.stage01 table tr td,
.stage02 table tr td,
.stage03 table tr td{
    padding:10px 3%;
    text-align: left;
    width: 60%;
    font-size: 16px;
}
.stage01 table tr th{
    background:#bf9662;
    color:#ffffff;
    border:1px solid #bf9662;
}
.stage01 table tr td{
    border:1px solid #bf9662;
}
.stage01 table tr td.stageSTit,
.stage02 table tr td.stageSTit,
.stage03 table tr td.stageSTit{
    font-size: 18px;
    padding:0 3%;
    width: 40%;
    font-weight: bold;
}
.stage02 table tr th{
    background:#8d8d8c;
    color:#ffffff;
    border:1px solid #8d8d8c;
}
.stage02 table tr td{
    border:1px solid #8d8d8c;
}
.stage03 table tr th{
    background:#d1981e;
    color:#ffffff;
    border:1px solid #d1981e;
}
.stage03 table tr td{
    border:1px solid #d1981e;
}
.contactBox{
    border:1px solid #e0c8aa;
    padding:10px 30px;
    display: inline-block;  
}
.contactArea{
    text-align: center;
    margin-top:120px;
    width: 94%;
    margin:40px auto 20px;
}
.contactArea h3{
    color:#b27c37;
    font-weight: bold;
    text-align: left;
}
.contactArea p{
    text-align: left;
}
.contactArea a{
    color:#333333;
}
.redTxt{
    color:#b20202;
}

.topTxtArea{
    background-color: rgba(255,255,255,0.7);
    border: 1px solid #cccccc;
    padding: 0 3%;
    margin: 0 auto;
}

.topTxtArea ul{
    list-style: none;
}

.topTxtArea h3{
    font-weight: bold;
    color:#5d3627;
    margin: 0 0 20px;
    text-align: center;
    line-height: 160%;
}

/*------------------ faq 
button accordion_1
----------------------*/
.button {
    padding: 15px;
    width: 100%;
    background-color: #f3ebe1;
    color: #5d3727;
    cursor: pointer; 
    position: relative;
    text-align: left; 
    font-size: 16px;
    border:none;
    outline: none;
    margin-bottom: 1px;
    overflow: hidden;
    position: relative;
}

.button:after {
    content: url(../img/godivaclub/qaArrowQ.gif);
    position: absolute;
    top: 35%;
    right: 13px;
}

.button.active:after {
    content: url(../img/godivaclub/qaArrowA.gif);
}

.button_1:after{
    content:none;
}

.button span{
    width: 4%;
    font-size: 20px;
}

.button p{
    float: left;
    width: 93%;
    margin:0; 
    font-weight: normal;
    font-size: 18px;
}

.accordion_1 li{
    background-color: #ffffff;
    padding:15px;
    margin:-1px 0 10px;
    border: #eadfd2 1px solid;
}
.accordion_1 li span{
    width: 4%;
    float: left;
    font-size: 20px;
}
.accordion_1 li p{
    float: left;
    width: 96%;
    font-size: 16px;
    font-weight: normal;
    margin:0; 
}

.clearfix:after { 
    content:"";
    display:block;
    clear:both;
}

/* exchangeArea accordion */
.acd-check{
    display: none;
}
.acd-label{
    background: #f3ebe1;
    color: #5d3727;
    font-size: 16px;
    display: block;
    margin-bottom: 1px;
    padding: 15px 40px 15px 15px;
    position: relative;
}

.acd-label span{
    width: 4%;
    font-size: 20px;
}
.acd-label:after{
    content: url(../img/godivaclub/qaArrowQ.gif);
    position: absolute;
    top: 35%;
    right: 13px;
}
.acd-content{
    border: 1px solid #f3ebe1;
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}
.acd-check:checked + .acd-label:after{
    content: url(../img/godivaclub/qaArrowA.gif);
}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    padding: 15px;
    visibility: visible;
    margin-bottom: 10px;
}
