-footer@charset "utf-8";
/* Arrows */

/* # =================================================================
#  全般
# ================================================================= */

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll; 
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; 
  vertical-align: inherit;
}

* {
  background-repeat: no-repeat; /* Reset `padding` and `margin` of all elements */
  margin: 0; /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */


img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */

/* # =================================================================
#  ベース
# ================================================================= */

html {
  font-size: 95%;
}

body {
  font-size: 1.0rem;
  font-weight: 400;
}

body {
  color: #333;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, sans-serif;
  /*font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', meiryo, 'ms pgothic', arial, sans-serif;
  font-size: 1.45rem;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  /*font-smoothing: antialiased;*/
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 2;
  word-wrap: break-word;
}

a,
button {
  color: #3d3a2b;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

a:hover,
  button:hover {
  opacity: 0.6;
}

img {
  border: 0;
  vertical-align: bottom;
  width:90%;
}

ol, ul, li {
  list-style: none;
}

body {
  vertical-align:middle; 
  margin: 0px;
  padding: 0 0;
  text-align: center;
}

/* # =================================================================
#  ヘッダー
# ================================================================= */

.main-header {
  background-color: #fff;
}

.header-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}

.logo img {
  width: 300px;
}

nav {
  margin-left: auto;
}

nav .nav-list {
  display: flex;
  gap: 30px;
  margin-right: 30px;
}

nav .nav-list li {
  font-size: 1.0rem;
  font-weight: 600;
}

nav .nav-list a {
  text-decoration: none;
  color: #3d3a2b;
}

nav .nav-list a:hover {
  color: #00aecb;
}

.nav-under {
  display: inline-block;
  position: relative;
  margin: 40px 0;
  text-decoration: none;
  color: transparent;
  transition: 0.3s;
}

.nav-under:hover {
  color: #00aecb;
}

.nav-under::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 0;
  height: 3px;
  background: #00aecb;
  transition: 0.3s;
}

.nav-under:hover::before {
  left: 0;
  width: 100%;
}

/* DCヘッダー
------------------------- */

nav .nav-list-dc {
  display: flex;
  gap: 30px;
  margin-right: 30px;
}

nav .nav-list-dc li {
  font-size: 1.0rem;
  font-weight: 600;
}

nav .nav-list-dc a {
  text-decoration: none;
  color: #3d3a2b;
}

nav .nav-list-dc a:hover {
  color: #e60000;
}

.nav-under-dc {
  display: inline-block;
  position: relative;
  margin: 40px 0;
  text-decoration: none;
  color: transparent;
  transition: 0.3s;
}

.nav-under-dc:hover {
  color: #e60000;
}

.nav-under-dc::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 0;
  height: 3px;
  background: #e60000;
  transition: 0.3s;
}

.nav-under-dc:hover::before {
  left: 0;
  width: 100%;
}

/* JCBヘッダー
------------------------- */

nav .nav-list-jcb {
  display: flex;
  gap: 30px;
  margin-right: 30px;
}

nav .nav-list-jcb li {
  font-size: 1.0rem;
  font-weight: 600;
}

nav .nav-list-jcb a {
  text-decoration: none;
  color: #3d3a2b;
}

nav .nav-list-jcb a:hover {
  color: #035bb9;
}

.nav-under-jcb {
  display: inline-block;
  position: relative;
  margin: 40px 0;
  text-decoration: none;
  color: transparent;
  transition: 0.3s;
}

.nav-under-jcb:hover {
  color: #035bb9;
}

.nav-under-jcb::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 0;
  height: 3px;
  background: #035bb9;
  transition: 0.3s;
}

.nav-under-jcb:hover::before {
  left: 0;
  width: 100%;
}

/* # =================================================================
#  メインビジュアル
# ================================================================= */

.mv {
	margin-top:60px;
  width: 100%;
  height: 320px;
  background: url("../images/mv.jpg");
  background-size: cover;
  background-position: 55% 30%;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 100px), 0 100%);
}

.mv-title-top {
  position: relative;
}

.mv-copy {
  width: 200px;
  position: absolute;
  top: 50%;
  left:50%;
  transform: translate(-85%,150%);
}

.mv-title-top p {
  position: absolute;
  top: 50%;
  left:50%;
  transform: translate(-100%,200%);
  font-size: 0.8rem;
  font-weight: bold;
  color: #3d3a2b;
  text-align: left;
}

.mv-title {
  margin: 0;
  padding: 120px 20px 40px;
}

.mv-title-dc {
  margin: 0;
}

.mv-sub {
  width: 100%;
  height: 300px;
  background: url("../images/mv_sub.jpg");
  background-size: cover;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 100px), 0 100%);
}

.mv-dc-top {
  width: 100%;
  height: 920px;
  background: url("../images/mv_dc.jpg");
  background-size: cover;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 100px), 0 100%);
}

.mv-dc {
  width: 100%;
  height: 300px;
  background: url("../images/mv_dc.jpg");
  background-size: cover;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 100px), 0 100%);
}

.mv-dc-back {
  height: 1020px;
  background: #f7f7f7;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 100px), 0 100%);
}

.mv-jcb-back {
  height: 600px;
  background: #f7f7f7;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 100px), 0 100%);
}

.mv-jcb-top {
  width: 100%;
  height: 500px;
  background: url("../images/mv_jcb.jpg");
  background-size: cover;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 100px), 0 100%);
}

.mv-jcb {
  width: 100%;
  height: 300px;
  background: url("../images/mv_jcb.jpg");
  background-size: cover;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 100px), 0 100%);
}

/* # =================================================================
#  メイン
# ================================================================= */

main {
  margin: 0 auto 0 auto;
  width: 100%;
}

.mainWrap {
}

.set-main {
  margin: 0 0 60px;
}

.wrap-section {
  width: 100%;
  padding-top: 60px;
}

.contsec {
	margin:0 auto;
  width: 90%;

}


.wrap-marchant {
  background: url("../images/marchantback.jpg");
  background-size: cover;
  background-position: 90%;
  clip-path: polygon(0 100px, 100% 0, 100% calc(100% - 100px), 0 100%);
}

.section-marchant {
  height: 800px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.inner-marchant {
  display: block;
  justify-content: space-around;
  align-items: center;
  padding: 75px 0 75px 0;
}

.wrap-info {
  background: url("../images/infoback.jpg");
  background-size: cover;
  background-position: 80%;
  clip-path: polygon(0 100px, 100% 0, 100% calc(100% - 100px), 0 100%);
  padding-top: 150px;
  padding-bottom: 150px;
}

.wrap-dc-info {
  height: 500px;
  background: #f7f7f7;
  clip-path: polygon(0 100px, 100% 0, 100% calc(100% - 100px), 0 100%);
  padding-top: 150px;
  padding-bottom: 150px;
}

.section-dc-info {
  display: flex;
  flex-direction: column;
  align-items: center
}

.section-info {
  display: flex;
  flex-direction: column;
  align-items: center
}

.article-panel {
  position: relative;
  width: 80%;
  border-radius: 20px;
  padding: 30px 20px;
  margin: 0 auto;
  text-align: left;
  background: #fff;
}

.panel-inner {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
}

.panel-inner p {
  padding-bottom: 10px;
  letter-spacing: 0.03em;
  line-height: 1.9em
}

.panel-inner-btn {
  display: flex;
  flex-direction: column;
  padding: 20px 0 0 0;
  gap: 20px;
}


.info-panel {
  width: 85%;
  border-radius: 20px;
  padding: 10px;
  background: #fff;
}


.card-img {
  width: 90%;
	height: auto;
  position: relative;
  margin: 0 auto;
}

.card-img-inner {
 width: 100%;
 height: 100%;
} 

.box-size:before {
 content: "";
 display: block;
 /* 4:3 */ 
}

.card-img img {
  width: 70%;
}

.card-img img.item1 {
}

.card-img img.item2 {
  top: 30%;
  left: 0;
}

.jcb-webplan {
  margin-top: 30px;
  width: 80%;
}


/* # =================================================================
#  見出し
# ================================================================= */

.chapter-title1 { /* ターコイズタイトル */
  color: #00aecb;
  font-size: 2.0rem;
  letter-spacing: 0.01em;
  font-weight: 700;
  line-height: 1.5;
}

.chapter-title2 { /* レッドタイトル */
  color: #e60000;
  font-size: 2.0rem;
  letter-spacing: 0.01em;
  font-weight: 700;
  line-height: 1.5;
}

.chapter-title3 { /* ブルータイトル */
  color: #035bb9;
  font-size: 2.0rem;
  letter-spacing: 0.01em;
  font-weight: 700;
  line-height: 1.5;
}

.section-title {
  color: #00aecb;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1;
  padding: 0 0 50px 0;
}

.section-title span {
  color: #3d3a2b;
  font-size: 1rem;
  font-weight: 500;
  display: block;
  margin: 20px 0 0;
}

.section-title-tq {
  color: #3d3a2b;
  font-size: 2.25rem;
  letter-spacing: 0.01em;
  font-weight: 700;
  line-height: 1;
  padding: 0 0 50px 0;
}

.section-title-tq span {
  color: #00aecb;
  font-size: 1.0rem;
  font-weight: 500;
  display: block;
  margin: 20px 0 0;
}

.h3-bl {
  display: flex;
  align-items: center;/* 縦位置の調整 */
  justify-content: center;/* 横位置の調整 */
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.h3-bl::before,
.h3-bl::after {
  content: '';
  flex-grow: 0.07;/* 少数にする */
  height: 2px;
  background: #035bb9;
}

/* 見出しの文字と横棒の間隔を開ける */
.h3-bl::before {
  margin-right: 20px;
}

.h3-bl::after {
  margin-left: 20px;
}


h3 {
  display: flex;
  align-items: center;/* 縦位置の調整 */
  justify-content: center;/* 横位置の調整 */
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 20px;
}

h3::before,
h3::after {
  content: '';
  flex-grow: 0.07;/* 少数にする */
  height: 2px;
  background: #e60000;
}

/* 見出しの文字と横棒の間隔を開ける */
h3::before {
  margin-right: 20px;
}

h3::after {
  margin-left: 20px;
}

h4 {
  font-size: 1.25rem;
  color: #e60000;
}

.card-title {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 30;
}

.txt-rd {
  color: #e60000;
}
.title-tq {
  color: #00aecb;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5rem;
  margin: 10px;
  text-align: center;
}

/* DC見出し
------------------------- */

.section-title-rd {
  color: #e60000;
  font-size: 2.0rem;
  letter-spacing: 0.01em;
  font-weight: 700;
  line-height: 1;
  padding: 0 0 50px 0;
}

.section-title-rd span {
  color: #3d3a2b;
  font-size: 1.0rem;
  font-weight: 500;
  display: block;
  margin: 20px 0 0;
}

.section-title-dc {
  color: #3d3a2b;
  font-size: 2.25rem;
  letter-spacing: 0.01em;
  font-weight: 700;
  line-height: 1;
  padding: 0 0 50px 0;
}

.section-title-dc span {
  color: #e60000;
  font-size: 1.0rem;
  font-weight: 500;
  display: block;
  margin: 20px 0 0;
}

.section-title-dc-lead {
  color: #3d3a2b;
  font-size: 1.0rem;
  font-weight: 500;
  margin: 0 10px 40px 10px;
}

.title-dc-merit {
  font-size: 1.5rem;
  font-weight: 700;
  display: inline-block;
  position: relative;
  color: #e60000;
  margin-bottom: 40px;
}

.title-dc-merit:before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 2px;
  background-color: #e60000;
}

.title-jcb-merit {
  font-size: 1.5rem;
  font-weight: 700;
  display: inline-block;
  position: relative;
  color: #035bb9;
  margin-bottom: 40px;
}

.title-jcb-merit:before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 2px;
  background-color: #035bb9;
}

.title-tq-merit {
  font-size: 1.5rem;
  font-weight: 700;
  display: inline-block;
  position: relative;
  color: #00aecb;
}

.subtitle-rd-1 {
  font-size: 1.5rem;
  font-weight: 700;
  display: inline-block;
  position: relative;
  color: #e60000;
  margin-top: 20px;
}

.subtitle-rd-2 {
  font-size: 1.45rem;
  font-weight: 700;
  display: inline-block;
  position: relative;
  color: #e60000;
  margin: 20px 0 20px 0;
}

/* JCB見出し
------------------------- */

.section-title-bl {
  color: #035bb9;
  font-size: 2.0rem;
  letter-spacing: 0.01em;
  font-weight: 700;
  line-height: 1;
  padding: 0 0 50px 0;
}

.section-title-bl span {
  color: #3d3a2b;
  font-size: 1.0rem;
  font-weight: 500;
  display: block;
  margin: 20px 0 0;
}

/* ブラック見出し
------------------------- */

.title {
  margin-bottom: 50px;
}

.sec-title-bk {
  color: #3d3a2b;
  font-size: 1.8rem;
  letter-spacing: 0.01em;
  font-weight: 700;
  line-height: 1;
  padding: 0 0 15px 0;
}

.sub-title-bl {
  color: #035bb9;
  font-size: 1.3rem;
}

.sub-title-rd {
  color: #e60000;
  font-size: 1.0rem;
}

.title-bl-1 {
  color: #035bb9;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.25rem;
  margin: 20px 0 20px 0;
}



/* # =================================================================
#  広告バナー
# ================================================================= */

.advertising {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.ad-bunner {
  display: block;
  justify-content: space-between;
  padding: 0;
}

.ad-bunner li {
  width: 90%;
	margin:10px auto;
}

/* # =================================================================
#  フッター
# ================================================================= */

/* お問い合わせ
------------------------- */

.wrap-footer-nav {
  height: 500px;
  background-color: #00aecb;
  clip-path: polygon(0 100px, 100% 0, 100% calc(100% - 0px), 0 100%);
}

.section-footer-nav {
  width: 90%;
  margin: 0 auto;
  padding-top: 130px;
}

.contact-set {
  display: block;
  justify-content: space-between;
}

.contact-box {
  width: 100%;
  height: 140px;
  border-radius: 20px;
  background-color: #fff;
  letter-spacing: 0.04em;
  margin-bottom:10px;
}

.mail-box {
  padding: 10px 0 0 0;
}

.tel-box {
  padding: 10px;
}

.contact-box h2 {
  font-size: 1.25rem;
  color: #00aecb;
  margin: 5px 0 0 0;
}

.contact-box p {
  color: #00aecb;
  font-size: 2.0rem;
  font-weight: 700;
  margin-top: -20px;
  margin-bottom: 10px;
}

.contact-box .recept {
  color: #3d3a2b;
  font-size: 0.875rem;
  line-height:1.5;
}

.contact-btn {
  position: relative;
  display: inline-block;
  width: 230px;
  height: 50px;
  color: #fff;
  font-weight: 600;
  font-size: 1.0rem;
  line-height: 46px;
  border-radius: 9999px;
  text-align: center;
  background-color: #00aecb;
  border: solid 2px #00aecb;
  transition: 0.3s ease-in-out;
  margin: 10px;
}

.contact-btn:hover {
  color: #00aecb;
  background-color: #fff;
  border: solid 2px #00aecb;
  background: initial;
  transition: all 0.3s;
}

/* フッターナビ
------------------------- */

.footer-nav {
  display: flex;
  text-align: left;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 50px;
}

.footer-nav-menu {
  color: #fff;
  font-size: 1.125rem;
}

.footer-nav ul {
  padding: 20px 0 0 0;
}

.footer-nav li {
  color: #fff;
  font-size: 0.875rem;
}

.footer-nav a {
  color: #fff;
  text-decoration: none;
}

/* # =================================================================
#  フッター
# ================================================================= */

.footer {
  background: #3d3a2b;
}

.footerWrap {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0 30px 0;
	flex-direction: column-reverse;
  display: flex;
}

.footer-set {
  width: 100%;
  margin: 40px auto;
}

.footer-info {
  display: block;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-top : 50px;
}

/* フッターバナー
------------------------- */

.footer-bunner {
  display: block;
  justify-content: space-around;
  margin: 20px 0 0 0;
}

.footer-bunner li img {
  width: 70%;
  border-radius: 5px;
  margin-top:10px;
}

/* フッター会社ロゴ
------------------------- */
.footer-logo {
	width:100%;
}

.footer-logo img {
  margin: 15px auto 10px auto;
  width:80%;
}

.footer-logo p {
  color: #fff;
  font-size: 0.65rem;
  text-align: center;
  letter-spacing: 0.04em
}

/* プライバシーポリシー
------------------------- */

.footer-privacy {
	clear:both;
}

.footer-privacy-list {
  display: block;
  justify-content: space-between;
  padding: 0px;
  margin: 20px 0;
}

.footer-privacy-list li {
  color: #fff;
  font-size: 0.8rem;
  text-align: center;
  float:left;
  width:100%;
}

.footer-privacy li a {
  display: block;
  color: #fff;
  padding: 0 0 10px 0;
}

.footer-privacy li :hover {
  color: #00aecb;
}

/* # =================================================================
#  コピーライト
# ================================================================= */

.copyright {
  background: #eee;
  text-align: center;
  padding: 20px 0 20px 0;
}

.copyright p {
  color: #3d3a2b;
  font-size: 0.6rem;
  letter-spacing: 0.04em
}

/* # =================================================================
#  加盟店契約ページ
# ================================================================= */

.marchant-merit {
}

.panel {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px;
}

.panel li {
  width: 490px;
  text-align: center;
  background-color: #f7f7f7;
  border-radius: 20px;
  padding: 40px;
}

.panel p {
  text-align: left;
}

.panel2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px;
}

.panel2 li {
  width: 490px;
  text-align: center;
  background-color: #fff1f1;
  border-radius: 20px;
  padding: 40px;
}

.panel2 p {
  text-align: left;
}

.panel img {
  width: 30%;
}

.brand img {
  width: 90%;
}

.step {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px;
}

.step li {
  width: 300px;
  text-align: center;
  background-color: #eee;
  border-radius: 20px;
  padding: 30px;
}

.step img {
  width: 30%;
}

.step p {
  text-align: left;
}

.marchant-contact {
  text-align: center;
  background-color: #f5f5f5;
  border-radius: 20px;
  padding: 30px;
}
.tel_number {
  font-size: 2.75rem;
  font-weight: 700;
  color: #00aecb;
}

/* # =================================================================
#  DC・JCBページ
# ================================================================= */

/* DCトップログイン
------------------------- */

.dc-login-boxset {
  display: block;
  justify-content: space-evenly;
  gap: 20px;
}

.dc-top-title {
  color: #e60000;
  font-size: 3.0rem;
  letter-spacing: 0.01em;
  font-weight: 700;
  line-height: 1;
  padding: 120px 0 0 0;
}

.dc-top-title span {
  color: #3d3a2b;
  font-size: 1.25rem;
  font-weight: 500;
  display: block;
  margin: 20px 0 0;
}

.dc-login-top {
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
}

.dc-login-set {
  display: block;
  justify-content: space-around;
  align-items: center;
}

.dc-login-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  background: #fff;
  width: 90%;
  border: solid 2px #e60000;
  border-radius: 20px;
  padding: 10px;
  margin: 0 auto 10px;
  flex-direction: row;
}

.dc-login-box img{
  width: 40%;
}

.dc-login-box p{
  width: 100%;
}

.jcb-login-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  background: #fff;
  width: 40%;
  margin: 0 auto;
  border: solid 2px #035bb9;
  border-radius: 20px;
  padding: 10px 30px 20px;
  flex-direction: row;
}

@media screen and (max-width: 400px) {
.jcb-login-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  background: #fff;
  width: 80%;
  margin: 0 auto;
  border: solid 2px #035bb9;
  border-radius: 20px;
  padding: 10px 20px 20px;
  flex-direction: row;
}
}

.jcb-login-box img {
  width: 40%;
}
.jcb-login-box p{
  width: 100%;
}


.dc-login-box-red {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  background: #fff;
  width: 90%;
  color: #e60000;
  margin: 0 auto;
  flex-direction: row;
}

.dc-login-box-red img{
  width: 40%;
}

.dc-login-box-red p{
  width: 100%;
}


.dc-login-btn {
  position: relative;
  display: inline-block;
  width: 40%;
  height: 50px;
  color: #fff;
  font-weight: 600;
  font-size: 1.0rem;
  line-height: 46px;
  border-radius: 9999px;
  text-align: center;
  background-color: #e60000;
  border: solid 2px #e60000;
  transition: 0.3s ease-in-out;
  margin: 5px 0;
}

.dc-login-btn:hover {
  color: #e60000;
  background-color: #fff;
  border: solid 2px #e60000;
  background: initial;
  transition: all 0.3s;
}

.dc-entry-btn {
  position: relative;
  display: inline-block;
  width: 40%;
  height: 50px;
  color: #fff;
  font-weight: 600;
  font-size: 1.0rem;
  line-height: 46px;
  border-radius: 9999px;
  text-align: center;
  background-color: #e60000;
  border: solid 2px #e60000;
  transition: 0.3s ease-in-out;
  margin: 5px 0;
}

.dc-entry-btn:hover {
  color: #e60000;
  background-color: #fff;
  border: solid 2px #e60000;
  background: initial;
  transition: all 0.3s;
}
.dc-info-btn {
  position: relative;
  display: inline-block;
  width: 80%;
  height: 30px;
  color: #fff;
  font-weight: 600;
  font-size: 1.0rem;
  line-height: 23px;
  border-radius: 20px;
  text-align: center;
  background-color: #e60000;
  border: solid 2px #e60000;
  transition: 0.3s ease-in-out;
  margin: 10px;
  padding: 10px 10px 25px;
}

.dc-info-btn:hover {
  color: #e60000;
  background-color: #fff;
  border: solid 2px #e60000;
  background: initial;
  transition: all 0.3s;
}



/* DCキャンペーンバナー
------------------------- */

.wrap-cp-bunner {
  height: 230px;
  margin-top:-150px;
}

@media screen and (max-width: 500px) {
.wrap-cp-bunner {
  height: 150px;
}
}

.section-cp-bunner {
  max-width: 767px;
  margin: 0 auto;
  width: 100%;
}

/* DCカード
------------------------- */

.dc-card-img {
  margin-bottom: 20px;
}

.dc-card-img img {
  width: 450px;
}

/* DCサービス
------------------------- */

.wrap-section-rd {
  background: #fff1f1;
  clip-path: polygon(0 100px, 100% 0, 100% calc(100% - 100px), 0 100%);
  padding-top: 150px;
  padding-bottom: 200px;
}

.wrap-section-bl {
  background: #eaf4fe;
  clip-path: polygon(0 100px, 100% 0, 100% calc(100% - 100px), 0 100%);
  padding-top: 150px;
  padding-bottom: 200px;
}

.section-dc-service {
  padding-top: 30px;
  padding-bottom: 30px;
}

.dc-service {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.dc-service li {
  width: 400px;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  padding: 50px;
}

.dc-service p {
  text-align: left;
}

.service-panel-set {
  max-width: 1100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 50px;
}

/* DC加盟店について
------------------------- */

.section-dc-marchant {
  width: 100%;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 100px;
}

.flex-box-marchant {
  display: flex;
  flex-direction: column;
  width: 48%;
  background-color: #f7f7f7;
  border-radius: 20px;
  align-items: center;
}





/* DCカード一覧
------------------------- */

.cardlineup-box {
  display: block;
  justify-content: space-evenly
}

.cardlineup-lbox {
  width: 70%;
  margin:0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.cardlineup-lbox img {
  width: 90%;
}

.cardlineup-title-dc {
  font-size: 1.75rem;
  display: inline-block;
  position: relative;
  color: #3d3a2b;
  margin-bottom: 60px;
  font-weight: 700;
}

.cardlineup-title-dc:before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: #e60000;
}

.cardlineup-title-jcb {
  font-size: 1.75rem;
  display: inline-block;
  position: relative;
  color: #3d3a2b;
  margin-bottom: 60px;
  font-weight: 700;
}

.cardlineup-title-jcb:before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: #035bb9;
}


.cardlineup-rbox {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.cardlineup-rbox-title {
  font-size: 1.45rem;
  font-weight: 700;
  text-align: left;
}

.cardlineup-rbox p {
  text-align: left;
}






/* # =================================================================
#  枠線
# ================================================================= */

.border-wrap-red {
	margin:0 10px;
  padding: 20px;
  border: solid 2px #e60000;
  border-radius: 20px;
}

.border-wrap-bl {
	margin:0 10px;
  padding: 20px;
  border: solid 2px #035bb9;
  border-radius: 20px;
}

.border-wrap-gr {
  padding: 50px;
  border: solid 2px #ccc;
  border-radius: 20px;
}

.border-wrap-tq {
	margin:0 10px;
  padding: 20px;
  border: solid 2px #00aecb;
  border-radius: 20px;
}
.border2-wrap {
  padding: 50px;
  border: solid 1px #e60000;
}

.border {
  border-bottom: 2px solid #e60000;
  margin-top: 50px;
  margin-bottom: 50px;
}

.border-bl {
  border-bottom: 2px solid #035bb9;
  margin-top: 50px;
  margin-bottom: 50px;
}

.border-gr {
  border-bottom: 2px solid #ccc;
  margin-top: 50px;
  margin-bottom: 50px;
}

.notes-dc {
  margin-top: 50px;
  margin-bottom: 50px;
}

/* # =================================================================
#  ボックス
# ================================================================= */

.box-gr {
  background-color: #f7f7f7;
  border-radius: 20px;
  margin:0 10px;
}

.wrap-box-gr {
  padding: 10px;
}

.box-bl {
  background-color: #ebf5ff;
  border-radius: 20px;
}

.wrap-box-bl {
  padding: 30px 10px;
}

.box-rd {
  background-color: #fff3f3;
  border-radius: 20px;
}

.wrap-box-rd {
  padding: 20px 10px;
}

.wrap-box-rd newimg {
  width:100%;
}

.flex1 {
  display: block;
  justify-content: space-between;
  margin: 0 auto;
  flex-wrap: wrap;
}

.flex1-box {
  display: block;
  flex-direction: column;
  width: 90%;
  align-items: center;
  margin:0 auto 40px auto;
}

.flex1-box img {
  width: 90%;
  margin-top: 10px;
}

.flex-1c {
  width:90%;
  display: flex;
  margin: 0 auto;
  flex-direction: column;
  gap: 30px;
}

.flex-1c-wh {
  display: block;
  background-color: #fff;
  border-radius: 20px;
  align-items: center;
  padding: 10px;
  gap: 30px;
}

.flex-1c-set {
  text-align: left;
  padding: 0 10px;
}

.flex-1c-set2 {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  text-align: left;
  gap: 10px;
}

.flex-1c-set2 img {
  width: 100px;
}

.flex-1c-set3 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}

.flex-1c-3 {
  width:90%;
  display: block;
  justify-content: space-between;
  margin: 0 auto;
}

.flex-1c-set3 img {
  width: 300px;
}

.flex-2c {
  width:90%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 10px;
}

.flex-2c p {
  text-align: left;
}

.flex-2c img {
  width: 90%;
}

.flex-2c-wh {
  display: block;
  flex-direction: column;
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  align-items: center;
  padding: 20px;
}

.flex-2c-gr {
  display: block;
  flex-direction: column;
  width: 45%;
  background-color:  #f7f7f7;
  border-radius: 20px;
  align-items: center;
  padding: 5px;
}


.flex-2c-gr p {
  text-align: left;
}

.flex-2c .lnkbtn {
  display: block;
  width: 100%;
  max-width: 200px;
  margin: auto auto 0;
  padding: 10px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 9999px;
  background-color: #e60000;
}

.flex-2c .lnkbtn:hover {
  color: #fff;
  background-color: #333;
}

.flex-2c-a {
  width:90%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 40px;
}

.flex-2c-a p {
  text-align: left;
  margin-bottom: 20px;
}

.flex-2c-a img {
  width: 200px;
}

.flex-2c-a .lnkbtn {
  display: block;
  width: 100%;
  max-width: 200px;
  margin: auto auto 0;
  padding: 10px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 9999px;
  background-color: #e60000;
}

.flex-2c-a .lnkbtn_bl {
  display: block;
  width: 100%;
  max-width: 200px;
  margin: auto auto 0;
  padding: 10px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 9999px;
  background-color: #035bb9;
}

.flex-2c .lnkbtn:hover {
  color: #fff;
  background-color: #333;
}

.flex-2c-sv {
  width: 1000px;
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 40px;
}

.flex-2c-sv-wh {
  display: flex;
  flex-direction: column;
  width: 40%;
  background-color: #fff;
  border-radius: 20px;
  align-items: center;
  padding: 40px;
}

.flex-2c-sv p {
  margin: 10px 0 30px 0;
  text-align: left;
}

.flex-3c {
  width:100%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 10px;
}

.flex-3c-wh {
  display: flex;
  flex-direction: column;
  width: 31%;
  background-color: #fff;
  border-radius: 20px;
  align-items: center;
    padding: 20px 0 20px 0;
  font-size: 0.7em;
  letter-spacing:0em;
  line-height: 1.5;
}

.flex-3c-gr {
  display: flex;
  flex-direction: column;
  width: 32%;
  background-color: #f7f7f7;
  border-radius: 20px;
  align-items: center;
}

.flex-3c img {
  width: 70%;
}

.flex-4c {
  width:95%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 10px;
}

.flex-4c-wh {
  display: flex;
  flex-direction: column;
  width: 22%;
  background-color: #fff;
  border-radius: 20px;
  align-items: center;
  padding: 10px 0 10px 0;
  font-size: 0.7em;
  letter-spacing:0em;
  line-height: 1.5;
}

.flex-4c-wh img {
  width: 80%;
}

/* # =================================================================
#  ボタン
# ================================================================= */

.header-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.lost_btn {
  width: 130px;
  height: 40px;
  line-height: 36px;
  border-radius: 9999px;
  border: solid 2px #00aecb;
  box-sizing: border-box;
  text-align: center;
  background-color: #00aecb;
  color: #fff;
  font-weight: 600;
}

.lost_btn:hover {
  background-color: #fff;
  color: #00aecb;
}

.lost_btn_dc {
  width: 130px;
  height: 40px;
  line-height: 36px;
  border-radius: 9999px;
  border: solid 2px #e60000;
  box-sizing: border-box;
  text-align: center;
  background-color: #e60000;
  color: #fff;
  font-weight: 600;
}

.lost_btn_dc:hover {
  background-color: #fff;
  color: #e60000;
}

.lost_btn_jcb {
  width: 130px;
  height: 40px;
  line-height: 36px;
  border-radius: 9999px;
  border: solid 2px #035bb9;
  box-sizing: border-box;
  text-align: center;
  background-color: #035bb9;
  color: #fff;
  font-weight: 600;
}

.lost_btn_jcb:hover {
  background-color: #fff;
  color: #035bb9;
}

.contact_btn {
  width: 130px;
  height: 40px;
  line-height: 35px;
  border-radius: 9999px;
  border: solid 2px #3d3a2b;
  box-sizing: border-box;
  text-align: center;
  background-color: #fff;
  color: #3d3a2b;
  font-weight: 600;
}

.contact_btn:hover {
  background-color: #3d3a2b;
  color: #fff;
}

.dc_btn {
	display:block;
  width: 230px;
  height: 50px;
  margin:10px auto 10px;
  line-height: 47px;
  border-radius: 9999px;
  border: solid 2px #e60000;
  text-align: center;
  background-color: #e60000;
  color: #fff;
  font-weight: 600;
  font-size: 1.125rem;
}

.dc_btn:hover {
  color: #e60000;
  background-color: #fff;
  border: solid 2px #e60000;
  background: initial;
  transition: all 0.3s;
}

.jcb_btn {
	display:block;
  width: 230px;
  height: 50px;
  margin:0 auto;
  line-height: 47px;
  border-radius: 9999px;
  border: solid 2px #035bb9;
  text-align: center;
  background-color: #035bb9;
  color: #fff;
  font-weight: 600;
  font-size: 1.125rem;
}

.jcb_btn:hover {
  color: #035bb9;
  background-color: #fff;
  border: solid 2px #035bb9;
  background: initial;
  transition: all 0.3s;
}

.link_btn {
  width: 230px;
  height: 50px;
  line-height: 47px;
  border-radius: 9999px;
  border: solid 2px #00aecb;
  text-align: center;
  background-color: #00aecb;
  color: #fff;
  font-weight: 600;
  font-size: 1.10rem;
}

.link_btn:hover {
  color: #00aecb;
  background-color: #fff;
  border: solid 2px #00aecb;
  background: #fff;
  transition: all 0.3s;
}

/* # =================================================================
#  テーブル
# ================================================================= */
table {
  border-collapse: collapse;
  margin: 20px auto;
}
.tbl-r02 th {
  background: #f5f5f5;
  border: solid 1px #ccc;
  color: #3d3a2b;
  padding: 5px;
}
.tbl-r02 td {
  border: solid 1px #ccc;
  padding: 5px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
  }
  .tbl-r02 {
    width: 100%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
    border-bottom: none;
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
  }
  .tbl-r03 {
    width: 100%;
  }
  .tbl-r03 th {
    border: solid 1px #ccc;
  background: #f5f5f5;
  }
  .tbl-r03 td {
    border: solid 1px #ccc;
  }
}
.tbl-top {
/*  width: 180px;*/
}

/* # =================================================================
#  とりま保存
# ================================================================= */

@media not all and (min-width: 768px) {
  .item {
    width: 100%;
}

/* 以下使用確認したい！
------------------------- */
.flex {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  flex-wrap: wrap;
}

.flex-box {
  display: flex;
  flex-direction: column;
  width: 50%;
  background-color: #f7f7f7;
  border-radius: 20px;
  align-items: center;
}

.flex-box img {
  width: 300px;
  margin-top: 30px;
}

.flex-box h2 {
  padding: 10px 10px;
  font-weight: bold;
  color: #e60000;
  text-align: center;
}

.flex-box p {
  margin: 0 30px 15px 30px;
  text-align: left;
}

.flex-box .lnkbtn {
  display: block;
  width: 100%;
  max-width: 200px;
  margin: auto auto 30px;
  padding: 10px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 9999px;
  background-color: #e60000;
}

.flex-box .lnkbtn:hover {
  color: #fff;
  background-color: #333;
}



.flex1-box h2 {
  padding: 10px 10px;
  font-weight: bold;
  color: #e60000;
  text-align: center;
}

.flex1-box p {
  margin: 0 30px;
  text-align: center;
}


.flex-1c-gr {
  display: flex;
  background-color: #f7f7f7;
  border-radius: 20px;
  align-items: center;
  padding: 40px;
    gap:20px;
}

.flex-1c-gr2 {
  display: flex;
  flex-direction: column;
  background-color: #f7f7f7;
  border-radius: 20px;
  align-items: center;
  padding: 40px;
}

.flex-2c-pk {
  display: flex;
  flex-direction: column;
  width: 40%;
  background-color: #fff1f1;
  border-radius: 20px;
  align-items: center;
  padding: 40px;
}

.flex-2c h2 {
  padding: 10px 10px;
  font-weight: bold;
  color: #e60000;
  text-align: center;
}

.flex-2c .lnkbtn {
  display: block;
  width: 100%;
  max-width: 200px;
  margin: auto auto 0;
  padding: 10px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 9999px;
  background-color: #e60000;
}

.flex-2c .lnkbtn:hover {
  color: #fff;
  background-color: #333;
}


.flex-3c-pk {
  display: flex;
  flex-direction: column;
  width: 32%;
  background-color: #fff1f1;
  border-radius: 20px;
  align-items: center;
}


.flex-3c h2 {
  padding: 10px 10px;
  font-weight: bold;
  color: #e60000;
  text-align: center;
}

.flex-3c p {
  margin: 0 5px 15px 5px;
  text-align: left;
}

.flex-3c .lnkbtn {
  display: block;
  width: 100%;
  max-width: 200px;
  margin: auto auto 30px;
  padding: 10px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 9999px;
  background-color: #e60000;
}

.flex-3c .lnkbtn:hover {
  color: #fff;
  background-color: #333;
}


.flex4 {
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 40px;
}

.flex4-box {
  display: flex;
  flex-direction: column;
  width: 40%;
  background-color: #f7f7f7;
  border-radius: 20px;
  align-items: center;
  padding: 40px;
}

.flex4-box img {
  width: 150px;
  margin-top: 30px;
}

.flex4-box h2 {
  padding: 0 0 10px 0;
  font-weight: bold;
  color: #e60000;
  text-align: center;
}

.flex4-box p {
  text-align: left;
}

.flex {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 20px;
}

.flex-box {
  display: flex;
  flex-direction: column;
  width: 32%;
  background-color: #f7f7f7;
  border-radius: 20px;
  align-items: center;
}

.flex-box img {
  width: 150px;
  margin-top: 30px;
}

.flex-box h2 {
  padding: 10px 10px;
  font-weight: bold;
  color: #e60000;
  text-align: center;
}

.flex-box p {
  margin: 0 30px 15px 30px;
  text-align: left;
}

.flex-box .lnkbtn {
  display: block;
  width: 100%;
  max-width: 200px;
  margin: auto auto 30px;
  padding: 10px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 9999px;
  background-color: #e60000;
}

.flex-box .lnkbtn:hover {
  color: #fff;
  background-color: #333;
}



*/

