@charset "UTF-8";
/* SP 非表示（PCで表示） */
@media screen and (min-width: 769px) {
  .sp_none {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
}

.pc_none {
  /* SP */
}
@media screen and (min-width: 769px) {
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc_none {
    display: block;
  }
}

html {
  scroll-behavior: smooth;
}

@media screen and (min-width: 769px) {
  #palcloset #wrapper #body #other #help_rightcont #guide_content .cardwrap {
    margin-top: 30px;
  }
  #palcloset #wrapper #body #other #help_rightcont #guide_content .cardwrap .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #palcloset #wrapper #body #other #help_rightcont #guide_content .cardwrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2px;
  }
  #palcloset #wrapper #body #other #help_rightcont #guide_content .cardwrap ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 49%;
    background-color: #f4f4f4;
  }
  #palcloset #wrapper #body #other #help_rightcont #guide_content .cardwrap a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    padding: 16px;
  }
  #palcloset #wrapper #body #other #help_rightcont #guide_content .cardwrap a:hover {
    opacity: 0.8;
  }
  #palcloset #wrapper #body #other #help_rightcont #guide_content .cardwrap a p {
    font-size: 13px;
    margin-left: 16px;
  }
  #palcloset #wrapper #body #other #help_rightcont #guide_content .cardwrap a .icon {
    width: 30px;
    height: auto;
  }
  #palcloset #wrapper #body #other #help_rightcont #guide_content .cards {
    border: 1px solid #dadada;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #help_sub .cardwrap {
    margin-top: 30px;
  }
  #help_sub .cardwrap .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #help_sub .cardwrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2px;
  }
  #help_sub .cardwrap ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 49%;
    background-color: #f4f4f4;
  }
  #help_sub .cardwrap a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    padding: 16px;
  }
  #help_sub .cardwrap a:hover {
    opacity: 0.8;
  }
  #help_sub .cardwrap a p {
    font-size: 13px;
    margin-left: 16px;
  }
  #help_sub .cardwrap a .icon {
    width: 30px;
    height: auto;
  }
  #help_sub .cards {
    border: 1px solid #dadada;
    width: 100%;
  }
  #help_sub .cardwrap ul {
    margin: -1px 0 0 -1px;
    gap: 0;
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
  }
  #help_sub .cardwrap ul li a {
    padding: 16px 12px 16px 16px;
  }
  #help_sub .cardwrap ul li a div p {
    font-size: 12px;
    margin-left: 14px;
  }
  #help_sub .h5 {
    font-size: 14px;
    margin-top: 14px;
  }
  #help_sub .cardwrap ul li {
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #fff;
    border-top: 1px solid #dadada;
    border-left: 1px solid #dadada;
  }
  #help_sub h4 {
    padding-top: 20px;
  }
  #help_sub .card_img {
    width: 90%;
    margin: 30px auto 0;
  }
  #help_sub .card_img img {
    margin-bottom: 20px;
  }
  #help_sub .list {
    margin-bottom: 20px;
    margin-top: 4px;
  }
  #help_sub .list li {
    font-size: 12px;
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 8px;
  }
}/*# sourceMappingURL=payment4.css.map */