@charset "UTF-8";
/* ============================================================================
01 : ブレイクポイント
============================================================================ */
/* ============================================================================
01 : メディアクエリ
============================================================================ */
.p-receipt__section p, .p-receipt__header p, .p-receipt__table th, .p-receipt__table td, .p-receipt__link {
  font-size: 1.6rem;
}

.p-receipt__table th, .p-receipt__table td {
  border-right: solid 1px #d0d0d0;
  border-bottom: solid 1px #d0d0d0;
  box-sizing: border-box;
  padding: 10px 15px;
}

.p-receipt__container {
  width: 100%;
  font-size: 62.5%;
  margin: auto;
  background-color: white;
}

@media (min-width: 768px) {
  .p-receipt__container {
    max-width: 960px;
    padding: 0 2%;
  }
}

@media (max-width: 767px) {
  .p-receipt__container {
    padding: 0 15px;
  }
}

.p-receipt__title {
  font-size: 3rem;
  margin: 10px 0;
}

.p-receipt__article {
  margin: 0 0 40px;
}

.p-receipt__article__ttl {
  font-size: 2rem;
  margin: 0 0 10px;
  color: #0061b3;
}

.p-receipt__section__ttl {
  font-size: 1.8rem;
  font-weight: normal;
}

.p-receipt__section p {
  margin: 5px 0;
}

.p-receipt__header {
  margin-bottom: 3rem;
}

.p-receipt__table {
  text-align: left;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: solid 1px #d0d0d0;
  border-left: solid 1px #d0d0d0;
  width: 100%;
  margin: 10px 0 40px;
}

.p-receipt__table th {
  font-weight: normal;
}

.p-receipt__table--pay thead th {
  background-color: #fcf36a;
}

.p-receipt__table--pay tbody th {
  background-color: #fff6bd;
}

.p-receipt__table--series thead th {
  background-color: #efefef;
}

.p-receipt__att {
  color: #ee0000;
  font-weight: bold;
}

.p-receipt__image {
  display: block;
  max-width: 100%;
  height: auto;
}
