@charset "UTF-8";
/*-------------------------------------------------------------------------
CashingCard用CSS
--------------------------------------------------------------------------*/
@media only screen and (min-width: 640px) {
  .payment {
    width: 700px;
  }
}
@media print {
  .payment {
    width: 700px;
  }
}
.payment .lead {
  margin-top: 20px;
}
.payment .lead p {
  margin-bottom: 1em;
}
.payment .btn:hover {
  opacity: 0.6;
}
.payment h2.title-lv2 span {
  font-size: 16px;
  font-weight: bold;
  color: #AA7D00;
}
.payment p {
  margin-bottom: 1em;
}
.payment p strong {
  font-weight: bold;
  color: #2E92CB;
}
.payment p em {
  font-weight: bold;
  color: #AA7D00;
}
.payment p.attention {
  font-size: 12px;
  margin-bottom: 0;
  margin-left: 1em;
  text-indent: -1em;
}
.payment p.caption {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 0;
}
.payment .local_navi {
  margin-bottom: 20px;
}
.payment .local_navi ul li {
  float: left;
  margin-bottom: 10px;
}
.payment .local_navi ul li.lastItem {
  margin-right: 0;
}
.payment .local_navi.local_navi01 ul li {
  width: 330px;
  margin-right: 40px;
}
.payment .local_navi.local_navi01 ul li p {
  margin-top: 0.5em;
}
.payment .local_navi.local_navi01 ul li.lastItem {
  margin-right: 0;
}
.payment .local_navi.local_navi02 ul li {
  width: 350px;
  text-align: center;
}
@media only screen and (max-width: 639px) {
  .payment .local_navi {
    margin-bottom: 20px;
  }
  .payment .local_navi ul li {
    float: none;
    margin: 0;
    text-align: center;
  }
  .payment .local_navi.local_navi01 ul {
    width: 100%;
  }
  .payment .local_navi.local_navi01 ul li {
    width: inherit;
  }
  .payment .local_navi.local_navi02 ul li {
    width: inherit;
    text-align: center;
    margin-bottom: 10px;
  }
}
.payment .banner {
  text-align: center;
}
.payment .banner.howto_banner {
  margin-bottom: 75px;
}
.payment .banner.howto_banner a .btn_on {
  display: none;
}
.payment .banner.howto_banner a:hover .btn_off {
  display: none;
}
.payment .banner.howto_banner a:hover .btn_on {
  display: inline;
}
.payment .banner.service-desk {
  margin-bottom: 40px;
}
.payment .before ul {
  width: 100%;
}
.payment .before ul li {
  width: 220px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.payment .before ul li.lastItem {
  margin-right: 0;
}
@media only screen and (max-width: 639px) {
  .payment .before ul li {
    width: calc(50% - 20px);
    float: left;
    margin: 0 10px 20px;
  }
  .payment .before ul li.lastItem {
    margin: 0 10px 20px;
  }
}
.payment .step-block {
  background-color: #E5E3DB;
  padding: 20px;
  margin-bottom: 40px;
}
.payment .step-block h3 {
  font-size: 22px;
  margin-bottom: 10px;
}
.payment .step-block ul li {
  width: 211px;
  float: left;
  text-align: center;
  margin-right: 13px;
}
.payment .step-block ul li.lastItem {
  margin-right: 0;
}
.payment .step-block ul li:hover {
  opacity: 0.6;
}
.payment .step-block p {
  margin-bottom: 0;
  font-size: 11px;
  text-align: center;
}
@media only screen and (max-width: 639px) {
  .payment .step-block h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .payment .step-block ul li {
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .payment .step-block p {
    margin-bottom: 0;
    font-size: 11px;
    text-align: center;
  }
}
.payment .method ul li {
  width: 348px;
  margin-right: 4px;
  margin-bottom: 4px;
  float: left;
}
.payment .method ul li.lastItem {
  margin-right: 0;
}
@media only screen and (max-width: 639px) {
  .payment .method ul li {
    width: auto;
    margin-right: 0;
    float: none;
  }
}
.payment .img-photo {
  margin-bottom: 40px;
}
.payment .img-photo h3 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px;
}
.payment .clauseInner {
  width: 620px;
  padding-left: 80px;
}
.payment .clauseInner p strong {
  font-size: 16px;
  color: #000;
}
.payment .clauseInner.confirmation01 {
  background: url(../img/icon01.gif) 14px 0 no-repeat;
  min-height: 52px;
}
.payment .clauseInner.confirmation02 {
  background: url(../img/icon02.gif) 14px 0 no-repeat;
  min-height: 52px;
}
.payment .clauseInner.repayment01 {
  background: url(../img/icon03.gif) 14px 0 no-repeat;
  min-height: 52px;
}
.payment .clauseInner.repayment02 {
  background: url(../img/icon04.gif) 14px 0 no-repeat;
  min-height: 52px;
}
.payment .clauseInner.repayment03 table th {
  background-color: #E1DCCA;
  color: #9F8C5C;
  width: 15%;
  text-align: center;
}
.payment .clauseInner.repayment03 table td {
  width: 85%;
}
@media only screen and (max-width: 639px) {
  .payment .clauseInner {
    width: auto;
    padding-left: 0;
    padding-top: 60px;
    background-position: center top !important;
  }
  .payment .clauseInner.repayment03 {
    padding-top: 0;
  }
}
.payment .btnArea p {
  width: 388px;
  float: left;
}
.payment .btnArea .btn {
  width: 302px;
  float: right;
}
@media only screen and (max-width: 639px) {
  .payment .btnArea p {
    width: auto;
    float: none;
  }
  .payment .btnArea .btn {
    width: auto;
    float: none;
  }
}
.payment .clause h4 {
  font-size: 16px;
  color: #AA7D00;
  margin-bottom: 0.5em;
}
.payment .clause table {
  width: 100%;
  margin: 0 auto 20px;
  border-top: 1px solid #A0A0A1;
  border-left: 1px solid #A0A0A1;
}
.payment .clause table tbody tr th, .payment .clause table tbody tr td {
  padding: 10px;
  border-bottom: 1px solid #A0A0A1;
  border-right: 1px solid #A0A0A1;
}
.payment .clause .section {
  margin-bottom: 20px;
}
.payment .clause .section .attention {
  color: #2E92CB;
}
.payment.kaigai .catch {
  background-color: #EFF0F0;
  padding: 13px;
  margin-bottom: 65px;
}
.payment.kaigai .catch ul li {
  float: left;
}
.payment.kaigai .catch ul li.catch01 {
  position: relative;
  left: -1px;
  margin-right: 12px;
  margin-bottom: 21px;
}
.payment.kaigai .catch ul li.catch02 {
  margin-bottom: 21px;
}
@media only screen and (max-width: 639px) {
  .payment.kaigai .catch ul li.catch01 {
    position: relative;
    left: -1px;
    margin-right: 0;
    margin-bottom: 21px;
  }
  .payment.kaigai .catch ul li.catch02 {
    position: relative;
    left: -1px;
    margin-bottom: 21px;
  }
}
.payment.kaigai .card-attention {
  display: table;
  width: 100%;
}
.payment.kaigai .card-attention .attention01 {
  display: table-cell;
  vertical-align: middle;
}
.payment.kaigai .card-attention .attention02 {
  display: table-cell;
  vertical-align: middle;
}
.payment.kaigai .card-attention .icon {
  display: table-cell;
  vertical-align: middle;
  width: 46px;
}
.payment.kaigai .card-attention .text {
  display: table-cell;
  vertical-align: middle;
  padding-left: 5px;
}
.payment.kaigai .card-attention .text p {
  margin-bottom: 0;
  font-size: 11px;
}
.payment.kaigai .card-attention .attention01 .text {
  width: 355px;
}
.payment.kaigai .card-attention .attention02 .text {
  width: 243px;
}
@media only screen and (max-width: 639px) {
  .payment.kaigai .card-attention .attention01 {
    display: table-row;
  }
  .payment.kaigai .card-attention .attention01 .text {
    width: calc(100% - 46px - 5px);
  }
  .payment.kaigai .card-attention .attention02 {
    display: table-row;
  }
  .payment.kaigai .card-attention .attention02 .text {
    width: calc(100% - 46px - 5px);
  }
}
.payment.kaigai .kaigai-demo-ph {
  margin-bottom: 10px;
}
.payment.kaigai .kaigai-atm-cd table {
  width: 570px;
  max-width: 0 auto;
}
.payment.kaigai .kaigai-atm-cd table th {
  background-color: #E1DCCA;
  width: 10%;
  text-align: center;
}
.payment.kaigai .kaigai-atm-cd table td {
  width: 45%;
}
.payment.kaigai .kaigai-atm-cd table td p {
  font-size: 12px;
  margin-bottom: 0;
  color: #A18E5C;
}
@media only screen and (max-width: 639px) {
  .payment.kaigai .kaigai-atm-cd table {
    width: 100%;
  }
  .payment.kaigai .kaigai-atm-cd table th {
    width: 10%;
  }
  .payment.kaigai .kaigai-atm-cd table td {
    width: 90%;
  }
}
.payment.kaigai .kaigai-atm-cd .warning {
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  color: #A18E5C;
}

/*-------------------------------------------------------------------------
clearfix
--------------------------------------------------------------------------*/
.btnArea, .local_navi ul, .before ul, .step-block ul, .method ul, .kaigai .catch ul {
  zoom: 1;
}
.btnArea:before, .local_navi ul:before, .before ul:before, .step-block ul:before, .method ul:before, .kaigai .catch ul:before {
  content: "";
  display: table;
}
.btnArea:after, .local_navi ul:after, .before ul:after, .step-block ul:after, .method ul:after, .kaigai .catch ul:after {
  content: "";
  display: table;
}
.btnArea:after, .local_navi ul:after, .before ul:after, .step-block ul:after, .method ul:after, .kaigai .catch ul:after {
  clear: both;
}

hr.dotted {
  height: 2px;
  border-top: 0 !important;
  border-top: 2px dotted #ccc !important;
}


