@charset "UTF-8";
/* font-face */
@font-face {
  font-family: AdjustedYuGothic;
  font-weight: 400;
  src: local("Yu Gothic Medium");
}
@font-face {
  font-family: AdjustedYuGothic;
  font-weight: 700;
  src: local("Yu Gothic Bold");
}
/* style　settings */
/* query-input */
/* header */
/* a1.footer-main */
/* primary - テンプレのcontactボタンの色 */
/* primary - テンプレのsearchTopボタンの色 */
/* footer-bottom */
/* contact */
:root {
  --query-input-border: 1px solid #8e8e8e;
  --header-link-color: #777;
}

/* mixin */
/* helpfeel base ---------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

.is-siteloaded .b--lg,
.is-siteloaded .b--gn {
  visibility: visible;
}

.footer .b--wrap {
  visibility: visible;
}

body {
  font-family: YakuHanJP, 中ゴシックBBB, Gothic Medium BBB, YuGothic, 游ゴシック体, Meiryo, メイリオ, Osaka, MS PGothic, arial, helvetica, sans-serif;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  body {
    background: var(--body-background);
  }
}
@media screen and (max-width: 767px) {
  body .faq-list,
body .keywords,
body .page-content,
body .related-pages {
    padding: 15px;
    border-radius: var(--card-border-radius);
    border: var(--card-border-width) solid var(--card-border-color);
  }
}

.header {
  padding: 0;
}
.header .concierge-container {
  display: none;
}

.query-input {
  margin-bottom: 16px;
  max-width: 584px;
  border-radius: 30px;
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .query-input {
    margin-bottom: 8px;
  }
}
.inframe .query-input:focus-within {
  outline: none;
}
.query-input .speech-button {
  height: 40px;
}

.faq-list ul > li > a {
  padding-right: 8px;
  font-size: 16px;
}

/* search - conetnts */
#app-container {
  min-height: 100vh;
}
html.inframe #app-container {
  margin-top: 67px;
}

.content {
  margin: 32px 0 16px;
}
html.inframe .content {
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  .keywords {
    margin: 16px 0;
  }
}
.keywords .keywords-title {
  margin-bottom: 7px;
  padding: 5px 0 2px;
}
.keywords .keywords-body .list {
  justify-content: left;
  margin: 6px 10px;
  gap: 8px 10px;
}
.keywords .keywords-body .list > a {
  border: 1px solid transparent;
}
.keywords .keywords-body .headword {
  line-height: 24px;
  text-align: center;
  margin-top: 13px;
}
@media screen and (max-width: 767px) {
  .keywords .keywords-body .headword {
    margin: 0;
    text-align: left;
  }
}

/* article - contents */
.page-content .line {
  font-size: 16px;
}
.page-content .line.title {
  font-size: 24px;
}
.page-content .line.title:after {
  content: "";
  display: block;
  width: calc(100% + 4px);
  margin: 15px -2px 0;
  height: 1px;
  background-color: var(--card-border-color);
  border-radius: 2px;
}
.page-content .line.image-only-line > a {
  display: inline-block;
}
.page-content .indent-mark .dot {
  top: 13px;
}

/* article - related */
@media screen and (max-width: 767px) {
  .related-pages {
    margin-top: 0;
  }
}
.related-pages .related-pages-body ul > li > a {
  font-size: 16px;
  align-items: center;
}
.related-pages .related-pages-body ul > li > a .icon {
  background-size: contain;
  height: 20px;
  margin-right: 8px;
}

.article-page-empty .content {
  margin-bottom: 0;
  order: 1;
}
.article-page-empty .content .page-content {
  padding-bottom: 0;
  border-bottom: 0;
  border-radius: var(--card-border-radius) var(--card-border-radius) 0 0;
}
.article-page-empty .feedback-section {
  order: 3;
}
.article-page-empty .related-pages-section {
  order: 2;
}
.article-page-empty .related-pages-section .container .related-pages {
  border-top: 0;
  border-radius: 0 0 var(--card-border-radius) var(--card-border-radius);
}
.inframe .article-page-empty .related-pages-section .container .related-pages {
  padding-top: 0;
}
.article-page-empty .footer {
  order: 4;
}

/* Heading ---------------------------------------------------------------*/
strong.level.level-3 {
  font-size: 125%;
  line-height: 140%;
  display: block;
  margin: 1.25em 0 0;
  font-feature-settings: "palt";
}

strong.level.level-4 {
  font-size: 150%;
  line-height: 140%;
  display: block;
  margin: 1.5em 0 0;
  font-feature-settings: "palt";
}

/* helpfeel header ---------------------------------------------------------------*/
.navbar {
  min-height: 70px;
  padding: 10px 16px;
  margin: 0;
  border-bottom: 2px solid #777777;
  gap: 10px;
}
.navbar ul.header-menu {
  gap: 0 10px;
}
.navbar ul.header-menu > li {
  display: flex;
}
.navbar ul.header-menu > li:not(:first-child) {
  margin-left: 0;
}
.navbar ul.header-menu > li a {
  padding: 6px;
}
.navbar ul.header-menu > li a:hover {
  background-color: rgba(119, 119, 119, 0.15);
  border-radius: 5px;
}

/* helpfeel footer ---------------------------------------------------------------*/
.btn {
  display: block;
  padding: 10px 14px;
  border-radius: 5px;
}
.btn:hover {
  opacity: 0.6;
}

/* footer */
.powered-by-helpfeel {
  display: none;
}

/* contact base -----------------------------------------------------------------*/
.contact-page {
  font-size: 14px;
}
.contact-page .description-html .description {
  padding: 10px 0;
  background-color: transparent;
}
.contact-page .form-group.required > label:after {
  content: "必須";
  color: #fff;
  font-size: 10px;
  background-color: #f44336;
  padding: 3px;
  border-radius: 4px;
  margin-left: 5px;
  vertical-align: 2px;
}
.contact-page .form-group.rel-question, .contact-page .form-group.nohit {
  margin-top: 0;
}
.contact-page div#g-recaptcha {
  margin: 60px 0 80px;
}
.contact-page div#g-recaptcha > div {
  margin: 0 auto;
}
.contact-page .contact-container {
  padding-bottom: 0;
}
.contact-page .contact-container .hints {
  padding-left: 0;
}
.contact-page .contact-container .form-group + .description-html {
  margin: 0;
}
.contact-page .contact-container .button-submit {
  color: #fff;
  background: var(--brand-color);
  border-radius: 5px;
  padding: 12px 14px;
  font-size: 14px;
  text-align: center;
}
.contact-page .contact-container .button-submit:hover {
  opacity: 0.6;
}
.contact-page .contact-container .button-submit:disabled {
  background: #555;
  opacity: 1;
}
.contact-page .contact-container .radio-button-container > div:first-child .radio-button-label {
  display: block;
  color: var(--header-color);
  font-size: 16px;
  line-height: 16px;
  margin: 0 0 12px;
  font-weight: bold;
}
.contact-page .contact-container .radio-button-container.required > div:first-child .radio-button-label:after {
  content: "必須";
  color: #fff;
  font-size: 10px;
  background-color: #f44336;
  padding: 3px;
  border-radius: 4px;
  margin-left: 5px;
  vertical-align: 2px;
}

html:not(.inframe) {
  /* html.inframe .header{
    padding-top: 5px !important;
  }
  html.inframe .header .ua-header{
    display: none;
  }
  .inframe .header .search-container{
    background: none;
    padding: 0;
    margin: 0;
    overflow: auto;
  }
  html.inframe.is-vs, html.inframe.is-vs body {
    &:has(.search-page) {
      overflow: initial;
    }
  } */
  /* JSナシver用のCSS */
  /* FAQ & Contact */
  /* 検索結果の吹き出しアイコン非表示 */
  /* フッター - メールでのお問い合わせ・電話でのお問い合わせ */
  /* 2025.07.11 UI調整 */
}
html:not(.inframe) body {
  overflow-y: scroll !important;
}
html:not(.inframe) header {
  padding-top: 75px !important;
}
html:not(.inframe) .footer {
  text-align: left;
  padding: 0;
}
html:not(.inframe) .footer ul, html:not(.inframe) .footer li, html:not(.inframe) .footer li, html:not(.inframe) .footer dt, html:not(.inframe) .footer dd {
  margin: 0;
  padding: 0;
}
html:not(.inframe) .footer a {
  color: inherit;
}
html:not(.inframe) .no-pc .b--cont {
  position: static;
}
html:not(.inframe) #app-container .app {
  padding-bottom: 75px;
}
html:not(.inframe) .concierge {
  display: none;
}
html:not(.inframe) .header .subtitle {
  margin-top: 64px;
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  html:not(.inframe) .header .subtitle {
    margin-top: 32px;
    display: block;
  }
}
html:not(.inframe) .header .subtitle h2 {
  pointer-events: none;
}
html:not(.inframe) .header .query-input {
  margin: 0 auto;
}
html:not(.inframe) .search-summary-time {
  display: none;
}
html:not(.inframe) .faq-list .faq-list-title {
  position: static;
}
html:not(.inframe) .keywords {
  margin-bottom: 0;
}
html:not(.inframe) .article-page .related-pages {
  margin-bottom: 0;
}
html:not(.inframe) .is-siteloaded .b--lg {
  position: absolute;
}
html:not(.inframe) .is-siteloaded .b--gn {
  position: absolute;
}
html:not(.inframe) .is-siteloaded .b--hm {
  display: none;
}
html:not(.inframe) .footer .footer-main {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin: 48px auto;
}
.search-page html:not(.inframe) .footer .footer-main {
  display: none;
}
html:not(.inframe) .footer .footer-main .btn {
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  font-size: 16px;
  color: #f7f6f4;
  background-color: #404040;
}
html:not(.inframe) .footer .footer-main .btn:hover {
  opacity: 0.8;
}
html:not(.inframe) .search-page .footer-main_search-top {
  display: none !important;
}
html:not(.inframe) .custom-page-header {
  width: 1200px;
  max-width: calc(100% - (28.8438px * 2));
  padding-left: 11.85%;
  margin-top: 108px;
  margin-right: auto;
  margin-left: auto;
  color: #000;
}
@media screen and (max-width: 767px) {
  html:not(.inframe) .custom-page-header {
    padding-left: 0;
    margin-top: 95px;
  }
}
html:not(.inframe) .custom-page-header .c--subttl {
  font-family: 中ゴシックBBB, Gothic Medium BBB, YuGothic, 游ゴシック体, Meiryo, メイリオ, Osaka, MS PGothic, arial, helvetica, sans-serif;
}
html:not(.inframe) .custom-page-header .customerPolicyLink {
  margin-top: 54px;
  font-size: 0.9em;
}
.article-page html:not(.inframe) .custom-page-header .customerPolicyLink {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .article-page html:not(.inframe) .custom-page-header .customerPolicyLink {
    padding-bottom: 67px;
    padding-left: 4px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  html:not(.inframe) .custom-page-header .customerPolicyLink {
    padding-bottom: 67px;
    padding-left: 4px;
    margin-top: 30px;
  }
}
html:not(.inframe) .custom-page-header .customerPolicyLink a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #3c6596;
  line-height: 1.875;
}
html:not(.inframe) .custom-page-header .customerPolicyLink a::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #3c6596;
}
html:not(.inframe) .faq-list ul > li > a .icon {
  display: none;
}
html:not(.inframe) .footer-content {
  width: calc(100% - (28.8438px * 2));
  max-width: 1200px;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  html:not(.inframe) .footer-content {
    margin-top: 64px;
  }
}
html:not(.inframe) .footer-content__box {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  html:not(.inframe) .footer-content__box {
    margin-bottom: 80px;
  }
}
html:not(.inframe) .footer-content .pc-show {
  display: block;
}
@media screen and (max-width: 767px) {
  html:not(.inframe) .footer-content .pc-show {
    display: none;
  }
}
html:not(.inframe) .footer-content .sp-show {
  display: none;
}
@media screen and (max-width: 767px) {
  html:not(.inframe) .footer-content .sp-show {
    display: block;
  }
}
html:not(.inframe) .footer-content .custom_ttl_col {
  font-size: 1.7625em;
  margin: 0 0 45px;
  padding-left: 64.35px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  html:not(.inframe) .footer-content .custom_ttl_col {
    padding-left: 0;
    margin: 0 0 40px;
    font-size: 20px;
    line-height: 1.8125;
  }
}
html:not(.inframe) .footer-content .custom_item_wrap {
  display: flex;
  flex-flow: row wrap;
}
@media screen and (max-width: 767px) {
  html:not(.inframe) .footer-content .custom_item_wrap {
    flex-direction: column;
  }
}
html:not(.inframe) .footer-content .custom_item_wrap .m--boxbtn {
  width: calc(50% - 7.5px);
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  html:not(.inframe) .footer-content .custom_item_wrap .m--boxbtn {
    width: 100%;
  }
}
html:not(.inframe) .footer-content .custom_item_wrap .m--boxbtn:nth-of-type(odd) {
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  html:not(.inframe) .footer-content .custom_item_wrap .m--boxbtn:nth-of-type(odd) {
    margin-right: 0;
  }
}
html:not(.inframe) .footer-content .m--boxbtn {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-line-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-content: center;
  align-items: center;
  background-color: #f2f1f0;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 6.5rem;
  padding: 0.9375rem 0.5rem 0.9375rem var(--grid-p);
  position: relative;
  width: 100%;
  transition: color 0.3s cubic-bezier(0.13, 0.08999, 0.1, 1);
}
@media screen and (max-width: 767px) {
  html:not(.inframe) .footer-content .m--boxbtn {
    padding: 0.9375rem calc(var(--grid-s)*2);
    min-height: 5.75rem;
  }
}
html:not(.inframe) .footer-content .m--boxbtn:hover {
  background-color: #f2f1f0;
  color: #b2542b;
}
html:not(.inframe) .footer-content .m--boxbtn__lab {
  display: block;
  font-size: 1.125rem;
  letter-spacing: 0.02em;
  line-height: 1.625rem;
  width: calc(100% - 5rem);
}
@media screen and (max-width: 767px) {
  html:not(.inframe) .footer-content .m--boxbtn__lab {
    width: calc(100% - 2.8125rem);
    font-size: 1rem;
  }
}
html:not(.inframe) .footer-content .m--boxbtn__ico {
  display: block;
  height: 0.75rem;
  position: relative;
  width: var(--grid-p);
}
@media screen and (max-width: 767px) {
  html:not(.inframe) .footer-content .m--boxbtn__ico {
    display: block;
    height: 0.9375rem;
    position: relative;
    width: 0.9375rem;
  }
}
html:not(.inframe) .footer-content .m--boxbtn__ico ._st {
  stroke: #b2542b;
}
html:not(.inframe) .footer-content .m--boxbtn__ico ._bg {
  display: none;
}
@media screen and (max-width: 767px) {
  html:not(.inframe) .footer-content .m--boxbtn__ico ._bg {
    display: initial;
    fill: #b2542b;
  }
}
html:not(.inframe) .footer-content .m--telbtn {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -ms-flex-line-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-content: center;
  align-items: center;
  background-color: #f2f1f0;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 6.5rem;
  justify-content: center;
  width: 100%;
}
html:not(.inframe) .footer-content .pc .m--telbtn:hover {
  color: #ad5757 !important;
}
html:not(.inframe) .footer-content .m--telbtn__lab {
  padding: 0 2.25rem;
  position: relative;
}
html:not(.inframe) .footer-content .m--telbtn__tex {
  font-size: 1.25rem;
  letter-spacing: 0.02em;
  line-height: 1.625rem;
}
html:not(.inframe) .footer-content .m--telbtn__icon {
  fill: #ad5757;
  bottom: 0;
  height: 1.375rem;
  left: auto;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 1.375rem;
}
html:not(.inframe) .footer-content .ttl_col,
html:not(.inframe) .footer-content .ttl_bg {
  background: none;
  padding: 0;
  height: auto;
}
html:not(.inframe) .footer-content .ttl_col h2 {
  position: relative;
  font-size: 1.125em;
  letter-spacing: 0.02em;
  font-weight: normal;
  line-height: 2.625rem;
  margin: 0 0 2.625rem;
}
html:not(.inframe) .footer-content .ttl_col h2::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #D0D0D0;
  position: absolute;
  border: 0;
  right: 0;
  top: 50%;
  z-index: 0;
}
html:not(.inframe) .footer-content .ttl_col h2 .icoCate {
  position: relative;
  height: auto;
  padding: 0 30px 0 0;
  background: #EEEBEA;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  html:not(.inframe) .footer-content .ttl_col h2 .icoCate {
    font-size: 15px;
  }
}
html:not(.inframe) .footer-content .ttl_col + p.custom_pc_text {
  padding: 0 0 0 130px;
}
@media screen and (max-width: 767px) {
  html:not(.inframe) .footer-content .ttl_col + p.custom_pc_text {
    display: none;
  }
}
html:not(.inframe) .footer-content p.custom_sp_text {
  display: none;
}
@media screen and (max-width: 767px) {
  html:not(.inframe) .footer-content p.custom_sp_text {
    display: block;
    padding: 0 0 0 33px;
    font-size: 14px;
    line-height: 1.8125;
  }
}
html:not(.inframe) .footer-content p.custom_sp_text + div {
  display: flex;
  align-items: center;
  padding: 17.5px 0 0 130px;
}
@media screen and (max-width: 767px) {
  html:not(.inframe) .footer-content p.custom_sp_text + div {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
  }
}
html:not(.inframe) .footer-content a.m--telbtn.h--clr._hpc {
  margin: 0 30px 0 0;
  width: auto;
  pointer-events: none;
  height: auto;
  background: none;
  min-width: 11em;
}
@media screen and (max-width: 767px) {
  html:not(.inframe) .footer-content a.m--telbtn.h--clr._hpc {
    margin: 20px 0;
  }
}
html:not(.inframe) .footer-content .m--telbtn__lab {
  padding: 0 0 0 2.25rem;
}
html:not(.inframe) .footer-content .m--telbtn__icon {
  left: 0;
  right: auto;
}
html:not(.inframe) .search-page .search-container {
  margin-top: 160px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  html:not(.inframe) .search-page .search-container {
    margin-top: 16px;
  }
}
html:not(.inframe) .search-page .search-container .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  padding: 0 60px;
}
@media screen and (max-width: 767px) {
  html:not(.inframe) .search-page .search-container .container {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    margin-bottom: 24px;
  }
}
html:not(.inframe) .search-page .search-container .container .subtitle {
  width: 50%;
  padding-bottom: 0;
  margin-top: 0;
  font-size: 25px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  html:not(.inframe) .search-page .search-container .container .subtitle {
    width: 100%;
    margin-bottom: 27px;
  }
}
html:not(.inframe) .search-page .search-container .container .subtitle h2 {
  font-size: 25px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  html:not(.inframe) .search-page .search-container .container .subtitle h2 {
    font-size: 20px;
  }
}
html:not(.inframe) .search-page .search-container .container .query-input {
  width: 50%;
}
@media screen and (max-width: 767px) {
  html:not(.inframe) .search-page .search-container .container .query-input {
    width: 100%;
  }
}
html:not(.inframe) .search-page .query-input {
  position: relative;
  padding-right: 40px;
  border: none;
  border-radius: 4px;
  background: none;
}
html:not(.inframe) .search-page .query-input::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 40px;
  height: 40px;
  background: transparent;
  background-image: url(https://custom-assets.helpfeel.com/united-arrows-faq/united_arrows_search.svg);
  background-repeat: no-repeat;
  background-size: 19px;
  background-position: center;
}
html:not(.inframe) .search-page .query-input:focus-within {
  outline: none;
}
html:not(.inframe) .search-page .query-input input,
html:not(.inframe) .search-page .query-input textarea {
  padding: 5px 12px;
  font-size: 16px;
  line-height: 30px;
  border-radius: 4px;
  background: #fff;
  opacity: 1;
  outline: 1px solid transparent;
  transition-timing-function: ease;
  transition-duration: 250ms;
  transition-property: outline;
}
html:not(.inframe) .search-page.init .query-input:focus-within input,
html:not(.inframe) .search-page.init .query-input:focus-within textarea {
  outline: solid 1px #b2542b;
}
html:not(.inframe) .search-page #app-container {
  min-height: 50vh;
}
html:not(.inframe) .search-page #app-container .container {
  display: flex;
  flex-direction: column;
  width: 1200px;
}
html:not(.inframe) .search-page #app-container .container .faq-list {
  order: 2;
}
html:not(.inframe) .search-page #app-container .container .keywords {
  order: 3;
}
html:not(.inframe) .search-page #app-container .container .keywords {
  background: none;
  border-radius: 0;
  border-top: none;
  border-right: none;
  border-left: none;
}
@media screen and (max-width: 767px) {
  html:not(.inframe) .search-page #app-container .container .keywords {
    padding-right: 0;
    padding-left: 0;
  }
}
html:not(.inframe) .search-page #app-container .container .keywords .keywords-body .headword {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  html:not(.inframe) .search-page #app-container .container .keywords .keywords-body .headword {
    margin-top: 0;
  }
}
html:not(.inframe) .search-page #app-container .container .keywords .keywords-body .section {
  margin-bottom: 12px;
}
html:not(.inframe) .search-page #app-container .container .keywords .keywords-body .list {
  margin: 8px 0;
  gap: 12px;
}
html:not(.inframe) .search-page #app-container .container .keywords .keywords-body .list > a {
  padding: 4px 8px;
  font-size: 13px;
  border: solid 1px #333;
  line-height: 1.5;
}
html:not(.inframe) .search-page #app-container .container .keywords .keywords-body .list > a.highlight {
  color: #b2542b;
  border: solid 1px #b2542b;
}
html:not(.inframe) .search-page #app-container .container .keywords:not(.keywords-top-most) .keywords-body {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: var(--height, auto);
  transition-timing-function: ease;
  transition-duration: 450ms;
  transition-property: height;
}
html:not(.inframe) .search-page #app-container .container .keywords:not(.keywords-top-most) .keywords-body.shown {
  overflow: visible;
  height: auto !important;
}
html:not(.inframe) .search-page #app-container .container .keywords:not(.keywords-top-most) .keywords-body .section:first-child {
  order: 99;
}
html:not(.inframe) .search-page #app-container .container .keywords.keywords-top-most {
  order: 1;
  padding: 0 0 0 50%;
  margin-top: 0;
  border: none;
  border-radius: 0;
  background: 0;
}
@media screen and (max-width: 767px) {
  html:not(.inframe) .search-page #app-container .container .keywords.keywords-top-most {
    padding-left: 0;
  }
}
html:not(.inframe) .search-page #app-container .container .keywords.keywords-top-most .keywords-body .section {
  margin-bottom: 0;
}
html:not(.inframe) .search-page #app-container .container .keywords.keywords-top-most .keywords-body .list {
  margin: 8px 0;
}
html:not(.inframe) .search-page #app-container .container .keywords.keywords-top-most .keywords-body .list > a {
  padding: 4px 8px;
  font-size: 14px;
  border: solid 1px #333;
  line-height: 1.5;
  background: none;
}
html:not(.inframe) .search-page #app-container .container .keywords.keywords-top-most .keywords-body .list > a.highlight {
  color: #b2542b;
  border: solid 1px #b2542b;
}
html:not(.inframe) .search-page .faq-list {
  padding-top: 36px;
  padding-bottom: 36px;
  background: none;
  border-radius: 0;
  border: none;
}
@media screen and (max-width: 767px) {
  html:not(.inframe) .search-page .faq-list {
    padding-top: 70px;
    padding-right: 0;
    padding-left: 0;
  }
}
html:not(.inframe) .search-page .faq-list .faq-list-title {
  position: relative;
  margin: 4px 0 22px;
  background: none;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  html:not(.inframe) .search-page .faq-list .faq-list-title {
    font-size: 15px;
  }
}
html:not(.inframe) .search-page .faq-list .faq-list-title::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 1em;
  width: calc(100% - 10em);
  height: 1px;
  background-color: #d0d0d0;
  transform: translateX(0);
  pointer-events: none;
}
html:not(.inframe) .search-page .faq-list .faq-list-bottom {
  display: none;
}
html:not(.inframe) .search-page .faq-list .faq-list-scroll-container {
  height: initial;
  max-height: initial;
  overflow-y: initial;
}
html:not(.inframe) .search-page .faq-list .faq-list-scroll-container > div:nth-child(n+2) {
  padding-top: 24px;
}
html:not(.inframe) .search-page .faq-list ul {
  padding-left: 60px;
}
@media screen and (max-width: 767px) {
  html:not(.inframe) .search-page .faq-list ul {
    padding-left: 0;
  }
}
html:not(.inframe) .search-page .faq-list ul > li {
  margin-bottom: 12px;
}
html:not(.inframe) .search-page .faq-list ul > li > a {
  font-size: 18px;
  text-decoration: underline;
  transition-timing-function: ease;
  transition-duration: 450ms;
  transition-property: color;
}
@media screen and (max-width: 767px) {
  html:not(.inframe) .search-page .faq-list ul > li > a {
    font-size: 16px;
  }
}
html:not(.inframe) .search-page .faq-list ul > li > a:hover {
  color: #b2542b;
}
html:not(.inframe) .article-page .page-content {
  background: none;
  border-radius: 0;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  padding-right: 0;
  padding-left: 0;
}
html:not(.inframe) .article-page .page-content .line.title::after {
  background-color: #d0d0d0;
}
html:not(.inframe) .article-page .related-pages-section {
  margin-top: 36px;
  margin-bottom: 36px;
}
html:not(.inframe) .article-page .related-pages {
  border-radius: 0;
  border-right: none;
  border-left: none;
  background: none;
}
html:not(.inframe) .container {
  max-width: calc(100% - (28.8438px * 2));
}
html:not(.inframe) .b--cur {
  display: none !important;
}
html:not(.inframe) .m--btn.hide {
  display: none;
}
html:not(.inframe) .footer .faq--ft {
  padding: 0 10% 1.875rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  html:not(.inframe) .footer .faq--ft {
    padding: 0 0 3.75rem;
  }
}
html:not(.inframe) .footer .faq--ft .m--btb__label {
  color: #000;
}
html:not(.inframe) .footer .faq--ft ._st {
  stroke: #000;
}
html:not(.inframe) .footer .m--btb__ico ._bg {
  fill: #d0d0d0;
}
html:not(.inframe) .footer .faq--ft__btn {
  text-align: right;
  width: 100%;
}
@media screen and (max-width: 767px) {
  html:not(.inframe) .footer .faq--ft__btn {
    text-align: center;
  }
}
html:not(.inframe) .footer .m--btb__label {
  color: #000;
}
html:not(.inframe) .footer .b--ft__nv {
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  html:not(.inframe) .footer .b--ft__one__a {
    font-size: 0.9125rem;
  }
}

html.inframe .ua-header,
html.inframe .custom-page-header {
  display: none;
}
html.inframe .keywords .br--ct__btn {
  display: none;
}

html.is-vs:has(.search-page), html.is-vs body:has(.search-page) {
  overflow: initial;
}
html.is-vs:has(.article-page), html.is-vs body:has(.article-page) {
  overflow: initial;
}
html.is-vs:has(.contact-page), html.is-vs body:has(.contact-page) {
  overflow: initial;
}

/* .pc .footer .b--cont {
  position: relative;
} */
.no-pc.firefox .footer .b--cont {
  position: relative;
}

.b--cont {
  position: relative !important;
}