#lfx-support-page {
  color: #333333;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, Arial, sans-serif;
  max-width: 1040px;
  padding-top: 52px;
  padding-bottom: 72px;
}
#lfx-support-page,
#lfx-support-page * {
  box-sizing: border-box;
}
#lfx-support-page a,
#lfx-support-page a:hover,
#lfx-support-page a:focus {
  text-decoration: none;
  outline: 0;
}
#lfx-support-page .support-section {
  margin-bottom: 88px;
}
#lfx-support-page .support-section:last-child {
  margin-bottom: 0;
}
#lfx-support-page .support-heading {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 48px;
  text-align: center;
}
#lfx-support-page .support-heading:after {
  background: #17699d;
  border-radius: 2px;
  content: "";
  display: block;
  height: 3px;
  margin: 17px auto 0;
  width: 41px;
}
#lfx-support-page .support-heading-small {
  font-size: 24px;
  margin-bottom: 26px;
}
#lfx-support-page .support-menu-grid,
#lfx-support-page .support-feature-grid,
#lfx-support-page .support-contact-links,
#lfx-support-page .support-guide-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
#lfx-support-page .support-menu-grid {
  column-gap: 24px;
  row-gap: 14px;
}
#lfx-support-page .support-menu-card {
  align-items: center;
  background: #fff;
  border: 1px solid #dfeaf3;
  border-radius: 8px;
  color: #333333;
  display: flex;
  min-height: 94px;
  padding: 14px 50px 14px 22px;
  position: relative;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
#lfx-support-page .support-menu-card:after {
  color: #dbe8f0;
  content: "\203A";
  font-size: 28px;
  line-height: 1;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}
#lfx-support-page .support-menu-card:hover,
#lfx-support-page .support-menu-card:focus {
  border-color: #c7ddea;
  box-shadow: 0 5px 16px rgba(23, 105, 157, 0.08);
  color: #333333;
}
#lfx-support-page .support-menu-card strong,
#lfx-support-page .support-menu-card small {
  display: block;
}
#lfx-support-page .support-menu-card strong {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 6px;
}
#lfx-support-page .support-menu-card small {
  color: #555555;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.45;
  color: #333;
}
#lfx-support-page .support-icon {
  align-items: center;
  background: #eef7fc;
  border-radius: 50%;
  color: #17699d;
  display: flex;
  height: 67px;
  justify-content: center;
  width: 67px;
  flex: 0 0 67px;
  margin-right: 20px;
}
#lfx-support-page .support-icon .support-icon-svg {
  height: 38px;
  width: 38px;
}
#lfx-support-page .support-icon-svg {
  display: block;
  height: 34px;
  overflow: visible;
  width: 34px;
}
#lfx-support-page .support-feature-grid {
  align-items: stretch;
  column-gap: 40px;
}
#lfx-support-page .support-feature-item {
  display: flex;
  flex-direction: column;
}
#lfx-support-page .support-feature-item .support-panel {
  flex: 1 1 auto;
}
#lfx-support-page .support-panel {
  align-items: center;
  border: 1px solid #dfeaf3;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  min-height: 365px;
  padding: 50px 32px 40px;
  text-align: center;
}
#lfx-support-page .support-panel p {
  color: #555555;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.75;
  margin: 32px 0 30px;
  color: #333;
}
#lfx-support-page .support-button {
  background: #0b5ca6;
  border-radius: 28px;
  color: #fff;
  display: block;
  font-size: 17px;
  font-weight: 700;
  line-height: 56px;
  margin-top: auto;
  max-width: 420px;
  min-height: 56px;
  text-align: center;
  width: 100%;
}
#lfx-support-page .support-button:hover,
#lfx-support-page .support-button:focus {
  background: #075d9f;
  color: #fff;
}
#lfx-support-page .support-hero-icon {
  align-items: center;
  background: #eef7fc;
  border-radius: 50%;
  color: #17699d;
  display: flex;
  height: 98px;
  justify-content: center;
  width: 98px;
}
#lfx-support-page .support-hero-icon .support-icon-svg {
  height: 50px;
  width: 66px;
}
#lfx-support-page .support-chat-icon {
  background: transparent;
  height: 84px;
  width: 84px;
}
#lfx-support-page .support-chat-icon .support-icon-svg {
  height: 84px;
  width: 84px;
}
#lfx-support-page .support-contact-links {
  align-items: center;
  column-gap: 20px;
  justify-content: center;
  margin: 0 auto;
  max-width: 850px;
}
#lfx-support-page .support-contact-links a {
  align-items: center;
  color: #18a7e8;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  justify-content: center;
  line-height: 1.4;
  text-decoration: underline;
  color: #0091DC;
}
#lfx-support-page .support-contact-icon {
  align-items: center;
  background: #eef7fc;
  border-radius: 50%;
  color: #17699d;
  display: flex;
  height: 59px;
  justify-content: center;
  width: 59px;
  flex: 0 0 59px;
  margin-right: 22px;
}
#lfx-support-page .support-contact-icon .support-icon-svg {
  height: 28px;
  width: 28px;
}
#lfx-support-page .support-guide-list {
  list-style: none;
  margin: 0;
  padding: 0;
  column-gap: 95px;
  margin: 0 auto;
  max-width: 600px;
  row-gap: 28px;
}
#lfx-support-page .support-guide-list li {
  margin: 0;
}
#lfx-support-page .support-guide-list a {
  color: #18a7e8;
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  color: #0091DC;
  line-height: 1.5;
  padding-left: 18px;
  position: relative;
  text-decoration: underline;
}
#lfx-support-page .support-guide-list a:before {
  color: #dbe8f0;
  content: "\203A";
  font-size: 19px;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 2px;
}
@media (max-width: 767px) {
  #lfx-support-page {
    padding-top: 36px;
    padding-bottom: 48px;
  }
  #lfx-support-page .support-section {
    margin-bottom: 56px;
  }
  #lfx-support-page .support-heading {
    font-size: 24px;
    margin-bottom: 30px;
  }
  #lfx-support-page .support-heading-small {
    font-size: 22px;
  }
  #lfx-support-page .support-menu-grid,
  #lfx-support-page .support-feature-grid,
  #lfx-support-page .support-contact-links,
  #lfx-support-page .support-guide-list {
    grid-template-columns: 1fr;
  }
  #lfx-support-page .support-menu-grid,
  #lfx-support-page .support-feature-grid {
    row-gap: 14px;
  }
  #lfx-support-page .support-menu-card {
    min-height: 86px;
    padding: 13px 42px 13px 15px;
  }
  #lfx-support-page .support-menu-card strong {
    font-size: 16px;
  }
  #lfx-support-page .support-menu-card small {
    font-size: 14px;
  }
  #lfx-support-page .support-icon {
    flex-basis: 58px;
    height: 58px;
    margin-right: 14px;
    width: 58px;
  }
  #lfx-support-page .support-icon .support-icon-svg {
    height: 34px;
    width: 34px;
  }
  #lfx-support-page .support-panel {
    min-height: 320px;
    padding: 38px 22px 30px;
  }
  #lfx-support-page .support-panel p {
    font-size: 16px;
    margin: 25px 0 24px;
  }
  #lfx-support-page .support-button {
    font-size: 18px;
    line-height: 50px;
    min-height: 50px;
    background: #0B5CA6;
  }
  #lfx-support-page .support-contact-links {
    row-gap: 24px;
  }
  #lfx-support-page .support-contact-links a {
    justify-content: flex-start;
    font-size: 16px;
  }
  #lfx-support-page .support-guide-list {
    max-width: 260px;
    row-gap: 20px;
  }
}
/* style for form page */
.faster-solution {
  color: #333333;
  margin: 0 auto 56px;
  max-width: 600px;
}
.faster-solution a,
.faster-solution a:hover,
.faster-solution a:focus {
  outline: 0;
  text-decoration: none;
}
.faster-solution-item {
  margin-bottom: 42px;
}
.faster-solution-item:last-child {
  margin-bottom: 0;
}
.faster-solution-label {
  color: #333333;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 9px;
  padding-left: 18px;
  position: relative;
  text-align: left;
}
.faster-solution-label:before {
  border-bottom: 8px solid transparent;
  border-left: 11px solid #333333;
  border-top: 8px solid transparent;
  content: "";
  left: 2px;
  position: absolute;
  top: 5px;
}
.faster-solution-button {
  align-items: center;
  background: #0b5ca6;
  border: 2px solid #0b5ca6;
  border-radius: 30px;
  color: #fff;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  justify-content: flex-start;
  line-height: 1.35;
  min-height: 60px;
  padding: 6px 40px 6px 98px;
  text-align: left;
  transition: background 0.2s ease, border-color 0.2s ease;
  width: 100%;
}
.faster-solution-button:hover,
.faster-solution-button:focus {
  background: #075d9f;
  border-color: #075d9f;
  color: #fff;
}
.faster-solution-icon {
  align-items: center;
  background: #eef7fc;
  border-radius: 50%;
  color: #17699d;
  display: flex;
  height: 48px;
  justify-content: center;
  width: 48px;
  flex: 0 0 48px;
  margin-right: 13px;
}
.faster-solution-icon .support-icon-svg {
  display: block;
  height: 30px;
  overflow: visible;
  width: 34px;
}
.faster-solution-text {
  display: inline-block;
}
@media (max-width: 767px) {
  .faster-solution {
    margin-bottom: 40px;
    max-width: 100%;
  }
  .faster-solution-item {
    margin-bottom: 30px;
  }
  .faster-solution-label {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .faster-solution-button {
    border-radius: 27px;
    font-size: 16px;
    min-height: 54px;
    padding: 6px 20px 6px 24px;
  }
  .faster-solution-icon {
    flex-basis: 42px;
    height: 42px;
    margin-right: 10px;
    width: 42px;
  }
  .faster-solution-icon .support-icon-svg {
    height: 26px;
    width: 30px;
  }
}
.support-form-intro {
  color: #333333;
  margin: 0 auto 28px;
  max-width: 1000px;
}
.support-form-intro h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 46px;
  text-align: center;
}
.support-form-intro h2:after {
  background: #17699d;
  border-radius: 2px;
  content: "";
  display: block;
  height: 3px;
  margin: 17px auto 0;
  width: 41px;
}
.support-form-intro-content {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  margin: 0 auto;
  max-width: 1000px;
  text-align: left;
}
.support-form-intro-content p {
  margin: 0 0 6px;
}
@media (max-width: 767px) {
  .support-form-intro {
    margin-bottom: 24px;
  }
  .support-form-intro h2 {
    font-size: 24px;
    margin-bottom: 34px;
  }
  .support-form-intro-content {
    font-size: 14px;
    line-height: 1.65;
  }
}
/* style fot phone page */
#lfx-phone-page {
  color: #333333;
  max-width: 1030px;
  padding: 42px 15px 60px;
}
#lfx-phone-page a,
#lfx-phone-page a:hover,
#lfx-phone-page a:focus {
  outline: 0;
  text-decoration: none;
}
#lfx-phone-page .phone-faq-lead {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0 0 28px;
  text-align: center;
}
#lfx-phone-page .phone-faq-lead a {
  color: #0091DC;
  font-size: 18px;
  font-weight: 700;
  text-decoration: underline;
}
#lfx-phone-page .phone-faq-box {
  border: 1px solid #d6d6d6;
  border-radius: 7px;
  height: 374px;
  margin: 0 auto 48px;
  max-width: 760px;
  overflow-y: auto;
  padding: 28px 32px 22px;
}
#lfx-phone-page .phone-faq-box::-webkit-scrollbar {
  width: 10px;
}
#lfx-phone-page .phone-faq-box::-webkit-scrollbar-track {
  background: transparent;
}
#lfx-phone-page .phone-faq-box::-webkit-scrollbar-thumb {
  background: #b3b3b3;
  border-radius: 8px;
}
#lfx-phone-page .phone-faq-box h2 {
  color: #111;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 16px;
}
#lfx-phone-page .phone-faq-list {
  margin: 0;
}
#lfx-phone-page .phone-faq-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#lfx-phone-page .phone-faq-list li {
  margin: 0;
}
#lfx-phone-page .phone-faq-list a {
  align-items: flex-start;
  color: #333333;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 8px 0;
}
#lfx-phone-page .phone-faq-list a:hover {
  color: #005a9d;
}
#lfx-phone-page .phone-faq-list .icon {
  background: url("../../../../images/support/support-icons/answer.svg") no-repeat center / contain;
  flex: 0 0 32px;
  height: 22px;
  margin-right: 16px;
  width: 32px;
}
#lfx-phone-page .phone-contact-section {
  text-align: center;
}
#lfx-phone-page .phone-heading {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 44px;
  position: relative;
  text-align: center;
}
#lfx-phone-page .phone-heading:after {
  background: #17699d;
  border-radius: 2px;
  bottom: -18px;
  content: "";
  height: 3px;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  width: 40px;
}
#lfx-phone-page .phone-contact-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  margin: 0 auto 30px;
  max-width: 500px;
}
#lfx-phone-page .phone-contact-card {
  align-items: center;
  border: 1px solid #dae5eb;
  border-radius: 8px;
  color: #333333;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 152px;
  padding: 26px 20px 25px;
}
#lfx-phone-page .phone-contact-card:hover,
#lfx-phone-page .phone-contact-card:focus {
  border-color: #c9dbe5;
  color: #333333;
}
#lfx-phone-page .phone-contact-card strong {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 12px;
}
#lfx-phone-page .phone-contact-card span {
  align-items: center;
  color: #E53E3E;
  display: flex;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: .02em;
  line-height: 1.1;
}
#lfx-phone-page .phone-contact-card i {
  background: url("../../images/icons/tell.png") no-repeat center / contain;
  display: inline-block;
  flex: 0 0 38px;
  font-size: 0;
  font-style: normal;
  height: 21px;
  line-height: 1;
  margin-right: 12px;
  width: 38px;
}
#lfx-phone-page .phone-hours {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 8px;
}
#lfx-phone-page .phone-note {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 767px) {
  #lfx-phone-page {
    padding-top: 30px;
    padding-bottom: 44px;
  }
  #lfx-phone-page .phone-faq-lead {
    font-size: 16px;
    margin-bottom: 22px;
  }
  #lfx-phone-page .phone-faq-lead a {
    font-size: 16px;
  }
  #lfx-phone-page .phone-faq-box {
    height: 320px;
    margin-bottom: 40px;
    padding: 22px 18px;
  }
  #lfx-phone-page .phone-faq-list a {
    font-size: 14px;
    line-height: 22px;
    padding: 9px 0;
  }
  #lfx-phone-page .phone-faq-list .icon {
    flex-basis: 28px;
    height: 22px;
    margin-right: 10px;
    width: 28px;
  }
  #lfx-phone-page .phone-heading {
    font-size: 24px;
    margin-bottom: 38px;
  }
  #lfx-phone-page .phone-contact-grid {
    grid-template-columns: 1fr;
    margin-bottom: 24px;
  }
  #lfx-phone-page .phone-contact-card {
    min-height: 130px;
    padding: 22px 15px;
  }
  #lfx-phone-page .phone-contact-card strong {
    font-size: 16px;
  }
  #lfx-phone-page .phone-contact-card span {
    font-size: 24px;
  }
  #lfx-phone-page .phone-contact-card i {
    flex-basis: 32px;
    height: 18px;
    margin-right: 8px;
    width: 32px;
  }
  #lfx-phone-page .phone-hours {
    font-size: 16px;
  }
  #lfx-phone-page .phone-note {
    font-size: 14px;
  }
}
/*fix for header*/
@media screen and (max-width: 767px) {
  .topHeader .visible-sm {
    display: none !important;
  }
}
/*----*/
