/* Header */
.header .lp-header-above {
  padding: 15px 0;
}

/* Main CSS */
.lp-a4-3a-main .bg {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc((1150 / 1440) * 660px);
  background: url("../images/main-bg.png") no-repeat center / contain ;
  padding: 56px 0 50px;
  margin-top: 15px;
}
.lp-a4-3a-main .logo {
  display: none;
  padding-left: 60px;
}
.lp-a4-3a-main .service-name {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* Problem CSS */
.lp-a4-3a-prob .lp-a4-3a-prob-content {
  padding-top: 56px;
}
.lp-a4-3a-prob .heading {
  text-align: center;
  margin-bottom: 56px;
}
.lp-a4-3a-prob .prob-list {
  display: flex;
  margin-bottom: 56px;
}
.lp-a4-3a-prob .prob-list li {
  width: calc(100% / 3);
  padding: 0 15px;
}
.lp-a4-3a-prob .title {
  position: relative;
  width: 300px;
  height: 300px;
  font-size: 24px;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.5;
  color: #fff;
  background-color: #618bde;
  border-radius: 50%;
  padding: 60px 40px;
  margin: 0 auto;
  margin-bottom: 24px;
}
.lp-a4-3a-prob .title span {
  display: block;
  text-align: center;
  margin-bottom: 24px;
}
.lp-a4-3a-prob .text {
  width: 300px;
  text-align: justify;
  text-justify: inter-ideograph;
  padding: 0 40px;
  margin: 0 auto;
}
.lp-a4-3a-prob .catch-copy {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #214793;
}

/* Feature CSS */
.lp-a4-2-feature-below {
  background-color: #fff;
}
.lp-a4-2-feature-below .heading {
  text-align: center;
  color: #fff;
  background-color: #618bde;
  margin-bottom: 56px;
  padding: 32px;
}
.lp-a4-2-feature-below .item-flex {
  display: flex !important;
  align-items: center;
  gap: 0 !important;
  margin-bottom: 0 !important;
}
.lp-a4-2-feature-below .item-flex:not(:last-of-type) {
  margin-bottom: 48px !important;
}
.lp-a4-2-feature-below .text-area {
  width: 70%;
  padding: 0 24px;
}
.lp-a4-2-feature-below .img-area {
  width: 30%;
  padding: 0 24px;
}
.lp-a4-2-feature-below .title {
  font-size: 23px !important;
  color: #214793;
}
.lp-a4-2-feature-below .text {
  text-align: justify;
  text-justify: inter-ideograph;
}

/* Voice CSS */
.lp-a4-3a-voice .heading {
  text-align: center;
  color: #fff;
  background-color: #618bde;
  margin-bottom: 56px;
  padding: 32px;
}
.lp-a4-3a-voice .voice-list {
  display: flex;
  max-width: 100% !important;
}
.lp-a4-3a-voice .item-flex {
  display: block !important;
  width: calc(100% / 3);
  padding: 0 15px;
  margin-bottom: 0 !important;
}
.lp-a4-3a-voice .company {
  width: 300px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #214793;
  padding: 0 40px;
  margin: 0 auto;
  margin-bottom: 24px;
}
.lp-a4-3a-voice .text {
  width: 300px;
  text-align: justify;
  text-justify: inter-ideograph;
  padding: 0 40px;
  margin: 0 auto;
}

/* Price CSS */
.lp-a4-3a-price-content {
  padding-top: 56px;
}
.lp-a4-3a-price .heading {
  text-align: center;
  color: #fff;
  background-color: #618bde;
  margin-bottom: 56px;
  padding: 32px;
}
.lp-a4-3a-price .price-table {
  margin-bottom: 56px;
}
.lp-a4-3a-price .price-list {
  display: flex;
}
.lp-a4-3a-price .price-list li {
  width: calc(100% / 3);
  padding: 0 15px;
}
.lp-a4-3a-price .title {
  font-size: 24px;
  line-height: 1.5;
  color: #214793;
  margin-bottom: 24px;
}
.lp-a4-3a-price .text {
  text-align: justify;
  text-justify: inter-ideograph;
}

/* Contact CSS */
.lp-a4-3a-contact .lp-a4-3a-contact-content {
  padding-top: 56px;
}
.lp-a4-3a-contact .heading {
  text-align: center;
  margin-bottom: 56px;
}
.lp-a4-3a-contact .a4-3a-main-btn {
  margin-bottom: 56px;
}
.lp-a4-3a-contact .text a {
  display: block;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #214793;
}
form.inquiry_form {
  display: none;
}
#login-username {
  font-size: .75rem;
  color: white;
}

/* Footer */
.footer a {
  color: #fff !important;
}