
/*---------------------------------------------
*
* 質預かりについて
*　/pawn.html
*
---------------------------------------------*/

.pawn-page #kv-lower-page h2 {
  margin-top: 50px;
}

#first-section h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-top: 50px;
}

#first-section h2 span {
  font-size: 20px;
}

#first-section p {
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}

#first-section ul {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 10px 0;
}

#first-section ul li {
  width: 90px;
  height: 90px;
  color: #2200FF;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #61ADFF;
  border-radius: 50%;
}

.sec-content {
  margin: 15px 0;
}

.sec-content-title {
  color: #2200FF;
  font-size: 16.5px;
  font-weight: bold;
  border-bottom: 1px solid #2200FF;
  width: 85%;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.sec-content-text {
  font-size: 14px;
  line-height: 1.5;
  margin: 10px 0;
}

.square-title span {
  color: #2200FF;
}

.sec-content-table {
  width: 100%;
  margin: 10px 0;
}

.sec-content-table tr {
  background: #fff;
  font-size: 14px;
}

.sec-content-table td {
  border: 1px solid #C1C1C1;
  padding: 5px;
  font-feature-settings: "palt";
}

.sec-content-table td span {
  font-size: 11px;
}

.table-title {
  color: #fff;
  font-size: 13px !important;
  background: #2200FF !important;
  text-align: center;
}

.table-title td {
  padding: 5px 0 !important;
}

#system-section {
  background-color: #FFFCCC;
  padding: 20px 0;
}

#cost-section {
  background-color: #FFFCCC;
  padding: 20px 0;
}

#flow-section {
  background-color: #FFFCCC;
  padding: 20px 0 50px;
}

.flow-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.flow-item {
  border-radius: 10px;
}

.flow-item-thumb {
  position: relative;
}

.flow-item-num {
  position: absolute;
  top: 15px;
  left: 10px;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  background: #2200FF;
  border-radius: 50%;
}

.flow-item-bottom {
  background: #fff;
  padding: 10px 15px 15px 15px;
}

.flow-item-title {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 5px 0;
}

.flow-item-text {
  font-size: 15px;
  line-height: 1.5;
}

.flow-arrow {
  position: relative;
  margin: 10px;
}

.flow-arrow img {
  width: 187px;
  margin: 0 auto;
}

.flow-arrow p {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 40%;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

.flow-arrow-num {
  font-size: 28px;
}

.flow-arrow-large {
  font-size: 20px;
}

.method-item {
  background: #fff;
  border-radius: 10px;
  padding: 15px 10px;
}

.method-item-title{
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.method-item-num {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  background: #2200FF;
  border-radius: 50%;
}

.method-item-text {
  font-size: 15px;
}