@charset "UTF-8";
/*----------------------------------------------------------------------
------------------------------------------------------------------------

File Name:
Note:

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次

1.	共通使用変数定義
2.	Function
3.	Layout
4.	Object

------------------------------------------------------------------------
----------------------------------------------------------------------*/
.p-main {
  display: flex;
  flex-direction: column;
  width: 100vw;
  min-height: 100dvh;
  padding: 3.4666666667vw 14.6666666667vw 4.8vw;
  box-sizing: border-box;
  color: #595757;
}

.p-title {
  margin-bottom: 2.4vw;
  padding-bottom: 2.6666666667vw;
  text-align: center;
  line-height: 1.2631578947;
  font-size: 5.0666666667vw;
  color: #788c9c;
  border-bottom: 0.2666666667vw solid #788c9c;
}

.p-principal {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3.3333333333vw;
  height: 12vw;
  background: #e1e5e8;
  border-radius: 1.3333333333vw;
  font-size: 3.4666666667vw;
}
.p-principal .price {
  font-size: 5.0666666667vw;
  font-weight: bold;
  color: #cc4b91;
}

.p-price-table {
  margin-bottom: 4.2666666667vw;
}
.p-price-table td {
  padding-right: 2.4vw;
}
.p-price-table tfoot td {
  padding-top: 0.6666666667vw;
  font-size: 2.4vw;
}
.p-price-table thead th {
  height: 6.6666666667vw;
  border: 0.2666666667vw solid #788c9c;
  background: #e1e5e8;
  text-align: center;
}
.p-price-table tbody th,
.p-price-table tbody td {
  height: 6.6666666667vw;
  border: 0.2666666667vw solid #788c9c;
  font-size: 2.9333333333vw;
  text-align: center;
}
.p-price-table tbody td {
  font-weight: bold;
  text-align: right;
}

.p-notice__title {
  margin-bottom: 1.7333333333vw;
  font-weight: bold;
  font-size: 2.9333333333vw;
  color: #cc4b91;
}
.p-notice__item {
  line-height: 1.1363636364;
  font-size: 2.9333333333vw;
  text-indent: -0.5em;
  margin-left: 0.5em;
}
.p-notice__item + .p-notice__item {
  margin-top: 1.2vw;
}
.p-notice__item::before {
  content: "・";
}

.p-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4vw auto 0;
  width: 41.2vw;
  height: 12.2666666667vw;
  background: #808080;
  border-radius: 0.5333333333vw;
  font-size: 5.0666666667vw;
  color: #fff;
}

.p-close {
  position: absolute;
  top: 1.8666666667vw;
  right: 1.8666666667vw;
  width: 13.2vw;
  height: 13.2vw;
}
.p-close .line {
  position: absolute;
  top: calc(50% - 0.2666666667vw);
  right: 0;
  width: 100%;
  height: 0.2666666667vw;
  border-top: 0.5333333333vw solid #808080;
}
.p-close .line:first-child {
  transform: rotate(45deg);
}
.p-close .line:last-child {
  transform: rotate(-45deg);
}
/*# sourceMappingURL=loan.css.map */
