@charset "utf-8";
/* ------------------
  guid_common
------------------ */
* {-webkit-touch-callout:none;}

a {
  color: #3895FF;
  -webkit-tap-highlight-color:transparent;
}

a.default-underline {
  text-decoration: underline;
  color: inherit;
}

.main {
  width: 100%;
  padding: 30px 24px 0;
  margin: 0 auto;
}

.top__main {
    padding-top: 40px;
}

.main__title {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 600;
  color: #242323;
  line-height: 1.5;
}

@media screen and (min-width:768px) {
  .main {
    max-width: 768px;
    padding: 40px 0 0;
  }

  .main.help__main {
    padding-top: 64px;    
  }

  .main__title {
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: 600;
  }
}

/* button
  pattern ：デフォルト縦並び
  button_main（縦並び）
  button_main_spM25 (縦並び SP版で左右25px margin)
  button_main.horizontal（水平）
  button_main_spM25.horizonta(水平 SP版で左右25px margin)
*/

.button_main,
.button_main_spM25 {
  margin-top: 32px;
  max-width: 930px;
}

.button_main.bitMargin,
.button_main_spM25.bitMargin {
  margin-top: 77px;
}

.button_main a:not(:first-child),
.button_main_spM25 a:not(:first-child){
  margin-top: 16px;
}

@media screen and (max-width: 767.98px) {
  .main img.pc {
      display: none;
  }
  .main img {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .main img.sp {
      display: none;
  }
}

/* ------------------
  search
------------------ */
.search__main {
    padding-top: 40px;
}

.top__search {
    position: relative;
    width: 640px;
    margin: 0 auto 24px;
}

.top__search-icon {
    margin-right: 16px;
    position: absolute;
    bottom: 0;
    height: 32px;
}

.top__search-icon img {
    width: 32px;
}

@media screen and (max-width: 767.98px) {
    .top__search-icon {
        top: 12px;
    }
}

.top__search-item {
    position: relative;
    width: 426px;
    height: 44px;
    line-height: 44px;
    float: left;
    margin-left: 48px;
    color: #bababa;
    font-size: 16px;
    border-bottom: #bababa solid 1px;
}
  
@media screen and (max-width: 767.98px) {
    .top__search-item {
      width: auto;
      float: none;
    }
}

.popularKeywords {
    width: 640px;
    margin: 0 auto 64px;
    padding: 24px 18px 18px;
    border-radius: 8px;
    background-color: #f7f7f7;
}

@media screen and (max-width: 767.98px) {
    .popularKeywords {
        width: 100%;
        margin: 0 auto 56px;
        padding: 16px 6px 12px;
    }
}

.popularKeywords:after {
    content: "";
    display: block;
    clear: both;
}

.popularKeywords__title {
    margin: 0 6px 6px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
}

.popularKeywords__link {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    float: left;
    max-width: calc(100% - 12px);
    margin: 6px;
    padding: 6px 16px;
    border: 1px solid #dadada;
    border-radius: 33px;
    background-color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.286;
}
@media screen and (max-width: 767.98px) {
  .popularKeywords__title {
    margin: 0 6px 8px;
  }

  .popularKeywords__link {
    margin: 4px 6px;
  }
}

.searchCount {
    width: 100%;
    margin: 56px 0 40px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}
  
@media screen and (max-width: 767.98px) {
    .searchCount {
        margin: 24px 0;
        font-size: 14px;
        font-weight: 700;
    }
}

.searchItem{
    padding: 25px 0;
}

.searchItem:not(:last-child) {
    border-bottom: 1px solid #eee;
}

.searchItem_title{
    margin-bottom: 8px;
    color: #3895ff;
    font-size: 16px;
    font-weight: 700;
}

.searchItem_text {
    padding-top: 10px;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    max-width: 990px;
    white-space: nowrap;
}

@media screen and (max-width: 767.98px) {
    .top__search {
        position: relative;
        width: 100%;
        overflow: hidden;
        display: block;
    }
}

.search__submit {
    width: 150px;
    height: 44px;
    margin-left: 16px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    background: #3895ff;
}

@media screen and (max-width: 767.98px) {
    .search__submit {
        width: 100%;
        margin-top: 24px;
        margin-left: 0;
    }
}

.search__keyword {
    width: 90%;
    outline: none;
}

placeholder.search__keyword {
    color: #bababa;
}

.close_btn {
    display: block;
    position: absolute;
    top: 13px;
    right: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #b2b1b1;
    cursor: pointer;
}

.close_btn::before, .close_btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 9px;
    background: #fff;
}

.close_btn::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.close_btn::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

/* ------------------
  guid_Top
------------------ */
.keyvisual {
  padding: 26px 0 22px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 149px;
  text-align: center;
  background: linear-gradient(to bottom, #83e1ff, #00b9f5);
}

.keyvisual__title {
  display: inline-block;
  margin-top: 8px;
  line-height: 24px;
  color: #fff;
  font-size: 16px;
  margin-top: 14px;
}

@media screen and (min-width: 768px) {
  .keyvisual__title {
    margin: 36px 0 8px;
    font-size: 24px;
    line-height: 1.5;
  }
}

.top__category-title {
  padding-left: 32px;
  font-size: 16px;
  display: flex;
  position: relative;
  cursor: pointer;
  align-items: center;
}

@media screen and (min-width: 374px) {
  .top__category-title {
    padding-left: 38px;
    color: #242323;
  }
}

.input--hide:checked+.top__category-title:after {
  -moz-transform: rotate(-90deg) scale(0.7);
  -webkit-transform: rotate(-90deg) scale(0.7);
  -o-transform: rotate(-90deg) scale(0.7);
  -ms-transform: rotate(-90deg) scale(0.7);
  transition: .5s;
}

.input--hide:checked+.top__category-title+.top__category-list {
  max-height: 100%;
  opacity: 1;
  transition: .3s;
  visibility: visible;
}

.top__category-list {
  margin-bottom: 0;
  max-height: 0;
  opacity: 0;
  transition: .2s;
  visibility: hidden;
  font-size: 14px;
}

.top__category-list a {
  display: block;
}

.top__category-list li {
  padding-left: 1em;
  position: relative;
  list-style: none;
  line-height: 1.5;
}
.top__main .top__category-list li {
  margin: 16px 0;
}

.faqCategory .top__category-list li {
  padding: 5px 0;
  border-bottom: 1px solid #eee;
}

.faqCategory .top__category-list li:first-of-type {
  border-top: 1px solid #eee;
}

.help__main .input--hide:checked+.top__category-title:last-of-type{
  border:0;
}

.top__main .top__category-list li:last-child {
  margin-bottom: 28px;
}

@media screen and (min-width: 768px) {
  .top__category-list {
    padding-left: 38px;
    margin-bottom: 0;
  }
  .top__main .top__category-list li:last-child {
    margin-bottom: 36px;
  }
}

.top__main .top__category-block {
  padding-top: 13px;
  border-top: 1px solid #eee;
}

.help__main .top__category-block:first-of-type {
  border-top: 1px solid #eee;
}

.top__category-title:before {
  content:"";
  position: absolute;
  width: 46px;
  height: 46px;
  left: -10px;
  background-size:contain;
  transform: scale(0.5);
}

.top__category-block:nth-of-type(1) .top__category-title:before {
  background: url(/service/images/guide/icon_beginner_2x.png);
}
.top__category-block:nth-of-type(2) .top__category-title:before {
  background: url(/service/images/guide/icon_cardinfo_2x.png);
}
.top__category-block:nth-of-type(3) .top__category-title:before {
  background: url(/service/images/guide/icon_exclamation_2x.png);
}
.top__category-block:nth-of-type(4) .top__category-title:before {
  background: url(/service/images/guide/icon_lightbulb_2x.png);
}

.top__category-title:after {
    content: url(/service/images/guide/icon_breadcrumb_arrow.png);
    margin-left: auto;
    height: 30px;
    -moz-transform: rotate(90deg) scale(0.7);
    -webkit-transform: rotate(90deg) scale(0.7);
    -o-transform: rotate(90deg) scale(0.7);
    -ms-transform: rotate(90deg) scale(0.7);
    transition: .5s;
}
.top__category {
  border-bottom: 2px solid #EEEEEE;
  padding-bottom: 16px;
  margin-bottom: 40px;
}
@media screen and (min-width:768px) {
  .top__category {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  .keyvisual {
    height: 230px;
  }
  .top__main .top__category-block {
    width: 46%;
  }
}

.top__category-help {
  margin: 0 auto;
  background: #F7F7F7;
  border: #DDDDDD 1px solid;
  text-align: center;
  padding: 20px 24px;
  border-radius: 8px;
}
.top__category-help p{
  margin-bottom: 8px;
  line-height: 21px;
}
.top__category-help a{
  display: block;
  line-height: 21px;
  font-weight: 700;
}

@media screen and (min-width:768px) {
  .top__category-help {
    Width: 440px;
  }
}

/* ------------------
  guid_category
------------------ */
.category__archivetitle {
  padding-left: 40px;
  font-size: 20px;
  line-height: 1.5;
  position: relative;
}
.category__help .category__archivetitle {
  font-size: 20px;
}

@media screen and (min-width:768px) {
  .category__archivetitle {
    font-size: 24px;
  }
}

.category__startguide .category__archivetitle::before,
.category__about .category__archivetitle::before,
.category__attention .category__archivetitle::before,
.category__useful .category__archivetitle::before
 {
  content: "";
  width: 36px;
  height: 36px;
  position: absolute;
  top: -3px;
  left: 0;
}

.category__startguide .category__archivetitle::before {
  background: url(/service/images/guide/icon_beginner_2x.png) center / contain no-repeat;
}

.category__about .category__archivetitle::before {
  background: url(/service/images/guide/icon_cardinfo_2x.png) center / cover no-repeat;
}

.category__attention .category__archivetitle::before {
  background: url(/service/images/guide/icon_exclamation_2x.png) center / cover no-repeat;
}

.category__useful .category__archivetitle::before {
  background: url(/service/images/guide/icon_lightbulb_2x.png) center / cover no-repeat;
}

.category__archivelist {
  margin-top: 36px;
}

.category__help .category__archivelist {
  margin-top: 24px;
}

.category__archivelistitem {
  font-size: 16px;
  border-top: 1px solid #eee;
}

.category__archivelistitem:last-child {
  border-bottom: 1px solid #eee;
}

.category__guidearchivelisttext {
  padding: 16px 24px 16px 0;
  position: relative;
  display: inline-block;
  width: 100%;
}
.category__guidearchivelisttext .qTitle {
  display: block;
}

.category__guidearchivelisttext::before{
  content: '';
  width: 8.5px;
  height: 8.5px;
  border: 0px;
  border-top: solid 2px #bababa;
  border-right: solid 2px #bababa;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -4px;
}

/* ------------------
  guid_archive
  ガイド記事・ヘルプ記事
------------------ */
.archive__main:not(.archive__help) {
  max-width: 768px;
}

.archive__main {
  padding-top: 32px;
}

.archive__main * + figure,
.archive__main * + small,
.archive__main * + p {
  margin-top: 16px;
  line-height: 1.5;
}

.main__title { /* h1 記事タイトルなど */
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 1.5;
}

.archive__main h2 {
  border-top: 2px solid #ddd;
  margin-top: 32px;
  margin-bottom: 16px;
  padding-top: 32px;
  font-size: 16px;
  line-height: 1.5;
}

.archive__main h3 {
  border-top: 1px solid #ddd;
  margin-top: 24px;
  margin-bottom: 16px;
  padding-top: 24px;
  font-size: 16px;
  line-height: 1.5;
}

.archive__main h2:first-child,
.archive__main h3:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.archive__main h2.border-0,
.archive__main h1 + h2,
.archive__main h1 + .attributeLabel + h2 {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}

.archive__main h3.border-0,
.archive__main h2 + h3 {
  padding-top: 0;
  border-top: none;
}

.archive__main strong {
  display: block;
  margin: 8.53vw 0 3.73vw;
  font-size: 16px;
  font-weight: 600;
}

.info-item strong {
  display: inline;
  font-size: 14px;
}

.archive__main em {
  display: block;
  margin: 8.53vw 0 5.33vw;
  font-style: normal;
  font-weight: 600;
}

/* 注記12pxグレー */
.archive__main small,
.archive__main .small-note {
  display: block;
  color: #606060;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
}

@media screen and (min-width:768px) {
  .archive__main {
    padding-top: 56px;
    font-size: 14px;
  }
  .main__title {
    margin-bottom: 40px;
    font-size: 24px;
  }
  .archive__main h2 {
    margin-top: 64px;
    padding-top: 64px;
    font-size: 18px;
  }
  .archive__main h3 {
    margin-top: 40px;
    padding-top: 40px;
  }
  .archive__main strong {
    margin: 48px 0 24px;
    font-size: 1.8rem;
  }

  .info-item strong {
    display: inline;
    font-size: 14px;
  }

  .archive__main em {
    margin: 48px 0 20px;
  }
}

/* 画像 */
.archive__main img {
  max-width: 100%;
  height: auto;
}

.archive__main strong + img {
  margin-top: 6.4vw;
}

.archive__main img {
  display: block;
  height: auto;
  margin: 8.53vw 0;
}

.archive__main figure img {
  max-width: 100%;
  margin: 0 auto;
}

.archive__main ol,
.archive__main ul {
  padding-left: 5.6vw;
}

.archive__main .padding-left0 {
  padding-left: 0;
}

.archive__main ol li,
.archive__main ul li {
  margin-bottom: 1.6vw;
}

.archive__main ol {
  list-style-type: decimal;
}

.archive__main ul {
  list-style-type: disc;
}

.archive__main .list-styleNone {
  padding-left: 0;
}

.archive__main .list-styleNone li{
  list-style: none;
}

.archive__main .list-default {
  line-height: 1.5;
}

.archive__main .list-default li {
  margin: 0;
}

.archive__main blockquote {
  margin: 8.53vw 0;
  font-size: 13px;
  line-height: 1.5;
}

.archive__main .col2 {
  margin: 8.53vw 0;
}

.archive__main .imgCap {
  margin-top: 4.27vw;
  color: #606060;
}

.archive__main a.link2 {
  text-decoration: underline;
}

.archive__main .mainvisual_green {
    width: 100%;
    max-height: 192px;
}

.archive__main .mainvisual_green {
    max-width: 654px;
    height: 34.0625%;
    text-align: center;
    display: flex;
    position: relative;
    background: #20bf7a;
    border-radius: 4px;
}

.archive__main .mainvisual_green::after{
    content: '';
    position: absolute;
    width: 100%;
    top: 5%;
    left: 0;
    background: url('/service/images/guide/img_sp_mainbg_cloud.png') 0 0 no-repeat;
    height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 31.25%;
    background-size: contain;
}

.archive__main .mainvisual_green img {
    margin: auto;
    flex-shrink: 0;
}

.archive__main table {
    width: 100%;
    margin: 16px 0;
    table-layout: fixed;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.archive__main .margin__top-none{
    margin-top: 0;
}

.archive__main table .border-none{
    background: none;
    border-top: none;
    border-left: none;
}

.archive__main table .heading__gold{
    background: #9e823e;
    color:#fff;
}

.archive__main table .heading__black{
    background: #3d3b3b;
    color:#fff;
}

.archive__main table .text-gold{
    color:#9e823e;
}

.archive__main table th {
    padding: 8px;
    font-weight: 300;
    color: #606060;
    background: #eee;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.archive__main table th.text-color-inherit {
  color: inherit;
}

.archive__main  table td {
  padding: 8px;
  text-align: center;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.archive__main .text-left td {
  text-align: left;
}

.archive__main .width-30per {
  width: 30%;
}

.archive__main .width-35per {
  width: 35%;
}

.archive__main .width-70per {
    width: 70%;
}
/* 横スクロールtable */
.archive__main .scroll-table-wrap {
  --scroll-table-min-width: 500px;
  overflow-x: auto;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-right: -24px;
  padding-right: 24px;
}

.archive__main .scroll-table-wrap > table {
  width: auto;
  min-width: 100%;
  width: var(--scroll-table-min-width);
  margin-top: 0;
  margin-bottom: 0;
}

/* スマホでテーブル内の文字サイズを小さく */
.archive__main .table-font-small-sp {
  font-size: 11px;
}

.archive__main .table-font-small-sp .strong {
  font-weight: bold;
  font-size: 12px;
}

.archive__main .table-font-small-sp .smaller {
  font-size: max(0.857em, 11px);
}

@media screen and (min-width:768px) {
  .archive__main img {
    margin: 48px auto;
  }

  .archive__main strong + img {
    margin-top: 24px;
  }

  .archive__main ol,
  .archive__main ul {
    padding-left: 24px;
  }

  .archive__main ol li,
  .archive__main ul li {
    margin-bottom: 6px;
  }

  .archive__main blockquote {
    margin: 48px 0;
    font-size: 1.3rem;
    line-height: 2.3rem;
  }

  .archive__main .col2 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin: 48px 0;
  }

  .archive__main .col2 img {
    margin: 0 24px 0 0;
  }

  .archive__main .col2 em {
    margin-top: 0;
  }

  .archive__main .imgCap {
    margin-top: 16px;
  }

  .archive__main .mainvisual_green {
      max-width: 880px;
      height: 128px;
      border-radius: 7px;
      margin: 0 auto;
  }

  .archive__main .mainvisual_green::after{
      top: 0;
      background: url('/service/images/guide/img_pc_mainbg_cloud.png') 0 0 no-repeat;
      /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
      padding-top: 56.25%;
  }

  .archive__main .table-font-small-sp,
  .archive__main .table-font-small-sp .strong {
    font-size: 14px;
  }
  .archive__main img.sp {
    display: none;
  }
}

@media screen and (max-width:767.98px) {
  .archive__main img.pc {
    display: none;
  }
}

.archive__main .archive__main-contact-notice { 
  font-size: 15px;
  text-align: center;
  margin: 0
}

.archive__main .archive__main-contact-box {
  margin: 24px auto;
  background: #F2F2F2;
  text-align: center;
  padding: 24px 0;
  border-radius: 4px;
}

.archive__main .archive__main-contact-box strong {
  font-size: 16px;
  display: block;
  line-height: 24px;
  margin: 0 0 12px 0;
}

.archive__main .archive__main-contact-box a {
  font-weight: bold;
}

.archive__main .archive__main-contact-box .sp {
  display: block;
}

@media screen and (min-width:768px) {
  .archive__main .archive__main-contact-box strong {
      margin: 0 0 12px 0;
  }

  .archive__main .archive__main-contact-box .sp {
    display: none;
  }

  .archive__main p.archive__main-contact-tel {
    line-height: 24px;
    margin: 0;
  }
}


/* ------------------
  お買物アラート 001057.html
------------------ */
.archive__main .alert-step-list {
  margin: 0;
  padding: 0;
  line-height: 1.5;
}
.archive__main .alert-step-list li {
  list-style: none;
  margin-bottom: 0;
}
.archive__main .alert-step-list > li + li > picture {
  display: block;
  position: relative;
  margin-top: 84px;
}
.archive__main .alert-step-list > li + li > picture:before {
  content: "";
  display: block;
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  margin: auto;
  width: 27px;
  height: 42px;
  background: url('../images/guide/arrow_to_bottom.svg') no-repeat center center/contain;
}
.archive__main .alert-step-list__text {
  margin-top: 16px;
  text-align: center;
}
.archive__main .alert-step-list__picture img {
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .archive__main .alert-step-list {
    display: flex;
    justify-content: space-between;
  }
  .archive__main .alert-step-list > li {
    width: calc((100% - 80px) / 4);
  }
  .archive__main .alert-step-list > li + li > picture {
    margin-top: 0;
  }
  .archive__main .alert-step-list > li + li > picture:before {
    width: 20px;
    height: 14px;
    top: 0;
    bottom: 0;
    left: -24px;
    right: auto;
    background: url('../images/guide/arrow_to_right.svg') no-repeat center center/contain;
  }
}

/* ------------------
  uc/以下のSMS受けページ用
------------------ */

.uc section.content {
    border-bottom: 2px solid;
    border-color: #f4f4f4;
    padding-bottom: 32px;
    margin-bottom: 32px;
}

.uc h1 {
    margin-top: 0;
    text-align: center;
}

.uc .uc__main-title {
    font-size: 16px;
    text-align: left;
}

/* 見出し */
.uc .title-lv1 {
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 20px;
}

.uc .title-lv2 {
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: bold;
}

.uc .title-lv3 {
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {  
  .uc .title-lv1 {
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 24px;
  }

  .uc .title-lv2 {
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: bold;
  }

  .uc .title-lv3 {
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: bold;
  }
}


@media screen and (min-width:768px) {
  .uc .uc__main-title {
      font-size: 18px;
      text-align: left;
  }
}

.uc .sentence {
    margin-bottom: 24px;
}

.uc .box--yellow {
    background-color: #FFF9E5;
    padding: 12px;
    border: 1px solid #FFCC00;
    box-sizing: border-box;
    border-radius: 4px;
}

.uc .box--gray {
    background-color: #F7F7F7;
    padding: 12px;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    border-radius: 4px;
}

.uc .app--link {
    display: flex;
    justify-content: space-between;
    padding: 3px 10px;
    margin-bottom: 24px;
}

.uc .app--attention {
    color: #909090;
    font-size: 12px;
    line-height: 16px;
}

.uc .appDownload {
    margin-top: -8px;
    padding-bottom: 8px;
}

.uc .main p + p {
    margin-top: 1em;
}

.uc .hr-spacer {
  width: 100%;
  margin: 32px 0;
  border: 1px solid #f4f4f4;
}

.uc .notice-list {
  list-style: none;
  margin-top: 8px;
  font-size: 12px;
}

/* ------------------
  guid_search
------------------ */
.bodyBottom .gaidLink {
    margin: 40px 0;
    text-align: center;
}

/* ------------------
  service/help/
------------------ */
/* 検索窓下の人気キーワードが非表示の場合は余白をつける */
#search_form + .faqFrequent {
  margin-top: 56px;
}
@media screen and (min-width: 768px){
  #search_form + .faqFrequent {
    margin-top: 64px;
  }
}
/* 検索窓下の人気キーワードが非表示の場合は余白をつける ここまで　 */

.faqFrequent {
  margin-bottom: 40px;
}

@media screen and (min-width: 768px){
  .faqFrequent {
      margin-bottom: 64px;
  }
}

.faqFrequent-item {
  padding: 3px 0;
  border-top: 1px solid #eee;
  position: relative;
  list-style: none;
  line-height: 1.5;
}
@media screen and (min-width: 768px){
  .faqFrequent-item {
    padding: 2px 0;
  }
}

.faqFrequent-item:last-child {
  border-bottom: 1px solid #eee;
}
.helpCategoriesfirst {
    display: none;
}

.help__main .top__category-item {
  padding: 12px 0;
  display: block;
}
@media screen and (min-width: 768px){
  .help__main .top__category-item {
    padding: 10px 0;
  }
}

.help__main .top__category-title {
  padding: 13px 0;
  font-size: 14px;
  border-bottom: 1px solid #eee;
}

.help__main .linkText,
.category__help .linkText {
  padding: 10.5px 5px;
  font-size: 14px;
  font-weight: bold;
  background: #FFFFFF;
  display: block;
  border: 1px solid #3895FF;
  box-sizing: border-box;
  border-radius: 8px;
}
@media screen and (min-width:768px) {
  .help__main .linkText,
  .category__help .linkText {
    border: none;
  }
}
.help__main .textC{
    text-align: center;
}

.help__main .moreTxt{
    text-align: right;
    display: block;
    margin-bottom: 32px;
}

.archive__qTitle{
  display: block;
}

.main__titletext.archive__qTitle {/* ヘルプ記事タイトル */
  line-height: 1.2;
}

.help__main .archive__qTitle{
  padding-left: 32px;
  font-size: 14px;
}

.archive__qTitle::before{
  content :"Q";
  width: 24px;
  height: 24px;
  background: #242323;
  line-height: 20px;
  color: #f7f7f7;
  text-align: center;
  border-radius: 50%;
  margin-right: 4px;
  position: absolute;
  left: -30px;
  top: 0;
  font-weight: bold;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.help__main .archive__qTitle::before{
  left: 0px;
  top: 12px;
}
.help__main .archive__qTitle{
  padding: 12px 0 12px 32px;;
  display: block;
}

.help__main .main__title {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: bold;
  color: #242323;
  line-height: 1.5;
}

@media screen and (min-width: 768px){
  .help__main .main__title {
    font-size: 20px;
  }
}
  
.help__main .borderNone{
  border-bottom: none;
}
.help__main .moreTxt{
  font-size: 14px;   
}
.help__main .qTitle {
  display: inline-block;
  margin-left: 36px;
  position: relative;
}
.bottom_naviLink {
  padding-top: 40px;
  margin-top: 56px;
  border-top: 2px solid #eee;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
.help__main .bottom_naviLink {
  margin-top: 0;
}

@media screen and (min-width: 320px){
    .help__main .moreTxt{
        text-align: center!important;
    }
}

@media screen and (min-width: 768px){
    .help__main .moreTxt{
        margin-bottom: 53px;
        text-align: right!important;
    }

    .bottom_naviLink {
    margin-top: 30px;
    }
    .archive__qTitle::before{
      content :"Q";
      width: 24px;
      height: 24px;
      background: #242323;
      line-height: 20px;
      color: #f7f7f7;
      text-align: center;
      border-radius: 50%;
      margin-right: 4px;
      position: absolute;
      left: 0;
      top: 2px;
      font-weight: bold;
      font-size: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .help__main .archive__qTitle::before{
      top: 10px;
      left: 0;
    }
}
/* ------------------
category
------------------ */
.category__guide .bottom_naviLink,
.category__help .bottom_naviLink {
  padding-top: 0;
  margin-top: 36px;
  border-top: none;
}
.bottom_naviItem:not(:first-child) {
  margin-top: 36px;
}

.category__guid .qTitle{
  display: block;
}

/* ------------------
archive
------------------ */
.category__help .category__archivetitle{
    padding-left: 0;
}

.category__help .archive__qTitle {
    padding-left: 8px;
    margin-right: 8px;
    font-size: 14px;
    position: relative;
    display: block;
}

.category__help .archive__qTitle::before {
    padding: 0 8px 0 8px;
    left: -30px;
    top: -2px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
}

.category__archivelisttext {
  padding: 16px 24px 16px 0;
  margin-left: 1em;
  text-indent: -1em;
  position: relative;
  display: inline-block;
  width: calc(100% - 1em);
}

.category__archivelisttext::before{
  content: '';
  width: 8.5px;
  height: 8.5px;
  border: 0px;
  border-top: solid 2px #bababa;
  border-right: solid 2px #bababa;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -4px;
}

.category__help .category__archivelisttext::before{
  content: none;
}

.category__help .category__archivelisttext{
    padding: 16px 24px 16px 30px;
    margin-left: 0;
    text-indent: 0;
    position: relative;
    width: 100%;
}

@media screen and (min-width: 768px){
    .category__help .archive__qTitle::before {
      padding: 0 8px 0 8px;
      left: -30px;
      top: calc(50% - 12px);
      width: 24px;
      height: 24px;
      line-height: 24px;
      font-size: 14px;
    }

    .category__help .category__archivelisttext {
        padding: 11px 24px 10px 0px;
        margin-left: 30px;
    }

}
/* ------------------
archive__main
------------------ */
/* FAQ Qタイトル */
.archive__main .archive__qTitle{
    padding-left: 34px;
    position: relative;
    display: block;
}
.archive__main .archive__qTitle::before {
    left: 0px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
}
@media screen and (min-width: 768px){
   .archive__main .archive__qTitle{
        padding-left: 30px;
   }
}

@media screen and (min-width:768px) and (max-width: 1010px) {
  .main {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* ------------------
archive__faq
------------------ */
.side li {
  list-style: none;
}
.archive__faq .categor__item > a {
  display: none;
}
.side {
  margin-top: 64px;
}
.categor__itemHeading {
  margin-bottom: 24px;
  font-weight: bold;
  font-size: 18px;
}
.categor__itemHeading:after {
  content: "一覧";
}
@media screen and (min-width: 768px){
  .categor__itemHeading {
    font-size: 20px;
  }
}
.side__category {
  border-bottom: 2px solid #eee;
}

.side .categor-second {
  padding: 0;
}
.archive__main ul.categor__list,
.archive__main ul.categor-second,
.archive__main ul.categor-third {
  list-style: none;
  padding-left: 0;

}

.archive__main ul.categor__list {
  width: 100%;
}

.archive__main ul .categor-second__item {
  list-style: none;
  margin-bottom: 0;
}

.category__subtitle {
  margin-top: 48px;
  font-size: 16px;
}
@media screen and (min-width: 768px){
  .category__subtitle {
    font-size: 18px;
  }
}

.categor-second__itemHeading {
  padding: 10px 30px 10px 0;
  margin: 5px 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}

@media screen and (max-width: 767.98px){
.categor-second__itemHeading {
  font-size: 14px;
  display: block;
  }
}

.categor-second__itemHeading::after {
  content: '';
  width: 8.5px;
  height: 8.5px;
  border: none;
  border-top: solid 2px #bababa;
  border-right: solid 2px #bababa;
  transform: rotate(135deg);
  position: absolute;
  top: calc(50% - 6px);
  right: 12px;
  transition: .3s;
}

.categor-second__item{
  border-top: 1px solid #eee;
}

.archive__main .categor-second__itemHeading {
  margin: 0;
}

.input--hide:checked + .categor-second__itemHeading::after {
  transform: rotate(-45deg);
}

.categor-third__item {
  padding: 5px 0;
  transition: .1s;
  border-top: 1px solid #eee;
}

.archive__main .categor-third__item {
  padding: 2.5px 0;
  margin-bottom: 0;
}

.input--hide:checked+.categor-second__itemHeading+.categor-third .archive__main .categor-third__item {
  margin: 16px 0 0;
  list-style: none;
}
.categor-third__itemlink {
  display: block;
  padding: 10px 0;
}

.input--hide:checked+.categor-second__itemHeading+.categor-third {
  max-height: 100vh;
  max-height: -webkit-fill-available;
  opacity: 1;
  transition: .3s;
  visibility:  visible;
}

.categor-third {
  margin-bottom: 0;
  max-height: 0;
  opacity: 0;
  transition: .2s;
  visibility: hidden;
  font-size: 14px;
}

.archive__help {
  font-size: 14px;
}

@media screen and (max-width: 767.98px){
  .side {
    margin-top: 64px;
  }
}
@media screen and (min-width: 768px){
  .archive__help {
    display: flex;
    justify-content: space-between;
  }
  .archive__help .side {
    margin: 0;
  }
  .archive__help .side ul.categor__list {
    margin-left: 60px;
    width: 260px;
  }
  .archive__help .column {
    width: 639px;
  }
}

  .category__block1__group {
    margin: 48px 0 20px;
}

  .category__block2__group {
    margin: 48px 0 20px;;
}

@media screen and (max-width: 767.98px){
  .category__block1__group {
    margin: 20px 0 0;
  }
}

@media screen and (max-width: 767.98px){
  .category__block2__group {
    margin: 15px 0 15px;
  }
}
/* ------------------
ラベル
------------------ */
.card__tag {
    display: inline-block;
    margin-top: 5px;
    padding: 0 8px;
    border-radius: 25px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    line-height: 1.5;
}
.card__tag--gold {
    background-color: #dfd8c4;
    color: #756e5a;
}

.archive__main .card__tag {
    margin-top: 0;
    margin-bottom: 33px;
}

.category__help .card__tag {
    margin-left: 8px;
}

@media screen and (min-width: 768px){
  .archive__main .card__tag {
    margin-bottom: 0;
  }

  .archive__main .attributeLabel {
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 767.98px){
  .archive__help .attributeLabel {
    margin-bottom: 0;
  }
}

/* Utility */
.t-bold { font-weight: 600; }
.t-normal { font-weight: 400; }
.t-left { text-align: left!important; }
.t-center { text-align: center!important; }
.t-right { text-align: right!important; }
.w-100p { width: 100%!important; }
.w-auto { width: auto!important; }
.d-block { display: block; }
.d-inline { display: inline; }
.d-inline-block { display: inline-block; }

/* 余白 */
.mt-0 { margin-top: 0!important; }
.mb-0 { margin-bottom: 0!important; }
.mt-8 { margin-top: 8px!important; }
.mb-8 { margin-bottom: 8px!important; }
.mt-16 { margin-top: 16px!important; }
.mb-16 { margin-bottom: 16px!important; }
.mt-24 { margin-top: 24px!important; }
.mb-24 { margin-bottom: 24px!important; }
.mt-32 { margin-top: 32px!important; }
.mb-32 { margin-bottom: 32px!important; }
.mt-40 { margin-top: 40px!important; }
.mb-40 { margin-bottom: 40px!important; }
.mt-56 { margin-top: 56px!important; }
.mb-56 { margin-bottom: 56px!important; }
.mt-64 { margin-top: 64px!important; }
.mb-64 { margin-bottom: 64px!important; }
.mx-auto { margin-right: auto!important; margin-left: auto!important;}

.mt-lv2 { margin-top: 32px; }
.mt-lv3 { margin-top: 24px; }
@media (min-width: 768px) {
  .mt-lv2 { margin-top: 64px; }
  .mt-lv3 { margin-top: 40px; }
}

/* hr */
.hr-space-lv2 {
  margin: 32px 0;
  border: 1px solid #ddd;
  border-bottom: 0;
}
.hr-space-lv3 {
  margin: 24px 0;
  border: 1px solid #ddd;
  border-bottom: 0;
}
@media (min-width: 768px) {
  .hr-space-lv2 {
    margin: 64px 0;
  }
  .hr-space-lv3 {
    margin: 40px 0;
  }
}

/* PC SP 切替用 */
@media (max-width: 767.98px) {
  .hidden-sp { display: none; }
}
@media (min-width: 768px) {
  .hidden-pc { display: none; }
}

/*SBYM特典利用・・・PCの時だけ横並びにする*/
@media screen and (min-width:768px) {
    .pc_wrap{
        display: flex;
        justify-content: center;
        gap: 32px;
    }
}
