@charset "utf-8";
/* =========================
         contents
========================= */

html,
body {
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 14px;
}
.heading {
  margin-top: 20px;
}
.heading__title {
  margin-bottom: 20px;
  font-size: 32px;
}
.heading__read {
  margin-bottom: 20px;
}
/*
 * 契約内容の事前通知
 */

.applyInfo {
  font-family: MSGothic;
  font-size: 12px;
  border: 1px solid #333333;
  padding: 25px 7px;
  overflow: hidden;
}
.applyInfo__ttl {
  margin: 0 0 10px 12px;
  font-size: 16px;
  font-weight: bold;
}
.applyInfo__ttl--sub {
  font-weight: bold;
}
.applyInfo__date {
  margin-bottom: 10px;
  text-align: right;
}
.applyInfo__body.is-left {
  width: 450px;
  float: left;
}
.applyInfo__body.is-right {
  width: 470px;
  float: right;
}
.applyInfo__body.is-bottom {
  clear: both;
  padding-left: 20px;
  width: 450px;
}
.applyInfo__head {
  color: blue;
}
.applyInfo__head__msg {
  margin-bottom: 25px;
}
.applyInfo__table {
  border-bottom: 1px solid #666666;
}
.applyInfo__table tr > th,
.applyInfo__table tr > td {
  padding: 5px;
  vertical-align: middle;
  border-top: 1px solid #666666;
  border-left: 1px solid #666666;
  border-right: 1px solid #666666;
}
.applyInfo__table .applyInfo__table__unit {
  border-top: 0;
  border-left: 0;
}
.applyInfo__table__head {
  background-color: #e7e7e7;
}
.tbl-cashing {
  border: 1px solid #666666;
}
.tbl-cashing tr > td {
  border-left: none;
  border-right: none;
}
.tbl-cashing__head--left {
  width: 196px;
}
.tbl-cashing__head--right {
  width: 274px;
}
.tbl-cashing .tbl-cashing__data--01 {
  text-align: right;
}
.tbl-cashing .tbl-cashing__data--02 {
  text-align: left;
}
.tbl-cashing .tbl-cashing__data--03 {
  text-align: right;
}
.tbl-cashing .tbl-cashing__data--04 {
  text-align: left;
  border-right: 1px solid #666666;
}
.tbl-cashing .tbl-cashing__data--05 {
  text-align: right;
}
.tbl-cashing .tbl-cashing__data--06 {
  text-align: left;
}
.tbl-bonus {
  text-align: center;
}
.tbl-repaySimu .tbl-repaySimu__data--01 {
  text-align: left;
}
.tbl-repaySimu .tbl-repaySimu__data--02 {
  border-right: none;
  text-align: right;
}
.tbl-repaySimu .tbl-repaySimu__data--03 {
  border-left: none;
  text-align: left;
}
/*
 * カード発行のご案内
 */

.publishInfo {
  font-family: MSGothic;
  font-size: 12px;
  border: 1px solid #333333;
  padding: 25px 7px;
  overflow: hidden;
}
.publishInfo__ttl {
  margin: 0 0 10px 12px;
  font-size: 16px;
  font-weight: bold;
}
.publishInfo__ttl--sub {
  font-weight: bold;
}
.publishInfo__date {
  margin-bottom: 10px;
  text-align: right;
}
.publishInfo__body.is-left {
  width: 380px;
  float: left;
}
.publishInfo__body.is-right {
  width: 540px;
  float: right;
}
.publishInfo__body.is-bottom {
  clear: both;
  padding-left: 20px;
  width: 450px;
}
.publishInfo__head {
  color: blue;
}
.publishInfo__head__msg {
  margin-bottom: 25px;
}
.publishInfo__table {
  border-bottom: 1px solid #666666;
}
.publishInfo__table.is-connected {
  border-bottom: none;
}
.publishInfo__table tr > th,
.publishInfo__table tr > td {
  padding: 5px;
  vertical-align: middle;
  border-top: 1px solid #666666;
  border-left: 1px solid #666666;
  border-right: 1px solid #666666;
}
.publishInfo__table .publishInfo__table__unit {
  border-top: 0;
  border-left: 0;
}
.publishInfo__table__head {
  text-align: center;
  background-color: #e7e7e7;
}
.revo.is-left {
  float: left;
  width: 570px;
}
.revo.is-right {
  float: left;
  width: 300px;
}
.revo__principal__box {
  float: left;
  margin-right: 10px;
}
