@charset "UTF-8";
body.price .main h2 {
  line-height: 1.2;
  font-weight: bold;
  padding-bottom: 20px;
}

body.price .cost-down-left {
  position: absolute;
  top: 67px;
  left: -36px;
}

body.price .cost-down-right {
  position: absolute;
  top: 67px;
  right: -36px;
}

body.payment .main dl.list dt {
  float: left;
  width: 200px;
  min-height: 80px;
}

body.payment .main dl.list dd {
  float: right;
  width: calc(100% - 200px);
  background: none repeat scroll 0% 0% #FFF;
  text-align: left;
  border-left: 1px solid #96B9DF;
  min-height: 80px;
}

/* 支払方法 */
body.payment .payment-guideline {
  margin-top: 25px;
}
body.payment .payment-guideline h2 {
  display: inline-block;
}
body.payment .payment-guideline h2 small {
  display: inline-block;
  font-size: 14px !important;
  font-weight: bold;
  position: relative;
  top: -3px;
  left: 10px;
}
body.payment .payment-guideline h2 .red {
  color: #e94747;
}
body.payment .payment-guideline table.table thead th, body.payment .payment-guideline table.table thead td {
  color: #fff;
  font-weight: normal;
  text-align: center;
}
body.payment .payment-guideline table.table thead th {
  border: 1px solid #4b8af6;
  background: #1f64db;
  font-weight: bold;
  font-size: 15px;
}
body.payment .payment-guideline table.table thead th:first-child {
  background: #175cd2;
  background: #195ed4;
  border: 1px solid #2e74e8;
}
body.payment .payment-guideline table.table thead td {
  background: #3376e9;
  border: 1px solid #4b8af6;
  font-size: 14px;
  font-weight: bold;
}
body.payment .payment-guideline table.table tbody th, body.payment .payment-guideline table.table tbody td {
  font-size: 14px;
  border: 1px solid #bfd9e9;
  padding: 20px 10px 20px 10px !important;
  vertical-align: middle;
}
body.payment .payment-guideline table.table tbody th {
  background-color: #eff8fe;
  border: 1px solid #bfd9e9;
  color: #333;
}
body.payment .payment-guideline table.table tbody td {
  width: 20.7%;
}
body.payment .payment-guideline table.table tbody .minus-8 {
  position: relative;
  left: -8px;
}
body.payment .payment-guideline .attentionBox {
  margin-top: 50px;
  padding: 28px 35px !important;
}
body.payment .payment-guideline .attentionBox p {
  font-size: 15px;
  margin-top: 10px;
}
body.payment .payment-guideline .attentionBox .title {
  font-size: 18px;
  margin-top: 0;
  font-weight: 500;
}
body.payment .payment-guideline .attentionBox .sub {
  padding: 20px 30px;
  border: 1px dashed #DCC583;
  border-radius: 4px;
  background-color: #fff;
  margin-top: 30px;
}
body.payment .payment-guideline .attentionBox .sub .title {
  font-size: 15px;
  font-weight: 500;
  padding-bottom: 0px;
}
body.payment .payment-guideline .attentionBox .sub .title small {
  margin-left: 5px;
}
body.payment .payment-guideline .attentionBox .sub p {
  font-size: 13.5px;
}

.attention-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.attention-list li {
  display: inline-block;
  padding: 4px 2px 4px 2px;
  line-height: 1.5;
}
.attention-list li::before {
  content: "*";
  margin-right: 5px;
}

body.payment .credit-card img {
  display: block;
  width: 614px;
  width: 550px;
  height: auto;
  margin: 10px 0 10px 10px;
}

/* 見積書・請求書・領収書の発行について */
body.payment .evidence dl dt {
  padding: 20px;
  width: 192px !important;
}
body.payment .evidence dl dd {
  padding: 20px;
}