#bottom-logo ul {display:flex; justify-content: center; align-items: center; column-gap: 16px; margin: 32px 0;}

#bottom-back-btn {
  text-align: center;
}

#bottom-back-btn a {
  display: flex;
  align-items: center;
  font-size: 20px;
  justify-content: center;
  color: #252F50;
  background: #fff;
  border: 3px solid #252F50;
  width: 360px;
  border-radius: 40px;
  line-height: 60px;
  margin: auto;
  margin-top: 40px;
}

.contents-main-head {
  display: flex;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}

.contents-main-head .contents-main-head-mini {
  font-size: 14px;
  display: flex;
  align-items: flex-end;
  line-height: 160%;
  margin-left: 1px;
}

.head-mini {
  font-size: 12px;
}

.text-box-wrap {
  background: #fff;
  padding: 40px;
}

.text-box {
  margin: 40px 0;
  font-size: 18px;
  line-height: 180%;
}

.text-box:first-child {
  margin-top: 0;
}


.text-head h2 {
  font-size: 22px;
  font-weight: bold;
  color: #FC4979;
  border-left: 4px solid #FC4979;
  padding-left: 6px;
  margin-bottom: 20px;
}

.text-area-img {
  margin: auto;
  text-align: center;
  margin-top: 30px;
}
