@charset "UTF-8";

body {
  color: #504f4f;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  /*font-family: 'M PLUS Rounded 1c', 'Noto Sans JP', sans-serif;*/
  min-width: 1100px;
}

.pcOnly{}
.spOnly{display:none;}
.disnon{display:none;}
.LISTdisnone{display:none;}

a.link_icon {text-decoration: underline;}
a.link_icon span {vertical-align: baseline;padding: 0 0 0 4px;}
a.link_icon span img{width:1.1em;vertical-align: text-top;padding:0 0 0.5%}

span.icon_number img{width:1em !important;vertical-align:text-top;padding:0 0 0;}

article {
  background: #ffffff;
  padding:0 0;
  margin:0 0;
}
section {
  background: #F3F3EE;
  padding: 0px 0 30px;/**/
}

figure{
  padding:0 ;
  margin:0;
}

h1,h2 {
  margin: 0;
}


/*-----------------------------------------------
アコーディオンの開閉計測用aタグの区別のためのclass
.ebis_button_trigger{}
-----------------------------------------------*/

/*----------------------------------*/
a img{/*cursor: auto;*/}

a:hover{
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  opacity: 0.7;
}


/*------------------------------
Base
--------------------------------*/
img {
  max-width: 100%;
  vertical-align: top;
}
.wrap {
  margin: auto;
  max-width: 750px;
}
.inner {
  padding: 0 100px;
}


/*------------------------------
header
--------------------------------*/
.header_logo {
  font-size: inherit;
  margin: 0;
  padding: 20px 0;
}


/*------------------------------
Summary
--------------------------------*/
.summary {
  margin-bottom: 90px;
  padding: 0;
}
.summary_inner {
  padding-top: 35px;
  margin-bottom: 50px;
}
.summary_text01 {
  font-size: 20px;
  margin-bottom: 60px;
}
.summary_text02 {
  font-size: 14px;
  margin-top: 20px;
}


/*------------------------------
How
--------------------------------*/
.how_inner {
  background: #FDFAD0;
  padding-top: 63px;
  padding-bottom: 47px;
}

.how_img_01 {
  margin-left: -44px;
  max-width: 944px;
  width: 944px;
}
.introcp_referee {
  margin: auto;
  max-width: 895px;
}


/*------------------------------
introcp_referee: ここがおすすめ！dカードGOLD
--------------------------------*/
.recommend_inner {
  padding: 40px 0 0;
}
.recommend_text01 {
  text-align: center;
  margin-bottom: 52px;
}
.recommend_box {
  margin-bottom: 50px;
}
.recommend_box_title {
  margin: 0;
}
.recommend_box_cont {
  border: 2px solid #CC0033;
  border-radius: 0 0 20px 20px;
  border-top: none;
  padding: 50px 71px 60px;
}
.recommend_box_text01 {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 10px 0 20px;
}
.recommend_box_text02 {
  font-size: 14px;
}
.recommend_box_02_text01 {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 15px;
}
.recommend_box_02_text02 {
  font-size: 14px;
  margin: 30px 0 0;
}


/*------------------------------
introcp_thks: URL発行
--------------------------------*/
.issue {
  background: #FFF;
  /*border: 3px solid #eb2b6d;*/
  border-radius: 0 0 30px 30px;
}
.issue_box {
  background: #FFF;
  border-radius: 0px;
  margin: 50px auto 65px;
  padding: 0;
  width:750px;
  box-sizing: border-box;
}
.issue_title {
  color: #000;
  font-size: 28px;
  font-weight: bold;
  padding: 5px 0 10px;
  text-align: center;
}
.issue_text_box {
  background: #FFF;
  border: 2px solid #eb2b6d;
  margin: 0 auto 35px;
  padding: 26px 40px;
  position: relative;
}
.issue_text_box p{
  color: #000;
  font-size: 18px;
  line-height: 34px;
}
#copyTarget {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
}

.issue_cv_area {
  margin: 0 auto 50px;
}
.issue_cv_area p{
color: #000;
text-align: center;
margin-top: 20px;
font-size: 22px;
}
.issue_cv_area p span{
font-weight: bold;
}
.issue_share_area {
  margin: 0 -40px;
}
.issue_btn_area {
  background: #FFF;
  border-radius: 0 0 30px 30px;
  display: flex;
  justify-content: center;
  padding: 30px 0;
}

.issue_btn_link {
  display: inline-block;
  margin: 0 7px;
  width: 120px;
}
.issue_btn_link img {
  width: 100%;
}


/*------------------------------
introcp_thks: お客さまのあんしんのためにdカードのあんぜんへの取り組み
--------------------------------*/
.safe_box {
  background: #fff;
  border: 3px solid #F00E0E;
  margin: 50px auto 0;
  max-width: 895px;
}
.safe_title {
  background: #FFF989;
  border-bottom: 3px solid #F00E0E;
  color: #F00E0E;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: -0.05em;
  padding: 39px 0;
  text-align: center;
}
.safe_cont_box {
  margin: 50px 65px;
  width: 760px;
  padding: 0 auto;
}
.safe_cont_title {
  background: #F00E0E;
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  width:700px;
  margin: 0 auto;
  text-align: center;
}
.safe_inner {
  padding: 50px 55px;
  text-align:center;
}
.safe_inner img{
  zoom: 0.5;
}
.safe_txt01 {
  font-size:18px;
  font-weight: 700;
  text-align:left;
  margin:0 65px 30px;
}
.safe_txt02  {
  color:#F00E0E;
}


/*------------------------------
キャンペーン注意事項はこちら
--------------------------------*/
.link_to_campaign {
  margin: 30px 0 0;
  overflow: hidden;
}
.link_to_campaign_item {
  border: 2px solid currentColor;
  color: #F00E0E;
  display: inline-block;
  float: right;
  line-height: 24px;
  padding: 10px 18px;
  text-decoration: none;
}
.link_to_campaign_icon {
  margin: 0 0 0 10px;
}


/*------------------------------
CV
--------------------------------*/
.cv_area {
  text-align: center;
}
.cv_area_item {
  background: #fff;
  display: block;
  margin: auto;
  max-width: 750px;
}
.cv_area_link {
  width: 100%;
  display: block;
}
.cv_area_link img {
  width: 100%;
}
.summary .cv_area {
}
.how .cv_area {
  background: #FFC860;
  padding: 50px 0;
}


/*------------------------------
Note
--------------------------------*/
.note {
  background: #F3F3EE;
}
.note_box {
  background: #fff;
  border: 5px solid #E5DFD6;
  border-radius: 5px;
  max-width: 750px;
  margin: auto;
  margin-top: 30px;
}
.note img {
  margin: auto;
  max-width: 750px;
  display: block;
}
.note_title {
  border-bottom: 3px solid #00a59f;
  color: #00a59f;
  font-size: 30px;
  padding: 39px 0;
  text-align: center;
}
.note_inner {
  padding: 50px 55px;
  line-height: 1.7;
}
.note_inner img{
  padding-bottom: 30px;
}
.note_item {
  font-size: 14px;
  margin-bottom: 30px;
}
.note_item:last-child {
  margin-bottom: 0;
}


/*------------------------------
footer
--------------------------------*/
footer {
  background: #DBD7CE;
}
#copywright {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  padding: 20px 0;
  text-align: center;
}

.footCopy {
  background: #DBD7CE;
  margin-top: 50px;
  font-size: 14px;
  line-height: 20px;
  padding: 20px 0;
  text-align: center;
}


/*------------------------------
★今回のオリジナル
--------------------------------*/
.header-inner {
  display: flex;
  align-items: center;
  gap: 16px;
  line-height: 1;
}
.header {
  background-color: #333333;
  padding: 15px 30px;
}
.header-inner img {
  vertical-align: baseline;
}
.header-inner-img.d-shop {
  width: 98px;
}
.header-inner-img.furusato {
  width: 71px;
}

.secondary_note {
  background-color: #F3F3EE;
  color: #97712F;
}

.txt-ind {
  margin: 0 0 8px;
  padding-left: 1.1rem;
  text-indent: -1.1rem;
  line-height: 1.35;
}

.txt-ind a {
  color: #4D3A18;
  text-decoration: underline;
}
.txt-ind a:hover {
  opacity: 0.7;
  text-decoration: none;
}

#wrapper section img {
  vertical-align:bottom;
}
#wrapper {
  background-color: #F3F3EE;
}
.about {
  background-color: #ECEAE3;
  margin-top: 40px;
  padding-bottom: 40px;
}

.txt-center {
  text-align: center;
}


/* カルーセル */
.slick-track {
  padding: 0 20px 0 5px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100% !important;
}
.slick-track::before, .slick-track::after {
  display: none !important;
}
.slick-slide img {
  margin: 0 auto;
}
.about-step-item {
  width: calc(50% - 15px) !important;
  float: none;
  display: inline-flex !important;
}

.about a {
  color: #4D3A18;
  text-decoration: underline;
}
.about a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.about_note {
  background-color: #ECEAE3;
}


/* 紹介先 */
.cp_ttl_large {
margin: 30px 0;
padding: 20px 20px;
text-align: center;
background-color: #97712F;
line-height: 1.1;
font-size: 20px;
font-weight: bold;
color: #fff;
}

.cp_url {
  padding: 0 15px 30px;
}

.issue_text_url {
  padding: 20px;
  background: #fff;
  border-radius: 6px;
  font-size: 18px;
  line-height: 1.6;
}

.qr_wrapper {
  background-color: #ECEAE3;
  margin-bottom: 40px;
  padding-bottom: 30px;
}

.qr_wrapper_p {
  padding: 0 30px;
  color: #97712F;
}

.cp_txt {
  text-align: center;
}
.cp_txt span {
  font-size: 20px;
  font-weight: bold;
}

.ta_center {
  text-align: center;
}

br.is-sp {
  display: none;
}


/* 規約 */
.list-normal {
  margin: 0;
  padding: 0 0 0 15px;
}

.list-number {
  margin: 0 0 0 20px;
  padding: 0;
  list-style-type: decimal;
}

.list-normal li,
.list-number li {
  margin: 0 0 8px 0;
  line-height: 1.45;
}
.list-normal li:last-of-type {
  margin: 0;
}

.list-ind {
  margin: 2px 0 5px 0;
  padding-left: 1rem;
  text-indent: -1rem;
  font-size: 14px;
  line-height: 1.35;
}

.note_inner a {
  color: #000;
}
.note_inner a:hover {
  text-decoration: none;
}


/* 調整 */
.mb0 {
  margin-bottom: 0 !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}

.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}

