@charset "UTF-8";
/*--------------------------------------------------------------------
common
--------------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-family: "Roboto", "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "slick", sans-serif;
  font-size: 1.4rem;
  line-height: 1.7;
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "slick";
  src: url("../../slick/slick.woff") format("woff");
}
img {
  width: 100%;
  vertical-align: middle;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
  list-style-position: inside;
}

.container {
  padding: 0 6%;
}
@media screen and (min-width: 1025px) {
  .container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
  }
}

.sp-only {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

.pc-only {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-only {
    display: block;
  }
}
/* SP ヘッダー
======================================== */ 
@media screen and (max-width: 767px) {
  .spNav {
    top: 0;
  }
  .spNav .scrollWrap .menu ul li h3 {
    margin-bottom: 5px;
  }
  .spNav .scrollWrap .menu_btm ul li + li{
    border-top: 1px solid #ddd;
  }
  .spNav .scrollWrap .menu_btm ul li a{
    display: block;
    padding: 10px 2%;
  }
}
/* 汎用
======================================== */ 
:root {
  scroll-padding: 82px;
}
html { 
  scroll-behavior: smooth;
}
header {
  border-bottom: 1px solid #ccc;
}
.pankuzu li a {
  font-weight: normal;
}
#container {
  position: relative;
  z-index: 1;
  width: 1080px;
  margin: 0 auto;
  line-height: 1.5;
}
#container a {
  color: #10108c;
}
#container a:hover {
  text-decoration: underline;
}
li {
  list-style: none;
}
img {
  vertical-align: top;
}
section {
  padding: 0 0 60px;
}
.pc_show {
  display: block;
}
.sp_show {
  display: none;
}
.gotop {
  display: none;
  width: 50px;
  height: 50px;
  background-color: #4b4e7c;
  border-radius: 2px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  opacity: .5;
  cursor: pointer
}
.gotop span {
  display: block;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  margin-top: 20px;
  margin-left: 14px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}
.contents {
  padding: 40px 50px 60px;
}
.row + .row {
  margin-top: 60px;
}
.sec_ttl01 {
  text-align: center;
  font-weight: bold;
  display: table;
  margin: 0 auto 60px;
}
.sec_ttl01 h1 {
  font-size: 32px;
  color: #0f1350;
  padding-bottom: 16px;
  border-bottom: 1px solid #0f1350;
  font-weight: bold;
}
.sec_ttl02 h2 {
  font-size: 20px;
  color: #0f1350;
  border-bottom: 2px solid #0f1350;
  font-weight: bold;
  margin: 0 0 40px;
  padding: 0 0 4px 4px;
}
.sec_ttl03 h3 {
  font-size: 16px;
  background: #4B4E7C;
  color: #fff;
  padding: 8px 12px 6px;
  margin: 0 0 30px;
}
.sec_ttl04 h4 {
  font-size: 16px;
  color: #0F1350;
  padding-left: 12px;
  margin: 0 0 14px;
  position: relative;
}
.sec_ttl04 h4::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 90%;
  background-color: #0F1350;
  top: 0;
  bottom: 0;
  left: 0;
}
.pc_flex {
  display: flex;
  align-items: center;
  gap: 10px;
}
.mb100{
  margin-bottom: 100px;
}
.mb60{
  margin-bottom: 60px;
}
.txt_red {
  color: #ff0000;
}
.txt_blue {
  color: #00005C;
}
@media screen and (max-width: 767px) {
  :root {
    scroll-padding: 60px;
  }
  .pc_show {
    display: none;
  }
  .sp_show {
    display: block;
  }
  #container, .grid {
    width: 100%;
  }
  .contents .contents_grid {
    padding: 0;
  }
  .pankuzu ul {
    font-size: 11px;
    overflow: hidden;
    padding: 10px 0;
  }
  .pankuzu li a.linkIcon::after {
    right: -15px;
  }
  .contents {
    padding: 30px 4% 40px;
  }
  .row + .row {
    margin-top: 26px;
  }
  .sec_ttl01 {
    font-size: 22px;
    margin: 0 auto 30px;
  }
  .sec_ttl02 h2 {
    font-size: 18px;
    margin: 0 0 16px;
  }
  .sec_ttl03 h3 {
    margin: 0 0 16px;
  }
  .sec_ttl04 h4 {
    margin: 0 0 10px;
    line-height: 1.4;
  }
  .table01 th, .table01 td {
    padding: 10px;
    font-size: 13px;
  }
  .table01 th {
    width: 50%;
  }
}
/* =======================================
外部リンクアイコン
==========================================*/
a[href^=http]:after,
a[href^="//"]:after {
  margin: 0;
  content: url(../../images/link.png);
  vertical-align: middle;
}

a[href^="https://www2.uccard.co.jp/"]:after {
  margin: inherit;
  font-family: inherit;
  content: "";
  font-weight: inherit;
}

a[href^="https://play.google.com/"]:after {
  margin: inherit;
  font-family: inherit;
  content: "";
  font-weight: inherit;
}

/* =======================================
text
==========================================*/
p {
  font-size: 1.5rem;
}
@media screen and (min-width: 1025px) {
  p {
    font-size: 1.6rem;
  }
}

.usage_caption {
  font-size: 20px;
  font-weight: 700;
  color: #0f1350;
  text-align: center;
  margin-bottom: 30px;
}



/* ----------------------------------
slickカスタマイズ
-------------------------------------*/
.slick-track {
  display: flex;
}

.slick-slide {
  height: auto !important;
}

.slider {
  width: 92%;
  margin: 0 auto;
}


/* ========== Usage Notification page styles ========== */
.usage-container {
  padding: 60px 0 80px;
}
.usage-hero .sectionTitle {
  color: #13017c;
  margin-bottom: 12px;
}
.usage-hero .caption {
  max-width: 820px;
  margin: 0 auto;
}
.features {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .usage-container {
  padding: 40px 20px 60px;
}
}
@media screen and (min-width: 768px) {
  .features {
    grid-template-columns: 1fr 360px 1fr;
    gap: 40px;
  }
}
.feature {
  margin-bottom: 60px;
}
.feature-ttl {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 20px;
}
.feature-icon {
  width: 66px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature-ttl h3 {
  margin: 0 0 8px 0;
  font-size: 2rem;
}
.feature-body p {
  margin: 0;
  color: #555;
}
.device-img img {
  max-width: 360px;
  margin: 20px auto;
  display: block;
}
.usage-download {
  padding-top: 20px;
}
.qr-and-badges {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  margin-top: 20px;
}
.qr {
  max-width: 120px;
}
.badges img {
  max-width: 160px;
  margin-right: 12px;
}
.notes .caption {
  margin-top: 20px;
}
.usage-faq ul {
  margin: 20px 0 0 0;
  padding-left: 1em;
}
.usage-faq .caption {
  margin: 8px 0;
}
.setting__gp ul{
  padding-left: 0;
}
.comment{
  margin-top: 20px;
}
.comment li{
  list-style-type: '※ ';
  list-style-position: inside;
  padding-left: 1em;
  text-indent: -1em;
}
.flow li{
  list-style-position: inside;
  padding-left: 1em;
  text-indent: -1em;
}
.appdl_box_big{
  padding: 20px;
  width: auto;
  font-size: 1.25rem;
}
.ucp-logo{
  width: 180px;
}
.appdl_box_big a img{
  height:70px;
}
.appdl_box_big .QR img{
  width: 145px;
}
.appdl_box_big .pc_flex{
  display: flex;
  background-color: #F5F5F5;
  padding: 20px 40px;
  font-size: 1.5rem;
  font-weight: 600;
  margin:20px auto;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .appdl_box_big .pc_flex{
    display: block;
    margin:0 auto 20px;
  }
  .appdl_box_big a img {
    width: 230px;
    height: auto;
    margin: 10px 0;
  }
  .appdl_box_big .QR{
    display:none;
  }
}
@media screen and (min-width: 1025px) {
  .usage-container { padding: 80px 0 120px; }
  .feature-body h3 { font-size: 2rem; }
}
.usage-caution ul {
  margin: 20px 0;
}
.usage-caution .notes {
  padding-left: 1em;
  text-indent: -1em;
}
.usage-caution .notes li {
  list-style-type: '● ';
  list-style-position: inside;
  padding-left: 1em;
  text-indent: -1em;
}
.usage-caution .comment{
  margin-top: 20px;
}
.usage-caution .comment li{
  list-style-type:none;
  list-style-position: inside;
}
.usage-caution .caution-comment span{
  font-weight: bold;
}
/* end usage notification styles */
#pay .payFlex__list .payFlex__list--logoSizeAp {
  max-width: 100px;
}

/*=========================================
Google Pay 用調整
===========================================*/
.payFlex__list--gp {
  max-width: 200px;
}

.payFlex__list--qp {
  max-width: 280px;
}

@media screen and (min-width: 768px) {
  #pay .caption {
    text-align: center;
  }
}

/*--------------------------------------------------------------------
device
--------------------------------------------------------------------*/
#device {
  padding: 80px 0;
  background: #e7e9ee;
}
@media screen and (min-width: 768px) {
  #device {
    padding: 120px 0;
  }
}

/*=======================================
Apple Pay
=======================================*/
.device__ap .section__txtBox {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.device__ap .section__txt--ap {
  margin-top: 0;
}
.device__ap .deviceLists {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .device__ap .deviceLists {
    max-width: 1000px;
    margin: 60px auto 0;
  }
}
.device__ap .deviceLists .deviceLists__head {
  background: #13017c;
  display: inline-block;
  width: 100%;
  color: #fff;
  text-align: left;
  padding: 8px 20px;
  font-size: 1.6rem;
  position: relative;
  cursor: pointer;
  transition: ease all 0.8s;
}
@media screen and (min-width: 768px) {
  .device__ap .deviceLists .deviceLists__head {
    padding: 16px 20px;
  }
}
.device__ap .deviceLists .deviceLists__head.open::after {
  transform: translateY(-50%) rotate(-135deg);
  top: 55%;
  transition: ease all 0.4s;
}
.device__ap .deviceLists .deviceLists__head::after {
  position: absolute;
  content: "";
  border-bottom: 4px solid #fff;
  border-right: 4px solid #fff;
  width: 16px;
  height: 16px;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  top: 40%;
  transition: ease all 0.4s;
}
.device__ap .deviceLists .deviceLists__body {
  display: none;
  margin-top: 20px;
}
.device__ap .deviceLists .deviceLists__body.open {
  display: block;
  animation: appear 0.8s ease;
}
@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*=======================================
Google Pay
=======================================*/
.device__gp ul {
  margin-top: 20px;
}
.device__gp li {
  color: #717171;
  font-size: 1.4rem;
  padding-left: 1em;
  text-indent: -1em;
}
.device__gp .payWrapper {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .device__gp .payWrapper {
    flex-direction: row;
  }
}
.device__gp .payWrapper .payWrapper__box {
  width: 100%;
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .device__gp .payWrapper .payWrapper__box {
    flex-direction: row;
  }
}
.device__gp .payWrapper .payWrapper__box--blue {
  background: #3d9edf;
}
.device__gp .payWrapper .payWrapper__box--blue p {
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
}
.device__gp .payWrapper .payWrapper__box--white {
  background: #fff;
}

/*--------------------------------------------------------------------
faq
--------------------------------------------------------------------*/
#faq {
  background: #13017c;
  padding: 80px 0;
}
@media screen and (min-width: 768px) {
  #faq {
    padding: 120px 0;
  }
}
#faq .accordion-area {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
@media screen and (min-width: 768px) {
  #faq .accordion-area {
    margin-top: 80px;
    row-gap: 20px;
  }
}
#faq .ac-box {
  background: #fff;
  border-radius: 10px;
  cursor: pointer;
}
#faq .ac-box .ac-inner__flex {
  display: flex;
  flex-direction: row;
  align-items: start;
  padding: 16px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #faq .ac-box .ac-inner__flex {
    padding: 20px;
  }
}
#faq .ac-box .ac-inner__flex--padding {
  padding: 0 16px 16px;
}
@media screen and (min-width: 768px) {
  #faq .ac-box .ac-inner__flex--padding {
    padding: 0 20px 20px;
  }
}
#faq .ac-box .navy {
  color: #13017c;
  font-size: 2rem;
  margin-right: 20px;
  font-weight: 500;
}
#faq .ac-box .ac-title {
  font-weight: 500;
  text-align: left;
}
@media screen and (min-width: 768px) {
  #faq .ac-box .ac-title {
    font-size: 1.6rem;
  }
}
#faq .ac-box .answer {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  #faq .ac-box .answer {
    font-size: 1.5rem;
  }
}
#faq .ac-box .ac-inner {
  display: none;
}
#faq .ac-box .inner__link {
  font-size: 1.4rem;
  line-height: 1.8;
  border-bottom: 1px solid #3d9edf;
}
@media screen and (min-width: 768px) {
  #faq .ac-box .inner__link {
    font-size: 1.5rem;
  }
}
#faq .inner_indent {
  padding-left: 1em;
  text-indent: -1em;
}

/*--------------------------------------------------------------------
caution
--------------------------------------------------------------------*/
#caution {
  padding: 80px 0;
  background: #e7e9ee;
}
#caution .c-flex {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
#caution li {
  font-size: 1.3rem;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 768px) {
  #caution li {
    font-size: 1.4rem;
  }
}
#caution .caution__headline {
  font-size: 1.3rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #caution .caution__headline {
    font-size: 1.4rem;
  }
}

/*--------------------------------------------------------------------
not abailable
--------------------------------------------------------------------*/
#na {
  padding: 80px 0;
  background: #e7e9ee;
}
@media screen and (min-width: 768px) {
  #na {
    padding: 120px 0;
  }
  #na .caption {
    text-align: center;
  }
}

.table__na {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .table__na {
    max-width: 700px;
    margin-top: 80px;
  }
}

thead {
  display: none;
}
@media screen and (min-width: 768px) {
  thead {
    display: contents;
  }
  thead th {
    background: #13017c;
    color: #fff;
    padding: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    border-right: 1px solid #c2c2c2;
  }
}

tbody th {
  background: #13017c;
  color: #fff;
  padding: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  display: block;
  border: 0;
}
@media screen and (min-width: 768px) {
  tbody th {
    display: table-cell;
    background: #fff;
    color: #3d9edf;
    border-right: 1px solid #c2c2c2;
    border-bottom: 1px solid #c2c2c2;
  }
}
tbody td {
  font-size: 1.4rem;
  text-align: center;
  padding: 20px;
  background: #fff;
  display: block;
  border: 0;
}
@media screen and (min-width: 768px) {
  tbody td {
    display: table-cell;
    border-bottom: 1px solid #c2c2c2;
    font-size: 1.6rem;
    text-align: left;
  }
}

.link__btn {
  background: #3d9edf;
  padding: 16px;
  display: block;
  color: #fff;
  border-radius: 30px;
  max-width: 350px;
  text-align: center;
  font-size: 1.6rem;
  margin: 40px auto 0;
}
@media screen and (min-width: 768px) {
  .link__btn {
    margin: 60px auto 0;
  }
}



/*# sourceMappingURL=style.css.map */
