@charset "UTF-8";
/* Scss Document */
@import "https://fonts.googleapis.com/css?family=Roboto:400,500,700";
/*reuse*/
* {
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%; }

body {
  position: relative;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
  line-height: 1.7;
  font-size: 1.6rem;
  font-family: 'Roboto', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  background-color: #fff; }

.breadcrumbs-list li {
  font-size: 1.4rem; }

/*commmon*/
.tablet_on {
  display: none; }

.sp_on {
  display: none; }

img {
  width: 100%;
  height: auto;
  vertical-align: bottom; }

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

a {
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }
  a.arrow-ic {
    display: inline-block;
    color: #333;
    font-size: 1.6rem; }
    a.arrow-ic span {
      padding-left: 20px;
      background: url(/support/common/images/top/h2_ic02.png) no-repeat left center/12px auto; }

.mt20 {
  margin-top: 20px; }

.mt40 {
  margin-top: 40px; }

.gray-btn {
  display: block;
  color: #333;
  text-align: center;
  background-color: #F5F7F9;
  border-radius: 10px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  transition: all 0.3s; }
  .gray-btn:hover {
    background-color: #DBDBDB;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.32); }

.white-btn {
  display: block;
  color: #333;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  transition: all 0.3s; }
  .white-btn:hover {
    background-color: #F5F7F9;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.32);
    text-decoration: none; }

.blue-btn {
  display: block;
  color: #fff;
  text-align: center;
  background-color: #006FA0;
  transition: all 0.3s; }
  .blue-btn:hover {
    text-decoration: none;
    background-color: #007DB4; }

.yellow-btn {
  display: block;
  color: #fff;
  text-align: center;
  background-color: #D99D27;
  transition: all 0.3s; }
  .yellow-btn:hover {
    text-decoration: none;
    background-color: #E5AD3F; }

.wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto; }

table {
  width: 100%;
  border-collapse: collapse; }

h1 {
  padding: 40px 0;
  color: #000;
  font-size: 3.4rem;
  font-weight: normal;
  text-align: center;
  background-color: #DBF4FF; }
  h1.call_ic span {
    padding-left: 38px;
    background: url(/support/inquiry/common/images/contact_ic01.png) no-repeat left center/36px auto; }

.clearText {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

@media screen and (min-width: 769px) and (max-width: 1000px) {
  /*common*/
  .tablet_on {
    display: block; }

  .tablet_off {
    display: none; }

  header {
    padding: 0 20px; } }
@media screen and (min-width: 375px) and (max-width: 1000px) {
  /*common*/
  .wrap {
    padding: 0 20px; } }
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem; }

  main {
    padding-top: 80px; }

  /*common*/
  .sp_on {
    display: block; }

  .sp_off {
    display: none; }

  h1 {
    padding: 20px 0;
    font-size: 2.4rem; }
    h1.call_ic span {
      padding-left: 28px;
      background-size: 26px auto; } }
@media screen and (max-width: 374px) {
  /*common*/
  .wrap {
    padding: 0 10px; } }
#campaign #service_header .wrap .nav-menu_pc .link_payment a::after {
  transform: scale(1, 1); }

.change-txt {
  text-align: center;
  margin-top: 70px; }
  .change-txt span {
    text-decoration: underline; }

.anchor-list {
  margin: 70px 0 100px;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16); }
  .anchor-list li {
    width: 50%;
    transition: all 0.3s; }
    .anchor-list li:hover {
      opacity: 0.6; }
      .anchor-list li:hover a {
        background-position: center bottom 13px; }
    .anchor-list li a {
      display: block;
      padding: 80px 0 43px;
      color: #333;
      font-size: 1.8rem;
      text-align: center;
      text-decoration: none;
      transition: all 0.3s;
      background: url(../images/payment/arrow_under.png) no-repeat center bottom 18px/16px auto; }
    .anchor-list li:nth-of-type(n+2) {
      border-left: solid 1px #ccc; }
    .anchor-list li.anchor_credit {
      background: url(../images/payment/icon_credit.png) no-repeat center top 20px/50px auto; }
    .anchor-list li.anchor_bank {
      background: url(../images/payment/icon_bank.png) no-repeat center top 23px/52px auto; }
    .anchor-list li.anchor_fee {
      background: url(../images/payment/icon_title_fee.png) no-repeat center top 20px/50px auto; }
    .anchor-list li.anchor_withdraw01 {
      background: url(../images/payment/icon_withdraw01.png) no-repeat center top 20px/50px auto; }
    .anchor-list li.anchor_withdraw02 {
      background: url(../images/payment/icon_withdraw02.png) no-repeat center top 20px/50px auto; }

_::-webkit-full-page-media, _:future, :root .anchor-link {
  filter: none;
  border: 1px solid #ccc;
  /* for safari */ }

@media all and (-ms-high-contrast: none) {
  .anchor-link {
    filter: none;
    border: 1px solid #ccc;
    /* for IE */ } }
.service-credit {
  padding: 60px 0 80px;
  background-color: #F9FAFC; }
  .service-credit ul.credit-card {
    display: flex;
    justify-content: center;
    margin: auto; }
    .service-credit ul.credit-card li {
      width: 80px;
      margin-top: 30px;
      margin-left: 50px;
      padding-top: 50px;
      font-size: 1.2rem;
      text-align: center; }
      .service-credit ul.credit-card li:first-child {
        margin-left: 0;
        background: url(../images/payment/img_visa.png) no-repeat center top/62px auto; }
      .service-credit ul.credit-card li:nth-child(2) {
        background: url(../images/payment/img_mastercard.png) no-repeat center top/59px auto; }
      .service-credit ul.credit-card li:nth-child(3) {
        background: url(../images/payment/img_jcb.png) no-repeat center top/52px auto; }
      .service-credit ul.credit-card li:nth-child(4) {
        background: url(../images/payment/img_diners.png) no-repeat center top/55px auto; }
      .service-credit ul.credit-card li:nth-child(5) {
        background: url(../images/payment/img_amex.png) no-repeat center top/40px auto; }

.service-withdraw02 {
  padding: 60px 0 80px;
  background-color: #F9FAFC;
  margin-bottom: 0 !important; }

.service-fee {
  padding: 60px 0 80px;
  background-color: #F9FAFC;
  margin-bottom: 0 !important; }
  .service-fee__price {
    display: block;
    justify-content: center; }
    .service-fee__price .pricelist {
      width: 70%;
      min-width: 500px;
      text-align: left;
      margin: 70px auto 20px auto;
      /*&:first-of-type{
          border-right:1px solid #CCCCCC;
          padding-right:3.5%;
      }
      &:last-of-type{
          padding-left:3.5%;
      }*/ }
      .service-fee__price .pricelist__ttl {
        text-align: center;
        width: 100%;
        border: 1px solid #333;
        margin: 0 auto;
        padding: 5px 0; }
      .service-fee__price .pricelist__txt {
        text-align: left;
        margin-top: 40px; }
        .service-fee__price .pricelist__txt .attention {
          display: block; }
      .service-fee__price .pricelist__txt_price {
        margin-top: 20px;
        font-size: 2.4rem;
        font-weight: bold;
        text-align: center; }
        .service-fee__price .pricelist__txt_price span {
          font-size: 1.4rem; }
      .service-fee__price .pricelist__cond {
        margin-top: 40px; }
        .service-fee__price .pricelist__cond .conditions__ttl {
          margin-bottom: 10px; }
        .service-fee__price .pricelist__cond .conditions__list {
          font-size: 1.5rem; }
          .service-fee__price .pricelist__cond .conditions__list__child .condDetail {
            margin-top: 10px; }
            .service-fee__price .pricelist__cond .conditions__list__child .condDetail__ttl {
              background: #ececec;
              padding: 2px 14px; }
            .service-fee__price .pricelist__cond .conditions__list__child .condDetail__list {
              margin: 10px 0; }
              .service-fee__price .pricelist__cond .conditions__list__child .condDetail__list dd {
                font-size: 1.2rem;
                margin-left: 0; }
          .service-fee__price .pricelist__cond .conditions__list__child span {
            font-size: 1.2rem; }

.cond-box {
  border: 1px solid #CCCCCC;
  padding: 15px 20px;
  margin-top: 20px; }

.service-credit, .service-bank, .service-fee, .service-withdraw01, .service-withdraw02 {
  margin: 0px auto 100px;
  text-align: center; }
  .service-credit p, .service-bank p, .service-fee p, .service-withdraw01 p, .service-withdraw02 p {
    text-align: center; }
  .service-credit a, .service-bank a, .service-fee a, .service-withdraw01 a, .service-withdraw02 a {
    text-decoration: none !important; }
  .service-credit h2, .service-bank h2, .service-fee h2, .service-withdraw01 h2, .service-withdraw02 h2 {
    padding: 70px 0 30px;
    font-size: 3.0rem;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: center 0;
    color: #006FA0; }
  .service-credit .service-credit__title, .service-bank .service-credit__title, .service-fee .service-credit__title, .service-withdraw01 .service-credit__title, .service-withdraw02 .service-credit__title {
    background-image: url("../images/payment/icon_credit.png");
    background-size: 60px auto; }
  .service-credit .service-bank__title, .service-bank .service-bank__title, .service-fee .service-bank__title, .service-withdraw01 .service-bank__title, .service-withdraw02 .service-bank__title {
    background-image: url("../images/payment/icon_bank.png");
    background-size: 60px auto; }
  .service-credit .service-fee__title, .service-bank .service-fee__title, .service-fee .service-fee__title, .service-withdraw01 .service-fee__title, .service-withdraw02 .service-fee__title {
    background-image: url("../images/payment/icon_title_fee.png");
    background-size: 60px auto; }
  .service-credit .service-withdraw01__title, .service-bank .service-withdraw01__title, .service-fee .service-withdraw01__title, .service-withdraw01 .service-withdraw01__title, .service-withdraw02 .service-withdraw01__title {
    background-image: url("../images/payment/icon_withdraw01.png");
    background-size: 60px auto; }
  .service-credit .service-withdraw02__title, .service-bank .service-withdraw02__title, .service-fee .service-withdraw02__title, .service-withdraw01 .service-withdraw02__title, .service-withdraw02 .service-withdraw02__title {
    background-image: url("../images/payment/icon_withdraw02.png");
    background-size: 60px auto; }
  .service-credit .service-box, .service-bank .service-box, .service-fee .service-box, .service-withdraw01 .service-box, .service-withdraw02 .service-box {
    margin-top: 20px;
    display: flex;
    border: 1px solid #CCCCCC;
    background: #ffffff; }
    .service-credit .service-box li, .service-bank .service-box li, .service-fee .service-box li, .service-withdraw01 .service-box li, .service-withdraw02 .service-box li {
      padding: 20px;
      text-align: left; }
      .service-credit .service-box li:first-child, .service-bank .service-box li:first-child, .service-fee .service-box li:first-child, .service-withdraw01 .service-box li:first-child, .service-withdraw02 .service-box li:first-child {
        background: #DBF4FF;
        padding-left: 45px;
        padding-right: 45px;
        display: flex;
        justify-content: center;
        align-items: center;
        min-width: 280px; }
      .service-credit .service-box li span.blue-color, .service-bank .service-box li span.blue-color, .service-fee .service-box li span.blue-color, .service-withdraw01 .service-box li span.blue-color, .service-withdraw02 .service-box li span.blue-color {
        color: #006FA0; }
      .service-credit .service-box li span.bank-list, .service-bank .service-box li span.bank-list, .service-fee .service-box li span.bank-list, .service-withdraw01 .service-box li span.bank-list, .service-withdraw02 .service-box li span.bank-list {
        display: inline-block;
        margin-right: 10px; }
  .service-credit article, .service-bank article, .service-fee article, .service-withdraw01 article, .service-withdraw02 article {
    text-align: left; }
    .service-credit article .service-content > p, .service-bank article .service-content > p, .service-fee article .service-content > p, .service-withdraw01 article .service-content > p, .service-withdraw02 article .service-content > p {
      text-align: left; }
    .service-credit article .service-content .service-note, .service-bank article .service-content .service-note, .service-fee article .service-content .service-note, .service-withdraw01 article .service-content .service-note, .service-withdraw02 article .service-content .service-note {
      margin-top: 10px; }
      .service-credit article .service-content .service-note tr, .service-bank article .service-content .service-note tr, .service-fee article .service-content .service-note tr, .service-withdraw01 article .service-content .service-note tr, .service-withdraw02 article .service-content .service-note tr {
        border-top: 1px solid #ccc;
        border-right: 1px solid #ccc; }
      .service-credit article .service-content .service-note td, .service-bank article .service-content .service-note td, .service-fee article .service-content .service-note td, .service-withdraw01 article .service-content .service-note td, .service-withdraw02 article .service-content .service-note td {
        border-bottom: 1px solid #ccc;
        border-left: 1px solid #ccc;
        padding: 20px; }
        .service-credit article .service-content .service-note td.service-note-bg, .service-bank article .service-content .service-note td.service-note-bg, .service-fee article .service-content .service-note td.service-note-bg, .service-withdraw01 article .service-content .service-note td.service-note-bg, .service-withdraw02 article .service-content .service-note td.service-note-bg {
          background: #DBF4FF;
          text-align: center; }
    .service-credit article .service-content .secure-link, .service-bank article .service-content .secure-link, .service-fee article .service-content .secure-link, .service-withdraw01 article .service-content .secure-link, .service-withdraw02 article .service-content .secure-link {
      display: flex;
      justify-content: center;
      flex-wrap: wrap; }
      .service-credit article .service-content .secure-link li, .service-bank article .service-content .secure-link li, .service-fee article .service-content .secure-link li, .service-withdraw01 article .service-content .secure-link li, .service-withdraw02 article .service-content .secure-link li {
        margin-top: 30px;
        margin-left: 0;
        text-align: center;
        width: 30%; }
        .service-credit article .service-content .secure-link li a, .service-bank article .service-content .secure-link li a, .service-fee article .service-content .secure-link li a, .service-withdraw01 article .service-content .secure-link li a, .service-withdraw02 article .service-content .secure-link li a {
          display: block;
          width: 100%;
          padding: 90px 0 20px;
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
          transition: all 0.3s;
          color: #333;
          border-radius: 6px; }
          .service-credit article .service-content .secure-link li a:hover, .service-bank article .service-content .secure-link li a:hover, .service-fee article .service-content .secure-link li a:hover, .service-withdraw01 article .service-content .secure-link li a:hover, .service-withdraw02 article .service-content .secure-link li a:hover {
            text-decoration: none;
            box-shadow: 0 0 6px rgba(0, 0, 0, 0.32); }
        .service-credit article .service-content .secure-link li:first-child, .service-bank article .service-content .secure-link li:first-child, .service-fee article .service-content .secure-link li:first-child, .service-withdraw01 article .service-content .secure-link li:first-child, .service-withdraw02 article .service-content .secure-link li:first-child {
          margin-left: 0;
          background: #fff url(../images/payment/logo_verified_visa.gif) no-repeat center 14px/105px auto;
          margin-right: 20px; }
        .service-credit article .service-content .secure-link li:nth-child(2), .service-bank article .service-content .secure-link li:nth-child(2), .service-fee article .service-content .secure-link li:nth-child(2), .service-withdraw01 article .service-content .secure-link li:nth-child(2), .service-withdraw02 article .service-content .secure-link li:nth-child(2) {
          background: #fff url(../images/payment/logo_master_secure.gif) no-repeat center 14px/105px auto;
          margin-right: 20px; }
        .service-credit article .service-content .secure-link li:nth-child(3), .service-bank article .service-content .secure-link li:nth-child(3), .service-fee article .service-content .secure-link li:nth-child(3), .service-withdraw01 article .service-content .secure-link li:nth-child(3), .service-withdraw02 article .service-content .secure-link li:nth-child(3) {
          background: #fff url(../images/payment/logo_jcb_secure.gif) no-repeat center 14px/105px auto; }
        .service-credit article .service-content .secure-link li:nth-child(4), .service-bank article .service-content .secure-link li:nth-child(4), .service-fee article .service-content .secure-link li:nth-child(4), .service-withdraw01 article .service-content .secure-link li:nth-child(4), .service-withdraw02 article .service-content .secure-link li:nth-child(4) {
          background: #fff url(../images/payment/logo_SafeKey_Alt.png) no-repeat center 30px/125px auto;
          margin-right: 20px; }
        .service-credit article .service-content .secure-link li:nth-child(5), .service-bank article .service-content .secure-link li:nth-child(5), .service-fee article .service-content .secure-link li:nth-child(5), .service-withdraw01 article .service-content .secure-link li:nth-child(5), .service-withdraw02 article .service-content .secure-link li:nth-child(5) {
          background: #fff url(../images/payment/protectbuy_logo_vertical.jpg) no-repeat center 19px/90px auto; }
    .service-credit article .service-content .security-code, .service-bank article .service-content .security-code, .service-fee article .service-content .security-code, .service-withdraw01 article .service-content .security-code, .service-withdraw02 article .service-content .security-code {
      border: 1px solid #ccc;
      background: #fff;
      padding: 20px;
      display: flex;
      justify-content: center;
      width: 700px;
      margin: 30px auto 0; }
      .service-credit article .service-content .security-code li, .service-bank article .service-content .security-code li, .service-fee article .service-content .security-code li, .service-withdraw01 article .service-content .security-code li, .service-withdraw02 article .service-content .security-code li {
        margin-left: 25px; }
        .service-credit article .service-content .security-code li:first-child, .service-bank article .service-content .security-code li:first-child, .service-fee article .service-content .security-code li:first-child, .service-withdraw01 article .service-content .security-code li:first-child, .service-withdraw02 article .service-content .security-code li:first-child {
          margin-left: 0px; }
        .service-credit article .service-content .security-code li p, .service-bank article .service-content .security-code li p, .service-fee article .service-content .security-code li p, .service-withdraw01 article .service-content .security-code li p, .service-withdraw02 article .service-content .security-code li p {
          font-size: 1.4rem;
          width: 300px; }
          .service-credit article .service-content .security-code li p img, .service-bank article .service-content .security-code li p img, .service-fee article .service-content .security-code li p img, .service-withdraw01 article .service-content .security-code li p img, .service-withdraw02 article .service-content .security-code li p img {
            width: 300px;
            height: auto; }
          .service-credit article .service-content .security-code li p span, .service-bank article .service-content .security-code li p span, .service-fee article .service-content .security-code li p span, .service-withdraw01 article .service-content .security-code li p span, .service-withdraw02 article .service-content .security-code li p span {
            display: block;
            text-align: left; }
          .service-credit article .service-content .security-code li p:first-child, .service-bank article .service-content .security-code li p:first-child, .service-fee article .service-content .security-code li p:first-child, .service-withdraw01 article .service-content .security-code li p:first-child, .service-withdraw02 article .service-content .security-code li p:first-child {
            margin-bottom: 10px; }
    .service-credit article .service-content .credit-change-flow, .service-bank article .service-content .credit-change-flow, .service-fee article .service-content .credit-change-flow, .service-withdraw01 article .service-content .credit-change-flow, .service-withdraw02 article .service-content .credit-change-flow {
      display: flex;
      justify-content: center;
      margin-top: 30px; }
      .service-credit article .service-content .credit-change-flow p, .service-bank article .service-content .credit-change-flow p, .service-fee article .service-content .credit-change-flow p, .service-withdraw01 article .service-content .credit-change-flow p, .service-withdraw02 article .service-content .credit-change-flow p {
        width: 450px;
        margin-left: 20px; }
        .service-credit article .service-content .credit-change-flow p:first-child, .service-bank article .service-content .credit-change-flow p:first-child, .service-fee article .service-content .credit-change-flow p:first-child, .service-withdraw01 article .service-content .credit-change-flow p:first-child, .service-withdraw02 article .service-content .credit-change-flow p:first-child {
          margin-left: 0; }
        .service-credit article .service-content .credit-change-flow p a, .service-bank article .service-content .credit-change-flow p a, .service-fee article .service-content .credit-change-flow p a, .service-withdraw01 article .service-content .credit-change-flow p a, .service-withdraw02 article .service-content .credit-change-flow p a {
          width: 100%;
          padding: 15px 0;
          color: #006FA0;
          font-weight: bold;
          font-size: 2.0rem;
          border-radius: 6px; }
          .service-credit article .service-content .credit-change-flow p a span, .service-bank article .service-content .credit-change-flow p a span, .service-fee article .service-content .credit-change-flow p a span, .service-withdraw01 article .service-content .credit-change-flow p a span, .service-withdraw02 article .service-content .credit-change-flow p a span {
            color: #333; }
    .service-credit article .service-content .dl-btn, .service-bank article .service-content .dl-btn, .service-fee article .service-content .dl-btn, .service-withdraw01 article .service-content .dl-btn, .service-withdraw02 article .service-content .dl-btn {
      margin: 30px auto; }
      .service-credit article .service-content .dl-btn a, .service-bank article .service-content .dl-btn a, .service-fee article .service-content .dl-btn a, .service-withdraw01 article .service-content .dl-btn a, .service-withdraw02 article .service-content .dl-btn a {
        width: 500px;
        padding: 15px 0;
        color: #006FA0;
        font-weight: bold;
        border-radius: 6px;
        margin: auto; }
    .service-credit article .service-content .credit-img, .service-bank article .service-content .credit-img, .service-fee article .service-content .credit-img, .service-withdraw01 article .service-content .credit-img, .service-withdraw02 article .service-content .credit-img {
      margin: 30px auto 0;
      text-align: center;
      width: 630px;
      height: auto; }
    .service-credit article .service-content__ttl, .service-bank article .service-content__ttl, .service-fee article .service-content__ttl, .service-withdraw01 article .service-content__ttl, .service-withdraw02 article .service-content__ttl {
      color: #006FA0;
      font-weight: bold; }
    .service-credit article h3, .service-bank article h3, .service-fee article h3, .service-withdraw01 article h3, .service-withdraw02 article h3 {
      margin-top: 70px;
      margin-bottom: 25px;
      padding: 0 0 10px 30px;
      font-size: 2.0rem;
      width: 100%; }
    .service-credit article .service-credit__title2, .service-bank article .service-credit__title2, .service-fee article .service-credit__title2, .service-withdraw01 article .service-credit__title2, .service-withdraw02 article .service-credit__title2 {
      background: url(../images/payment/icon_title_credit.png) no-repeat left 7px/22px auto, url(../images/payment/title_line.png) no-repeat bottom; }
    .service-credit article .service-bank__title2, .service-bank article .service-bank__title2, .service-fee article .service-bank__title2, .service-withdraw01 article .service-bank__title2, .service-withdraw02 article .service-bank__title2 {
      background: url(../images/payment/icon_title_bank.png) no-repeat left 7px/22px auto, url(../images/payment/title_line.png) no-repeat bottom; }
    .service-credit article .service-withdraw01__title2, .service-bank article .service-withdraw01__title2, .service-fee article .service-withdraw01__title2, .service-withdraw01 article .service-withdraw01__title2, .service-withdraw02 article .service-withdraw01__title2 {
      background: url(../images/payment/icon_title_withdraw01.png) no-repeat left 7px/22px auto, url(../images/payment/title_line.png) no-repeat bottom; }
    .service-credit article .service-withdraw02__title2, .service-bank article .service-withdraw02__title2, .service-fee article .service-withdraw02__title2, .service-withdraw01 article .service-withdraw02__title2, .service-withdraw02 article .service-withdraw02__title2 {
      background: url(../images/payment/icon_title_withdraw02.png) no-repeat left 7px/22px auto, url(../images/payment/title_line.png) no-repeat bottom; }
  .service-credit .attention, .service-bank .attention, .service-fee .attention, .service-withdraw01 .attention, .service-withdraw02 .attention {
    margin-top: 10px;
    font-size: 1.2rem; }
    .service-credit .attention.indent, .service-bank .attention.indent, .service-fee .attention.indent, .service-withdraw01 .attention.indent, .service-withdraw02 .attention.indent {
      text-indent: -30px;
      margin-left: 30px; }

.service-withdraw01 a, .service-withdraw02 a {
  text-decoration: underline;
  color: #006FA0; }
  .service-withdraw01 a:hover, .service-withdraw02 a:hover {
    text-decoration: none; }

.withdraw_table {
  width: 100%;
  border-collapse: collapse;
  border: #ccc 1px solid;
  background: #ffffff; }

.withdraw_table th {
  padding: 20px;
  font-size: 1.6rem;
  text-align: left;
  background: #DBF4FF;
  font-weight: normal;
  border-bottom: #ccc 1px dotted;
  vertical-align: middle; }
  .withdraw_table th.text-center {
    text-align: center; }

.withdraw_table td {
  border-bottom: #ccc 1px dotted;
  padding: 10px;
  vertical-align: middle; }
  .withdraw_table td.bg_blue {
    background: #DBF4FF; }

/*** 以下モーダル用CSS ***/
.modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0; }

.modal:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s; }

.modal:target {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s, visibility 0.5s; }

.modal .overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #000;
  opacity: 0.7;
  top: 0;
  left: 0; }

.modal-wrapper {
  width: 100%;
  max-width: 650px;
  min-width: 300px;
  height: 100%;
  max-height: 550px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.modal-contents {
  overflow: auto;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative; }

.modal-content {
  margin: 25px; }

.modal-close {
  position: absolute;
  top: 5px;
  right: 10px;
  text-decoration: none; }

.modaal-container {
  max-width: 660px !important;
  height: 550px; }

.modal-open {
  display: block;
  width: 500px;
  padding: 15px 0;
  color: #006FA0;
  font-weight: bold;
  border-radius: 6px;
  margin: 30px auto 0;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  transition: all 0.3s; }
  .modal-open:hover {
    background-color: #F5F7F9;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.32);
    text-decoration: none; }
  .modal-open br {
    display: none; }

.pricelist__ttl {
  border: 1px solid #333;
  text-align: center;
  padding: 5px 0; }

.pricelist__txt_price {
  font-weight: bold;
  text-align: center;
  font-size: 2.4rem; }
  .pricelist__txt_price span {
    font-size: 1.4rem; }

.condDetail__ttl {
  background: #ececec;
  padding: 2px 14px;
  margin-bottom: 5px; }

.condDetail__list {
  margin-top: 10px;
  margin-bottom: 10px; }
  .condDetail__list dd {
    font-size: 1.2rem;
    margin-left: 0; }
  .condDetail__list .condDetail {
    width: 90%;
    margin-top: 10px;
    margin-left: 20px; }

@media screen and (max-width: 768px) {
  .change-txt {
    margin-top: 25px;
    text-align: left; }

  .anchor-list {
    margin: 0 0 30px;
    display: block;
    background-color: unset;
    border-radius: 0;
    box-shadow: none; }
    .anchor-list li {
      width: 100%;
      margin-top: 20px;
      border-radius: 5px;
      box-shadow: 0 0 6px rgba(0, 0, 0, 0.16); }
      .anchor-list li:hover a {
        background-position: center bottom 12px; }
      .anchor-list li a {
        padding: 24px 0 36px;
        font-size: 1.6rem;
        background-position: center bottom 12px; }
      .anchor-list li:nth-of-type(n+2) {
        border-left: none; }
      .anchor-list li.anchor_credit {
        background: url(../images/payment/icon_credit.png) no-repeat left 26px center/50px auto, #fff; }
      .anchor-list li.anchor_bank {
        background: url(../images/payment/icon_bank.png) no-repeat left 28px center/50px auto, #fff; }
      .anchor-list li.anchor_fee {
        background: url(../images/payment/icon_title_fee.png) no-repeat left 39px center/50px auto, #fff; }
      .anchor-list li.anchor_withdraw01 {
        background: url(../images/payment/icon_withdraw01.png) no-repeat left 28px center/50px auto, #fff; }
      .anchor-list li.anchor_withdraw02 {
        background: url(../images/payment/icon_withdraw02.png) no-repeat left 28px center/50px auto, #fff; }

  .service-credit, .service-bank, .service-fee, .service-withdraw01, .service-withdraw02 {
    margin: 0 auto 0; }
    .service-credit h2, .service-bank h2, .service-fee h2, .service-withdraw01 h2, .service-withdraw02 h2 {
      font-size: 2.4rem;
      padding: 110px 0 40px; }
    .service-credit .service-credit__title, .service-bank .service-credit__title, .service-fee .service-credit__title, .service-withdraw01 .service-credit__title, .service-withdraw02 .service-credit__title {
      background-size: 60px auto;
      background-position: center 40px; }
    .service-credit .service-bank__title, .service-bank .service-bank__title, .service-fee .service-bank__title, .service-withdraw01 .service-bank__title, .service-withdraw02 .service-bank__title {
      background-size: 60px auto;
      background-position: center 40px; }
    .service-credit .service-fee__title, .service-bank .service-fee__title, .service-fee .service-fee__title, .service-withdraw01 .service-fee__title, .service-withdraw02 .service-fee__title {
      background-size: 60px auto;
      background-position: center 40px; }
    .service-credit p, .service-bank p, .service-fee p, .service-withdraw01 p, .service-withdraw02 p {
      text-align: left; }
    .service-credit article h3, .service-bank article h3, .service-fee article h3, .service-withdraw01 article h3, .service-withdraw02 article h3 {
      font-size: 1.8rem;
      margin-top: 60px;
      margin-bottom: 15px; }
    .service-credit article .service-credit__title2, .service-bank article .service-credit__title2, .service-fee article .service-credit__title2, .service-withdraw01 article .service-credit__title2, .service-withdraw02 article .service-credit__title2 {
      background: url(../images/payment/icon_title_credit.png) no-repeat left 4px/22px auto, url(../images/payment/title_line.png) no-repeat bottom; }
    .service-credit article .service-bank__title2, .service-bank article .service-bank__title2, .service-fee article .service-bank__title2, .service-withdraw01 article .service-bank__title2, .service-withdraw02 article .service-bank__title2 {
      background: url(../images/payment/icon_title_bank.png) no-repeat left 4px/22px auto, url(../images/payment/title_line.png) no-repeat bottom; }
    .service-credit article .service-content .credit-img, .service-bank article .service-content .credit-img, .service-fee article .service-content .credit-img, .service-withdraw01 article .service-content .credit-img, .service-withdraw02 article .service-content .credit-img {
      width: 100%; }
    .service-credit article .service-content .secure-link, .service-bank article .service-content .secure-link, .service-fee article .service-content .secure-link, .service-withdraw01 article .service-content .secure-link, .service-withdraw02 article .service-content .secure-link {
      justify-content: space-between; }
      .service-credit article .service-content .secure-link li, .service-bank article .service-content .secure-link li, .service-fee article .service-content .secure-link li, .service-withdraw01 article .service-content .secure-link li, .service-withdraw02 article .service-content .secure-link li {
        margin-top: 20px;
        width: 49%; }
        .service-credit article .service-content .secure-link li a, .service-bank article .service-content .secure-link li a, .service-fee article .service-content .secure-link li a, .service-withdraw01 article .service-content .secure-link li a, .service-withdraw02 article .service-content .secure-link li a {
          width: 100%; }
        .service-credit article .service-content .secure-link li:first-child, .service-bank article .service-content .secure-link li:first-child, .service-fee article .service-content .secure-link li:first-child, .service-withdraw01 article .service-content .secure-link li:first-child, .service-withdraw02 article .service-content .secure-link li:first-child {
          margin-right: 0; }
        .service-credit article .service-content .secure-link li:nth-child(2), .service-bank article .service-content .secure-link li:nth-child(2), .service-fee article .service-content .secure-link li:nth-child(2), .service-withdraw01 article .service-content .secure-link li:nth-child(2), .service-withdraw02 article .service-content .secure-link li:nth-child(2) {
          margin-right: 0; }
        .service-credit article .service-content .secure-link li:nth-child(4), .service-bank article .service-content .secure-link li:nth-child(4), .service-fee article .service-content .secure-link li:nth-child(4), .service-withdraw01 article .service-content .secure-link li:nth-child(4), .service-withdraw02 article .service-content .secure-link li:nth-child(4) {
          margin-right: 0; }
    .service-credit article .service-content .security-code, .service-bank article .service-content .security-code, .service-fee article .service-content .security-code, .service-withdraw01 article .service-content .security-code, .service-withdraw02 article .service-content .security-code {
      display: block;
      justify-content: center;
      width: 100%; }
      .service-credit article .service-content .security-code li, .service-bank article .service-content .security-code li, .service-fee article .service-content .security-code li, .service-withdraw01 article .service-content .security-code li, .service-withdraw02 article .service-content .security-code li {
        margin: auto; }
        .service-credit article .service-content .security-code li:first-child, .service-bank article .service-content .security-code li:first-child, .service-fee article .service-content .security-code li:first-child, .service-withdraw01 article .service-content .security-code li:first-child, .service-withdraw02 article .service-content .security-code li:first-child {
          margin-bottom: 20px; }
        .service-credit article .service-content .security-code li p, .service-bank article .service-content .security-code li p, .service-fee article .service-content .security-code li p, .service-withdraw01 article .service-content .security-code li p, .service-withdraw02 article .service-content .security-code li p {
          width: 100%; }
          .service-credit article .service-content .security-code li p img, .service-bank article .service-content .security-code li p img, .service-fee article .service-content .security-code li p img, .service-withdraw01 article .service-content .security-code li p img, .service-withdraw02 article .service-content .security-code li p img {
            width: 100%; }
    .service-credit article .service-content .credit-change-flow, .service-bank article .service-content .credit-change-flow, .service-fee article .service-content .credit-change-flow, .service-withdraw01 article .service-content .credit-change-flow, .service-withdraw02 article .service-content .credit-change-flow {
      display: block; }
      .service-credit article .service-content .credit-change-flow p, .service-bank article .service-content .credit-change-flow p, .service-fee article .service-content .credit-change-flow p, .service-withdraw01 article .service-content .credit-change-flow p, .service-withdraw02 article .service-content .credit-change-flow p {
        margin-top: 20px;
        margin-left: 0;
        width: auto; }
    .service-credit article .service-content .dl-btn a, .service-bank article .service-content .dl-btn a, .service-fee article .service-content .dl-btn a, .service-withdraw01 article .service-content .dl-btn a, .service-withdraw02 article .service-content .dl-btn a {
      width: 100%; }
    .service-credit .service-box, .service-bank .service-box, .service-fee .service-box, .service-withdraw01 .service-box, .service-withdraw02 .service-box {
      display: block; }

  .service-credit {
    padding: 0 0 60px; }
    .service-credit ul.credit-card {
      display: flex;
      justify-content: center;
      margin: auto; }
      .service-credit ul.credit-card li {
        width: 80px;
        margin-top: 20px;
        margin-left: 8px;
        padding-top: 40px;
        font-size: 1.0rem;
        text-align: center; }
        .service-credit ul.credit-card li:first-child {
          margin-left: 0;
          background: url(../images/payment/img_visa.png) no-repeat center top/52px auto; }
        .service-credit ul.credit-card li:nth-child(2) {
          background: url(../images/payment/img_mastercard.png) no-repeat center top/52px auto; }
        .service-credit ul.credit-card li:nth-child(3) {
          background: url(../images/payment/img_jcb.png) no-repeat center top/42px auto; }
        .service-credit ul.credit-card li:nth-child(4) {
          background: url(../images/payment/img_diners.png) no-repeat center top/45px auto; }
        .service-credit ul.credit-card li:nth-child(5) {
          background: url(../images/payment/img_amex.png) no-repeat center top/30px auto; }

  .service-fee {
    padding: 0 0 80px;
    margin-top: 60px; }
    .service-fee__price {
      flex-direction: column; }
      .service-fee__price .pricelist {
        width: 100%;
        min-width: auto;
        margin-top: 35px; }
        .service-fee__price .pricelist:first-of-type {
          border-right: none;
          padding-right: 0; }
        .service-fee__price .pricelist:last-of-type {
          padding-left: 0; }
        .service-fee__price .pricelist__ttl {
          padding: 5px 0; }
        .service-fee__price .pricelist__txt {
          margin-top: 20px; }
        .service-fee__price .pricelist__cond {
          margin-top: 20px; }
          .service-fee__price .pricelist__cond .conditions__ttl {
            margin-bottom: 10px; }
          .service-fee__price .pricelist__cond .conditions__list {
            font-size: 1.4rem; }

  .modaal-inner-wrapper {
    padding: 80px 40px; }

  .modal-wrapper {
    max-height: 300px; }

  .modaal-container {
    height: 300px; }

  .modal-open {
    width: 100%;
    text-align: center; }
    .modal-open br {
      display: block; } }
