/* #noproblem - ベース・リンク・フォーカス */
#noproblem a:not([class*=with-hover]):not([class*=has-underline]) {
  text-decoration: none;
}
#noproblem a:not([class*=with-hover]):not([class*=has-underline]):hover {
  text-decoration: none;
}
#noproblem a:focus,
#noproblem *:focus {
  outline: 0;
}

/* flat-chat */
#noproblem .flat-chat {
  position: fixed;
  z-index: 10;
  width: 100%;
}
#noproblem .flat-chat p {
  margin-bottom: 0;
}
#noproblem .flat-chat__body {
  background-color: #fff;
  transition: all 0.3s ease-out;
  padding: 12px 20px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#noproblem .flat-chat__body__content {
  width: 100%;
  display: block;
}
#noproblem .flat-chat__body__content__button--tel,
#noproblem .flat-chat__body__content__button--tel:active,
#noproblem .flat-chat__body__content__button--tel:focus,
#noproblem .flat-chat__body__content__button--tel:hover,
#noproblem .flat-chat__body__content__button--tel:visited {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
  color: #000 !important;
  text-align: center;
  text-decoration: none;
}
#noproblem .flat-chat__body__content__button--tel,
#noproblem .flat-chat__body__content__button--tel:active,
#noproblem .flat-chat__body__content__button--tel:focus,
#noproblem .flat-chat__body__content__button--tel:hover,
#noproblem .flat-chat__body__content__button--tel:visited {
  border: 1px solid #000;
  margin-bottom: 15px;
  height: 60px;
  color: #000;
  pointer-events: none;
}
#noproblem .flat-chat__body__content__button--tel__content__tell-number {
  font-size: 44px !important;
  font-weight: 700 !important;
  color: #f48205;
  display: inline-block;
  line-height: 1;
  margin: 0;
}

/* float-banner */
#noproblem .float-banner {
  background-color: none;
  background-color: rgba(0, 0, 0, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 1090px;
}
#noproblem .float-pattern-b {
  display: block;
  width: 76.2%;
}
#noproblem .float-pattern-b .float-flex-item {
  width: 100%;
}
#noproblem .float-pattern-b .float-flex-item p {
  text-align: center;
}
#noproblem .float-pattern-b .float-flex-item:nth-child(1) {
  border-right: solid 1px #e3e3e4;
  padding-right: 30px;
}
#noproblem .float-pattern-b .float-flex-item:nth-child(1) img {
  width: 50px !important;
  height: 35px !important;
}
#noproblem .float-pattern-b .float-flex-item:nth-child(2) {
  padding-left: 30px;
}
#noproblem .float-pattern-b .float-flex-item:nth-child(2) img {
  display: inline-block;
  margin: 0;
}
#noproblem .float-pattern-b .float-flex-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* button-grade-blue */
#noproblem .button-grade-blue {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  padding: 12px 32px;
  font-size: 100%;
  position: relative;
  width: 100%;
  font-size: 21px;
  font-weight: 700;
  color: #fff !important;
  background: #0687ff;
  background-image: -webkit-linear-gradient(0deg, #0687ff 0, #06bedf 100%);
  border-radius: 55px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
  cursor: pointer;
  text-decoration: none;
}
#noproblem .button-grade-blue > p {
  line-height: 1.714;
}
#noproblem .button-grade-blue::after {
  content: "";
  display: block;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
}
#noproblem .button-grade-blue:hover {
  background-image: -webkit-linear-gradient(0deg, #0b9bff 0, #0bcce7 100%);
  text-decoration: none;
  opacity: 0.7;
  transition: 0.3s;
}

/* @media max-width: 576px */
@media (max-width: 576px) {
  #noproblem .flat-chat {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    bottom: 0;
  }
  #noproblem .flat-chat__head {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    padding: 1.3333333333vw 2.6666666667vw;
  }
  #noproblem .flat-chat__head span {
    font-size: 4.2666666667vw;
    font-weight: 700;
  }
  #noproblem .flat-chat__head__close {
    width: 1em;
    height: 1em;
    top: calc(50% - 0.5em);
    right: 0.5em;
  }
  #noproblem .flat-chat__body {
    padding: 1.6vw 0 1.3333vw;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  #noproblem .flat-chat__body__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #noproblem .flat-chat__body__content__button--tel,
  #noproblem .flat-chat__body__content__button--tel:active,
  #noproblem .flat-chat__body__content__button--tel:focus,
  #noproblem .flat-chat__body__content__button--tel:hover,
  #noproblem .flat-chat__body__content__button--tel:visited {
    border-radius: 5px;
    width: calc(50% - 1.3333333333vw);
    padding: 2.6666666667vw;
    background-color: #fff;
  }
  #noproblem .flat-chat__body__content__button--tel,
  #noproblem .flat-chat__body__content__button--tel:active,
  #noproblem .flat-chat__body__content__button--tel:focus,
  #noproblem .flat-chat__body__content__button--tel:hover,
  #noproblem .flat-chat__body__content__button--tel:visited {
    margin-bottom: 0;
    border: none;
    height: auto;
    pointer-events: all;
    width: 100%;
    padding: 0;
  }
  #noproblem .float-banner {
    background-color: none;
    background-color: rgba(0, 0, 0, 0);
    flex-wrap: wrap;
  }
  #noproblem .float-banner .js-view-time-sale img {
    display: block;
    width: 160px !important;
    margin: 0 auto;
  }
  #noproblem .float-pattern-b {
    display: block;
    width: 100%;
  }
  #noproblem .float-pattern-b .float-flex-wrap {
    display: flex;
    justify-content: center;
    align-items: start;
    margin: 10px 0;
  }
  #noproblem .float-pattern-b .float-flex-item {
    max-width: 330px;
    margin: 0 auto;
  }
  #noproblem .float-pattern-b .float-flex-item p {
    font-size: 4.2666vw;
  }
  #noproblem .float-pattern-b .float-flex-item:nth-child(1) {
    border-right: none;
    padding-right: 5px;
    padding-left: 0;
  }
  #noproblem .float-pattern-b .float-flex-item:nth-child(1) img {
    width: auto !important;
    height: auto !important;
  }
  #noproblem .float-pattern-b .float-flex-item:nth-child(2) {
    padding-left: 5px;
    padding-right: 0;
  }
  #noproblem .float-pattern-b .float-flex-item:nth-child(2) img {
    width: auto !important;
    height: auto !important;
  }
  #noproblem .button-grade-blue {
    font-size: 4.3333333333vw;
    font-weight: 700;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  }
}

/* @media min-width: 576px */
@media (min-width: 576px) {
  #noproblem .flat-chat {
    left: 0;
    bottom: 0;
    border: 1px solid #fff;
  }
  #noproblem .float-banner .js-view-time-sale img {
    width: 246px !important;
  }
  #noproblem .float-banner .js-view-time-sale {
    width: auto !important;
  }
}

/* float-chat-wrapper */
#noproblem .float-chat-wrapper {
  position: fixed;
  bottom: 30px;
  right: 0;
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  transition: 1s;
}
#noproblem .float-chat-wrapper a {
  cursor: pointer;
}
#noproblem .float-chat-wrapper a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
#noproblem .float-chat-wrapper .txt-center {
  text-align: center;
}
#noproblem .float-chat-wrapper .border-box {
  box-sizing: border-box;
}
#noproblem .float-chat-wrapper .inblock {
  display: inline-block;
}
#noproblem .float-chat-wrapper.with-float {
  opacity: 1;
  visibility: visible;
  transform: translateY(-150px);
  bottom: 75px;
}
#noproblem .float-inner img {
  width: 63px;
  height: auto;
}

@media (max-width: 576px) {
  #noproblem .float-chat-wrapper.with-float {
    transform: translateY(-120px);
    bottom: 45px;
  }
  #noproblem .float-inner img {
    width: 45px;
  }
}

/* .noproblem リセット・ベース */
.noproblem *,
.noproblem ::before,
.noproblem ::after {
  box-sizing: border-box;
}
.noproblem a {
  color: inherit;
  text-decoration: none;
}
.noproblem a:is(:link, :hover, :active, :focus) {
  color: inherit;
  text-decoration: inherit;
}
.noproblem h1,
.noproblem h2,
.noproblem h3,
.noproblem h4,
.noproblem h5,
.noproblem h6 {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
}
.noproblem dl,
.noproblem dt,
.noproblem dd,
.noproblem ul,
.noproblem ol,
.noproblem li,
.noproblem figure,
.noproblem caption {
  margin: 0;
  padding: 0;
}
.noproblem ul,
.noproblem ol {
  list-style-type: none;
}
.noproblem p {
  margin: 0;
  padding: 0;
  line-height: inherit;
}
.noproblem iframe,
.noproblem img {
  border-style: none;
}
.noproblem img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.noproblem button,
.noproblem input,
.noproblem select {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* np-content-root */
#noproblem .np-content-root {
  --np-color-primary: #2779be;
  --np-color-secondary: #62b0dc;
  --np-color-bg: #ffffff;
  --np-color-text: #000000;
  --np-color-link: #000000;
  --np-color-heading: #1473c3;
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  color: var(--np-color-text);
  background-color: var(--np-color-bg);
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* #youtube-modal */
#youtube-modal .np-youtube-modal {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.9);
  backface-visibility: hidden;
  overflow: hidden;
}
#youtube-modal .np-youtube-modal__close {
  display: block;
  position: absolute;
  right: clamp(20px, 5.3333333333vw, 30px);
  top: clamp(20px, 5.3333333333vw, 30px);
  z-index: 10;
  width: clamp(30px, 8vw, 63px);
  height: clamp(30px, 8vw, 63px);
  padding: 0;
  text-indent: -9999px;
  border: none;
  background-color: rgba(0, 0, 0, 0);
}
#youtube-modal .np-youtube-modal__close::before,
#youtube-modal .np-youtube-modal__close::after {
  content: "";
  display: block;
  position: absolute;
  left: -10%;
  top: 50%;
  width: 120%;
  height: 3px;
  background-color: #000;
  transform-origin: center center;
}
#youtube-modal .np-youtube-modal__close::before {
  transform: rotate(45deg);
}
#youtube-modal .np-youtube-modal__close::after {
  transform: rotate(-45deg);
}
#youtube-modal .np-youtube-modal__content {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1607843137);
  background: #000;
  aspect-ratio: 16/9;
  overflow: hidden;
}
#youtube-modal .np-youtube-modal__content.--mobile {
  width: calc(100% - 3rem);
  border-radius: 8px;
}
#youtube-modal .np-youtube-modal__content.--desktop {
  width: 80%;
  border-radius: 16px;
}
#youtube-modal .np-youtube-modal__content > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 0;
  aspect-ratio: inherit;
}


#noproblem .float-pattern-b {
  width: 100%;
}
#noproblem .float-pattern-b .float-flex-item {
  display: flex;
  align-items: flex-start;
  gap: 0 20px;
  width: 490px;
  box-sizing: border-box;
  text-align: center;
}
#noproblem .float-pattern-b .float-flex-item:nth-child(1) {
  justify-content: flex-end;
  padding: 20px 25px 0 0;
}
#noproblem .float-pattern-b .float-flex-item:nth-child(1) img {
  width: 57px;
}
#noproblem .float-pattern-b .float-flex-item:nth-child(2) {
  padding-left: 25px;
}
#noproblem .float-pattern-b .float-flex-item:nth-child(2) img {
  width: 40px;
}
#noproblem .float-pattern-b .float-flex-item .float-item-text {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
  font-size: 20px;
  font-weight: 700;
  color: #333;
}
#noproblem .float-pattern-b .float-flex-item .float-item-text strong {
  font-size: 29px;
}
#noproblem .float-pattern-b .float-flex-item:nth-child(2) span {
  line-height: 1.3;
}
#noproblem .float-pattern-b .float-flex-item .float-number-txt {
  font-size: 38px;
  color: #f60;
  font-weight: 700;
  background: -webkit-linear-gradient(0deg,#f27c05 0,#ffb405 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1 !important;
  font-family: Roboto,Helvetica,Arial,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","モリサワ 新ゴ R","Droid Sans",メイリオ,sans-serif;
}
#noproblem .float-pattern-b .float-flex-item .float-btn-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 0;
  font-size: 100%;
  position: relative;
  width: 250px;
  font-size: 18px;
  font-weight: 700;
  color: #fff!important;
  background: #f37d05;
  background: -webkit-linear-gradient(left,#f27c05 0,#ffb405 100%);
  background: linear-gradient(90deg,#f27c05 0,#ffb405 100%);
  background-image: -webkit-linear-gradient(90deg,#f27c05 0,#ffb405 100%);
  background-image: -ms-linear-gradient(90deg,#f27c05 0,#ffb405 100%);
  -webkit-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0084ff", endColorstr="#00bcde", GradientType=1);
  border-radius: 55px;
  box-shadow: 0 0 10px 0 rgba(0,0,0,.4);
  box-sizing: border-box;
  cursor: pointer;
}
#noproblem .float-pattern-b .float-flex-item .float-btn-item:hover {
  background-image: -webkit-linear-gradient(0deg,#f29005 0,#ffc805 100%);
  background-image: -ms-linear-gradient(0deg,#f29005 0,#ffc805 100%)
}
#noproblem .float-pattern-b .float-flex-item .float-btn-note {
  display: block;
  font-size: 12px;
  margin-top: 5px;
}
@media (max-width: 575px) {
  #noproblem .flat-chat__body {
    padding: 1.6vw 0 1.3333vw;
  }
  #noproblem .float-pattern-b .float-flex-title {
    font-size: 4vw;
    font-weight: 700;
    color: #f37d05;
    margin-bottom: 1.3333vw;
    text-align: center;
  }
  #noproblem .float-pattern-b .float-flex-wrap {
    gap: 0 12px;
    margin: 0;
  }
  #noproblem .float-pattern-b .float-flex-item {
    width: 44%;
    margin: 0;
  }
  #noproblem .float-pattern-b .float-flex-item:nth-child(1) {
    padding: 0;
  }
  #noproblem .float-pattern-b .float-flex-item:nth-child(1) .float-btn-icon {
    width: 18px;
  }
  #noproblem .float-pattern-b .float-flex-item:nth-child(2) {
    padding-left: 0;
  }
  #noproblem .float-pattern-b .float-flex-item:nth-child(2) .float-btn-icon {
    width: 30px;
  }
  #noproblem .float-pattern-b .float-flex-item div {
    width: 100%;
  }
  #noproblem .float-pattern-b .float-flex-item .float-btn-item {
    padding: 0;
    width: 100%;
    height: 45px;
    font-size: 14px;
    line-height: 1.2;
    gap: 10px;
    background: -webkit-linear-gradient(left, #f37d05 0, #ffb205 100%);
    background: linear-gradient(to right, #f37d05 0, #ffb205 100%);
    -webkit-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0084ff", endColorstr="#00bcde", GradientType=1);
  }
  .float-btn-text {
    line-height: 1.22;
  }
  #noproblem .float-pattern-b .float-flex-item .float-btn-note {
    font-size: 2.6666vw;
    margin-top: 6px;
  }
}

/************************************************************
* フローティング（Air本線同等）
* 既存 .flat-chat / .float-banner ルールを上書きする
*************************************************************/
#noproblem .flat-chat {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 120;
  width: 100%;
  border: none;
  background-color: rgba(255, 255, 255, 0.95);
  box-sizing: border-box;
}

#noproblem .flat-chat__body {
  padding: 23px 0 15px;
  border-radius: 0;
  background-color: transparent;
}

#noproblem .float-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: transparent;
}

#noproblem .float-elem-wrap {
  width: 100%;
}

#noproblem .float-elem-title,
#noproblem .flat-chat .float-elem-title {
  font-size: 18px;
  font-weight: 700;
  color: #f37d05;
  margin: 0 0 8px;
  text-align: center;
}

#noproblem .float-elem {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

#noproblem .float-elem_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  gap: 0 20px;
  width: 475px;
  padding-top: 0;
  box-sizing: border-box;
}

/*
 * Air本線同様、左右カラムの縦位置を揃えるため padding-top は付けない
 * （旧 .float-btn { padding-top: 20px } を打ち消す）
 */
#noproblem .float-btn {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-top: 0;
  padding-right: 25px;
  border-right: 1px solid #ddd;
}

#noproblem .float-number {
  padding-top: 0;
  padding-left: 25px;
}

#noproblem .float-elem-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0 10px;
  font-size: 20px;
  font-weight: 700;
  color: #333;
  position: relative;
  top: 10px;
  margin: 0;
}

#noproblem .float-elem-text img,
#noproblem .float-elem-icon {
  width: 57px;
}

#noproblem .float-number .float-elem-text img,
#noproblem .float-number .float-elem-icon {
  width: 40px;
}

#noproblem .float-elem-text strong {
  font-size: 29px;
  color: #333;
}

#noproblem .float-number .float-elem-text span {
  line-height: 1.3;
}

#noproblem .float-btn-item,
#noproblem .float-number-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  width: 250px;
  margin-right: auto;
  margin-left: auto;
  padding: 17.5px 0;
  font-size: 18px;
  font-weight: 700;
  color: #fff !important;
  text-align: center;
  text-decoration: none;
  background: #f37d05;
  background-image: -webkit-linear-gradient(left, #f27c05 0, #ffb405 100%);
  background-image: linear-gradient(90deg, #f27c05 0, #ffb405 100%);
  border-radius: 55px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: filter 0.3s ease;
  transition: filter 0.3s ease;
}

#noproblem .float-btn-item:link,
#noproblem .float-btn-item:visited,
#noproblem .float-btn-item:active,
#noproblem .float-number-btn:link,
#noproblem .float-number-btn:visited,
#noproblem .float-number-btn:active,
#noproblem .float-button-tel:link,
#noproblem .float-button-tel:visited,
#noproblem .float-button-tel:active {
  color: #fff !important;
  text-decoration: none;
}

#noproblem .float-btn-item:hover,
#noproblem .float-number-btn:hover {
  background-image: -webkit-linear-gradient(left, #f29005 0, #ffc805 100%);
  background-image: linear-gradient(90deg, #f29005 0, #ffc805 100%);
  -webkit-filter: brightness(1.08);
  filter: brightness(1.08);
  text-decoration: none;
}

#noproblem .float-btn-note,
#noproblem .float-number-note,
#noproblem .flat-chat .float-btn-note,
#noproblem .flat-chat .float-number-note {
  display: block;
  margin-top: 5px;
  margin-bottom: 0;
  color: #333;
  font-size: 12px;
  text-align: center;
  line-height: 1.4;
}

#noproblem .float-btn-icon {
  margin: 0;
  line-height: 1;
}

#noproblem .float-btn-text {
  margin: 0;
}

#noproblem .application-item-btn-link-img {
  width: 46px;
  padding-right: 10px;
}

#noproblem .application-item-btn-tel-link-img {
  width: 33px;
  margin-right: 3px;
}

@media screen and (max-width: 900px) {
  #noproblem .flat-chat {
    border: none;
    overflow: hidden;
  }

  #noproblem .flat-chat__body {
    padding: 5px 2vw 10px 1vw;
    border-radius: 0;
  }

  #noproblem .float-banner {
    max-width: none;
    width: 100%;
    padding: 0;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  #noproblem .float-elem-title,
  #noproblem .flat-chat .float-elem-title {
    font-size: 4vw;
    margin: 0 0 1.3333vw;
    line-height: 1.4;
  }

  #noproblem .float-elem {
    gap: 15px;
  }

  #noproblem .float-elem_item {
    width: 44%;
    gap: 0;
    padding: 0;
  }

  #noproblem .float-elem_item > div {
    width: 100%;
  }

  #noproblem .float-btn {
    width: 44%;
    padding-top: 0;
    padding-right: 0;
    border-right: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  #noproblem .float-number {
    width: 44%;
    padding-top: 0;
    padding-left: 0;
  }

  #noproblem .float-elem-text {
    display: none;
  }

  #noproblem .float-btn-item,
  #noproblem .float-number-btn {
    width: 100%;
    height: 40px;
    padding: 0;
    font-size: calc((14 / 375) * 100vw);
    gap: 10px;
  }

  #noproblem .float-btn-item::after,
  #noproblem .float-number-btn::after {
    display: none;
  }

  #noproblem .float-btn-text {
    font-size: calc((14 / 375) * 100vw);
    line-height: 1.22;
  }

  #noproblem .float-btn-note,
  #noproblem .float-number-note,
  #noproblem .flat-chat .float-btn-note,
  #noproblem .flat-chat .float-number-note {
    font-size: 2.6666vw;
    margin-top: 4px;
    margin-bottom: 0;
    line-height: 1.4;
  }

  #noproblem .float-btn-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  #noproblem .application-item-btn-link-img {
    width: 15px;
    padding-right: 2px;
    margin-right: 0;
  }

  #noproblem .application-item-btn-tel-link-img {
    width: 22.5px;
    padding-right: 0;
    margin-right: 0;
  }
}

/************************************************************
* 電話申し込みモーダル
* .noproblem p/h3/a/button リセットより詳細度を上げてAir本線と揃える
*************************************************************/
html.is-common-tel-modal-open,
body.is-common-tel-modal-open {
  overflow: hidden;
}

body.is-common-tel-modal-open {
  position: fixed;
  left: 0;
  width: 100%;
}

#noproblem .common-tel-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

#noproblem .common-tel-modal.is-open {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#noproblem .common-tel-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

#noproblem .common-tel-modal__inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 92%;
  max-width: 950px;
  max-height: 90vh;
  overflow: hidden;
  text-align: center;
}

#noproblem .common-tel-modal__panel {
  width: 100%;
  min-height: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  max-height: calc(90vh - 56px);
  overflow: hidden;
  background-color: #fff;
  border-radius: 60px;
  clip-path: inset(0 round 60px);
  box-sizing: border-box;
  font-family: 'Roboto','Noto Sans JP',Helvetica,Arial,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','モリサワ 新ゴ R','Droid Sans',メイリオ,sans-serif;
}

#noproblem .common-tel-modal__panel-scroll {
  max-height: calc(90vh - 56px);
  padding: 50px;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #c8c8c8 transparent;
}

#noproblem .common-tel-modal__panel-scroll::-webkit-scrollbar {
  width: 8px;
}

#noproblem .common-tel-modal__panel-scroll::-webkit-scrollbar-track {
  background: transparent;
}

#noproblem .common-tel-modal__panel-scroll::-webkit-scrollbar-thumb {
  background-color: #c8c8c8;
  border-radius: 4px;
}

#noproblem .common-tel-modal__badge {
  position: relative;
  display: inline-block;
  margin: 0 0 20px;
  padding: 10px 50.5px 13px;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  background-color: #f27c05;
  border-radius: 5px;
}

#noproblem .common-tel-modal__badge::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 10.5px 0 7px;
  border-color: #f27c05 transparent transparent transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#noproblem .common-tel-modal__list {
  width: 337px;
  margin: 0 auto -5px;
  padding: 0;
  list-style: none;
  color: #333;
  font-size: 16px;
  line-height: 1.7;
}

#noproblem .common-tel-modal__list-item {
  margin: 0;
  padding: 0;
  text-align: left;
  list-style: none;
}

#noproblem .common-tel-modal__tel-number {
  margin: 0;
  padding: 0;
  color: #f27c05;
  font-size: 80px;
  font-weight: bold;
  font-family: Roboto, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "モリサワ 新ゴ R", "Droid Sans", メイリオ, sans-serif;
  line-height: 1.2;
  background-image: -webkit-linear-gradient(left, #f27c05 0%, #ffb405 100%);
  background-image: linear-gradient(90deg, #f27c05 0%, #ffb405 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

#noproblem .common-tel-modal__tel-button-wrap {
  margin: 0 0 10px;
  padding: 0;
}

#noproblem .common-tel-modal__tel-button {
  position: relative;
  display: block;
  width: 100%;
  max-width: 255px;
  margin: 0 auto;
  padding: 10px 25px 12px 20px;
  color: #fff !important;
  font-size: 24px;
  font-weight: bold;
  font-family: Roboto, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "モリサワ 新ゴ R", "Droid Sans", メイリオ, sans-serif;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  background-image: -webkit-linear-gradient(left, #f27c05 0%, #ffb405 100%);
  background-image: linear-gradient(90deg, #f27c05 0%, #ffb405 100%);
  border-radius: 50px;
  box-sizing: border-box;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}

/*
 * Safari対策: border+rotateのくの字は角が途切れるため、
 * 連続パスのSVGマスクで矢印を描画する
 */
#noproblem .common-tel-modal__tel-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 17px;
  width: 8px;
  height: 13px;
  background-color: #fff;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 16' fill='none'%3E%3Cpath d='M2 2l6 6-6 6' stroke='%23000' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 16' fill='none'%3E%3Cpath d='M2 2l6 6-6 6' stroke='%23000' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#noproblem .common-tel-modal__tel-button:link,
#noproblem .common-tel-modal__tel-button:visited,
#noproblem .common-tel-modal__tel-button:active,
#noproblem .common-tel-modal__tel-button:hover {
  color: #fff !important;
  text-decoration: none !important;
}

#noproblem .common-tel-modal__hours {
  margin: 0 0 20px;
  padding: 0;
  color: #555;
  font-size: 16px;
  line-height: 1.5;
}

#noproblem .common-tel-modal__caution {
  padding: 20px;
  background-color: #f5f5f5;
  border-radius: 20px;
  box-sizing: border-box;
}

#noproblem .common-tel-modal__caution-title {
  display: inline-block;
  margin: 0 0 11px;
  padding: 0 0 0 30px;
  color: #f27c05;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='12' fill='%23f27c05'/%3E%3Ctext x='12' y='17' text-anchor='middle' fill='%23fff' font-size='16' font-weight='700' font-family='sans-serif'%3E!%3C/text%3E%3C/svg%3E") left center / 26px 26px no-repeat;
}

#noproblem .common-tel-modal__caution-text {
  margin: 0 0 16px;
  padding: 0;
  color: #333;
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
}

#noproblem .common-tel-modal__support-wrap {
  margin: 0 0 6px;
  padding: 0;
}

#noproblem .common-tel-modal__support-button {
  position: relative;
  display: inline-block;
  min-width: 364px;
  padding: 10.5px 26px 12.5px 20px;
  color: #f27c05 !important;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  text-decoration: none !important;
  background-color: #fff;
  border: 1px solid #f27c05;
  border-radius: 999px;
  box-sizing: border-box;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

#noproblem .common-tel-modal__support-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 9px;
  height: 15px;
  background-color: #f27c05;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 16' fill='none'%3E%3Cpath d='M2 2l6 6-6 6' stroke='%23000' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 16' fill='none'%3E%3Cpath d='M2 2l6 6-6 6' stroke='%23000' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

#noproblem .common-tel-modal__support-button:link,
#noproblem .common-tel-modal__support-button:visited,
#noproblem .common-tel-modal__support-button:active {
  color: #f27c05 !important;
  text-decoration: none !important;
}

#noproblem .common-tel-modal__support-button:hover {
  color: #fff !important;
  background-color: #f27c05;
  border-color: #f27c05;
  text-decoration: none !important;
}

#noproblem .common-tel-modal__support-button:hover::after {
  background-color: #fff;
}

#noproblem .common-tel-modal__support-hours {
  margin: 0;
  padding: 0;
  color: #555;
  font-size: 16px;
  line-height: 1.5;
}

#noproblem .common-tel-modal__close {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 31px 0 0;
  padding: 0;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
  background: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

#noproblem .common-tel-modal__close::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 1px;
  width: 24px;
  height: 24px;
  margin-right: 7px;
  background-image: -webkit-linear-gradient(#fff, #fff), -webkit-linear-gradient(#fff, #fff);
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 2px, 2px 100%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#noproblem .common-tel-modal__close:hover {
  opacity: 0.7;
}

@media screen and (max-width: 900px) {
  #noproblem .common-tel-modal__inner {
    width: 89.5%;
  }

  #noproblem .common-tel-modal__panel {
    max-height: calc(90vh - 48px);
    border-radius: calc((30 / 375) * 100vw);
    clip-path: inset(0 round calc((30 / 375) * 100vw));
  }

  #noproblem .common-tel-modal__panel-scroll {
    max-height: calc(90vh - 48px);
    padding: calc((30 / 375) * 100vw) calc((20 / 375) * 100vw);
  }

  #noproblem .common-tel-modal__badge {
    margin: 0 0 calc((13 / 375) * 100vw);
    padding: calc((7.5 / 375) * 100vw) calc((17.5 / 375) * 100vw);
    font-size: calc((20 / 375) * 100vw);
    line-height: 1;
    border-radius: calc((6 / 375) * 100vw);
  }

  #noproblem .common-tel-modal__badge::after {
    bottom: calc((-6 / 375) * 100vw);
    border-width: calc((8 / 375) * 100vw) calc((6 / 375) * 100vw) 0 calc((4 / 375) * 100vw);
  }

  #noproblem .common-tel-modal__list {
    width: calc((250 / 375) * 100vw);
    margin: 0 auto calc((17 / 375) * 100vw);
    font-size: calc((12 / 375) * 100vw);
    line-height: 1.7;
  }

  #noproblem .common-tel-modal__tel-button-wrap {
    margin: 0 0 calc((6 / 375) * 100vw);
  }

  #noproblem .common-tel-modal__tel-button {
    max-width: calc((255 / 375) * 100vw);
    padding: calc((8.5 / 375) * 100vw) calc((25 / 375) * 100vw) calc((8 / 375) * 100vw) calc((20 / 375) * 100vw);
    font-size: 24px;
    border-radius: calc((50 / 375) * 100vw);
    line-height: 1.4;
    box-shadow: 0 0 calc((15 / 375) * 100vw) rgba(0, 0, 0, 0.4);
  }

  #noproblem .common-tel-modal__tel-button::after {
    right: calc((17 / 375) * 100vw);
    width: calc((8 / 375) * 100vw);
    height: calc((13 / 375) * 100vw);
  }

  #noproblem .common-tel-modal__hours {
    margin: 0 0 calc((20 / 375) * 100vw);
    font-size: calc((12 / 375) * 100vw);
    line-height: 1.5;
  }

  #noproblem .common-tel-modal__caution {
    padding: calc((15 / 375) * 100vw) calc((20 / 375) * 100vw);
    border-radius: calc((20 / 375) * 100vw);
  }

  #noproblem .common-tel-modal__caution-title {
    margin: 0 0 calc((7 / 375) * 100vw);
    padding: 0 0 0 calc((27 / 375) * 100vw);
    font-size: calc((14 / 375) * 100vw);
    line-height: 1.4;
    background-size: calc((20 / 375) * 100vw) calc((20 / 375) * 100vw);
  }

  #noproblem .common-tel-modal__caution-text {
    margin: 0 0 calc((10 / 375) * 100vw);
    padding: 0 calc((5 / 375) * 100vw);
    font-size: calc((12 / 375) * 100vw);
    line-height: 1.75;
    text-align: left;
  }

  #noproblem .common-tel-modal__support-wrap {
    margin: 0 0 calc((7 / 375) * 100vw);
  }

  #noproblem .common-tel-modal__support-button {
    min-width: 0;
    width: 100%;
    padding: calc((6.5 / 375) * 100vw) calc((20 / 375) * 100vw) calc((10.5 / 375) * 100vw) calc((20 / 375) * 100vw);
    font-size: calc((15 / 375) * 100vw);
    border-radius: calc((40 / 375) * 100vw);
  }

  #noproblem .common-tel-modal__support-button::after {
    right: calc((13 / 375) * 100vw);
    width: calc((8 / 375) * 100vw);
    height: calc((13 / 375) * 100vw);
  }

  #noproblem .common-tel-modal__support-hours {
    font-size: calc((12 / 375) * 100vw);
    line-height: 1.5;
  }

  #noproblem .common-tel-modal__close {
    margin: calc((20 / 375) * 100vw) 0 0;
    font-size: calc((14 / 375) * 100vw);
    font-weight: normal;
  }

  #noproblem .common-tel-modal__close::before {
    width: calc((21 / 375) * 100vw);
    height: calc((21 / 375) * 100vw);
    margin-right: calc((7 / 375) * 100vw);
    background-size: 100% calc((1 / 375) * 100vw), calc((1 / 375) * 100vw) 100%;
  }
}
