@charset "UTF-8";
/* ************************************** _
タイトル：contents.css
概要：下層ページ用css
更新：2024.10.30
_ ************************************** */
/* =========================================================================
   CSS変数の定義  _custom-property

   - サイトの基本的な色指定は、CSS変数の値として設定。
   - 横幅の基準値を設定。
============================================================================ */
:root {
  --color__White: #fff;
  --color__WhiteAlpha: 255,255,255;
  --color__Black: #333;
  --color__BlackAlpha: 51,51,51;
  --color__lightBlack: #636363;
  --color__lightBlackAlpha: 99,99,99;
  --color__Shadow: #999;
  --color__ShadowAlpha: 153,153,153;
  --color__Primary: #00a993;
  --color__PrimaryAlpha: 0,169,147;
  --color__PrimaryL: #c7ede7;
  --color__PrimaryLAlpha: 199,237,231;
  --color__Secondary: #ffab1a;
  --color__SecondaryAlpha: 255,171,26;
  --color__SecondaryL: #fff8ed;
  --color__SecondaryLAlpha: 255,248,237;
  --color__Link: #034899;
  --color__LinkHover: lighten(#034899, 0.7);
  --color__Bg: #ebebeb ;
  --color__BgL: #f7f7f7 ;
  --color__Line: #666;
}

:root {
  --width__Full: 100vw;
  --width__Over: 1360px;
  --width__OverP: 1400px;
  --width__Main: 1160px;
  --width__MainP: 1200px;
  --width__texts: 930px;
}

/* 共通パーツ
---------------------------------------------------------------------------- */
/* ヒーローエリア　カラスブロッカー
---------------------------------------------------------------------------- */
.cbHeroWrapper {
  margin: 0 auto 0;
  position: relative;
}

.cbHero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 100%;
}
.cbHero .cbHeroPhoto {
  height: 45vw;
  width: 47.15vw;
}
.cbHero .cbHeroPhoto.type--before {
  background: url(/crowblocker/images/cb/img_cb_hero_bg_before.jpg) no-repeat right top;
  background-size: cover;
}
.cbHero .cbHeroPhoto.type--after {
  background: url(/crowblocker/images/cb/img_cb_hero_bg_after.jpg) no-repeat left top;
  background-size: cover;
}
.cbHero .cbHeroTitleWrapper {
  margin: -45vw auto 0;
}
.cbHero .cbHeroTitle {
  max-width: 600px;
  margin: 25px auto 20px;
  width: 42.8vw;
}
.cbHero .cbHeroBA {
  max-width: 815px;
  margin: 0 auto;
  width: 58.2vw;
}
.cbHero .cbHeroHeading {
  font-size: 2.6rem;
  line-height: 1.5;
  margin-top: 50px;
}
.cbHero .cbHeroHeading > span {
  display: block;
}

@media screen and (max-width: 768px) {
  .cbHero {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cbHero .cbHeroPhoto {
    width: 100vw;
    height: 80.25vw;
  }
  .cbHero .cbHeroPhoto.type--before {
    background: url(/crowblocker/images/cb/img_cb_hero_bg_sp.jpg) no-repeat center top;
    background-size: cover;
  }
  .cbHero .cbHeroPhoto.type--after {
    display: none;
  }
  .cbHero .cbHeroTitleWrapper {
    margin: -80.3vw auto 0;
  }
  .cbHero .cbHeroTitle {
    max-width: 560px;
    margin: 2.6vw auto 3.9vw;
    width: 73vw;
  }
  .cbHero .cbHeroBA {
    max-width: 100vw;
    position: relative;
    width: 80vw;
  }
  .cbHero .cbHeroBA::before {
    background: url(/crowblocker/images/cb/img_cb_hero_bg_ba_sp.jpg) no-repeat center top;
    background-size: cover;
    content: "";
    display: block;
    height: 20.5vw;
    left: -10vw;
    position: relative;
    top: 2.6vw;
    width: 100vw;
  }
  .cbHero .cbHeroBA img {
    position: relative;
    z-index: 5;
  }
  .cbHero .cbHeroHeading {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 600px) {
  .cbHero .cbHeroTitleWrapper {
    margin: -80vw auto 0;
  }
  .cbHero .cbHeroHeading {
    padding: 0 15px;
  }
  .cbHero .cbHeroHeading > span {
    display: inline;
  }
}
@media screen and (max-width: 414px) {
  .cbHero .cbHeroHeading {
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 1400px) {
  .cbHero .cbHeroTitleWrapper {
    padding-top: 1vw;
  }
}
@media screen and (min-width: 1600px) {
  .cbHero .cbHeroTitleWrapper {
    padding-top: 2.5vw;
  }
}
@media screen and (min-width: 1800px) {
  .cbHero .cbHeroPhoto {
    height: 810px;
    width: 848px;
  }
  .cbHero .cbHeroTitleWrapper {
    margin: -810px auto 0;
    padding-top: 45px;
  }
}
/* ヒーローエリア　フレコンスタンド
---------------------------------------------------------------------------- */
.fsHero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  margin: 0 auto;
  max-width: 1800px;
  position: relative;
  text-align: center;
  width: 100%;
}
.fsHero .fsHeroPhoto {
  height: 45vw;
}
.fsHero .fsHeroPhoto.type--left {
  background: url(/crowblocker/images/fs/img_fs_hero_bg_02.jpg) no-repeat 20% top;
  background-size: cover;
  width: 30vw;
}
.fsHero .fsHeroPhoto.type--right {
  border-left: 10px solid var(--color__White);
  background: url(/crowblocker/images/fs/img_fs_hero_bg_01.jpg) no-repeat left top;
  background-size: cover;
  width: 67.85vw;
}
.fsHero .fsHeroPhoto .fsHeroTitle {
  width: 55.5vw;
}
.fsHero .fsHeroPhoto .fsHeroTitle img {
  width: 100%;
}
.fsHero .fsHeroPoint {
  margin-top: -5.35vw;
}
.fsHero .fsHeroPoint .fsHeroPointList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 840px;
}
.fsHero .fsHeroPoint .fsHeroPointList .item {
  margin: 0 20px;
}
.fsHero .fsHeroPoint .fsHeroHeading {
  font-size: 4.2rem;
  font-weight: 700;
  letter-spacing: 0.25em;
  margin: 20px auto 0;
}
.fsHero .fsHeroPoint .fsHeroHeading .type--blue,
.fsHero .fsHeroPoint .fsHeroHeading .type--green {
  color: var(--color__White);
  display: inline-block;
  padding: 4px 0 7px 10px;
}
.fsHero .fsHeroPoint .fsHeroHeading .type--blue {
  background-color: #0083ce;
  margin: 0 0.2em;
}
.fsHero .fsHeroPoint .fsHeroHeading .type--green {
  background-color: var(--color__Primary);
  margin: 0 0.4em 0 0.2em;
}
.fsHero .fsHeroPoint .fsHeroHeading .type--line {
  display: inline-block;
  padding: 0 4px 5px 8px;
  position: relative;
  z-index: 2;
}
.fsHero .fsHeroPoint .fsHeroHeading .type--line:before {
  background-color: #ffd659;
  bottom: -5px;
  content: "";
  display: block;
  left: 0;
  height: 25px;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.fsHero .fsHeroPoint .fsHeroHeading .type--line > span {
  letter-spacing: 0.25em;
}

@media screen and (max-width: 1200px) {
  .fsHero .fsHeroPoint .fsHeroPointList {
    max-width: 90%;
  }
}
@media screen and (max-width: 960px) {
  .fsHero .fsHeroPhoto.type--right {
    width: 67vw;
  }
  .fsHero .fsHeroPoint .fsHeroPointList .item {
    margin: 0 15px;
  }
  .fsHero .fsHeroPoint .fsHeroHeading {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 768px) {
  .fsHero .fsHeroPhoto {
    height: 60vw;
  }
  .fsHero .fsHeroPhoto.type--right {
    background-position: 75% center;
  }
  .fsHero .fsHeroPoint .fsHeroPointList {
    max-width: 90%;
  }
  .fsHero .fsHeroPoint .fsHeroPointList .item {
    margin: 0 10px;
  }
  .fsHero .fsHeroPoint .fsHeroHeading {
    font-size: 3.3rem;
  }
  .fsHero .fsHeroPoint .fsHeroHeading .type--line:before {
    height: 20px;
  }
}
@media screen and (max-width: 600px) {
  .fsHero .fsHeroPhoto {
    height: 70vw;
  }
  .fsHero .fsHeroPhoto.type--left {
    background-position: 40% center;
  }
  .fsHero .fsHeroPhoto.type--right {
    background-position: 70% center;
    border-left-width: 7px;
    width: 64vw;
  }
  .fsHero .fsHeroPoint .fsHeroPointList {
    max-width: 96%;
  }
  .fsHero .fsHeroPoint .fsHeroPointList .item {
    margin: 0 10px;
  }
  .fsHero .fsHeroPoint .fsHeroHeading {
    font-size: 2.8rem;
    letter-spacing: 0.125em;
    margin: 20px auto 0;
  }
  .fsHero .fsHeroPoint .fsHeroHeading .type--blue,
.fsHero .fsHeroPoint .fsHeroHeading .type--green {
    padding: 3px 0 4px 5px;
  }
  .fsHero .fsHeroPoint .fsHeroHeading .type--blue {
    margin: 0 0.15em;
  }
  .fsHero .fsHeroPoint .fsHeroHeading .type--green {
    margin: 0 0.35em 0 0.15em;
  }
  .fsHero .fsHeroPoint .fsHeroHeading .type--line {
    padding: 0 2px 5px 8px;
  }
  .fsHero .fsHeroPoint .fsHeroHeading .type--line:before {
    bottom: -2px;
    height: 16px;
  }
  .fsHero .fsHeroPoint .fsHeroHeading .type--line > span {
    letter-spacing: 0.125em;
  }
}
@media screen and (max-width: 414px) {
  .fsHero .fsHeroPhoto {
    height: 80vw;
  }
  .fsHero .fsHeroPhoto.type--left {
    background-position: 45% center;
    width: 25vw;
  }
  .fsHero .fsHeroPhoto.type--right {
    background-position: 75% center;
    border-left-width: 5px;
    width: 69vw;
  }
  .fsHero .fsHeroPoint .fsHeroPointList {
    max-width: 100%;
  }
  .fsHero .fsHeroPoint .fsHeroPointList .item {
    margin: 0 5px;
  }
  .fsHero .fsHeroPoint .fsHeroHeading {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1600px) {
  .fsHero .fsHeroTitleWrapper {
    padding-top: 2.5vw;
  }
}
@media screen and (min-width: 1800px) {
  .fsHero {
    max-width: 1800px;
  }
  .fsHero .fsHeroPhoto.type--left {
    width: 540px;
    height: 810px;
  }
  .fsHero .fsHeroPhoto.type--right {
    width: 1220px;
    height: 810px;
  }
  .fsHero .fsHeroPhoto .fsHeroTitle {
    width: 999px;
  }
}
/* 問題提起
---------------------------------------------------------------------------- */
.cbIssueWrapper,
.fsIssueWrapper {
  margin-top: 140px;
  position: relative;
}

@media screen and (max-width: 600px) {
  .cbIssueWrapper,
.fsIssueWrapper {
    margin-top: 100px;
    position: relative;
  }
}
.cbIssue,
.fsIssue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.cbIssue::before, .cbIssue::after,
.fsIssue::before,
.fsIssue::after {
  content: "●●●";
  color: var(--color__PrimaryL);
  font-size: 1rem;
  display: inline-block;
  letter-spacing: 2.5em;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 8em;
}
.cbIssue::before,
.fsIssue::before {
  top: -5em;
}
.cbIssue::after,
.fsIssue::after {
  bottom: -5em;
}
.cbIssue .cbIssueEyeCatch,
.cbIssue .fsIssueEyeCatch,
.fsIssue .cbIssueEyeCatch,
.fsIssue .fsIssueEyeCatch {
  max-width: 265px;
  width: 27.6%;
}
.cbIssue .cbIssueEyeCatch:last-child,
.cbIssue .fsIssueEyeCatch:last-child,
.fsIssue .cbIssueEyeCatch:last-child,
.fsIssue .fsIssueEyeCatch:last-child {
  justify-items: right;
}
.cbIssue .cbIssueEyeCatch .item,
.cbIssue .fsIssueEyeCatch .item,
.fsIssue .cbIssueEyeCatch .item,
.fsIssue .fsIssueEyeCatch .item {
  margin: 20px 0;
}
.cbIssue .cbIssueEyeCatch .item > img,
.cbIssue .fsIssueEyeCatch .item > img,
.fsIssue .cbIssueEyeCatch .item > img,
.fsIssue .fsIssueEyeCatch .item > img {
  border-radius: 50%;
}
.cbIssue .cbIssueContents,
.cbIssue .fsIssueContents,
.fsIssue .cbIssueContents,
.fsIssue .fsIssueContents {
  margin: 0 -10%;
  max-width: 480px;
  text-align: center;
  width: 50%;
}
.cbIssue .cbIssueContents > .heading,
.cbIssue .fsIssueContents > .heading,
.fsIssue .cbIssueContents > .heading,
.fsIssue .fsIssueContents > .heading {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 50px auto;
}
.cbIssue .cbIssueContents .issueList,
.cbIssue .fsIssueContents .issueList,
.fsIssue .cbIssueContents .issueList,
.fsIssue .fsIssueContents .issueList {
  padding-bottom: 25px;
}
.cbIssue .cbIssueContents .issue,
.cbIssue .fsIssueContents .issue,
.fsIssue .cbIssueContents .issue,
.fsIssue .fsIssueContents .issue {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 25px;
}
.cbIssue .cbIssueContents .issue > span,
.cbIssue .fsIssueContents .issue > span,
.fsIssue .cbIssueContents .issue > span,
.fsIssue .fsIssueContents .issue > span {
  padding: 0 8px 5px 8px;
  position: relative;
  z-index: 2;
}
.cbIssue .cbIssueContents .issue > span:before,
.cbIssue .fsIssueContents .issue > span:before,
.fsIssue .cbIssueContents .issue > span:before,
.fsIssue .fsIssueContents .issue > span:before {
  background-color: var(--color__PrimaryL);
  bottom: -5px;
  content: "";
  display: block;
  left: 0;
  height: 22px;
  position: absolute;
  width: 100%;
  z-index: -1;
}

@media screen and (max-width: 1100px) {
  .cbIssue .cbIssueContents,
.cbIssue .fsIssueContents,
.fsIssue .cbIssueContents,
.fsIssue .fsIssueContents {
    margin: 0 -11%;
    width: 52%;
  }
  .cbIssue .cbIssueContents .issue,
.cbIssue .fsIssueContents .issue,
.fsIssue .cbIssueContents .issue,
.fsIssue .fsIssueContents .issue {
    font-size: 2rem;
  }
  .cbIssue .cbIssueContents .issue > span:before,
.cbIssue .fsIssueContents .issue > span:before,
.fsIssue .cbIssueContents .issue > span:before,
.fsIssue .fsIssueContents .issue > span:before {
    height: 20px;
  }
}
@media screen and (max-width: 960px) {
  .cbIssue,
.fsIssue {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 60px auto;
    padding: 60px 0;
  }
  .cbIssue::before, .cbIssue::after,
.fsIssue::before,
.fsIssue::after {
    letter-spacing: 2em;
    width: 7em;
  }
  .cbIssue .cbIssueEyeCatch,
.cbIssue .fsIssueEyeCatch,
.fsIssue .cbIssueEyeCatch,
.fsIssue .fsIssueEyeCatch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
    width: 100%;
  }
  .cbIssue .cbIssueEyeCatch .item,
.cbIssue .fsIssueEyeCatch .item,
.fsIssue .cbIssueEyeCatch .item,
.fsIssue .fsIssueEyeCatch .item {
    margin: 0 20px;
  }
  .cbIssue .cbIssueContents,
.cbIssue .fsIssueContents,
.fsIssue .cbIssueContents,
.fsIssue .fsIssueContents {
    max-width: 600px;
    margin: 0 2%;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .cbIssue,
.fsIssue {
    margin: 40px auto;
    padding: 40px 0;
  }
  .cbIssue::before, .cbIssue::after,
.fsIssue::before,
.fsIssue::after {
    letter-spacing: 1.5em;
    width: 6em;
  }
  .cbIssue::before,
.fsIssue::before {
    top: -4em;
  }
  .cbIssue::after,
.fsIssue::after {
    bottom: -4em;
  }
  .cbIssue .cbIssueEyeCatch .item,
.cbIssue .fsIssueEyeCatch .item,
.fsIssue .cbIssueEyeCatch .item,
.fsIssue .fsIssueEyeCatch .item {
    margin: 0 5px;
  }
  .cbIssue .cbIssueContents,
.cbIssue .fsIssueContents,
.fsIssue .cbIssueContents,
.fsIssue .fsIssueContents {
    margin: 0 2%;
  }
  .cbIssue .cbIssueContents > .heading,
.cbIssue .fsIssueContents > .heading,
.fsIssue .cbIssueContents > .heading,
.fsIssue .fsIssueContents > .heading {
    font-size: 2.4rem;
    margin: 40px auto;
  }
  .cbIssue .cbIssueContents .issueList,
.cbIssue .fsIssueContents .issueList,
.fsIssue .cbIssueContents .issueList,
.fsIssue .fsIssueContents .issueList {
    padding-bottom: 20px;
  }
  .cbIssue .cbIssueContents .issue,
.cbIssue .fsIssueContents .issue,
.fsIssue .cbIssueContents .issue,
.fsIssue .fsIssueContents .issue {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .cbIssue .cbIssueContents .issue > span,
.cbIssue .fsIssueContents .issue > span,
.fsIssue .cbIssueContents .issue > span,
.fsIssue .fsIssueContents .issue > span {
    padding: 0 8px 5px 8px;
  }
  .cbIssue .cbIssueContents .issue > span:before,
.cbIssue .fsIssueContents .issue > span:before,
.fsIssue .cbIssueContents .issue > span:before,
.fsIssue .fsIssueContents .issue > span:before {
    background-color: var(--color__PrimaryL);
    bottom: -5px;
    content: "";
    display: block;
    left: 0;
    height: 16px;
    position: absolute;
    width: 100%;
    z-index: -1;
  }
}
@media screen and (max-width: 414px) {
  .cbIssue .cbIssueContents .issueList,
.cbIssue .fsIssueContents .issueList,
.fsIssue .cbIssueContents .issueList,
.fsIssue .fsIssueContents .issueList {
    background-color: var(--color__PrimaryL);
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 28px 5px 10px;
  }
  .cbIssue .cbIssueContents .issue,
.cbIssue .fsIssueContents .issue,
.fsIssue .cbIssueContents .issue,
.fsIssue .fsIssueContents .issue {
    margin-bottom: 15px;
  }
  .cbIssue .cbIssueContents .issue > span:before,
.cbIssue .fsIssueContents .issue > span:before,
.fsIssue .cbIssueContents .issue > span:before,
.fsIssue .fsIssueContents .issue > span:before {
    display: none;
  }
}
/* 解決策の提示
---------------------------------------------------------------------------- */
.cbSolutionWrapper,
.fsSolutionWrapper {
  padding-top: 40px;
}

.cbSolution,
.fsSolution {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  text-align: center;
}
.cbSolution .heading--solution,
.fsSolution .heading--solution {
  margin-bottom: 40px;
  text-align: center;
  width: 100%;
}
.cbSolution .heading--solution span,
.fsSolution .heading--solution span {
  font-weight: 700;
}
.cbSolution .heading--solution span:nth-child(1),
.fsSolution .heading--solution span:nth-child(1) {
  display: block;
  font-size: 2.4rem;
}
.cbSolution .heading--solution span:nth-child(2),
.fsSolution .heading--solution span:nth-child(2) {
  display: inline-block;
  background-color: var(--color__Black);
  color: var(--color__White);
  font-size: 4rem;
  margin: 0.5em auto;
  padding: 0.5em 1em;
}
.cbSolution .heading--solution span:nth-child(3),
.fsSolution .heading--solution span:nth-child(3) {
  display: block;
  font-size: 2.4rem;
}
.cbSolution .cbSolutionPhoto,
.fsSolution .cbSolutionPhoto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 40px auto;
}
.cbSolution .cbSolutionPhoto .item,
.fsSolution .cbSolutionPhoto .item {
  display: block;
  position: relative;
}
.cbSolution .cbSolutionPhoto .item:nth-child(1),
.fsSolution .cbSolutionPhoto .item:nth-child(1) {
  margin-right: 50px;
}
.cbSolution .cbSolutionPhoto .item:nth-child(2),
.fsSolution .cbSolutionPhoto .item:nth-child(2) {
  -ms-flex-item-align: end;
  align-self: end;
  margin-right: -50px;
  z-index: 2;
}
.cbSolution .cbSolutionPhoto .item:nth-child(3),
.fsSolution .cbSolutionPhoto .item:nth-child(3) {
  z-index: 1;
}
.cbSolution .cbSolutionList,
.fsSolution .cbSolutionList {
  border: 2px solid var(--color__Primary);
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1;
  max-width: 720px;
  padding: 20px 30px;
  text-align: left;
  width: 100%;
}
.cbSolution .cbSolutionList > .heading,
.fsSolution .cbSolutionList > .heading {
  background-color: var(--color__Primary);
  color: var(--color__White);
  font-weight: 700;
  margin: 12px 20px 12px 0;
  padding: 4px;
  text-align: center;
  width: 7em;
}
.cbSolution .cbSolutionList > .data,
.fsSolution .cbSolutionList > .data {
  margin: 12px 0;
  width: calc(100% - 20px - 7em);
}
.cbSolution .fsSolutionList,
.fsSolution .fsSolutionList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  margin-bottom: 40px;
  max-width: 780px;
  width: 100%;
}
.cbSolution .fsSolutionList > .heading,
.fsSolution .fsSolutionList > .heading {
  background-color: var(--color__Primary);
  color: var(--color__White);
  font-weight: 700;
  margin: 5px 10px;
  padding: 4px;
  text-align: center;
  width: 240px;
}
.cbSolution .fsSolutionPhoto,
.fsSolution .fsSolutionPhoto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 40px auto 0;
}
.cbSolution .fsSolutionPhoto .item,
.fsSolution .fsSolutionPhoto .item {
  margin: 0 20px;
}

@media screen and (max-width: 600px) {
  .cbSolution .heading--solution span:nth-child(1),
.fsSolution .heading--solution span:nth-child(1) {
    font-size: 2rem;
  }
  .cbSolution .heading--solution span:nth-child(2),
.fsSolution .heading--solution span:nth-child(2) {
    font-size: 3rem;
  }
  .cbSolution .heading--solution span:nth-child(3),
.fsSolution .heading--solution span:nth-child(3) {
    font-size: 2rem;
  }
  .cbSolution .cbSolutionPhoto .item:nth-child(1),
.fsSolution .cbSolutionPhoto .item:nth-child(1) {
    display: none;
  }
  .cbSolution .cbSolutionPhoto .item:nth-child(2),
.fsSolution .cbSolutionPhoto .item:nth-child(2) {
    margin-right: -30px;
    margin-bottom: -20px;
  }
  .cbSolution .cbSolutionList,
.fsSolution .cbSolutionList {
    margin-top: 20px;
    padding: 15px 20px;
  }
  .cbSolution .cbSolutionList > .heading,
.fsSolution .cbSolutionList > .heading {
    margin: 12px 0 10px 0;
    padding: 4px 4px 4px 10px;
    text-align: left;
    width: 100%;
  }
  .cbSolution .cbSolutionList > .data,
.fsSolution .cbSolutionList > .data {
    margin: 0 0 12px;
    width: 100%;
  }
  .cbSolution .fsSolutionPhoto .item,
.fsSolution .fsSolutionPhoto .item {
    margin: 0 10px;
  }
}
@media screen and (max-width: 414px) {
  .cbSolution .heading--solution span:nth-child(1),
.fsSolution .heading--solution span:nth-child(1) {
    font-size: 1.8rem;
  }
  .cbSolution .heading--solution span:nth-child(2),
.fsSolution .heading--solution span:nth-child(2) {
    font-size: 2.6rem;
  }
  .cbSolution .heading--solution span:nth-child(3),
.fsSolution .heading--solution span:nth-child(3) {
    font-size: 1.8rem;
  }
}
.fsSolution .heading--solution span:nth-child(2) {
  background-color: #26b7ff;
}
.fsSolution .movieSizer {
  margin-bottom: 40px;
  max-width: 560px;
  width: 100%;
}
.fsSolution .text {
  text-align: left;
}

/* カラスブロッカー　製品選択
---------------------------------------------------------------------------- */
@media screen and (max-width: 600px) {
  .cbMenu.section--inner {
    padding: 0;
  }
}
.cbMenuList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cbMenuList .item {
  margin: 0 20px;
  text-align: center;
}
.cbMenuList .item a:hover, .cbMenuList .item a:active, .cbMenuList .item a:focus {
  text-decoration: none;
}
.cbMenuList .item a:hover .heading, .cbMenuList .item a:active .heading, .cbMenuList .item a:focus .heading {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0.7;
}
.cbMenuList .item .photo {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.cbMenuList .item .heading {
  background-color: var(--color__PrimaryL);
  border-radius: 0 0 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.25;
  height: 100px;
  padding: 15px 10px 30px;
}
.cbMenuList .item .icon {
  margin-top: -24px;
  text-align: center;
}
.cbMenuList .item .icon img {
  height: 48px;
  margin: 0 auto;
  width: 48px;
}

@media screen and (max-width: 768px) {
  .cbMenuList .item {
    margin: 0 15px;
  }
  .cbMenuList .item .heading {
    font-size: 2.2rem;
    padding: 10px 5px 20px;
  }
}
@media screen and (max-width: 600px) {
  .cbMenuList .item {
    margin: 0 5px;
  }
  .cbMenuList .item .heading {
    font-size: 1.9rem;
    line-height: 1.125;
  }
  .cbMenuList .item .icon {
    margin-top: -18px;
  }
  .cbMenuList .item .icon img {
    height: 36px;
    width: 36px;
  }
}
/* 製品情報エリア
---------------------------------------------------------------------------- */
.cbServiceWrapper,
.fsServiceWrapper {
  padding-top: 40px;
}

@media screen and (max-width: 600px) {
  .cbService.section--inner,
.fsService.section--inner {
    padding: 0;
  }
}
.cbGstaSwiper,
.cbHouseSwiper,
.fsGallerySwiper,
.cbGstaSwiperThumb,
.cbHouseSwiperThumb,
.fsGstaSwiperThumb {
  --swiper-navigation-color: #fff;
  --swiper-pagination-color: #fff;
}
.cbGstaSwiper .swiper-slide,
.cbHouseSwiper .swiper-slide,
.fsGallerySwiper .swiper-slide,
.cbGstaSwiperThumb .swiper-slide,
.cbHouseSwiperThumb .swiper-slide,
.fsGstaSwiperThumb .swiper-slide {
  background: var(--color__White);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  text-align: center;
}
.cbGstaSwiper .swiper-slide .img,
.cbHouseSwiper .swiper-slide .img,
.fsGallerySwiper .swiper-slide .img,
.cbGstaSwiperThumb .swiper-slide .img,
.cbHouseSwiperThumb .swiper-slide .img,
.fsGstaSwiperThumb .swiper-slide .img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.cbGstaSwiper,
.cbHouseSwiper,
.fsGallerySwiper {
  margin: 40px auto 10px;
  max-width: 680px;
  width: 100%;
}

.cbGstaSwiperThumb,
.cbHouseSwiperThumb,
.fsGallerySwiperThumb {
  margin: 20px auto 10px;
  max-width: 680px;
  width: 100%;
}
.cbGstaSwiperThumb .swiper-slide,
.cbHouseSwiperThumb .swiper-slide,
.fsGallerySwiperThumb .swiper-slide {
  cursor: pointer;
  height: 100%;
  opacity: 0.4;
  width: 20%;
}
.cbGstaSwiperThumb .swiper-slide-thumb-active,
.cbHouseSwiperThumb .swiper-slide-thumb-active,
.fsGallerySwiperThumb .swiper-slide-thumb-active {
  opacity: 1;
}

.cbFeaturesList,
.fsFeaturesList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: -20px;
}
.cbFeaturesList .item,
.fsFeaturesList .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  width: 48%;
}
.cbFeaturesList .item:nth-child(2n-1),
.fsFeaturesList .item:nth-child(2n-1) {
  margin-right: 4%;
}
.cbFeaturesList .item .imagePart,
.fsFeaturesList .item .imagePart {
  margin-right: 20px;
  width: 180px;
}
.cbFeaturesList .item .textPart,
.fsFeaturesList .item .textPart {
  width: calc(100% - 180px - 20px);
}
.cbFeaturesList .item .heading,
.fsFeaturesList .item .heading {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 15px;
}

@media screen and (max-width: 960px) {
  .cbFeaturesList .item .imagePart,
.fsFeaturesList .item .imagePart {
    margin-right: 15px;
    width: 120px;
  }
  .cbFeaturesList .item .textPart,
.fsFeaturesList .item .textPart {
    width: calc(100% - 120px - 15px);
  }
  .cbFeaturesList .item .heading,
.fsFeaturesList .item .heading {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .cbFeaturesList,
.fsFeaturesList {
    margin-top: -20px;
  }
  .cbFeaturesList .item,
.fsFeaturesList .item {
    margin-top: 20px;
    width: 100%;
  }
  .cbFeaturesList .item .imagePart,
.fsFeaturesList .item .imagePart {
    margin-right: 20px;
    width: 150px;
  }
  .cbFeaturesList .item .textPart,
.fsFeaturesList .item .textPart {
    width: calc(100% - 150px - 20px);
  }
}
@media screen and (max-width: 414px) {
  .cbFeaturesList,
.fsFeaturesList {
    margin-top: -20px;
  }
  .cbFeaturesList .item,
.fsFeaturesList .item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
    width: 100%;
  }
  .cbFeaturesList .item .imagePart,
.fsFeaturesList .item .imagePart {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
  }
  .cbFeaturesList .item .imagePart img,
.fsFeaturesList .item .imagePart img {
    margin-left: auto;
    margin-right: auto;
  }
  .cbFeaturesList .item .textPart,
.fsFeaturesList .item .textPart {
    width: 100%;
  }
  .cbFeaturesList .item .heading,
.fsFeaturesList .item .heading {
    margin-bottom: 5px;
  }
}
.cbItemSpec.type--sp,
.fsItemSpec.type--sp {
  display: none;
}

@media screen and (max-width: 1100px) {
  .cbItemSpec,
.fsItemSpec {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 768px) {
  .cbItemSpec.type--pc,
.fsItemSpec.type--pc {
    display: none;
  }
  .cbItemSpec.type--sp,
.fsItemSpec.type--sp {
    display: table;
  }
  .cbItemSpec.type--sp .type--bg,
.fsItemSpec.type--sp .type--bg {
    background-color: var(--color__BgL);
  }
  .cbItemSpec.type--sp th,
.fsItemSpec.type--sp th {
    font-weight: 700;
  }
}
.cbOption .cbOptionContents,
.cbOption .fsOptionContents,
.fsOption .cbOptionContents,
.fsOption .fsOptionContents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
}
.cbOption .cbOptionContents .textPart,
.cbOption .fsOptionContents .textPart,
.fsOption .cbOptionContents .textPart,
.fsOption .fsOptionContents .textPart {
  margin-right: 40px;
  width: calc(100% - 420px - 40px);
}
.cbOption .cbOptionContents .optionPart,
.cbOption .fsOptionContents .optionPart,
.fsOption .cbOptionContents .optionPart,
.fsOption .fsOptionContents .optionPart {
  border: 2px solid var(--color__Primary);
  border-radius: 8px;
  padding: 30px 30px 25px 30px;
  width: 420px;
}
.cbOption .cbOptionContents .optionPart .heading,
.cbOption .fsOptionContents .optionPart .heading,
.fsOption .cbOptionContents .optionPart .heading,
.fsOption .fsOptionContents .optionPart .heading {
  font-weight: 700;
  margin-bottom: 15px;
}
.cbOption .cbOptionContents .optionList,
.cbOption .fsOptionContents .optionList,
.fsOption .cbOptionContents .optionList,
.fsOption .fsOptionContents .optionList {
  padding-left: 1em;
}
.cbOption .cbOptionContents .optionList li,
.cbOption .fsOptionContents .optionList li,
.fsOption .cbOptionContents .optionList li,
.fsOption .fsOptionContents .optionList li {
  list-style-type: disc;
  margin: 5px 0;
}

@media screen and (max-width: 960px) {
  .cbOption .cbOptionContents .textPart,
.cbOption .fsOptionContents .textPart,
.fsOption .cbOptionContents .textPart,
.fsOption .fsOptionContents .textPart {
    margin-right: 4%;
    width: 54%;
  }
  .cbOption .cbOptionContents .optionPart,
.cbOption .fsOptionContents .optionPart,
.fsOption .cbOptionContents .optionPart,
.fsOption .fsOptionContents .optionPart {
    padding: 3% 3% 2.5% 3%;
    width: 42%;
  }
}
@media screen and (max-width: 600px) {
  .cbOption .cbOptionContents,
.cbOption .fsOptionContents,
.fsOption .cbOptionContents,
.fsOption .fsOptionContents {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 40px;
  }
  .cbOption .cbOptionContents .textPart,
.cbOption .fsOptionContents .textPart,
.fsOption .cbOptionContents .textPart,
.fsOption .fsOptionContents .textPart {
    margin-bottom: 30px;
    margin-right: 0;
    width: 100%;
  }
  .cbOption .cbOptionContents .optionPart,
.cbOption .fsOptionContents .optionPart,
.fsOption .cbOptionContents .optionPart,
.fsOption .fsOptionContents .optionPart {
    padding: 20px;
    width: 100%;
  }
}
/* 20250521 特許情報の強化 */
.fsOption .product_stand_table{
  margin: 60px auto;
}
.product_stand_table{
  width:620px;
  margin:0 auto;
}
.product_stand_table table{
  width:620px;
  margin-bottom:20px;
  border:1px solid #ccc;
  background-color:#fff;
}
.product_stand_table table th{
  width:65%;
  border:1px solid #ccc;
  background-color:#f2f2f2;
  padding: 8px 5px 8px 20px;
}
.product_stand_table table td{
  width:35%;
  margin-bottom:20px;
  border:1px solid #ccc;
  background-color:#fff;
  padding: 8px 5px 8px 20px;
}
@media screen and (max-width: 768px) {
  .product_stand_table{
    max-width:620px;
    width:100%;
    margin:0 auto;
  }
  .product_stand_table table{
    width:100%;
    margin-bottom:20px;
    border:1px solid #ccc;
    background-color:#fff;
  }
  .product_stand_table table th{
    width:65%;
    border:1px solid #ccc;
    background-color:#f2f2f2;
    padding: 8px 5px 8px 20px;
  }
  .product_stand_table table td{
    width:35%;
    margin-bottom:20px;
    border:1px solid #ccc;
    background-color:#fff;
    padding: 8px 5px 8px 20px;
  }
}
/* //20250521 特許情報の強化 */

/* フレコンスタンドの使い方
---------------------------------------------------------------------------- */
.fsHowSwiper {
  --swiper-navigation-color: var(--color__White);
  --swiper-pagination-color: var(--color__White);
  --swiper-pagination-color: var(--color__Primary);
  --swiper-pagination-bullet-inactive-color: var(--color__Primary);
  background-color: var(--color__BgL);
  border: 1px solid var(--color__Line);
  border-radius: 10px;
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
}
.fsHowSwiper .swiper-slide {
  background: var(--color__White);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  text-align: center;
}
.fsHowSwiper .swiper-slide .img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

/* 20250521 お客様の声について */
.fsVoiceItem{
  margin-bottom: 40px;
}
.fsVoiceItem .voiceList dt{
  margin-left: .4em;
  margin-bottom: 20px;
  position: relative;
}
.fsVoiceItem .voiceList dt::before{
  content: "";
  background-color: var(--color__PrimaryL);
  border-radius: 10px;
  bottom: 0;
  display: block;
  height: .5em;
  left: -.4em;
  margin: auto;
  position: absolute;
  width: 13.5em;
  z-index: -1;
}
.fsVoiceItem .voiceList dd{
  padding: 30px;
  border-radius: 10px;
  background-color: var(--color__BgL);
  -webkit-box-shadow: 0 5px 7px 2px rgba(var(--color__ShadowAlpha), 0.2);
  box-shadow: 0 5px 7px 2px rgba(var(--color__ShadowAlpha), 0.2);
}
@media screen and (max-width: 600px) {
  .fsVoiceItem .voiceList dt{
    margin-bottom: 10px;
  }
  .fsVoiceItem .voiceList dd{
    padding: 20px;
  }
}
/* //20250521 お客様の声について */

/* オンライン自動お見積り・お問い合わせエリア
---------------------------------------------------------------------------- */
.cbServiceInquiryWrapper,
.fsServiceInquiryWrapper {
  background-color: var(--color__SecondaryL);
  border-radius: 8px;
  padding: 30px;
}

@media screen and (max-width: 600px) {
  .cbServiceInquiryWrapper,
.fsServiceInquiryWrapper {
    padding: 20px 15px;
  }
}
.fsServiceInquiryWrapper {
  margin-top: 60px;
}

.cbInquiryDescription,
.fsInquiryDescription {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0.75em;
}
.cbInquiryDescription .heading--line,
.fsInquiryDescription .heading--line {
  margin-bottom: 28px;
}
.cbInquiryDescription .heading--squareS,
.fsInquiryDescription .heading--squareS {
  margin-left: -0.75em;
  margin-top: 1em;
}
.cbInquiryDescription .heading--squareS:first-child,
.fsInquiryDescription .heading--squareS:first-child {
  margin-top: 0;
}
.cbInquiryDescription .descriptionContents,
.fsInquiryDescription .descriptionContents {
  letter-spacing: 0.0125em;
  margin-right: 30px;
  width: calc(100% - 360px - 30px);
}
.cbInquiryDescription .descriptionContents .linksWrapper,
.fsInquiryDescription .descriptionContents .linksWrapper {
  margin-top: 0.25em;
}

@media screen and (max-width: 1100px) {
  .cbInquiryDescription .descriptionContents,
.fsInquiryDescription .descriptionContents {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 960px) {
  .cbInquiryDescription,
.fsInquiryDescription {
    padding-left: 0;
  }
  .cbInquiryDescription .heading--squareS,
.fsInquiryDescription .heading--squareS {
    margin-left: 0;
  }
  .cbInquiryDescription .descriptionContents,
.fsInquiryDescription .descriptionContents {
    margin-bottom: 30px;
    margin-right: 0;
    width: 100%;
  }
}
.cbServiceInquiry,
.fsServiceInquiry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  text-align: center;
}
.cbServiceInquiry > .text,
.fsServiceInquiry > .text {
  margin-bottom: 18px;
}
.cbServiceInquiry .cbServiceInquiryInner,
.cbServiceInquiry .fsServiceInquiryInner,
.fsServiceInquiry .cbServiceInquiryInner,
.fsServiceInquiry .fsServiceInquiryInner {
  border: 2px solid var(--color__Secondary);
  border-radius: 8px;
  padding: 30px 16px;
  max-width: 360px;
  width: 360px;
}
.cbServiceInquiry .inquiryTel,
.cbServiceInquiry .inquiryFax,
.fsServiceInquiry .inquiryTel,
.fsServiceInquiry .inquiryFax {
  color: var(--color__lightBlack);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px auto 0;
  max-width: 280px;
}
.cbServiceInquiry .inquiryTel .inquiryIcon.type--tel,
.cbServiceInquiry .inquiryFax .inquiryIcon.type--tel,
.fsServiceInquiry .inquiryTel .inquiryIcon.type--tel,
.fsServiceInquiry .inquiryFax .inquiryIcon.type--tel {
  background-color: var(--color__Secondary);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  width: 50px;
}
.cbServiceInquiry .inquiryTel .inquiryIcon.type--tel > img,
.cbServiceInquiry .inquiryFax .inquiryIcon.type--tel > img,
.fsServiceInquiry .inquiryTel .inquiryIcon.type--tel > img,
.fsServiceInquiry .inquiryFax .inquiryIcon.type--tel > img {
  height: 28px;
  width: 28px;
}
@media screen and (max-width: 600px) {
  .cbServiceInquiry .inquiryTel .inquiryIcon.type--tel,
.cbServiceInquiry .inquiryFax .inquiryIcon.type--tel,
.fsServiceInquiry .inquiryTel .inquiryIcon.type--tel,
.fsServiceInquiry .inquiryFax .inquiryIcon.type--tel {
    height: 45px;
    width: 45px;
  }
  .cbServiceInquiry .inquiryTel .inquiryIcon.type--tel > img,
.cbServiceInquiry .inquiryFax .inquiryIcon.type--tel > img,
.fsServiceInquiry .inquiryTel .inquiryIcon.type--tel > img,
.fsServiceInquiry .inquiryFax .inquiryIcon.type--tel > img {
    height: 25.2px;
    width: 25.2px;
  }
}
.cbServiceInquiry .inquiryTel .inquiryIcon.type--fax,
.cbServiceInquiry .inquiryFax .inquiryIcon.type--fax,
.fsServiceInquiry .inquiryTel .inquiryIcon.type--fax,
.fsServiceInquiry .inquiryFax .inquiryIcon.type--fax {
  background-color: var(--color__Secondary);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  width: 50px;
}
.cbServiceInquiry .inquiryTel .inquiryIcon.type--fax > img,
.cbServiceInquiry .inquiryFax .inquiryIcon.type--fax > img,
.fsServiceInquiry .inquiryTel .inquiryIcon.type--fax > img,
.fsServiceInquiry .inquiryFax .inquiryIcon.type--fax > img {
  height: 28px;
  width: 25px;
}
@media screen and (max-width: 600px) {
  .cbServiceInquiry .inquiryTel .inquiryIcon.type--fax,
.cbServiceInquiry .inquiryFax .inquiryIcon.type--fax,
.fsServiceInquiry .inquiryTel .inquiryIcon.type--fax,
.fsServiceInquiry .inquiryFax .inquiryIcon.type--fax {
    height: 45px;
    width: 45px;
  }
  .cbServiceInquiry .inquiryTel .inquiryIcon.type--fax > img,
.cbServiceInquiry .inquiryFax .inquiryIcon.type--fax > img,
.fsServiceInquiry .inquiryTel .inquiryIcon.type--fax > img,
.fsServiceInquiry .inquiryFax .inquiryIcon.type--fax > img {
    height: 25.2px;
    width: 22.5px;
  }
}
.cbServiceInquiry .inquiryTel .inquiryText,
.cbServiceInquiry .inquiryFax .inquiryText,
.fsServiceInquiry .inquiryTel .inquiryText,
.fsServiceInquiry .inquiryFax .inquiryText {
  font-size: 1.6rem;
  font-weight: 700;
  margin-left: 10px;
  margin-top: 2px;
  text-align: left;
}
.cbServiceInquiry .inquiryTel .inquiryText > span,
.cbServiceInquiry .inquiryFax .inquiryText > span,
.fsServiceInquiry .inquiryTel .inquiryText > span,
.fsServiceInquiry .inquiryFax .inquiryText > span {
  line-height: 1;
  display: block;
}
.cbServiceInquiry .inquiryTel .inquiryText > span + span,
.cbServiceInquiry .inquiryFax .inquiryText > span + span,
.fsServiceInquiry .inquiryTel .inquiryText > span + span,
.fsServiceInquiry .inquiryFax .inquiryText > span + span {
  margin-top: 5px;
}
.cbServiceInquiry .inquiryTel .inquiryNumber,
.cbServiceInquiry .inquiryFax .inquiryNumber,
.fsServiceInquiry .inquiryTel .inquiryNumber,
.fsServiceInquiry .inquiryFax .inquiryNumber {
  font-family: "Hind", sans-serif;
  font-size: 2.7rem;
  font-weight: 700;
  font-display: swap;
  letter-spacing: 0.05em;
}
.cbServiceInquiry .inquiryTel .inquiryTime,
.cbServiceInquiry .inquiryFax .inquiryTime,
.fsServiceInquiry .inquiryTel .inquiryTime,
.fsServiceInquiry .inquiryFax .inquiryTime {
  font-size: 1.5rem;
}
.cbServiceInquiry .inquiryTel .inquiryTime > span,
.cbServiceInquiry .inquiryFax .inquiryTime > span,
.fsServiceInquiry .inquiryTel .inquiryTime > span,
.fsServiceInquiry .inquiryFax .inquiryTime > span {
  font-size: 1.3rem;
}
.cbServiceInquiry .inquiryTel,
.fsServiceInquiry .inquiryTel {
  margin: 15px auto 0;
}
.cbServiceInquiry .inquiryFax:hover, .cbServiceInquiry .inquiryFax:active, .cbServiceInquiry .inquiryFax:focus,
.fsServiceInquiry .inquiryFax:hover,
.fsServiceInquiry .inquiryFax:active,
.fsServiceInquiry .inquiryFax:focus {
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.cbServiceInquiry .inquiryFax:hover .inquiryIcon img, .cbServiceInquiry .inquiryFax:active .inquiryIcon img, .cbServiceInquiry .inquiryFax:focus .inquiryIcon img,
.fsServiceInquiry .inquiryFax:hover .inquiryIcon img,
.fsServiceInquiry .inquiryFax:active .inquiryIcon img,
.fsServiceInquiry .inquiryFax:focus .inquiryIcon img {
  opacity: 1;
}

@media screen and (max-width: 960px) {
  .cbServiceInquiry,
.fsServiceInquiry {
    width: 100%;
  }
  .cbServiceInquiry .cbServiceInquiryInner,
.cbServiceInquiry .fsServiceInquiryInner,
.fsServiceInquiry .cbServiceInquiryInner,
.fsServiceInquiry .fsServiceInquiryInner {
    max-width: 600px;
    width: 100%;
  }
}
@media screen and (max-width: 414px) {
  .cbServiceInquiry,
.fsServiceInquiry {
    width: 100%;
  }
  .cbServiceInquiry .cbServiceInquiryInner,
.cbServiceInquiry .fsServiceInquiryInner,
.fsServiceInquiry .cbServiceInquiryInner,
.fsServiceInquiry .fsServiceInquiryInner {
    padding: 20px 12px;
  }
  .cbServiceInquiry .inquiryTel .inquiryText,
.cbServiceInquiry .inquiryFax .inquiryText,
.fsServiceInquiry .inquiryTel .inquiryText,
.fsServiceInquiry .inquiryFax .inquiryText {
    width: calc(100% - 50px);
  }
  .cbServiceInquiry .inquiryTel .inquiryNumber,
.cbServiceInquiry .inquiryFax .inquiryNumber,
.fsServiceInquiry .inquiryTel .inquiryNumber,
.fsServiceInquiry .inquiryFax .inquiryNumber {
    font-size: 2.2rem;
  }
  .cbServiceInquiry .inquiryTel .inquiryTime,
.cbServiceInquiry .inquiryFax .inquiryTime,
.fsServiceInquiry .inquiryTel .inquiryTime,
.fsServiceInquiry .inquiryFax .inquiryTime {
    font-size: 1.3rem;
  }
  .cbServiceInquiry .inquiryTel .inquiryTime > span,
.cbServiceInquiry .inquiryFax .inquiryTime > span,
.fsServiceInquiry .inquiryTel .inquiryTime > span,
.fsServiceInquiry .inquiryFax .inquiryTime > span {
    display: inline-block;
    font-size: 1.2rem;
  }
}
/* 20250930 ご利用イメージの追加 */
.usage-example-wrap .box {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 0px 20px;
}
.usage-example-wrap .headline {
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
.usage-example-wrap .img img {
  width: 100%;
}
.usage-example-wrap .item {
  width: 100%;
  max-width: 285px;
  margin: 20px auto;
}

/* よくあるご質問
---------------------------------------------------------------------------- */
.cbFaqWrapper,
.fsFaqWrapper {
  background-color: var(--color__BgL);
}
/* 20241220 背景色のみ調整 start */
.cbFaqWrapper.cbFaqWrapper-unbg {
  background: none;
}
/* 20241220 背景色のみ調整 end */

.cbFaq .cbFaqItem,
.cbFaq .fsFaqItem,
.fsFaq .cbFaqItem,
.fsFaq .fsFaqItem {
  border-radius: 10px;
  background-color: var(--color__White);
  -webkit-box-shadow: 0 5px 7px 2px rgba(var(--color__ShadowAlpha), 0.2);
  box-shadow: 0 5px 7px 2px rgba(var(--color__ShadowAlpha), 0.2);
  margin-top: 20px;
  padding: 30px;
  width: 100%;
}
.cbFaq .faqList,
.fsFaq .faqList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cbFaq .faqList .heading--q,
.cbFaq .faqList .heading--a,
.fsFaq .faqList .heading--q,
.fsFaq .faqList .heading--a {
  font-family: "Hind", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  font-display: swap;
  margin-right: 35px;
  text-align: center;
  position: relative;
  width: 100px;
}
.cbFaq .faqList .heading--q > span,
.cbFaq .faqList .heading--a > span,
.fsFaq .faqList .heading--q > span,
.fsFaq .faqList .heading--a > span {
  z-index: 2;
  display: inline-block;
  position: relative;
  width: 100px;
}
.cbFaq .faqList .heading--q > span::before,
.cbFaq .faqList .heading--a > span::before,
.fsFaq .faqList .heading--q > span::before,
.fsFaq .faqList .heading--a > span::before {
  content: "";
  background-color: var(--color__PrimaryL);
  border-radius: 10px;
  bottom: 0;
  display: block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  z-index: -1;
}
.cbFaq .faqList .heading--q > span,
.fsFaq .faqList .heading--q > span {
  color: var(--color__Primary);
}
.cbFaq .faqList .heading--a > span,
.fsFaq .faqList .heading--a > span {
  color: var(--color__Secondary);
}
.cbFaq .faqList .heading--a > span::before,
.fsFaq .faqList .heading--a > span::before {
  background-color: var(--color__SecondaryL);
}
.cbFaq .faqList .text--q,
.cbFaq .faqList .text--a,
.fsFaq .faqList .text--q,
.fsFaq .faqList .text--a {
  padding-top: 8px;
  width: calc(100% - 100px - 35px);
}
.cbFaq .faqList .text--q,
.fsFaq .faqList .text--q {
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .cbFaq .cbFaqItem,
.cbFaq .fsFaqItem,
.fsFaq .cbFaqItem,
.fsFaq .fsFaqItem {
    padding: 25px;
  }
  .cbFaq .faqList .heading--q,
.cbFaq .faqList .heading--a,
.fsFaq .faqList .heading--q,
.fsFaq .faqList .heading--a {
    font-size: 2.8rem;
    margin-right: 30px;
    width: 90px;
  }
  .cbFaq .faqList .heading--q > span,
.cbFaq .faqList .heading--a > span,
.fsFaq .faqList .heading--q > span,
.fsFaq .faqList .heading--a > span {
    width: 90px;
  }
  .cbFaq .faqList .heading--q > span::before,
.cbFaq .faqList .heading--a > span::before,
.fsFaq .faqList .heading--q > span::before,
.fsFaq .faqList .heading--a > span::before {
    width: 90px;
  }
  .cbFaq .faqList .text--q,
.cbFaq .faqList .text--a,
.fsFaq .faqList .text--q,
.fsFaq .faqList .text--a {
    width: calc(100% - 90px - 30px);
  }
}
@media screen and (max-width: 600px) {
  .cbFaq.section--inner,
.fsFaq.section--inner {
    padding: 0;
  }
  .cbFaq .cbFaqItem,
.cbFaq .fsFaqItem,
.fsFaq .cbFaqItem,
.fsFaq .fsFaqItem {
    padding: 20px;
  }
  .cbFaq .faqList .heading--q,
.cbFaq .faqList .heading--a,
.fsFaq .faqList .heading--q,
.fsFaq .faqList .heading--a {
    margin-right: 0;
  }
  .cbFaq .faqList .text--q,
.cbFaq .faqList .text--a,
.fsFaq .faqList .text--q,
.fsFaq .faqList .text--a {
    width: 100%;
  }
}
/* ご注文の手引きとご注意事項
---------------------------------------------------------------------------- */
.cbGuideWrapper,
.fsGuideWrapper {
  background-color: var(--color__SecondaryL);
}

.cbGuide .flow,
.fsGuide .flow {
  margin-top: 30px;
}
.cbGuide .flow .flowTabs,
.fsGuide .flow .flowTabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cbGuide .flow .flowTabs .flowMenu,
.fsGuide .flow .flowTabs .flowMenu {
  background-color: var(--color__Bg);
  border-radius: 8px 8px 0 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2rem;
  font-weight: 700;
  height: 62px;
  margin: 0;
  max-width: 460px;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 48%;
}
.cbGuide .flow .flowTabs .flowMenu.is--active, .cbGuide .flow .flowTabs .flowMenu:hover, .cbGuide .flow .flowTabs .flowMenu:active, .cbGuide .flow .flowTabs .flowMenu:focus,
.fsGuide .flow .flowTabs .flowMenu.is--active,
.fsGuide .flow .flowTabs .flowMenu:hover,
.fsGuide .flow .flowTabs .flowMenu:active,
.fsGuide .flow .flowTabs .flowMenu:focus {
  background-color: var(--color__Secondary);
  color: var(--color__White);
}
.cbGuide .flow .flowContents,
.fsGuide .flow .flowContents {
  background-color: var(--color__White);
  border-top: 3px solid var(--color__Secondary);
  display: none;
  padding: 15px 30px 40px;
  width: 100%;
}
.cbGuide .flow .flowContents.is--active,
.fsGuide .flow .flowContents.is--active {
  display: block;
}
.cbGuide .flow .flowContents .flowStep,
.fsGuide .flow .flowContents .flowStep {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: -10px;
}
.cbGuide .flow .flowContents .flowStep .item,
.fsGuide .flow .flowContents .flowStep .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  margin-top: 40px;
  width: 100%;
}
.cbGuide .flow .flowContents .flowStep .item .step,
.fsGuide .flow .flowContents .flowStep .item .step {
  border-right: 5px solid var(--color__Secondary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 25px;
  padding-left: 10px;
  padding-right: 38px;
}
.cbGuide .flow .flowContents .flowStep .item .heading--step,
.fsGuide .flow .flowContents .flowStep .item .heading--step {
  text-align: center;
}
.cbGuide .flow .flowContents .flowStep .item .heading--step .eng,
.cbGuide .flow .flowContents .flowStep .item .heading--step .num,
.fsGuide .flow .flowContents .flowStep .item .heading--step .eng,
.fsGuide .flow .flowContents .flowStep .item .heading--step .num {
  color: var(--color__Secondary);
  display: block;
  line-height: 1;
  margin: 0;
}
.cbGuide .flow .flowContents .flowStep .item .heading--step .eng,
.fsGuide .flow .flowContents .flowStep .item .heading--step .eng {
  font-family: "Hind", sans-serif;
  font-size: 2.8rem;
  font-weight: 600;
  font-display: swap;
  margin-bottom: 10px;
}
.cbGuide .flow .flowContents .flowStep .item .heading--step .num,
.fsGuide .flow .flowContents .flowStep .item .heading--step .num {
  font-family: "Hind", sans-serif;
  font-size: 6rem;
  font-weight: 600;
  font-display: swap;
}
.cbGuide .flow .flowContents .flowStep .item .text,
.fsGuide .flow .flowContents .flowStep .item .text {
  -ms-flex-item-align: center;
  align-self: center;
  font-size: 1.6rem;
  text-align: left;
}
.cbGuide .flow .flowContents .flowStep .item .text .heading,
.fsGuide .flow .flowContents .flowStep .item .text .heading {
  font-size: 1.8rem;
  font-weight: 700;
}
.cbGuide .flow .flowContents .flowStep .item .text .heading + p,
.fsGuide .flow .flowContents .flowStep .item .text .heading + p {
  margin-top: 10px;
}
.cbGuide .flow .flowContents .flowStep .itemWrapper,
.fsGuide .flow .flowContents .flowStep .itemWrapper {
  width: calc(100% - 330px - 30px);
}
.cbGuide .cbGuideInquiry,
.cbGuide .fsGuideInquiry,
.fsGuide .cbGuideInquiry,
.fsGuide .fsGuideInquiry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: self-end;
  align-self: self-end;
  margin: 0;
  text-align: center;
  width: 330px;
}
.cbGuide .cbGuideInquiry > .text,
.cbGuide .fsGuideInquiry > .text,
.fsGuide .cbGuideInquiry > .text,
.fsGuide .fsGuideInquiry > .text {
  margin-bottom: 18px;
}
.cbGuide .cbGuideInquiry .cbGuideInquiryInner,
.cbGuide .cbGuideInquiry .fsGuideInquiryInner,
.cbGuide .fsGuideInquiry .cbGuideInquiryInner,
.cbGuide .fsGuideInquiry .fsGuideInquiryInner,
.fsGuide .cbGuideInquiry .cbGuideInquiryInner,
.fsGuide .cbGuideInquiry .fsGuideInquiryInner,
.fsGuide .fsGuideInquiry .cbGuideInquiryInner,
.fsGuide .fsGuideInquiry .fsGuideInquiryInner {
  background-color: var(--color__SecondaryL);
  border: 2px solid var(--color__Secondary);
  border-radius: 8px;
  padding: 30px 16px;
  max-width: 330px;
  width: 330px;
}
.cbGuide .cbGuideInquiry .inquiryTel,
.cbGuide .cbGuideInquiry .inquiryFax,
.cbGuide .fsGuideInquiry .inquiryTel,
.cbGuide .fsGuideInquiry .inquiryFax,
.fsGuide .cbGuideInquiry .inquiryTel,
.fsGuide .cbGuideInquiry .inquiryFax,
.fsGuide .fsGuideInquiry .inquiryTel,
.fsGuide .fsGuideInquiry .inquiryFax {
  color: var(--color__lightBlack);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px auto 0;
  max-width: 280px;
}
.cbGuide .cbGuideInquiry .inquiryTel .inquiryIcon.type--tel,
.cbGuide .cbGuideInquiry .inquiryFax .inquiryIcon.type--tel,
.cbGuide .fsGuideInquiry .inquiryTel .inquiryIcon.type--tel,
.cbGuide .fsGuideInquiry .inquiryFax .inquiryIcon.type--tel,
.fsGuide .cbGuideInquiry .inquiryTel .inquiryIcon.type--tel,
.fsGuide .cbGuideInquiry .inquiryFax .inquiryIcon.type--tel,
.fsGuide .fsGuideInquiry .inquiryTel .inquiryIcon.type--tel,
.fsGuide .fsGuideInquiry .inquiryFax .inquiryIcon.type--tel {
  background-color: var(--color__Secondary);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  width: 50px;
}
.cbGuide .cbGuideInquiry .inquiryTel .inquiryIcon.type--tel > img,
.cbGuide .cbGuideInquiry .inquiryFax .inquiryIcon.type--tel > img,
.cbGuide .fsGuideInquiry .inquiryTel .inquiryIcon.type--tel > img,
.cbGuide .fsGuideInquiry .inquiryFax .inquiryIcon.type--tel > img,
.fsGuide .cbGuideInquiry .inquiryTel .inquiryIcon.type--tel > img,
.fsGuide .cbGuideInquiry .inquiryFax .inquiryIcon.type--tel > img,
.fsGuide .fsGuideInquiry .inquiryTel .inquiryIcon.type--tel > img,
.fsGuide .fsGuideInquiry .inquiryFax .inquiryIcon.type--tel > img {
  height: 28px;
  width: 28px;
}
@media screen and (max-width: 600px) {
  .cbGuide .cbGuideInquiry .inquiryTel .inquiryIcon.type--tel,
.cbGuide .cbGuideInquiry .inquiryFax .inquiryIcon.type--tel,
.cbGuide .fsGuideInquiry .inquiryTel .inquiryIcon.type--tel,
.cbGuide .fsGuideInquiry .inquiryFax .inquiryIcon.type--tel,
.fsGuide .cbGuideInquiry .inquiryTel .inquiryIcon.type--tel,
.fsGuide .cbGuideInquiry .inquiryFax .inquiryIcon.type--tel,
.fsGuide .fsGuideInquiry .inquiryTel .inquiryIcon.type--tel,
.fsGuide .fsGuideInquiry .inquiryFax .inquiryIcon.type--tel {
    height: 45px;
    width: 45px;
  }
  .cbGuide .cbGuideInquiry .inquiryTel .inquiryIcon.type--tel > img,
.cbGuide .cbGuideInquiry .inquiryFax .inquiryIcon.type--tel > img,
.cbGuide .fsGuideInquiry .inquiryTel .inquiryIcon.type--tel > img,
.cbGuide .fsGuideInquiry .inquiryFax .inquiryIcon.type--tel > img,
.fsGuide .cbGuideInquiry .inquiryTel .inquiryIcon.type--tel > img,
.fsGuide .cbGuideInquiry .inquiryFax .inquiryIcon.type--tel > img,
.fsGuide .fsGuideInquiry .inquiryTel .inquiryIcon.type--tel > img,
.fsGuide .fsGuideInquiry .inquiryFax .inquiryIcon.type--tel > img {
    height: 25.2px;
    width: 25.2px;
  }
}
.cbGuide .cbGuideInquiry .inquiryTel .inquiryIcon.type--fax,
.cbGuide .cbGuideInquiry .inquiryFax .inquiryIcon.type--fax,
.cbGuide .fsGuideInquiry .inquiryTel .inquiryIcon.type--fax,
.cbGuide .fsGuideInquiry .inquiryFax .inquiryIcon.type--fax,
.fsGuide .cbGuideInquiry .inquiryTel .inquiryIcon.type--fax,
.fsGuide .cbGuideInquiry .inquiryFax .inquiryIcon.type--fax,
.fsGuide .fsGuideInquiry .inquiryTel .inquiryIcon.type--fax,
.fsGuide .fsGuideInquiry .inquiryFax .inquiryIcon.type--fax {
  background-color: var(--color__Secondary);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  width: 50px;
}
.cbGuide .cbGuideInquiry .inquiryTel .inquiryIcon.type--fax > img,
.cbGuide .cbGuideInquiry .inquiryFax .inquiryIcon.type--fax > img,
.cbGuide .fsGuideInquiry .inquiryTel .inquiryIcon.type--fax > img,
.cbGuide .fsGuideInquiry .inquiryFax .inquiryIcon.type--fax > img,
.fsGuide .cbGuideInquiry .inquiryTel .inquiryIcon.type--fax > img,
.fsGuide .cbGuideInquiry .inquiryFax .inquiryIcon.type--fax > img,
.fsGuide .fsGuideInquiry .inquiryTel .inquiryIcon.type--fax > img,
.fsGuide .fsGuideInquiry .inquiryFax .inquiryIcon.type--fax > img {
  height: 28px;
  width: 25px;
}
@media screen and (max-width: 600px) {
  .cbGuide .cbGuideInquiry .inquiryTel .inquiryIcon.type--fax,
.cbGuide .cbGuideInquiry .inquiryFax .inquiryIcon.type--fax,
.cbGuide .fsGuideInquiry .inquiryTel .inquiryIcon.type--fax,
.cbGuide .fsGuideInquiry .inquiryFax .inquiryIcon.type--fax,
.fsGuide .cbGuideInquiry .inquiryTel .inquiryIcon.type--fax,
.fsGuide .cbGuideInquiry .inquiryFax .inquiryIcon.type--fax,
.fsGuide .fsGuideInquiry .inquiryTel .inquiryIcon.type--fax,
.fsGuide .fsGuideInquiry .inquiryFax .inquiryIcon.type--fax {
    height: 45px;
    width: 45px;
  }
  .cbGuide .cbGuideInquiry .inquiryTel .inquiryIcon.type--fax > img,
.cbGuide .cbGuideInquiry .inquiryFax .inquiryIcon.type--fax > img,
.cbGuide .fsGuideInquiry .inquiryTel .inquiryIcon.type--fax > img,
.cbGuide .fsGuideInquiry .inquiryFax .inquiryIcon.type--fax > img,
.fsGuide .cbGuideInquiry .inquiryTel .inquiryIcon.type--fax > img,
.fsGuide .cbGuideInquiry .inquiryFax .inquiryIcon.type--fax > img,
.fsGuide .fsGuideInquiry .inquiryTel .inquiryIcon.type--fax > img,
.fsGuide .fsGuideInquiry .inquiryFax .inquiryIcon.type--fax > img {
    height: 25.2px;
    width: 22.5px;
  }
}
.cbGuide .cbGuideInquiry .inquiryTel .inquiryText,
.cbGuide .cbGuideInquiry .inquiryFax .inquiryText,
.cbGuide .fsGuideInquiry .inquiryTel .inquiryText,
.cbGuide .fsGuideInquiry .inquiryFax .inquiryText,
.fsGuide .cbGuideInquiry .inquiryTel .inquiryText,
.fsGuide .cbGuideInquiry .inquiryFax .inquiryText,
.fsGuide .fsGuideInquiry .inquiryTel .inquiryText,
.fsGuide .fsGuideInquiry .inquiryFax .inquiryText {
  font-size: 1.6rem;
  font-weight: 700;
  margin-left: 10px;
  margin-top: 2px;
  text-align: left;
}
.cbGuide .cbGuideInquiry .inquiryTel .inquiryText > span,
.cbGuide .cbGuideInquiry .inquiryFax .inquiryText > span,
.cbGuide .fsGuideInquiry .inquiryTel .inquiryText > span,
.cbGuide .fsGuideInquiry .inquiryFax .inquiryText > span,
.fsGuide .cbGuideInquiry .inquiryTel .inquiryText > span,
.fsGuide .cbGuideInquiry .inquiryFax .inquiryText > span,
.fsGuide .fsGuideInquiry .inquiryTel .inquiryText > span,
.fsGuide .fsGuideInquiry .inquiryFax .inquiryText > span {
  line-height: 1;
  display: block;
}
.cbGuide .cbGuideInquiry .inquiryTel .inquiryText > span + span,
.cbGuide .cbGuideInquiry .inquiryFax .inquiryText > span + span,
.cbGuide .fsGuideInquiry .inquiryTel .inquiryText > span + span,
.cbGuide .fsGuideInquiry .inquiryFax .inquiryText > span + span,
.fsGuide .cbGuideInquiry .inquiryTel .inquiryText > span + span,
.fsGuide .cbGuideInquiry .inquiryFax .inquiryText > span + span,
.fsGuide .fsGuideInquiry .inquiryTel .inquiryText > span + span,
.fsGuide .fsGuideInquiry .inquiryFax .inquiryText > span + span {
  margin-top: 5px;
}
.cbGuide .cbGuideInquiry .inquiryTel .inquiryNumber,
.cbGuide .cbGuideInquiry .inquiryFax .inquiryNumber,
.cbGuide .fsGuideInquiry .inquiryTel .inquiryNumber,
.cbGuide .fsGuideInquiry .inquiryFax .inquiryNumber,
.fsGuide .cbGuideInquiry .inquiryTel .inquiryNumber,
.fsGuide .cbGuideInquiry .inquiryFax .inquiryNumber,
.fsGuide .fsGuideInquiry .inquiryTel .inquiryNumber,
.fsGuide .fsGuideInquiry .inquiryFax .inquiryNumber {
  font-family: "Hind", sans-serif;
  font-size: 2.7rem;
  font-weight: 700;
  font-display: swap;
  letter-spacing: 0.05em;
}
.cbGuide .cbGuideInquiry .inquiryTel .inquiryTime,
.cbGuide .cbGuideInquiry .inquiryFax .inquiryTime,
.cbGuide .fsGuideInquiry .inquiryTel .inquiryTime,
.cbGuide .fsGuideInquiry .inquiryFax .inquiryTime,
.fsGuide .cbGuideInquiry .inquiryTel .inquiryTime,
.fsGuide .cbGuideInquiry .inquiryFax .inquiryTime,
.fsGuide .fsGuideInquiry .inquiryTel .inquiryTime,
.fsGuide .fsGuideInquiry .inquiryFax .inquiryTime {
  font-size: 1.5rem;
}
.cbGuide .cbGuideInquiry .inquiryTel .inquiryTime > span,
.cbGuide .cbGuideInquiry .inquiryFax .inquiryTime > span,
.cbGuide .fsGuideInquiry .inquiryTel .inquiryTime > span,
.cbGuide .fsGuideInquiry .inquiryFax .inquiryTime > span,
.fsGuide .cbGuideInquiry .inquiryTel .inquiryTime > span,
.fsGuide .cbGuideInquiry .inquiryFax .inquiryTime > span,
.fsGuide .fsGuideInquiry .inquiryTel .inquiryTime > span,
.fsGuide .fsGuideInquiry .inquiryFax .inquiryTime > span {
  font-size: 1.3rem;
}
.cbGuide .cbGuideInquiry .inquiryTel,
.cbGuide .fsGuideInquiry .inquiryTel,
.fsGuide .cbGuideInquiry .inquiryTel,
.fsGuide .fsGuideInquiry .inquiryTel {
  margin: 15px auto 0;
}
.cbGuide .cbGuideInquiry .inquiryFax:hover, .cbGuide .cbGuideInquiry .inquiryFax:active, .cbGuide .cbGuideInquiry .inquiryFax:focus,
.cbGuide .fsGuideInquiry .inquiryFax:hover,
.cbGuide .fsGuideInquiry .inquiryFax:active,
.cbGuide .fsGuideInquiry .inquiryFax:focus,
.fsGuide .cbGuideInquiry .inquiryFax:hover,
.fsGuide .cbGuideInquiry .inquiryFax:active,
.fsGuide .cbGuideInquiry .inquiryFax:focus,
.fsGuide .fsGuideInquiry .inquiryFax:hover,
.fsGuide .fsGuideInquiry .inquiryFax:active,
.fsGuide .fsGuideInquiry .inquiryFax:focus {
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.cbGuide .cbGuideInquiry .inquiryFax:hover .inquiryIcon img, .cbGuide .cbGuideInquiry .inquiryFax:active .inquiryIcon img, .cbGuide .cbGuideInquiry .inquiryFax:focus .inquiryIcon img,
.cbGuide .fsGuideInquiry .inquiryFax:hover .inquiryIcon img,
.cbGuide .fsGuideInquiry .inquiryFax:active .inquiryIcon img,
.cbGuide .fsGuideInquiry .inquiryFax:focus .inquiryIcon img,
.fsGuide .cbGuideInquiry .inquiryFax:hover .inquiryIcon img,
.fsGuide .cbGuideInquiry .inquiryFax:active .inquiryIcon img,
.fsGuide .cbGuideInquiry .inquiryFax:focus .inquiryIcon img,
.fsGuide .fsGuideInquiry .inquiryFax:hover .inquiryIcon img,
.fsGuide .fsGuideInquiry .inquiryFax:active .inquiryIcon img,
.fsGuide .fsGuideInquiry .inquiryFax:focus .inquiryIcon img {
  opacity: 1;
}

@media screen and (max-width: 960px) {
  .cbGuide .flow .flowTabs .flowMenu,
.fsGuide .flow .flowTabs .flowMenu {
    font-size: 1.8rem;
    padding: 5px;
  }
  .cbGuide .flow .flowContents,
.fsGuide .flow .flowContents {
    padding: 10px 20px 30px;
  }
  .cbGuide .flow .flowContents .flowStep .itemWrapper,
.fsGuide .flow .flowContents .flowStep .itemWrapper {
    width: 100%;
  }
  .cbGuide .cbGuideInquiry,
.cbGuide .fsGuideInquiry,
.fsGuide .cbGuideInquiry,
.fsGuide .fsGuideInquiry {
    margin: 40px auto 0;
    width: 100%;
  }
  .cbGuide .cbGuideInquiry > .text,
.cbGuide .fsGuideInquiry > .text,
.fsGuide .cbGuideInquiry > .text,
.fsGuide .fsGuideInquiry > .text {
    margin-bottom: 18px;
  }
  .cbGuide .cbGuideInquiry .cbGuideInquiryInner,
.cbGuide .cbGuideInquiry .fsGuideInquiryInner,
.cbGuide .fsGuideInquiry .cbGuideInquiryInner,
.cbGuide .fsGuideInquiry .fsGuideInquiryInner,
.fsGuide .cbGuideInquiry .cbGuideInquiryInner,
.fsGuide .cbGuideInquiry .fsGuideInquiryInner,
.fsGuide .fsGuideInquiry .cbGuideInquiryInner,
.fsGuide .fsGuideInquiry .fsGuideInquiryInner {
    max-width: 600px;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .cbGuide .flow .flowTabs .flowMenu,
.fsGuide .flow .flowTabs .flowMenu {
    font-size: 1.4rem;
    padding: 5px;
  }
  .cbGuide .flow .flowContents,
.fsGuide .flow .flowContents {
    padding: 5px 15px 20px;
  }
  .cbGuide .flow .flowContents .flowStep,
.fsGuide .flow .flowContents .flowStep {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .cbGuide .flow .flowContents .flowStep .item .step,
.fsGuide .flow .flowContents .flowStep .item .step {
    border-right-width: 4px;
    margin-right: 20px;
    padding-left: 5px;
    padding-right: 20px;
  }
  .cbGuide .flow .flowContents .flowStep .item .heading--step .eng,
.fsGuide .flow .flowContents .flowStep .item .heading--step .eng {
    font-size: 2.3rem;
    margin-bottom: 5px;
  }
  .cbGuide .flow .flowContents .flowStep .item .heading--step .num,
.fsGuide .flow .flowContents .flowStep .item .heading--step .num {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 414px) {
  .cbGuide.section--inner,
.fsGuide.section--inner {
    padding: 0;
  }
  .cbGuide .flow .flowTabs .flowMenu,
.fsGuide .flow .flowTabs .flowMenu {
    font-size: 1.4rem;
    padding: 5px;
  }
  .cbGuide .flow .flowContents,
.fsGuide .flow .flowContents {
    padding: 5px 15px 20px;
  }
  .cbGuide .flow .flowContents .flowStep,
.fsGuide .flow .flowContents .flowStep {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .cbGuide .flow .flowContents .flowStep .item,
.fsGuide .flow .flowContents .flowStep .item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    margin-top: 40px;
    width: 100%;
  }
  .cbGuide .flow .flowContents .flowStep .item .step,
.fsGuide .flow .flowContents .flowStep .item .step {
    border-right-width: 0;
    border-bottom: 5px solid var(--color__Secondary);
    margin: 0 auto 10px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .cbGuide .flow .flowContents .flowStep .item .heading--step .eng,
.fsGuide .flow .flowContents .flowStep .item .heading--step .eng {
    font-size: 2.2rem;
    margin-bottom: 3px;
  }
  .cbGuide .flow .flowContents .flowStep .item .heading--step .num,
.fsGuide .flow .flowContents .flowStep .item .heading--step .num {
    font-size: 4rem;
  }
  .cbGuide .flow .flowContents .flowStep .item .text,
.fsGuide .flow .flowContents .flowStep .item .text {
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 1.6rem;
    width: 100%;
  }
  .cbGuide .flow .flowContents .flowStep .item .text .heading,
.fsGuide .flow .flowContents .flowStep .item .text .heading {
    font-size: 1.7rem;
  }
  .cbGuide .flow .flowContents .flowStep .itemWrapper,
.fsGuide .flow .flowContents .flowStep .itemWrapper {
    width: 100%;
  }
}
/*# sourceMappingURL=_maps/contents.css.map */
