/* /Components/FrequentlyAskedQuestionItem.razor.rz.scp.css */
@charset "UTF-8";
/* z-index */
/*QAの全体のスタイル*/
.faq[b-ysrdjtj2to] {
  background-color: #f8f8f8;
  margin-bottom: 10px;
}

/*QAの全体のスタイル*/
.qa[b-ysrdjtj2to] {
  margin-bottom: 10px;
  border: none;
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.02), 0 2px 3px -2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.02), 0 2px 3px -2px rgba(0, 0, 0, 0.05);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/*QAのタイトルのスタイル*/
.qa summary[b-ysrdjtj2to] {
  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;
  padding: 1em 3em 1em 5em;
  font-weight: 600;
  cursor: pointer;
}

/*QAの質問と回答の前側のスタイル*/
.qa summary[b-ysrdjtj2to]::before,
.qa p[b-ysrdjtj2to]::before {
  position: absolute;
  left: 5em;
  font-weight: 600;
  font-size: 1.3em;
  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;
}

/*QAの質問の前側のスタイル*/
.qa summary[b-ysrdjtj2to]::before {
  position: absolute;
  top: 27%;
  left: 1.5em;
  color: #75bbff;
  content: url(Images/Q.svg);
}

/*QAの質問の後側のスタイル*/
.qa summary[b-ysrdjtj2to]::after {
  position: absolute;
  right: 1.5em;
  content: "+";
  font-size: 25px;
}

/*QAの質問の後側のスタイル*/
.qa[open] summary[b-ysrdjtj2to]::after {
  position: absolute;
  right: 1.65em;
  content: "-";
}

/*QAの回答のスタイル*/
.qa p[b-ysrdjtj2to] {
  position: relative;
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 0.3em 5em 1.5em;
  color: #333;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 990px) {
  .qa p[b-ysrdjtj2to] {
    font-size: 13px;
  }
}
@media (max-width: 500px) {
  .qa p[b-ysrdjtj2to] {
    font-size: 10px;
  }
}

/*QAの回答のスタイル*/
.qa[open] p[b-ysrdjtj2to] {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1;
}

/*QAの回答中の改行のスタイル*/
.qa[open] br[b-ysrdjtj2to] {
  margin-bottom: 10px;
}
/*# sourceMappingURL=/codebuild/output/src2623623628/src/embotters-app/EmbottersApp/EmbottersApp/Components/FrequentlyAskedQuestionItem.razor.css.map */
/* /Components/HandbookFooter.razor.rz.scp.css */
@charset "UTF-8";
/* フッターコンテナ */
footer[b-899g22znij] {
  width: 100%;
}

/*フッターの上部分のスタイル*/
.footer-upper[b-899g22znij] {
  width: 100%;
  height: auto;
  position: relative;
  background-color: white;
}

/*フッターのナビゲーションのスタイル*/
.footer-navigation[b-899g22znij] {
  max-width: 570px;
  float: none;
  margin: auto;
  padding: 10px 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/*ナビゲーションの各リストのスタイル*/
.footer-navigation > li[b-899g22znij] {
  text-align: center;
  padding: 10px 15px;
}

/*各リストのリンクのスタイル*/
.footer-navigation > li > a[b-899g22znij] {
  color: #777;
  border: none;
  padding: 0;
  font-size: 14px;
}

/*各リストのリンクのホバー時のスタイル*/
.footer-navigation > li > a:hover[b-899g22znij] {
  opacity: 0.7;
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
}

/*コピーライティングのスタイル*/
.copyright[b-899g22znij] {
  height: 64px;
  width: 100%;
  font-size: 12px;
  background-color: #f1a919;
  color: #fff;
  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;
  text-align: center;
  position: relative;
}

@media (max-width: 1200px) {
  /*各リストアイテムのリンクのスタイル*/
  .footer-navigation > li > a[b-899g22znij] {
    font-size: 11px;
  }
}
@media (max-width: 990px) {
  /*フッターのナビゲーションのスタイル*/
  .footer-navigation[b-899g22znij] {
    padding: 10px 0;
  }
  /*ナビゲーションの各リストのスタイル*/
  .footer-navigation > li[b-899g22znij] {
    padding: 5px 15px;
  }
  /*コピーライティングのスタイル*/
  .copyright[b-899g22znij] {
    height: 43px;
  }
}
/*# sourceMappingURL=/codebuild/output/src2623623628/src/embotters-app/EmbottersApp/EmbottersApp/Components/HandbookFooter.razor.css.map */
/* /Components/HandbookLinkButton.razor.rz.scp.css */
@charset "UTF-8";
/* z-index */
/* ボタンコンテナ */
.handbook-link-button[b-nirrqbtfok] {
  width: 50%;
  padding: 0 15px;
}
@media (max-width: 990px) {
  .handbook-link-button[b-nirrqbtfok] {
    width: 100%;
    padding: 0;
  }
}

/* ボタンのスタイル */
.button-handbook[b-nirrqbtfok] {
  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;
  border-radius: 20px;
  width: 100%;
  margin: 20px 0;
  height: 215px;
  padding: 0 5%;
  border: none;
  background-color: #f8f8f8;
  -webkit-box-shadow: 0 4px 0 #e4e4e4;
          box-shadow: 0 4px 0 #e4e4e4;
}
.button-handbook:hover[b-nirrqbtfok] {
  opacity: 0.7;
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
}
.button-handbook:active[b-nirrqbtfok] {
  -webkit-box-shadow: 0 0 0 #e4e4e4;
          box-shadow: 0 0 0 #e4e4e4;
  -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
          transform: translateY(4px);
}
@media (max-width: 500px) {
  .button-handbook[b-nirrqbtfok] {
    height: 140px;
  }
}

/* 画像カバーのスタイル */
.img-wrapper[b-nirrqbtfok] {
  width: 50%;
  padding: 0 10px;
}
.img-wrapper > img[b-nirrqbtfok] {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* 文章カバーのスタイル */
.text-area[b-nirrqbtfok] {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
  white-space: nowrap;
  /* タイトルのスタイル */
  /* 説明文のスタイル */
}
.text-area .title[b-nirrqbtfok] {
  width: 100%;
  font-size: 28px;
  font-weight: 600;
  text-align: left;
  color: #666;
  border-bottom: 2px solid #818181;
  padding-bottom: 18px;
  margin-bottom: 11px;
}
@media (max-width: 1200px) {
  .text-area .title[b-nirrqbtfok] {
    font-size: 22px;
  }
}
@media (max-width: 990px) {
  .text-area .title[b-nirrqbtfok] {
    font-size: 34px;
  }
}
@media (max-width: 768px) {
  .text-area .title[b-nirrqbtfok] {
    font-size: 28px;
  }
}
@media (max-width: 500px) {
  .text-area .title[b-nirrqbtfok] {
    font-size: 18px;
    padding-bottom: 12px;
    margin-bottom: 8px;
  }
}
@media (max-width: 320px) {
  .text-area .title[b-nirrqbtfok] {
    font-size: 15px;
  }
}
.text-area .description[b-nirrqbtfok] {
  width: 100%;
  font-size: 19px;
  font-weight: 600;
  text-align: left;
  color: #666;
}
@media (max-width: 1200px) {
  .text-area .description[b-nirrqbtfok] {
    font-size: 15px;
  }
}
@media (max-width: 990px) {
  .text-area .description[b-nirrqbtfok] {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .text-area .description[b-nirrqbtfok] {
    font-size: 19px;
  }
}
@media (max-width: 500px) {
  .text-area .description[b-nirrqbtfok] {
    font-size: 12px;
  }
}
@media (max-width: 320px) {
  .text-area .description[b-nirrqbtfok] {
    font-size: 10px;
  }
}
/*# sourceMappingURL=/codebuild/output/src2623623628/src/embotters-app/EmbottersApp/EmbottersApp/Components/HandbookLinkButton.razor.css.map */
/* /Components/HandbookSideMenu.razor.rz.scp.css */
@charset "UTF-8";
/*ホバー時のスタイル*/
.hover:hover[b-d5hf4p2r8b] {
  opacity: 0.7 !important;
  -webkit-transition: opacity 250ms !important;
  transition: opacity 250ms !important;
}

/*サイドメニューコンテナ*/
.side-menu-container[b-d5hf4p2r8b] {
  position: fixed;
  width: 280px;
  overflow: auto;
  top: 140px;
  left: 0;
  bottom: 0;
  background: #f7f7f7;
  overflow-x: hidden;
  overflow-y: auto;
}

/*サイドメニュー*/
.side-menu[b-d5hf4p2r8b] {
  margin-top: 90px;
  padding: 0 18px;
}

/*メインタイトルラッパー*/
.side-menu-main-title-wrap[b-d5hf4p2r8b] {
  display: none;
}

/*メインタイトル*/
.side-menu-main-title[b-d5hf4p2r8b] {
  margin-bottom: 27px;
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 25px;
  text-align: center;
  letter-spacing: -0.1em;
  color: #c16ce5;
}

/*メインタイトル画像*/
.side-menu-main-title-image[b-d5hf4p2r8b] {
  margin-right: 12px;
}

/*サイドメニューボタン*/
.side-menu-button[b-d5hf4p2r8b] {
  width: 21px;
  height: 21px;
  display: inline-block;
  position: relative;
  text-align: center;
}

/*サイドメニューボタン*/
.side-menu-button[b-d5hf4p2r8b]:before {
  content: "";
  display: block;
  width: 26px;
  height: 4px;
  border-radius: 10px;
  background-color: #c4c4c4;
  position: absolute;
  left: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 10px;
}

/*サイドメニューボタン*/
.side-menu-button[b-d5hf4p2r8b]:after {
  content: "";
  display: block;
  width: 26px;
  height: 4px;
  border-radius: 10px;
  background-color: #c4c4c4;
  position: absolute;
  left: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 10px;
}

/*サイドメニューボタン内テキスト*/
.side-menu-button span[b-d5hf4p2r8b] {
  text-indent: 9999px;
  overflow: hidden;
  position: absolute;
  top: 12px;
  left: 0;
  width: 21px;
  height: 6px;
  border-radius: 10px;
  background-color: #c4c4c4;
}

/*サイドメニューボタン内テキスト*/
.side-menu-button.is-active span[b-d5hf4p2r8b] {
  display: none;
}

/*サイドメニューコンテンツ*/
.side-menu-contents[b-d5hf4p2r8b] {
  margin-bottom: 33px;
  padding-bottom: 20px;
  border-bottom: 1px solid #c5c5c5;
}

/*サイドメニューコンテンツ*/
.side-menu-contents:last-child[b-d5hf4p2r8b] {
  margin-bottom: 130px;
  border-bottom: none;
}

/*サイドメニュータイトル*/
.side-menu-title[b-d5hf4p2r8b] {
  margin-bottom: 25px;
  font-weight: 600;
  font-size: 16px;
  color: #000;
  line-height: 24px;
}

/*サイドメニューリスト*/
.side-menu-list[b-d5hf4p2r8b] {
  margin-bottom: 15px;
  list-style-type: none;
  padding: 0;
}

/*サイドメニューリストアイテム*/
.side-menu-list-item[b-d5hf4p2r8b] {
  font-size: 16px;
  margin-bottom: 15px;
}

/*サイドメニューリストアイテム*/
.side-menu-list-item:last-child[b-d5hf4p2r8b] {
  margin-bottom: 0px;
}

/*サイドメニューリストリンク*/
.side-menu-list-item-link[b-d5hf4p2r8b] {
  color: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: 0;
  text-decoration: none;
  border: none;
}

/*サイドメニュー開くボタン*/
.side-menu-open-button[b-d5hf4p2r8b] {
  display: none;
}

@media (max-width: 1200px) {
  /*サイドメニューコンテナ*/
  .side-menu-container[b-d5hf4p2r8b] {
    top: 99px;
  }
}
@media (max-width: 990px) {
  /*サイドメニューコンテナ*/
  .side-menu-container[b-d5hf4p2r8b] {
    width: 280px;
    top: 64px;
    padding-bottom: 0;
    -webkit-transform: translate(-280px, 0);
        -ms-transform: translate(-280px, 0);
            transform: translate(-280px, 0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 1;
  }
  /*サイドメニュー*/
  .side-menu[b-d5hf4p2r8b] {
    margin-top: 25px;
  }
  /*サイドメニューコンテナ*/
  .side-menu-container.active[b-d5hf4p2r8b] {
    -webkit-transform: translate(0px, 0);
        -ms-transform: translate(0px, 0);
            transform: translate(0px, 0);
  }
  /*メインタイトルラッパー*/
  .side-menu-main-title-wrap[b-d5hf4p2r8b] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  /*サイドメニュータイトル*/
  .side-menu-title[b-d5hf4p2r8b] {
    font-size: 16px;
    padding-bottom: 0;
  }
  /*サイドメニュー開くボタン*/
  .side-menu-open-button[b-d5hf4p2r8b] {
    display: block;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 999;
  }
}
/*# sourceMappingURL=/codebuild/output/src2623623628/src/embotters-app/EmbottersApp/EmbottersApp/Components/HandbookSideMenu.razor.css.map */
/* /Components/ManualAssemblyButton.razor.rz.scp.css */
@charset "UTF-8";
/* z-index */
/*ボタンコンテナ*/
.manual-button-container[b-tm6ngrclw1] {
  width: 50%;
  padding: 0 15px;
}

/*ボタンのスタイル*/
.btn-manual[b-tm6ngrclw1] {
  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;
  border-radius: 20px;
  width: 100%;
  margin: 10px 0;
  height: 128px;
  padding: 0 0.5vw;
  border: none;
  background-color: #f8f8f8;
  -webkit-box-shadow: 0 4px 0 #e4e4e4;
          box-shadow: 0 4px 0 #e4e4e4;
}

/*ボタンのスタイル*/
.btn-manual:hover[b-tm6ngrclw1] {
  opacity: 0.7;
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
}

/*ボタンのスタイル*/
.btn-default:active[b-tm6ngrclw1] {
  -webkit-box-shadow: 0 0 0 #e4e4e4;
          box-shadow: 0 0 0 #e4e4e4;
  -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
          transform: translateY(4px);
}

/*画像カバーのスタイル*/
.img-wrapper[b-tm6ngrclw1] {
  width: 208px;
}

/*画像のスタイル*/
.img-wrapper > img[b-tm6ngrclw1] {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/*文章カバーのスタイル*/
.text-area[b-tm6ngrclw1] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  white-space: nowrap;
  padding: 0 10px;
  /*タイトル上画像*/
  /*タイトル上画像*/
}
.text-area.embot-plus img[b-tm6ngrclw1] {
  width: 195px;
}
@media (max-width: 500px) {
  .text-area.embot-plus img[b-tm6ngrclw1] {
    width: 150px;
  }
}
.text-area.embot img[b-tm6ngrclw1] {
  width: 150px;
}
@media (max-width: 500px) {
  .text-area.embot img[b-tm6ngrclw1] {
    width: 110px;
  }
}

/*タイトルのスタイル*/
.title[b-tm6ngrclw1] {
  font-size: 30px;
  font-weight: 600;
  color: #666;
}

/*説明文のスタイル*/
.description[b-tm6ngrclw1] {
  font-size: 15px;
  font-weight: 600;
  color: #666;
}

@media (max-width: 1350px) {
  /*タイトルのスタイル*/
  .title[b-tm6ngrclw1] {
    font-size: 25px;
  }
  /*説明文のスタイル*/
  .description[b-tm6ngrclw1] {
    font-size: 13px;
  }
}
@media (max-width: 992px) {
  /*ボタンコンテナ*/
  .manual-button-container[b-tm6ngrclw1] {
    width: 100%;
  }
}
@media (max-width: 500px) {
  /*ボタンのスタイル*/
  .btn-manual[b-tm6ngrclw1] {
    height: 80px;
  }
  /*画像カバーのスタイル*/
  .img-wrapper[b-tm6ngrclw1] {
    width: 110px;
  }
  /*タイトルのスタイル*/
  .title[b-tm6ngrclw1] {
    font-size: 16px;
  }
  /*説明文のスタイル*/
  .description[b-tm6ngrclw1] {
    font-size: 9px;
  }
}
/*# sourceMappingURL=/codebuild/output/src2623623628/src/embotters-app/EmbottersApp/EmbottersApp/Components/ManualAssemblyButton.razor.css.map */
/* /Components/ManualBeginnerButton.razor.rz.scp.css */
@charset "UTF-8";
/*ボタンコンテナ*/
.manual-button-container[b-8eu954cohh] {
  width: 50%;
  padding: 0 15px;
}

/*ボタンのスタイル*/
.btn-manual[b-8eu954cohh] {
  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;
  border-radius: 20px;
  width: 100%;
  margin: 10px 0;
  height: 128px;
  padding: 0 0.5vw;
  border: none;
  background-color: #f1f1f1;
  -webkit-box-shadow: 0 4px 0 #e4e4e4;
          box-shadow: 0 4px 0 #e4e4e4;
}

/*ボタンのスタイル*/
.btn-manual:hover[b-8eu954cohh] {
  opacity: 0.7;
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
}

/*ボタンのスタイル*/
.btn-default:active[b-8eu954cohh] {
  -webkit-box-shadow: 0 0 0 #e4e4e4;
          box-shadow: 0 0 0 #e4e4e4;
  -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
          transform: translateY(4px);
}

/*画像カバーのスタイル*/
.img-wrapper[b-8eu954cohh] {
  width: 100px;
  height: 100px;
}

/*画像のスタイル*/
.img-wrapper > img[b-8eu954cohh] {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/*文章カバーのスタイル*/
.text-area[b-8eu954cohh] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  padding: 0 10px;
}

/*タイトルのスタイル*/
.title[b-8eu954cohh] {
  font-size: 30px;
  font-weight: 600;
  color: #666;
}

/*説明文のスタイル*/
.description[b-8eu954cohh] {
  font-size: 15px;
  font-weight: 600;
  color: #666;
}

@media (max-width: 1350px) {
  /*タイトルのスタイル*/
  .title[b-8eu954cohh] {
    font-size: 25px;
  }
  /*説明文のスタイル*/
  .description[b-8eu954cohh] {
    font-size: 13px;
  }
}
@media (max-width: 992px) {
  /*ボタンコンテナ*/
  .manual-button-container[b-8eu954cohh] {
    width: 100%;
  }
}
@media (max-width: 500px) {
  /*ボタンのスタイル*/
  .btn-manual[b-8eu954cohh] {
    height: 80px;
  }
  /*画像カバーのスタイル*/
  .img-wrapper[b-8eu954cohh] {
    width: 60px;
    height: 60px;
  }
  /*タイトルのスタイル*/
  .title[b-8eu954cohh] {
    font-size: 16px;
  }
  /*説明文のスタイル*/
  .description[b-8eu954cohh] {
    font-size: 9px;
  }
}
/*# sourceMappingURL=/codebuild/output/src2623623628/src/embotters-app/EmbottersApp/EmbottersApp/Components/ManualBeginnerButton.razor.css.map */
/* /Components/NoticeItem.razor.rz.scp.css */
@charset "UTF-8";
/*お知らせ各コンテンツ*/
.whatsnew-content[b-e844pbtriw] {
  position: relative;
}

/*バッチ*/
.badge-wrapper[b-e844pbtriw] {
  position: relative;
}

/*リンク*/
.news-link[b-e844pbtriw] {
  position: relative;
  height: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f8f8f8;
  margin-bottom: 10px;
}

/*日付*/
.date-font[b-e844pbtriw] {
  font-size: 13px;
  line-height: 19px;
  color: #606060;
  margin-left: 4%;
}

/*タイトル*/
.title[b-e844pbtriw] {
  font-weight: 600;
  font-size: 16px;
  color: #333;
  margin-left: 5%;
}

/*スペース*/
.spacer[b-e844pbtriw] {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

/*矢印*/
.arrow[b-e844pbtriw] {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-right: 2%;
}

/*矢印*/
.arrow[b-e844pbtriw]::before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border: 0;
  border-top: 2px solid #848484;
  border-right: 2px solid #848484;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
}

@media (max-width: 911px) {
  /*日付*/
  .date-font[b-e844pbtriw] {
    font-size: 10px;
  }
  /*タイトル*/
  .title[b-e844pbtriw] {
    font-size: 13px;
  }
}
@media (max-width: 500px) {
  /*日付*/
  .date-font[b-e844pbtriw] {
    font-size: 7px;
  }
  /*タイトル*/
  .title[b-e844pbtriw] {
    font-size: 10px;
  }
}
/*# sourceMappingURL=/codebuild/output/src2623623628/src/embotters-app/EmbottersApp/EmbottersApp/Components/NoticeItem.razor.css.map */
/* /Components/SpecialProgramCardBoard.razor.rz.scp.css */
@charset "UTF-8";
.col-12[b-qh317j5en1], .col-md-6[b-qh317j5en1] {
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/*カードボードコンテナ*/
.frame-container[b-qh317j5en1] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*カードボードコンテナ*/
.frame-container:nth-child(odd)[b-qh317j5en1] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/*カードボードコンテナ*/
.frame-container:nth-child(even)[b-qh317j5en1] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/*各商品のカバーのスタイル*/
.frame-wrapper[b-qh317j5en1] {
  position: relative;
  width: 100%;
  max-width: 450px;
  margin-top: 5vh;
}

/*フレーム画像のスタイル*/
.frame-wrapper .frame[b-qh317j5en1] {
  width: 100%;
}

/*商品のコンテンツ全体のスタイル*/
.pay-content[b-qh317j5en1] {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

/*見出しのスタイル*/
.content-header[b-qh317j5en1] {
  height: 16%;
  width: 100%;
  color: #fff;
  font-weight: 600;
  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;
  font-size: 26px;
}

/*キャッチコピーのスタイル*/
.content-catch-copy[b-qh317j5en1] {
  height: 18%;
  width: 100%;
  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;
  color: #58a6ee;
}

/*キャッチコピーのスタイル*/
.free-content .content-catch-copy[b-qh317j5en1] {
  color: #5dc975;
}

/*キャッチコピーの文字のスタイル*/
.catch-copy-text[b-qh317j5en1] {
  width: 90%;
  font-weight: 600;
  text-align: center;
  font-size: 16px;
}

/*商品画像と値段全体のスタイル*/
.content-main[b-qh317j5en1] {
  height: 44%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*プログラム画像のスタイル*/
.content-program[b-qh317j5en1] {
  height: 100%;
  width: 70%;
  background-color: #fff;
  border-radius: 24px;
}

/*空白のスタイル*/
.content-spacer[b-qh317j5en1] {
  height: 15%;
}

/*商品画像のスタイル*/
.content-img[b-qh317j5en1] {
  height: 60%;
  width: 100%;
  position: relative;
  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;
}

/*商品画像自体のスタイル*/
.content-img img[b-qh317j5en1] {
  max-width: 65%;
  max-height: 100%;
}

/*プログラム画像自体のスタイル*/
img.program[b-qh317j5en1] {
  position: absolute;
  top: -2%;
  right: 20%;
  max-width: 40%;
  max-height: 90%;
  z-index: 1;
}

/*商品画像自体のスタイル*/
img.cardboard[b-qh317j5en1] {
  position: absolute;
  bottom: -2%;
  left: 20%;
  max-width: 38%;
  max-height: 90%;
  z-index: 2;
}

/*値段部分のスタイル*/
.program-required-point[b-qh317j5en1] {
  height: 25%;
  width: 100%;
  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;
  font-weight: 700;
  font-size: 20px;
}

/*値段の数字のスタイル*/
.num[b-qh317j5en1] {
  color: #feb000;
}

/*値段の円と税のスタイル*/
.pt[b-qh317j5en1] {
  color: silver;
}

/*詳しく見るボタン部分のスタイル*/
.content-detail-button[b-qh317j5en1] {
  height: 22%;
  width: 100%;
  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;
}

/*詳しく見るボタンのスタイル*/
.detail-button[b-qh317j5en1] {
  width: 100%;
  border: none;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5% 0;
  background-color: #58a6ee;
  -webkit-box-shadow: 0 4px 0 #e4e4e4;
          box-shadow: 0 4px 0 #e4e4e4;
}

/*詳しく見るボタンのスタイル*/
.free-content .detail-button[b-qh317j5en1] {
  background-color: #5dc975;
}

/*詳しく見るボタンのホバー時のスタイル*/
.detail-button:hover[b-qh317j5en1] {
  opacity: 0.7;
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
}

/*詳しく見るボタンのアクティブ時のスタイル*/
.detail-button:active[b-qh317j5en1] {
  -webkit-box-shadow: 0 0 0 #e4e4e4;
          box-shadow: 0 0 0 #e4e4e4;
  -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
          transform: translateY(4px);
}

/*詳しく見るの文字のスタイル*/
.button-label[b-qh317j5en1] {
  width: 90%;
  margin-left: 8%;
  font-weight: 600;
  color: #fff;
  font-size: 20px;
}

/*詳しく見るボタンの画像のスタイル*/
.detail-button img[b-qh317j5en1] {
  height: 100%;
  width: 10%;
  margin-right: 2%;
}

@media (max-width: 1199px) {
  /*見出しのスタイル*/
  .content-header[b-qh317j5en1] {
    font-size: 24px;
  }
  /*キャッチコピーの文字のスタイル*/
  .catch-copy-text[b-qh317j5en1] {
    font-size: 14px;
  }
  /*値段部分のスタイル*/
  .program-required-point[b-qh317j5en1] {
    font-size: 18px;
  }
  /*詳しく見るの文字のスタイル*/
  .button-label[b-qh317j5en1] {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  /*見出しのスタイル*/
  .content-header[b-qh317j5en1] {
    font-size: 18px;
  }
  /*キャッチコピーの文字のスタイル*/
  .catch-copy-text[b-qh317j5en1] {
    font-size: 12px;
  }
  /*値段部分のスタイル*/
  .program-required-point[b-qh317j5en1] {
    font-size: 16px;
  }
  /*詳しく見るの文字のスタイル*/
  .button-label[b-qh317j5en1] {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  /*商品の左側のflexの指定*/
  .flex-end[b-qh317j5en1] {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  /*商品の右側のflexの指定*/
  .flex-start[b-qh317j5en1] {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  /*見出しのスタイル*/
  .content-header[b-qh317j5en1] {
    font-size: 24px;
  }
  /*キャッチコピーの文字のスタイル*/
  .catch-copy-text[b-qh317j5en1] {
    font-size: 16px;
  }
  /*値段部分のスタイル*/
  .program-required-point[b-qh317j5en1] {
    font-size: 18px;
  }
  /*詳しく見るの文字のスタイル*/
  .button-label[b-qh317j5en1] {
    font-size: 18px;
  }
}
@media (min-width: 767px) {
  .col-md-6[b-qh317j5en1] {
    width: 50%;
  }
}
@media (max-width: 500px) {
  /*見出しのスタイル*/
  .content-header[b-qh317j5en1] {
    font-size: 18px;
  }
  /*キャッチコピーの文字のスタイル*/
  .catch-copy-text[b-qh317j5en1] {
    font-size: 12px;
  }
  /*値段部分のスタイル*/
  .program-required-point[b-qh317j5en1] {
    font-size: 16px;
  }
  /*詳しく見るの文字のスタイル*/
  .button-label[b-qh317j5en1] {
    font-size: 16px;
  }
}
@media (max-width: 360px) {
  /*見出しのスタイル*/
  .content-header[b-qh317j5en1] {
    font-size: 16px;
  }
  /*キャッチコピーの文字のスタイル*/
  .catch-copy-text[b-qh317j5en1] {
    font-size: 10px;
  }
  /*値段部分のスタイル*/
  .program-required-point[b-qh317j5en1] {
    font-size: 14px;
  }
  /*詳しく見るの文字のスタイル*/
  .button-label[b-qh317j5en1] {
    font-size: 14px;
  }
}
/*# sourceMappingURL=/codebuild/output/src2623623628/src/embotters-app/EmbottersApp/EmbottersApp/Components/SpecialProgramCardBoard.razor.css.map */
/* /Components/SpecialProgramDetailContent.razor.rz.scp.css */
@charset "UTF-8";
/*プログラム内容コンテナ*/
.program-content-container[b-03y7pi8l7n] {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/*プログラム内容コンテナ*/
.program-content-container:nth-child(odd)[b-03y7pi8l7n] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/*プログラム内容コンテナ*/
.program-content-container:nth-child(even)[b-03y7pi8l7n] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/*プログラム内容ラッパー*/
.program-content-wrapper[b-03y7pi8l7n] {
  position: relative;
  width: 100%;
  max-width: 450px;
  margin-top: 5vh;
}

/*プログラム内容ラッパー*/
.program-content-wrapper[b-03y7pi8l7n]:before {
  content: "";
  display: block;
  padding-top: 80%;
}

/*プログラム内容*/
.program-content[b-03y7pi8l7n] {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #58a6ee;
  border-radius: 20px;
}

/*プログラム内容画像ラッパー*/
.program-content-img-wrapper[b-03y7pi8l7n] {
  height: 75%;
  width: 100%;
  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;
}

/*プログラム内容画像*/
.program-content-img-wrapper img[b-03y7pi8l7n] {
  max-height: 90%;
  max-width: 90%;
}

/*プログラム内容説明ラッパー*/
.program-content-description-wrapper[b-03y7pi8l7n] {
  height: 23%;
  width: 100%;
  margin-bottom: 2%;
}

/*プログラム内容説明*/
.program-content-description[b-03y7pi8l7n] {
  width: 90%;
  margin: 0 5%;
  font-weight: 600;
  color: #fff;
  font-size: 16px;
}

@media (max-width: 1199px) {
  /*プログラム内容説明*/
  .program-content-description[b-03y7pi8l7n] {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  /*プログラム内容説明*/
  .program-content-description[b-03y7pi8l7n] {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  /*プログラム内容コンテナ*/
  .program-content-container[b-03y7pi8l7n] {
    width: 100%;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  /*プログラム内容説明*/
  .program-content-description[b-03y7pi8l7n] {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  /*プログラム内容説明*/
  .program-content-description[b-03y7pi8l7n] {
    font-size: 12px;
  }
}
/*# sourceMappingURL=/codebuild/output/src2623623628/src/embotters-app/EmbottersApp/EmbottersApp/Components/SpecialProgramDetailContent.razor.css.map */
/* /Components/SpecialProgramDetailCore.razor.rz.scp.css */
@charset "UTF-8";
.row[b-1gqwni3ar4] {
  margin-right: -15px;
  margin-left: -15px;
}

.col-xs-12[b-1gqwni3ar4] {
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.centering[b-1gqwni3ar4] {
  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;
}

.br-display[b-1gqwni3ar4] {
  display: none;
}

/*タイトルラッパー*/
.title-wrapper[b-1gqwni3ar4] {
  width: 100%;
  text-align: center;
}

/*タイトル画像*/
.moving-core-title[b-1gqwni3ar4] {
  width: 37%;
  max-width: 355px;
}

/*コアの引っ越しの説明ラッパー*/
.moving-core-description-wrapper[b-1gqwni3ar4] {
  width: 90%;
  max-width: 700px;
  margin: 5vh 5%;
  text-align: center;
}

/*コアの引っ越しの説明*/
.moving-core-description[b-1gqwni3ar4] {
  font-weight: 600;
  font-size: 19px;
  line-height: 38px;
  color: #333;
}

/*ピンクのテキストカラー*/
.color-pink[b-1gqwni3ar4] {
  color: #ff77a2;
}

/*コアの引っ越しのイラスト画像ラッパー*/
.moving-core-illustration-wrapper[b-1gqwni3ar4] {
  width: 100%;
  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;
}

/*コアの引っ越しのイラスト画像*/
.moving-core-illustration-wrapper img[b-1gqwni3ar4] {
  width: 90%;
  max-width: 642px;
}

@media (max-width: 767px) {
  /*タイトル画像*/
  .moving-core-title[b-1gqwni3ar4] {
    width: 51%;
  }
  /*コアの引っ越しの説明*/
  .moving-core-description[b-1gqwni3ar4] {
    font-size: 17px;
    line-height: 34px;
  }
}
@media (max-width: 500px) {
  /*コアの引っ越しの説明*/
  .moving-core-description[b-1gqwni3ar4] {
    font-size: 12px;
    line-height: 24px;
  }
}
@media (max-width: 420px) {
  .br-display[b-1gqwni3ar4] {
    display: initial;
  }
}
/*# sourceMappingURL=/codebuild/output/src2623623628/src/embotters-app/EmbottersApp/EmbottersApp/Components/SpecialProgramDetailCore.razor.css.map */
/* /Components/SpecialProgramDetailExplaination.razor.rz.scp.css */
@charset "UTF-8";
.col-xs-12[b-qgu3sl8yql] {
  width: 100%;
}

.mw350[b-qgu3sl8yql] {
  max-width: 350px;
}

/*タイトルラッパー*/
.title-wrapper[b-qgu3sl8yql] {
  text-align: center;
}

/*タイトル画像*/
.program-explanation-title[b-qgu3sl8yql] {
  width: 55%;
  max-width: 525px;
}

/*プログラム解説ラッパー*/
.program-explanation-wrapper[b-qgu3sl8yql] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hide-line[b-qgu3sl8yql] {
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #fff;
  top: calc(5vh - 3px);
  z-index: 2;
}

/*プログラム解説*/
.program-explanation[b-qgu3sl8yql] {
  max-width: 700px;
  margin-top: 5vh;
  font-size: 16px;
  line-height: 32px;
  font-weight: 600;
  text-align: center;
}

/*プログラム解説テキスト*/
.program-explanation span[b-qgu3sl8yql] {
  padding-bottom: 4px;
  border-bottom: 1px dashed #000;
}

/*購入パート*/
.purchase-border[b-qgu3sl8yql] {
  border: 10px solid;
  border-radius: 20px;
  background-color: #fff;
  max-width: 980px;
  margin-top: 5vh;
  margin-left: auto;
  margin-right: auto;
}

/*購入パート*/
.purchase-border.program[b-qgu3sl8yql] {
  border-color: #58a6ee;
  padding: 5vh 0;
}

/*購入パートコンテンツ*/
.purchase[b-qgu3sl8yql] {
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*画像ラッパー*/
.purchase-img-wrapper[b-qgu3sl8yql] {
  max-width: 200px;
  width: 25%;
  height: 120%;
  bottom: 10%;
  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;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/*画像*/
.purchase-img-wrapper img[b-qgu3sl8yql] {
  max-width: 90%;
  max-height: 90%;
}

/*購入情報ラッパー*/
.purchase-data-wrapper[b-qgu3sl8yql] {
  max-width: 350px;
  width: 33.33333333%;
  height: 100%;
  font-size: 26px;
  font-weight: 600;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/*プログラム*/
.purchase-name[b-qgu3sl8yql] {
  width: 100%;
  height: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*値段とレベル*/
.purchase-num[b-qgu3sl8yql] {
  width: 100%;
  height: 50%;
  font-size: 22px;
  color: #feb000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*銀色テキスト*/
.color-silver[b-qgu3sl8yql] {
  color: silver;
}

/*ボタンコンテナ*/
.button-container[b-qgu3sl8yql] {
  width: 41.66666667%;
  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;
  min-height: 40px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/*ダウンロード方法ボタンラッパー*/
.purchase-button-wrapper[b-qgu3sl8yql] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*ダウンロード方法ボタンコンテナ*/
.purchase-button-container[b-qgu3sl8yql] {
  width: 100%;
  height: 70px;
  min-height: 40px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/*ダウンロード方法ボタン*/
.purchase-button[b-qgu3sl8yql] {
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 10px;
  background-color: #fed005;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1% 0;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  -webkit-box-shadow: 0 4px 0 #e4e4e4;
          box-shadow: 0 4px 0 #e4e4e4;
}

/*ダウンロード方法ボタン*/
.purchase-button.disabled[b-qgu3sl8yql] {
  cursor: not-allowed !important;
}

/*ダウンロード方法ボタン*/
.purchase-button:hover[b-qgu3sl8yql] {
  opacity: 0.7;
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
}

/*ダウンロード方法ボタン*/
.purchase-button:hover[b-qgu3sl8yql] {
  opacity: 0.7;
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
}

/*ダウンロード方法ボタン*/
.purchase-button:active[b-qgu3sl8yql] {
  -webkit-box-shadow: 0 0 0 #e4e4e4;
          box-shadow: 0 0 0 #e4e4e4;
  -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
          transform: translateY(4px);
}

/*ダウンロード方法ボタン内ラベル*/
.button-label[b-qgu3sl8yql] {
  height: 100%;
  width: 80%;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-left: 8%;
  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;
}

/*ダウンロード方法ボタン内アイコン*/
.purchase-button img[b-qgu3sl8yql] {
  height: 50%;
  width: 10%;
  margin-right: 2%;
}

@media (max-width: 1199px) {
  /*購入パートコンテンツ*/
  .purchase[b-qgu3sl8yql] {
    height: 99px;
  }
  /*値段とレベル*/
  .purchase-num[b-qgu3sl8yql] {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  /*購入パートコンテンツ*/
  .purchase[b-qgu3sl8yql] {
    height: 91px;
  }
  /*値段とレベル*/
  .purchase-num[b-qgu3sl8yql] {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .mw350[b-qgu3sl8yql] {
    max-width: none;
  }
  /*タイトル画像*/
  .program-explanation-title[b-qgu3sl8yql] {
    width: 76%;
  }
  /*プログラム解説*/
  .program-explanation[b-qgu3sl8yql] {
    text-align: initial;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, #fff), color-stop(50%, #fff)), -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(97%, rgba(0, 0, 0, 0)), color-stop(97%, #000), to(#000));
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 50%, #fff 50%, #fff 50%), linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 97%, #000 97%, #000 100%);
    background-size: 5px 100%, 100% 2em;
  }
  /*プログラム解説テキスト*/
  .program-explanation span[b-qgu3sl8yql] {
    border-bottom: none;
  }
  /*購入パートコンテンツ*/
  .purchase[b-qgu3sl8yql] {
    height: 90px;
    display: initial;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
  /*画像ラッパー*/
  .purchase-img-wrapper[b-qgu3sl8yql] {
    width: 100%;
    height: 225px;
    max-width: none;
  }
  /*購入情報ラッパー*/
  .purchase-data-wrapper[b-qgu3sl8yql] {
    width: 100%;
    max-width: none;
    margin-top: 2vh;
  }
  /*プログラム*/
  .purchase-name[b-qgu3sl8yql] {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  /*値段とレベル*/
  .purchase-num[b-qgu3sl8yql] {
    margin-top: 1vh;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 22px;
  }
  /*ボタンコンテナ*/
  .button-container[b-qgu3sl8yql] {
    width: 100%;
    margin-top: 20px;
  }
  /*ダウンロード方法ボタンコンテナ*/
  .purchase-button-container[b-qgu3sl8yql] {
    width: 75%;
    height: 60px;
  }
}
/*# sourceMappingURL=/codebuild/output/src2623623628/src/embotters-app/EmbottersApp/EmbottersApp/Components/SpecialProgramDetailExplaination.razor.css.map */
/* /Components/SpecialProgramDetailList.razor.rz.scp.css */
@charset "UTF-8";
.col-xs-12[b-3jbywq6s9h] {
  width: 100%;
}

.mw350[b-3jbywq6s9h] {
  max-width: 350px;
}

/*タイトルラッパー*/
.title-wrapper[b-3jbywq6s9h] {
  text-align: center;
}

/*タイトル画像*/
.product-list-title[b-3jbywq6s9h] {
  width: 42%;
  max-width: 398px;
}

/*製品リスト*/
.product-list[b-3jbywq6s9h] {
  position: relative;
  padding: 0 5%;
  margin-top: 7vh;
}

/*前に戻るボタンラッパー*/
.previous-button-wrapper[b-3jbywq6s9h] {
  position: absolute;
  width: 5%;
  height: 100%;
  top: 0;
  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;
  left: 0;
}

/*前に戻るボタン*/
.previous-button-wrapper button[b-3jbywq6s9h] {
  padding: 0;
  border: none;
  background: 0 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*前に戻るボタンの画像*/
.previous-button-wrapper button img[b-3jbywq6s9h] {
  width: 100%;
}

/*次に進むボタンラッパー*/
.next-button-wrapper[b-3jbywq6s9h] {
  position: absolute;
  width: 5%;
  height: 100%;
  top: 0;
  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;
  right: 0;
}

/*次に進むボタン*/
.next-button-wrapper button[b-3jbywq6s9h] {
  padding: 0;
  border: none;
  background: 0 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*次に進むボタンの画像*/
.next-button-wrapper button img[b-3jbywq6s9h] {
  width: 100%;
}

/*製品アイテムコンテナ*/
.product-item-container[b-3jbywq6s9h] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*製品アイテムラッパー*/
.product-item-wrapper[b-3jbywq6s9h] {
  position: relative;
  width: 25%;
  height: 100%;
  padding: 0 1%;
}

/*製品アイテムフレーム画像*/
.frame[b-3jbywq6s9h] {
  width: 100%;
}

/*製品コンテンツ*/
.product-item-content[b-3jbywq6s9h] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}

/*製品画像ラッパー*/
.product-item-img-wrapper[b-3jbywq6s9h] {
  width: 100%;
  height: 55%;
  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;
}

/*製品画像*/
.product-item-img-wrapper img[b-3jbywq6s9h] {
  max-width: 50%;
  max-height: 80%;
}

/*製品説明テキストラッパー*/
.product-item-text-wrapper[b-3jbywq6s9h] {
  width: 80%;
  height: 39%;
  margin: 0 10% 6%;
}

/*有料コンテンツ*/
.pay-content[b-3jbywq6s9h] {
  color: #58a6ee;
}

/*有料コンテンツ*/
.free-content[b-3jbywq6s9h] {
  color: #5dc975;
}

/*製品ラベル*/
.product-item-label[b-3jbywq6s9h] {
  width: 100%;
  height: 30%;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/*製品キャッチコピー*/
.product-item-catch-copy[b-3jbywq6s9h] {
  width: 100%;
  height: 70%;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

/*スワイパーの製品リスト*/
.swiper-product-items[b-3jbywq6s9h] {
  display: none;
  max-width: 800px;
  margin: auto;
  margin-top: 4vh;
  padding-left: 20px;
  overflow-x: auto;
}

/*スワイパーの製品リストのアイテム*/
.swiper-product-items li[b-3jbywq6s9h] {
  width: 90%;
  padding: 8px;
  margin: 3px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  list-style: none;
}

/*スワイパーの製品リストのアイテムラッパー*/
.swiper-product-items .product-item-wrapper[b-3jbywq6s9h] {
  width: 100%;
}

/*スワイパーの製品リストのスクロールバー*/
.swiper-product-items[b-3jbywq6s9h]::-webkit-scrollbar {
  height: 12px;
}

/*スワイパーの製品リストのスクロールバー*/
.swiper-product-items[b-3jbywq6s9h]::-webkit-scrollbar-thumb {
  background: #aaa;
  border-radius: 6px;
}

/*スワイパーの製品リストのスクロールバー*/
.swiper-product-items[b-3jbywq6s9h]::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 6px;
}

@media (max-width: 1399px) {
  /*製品ラベル*/
  .product-item-label[b-3jbywq6s9h] {
    font-size: 16px;
  }
  /*製品キャッチコピー*/
  .product-item-catch-copy[b-3jbywq6s9h] {
    font-size: 13px;
  }
}
@media (max-width: 1199px) {
  /*製品ラベル*/
  .product-item-label[b-3jbywq6s9h] {
    font-size: 15px;
  }
  /*製品キャッチコピー*/
  .product-item-catch-copy[b-3jbywq6s9h] {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  /*製品ラベル*/
  .product-item-label[b-3jbywq6s9h] {
    font-size: 12px;
  }
  /*製品キャッチコピー*/
  .product-item-catch-copy[b-3jbywq6s9h] {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  /*タイトル画像*/
  .product-list-title[b-3jbywq6s9h] {
    width: 58%;
  }
  /*製品リスト*/
  .product-list[b-3jbywq6s9h] {
    display: none;
  }
  /*スワイパーの製品リスト*/
  .swiper-product-items[b-3jbywq6s9h] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 450px) {
  /*スワイパーの製品リストのアイテム*/
  .swiper-product-items li[b-3jbywq6s9h] {
    width: 45%;
  }
}
@media (max-width: 450px) {
  /*製品ラベル*/
  .product-item-label[b-3jbywq6s9h] {
    font-size: 17px;
  }
  /*製品キャッチコピー*/
  .product-item-catch-copy[b-3jbywq6s9h] {
    font-size: 13px;
  }
}
/*# sourceMappingURL=/codebuild/output/src2623623628/src/embotters-app/EmbottersApp/EmbottersApp/Components/SpecialProgramDetailList.razor.css.map */
/* /Components/SpecialProgramDetailPurchase.razor.rz.scp.css */
@charset "UTF-8";
.row[b-qgbdf3q45t] {
  margin-right: -15px;
  margin-left: -15px;
}

.mw350[b-qgbdf3q45t] {
  max-width: 350px;
}

/*製品ボーダー*/
.purchase-border[b-qgbdf3q45t] {
  border: 10px solid;
  border-radius: 20px;
  background-color: #fff;
  max-width: 980px;
  margin-top: 5vh;
  margin-left: auto;
  margin-right: auto;
}

/*製品カードボード*/
.purchase-border[b-qgbdf3q45t] {
  border-color: #dedede;
  padding: 3vh 0;
}

/*製品コンテンツ*/
.purchase[b-qgbdf3q45t] {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

/*画像ラッパー*/
.purchase-img-wrapper[b-qgbdf3q45t] {
  width: 16.66666667%;
  max-width: 200px;
  height: 120%;
  bottom: 10%;
  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;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/*画像*/
.purchase-img-wrapper img[b-qgbdf3q45t] {
  max-width: 90%;
  max-height: 90%;
}

/*製品情報ラッパー*/
.purchase-data-wrapper[b-qgbdf3q45t] {
  width: 41.66666667%;
  max-width: 350px;
  height: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/*製品名*/
.purchase-name[b-qgbdf3q45t] {
  width: 100%;
  height: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-weight: 600;
}

/*製品説明*/
.cardboard-explanation[b-qgbdf3q45t] {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*ボタンコンテナ*/
.button-container[b-qgbdf3q45t] {
  width: 41.66666667%;
  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;
  min-height: 40px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/*販売サイト遷移ボタンラッパー*/
.purchase-button-wrapper[b-qgbdf3q45t] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*販売サイト遷移ボタンコンテナ*/
.purchase-button-container[b-qgbdf3q45t] {
  width: 100%;
  height: 50px;
  min-height: 40px;
  position: relative;
  min-height: 1px;
}

/*販売サイト遷移ボタン*/
.purchase-button[b-qgbdf3q45t] {
  width: 100%;
  max-width: 280px;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 10px;
  background-color: #fed005;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1% 0;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  -webkit-box-shadow: 0 4px 0 #e4e4e4;
          box-shadow: 0 4px 0 #e4e4e4;
}

/*販売サイト遷移ボタン*/
.purchase-button:hover[b-qgbdf3q45t] {
  opacity: 0.7;
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
}

/*販売サイト遷移ボタン*/
.purchase-button:hover[b-qgbdf3q45t] {
  opacity: 0.7;
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
}

/*販売サイト遷移ボタン*/
.purchase-button:active[b-qgbdf3q45t] {
  -webkit-box-shadow: 0 0 0 #e4e4e4;
          box-shadow: 0 0 0 #e4e4e4;
  -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
          transform: translateY(4px);
}

/*販売サイト遷移ボタン内ラベル*/
.button-label[b-qgbdf3q45t] {
  height: 100%;
  width: 80%;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-left: 8%;
  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;
}

/*販売サイト遷移ボタン内アイコン*/
.purchase-button img[b-qgbdf3q45t] {
  height: 50%;
  width: 10%;
  margin-right: 2%;
}

@media (max-width: 1199px) {
  /*製品コンテンツ*/
  .purchase[b-qgbdf3q45t] {
    height: 66px;
  }
}
@media (max-width: 991px) {
  /*製品コンテンツ*/
  .purchase[b-qgbdf3q45t] {
    height: 54px;
  }
}
@media (max-width: 767px) {
  .mw350[b-qgbdf3q45t] {
    max-width: none;
  }
  /*製品コンテンツ*/
  .purchase[b-qgbdf3q45t] {
    height: 60px;
    display: initial;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
  /*画像ラッパー*/
  .purchase-img-wrapper[b-qgbdf3q45t] {
    width: 100%;
    height: 150px;
    max-width: none;
  }
  /*製品情報ラッパー*/
  .purchase-data-wrapper[b-qgbdf3q45t] {
    width: 100%;
    max-width: none;
    margin-top: 2vh;
  }
  /*製品名*/
  .purchase-name[b-qgbdf3q45t] {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  /*製品説明*/
  .cardboard-explanation[b-qgbdf3q45t] {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  /*ボタンコンテナ*/
  .button-container[b-qgbdf3q45t] {
    width: 100%;
    margin-top: 20px;
  }
  /*販売サイト遷移ボタンコンテナ*/
  .purchase-button-container[b-qgbdf3q45t] {
    width: 75%;
    height: 50px;
  }
}
@media (max-width: 400px) {
  /*販売サイト遷移ボタン内ラベル*/
  .button-label[b-qgbdf3q45t] {
    font-size: 12px;
  }
}
/*# sourceMappingURL=/codebuild/output/src2623623628/src/embotters-app/EmbottersApp/EmbottersApp/Components/SpecialProgramDetailPurchase.razor.css.map */
/* /Components/SpecialProgramDetailTop.razor.rz.scp.css */
@charset "UTF-8";
/*メインビュー*/
.detail-top[b-ijxhg8mmm6] {
  position: relative;
  width: 100%;
  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;
}

.pc[b-ijxhg8mmm6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sp[b-ijxhg8mmm6] {
  display: none;
}

/*背景*/
.background[b-ijxhg8mmm6] {
  width: 100%;
  max-height: 216px;
}

/*レイヤー画像*/
.layer[b-ijxhg8mmm6] {
  position: absolute;
  width: 100%;
  max-width: 1400px;
  z-index: 2;
}

/*ラベル画像*/
.label[b-ijxhg8mmm6] {
  position: absolute;
  max-width: 60%;
  max-height: 80%;
  z-index: 3;
}

@media (max-width: 767px) {
  .pc[b-ijxhg8mmm6] {
    display: none;
  }
  .sp[b-ijxhg8mmm6] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  /*背景*/
  .background[b-ijxhg8mmm6] {
    max-height: 147px;
  }
  /*レイヤー画像*/
  .layer[b-ijxhg8mmm6] {
    max-width: 375px;
  }
  /*ラベル画像*/
  .label[b-ijxhg8mmm6] {
    max-height: 67px;
  }
}
/*# sourceMappingURL=/codebuild/output/src2623623628/src/embotters-app/EmbottersApp/EmbottersApp/Components/SpecialProgramDetailTop.razor.css.map */
/* /Components/SpecialProgramDetailVideo.razor.rz.scp.css */
@charset "UTF-8";
.centering[b-43ar18jkq2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.col-xs-12[b-43ar18jkq2] {
  width: 100%;
}

.mw900[b-43ar18jkq2] {
  max-width: 900px;
}

/*ムービーラッパー*/
.movie-wrapper[b-43ar18jkq2] {
  margin-top: 7vh;
  background-color: #fed005;
  border: 1px solid #fed005;
  border-radius: 20px;
  position: relative;
}

/*ムービー*/
.movie[b-43ar18jkq2] {
  margin: 20px 10px;
  border: none;
  text-align: center;
}

/*動画プレイヤーのスタイル*/
.video-player[b-43ar18jkq2] {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 55%;
}

.video[b-43ar18jkq2] {
  position: absolute;
  top: 0;
  left: 1.15%;
  width: 97.7%;
  height: 100%;
}
/*# sourceMappingURL=/codebuild/output/src2623623628/src/embotters-app/EmbottersApp/EmbottersApp/Components/SpecialProgramDetailVideo.razor.css.map */
/* /Components/SpecialProgramHowToStart.razor.rz.scp.css */
@charset "UTF-8";
/*全体のスタイル*/
.main-container[b-57rsoczx6x] {
  margin-right: 15vw;
  margin-left: 15vw;
  margin-bottom: 30px;
}

/*CSSクラスであるrowのスタイル*/
.row[b-57rsoczx6x] {
  margin-right: -15px;
  margin-left: -15px;
}

/*タイトルカバーのスタイル*/
.how-to-start-title-wrapper[b-57rsoczx6x] {
  text-align: center;
}

/*タイトル画像のスタイル*/
.how-to-start-title-wrapper img[b-57rsoczx6x] {
  width: 80%;
  max-width: 622px;
}

/*中央寄せのスタイル*/
.centering[b-57rsoczx6x] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -15px;
}

/*コンテンツ部分のスタイル*/
.step-img-area[b-57rsoczx6x] {
  padding: 7vh 0 0 0;
  max-width: 776px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/*各ステップカバーのスタイル*/
.start-step-wrapper[b-57rsoczx6x] {
  padding-right: 15px;
  padding-left: 15px;
}

/*各ステップの画像カバーのスタイル*/
.step-img-wrapper[b-57rsoczx6x] {
  padding-top: 2vh;
  width: 100%;
  text-align: center;
}

/*各ステップの画像自体のスタイル*/
.step-img-wrapper img[b-57rsoczx6x] {
  width: 90%;
  max-width: 206px;
}

/*各ステップの見出しのスタイル*/
.start-label[b-57rsoczx6x] {
  padding-top: 2vh;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  color: #5c97d3;
}

/*テキスト部分のスタイル*/
.start-text[b-57rsoczx6x] {
  padding-top: 2vh;
  font-size: 13px;
  font-weight: 600;
  color: #333;
  width: 100%;
}

@media (max-width: 991px) {
  /*全体のスタイル*/
  .main-container[b-57rsoczx6x] {
    margin-right: 10vw;
    margin-left: 10vw;
  }
}
@media (min-width: 768px) {
  .col-md-4[b-57rsoczx6x] {
    width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  /*タイトル画像のスタイル*/
  .how-to-start-title-wrapper img[b-57rsoczx6x] {
    width: 90%;
  }
  /*テキスト部分のスタイル*/
  .start-text[b-57rsoczx6x] {
    text-align: center;
    padding-bottom: 2vh;
  }
}
/*# sourceMappingURL=/codebuild/output/src2623623628/src/embotters-app/EmbottersApp/EmbottersApp/Components/SpecialProgramHowToStart.razor.css.map */
/* /Components/SpecialProgramMeans.razor.rz.scp.css */
@charset "UTF-8";
/*改行のスタイル*/
.br-display[b-yi8m87ganf] {
  display: none;
}

/*「とっておきキットとは？」全体のコンテナのスタイル*/
.main-container[b-yi8m87ganf] {
  margin-right: 15vw;
  margin-left: 15vw;
  margin-bottom: 30px;
}

/*タイトル部分のスタイル*/
.special-kit-means-area[b-yi8m87ganf] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*タイトルカバーのスタイル*/
.special-kit-means-title-wrapper[b-yi8m87ganf] {
  width: 80%;
  text-align: center;
}

/*タイトル画像のスタイル*/
.special-kit-means-title-wrapper img[b-yi8m87ganf] {
  width: 100%;
  max-width: 669px;
  padding-bottom: 4vh;
}

/*タイトル下テキスト部分のスタイル*/
.special-kit-means-text[b-yi8m87ganf] {
  width: 80%;
  text-align: center;
}

/*説明文章のスタイル*/
.special-kit-means-explanation[b-yi8m87ganf] {
  padding-top: 5vh;
  padding-bottom: 4px;
  font-size: 19px;
  line-height: 42px;
  font-weight: 600;
  border-bottom: 1px dashed #000;
}

/*中央ぞろえのスタイル*/
.main-container .centering[b-yi8m87ganf] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*イラストを用いた説明部分のスタイル*/
.special-kit-means-illustration-area[b-yi8m87ganf] {
  padding: 4vh 0 0;
  width: 100%;
  max-width: 1067px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/*イラストと説明のカバーのスタイル*/
.col-md-4[b-yi8m87ganf] {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/*イラストの画像のスタイル*/
.special-kit-means-illustration-area img[b-yi8m87ganf] {
  width: 100%;
  max-width: 325px;
}

/*イラストを用いた説明のテキストのスタイル*/
.special-kit-means-illustration-text[b-yi8m87ganf] {
  padding-top: 2vh;
  width: 100%;
  font-size: 13px;
  font-weight: 600;
  text-align: initial;
}

@media (max-width: 767px) {
  /*改行のスタイル*/
  .br-display[b-yi8m87ganf] {
    display: initial;
  }
  /*「とっておきキットとは？」全体のコンテナのスタイル*/
  .scroll-button-container[b-yi8m87ganf] {
    margin-right: 10vw;
    margin-left: 10vw;
  }
  /*タイトルカバーのスタイル*/
  .special-kit-means-title-wrapper[b-yi8m87ganf] {
    width: 90%;
  }
  /*タイトル下テキスト部分のスタイル*/
  .special-kit-means-text[b-yi8m87ganf] {
    width: 90%;
  }
  /*説明文章のスタイル*/
  .special-kit-means-explanation[b-yi8m87ganf] {
    font-size: 22px;
    line-height: 48px;
  }
  /*イラストを用いた説明のテキストのスタイル*/
  .special-kit-means-illustration-text[b-yi8m87ganf] {
    padding-bottom: 2vh;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .col-md-4[b-yi8m87ganf] {
    width: 33.33333333%;
  }
}
@media (max-width: 500px) {
  /*説明文章のスタイル*/
  .special-kit-means-explanation[b-yi8m87ganf] {
    font-size: 14px;
    line-height: 32px;
  }
}
/*# sourceMappingURL=/codebuild/output/src2623623628/src/embotters-app/EmbottersApp/EmbottersApp/Components/SpecialProgramMeans.razor.css.map */
/* /Components/SpecialProgramProductIntroduction.razor.rz.scp.css */
.row[b-engz5hrg88] {
  width: 100%;
}

.product-introduction-title-wrapper[b-engz5hrg88] {
  text-align: center;
}

.product-introduction-title-wrapper img[b-engz5hrg88] {
  width: 55%;
  max-width: 488px;
}

.cardbord-container[b-engz5hrg88] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.loading-information-text[b-engz5hrg88] {
  text-align: center;
}

@media (max-width: 991px) {
  .main-container[b-engz5hrg88] {
    margin-right: 10vw;
    margin-left: 10vw;
  }
}
@media (max-width: 767px) {
  .product-introduction-title-wrapper img[b-engz5hrg88] {
    width: 90%;
  }
  .cardbord-container[b-engz5hrg88] {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/*# sourceMappingURL=/codebuild/output/src2623623628/src/embotters-app/EmbottersApp/EmbottersApp/Components/SpecialProgramProductIntroduction.razor.css.map */
/* /Components/SpecialProgramTopImage.razor.rz.scp.css */
@charset "UTF-8";
/*全体のスタイル*/
.top-img[b-mwkpkd0ww1] {
  position: relative;
  width: 100%;
  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;
}

/*背景画像のスタイル*/
.top-img .background[b-mwkpkd0ww1] {
  width: 100%;
  max-height: 519px;
}

/*PC用画像のスタイル*/
.top-img .pc[b-mwkpkd0ww1] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*スマートフォン用画像のスタイル*/
.top-img .sp[b-mwkpkd0ww1] {
  display: none;
}

/*レイヤー画像のスタイル*/
.top-img .layer[b-mwkpkd0ww1] {
  position: absolute;
  width: 100%;
  max-width: 1400px;
  z-index: 2;
}

@media (max-width: 767px) {
  /*レイヤー画像のスタイル*/
  .top-img .layer[b-mwkpkd0ww1] {
    max-width: 369px;
  }
  /*背景画像のスタイル*/
  .top-img .background[b-mwkpkd0ww1] {
    max-height: 322px;
  }
  /*PC用画像のスタイル*/
  .top-img .pc[b-mwkpkd0ww1] {
    display: none;
  }
  /*スマートフォン用画像のスタイル*/
  .top-img .sp[b-mwkpkd0ww1] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
/*# sourceMappingURL=/codebuild/output/src2623623628/src/embotters-app/EmbottersApp/EmbottersApp/Components/SpecialProgramTopImage.razor.css.map */
/* /Components/TopPageCarousel.razor.rz.scp.css */
/* z-index */
.carousel-container[b-yf9ocuijpg] {
  width: 100%;
  margin: 30px 0 0;
  padding: 0 15px;
  position: relative;
}
@media (max-width: 500px) {
  .carousel-container[b-yf9ocuijpg] {
    margin: 20px 0 0;
    padding: 0;
  }
}

.swiper-container[b-yf9ocuijpg] {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active[b-yf9ocuijpg] {
  text-align: right;
}
@media (max-width: 990px) {
  .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active[b-yf9ocuijpg] {
    text-align: center;
  }
}
.swiper-container .swiper-wrapper .swiper-banner-img[b-yf9ocuijpg] {
  width: calc(100% - 50px);
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 990px) {
  .swiper-container .swiper-wrapper .swiper-banner-img[b-yf9ocuijpg] {
    width: calc(100% - 100px);
  }
}
@media (max-width: 500px) {
  .swiper-container .swiper-wrapper .swiper-banner-img[b-yf9ocuijpg] {
    width: calc(100% - 85px);
  }
}
.swiper-container .pagination-spacer[b-yf9ocuijpg] {
  width: 100%;
  height: 30px;
}
.swiper-container[b-yf9ocuijpg]  .swiper-pagination-bullet-active {
  background: #f1a919;
}
.swiper-container .swiper-button-prev[b-yf9ocuijpg],
.swiper-container .swiper-button-next[b-yf9ocuijpg] {
  position: absolute;
  top: calc(50% - 15px);
  min-width: 48px;
  min-height: 48px;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  outline: 0;
}
.swiper-container .swiper-button-prev[b-yf9ocuijpg]:after,
.swiper-container .swiper-button-next[b-yf9ocuijpg]:after {
  content: none;
}
@media (max-width: 500px) {
  .swiper-container .swiper-button-prev[b-yf9ocuijpg],
  .swiper-container .swiper-button-next[b-yf9ocuijpg] {
    min-width: 40px;
    min-height: 40px;
  }
}
.swiper-container .swiper-button-prev[b-yf9ocuijpg] {
  left: 0;
  background-image: url(Images/prev-button.svg);
}
.swiper-container .swiper-button-next[b-yf9ocuijpg] {
  right: 0;
  background-image: url(Images/next-button.svg);
}
/*# sourceMappingURL=/codebuild/output/src2623623628/src/embotters-app/EmbottersApp/EmbottersApp/Components/TopPageCarousel.razor.css.map */
/* /Components/TopPageHeading.razor.rz.scp.css */
/* z-index */
.heading-container[b-ppxt6lm14j] {
  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;
  height: 40px;
  margin-top: 70px;
  margin-bottom: 20px;
}
@media (max-width: 990px) {
  .heading-container[b-ppxt6lm14j] {
    height: 36px;
  }
}
@media (max-width: 500px) {
  .heading-container[b-ppxt6lm14j] {
    height: 28px;
    margin-top: 35px;
  }
}
.heading-container.top-dotted-line[b-ppxt6lm14j] {
  border-top: 5px dotted #c8c8c8;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding-top: 70px;
}
@media (max-width: 500px) {
  .heading-container.top-dotted-line[b-ppxt6lm14j] {
    padding-top: 35px;
  }
}
.heading-container-label[b-ppxt6lm14j] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.heading-container-label-icon[b-ppxt6lm14j] {
  width: 40px;
  height: 40px;
  text-align: center;
}
@media (max-width: 990px) {
  .heading-container-label-icon[b-ppxt6lm14j] {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 500px) {
  .heading-container-label-icon[b-ppxt6lm14j] {
    width: 28px;
    height: 28px;
  }
}
.heading-container-label-icon .icon[b-ppxt6lm14j] {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.heading-container-label .text[b-ppxt6lm14j] {
  margin: 0 0 0 25px;
  color: #666;
  font-weight: 600;
  font-size: 26px;
}
@media (max-width: 990px) {
  .heading-container-label .text[b-ppxt6lm14j] {
    font-size: 22px;
    margin: 0 0 0 20px;
  }
}
@media (max-width: 500px) {
  .heading-container-label .text[b-ppxt6lm14j] {
    font-size: 16px;
    margin: 0 0 0 10px;
  }
}
.heading-container-button[b-ppxt6lm14j] {
  font-size: 14px;
  font-weight: 600;
  background-color: #f8f8f8;
  color: #666;
  height: 100%;
  width: 136px;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  -webkit-box-shadow: 0 4px 0 #e4e4e4;
          box-shadow: 0 4px 0 #e4e4e4;
  border-radius: 50px;
}
@media (max-width: 500px) {
  .heading-container-button[b-ppxt6lm14j] {
    font-size: 11px;
    width: 100px;
    -webkit-box-shadow: 0 2px 0 #e4e4e4;
            box-shadow: 0 2px 0 #e4e4e4;
  }
}
.heading-container-button.show[b-ppxt6lm14j] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.heading-container-button:hover[b-ppxt6lm14j] {
  opacity: 0.7;
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
}
.heading-container-button:active[b-ppxt6lm14j] {
  -webkit-box-shadow: 0 0 0 #e4e4e4;
          box-shadow: 0 0 0 #e4e4e4;
  -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
          transform: translateY(4px);
}
.heading-container-button img[b-ppxt6lm14j] {
  margin-left: 5px;
}
/*# sourceMappingURL=/codebuild/output/src2623623628/src/embotters-app/EmbottersApp/EmbottersApp/Components/TopPageHeading.razor.css.map */
/* /Components/TopPageLinkButton.razor.rz.scp.css */
@charset "UTF-8";
/* z-index */
/* ボタンコンテナ */
.button-container[b-30b0kwlrhr] {
  width: 29vw;
  height: 29vw;
}

/* ボタンのスタイル */
.button-mobile-menu[b-30b0kwlrhr] {
  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;
  width: 100%;
  height: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 27%;
  padding: 10%;
  background-color: #fff;
  border: 2px solid #e7e7e7;
  -webkit-box-shadow: 0 4px 0 #e4e4e4;
          box-shadow: 0 4px 0 #e4e4e4;
}
.button-mobile-menu:hover[b-30b0kwlrhr] {
  opacity: 0.7;
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
}
.button-mobile-menu:active[b-30b0kwlrhr] {
  -webkit-box-shadow: 0 0 0 #e4e4e4;
          box-shadow: 0 0 0 #e4e4e4;
  -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
          transform: translateY(4px);
}

/* 画像カバーのスタイル */
.image-wrapper[b-30b0kwlrhr] {
  width: 100%;
  height: 50%;
  padding: 6% 0;
}
.image-wrapper > img[b-30b0kwlrhr] {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
/*# sourceMappingURL=/codebuild/output/src2623623628/src/embotters-app/EmbottersApp/EmbottersApp/Components/TopPageLinkButton.razor.css.map */
/* /Components/TopPageManualBeginnerButton.razor.rz.scp.css */
@charset "UTF-8";
/*ボタンコンテナ*/
.manual-button-container[b-vzsoyyx00e] {
  width: 50%;
  padding: 0 15px;
}

/*ボタンのスタイル*/
.btn-manual[b-vzsoyyx00e] {
  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;
  border-radius: 20px;
  width: 100%;
  margin: 10px 0;
  height: 128px;
  padding: 0 0.5vw;
  border: none;
  background-color: #f8f8f8;
  -webkit-box-shadow: 0 4px 0 #e4e4e4;
          box-shadow: 0 4px 0 #e4e4e4;
}

/*ボタンのスタイル*/
.btn-manual:hover[b-vzsoyyx00e] {
  opacity: 0.7;
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
}

/*ボタンのスタイル*/
.btn-default:active[b-vzsoyyx00e] {
  -webkit-box-shadow: 0 0 0 #e4e4e4;
          box-shadow: 0 0 0 #e4e4e4;
  -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
          transform: translateY(4px);
}

/*画像カバーのスタイル*/
.img-wrapper[b-vzsoyyx00e] {
  width: 100px;
  height: 100px;
}

/*画像のスタイル*/
.img-wrapper > img[b-vzsoyyx00e] {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/*文章カバーのスタイル*/
.text-area[b-vzsoyyx00e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  white-space: nowrap;
  padding: 0 10px;
}

/*タイトルのスタイル*/
.title[b-vzsoyyx00e] {
  font-size: 30px;
  font-weight: 600;
  color: #666;
}

/*説明文のスタイル*/
.description[b-vzsoyyx00e] {
  font-size: 15px;
  font-weight: 600;
  color: #666;
}

@media (max-width: 1350px) {
  /*タイトルのスタイル*/
  .title[b-vzsoyyx00e] {
    font-size: 25px;
  }
  /*説明文のスタイル*/
  .description[b-vzsoyyx00e] {
    font-size: 13px;
  }
}
@media (max-width: 992px) {
  /*ボタンコンテナ*/
  .manual-button-container[b-vzsoyyx00e] {
    width: 100%;
  }
}
@media (max-width: 500px) {
  /*ボタンのスタイル*/
  .btn-manual[b-vzsoyyx00e] {
    height: 80px;
  }
  /*画像カバーのスタイル*/
  .img-wrapper[b-vzsoyyx00e] {
    width: 60px;
    height: 60px;
  }
  /*タイトルのスタイル*/
  .title[b-vzsoyyx00e] {
    font-size: 20px;
  }
  /*説明文のスタイル*/
  .description[b-vzsoyyx00e] {
    font-size: 10.5px;
  }
}
/*# sourceMappingURL=/codebuild/output/src2623623628/src/embotters-app/EmbottersApp/EmbottersApp/Components/TopPageManualBeginnerButton.razor.css.map */
/* /Components/TopPageNoticeItem.razor.rz.scp.css */
/* z-index */
.whatsnew-item[b-e35qxdqmf8] {
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 50%;
}
@media (max-width: 990px) {
  .whatsnew-item[b-e35qxdqmf8] {
    width: 100%;
  }
}
.whatsnew-item .news[b-e35qxdqmf8] {
  height: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #f8f8f8;
  margin-bottom: 10px;
}
.whatsnew-item .news-link[b-e35qxdqmf8] {
  height: 100%;
  width: 100%;
  border: none;
  padding: 10px 20px;
  text-decoration: none;
}
.whatsnew-item .news-link .timestamp[b-e35qxdqmf8] {
  font-size: 13px;
  color: #606060;
}
@media (max-width: 990px) {
  .whatsnew-item .news-link .timestamp[b-e35qxdqmf8] {
    font-size: 12px;
  }
}
@media (max-width: 500px) {
  .whatsnew-item .news-link .timestamp[b-e35qxdqmf8] {
    font-size: 10px;
  }
}
.whatsnew-item .news-link .title[b-e35qxdqmf8] {
  font-weight: 600;
  font-size: 16px;
  color: #333;
  margin-top: 4px;
}
@media (max-width: 990px) {
  .whatsnew-item .news-link .title[b-e35qxdqmf8] {
    font-size: 13px;
  }
}
@media (max-width: 500px) {
  .whatsnew-item .news-link .title[b-e35qxdqmf8] {
    font-size: 10px;
  }
}
/*# sourceMappingURL=/codebuild/output/src2623623628/src/embotters-app/EmbottersApp/EmbottersApp/Components/TopPageNoticeItem.razor.css.map */
/* /Components/TopPageQuestionItem.razor.rz.scp.css */
@charset "UTF-8";
/* z-index */
/*QAの全体のスタイル*/
.faq[b-sfn7patx71] {
  background-color: #f8f8f8;
  margin-bottom: 10px;
}

/*QAの全体のスタイル*/
.qa[b-sfn7patx71] {
  margin-bottom: 10px;
  border: none;
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.02), 0 2px 3px -2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.02), 0 2px 3px -2px rgba(0, 0, 0, 0.05);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/*QAのタイトルのスタイル*/
.qa summary[b-sfn7patx71] {
  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;
  padding: 1em 3em 1em 5em;
  font-weight: 600;
  cursor: pointer;
}
@media (max-width: 990px) {
  .qa summary[b-sfn7patx71] {
    font-size: 13px;
  }
}
@media (max-width: 500px) {
  .qa summary[b-sfn7patx71] {
    font-size: 10px;
  }
}

/*QAの質問と回答の前側のスタイル*/
.qa summary[b-sfn7patx71]::before,
.qa p[b-sfn7patx71]::before {
  position: absolute;
  left: 5em;
  font-weight: 600;
  font-size: 1.3em;
  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;
}
@media (max-width: 500px) {
  .qa summary[b-sfn7patx71]::before,
  .qa p[b-sfn7patx71]::before {
    font-size: 1em;
  }
}

/*QAの質問の前側のスタイル*/
.qa summary[b-sfn7patx71]::before {
  position: absolute;
  top: 27%;
  left: 1.5em;
  color: #75bbff;
  content: url(Images/Q.svg);
}
@media (max-width: 500px) {
  .qa summary[b-sfn7patx71]::before {
    top: 25%;
  }
}

/*QAの質問の後側のスタイル*/
.qa summary[b-sfn7patx71]::after {
  position: absolute;
  top: 12%;
  right: 0.7em;
  content: "+";
  font-size: 25px;
}
@media (max-width: 500px) {
  .qa summary[b-sfn7patx71]::after {
    font-size: 20px;
    right: 0.6em;
  }
}

/*QAの質問の後側のスタイル*/
.qa[open] summary[b-sfn7patx71]::after {
  position: absolute;
  right: 0.8em;
  content: "-";
}
@media (max-width: 500px) {
  .qa[open] summary[b-sfn7patx71]::after {
    right: 0.7em;
  }
}

/*QAの回答のスタイル*/
.qa p[b-sfn7patx71] {
  position: relative;
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 0.3em 5em 1.5em;
  color: #333;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 990px) {
  .qa p[b-sfn7patx71] {
    font-size: 13px;
  }
}
@media (max-width: 500px) {
  .qa p[b-sfn7patx71] {
    font-size: 10px;
  }
}

/*QAの回答のスタイル*/
.qa[open] p[b-sfn7patx71] {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1;
}

/*QAの回答中の改行のスタイル*/
.qa[open] br[b-sfn7patx71] {
  margin-bottom: 10px;
}
/*# sourceMappingURL=/codebuild/output/src2623623628/src/embotters-app/EmbottersApp/EmbottersApp/Components/TopPageQuestionItem.razor.css.map */
/* /Components/TopPageVideoContent.razor.rz.scp.css */
@charset "UTF-8";
/* z-index */
/*動画コンテナのスタイル*/
.video-container[b-a8q96njc83] {
  width: 25%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 990px) {
  .video-container[b-a8q96njc83] {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .video-container[b-a8q96njc83] {
    padding-right: 10px;
    padding-left: 10px;
  }
}

/*動画アイテムカバーのスタイル*/
.video-link[b-a8q96njc83] {
  padding-bottom: 15px;
}

/*サムネイルカバーのスタイル*/
.thumbnail-container-wrapper[b-a8q96njc83] {
  position: relative;
  overflow-y: hidden;
}

/*サムネイルカバーのスタイル*/
.thumbnail-container-wrapper:hover[b-a8q96njc83] {
  opacity: 0.7;
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
}

/*サムネイルカバーのスタイル*/
.thumbnail-container-wrapper[b-a8q96njc83]:before {
  content: "";
  display: block;
  padding-top: 72.5%;
}

/*サムネイルコンテナのスタイル*/
.thumbnail-container[b-a8q96njc83] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/*サムネイル画像カバーのスタイル*/
.thumbnail[b-a8q96njc83] {
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  margin: 0;
  cursor: pointer;
}

/*右上アイコンのスタイル*/
.right-top-icon[b-a8q96njc83] {
  position: absolute;
  right: 10px;
  top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*サムネイル画像のスタイル*/
.thumbnail .image[b-a8q96njc83] {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  background: #000;
}

/*再生時間のスタイル*/
.thumbnail .duration[b-a8q96njc83] {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 11px;
  font-weight: 600;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 2px;
  padding: 2px 6px;
}

/*タイトル部分のスタイル*/
.video-link .title[b-a8q96njc83] {
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 3px;
  margin: 0px;
  font-size: 15px;
}

@media (max-width: 992px) {
  /*動画コンテナのスタイル*/
  .video-container[b-a8q96njc83] {
    -ms-flex-preferred-size: calc(50% - 0.7vw);
        flex-basis: calc(50% - 0.7vw);
  }
}
@media (max-width: 500px) {
  /*動画コンテナのスタイル*/
  .video-container[b-a8q96njc83] {
    width: 50%;
  }
  /*タイトル部分のスタイル*/
  .video-link .title[b-a8q96njc83] {
    font-size: 12px;
  }
}
/*# sourceMappingURL=/codebuild/output/src2623623628/src/embotters-app/EmbottersApp/EmbottersApp/Components/TopPageVideoContent.razor.css.map */
/* /Components/UserSiteFooter.razor.rz.scp.css */
@charset "UTF-8";
/* コンテンツ量に応じてフッターの位置を調整する */
footer[b-3pk83r9qe2] {
  bottom: 0;
  width: 100%;
}

/*フッターの上部分のスタイル*/
.footer-upper[b-3pk83r9qe2] {
  padding-top: 25px;
  width: 100%;
  height: auto;
  position: relative;
}

/*フッターのナビゲーションのスタイル*/
.footer-navigation[b-3pk83r9qe2] {
  max-width: 570px;
  float: none;
  margin: auto;
  padding: 10px 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/*ナビゲーションの各リストのスタイル*/
.footer-navigation > li[b-3pk83r9qe2] {
  text-align: center;
  padding: 10px 15px;
}

/*各リストのリンクのスタイル*/
.footer-navigation > li > a[b-3pk83r9qe2] {
  color: #777;
  border: none;
  padding: 0;
  font-size: 14px;
}

/*各リストのリンクのホバー時のスタイル*/
.footer-navigation > li > a:hover[b-3pk83r9qe2] {
  opacity: 0.7;
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
}

/*コピーライティングのスタイル*/
.copyright[b-3pk83r9qe2] {
  height: 64px;
  width: 100%;
  font-size: 12px;
  background-color: #f1a919;
  color: #fff;
  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;
  text-align: center;
}

@media (max-width: 1200px) {
  /*各リストアイテムのリンクのスタイル*/
  .footer-navigation > li > a[b-3pk83r9qe2] {
    font-size: 11px;
  }
}
@media (max-width: 990px) {
  /*フッターのナビゲーションのスタイル*/
  .footer-navigation[b-3pk83r9qe2] {
    padding: 10px 0;
  }
  /*ナビゲーションの各リストのスタイル*/
  .footer-navigation > li[b-3pk83r9qe2] {
    padding: 5px 15px;
  }
  /*コピーライティングのスタイル*/
  .copyright[b-3pk83r9qe2] {
    height: 43px;
  }
}
@media (max-width: 570px) {
  /*フッターのナビゲーションのスタイル*/
  .footer-navigation[b-3pk83r9qe2] {
    width: 320px;
  }
}
/*# sourceMappingURL=/codebuild/output/src2623623628/src/embotters-app/EmbottersApp/EmbottersApp/Components/UserSiteFooter.razor.css.map */
/* /Components/UserSiteHamburgerMenu.razor.rz.scp.css */
@charset "UTF-8";
/* ハンバーガーメニューの非表示化 */
.hamburger-menu[b-3y72pr2xy6] {
  display: none;
}

/* ドロワーメニューの非表示化 */
#g-nav[b-3y72pr2xy6] {
  display: none;
}

@media (max-width: 990px) {
  /* ハンバーガーメニューを表示 */
  .hamburger-menu[b-3y72pr2xy6] {
    display: block;
  }
  /* ハンバーガークリック時に出現するナビゲーションを表示 */
  #g-nav[b-3y72pr2xy6] {
    display: block;
  }
  /* ハンバーガーを設置するための外枠のスタイル */
  .hamburger-menu[b-3y72pr2xy6] {
    text-align: right;
  }
  /* ハンバーガー全体のスタイル */
  .menu-trigger[b-3y72pr2xy6] {
    position: relative;
    width: 54px;
    height: 44px;
    background: none;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    cursor: pointer;
    margin: 8px;
    padding: 8px;
    z-index: 9999;
    border-radius: 4px;
  }
  /* ハンバーガーホバー時の背景色追加 */
  .menu-trigger:hover[b-3y72pr2xy6] {
    background-color: #eee;
  }
  /* ハンバーガー内部のラインのスタイル */
  .menu-trigger span[b-3y72pr2xy6] {
    position: absolute;
    left: 0;
    width: 38px;
    height: 6px;
    background-color: #c4c4c4;
    border-radius: 4px;
  }
  /* 動的なハンバーガー用のスタイル */
  .menu-trigger[b-3y72pr2xy6],
  .menu-trigger span[b-3y72pr2xy6] {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  /* ハンバーガー内部の一つ目のラインの位置 */
  .menu-trigger span:nth-of-type(1)[b-3y72pr2xy6] {
    top: 8px;
    left: 8px;
  }
  /* ハンバーガー内部の二つ目のラインの位置 */
  .menu-trigger span:nth-of-type(2)[b-3y72pr2xy6] {
    top: 19px;
    left: 8px;
  }
  /* ハンバーガー内部の三つ目のラインの位置 */
  .menu-trigger span:nth-of-type(3)[b-3y72pr2xy6] {
    bottom: 8px;
    left: 8px;
  }
  /* ハンバーガー内部の一つ目のラインの、クリック時の変化設定 */
  #menu01.active span:nth-of-type(1)[b-3y72pr2xy6] {
    -webkit-transform: translateY(12px) rotate(-45deg);
        -ms-transform: translateY(12px) rotate(-45deg);
            transform: translateY(12px) rotate(-45deg);
  }
  /* ハンバーガー内部の二つ目のラインの、クリック時の変化設定 */
  #menu01.active span:nth-of-type(2)[b-3y72pr2xy6] {
    opacity: 0;
  }
  /* ハンバーガー内部の三つ目のラインの、クリック時の変化設定 */
  #menu01.active span:nth-of-type(3)[b-3y72pr2xy6] {
    -webkit-transform: translateY(-10px) rotate(45deg);
        -ms-transform: translateY(-10px) rotate(45deg);
            transform: translateY(-10px) rotate(45deg);
  }
  /* ドロワーメニュー出現前の背後のスタイル */
  #g-nav-cover[b-3y72pr2xy6] {
    position: fixed;
    background: rgba(0, 0, 0, 0);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    -webkit-transition: background 0.6s;
    transition: background 0.6s;
    pointer-events: none;
  }
  /* ドロワーメニュー出現時の背後のスタイル */
  #g-nav-cover.panelactive[b-3y72pr2xy6] {
    background: rgba(0, 0, 0, 0.5);
    pointer-events: auto;
  }
  /* ドロワーメニューのスタイル */
  #g-nav[b-3y72pr2xy6] {
    position: fixed;
    z-index: 999;
    top: 0;
    right: -120%;
    width: 87.5%;
    height: 100vh;
    background: #fff;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* アクティブクラスがついたら位置を0に */
  #g-nav.panelactive[b-3y72pr2xy6] {
    right: 0;
  }
  /* ドロワーメニューの縦スクロール*/
  #g-nav.panelactive #g-nav-list[b-3y72pr2xy6] {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* ボタンのコンテナのスタイル */
  .contents-buttons[b-3y72pr2xy6] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 15px 22px;
    margin: auto;
    max-width: 400px;
    margin-top: 64px;
  }
  /* 各ボタンを覆うボックスのスタイル */
  .action-container[b-3y72pr2xy6] {
    margin: 15px 0 4px;
    width: 100%;
  }
  /* リンクの集合のコンテナのスタイル */
  .small-links[b-3y72pr2xy6] {
    padding: 0 15px;
    margin: auto;
    max-width: 400px;
  }
  /* リンクの区分けを表すボーダーのスタイル */
  .small-links > div[b-3y72pr2xy6] {
    border-bottom: 1px dashed #bababa;
    padding-bottom: 5px;
  }
}
@media (max-width: 990px) and (max-width: 360px) {
  /* ロゴを覆うボックスのデザイン */
  .navbar-brand-mobile[b-3y72pr2xy6] {
    height: 28px;
  }
  /* ハンバーガークリック時に出現するナビゲーションの横幅を最大化 */
  #g-nav[b-3y72pr2xy6] {
    width: 100%;
  }
}
/*# sourceMappingURL=/codebuild/output/src2623623628/src/embotters-app/EmbottersApp/EmbottersApp/Components/UserSiteHamburgerMenu.razor.css.map */
/* /Components/UserSiteHeader.razor.rz.scp.css */
@charset "UTF-8";
/* モバイルverのロゴ部分を非表示化 */
.navbar-brand-mobile[b-byd8kezxok] {
  display: none;
}

/* PCverの、新規登録とログインボタンを表示するバーの非表示化 */
.navbar-header-lower[b-byd8kezxok] {
  display: none;
}

/* ヘッダー全体のスタイル */
.navbar-default[b-byd8kezxok] {
  height: 140px;
  position: fixed;
  width: 100%;
  z-index: 1001;
  margin-bottom: 0;
  border: none;
  border-bottom: 1px solid #e7e7e7;
  border-radius: 0;
  background-color: #ffffff;
  border-color: #e7e7e7;
}

/* ナビゲーションを含むヘッダーの部分のスタイル */
.navbar-header[b-byd8kezxok] {
  height: 100%;
  width: 100%;
  float: none;
  border-top: 8px solid #f1a919;
}

/* ロゴ部分の大枠のスタイル */
.navbar-brand-container[b-byd8kezxok] {
  float: left;
  height: 50px;
  margin-left: 20px;
}

/* ロゴを覆うボックスのデザイン */
.navbar-brand[b-byd8kezxok] {
  width: 194px;
  height: 117px;
  background: #f1a919;
  -webkit-box-shadow: 0 4px 0 #da960f;
          box-shadow: 0 4px 0 #da960f;
  border-radius: 0 0 20px 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* ホバー時のロゴを覆うボックスのデザイン */
.navbar-brand:hover[b-byd8kezxok] {
  opacity: 0.7;
}

/* ナビゲーションの大枠のスタイル */
.navbar-nav[b-byd8kezxok] {
  height: 100%;
  width: 1121.42px;
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* ナビゲーションの大枠の右寄せの設定 */
.navbar-right[b-byd8kezxok] {
  float: right;
  margin-right: 20px;
  margin-bottom: 0px;
}

.navbar-right li[b-byd8kezxok] {
  margin: 0 5px;
}

li[b-byd8kezxok]::marker {
  content: none;
}

/* コンテンツがヘッダーに被らないために、背面にスペースを作成 */
.header-space[b-byd8kezxok] {
  height: 140px;
  width: 100%;
}

@media (max-width: 1400px) {
  /* ナビゲーションの大枠のスタイル */
  .navbar-nav[b-byd8kezxok] {
    width: 923px;
  }
}
@media (max-width: 1200px) {
  /* ヘッダー全体のスタイル */
  .navbar-default[b-byd8kezxok] {
    height: 99px;
  }
  /* タブレット、モバイルverのロゴの表示。ロゴ部分の大枠のスタイル */
  .navbar-brand-container[b-byd8kezxok] {
    height: 50px;
    margin-left: 20px;
  }
  /* ロゴを覆うボックスのデザイン */
  .navbar-brand[b-byd8kezxok] {
    width: 135px;
    height: 80px;
  }
  /* ロゴ画像のデザイン */
  .navbar-brand > img[b-byd8kezxok] {
    width: 84px;
    height: 60px;
  }
  /* ナビゲーションの大枠のスタイル */
  .navbar-nav[b-byd8kezxok] {
    width: 757px;
  }
  /* コンテンツがヘッダーに被らないために、背面にスペースを作成 */
  .header-space[b-byd8kezxok] {
    height: 99px;
  }
}
@media (max-width: 990px) {
  /* ヘッダー全体のスタイル */
  .navbar-default[b-byd8kezxok] {
    height: 64px;
    border-bottom: none;
  }
  /* PCverのロゴの非表示 */
  .navbar-brand[b-byd8kezxok] {
    display: none;
  }
  /* ナビゲーションの大枠のスタイル。非表示にする。 */
  .navbar-nav[b-byd8kezxok] {
    display: none;
  }
  /* ヘッダーの上側のスタイル */
  .navbar-header[b-byd8kezxok] {
    height: 64px;
    border-top: 4px solid #f1a919;
    border-bottom: 1px solid #e7e7e7;
  }
  /* ロゴを覆うボックスのデザイン */
  .navbar-brand-container[b-byd8kezxok] {
    position: relative;
    padding: 14px;
    height: 60px;
    margin-left: 0;
  }
  /* モバイルverのロゴを表示とスタイル */
  .navbar-brand-mobile[b-byd8kezxok] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 32px;
    padding: 2px 0;
  }
  /* ホバー時のロゴを覆うボックスのデザイン */
  .navbar-brand-mobile:hover[b-byd8kezxok] {
    opacity: 0.7;
  }
  /* コンテンツがヘッダーに被らないために、背面にスペースを作成 */
  .header-space[b-byd8kezxok] {
    height: 64px;
  }
}
/*# sourceMappingURL=/codebuild/output/src2623623628/src/embotters-app/EmbottersApp/EmbottersApp/Components/UserSiteHeader.razor.css.map */
/* /Components/UserSiteNavigationButton.razor.rz.scp.css */
@charset "UTF-8";
/* ボタンの基本設定 */
.btn-default[b-arel2qaudo] {
  border: none;
  background-color: #f1f1f1;
  -webkit-box-shadow: 0 4px 0 #e4e4e4;
          box-shadow: 0 4px 0 #e4e4e4;
  border-radius: 50px;
}

/* ボタンホバー時の透過設定 */
.btn-default:hover[b-arel2qaudo] {
  opacity: 0.7;
}

/* ボタンクリック時のスタイル */
.btn-default:active[b-arel2qaudo] {
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  top: 4px;
}

/* 楕円のボタンのスタイル */
.round-corner-button[b-arel2qaudo] {
  height: 79px;
  width: 197px;
  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;
  padding: 0 11%;
}

/* 楕円のボタンの内側のスタイル */
.white-button[b-arel2qaudo] {
  background-color: #fff;
  border: 2px solid #e7e7e7;
}

/* ボタンに用いられるアイコン画像のスタイル */
.button-icon > img[b-arel2qaudo] {
  width: 62px;
}

/* ボタンに用いられるラベル画像のスタイル */
.button-label[b-arel2qaudo] {
  margin: 4px 0 0 5%;
}

@media (max-width: 1400px) {
  /* ボタンのスタイル */
  .navbar-right .round-corner-button[b-arel2qaudo] {
    width: 164px;
    height: 66px;
  }
  /* ボタンに用いられるアイコン画像のスタイル */
  .button-icon > img[b-arel2qaudo] {
    width: 52px;
  }
  /* ボタンに用いられるラベル画像のスタイル */
  .button-label > img[b-arel2qaudo] {
    height: 36px;
  }
}
@media (max-width: 1200px) {
  /* 楕円のボタンのスタイル */
  .navbar-right .round-corner-button[b-arel2qaudo] {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 133px;
    height: 52px;
  }
  /* ボタンに用いられるアイコン画像のスタイル */
  .button-icon > img[b-arel2qaudo] {
    width: 42px;
  }
  /* ボタンに用いられるラベル画像のスタイル */
  .button-label > img[b-arel2qaudo] {
    height: 30px;
  }
}
@media (max-width: 990px) {
  /* ボタン自体のスタイル */
  .round-corner-button[b-arel2qaudo] {
    width: 100%;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 20px;
  }
  /* ボタンで用いられるアイコン画像のスタイル */
  .button-icon[b-arel2qaudo] {
    width: 46px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  /* ボタンに用いられるアイコン画像のスタイル */
  .button-icon > img[b-arel2qaudo] {
    width: 46px;
  }
  /* 「教えて！WEB先生」に用いられるアイコン画像のスタイル */
  .special-program[b-arel2qaudo] {
    width: 57px !important;
  }
  /* ボタンで用いられるアイコン画像のスタイル */
  .button-label > img[b-arel2qaudo] {
    height: 20px;
  }
}
/*# sourceMappingURL=/codebuild/output/src2623623628/src/embotters-app/EmbottersApp/EmbottersApp/Components/UserSiteNavigationButton.razor.css.map */
/* /Components/UserSiteNavigationLink.razor.rz.scp.css */
@charset "UTF-8";
/* z-index */
/* リンクのスタイル */
.small-link[b-xm8s15stbh] {
  height: 83px;
  min-width: 53px;
  margin: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1440px) {
  .small-link[b-xm8s15stbh] {
    min-width: 35px;
    margin: 0 4px;
  }
}
@media (max-width: 1200px) {
  .small-link[b-xm8s15stbh] {
    min-width: 30px;
    margin: 0 3px;
  }
}

/* リンクのホバー時のスタイル */
.small-link:hover[b-xm8s15stbh] {
  opacity: 0.7;
}

/* アイコン画像のコンテナのスタイル */
.link-icon[b-xm8s15stbh] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

/* ラベル画像のコンテナのスタイル */
.link-label[b-xm8s15stbh] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* アイコン画像自体のスタイル */
.icon-img[b-xm8s15stbh] {
  height: 45px;
}

/* ラベル画像自体のスタイル */
.label-img[b-xm8s15stbh] {
  height: 30px;
  margin-top: 3px;
}

/* FAQのアイコン画像自体のスタイル */
.faq[b-xm8s15stbh] {
  height: 48px;
}

/* お知らせのアイコン画像自体のスタイル */
.notice[b-xm8s15stbh] {
  height: 48px;
}

/* ログインのアイコン画像自体のスタイル */
.icon-login[b-xm8s15stbh] {
  height: 38px;
}

/* ログインのラベル画像自体のスタイル */
.label-login[b-xm8s15stbh] {
  height: 17px;
}

@media (max-width: 1400px) {
  /* リンクに用いられるアイコン画像のスタイル */
  .icon-img[b-xm8s15stbh] {
    height: 37px;
  }
  /* リンクに用いられるラベル画像のスタイル */
  .label-img[b-xm8s15stbh] {
    margin-top: -3px;
    margin-bottom: 10px;
    height: 20px;
  }
  /* FAQのアイコン画像自体のスタイル */
  .faq[b-xm8s15stbh] {
    height: 40px;
  }
  /* お知らせのアイコン画像自体のスタイル */
  .notice[b-xm8s15stbh] {
    height: 40px;
  }
  /* ログインのアイコン画像のスタイル */
  .icon-login[b-xm8s15stbh] {
    height: 32px;
  }
  /* ログインのラベル画像のスタイル */
  .label-login[b-xm8s15stbh] {
    height: 15px;
  }
}
@media (max-width: 1200px) {
  /* アイコン画像自体のスタイル */
  .icon-img[b-xm8s15stbh] {
    height: 27px;
  }
  /* ラベル画像自体のスタイル */
  .label-img[b-xm8s15stbh] {
    margin-top: -10px;
    margin-bottom: 13px;
    height: 19px;
  }
  /* FAQのアイコン画像自体のスタイル */
  .faq[b-xm8s15stbh] {
    height: 30px;
  }
  /* お知らせのアイコン画像自体のスタイル */
  .notice[b-xm8s15stbh] {
    height: 30px;
  }
  /* ログインのアイコン画像のスタイル */
  .icon-login[b-xm8s15stbh] {
    height: 24px;
  }
  /* ログインのラベル画像のスタイル */
  .label-login[b-xm8s15stbh] {
    height: 13px;
  }
}
/*# sourceMappingURL=/codebuild/output/src2623623628/src/embotters-app/EmbottersApp/EmbottersApp/Components/UserSiteNavigationLink.razor.css.map */
/* /Components/UserSiteNavigationLinkInDrawer.razor.rz.scp.css */
@charset "UTF-8";
/* リンクのコンテナのスタイル */
.small-link[b-il26pqs0qg] {
  height: 70px;
  margin: 0 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* リンクホバー時の半透明化 */
.small-link:hover[b-il26pqs0qg] {
  opacity: 0.7;
}

/* リンクのアイコン画像の位置設定 */
.left-area[b-il26pqs0qg] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* リンクで用いられるアイコン画像のボックスのスタイル */
.link-icon[b-il26pqs0qg] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 64px;
  width: 64px;
  height: 70px;
}

/* リンクで用いられるラベル画像のボックスのスタイル */
.link-label[b-il26pqs0qg] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 110px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* リンクで用いられるラベル画像のスタイル */
.link-label > img[b-il26pqs0qg] {
  height: 20px;
}

/* 遷移を表す矢印のスタイル */
.right-area[b-il26pqs0qg] {
  width: 34px;
  height: 34px;
  background-color: #f1f1f1;
  border-radius: 20px;
  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;
}

/* 遷移を表す矢印の画像のスタイル */
.right-area > img[b-il26pqs0qg] {
  width: 8px;
  margin: 9.5px 0 9.5px 1px;
}

/* FAQのアイコン画像の設定 */
.faq[b-il26pqs0qg] {
  height: 34px;
}

/* お知らせのアイコン画像の設定 */
.notice[b-il26pqs0qg] {
  height: 34px;
}

/* 遷移を表す矢印の画像のスタイル（黄色矢印のみ） */
.yellow-right-arrow[b-il26pqs0qg] {
  width: 35px !important;
  margin: 9.5px 0 9.5px 1px;
}

/* ログインのアイコン画像の設定 */
.login[b-il26pqs0qg] {
  height: 30px;
}
/*# sourceMappingURL=/codebuild/output/src2623623628/src/embotters-app/EmbottersApp/EmbottersApp/Components/UserSiteNavigationLinkInDrawer.razor.css.map */
/* /Components/VideoContent.razor.rz.scp.css */
@charset "UTF-8";
/*動画コンテナのスタイル*/
.video-container[b-ugx2r4rqk8] {
  -ms-flex-preferred-size: calc(25% - 1.05vw);
      flex-basis: calc(25% - 1.05vw);
  float: left;
}

/*動画アイテムカバーのスタイル*/
.video-link[b-ugx2r4rqk8] {
  padding-bottom: 15px;
}

/*サムネイルカバーのスタイル*/
.thumbnail-container-wrapper[b-ugx2r4rqk8] {
  position: relative;
  overflow-y: hidden;
}

/*サムネイルカバーのスタイル*/
.thumbnail-container-wrapper:hover[b-ugx2r4rqk8] {
  opacity: 0.7;
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
}

/*サムネイルカバーのスタイル*/
.thumbnail-container-wrapper[b-ugx2r4rqk8]:before {
  content: "";
  display: block;
  padding-top: 72.5%;
}

/*サムネイルコンテナのスタイル*/
.thumbnail-container[b-ugx2r4rqk8] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/*サムネイル画像カバーのスタイル*/
.thumbnail[b-ugx2r4rqk8] {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  margin: 0;
  cursor: pointer;
}

/*右上アイコンのスタイル*/
.right-top-icon[b-ugx2r4rqk8] {
  position: absolute;
  right: 10px;
  top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*サムネイル画像のスタイル*/
.thumbnail .image[b-ugx2r4rqk8] {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  background: #000;
}

/*再生時間のスタイル*/
.thumbnail .duration[b-ugx2r4rqk8] {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 11px;
  font-weight: 600;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 2px;
  padding: 2px 6px;
}

/*タイトル部分のスタイル*/
.video-link .title[b-ugx2r4rqk8] {
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 3px;
  margin: 0px;
  font-size: 15px;
}

@media (max-width: 992px) {
  /*動画コンテナのスタイル*/
  .video-container[b-ugx2r4rqk8] {
    -ms-flex-preferred-size: calc(50% - 0.7vw);
        flex-basis: calc(50% - 0.7vw);
  }
}
@media (max-width: 500px) {
  /*タイトル部分のスタイル*/
  .video-link .title[b-ugx2r4rqk8] {
    font-size: 12px;
  }
  /*タイトル部分のスタイル*/
  .video-link .title[b-ugx2r4rqk8] {
    font-size: 12px;
  }
}
@media (max-width: 500px) {
  /*動画コンテナのスタイル*/
  .video-container[b-ugx2r4rqk8] {
    width: 50%;
  }
  /*タイトル部分のスタイル*/
  .video-link .title[b-ugx2r4rqk8] {
    font-size: 10px;
  }
}
/*# sourceMappingURL=/codebuild/output/src2623623628/src/embotters-app/EmbottersApp/EmbottersApp/Components/VideoContent.razor.css.map */
/* /Components/VideoDisplayModal.razor.rz.scp.css */
@charset "UTF-8";
.row[b-8a242coel1] {
  margin-right: -15px;
  margin-left: -15px;
}

.col[b-8a242coel1] {
  width: 90%;
  margin: 0 5%;
}

/*モーダル全体のスタイル*/
.modal[b-8a242coel1] {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
}

/*モーダル表示用のスタイル*/
.fade[b-8a242coel1] {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  display: block;
}

/*モーダル表示用のスタイル*/
.fade.in[b-8a242coel1] {
  opacity: 1;
}

/*モーダル表示時のスタイル*/
.modal.in .modal-dialog[b-8a242coel1] {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

/*モーダル表示時のスタイル*/
.modal.fade .modal-dialog[b-8a242coel1] {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

/*モーダル表示時のスタイル*/
.modal-dialog[b-8a242coel1] {
  position: relative;
  width: auto;
  margin: 30px;
}

/*モーダル内部のスタイル*/
.modal-content[b-8a242coel1] {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 40px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

/*モーダルのコンテナのスタイル*/
.modal-container[b-8a242coel1] {
  position: relative;
  border-radius: 40px;
}

/*閉じるボタンのスタイル*/
button.modal-close[b-8a242coel1] {
  position: absolute;
  z-index: 1;
  right: -16px;
  top: -30px;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  border: 0;
  outline: 0;
  padding: 0;
  background-color: transparent;
}

/*閉じるボタンの画像のスタイル*/
button.modal-close img[b-8a242coel1] {
  width: 100%;
}

/*コンテナのスタイル*/
.container-fluid[b-8a242coel1] {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/*タイトルのスタイル*/
h3.title[b-8a242coel1] {
  padding: 5px 0 20px;
  margin-top: 20px;
  margin-bottom: 0;
  margin-right: 60px;
  background-position: left;
  background-repeat: no-repeat;
  background-size: 1.7em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(1.1em + 11px);
  font-weight: 600;
}

/*動画プレイヤーのスタイル*/
.video-player[b-8a242coel1] {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 55%;
}

/*動画プレイヤーのスタイル*/
.video-player iframe[b-8a242coel1] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*動画*/
.video[b-8a242coel1] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*動画説明欄のスタイル*/
.description-area[b-8a242coel1] {
  margin-top: 20px;
}

/*動画説明欄内文字のスタイル*/
.description[b-8a242coel1] {
  font-weight: 600;
  font-size: large;
}

/*URL表示部分のスタイル*/
.url-copy[b-8a242coel1] {
  position: relative;
  margin: 0 -5px;
}

/*フォーム部分のスタイル*/
.form-control[b-8a242coel1] {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #eee;
  opacity: 1;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

/*コピーボタンのスタイル*/
.url-copy .btn-copy[b-8a242coel1] {
  min-width: 8em;
  border-radius: 4px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  top: 0;
  right: 0;
  width: 110px;
  height: 25px;
  line-height: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
  margin: 5px 8px;
  color: #fff;
  background-color: #27cadc;
  border: none;
}

/*モーダル下部分のスタイル*/
.bottom-row[b-8a242coel1] {
  margin: 20px;
  text-align: center;
}

/*モーダル下部分にある文字のスタイル*/
.bottom-row p[b-8a242coel1] {
  font-size: 12px;
}

/*コピー実行ポップオーバー*/
.popover[b-8a242coel1] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 6px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto;
}

@media (min-width: 992px) {
  /*モーダル表示時のスタイル*/
  .modal-dialog[b-8a242coel1] {
    width: 900px !important;
    margin: 30px auto !important;
  }
  /*モーダル内部のスタイル*/
  .modal-content[b-8a242coel1] {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
@media (min-width: 768px) {
  /*モーダル表示時のスタイル*/
  .modal-dialog[b-8a242coel1] {
    width: 640px;
    margin: 30px auto;
  }
  /*モーダル内部のスタイル*/
  .modal-content[b-8a242coel1] {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
@media (max-width: 576px) {
  /*タイトルのスタイル*/
  h3.title[b-8a242coel1] {
    font-size: 16px;
  }
  /*動画説明欄内文字のスタイル*/
  .description[b-8a242coel1] {
    font-size: small;
  }
}
@media (min-width: 576px) {
  /*モーダル表示時のスタイル*/
  .modal-dialog[b-8a242coel1] {
    max-width: initial;
  }
}
/*# sourceMappingURL=/codebuild/output/src2623623628/src/embotters-app/EmbottersApp/EmbottersApp/Components/VideoDisplayModal.razor.css.map */
/* /Components/WebTeacherContent.razor.rz.scp.css */
@charset "UTF-8";
/*カード全体のスタイル*/
.content[b-tkp6deca4r] {
  max-width: 860px;
  margin: 30px auto 70px;
  text-align: center;
}

/*カードのヘッダー部分のスタイル*/
.content-header[b-tkp6deca4r] {
  position: relative;
  text-align: left;
  color: #fff;
  padding: 40px 55px 20px;
  background-color: #58a6ee;
  border-radius: 32px 32px 0 0;
}

/*カードのヘッダー部分のスタイル（無料）*/
.free-content .content-header[b-tkp6deca4r] {
  background-color: #5dc975;
}

/*カードのフリーラベルのスタイル*/
.content-header img.free-label[b-tkp6deca4r] {
  display: none;
}

/*カードのフリーラベルのスタイル（無料）*/
.free-content .content-header img.free-label[b-tkp6deca4r] {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 85px;
}

/*カードのタイトルのスタイル*/
.content-title[b-tkp6deca4r] {
  margin: 0 0 12px;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
  color: white;
}

/*コンテンツの基本情報部分のスタイル*/
.content-basic-info[b-tkp6deca4r] {
  background-color: #75bdff;
  border-radius: 18px;
  line-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 700;
}

/*コンテンツの基本情報部分のスタイル（無料）*/
.free-content .content-basic-info[b-tkp6deca4r] {
  background-color: #7fdc94;
}

/*カードのボディ部分のスタイル*/
.content-body[b-tkp6deca4r] {
  border: 8px solid #58a6ee;
  border-radius: 0 0 32px 32px;
  background-color: #edf6ff;
  background-image: radial-gradient(rgba(88, 166, 238, 0.1) 28%, transparent 30%), radial-gradient(rgba(88, 166, 238, 0.1) 28%, transparent 30%);
  background-position: 0 0, 14px 14px;
  background-size: 28px 28px;
}

/*カードのボディ部分のスタイル（無料）*/
.free-content .content-body[b-tkp6deca4r] {
  border: 8px solid #5dc975;
  background-color: #f8fff9;
  background-image: radial-gradient(rgba(93, 201, 117, 0.1) 28%, transparent 30%), radial-gradient(rgba(93, 201, 117, 0.1) 28%, transparent 30%);
}

/*画像ギャラリーのスタイル*/
.content-gallery[b-tkp6deca4r] {
  margin: 30px auto 10px;
  width: 538px;
  height: 100%;
}

[b-tkp6deca4r] .slick-dots {
  display: none !important;
}

﻿ .top-page-carousel-wrapper[b-tkp6deca4r] {
  position: relative;
  margin-top: 30px;
  padding: 0 80px;
  border: 14px solid #fed005;
  border-radius: 24px;
}

/*スワイパーの画像部分のカバーのスタイル*/
.swiper-wrapper[b-tkp6deca4r] {
  position: relative;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

/*スワイパーのボーダーのスタイル*/
[b-tkp6deca4r] .top-page-carousel {
  border: 14px solid #fed005;
  border-radius: 24px;
}

/*スライダーの画像配列のスタイル*/
[b-tkp6deca4r] .top-page-carousel .slick-list {
  width: 100%;
}

/*スライダーの画像部分の背後のスタイル*/
[b-tkp6deca4r] .top-page-carousel .slick-slide {
  height: initial;
  background: #fed005;
}

/*画像リスト部分のスタイル*/
.button-container[b-tkp6deca4r] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 4px;
}

/*スワイパーの画像部分のスタイル*/
.swiper[b-tkp6deca4r] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*スワイパーの画像のスタイル*/
.swiper img[b-tkp6deca4r] {
  width: 100%;
  height: 300px;
  cursor: pointer;
  border-radius: 10px;
}

/*説明文のスタイル*/
.content-description[b-tkp6deca4r] {
  display: inline-block;
  width: 80%;
  margin: 20px 0;
  text-align: left;
  line-height: 180%;
  font-size: 16px;
}

/*動画を見るボタンカバーのスタイル*/
.action-button[b-tkp6deca4r] {
  padding: 10px 0 30px;
}

/*動画を見るボタンのスタイル*/
.action-button-play[b-tkp6deca4r] {
  position: relative;
  margin-top: 2vh;
  width: 40%;
  max-width: 280px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 10px;
  text-align: center;
  -webkit-box-shadow: 0 4px 0 #e4e4e4;
          box-shadow: 0 4px 0 #e4e4e4;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  color: #fff;
  font-weight: 700;
  background-color: #fea031;
}

/*動画を見るボタン（ホバー時）のスタイル*/
.action-button-play:hover[b-tkp6deca4r] {
  opacity: 0.7;
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
}

/*動画を見るボタン（ホバー時）のスタイル*/
.action-button-play:active[b-tkp6deca4r] {
  -webkit-box-shadow: 0 0 0 #e4e4e4;
          box-shadow: 0 0 0 #e4e4e4;
  -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
          transform: translateY(4px);
}

/*動画を見るボタンのアイコン画像のスタイル*/
.action-button-play[b-tkp6deca4r]::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(Images/WebTeacher/arrow-button.svg);
  background-size: contain;
  vertical-align: sub;
}

/*画像表示モーダル全体のスタイル*/
.images-modal[b-tkp6deca4r] {
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.7);
}

/*画像表示モーダルの中身のスタイル*/
.images-modal-content[b-tkp6deca4r] {
  margin: 10% auto;
  padding: 20px;
  width: 80%;
}

/*画像表示モーダルを閉じるボタン全体のスタイル*/
.images-modal-close[b-tkp6deca4r] {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 25px;
  height: 25px;
  background: #ffffff;
  border-radius: 50%;
}

/*画像表示モーダルを閉じるボタンの中身のスタイル*/
.images-modal-close[b-tkp6deca4r]::before,
.images-modal-close[b-tkp6deca4r]::after {
  content: "";
  width: 70%;
  height: 3px;
  display: inline-block;
  background: #000;
  border-radius: 2px;
  position: absolute;
  top: 9px;
  left: 3px;
}

/*画像表示モーダルを閉じるボタンの中身のスタイル*/
.images-modal-close[b-tkp6deca4r]::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*画像表示モーダルを閉じるボタンの中身のスタイル*/
.images-modal-close[b-tkp6deca4r]::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*画像表示モーダルの画像部分のスタイル*/
.images-modal-image[b-tkp6deca4r] {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  top: 0;
  max-width: 90%;
  max-height: 90%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

@media (max-width: 1199px) {
  /*カードのタイトルのスタイル*/
  .content-title[b-tkp6deca4r] {
    font-size: 24px;
    line-height: 30px;
  }
  /*説明文のスタイル*/
  .content-description[b-tkp6deca4r] {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  /*カードのタイトルのスタイル*/
  .content-title[b-tkp6deca4r] {
    font-size: 22px;
    line-height: 28px;
  }
  /*説明文のスタイル*/
  .content-description[b-tkp6deca4r] {
    font-size: 12px;
  }
  .content-gallery[b-tkp6deca4r] {
    max-width: 538px;
    width: 90%;
  }
  .swiper img[b-tkp6deca4r] {
    height: initial;
  }
  /*スワイパーのボーダーのスタイル*/
  [b-tkp6deca4r] .top-page-carousel {
    border: 8px solid #fed005;
    border-radius: 18px;
  }
}
@media (max-width: 767px) {
  /*カードのヘッダー部分のスタイル*/
  .content-header[b-tkp6deca4r] {
    padding: 40px 35px 15px;
  }
  /*カードのフリーラベルのスタイル*/
  .content-header img.free-label[b-tkp6deca4r] {
    width: 70px;
  }
  /*カードのタイトルのスタイル*/
  .content-title[b-tkp6deca4r] {
    font-size: 20px;
    line-height: 26px;
  }
  /*コンテンツの基本情報部分のスタイル*/
  .content-basic-info[b-tkp6deca4r] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 8px 16px;
    line-height: 22px;
  }
  /*カルーセルのカバーのスタイル*/
  .top-page-carousel-wrapper[b-tkp6deca4r] {
    margin-bottom: 5px;
  }
  /*説明文のスタイル*/
  .content-description[b-tkp6deca4r] {
    font-size: 16px;
  }
  /*動画を見るボタンのスタイル*/
  .action-button-play[b-tkp6deca4r] {
    width: 60%;
  }
}
@media (max-width: 500px) {
  /*カードのタイトルのスタイル*/
  .content-title[b-tkp6deca4r] {
    font-size: 18px;
    line-height: 24px;
  }
  /*コンテンツの基本情報部分のスタイル*/
  .content-basic-info[b-tkp6deca4r] {
    border-radius: 16px;
    font-size: 11px;
    line-height: 18px;
  }
  /*説明文のスタイル*/
  .content-description[b-tkp6deca4r] {
    font-size: 12px;
  }
  /*動画を見るボタンのスタイル*/
  .action-button-play[b-tkp6deca4r] {
    width: 80%;
  }
}
/*# sourceMappingURL=/codebuild/output/src2623623628/src/embotters-app/EmbottersApp/EmbottersApp/Components/WebTeacherContent.razor.css.map */
/* /Components/WebTeacherHowToStart.razor.rz.scp.css */
@charset "UTF-8";
/*全体のスタイル*/
.main-container[b-hfi0n5weps] {
  margin-right: 15vw;
  margin-left: 15vw;
  margin-bottom: 30px;
}

/*CSSクラスであるrowのスタイル*/
.row[b-hfi0n5weps] {
  margin-right: -15px;
  margin-left: -15px;
}

/*タイトルカバーのスタイル*/
.how-to-start-title-wrapper[b-hfi0n5weps] {
  text-align: center;
}

/*タイトル画像のスタイル*/
.how-to-start-title-wrapper img[b-hfi0n5weps] {
  width: 80%;
  max-width: 622px;
}

/*中央寄せのスタイル*/
.centering[b-hfi0n5weps] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -15px;
}

/*コンテンツ部分のスタイル*/
.step-img-area[b-hfi0n5weps] {
  padding: 7vh 0 0 0;
  max-width: 776px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/*各ステップカバーのスタイル*/
.start-step-wrapper[b-hfi0n5weps] {
  padding-right: 15px;
  padding-left: 15px;
  width: 33.333%;
}

/*各ステップの画像カバーのスタイル*/
.step-img-wrapper[b-hfi0n5weps] {
  padding-top: 2vh;
  width: 100%;
  text-align: center;
}

/*各ステップの画像自体のスタイル*/
.step-img-wrapper img[b-hfi0n5weps] {
  width: 90%;
  max-width: 206px;
}

/*各ステップの見出しのスタイル*/
.start-label[b-hfi0n5weps] {
  padding-top: 2vh;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  color: #5c97d3;
}

/*テキスト部分のスタイル*/
.start-text[b-hfi0n5weps] {
  padding-top: 2vh;
  font-size: 13px;
  font-weight: 600;
  color: #333;
  width: 100%;
}

@media (max-width: 991px) {
  /*全体のスタイル*/
  .main-container[b-hfi0n5weps] {
    margin-right: 10vw;
    margin-left: 10vw;
  }
}
@media (max-width: 767px) {
  /*タイトル画像のスタイル*/
  .how-to-start-title-wrapper img[b-hfi0n5weps] {
    width: 90%;
  }
  /*各ステップカバーのスタイル*/
  .start-step-wrapper[b-hfi0n5weps] {
    width: 100%;
  }
  /*テキスト部分のスタイル*/
  .start-text[b-hfi0n5weps] {
    text-align: center;
    padding-bottom: 2vh;
  }
}
/*# sourceMappingURL=/codebuild/output/src2623623628/src/embotters-app/EmbottersApp/EmbottersApp/Components/WebTeacherHowToStart.razor.css.map */
/* /Components/WebTeacherMeans.razor.rz.scp.css */
@charset "UTF-8";
.row[b-x31qvq0u70] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.col-md-6[b-x31qvq0u70] {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

/*コンテンツカバーのスタイル*/
.main-container[b-x31qvq0u70] {
  margin-right: 15vw;
  margin-left: 15vw;
  margin-bottom: 30px;
}

/*タイトル部分のスタイル*/
.web-teacher-means-area[b-x31qvq0u70] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*画面サイズによる表示非表示切り替え*/
.visible-sm-block[b-x31qvq0u70] {
  display: block;
}

/*画面サイズによる表示非表示切り替え*/
.visible-xs-block[b-x31qvq0u70] {
  display: none;
}

/*タイトルカバーのスタイル*/
.web-teacher-means-title-wrapper[b-x31qvq0u70] {
  width: 80%;
  text-align: center;
}

/*タイトル画像のスタイル*/
.web-teacher-means-title-wrapper img[b-x31qvq0u70] {
  width: 100%;
  max-width: 669px;
  padding-bottom: 4vh;
}

/*タイトル下説明カバーのスタイル*/
.web-teacher-means-area[b-x31qvq0u70] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*タイトル下説明部分のスタイル*/
.web-teacher-means-text[b-x31qvq0u70] {
  width: 80%;
  text-align: center;
}

/*タイトル下説明部分の文字のスタイル*/
.web-teacher-means-explanation[b-x31qvq0u70] {
  padding-top: 5vh;
  padding-bottom: 4px;
  font-size: 26px;
  line-height: 52px;
  font-weight: 600;
  border-bottom: 1px dashed #000;
}

/*中央ぞろえ用スタイル*/
.centering[b-x31qvq0u70] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*詳細説明部分のスタイル*/
.web-teacher-means-illustration-area[b-x31qvq0u70] {
  padding: 4vh 0 0;
  max-width: 1067px;
  text-align: center;
}

/*詳細説明に使われる画像のスタイル*/
.web-teacher-means-illustration-area img[b-x31qvq0u70] {
  width: 100%;
  max-width: 400px;
}

/*詳細説明の文字のスタイル*/
.web-teacher-means-illustration-text[b-x31qvq0u70] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 2vh;
  width: 100%;
  height: 210px;
  font-size: 18px;
  font-weight: 600;
  text-align: initial;
  line-height: 200%;
}

/*詳細説明の右寄せのスタイル*/
.web-teacher-means-illustration-text.right[b-x31qvq0u70] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/*詳細説明の左寄せのスタイル*/
.web-teacher-means-illustration-text.left[b-x31qvq0u70] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/*文字の強調のスタイル*/
.text-highlight[b-x31qvq0u70] {
  background-color: #ffe761;
}

@media (max-width: 1199px) {
  /*タイトル下説明部分の文字のスタイル*/
  .web-teacher-means-explanation[b-x31qvq0u70] {
    font-size: 24px;
    line-height: 48px;
  }
}
@media (max-width: 992px) {
  /*コンテンツカバーのスタイル*/
  .main-container[b-x31qvq0u70] {
    margin-right: 10vw;
    margin-left: 10vw;
  }
  /*タイトルカバーのスタイル*/
  .web-teacher-means-title-wrapper[b-x31qvq0u70] {
    width: 90%;
  }
  /*タイトル下説明部分の文字のスタイル*/
  .web-teacher-means-explanation[b-x31qvq0u70] {
    font-size: 20px;
    line-height: 40px;
  }
}
@media (min-width: 768px) {
  .col-md-6[b-x31qvq0u70] {
    width: 50%;
  }
}
@media (max-width: 767px) {
  /*画面サイズによる表示非表示切り替え*/
  .visible-sm-block[b-x31qvq0u70] {
    display: none;
  }
  /*画面サイズによる表示非表示切り替え*/
  .visible-xs-block[b-x31qvq0u70] {
    display: block;
  }
  /*タイトル下説明部分のスタイル*/
  .web-teacher-means-text[b-x31qvq0u70] {
    width: 90%;
  }
  /*詳細説明の文字のスタイル*/
  .web-teacher-means-illustration-text[b-x31qvq0u70] {
    display: initial;
    padding-bottom: 2vh;
    text-align: center;
    font-size: 14px;
  }
  /*詳細説明の文字のスタイル*/
  .web-teacher-means-illustration-text p[b-x31qvq0u70] {
    display: inline-block;
    width: 75%;
    text-align: left;
    padding-left: 5%;
  }
}
@media (max-width: 500px) {
  /*タイトル下説明部分の文字のスタイル*/
  .web-teacher-means-explanation[b-x31qvq0u70] {
    font-size: 18px;
    line-height: 36px;
  }
}
/*# sourceMappingURL=/codebuild/output/src2623623628/src/embotters-app/EmbottersApp/EmbottersApp/Components/WebTeacherMeans.razor.css.map */
/* /Components/WebTeacherVideoDisplayModal.razor.rz.scp.css */
@charset "UTF-8";
.row[b-n7j9fyayyn] {
  margin-right: -15px;
  margin-left: -15px;
}

.col[b-n7j9fyayyn] {
  width: 90%;
  margin: 0 5%;
}

/*モーダル全体のスタイル*/
.modal[b-n7j9fyayyn] {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
}

/*モーダル表示用のスタイル*/
.fade[b-n7j9fyayyn] {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  display: block;
}

/*モーダル表示用のスタイル*/
.fade.in[b-n7j9fyayyn] {
  opacity: 1;
}

/*モーダル表示時のスタイル*/
.modal.in .modal-dialog[b-n7j9fyayyn] {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

/*モーダル表示時のスタイル*/
.modal.fade .modal-dialog[b-n7j9fyayyn] {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

/*モーダル表示時のスタイル*/
.modal-dialog[b-n7j9fyayyn] {
  position: relative;
  width: auto;
  margin: 30px;
}

/*モーダル内部のスタイル*/
.modal-content[b-n7j9fyayyn] {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 40px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

/*モーダルのコンテナのスタイル*/
.modal-container[b-n7j9fyayyn] {
  position: relative;
  border-radius: 40px;
}

/*閉じるボタンのスタイル*/
button.modal-close[b-n7j9fyayyn] {
  position: absolute;
  z-index: 1;
  right: -16px;
  top: -30px;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  border: 0;
  outline: 0;
  padding: 0;
  background-color: transparent;
}

/*閉じるボタンの画像のスタイル*/
button.modal-close img[b-n7j9fyayyn] {
  width: 100%;
}

/*コンテナのスタイル*/
.container-fluid[b-n7j9fyayyn] {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/*タイトルのスタイル*/
h3.title[b-n7j9fyayyn] {
  padding: 5px 0 20px;
  margin-top: 20px;
  margin-bottom: 0;
  margin-right: 60px;
  background-position: left;
  background-repeat: no-repeat;
  background-size: 1.7em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(1.1em + 11px);
  font-weight: 600;
}

/*動画プレイヤーのスタイル*/
.video-player[b-n7j9fyayyn] {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 55%;
}

/*動画プレイヤーのスタイル*/
.video-player iframe[b-n7j9fyayyn] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*動画*/
.video[b-n7j9fyayyn] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*動画説明欄のスタイル*/
.description-area[b-n7j9fyayyn] {
  margin-top: 20px;
}

/*動画説明欄内文字のスタイル*/
.description[b-n7j9fyayyn] {
  font-weight: 600;
  font-size: large;
}

/*URL表示部分のスタイル*/
.url-copy[b-n7j9fyayyn] {
  position: relative;
  margin: 0 -5px;
}

/*フォーム部分のスタイル*/
.form-control[b-n7j9fyayyn] {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #eee;
  opacity: 1;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

/*コピーボタンのスタイル*/
.url-copy .btn-copy[b-n7j9fyayyn] {
  min-width: 8em;
  border-radius: 4px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  top: 0;
  right: 0;
  width: 110px;
  height: 25px;
  line-height: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
  margin: 5px 8px;
  color: #fff;
  background-color: #27cadc;
  border: none;
}

/*モーダル下部分のスタイル*/
.bottom-row[b-n7j9fyayyn] {
  margin: 20px;
  text-align: center;
}

/*モーダル下部分にある文字のスタイル*/
.bottom-row p[b-n7j9fyayyn] {
  font-size: 12px;
}

/*コピー実行ポップオーバー*/
.popover[b-n7j9fyayyn] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 6px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto;
}

@media (min-width: 992px) {
  /*モーダル表示時のスタイル*/
  .modal-dialog[b-n7j9fyayyn] {
    width: 900px !important;
    margin: 30px auto !important;
  }
  /*モーダル内部のスタイル*/
  .modal-content[b-n7j9fyayyn] {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
@media (min-width: 768px) {
  /*モーダル表示時のスタイル*/
  .modal-dialog[b-n7j9fyayyn] {
    width: 640px;
    margin: 30px auto;
  }
  /*モーダル内部のスタイル*/
  .modal-content[b-n7j9fyayyn] {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
@media (max-width: 576px) {
  /*タイトルのスタイル*/
  h3.title[b-n7j9fyayyn] {
    font-size: 16px;
  }
  /*動画説明欄内文字のスタイル*/
  .description[b-n7j9fyayyn] {
    font-size: small;
  }
}
@media (min-width: 576px) {
  /*モーダル表示時のスタイル*/
  .modal-dialog[b-n7j9fyayyn] {
    max-width: initial;
  }
}
/*# sourceMappingURL=/codebuild/output/src2623623628/src/embotters-app/EmbottersApp/EmbottersApp/Components/WebTeacherVideoDisplayModal.razor.css.map */
/* /Layout/HandbookLayout.razor.rz.scp.css */
@charset "UTF-8";
*[b-zdi9s29mvb] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*メインコンテナ*/
main[b-zdi9s29mvb] {
  max-width: 700px;
  margin: 0 auto 150px;
  margin-left: calc((100% + 280px - 700px) / 2);
  padding-top: 75px;
}

.page[b-zdi9s29mvb]  a {
  text-decoration: none;
}

*[b-zdi9s29mvb] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.page[b-zdi9s29mvb]  a {
  text-decoration: none;
}

.container[b-zdi9s29mvb] {
  min-height: calc(100vh - 62px - 64px);
}

@media (min-width: 1400px) {
  /*サイドメニューコンテナ*/
  main[b-zdi9s29mvb] {
    max-width: 900px;
    margin-left: calc((100% + 280px - 900px) / 2);
  }
}
@media (max-width: 990px) {
  /*メインコンテナ*/
  main[b-zdi9s29mvb] {
    width: 100%;
    margin: 0 auto 100px;
    padding-top: 25px;
  }
  /*ページコンテナ*/
  .container[b-zdi9s29mvb] {
    width: 100%;
    padding: 0 25px;
    min-height: calc(100vh - 52px - 43px);
  }
}
@media (max-width: 550px) {
  /*ページコンテナ*/
  .container[b-zdi9s29mvb] {
    min-height: calc(100vh - 84px - 43px);
  }
}
/*# sourceMappingURL=/codebuild/output/src2623623628/src/embotters-app/EmbottersApp/EmbottersApp/Layout/HandbookLayout.razor.css.map */
/* /Layout/MainLayout.razor.rz.scp.css */
@charset "UTF-8";
/* z-index */
*[b-s1yoshl81k] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*コンテンツ量に応じてフッターの位置を調整するためのCSS*/
main[b-s1yoshl81k] {
  min-height: 100vh;
  position: relative;
}

/*aタグのスタイル*/
.page[b-s1yoshl81k]  a {
  text-decoration: none;
}

article[b-s1yoshl81k] {
  min-height: calc(100vh - 140px - 151px);
}
@media (max-width: 1200px) {
  article[b-s1yoshl81k] {
    min-height: calc(100vh - 99px - 151px);
  }
}
@media (max-width: 990px) {
  article[b-s1yoshl81k] {
    min-height: calc(100vh - 64px - 120px);
  }
}
@media (max-width: 570px) {
  article[b-s1yoshl81k] {
    min-height: calc(100vh - 64px - 152px);
  }
}
/*# sourceMappingURL=/codebuild/output/src2623623628/src/embotters-app/EmbottersApp/EmbottersApp/Layout/MainLayout.razor.css.map */
/* /Pages/CommercialTransactions.razor.rz.scp.css */
@charset "UTF-8";
.container[b-ftp8y4s0uc] {
  margin-top: 36px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 500px) {
  .container[b-ftp8y4s0uc] {
    margin-top: 64px;
  }
}
@media (min-width: 768px) {
  .container[b-ftp8y4s0uc] {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container[b-ftp8y4s0uc] {
    margin-top: 0px;
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container[b-ftp8y4s0uc] {
    width: 1170px;
  }
}
h2[b-ftp8y4s0uc] {
  margin: 20px 0 60px;
  font-size: 30px;
}

h3[b-ftp8y4s0uc] {
  margin: 20px 0 10px;
  font-size: 24px;
}

.text-center[b-ftp8y4s0uc] {
  text-align: center;
}

p[b-ftp8y4s0uc] {
  margin-bottom: 10px;
}

/*特定商取引法ページのタイトルのスタイル*/
.embot-heading[b-ftp8y4s0uc] {
  margin: 20px 0 60px;
  margin-bottom: 2em;
}

/*表全体のスタイル*/
table[b-ftp8y4s0uc] {
  border: 1px solid #ccc;
  width: 100%;
}

/*各行のスタイル*/
tr[b-ftp8y4s0uc] {
  border: 1px solid #ccc;
}

/*セルのスタイル*/
td[b-ftp8y4s0uc] {
  border: 1px solid #ccc;
  padding: 10px;
}

/*表の各行のタイトルのスタイル*/
.column-1[b-ftp8y4s0uc] {
  background-color: #f2f2f2;
}

/*各URLのスタイル*/
a[b-ftp8y4s0uc] {
  color: #27cadc;
  text-decoration: none;
  border-bottom: 1px dotted #27cadc;
}
/*# sourceMappingURL=/codebuild/output/src2623623628/src/embotters-app/EmbottersApp/EmbottersApp/Pages/CommercialTransactions.razor.css.map */
/* /Pages/FrequentlyAskedQuestion.razor.rz.scp.css */
@charset "UTF-8";
/*全体のコンテナのスタイル*/
.main-container[b-88qsnw5nz3] {
  padding: 5vw 7vw;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

/*見出しのスタイル*/
.faq-heading[b-88qsnw5nz3] {
  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;
  padding-top: 3%;
}

/*見出しの画像のスタイル*/
.faq-heading img[b-88qsnw5nz3] {
  height: 50px;
  width: 50px;
}

/*見出しの文字のスタイル*/
.faq-heading h2[b-88qsnw5nz3] {
  line-height: 60px;
  white-space: nowrap;
  padding-left: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: initial;
}

/*見出しの文字のスタイル*/
h2.heading-default[b-88qsnw5nz3] {
  color: #848484;
  font-weight: 600;
  font-size: 40px;
  text-align: center;
}

/*f503i注意書きラッパー*/
.f503i-warning[b-88qsnw5nz3] {
  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;
}

/*f503i注意書きリンク*/
.f503i-warning a[b-88qsnw5nz3] {
  font-size: 24px;
  font-weight: 900;
  color: #27cadc;
  text-decoration: none;
  border-bottom: 1px dotted #27cadc;
}

/*コンテンツカバーのスタイル*/
.faq-content-area[b-88qsnw5nz3] {
  margin-top: 6%;
  margin-bottom: 12%;
}

[b-88qsnw5nz3] summary {
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  color: #333;
}

/*Q＆Aの画像カバーのスタイル*/
[b-88qsnw5nz3] .img-wrapper {
  margin: 20px 0;
  width: 100%;
  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;
}

/*Q＆Aの画像のスタイル*/
[b-88qsnw5nz3] .img-wrapper img {
  max-width: 100%;
  max-height: 50vh;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.1s linear 0.1s, visibility 0.1s linear 0.1s;
  transition: opacity 0.1s linear 0.1s, visibility 0.1s linear 0.1s;
}

@media (max-width: 990px) {
  /*タイトル部分のスタイル*/
  [b-88qsnw5nz3] summary {
    font-size: 13px;
  }
  /*見出しの画像のスタイル*/
  .faq-heading img[b-88qsnw5nz3] {
    height: 45px;
    width: 45px;
  }
  /*見出しの文字のスタイル*/
  h2.heading-default[b-88qsnw5nz3] {
    font-size: 32px;
  }
  /*QAの質問の後側のスタイル*/
  [b-88qsnw5nz3] .qa summary::after {
    top: 0.3em !important;
    right: 0.8em !important;
    font-size: 20px !important;
  }
}
@media (max-width: 500px) {
  /*タイトル部分のスタイル*/
  [b-88qsnw5nz3] summary {
    font-size: 10px;
  }
  /*見出しの画像のスタイル*/
  .faq-heading img[b-88qsnw5nz3] {
    height: 38px;
    width: 38px;
  }
  /*見出しの文字のスタイル*/
  h2.heading-default[b-88qsnw5nz3] {
    font-size: 24px;
  }
  /*QAの質問の後側のスタイル*/
  [b-88qsnw5nz3] .qa summary::after {
    top: 0.3em !important;
    right: 0.8em !important;
    font-size: 20px !important;
  }
}
/*# sourceMappingURL=/codebuild/output/src2623623628/src/embotters-app/EmbottersApp/EmbottersApp/Pages/FrequentlyAskedQuestion.razor.css.map */
/* /Pages/HandbookApi.razor.rz.scp.css */
@charset "UTF-8";
/*マージン用スタイル*/
.mt0[b-fd4thvo89z] {
  margin-top: 0 !important;
}

/*マージン用スタイル*/
.mr5[b-fd4thvo89z] {
  margin-right: 5px !important;
}

/*コンテンツタイトル*/
.contents-title[b-fd4thvo89z] {
  margin-bottom: 25px;
  padding-bottom: 15px;
  font-size: 30px;
  font-weight: 600;
  color: #333;
  border-bottom: 1px solid #bbb;
}

/*コンテンツ画像*/
.contents-image[b-fd4thvo89z] {
  max-width: 100%;
}

/*遷移ボタン*/
.two-column[b-fd4thvo89z] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*遷移ボタン*/
.two-column-button[b-fd4thvo89z] {
  width: calc(50% - 10px);
  font-size: 16px;
  text-align: center;
}

/*遷移ボタン*/
.two-column-button:not(:first-child)[b-fd4thvo89z] {
  margin-left: 20px;
}

/*リンクボタン*/
.a-button[b-fd4thvo89z] {
  position: relative;
  display: block;
  color: #333;
  border: 1px solid #333;
  background: #fff;
  text-decoration: none;
  -webkit-transition: color 250ms, background 250ms;
  transition: color 250ms, background 250ms;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/*リンクボタン*/
.a-button:hover[b-fd4thvo89z] {
  color: #fff;
  border: 1px solid #fff;
  background: #333;
}

/*リンクボタン*/
.a-button[b-fd4thvo89z]:after {
  content: "";
  display: block;
  position: absolute;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transition: color 250ms, background 250ms;
  transition: color 250ms, background 250ms;
  -webkit-transform: translateY(-50%) rotate(135deg);
      -ms-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}

/*リンクボタン*/
.a-button:hover[b-fd4thvo89z]:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

/*説明コンテンツ*/
.contents-explain[b-fd4thvo89z] {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #bbb;
}

/*説明コンテンツ*/
.border-none[b-fd4thvo89z] {
  border: none;
}

/*説明コンテンツタイトル*/
.contents-explain-title[b-fd4thvo89z] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  color: #333;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}

/*説明コンテンツタイトルナンバー*/
.contents-explain-title-number[b-fd4thvo89z] {
  width: 26px;
  height: 26px;
  margin-right: 12px;
  display: inline-block;
  color: #fff;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  border-radius: 50%;
  background: #f1a919;
}

/*説明コンテンツサブタイトル*/
.contents-explain-sub-title[b-fd4thvo89z] {
  margin-bottom: 12px;
  color: #333;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}

/*説明コンテンツタイトル画像*/
.contents-explain-title-image[b-fd4thvo89z] {
  margin-right: 15px;
}

/*説明コンテンツサブタイトル*/
.contents-explain-sub-title[b-fd4thvo89z]:before {
  content: "■";
}

/*説明コンテンツテキスト*/
.contents-explain-text[b-fd4thvo89z] {
  color: #333;
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
}

/*リストラップ*/
.list-wrap[b-fd4thvo89z] {
  margin-top: 35px;
}

/*リスト*/
.list[b-fd4thvo89z] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}

/*リスト*/
.list:not(:last-child)[b-fd4thvo89z] {
  padding-bottom: 30px;
}

/*リストアイテムの用語*/
.list-term[b-fd4thvo89z] {
  width: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-weight: 600;
  font-size: 18px;
  line-height: 200%;
}

/*リストアイテムの用語*/
.list-term[b-fd4thvo89z]:before {
  content: "■";
}

/*リストアイテムの定義*/
.list-definition[b-fd4thvo89z] {
  width: calc(100% - 120px);
  margin-left: 30px;
  font-weight: 400;
  font-size: 18px;
  line-height: 200%;
}

/*リストラップ*/
.list-widest-wrap[b-fd4thvo89z] {
  margin-top: 35px;
}

/*リスト*/
.list-widest[b-fd4thvo89z] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}

/*リスト*/
.list-widest:not(:last-child)[b-fd4thvo89z] {
  padding-bottom: 30px;
}

/*リストアイテムの用語*/
.list-widest-term[b-fd4thvo89z] {
  width: 205px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-weight: 600;
  font-size: 18px;
  line-height: 180%;
}

/*リストアイテムの用語*/
.list-widest-term[b-fd4thvo89z]:before {
  content: "■";
}

/*リストアイテムの定義*/
.list-widest-definition[b-fd4thvo89z] {
  width: calc(100% - 220px);
  margin-left: 15px;
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
}

@media (min-width: 991px) {
  /*パディング用スタイル*/
  .pt40pc[b-fd4thvo89z] {
    padding-top: 40px !important;
  }
  /*パディング用スタイル*/
  .pb45pc[b-fd4thvo89z] {
    padding-bottom: 45px !important;
  }
  /*マージン用スタイル*/
  .mb40pc[b-fd4thvo89z] {
    margin-bottom: 40px !important;
  }
  /*マージン用スタイル*/
  .mb45pc[b-fd4thvo89z] {
    margin-bottom: 45px !important;
  }
  /*マージン用スタイル*/
  .mb50pc[b-fd4thvo89z] {
    margin-bottom: 50px !important;
  }
  /*マージン用スタイル*/
  .mb60pc[b-fd4thvo89z] {
    margin-bottom: 60px !important;
  }
  /*マージン用スタイル*/
  .mb90pc[b-fd4thvo89z] {
    margin-bottom: 90px !important;
  }
  /*コンテンツテキスト*/
  .contents-text[b-fd4thvo89z] {
    margin-bottom: 50px !important;
  }
  /*リンクボタン*/
  .a-button[b-fd4thvo89z] {
    padding: 13px;
  }
  /*リンクボタン*/
  .a-button[b-fd4thvo89z]:after {
    top: 50%;
    right: 20px;
    width: 8px;
    height: 8px;
  }
}
@media (max-width: 990px) {
  /*パディング用スタイル*/
  .pt30sp[b-fd4thvo89z] {
    padding-top: 30px !important;
  }
  /*パディング用スタイル*/
  .pb30sp[b-fd4thvo89z] {
    padding-bottom: 30px !important;
  }
  /*パディング用スタイル*/
  .pb35sp[b-fd4thvo89z] {
    padding-bottom: 35px !important;
  }
  /*マージン用スタイル*/
  .mb25sp[b-fd4thvo89z] {
    margin-bottom: 25px !important;
  }
  /*マージン用スタイル*/
  .mb30sp[b-fd4thvo89z] {
    margin-bottom: 30px !important;
  }
  /*マージン用スタイル*/
  .mb40sp[b-fd4thvo89z] {
    margin-bottom: 40px !important;
  }
  /*マージン用スタイル*/
  .mb50sp[b-fd4thvo89z] {
    margin-bottom: 50px !important;
  }
  /*セクションコンテナ*/
  .contents[b-fd4thvo89z] {
    width: 100%;
  }
  /*コンテンツタイトル*/
  .contents-title[b-fd4thvo89z] {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 20px;
  }
  /*コンテンツ画像*/
  .contents-image[b-fd4thvo89z] {
    width: 100%;
  }
  /*遷移ボタン*/
  .two-column-button[b-fd4thvo89z] {
    width: calc(50% - 7px);
    font-size: 14px;
  }
  /*遷移ボタン*/
  .two-column-button:not(:first-child)[b-fd4thvo89z] {
    margin-left: 14px;
  }
  /*リンクボタン*/
  .a-button[b-fd4thvo89z] {
    padding: 8px;
  }
  /*リンクボタン*/
  .a-button[b-fd4thvo89z]:after {
    top: 48%;
    right: 15px;
    width: 7px;
    height: 7px;
  }
  /*コンテンツ内テキスト*/
  .contents-text[b-fd4thvo89z] {
    margin-bottom: 25px !important;
  }
  /*コンテンツ画像*/
  .contents-image[b-fd4thvo89z] {
    width: 100%;
  }
  /*説明コンテンツ*/
  .contents-explain[b-fd4thvo89z] {
    margin-top: 45px;
    padding-top: 45px;
  }
  /*説明コンテンツタイトル*/
  .contents-explain-title[b-fd4thvo89z] {
    margin-bottom: 10px;
    font-size: 16px;
  }
  /*説明コンテンツタイトルナンバー*/
  .contents-explain-title-number[b-fd4thvo89z] {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    font-size: 16px;
    line-height: 24px;
  }
  /*説明コンテンツタイトル画像*/
  .contents-explain-title-image[b-fd4thvo89z] {
    margin-right: 10px;
  }
  /*説明コンテンツサブタイトル*/
  .contents-explain-sub-title[b-fd4thvo89z] {
    margin-bottom: 8px;
    font-size: 14px;
  }
  /*説明コンテンツテキスト*/
  .contents-explain-text[b-fd4thvo89z] {
    font-size: 14px;
  }
  /*リストラップ*/
  .list-wrap[b-fd4thvo89z] {
    margin-top: 20px;
  }
  /*リストアイテムの用語*/
  .list-term[b-fd4thvo89z] {
    width: 75px;
    font-size: 14px;
  }
  /*リストアイテムの定義*/
  .list-definition[b-fd4thvo89z] {
    width: calc(100% - 90px);
    margin-left: 15px;
    font-size: 14px;
  }
  /*リストラップ*/
  .list-widest-wrap[b-fd4thvo89z] {
    margin-top: 20px;
  }
  /*リストアイテムの用語*/
  .list-widest-term[b-fd4thvo89z] {
    width: 120px;
    font-size: 14px;
  }
  /*リストアイテムの定義*/
  .list-widest-definition[b-fd4thvo89z] {
    width: calc(100% - 135px);
    margin-left: 15px;
    font-size: 14px;
  }
}
/*# sourceMappingURL=/codebuild/output/src2623623628/src/embotters-app/EmbottersApp/EmbottersApp/Pages/HandbookApi.razor.css.map */
/* /Pages/HandbookControl.razor.rz.scp.css */
@charset "UTF-8";
/*マージン用スタイル*/
.mt0[b-zuado46q8r] {
  margin-top: 0 !important;
}

/*マージン用スタイル*/
.mr5[b-zuado46q8r] {
  margin-right: 5px !important;
}

/*コンテンツタイトル*/
.contents-title[b-zuado46q8r] {
  margin-bottom: 25px;
  padding-bottom: 15px;
  font-size: 30px;
  font-weight: 600;
  color: #333;
  border-bottom: 1px solid #bbb;
}

/*説明コンテンツ*/
.contents-explain[b-zuado46q8r] {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #bbb;
}

/*説明コンテンツ*/
.border-none[b-zuado46q8r] {
  border: none;
}

/*説明コンテンツタイトル*/
.contents-explain-title[b-zuado46q8r] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  color: #333;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}

/*説明コンテンツサブタイトル*/
.contents-explain-sub-title[b-zuado46q8r] {
  margin-bottom: 12px;
  color: #333;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}

/*説明コンテンツタイトル画像*/
.contents-explain-title-image[b-zuado46q8r] {
  margin-right: 15px;
}

/*説明コンテンツサブタイトル*/
.contents-explain-sub-title[b-zuado46q8r]:before {
  content: "■";
}

/*説明コンテンツテキスト*/
.contents-explain-text[b-zuado46q8r] {
  color: #333;
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
}

@media (min-width: 991px) {
  /*パディング用スタイル*/
  .pt40pc[b-zuado46q8r] {
    padding-top: 40px !important;
  }
  /*マージン用スタイル*/
  .mb40pc[b-zuado46q8r] {
    margin-bottom: 40px !important;
  }
  /*マージン用スタイル*/
  .mb45pc[b-zuado46q8r] {
    margin-bottom: 45px !important;
  }
  /*コンテンツテキスト*/
  .contents-text[b-zuado46q8r] {
    margin-bottom: 50px !important;
  }
}
@media (max-width: 990px) {
  /*パディング用スタイル*/
  .pt30sp[b-zuado46q8r] {
    padding-top: 30px !important;
  }
  /*マージン用スタイル*/
  .mb30sp[b-zuado46q8r] {
    margin-bottom: 30px !important;
  }
  /*セクションコンテナ*/
  .contents[b-zuado46q8r] {
    width: 100%;
  }
  /*コンテンツタイトル*/
  .contents-title[b-zuado46q8r] {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 20px;
  }
  /*コンテンツ内テキスト*/
  .contents-text[b-zuado46q8r] {
    margin-bottom: 25px !important;
  }
  /*コンテンツ画像*/
  .contents-image[b-zuado46q8r] {
    width: 100%;
  }
  /*説明コンテンツ*/
  .contents-explain[b-zuado46q8r] {
    margin-top: 45px;
    padding-top: 45px;
  }
  /*説明コンテンツタイトル*/
  .contents-explain-title[b-zuado46q8r] {
    margin-bottom: 10px;
    font-size: 16px;
  }
  /*説明コンテンツタイトル画像*/
  .contents-explain-title-image[b-zuado46q8r] {
    margin-right: 10px;
  }
  /*説明コンテンツサブタイトル*/
  .contents-explain-sub-title[b-zuado46q8r] {
    margin-bottom: 8px;
    font-size: 14px;
  }
  /*説明コンテンツテキスト*/
  .contents-explain-text[b-zuado46q8r] {
    font-size: 14px;
  }
}
/*# sourceMappingURL=/codebuild/output/src2623623628/src/embotters-app/EmbottersApp/EmbottersApp/Pages/HandbookControl.razor.css.map */
/* /Pages/HandbookFlowchart.razor.rz.scp.css */
@charset "UTF-8";
/*コンテンツタイトル*/
.contents-title[b-s0lgjcx10r] {
  margin-bottom: 25px;
  padding-bottom: 15px;
  font-size: 30px;
  font-weight: 600;
  color: #333;
  border-bottom: 1px solid #bbb;
}

/*コンテンツテキスト*/
.contents-text[b-s0lgjcx10r] {
  font-size: 18px;
  line-height: 200%;
}

/*コンテンツ画像ラッパー*/
.contents-image-wrapper[b-s0lgjcx10r] {
  position: relative;
}

/*コンテンツ画像*/
.contents-image[b-s0lgjcx10r] {
  max-width: 100%;
}

/*コンテンツ画像内ボーダー*/
.yellow-border[b-s0lgjcx10r] {
  position: absolute;
  border: 5px solid #f1a91a;
  border-radius: 15px;
}

/*コンテンツ画像内ボーダーナンバー*/
.yellow-border-number[b-s0lgjcx10r] {
  position: absolute;
  padding: 1px 5px;
  border: none;
  border-radius: 30px;
  background-color: #f1a91a;
  color: #fff;
  font-size: 10px;
}

/*コンテンツ画像内ボーダー*/
.yellow-border-flowchart-1[b-s0lgjcx10r] {
  top: -3px;
  left: 9px;
  width: 34px;
  height: 29px;
}

/*コンテンツ画像内ボーダーナンバー*/
.yellow-border-number-flowchart-1[b-s0lgjcx10r] {
  top: 0;
  left: -22px;
}

/*コンテンツ画像内ボーダー*/
.yellow-border-flowchart-2[b-s0lgjcx10r] {
  top: -4px;
  left: 477px;
  width: 151px;
  height: 30px;
}

/*コンテンツ画像内ボーダーナンバー*/
.yellow-border-number-flowchart-2[b-s0lgjcx10r] {
  top: 0;
  left: -23px;
}

/*コンテンツ画像内ボーダー*/
.yellow-border-flowchart-3[b-s0lgjcx10r] {
  top: -4px;
  right: 0;
  width: 73px;
  height: 30px;
}

/*コンテンツ画像内ボーダーナンバー*/
.yellow-border-number-flowchart-3[b-s0lgjcx10r] {
  top: 0;
  right: -23px;
}

/*コンテンツ画像内ボーダー*/
.yellow-border-flowchart-4[b-s0lgjcx10r] {
  top: 26px;
  left: -2px;
  width: 88px;
  height: 455px;
}

/*コンテンツ画像内ボーダーナンバー*/
.yellow-border-number-flowchart-4[b-s0lgjcx10r] {
  top: -9px;
  right: -3px;
}

/*コンテンツ画像内ボーダー*/
.yellow-border-flowchart-5[b-s0lgjcx10r] {
  top: 26px;
  left: 87px;
  width: 524px;
  height: 455px;
}

/*コンテンツ画像内ボーダーナンバー*/
.yellow-border-number-flowchart-5[b-s0lgjcx10r] {
  top: 5px;
  left: 5px;
}

/*コンテンツ画像内ボーダー*/
.yellow-border-flowchart-6[b-s0lgjcx10r] {
  top: 26px;
  left: 612px;
  width: 88px;
  height: 455px;
}

/*コンテンツ画像内ボーダーナンバー*/
.yellow-border-number-flowchart-6[b-s0lgjcx10r] {
  top: 0;
  right: -23px;
}

/*コンテンツ画像内ボーダー*/
.yellow-border-flowchart-7[b-s0lgjcx10r] {
  bottom: 12px;
  left: 10px;
  width: 127px;
  height: 30px;
}

/*コンテンツ画像内ボーダーナンバー*/
.yellow-border-number-flowchart-7[b-s0lgjcx10r] {
  top: 0;
  right: -22px;
}

/*コンテンツ画像内ボーダー*/
.yellow-border-flowchart-8[b-s0lgjcx10r] {
  bottom: 13px;
  right: 9px;
  width: 147px;
  height: 30px;
}

/*コンテンツ画像内ボーダーナンバー*/
.yellow-border-number-flowchart-8[b-s0lgjcx10r] {
  top: 0;
  left: -23px;
}

/*説明コンテンツ*/
.contents-explain[b-s0lgjcx10r] {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #bbb;
}

/*説明コンテンツタイトル*/
.contents-explain-title[b-s0lgjcx10r] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  color: #333;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}

/*説明コンテンツタイトルナンバー*/
.contents-explain-title-number[b-s0lgjcx10r] {
  width: 26px;
  height: 26px;
  margin-right: 12px;
  display: inline-block;
  color: #fff;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  border-radius: 50%;
  background: #f1a919;
}

/*説明コンテンツテキスト*/
.contents-explain-text[b-s0lgjcx10r] {
  color: #333;
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
}

/*Paletteパートのリストラップ*/
.list-parts-wrap[b-s0lgjcx10r] {
  margin-top: 50px;
}

/*Paletteパートのリストアイテム*/
.list-parts[b-s0lgjcx10r] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/*Paletteパートのリストアイテム*/
.list-parts:not(:last-child)[b-s0lgjcx10r] {
  padding-bottom: 30px;
}

/*Paletteパートのリストアイテム用語*/
.list-parts-term[b-s0lgjcx10r] {
  width: 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-weight: 600;
  font-size: 18px;
  line-height: 180%;
}

/*Paletteパートのリストアイテム用語画像*/
.list-parts-image[b-s0lgjcx10r] {
  margin-right: 15px;
}

/*Paletteパートのリストアイテム定義*/
.list-parts-definition[b-s0lgjcx10r] {
  width: calc(100% - 153px);
  margin-left: 42px;
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
}

/*リストラップ*/
.list-wrap[b-s0lgjcx10r] {
  margin-top: 35px;
}

/*リスト*/
.list[b-s0lgjcx10r] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/*リスト*/
.list:not(:last-child)[b-s0lgjcx10r] {
  padding-bottom: 30px;
}

/*リストアイテムの用語*/
.list-term[b-s0lgjcx10r] {
  width: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-weight: 600;
  font-size: 18px;
  line-height: 200%;
}

/*リストアイテムの用語*/
.list-term[b-s0lgjcx10r]:before {
  content: "■";
}

/*リストアイテムの定義*/
.list-definition[b-s0lgjcx10r] {
  width: calc(100% - 120px);
  margin-left: 30px;
  font-weight: 400;
  font-size: 18px;
  line-height: 200%;
}

@media (min-width: 1400px) {
  /*コンテンツ画像内ボーダー*/
  .yellow-border-flowchart-1[b-s0lgjcx10r] {
    top: -2px;
    left: 14px;
    width: 38px;
    height: 30px;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-flowchart-2[b-s0lgjcx10r] {
    top: -4px;
    left: 610px;
    width: 198px;
    height: 30px;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-flowchart-3[b-s0lgjcx10r] {
    top: -4px;
    right: 0;
    width: 92px;
    height: 33px;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-flowchart-4[b-s0lgjcx10r] {
    top: 28px;
    left: -2px;
    width: 107px;
    height: 592px;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-flowchart-5[b-s0lgjcx10r] {
    top: 28px;
    left: 106px;
    width: 682px;
    height: 592px;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-flowchart-6[b-s0lgjcx10r] {
    top: 28px;
    left: 790px;
    width: 110px;
    height: 592px;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-flowchart-7[b-s0lgjcx10r] {
    bottom: 18px;
    left: 10px;
    width: 169px;
    height: 35px;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-flowchart-8[b-s0lgjcx10r] {
    bottom: 18px;
    right: 9px;
    width: 192px;
    height: 35px;
  }
}
@media (min-width: 991px) {
  /*コンテンツテキスト*/
  .contents-text[b-s0lgjcx10r] {
    margin-bottom: 50px !important;
  }
}
@media (max-width: 990px) {
  /*セクションコンテナ*/
  .contents[b-s0lgjcx10r] {
    width: 100%;
  }
  /*コンテンツタイトル*/
  .contents-title[b-s0lgjcx10r] {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 20px;
  }
  /*コンテンツ内テキスト*/
  .contents-text[b-s0lgjcx10r] {
    margin-bottom: 25px !important;
  }
  /*コンテンツ画像*/
  .contents-image[b-s0lgjcx10r] {
    width: 100%;
  }
  /*説明コンテンツ*/
  .contents-explain[b-s0lgjcx10r] {
    margin-top: 45px;
    padding-top: 45px;
  }
  /*説明コンテンツタイトル*/
  .contents-explain-title[b-s0lgjcx10r] {
    margin-bottom: 10px;
    font-size: 16px;
  }
  /*説明コンテンツタイトルナンバー*/
  .contents-explain-title-number[b-s0lgjcx10r] {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    font-size: 16px;
    line-height: 24px;
  }
  /*説明コンテンツテキスト*/
  .contents-explain-text[b-s0lgjcx10r] {
    font-size: 14px;
  }
  /*一つ目の説明コンテンツのテキスト*/
  contents-explain-text-1[b-s0lgjcx10r] {
    margin-bottom: 15px !important;
  }
  /*Paletteパートのリストラップ*/
  .list-parts-wrap[b-s0lgjcx10r] {
    margin-top: 35px;
  }
  /*Paletteパートのリストアイテムターム*/
  .list-parts-term[b-s0lgjcx10r] {
    width: 102px;
    font-size: 14px;
  }
  /*Paletteパートのリストアイテムターム画像*/
  .list-parts-image[b-s0lgjcx10r] {
    margin-right: 7px;
  }
  /*Paletteパートのリストアイテム定義*/
  .list-parts-definition[b-s0lgjcx10r] {
    width: calc(100% - 112px);
    margin-left: 10px;
    font-size: 14px;
  }
  /*リストラップ*/
  .list-wrap[b-s0lgjcx10r] {
    margin-top: 20px;
  }
  /*リストアイテムの用語*/
  .list-term[b-s0lgjcx10r] {
    width: 75px;
    font-size: 14px;
  }
  /*リストアイテムの定義*/
  .list-definition[b-s0lgjcx10r] {
    width: calc(100% - 90px);
    margin-left: 15px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  /*コンテンツ画像内ボーダー*/
  .yellow-border-flowchart-1[b-s0lgjcx10r] {
    top: -0.7%;
    left: 1.3%;
    width: 4.5vw;
    height: 3.8vw;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-flowchart-2[b-s0lgjcx10r] {
    top: -0.7%;
    left: 68%;
    width: 19.7vw;
    height: 3.9vw;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-flowchart-3[b-s0lgjcx10r] {
    top: -0.7%;
    right: 0;
    width: 9.6vw;
    height: 3.9vw;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-flowchart-4[b-s0lgjcx10r] {
    top: 5%;
    left: -0.2%;
    width: 11.4vw;
    height: 59.3vw;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-flowchart-5[b-s0lgjcx10r] {
    top: 5%;
    left: 87.4%;
    width: 11.5vw;
    height: 59.3vw;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-flowchart-6[b-s0lgjcx10r] {
    top: 5%;
    left: 87.4%;
    width: 11.5vw;
    height: 59.3vw;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-flowchart-7[b-s0lgjcx10r] {
    bottom: 2.5%;
    left: 1.5%;
    width: 16.6vw;
    height: 3.9vw;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-flowchart-8[b-s0lgjcx10r] {
    bottom: 2.5%;
    right: 1.3%;
    width: 19.3vw;
    height: 3.9vw;
  }
}
/*# sourceMappingURL=/codebuild/output/src2623623628/src/embotters-app/EmbottersApp/EmbottersApp/Pages/HandbookFlowchart.razor.css.map */
/* /Pages/HandbookFunction.razor.rz.scp.css */
@charset "UTF-8";
/*マージン用スタイル*/
.mt0[b-3lgej34k4n] {
  margin-top: 0 !important;
}

/*マージン用スタイル*/
.mt60[b-3lgej34k4n] {
  margin-top: 60px !important;
}

/*マージン用スタイル*/
.mr5[b-3lgej34k4n] {
  margin-right: 5px !important;
}

/*コンテンツタイトル*/
.contents-title[b-3lgej34k4n] {
  margin-bottom: 25px;
  padding-bottom: 15px;
  font-size: 30px;
  font-weight: 600;
  color: #333;
  border-bottom: 1px solid #bbb;
}

/*コンテンツテキスト*/
.contents-text[b-3lgej34k4n] {
  font-size: 18px;
  line-height: 200%;
}

/*コンテンツテキスト*/
.contents-text span[b-3lgej34k4n] {
  font-size: 18px;
  color: red;
  line-height: 200%;
}

/*コンテンツ画像ラッパー*/
.contents-image-wrapper[b-3lgej34k4n] {
  position: relative;
}

/*コンテンツ画像*/
.contents-image[b-3lgej34k4n] {
  max-width: 100%;
}

/*コンテンツ画像内ボーダー*/
.yellow-border[b-3lgej34k4n] {
  position: absolute;
  border: 5px solid #f1a91a;
  border-radius: 15px;
}

/*コンテンツ画像内ボーダーナンバー*/
.yellow-border-number[b-3lgej34k4n] {
  position: absolute;
  padding: 1px 5px;
  border: none;
  border-radius: 30px;
  background-color: #f1a91a;
  color: #fff;
  font-size: 10px;
}

/*コンテンツ画像内ボーダー*/
.yellow-border-function-group-1[b-3lgej34k4n] {
  top: 20px;
  left: -3px;
  width: 80px;
  height: 26px;
}

/*コンテンツ画像内ボーダーナンバー*/
.yellow-border-number-function-group-1[b-3lgej34k4n] {
  top: 0;
  right: -23px;
}

/*コンテンツ画像内ボーダー*/
.yellow-border-function-group-2[b-3lgej34k4n] {
  top: 42px;
  left: -3px;
  width: 80px;
  height: 26px;
}

/*コンテンツ画像内ボーダーナンバー*/
.yellow-border-number-function-group-2[b-3lgej34k4n] {
  top: 0;
  right: -23px;
}

/*コンテンツ画像内ボーダー*/
.yellow-border-function-group-3[b-3lgej34k4n] {
  top: 63px;
  left: -3px;
  width: 80px;
  height: 26px;
}

/*コンテンツ画像内ボーダーナンバー*/
.yellow-border-number-function-group-3[b-3lgej34k4n] {
  top: 0;
  right: -23px;
}

/*コンテンツ画像内ボーダー*/
.yellow-border-function-group-4[b-3lgej34k4n] {
  top: 84px;
  left: -3px;
  width: 80px;
  height: 26px;
}

/*コンテンツ画像内ボーダーナンバー*/
.yellow-border-number-function-group-4[b-3lgej34k4n] {
  top: 0;
  right: -23px;
}

/*コンテンツ画像内ボーダー*/
.yellow-border-function-group-5[b-3lgej34k4n] {
  top: 105px;
  left: -3px;
  width: 80px;
  height: 26px;
}

/*コンテンツ画像内ボーダーナンバー*/
.yellow-border-number-function-group-5[b-3lgej34k4n] {
  top: 0;
  right: -23px;
}

/*コンテンツ画像内ボーダー*/
.yellow-border-function-group-6[b-3lgej34k4n] {
  top: 126px;
  left: -3px;
  width: 80px;
  height: 26px;
}

/*コンテンツ画像内ボーダーナンバー*/
.yellow-border-number-function-group-6[b-3lgej34k4n] {
  top: 0;
  right: -23px;
}

/*コンテンツ画像内ボーダー*/
.yellow-border-function-group-7[b-3lgej34k4n] {
  top: 147px;
  left: -3px;
  width: 80px;
  height: 26px;
}

/*コンテンツ画像内ボーダーナンバー*/
.yellow-border-number-function-group-7[b-3lgej34k4n] {
  top: 0;
  right: -23px;
}

/*コンテンツ画像内ボーダー*/
.yellow-border-function-group-8[b-3lgej34k4n] {
  top: 168px;
  left: -3px;
  width: 80px;
  height: 26px;
}

/*コンテンツ画像内ボーダーナンバー*/
.yellow-border-number-function-group-8[b-3lgej34k4n] {
  top: 0;
  right: -23px;
}

/*コンテンツ画像内ボーダー*/
.yellow-border-function-group-9[b-3lgej34k4n] {
  top: 189px;
  left: -3px;
  width: 80px;
  height: 26px;
}

/*コンテンツ画像内ボーダーナンバー*/
.yellow-border-number-function-group-9[b-3lgej34k4n] {
  top: 0;
  right: -23px;
}

/*コンテンツ画像内ボーダー*/
.yellow-border-function-group-10[b-3lgej34k4n] {
  top: 210px;
  left: -3px;
  width: 80px;
  height: 26px;
}

/*コンテンツ画像内ボーダーナンバー*/
.yellow-border-number-function-group-10[b-3lgej34k4n] {
  top: 1px;
  right: -23px;
  padding: 2px 3px !important;
  font-size: 8.3px !important;
}

/*説明コンテンツ上タイトル*/
.contents-band-title[b-3lgej34k4n] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 46px;
  padding: 0 17px;
  color: #333;
  font-weight: 600;
  font-size: 14px;
  background: #f6f6f6;
}

/*説明コンテンツ上タイトル*/
.contents-band-title-robot[b-3lgej34k4n] {
  color: #f2be69;
}

/*説明コンテンツ上タイトルナンバー*/
.contents-band-title-number[b-3lgej34k4n] {
  width: 21px;
  height: 21px;
  margin-right: 10px;
  display: inline-block;
  color: #fff;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  border-radius: 50%;
  background: #f1a919;
  line-height: normal;
}

/*説明コンテンツ上タイトル画像*/
.contents-band-title-image[b-3lgej34k4n] {
  margin-right: 5px;
}

/*説明コンテンツ*/
.contents-explain[b-3lgej34k4n] {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #bbb;
}

/*説明コンテンツ*/
.border-none[b-3lgej34k4n] {
  border: none;
}

/*説明コンテンツタイトル*/
.contents-explain-title[b-3lgej34k4n] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  color: #333;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}

/*説明コンテンツサブタイトル*/
.contents-explain-sub-title[b-3lgej34k4n] {
  margin-bottom: 12px;
  color: #333;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}

/*説明コンテンツタイトル画像*/
.contents-explain-title-image[b-3lgej34k4n] {
  margin-right: 15px;
}

/*説明コンテンツサブタイトル*/
.contents-explain-sub-title[b-3lgej34k4n]:before {
  content: "■";
}

/*説明コンテンツテキスト*/
.contents-explain-text[b-3lgej34k4n] {
  color: #333;
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
}

/*リンクボタン*/
.one-column[b-3lgej34k4n] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*リンクボタン*/
.a-button[b-3lgej34k4n] {
  position: relative;
  display: block;
  color: #333;
  border: 1px solid #333;
  background: #fff;
  text-decoration: none;
  -webkit-transition: color 250ms, background 250ms;
  transition: color 250ms, background 250ms;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/*リンクボタン*/
.a-button:hover[b-3lgej34k4n] {
  color: #fff;
  border: 1px solid #fff;
  background: #333;
}

/*リンクボタン*/
.a-button:hover[b-3lgej34k4n]:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

/*リンクボタン*/
.a-button[b-3lgej34k4n]:after {
  content: "";
  display: block;
  position: absolute;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transition: color 250ms, background 250ms;
  transition: color 250ms, background 250ms;
  -webkit-transform: translateY(-50%) rotate(135deg);
  -ms-transform: translateY(-50%) rotate(135deg);
      transform: translateY(-50%) rotate(135deg);
}

/*リンクボタン*/
.one-column-button[b-3lgej34k4n] {
  width: calc(100% - 10px);
  font-size: 16px;
  text-align: center;
}

@media (min-width: 1400px) {
  /*コンテンツ画像内ボーダー*/
  .yellow-border-function-group-1[b-3lgej34k4n] {
    top: 33px;
    left: -5px;
    width: 104px;
    height: 31px;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-function-group-2[b-3lgej34k4n] {
    top: 60px;
    left: -5px;
    width: 104px;
    height: 31px;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-function-group-3[b-3lgej34k4n] {
    top: 86px;
    left: -5px;
    width: 104px;
    height: 31px;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-function-group-4[b-3lgej34k4n] {
    top: 113px;
    left: -5px;
    width: 104px;
    height: 31px;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-function-group-5[b-3lgej34k4n] {
    top: 140px;
    left: -5px;
    width: 104px;
    height: 31px;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-function-group-6[b-3lgej34k4n] {
    top: 167px;
    left: -5px;
    width: 104px;
    height: 31px;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-function-group-7[b-3lgej34k4n] {
    top: 194px;
    left: -5px;
    width: 104px;
    height: 31px;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-function-group-8[b-3lgej34k4n] {
    top: 221px;
    left: -5px;
    width: 104px;
    height: 31px;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-function-group-9[b-3lgej34k4n] {
    top: 246px;
    left: -5px;
    width: 104px;
    height: 31px;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-function-group-10[b-3lgej34k4n] {
    top: 273px;
    left: -5px;
    width: 104px;
    height: 31px;
  }
}
@media (min-width: 991px) {
  /*コンテンツテキスト*/
  .contents-text[b-3lgej34k4n] {
    margin-bottom: 50px !important;
  }
  /*リンクボタン*/
  .a-button[b-3lgej34k4n] {
    padding: 13px;
  }
  /*リンクボタン*/
  .a-button[b-3lgej34k4n]:after {
    top: 50%;
    right: 20px;
    width: 8px;
    height: 8px;
  }
}
@media (min-width: 991px) {
  /*パディング用スタイル*/
  .pt40pc[b-3lgej34k4n] {
    padding-top: 40px !important;
  }
  /*パディング用スタイル*/
  .pb75pc[b-3lgej34k4n] {
    padding-bottom: 75px !important;
  }
  /*マージン用スタイル*/
  .mb20pc[b-3lgej34k4n] {
    margin-bottom: 20px !important;
  }
  /*マージン用スタイル*/
  .mb40pc[b-3lgej34k4n] {
    margin-bottom: 40px !important;
  }
  /*マージン用スタイル*/
  .mb45pc[b-3lgej34k4n] {
    margin-bottom: 45px !important;
  }
  /*マージン用スタイル*/
  .mb75pc[b-3lgej34k4n] {
    margin-bottom: 75px !important;
  }
  /*コンテンツテキスト*/
  .contents-text[b-3lgej34k4n] {
    margin-bottom: 50px !important;
  }
}
@media (max-width: 990px) {
  /*パディング用スタイル*/
  .pt30sp[b-3lgej34k4n] {
    padding-top: 30px !important;
  }
  /*パディング用スタイル*/
  .pb50sp[b-3lgej34k4n] {
    padding-bottom: 50px !important;
  }
  /*マージン用スタイル*/
  .mb10sp[b-3lgej34k4n] {
    margin-bottom: 10px !important;
  }
  /*マージン用スタイル*/
  .mb30sp[b-3lgej34k4n] {
    margin-bottom: 30px !important;
  }
  /*マージン用スタイル*/
  .mb50sp[b-3lgej34k4n] {
    margin-bottom: 50px !important;
  }
  /*セクションコンテナ*/
  .contents[b-3lgej34k4n] {
    width: 100%;
  }
  /*コンテンツタイトル*/
  .contents-title[b-3lgej34k4n] {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 20px;
  }
  /*コンテンツ内テキスト*/
  .contents-text[b-3lgej34k4n] {
    margin-bottom: 25px !important;
  }
  /*コンテンツ画像*/
  .contents-image[b-3lgej34k4n] {
    width: 100%;
  }
  /*説明コンテンツ上タイトル*/
  .contents-band-title[b-3lgej34k4n] {
    padding: 0 15px;
  }
  /*説明コンテンツ*/
  .contents-explain[b-3lgej34k4n] {
    margin-top: 45px;
    padding-top: 45px;
  }
  /*説明コンテンツタイトル*/
  .contents-explain-title[b-3lgej34k4n] {
    margin-bottom: 10px;
    font-size: 16px;
  }
  /*説明コンテンツタイトル画像*/
  .contents-explain-title-image[b-3lgej34k4n] {
    margin-right: 10px;
  }
  /*説明コンテンツサブタイトル*/
  .contents-explain-sub-title[b-3lgej34k4n] {
    margin-bottom: 8px;
    font-size: 14px;
  }
  /*説明コンテンツテキスト*/
  .contents-explain-text[b-3lgej34k4n] {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  /*コンテンツ画像内ボーダー*/
  .yellow-border-function-group-1[b-3lgej34k4n] {
    top: 3.8%;
    left: -0.5%;
    width: 10.5vw;
    height: 3.3vw;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-function-group-2[b-3lgej34k4n] {
    top: 7.2%;
    left: -0.5%;
    width: 10.5vw;
    height: 3.3vw;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-function-group-3[b-3lgej34k4n] {
    top: 10.6%;
    left: -0.5%;
    width: 10.5vw;
    height: 3.3vw;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-function-group-4[b-3lgej34k4n] {
    top: 13.9%;
    left: -0.5%;
    width: 10.5vw;
    height: 3.3vw;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-function-group-5[b-3lgej34k4n] {
    top: 17.2%;
    left: -0.5%;
    width: 10.5vw;
    height: 3.3vw;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-function-group-6[b-3lgej34k4n] {
    top: 20.6%;
    left: -0.5%;
    width: 10.5vw;
    height: 3.3vw;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-function-group-7[b-3lgej34k4n] {
    top: 23.9%;
    left: -0.5%;
    width: 10.5vw;
    height: 3.3vw;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-function-group-8[b-3lgej34k4n] {
    top: 27.2%;
    left: -0.5%;
    width: 10.5vw;
    height: 3.3vw;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-function-group-9[b-3lgej34k4n] {
    top: 30.5%;
    left: -0.5%;
    width: 10.5vw;
    height: 3.3vw;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-function-group-10[b-3lgej34k4n] {
    top: 33.7%;
    left: -0.5%;
    width: 10.5vw;
    height: 3.3vw;
  }
}
/*# sourceMappingURL=/codebuild/output/src2623623628/src/embotters-app/EmbottersApp/EmbottersApp/Pages/HandbookFunction.razor.css.map */
/* /Pages/HandbookIf.razor.rz.scp.css */
@charset "UTF-8";
/*コンテンツタイトル*/
.contents-title[b-ehhvzmcdzz] {
  margin-bottom: 25px;
  padding-bottom: 15px;
  font-size: 30px;
  font-weight: 600;
  color: #333;
  border-bottom: 1px solid #bbb;
}

/*コンテンツテキスト*/
.contents-text[b-ehhvzmcdzz] {
  font-size: 18px;
  line-height: 200%;
}

/*コンテンツテキスト*/
.contents-text span[b-ehhvzmcdzz] {
  font-size: 18px;
  color: red;
  line-height: 200%;
}

/*コンテンツ画像ラッパー*/
.contents-image-wrapper[b-ehhvzmcdzz] {
  position: relative;
}

/*コンテンツ画像*/
.contents-image[b-ehhvzmcdzz] {
  max-width: 100%;
}

/*コンテンツ画像内ボーダー*/
.yellow-border[b-ehhvzmcdzz] {
  position: absolute;
  border: 5px solid #f1a91a;
  border-radius: 15px;
}

/*コンテンツ画像内ボーダーナンバー*/
.yellow-border-number[b-ehhvzmcdzz] {
  position: absolute;
  padding: 1px 5px;
  border: none;
  border-radius: 30px;
  background-color: #f1a91a;
  color: #fff;
  font-size: 10px;
}

/*コンテンツ画像内ボーダー*/
.yellow-border-if-1[b-ehhvzmcdzz] {
  top: -3px;
  left: 8px;
  width: 35px;
  height: 27px;
}

/*コンテンツ画像内ボーダーナンバー*/
.yellow-border-number-if-1[b-ehhvzmcdzz] {
  top: -4px;
  left: -22px;
}

/*コンテンツ画像内ボーダー*/
.yellow-border-if-2[b-ehhvzmcdzz] {
  top: -2px;
  left: 110px;
  width: 122px;
  height: 26px;
}

/*コンテンツ画像内ボーダーナンバー*/
.yellow-border-number-if-2[b-ehhvzmcdzz] {
  top: -3px;
  right: -23px;
}

/*コンテンツ画像内ボーダー*/
.yellow-border-if-3[b-ehhvzmcdzz] {
  top: -2px;
  left: 558px;
  width: 70px;
  height: 26px;
}

/*コンテンツ画像内ボーダーナンバー*/
.yellow-border-number-if-3[b-ehhvzmcdzz] {
  top: -3px;
  left: -23px;
}

/*コンテンツ画像内ボーダー*/
.yellow-border-if-4[b-ehhvzmcdzz] {
  top: -2px;
  right: 3px;
  width: 69px;
  height: 26px;
}

/*コンテンツ画像内ボーダーナンバー*/
.yellow-border-number-if-4[b-ehhvzmcdzz] {
  top: -3px;
  right: -22px;
}

/*コンテンツ画像内ボーダー*/
.yellow-border-if-5[b-ehhvzmcdzz] {
  top: 235px;
  left: 271px;
  width: 157px;
  height: 66px;
}

/*コンテンツ画像内ボーダーナンバー*/
.yellow-border-number-if-5[b-ehhvzmcdzz] {
  top: -24px;
  left: -3px;
}

/*コンテンツ画像内ボーダー*/
.yellow-border-if-6-left[b-ehhvzmcdzz] {
  top: 250px;
  left: 235px;
  width: 35px;
  height: 35px;
}

/*コンテンツ画像内ボーダーナンバー*/
.yellow-border-number-if-6-left[b-ehhvzmcdzz] {
  top: -3px;
  left: -23px;
}

/*コンテンツ画像内ボーダー*/
.yellow-border-if-6-right[b-ehhvzmcdzz] {
  top: 250px;
  left: 430px;
  width: 35px;
  height: 35px;
}

/*コンテンツ画像内ボーダーナンバー*/
.yellow-border-number-if-6-right[b-ehhvzmcdzz] {
  top: -3px;
  right: -23px;
}

/*コンテンツ画像内ボーダー*/
.yellow-border-if-7[b-ehhvzmcdzz] {
  top: 21px;
  left: 613px;
  width: 88px;
  height: 458px;
}

/*コンテンツ画像内ボーダーナンバー*/
.yellow-border-number-if-7[b-ehhvzmcdzz] {
  top: 3px;
  left: -23px;
}

/*コンテンツ画像内ボーダー*/
.yellow-border-if-8[b-ehhvzmcdzz] {
  bottom: 14px;
  right: 9px;
  width: 150px;
  height: 30px;
}

/*コンテンツ画像内ボーダーナンバー*/
.yellow-border-number-if-8[b-ehhvzmcdzz] {
  top: -2px;
  left: -23px;
}

/*説明コンテンツ*/
.contents-explain[b-ehhvzmcdzz] {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #bbb;
}

/*説明コンテンツタイトル*/
.contents-explain-title[b-ehhvzmcdzz] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  color: #333;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}

/*説明コンテンツタイトルナンバー*/
.contents-explain-title-number[b-ehhvzmcdzz] {
  width: 26px;
  height: 26px;
  margin-right: 12px;
  display: inline-block;
  color: #fff;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  border-radius: 50%;
  background: #f1a919;
}

/*説明コンテンツテキスト*/
.contents-explain-text[b-ehhvzmcdzz] {
  color: #333;
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
}

/*リストラップ*/
.list-wrap[b-ehhvzmcdzz] {
  margin-top: 35px;
}

/*リスト*/
.list[b-ehhvzmcdzz] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/*リスト*/
.list:not(:last-child)[b-ehhvzmcdzz] {
  padding-bottom: 30px;
}

/*リストアイテムの用語*/
.list-term[b-ehhvzmcdzz] {
  width: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-weight: 600;
  font-size: 18px;
  line-height: 200%;
}

/*リストアイテムの用語*/
.list-term[b-ehhvzmcdzz]:before {
  content: "■";
}

/*リストアイテムの定義*/
.list-definition[b-ehhvzmcdzz] {
  width: calc(100% - 120px);
  margin-left: 30px;
  font-weight: 400;
  font-size: 18px;
  line-height: 200%;
}

@media (min-width: 1400px) {
  /*コンテンツ画像内ボーダー*/
  .yellow-border-if-1[b-ehhvzmcdzz] {
    top: -3px;
    left: 14px;
    width: 38px;
    height: 32px;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-if-2[b-ehhvzmcdzz] {
    top: -2px;
    left: 146px;
    width: 150px;
    height: 30px;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-if-3[b-ehhvzmcdzz] {
    top: -2px;
    left: 721px;
    width: 86px;
    height: 30px;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-if-4[b-ehhvzmcdzz] {
    top: -2px;
    right: 4px;
    width: 88px;
    height: 30px;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-if-5[b-ehhvzmcdzz] {
    top: 300px;
    left: 350px;
    width: 200px;
    height: 87px;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-if-6-left[b-ehhvzmcdzz] {
    top: 325px;
    left: 305px;
    width: 40px;
    height: 40px;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-if-6-right[b-ehhvzmcdzz] {
    top: 325px;
    left: 555px;
    width: 40px;
    height: 40px;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-if-7[b-ehhvzmcdzz] {
    top: 28px;
    left: 789px;
    width: 112px;
    height: 590px;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-if-8[b-ehhvzmcdzz] {
    bottom: 17px;
    right: 10px;
    width: 194px;
    height: 38px;
  }
}
@media (min-width: 991px) {
  /*コンテンツテキスト*/
  .contents-text[b-ehhvzmcdzz] {
    margin-bottom: 50px !important;
  }
}
@media (max-width: 990px) {
  /*セクションコンテナ*/
  .contents[b-ehhvzmcdzz] {
    width: 100%;
  }
  /*コンテンツタイトル*/
  .contents-title[b-ehhvzmcdzz] {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 20px;
  }
  /*コンテンツテキスト*/
  .contents-text[b-ehhvzmcdzz] {
    font-size: 14px;
    margin-bottom: 25px !important;
  }
  /*コンテンツ画像*/
  .contents-image[b-ehhvzmcdzz] {
    width: 100%;
  }
  /*説明コンテンツ*/
  .contents-explain[b-ehhvzmcdzz] {
    margin-top: 45px;
    padding-top: 45px;
  }
  /*説明コンテンツタイトル*/
  .contents-explain-title[b-ehhvzmcdzz] {
    margin-bottom: 10px;
    font-size: 16px;
  }
  /*説明コンテンツタイトルナンバー*/
  .contents-explain-title-number[b-ehhvzmcdzz] {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    font-size: 16px;
    line-height: 24px;
  }
  /*説明コンテンツテキスト*/
  .contents-explain-text[b-ehhvzmcdzz] {
    font-size: 14px;
  }
  /*リストラップ*/
  .list-wrap[b-ehhvzmcdzz] {
    margin-top: 20px;
  }
  /*リストアイテムの用語*/
  .list-term[b-ehhvzmcdzz] {
    width: 75px;
    font-size: 14px;
  }
  /*リストアイテムの定義*/
  .list-definition[b-ehhvzmcdzz] {
    width: calc(100% - 90px);
    margin-left: 15px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  /*コンテンツ画像内ボーダー*/
  .yellow-border-if-1[b-ehhvzmcdzz] {
    top: -0.5%;
    left: 1.3%;
    width: 4.5vw;
    height: 3.5vw;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-if-2[b-ehhvzmcdzz] {
    top: -0.5%;
    left: 16%;
    width: 16vw;
    height: 3.5vw;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-if-3[b-ehhvzmcdzz] {
    top: -0.5%;
    left: 79.8%;
    width: 9.2vw;
    height: 3.5vw;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-if-4[b-ehhvzmcdzz] {
    top: -0.5%;
    right: 0.5%;
    width: 9vw;
    height: 3.5vw;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-if-5[b-ehhvzmcdzz] {
    top: 44%;
    left: 39%;
    width: 20.4vw;
    height: 9.7vw;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-if-6-left[b-ehhvzmcdzz] {
    top: 47.7%;
    left: 33.5%;
    width: 4.7vw;
    height: 4.7vw;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-if-6-right[b-ehhvzmcdzz] {
    top: 47.7%;
    left: 61.3%;
    width: 4.7vw;
    height: 4.7vw;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-if-7[b-ehhvzmcdzz] {
    top: 4.5%;
    left: 87.6%;
    width: 11.5vw;
    height: 59.5vw;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-if-8[b-ehhvzmcdzz] {
    bottom: 2.7%;
    right: 1%;
    width: 19.6vw;
    height: 3.9vw;
  }
}
/*# sourceMappingURL=/codebuild/output/src2623623628/src/embotters-app/EmbottersApp/EmbottersApp/Pages/HandbookIf.razor.css.map */
/* /Pages/HandbookInterface.razor.rz.scp.css */
@charset "UTF-8";
/*一つ目以降のセクションコンテナ*/
.contents + .contents[b-pde1bhegb7] {
  margin-top: 100px;
}

/*コンテンツタイトル*/
.contents-title[b-pde1bhegb7] {
  margin-bottom: 25px;
  padding-bottom: 15px;
  font-size: 30px;
  font-weight: 600;
  color: #333;
  border-bottom: 1px solid #bbb;
}

/*コンテンツ内テキスト*/
.contents-text[b-pde1bhegb7] {
  font-size: 18px;
  line-height: 200%;
}

/*コンテンツ画像タイトル*/
.contents-image-title[b-pde1bhegb7] {
  margin-bottom: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

/*コンテンツ画像*/
.contents-image[b-pde1bhegb7] {
  max-width: 100%;
}

/*コンテンツ画像下の文字ラッパー*/
.contents-image-text-wrap[b-pde1bhegb7] {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*コンテンツ画像下の文字*/
.contents-image-text[b-pde1bhegb7] {
  width: 22%;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

/*レベルリスト*/
.list-level[b-pde1bhegb7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 27px 5px 0 0;
}

/*レベルリストのレベル*/
.list-level-term[b-pde1bhegb7] {
  width: 67px;
  font-size: 18px;
  font-weight: 600;
  line-height: 200%;
}

/*レベルリストのレベルの定義*/
.list-level-definition[b-pde1bhegb7] {
  width: calc(100% - 100px);
  margin-left: 33px;
  font-size: 18px;
  line-height: 200%;
}

/*画像リスト*/
.list-image[b-pde1bhegb7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}

/*画像リストアイテム*/
.list-image-item[b-pde1bhegb7] {
  width: calc(50% - 15px);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2784313725);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2784313725);
}

/*画像リストのリンク*/
.list-image-hover:hover[b-pde1bhegb7] {
  opacity: 0.7 !important;
  -webkit-transition: opacity 250ms !important;
  transition: opacity 250ms !important;
}

/*画像リストの画像*/
.list-image-item img[b-pde1bhegb7] {
  width: 100%;
}

@media (max-width: 990px) {
  /*一つ目以降のセクションコンテナ*/
  .contents + .contents[b-pde1bhegb7] {
    margin-top: 40px;
  }
  /*セクションコンテナ*/
  .contents[b-pde1bhegb7] {
    width: 100%;
  }
  /*コンテンツタイトル*/
  .contents-title[b-pde1bhegb7] {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 20px;
  }
  /*コンテンツ内テキスト*/
  .contents-text[b-pde1bhegb7] {
    font-size: 14px;
    margin-bottom: 35px !important;
  }
  /*コンテンツ画像タイトル*/
  .contents-image-title[b-pde1bhegb7] {
    font-size: 14px;
  }
  /*コンテンツ画像*/
  .contents-image[b-pde1bhegb7] {
    max-width: 100%;
    width: 100%;
  }
  /*コンテンツ画像下の文字ラッパー*/
  .contents-image-text-wrap[b-pde1bhegb7] {
    margin-bottom: 40px !important;
  }
  /*コンテンツ画像下の文字*/
  .contents-image-text[b-pde1bhegb7] {
    font-size: 14px;
  }
  /*レベルリストのレベル*/
  .list-level-term[b-pde1bhegb7] {
    width: 60px;
    font-size: 15px;
  }
  /*レベルリストのレベルの定義*/
  .list-level-definition[b-pde1bhegb7] {
    width: calc(100% - 85px);
    margin-left: 25px;
    font-size: 14px;
  }
}
/*# sourceMappingURL=/codebuild/output/src2623623628/src/embotters-app/EmbottersApp/EmbottersApp/Pages/HandbookInterface.razor.css.map */
/* /Pages/HandbookLevel1.razor.rz.scp.css */
@charset "UTF-8";
/*注意*/
.caution[b-nq6bqjvy5x] {
  font-size: 18px;
  color: red;
  line-height: 200%;
}

/*遷移ボタン*/
.two-column[b-nq6bqjvy5x] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*遷移ボタン*/
.two-column-button[b-nq6bqjvy5x] {
  width: calc(50% - 10px);
  font-size: 16px;
  text-align: center;
}

/*リンクボタン*/
.a-button[b-nq6bqjvy5x] {
  position: relative;
  display: block;
  color: #333;
  border: 1px solid #333;
  background: #fff;
  text-decoration: none;
  -webkit-transition: color 250ms, background 250ms;
  transition: color 250ms, background 250ms;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/*リンクボタン*/
.a-button:hover[b-nq6bqjvy5x] {
  color: #fff;
  border: 1px solid #fff;
  background: #333;
}

/*リンクボタン*/
.a-button[b-nq6bqjvy5x]:after {
  content: "";
  display: block;
  position: absolute;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transition: color 250ms, background 250ms;
  transition: color 250ms, background 250ms;
  -webkit-transform: translateY(-50%) rotate(135deg);
      -ms-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}

/*リンクボタン*/
.a-button:hover[b-nq6bqjvy5x]:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

/*コンテンツタイトル*/
.contents-title[b-nq6bqjvy5x] {
  margin-bottom: 25px;
  padding-bottom: 15px;
  font-size: 30px;
  font-weight: 600;
  color: #333;
  border-bottom: 1px solid #bbb;
}

/*コンテンツテキスト*/
.contents-text[b-nq6bqjvy5x] {
  font-size: 18px;
  line-height: 200%;
}

/*コンテンツ画像ラッパー*/
.contents-image-wrapper[b-nq6bqjvy5x] {
  position: relative;
}

/*コンテンツ画像*/
.contents-image[b-nq6bqjvy5x] {
  max-width: 100%;
}

/*コンテンツ画像内ボーダー*/
.yellow-border[b-nq6bqjvy5x] {
  position: absolute;
  border: 5px solid #f1a91a;
  border-radius: 15px;
}

/*コンテンツ画像内ボーダーナンバー*/
.yellow-border-number[b-nq6bqjvy5x] {
  position: absolute;
  padding: 1px 5px;
  border: none;
  border-radius: 30px;
  background-color: #f1a91a;
  color: #fff;
  font-size: 10px;
}

/*コンテンツ画像内ボーダー*/
.yellow-border-functionLv1-1[b-nq6bqjvy5x] {
  top: -3px;
  left: 8px;
  width: 35px;
  height: 27px;
}

/*コンテンツ画像内ボーダーナンバー*/
.yellow-border-number-functionLv1-1[b-nq6bqjvy5x] {
  top: -4px;
  left: -22px;
}

/*コンテンツ画像内ボーダー*/
.yellow-border-functionLv1-2[b-nq6bqjvy5x] {
  top: -2px;
  left: 110px;
  width: 122px;
  height: 26px;
}

/*コンテンツ画像内ボーダーナンバー*/
.yellow-border-number-functionLv1-2[b-nq6bqjvy5x] {
  top: -3px;
  right: -23px;
}

/*コンテンツ画像内ボーダー*/
.yellow-border-functionLv1-3[b-nq6bqjvy5x] {
  top: -2px;
  left: 558px;
  width: 70px;
  height: 26px;
}

/*コンテンツ画像内ボーダーナンバー*/
.yellow-border-number-functionLv1-3[b-nq6bqjvy5x] {
  top: -3px;
  left: -23px;
}

/*コンテンツ画像内ボーダー*/
.yellow-border-functionLv1-4[b-nq6bqjvy5x] {
  top: -2px;
  right: 3px;
  width: 69px;
  height: 26px;
}

/*コンテンツ画像内ボーダーナンバー*/
.yellow-border-number-functionLv1-4[b-nq6bqjvy5x] {
  top: -3px;
  right: -22px;
}

/*コンテンツ画像内ボーダー*/
.yellow-border-functionLv1-5[b-nq6bqjvy5x] {
  top: 20px;
  left: -3px;
  width: 79px;
  height: 115px;
}

/*コンテンツ画像内ボーダーナンバー*/
.yellow-border-number-functionLv1-5[b-nq6bqjvy5x] {
  top: 2px;
  right: -22px;
}

/*コンテンツ画像内ボーダー*/
.yellow-border-functionLv1-6[b-nq6bqjvy5x] {
  top: 25px;
  left: 93px;
  width: 607px;
  height: 455px;
}

/*コンテンツ画像内ボーダーナンバー*/
.yellow-border-number-functionLv1-6[b-nq6bqjvy5x] {
  top: 5px;
  left: 5px;
}

/*コンテンツ画像内ボーダー*/
.yellow-border-functionLv1-7[b-nq6bqjvy5x] {
  bottom: 12px;
  left: 11px;
  width: 52px;
  height: 32px;
}

/*コンテンツ画像内ボーダーナンバー*/
.yellow-border-number-functionLv1-7[b-nq6bqjvy5x] {
  top: -3px;
  left: -22px;
}

/*コンテンツ画像内ボーダー*/
.yellow-border-functionLv1-8[b-nq6bqjvy5x] {
  bottom: 14px;
  right: 9px;
  width: 150px;
  height: 30px;
}

/*コンテンツ画像内ボーダーナンバー*/
.yellow-border-number-functionLv1-8[b-nq6bqjvy5x] {
  top: -2px;
  left: -23px;
}

/*説明コンテンツ*/
.contents-explain[b-nq6bqjvy5x] {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #bbb;
}

/*説明コンテンツタイトル*/
.contents-explain-title[b-nq6bqjvy5x] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  color: #333;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}

/*説明コンテンツタイトルナンバー*/
.contents-explain-title-number[b-nq6bqjvy5x] {
  width: 26px;
  height: 26px;
  margin-right: 12px;
  display: inline-block;
  color: #fff;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  border-radius: 50%;
  background: #f1a919;
}

/*説明コンテンツテキスト*/
.contents-explain-text[b-nq6bqjvy5x] {
  color: #333;
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
}

/*リストラップ*/
.list-wrap[b-nq6bqjvy5x] {
  margin-top: 35px;
}

/*リスト*/
.list[b-nq6bqjvy5x] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/*リスト*/
.list:not(:last-child)[b-nq6bqjvy5x] {
  padding-bottom: 30px;
}

/*リストアイテムの用語*/
.list-term[b-nq6bqjvy5x] {
  width: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-weight: 600;
  font-size: 18px;
  line-height: 200%;
}

/*リストアイテムの用語*/
.list-term[b-nq6bqjvy5x]:before {
  content: "■";
}

/*リストアイテムの定義*/
.list-definition[b-nq6bqjvy5x] {
  width: calc(100% - 120px);
  margin-left: 30px;
  font-weight: 400;
  font-size: 18px;
  line-height: 200%;
}

@media (min-width: 1400px) {
  /*コンテンツ画像内ボーダー*/
  .yellow-border-functionLv1-1[b-nq6bqjvy5x] {
    top: -3px;
    left: 14px;
    width: 38px;
    height: 32px;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-functionLv1-2[b-nq6bqjvy5x] {
    top: -2px;
    left: 146px;
    width: 150px;
    height: 30px;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-functionLv1-3[b-nq6bqjvy5x] {
    top: -2px;
    left: 721px;
    width: 86px;
    height: 30px;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-functionLv1-4[b-nq6bqjvy5x] {
    top: -2px;
    right: 4px;
    width: 88px;
    height: 30px;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-functionLv1-5[b-nq6bqjvy5x] {
    top: 29px;
    left: -3px;
    width: 100px;
    height: 141px;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-functionLv1-6[b-nq6bqjvy5x] {
    top: 29px;
    left: 117px;
    width: 783px;
    height: 587px;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-functionLv1-7[b-nq6bqjvy5x] {
    bottom: 18px;
    left: 15px;
    width: 63px;
    height: 38px;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-functionLv1-8[b-nq6bqjvy5x] {
    bottom: 17px;
    right: 9px;
    width: 190px;
    height: 40px;
  }
}
@media (min-width: 991px) {
  /*注意*/
  .caution[b-nq6bqjvy5x] {
    margin-bottom: 20px !important;
    padding-top: 10px !important;
  }
  /*遷移ボタン*/
  .two-column[b-nq6bqjvy5x] {
    margin-bottom: 60px !important;
  }
  /*リンクボタン*/
  .a-button[b-nq6bqjvy5x] {
    padding: 13px;
  }
  /*リンクボタン*/
  .a-button[b-nq6bqjvy5x]:after {
    top: 50%;
    right: 20px;
    width: 8px;
    height: 8px;
  }
  /*コンテンツテキスト*/
  .contents-text[b-nq6bqjvy5x] {
    margin-bottom: 50px !important;
  }
}
@media (max-width: 990px) {
  /*注意*/
  .caution[b-nq6bqjvy5x] {
    font-size: 14px;
    margin-bottom: 15px !important;
    padding-top: 5px !important;
  }
  /*遷移ボタン*/
  .two-column[b-nq6bqjvy5x] {
    margin-bottom: 40px !important;
  }
  /*リンクボタン*/
  .a-button[b-nq6bqjvy5x] {
    padding: 8px;
  }
  /*リンクボタン*/
  .a-button[b-nq6bqjvy5x]:after {
    top: 48%;
    right: 15px;
    width: 7px;
    height: 7px;
  }
  /*セクションコンテナ*/
  .contents[b-nq6bqjvy5x] {
    width: 100%;
  }
  /*コンテンツタイトル*/
  .contents-title[b-nq6bqjvy5x] {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 20px;
  }
  /*コンテンツテキスト*/
  .contents-text[b-nq6bqjvy5x] {
    font-size: 14px;
    margin-bottom: 25px !important;
  }
  /*コンテンツ画像*/
  .contents-image[b-nq6bqjvy5x] {
    width: 100%;
  }
  /*説明コンテンツ*/
  .contents-explain[b-nq6bqjvy5x] {
    margin-top: 45px;
    padding-top: 45px;
  }
  /*説明コンテンツタイトル*/
  .contents-explain-title[b-nq6bqjvy5x] {
    margin-bottom: 10px;
    font-size: 16px;
  }
  /*説明コンテンツタイトルナンバー*/
  .contents-explain-title-number[b-nq6bqjvy5x] {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    font-size: 16px;
    line-height: 24px;
  }
  /*説明コンテンツテキスト*/
  .contents-explain-text[b-nq6bqjvy5x] {
    font-size: 14px;
  }
  /*リストラップ*/
  .list-wrap[b-nq6bqjvy5x] {
    margin-top: 20px;
  }
  /*リストアイテムの用語*/
  .list-term[b-nq6bqjvy5x] {
    width: 75px;
    font-size: 14px;
  }
  /*リストアイテムの定義*/
  .list-definition[b-nq6bqjvy5x] {
    width: calc(100% - 90px);
    margin-left: 15px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  /*コンテンツ画像内ボーダー*/
  .yellow-border-functionLv1-1[b-nq6bqjvy5x] {
    top: -0.5%;
    left: 1.3%;
    width: 4.5vw;
    height: 3.5vw;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-functionLv1-2[b-nq6bqjvy5x] {
    top: -0.5%;
    left: 16%;
    width: 16vw;
    height: 3.5vw;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-functionLv1-3[b-nq6bqjvy5x] {
    top: -0.5%;
    left: 79.8%;
    width: 9.2vw;
    height: 3.5vw;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-functionLv1-4[b-nq6bqjvy5x] {
    top: -0.5%;
    right: 0.5%;
    width: 9vw;
    height: 3.5vw;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-functionLv1-5[b-nq6bqjvy5x] {
    top: 4.6%;
    left: -0.5%;
    width: 10.5vw;
    height: 14.6vw;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-functionLv1-6[b-nq6bqjvy5x] {
    top: 4.6%;
    left: 13.5%;
    width: 78.9vw;
    height: 59.4vw;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-functionLv1-7[b-nq6bqjvy5x] {
    bottom: 2.7%;
    left: 1.5%;
    width: 7vw;
    height: 4vw;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-functionLv1-8[b-nq6bqjvy5x] {
    bottom: 2.7%;
    right: 1%;
    width: 19.5vw;
    height: 4vw;
  }
}
/*# sourceMappingURL=/codebuild/output/src2623623628/src/embotters-app/EmbottersApp/EmbottersApp/Pages/HandbookLevel1.razor.css.map */
/* /Pages/HandbookLevel2-5.razor.rz.scp.css */
@charset "UTF-8";
/*注意*/
.caution[b-0wzxq1r76f] {
  font-size: 18px;
  color: red;
  line-height: 200%;
}

/*遷移ボタン*/
.two-column[b-0wzxq1r76f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*遷移ボタン*/
.two-column-button[b-0wzxq1r76f] {
  width: calc(50% - 10px);
  font-size: 16px;
  text-align: center;
}

/*リンクボタン*/
.a-button[b-0wzxq1r76f] {
  position: relative;
  display: block;
  color: #333;
  border: 1px solid #333;
  background: #fff;
  text-decoration: none;
  -webkit-transition: color 250ms, background 250ms;
  transition: color 250ms, background 250ms;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/*リンクボタン*/
.a-button:hover[b-0wzxq1r76f] {
  color: #fff;
  border: 1px solid #fff;
  background: #333;
}

/*リンクボタン*/
.a-button[b-0wzxq1r76f]:after {
  content: "";
  display: block;
  position: absolute;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transition: color 250ms, background 250ms;
  transition: color 250ms, background 250ms;
  -webkit-transform: translateY(-50%) rotate(135deg);
      -ms-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}

/*リンクボタン*/
.a-button:hover[b-0wzxq1r76f]:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

/*コンテンツタイトル*/
.contents-title[b-0wzxq1r76f] {
  margin-bottom: 25px;
  padding-bottom: 15px;
  font-size: 30px;
  font-weight: 600;
  color: #333;
  border-bottom: 1px solid #bbb;
}

/*コンテンツテキスト*/
.contents-text[b-0wzxq1r76f] {
  font-size: 18px;
  line-height: 200%;
}

/*コンテンツ画像ラッパー*/
.contents-image-wrapper[b-0wzxq1r76f] {
  position: relative;
}

/*コンテンツ画像*/
.contents-image[b-0wzxq1r76f] {
  max-width: 100%;
}

/*コンテンツ画像内ボーダー*/
.yellow-border[b-0wzxq1r76f] {
  position: absolute;
  border: 5px solid #f1a91a;
  border-radius: 15px;
}

/*コンテンツ画像内ボーダーナンバー*/
.yellow-border-number[b-0wzxq1r76f] {
  position: absolute;
  padding: 1px 5px;
  border: none;
  border-radius: 30px;
  background-color: #f1a91a;
  color: #fff;
  font-size: 10px;
}

/*コンテンツ画像内ボーダー*/
.yellow-border-functionLv1-1[b-0wzxq1r76f] {
  top: -3px;
  left: 8px;
  width: 35px;
  height: 27px;
}

/*コンテンツ画像内ボーダーナンバー*/
.yellow-border-number-functionLv1-1[b-0wzxq1r76f] {
  top: -4px;
  left: -22px;
}

/*コンテンツ画像内ボーダー*/
.yellow-border-functionLv1-2[b-0wzxq1r76f] {
  top: -2px;
  left: 110px;
  width: 122px;
  height: 26px;
}

/*コンテンツ画像内ボーダーナンバー*/
.yellow-border-number-functionLv1-2[b-0wzxq1r76f] {
  top: -3px;
  right: -23px;
}

/*コンテンツ画像内ボーダー*/
.yellow-border-functionLv1-3[b-0wzxq1r76f] {
  top: -2px;
  left: 558px;
  width: 70px;
  height: 26px;
}

/*コンテンツ画像内ボーダーナンバー*/
.yellow-border-number-functionLv1-3[b-0wzxq1r76f] {
  top: -3px;
  left: -23px;
}

/*コンテンツ画像内ボーダー*/
.yellow-border-functionLv1-4[b-0wzxq1r76f] {
  top: -2px;
  right: 3px;
  width: 69px;
  height: 26px;
}

/*コンテンツ画像内ボーダーナンバー*/
.yellow-border-number-functionLv1-4[b-0wzxq1r76f] {
  top: -3px;
  right: -22px;
}

/*コンテンツ画像内ボーダー*/
.yellow-border-functionLv1-5[b-0wzxq1r76f] {
  top: 20px;
  left: -3px;
  width: 79px;
  height: 115px;
}

/*コンテンツ画像内ボーダーナンバー*/
.yellow-border-number-functionLv1-5[b-0wzxq1r76f] {
  top: -9px;
  right: -6px;
}

/*コンテンツ画像内ボーダー*/
.yellow-border-functionLv1-6[b-0wzxq1r76f] {
  top: 21px;
  left: 76px;
  width: 536px;
  height: 458px;
}

/*コンテンツ画像内ボーダーナンバー*/
.yellow-border-number-functionLv1-6[b-0wzxq1r76f] {
  top: 5px;
  left: 5px;
}

/*コンテンツ画像内ボーダー*/
.yellow-border-functionLv1-7[b-0wzxq1r76f] {
  top: 21px;
  left: 613px;
  width: 88px;
  height: 458px;
}

/*コンテンツ画像内ボーダーナンバー*/
.yellow-border-number-functionLv1-7[b-0wzxq1r76f] {
  top: 3px;
  left: 3px;
}

/*コンテンツ画像内ボーダー*/
.yellow-border-functionLv1-8[b-0wzxq1r76f] {
  bottom: 13px;
  left: 10px;
  width: 185px;
  height: 32px;
}

/*コンテンツ画像内ボーダーナンバー*/
.yellow-border-number-functionLv1-8[b-0wzxq1r76f] {
  top: -23px;
  left: -3px;
}

/*コンテンツ画像内ボーダー*/
.yellow-border-functionLv1-9[b-0wzxq1r76f] {
  bottom: 14px;
  right: 9px;
  width: 150px;
  height: 30px;
}

/*コンテンツ画像内ボーダーナンバー*/
.yellow-border-number-functionLv1-9[b-0wzxq1r76f] {
  top: -2px;
  left: -23px;
}

/*説明コンテンツ*/
.contents-explain[b-0wzxq1r76f] {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #bbb;
}

/*説明コンテンツタイトル*/
.contents-explain-title[b-0wzxq1r76f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  color: #333;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}

/*説明コンテンツタイトルナンバー*/
.contents-explain-title-number[b-0wzxq1r76f] {
  width: 26px;
  height: 26px;
  margin-right: 12px;
  display: inline-block;
  color: #fff;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  border-radius: 50%;
  background: #f1a919;
}

/*説明コンテンツテキスト*/
.contents-explain-text[b-0wzxq1r76f] {
  color: #333;
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
}

/*リストラップ*/
.list-wrap[b-0wzxq1r76f] {
  margin-top: 35px;
}

/*リスト*/
.list[b-0wzxq1r76f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/*リスト*/
.list:not(:last-child)[b-0wzxq1r76f] {
  padding-bottom: 30px;
}

/*リストアイテムの用語*/
.list-term[b-0wzxq1r76f] {
  width: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-weight: 600;
  font-size: 18px;
  line-height: 200%;
}

/*リストアイテムの用語*/
.list-term[b-0wzxq1r76f]:before {
  content: "■";
}

/*リストアイテムの定義*/
.list-definition[b-0wzxq1r76f] {
  width: calc(100% - 120px);
  margin-left: 30px;
  font-weight: 400;
  font-size: 18px;
  line-height: 200%;
}

@media (min-width: 1400px) {
  /*コンテンツ画像内ボーダー*/
  .yellow-border-functionLv1-1[b-0wzxq1r76f] {
    top: -3px;
    left: 14px;
    width: 38px;
    height: 32px;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-functionLv1-2[b-0wzxq1r76f] {
    top: -2px;
    left: 146px;
    width: 150px;
    height: 30px;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-functionLv1-3[b-0wzxq1r76f] {
    top: -2px;
    left: 721px;
    width: 86px;
    height: 30px;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-functionLv1-4[b-0wzxq1r76f] {
    top: -2px;
    right: 4px;
    width: 88px;
    height: 30px;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-functionLv1-5[b-0wzxq1r76f] {
    top: 29px;
    left: -3px;
    width: 100px;
    height: 141px;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-functionLv1-6[b-0wzxq1r76f] {
    top: 28px;
    left: 100px;
    width: 688px;
    height: 590px;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-functionLv1-7[b-0wzxq1r76f] {
    top: 28px;
    left: 789px;
    width: 112px;
    height: 590px;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-functionLv1-8[b-0wzxq1r76f] {
    bottom: 17px;
    left: 10px;
    width: 233px;
    height: 38px;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-functionLv1-9[b-0wzxq1r76f] {
    bottom: 17px;
    right: 9px;
    width: 190px;
    height: 40px;
  }
}
@media (min-width: 991px) {
  /*注意*/
  .caution[b-0wzxq1r76f] {
    margin-bottom: 20px !important;
    padding-top: 10px !important;
  }
  /*遷移ボタン*/
  .two-column[b-0wzxq1r76f] {
    margin-bottom: 60px !important;
  }
  /*リンクボタン*/
  .a-button[b-0wzxq1r76f] {
    padding: 13px;
  }
  /*リンクボタン*/
  .a-button[b-0wzxq1r76f]:after {
    top: 50%;
    right: 20px;
    width: 8px;
    height: 8px;
  }
  /*コンテンツテキスト*/
  .contents-text[b-0wzxq1r76f] {
    margin-bottom: 50px !important;
  }
}
@media (max-width: 990px) {
  /*注意*/
  .caution[b-0wzxq1r76f] {
    font-size: 14px;
    margin-bottom: 15px !important;
    padding-top: 5px !important;
  }
  /*遷移ボタン*/
  .two-column[b-0wzxq1r76f] {
    margin-bottom: 40px !important;
  }
  /*リンクボタン*/
  .a-button[b-0wzxq1r76f] {
    padding: 8px;
  }
  /*リンクボタン*/
  .a-button[b-0wzxq1r76f]:after {
    top: 48%;
    right: 15px;
    width: 7px;
    height: 7px;
  }
  /*セクションコンテナ*/
  .contents[b-0wzxq1r76f] {
    width: 100%;
  }
  /*コンテンツタイトル*/
  .contents-title[b-0wzxq1r76f] {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 20px;
  }
  /*コンテンツテキスト*/
  .contents-text[b-0wzxq1r76f] {
    font-size: 14px;
    margin-bottom: 25px !important;
  }
  /*コンテンツ画像*/
  .contents-image[b-0wzxq1r76f] {
    width: 100%;
  }
  /*説明コンテンツ*/
  .contents-explain[b-0wzxq1r76f] {
    margin-top: 45px;
    padding-top: 45px;
  }
  /*説明コンテンツタイトル*/
  .contents-explain-title[b-0wzxq1r76f] {
    margin-bottom: 10px;
    font-size: 16px;
  }
  /*説明コンテンツタイトルナンバー*/
  .contents-explain-title-number[b-0wzxq1r76f] {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    font-size: 16px;
    line-height: 24px;
  }
  /*説明コンテンツテキスト*/
  .contents-explain-text[b-0wzxq1r76f] {
    font-size: 14px;
  }
  /*リストラップ*/
  .list-wrap[b-0wzxq1r76f] {
    margin-top: 20px;
  }
  /*リストアイテムの用語*/
  .list-term[b-0wzxq1r76f] {
    width: 75px;
    font-size: 14px;
  }
  /*リストアイテムの定義*/
  .list-definition[b-0wzxq1r76f] {
    width: calc(100% - 90px);
    margin-left: 15px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  /*コンテンツ画像内ボーダー*/
  .yellow-border-functionLv1-1[b-0wzxq1r76f] {
    top: -0.5%;
    left: 1.3%;
    width: 4.5vw;
    height: 3.5vw;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-functionLv1-2[b-0wzxq1r76f] {
    top: -0.5%;
    left: 16%;
    width: 16vw;
    height: 3.5vw;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-functionLv1-3[b-0wzxq1r76f] {
    top: -0.5%;
    left: 79.8%;
    width: 9.2vw;
    height: 3.5vw;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-functionLv1-4[b-0wzxq1r76f] {
    top: -0.5%;
    right: 0.5%;
    width: 9vw;
    height: 3.5vw;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-functionLv1-5[b-0wzxq1r76f] {
    top: 4.6%;
    left: -0.5%;
    width: 10.5vw;
    height: 14.6vw;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-functionLv1-6[b-0wzxq1r76f] {
    top: 4.5%;
    left: 10.8%;
    width: 70vw;
    height: 59.5vw;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-functionLv1-7[b-0wzxq1r76f] {
    top: 4.5%;
    left: 87.6%;
    width: 11.5vw;
    height: 59.5vw;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-functionLv1-8[b-0wzxq1r76f] {
    bottom: 2.7%;
    left: 1%;
    width: 24vw;
    height: 3.9vw;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-functionLv1-9[b-0wzxq1r76f] {
    bottom: 2.7%;
    right: 1%;
    width: 19.6vw;
    height: 3.9vw;
  }
}
/*# sourceMappingURL=/codebuild/output/src2623623628/src/embotters-app/EmbottersApp/EmbottersApp/Pages/HandbookLevel2-5.razor.css.map */
/* /Pages/HandbookNews.razor.rz.scp.css */
@charset "UTF-8";
/*マージン用スタイル*/
.mt0[b-iy4neuty6a] {
  margin-top: 0 !important;
}

/*マージン用スタイル*/
.mr5[b-iy4neuty6a] {
  margin-right: 5px !important;
}

/*コンテンツタイトル*/
.contents-title[b-iy4neuty6a] {
  margin-bottom: 25px;
  padding-bottom: 15px;
  font-size: 30px;
  font-weight: 600;
  color: #333;
  border-bottom: 1px solid #bbb;
}

/*コンテンツテキスト*/
.contents-text[b-iy4neuty6a] {
  font-size: 18px;
  line-height: 200%;
}

/*コンテンツ画像*/
.contents-image[b-iy4neuty6a] {
  max-width: 100%;
}

/*コンテンツ画像*/
.contents-image-65per[b-iy4neuty6a] {
  width: 65%;
}

/*遷移ボタン*/
.two-column[b-iy4neuty6a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*遷移ボタン*/
.two-column-button[b-iy4neuty6a] {
  width: calc(50% - 10px);
  font-size: 16px;
  text-align: center;
}

/*遷移ボタン*/
.two-column-button:not(:first-child)[b-iy4neuty6a] {
  margin-left: 20px;
}

/*リンクボタン*/
.a-button[b-iy4neuty6a] {
  position: relative;
  display: block;
  color: #333;
  border: 1px solid #333;
  background: #fff;
  text-decoration: none;
  -webkit-transition: color 250ms, background 250ms;
  transition: color 250ms, background 250ms;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/*リンクボタン*/
.a-button:hover[b-iy4neuty6a] {
  color: #fff;
  border: 1px solid #fff;
  background: #333;
}

/*リンクボタン*/
.a-button[b-iy4neuty6a]:after {
  content: "";
  display: block;
  position: absolute;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transition: color 250ms, background 250ms;
  transition: color 250ms, background 250ms;
  -webkit-transform: translateY(-50%) rotate(135deg);
      -ms-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}

/*リンクボタン*/
.a-button:hover[b-iy4neuty6a]:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

/*説明コンテンツ*/
.contents-explain[b-iy4neuty6a] {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #bbb;
}

/*説明コンテンツ*/
.border-none[b-iy4neuty6a] {
  border: none;
}

/*説明コンテンツタイトル*/
.contents-explain-title[b-iy4neuty6a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  color: #333;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}

/*説明コンテンツタイトルナンバー*/
.contents-explain-title-number[b-iy4neuty6a] {
  width: 26px;
  height: 26px;
  margin-right: 12px;
  display: inline-block;
  color: #fff;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  border-radius: 50%;
  background: #f1a919;
}

/*説明コンテンツサブタイトル*/
.contents-explain-sub-title[b-iy4neuty6a] {
  margin-bottom: 12px;
  color: #333;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}

/*説明コンテンツタイトル画像*/
.contents-explain-title-image[b-iy4neuty6a] {
  margin-right: 15px;
}

/*説明コンテンツサブタイトル*/
.contents-explain-sub-title[b-iy4neuty6a]:before {
  content: "■";
}

/*説明コンテンツテキスト*/
.contents-explain-text[b-iy4neuty6a] {
  color: #333;
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
}

/*リストラップ*/
.list-wrap[b-iy4neuty6a] {
  margin-top: 35px;
}

/*リスト*/
.list[b-iy4neuty6a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}

/*リスト*/
.list:not(:last-child)[b-iy4neuty6a] {
  padding-bottom: 30px;
}

/*リストアイテムの用語*/
.list-term[b-iy4neuty6a] {
  width: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-weight: 600;
  font-size: 18px;
  line-height: 200%;
}

/*リストアイテムの用語*/
.list-term[b-iy4neuty6a]:before {
  content: "■";
}

/*リストアイテムの定義*/
.list-definition[b-iy4neuty6a] {
  width: calc(100% - 120px);
  margin-left: 30px;
  font-weight: 400;
  font-size: 18px;
  line-height: 200%;
}

/*リストラップ*/
.list-widest-wrap[b-iy4neuty6a] {
  margin-top: 35px;
}

/*リスト*/
.list-widest[b-iy4neuty6a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}

/*リスト*/
.list-widest:not(:last-child)[b-iy4neuty6a] {
  padding-bottom: 30px;
}

/*リストアイテムの用語*/
.list-widest-term[b-iy4neuty6a] {
  width: 205px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-weight: 600;
  font-size: 18px;
  line-height: 180%;
}

/*リストアイテムの用語*/
.list-widest-term[b-iy4neuty6a]:before {
  content: "■";
}

/*リストアイテムの定義*/
.list-widest-definition[b-iy4neuty6a] {
  width: calc(100% - 220px);
  margin-left: 15px;
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
}

@media (min-width: 991px) {
  /*パディング用スタイル*/
  .pt40pc[b-iy4neuty6a] {
    padding-top: 40px !important;
  }
  /*パディング用スタイル*/
  .pt50pc[b-iy4neuty6a] {
    padding-top: 50px !important;
  }
  /*パディング用スタイル*/
  .pb45pc[b-iy4neuty6a] {
    padding-bottom: 45px !important;
  }
  /*マージン用スタイル*/
  .mb40pc[b-iy4neuty6a] {
    margin-bottom: 40px !important;
  }
  /*マージン用スタイル*/
  .mb20pc[b-iy4neuty6a] {
    margin-bottom: 20px !important;
  }
  /*マージン用スタイル*/
  .mb25pc[b-iy4neuty6a] {
    margin-bottom: 25px !important;
  }
  /*マージン用スタイル*/
  .mb35pc[b-iy4neuty6a] {
    margin-bottom: 35px !important;
  }
  /*マージン用スタイル*/
  .mb40pc[b-iy4neuty6a] {
    margin-bottom: 40px !important;
  }
  /*マージン用スタイル*/
  .mb45pc[b-iy4neuty6a] {
    margin-bottom: 45px !important;
  }
  /*マージン用スタイル*/
  .mb50pc[b-iy4neuty6a] {
    margin-bottom: 50px !important;
  }
  /*マージン用スタイル*/
  .mb60pc[b-iy4neuty6a] {
    margin-bottom: 60px !important;
  }
  /*マージン用スタイル*/
  .mb70pc[b-iy4neuty6a] {
    margin-bottom: 70px !important;
  }
  /*マージン用スタイル*/
  .mb90pc[b-iy4neuty6a] {
    margin-bottom: 90px !important;
  }
  /*コンテンツテキスト*/
  .contents-text[b-iy4neuty6a] {
    margin-bottom: 50px !important;
  }
  /*リンクボタン*/
  .a-button[b-iy4neuty6a] {
    padding: 13px;
  }
  /*リンクボタン*/
  .a-button[b-iy4neuty6a]:after {
    top: 50%;
    right: 20px;
    width: 8px;
    height: 8px;
  }
}
@media (max-width: 990px) {
  /*パディング用スタイル*/
  .pt30sp[b-iy4neuty6a] {
    padding-top: 30px !important;
  }
  /*パディング用スタイル*/
  .pt35sp[b-iy4neuty6a] {
    padding-top: 35px !important;
  }
  /*パディング用スタイル*/
  .pb30sp[b-iy4neuty6a] {
    padding-bottom: 30px !important;
  }
  /*パディング用スタイル*/
  .pb35sp[b-iy4neuty6a] {
    padding-bottom: 35px !important;
  }
  /*マージン用スタイル*/
  .mb15sp[b-iy4neuty6a] {
    margin-bottom: 15px !important;
  }
  /*マージン用スタイル*/
  .mb20sp[b-iy4neuty6a] {
    margin-bottom: 20px !important;
  }
  /*マージン用スタイル*/
  .mb25sp[b-iy4neuty6a] {
    margin-bottom: 25px !important;
  }
  /*マージン用スタイル*/
  .mb30sp[b-iy4neuty6a] {
    margin-bottom: 30px !important;
  }
  /*マージン用スタイル*/
  .mb35sp[b-iy4neuty6a] {
    margin-bottom: 35px !important;
  }
  /*マージン用スタイル*/
  .mb40sp[b-iy4neuty6a] {
    margin-bottom: 40px !important;
  }
  /*マージン用スタイル*/
  .mb50sp[b-iy4neuty6a] {
    margin-bottom: 50px !important;
  }
  /*セクションコンテナ*/
  .contents[b-iy4neuty6a] {
    width: 100%;
  }
  /*コンテンツタイトル*/
  .contents-title[b-iy4neuty6a] {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 20px;
  }
  /*コンテンツテキスト*/
  .contents-text[b-iy4neuty6a] {
    font-size: 14px;
  }
  /*コンテンツ画像*/
  .contents-image[b-iy4neuty6a] {
    width: 100%;
  }
  /*コンテンツ画像*/
  .contents-image-65per[b-iy4neuty6a] {
    width: 100%;
  }
  /*遷移ボタン*/
  .two-column-button[b-iy4neuty6a] {
    width: calc(50% - 7px);
    font-size: 14px;
  }
  /*遷移ボタン*/
  .two-column-button:not(:first-child)[b-iy4neuty6a] {
    margin-left: 14px;
  }
  /*リンクボタン*/
  .a-button[b-iy4neuty6a] {
    padding: 8px;
  }
  /*リンクボタン*/
  .a-button[b-iy4neuty6a]:after {
    top: 48%;
    right: 15px;
    width: 7px;
    height: 7px;
  }
  /*コンテンツ内テキスト*/
  .contents-text[b-iy4neuty6a] {
    margin-bottom: 25px !important;
  }
  /*コンテンツ画像*/
  .contents-image[b-iy4neuty6a] {
    width: 100%;
  }
  /*説明コンテンツ*/
  .contents-explain[b-iy4neuty6a] {
    margin-top: 45px;
    padding-top: 45px;
  }
  /*説明コンテンツタイトル*/
  .contents-explain-title[b-iy4neuty6a] {
    margin-bottom: 10px;
    font-size: 16px;
  }
  /*説明コンテンツタイトルナンバー*/
  .contents-explain-title-number[b-iy4neuty6a] {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    font-size: 16px;
    line-height: 24px;
  }
  /*説明コンテンツタイトル画像*/
  .contents-explain-title-image[b-iy4neuty6a] {
    margin-right: 10px;
  }
  /*説明コンテンツサブタイトル*/
  .contents-explain-sub-title[b-iy4neuty6a] {
    margin-bottom: 8px;
    font-size: 14px;
  }
  /*説明コンテンツテキスト*/
  .contents-explain-text[b-iy4neuty6a] {
    font-size: 14px;
  }
  /*リストラップ*/
  .list-wrap[b-iy4neuty6a] {
    margin-top: 20px;
  }
  /*リストアイテムの用語*/
  .list-term[b-iy4neuty6a] {
    width: 75px;
    font-size: 14px;
  }
  /*リストアイテムの定義*/
  .list-definition[b-iy4neuty6a] {
    width: calc(100% - 90px);
    margin-left: 15px;
    font-size: 14px;
  }
  /*リストラップ*/
  .list-widest-wrap[b-iy4neuty6a] {
    margin-top: 20px;
  }
  /*リストアイテムの用語*/
  .list-widest-term[b-iy4neuty6a] {
    width: 120px;
    font-size: 14px;
  }
  /*リストアイテムの定義*/
  .list-widest-definition[b-iy4neuty6a] {
    width: calc(100% - 135px);
    margin-left: 15px;
    font-size: 14px;
  }
}
/*# sourceMappingURL=/codebuild/output/src2623623628/src/embotters-app/EmbottersApp/EmbottersApp/Pages/HandbookNews.razor.css.map */
/* /Pages/HandbookRobotList.razor.rz.scp.css */
@charset "UTF-8";
/*マージン用スタイル*/
.u_mb100[b-bk0dbf5t8u] {
  margin-bottom: 100px !important;
}

/*マージン用スタイル*/
.u_mb60[b-bk0dbf5t8u] {
  margin-bottom: 60px !important;
}

/*サブタイトルスタイル*/
.contents-subheading[b-bk0dbf5t8u] {
  padding-left: 20px !important;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 23px;
}

/*コンテンツアイテムラッパー内画像*/
.contents-item-wrapper img[b-bk0dbf5t8u] {
  display: block !important;
  width: 85% !important;
  margin: 0 auto !important;
}

/*コンテンツアイテムラッパー内pタグ*/
.contents-item-wrapper .contents-explain[b-bk0dbf5t8u] {
  width: 85%;
  margin: 0 auto;
}

/*コンテンツタイトル*/
.contents-title[b-bk0dbf5t8u] {
  margin-bottom: 25px;
  padding-bottom: 15px;
  font-size: 30px;
  font-weight: 600;
  color: #333;
  border-bottom: 1px solid #bbb;
}

/*コンテンツテキスト*/
.contents-text[b-bk0dbf5t8u] {
  font-size: 18px;
  line-height: 200%;
}

/*コンテンツテキスト*/
.contents-text span[b-bk0dbf5t8u] {
  font-size: 18px;
  color: red;
  line-height: 200%;
}

/*コンテンツ画像ラッパー*/
.contents-image-wrapper[b-bk0dbf5t8u] {
  position: relative;
}

/*コンテンツ画像*/
.contents-image[b-bk0dbf5t8u] {
  max-width: 100%;
}

/*説明コンテンツ*/
.contents-explain[b-bk0dbf5t8u] {
  margin-top: 60px;
  padding-top: 60px;
}

/*説明コンテンツタイトル*/
.contents-explain-title[b-bk0dbf5t8u] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  color: #333;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}

/*説明コンテンツタイトルナンバー*/
.contents-explain-title-number[b-bk0dbf5t8u] {
  width: 26px;
  height: 26px;
  margin-right: 12px;
  display: inline-block;
  color: #fff;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  border-radius: 50%;
  background: #f1a919;
}

/*説明コンテンツテキスト*/
.contents-explain-text[b-bk0dbf5t8u] {
  color: #333;
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
}

/*説明コンテンツテキスト*/
.contents-explain-text span[b-bk0dbf5t8u] {
  text-decoration: underline;
  text-decoration-style: dotted;
  text-decoration-thickness: 2px;
}

/*表のラッパー*/
.table-container[b-bk0dbf5t8u] {
  overflow-x: auto;
  padding-bottom: 10px;
  margin-bottom: 140px;
}

/*表*/
.contents-table[b-bk0dbf5t8u] {
  width: 100%;
  border-collapse: collapse;
  border: none;
}

/*表*/
.contents-table img[b-bk0dbf5t8u], .contents-table p[b-bk0dbf5t8u] {
  width: 50px !important;
  text-align: center;
}

/*表*/
.contents-table-group[b-bk0dbf5t8u] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #000;
}

/*表*/
.contents-table-group:nth-child(1)[b-bk0dbf5t8u] {
  border-top: none;
}

/*表*/
.contents-table .contents-table-group:nth-child(2)[b-bk0dbf5t8u] {
  height: 50px;
  border-top: none;
}

/*表*/
.contents-table-group th[b-bk0dbf5t8u] {
  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;
  border: none;
  white-space: nowrap;
}

/*表*/
.contents-table-group td[b-bk0dbf5t8u] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 1px solid #000;
}

/*表*/
.contents-table-name-cell[b-bk0dbf5t8u] {
  width: 22%;
  padding: 10px 0 10px 20px;
  border-left: none !important;
}

/*表*/
.contents-table-short-cell[b-bk0dbf5t8u] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28%;
  padding: 10px 30px;
}

/*表*/
.contents-table-long-cell[b-bk0dbf5t8u] {
  width: 50%;
  padding: 10px 30px;
  border-right: none;
  gap: 25%;
}

@media (min-width: 991px) {
  /*コンテンツテキスト*/
  .contents-text[b-bk0dbf5t8u] {
    margin-bottom: 50px !important;
  }
}
@media (max-width: 990px) {
  /*セクションコンテナ*/
  .contents[b-bk0dbf5t8u] {
    width: 100%;
  }
  /*コンテンツタイトル*/
  .contents-title[b-bk0dbf5t8u] {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 20px;
  }
  /*コンテンツ内テキスト*/
  .contents-text[b-bk0dbf5t8u] {
    font-size: 14px;
    margin-bottom: 25px !important;
  }
  /*コンテンツ画像*/
  .contents-image[b-bk0dbf5t8u] {
    width: 100%;
  }
  /*説明コンテンツ*/
  .contents-explain[b-bk0dbf5t8u] {
    margin-top: 45px;
    padding-top: 45px;
  }
  /*説明コンテンツタイトル*/
  .contents-explain-title[b-bk0dbf5t8u] {
    margin-bottom: 10px;
    font-size: 16px;
  }
  /*説明コンテンツタイトルナンバー*/
  .contents-explain-title-number[b-bk0dbf5t8u] {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    font-size: 16px;
    line-height: 24px;
  }
  /*説明コンテンツテキスト*/
  .contents-explain-text[b-bk0dbf5t8u] {
    font-size: 14px;
  }
}
/*# sourceMappingURL=/codebuild/output/src2623623628/src/embotters-app/EmbottersApp/EmbottersApp/Pages/HandbookRobotList.razor.css.map */
/* /Pages/HandbookSaveList.razor.rz.scp.css */
@charset "UTF-8";
/*コンテンツタイトル*/
.contents-title[b-2bo2902fie] {
  margin-bottom: 25px;
  padding-bottom: 15px;
  font-size: 30px;
  font-weight: 600;
  color: #333;
  border-bottom: 1px solid #bbb;
}

/*コンテンツテキスト*/
.contents-text[b-2bo2902fie] {
  font-size: 18px;
  line-height: 200%;
}

/*コンテンツテキスト*/
.contents-text span[b-2bo2902fie] {
  font-size: 18px;
  color: red;
  line-height: 200%;
}

/*コンテンツ画像ラッパー*/
.contents-image-wrapper[b-2bo2902fie] {
  position: relative;
}

/*コンテンツ画像*/
.contents-image[b-2bo2902fie] {
  max-width: 100%;
}

/*コンテンツ画像内ボーダー*/
.yellow-border[b-2bo2902fie] {
  position: absolute;
  border: 5px solid #f1a91a;
  border-radius: 15px;
}

/*コンテンツ画像内ボーダーナンバー*/
.yellow-border-number[b-2bo2902fie] {
  position: absolute;
  padding: 1px 5px;
  border: none;
  border-radius: 30px;
  background-color: #f1a91a;
  color: #fff;
  font-size: 10px;
}

/*コンテンツ画像内ボーダー*/
.yellow-border-savelist-1[b-2bo2902fie] {
  top: 16px;
  left: 5px;
  width: 80px;
  height: 40px;
}

/*コンテンツ画像内ボーダーナンバー*/
.yellow-border-number-savelist-1[b-2bo2902fie] {
  top: -19px;
  left: -10px;
}

/*コンテンツ画像内ボーダー*/
.yellow-border-savelist-2[b-2bo2902fie] {
  top: 10px;
  left: 175px;
  width: 350px;
  height: 70px;
}

/*コンテンツ画像内ボーダーナンバー*/
.yellow-border-number-savelist-2[b-2bo2902fie] {
  top: -5px;
  left: -22px;
}

/*コンテンツ画像内ボーダー*/
.yellow-border-savelist-3[b-2bo2902fie] {
  top: 20px;
  right: 22px;
  width: 38px;
  height: 38px;
}

/*コンテンツ画像内ボーダーナンバー*/
.yellow-border-number-savelist-3[b-2bo2902fie] {
  top: -5px;
  left: -22px;
}

/*コンテンツ画像内ボーダー*/
.yellow-border-savelist-4[b-2bo2902fie] {
  top: 100px;
  left: 0;
  width: 550px;
  height: 133px;
}

/*コンテンツ画像内ボーダーナンバー*/
.yellow-border-number-savelist-4[b-2bo2902fie] {
  top: -22px;
  left: -5px;
}

/*説明コンテンツ*/
.contents-explain[b-2bo2902fie] {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #bbb;
}

/*説明コンテンツタイトル*/
.contents-explain-title[b-2bo2902fie] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  color: #333;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}

/*説明コンテンツタイトルナンバー*/
.contents-explain-title-number[b-2bo2902fie] {
  width: 26px;
  height: 26px;
  margin-right: 12px;
  display: inline-block;
  color: #fff;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  border-radius: 50%;
  background: #f1a919;
}

/*説明コンテンツテキスト*/
.contents-explain-text[b-2bo2902fie] {
  color: #333;
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
}

/*リストラップ*/
.list-wrap[b-2bo2902fie] {
  margin-top: 35px;
}

/*リスト*/
.list[b-2bo2902fie] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/*リスト*/
.list:not(:last-child)[b-2bo2902fie] {
  padding-bottom: 30px;
}

/*リストアイテムの用語*/
.list-term[b-2bo2902fie] {
  width: 205px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-weight: 600;
  font-size: 18px;
  line-height: 180%;
}

/*リストアイテムの用語*/
.list-term[b-2bo2902fie]:before {
  content: "■";
}

/*リストアイテムの定義*/
.list-definition[b-2bo2902fie] {
  width: calc(100% - 120px);
  margin-left: 30px;
  font-weight: 400;
  font-size: 18px;
  line-height: 200%;
}

@media (min-width: 1400px) {
  /*コンテンツ画像内ボーダー*/
  .yellow-border-savelist-1[b-2bo2902fie] {
    top: 23px;
    left: 5px;
    width: 105px;
    height: 48px;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-savelist-2[b-2bo2902fie] {
    top: 18px;
    left: 225px;
    width: 450px;
    height: 80px;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-savelist-3[b-2bo2902fie] {
    top: 27px;
    right: 29px;
    width: 47px;
    height: 45px;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-savelist-4[b-2bo2902fie] {
    top: 125px;
    left: 20px;
    width: 655px;
    height: 175px;
  }
}
@media (min-width: 991px) {
  /*コンテンツテキスト*/
  .contents-text[b-2bo2902fie] {
    margin-bottom: 50px !important;
  }
}
@media (max-width: 990px) {
  /*セクションコンテナ*/
  .contents[b-2bo2902fie] {
    width: 100%;
  }
  /*コンテンツタイトル*/
  .contents-title[b-2bo2902fie] {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 20px;
  }
  /*コンテンツテキスト*/
  .contents-text[b-2bo2902fie] {
    font-size: 14px;
    margin-bottom: 25px !important;
  }
  /*コンテンツ画像*/
  .contents-image[b-2bo2902fie] {
    width: 100%;
  }
  /*説明コンテンツ*/
  .contents-explain[b-2bo2902fie] {
    margin-top: 45px;
    padding-top: 45px;
  }
  /*説明コンテンツタイトル*/
  .contents-explain-title[b-2bo2902fie] {
    margin-bottom: 10px;
    font-size: 16px;
  }
  /*説明コンテンツタイトルナンバー*/
  .contents-explain-title-number[b-2bo2902fie] {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    font-size: 16px;
    line-height: 24px;
  }
  /*説明コンテンツテキスト*/
  .contents-explain-text[b-2bo2902fie] {
    font-size: 14px;
  }
  /*リストラップ*/
  .list-wrap[b-2bo2902fie] {
    margin-top: 20px;
  }
  /*リストアイテムの用語*/
  .list-term[b-2bo2902fie] {
    width: 75px;
    font-size: 14px;
  }
  /*リストアイテムの定義*/
  .list-definition[b-2bo2902fie] {
    width: calc(100% - 90px);
    margin-left: 15px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  /*コンテンツ画像内ボーダー*/
  .yellow-border-savelist-1[b-2bo2902fie] {
    top: 2.5%;
    left: 0.2%;
    width: 11vw;
    height: 6vw;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-savelist-2[b-2bo2902fie] {
    top: 2.5%;
    left: 25%;
    width: 45.5vw;
    height: 8.5vw;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-savelist-3[b-2bo2902fie] {
    top: 4%;
    right: 3.3%;
    width: 4.6vw;
    height: 4.6vw;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-savelist-4[b-2bo2902fie] {
    top: 18%;
    left: 2%;
    width: 67vw;
    height: 18.5vw;
  }
}
/*# sourceMappingURL=/codebuild/output/src2623623628/src/embotters-app/EmbottersApp/EmbottersApp/Pages/HandbookSaveList.razor.css.map */
/* /Pages/HandbookSensor.razor.rz.scp.css */
@charset "UTF-8";
/*マージン用スタイル*/
.mt0[b-zprwu093va] {
  margin-top: 0 !important;
}

/*マージン用スタイル*/
.mr5[b-zprwu093va] {
  margin-right: 5px !important;
}

/*コンテンツタイトル*/
.contents-title[b-zprwu093va] {
  margin-bottom: 25px;
  padding-bottom: 15px;
  font-size: 30px;
  font-weight: 600;
  color: #333;
  border-bottom: 1px solid #bbb;
}

/*コンテンツテキスト*/
.contents-text[b-zprwu093va] {
  font-size: 18px;
  line-height: 200%;
}

/*コンテンツ画像*/
.contents-image[b-zprwu093va] {
  max-width: 100%;
}

/*コンテンツ画像*/
.contents-image-65per[b-zprwu093va] {
  width: 65%;
}

/*遷移ボタン*/
.two-column[b-zprwu093va] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*遷移ボタン*/
.two-column-button[b-zprwu093va] {
  width: calc(50% - 10px);
  font-size: 16px;
  text-align: center;
}

/*遷移ボタン*/
.two-column-button:not(:first-child)[b-zprwu093va] {
  margin-left: 20px;
}

/*リンクボタン*/
.a-button[b-zprwu093va] {
  position: relative;
  display: block;
  color: #333;
  border: 1px solid #333;
  background: #fff;
  text-decoration: none;
  -webkit-transition: color 250ms, background 250ms;
  transition: color 250ms, background 250ms;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/*リンクボタン*/
.a-button:hover[b-zprwu093va] {
  color: #fff;
  border: 1px solid #fff;
  background: #333;
}

/*リンクボタン*/
.a-button[b-zprwu093va]:after {
  content: "";
  display: block;
  position: absolute;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transition: color 250ms, background 250ms;
  transition: color 250ms, background 250ms;
  -webkit-transform: translateY(-50%) rotate(135deg);
      -ms-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}

/*リンクボタン*/
.a-button:hover[b-zprwu093va]:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

/*説明コンテンツ*/
.contents-explain[b-zprwu093va] {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #bbb;
}

/*説明コンテンツ*/
.border-none[b-zprwu093va] {
  border: none;
}

/*説明コンテンツタイトル*/
.contents-explain-title[b-zprwu093va] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  color: #333;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}

/*説明コンテンツタイトルナンバー*/
.contents-explain-title-number[b-zprwu093va] {
  width: 26px;
  height: 26px;
  margin-right: 12px;
  display: inline-block;
  color: #fff;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  border-radius: 50%;
  background: #f1a919;
}

/*説明コンテンツサブタイトル*/
.contents-explain-sub-title[b-zprwu093va] {
  margin-bottom: 12px;
  color: #333;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}

/*説明コンテンツタイトル画像*/
.contents-explain-title-image[b-zprwu093va] {
  margin-right: 15px;
}

/*説明コンテンツサブタイトル*/
.contents-explain-sub-title[b-zprwu093va]:before {
  content: "■";
}

/*説明コンテンツテキスト*/
.contents-explain-text[b-zprwu093va] {
  color: #333;
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
}

/*リストラップ*/
.list-wrap[b-zprwu093va] {
  margin-top: 35px;
}

/*リスト*/
.list[b-zprwu093va] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}

/*リスト*/
.list:not(:last-child)[b-zprwu093va] {
  padding-bottom: 30px;
}

/*リストアイテムの用語*/
.list-term[b-zprwu093va] {
  width: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-weight: 600;
  font-size: 18px;
  line-height: 200%;
}

/*リストアイテムの用語*/
.list-term[b-zprwu093va]:before {
  content: "■";
}

/*リストアイテムの定義*/
.list-definition[b-zprwu093va] {
  width: calc(100% - 120px);
  margin-left: 30px;
  font-weight: 400;
  font-size: 18px;
  line-height: 200%;
}

/*リストラップ*/
.list-widest-wrap[b-zprwu093va] {
  margin-top: 35px;
}

/*リスト*/
.list-widest[b-zprwu093va] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}

/*リスト*/
.list-widest:not(:last-child)[b-zprwu093va] {
  padding-bottom: 30px;
}

/*リストアイテムの用語*/
.list-widest-term[b-zprwu093va] {
  width: 205px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-weight: 600;
  font-size: 18px;
  line-height: 180%;
}

/*リストアイテムの用語*/
.list-widest-term[b-zprwu093va]:before {
  content: "■";
}

/*リストアイテムの定義*/
.list-widest-definition[b-zprwu093va] {
  width: calc(100% - 220px);
  margin-left: 15px;
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
}

@media (min-width: 991px) {
  /*パディング用スタイル*/
  .pt40pc[b-zprwu093va] {
    padding-top: 40px !important;
  }
  /*パディング用スタイル*/
  .pt50pc[b-zprwu093va] {
    padding-top: 50px !important;
  }
  /*パディング用スタイル*/
  .pb45pc[b-zprwu093va] {
    padding-bottom: 45px !important;
  }
  /*マージン用スタイル*/
  .mb40pc[b-zprwu093va] {
    margin-bottom: 40px !important;
  }
  /*マージン用スタイル*/
  .mb20pc[b-zprwu093va] {
    margin-bottom: 20px !important;
  }
  /*マージン用スタイル*/
  .mb25pc[b-zprwu093va] {
    margin-bottom: 25px !important;
  }
  /*マージン用スタイル*/
  .mb35pc[b-zprwu093va] {
    margin-bottom: 35px !important;
  }
  /*マージン用スタイル*/
  .mb40pc[b-zprwu093va] {
    margin-bottom: 40px !important;
  }
  /*マージン用スタイル*/
  .mb45pc[b-zprwu093va] {
    margin-bottom: 45px !important;
  }
  /*マージン用スタイル*/
  .mb50pc[b-zprwu093va] {
    margin-bottom: 50px !important;
  }
  /*マージン用スタイル*/
  .mb60pc[b-zprwu093va] {
    margin-bottom: 60px !important;
  }
  /*マージン用スタイル*/
  .mb70pc[b-zprwu093va] {
    margin-bottom: 70px !important;
  }
  /*マージン用スタイル*/
  .mb90pc[b-zprwu093va] {
    margin-bottom: 90px !important;
  }
  /*コンテンツテキスト*/
  .contents-text[b-zprwu093va] {
    margin-bottom: 50px !important;
  }
  /*リンクボタン*/
  .a-button[b-zprwu093va] {
    padding: 13px;
  }
  /*リンクボタン*/
  .a-button[b-zprwu093va]:after {
    top: 50%;
    right: 20px;
    width: 8px;
    height: 8px;
  }
}
@media (max-width: 990px) {
  /*パディング用スタイル*/
  .pt30sp[b-zprwu093va] {
    padding-top: 30px !important;
  }
  /*パディング用スタイル*/
  .pt35sp[b-zprwu093va] {
    padding-top: 35px !important;
  }
  /*パディング用スタイル*/
  .pb30sp[b-zprwu093va] {
    padding-bottom: 30px !important;
  }
  /*パディング用スタイル*/
  .pb35sp[b-zprwu093va] {
    padding-bottom: 35px !important;
  }
  /*マージン用スタイル*/
  .mb15sp[b-zprwu093va] {
    margin-bottom: 15px !important;
  }
  /*マージン用スタイル*/
  .mb20sp[b-zprwu093va] {
    margin-bottom: 20px !important;
  }
  /*マージン用スタイル*/
  .mb25sp[b-zprwu093va] {
    margin-bottom: 25px !important;
  }
  /*マージン用スタイル*/
  .mb30sp[b-zprwu093va] {
    margin-bottom: 30px !important;
  }
  /*マージン用スタイル*/
  .mb35sp[b-zprwu093va] {
    margin-bottom: 35px !important;
  }
  /*マージン用スタイル*/
  .mb40sp[b-zprwu093va] {
    margin-bottom: 40px !important;
  }
  /*マージン用スタイル*/
  .mb50sp[b-zprwu093va] {
    margin-bottom: 50px !important;
  }
  /*セクションコンテナ*/
  .contents[b-zprwu093va] {
    width: 100%;
  }
  /*コンテンツタイトル*/
  .contents-title[b-zprwu093va] {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 20px;
  }
  /*コンテンツテキスト*/
  .contents-text[b-zprwu093va] {
    font-size: 14px;
  }
  /*コンテンツ画像*/
  .contents-image[b-zprwu093va] {
    width: 100%;
  }
  /*コンテンツ画像*/
  .contents-image-65per[b-zprwu093va] {
    width: 100%;
  }
  /*遷移ボタン*/
  .two-column-button[b-zprwu093va] {
    width: calc(50% - 7px);
    font-size: 14px;
  }
  /*遷移ボタン*/
  .two-column-button:not(:first-child)[b-zprwu093va] {
    margin-left: 14px;
  }
  /*リンクボタン*/
  .a-button[b-zprwu093va] {
    padding: 8px;
  }
  /*リンクボタン*/
  .a-button[b-zprwu093va]:after {
    top: 48%;
    right: 15px;
    width: 7px;
    height: 7px;
  }
  /*コンテンツ内テキスト*/
  .contents-text[b-zprwu093va] {
    margin-bottom: 25px !important;
  }
  /*コンテンツ画像*/
  .contents-image[b-zprwu093va] {
    width: 100%;
  }
  /*説明コンテンツ*/
  .contents-explain[b-zprwu093va] {
    margin-top: 45px;
    padding-top: 45px;
  }
  /*説明コンテンツタイトル*/
  .contents-explain-title[b-zprwu093va] {
    margin-bottom: 10px;
    font-size: 16px;
  }
  /*説明コンテンツタイトルナンバー*/
  .contents-explain-title-number[b-zprwu093va] {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    font-size: 16px;
    line-height: 24px;
  }
  /*説明コンテンツタイトル画像*/
  .contents-explain-title-image[b-zprwu093va] {
    margin-right: 10px;
  }
  /*説明コンテンツサブタイトル*/
  .contents-explain-sub-title[b-zprwu093va] {
    margin-bottom: 8px;
    font-size: 14px;
  }
  /*説明コンテンツテキスト*/
  .contents-explain-text[b-zprwu093va] {
    font-size: 14px;
  }
  /*リストラップ*/
  .list-wrap[b-zprwu093va] {
    margin-top: 20px;
  }
  /*リストアイテムの用語*/
  .list-term[b-zprwu093va] {
    width: 75px;
    font-size: 14px;
  }
  /*リストアイテムの定義*/
  .list-definition[b-zprwu093va] {
    width: calc(100% - 90px);
    margin-left: 15px;
    font-size: 14px;
  }
  /*リストラップ*/
  .list-widest-wrap[b-zprwu093va] {
    margin-top: 20px;
  }
  /*リストアイテムの用語*/
  .list-widest-term[b-zprwu093va] {
    width: 120px;
    font-size: 14px;
  }
  /*リストアイテムの定義*/
  .list-widest-definition[b-zprwu093va] {
    width: calc(100% - 135px);
    margin-left: 15px;
    font-size: 14px;
  }
}
/*# sourceMappingURL=/codebuild/output/src2623623628/src/embotters-app/EmbottersApp/EmbottersApp/Pages/HandbookSensor.razor.css.map */
/* /Pages/HandbookSensorEmbot.razor.rz.scp.css */
@charset "UTF-8";
/*マージン用スタイル*/
.mt0[b-hswm0jeyd2] {
  margin-top: 0 !important;
}

/*マージン用スタイル*/
.mr5[b-hswm0jeyd2] {
  margin-right: 5px !important;
}

/*コンテンツタイトル*/
.contents-title[b-hswm0jeyd2] {
  margin-bottom: 25px;
  padding-bottom: 15px;
  font-size: 30px;
  font-weight: 600;
  color: #333;
  border-bottom: 1px solid #bbb;
}

/*コンテンツテキスト*/
.contents-text[b-hswm0jeyd2] {
  font-size: 18px;
  line-height: 200%;
}

/*コンテンツ画像*/
.contents-image[b-hswm0jeyd2] {
  max-width: 100%;
}

/*コンテンツ画像*/
.contents-image-65per[b-hswm0jeyd2] {
  width: 65%;
}

/*遷移ボタン*/
.two-column[b-hswm0jeyd2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*遷移ボタン*/
.two-column-button[b-hswm0jeyd2] {
  width: calc(50% - 10px);
  font-size: 16px;
  text-align: center;
}

/*遷移ボタン*/
.two-column-button:not(:first-child)[b-hswm0jeyd2] {
  margin-left: 20px;
}

/*リンクボタン*/
.a-button[b-hswm0jeyd2] {
  position: relative;
  display: block;
  color: #333;
  border: 1px solid #333;
  background: #fff;
  text-decoration: none;
  -webkit-transition: color 250ms, background 250ms;
  transition: color 250ms, background 250ms;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/*リンクボタン*/
.a-button:hover[b-hswm0jeyd2] {
  color: #fff;
  border: 1px solid #fff;
  background: #333;
}

/*リンクボタン*/
.a-button[b-hswm0jeyd2]:after {
  content: "";
  display: block;
  position: absolute;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transition: color 250ms, background 250ms;
  transition: color 250ms, background 250ms;
  -webkit-transform: translateY(-50%) rotate(135deg);
      -ms-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}

/*リンクボタン*/
.a-button:hover[b-hswm0jeyd2]:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

/*説明コンテンツ*/
.contents-explain[b-hswm0jeyd2] {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #bbb;
}

/*説明コンテンツ*/
.border-none[b-hswm0jeyd2] {
  border: none;
}

/*説明コンテンツタイトル*/
.contents-explain-title[b-hswm0jeyd2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  color: #333;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}

/*説明コンテンツタイトルナンバー*/
.contents-explain-title-number[b-hswm0jeyd2] {
  width: 26px;
  height: 26px;
  margin-right: 12px;
  display: inline-block;
  color: #fff;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  border-radius: 50%;
  background: #f1a919;
}

/*説明コンテンツサブタイトル*/
.contents-explain-sub-title[b-hswm0jeyd2] {
  margin-bottom: 12px;
  color: #333;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}

/*説明コンテンツタイトル画像*/
.contents-explain-title-image[b-hswm0jeyd2] {
  margin-right: 15px;
}

/*説明コンテンツサブタイトル*/
.contents-explain-sub-title[b-hswm0jeyd2]:before {
  content: "■";
}

/*説明コンテンツテキスト*/
.contents-explain-text[b-hswm0jeyd2] {
  color: #333;
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
}

/*リストラップ*/
.list-wrap[b-hswm0jeyd2] {
  margin-top: 35px;
}

/*リスト*/
.list[b-hswm0jeyd2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}

/*リスト*/
.list:not(:last-child)[b-hswm0jeyd2] {
  padding-bottom: 30px;
}

/*リストアイテムの用語*/
.list-term[b-hswm0jeyd2] {
  width: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-weight: 600;
  font-size: 18px;
  line-height: 200%;
}

/*リストアイテムの用語*/
.list-term[b-hswm0jeyd2]:before {
  content: "■";
}

/*リストアイテムの定義*/
.list-definition[b-hswm0jeyd2] {
  width: calc(100% - 120px);
  margin-left: 30px;
  font-weight: 400;
  font-size: 18px;
  line-height: 200%;
}

/*リストラップ*/
.list-widest-wrap[b-hswm0jeyd2] {
  margin-top: 35px;
}

/*リスト*/
.list-widest[b-hswm0jeyd2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}

/*リスト*/
.list-widest:not(:last-child)[b-hswm0jeyd2] {
  padding-bottom: 30px;
}

/*リストアイテムの用語*/
.list-widest-term[b-hswm0jeyd2] {
  width: 205px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-weight: 600;
  font-size: 18px;
  line-height: 180%;
}

/*リストアイテムの用語*/
.list-widest-term[b-hswm0jeyd2]:before {
  content: "■";
}

/*リストアイテムの定義*/
.list-widest-definition[b-hswm0jeyd2] {
  width: calc(100% - 220px);
  margin-left: 15px;
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
}

@media (min-width: 991px) {
  /*パディング用スタイル*/
  .pt40pc[b-hswm0jeyd2] {
    padding-top: 40px !important;
  }
  /*パディング用スタイル*/
  .pt50pc[b-hswm0jeyd2] {
    padding-top: 50px !important;
  }
  /*パディング用スタイル*/
  .pb45pc[b-hswm0jeyd2] {
    padding-bottom: 45px !important;
  }
  /*マージン用スタイル*/
  .mb40pc[b-hswm0jeyd2] {
    margin-bottom: 40px !important;
  }
  /*マージン用スタイル*/
  .mb20pc[b-hswm0jeyd2] {
    margin-bottom: 20px !important;
  }
  /*マージン用スタイル*/
  .mb25pc[b-hswm0jeyd2] {
    margin-bottom: 25px !important;
  }
  /*マージン用スタイル*/
  .mb35pc[b-hswm0jeyd2] {
    margin-bottom: 35px !important;
  }
  /*マージン用スタイル*/
  .mb40pc[b-hswm0jeyd2] {
    margin-bottom: 40px !important;
  }
  /*マージン用スタイル*/
  .mb45pc[b-hswm0jeyd2] {
    margin-bottom: 45px !important;
  }
  /*マージン用スタイル*/
  .mb50pc[b-hswm0jeyd2] {
    margin-bottom: 50px !important;
  }
  /*マージン用スタイル*/
  .mb60pc[b-hswm0jeyd2] {
    margin-bottom: 60px !important;
  }
  /*マージン用スタイル*/
  .mb70pc[b-hswm0jeyd2] {
    margin-bottom: 70px !important;
  }
  /*マージン用スタイル*/
  .mb90pc[b-hswm0jeyd2] {
    margin-bottom: 90px !important;
  }
  /*コンテンツテキスト*/
  .contents-text[b-hswm0jeyd2] {
    margin-bottom: 50px !important;
  }
  /*リンクボタン*/
  .a-button[b-hswm0jeyd2] {
    padding: 13px;
  }
  /*リンクボタン*/
  .a-button[b-hswm0jeyd2]:after {
    top: 50%;
    right: 20px;
    width: 8px;
    height: 8px;
  }
}
@media (max-width: 990px) {
  /*パディング用スタイル*/
  .pt30sp[b-hswm0jeyd2] {
    padding-top: 30px !important;
  }
  /*パディング用スタイル*/
  .pt35sp[b-hswm0jeyd2] {
    padding-top: 35px !important;
  }
  /*パディング用スタイル*/
  .pb30sp[b-hswm0jeyd2] {
    padding-bottom: 30px !important;
  }
  /*パディング用スタイル*/
  .pb35sp[b-hswm0jeyd2] {
    padding-bottom: 35px !important;
  }
  /*マージン用スタイル*/
  .mb15sp[b-hswm0jeyd2] {
    margin-bottom: 15px !important;
  }
  /*マージン用スタイル*/
  .mb20sp[b-hswm0jeyd2] {
    margin-bottom: 20px !important;
  }
  /*マージン用スタイル*/
  .mb25sp[b-hswm0jeyd2] {
    margin-bottom: 25px !important;
  }
  /*マージン用スタイル*/
  .mb30sp[b-hswm0jeyd2] {
    margin-bottom: 30px !important;
  }
  /*マージン用スタイル*/
  .mb35sp[b-hswm0jeyd2] {
    margin-bottom: 35px !important;
  }
  /*マージン用スタイル*/
  .mb40sp[b-hswm0jeyd2] {
    margin-bottom: 40px !important;
  }
  /*マージン用スタイル*/
  .mb50sp[b-hswm0jeyd2] {
    margin-bottom: 50px !important;
  }
  /*セクションコンテナ*/
  .contents[b-hswm0jeyd2] {
    width: 100%;
  }
  /*コンテンツタイトル*/
  .contents-title[b-hswm0jeyd2] {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 20px;
  }
  /*コンテンツテキスト*/
  .contents-text[b-hswm0jeyd2] {
    font-size: 14px;
  }
  /*コンテンツ画像*/
  .contents-image[b-hswm0jeyd2] {
    width: 100%;
  }
  /*コンテンツ画像*/
  .contents-image-65per[b-hswm0jeyd2] {
    width: 100%;
  }
  /*遷移ボタン*/
  .two-column-button[b-hswm0jeyd2] {
    width: calc(50% - 7px);
    font-size: 14px;
  }
  /*遷移ボタン*/
  .two-column-button:not(:first-child)[b-hswm0jeyd2] {
    margin-left: 14px;
  }
  /*リンクボタン*/
  .a-button[b-hswm0jeyd2] {
    padding: 8px;
  }
  /*リンクボタン*/
  .a-button[b-hswm0jeyd2]:after {
    top: 48%;
    right: 15px;
    width: 7px;
    height: 7px;
  }
  /*コンテンツ内テキスト*/
  .contents-text[b-hswm0jeyd2] {
    margin-bottom: 25px !important;
  }
  /*コンテンツ画像*/
  .contents-image[b-hswm0jeyd2] {
    width: 100%;
  }
  /*説明コンテンツ*/
  .contents-explain[b-hswm0jeyd2] {
    margin-top: 45px;
    padding-top: 45px;
  }
  /*説明コンテンツタイトル*/
  .contents-explain-title[b-hswm0jeyd2] {
    margin-bottom: 10px;
    font-size: 16px;
  }
  /*説明コンテンツタイトルナンバー*/
  .contents-explain-title-number[b-hswm0jeyd2] {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    font-size: 16px;
    line-height: 24px;
  }
  /*説明コンテンツタイトル画像*/
  .contents-explain-title-image[b-hswm0jeyd2] {
    margin-right: 10px;
  }
  /*説明コンテンツサブタイトル*/
  .contents-explain-sub-title[b-hswm0jeyd2] {
    margin-bottom: 8px;
    font-size: 14px;
  }
  /*説明コンテンツテキスト*/
  .contents-explain-text[b-hswm0jeyd2] {
    font-size: 14px;
  }
  /*リストラップ*/
  .list-wrap[b-hswm0jeyd2] {
    margin-top: 20px;
  }
  /*リストアイテムの用語*/
  .list-term[b-hswm0jeyd2] {
    width: 75px;
    font-size: 14px;
  }
  /*リストアイテムの定義*/
  .list-definition[b-hswm0jeyd2] {
    width: calc(100% - 90px);
    margin-left: 15px;
    font-size: 14px;
  }
  /*リストラップ*/
  .list-widest-wrap[b-hswm0jeyd2] {
    margin-top: 20px;
  }
  /*リストアイテムの用語*/
  .list-widest-term[b-hswm0jeyd2] {
    width: 120px;
    font-size: 14px;
  }
  /*リストアイテムの定義*/
  .list-widest-definition[b-hswm0jeyd2] {
    width: calc(100% - 135px);
    margin-left: 15px;
    font-size: 14px;
  }
}
/*# sourceMappingURL=/codebuild/output/src2623623628/src/embotters-app/EmbottersApp/EmbottersApp/Pages/HandbookSensorEmbot.razor.css.map */
/* /Pages/HandbookSensorEmbotPlus.razor.rz.scp.css */
@charset "UTF-8";
/*マージン用スタイル*/
.mt0[b-04wvsguijn] {
  margin-top: 0 !important;
}

/*マージン用スタイル*/
.mr5[b-04wvsguijn] {
  margin-right: 5px !important;
}

/*コンテンツタイトル*/
.contents-title[b-04wvsguijn] {
  margin-bottom: 25px;
  padding-bottom: 15px;
  font-size: 30px;
  font-weight: 600;
  color: #333;
  border-bottom: 1px solid #bbb;
}

/*コンテンツテキスト*/
.contents-text[b-04wvsguijn] {
  font-size: 18px;
  line-height: 200%;
}

/*コンテンツ画像*/
.contents-image[b-04wvsguijn] {
  width: 100%;
}

/*コンテンツ画像*/
.contents-image-65per[b-04wvsguijn] {
  width: 65%;
}

/*遷移ボタン*/
.two-column[b-04wvsguijn] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*遷移ボタン*/
.two-column-button[b-04wvsguijn] {
  width: calc(50% - 10px);
  font-size: 16px;
  text-align: center;
}

/*遷移ボタン*/
.two-column-button:not(:first-child)[b-04wvsguijn] {
  margin-left: 20px;
}

/*リンクボタン*/
.a-button[b-04wvsguijn] {
  position: relative;
  display: block;
  color: #333;
  border: 1px solid #333;
  background: #fff;
  text-decoration: none;
  -webkit-transition: color 250ms, background 250ms;
  transition: color 250ms, background 250ms;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/*リンクボタン*/
.a-button:hover[b-04wvsguijn] {
  color: #fff;
  border: 1px solid #fff;
  background: #333;
}

/*リンクボタン*/
.a-button[b-04wvsguijn]:after {
  content: "";
  display: block;
  position: absolute;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transition: color 250ms, background 250ms;
  transition: color 250ms, background 250ms;
  -webkit-transform: translateY(-50%) rotate(135deg);
      -ms-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}

/*リンクボタン*/
.a-button:hover[b-04wvsguijn]:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

/*説明コンテンツ*/
.contents-explain[b-04wvsguijn] {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #bbb;
}

/*説明コンテンツ*/
.border-none[b-04wvsguijn] {
  border: none;
}

/*説明コンテンツタイトル*/
.contents-explain-title[b-04wvsguijn] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  color: #333;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}

/*説明コンテンツタイトルナンバー*/
.contents-explain-title-number[b-04wvsguijn] {
  width: 26px;
  height: 26px;
  margin-right: 12px;
  display: inline-block;
  color: #fff;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  border-radius: 50%;
  background: #f1a919;
}

/*説明コンテンツサブタイトル*/
.contents-explain-sub-title[b-04wvsguijn] {
  margin-bottom: 12px;
  color: #333;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}

/*説明コンテンツタイトル画像*/
.contents-explain-title-image[b-04wvsguijn] {
  margin-right: 15px;
}

/*説明コンテンツサブタイトル*/
.contents-explain-sub-title[b-04wvsguijn]:before {
  content: "■";
}

/*説明コンテンツテキスト*/
.contents-explain-text[b-04wvsguijn] {
  color: #333;
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
}

/*リストラップ*/
.list-wrap[b-04wvsguijn] {
  margin-top: 35px;
}

/*リスト*/
.list[b-04wvsguijn] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}

/*リスト*/
.list:not(:last-child)[b-04wvsguijn] {
  padding-bottom: 30px;
}

/*リストアイテムの用語*/
.list-term[b-04wvsguijn] {
  width: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-weight: 600;
  font-size: 18px;
  line-height: 200%;
}

/*リストアイテムの用語*/
.list-term[b-04wvsguijn]:before {
  content: "■";
}

/*リストアイテムの定義*/
.list-definition[b-04wvsguijn] {
  width: calc(100% - 120px);
  margin-left: 30px;
  font-weight: 400;
  font-size: 18px;
  line-height: 200%;
}

/*リストラップ*/
.list-widest-wrap[b-04wvsguijn] {
  margin-top: 35px;
}

/*リスト*/
.list-widest[b-04wvsguijn] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}

/*リスト*/
.list-widest:not(:last-child)[b-04wvsguijn] {
  padding-bottom: 30px;
}

/*リストアイテムの用語*/
.list-widest-term[b-04wvsguijn] {
  width: 205px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-weight: 600;
  font-size: 18px;
  line-height: 180%;
}

/*リストアイテムの用語*/
.list-widest-term[b-04wvsguijn]:before {
  content: "■";
}

/*リストアイテムの定義*/
.list-widest-definition[b-04wvsguijn] {
  width: calc(100% - 220px);
  margin-left: 15px;
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
}

@media (min-width: 991px) {
  /*パディング用スタイル*/
  .pt40pc[b-04wvsguijn] {
    padding-top: 40px !important;
  }
  /*パディング用スタイル*/
  .pt50pc[b-04wvsguijn] {
    padding-top: 50px !important;
  }
  /*パディング用スタイル*/
  .pb45pc[b-04wvsguijn] {
    padding-bottom: 45px !important;
  }
  /*マージン用スタイル*/
  .mb40pc[b-04wvsguijn] {
    margin-bottom: 40px !important;
  }
  /*マージン用スタイル*/
  .mb20pc[b-04wvsguijn] {
    margin-bottom: 20px !important;
  }
  /*マージン用スタイル*/
  .mb25pc[b-04wvsguijn] {
    margin-bottom: 25px !important;
  }
  /*マージン用スタイル*/
  .mb35pc[b-04wvsguijn] {
    margin-bottom: 35px !important;
  }
  /*マージン用スタイル*/
  .mb40pc[b-04wvsguijn] {
    margin-bottom: 40px !important;
  }
  /*マージン用スタイル*/
  .mb45pc[b-04wvsguijn] {
    margin-bottom: 45px !important;
  }
  /*マージン用スタイル*/
  .mb50pc[b-04wvsguijn] {
    margin-bottom: 50px !important;
  }
  /*マージン用スタイル*/
  .mb60pc[b-04wvsguijn] {
    margin-bottom: 60px !important;
  }
  /*マージン用スタイル*/
  .mb70pc[b-04wvsguijn] {
    margin-bottom: 70px !important;
  }
  /*マージン用スタイル*/
  .mb90pc[b-04wvsguijn] {
    margin-bottom: 90px !important;
  }
  /*コンテンツテキスト*/
  .contents-text[b-04wvsguijn] {
    margin-bottom: 50px !important;
  }
  /*リンクボタン*/
  .a-button[b-04wvsguijn] {
    padding: 13px;
  }
  /*リンクボタン*/
  .a-button[b-04wvsguijn]:after {
    top: 50%;
    right: 20px;
    width: 8px;
    height: 8px;
  }
}
@media (max-width: 990px) {
  /*パディング用スタイル*/
  .pt30sp[b-04wvsguijn] {
    padding-top: 30px !important;
  }
  /*パディング用スタイル*/
  .pt35sp[b-04wvsguijn] {
    padding-top: 35px !important;
  }
  /*パディング用スタイル*/
  .pb30sp[b-04wvsguijn] {
    padding-bottom: 30px !important;
  }
  /*パディング用スタイル*/
  .pb35sp[b-04wvsguijn] {
    padding-bottom: 35px !important;
  }
  /*マージン用スタイル*/
  .mb15sp[b-04wvsguijn] {
    margin-bottom: 15px !important;
  }
  /*マージン用スタイル*/
  .mb20sp[b-04wvsguijn] {
    margin-bottom: 20px !important;
  }
  /*マージン用スタイル*/
  .mb25sp[b-04wvsguijn] {
    margin-bottom: 25px !important;
  }
  /*マージン用スタイル*/
  .mb30sp[b-04wvsguijn] {
    margin-bottom: 30px !important;
  }
  /*マージン用スタイル*/
  .mb35sp[b-04wvsguijn] {
    margin-bottom: 35px !important;
  }
  /*マージン用スタイル*/
  .mb40sp[b-04wvsguijn] {
    margin-bottom: 40px !important;
  }
  /*マージン用スタイル*/
  .mb50sp[b-04wvsguijn] {
    margin-bottom: 50px !important;
  }
  /*セクションコンテナ*/
  .contents[b-04wvsguijn] {
    width: 100%;
  }
  /*コンテンツタイトル*/
  .contents-title[b-04wvsguijn] {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 20px;
  }
  /*コンテンツテキスト*/
  .contents-text[b-04wvsguijn] {
    font-size: 14px;
  }
  /*コンテンツ画像*/
  .contents-image[b-04wvsguijn] {
    width: 100%;
  }
  /*コンテンツ画像*/
  .contents-image-65per[b-04wvsguijn] {
    width: 100%;
  }
  /*遷移ボタン*/
  .two-column-button[b-04wvsguijn] {
    width: calc(50% - 7px);
    font-size: 14px;
  }
  /*遷移ボタン*/
  .two-column-button:not(:first-child)[b-04wvsguijn] {
    margin-left: 14px;
  }
  /*リンクボタン*/
  .a-button[b-04wvsguijn] {
    padding: 8px;
  }
  /*リンクボタン*/
  .a-button[b-04wvsguijn]:after {
    top: 48%;
    right: 15px;
    width: 7px;
    height: 7px;
  }
  /*コンテンツ内テキスト*/
  .contents-text[b-04wvsguijn] {
    margin-bottom: 25px !important;
  }
  /*コンテンツ画像*/
  .contents-image[b-04wvsguijn] {
    width: 100%;
  }
  /*説明コンテンツ*/
  .contents-explain[b-04wvsguijn] {
    margin-top: 45px;
    padding-top: 45px;
  }
  /*説明コンテンツタイトル*/
  .contents-explain-title[b-04wvsguijn] {
    margin-bottom: 10px;
    font-size: 16px;
  }
  /*説明コンテンツタイトルナンバー*/
  .contents-explain-title-number[b-04wvsguijn] {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    font-size: 16px;
    line-height: 24px;
  }
  /*説明コンテンツタイトル画像*/
  .contents-explain-title-image[b-04wvsguijn] {
    margin-right: 10px;
  }
  /*説明コンテンツサブタイトル*/
  .contents-explain-sub-title[b-04wvsguijn] {
    margin-bottom: 8px;
    font-size: 14px;
  }
  /*説明コンテンツテキスト*/
  .contents-explain-text[b-04wvsguijn] {
    font-size: 14px;
  }
  /*リストラップ*/
  .list-wrap[b-04wvsguijn] {
    margin-top: 20px;
  }
  /*リストアイテムの用語*/
  .list-term[b-04wvsguijn] {
    width: 75px;
    font-size: 14px;
  }
  /*リストアイテムの定義*/
  .list-definition[b-04wvsguijn] {
    width: calc(100% - 90px);
    margin-left: 15px;
    font-size: 14px;
  }
  /*リストラップ*/
  .list-widest-wrap[b-04wvsguijn] {
    margin-top: 20px;
  }
  /*リストアイテムの用語*/
  .list-widest-term[b-04wvsguijn] {
    width: 120px;
    font-size: 14px;
  }
  /*リストアイテムの定義*/
  .list-widest-definition[b-04wvsguijn] {
    width: calc(100% - 135px);
    margin-left: 15px;
    font-size: 14px;
  }
}
/*# sourceMappingURL=/codebuild/output/src2623623628/src/embotters-app/EmbottersApp/EmbottersApp/Pages/HandbookSensorEmbotPlus.razor.css.map */
/* /Pages/HandbookVariable.razor.rz.scp.css */
@charset "UTF-8";
/* z-index */
/*マージン用スタイル*/
.mt0[b-1zj5ezzgl8] {
  margin-top: 0 !important;
}

/*マージン用スタイル*/
.mr5[b-1zj5ezzgl8] {
  margin-right: 5px !important;
}

/*コンテンツタイトル*/
.contents-title[b-1zj5ezzgl8] {
  margin-bottom: 25px;
  padding-bottom: 15px;
  font-size: 30px;
  font-weight: 600;
  color: #333;
  border-bottom: 1px solid #bbb;
}

/*説明コンテンツ*/
.contents-explain[b-1zj5ezzgl8] {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #bbb;
}

/*説明コンテンツ*/
.border-none[b-1zj5ezzgl8] {
  border: none;
}

/*説明コンテンツタイトル*/
.contents-explain-title[b-1zj5ezzgl8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  color: #333;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}

/*説明コンテンツサブタイトル*/
.contents-explain-sub-title[b-1zj5ezzgl8] {
  margin-bottom: 12px;
  color: #333;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}

/*説明コンテンツタイトル画像*/
.contents-explain-title-image[b-1zj5ezzgl8] {
  margin-right: 15px;
  width: 53px;
}

/*説明コンテンツサブタイトル*/
.contents-explain-sub-title[b-1zj5ezzgl8]:before {
  content: "■";
}

/*説明コンテンツテキスト*/
.contents-explain-text[b-1zj5ezzgl8] {
  color: #333;
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
}

/*表のラッパー*/
.table-container[b-1zj5ezzgl8] {
  overflow-x: auto;
  padding-bottom: 10px;
  margin-bottom: 140px;
}

/*表内改行*/
.table-br-mobile[b-1zj5ezzgl8] {
  display: none;
}
@media (max-width: 500px) {
  .table-br-mobile[b-1zj5ezzgl8] {
    display: block;
  }
}

/*表*/
.contents-table[b-1zj5ezzgl8] {
  width: 100%;
  border-collapse: collapse;
  border: none;
}

/*表*/
.contents-table img[b-1zj5ezzgl8], .contents-table p[b-1zj5ezzgl8] {
  width: 50px !important;
  text-align: center;
  margin-bottom: 0px;
}

/*表*/
.contents-table-group[b-1zj5ezzgl8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #000;
}

/*表*/
.contents-table-group:nth-child(1)[b-1zj5ezzgl8] {
  border-top: none;
}

/*表*/
.contents-table .contents-table-group:nth-child(2)[b-1zj5ezzgl8] {
  height: 50px;
  border-top: none;
}

/*表*/
.contents-table-group th[b-1zj5ezzgl8] {
  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;
  border: none;
  white-space: nowrap;
}

/*表*/
.contents-table-group td[b-1zj5ezzgl8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 1px solid #000;
}

/*表*/
.contents-table-name-cell[b-1zj5ezzgl8] {
  width: 22%;
  padding: 10px 0 10px 20px;
  border-left: none !important;
}

/*表*/
.contents-table-short-cell[b-1zj5ezzgl8] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28%;
  padding: 10px 30px;
}

/*表*/
.contents-table-long-cell[b-1zj5ezzgl8] {
  width: 50%;
  padding: 10px 30px;
  border-right: none;
  gap: 25%;
}

@media (min-width: 991px) {
  /*パディング用スタイル*/
  .pt40pc[b-1zj5ezzgl8] {
    padding-top: 40px !important;
  }
  /*マージン用スタイル*/
  .mb30pc[b-1zj5ezzgl8] {
    margin-bottom: 30px !important;
  }
  /*マージン用スタイル*/
  .mb40pc[b-1zj5ezzgl8] {
    margin-bottom: 40px !important;
  }
  /*マージン用スタイル*/
  .mb45pc[b-1zj5ezzgl8] {
    margin-bottom: 45px !important;
  }
  /*コンテンツテキスト*/
  .contents-text[b-1zj5ezzgl8] {
    margin-bottom: 50px !important;
  }
}
@media (max-width: 990px) {
  /*パディング用スタイル*/
  .pt30sp[b-1zj5ezzgl8] {
    padding-top: 30px !important;
  }
  /*マージン用スタイル*/
  .mb20sp[b-1zj5ezzgl8] {
    margin-bottom: 20px !important;
  }
  /*マージン用スタイル*/
  .mb30sp[b-1zj5ezzgl8] {
    margin-bottom: 30px !important;
  }
  /*セクションコンテナ*/
  .contents[b-1zj5ezzgl8] {
    width: 100%;
  }
  /*コンテンツタイトル*/
  .contents-title[b-1zj5ezzgl8] {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 20px;
  }
  /*コンテンツ内テキスト*/
  .contents-text[b-1zj5ezzgl8] {
    margin-bottom: 25px !important;
  }
  /*コンテンツ画像*/
  .contents-image[b-1zj5ezzgl8] {
    width: 100%;
  }
  /*説明コンテンツ*/
  .contents-explain[b-1zj5ezzgl8] {
    margin-top: 45px;
    padding-top: 45px;
  }
  /*説明コンテンツタイトル*/
  .contents-explain-title[b-1zj5ezzgl8] {
    margin-bottom: 10px;
    font-size: 16px;
  }
  /*説明コンテンツタイトル画像*/
  .contents-explain-title-image[b-1zj5ezzgl8] {
    margin-right: 10px;
  }
  /*説明コンテンツサブタイトル*/
  .contents-explain-sub-title[b-1zj5ezzgl8] {
    margin-bottom: 8px;
    font-size: 14px;
  }
  /*説明コンテンツテキスト*/
  .contents-explain-text[b-1zj5ezzgl8] {
    font-size: 14px;
  }
}
/*# sourceMappingURL=/codebuild/output/src2623623628/src/embotters-app/EmbottersApp/EmbottersApp/Pages/HandbookVariable.razor.css.map */
/* /Pages/HandbookVoice.razor.rz.scp.css */
@charset "UTF-8";
/*マージン用スタイル*/
.mt0[b-lqz964airy] {
  margin-top: 0 !important;
}

/*マージン用スタイル*/
.mr5[b-lqz964airy] {
  margin-right: 5px !important;
}

/*コンテンツタイトル*/
.contents-title[b-lqz964airy] {
  margin-bottom: 25px;
  padding-bottom: 15px;
  font-size: 30px;
  font-weight: 600;
  color: #333;
  border-bottom: 1px solid #bbb;
}

/*コンテンツテキスト*/
.contents-text[b-lqz964airy] {
  font-size: 18px;
  line-height: 200%;
}

/*コンテンツ画像*/
.contents-image[b-lqz964airy] {
  max-width: 100%;
}

/*コンテンツ画像*/
.contents-image-65per[b-lqz964airy] {
  width: 65%;
}

/*遷移ボタン*/
.two-column[b-lqz964airy] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*遷移ボタン*/
.two-column-button[b-lqz964airy] {
  width: calc(50% - 10px);
  font-size: 16px;
  text-align: center;
}

/*遷移ボタン*/
.two-column-button:not(:first-child)[b-lqz964airy] {
  margin-left: 20px;
}

/*リンクボタン*/
.a-button[b-lqz964airy] {
  position: relative;
  display: block;
  color: #333;
  border: 1px solid #333;
  background: #fff;
  text-decoration: none;
  -webkit-transition: color 250ms, background 250ms;
  transition: color 250ms, background 250ms;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/*リンクボタン*/
.a-button:hover[b-lqz964airy] {
  color: #fff;
  border: 1px solid #fff;
  background: #333;
}

/*リンクボタン*/
.a-button[b-lqz964airy]:after {
  content: "";
  display: block;
  position: absolute;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transition: color 250ms, background 250ms;
  transition: color 250ms, background 250ms;
  -webkit-transform: translateY(-50%) rotate(135deg);
      -ms-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}

/*リンクボタン*/
.a-button:hover[b-lqz964airy]:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

/*説明コンテンツ*/
.contents-explain[b-lqz964airy] {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #bbb;
}

/*説明コンテンツ*/
.border-none[b-lqz964airy] {
  border: none;
}

/*説明コンテンツタイトル*/
.contents-explain-title[b-lqz964airy] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  color: #333;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}

/*説明コンテンツタイトルナンバー*/
.contents-explain-title-number[b-lqz964airy] {
  width: 26px;
  height: 26px;
  margin-right: 12px;
  display: inline-block;
  color: #fff;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  border-radius: 50%;
  background: #f1a919;
}

/*説明コンテンツサブタイトル*/
.contents-explain-sub-title[b-lqz964airy] {
  margin-bottom: 12px;
  color: #333;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}

/*説明コンテンツタイトル画像*/
.contents-explain-title-image[b-lqz964airy] {
  margin-right: 15px;
}

/*説明コンテンツサブタイトル*/
.contents-explain-sub-title[b-lqz964airy]:before {
  content: "■";
}

/*説明コンテンツテキスト*/
.contents-explain-text[b-lqz964airy] {
  color: #333;
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
}

/*リストラップ*/
.list-wrap[b-lqz964airy] {
  margin-top: 35px;
}

/*リスト*/
.list[b-lqz964airy] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}

/*リスト*/
.list:not(:last-child)[b-lqz964airy] {
  padding-bottom: 30px;
}

/*リストアイテムの用語*/
.list-term[b-lqz964airy] {
  width: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-weight: 600;
  font-size: 18px;
  line-height: 200%;
}

/*リストアイテムの用語*/
.list-term[b-lqz964airy]:before {
  content: "■";
}

/*リストアイテムの定義*/
.list-definition[b-lqz964airy] {
  width: calc(100% - 120px);
  margin-left: 30px;
  font-weight: 400;
  font-size: 18px;
  line-height: 200%;
}

/*リストラップ*/
.list-widest-wrap[b-lqz964airy] {
  margin-top: 35px;
}

/*リスト*/
.list-widest[b-lqz964airy] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}

/*リスト*/
.list-widest:not(:last-child)[b-lqz964airy] {
  padding-bottom: 30px;
}

/*リストアイテムの用語*/
.list-widest-term[b-lqz964airy] {
  width: 205px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-weight: 600;
  font-size: 18px;
  line-height: 180%;
}

/*リストアイテムの用語*/
.list-widest-term[b-lqz964airy]:before {
  content: "■";
}

/*リストアイテムの定義*/
.list-widest-definition[b-lqz964airy] {
  width: calc(100% - 220px);
  margin-left: 15px;
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
}

@media (min-width: 991px) {
  /*パディング用スタイル*/
  .pt40pc[b-lqz964airy] {
    padding-top: 40px !important;
  }
  /*パディング用スタイル*/
  .pt50pc[b-lqz964airy] {
    padding-top: 50px !important;
  }
  /*パディング用スタイル*/
  .pb45pc[b-lqz964airy] {
    padding-bottom: 45px !important;
  }
  /*マージン用スタイル*/
  .mb40pc[b-lqz964airy] {
    margin-bottom: 40px !important;
  }
  /*マージン用スタイル*/
  .mb20pc[b-lqz964airy] {
    margin-bottom: 20px !important;
  }
  /*マージン用スタイル*/
  .mb25pc[b-lqz964airy] {
    margin-bottom: 25px !important;
  }
  /*マージン用スタイル*/
  .mb35pc[b-lqz964airy] {
    margin-bottom: 35px !important;
  }
  /*マージン用スタイル*/
  .mb40pc[b-lqz964airy] {
    margin-bottom: 40px !important;
  }
  /*マージン用スタイル*/
  .mb45pc[b-lqz964airy] {
    margin-bottom: 45px !important;
  }
  /*マージン用スタイル*/
  .mb50pc[b-lqz964airy] {
    margin-bottom: 50px !important;
  }
  /*マージン用スタイル*/
  .mb60pc[b-lqz964airy] {
    margin-bottom: 60px !important;
  }
  /*マージン用スタイル*/
  .mb70pc[b-lqz964airy] {
    margin-bottom: 70px !important;
  }
  /*マージン用スタイル*/
  .mb90pc[b-lqz964airy] {
    margin-bottom: 90px !important;
  }
  /*コンテンツテキスト*/
  .contents-text[b-lqz964airy] {
    margin-bottom: 50px !important;
  }
  /*リンクボタン*/
  .a-button[b-lqz964airy] {
    padding: 13px;
  }
  /*リンクボタン*/
  .a-button[b-lqz964airy]:after {
    top: 50%;
    right: 20px;
    width: 8px;
    height: 8px;
  }
}
@media (max-width: 990px) {
  /*パディング用スタイル*/
  .pt30sp[b-lqz964airy] {
    padding-top: 30px !important;
  }
  /*パディング用スタイル*/
  .pt35sp[b-lqz964airy] {
    padding-top: 35px !important;
  }
  /*パディング用スタイル*/
  .pb30sp[b-lqz964airy] {
    padding-bottom: 30px !important;
  }
  /*パディング用スタイル*/
  .pb35sp[b-lqz964airy] {
    padding-bottom: 35px !important;
  }
  /*マージン用スタイル*/
  .mb15sp[b-lqz964airy] {
    margin-bottom: 15px !important;
  }
  /*マージン用スタイル*/
  .mb20sp[b-lqz964airy] {
    margin-bottom: 20px !important;
  }
  /*マージン用スタイル*/
  .mb25sp[b-lqz964airy] {
    margin-bottom: 25px !important;
  }
  /*マージン用スタイル*/
  .mb30sp[b-lqz964airy] {
    margin-bottom: 30px !important;
  }
  /*マージン用スタイル*/
  .mb35sp[b-lqz964airy] {
    margin-bottom: 35px !important;
  }
  /*マージン用スタイル*/
  .mb40sp[b-lqz964airy] {
    margin-bottom: 40px !important;
  }
  /*マージン用スタイル*/
  .mb50sp[b-lqz964airy] {
    margin-bottom: 50px !important;
  }
  /*セクションコンテナ*/
  .contents[b-lqz964airy] {
    width: 100%;
  }
  /*コンテンツタイトル*/
  .contents-title[b-lqz964airy] {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 20px;
  }
  /*コンテンツテキスト*/
  .contents-text[b-lqz964airy] {
    font-size: 14px;
  }
  /*コンテンツ画像*/
  .contents-image[b-lqz964airy] {
    width: 100%;
  }
  /*コンテンツ画像*/
  .contents-image-65per[b-lqz964airy] {
    width: 100%;
  }
  /*遷移ボタン*/
  .two-column-button[b-lqz964airy] {
    width: calc(50% - 7px);
    font-size: 14px;
  }
  /*遷移ボタン*/
  .two-column-button:not(:first-child)[b-lqz964airy] {
    margin-left: 14px;
  }
  /*リンクボタン*/
  .a-button[b-lqz964airy] {
    padding: 8px;
  }
  /*リンクボタン*/
  .a-button[b-lqz964airy]:after {
    top: 48%;
    right: 15px;
    width: 7px;
    height: 7px;
  }
  /*コンテンツ内テキスト*/
  .contents-text[b-lqz964airy] {
    margin-bottom: 25px !important;
  }
  /*コンテンツ画像*/
  .contents-image[b-lqz964airy] {
    width: 100%;
  }
  /*説明コンテンツ*/
  .contents-explain[b-lqz964airy] {
    margin-top: 45px;
    padding-top: 45px;
  }
  /*説明コンテンツタイトル*/
  .contents-explain-title[b-lqz964airy] {
    margin-bottom: 10px;
    font-size: 16px;
  }
  /*説明コンテンツタイトルナンバー*/
  .contents-explain-title-number[b-lqz964airy] {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    font-size: 16px;
    line-height: 24px;
  }
  /*説明コンテンツタイトル画像*/
  .contents-explain-title-image[b-lqz964airy] {
    margin-right: 10px;
  }
  /*説明コンテンツサブタイトル*/
  .contents-explain-sub-title[b-lqz964airy] {
    margin-bottom: 8px;
    font-size: 14px;
  }
  /*説明コンテンツテキスト*/
  .contents-explain-text[b-lqz964airy] {
    font-size: 14px;
  }
  /*リストラップ*/
  .list-wrap[b-lqz964airy] {
    margin-top: 20px;
  }
  /*リストアイテムの用語*/
  .list-term[b-lqz964airy] {
    width: 75px;
    font-size: 14px;
  }
  /*リストアイテムの定義*/
  .list-definition[b-lqz964airy] {
    width: calc(100% - 90px);
    margin-left: 15px;
    font-size: 14px;
  }
  /*リストラップ*/
  .list-widest-wrap[b-lqz964airy] {
    margin-top: 20px;
  }
  /*リストアイテムの用語*/
  .list-widest-term[b-lqz964airy] {
    width: 120px;
    font-size: 14px;
  }
  /*リストアイテムの定義*/
  .list-widest-definition[b-lqz964airy] {
    width: calc(100% - 135px);
    margin-left: 15px;
    font-size: 14px;
  }
}
/*# sourceMappingURL=/codebuild/output/src2623623628/src/embotters-app/EmbottersApp/EmbottersApp/Pages/HandbookVoice.razor.css.map */
/* /Pages/HandbookWait.razor.rz.scp.css */
@charset "UTF-8";
/*コンテンツタイトル*/
.contents-title[b-bvv5t99k7o] {
  margin-bottom: 25px;
  padding-bottom: 15px;
  font-size: 30px;
  font-weight: 600;
  color: #333;
  border-bottom: 1px solid #bbb;
}

/*コンテンツテキスト*/
.contents-text[b-bvv5t99k7o] {
  font-size: 18px;
  line-height: 200%;
}

/*コンテンツテキスト*/
.contents-text span[b-bvv5t99k7o] {
  font-size: 18px;
  color: red;
  line-height: 200%;
}

/*コンテンツ画像ラッパー*/
.contents-image-wrapper[b-bvv5t99k7o] {
  position: relative;
}

/*コンテンツ画像*/
.contents-image[b-bvv5t99k7o] {
  max-width: 100%;
}

/*コンテンツ画像内ボーダー*/
.yellow-border[b-bvv5t99k7o] {
  position: absolute;
  border: 5px solid #f1a91a;
  border-radius: 15px;
}

/*コンテンツ画像内ボーダーナンバー*/
.yellow-border-number[b-bvv5t99k7o] {
  position: absolute;
  padding: 1px 5px;
  border: none;
  border-radius: 30px;
  background-color: #f1a91a;
  color: #fff;
  font-size: 10px;
}

/*コンテンツ画像内ボーダー*/
.yellow-border-wait-1[b-bvv5t99k7o] {
  top: -3px;
  left: 8px;
  width: 35px;
  height: 27px;
}

/*コンテンツ画像内ボーダーナンバー*/
.yellow-border-number-wait-1[b-bvv5t99k7o] {
  top: -4px;
  left: -22px;
}

/*コンテンツ画像内ボーダー*/
.yellow-border-wait-2[b-bvv5t99k7o] {
  top: -2px;
  left: 110px;
  width: 122px;
  height: 26px;
}

/*コンテンツ画像内ボーダーナンバー*/
.yellow-border-number-wait-2[b-bvv5t99k7o] {
  top: -3px;
  right: -23px;
}

/*コンテンツ画像内ボーダー*/
.yellow-border-wait-3[b-bvv5t99k7o] {
  top: -2px;
  left: 558px;
  width: 70px;
  height: 26px;
}

/*コンテンツ画像内ボーダーナンバー*/
.yellow-border-number-wait-3[b-bvv5t99k7o] {
  top: -3px;
  left: -23px;
}

/*コンテンツ画像内ボーダー*/
.yellow-border-wait-4[b-bvv5t99k7o] {
  top: -2px;
  right: 3px;
  width: 69px;
  height: 26px;
}

/*コンテンツ画像内ボーダーナンバー*/
.yellow-border-number-wait-4[b-bvv5t99k7o] {
  top: -3px;
  right: -22px;
}

/*コンテンツ画像内ボーダー*/
.yellow-border-wait-5[b-bvv5t99k7o] {
  top: 235px;
  left: 271px;
  width: 157px;
  height: 66px;
}

/*コンテンツ画像内ボーダーナンバー*/
.yellow-border-number-wait-5[b-bvv5t99k7o] {
  top: -24px;
  left: -3px;
}

/*コンテンツ画像内ボーダー*/
.yellow-border-wait-6[b-bvv5t99k7o] {
  top: 21px;
  left: 613px;
  width: 88px;
  height: 458px;
}

/*コンテンツ画像内ボーダーナンバー*/
.yellow-border-number-wait-6[b-bvv5t99k7o] {
  top: 3px;
  left: -23px;
}

/*コンテンツ画像内ボーダー*/
.yellow-border-wait-7[b-bvv5t99k7o] {
  bottom: 14px;
  right: 9px;
  width: 150px;
  height: 30px;
}

/*コンテンツ画像内ボーダーナンバー*/
.yellow-border-number-wait-7[b-bvv5t99k7o] {
  top: -2px;
  left: -23px;
}

/*説明コンテンツ*/
.contents-explain[b-bvv5t99k7o] {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #bbb;
}

/*説明コンテンツタイトル*/
.contents-explain-title[b-bvv5t99k7o] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  color: #333;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}

/*説明コンテンツタイトルナンバー*/
.contents-explain-title-number[b-bvv5t99k7o] {
  width: 26px;
  height: 26px;
  margin-right: 12px;
  display: inline-block;
  color: #fff;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  border-radius: 50%;
  background: #f1a919;
}

/*説明コンテンツテキスト*/
.contents-explain-text[b-bvv5t99k7o] {
  color: #333;
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
}

/*リストラップ*/
.list-wrap[b-bvv5t99k7o] {
  margin-top: 35px;
}

/*リスト*/
.list[b-bvv5t99k7o] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/*リスト*/
.list:not(:last-child)[b-bvv5t99k7o] {
  padding-bottom: 30px;
}

/*リストアイテムの用語*/
.list-term[b-bvv5t99k7o] {
  width: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-weight: 600;
  font-size: 18px;
  line-height: 200%;
}

/*リストアイテムの用語*/
.list-term[b-bvv5t99k7o]:before {
  content: "■";
}

/*リストアイテムの定義*/
.list-definition[b-bvv5t99k7o] {
  width: calc(100% - 120px);
  margin-left: 30px;
  font-weight: 400;
  font-size: 18px;
  line-height: 200%;
}

@media (min-width: 1400px) {
  /*コンテンツ画像内ボーダー*/
  .yellow-border-wait-1[b-bvv5t99k7o] {
    top: -3px;
    left: 14px;
    width: 38px;
    height: 32px;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-wait-2[b-bvv5t99k7o] {
    top: -2px;
    left: 146px;
    width: 150px;
    height: 30px;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-wait-3[b-bvv5t99k7o] {
    top: -2px;
    left: 721px;
    width: 86px;
    height: 30px;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-wait-4[b-bvv5t99k7o] {
    top: -2px;
    right: 4px;
    width: 88px;
    height: 30px;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-wait-5[b-bvv5t99k7o] {
    top: 300px;
    left: 350px;
    width: 200px;
    height: 87px;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-wait-6[b-bvv5t99k7o] {
    top: 28px;
    left: 789px;
    width: 112px;
    height: 590px;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-wait-7[b-bvv5t99k7o] {
    bottom: 17px;
    right: 10px;
    width: 194px;
    height: 38px;
  }
}
@media (min-width: 991px) {
  /*コンテンツテキスト*/
  .contents-text[b-bvv5t99k7o] {
    margin-bottom: 50px !important;
  }
}
@media (max-width: 990px) {
  /*セクションコンテナ*/
  .contents[b-bvv5t99k7o] {
    width: 100%;
  }
  /*コンテンツタイトル*/
  .contents-title[b-bvv5t99k7o] {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 20px;
  }
  /*コンテンツテキスト*/
  .contents-text[b-bvv5t99k7o] {
    font-size: 14px;
    margin-bottom: 25px !important;
  }
  /*コンテンツ画像*/
  .contents-image[b-bvv5t99k7o] {
    width: 100%;
  }
  /*説明コンテンツ*/
  .contents-explain[b-bvv5t99k7o] {
    margin-top: 45px;
    padding-top: 45px;
  }
  /*説明コンテンツタイトル*/
  .contents-explain-title[b-bvv5t99k7o] {
    margin-bottom: 10px;
    font-size: 16px;
  }
  /*説明コンテンツタイトルナンバー*/
  .contents-explain-title-number[b-bvv5t99k7o] {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    font-size: 16px;
    line-height: 24px;
  }
  /*説明コンテンツテキスト*/
  .contents-explain-text[b-bvv5t99k7o] {
    font-size: 14px;
  }
  /*リストラップ*/
  .list-wrap[b-bvv5t99k7o] {
    margin-top: 20px;
  }
  /*リストアイテムの用語*/
  .list-term[b-bvv5t99k7o] {
    width: 75px;
    font-size: 14px;
  }
  /*リストアイテムの定義*/
  .list-definition[b-bvv5t99k7o] {
    width: calc(100% - 90px);
    margin-left: 15px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  /*コンテンツ画像内ボーダー*/
  .yellow-border-wait-1[b-bvv5t99k7o] {
    top: -0.5%;
    left: 1.3%;
    width: 4.5vw;
    height: 3.5vw;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-wait-2[b-bvv5t99k7o] {
    top: -0.5%;
    left: 16%;
    width: 16vw;
    height: 3.5vw;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-wait-3[b-bvv5t99k7o] {
    top: -0.5%;
    left: 79.8%;
    width: 9.2vw;
    height: 3.5vw;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-wait-4[b-bvv5t99k7o] {
    top: -0.5%;
    right: 0.5%;
    width: 9vw;
    height: 3.5vw;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-wait-5[b-bvv5t99k7o] {
    top: 44%;
    left: 39%;
    width: 20.4vw;
    height: 9.7vw;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-wait-6[b-bvv5t99k7o] {
    top: 4.5%;
    left: 87.6%;
    width: 11.5vw;
    height: 59.5vw;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-wait-7[b-bvv5t99k7o] {
    bottom: 2.7%;
    right: 1%;
    width: 19.6vw;
    height: 3.9vw;
  }
}
/*# sourceMappingURL=/codebuild/output/src2623623628/src/embotters-app/EmbottersApp/EmbottersApp/Pages/HandbookWait.razor.css.map */
/* /Pages/HandbookWeather.razor.rz.scp.css */
@charset "UTF-8";
/*マージン用スタイル*/
.mt0[b-sxf3t6vuma] {
  margin-top: 0 !important;
}

/*マージン用スタイル*/
.mr5[b-sxf3t6vuma] {
  margin-right: 5px !important;
}

/*コンテンツタイトル*/
.contents-title[b-sxf3t6vuma] {
  margin-bottom: 25px;
  padding-bottom: 15px;
  font-size: 30px;
  font-weight: 600;
  color: #333;
  border-bottom: 1px solid #bbb;
}

/*コンテンツテキスト*/
.contents-text[b-sxf3t6vuma] {
  font-size: 18px;
  line-height: 200%;
}

/*コンテンツ画像*/
.contents-image[b-sxf3t6vuma] {
  max-width: 100%;
}

/*コンテンツ画像*/
.contents-image-65per[b-sxf3t6vuma] {
  width: 65%;
}

/*遷移ボタン*/
.two-column[b-sxf3t6vuma] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*遷移ボタン*/
.two-column-button[b-sxf3t6vuma] {
  width: calc(50% - 10px);
  font-size: 16px;
  text-align: center;
}

/*遷移ボタン*/
.two-column-button:not(:first-child)[b-sxf3t6vuma] {
  margin-left: 20px;
}

/*リンクボタン*/
.a-button[b-sxf3t6vuma] {
  position: relative;
  display: block;
  color: #333;
  border: 1px solid #333;
  background: #fff;
  text-decoration: none;
  -webkit-transition: color 250ms, background 250ms;
  transition: color 250ms, background 250ms;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/*リンクボタン*/
.a-button:hover[b-sxf3t6vuma] {
  color: #fff;
  border: 1px solid #fff;
  background: #333;
}

/*リンクボタン*/
.a-button[b-sxf3t6vuma]:after {
  content: "";
  display: block;
  position: absolute;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transition: color 250ms, background 250ms;
  transition: color 250ms, background 250ms;
  -webkit-transform: translateY(-50%) rotate(135deg);
      -ms-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}

/*リンクボタン*/
.a-button:hover[b-sxf3t6vuma]:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

/*説明コンテンツ*/
.contents-explain[b-sxf3t6vuma] {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #bbb;
}

/*説明コンテンツ*/
.border-none[b-sxf3t6vuma] {
  border: none;
}

/*説明コンテンツタイトル*/
.contents-explain-title[b-sxf3t6vuma] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  color: #333;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}

/*説明コンテンツタイトルナンバー*/
.contents-explain-title-number[b-sxf3t6vuma] {
  width: 26px;
  height: 26px;
  margin-right: 12px;
  display: inline-block;
  color: #fff;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  border-radius: 50%;
  background: #f1a919;
}

/*説明コンテンツサブタイトル*/
.contents-explain-sub-title[b-sxf3t6vuma] {
  margin-bottom: 12px;
  color: #333;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}

/*説明コンテンツタイトル画像*/
.contents-explain-title-image[b-sxf3t6vuma] {
  margin-right: 15px;
}

/*説明コンテンツサブタイトル*/
.contents-explain-sub-title[b-sxf3t6vuma]:before {
  content: "■";
}

/*説明コンテンツテキスト*/
.contents-explain-text[b-sxf3t6vuma] {
  color: #333;
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
}

/*リストラップ*/
.list-wrap[b-sxf3t6vuma] {
  margin-top: 35px;
}

/*リスト*/
.list[b-sxf3t6vuma] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}

/*リスト*/
.list:not(:last-child)[b-sxf3t6vuma] {
  padding-bottom: 30px;
}

/*リストアイテムの用語*/
.list-term[b-sxf3t6vuma] {
  width: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-weight: 600;
  font-size: 18px;
  line-height: 200%;
}

/*リストアイテムの用語*/
.list-term[b-sxf3t6vuma]:before {
  content: "■";
}

/*リストアイテムの定義*/
.list-definition[b-sxf3t6vuma] {
  width: calc(100% - 120px);
  margin-left: 30px;
  font-weight: 400;
  font-size: 18px;
  line-height: 200%;
}

/*リストラップ*/
.list-widest-wrap[b-sxf3t6vuma] {
  margin-top: 35px;
}

/*リスト*/
.list-widest[b-sxf3t6vuma] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}

/*リスト*/
.list-widest:not(:last-child)[b-sxf3t6vuma] {
  padding-bottom: 30px;
}

/*リストアイテムの用語*/
.list-widest-term[b-sxf3t6vuma] {
  width: 205px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-weight: 600;
  font-size: 18px;
  line-height: 180%;
}

/*リストアイテムの用語*/
.list-widest-term[b-sxf3t6vuma]:before {
  content: "■";
}

/*リストアイテムの定義*/
.list-widest-definition[b-sxf3t6vuma] {
  width: calc(100% - 220px);
  margin-left: 15px;
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
}

@media (min-width: 991px) {
  /*パディング用スタイル*/
  .pt40pc[b-sxf3t6vuma] {
    padding-top: 40px !important;
  }
  /*パディング用スタイル*/
  .pt50pc[b-sxf3t6vuma] {
    padding-top: 50px !important;
  }
  /*パディング用スタイル*/
  .pb45pc[b-sxf3t6vuma] {
    padding-bottom: 45px !important;
  }
  /*マージン用スタイル*/
  .mb40pc[b-sxf3t6vuma] {
    margin-bottom: 40px !important;
  }
  /*マージン用スタイル*/
  .mb20pc[b-sxf3t6vuma] {
    margin-bottom: 20px !important;
  }
  /*マージン用スタイル*/
  .mb25pc[b-sxf3t6vuma] {
    margin-bottom: 25px !important;
  }
  /*マージン用スタイル*/
  .mb35pc[b-sxf3t6vuma] {
    margin-bottom: 35px !important;
  }
  /*マージン用スタイル*/
  .mb40pc[b-sxf3t6vuma] {
    margin-bottom: 40px !important;
  }
  /*マージン用スタイル*/
  .mb45pc[b-sxf3t6vuma] {
    margin-bottom: 45px !important;
  }
  /*マージン用スタイル*/
  .mb50pc[b-sxf3t6vuma] {
    margin-bottom: 50px !important;
  }
  /*マージン用スタイル*/
  .mb60pc[b-sxf3t6vuma] {
    margin-bottom: 60px !important;
  }
  /*マージン用スタイル*/
  .mb70pc[b-sxf3t6vuma] {
    margin-bottom: 70px !important;
  }
  /*マージン用スタイル*/
  .mb90pc[b-sxf3t6vuma] {
    margin-bottom: 90px !important;
  }
  /*コンテンツテキスト*/
  .contents-text[b-sxf3t6vuma] {
    margin-bottom: 50px !important;
  }
  /*リンクボタン*/
  .a-button[b-sxf3t6vuma] {
    padding: 13px;
  }
  /*リンクボタン*/
  .a-button[b-sxf3t6vuma]:after {
    top: 50%;
    right: 20px;
    width: 8px;
    height: 8px;
  }
}
@media (max-width: 990px) {
  /*パディング用スタイル*/
  .pt30sp[b-sxf3t6vuma] {
    padding-top: 30px !important;
  }
  /*パディング用スタイル*/
  .pt35sp[b-sxf3t6vuma] {
    padding-top: 35px !important;
  }
  /*パディング用スタイル*/
  .pb30sp[b-sxf3t6vuma] {
    padding-bottom: 30px !important;
  }
  /*パディング用スタイル*/
  .pb35sp[b-sxf3t6vuma] {
    padding-bottom: 35px !important;
  }
  /*マージン用スタイル*/
  .mb15sp[b-sxf3t6vuma] {
    margin-bottom: 15px !important;
  }
  /*マージン用スタイル*/
  .mb20sp[b-sxf3t6vuma] {
    margin-bottom: 20px !important;
  }
  /*マージン用スタイル*/
  .mb25sp[b-sxf3t6vuma] {
    margin-bottom: 25px !important;
  }
  /*マージン用スタイル*/
  .mb30sp[b-sxf3t6vuma] {
    margin-bottom: 30px !important;
  }
  /*マージン用スタイル*/
  .mb35sp[b-sxf3t6vuma] {
    margin-bottom: 35px !important;
  }
  /*マージン用スタイル*/
  .mb40sp[b-sxf3t6vuma] {
    margin-bottom: 40px !important;
  }
  /*マージン用スタイル*/
  .mb50sp[b-sxf3t6vuma] {
    margin-bottom: 50px !important;
  }
  /*セクションコンテナ*/
  .contents[b-sxf3t6vuma] {
    width: 100%;
  }
  /*コンテンツタイトル*/
  .contents-title[b-sxf3t6vuma] {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 20px;
  }
  /*コンテンツテキスト*/
  .contents-text[b-sxf3t6vuma] {
    font-size: 14px;
  }
  /*コンテンツ画像*/
  .contents-image[b-sxf3t6vuma] {
    width: 100%;
  }
  /*コンテンツ画像*/
  .contents-image-65per[b-sxf3t6vuma] {
    width: 100%;
  }
  /*遷移ボタン*/
  .two-column-button[b-sxf3t6vuma] {
    width: calc(50% - 7px);
    font-size: 14px;
  }
  /*遷移ボタン*/
  .two-column-button:not(:first-child)[b-sxf3t6vuma] {
    margin-left: 14px;
  }
  /*リンクボタン*/
  .a-button[b-sxf3t6vuma] {
    padding: 8px;
  }
  /*リンクボタン*/
  .a-button[b-sxf3t6vuma]:after {
    top: 48%;
    right: 15px;
    width: 7px;
    height: 7px;
  }
  /*コンテンツ内テキスト*/
  .contents-text[b-sxf3t6vuma] {
    margin-bottom: 25px !important;
  }
  /*コンテンツ画像*/
  .contents-image[b-sxf3t6vuma] {
    width: 100%;
  }
  /*説明コンテンツ*/
  .contents-explain[b-sxf3t6vuma] {
    margin-top: 45px;
    padding-top: 45px;
  }
  /*説明コンテンツタイトル*/
  .contents-explain-title[b-sxf3t6vuma] {
    margin-bottom: 10px;
    font-size: 16px;
  }
  /*説明コンテンツタイトルナンバー*/
  .contents-explain-title-number[b-sxf3t6vuma] {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    font-size: 16px;
    line-height: 24px;
  }
  /*説明コンテンツタイトル画像*/
  .contents-explain-title-image[b-sxf3t6vuma] {
    margin-right: 10px;
  }
  /*説明コンテンツサブタイトル*/
  .contents-explain-sub-title[b-sxf3t6vuma] {
    margin-bottom: 8px;
    font-size: 14px;
  }
  /*説明コンテンツテキスト*/
  .contents-explain-text[b-sxf3t6vuma] {
    font-size: 14px;
  }
  /*リストラップ*/
  .list-wrap[b-sxf3t6vuma] {
    margin-top: 20px;
  }
  /*リストアイテムの用語*/
  .list-term[b-sxf3t6vuma] {
    width: 75px;
    font-size: 14px;
  }
  /*リストアイテムの定義*/
  .list-definition[b-sxf3t6vuma] {
    width: calc(100% - 90px);
    margin-left: 15px;
    font-size: 14px;
  }
  /*リストラップ*/
  .list-widest-wrap[b-sxf3t6vuma] {
    margin-top: 20px;
  }
  /*リストアイテムの用語*/
  .list-widest-term[b-sxf3t6vuma] {
    width: 120px;
    font-size: 14px;
  }
  /*リストアイテムの定義*/
  .list-widest-definition[b-sxf3t6vuma] {
    width: calc(100% - 135px);
    margin-left: 15px;
    font-size: 14px;
  }
}
/*# sourceMappingURL=/codebuild/output/src2623623628/src/embotters-app/EmbottersApp/EmbottersApp/Pages/HandbookWeather.razor.css.map */
/* /Pages/HandbookWhile.razor.rz.scp.css */
@charset "UTF-8";
/*コンテンツタイトル*/
.contents-title[b-ap6ugisa1j] {
  margin-bottom: 25px;
  padding-bottom: 15px;
  font-size: 30px;
  font-weight: 600;
  color: #333;
  border-bottom: 1px solid #bbb;
}

/*コンテンツテキスト*/
.contents-text[b-ap6ugisa1j] {
  font-size: 18px;
  line-height: 200%;
}

/*コンテンツテキスト*/
.contents-text span[b-ap6ugisa1j] {
  font-size: 18px;
  color: red;
  line-height: 200%;
}

/*コンテンツ画像ラッパー*/
.contents-image-wrapper[b-ap6ugisa1j] {
  position: relative;
}

/*コンテンツ画像*/
.contents-image[b-ap6ugisa1j] {
  max-width: 100%;
}

/*コンテンツ画像内ボーダー*/
.yellow-border[b-ap6ugisa1j] {
  position: absolute;
  border: 5px solid #f1a91a;
  border-radius: 15px;
}

/*コンテンツ画像内ボーダーナンバー*/
.yellow-border-number[b-ap6ugisa1j] {
  position: absolute;
  padding: 1px 5px;
  border: none;
  border-radius: 30px;
  background-color: #f1a91a;
  color: #fff;
  font-size: 10px;
}

/*コンテンツ画像内ボーダー*/
.yellow-border-while-1[b-ap6ugisa1j] {
  top: -3px;
  left: 8px;
  width: 35px;
  height: 27px;
}

/*コンテンツ画像内ボーダーナンバー*/
.yellow-border-number-while-1[b-ap6ugisa1j] {
  top: -4px;
  left: -22px;
}

/*コンテンツ画像内ボーダー*/
.yellow-border-while-2[b-ap6ugisa1j] {
  top: -2px;
  left: 110px;
  width: 122px;
  height: 26px;
}

/*コンテンツ画像内ボーダーナンバー*/
.yellow-border-number-while-2[b-ap6ugisa1j] {
  top: -3px;
  right: -23px;
}

/*コンテンツ画像内ボーダー*/
.yellow-border-while-3[b-ap6ugisa1j] {
  top: -2px;
  left: 558px;
  width: 70px;
  height: 26px;
}

/*コンテンツ画像内ボーダーナンバー*/
.yellow-border-number-while-3[b-ap6ugisa1j] {
  top: -3px;
  left: -23px;
}

/*コンテンツ画像内ボーダー*/
.yellow-border-while-4[b-ap6ugisa1j] {
  top: -2px;
  right: 3px;
  width: 69px;
  height: 26px;
}

/*コンテンツ画像内ボーダーナンバー*/
.yellow-border-number-while-4[b-ap6ugisa1j] {
  top: -3px;
  right: -22px;
}

/*コンテンツ画像内ボーダー*/
.yellow-border-while-5[b-ap6ugisa1j] {
  top: 235px;
  left: 271px;
  width: 157px;
  height: 66px;
}

/*コンテンツ画像内ボーダーナンバー*/
.yellow-border-number-while-5[b-ap6ugisa1j] {
  top: -24px;
  left: -3px;
}

/*コンテンツ画像内ボーダー*/
.yellow-border-while-6[b-ap6ugisa1j] {
  top: 21px;
  left: 613px;
  width: 88px;
  height: 458px;
}

/*コンテンツ画像内ボーダーナンバー*/
.yellow-border-number-while-6[b-ap6ugisa1j] {
  top: 3px;
  left: -23px;
}

/*コンテンツ画像内ボーダー*/
.yellow-border-while-7[b-ap6ugisa1j] {
  bottom: 14px;
  right: 9px;
  width: 150px;
  height: 30px;
}

/*コンテンツ画像内ボーダーナンバー*/
.yellow-border-number-while-7[b-ap6ugisa1j] {
  top: -2px;
  left: -23px;
}

/*説明コンテンツ*/
.contents-explain[b-ap6ugisa1j] {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #bbb;
}

/*説明コンテンツタイトル*/
.contents-explain-title[b-ap6ugisa1j] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  color: #333;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}

/*説明コンテンツタイトルナンバー*/
.contents-explain-title-number[b-ap6ugisa1j] {
  width: 26px;
  height: 26px;
  margin-right: 12px;
  display: inline-block;
  color: #fff;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  border-radius: 50%;
  background: #f1a919;
}

/*説明コンテンツテキスト*/
.contents-explain-text[b-ap6ugisa1j] {
  color: #333;
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
}

/*リストラップ*/
.list-wrap[b-ap6ugisa1j] {
  margin-top: 35px;
}

/*リスト*/
.list[b-ap6ugisa1j] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/*リスト*/
.list:not(:last-child)[b-ap6ugisa1j] {
  padding-bottom: 30px;
}

/*リストアイテムの用語*/
.list-term[b-ap6ugisa1j] {
  width: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-weight: 600;
  font-size: 18px;
  line-height: 200%;
}

/*リストアイテムの用語*/
.list-term[b-ap6ugisa1j]:before {
  content: "■";
}

/*リストアイテムの定義*/
.list-definition[b-ap6ugisa1j] {
  width: calc(100% - 120px);
  margin-left: 30px;
  font-weight: 400;
  font-size: 18px;
  line-height: 200%;
}

@media (min-width: 1400px) {
  /*コンテンツ画像内ボーダー*/
  .yellow-border-while-1[b-ap6ugisa1j] {
    top: -3px;
    left: 14px;
    width: 38px;
    height: 32px;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-while-2[b-ap6ugisa1j] {
    top: -2px;
    left: 146px;
    width: 150px;
    height: 30px;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-while-3[b-ap6ugisa1j] {
    top: -2px;
    left: 721px;
    width: 86px;
    height: 30px;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-while-4[b-ap6ugisa1j] {
    top: -2px;
    right: 4px;
    width: 88px;
    height: 30px;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-while-5[b-ap6ugisa1j] {
    top: 300px;
    left: 350px;
    width: 200px;
    height: 87px;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-while-6[b-ap6ugisa1j] {
    top: 28px;
    left: 789px;
    width: 112px;
    height: 590px;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-while-7[b-ap6ugisa1j] {
    bottom: 17px;
    right: 10px;
    width: 194px;
    height: 38px;
  }
}
@media (min-width: 991px) {
  /*コンテンツテキスト*/
  .contents-text[b-ap6ugisa1j] {
    margin-bottom: 50px !important;
  }
}
@media (max-width: 990px) {
  /*セクションコンテナ*/
  .contents[b-ap6ugisa1j] {
    width: 100%;
  }
  /*コンテンツタイトル*/
  .contents-title[b-ap6ugisa1j] {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 20px;
  }
  /*コンテンツテキスト*/
  .contents-text[b-ap6ugisa1j] {
    font-size: 14px;
    margin-bottom: 25px !important;
  }
  /*コンテンツ画像*/
  .contents-image[b-ap6ugisa1j] {
    width: 100%;
  }
  /*説明コンテンツ*/
  .contents-explain[b-ap6ugisa1j] {
    margin-top: 45px;
    padding-top: 45px;
  }
  /*説明コンテンツタイトル*/
  .contents-explain-title[b-ap6ugisa1j] {
    margin-bottom: 10px;
    font-size: 16px;
  }
  /*説明コンテンツタイトルナンバー*/
  .contents-explain-title-number[b-ap6ugisa1j] {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    font-size: 16px;
    line-height: 24px;
  }
  /*説明コンテンツテキスト*/
  .contents-explain-text[b-ap6ugisa1j] {
    font-size: 14px;
  }
  /*リストラップ*/
  .list-wrap[b-ap6ugisa1j] {
    margin-top: 20px;
  }
  /*リストアイテムの用語*/
  .list-term[b-ap6ugisa1j] {
    width: 75px;
    font-size: 14px;
  }
  /*リストアイテムの定義*/
  .list-definition[b-ap6ugisa1j] {
    width: calc(100% - 90px);
    margin-left: 15px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  /*コンテンツ画像内ボーダー*/
  .yellow-border-while-1[b-ap6ugisa1j] {
    top: -0.5%;
    left: 1.3%;
    width: 4.5vw;
    height: 3.5vw;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-while-2[b-ap6ugisa1j] {
    top: -0.5%;
    left: 16%;
    width: 16vw;
    height: 3.5vw;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-while-3[b-ap6ugisa1j] {
    top: -0.5%;
    left: 79.8%;
    width: 9.2vw;
    height: 3.5vw;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-while-4[b-ap6ugisa1j] {
    top: -0.5%;
    right: 0.5%;
    width: 9vw;
    height: 3.5vw;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-while-5[b-ap6ugisa1j] {
    top: 44%;
    left: 39%;
    width: 20.4vw;
    height: 9.7vw;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-while-6[b-ap6ugisa1j] {
    top: 4.5%;
    left: 87.6%;
    width: 11.5vw;
    height: 59.5vw;
  }
  /*コンテンツ画像内ボーダー*/
  .yellow-border-while-7[b-ap6ugisa1j] {
    bottom: 2.7%;
    right: 1%;
    width: 19.6vw;
    height: 3.9vw;
  }
}
/*# sourceMappingURL=/codebuild/output/src2623623628/src/embotters-app/EmbottersApp/EmbottersApp/Pages/HandbookWhile.razor.css.map */
/* /Pages/Index.razor.rz.scp.css */
@charset "UTF-8";
/* z-index */
/*全体のコンテナのスタイル*/
.main-container[b-vcns9oayo1] {
  padding: 0vw 17vw;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media (max-width: 1200px) {
  .main-container[b-vcns9oayo1] {
    padding: 2vw 7vw;
  }
}
@media (max-width: 1200px) {
  .main-container[b-vcns9oayo1] {
    padding: 2vw 5vw;
  }
}

/*リンクボタン*/
.links-mobile-only[b-vcns9oayo1] {
  display: none;
  margin: 10px -4px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .links-mobile-only[b-vcns9oayo1] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/*最初にやってみようコンテンツ*/
.contents-beginner[b-vcns9oayo1] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: 100%;
}

/*組み立て方マニュアルボタンコンテナ*/
.assembly-manual-container[b-vcns9oayo1] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media (max-width: 990px) {
  .assembly-manual-container[b-vcns9oayo1] {
    display: block;
  }
}

/*ハンドブックリンクボタンコンテナ*/
.contents-handbook[b-vcns9oayo1] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media (max-width: 990px) {
  .contents-handbook[b-vcns9oayo1] {
    display: block;
  }
}

/*いろいろな遊び方コンテンツ*/
.contents-various-play[b-vcns9oayo1] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: 100%;
}

/*お知らせコンテナ*/
.contents-notice[b-vcns9oayo1] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
/*# sourceMappingURL=/codebuild/output/src2623623628/src/embotters-app/EmbottersApp/EmbottersApp/Pages/Index.razor.css.map */
/* /Pages/Inquiry.razor.rz.scp.css */
@charset "UTF-8";
.container[b-sl0gsznfbi] {
  margin-top: 36px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 500px) {
  .container[b-sl0gsznfbi] {
    margin-top: 64px;
  }
}
@media (min-width: 768px) {
  .container[b-sl0gsznfbi] {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container[b-sl0gsznfbi] {
    margin-top: 0px;
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container[b-sl0gsznfbi] {
    width: 1170px;
  }
}
/*f503i注意書きラッパー*/
.f503i-warning[b-sl0gsznfbi] {
  padding: 0 10%;
  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;
}

/*f503i注意書きリンク*/
.f503i-warning a[b-sl0gsznfbi] {
  font-size: 24px;
  font-weight: 900;
  color: #27cadc;
  text-decoration: none;
  border-bottom: 1px dotted #27cadc;
}

h2[b-sl0gsznfbi] {
  margin: 20px 0 60px;
  font-size: 30px;
}

h3[b-sl0gsznfbi] {
  margin: 20px 0 10px;
  font-size: 24px;
}

.text-center[b-sl0gsznfbi] {
  text-align: center;
}

p[b-sl0gsznfbi] {
  margin-bottom: 10px;
}

/*特定商取引法ページのタイトルのスタイル*/
.embot-heading[b-sl0gsznfbi] {
  margin: 20px 0 60px;
  margin-bottom: 2em;
}

/*表全体のスタイル*/
table[b-sl0gsznfbi] {
  border: 1px solid #ccc;
  width: 100%;
}

/*各行のスタイル*/
tr[b-sl0gsznfbi] {
  border: 1px solid #ccc;
}

/*セルのスタイル*/
td[b-sl0gsznfbi] {
  border: 1px solid #ccc;
  padding: 10px;
}

/*表の各行のタイトルのスタイル*/
.column-1[b-sl0gsznfbi] {
  background-color: #f2f2f2;
}

/*各URLのスタイル*/
a[b-sl0gsznfbi] {
  color: #27cadc;
  text-decoration: none;
  border-bottom: 1px dotted #27cadc;
}

/*タイトルブロックのスタイル*/
.inquiry-heading[b-sl0gsznfbi] {
  margin-top: 4%;
}

/*タイトル自体のスタイル*/
h2[b-sl0gsznfbi] {
  margin: 20px 0 10px;
  color: #848484;
  font-weight: 600;
  font-size: 40px;
  text-align: center;
}

/*案内ブロックのスタイル*/
.heading-wrapper[b-sl0gsznfbi] {
  padding: 0 10%;
  margin-top: 4%;
}

/*一般の方への案内のお知らせブロックのスタイル*/
.ordinary-heading[b-sl0gsznfbi] {
  text-align: center;
  border: 2px solid #fbae00;
  border-radius: 20px;
  color: #333;
  padding-right: 7px;
  padding-left: 7px;
}

/*案内ブロックのタイトルのスタイル*/
h3[b-sl0gsznfbi] {
  margin: 20px 0 10px;
  font-size: 30px;
  font-weight: 600;
  white-space: nowrap;
}

/*案内ブロックの文章のスタイル*/
.description[b-sl0gsznfbi] {
  padding: 18px 14px;
  font-size: 18px;
}

/*重要な案内のスタイル*/
.heading-highlight[b-sl0gsznfbi] {
  padding: 14px;
  background-color: #fee8b6;
}

/*ハイパーリンクのスタイル*/
a[b-sl0gsznfbi] {
  color: #27cadc;
  text-decoration: none;
  border-bottom: 1px dotted #27cadc;
}

/*案内ブロック内の文のスタイル*/
.description > p[b-sl0gsznfbi] {
  text-align: left;
}

/*案内ブロック内のリストのスタイル*/
.ordinary-heading ul[b-sl0gsznfbi] {
  text-align: left;
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}

/*学校などの方への案内ブロックのスタイル*/
.company-heading[b-sl0gsznfbi] {
  text-align: center;
  border: 2px solid #3498db;
  border-radius: 20px;
  color: #333;
  padding-right: 7px;
  padding-left: 7px;
}

/*学校などの方への案内ブロックの、最初の文章ブロックのスタイル*/
.company-first-description[b-sl0gsznfbi] {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*学校などの方への案内ブロック内のサブタイトルのスタイル*/
.sub-title[b-sl0gsznfbi] {
  font-size: 22px;
  font-weight: 600;
  white-space: nowrap;
}

/*お問い合わせ後の流れを記述したブロックのスタイル*/
.step-list[b-sl0gsznfbi] {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*学校などの方への案内ブロック内のリストのスタイル*/
.company-heading ul[b-sl0gsznfbi] {
  list-style: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  margin: 0;
}

/*リスト内の各step文字のスタイル*/
.company-heading span[b-sl0gsznfbi] {
  font-weight: 600;
  padding-right: 8px;
}

/*フォームブロックのスタイル*/
.form-area[b-sl0gsznfbi] {
  margin-top: 4%;
}

/*各フォームフィールドのスタイル*/
.form-group[b-sl0gsznfbi] {
  padding: 0 15%;
  margin: 2% 0;
}

/*各フォームフィールド内のラベルのスタイル*/
.control-label[b-sl0gsznfbi] {
  width: 100%;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 18px;
}

/*ラベル内にある記入必須フィールドのアスタリスクのスタイル*/
label.required[b-sl0gsznfbi]:before {
  content: "✱";
  color: #fb5050;
  margin-right: 1em;
  font-size: 15px;
}

/*ラベル内の記入任意フィールドのアスタリスクのスタイル*/
label.elective[b-sl0gsznfbi]:before {
  content: "✱";
  opacity: 0;
  margin-right: 1em;
  font-size: 15px;
}

/*ラジオボタンフィールドのスタイル*/
.radio-group[b-sl0gsznfbi] {
  width: 100%;
  padding: 5px 0;
}

/*ラジオボタンフィールドのラベルのスタイル*/
.radio-label[b-sl0gsznfbi] {
  padding-left: 5px;
  font-size: 18px;
  font-weight: 100;
}

/*ボタンのブロックのスタイル*/
.toolbar[b-sl0gsznfbi] {
  padding: 0 15%;
  margin: 4%;
}

/*フォームアイテムのタイトル*/
[b-sl0gsznfbi] .ant-form-item .ant-form-item-label > label {
  width: 100%;
  font-size: 18px;
  font-weight: 700;
}

/*フォームの選択グループ*/
[b-sl0gsznfbi] .ant-radio-wrapper {
  margin-bottom: 0.3em;
}

/*フォームの選択グループ*/
[b-sl0gsznfbi] .ant-radio-wrapper span {
  font-size: 18px;
  font-weight: 100;
}

/*プライバシーポリシー同意のラベルのスタイル*/
.form-check-label[b-sl0gsznfbi] {
  font-weight: 700;
  font-size: 18px;
}

@media screen and (max-width: 991px) {
  /*フォームアイテムのタイトル*/
  [b-sl0gsznfbi] .ant-form-item .ant-form-item-label > label {
    font-size: 15px;
  }
  /*フォームの選択グループ*/
  [b-sl0gsznfbi] .ant-radio-wrapper span {
    font-size: 15px;
  }
  /*プライバシーポリシー同意のラベルのスタイル*/
  .form-check-label[b-sl0gsznfbi] {
    font-size: 15px;
  }
}
@media screen and (max-width: 500px) {
  /*フォームアイテムのタイトル*/
  [b-sl0gsznfbi] .ant-form-item .ant-form-item-label > label {
    font-size: 12px;
  }
  /*フォームの選択グループ*/
  [b-sl0gsznfbi] .ant-radio-wrapper span {
    font-size: 12px;
  }
  /*プライバシーポリシー同意のラベルのスタイル*/
  .form-check-label[b-sl0gsznfbi] {
    font-size: 12px;
  }
}
/*通常のボタンのスタイル*/
[b-sl0gsznfbi] .btn-save {
  min-width: 8em;
  border-radius: 25px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #fff;
  background-color: #27cadc;
}

/*アクティブ時のボタンのスタイル*/
[b-sl0gsznfbi] .ant-btn:active {
  border: none;
}

/*ホバー時のボタンのスタイル*/
[b-sl0gsznfbi] .btn-save:hover {
  -webkit-box-shadow: 2px 2px 2px #666;
          box-shadow: 2px 2px 2px #666;
  color: #d9d9d9;
  background-color: #19909d;
}

/*クリック時のボタンのスタイル*/
[b-sl0gsznfbi] .btn-save:active {
  -webkit-box-shadow: inset 3px 3px 0 0 #444;
          box-shadow: inset 3px 3px 0 0 #444;
}

.heading-default[b-sl0gsznfbi] {
  color: #848484;
  font-weight: 600;
  font-size: 40px;
  text-align: center;
}

[b-sl0gsznfbi] .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (max-width: 991px) {
  .heading-default[b-sl0gsznfbi] {
    font-size: 32px;
  }
}
@media screen and (max-width: 500px) {
  .heading-default[b-sl0gsznfbi] {
    font-size: 24px;
  }
}
/*タイトル*/
.title[b-sl0gsznfbi] {
  font-size: 30px;
  font-weight: 600;
  white-space: nowrap;
}

@media screen and (max-width: 991px) {
  /*タイトル*/
  .title[b-sl0gsznfbi] {
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  /*タイトル*/
  .title[b-sl0gsznfbi] {
    font-size: 18px;
  }
}
/*サブタイトル*/
.sub-title[b-sl0gsznfbi] {
  font-size: 22px;
  font-weight: 600;
  white-space: nowrap;
}

@media screen and (max-width: 991px) {
  /*サブタイトル*/
  .sub-title[b-sl0gsznfbi] {
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  /*サブタイトル*/
  .sub-title[b-sl0gsznfbi] {
    font-size: 14px;
  }
}
/*本文*/
.description[b-sl0gsznfbi] {
  padding: 18px 14px;
  font-size: 18px;
}

/*本文*/
@media screen and (max-width: 991px) {
  .description[b-sl0gsznfbi] {
    font-size: 15px;
  }
}
/*本文*/
@media screen and (max-width: 500px) {
  .description[b-sl0gsznfbi] {
    font-size: 12px;
  }
}
/*# sourceMappingURL=/codebuild/output/src2623623628/src/embotters-app/EmbottersApp/EmbottersApp/Pages/Inquiry.razor.css.map */
/* /Pages/InspirationApi.razor.rz.scp.css */
@charset "UTF-8";
/* z-index */
.pc[b-jnyny21ipo] {
  display: block !important;
}

.sp[b-jnyny21ipo] {
  display: none !important;
}

.pc-flex[b-jnyny21ipo] {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.sp-flex[b-jnyny21ipo] {
  display: none !important;
}

/*スワイパーの背景のスタイル*/
.swiper-background[b-jnyny21ipo] {
  background-image: url(Images/InspirationApi/inspiration-api-background.png);
  background-repeat: repeat;
  position: relative;
}

/*スワイパーの画像部分のカバーのスタイル*/
.swiper-wrapper[b-jnyny21ipo] {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

/*スワイパーの画像部分のスタイル*/
.swiper[b-jnyny21ipo] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*スワイパーの1枚目の画像スタイル*/
.top-image[b-jnyny21ipo] {
  width: 100%;
  cursor: pointer;
}

/*スタートボタンのスタイル*/
.start-button[b-jnyny21ipo] {
  position: absolute;
  width: 170px !important;
  top: calc(50% - 85px);
  left: calc(50% - 85px);
  cursor: pointer;
}

/*1枚目の画像ホバー時のスタートボタンのスタイル*/
.top-image:hover + .start-button[b-jnyny21ipo] {
  opacity: 0.7;
}

/*スタートボタンホバー時のボタンのスタイル*/
.start-button:hover[b-jnyny21ipo] {
  opacity: 0.7;
}

/*スワイパーの2枚目の画像スタイル*/
.inspiration-api-image.content-pc[b-jnyny21ipo] {
  position: relative;
  width: 27% !important;
  margin-top: 4%;
  margin-bottom: 4%;
}

.inspiration-api-image.content-sp[b-jnyny21ipo] {
  max-height: none;
  height: auto;
  max-width: 573px;
  width: 76.4%;
  margin-top: 12%;
}

/*スワイパーのページネーション全体のスタイル*/
[b-jnyny21ipo] .ant-carousel .slick-dots {
  left: unset;
  margin-bottom: 10px;
}

/*スワイパーのページネーションのスタイル*/
[b-jnyny21ipo] .ant-carousel .slick-dots li {
  width: 12px;
}

/*スワイパーのページネーションのアクティブ時のスタイル*/
[b-jnyny21ipo] .ant-carousel .slick-dots li.slick-active {
  width: 12px;
}

/*スワイパーのページネーションのドットのスタイル*/
[b-jnyny21ipo] .ant-carousel .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

/*スワイパーのページネーションのドットのアクティブ時のスタイル*/
[b-jnyny21ipo] .ant-carousel .slick-dots li.slick-active button {
  opacity: 0.4;
}

/*スワイパーのページ遷移ボタン*/
[b-jnyny21ipo] .ant-btn {
  all: initial;
  position: absolute;
  top: 50%;
  width: 36px;
  height: 36px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (max-width: 990px) {
  [b-jnyny21ipo] .ant-btn {
    display: none;
  }
}

/*スワイパーのページ遷移ボタン*/
[b-jnyny21ipo] .ant-btn::after {
  all: initial;
}

/*スワイパーのページ遷移ボタン*/
[b-jnyny21ipo] .carousel-prev-button {
  left: 8%;
}

/*スワイパーのページ遷移ボタン*/
[b-jnyny21ipo] .carousel-next-button {
  right: 8%;
}

/*WEB APIとはどんなもの？の部分の背景色を設定*/
.light-blue-background[b-jnyny21ipo] {
  background-color: #f2f6ff;
}

/*WEB APIとはどんなもの？の各パーツ共通のスタイル*/
.inspiration-api-explanation-area[b-jnyny21ipo] {
  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;
}

/*WEB APIとはどんなもの？のタイトルのスタイル*/
.inspiration-api-explanation-title-wrapper[b-jnyny21ipo] {
  width: 528px;
  padding-top: 90px;
}

/*WEB APIとはどんなもの？の説明部分のスタイル*/
.inspiration-api-explanation-text[b-jnyny21ipo] {
  width: 815px;
  text-align: center;
  padding-top: 45px;
}

/*WEB APIとはどんなもの？の説明の上部分の文字スタイル*/
.inspiration-api-explanation[b-jnyny21ipo] {
  padding-bottom: 4px;
  font-size: 24px;
  line-height: 56px;
  font-weight: 600;
  color: #ff78a3;
  border-bottom: 1px dashed #ff78a3;
}

/*WEB APIとはどんなもの？の説明の下部分のスタイル*/
.for-parents-wrapper[b-jnyny21ipo] {
  padding-bottom: 80px;
  margin-top: -10px;
}

/*WEB APIとはどんなもの？の画像のスタイル*/
.for-parents[b-jnyny21ipo] {
  width: 100%;
}

/*ひらめきAPIのコラムパートの背景色設定*/
.white-background[b-jnyny21ipo] {
  background-color: #fff;
}

/*ひらめきAPIのコラムパート全体のスタイル*/
.inspiration-api-first-explanation-area[b-jnyny21ipo] {
  width: 100%;
  padding-top: 75px;
  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;
}

/*コラムの文章部分のスタイル*/
.inspiration-api-first-explanation[b-jnyny21ipo] {
  width: 578px;
  height: 340px;
  font-size: 17px;
  line-height: 34px;
  font-weight: 600;
  text-align: left;
}

/*文字のハイライトの設定*/
.text-background-color[b-jnyny21ipo] {
  background-color: #fdea72;
}

/*コラムの画像部分のスタイル*/
.inspiration-api-first-image-wrapper[b-jnyny21ipo] {
  position: relative;
  width: 396px;
  height: 340px;
  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;
}

/*コラムの画像自体のスタイル*/
.inspiration-api-first-image-wrapper img[b-jnyny21ipo] {
  position: absolute;
  width: 110%;
  left: -12%;
}

/*ひらめきAPI紹介部分のカバーのスタイル*/
.inspiration-api-first-area-wrapper[b-jnyny21ipo] {
  padding-bottom: 100px;
}

/*ひらめきAPI紹介部分の序盤のスタイル*/
.inspiration-api-first-area[b-jnyny21ipo] {
  padding-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*ひらめきAPI紹介部分のタイトルカバーのスタイル*/
.inspiration-api-list-title-wrapper[b-jnyny21ipo] {
  width: 561px;
  text-align: center;
}

/*ひらめきAPI紹介部分のタイトル画像のスタイル*/
.inspiration-api-list-title-image[b-jnyny21ipo] {
  width: 100%;
}

/*各ひらめきAPIを中央寄せ*/
.centering[b-jnyny21ipo] {
  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;
}

/*各ひらめきAPIのボックスのスタイル*/
.inspiration-api-content[b-jnyny21ipo] {
  position: relative;
  width: 980px;
  margin-top: 50px;
}

/*フレームの画像スタイル*/
.frame[b-jnyny21ipo] {
  width: 100%;
}

/*画像に合わせてコンテンツ配置*/
.content[b-jnyny21ipo] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 0;
}

/*各ひらめきAPIの見出し*/
.content-header[b-jnyny21ipo] {
  height: 67px;
  width: 100%;
  padding: 0 8px;
  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;
  color: #fff;
}

/*各ひらめきAPIのアイコン画像のスタイル*/
.header-icon[b-jnyny21ipo] {
  width: 45px;
  height: 45px;
}

/*各ひらめきAPIの名前のスタイル*/
.api-name[b-jnyny21ipo] {
  padding-left: 10px;
  font-size: 26px;
  font-weight: 600;
}

/*各ひらめきAPIの提供・出典記述*/
.api-source[b-jnyny21ipo] {
  padding-left: 10px;
  font-size: 13px;
}

/*画面サイズが990pxより大きい場合の、各ひらめきAPIのコンテンツのスタイル*/
.content-main.content-pc[b-jnyny21ipo] {
  height: 378px;
  width: 100%;
  padding: 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*画面サイズが990px以下の場合の、各ひらめきAPIのコンテンツのスタイル*/
.content-main.content-sp[b-jnyny21ipo] {
  width: 100%;
  padding: 0 5%;
}

/*各ひらめきAPIのコンテンツの左側のスタイル*/
.content-left[b-jnyny21ipo] {
  height: 100%;
  width: 48.7%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*各ひらめきAPIのビジュアル画像のスタイル*/
.api-image[b-jnyny21ipo] {
  width: 420px;
}

/*各ひらめきAPIのコンテンツの左側のスタイル*/
.content-right[b-jnyny21ipo] {
  position: relative;
  height: 100%;
  width: 51.3%;
  padding-left: 30px;
}

/*各ひらめきAPIの説明文のカバーのスタイル*/
.content-text-wrapper[b-jnyny21ipo] {
  width: 420px;
  margin-top: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*各ひらめきAPIの説明文のスタイル*/
.content-text[b-jnyny21ipo] {
  font-size: 14px;
  line-height: 24px;
}

/*各ひらめきAPIのボタンのカバーのスタイル*/
.content-button-wrapper[b-jnyny21ipo] {
  position: absolute;
  width: 420px;
  bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*各ひらめきAPIのボタンの基本スタイル*/
.btn-default[b-jnyny21ipo] {
  border: none;
  background-color: #f1f1f1;
  -webkit-box-shadow: 0 4px 0 #e4e4e4;
          box-shadow: 0 4px 0 #e4e4e4;
  border-radius: 50px;
}

/*各ひらめきAPIのボタンの詳細スタイル*/
.detail-button[b-jnyny21ipo] {
  width: 280px;
  height: 53px;
  border: none;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ff78a3;
  -webkit-box-shadow: 0 4px 0 #e4e4e4;
          box-shadow: 0 4px 0 #e4e4e4;
}

/*各ひらめきAPIのボタンの詳細スタイル*/
.detail-button:hover[b-jnyny21ipo] {
  opacity: 0.7;
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
}

/*各ひらめきAPIのボタンの詳細スタイル*/
.detail-button:active[b-jnyny21ipo] {
  -webkit-box-shadow: 0 0 0 #e4e4e4;
          box-shadow: 0 0 0 #e4e4e4;
  -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
          transform: translateY(4px);
}

/*各ひらめきAPIのボタン内のラベルのスタイル*/
.button-label[b-jnyny21ipo] {
  width: 75%;
  margin-left: 8%;
  font-weight: 600;
  color: #fff;
  font-size: 14px;
  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;
}

/*各ひらめきAPIのボタン内のアイコンのスタイル*/
.detail-button img[b-jnyny21ipo] {
  height: 29px;
  width: 29px;
}

/*「ひらめきAPIの使い方」パートの序盤のスタイル*/
.inspiration-api-usage-area[b-jnyny21ipo] {
  padding-top: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*「ひらめきAPIの使い方」パートのタイトルカバーのスタイル*/
.inspiration-api-usage-title-wrapper[b-jnyny21ipo] {
  width: 485px;
  text-align: center;
}

/*「ひらめきAPIの使い方」パートのステップ部分のスタイル*/
.usage-step-area[b-jnyny21ipo] {
  width: 100%;
  padding-top: 55px;
  padding-bottom: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*「ひらめきAPIの使い方」パートの各ステップのカバーのスタイル*/
.usage-step-wrapper[b-jnyny21ipo] {
  margin: 0 12px;
  width: 300px;
  height: 390px;
  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;
}

/*「ひらめきAPIの使い方」パートの各ステップ全体のスタイル*/
.usage-step[b-jnyny21ipo] {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

/*「ひらめきAPIの使い方」パートの各ステップのステップナンバーアイコンのスタイル*/
.step-icon[b-jnyny21ipo] {
  position: absolute;
  top: 5%;
  left: -5.5%;
  width: 170px;
}

/*「ひらめきAPIの使い方」パートの各ステップの画像エリアのスタイル*/
.step-image-area[b-jnyny21ipo] {
  width: 100%;
  background-color: #fcfaee;
  overflow: hidden;
  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;
}

/*「ひらめきAPIの使い方」パートの各ステップの画像自体のスタイル*/
.step-image[b-jnyny21ipo] {
  width: 73%;
  margin-top: 12%;
}

/*「ひらめきAPIの使い方」パートの各ステップの見出しエリアのスタイル*/
.step-text-area[b-jnyny21ipo] {
  width: 100%;
  padding: 8% 0 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*「ひらめきAPIの使い方」パートの各ステップの見出し自体のスタイル*/
.step-text[b-jnyny21ipo] {
  font-size: 17px;
  font-weight: 600;
  color: #ff78a3;
}

/*「ひらめきAPIの使い方」パートの各ステップの説明エリアのスタイル*/
.step-description-area[b-jnyny21ipo] {
  width: 100%;
  padding: 0 7% 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*「ひらめきAPIの使い方」パートの各ステップの説明自体のスタイル*/
.step-description[b-jnyny21ipo] {
  font-size: 13px;
  line-height: 22px;
}

/*モーダルを閉じるボタンのカバーのスタイル*/
.close-button-wrapper[b-jnyny21ipo] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 48px 0 16px;
}

/*モーダルを閉じるボタンのスタイル*/
.close-button-wrapper button.close-button[b-jnyny21ipo] {
  width: 48px;
  height: 48px;
  border-radius: 24px;
  border: 0;
  outline: 0;
  padding: 0;
  background-color: transparent;
}

/*モーダルのコンテンツ内のrowクラスのスタイル*/
.ant-modal-body .row[b-jnyny21ipo] {
  margin-right: -15px;
  margin-left: -15px;
}

/*モーダルのコンテンツ内のcolクラスのスタイル*/
.ant-modal-body .col[b-jnyny21ipo] {
  width: 90%;
  margin: 0 5%;
}

/*モーダル内のyoutubeのカバーのスタイル*/
.youtube-wrapper[b-jnyny21ipo] {
  padding-top: 56.25%;
  width: 100%;
  position: relative;
}

/*モーダル内のyoutubeのスタイル*/
.youtube-wrapper iframe[b-jnyny21ipo] {
  width: 100%;
  height: 93%;
  position: absolute;
  top: 0px;
  left: 0px;
}

@media (max-width: 990px) {
  .pc[b-jnyny21ipo] {
    display: none !important;
  }
  .sp[b-jnyny21ipo] {
    display: block !important;
  }
  .pc-flex[b-jnyny21ipo] {
    display: none !important;
  }
  .sp-flex[b-jnyny21ipo] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /*スワイパーのページネーション全体のスタイル*/
  [b-jnyny21ipo] .ant-carousel .slick-dots {
    left: 79%;
    bottom: 95vw;
  }
  /*WEB APIとはどんなもの？のタイトルのスタイル*/
  .inspiration-api-explanation-title-wrapper[b-jnyny21ipo] {
    max-width: 528px;
    width: 70.4%;
    padding-top: 100px;
  }
  /*WEB APIとはどんなもの？の説明部分のスタイル*/
  .inspiration-api-explanation-text[b-jnyny21ipo] {
    max-width: 690px;
    width: 92%;
  }
  /*WEB APIとはどんなもの？の説明の上部分の文字スタイル*/
  .inspiration-api-explanation[b-jnyny21ipo] {
    font-size: 32px;
    line-height: 75px;
  }
  /*WEB APIとはどんなもの？の説明の下部分のスタイル*/
  .for-parents-wrapper[b-jnyny21ipo] {
    margin-top: 0;
  }
  /*ひらめきAPIのコラムパート全体のスタイル*/
  .inspiration-api-first-explanation-area[b-jnyny21ipo] {
    padding-top: 0px;
    display: block;
  }
  /*コラムの文章部分のスタイル*/
  .inspiration-api-first-explanation[b-jnyny21ipo] {
    padding-top: 50px;
    width: 100%;
    height: auto;
    font-size: 28px;
    line-height: 56px;
    text-align: center;
    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;
  }
  /*コラムの画像部分のカバーのスタイル*/
  .inspiration-api-first-image-wrapper[b-jnyny21ipo] {
    width: 100%;
    height: auto;
    padding-top: 70px;
  }
  /*コラムの画像部分のスタイル*/
  .inspiration-api-first-image-wrapper img[b-jnyny21ipo] {
    position: initial;
    left: initial;
    max-width: 633px;
    width: 90%;
  }
  /*ひらめきAPI紹介部分の序盤のスタイル*/
  .inspiration-api-first-area[b-jnyny21ipo] {
    padding-top: 115px;
  }
  /*ひらめきAPI紹介部分のタイトルカバーのスタイル*/
  .inspiration-api-list-title-wrapper[b-jnyny21ipo] {
    max-width: 561px;
    width: 74.8%;
  }
  /*各ひらめきAPIのボックスのスタイル*/
  .inspiration-api-content[b-jnyny21ipo] {
    max-width: 690px;
    width: 92%;
    margin-top: 65px;
  }
  /*各ひらめきAPIの見出し*/
  .content-header[b-jnyny21ipo] {
    height: 140px;
    width: 100%;
    padding: 0 5%;
  }
  /*各ひらめきAPIのアイコン画像のスタイル*/
  .header-icon[b-jnyny21ipo] {
    width: 80px;
    height: 80px;
  }
  /*各ひらめきAPIの名前のスタイル*/
  .api-name[b-jnyny21ipo] {
    padding-left: 15px;
    font-size: 36px;
  }
  /*各ひらめきAPIの提供・出典記述*/
  .api-source[b-jnyny21ipo] {
    padding-left: 15px;
    font-size: 20px;
  }
  /*各ひらめきAPIの画像部分のスタイル*/
  .content-image[b-jnyny21ipo] {
    height: 470px;
    width: 100%;
    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;
  }
  /*各ひらめきAPIの画像のスタイル*/
  .api-image[b-jnyny21ipo] {
    width: 92%;
  }
  /*各ひらめきAPIの文章部分のスタイル*/
  .content-text-area[b-jnyny21ipo] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  /*各ひらめきAPIの文章カバーのスタイル*/
  .content-text-wrapper[b-jnyny21ipo] {
    width: 92%;
    margin-top: 0;
  }
  /*各ひらめきAPIの文章のスタイル*/
  .content-text[b-jnyny21ipo] {
    font-size: 24px;
    line-height: 41px;
  }
  /*ニュースAPIの文章部分内の注意書きのスタイル*/
  .news-notice[b-jnyny21ipo] {
    font-size: 18px;
    line-height: 41px;
  }
  /*各ひらめきAPIのボタンのカバーのスタイル*/
  .content-button-wrapper[b-jnyny21ipo] {
    width: 100%;
    left: 0;
    bottom: 85px;
  }
  /*各ひらめきAPIのボタンの詳細スタイル*/
  .detail-button[b-jnyny21ipo] {
    max-width: 490px;
    width: 71.1%;
    height: 110px;
  }
  /*各ひらめきAPIのボタン内のラベルのスタイル*/
  .button-label[b-jnyny21ipo] {
    font-size: 26px;
  }
  /*各ひらめきAPIのボタン内のアイコンのスタイル*/
  .detail-button img[b-jnyny21ipo] {
    height: 50px;
    width: 50px;
  }
  /*「ひらめきAPIの使い方」パートの序盤のスタイル*/
  .inspiration-api-usage-area[b-jnyny21ipo] {
    padding-top: 100px;
  }
  /*「ひらめきAPIの使い方」パートのステップ部分のスタイル*/
  .usage-step-area[b-jnyny21ipo] {
    padding-top: 10px;
    padding-bottom: 100px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  /*「ひらめきAPIの使い方」パートの各ステップのカバーのスタイル*/
  .usage-step-wrapper[b-jnyny21ipo] {
    margin: 40px 0 0;
    width: 100%;
    height: auto;
  }
  /*「ひらめきAPIの使い方」パートの各ステップ全体のスタイル*/
  .usage-step[b-jnyny21ipo] {
    width: 575px;
  }
  /*「ひらめきAPIの使い方」パートの各ステップのステップナンバーアイコンのスタイル*/
  .step-icon[b-jnyny21ipo] {
    width: 60%;
  }
  /*「ひらめきAPIの使い方」パートの各ステップの画像エリアのスタイル*/
  .step-image-area[b-jnyny21ipo] {
    height: 380px;
  }
  /*「ひらめきAPIの使い方」パートの各ステップの画像自体のスタイル*/
  .step-image[b-jnyny21ipo] {
    width: 63.5%;
    margin-top: 8.5%;
  }
  /*「ひらめきAPIの使い方」パートの1ステップ目の画像のスタイル*/
  .step1[b-jnyny21ipo] {
    padding-top: 55px;
  }
  /*「ひらめきAPIの使い方」パートの各ステップの見出し自体のスタイル*/
  .step-text[b-jnyny21ipo] {
    font-size: 32px;
  }
  /*「ひらめきAPIの使い方」パートの各ステップの説明自体のスタイル*/
  .step-description[b-jnyny21ipo] {
    font-size: 24px;
    line-height: 33.4px;
  }
}
@media (max-width: 767px) {
  /*各ひらめきAPIのボタンのカバーのスタイル*/
  .content-button-wrapper[b-jnyny21ipo] {
    bottom: 60px;
  }
}
@media (max-width: 749px) {
  .inspiration-api-image.sp[b-jnyny21ipo] {
    margin-top: 8%;
  }
  /*WEB APIとはどんなもの？のタイトルカバーのスタイル*/
  .inspiration-api-explanation-title-wrapper[b-jnyny21ipo] {
    padding-top: 13.4vw;
  }
  /*WEB APIとはどんなもの？のタイトル画像のスタイル*/
  .inspiration-api-explanation-title-wrapper img[b-jnyny21ipo] {
    width: 100%;
  }
  /*WEB APIとはどんなもの？の説明部分のスタイル*/
  .inspiration-api-explanation-text[b-jnyny21ipo] {
    padding-top: 6vw;
  }
  /*WEB APIとはどんなもの？の説明の上部分の文字スタイル*/
  .inspiration-api-explanation[b-jnyny21ipo] {
    font-size: 4.3vw;
    line-height: 10.1vw;
  }
  /*WEB APIとはどんなもの？の説明の下部分のスタイル*/
  .for-parents-wrapper[b-jnyny21ipo] {
    padding-bottom: 10.7vw;
  }
  /*コラムの文章部分のスタイル*/
  .inspiration-api-first-explanation[b-jnyny21ipo] {
    padding-top: 6.7vw;
    font-size: 3.76vw;
    line-height: 7.53vw;
  }
  /*ひらめきAPI紹介部分のカバーのスタイル*/
  .inspiration-api-first-area-wrapper[b-jnyny21ipo] {
    padding-bottom: 13.4vw;
  }
  /*ひらめきAPI紹介部分の序盤のスタイル*/
  .inspiration-api-first-area[b-jnyny21ipo] {
    padding-top: 15.4vw;
  }
  /*ひらめきAPI紹介部分のタイトルカバーのスタイル*/
  .inspiration-api-list-title-wrapper[b-jnyny21ipo] {
    max-width: 561px;
    width: 74.8%;
  }
  /*各ひらめきAPIのボックスのスタイル*/
  .inspiration-api-content[b-jnyny21ipo] {
    margin-top: 8.7vw;
  }
  /*各ひらめきAPIの見出し*/
  .content-header[b-jnyny21ipo] {
    height: 18.8vw;
  }
  /*各ひらめきAPIのアイコン画像のスタイル*/
  .header-icon[b-jnyny21ipo] {
    width: auto;
    height: 64%;
  }
  /*各ひらめきAPIの名前のスタイル*/
  .api-name[b-jnyny21ipo] {
    padding-left: 2vw;
    font-size: 4.84vw;
  }
  /*各ひらめきAPIの提供・出典記述*/
  .api-source[b-jnyny21ipo] {
    padding-left: 2vw;
    font-size: 2.69vw;
  }
  /*各ひらめきAPIの画像部分のスタイル*/
  .content-image[b-jnyny21ipo] {
    height: 62.7vw;
  }
  /*各ひらめきAPIの文章のスタイル*/
  .content-text[b-jnyny21ipo] {
    font-size: 3.2vw;
    line-height: 5.4vw;
  }
  /*ニュースAPIの文章部分内の注意書きのスタイル*/
  .news-notice[b-jnyny21ipo] {
    font-size: 2.4vw;
    line-height: 5.4vw;
  }
  /*各ひらめきAPIのボタンのカバーのスタイル*/
  .content-button-wrapper[b-jnyny21ipo] {
    bottom: 6vw;
  }
  /*各ひらめきAPIのボタンの詳細スタイル*/
  .detail-button[b-jnyny21ipo] {
    width: 65.66vw;
    height: 14.74vw;
  }
  /*各ひらめきAPIのボタン内のラベルのスタイル*/
  .button-label[b-jnyny21ipo] {
    font-size: 3.5vw;
  }
  /*各ひらめきAPIのボタン内のアイコンのスタイル*/
  .detail-button img[b-jnyny21ipo] {
    height: 6.7vw;
    width: 6.7vw;
  }
  /*「ひらめきAPIの使い方」パートの序盤のスタイル*/
  .inspiration-api-usage-area[b-jnyny21ipo] {
    padding-top: 13.4vw;
  }
  /*「ひらめきAPIの使い方」パートのタイトルカバーのスタイル*/
  .inspiration-api-usage-title-wrapper[b-jnyny21ipo] {
    max-width: 480px;
    width: 64%;
  }
  /*「ひらめきAPIの使い方」パートのタイトル画像のスタイル*/
  .inspiration-api-usage-title-wrapper img[b-jnyny21ipo] {
    width: 100%;
  }
  /*「ひらめきAPIの使い方」パートのステップ部分のスタイル*/
  .usage-step-area[b-jnyny21ipo] {
    padding-top: 1.3vw;
    padding-bottom: 13.4vw;
  }
  /*「ひらめきAPIの使い方」パートの各ステップのカバーのスタイル*/
  .usage-step-wrapper[b-jnyny21ipo] {
    margin: 5.4vw 0 0;
  }
  /*「ひらめきAPIの使い方」パートの各ステップ全体のスタイル*/
  .usage-step[b-jnyny21ipo] {
    max-width: 575px;
    width: 76.7%;
  }
  /*「ひらめきAPIの使い方」パートの各ステップの画像エリアのスタイル*/
  .step-image-area[b-jnyny21ipo] {
    max-height: 380px;
    height: 50.92vw;
  }
  /*「ひらめきAPIの使い方」パートの1ステップ目の画像のスタイル*/
  .step1[b-jnyny21ipo] {
    padding-top: 9%;
  }
  /*「ひらめきAPIの使い方」パートの各ステップの見出し自体のスタイル*/
  .step-text[b-jnyny21ipo] {
    font-size: 4.3vw;
  }
  /*「ひらめきAPIの使い方」パートの各ステップの説明自体のスタイル*/
  .step-description[b-jnyny21ipo] {
    font-size: 3.2vw;
    line-height: 4.4vw;
  }
  /*モーダルを閉じるボタンのカバーのスタイル*/
  .close-button-wrapper[b-jnyny21ipo] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 30px 15px 16px;
  }
  /*モーダル内のyoutubeのスタイル*/
  .youtube-wrapper iframe[b-jnyny21ipo] {
    width: 90%;
    height: 85%;
    position: absolute;
    top: 0px;
    left: 5%;
  }
}
/*# sourceMappingURL=/codebuild/output/src2623623628/src/embotters-app/EmbottersApp/EmbottersApp/Pages/InspirationApi.razor.css.map */
/* /Pages/MyPage.razor.rz.scp.css */
.inputform[b-3wtkp53s78] {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ffe27e;
  height: 100vh;
}
.inputform-button[b-3wtkp53s78] {
  color: #000;
}
.inputform-button:disabled[b-3wtkp53s78] {
  color: #909090;
}

.confirm[b-3wtkp53s78] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}
.confirm-dialog[b-3wtkp53s78] {
  position: absolute;
  top: 10vh;
  left: 10vw;
  width: 80vw;
  height: 100px;
  border-radius: 10px;
  background-color: #fff;
}
.confirm-dialog-text[b-3wtkp53s78] {
  margin: 10px;
  text-align: center;
}
.confirm-dialog-button[b-3wtkp53s78] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.confirm-dialog-button-ok[b-3wtkp53s78] {
  margin: 10px;
}
.confirm-dialog-button-cancel[b-3wtkp53s78] {
  margin: 10px;
}

.message[b-3wtkp53s78] {
  background-color: white;
  padding: 30px;
  border-radius: 20px;
  margin: 50px;
}

.progress[b-3wtkp53s78] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}
.progress-container[b-3wtkp53s78] {
  width: 100vw;
  height: 100vh;
  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;
  background-color: transparent;
}

.complete[b-3wtkp53s78] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}
.complete-dialog[b-3wtkp53s78] {
  position: absolute;
  top: 10vh;
  left: 10vw;
  width: 80vw;
  height: 100px;
  border-radius: 10px;
  background-color: #fff;
}
.complete-dialog-text[b-3wtkp53s78] {
  margin: 10px;
  text-align: center;
}
.complete-dialog-button[b-3wtkp53s78] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.complete-dialog-button-close[b-3wtkp53s78] {
  margin: 10px;
}

.error[b-3wtkp53s78] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}
.error-dialog[b-3wtkp53s78] {
  position: absolute;
  top: 10vh;
  left: 10vw;
  width: 80vw;
  height: 100px;
  border-radius: 10px;
  background-color: #fff;
}
.error-dialog-text[b-3wtkp53s78] {
  margin: 10px;
  text-align: center;
}
.error-dialog-button[b-3wtkp53s78] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.error-dialog-button-close[b-3wtkp53s78] {
  margin: 10px;
}

.three-quarter-spinner[b-3wtkp53s78] {
  width: 50px;
  height: 50px;
  border: 3px solid #fb5b53;
  border-top: 3px solid transparent;
  border-radius: 50%;
  -webkit-animation: spin 0.5s linear 0s infinite;
          animation: spin-b-3wtkp53s78 0.5s linear 0s infinite;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes spin-b-3wtkp53s78 {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
/*# sourceMappingURL=/codebuild/output/src2623623628/src/embotters-app/EmbottersApp/EmbottersApp/Pages/MyPage.razor.css.map */
/* /Pages/Notes.razor.rz.scp.css */
.container[b-6n7qz7lq2d] {
  margin-top: 36px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 500px) {
  .container[b-6n7qz7lq2d] {
    margin-top: 64px;
  }
}
@media (min-width: 768px) {
  .container[b-6n7qz7lq2d] {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container[b-6n7qz7lq2d] {
    margin-top: 0px;
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container[b-6n7qz7lq2d] {
    width: 1170px;
  }
}
h2[b-6n7qz7lq2d] {
  margin: 20px 0 60px;
  font-size: 30px;
}

h3[b-6n7qz7lq2d] {
  margin: 20px 0 10px;
  font-size: 24px;
}

.embot-heading[b-6n7qz7lq2d] {
  margin-bottom: 2em;
}

.text-center[b-6n7qz7lq2d] {
  text-align: center;
}

p[b-6n7qz7lq2d] {
  margin-bottom: 10px;
}
/*# sourceMappingURL=/codebuild/output/src2623623628/src/embotters-app/EmbottersApp/EmbottersApp/Pages/Notes.razor.css.map */
/* /Pages/NoticeDetail.razor.rz.scp.css */
@charset "UTF-8";
/* z-index */
/*全体のコンテナのスタイル*/
.main-container[b-t7eq2k7fl0] {
  margin-right: auto;
  margin-left: auto;
  width: 1170px;
}
@media (max-width: 1200px) {
  .main-container[b-t7eq2k7fl0] {
    width: 970px;
  }
}
@media (max-width: 990px) {
  .main-container[b-t7eq2k7fl0] {
    width: 750px;
  }
}
@media (max-width: 768px) {
  .main-container[b-t7eq2k7fl0] {
    width: 100%;
  }
}

/*見出しのスタイル*/
.whatsnew-heading[b-t7eq2k7fl0] {
  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;
  padding-top: 3%;
}

/*見出しの画像のスタイル*/
.whatsnew-heading img[b-t7eq2k7fl0] {
  height: 50px;
  width: 50px;
}
@media (max-width: 990px) {
  .whatsnew-heading img[b-t7eq2k7fl0] {
    height: 45px;
    width: 45px;
  }
}
@media (max-width: 500px) {
  .whatsnew-heading img[b-t7eq2k7fl0] {
    height: 38px;
    width: 38px;
  }
}

/*見出しの文字のスタイル*/
.whatsnew-heading h2[b-t7eq2k7fl0] {
  line-height: 60px;
  white-space: nowrap;
  padding-left: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: initial;
}

/*見出しの文字のスタイル*/
h2.heading-default[b-t7eq2k7fl0] {
  color: #848484;
  font-weight: 600;
  font-size: 40px;
  text-align: center;
}

/*お知らせ詳細表示パート*/
.whatsnew-panel-area[b-t7eq2k7fl0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

/*お知らせ詳細表示部分*/
.whatsnew-panel[b-t7eq2k7fl0] {
  width: 80%;
  margin-top: 9%;
  padding: 3% 5% 4%;
  background: #f8f8f8;
}

/*日付*/
.datetime[b-t7eq2k7fl0] {
  width: 100px;
  font-weight: 400;
  font-size: 13px;
  color: #606060;
}

/*タイトル*/
.whatsnew-title[b-t7eq2k7fl0] {
  background-position: left;
  background-repeat: no-repeat;
  background-size: 1.7em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #333;
  margin-bottom: 4%;
}

/*タイトル*/
.whatsnew-title span[b-t7eq2k7fl0] {
  padding-top: 2px;
}

/*見出し画像*/
.whatsnew-img[b-t7eq2k7fl0] {
  display: none;
  text-align: center;
  margin-bottom: 4%;
}
.whatsnew-img.display[b-t7eq2k7fl0] {
  display: block;
}
.whatsnew-img img[b-t7eq2k7fl0] {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/*お知らせ詳細*/
.whatsnew-description[b-t7eq2k7fl0] {
  font-size: 14px;
  line-height: 21px;
  color: #333;
}

/*ボタンエリア*/
.whatsnew-btn-area[b-t7eq2k7fl0] {
  text-align: center;
  margin: 8% 0;
}

/*ボタン*/
.whatsnew-btn[b-t7eq2k7fl0] {
  width: 100%;
}

/*ボタン*/
.whatsnew-button[b-t7eq2k7fl0] {
  border: none;
  background-color: #f1f1f1;
  -webkit-box-shadow: 0 4px 0 #e4e4e4;
          box-shadow: 0 4px 0 #e4e4e4;
  border-radius: 50px;
  text-align: center;
  color: #848484;
  font-weight: 600;
  font-size: 14px;
  line-height: 36px;
  padding: 7px;
}

/*ボタン*/
.whatsnew-button:hover[b-t7eq2k7fl0] {
  opacity: 0.7;
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
}

/*ボタン*/
.whatsnew-button:active[b-t7eq2k7fl0] {
  -webkit-box-shadow: 0 0 0 #e4e4e4;
          box-shadow: 0 0 0 #e4e4e4;
  -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
          transform: translateY(4px);
}

@media (max-width: 990px) {
  /*見出しの文字のスタイル*/
  h2.heading-default[b-t7eq2k7fl0] {
    font-size: 32px;
  }
  /*タイトル*/
  .whatsnew-title[b-t7eq2k7fl0] {
    font-size: 15px;
  }
  /*お知らせ詳細*/
  .whatsnew-description[b-t7eq2k7fl0] {
    font-size: 11px;
  }
  /*ボタン*/
  .whatsnew-button[b-t7eq2k7fl0] {
    font-size: 11px;
  }
}
@media (max-width: 500px) {
  /*見出しの文字のスタイル*/
  h2.heading-default[b-t7eq2k7fl0] {
    font-size: 24px;
  }
  /*日付*/
  .datetime[b-t7eq2k7fl0] {
    font-size: 11px;
  }
  /*タイトル*/
  .whatsnew-title[b-t7eq2k7fl0] {
    font-size: 12px;
  }
  /*お知らせ詳細*/
  .whatsnew-description[b-t7eq2k7fl0] {
    font-size: 8px;
  }
  /*ボタン*/
  .whatsnew-button[b-t7eq2k7fl0] {
    font-size: 8px;
  }
}
/*# sourceMappingURL=/codebuild/output/src2623623628/src/embotters-app/EmbottersApp/EmbottersApp/Pages/NoticeDetail.razor.css.map */
/* /Pages/NoticeTop.razor.rz.scp.css */
@charset "UTF-8";
/* z-index */
/*全体のコンテナのスタイル*/
.main-container[b-i0jd6p435p] {
  padding: 5vw 7vw;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

/*見出しのスタイル*/
.whatsnew-heading[b-i0jd6p435p] {
  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;
  padding-top: 3%;
}

/*見出しの画像のスタイル*/
.whatsnew-heading img[b-i0jd6p435p] {
  height: 50px;
  width: 50px;
}
@media (max-width: 990px) {
  .whatsnew-heading img[b-i0jd6p435p] {
    height: 45px;
    width: 45px;
  }
}
@media (max-width: 500px) {
  .whatsnew-heading img[b-i0jd6p435p] {
    height: 38px;
    width: 38px;
  }
}

/*見出しの文字のスタイル*/
.whatsnew-heading h2[b-i0jd6p435p] {
  line-height: 60px;
  white-space: nowrap;
  padding-left: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: initial;
}

/*見出しの文字のスタイル*/
h2.heading-default[b-i0jd6p435p] {
  color: #848484;
  font-weight: 600;
  font-size: 40px;
  text-align: center;
}

/*コンテンツカバーのスタイル*/
.whatsnew-content-area[b-i0jd6p435p] {
  margin-top: 6%;
  margin-bottom: 12%;
}

@media (max-width: 990px) {
  /*見出しの文字のスタイル*/
  h2.heading-default[b-i0jd6p435p] {
    font-size: 32px;
  }
}
@media (max-width: 500px) {
  /*見出しの文字のスタイル*/
  h2.heading-default[b-i0jd6p435p] {
    font-size: 24px;
  }
}
/*# sourceMappingURL=/codebuild/output/src2623623628/src/embotters-app/EmbottersApp/EmbottersApp/Pages/NoticeTop.razor.css.map */
/* /Pages/NtvNews24.razor.rz.scp.css */
@charset "UTF-8";
.pc[b-zrsyl1wklh] {
  display: block !important;
}

.sp[b-zrsyl1wklh] {
  display: none !important;
}

.pc-flex[b-zrsyl1wklh] {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.sp-flex[b-zrsyl1wklh] {
  display: none !important;
}

/*メインビジュアル部分のカバーのスタイル*/
.top-image-wrapper[b-zrsyl1wklh] {
  position: relative;
  width: 100%;
}

/*メインビジュアル部分の画像のスタイル*/
.top-image[b-zrsyl1wklh] {
  width: 100%;
}

/*メインビジュアル部分のスタートボタンのスタイル*/
.start-button[b-zrsyl1wklh] {
  position: absolute;
  width: 170px;
  top: calc(50% - 85px);
  left: calc(50% - 85px);
}

/*メインビジュアルホバー時のスタートボタンのスタイル*/
.top-image:hover + .start-button[b-zrsyl1wklh] {
  opacity: 0.7;
}

.start-button:hover[b-zrsyl1wklh] {
  opacity: 0.7;
}

/*水色背景を設定*/
.light-blue-background[b-zrsyl1wklh] {
  background-color: #f2f6ff;
}

/*白色背景を設定*/
.white-background[b-zrsyl1wklh] {
  background-color: #fff;
}

/*「WEB API解説ブックダウンロード」のボタンのカバーのスタイル*/
.download-button-wrapper[b-zrsyl1wklh] {
  width: 100%;
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*「WEB API解説ブックダウンロード」のボタンのスタイル*/
.download-button[b-zrsyl1wklh] {
  width: 699px;
  height: 109px;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 4px 0 #e4e4e4;
          box-shadow: 0 4px 0 #e4e4e4;
  border-radius: 10px;
  background-color: #fed005;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1% 0;
}

a .download-button.download-disabled[b-zrsyl1wklh] {
  background-color: #cdcdcd;
  cursor: not-allowed;
}

/*「WEB API解説ブックダウンロード」のボタンクリック時のスタイル*/
.download-button:active[b-zrsyl1wklh] {
  -webkit-box-shadow: 0 0 0 #e4e4e4;
          box-shadow: 0 0 0 #e4e4e4;
  -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
          transform: translateY(4px);
}

/*「WEB API解説ブックダウンロード」のボタンの中身のスタイル*/
.button-content[b-zrsyl1wklh] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/*「WEB API解説ブックダウンロード」のボタンアイコンのスタイル*/
.download-button-icon[b-zrsyl1wklh] {
  height: 75px;
  width: 75px;
  border-radius: 50%;
  background-color: #fff;
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  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;
}

/*「WEB API解説ブックダウンロード」のボタンクリック不可時のアイコンのスタイル*/
.download-button.download-disabled .download-button-icon[b-zrsyl1wklh] {
  color: #cdcdcd;
}

/*「WEB API解説ブックダウンロード」のボタンラベルのスタイル*/
.download-button-label[b-zrsyl1wklh] {
  margin-left: 15px;
  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;
}

/*「WEB API解説ブックダウンロード」のボタンラベルの文字カバーのスタイル*/
.text-wrapper[b-zrsyl1wklh] {
  text-align: center;
  color: #fff;
}

/*「WEB API解説ブックダウンロード」のボタンラベルの文字の上部分のスタイル*/
.download-button-label .text-wrapper .up-text[b-zrsyl1wklh] {
  font-size: 26px;
  line-height: 28px;
  font-weight: 600;
  border-bottom: 1px solid #fff;
}

/*「WEB API解説ブックダウンロード」のボタンラベルの文字の下部分のスタイル*/
.download-button-label .text-wrapper .under-text[b-zrsyl1wklh] {
  font-size: 12px;
  line-height: 28px;
}

/*「WEB API解説ブックダウンロード」の説明部分のカバーのスタイル*/
.download-button-description-wrapper[b-zrsyl1wklh] {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 50px;
  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;
}

/*「WEB API解説ブックダウンロード」の説明部分のスタイル*/
.download-button-qa[b-zrsyl1wklh] {
  font-size: 10px;
}

/*「WEB API解説ブックダウンロード」のボタンクリック不可時の説明部分のスタイル*/
.download-button-qa.disabled[b-zrsyl1wklh] {
  color: #cdcdcd;
}

/*「WEB API解説ブックダウンロード」の説明部分のリンク埋込部分のスタイル*/
.download-button-qa.disabled a[b-zrsyl1wklh] {
  color: #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  cursor: not-allowed;
}

/*「何ができるAPIかな？」のタイトルを含む上部分のスタイル*/
.api-detail-explanation-area[b-zrsyl1wklh] {
  padding-top: 100px;
  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;
}

/*「何ができるAPIかな？」のタイトルカバーのスタイル*/
.api-detail-explanation-title-wrapper[b-zrsyl1wklh] {
  width: 526px;
  text-align: center;
}

/*「何ができるAPIかな？」のタイトル画像のスタイル*/
.api-detail-explanation-title-wrapper img[b-zrsyl1wklh] {
  width: 100%;
}

/*「何ができるAPIかな？」のコンテンツ部分のスタイル*/
.api-detail-explanation-content-area[b-zrsyl1wklh] {
  padding-top: 40px;
  padding-bottom: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/*「何ができるAPIかな？」の文字とボタン部分のカバースタイル*/
.api-detail-explanation-text-area-wrapper[b-zrsyl1wklh] {
  width: 477px;
}

/*「何ができるAPIかな？」の文字とボタン部分のスタイル*/
.api-detail-explanation-text-area[b-zrsyl1wklh] {
  width: 100%;
}

/*「何ができるAPIかな？」の文字カバーのスタイル*/
.api-detail-explanation-text-wrapper[b-zrsyl1wklh] {
  width: 100%;
}

/*「何ができるAPIかな？」の文字のスタイル*/
.api-detail-explanation-text[b-zrsyl1wklh] {
  font-size: 18px;
  line-height: 31.5px;
}

/*「何ができるAPIかな？」の文章下の注意書きのスタイル*/
.news-notice[b-zrsyl1wklh] {
  font-size: 12px;
  line-height: 36px;
}

/*「何ができるAPIかな？」のボタンカバーのスタイル*/
.handbook-button-wrapper[b-zrsyl1wklh] {
  width: 100%;
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*「何ができるAPIかな？」のボタンのスタイル*/
.handbook-button[b-zrsyl1wklh] {
  width: 280px;
  height: 53px;
  border: 2px solid #fff;
  border-radius: 10px !important;
  background-color: #ff78a3 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

/*「何ができるAPIかな？」のホバー時のボタンのスタイル*/
.handbook-button:hover[b-zrsyl1wklh] {
  opacity: 0.7;
}

/*「何ができるAPIかな？」のアクティブ時のボタンのスタイル*/
.handbook-button:active[b-zrsyl1wklh] {
  -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
          transform: translateY(4px);
}

/*「何ができるAPIかな？」のボタン内のラベル全体のスタイル*/
.handbook-button .button-label[b-zrsyl1wklh] {
  height: 100%;
  width: 76%;
  color: #fff;
  font-weight: 600;
  margin-left: 8%;
  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;
}

/*「何ができるAPIかな？」のボタン内ラベルの上部のスタイル*/
.handbook-button .button-label .up-text[b-zrsyl1wklh] {
  font-size: 14px;
  line-height: 14px;
}

/*「何ができるAPIかな？」のボタン内ラベルの下部のスタイル*/
.handbook-button .button-label .under-text[b-zrsyl1wklh] {
  font-size: 10px;
  text-align: center;
}

/*「何ができるAPIかな？」のボタン内のアイコンのスタイル*/
.handbook-button img[b-zrsyl1wklh] {
  height: 29px;
  width: 29px;
}

/*「何ができるAPIかな？」のビジュアル画像カバーのスタイル*/
.api-detail-explanation-image-wrapper[b-zrsyl1wklh] {
  margin-left: 20px;
  width: 477px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*「何ができるAPIかな？」のビジュアル画像のスタイル*/
.api-detail-explanation-image[b-zrsyl1wklh] {
  width: 100%;
}

/*「どんな使い方ができるのかな？」のタイトルを含む上部分のスタイル*/
.api-detail-usage-area[b-zrsyl1wklh] {
  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;
}

/*「どんな使い方ができるのかな？」のタイトルカバーのスタイル*/
.api-detail-usage-title-wrapper[b-zrsyl1wklh] {
  width: 678px;
  text-align: center;
}

/*「どんな使い方ができるのかな？」のタイトル画像のスタイル*/
.api-detail-usage-title-wrapper img[b-zrsyl1wklh] {
  width: 100%;
}

/*「どんな使い方ができるのかな？」の「お天気くまさん」画像カバーのスタイル*/
.api-detail-example-title-image-wrapper[b-zrsyl1wklh] {
  width: 100%;
  padding-top: 45px;
  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;
}

/*「どんな使い方ができるのかな？」の「お天気くまさん」画像のスタイル*/
.api-detail-example-title-image[b-zrsyl1wklh] {
  width: 975px;
}

/*「どんな使い方ができるのかな？」の「お天気くまさん」画像のスタイル*/
.api-detail-example-title-image img[b-zrsyl1wklh] {
  height: 40px;
}

/*「どんな使い方ができるのかな？」のビジュアル画像カバーのスタイル*/
.api-detail-usage-image-wrapper[b-zrsyl1wklh] {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 60px;
  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;
}

/*「どんな使い方ができるのかな？」のビジュアル画像のスタイル*/
.api-detail-usage-image[b-zrsyl1wklh] {
  width: 975px;
}

/*「どんな使い方ができるのかな？」のテキスト部分のカバーのスタイル*/
.api-detail-example-text-wrapper[b-zrsyl1wklh] {
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  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;
}

/*「どんな使い方ができるのかな？」のテキスト部分のスタイル*/
.api-detail-example-text[b-zrsyl1wklh] {
  width: 975px;
  font-size: 18px;
  line-height: 31.5px;
}

/*「このAPIを活用しているプログラムをみてみよう！」のタイトルを含む上部分のスタイル*/
.api-detail-program-area[b-zrsyl1wklh] {
  width: 100%;
  padding-top: 100px;
  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;
}

/*「このAPIを活用しているプログラムをみてみよう！」のタイトルのカバーのスタイル*/
.api-detail-program-title-wrapper[b-zrsyl1wklh] {
  width: 530px;
  text-align: center;
}

/*「このAPIを活用しているプログラムをみてみよう！」のタイトル画像のスタイル*/
.api-detail-program-title-wrapper img[b-zrsyl1wklh] {
  width: 100%;
}

/*「このAPIを活用しているプログラムをみてみよう！」の解説画像のカバーのスタイル*/
.api-detail-program-image-wrapper[b-zrsyl1wklh] {
  width: 100%;
  padding-top: 40px;
  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;
}

/*「このAPIを活用しているプログラムをみてみよう！」の解説画像のスタイル*/
.api-detail-program-image[b-zrsyl1wklh] {
  width: 975px;
  height: 650px;
  border: 2px solid #b2b2b2;
  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;
}

/*「このAPIを活用しているプログラムをみてみよう！」の解説画像のうち、仕組み側のスタイル*/
.mechanism-image[b-zrsyl1wklh] {
  width: 82%;
}

/*「このAPIを活用しているプログラムをみてみよう！」の解説画像のうち、関数側のスタイル*/
.function-image[b-zrsyl1wklh] {
  width: 92.3%;
}

/*ひらめきAPI紹介部分のカバーのスタイル*/
.inspiration-api-first-area-wrapper[b-zrsyl1wklh] {
  padding-bottom: 100px;
}

/*ひらめきAPI紹介部分の序盤のスタイル*/
.inspiration-api-first-area[b-zrsyl1wklh] {
  padding-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*ひらめきAPI紹介部分のタイトルカバーのスタイル*/
.inspiration-api-list-title-wrapper[b-zrsyl1wklh] {
  width: 561px;
  text-align: center;
}

/*ひらめきAPI紹介部分のタイトル画像のスタイル*/
.inspiration-api-list-title-image[b-zrsyl1wklh] {
  width: 100%;
}

/*各ひらめきAPIを中央寄せ*/
.centering[b-zrsyl1wklh] {
  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;
}

/*各ひらめきAPIのボックスのスタイル*/
.inspiration-api-content[b-zrsyl1wklh] {
  position: relative;
  width: 980px;
  margin-top: 50px;
}

/*フレームの画像スタイル*/
.frame[b-zrsyl1wklh] {
  width: 100%;
}

/*画像に合わせてコンテンツ配置*/
.content[b-zrsyl1wklh] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 0;
}

/*各ひらめきAPIの見出し*/
.content-header[b-zrsyl1wklh] {
  height: 67px;
  width: 100%;
  padding: 0 8px;
  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;
  color: #fff;
}

/*各ひらめきAPIのアイコン画像のスタイル*/
.header-icon[b-zrsyl1wklh] {
  width: 45px;
  height: 45px;
}

/*各ひらめきAPIの名前のスタイル*/
.api-name[b-zrsyl1wklh] {
  padding-left: 10px;
  font-size: 26px;
  font-weight: 600;
}

/*各ひらめきAPIの提供・出典記述*/
.api-source[b-zrsyl1wklh] {
  padding-left: 10px;
  font-size: 13px;
}

/*画面サイズが990pxより大きい場合の、各ひらめきAPIのコンテンツのスタイル*/
.content-main.content-pc[b-zrsyl1wklh] {
  height: 378px;
  width: 100%;
  padding: 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*画面サイズが990px以下の場合の、各ひらめきAPIのコンテンツのスタイル*/
.content-main.content-sp[b-zrsyl1wklh] {
  width: 100%;
  padding: 0 5%;
}

/*各ひらめきAPIのコンテンツの左側のスタイル*/
.content-left[b-zrsyl1wklh] {
  height: 100%;
  width: 48.7%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*各ひらめきAPIのビジュアル画像のスタイル*/
.api-image[b-zrsyl1wklh] {
  width: 420px;
}

/*各ひらめきAPIのコンテンツの左側のスタイル*/
.content-right[b-zrsyl1wklh] {
  position: relative;
  height: 100%;
  width: 51.3%;
  padding-left: 30px;
}

/*説明文のカバーのスタイル*/
.content-text-wrapper[b-zrsyl1wklh] {
  width: 420px;
  margin-top: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*説明文のスタイル*/
.content-text[b-zrsyl1wklh] {
  font-size: 14px;
  line-height: 24px;
}

/*ボタンのカバーのスタイル*/
.content-button-wrapper[b-zrsyl1wklh] {
  position: absolute;
  width: 420px;
  bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*各ひらめきAPIのボタンの詳細スタイル*/
.detail-button[b-zrsyl1wklh] {
  width: 280px;
  height: 53px;
  border: none;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ff78a3;
  -webkit-box-shadow: 0 4px 0 #e4e4e4;
          box-shadow: 0 4px 0 #e4e4e4;
}

/*各ひらめきAPIのボタンの詳細スタイル*/
.detail-button:hover[b-zrsyl1wklh] {
  opacity: 0.7;
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
}

/*各ひらめきAPIのボタンの詳細スタイル*/
.detail-button:active[b-zrsyl1wklh] {
  -webkit-box-shadow: 0 0 0 #e4e4e4;
          box-shadow: 0 0 0 #e4e4e4;
  -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
          transform: translateY(4px);
}

/*ボタン内のラベルのスタイル*/
.button-label[b-zrsyl1wklh] {
  width: 75%;
  margin-left: 8%;
  font-weight: 600;
  color: #fff;
  font-size: 14px;
  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;
}

/*ボタン内のアイコンのスタイル*/
.detail-button img[b-zrsyl1wklh] {
  height: 29px;
  width: 29px;
}

/*「ひらめきAPIの使い方」パートの序盤のスタイル*/
.inspiration-api-usage-area[b-zrsyl1wklh] {
  padding-top: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*「ひらめきAPIの使い方」パートのタイトルカバーのスタイル*/
.inspiration-api-usage-title-wrapper[b-zrsyl1wklh] {
  width: 485px;
  text-align: center;
}

/*「ひらめきAPIの使い方」パートのステップ部分のスタイル*/
.usage-step-area[b-zrsyl1wklh] {
  width: 100%;
  padding-top: 55px;
  padding-bottom: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*「ひらめきAPIの使い方」パートの各ステップのカバーのスタイル*/
.usage-step-wrapper[b-zrsyl1wklh] {
  margin: 0 12px;
  width: 300px;
  height: 390px;
  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;
}

/*「ひらめきAPIの使い方」パートの各ステップ全体のスタイル*/
.usage-step[b-zrsyl1wklh] {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

/*「ひらめきAPIの使い方」パートの各ステップのステップナンバーアイコンのスタイル*/
.step-icon[b-zrsyl1wklh] {
  position: absolute;
  top: 5%;
  left: -5.5%;
  width: 170px;
}

/*「ひらめきAPIの使い方」パートの各ステップの画像エリアのスタイル*/
.step-image-area[b-zrsyl1wklh] {
  width: 100%;
  background-color: #fcfaee;
  overflow: hidden;
  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;
}

/*「ひらめきAPIの使い方」パートの各ステップの画像自体のスタイル*/
.step-image[b-zrsyl1wklh] {
  width: 73%;
  margin-top: 12%;
}

/*「ひらめきAPIの使い方」パートの各ステップの見出しエリアのスタイル*/
.step-text-area[b-zrsyl1wklh] {
  width: 100%;
  padding: 8% 0 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*「ひらめきAPIの使い方」パートの各ステップの見出し自体のスタイル*/
.step-text[b-zrsyl1wklh] {
  font-size: 17px;
  font-weight: 600;
  color: #ff78a3;
}

/*「ひらめきAPIの使い方」パートの各ステップの説明エリアのスタイル*/
.step-description-area[b-zrsyl1wklh] {
  width: 100%;
  padding: 0 7% 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*「ひらめきAPIの使い方」パートの各ステップの説明自体のスタイル*/
.step-description[b-zrsyl1wklh] {
  font-size: 13px;
  line-height: 22px;
}

/*モーダルを閉じるボタンのカバーのスタイル*/
.close-button-wrapper[b-zrsyl1wklh] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 48px 0 16px;
}

/*モーダルを閉じるボタンのスタイル*/
.close-button-wrapper button.close-button[b-zrsyl1wklh] {
  width: 48px;
  height: 48px;
  border-radius: 24px;
  border: 0;
  outline: 0;
  padding: 0;
  background-color: transparent;
}

/*モーダルのコンテンツ内のrowクラスのスタイル*/
.ant-modal-body .row[b-zrsyl1wklh] {
  margin-right: -15px;
  margin-left: -15px;
}

/*モーダルのコンテンツ内のcolクラスのスタイル*/
.ant-modal-body .col[b-zrsyl1wklh] {
  width: 90%;
  margin: 0 5%;
}

/*モーダル内のyoutubeのカバーのスタイル*/
.youtube-wrapper[b-zrsyl1wklh] {
  padding-top: 56.25%;
  width: 100%;
  position: relative;
}

/*モーダル内のyoutubeのスタイル*/
.youtube-wrapper iframe[b-zrsyl1wklh] {
  width: 100%;
  height: 93%;
  position: absolute;
  top: 0px;
  left: 0px;
}

@media (max-width: 990px) {
  .pc[b-zrsyl1wklh] {
    display: none !important;
  }
  .sp[b-zrsyl1wklh] {
    display: block !important;
  }
  .pc-flex[b-zrsyl1wklh] {
    display: none !important;
  }
  .sp-flex[b-zrsyl1wklh] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /*メインビジュアル部分のスタートボタンのスタイル*/
  .start-button[b-zrsyl1wklh] {
    width: 220px;
    top: calc(50% - 110px);
    left: calc(50% - 110px);
  }
  /*「WEB API解説ブックダウンロード」のボタンのカバーのスタイル*/
  .download-button-wrapper[b-zrsyl1wklh] {
    padding-top: 60px;
  }
  /*「WEB API解説ブックダウンロード」のボタンのスタイル*/
  .download-button[b-zrsyl1wklh] {
    max-width: 690px;
    width: 92%;
    height: 160px;
  }
  /*「WEB API解説ブックダウンロード」のボタンアイコンのスタイル*/
  .download-button-icon[b-zrsyl1wklh] {
    height: 105px;
    width: 105px;
    font-size: 27px;
    line-height: 30px;
  }
  /*「WEB API解説ブックダウンロード」のボタンラベルの文字の上部分のスタイル*/
  .download-button-label .text-wrapper .up-text[b-zrsyl1wklh] {
    font-size: 30px;
    line-height: 33px;
  }
  /*「WEB API解説ブックダウンロード」のボタンラベルの文字の下部分のスタイル*/
  .download-button-label .text-wrapper .under-text[b-zrsyl1wklh] {
    font-size: 20px;
    line-height: 46px;
  }
  /*「WEB API解説ブックダウンロード」の説明部分のカバーのスタイル*/
  .download-button-description-wrapper[b-zrsyl1wklh] {
    margin-top: 20px;
    margin-bottom: 60px;
  }
  /*「WEB API解説ブックダウンロード」の説明部分のスタイル*/
  .download-button-qa[b-zrsyl1wklh] {
    max-width: 690px;
    width: 92%;
    font-size: 20px;
    line-height: 35px;
  }
  /*「何ができるAPIかな？」のタイトルを含む上部分のスタイル*/
  .api-detail-explanation-area[b-zrsyl1wklh] {
    padding-top: 85px;
  }
  /*「何ができるAPIかな？」のタイトルカバーのスタイル*/
  .api-detail-explanation-title-wrapper[b-zrsyl1wklh] {
    max-width: 526px;
    width: 70.1%;
  }
  /*「何ができるAPIかな？」のコンテンツ部分のスタイル*/
  .api-detail-explanation-content-area[b-zrsyl1wklh] {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 120px;
    display: table;
  }
  /*「何ができるAPIかな？」のビジュアル画像カバーのスタイル*/
  .api-detail-explanation-image-wrapper[b-zrsyl1wklh] {
    margin-left: 0;
    width: 100%;
    margin-top: 0;
  }
  /*「何ができるAPIかな？」のビジュアル画像のスタイル*/
  .api-detail-explanation-image[b-zrsyl1wklh] {
    max-width: 690px;
  }
  /*「何ができるAPIかな？」の文字とボタン部分のカバースタイル*/
  .api-detail-explanation-text-area-wrapper[b-zrsyl1wklh] {
    padding-top: 45px;
    width: 100%;
    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;
  }
  /*「何ができるAPIかな？」の文字とボタン部分のスタイル*/
  .api-detail-explanation-text-area[b-zrsyl1wklh] {
    max-width: 690px;
    width: 92%;
  }
  /*「何ができるAPIかな？」の文字のスタイル*/
  .api-detail-explanation-text[b-zrsyl1wklh] {
    font-size: 26px;
    line-height: 44px;
  }
  /*「何ができるAPIかな？」の文章下の注意書きのスタイル*/
  .news-notice[b-zrsyl1wklh] {
    font-size: 20px;
    line-height: 44px;
  }
  /*「何ができるAPIかな？」のボタンカバーのスタイル*/
  .handbook-button-wrapper[b-zrsyl1wklh] {
    margin-top: 45px;
  }
  /*「何ができるAPIかな？」のボタンのスタイル*/
  .handbook-button[b-zrsyl1wklh] {
    max-width: 490px;
    width: 71.1%;
    height: 110px;
  }
  /*「何ができるAPIかな？」のボタン内ラベルの上部のスタイル*/
  .handbook-button .button-label .up-text[b-zrsyl1wklh] {
    font-size: 26px;
    line-height: 26px;
  }
  /*「何ができるAPIかな？」のボタン内ラベルの下部のスタイル*/
  .handbook-button .button-label .under-text[b-zrsyl1wklh] {
    font-size: 20px;
  }
  /*「何ができるAPIかな？」のボタン内のアイコンのスタイル*/
  .handbook-button img[b-zrsyl1wklh] {
    height: 50px;
    width: 50px;
  }
  /*「どんな使い方ができるのかな？」のタイトルカバーのスタイル*/
  .api-detail-usage-title-wrapper[b-zrsyl1wklh] {
    max-width: 678px;
    width: 90.4%;
  }
  /*「どんな使い方ができるのかな？」の「お天気くまさん」画像カバーのスタイル*/
  .api-detail-example-title-image-wrapper[b-zrsyl1wklh] {
    padding-top: 50px;
  }
  /*「どんな使い方ができるのかな？」の「お天気くまさん」画像のスタイル*/
  .api-detail-example-title-image[b-zrsyl1wklh] {
    max-width: 690px;
    width: 100%;
  }
  /*「どんな使い方ができるのかな？」の「お天気くまさん」画像のスタイル*/
  .api-detail-example-title-image img[b-zrsyl1wklh] {
    height: 60px;
  }
  /*「どんな使い方ができるのかな？」のビジュアル画像カバーのスタイル*/
  .api-detail-usage-image-wrapper[b-zrsyl1wklh] {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  /*「どんな使い方ができるのかな？」のビジュアル画像のスタイル*/
  .api-detail-usage-image[b-zrsyl1wklh] {
    max-width: 690px;
    width: 100%;
  }
  /*「どんな使い方ができるのかな？」のテキスト部分のカバーのスタイル*/
  .api-detail-example-text-wrapper[b-zrsyl1wklh] {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  /*「どんな使い方ができるのかな？」のテキスト部分のスタイル*/
  .api-detail-example-text[b-zrsyl1wklh] {
    max-width: 690px;
    width: 100%;
    font-size: 26px;
    line-height: 44px;
  }
  /*「このAPIを活用しているプログラムをみてみよう！」のタイトルのカバーのスタイル*/
  .api-detail-program-title-wrapper[b-zrsyl1wklh] {
    max-width: 530px;
    width: 70.7%;
  }
  /*「このAPIを活用しているプログラムをみてみよう！」の解説画像のうち、仕組み側のカバーのスタイル*/
  .api-detail-program-image-wrapper.mechanism[b-zrsyl1wklh] {
    padding-top: 50px;
  }
  /*「このAPIを活用しているプログラムをみてみよう！」の解説画像のうち、関数側のカバーのスタイル*/
  .api-detail-program-image-wrapper.function[b-zrsyl1wklh] {
    padding-top: 30px;
  }
  /*「このAPIを活用しているプログラムをみてみよう！」の解説画像のスタイル*/
  .api-detail-program-image[b-zrsyl1wklh] {
    max-width: 685px;
    width: 91.3%;
    height: 450px;
  }
  /*ひらめきAPI紹介部分の序盤のスタイル*/
  .inspiration-api-first-area[b-zrsyl1wklh] {
    padding-top: 115px;
  }
  /*ひらめきAPI紹介部分のタイトルカバーのスタイル*/
  .inspiration-api-list-title-wrapper[b-zrsyl1wklh] {
    max-width: 561px;
    width: 74.8%;
  }
  /*各ひらめきAPIのボックスのスタイル*/
  .inspiration-api-content[b-zrsyl1wklh] {
    max-width: 690px;
    width: 92%;
    margin-top: 65px;
  }
  /*各ひらめきAPIの見出し*/
  .content-header[b-zrsyl1wklh] {
    height: 140px;
    width: 100%;
    padding: 0 5%;
  }
  /*各ひらめきAPIのアイコン画像のスタイル*/
  .header-icon[b-zrsyl1wklh] {
    width: 80px;
    height: 80px;
  }
  /*各ひらめきAPIの名前のスタイル*/
  .api-name[b-zrsyl1wklh] {
    padding-left: 15px;
    font-size: 36px;
  }
  /*各ひらめきAPIの提供・出典記述*/
  .api-source[b-zrsyl1wklh] {
    padding-left: 15px;
    font-size: 20px;
  }
  /*各ひらめきAPIの画像部分のスタイル*/
  .content-image[b-zrsyl1wklh] {
    height: 470px;
    width: 100%;
    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;
  }
  /*各ひらめきAPIの画像のスタイル*/
  .api-image[b-zrsyl1wklh] {
    width: 92%;
  }
  /*各ひらめきAPIの文章部分のスタイル*/
  .content-text-area[b-zrsyl1wklh] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  /*各ひらめきAPIの文章カバーのスタイル*/
  .content-text-wrapper[b-zrsyl1wklh] {
    width: 92%;
    margin-top: 0;
  }
  /*各ひらめきAPIの文章のスタイル*/
  .content-text[b-zrsyl1wklh] {
    font-size: 24px;
    line-height: 41px;
  }
  /*各ひらめきAPIのボタンのカバーのスタイル*/
  .content-button-wrapper[b-zrsyl1wklh] {
    width: 100%;
    left: 0;
    bottom: 85px;
  }
  /*各ひらめきAPIのボタンの詳細スタイル*/
  .detail-button[b-zrsyl1wklh] {
    max-width: 490px;
    width: 71.1%;
    height: 110px;
  }
  /*各ひらめきAPIのボタン内のラベルのスタイル*/
  .button-label[b-zrsyl1wklh] {
    font-size: 26px;
  }
  /*各ひらめきAPIのボタン内のアイコンのスタイル*/
  .detail-button img[b-zrsyl1wklh] {
    height: 50px;
    width: 50px;
  }
  /*「ひらめきAPIの使い方」パートの序盤のスタイル*/
  .inspiration-api-usage-area[b-zrsyl1wklh] {
    padding-top: 100px;
  }
  /*「ひらめきAPIの使い方」パートのステップ部分のスタイル*/
  .usage-step-area[b-zrsyl1wklh] {
    padding-top: 10px;
    padding-bottom: 100px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  /*「ひらめきAPIの使い方」パートの各ステップのカバーのスタイル*/
  .usage-step-wrapper[b-zrsyl1wklh] {
    margin: 40px 0 0;
    width: 100%;
    height: auto;
  }
  /*「ひらめきAPIの使い方」パートの各ステップ全体のスタイル*/
  .usage-step[b-zrsyl1wklh] {
    width: 575px;
  }
  /*「ひらめきAPIの使い方」パートの各ステップのステップナンバーアイコンのスタイル*/
  .step-icon[b-zrsyl1wklh] {
    width: 60%;
  }
  /*「ひらめきAPIの使い方」パートの各ステップの画像エリアのスタイル*/
  .step-image-area[b-zrsyl1wklh] {
    height: 380px;
  }
  /*「ひらめきAPIの使い方」パートの各ステップの画像自体のスタイル*/
  .step-image[b-zrsyl1wklh] {
    width: 63.5%;
    margin-top: 8.5%;
  }
  /*「ひらめきAPIの使い方」パートの1ステップ目の画像のスタイル*/
  .step1[b-zrsyl1wklh] {
    padding-top: 55px;
  }
  /*「ひらめきAPIの使い方」パートの各ステップの見出し自体のスタイル*/
  .step-text[b-zrsyl1wklh] {
    font-size: 32px;
  }
  /*「ひらめきAPIの使い方」パートの各ステップの説明自体のスタイル*/
  .step-description[b-zrsyl1wklh] {
    font-size: 24px;
    line-height: 33.4px;
  }
}
@media (max-width: 767px) {
  /*各ひらめきAPIのボタンのカバーのスタイル*/
  .content-button-wrapper[b-zrsyl1wklh] {
    bottom: 60px;
  }
}
@media (max-width: 749px) {
  /*メインビジュアル部分のスタートボタンのスタイル*/
  .start-button[b-zrsyl1wklh] {
    width: 29.48vw;
    top: calc(50% - 14.74vw);
    left: calc(50% - 14.74vw);
  }
  /*「WEB API解説ブックダウンロード」のボタンのカバーのスタイル*/
  .download-button-wrapper[b-zrsyl1wklh] {
    padding-top: 8vw;
  }
  /*「WEB API解説ブックダウンロード」のボタンのスタイル*/
  .download-button[b-zrsyl1wklh] {
    height: 21.44vw;
  }
  /*「WEB API解説ブックダウンロード」のボタンアイコンのスタイル*/
  .download-button-icon[b-zrsyl1wklh] {
    height: 14.07vw;
    width: 14.07vw;
    font-size: 3.63vw;
    line-height: 4.03vw;
  }
  /*「WEB API解説ブックダウンロード」のボタンラベルの文字の上部分のスタイル*/
  .download-button-label .text-wrapper .up-text[b-zrsyl1wklh] {
    font-size: 4.03vw;
    line-height: 4.44vw;
  }
  /*「WEB API解説ブックダウンロード」のボタンラベルの文字の下部分のスタイル*/
  .download-button-label .text-wrapper .under-text[b-zrsyl1wklh] {
    font-size: 2.69vw;
    line-height: 6.19vw;
  }
  /*「WEB API解説ブックダウンロード」の説明部分のカバーのスタイル*/
  .download-button-description-wrapper[b-zrsyl1wklh] {
    margin-top: 2.7vw;
    margin-bottom: 8vw;
  }
  /*「WEB API解説ブックダウンロード」の説明部分のスタイル*/
  .download-button-qa[b-zrsyl1wklh] {
    font-size: 2.69vw;
    line-height: 4.71vw;
  }
  /*「何ができるAPIかな？」のタイトルを含む上部分のスタイル*/
  .api-detail-explanation-area[b-zrsyl1wklh] {
    padding-top: 12.7vw;
  }
  /*「何ができるAPIかな？」のコンテンツ部分のスタイル*/
  .api-detail-explanation-content-area[b-zrsyl1wklh] {
    padding-top: 6.7vw;
    padding-bottom: 16.1vw;
  }
  /*「何ができるAPIかな？」のビジュアル画像のスタイル*/
  .api-detail-explanation-image[b-zrsyl1wklh] {
    width: 92%;
  }
  /*「何ができるAPIかな？」の文字とボタン部分のカバースタイル*/
  .api-detail-explanation-text-area-wrapper[b-zrsyl1wklh] {
    padding-top: 6vw;
  }
  /*「何ができるAPIかな？」の文字のスタイル*/
  .api-detail-explanation-text[b-zrsyl1wklh] {
    font-size: 3.5vw;
    line-height: 5.8vw;
  }
  /*「何ができるAPIかな？」の文章下の注意書きのスタイル*/
  .news-notice[b-zrsyl1wklh] {
    font-size: 2.7vw;
    line-height: 5.8vw;
  }
  /*「何ができるAPIかな？」のボタンカバーのスタイル*/
  .handbook-button-wrapper[b-zrsyl1wklh] {
    margin-top: 6vw;
  }
  /*「何ができるAPIかな？」のボタンのスタイル*/
  .handbook-button[b-zrsyl1wklh] {
    width: 63.7vw;
    height: 14.3vw;
  }
  /*「何ができるAPIかな？」のボタン内ラベルの上部のスタイル*/
  .handbook-button .button-label .up-text[b-zrsyl1wklh] {
    font-size: 3.5vw;
    line-height: 3.5vw;
  }
  /*「何ができるAPIかな？」のボタン内ラベルの下部のスタイル*/
  .handbook-button .button-label .under-text[b-zrsyl1wklh] {
    font-size: 2.69vw;
  }
  /*「何ができるAPIかな？」のボタン内のアイコンのスタイル*/
  .handbook-button img[b-zrsyl1wklh] {
    height: 6.5vw;
    width: 6.5vw;
  }
  /*「どんな使い方ができるのかな？」の「お天気くまさん」画像カバーのスタイル*/
  .api-detail-example-title-image-wrapper[b-zrsyl1wklh] {
    padding-top: 6.7vw;
  }
  /*「どんな使い方ができるのかな？」の「お天気くまさん」画像のスタイル*/
  .api-detail-example-title-image[b-zrsyl1wklh] {
    width: 92%;
  }
  /*「どんな使い方ができるのかな？」の「お天気くまさん」画像のスタイル*/
  .api-detail-example-title-image img[b-zrsyl1wklh] {
    height: 8.04vw;
  }
  /*「どんな使い方ができるのかな？」のビジュアル画像カバーのスタイル*/
  .api-detail-usage-image-wrapper[b-zrsyl1wklh] {
    padding-top: 5.36vw;
    padding-bottom: 6vw;
  }
  /*「どんな使い方ができるのかな？」のビジュアル画像のスタイル*/
  .api-detail-usage-image[b-zrsyl1wklh] {
    width: 92%;
  }
  /*「どんな使い方ができるのかな？」のテキスト部分のカバーのスタイル*/
  .api-detail-example-text-wrapper[b-zrsyl1wklh] {
    padding-top: 4.02vw;
    padding-bottom: 4.02vw;
  }
  /*「どんな使い方ができるのかな？」のテキスト部分のスタイル*/
  .api-detail-example-text[b-zrsyl1wklh] {
    width: 92%;
    font-size: 3.5vw;
    line-height: 5.8vw;
  }
  /*「このAPIを活用しているプログラムをみてみよう！」のタイトルを含む上部分のスタイル*/
  .api-detail-program-area[b-zrsyl1wklh] {
    padding-top: 13.4vw;
  }
  /*「このAPIを活用しているプログラムをみてみよう！」の解説画像のうち、仕組み側のカバーのスタイル*/
  .api-detail-program-image-wrapper.mechanism[b-zrsyl1wklh] {
    padding-top: 6.7vw;
  }
  /*「このAPIを活用しているプログラムをみてみよう！」の解説画像のうち、関数側のカバーのスタイル*/
  .api-detail-program-image-wrapper.function[b-zrsyl1wklh] {
    padding-top: 4vw;
  }
  /*「このAPIを活用しているプログラムをみてみよう！」の解説画像のスタイル*/
  .api-detail-program-image[b-zrsyl1wklh] {
    height: 60vw;
  }
  /*ひらめきAPI紹介部分のカバーのスタイル*/
  .inspiration-api-first-area-wrapper[b-zrsyl1wklh] {
    padding-bottom: 13.4vw;
  }
  /*ひらめきAPI紹介部分の序盤のスタイル*/
  .inspiration-api-first-area[b-zrsyl1wklh] {
    padding-top: 15.4vw;
  }
  /*ひらめきAPI紹介部分のタイトルカバーのスタイル*/
  .inspiration-api-list-title-wrapper[b-zrsyl1wklh] {
    max-width: 561px;
    width: 74.8%;
  }
  /*各ひらめきAPIのボックスのスタイル*/
  .inspiration-api-content[b-zrsyl1wklh] {
    margin-top: 8.7vw;
  }
  /*各ひらめきAPIの見出し*/
  .content-header[b-zrsyl1wklh] {
    height: 18.8vw;
  }
  /*各ひらめきAPIのアイコン画像のスタイル*/
  .header-icon[b-zrsyl1wklh] {
    width: auto;
    height: 64%;
  }
  /*各ひらめきAPIの名前のスタイル*/
  .api-name[b-zrsyl1wklh] {
    padding-left: 2vw;
    font-size: 4.84vw;
  }
  /*各ひらめきAPIの提供・出典記述*/
  .api-source[b-zrsyl1wklh] {
    padding-left: 2vw;
    font-size: 2.69vw;
  }
  /*各ひらめきAPIの画像部分のスタイル*/
  .content-image[b-zrsyl1wklh] {
    height: 62.7vw;
  }
  /*各ひらめきAPIの文章のスタイル*/
  .content-text[b-zrsyl1wklh] {
    font-size: 3.2vw;
    line-height: 5.4vw;
  }
  /*各ひらめきAPIのボタンのカバーのスタイル*/
  .content-button-wrapper[b-zrsyl1wklh] {
    bottom: 6vw;
  }
  /*各ひらめきAPIのボタンの詳細スタイル*/
  .detail-button[b-zrsyl1wklh] {
    width: 65.66vw;
    height: 14.74vw;
  }
  /*各ひらめきAPIのボタン内のラベルのスタイル*/
  .button-label[b-zrsyl1wklh] {
    font-size: 3.5vw;
  }
  /*各ひらめきAPIのボタン内のアイコンのスタイル*/
  .detail-button img[b-zrsyl1wklh] {
    height: 6.7vw;
    width: 6.7vw;
  }
  /*「ひらめきAPIの使い方」パートの序盤のスタイル*/
  .inspiration-api-usage-area[b-zrsyl1wklh] {
    padding-top: 13.4vw;
  }
  /*「ひらめきAPIの使い方」パートのタイトルカバーのスタイル*/
  .inspiration-api-usage-title-wrapper[b-zrsyl1wklh] {
    max-width: 480px;
    width: 64%;
  }
  /*「ひらめきAPIの使い方」パートのタイトル画像のスタイル*/
  .inspiration-api-usage-title-wrapper img[b-zrsyl1wklh] {
    width: 100%;
  }
  /*「ひらめきAPIの使い方」パートのステップ部分のスタイル*/
  .usage-step-area[b-zrsyl1wklh] {
    padding-top: 1.3vw;
    padding-bottom: 13.4vw;
  }
  /*「ひらめきAPIの使い方」パートの各ステップのカバーのスタイル*/
  .usage-step-wrapper[b-zrsyl1wklh] {
    margin: 5.4vw 0 0;
  }
  /*「ひらめきAPIの使い方」パートの各ステップ全体のスタイル*/
  .usage-step[b-zrsyl1wklh] {
    max-width: 575px;
    width: 76.7%;
  }
  /*「ひらめきAPIの使い方」パートの各ステップの画像エリアのスタイル*/
  .step-image-area[b-zrsyl1wklh] {
    max-height: 380px;
    height: 50.92vw;
  }
  /*「ひらめきAPIの使い方」パートの1ステップ目の画像のスタイル*/
  .step1[b-zrsyl1wklh] {
    padding-top: 9%;
  }
  /*「ひらめきAPIの使い方」パートの各ステップの見出し自体のスタイル*/
  .step-text[b-zrsyl1wklh] {
    font-size: 4.3vw;
  }
  /*「ひらめきAPIの使い方」パートの各ステップの説明自体のスタイル*/
  .step-description[b-zrsyl1wklh] {
    font-size: 3.2vw;
    line-height: 4.4vw;
  }
  /*モーダルを閉じるボタンのカバーのスタイル*/
  .close-button-wrapper[b-zrsyl1wklh] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 30px 15px 16px;
  }
  /*モーダル内のyoutubeのスタイル*/
  .youtube-wrapper iframe[b-zrsyl1wklh] {
    width: 90%;
    height: 85%;
    position: absolute;
    top: 0px;
    left: 5%;
  }
}
/*# sourceMappingURL=/codebuild/output/src2623623628/src/embotters-app/EmbottersApp/EmbottersApp/Pages/NtvNews24.razor.css.map */
/* /Pages/PrefForecast.razor.rz.scp.css */
@charset "UTF-8";
.pc[b-vst4s003dl] {
  display: block !important;
}

.sp[b-vst4s003dl] {
  display: none !important;
}

.pc-flex[b-vst4s003dl] {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.sp-flex[b-vst4s003dl] {
  display: none !important;
}

/*メインビジュアル部分のカバーのスタイル*/
.top-image-wrapper[b-vst4s003dl] {
  position: relative;
  width: 100%;
}

/*メインビジュアル部分の画像のスタイル*/
.top-image[b-vst4s003dl] {
  width: 100%;
}

/*メインビジュアル部分のスタートボタンのスタイル*/
.start-button[b-vst4s003dl] {
  position: absolute;
  width: 170px;
  top: calc(50% - 85px);
  left: calc(50% - 85px);
}

/*メインビジュアルホバー時のスタートボタンのスタイル*/
.top-image:hover + .start-button[b-vst4s003dl] {
  opacity: 0.7;
}

.start-button:hover[b-vst4s003dl] {
  opacity: 0.7;
}

/*水色背景を設定*/
.light-blue-background[b-vst4s003dl] {
  background-color: #f2f6ff;
}

/*白色背景を設定*/
.white-background[b-vst4s003dl] {
  background-color: #fff;
}

/*「WEB API解説ブックダウンロード」のボタンのカバーのスタイル*/
.download-button-wrapper[b-vst4s003dl] {
  width: 100%;
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*「WEB API解説ブックダウンロード」のボタンのスタイル*/
.download-button[b-vst4s003dl] {
  width: 699px;
  height: 109px;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 4px 0 #e4e4e4;
          box-shadow: 0 4px 0 #e4e4e4;
  border-radius: 10px;
  background-color: #fed005;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1% 0;
}

/*「WEB API解説ブックダウンロード」のボタンクリック不可時のスタイル*/
.download-button.download-disabled[b-vst4s003dl] {
  background-color: #cdcdcd;
  cursor: not-allowed;
}

/*「WEB API解説ブックダウンロード」のボタンクリック時のスタイル*/
.download-button:active[b-vst4s003dl] {
  -webkit-box-shadow: 0 0 0 #e4e4e4;
          box-shadow: 0 0 0 #e4e4e4;
  -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
          transform: translateY(4px);
}

/*「WEB API解説ブックダウンロード」のボタンの中身のスタイル*/
.button-content[b-vst4s003dl] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/*「WEB API解説ブックダウンロード」のボタンアイコンのスタイル*/
.download-button-icon[b-vst4s003dl] {
  height: 75px;
  width: 75px;
  border-radius: 50%;
  background-color: #fff;
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  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;
}

/*「WEB API解説ブックダウンロード」のボタンクリック不可時のアイコンのスタイル*/
.download-button.download-disabled .download-button-icon[b-vst4s003dl] {
  color: #cdcdcd;
}

/*「WEB API解説ブックダウンロード」のボタンラベルのスタイル*/
.download-button-label[b-vst4s003dl] {
  margin-left: 15px;
  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;
}

/*「WEB API解説ブックダウンロード」のボタンラベルの文字カバーのスタイル*/
.text-wrapper[b-vst4s003dl] {
  text-align: center;
  color: #fff;
}

/*「WEB API解説ブックダウンロード」のボタンラベルの文字の上部分のスタイル*/
.download-button-label .text-wrapper .up-text[b-vst4s003dl] {
  font-size: 26px;
  line-height: 28px;
  font-weight: 600;
  border-bottom: 1px solid #fff;
}

/*「WEB API解説ブックダウンロード」のボタンラベルの文字の下部分のスタイル*/
.download-button-label .text-wrapper .under-text[b-vst4s003dl] {
  font-size: 12px;
  line-height: 28px;
}

/*「WEB API解説ブックダウンロード」の説明部分のカバーのスタイル*/
.download-button-description-wrapper[b-vst4s003dl] {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 50px;
  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;
}

/*「WEB API解説ブックダウンロード」の説明部分のスタイル*/
.download-button-qa[b-vst4s003dl] {
  font-size: 10px;
}

/*「WEB API解説ブックダウンロード」のボタンクリック不可時の説明部分のスタイル*/
.download-button-qa.disabled[b-vst4s003dl] {
  color: #cdcdcd;
}

/*「WEB API解説ブックダウンロード」の説明部分のリンク埋込部分のスタイル*/
.download-button-qa.disabled a[b-vst4s003dl] {
  color: #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  cursor: not-allowed;
}

/*「何ができるAPIかな？」のタイトルを含む上部分のスタイル*/
.api-detail-explanation-area[b-vst4s003dl] {
  padding-top: 100px;
  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;
}

/*「何ができるAPIかな？」のタイトルカバーのスタイル*/
.api-detail-explanation-title-wrapper[b-vst4s003dl] {
  width: 526px;
  text-align: center;
}

/*「何ができるAPIかな？」のタイトル画像のスタイル*/
.api-detail-explanation-title-wrapper img[b-vst4s003dl] {
  width: 100%;
}

/*「何ができるAPIかな？」のコンテンツ部分のスタイル*/
.api-detail-explanation-content-area[b-vst4s003dl] {
  padding-top: 40px;
  padding-bottom: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/*「何ができるAPIかな？」の文字とボタン部分のカバースタイル*/
.api-detail-explanation-text-area-wrapper[b-vst4s003dl] {
  width: 477px;
}

/*「何ができるAPIかな？」の文字とボタン部分のスタイル*/
.api-detail-explanation-text-area[b-vst4s003dl] {
  width: 100%;
}

/*「何ができるAPIかな？」の文字カバーのスタイル*/
.api-detail-explanation-text-wrapper[b-vst4s003dl] {
  width: 100%;
}

/*「何ができるAPIかな？」の文字のスタイル*/
.api-detail-explanation-text[b-vst4s003dl] {
  font-size: 18px;
  line-height: 31.5px;
}

/*「何ができるAPIかな？」の文章内
    「取得できる4つの情報」部分のアイテムリストカバーのスタイル*/
.weather-item-wrapper[b-vst4s003dl] {
  width: 100%;
  margin: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/*「何ができるAPIかな？」の文章内
    「取得できる4つの情報」部分のアイテムリストのスタイル*/
.weather-item[b-vst4s003dl] {
  width: 113px;
  margin: 0 3px;
  background-color: #fff;
  border: 1px solid #78a7ff;
}

/*「何ができるAPIかな？」の文章内
    「取得できる4つの情報」部分のタイトルのスタイル*/
.weather-item-name[b-vst4s003dl] {
  padding-top: 10px;
  font-size: 18px;
  line-height: 36px;
  font-weight: 600;
  color: #78a7ff;
  text-align: center;
}

/*「何ができるAPIかな？」の文章内
    「取得できる4つの情報」部分の画像カバーのスタイル*/
.weather-item-image-wrapper[b-vst4s003dl] {
  width: 100%;
  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;
}

/*「何ができるAPIかな？」の文章内
    「取得できる4つの情報」部分の画像のスタイル*/
.weather-item-image[b-vst4s003dl] {
  width: 32px;
}

/*「何ができるAPIかな？」の文章内
    「取得できる4つの情報」部分の文章のスタイル*/
.weather-item-text[b-vst4s003dl] {
  font-size: 10px;
  color: #78a7ff;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*「何ができるAPIかな？」のボタンカバーのスタイル*/
.handbook-button-wrapper[b-vst4s003dl] {
  width: 100%;
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*「何ができるAPIかな？」のボタンのスタイル*/
.handbook-button[b-vst4s003dl] {
  width: 280px;
  height: 53px;
  border: 2px solid #fff;
  border-radius: 10px !important;
  background-color: #ff78a3 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

/*「何ができるAPIかな？」のホバー時のボタンのスタイル*/
.handbook-button:hover[b-vst4s003dl] {
  opacity: 0.7;
}

/*「何ができるAPIかな？」のアクティブ時のボタンのスタイル*/
.handbook-button:active[b-vst4s003dl] {
  -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
          transform: translateY(4px);
}

/*「何ができるAPIかな？」のボタン内のラベル全体のスタイル*/
.handbook-button .button-label[b-vst4s003dl] {
  height: 100%;
  width: 76%;
  color: #fff;
  font-weight: 600;
  margin-left: 8%;
  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;
}

/*「何ができるAPIかな？」のボタン内ラベルの上部のスタイル*/
.handbook-button .button-label .up-text[b-vst4s003dl] {
  font-size: 14px;
  line-height: 14px;
}

/*「何ができるAPIかな？」のボタン内ラベルの下部のスタイル*/
.handbook-button .button-label .under-text[b-vst4s003dl] {
  font-size: 10px;
  text-align: center;
}

/*「何ができるAPIかな？」のボタン内のアイコンのスタイル*/
.handbook-button img[b-vst4s003dl] {
  height: 29px;
  width: 29px;
}

/*「何ができるAPIかな？」のビジュアル画像カバーのスタイル*/
.api-detail-explanation-image-wrapper[b-vst4s003dl] {
  margin-left: 20px;
  width: 477px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*「何ができるAPIかな？」のビジュアル画像のスタイル*/
.api-detail-explanation-image[b-vst4s003dl] {
  width: 100%;
}

/*「どんな使い方ができるのかな？」のタイトルを含む上部分のスタイル*/
.api-detail-usage-area[b-vst4s003dl] {
  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;
}

/*「どんな使い方ができるのかな？」のタイトルカバーのスタイル*/
.api-detail-usage-title-wrapper[b-vst4s003dl] {
  width: 678px;
  text-align: center;
}

/*「どんな使い方ができるのかな？」のタイトル画像のスタイル*/
.api-detail-usage-title-wrapper img[b-vst4s003dl] {
  width: 100%;
}

/*「どんな使い方ができるのかな？」の「お天気くまさん」画像カバーのスタイル*/
.api-detail-example-title-image-wrapper[b-vst4s003dl] {
  width: 100%;
  padding-top: 45px;
  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;
}

/*「どんな使い方ができるのかな？」の「お天気くまさん」画像のスタイル*/
.api-detail-example-title-image[b-vst4s003dl] {
  width: 975px;
}

/*「どんな使い方ができるのかな？」の「お天気くまさん」画像のスタイル*/
.api-detail-example-title-image img[b-vst4s003dl] {
  height: 40px;
}

/*「どんな使い方ができるのかな？」のビジュアル画像カバーのスタイル*/
.api-detail-usage-image-wrapper[b-vst4s003dl] {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 60px;
  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;
}

/*「どんな使い方ができるのかな？」のビジュアル画像のスタイル*/
.api-detail-usage-image[b-vst4s003dl] {
  width: 975px;
}

/*「どんな使い方ができるのかな？」のテキスト部分のカバーのスタイル*/
.api-detail-example-text-wrapper[b-vst4s003dl] {
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  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;
}

/*「どんな使い方ができるのかな？」のテキスト部分のスタイル*/
.api-detail-example-text[b-vst4s003dl] {
  width: 975px;
  font-size: 18px;
  line-height: 31.5px;
}

/*「このAPIを活用しているプログラムをみてみよう！」のタイトルを含む上部分のスタイル*/
.api-detail-program-area[b-vst4s003dl] {
  width: 100%;
  padding-top: 100px;
  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;
}

/*「このAPIを活用しているプログラムをみてみよう！」のタイトルのカバーのスタイル*/
.api-detail-program-title-wrapper[b-vst4s003dl] {
  width: 530px;
  text-align: center;
}

/*「このAPIを活用しているプログラムをみてみよう！」のタイトル画像のスタイル*/
.api-detail-program-title-wrapper img[b-vst4s003dl] {
  width: 100%;
}

/*「このAPIを活用しているプログラムをみてみよう！」の解説画像のカバーのスタイル*/
.api-detail-program-image-wrapper[b-vst4s003dl] {
  width: 100%;
  padding-top: 40px;
  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;
}

/*「このAPIを活用しているプログラムをみてみよう！」の解説画像のスタイル*/
.api-detail-program-image[b-vst4s003dl] {
  width: 975px;
  height: 650px;
  border: 2px solid #b2b2b2;
  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;
}

/*「このAPIを活用しているプログラムをみてみよう！」の解説画像のうち、仕組み側のスタイル*/
.mechanism-image[b-vst4s003dl] {
  width: 82%;
}

/*「このAPIを活用しているプログラムをみてみよう！」の解説画像のうち、関数側のスタイル*/
.function-image[b-vst4s003dl] {
  width: 92.3%;
}

/*ひらめきAPI紹介部分のカバーのスタイル*/
.inspiration-api-first-area-wrapper[b-vst4s003dl] {
  padding-bottom: 100px;
}

/*ひらめきAPI紹介部分の序盤のスタイル*/
.inspiration-api-first-area[b-vst4s003dl] {
  padding-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*ひらめきAPI紹介部分のタイトルカバーのスタイル*/
.inspiration-api-list-title-wrapper[b-vst4s003dl] {
  width: 561px;
  text-align: center;
}

/*ひらめきAPI紹介部分のタイトル画像のスタイル*/
.inspiration-api-list-title-image[b-vst4s003dl] {
  width: 100%;
}

/*各ひらめきAPIを中央寄せ*/
.centering[b-vst4s003dl] {
  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;
}

/*各ひらめきAPIのボックスのスタイル*/
.inspiration-api-content[b-vst4s003dl] {
  position: relative;
  width: 980px;
  margin-top: 50px;
}

/*フレームの画像スタイル*/
.frame[b-vst4s003dl] {
  width: 100%;
}

/*画像に合わせてコンテンツ配置*/
.content[b-vst4s003dl] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 0;
}

/*各ひらめきAPIの見出し*/
.content-header[b-vst4s003dl] {
  height: 67px;
  width: 100%;
  padding: 0 8px;
  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;
  color: #fff;
}

/*各ひらめきAPIのアイコン画像のスタイル*/
.header-icon[b-vst4s003dl] {
  width: 45px;
  height: 45px;
}

/*各ひらめきAPIの名前のスタイル*/
.api-name[b-vst4s003dl] {
  padding-left: 10px;
  font-size: 26px;
  font-weight: 600;
}

/*各ひらめきAPIの提供・出典記述*/
.api-source[b-vst4s003dl] {
  padding-left: 10px;
  font-size: 13px;
}

/*画面サイズが990pxより大きい場合の、各ひらめきAPIのコンテンツのスタイル*/
.content-main.content-pc[b-vst4s003dl] {
  height: 378px;
  width: 100%;
  padding: 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*画面サイズが990px以下の場合の、各ひらめきAPIのコンテンツのスタイル*/
.content-main.content-sp[b-vst4s003dl] {
  width: 100%;
  padding: 0 5%;
}

/*各ひらめきAPIのコンテンツの左側のスタイル*/
.content-left[b-vst4s003dl] {
  height: 100%;
  width: 48.7%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*各ひらめきAPIのビジュアル画像のスタイル*/
.api-image[b-vst4s003dl] {
  width: 420px;
}

/*各ひらめきAPIのコンテンツの左側のスタイル*/
.content-right[b-vst4s003dl] {
  position: relative;
  height: 100%;
  width: 51.3%;
  padding-left: 30px;
}

/*説明文のカバーのスタイル*/
.content-text-wrapper[b-vst4s003dl] {
  width: 420px;
  margin-top: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*説明文のスタイル*/
.content-text[b-vst4s003dl] {
  font-size: 14px;
  line-height: 24px;
}

/*ボタンのカバーのスタイル*/
.content-button-wrapper[b-vst4s003dl] {
  position: absolute;
  width: 420px;
  bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*ボタンの詳細スタイル*/
.detail-button[b-vst4s003dl] {
  width: 280px;
  height: 53px;
  border: none;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ff78a3;
  -webkit-box-shadow: 0 4px 0 #e4e4e4;
          box-shadow: 0 4px 0 #e4e4e4;
}

/*各ひらめきAPIのボタンの詳細スタイル*/
.detail-button:hover[b-vst4s003dl] {
  opacity: 0.7;
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
}

/*各ひらめきAPIのボタンの詳細スタイル*/
.detail-button:active[b-vst4s003dl] {
  -webkit-box-shadow: 0 0 0 #e4e4e4;
          box-shadow: 0 0 0 #e4e4e4;
  -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
          transform: translateY(4px);
}

/*ボタン内のラベルのスタイル*/
.button-label[b-vst4s003dl] {
  width: 75%;
  margin-left: 8%;
  font-weight: 600;
  color: #fff;
  font-size: 14px;
  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;
}

/*ボタン内のアイコンのスタイル*/
.detail-button img[b-vst4s003dl] {
  height: 29px;
  width: 29px;
}

/*「ひらめきAPIの使い方」パートの序盤のスタイル*/
.inspiration-api-usage-area[b-vst4s003dl] {
  padding-top: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*「ひらめきAPIの使い方」パートのタイトルカバーのスタイル*/
.inspiration-api-usage-title-wrapper[b-vst4s003dl] {
  width: 485px;
  text-align: center;
}

/*「ひらめきAPIの使い方」パートのステップ部分のスタイル*/
.usage-step-area[b-vst4s003dl] {
  width: 100%;
  padding-top: 55px;
  padding-bottom: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*「ひらめきAPIの使い方」パートの各ステップのカバーのスタイル*/
.usage-step-wrapper[b-vst4s003dl] {
  margin: 0 12px;
  width: 300px;
  height: 390px;
  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;
}

/*「ひらめきAPIの使い方」パートの各ステップ全体のスタイル*/
.usage-step[b-vst4s003dl] {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

/*「ひらめきAPIの使い方」パートの各ステップのステップナンバーアイコンのスタイル*/
.step-icon[b-vst4s003dl] {
  position: absolute;
  top: 5%;
  left: -5.5%;
  width: 170px;
}

/*「ひらめきAPIの使い方」パートの各ステップの画像エリアのスタイル*/
.step-image-area[b-vst4s003dl] {
  width: 100%;
  background-color: #fcfaee;
  overflow: hidden;
  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;
}

/*「ひらめきAPIの使い方」パートの各ステップの画像自体のスタイル*/
.step-image[b-vst4s003dl] {
  width: 73%;
  margin-top: 12%;
}

/*「ひらめきAPIの使い方」パートの各ステップの見出しエリアのスタイル*/
.step-text-area[b-vst4s003dl] {
  width: 100%;
  padding: 8% 0 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*「ひらめきAPIの使い方」パートの各ステップの見出し自体のスタイル*/
.step-text[b-vst4s003dl] {
  font-size: 17px;
  font-weight: 600;
  color: #ff78a3;
}

/*「ひらめきAPIの使い方」パートの各ステップの説明エリアのスタイル*/
.step-description-area[b-vst4s003dl] {
  width: 100%;
  padding: 0 7% 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*「ひらめきAPIの使い方」パートの各ステップの説明自体のスタイル*/
.step-description[b-vst4s003dl] {
  font-size: 13px;
  line-height: 22px;
}

/*モーダルを閉じるボタンのカバーのスタイル*/
.close-button-wrapper[b-vst4s003dl] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 48px 0 16px;
}

/*モーダルを閉じるボタンのスタイル*/
.close-button-wrapper button.close-button[b-vst4s003dl] {
  width: 48px;
  height: 48px;
  border-radius: 24px;
  border: 0;
  outline: 0;
  padding: 0;
  background-color: transparent;
}

/*モーダルのコンテンツ内のrowクラスのスタイル*/
.ant-modal-body .row[b-vst4s003dl] {
  margin-right: -15px;
  margin-left: -15px;
}

/*モーダルのコンテンツ内のcolクラスのスタイル*/
.ant-modal-body .col[b-vst4s003dl] {
  width: 90%;
  margin: 0 5%;
}

/*モーダル内のyoutubeのカバーのスタイル*/
.youtube-wrapper[b-vst4s003dl] {
  padding-top: 56.25%;
  width: 100%;
  position: relative;
}

/*モーダル内のyoutubeのスタイル*/
.youtube-wrapper iframe[b-vst4s003dl] {
  width: 100%;
  height: 93%;
  position: absolute;
  top: 0px;
  left: 0px;
}

@media (max-width: 990px) {
  .pc[b-vst4s003dl] {
    display: none !important;
  }
  .sp[b-vst4s003dl] {
    display: block !important;
  }
  .pc-flex[b-vst4s003dl] {
    display: none !important;
  }
  .sp-flex[b-vst4s003dl] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /*メインビジュアル部分のスタートボタンのスタイル*/
  .start-button[b-vst4s003dl] {
    width: 220px;
    top: calc(50% - 110px);
    left: calc(50% - 110px);
  }
  /*「WEB API解説ブックダウンロード」のボタンのカバーのスタイル*/
  .download-button-wrapper[b-vst4s003dl] {
    padding-top: 60px;
  }
  /*「WEB API解説ブックダウンロード」のボタンのスタイル*/
  .download-button[b-vst4s003dl] {
    max-width: 690px;
    width: 92%;
    height: 160px;
  }
  /*「WEB API解説ブックダウンロード」のボタンアイコンのスタイル*/
  .download-button-icon[b-vst4s003dl] {
    height: 105px;
    width: 105px;
    font-size: 27px;
    line-height: 30px;
  }
  /*「WEB API解説ブックダウンロード」のボタンラベルの文字の上部分のスタイル*/
  .download-button-label .text-wrapper .up-text[b-vst4s003dl] {
    font-size: 30px;
    line-height: 33px;
  }
  /*「WEB API解説ブックダウンロード」のボタンラベルの文字の下部分のスタイル*/
  .download-button-label .text-wrapper .under-text[b-vst4s003dl] {
    font-size: 20px;
    line-height: 46px;
  }
  /*「WEB API解説ブックダウンロード」の説明部分のカバーのスタイル*/
  .download-button-description-wrapper[b-vst4s003dl] {
    margin-top: 20px;
    margin-bottom: 60px;
  }
  /*「WEB API解説ブックダウンロード」の説明部分のスタイル*/
  .download-button-qa[b-vst4s003dl] {
    max-width: 690px;
    width: 92%;
    font-size: 20px;
    line-height: 35px;
  }
  /*「何ができるAPIかな？」のタイトルを含む上部分のスタイル*/
  .api-detail-explanation-area[b-vst4s003dl] {
    padding-top: 85px;
  }
  /*「何ができるAPIかな？」のタイトルカバーのスタイル*/
  .api-detail-explanation-title-wrapper[b-vst4s003dl] {
    max-width: 526px;
    width: 70.1%;
  }
  /*「何ができるAPIかな？」のコンテンツ部分のスタイル*/
  .api-detail-explanation-content-area[b-vst4s003dl] {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 120px;
    display: table;
  }
  /*「何ができるAPIかな？」のビジュアル画像カバーのスタイル*/
  .api-detail-explanation-image-wrapper[b-vst4s003dl] {
    margin-left: 0;
    width: 100%;
    margin-top: 0;
  }
  /*「何ができるAPIかな？」のビジュアル画像のスタイル*/
  .api-detail-explanation-image[b-vst4s003dl] {
    max-width: 690px;
  }
  /*「何ができるAPIかな？」の文字とボタン部分のカバースタイル*/
  .api-detail-explanation-text-area-wrapper[b-vst4s003dl] {
    padding-top: 45px;
    width: 100%;
    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;
  }
  /*「何ができるAPIかな？」の文字とボタン部分のスタイル*/
  .api-detail-explanation-text-area[b-vst4s003dl] {
    max-width: 690px;
    width: 92%;
  }
  /*「何ができるAPIかな？」の文字のスタイル*/
  .api-detail-explanation-text[b-vst4s003dl] {
    font-size: 26px;
    line-height: 44px;
  }
  /*「何ができるAPIかな？」の文章内
  「取得できる4つの情報」部分のアイテムリストカバーのスタイル*/
  .weather-item-wrapper[b-vst4s003dl] {
    margin: 30px 0;
  }
  /*「何ができるAPIかな？」の文章内
  「取得できる4つの情報」部分の上下のリストカバーのスタイル*/
  .weather-items-bottom[b-vst4s003dl], .weather-items-top[b-vst4s003dl] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2%;
  }
  /*「何ができるAPIかな？」の文章内
  「取得できる4つの情報」部分のアイテムリストのスタイル*/
  .weather-item[b-vst4s003dl] {
    width: 49%;
    height: 156px;
    padding: 3%;
    margin: 0 1%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  /*「何ができるAPIかな？」の文章内
  「取得できる4つの情報」部分の左側のコンテンツのスタイル*/
  .weather-item-left[b-vst4s003dl] {
    width: 45%;
    height: 100%;
    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;
  }
  /*「何ができるAPIかな？」の文章内
  「取得できる4つの情報」部分のタイトルのスタイル*/
  .weather-item-name[b-vst4s003dl] {
    padding-top: 0;
    font-size: 30px;
    line-height: 30px;
  }
  /*「何ができるAPIかな？」の文章内
  「取得できる4つの情報」部分の画像のスタイル*/
  .weather-item-image[b-vst4s003dl] {
    width: 69px;
  }
  /*「何ができるAPIかな？」の文章内
  「取得できる4つの情報」部分の右側のコンテンツのスタイル*/
  .weather-item-right[b-vst4s003dl] {
    padding-left: 1%;
    width: 54%;
    height: 100%;
  }
  /*「何ができるAPIかな？」の文章内
  「取得できる4つの情報」部分の文章のスタイル*/
  .weather-item-text[b-vst4s003dl] {
    padding: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 20px;
  }
  /*「何ができるAPIかな？」のボタンカバーのスタイル*/
  .handbook-button-wrapper[b-vst4s003dl] {
    margin-top: 45px;
  }
  /*「何ができるAPIかな？」のボタンのスタイル*/
  .handbook-button[b-vst4s003dl] {
    max-width: 490px;
    width: 71.1%;
    height: 110px;
  }
  /*「何ができるAPIかな？」のボタン内ラベルの上部のスタイル*/
  .handbook-button .button-label .up-text[b-vst4s003dl] {
    font-size: 26px;
    line-height: 26px;
  }
  /*「何ができるAPIかな？」のボタン内ラベルの下部のスタイル*/
  .handbook-button .button-label .under-text[b-vst4s003dl] {
    font-size: 20px;
  }
  /*「何ができるAPIかな？」のボタン内のアイコンのスタイル*/
  .handbook-button img[b-vst4s003dl] {
    height: 50px;
    width: 50px;
  }
  /*「どんな使い方ができるのかな？」のタイトルカバーのスタイル*/
  .api-detail-usage-title-wrapper[b-vst4s003dl] {
    max-width: 678px;
    width: 90.4%;
  }
  /*「どんな使い方ができるのかな？」の「お天気くまさん」画像カバーのスタイル*/
  .api-detail-example-title-image-wrapper[b-vst4s003dl] {
    padding-top: 50px;
  }
  /*「どんな使い方ができるのかな？」の「お天気くまさん」画像のスタイル*/
  .api-detail-example-title-image[b-vst4s003dl] {
    max-width: 690px;
    width: 100%;
  }
  /*「どんな使い方ができるのかな？」の「お天気くまさん」画像のスタイル*/
  .api-detail-example-title-image img[b-vst4s003dl] {
    height: 60px;
  }
  /*「どんな使い方ができるのかな？」のビジュアル画像カバーのスタイル*/
  .api-detail-usage-image-wrapper[b-vst4s003dl] {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  /*「どんな使い方ができるのかな？」のビジュアル画像のスタイル*/
  .api-detail-usage-image[b-vst4s003dl] {
    max-width: 690px;
    width: 100%;
  }
  /*「どんな使い方ができるのかな？」のテキスト部分のカバーのスタイル*/
  .api-detail-example-text-wrapper[b-vst4s003dl] {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  /*「どんな使い方ができるのかな？」のテキスト部分のスタイル*/
  .api-detail-example-text[b-vst4s003dl] {
    max-width: 690px;
    width: 100%;
    font-size: 26px;
    line-height: 44px;
  }
  /*「このAPIを活用しているプログラムをみてみよう！」のタイトルのカバーのスタイル*/
  .api-detail-program-title-wrapper[b-vst4s003dl] {
    max-width: 530px;
    width: 70.7%;
  }
  /*「このAPIを活用しているプログラムをみてみよう！」の解説画像のうち、仕組み側のカバーのスタイル*/
  .api-detail-program-image-wrapper.mechanism[b-vst4s003dl] {
    padding-top: 50px;
  }
  /*「このAPIを活用しているプログラムをみてみよう！」の解説画像のうち、関数側のカバーのスタイル*/
  .api-detail-program-image-wrapper.function[b-vst4s003dl] {
    padding-top: 30px;
  }
  /*「このAPIを活用しているプログラムをみてみよう！」の解説画像のスタイル*/
  .api-detail-program-image[b-vst4s003dl] {
    max-width: 685px;
    width: 91.3%;
    height: 450px;
  }
  /*ひらめきAPI紹介部分の序盤のスタイル*/
  .inspiration-api-first-area[b-vst4s003dl] {
    padding-top: 115px;
  }
  /*ひらめきAPI紹介部分のタイトルカバーのスタイル*/
  .inspiration-api-list-title-wrapper[b-vst4s003dl] {
    max-width: 561px;
    width: 74.8%;
  }
  /*各ひらめきAPIのボックスのスタイル*/
  .inspiration-api-content[b-vst4s003dl] {
    max-width: 690px;
    width: 92%;
    margin-top: 65px;
  }
  /*各ひらめきAPIの見出し*/
  .content-header[b-vst4s003dl] {
    height: 140px;
    width: 100%;
    padding: 0 5%;
  }
  /*各ひらめきAPIのアイコン画像のスタイル*/
  .header-icon[b-vst4s003dl] {
    width: 80px;
    height: 80px;
  }
  /*各ひらめきAPIの名前のスタイル*/
  .api-name[b-vst4s003dl] {
    padding-left: 15px;
    font-size: 36px;
  }
  /*各ひらめきAPIの提供・出典記述*/
  .api-source[b-vst4s003dl] {
    padding-left: 15px;
    font-size: 20px;
  }
  /*各ひらめきAPIの画像部分のスタイル*/
  .content-image[b-vst4s003dl] {
    height: 470px;
    width: 100%;
    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;
  }
  /*各ひらめきAPIの画像のスタイル*/
  .api-image[b-vst4s003dl] {
    width: 92%;
  }
  /*各ひらめきAPIの文章部分のスタイル*/
  .content-text-area[b-vst4s003dl] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  /*各ひらめきAPIの文章カバーのスタイル*/
  .content-text-wrapper[b-vst4s003dl] {
    width: 92%;
    margin-top: 0;
  }
  /*各ひらめきAPIの文章のスタイル*/
  .content-text[b-vst4s003dl] {
    font-size: 24px;
    line-height: 41px;
  }
  /*ニュースAPIの文章部分内の注意書きのスタイル*/
  .news-notice[b-vst4s003dl] {
    font-size: 18px;
    line-height: 41px;
  }
  /*各ひらめきAPIのボタンのカバーのスタイル*/
  .content-button-wrapper[b-vst4s003dl] {
    width: 100%;
    left: 0;
    bottom: 85px;
  }
  /*各ひらめきAPIのボタンの詳細スタイル*/
  .detail-button[b-vst4s003dl] {
    max-width: 490px;
    width: 71.1%;
    height: 110px;
  }
  /*各ひらめきAPIのボタン内のラベルのスタイル*/
  .button-label[b-vst4s003dl] {
    font-size: 26px;
  }
  /*各ひらめきAPIのボタン内のアイコンのスタイル*/
  .detail-button img[b-vst4s003dl] {
    height: 50px;
    width: 50px;
  }
  /*「ひらめきAPIの使い方」パートの序盤のスタイル*/
  .inspiration-api-usage-area[b-vst4s003dl] {
    padding-top: 100px;
  }
  /*「ひらめきAPIの使い方」パートのステップ部分のスタイル*/
  .usage-step-area[b-vst4s003dl] {
    padding-top: 10px;
    padding-bottom: 100px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  /*「ひらめきAPIの使い方」パートの各ステップのカバーのスタイル*/
  .usage-step-wrapper[b-vst4s003dl] {
    margin: 40px 0 0;
    width: 100%;
    height: auto;
  }
  /*「ひらめきAPIの使い方」パートの各ステップ全体のスタイル*/
  .usage-step[b-vst4s003dl] {
    width: 575px;
  }
  /*「ひらめきAPIの使い方」パートの各ステップのステップナンバーアイコンのスタイル*/
  .step-icon[b-vst4s003dl] {
    width: 60%;
  }
  /*「ひらめきAPIの使い方」パートの各ステップの画像エリアのスタイル*/
  .step-image-area[b-vst4s003dl] {
    height: 380px;
  }
  /*「ひらめきAPIの使い方」パートの各ステップの画像自体のスタイル*/
  .step-image[b-vst4s003dl] {
    width: 63.5%;
    margin-top: 8.5%;
  }
  /*「ひらめきAPIの使い方」パートの1ステップ目の画像のスタイル*/
  .step1[b-vst4s003dl] {
    padding-top: 55px;
  }
  /*「ひらめきAPIの使い方」パートの各ステップの見出し自体のスタイル*/
  .step-text[b-vst4s003dl] {
    font-size: 32px;
  }
  /*「ひらめきAPIの使い方」パートの各ステップの説明自体のスタイル*/
  .step-description[b-vst4s003dl] {
    font-size: 24px;
    line-height: 33.4px;
  }
}
@media (max-width: 767px) {
  /*各ひらめきAPIのボタンのカバーのスタイル*/
  .content-button-wrapper[b-vst4s003dl] {
    bottom: 60px;
  }
}
@media (max-width: 749px) {
  /*メインビジュアル部分のスタートボタンのスタイル*/
  .start-button[b-vst4s003dl] {
    width: 29.48vw;
    top: calc(50% - 14.74vw);
    left: calc(50% - 14.74vw);
  }
  /*「WEB API解説ブックダウンロード」のボタンのカバーのスタイル*/
  .download-button-wrapper[b-vst4s003dl] {
    padding-top: 8vw;
  }
  /*「WEB API解説ブックダウンロード」のボタンのスタイル*/
  .download-button[b-vst4s003dl] {
    height: 21.44vw;
  }
  /*「WEB API解説ブックダウンロード」のボタンアイコンのスタイル*/
  .download-button-icon[b-vst4s003dl] {
    height: 14.07vw;
    width: 14.07vw;
    font-size: 3.63vw;
    line-height: 4.03vw;
  }
  /*「WEB API解説ブックダウンロード」のボタンラベルの文字の上部分のスタイル*/
  .download-button-label .text-wrapper .up-text[b-vst4s003dl] {
    font-size: 4.03vw;
    line-height: 4.44vw;
  }
  /*「WEB API解説ブックダウンロード」のボタンラベルの文字の下部分のスタイル*/
  .download-button-label .text-wrapper .under-text[b-vst4s003dl] {
    font-size: 2.69vw;
    line-height: 6.19vw;
  }
  /*「WEB API解説ブックダウンロード」の説明部分のカバーのスタイル*/
  .download-button-description-wrapper[b-vst4s003dl] {
    margin-top: 2.7vw;
    margin-bottom: 8vw;
  }
  /*「WEB API解説ブックダウンロード」の説明部分のスタイル*/
  .download-button-qa[b-vst4s003dl] {
    font-size: 2.69vw;
    line-height: 4.71vw;
  }
  /*「何ができるAPIかな？」のタイトルを含む上部分のスタイル*/
  .api-detail-explanation-area[b-vst4s003dl] {
    padding-top: 12.7vw;
  }
  /*「何ができるAPIかな？」のコンテンツ部分のスタイル*/
  .api-detail-explanation-content-area[b-vst4s003dl] {
    padding-top: 6.7vw;
    padding-bottom: 16.1vw;
  }
  /*「何ができるAPIかな？」のビジュアル画像のスタイル*/
  .api-detail-explanation-image[b-vst4s003dl] {
    width: 92%;
  }
  /*「何ができるAPIかな？」の文字とボタン部分のカバースタイル*/
  .api-detail-explanation-text-area-wrapper[b-vst4s003dl] {
    padding-top: 6vw;
  }
  /*「何ができるAPIかな？」の文字のスタイル*/
  .api-detail-explanation-text[b-vst4s003dl] {
    font-size: 3.5vw;
    line-height: 5.8vw;
  }
  /*「何ができるAPIかな？」の文章内
  「取得できる4つの情報」部分のアイテムリストカバーのスタイル*/
  .weather-item-wrapper[b-vst4s003dl] {
    margin: 4vw 0;
  }
  /*「何ができるAPIかな？」の文章内
  「取得できる4つの情報」部分のアイテムリストのスタイル*/
  .weather-item[b-vst4s003dl] {
    height: 23.5vw;
  }
  /*「何ができるAPIかな？」の文章内
  「取得できる4つの情報」部分のタイトルのスタイル*/
  .weather-item-name[b-vst4s003dl] {
    font-size: 4.02vw;
    line-height: 4.02vw;
  }
  /*「何ができるAPIかな？」の文章内
  「取得できる4つの情報」部分の画像のスタイル*/
  .weather-item-image[b-vst4s003dl] {
    width: 8.97vw;
  }
  /*「何ができるAPIかな？」の文章内
  「取得できる4つの情報」部分の文章のスタイル*/
  .weather-item-text[b-vst4s003dl] {
    font-size: 2.5vw;
  }
  /*「何ができるAPIかな？」のボタンカバーのスタイル*/
  .handbook-button-wrapper[b-vst4s003dl] {
    margin-top: 6vw;
  }
  /*「何ができるAPIかな？」のボタンのスタイル*/
  .handbook-button[b-vst4s003dl] {
    width: 63.7vw;
    height: 14.3vw;
  }
  /*「何ができるAPIかな？」のボタン内ラベルの上部のスタイル*/
  .handbook-button .button-label .up-text[b-vst4s003dl] {
    font-size: 3.5vw;
    line-height: 3.5vw;
  }
  /*「何ができるAPIかな？」のボタン内ラベルの下部のスタイル*/
  .handbook-button .button-label .under-text[b-vst4s003dl] {
    font-size: 2.69vw;
  }
  /*「何ができるAPIかな？」のボタン内のアイコンのスタイル*/
  .handbook-button img[b-vst4s003dl] {
    height: 6.5vw;
    width: 6.5vw;
  }
  /*「どんな使い方ができるのかな？」の「お天気くまさん」画像カバーのスタイル*/
  .api-detail-example-title-image-wrapper[b-vst4s003dl] {
    padding-top: 6.7vw;
  }
  /*「どんな使い方ができるのかな？」の「お天気くまさん」画像のスタイル*/
  .api-detail-example-title-image[b-vst4s003dl] {
    width: 92%;
  }
  /*「どんな使い方ができるのかな？」の「お天気くまさん」画像のスタイル*/
  .api-detail-example-title-image img[b-vst4s003dl] {
    height: 8.04vw;
  }
  /*「どんな使い方ができるのかな？」のビジュアル画像カバーのスタイル*/
  .api-detail-usage-image-wrapper[b-vst4s003dl] {
    padding-top: 5.36vw;
    padding-bottom: 6vw;
  }
  /*「どんな使い方ができるのかな？」のビジュアル画像のスタイル*/
  .api-detail-usage-image[b-vst4s003dl] {
    width: 92%;
  }
  /*「どんな使い方ができるのかな？」のテキスト部分のカバーのスタイル*/
  .api-detail-example-text-wrapper[b-vst4s003dl] {
    padding-top: 4.02vw;
    padding-bottom: 4.02vw;
  }
  /*「どんな使い方ができるのかな？」のテキスト部分のスタイル*/
  .api-detail-example-text[b-vst4s003dl] {
    width: 92%;
    font-size: 3.5vw;
    line-height: 5.8vw;
  }
  /*「このAPIを活用しているプログラムをみてみよう！」のタイトルを含む上部分のスタイル*/
  .api-detail-program-area[b-vst4s003dl] {
    padding-top: 13.4vw;
  }
  /*「このAPIを活用しているプログラムをみてみよう！」の解説画像のうち、仕組み側のカバーのスタイル*/
  .api-detail-program-image-wrapper.mechanism[b-vst4s003dl] {
    padding-top: 6.7vw;
  }
  /*「このAPIを活用しているプログラムをみてみよう！」の解説画像のうち、関数側のカバーのスタイル*/
  .api-detail-program-image-wrapper.function[b-vst4s003dl] {
    padding-top: 4vw;
  }
  /*「このAPIを活用しているプログラムをみてみよう！」の解説画像のスタイル*/
  .api-detail-program-image[b-vst4s003dl] {
    height: 60vw;
  }
  /*ひらめきAPI紹介部分のカバーのスタイル*/
  .inspiration-api-first-area-wrapper[b-vst4s003dl] {
    padding-bottom: 13.4vw;
  }
  /*ひらめきAPI紹介部分の序盤のスタイル*/
  .inspiration-api-first-area[b-vst4s003dl] {
    padding-top: 15.4vw;
  }
  /*ひらめきAPI紹介部分のタイトルカバーのスタイル*/
  .inspiration-api-list-title-wrapper[b-vst4s003dl] {
    max-width: 561px;
    width: 74.8%;
  }
  /*各ひらめきAPIのボックスのスタイル*/
  .inspiration-api-content[b-vst4s003dl] {
    margin-top: 8.7vw;
  }
  /*各ひらめきAPIの見出し*/
  .content-header[b-vst4s003dl] {
    height: 18.8vw;
  }
  /*各ひらめきAPIのアイコン画像のスタイル*/
  .header-icon[b-vst4s003dl] {
    width: auto;
    height: 64%;
  }
  /*各ひらめきAPIの名前のスタイル*/
  .api-name[b-vst4s003dl] {
    padding-left: 2vw;
    font-size: 4.84vw;
  }
  /*各ひらめきAPIの提供・出典記述*/
  .api-source[b-vst4s003dl] {
    padding-left: 2vw;
    font-size: 2.69vw;
  }
  /*各ひらめきAPIの画像部分のスタイル*/
  .content-image[b-vst4s003dl] {
    height: 62.7vw;
  }
  /*各ひらめきAPIの文章のスタイル*/
  .content-text[b-vst4s003dl] {
    font-size: 3.2vw;
    line-height: 5.4vw;
  }
  /*ニュースAPIの文章部分内の注意書きのスタイル*/
  .news-notice[b-vst4s003dl] {
    font-size: 2.4vw;
    line-height: 5.4vw;
  }
  /*各ひらめきAPIのボタンのカバーのスタイル*/
  .content-button-wrapper[b-vst4s003dl] {
    bottom: 6vw;
  }
  /*各ひらめきAPIのボタンの詳細スタイル*/
  .detail-button[b-vst4s003dl] {
    width: 65.66vw;
    height: 14.74vw;
  }
  /*各ひらめきAPIのボタン内のラベルのスタイル*/
  .button-label[b-vst4s003dl] {
    font-size: 3.5vw;
  }
  /*各ひらめきAPIのボタン内のアイコンのスタイル*/
  .detail-button img[b-vst4s003dl] {
    height: 6.7vw;
    width: 6.7vw;
  }
  /*「ひらめきAPIの使い方」パートの序盤のスタイル*/
  .inspiration-api-usage-area[b-vst4s003dl] {
    padding-top: 13.4vw;
  }
  /*「ひらめきAPIの使い方」パートのタイトルカバーのスタイル*/
  .inspiration-api-usage-title-wrapper[b-vst4s003dl] {
    max-width: 480px;
    width: 64%;
  }
  /*「ひらめきAPIの使い方」パートのタイトル画像のスタイル*/
  .inspiration-api-usage-title-wrapper img[b-vst4s003dl] {
    width: 100%;
  }
  /*「ひらめきAPIの使い方」パートのステップ部分のスタイル*/
  .usage-step-area[b-vst4s003dl] {
    padding-top: 1.3vw;
    padding-bottom: 13.4vw;
  }
  /*「ひらめきAPIの使い方」パートの各ステップのカバーのスタイル*/
  .usage-step-wrapper[b-vst4s003dl] {
    margin: 5.4vw 0 0;
  }
  /*「ひらめきAPIの使い方」パートの各ステップ全体のスタイル*/
  .usage-step[b-vst4s003dl] {
    max-width: 575px;
    width: 76.7%;
  }
  /*「ひらめきAPIの使い方」パートの各ステップの画像エリアのスタイル*/
  .step-image-area[b-vst4s003dl] {
    max-height: 380px;
    height: 50.92vw;
  }
  /*「ひらめきAPIの使い方」パートの1ステップ目の画像のスタイル*/
  .step1[b-vst4s003dl] {
    padding-top: 9%;
  }
  /*「ひらめきAPIの使い方」パートの各ステップの見出し自体のスタイル*/
  .step-text[b-vst4s003dl] {
    font-size: 4.3vw;
  }
  /*「ひらめきAPIの使い方」パートの各ステップの説明自体のスタイル*/
  .step-description[b-vst4s003dl] {
    font-size: 3.2vw;
    line-height: 4.4vw;
  }
  /*モーダルを閉じるボタンのカバーのスタイル*/
  .close-button-wrapper[b-vst4s003dl] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 30px 15px 16px;
  }
  /*モーダル内のyoutubeのスタイル*/
  .youtube-wrapper iframe[b-vst4s003dl] {
    width: 90%;
    height: 85%;
    position: absolute;
    top: 0px;
    left: 5%;
  }
}
/*# sourceMappingURL=/codebuild/output/src2623623628/src/embotters-app/EmbottersApp/EmbottersApp/Pages/PrefForecast.razor.css.map */
/* /Pages/SpecialProgramDetail.razor.rz.scp.css */
@charset "UTF-8";
.special-kit-background[b-7s73u174tx] {
  padding: 5vh 0;
  background-image: url(/Images/SpecialKit/special-kit-background.png);
  background-repeat: repeat;
}

.white-background[b-7s73u174tx] {
  padding: 5vh 0;
}

.main-container[b-7s73u174tx] {
  margin-right: 15vw;
  margin-left: 15vw;
  margin-bottom: 30px;
}

.br-display[b-7s73u174tx] {
  display: initial;
}

.row[b-7s73u174tx] {
  margin-right: -15px;
  margin-left: -15px;
}

/*購入パートのテキストコンテナ*/
.purchase-cardboard-text-container[b-7s73u174tx] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*購入パートテキスト*/
.purchase-cardboard-text[b-7s73u174tx] {
  max-width: 800px;
  margin-top: 5vh;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  color: #4198d9;
}

/*プログラム内容パート・タイトルラッパー*/
.title-wrapper[b-7s73u174tx] {
  width: 100%;
  text-align: center;
}

/*プログラム内容パート・タイトル画像*/
.program-content-title[b-7s73u174tx] {
  width: 36%;
  max-width: 345px;
}

/*プログラム内容パート・コンテンツ*/
.program-content-area[b-7s73u174tx] {
  padding: 0 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/*ボタンコンテナ*/
.button-container[b-7s73u174tx] {
  width: 100%;
  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;
  padding-right: 15px;
  padding-left: 15px;
}

/*戻るボタンラッパー*/
.back-button-wrapper[b-7s73u174tx] {
  margin: 7vh 2vh 2vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*戻るボタンコンテナ*/
.back-button-container[b-7s73u174tx] {
  width: 45%;
  height: 3vw;
  min-height: 40px;
}

/*戻るボタン*/
.back-button[b-7s73u174tx] {
  max-width: 280px;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 10px;
  background-color: #fed005;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1% 0;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  -webkit-box-shadow: 0 4px 0 #e4e4e4;
          box-shadow: 0 4px 0 #e4e4e4;
}

/*戻るボタン*/
.back-button:hover[b-7s73u174tx] {
  opacity: 0.7;
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
}

/*戻るボタン*/
.back-button:hover[b-7s73u174tx] {
  opacity: 0.7;
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
}

/*戻るボタン*/
.back-button:active[b-7s73u174tx] {
  -webkit-box-shadow: 0 0 0 #e4e4e4;
          box-shadow: 0 0 0 #e4e4e4;
  -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
          transform: translateY(4px);
}

/*戻るボタン内アイコン*/
.back-button img[b-7s73u174tx] {
  height: 90%;
  width: 10%;
  margin-left: 2%;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

/*戻るボタン内ラベル*/
.button-label[b-7s73u174tx] {
  height: 100%;
  width: 80%;
  font-size: 14px;
  line-height: 28px;
  font-weight: 600;
  color: #000;
  margin-right: 8%;
  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;
}

@media (max-width: 1140px) {
  /*プログラム内容パート・コンテンツ*/
  .program-content-area[b-7s73u174tx] {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .main-container[b-7s73u174tx] {
    margin-right: 10vw;
    margin-left: 10vw;
  }
}
@media (max-width: 767px) {
  .br-display[b-7s73u174tx] {
    display: none;
  }
  /*プログラム内容パート・タイトル画像*/
  .program-content-title[b-7s73u174tx] {
    width: 50%;
  }
  /*戻るボタンコンテナ*/
  .back-button-container[b-7s73u174tx] {
    width: 75%;
  }
}
/*# sourceMappingURL=/codebuild/output/src2623623628/src/embotters-app/EmbottersApp/EmbottersApp/Pages/SpecialProgramDetail.razor.css.map */
/* /Pages/SpecialProgramTop.razor.rz.scp.css */
@charset "UTF-8";
.special-kit-background[b-dn6tdby6dm] {
  padding: 5vh 0;
  background-image: url(/Images/SpecialKit/special-kit-background.png);
  background-repeat: repeat;
}

.white-background[b-dn6tdby6dm] {
  padding: 5vh 0;
}

/*スクロールボタンのコンテナのスタイル*/
.scroll-button-container[b-dn6tdby6dm] {
  margin-right: 15vw;
  margin-left: 15vw;
  margin-bottom: 30px;
}

/*スクロールボタン全体のスタイル*/
.scroll-button-container .scroll-button-area[b-dn6tdby6dm] {
  padding: 3vh 0 5vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.col-4[b-dn6tdby6dm] {
  min-height: 1px;
  width: 33.33333333%;
  padding-right: 15px;
  padding-left: 15px;
}

/*スクロールボタンのスタイル*/
.scroll-button[b-dn6tdby6dm] {
  margin-top: 2vh;
  width: 100%;
  border: 2px solid #fff;
  border-radius: 10px;
  text-align: center;
  -webkit-box-shadow: 0 4px 0 #e4e4e4;
          box-shadow: 0 4px 0 #e4e4e4;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
}

/*スクロールボタン（ホバー時）のスタイル*/
.scroll-button:hover[b-dn6tdby6dm] {
  opacity: 0.7;
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
}

/*スクロールボタン（ホバー時）のスタイル*/
.scroll-button:active[b-dn6tdby6dm] {
  -webkit-box-shadow: 0 0 0 #e4e4e4;
          box-shadow: 0 0 0 #e4e4e4;
  -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
          transform: translateY(4px);
}

/*スクロールボタン「とっておきキットとは」のスタイル*/
.scroll-button.means-button[b-dn6tdby6dm] {
  background-color: #4595d5;
}

/*スクロールボタン「商品しょうかい」のスタイル*/
.scroll-button.product-button[b-dn6tdby6dm] {
  background-color: #f2b23e;
}

/*スクロールボタン「とっておきキットの始め方」のスタイル*/
.scroll-button.start-button[b-dn6tdby6dm] {
  background-color: #5ec877;
}

/*スクロールボタンのラベル部分のスタイル*/
.button-label[b-dn6tdby6dm] {
  height: 90%;
  width: 100%;
  font-size: 22px;
  font-weight: 600;
  line-height: 44px;
  color: #fff;
  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;
}

/*文字部分の改行のスタイル*/
.br-display[b-dn6tdby6dm] {
  display: none;
}

/*スクロールボタンの画像のスタイル*/
img[b-dn6tdby6dm] {
  height: 10%;
  margin: 0;
}

@media (max-width: 1399px) {
  /*スクロールボタンのラベル部分のスタイル*/
  .button-label[b-dn6tdby6dm] {
    font-size: 18px;
    line-height: 36px;
  }
}
@media (max-width: 1199px) {
  /*スクロールボタンのラベル部分のスタイル*/
  .button-label[b-dn6tdby6dm] {
    font-size: 14px;
    line-height: 32px;
  }
}
@media (max-width: 990px) {
  /*スクロールボタンのラベル部分のスタイル*/
  .button-label[b-dn6tdby6dm] {
    font-size: 12px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  /*スクロールボタンのコンテナのスタイル*/
  .scroll-button-container[b-dn6tdby6dm] {
    margin-right: 10vw;
    margin-left: 10vw;
  }
  /*各スクロールボタンのカバーのスタイル*/
  .col-4[b-dn6tdby6dm] {
    padding-right: 5px;
    padding-left: 5px;
  }
  /*スクロールボタンのスタイル*/
  .scroll-button[b-dn6tdby6dm] {
    height: 26vw;
  }
  /*スクロールボタンのラベル部分のスタイル*/
  .button-label[b-dn6tdby6dm] {
    height: 85%;
    font-size: 16px;
    line-height: 32px;
  }
  /*文字部分の改行のスタイル*/
  .br-display[b-dn6tdby6dm] {
    display: initial;
  }
}
@media (max-width: 500px) {
  /*スクロールボタンのラベル部分のスタイル*/
  .button-label[b-dn6tdby6dm] {
    font-size: 12px;
    line-height: 24px;
  }
}
/*# sourceMappingURL=/codebuild/output/src2623623628/src/embotters-app/EmbottersApp/EmbottersApp/Pages/SpecialProgramTop.razor.css.map */
/* /Pages/TermsOfService.razor.rz.scp.css */
@charset "UTF-8";
.container[b-1052de27s5] {
  margin-top: 36px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 500px) {
  .container[b-1052de27s5] {
    margin-top: 64px;
  }
}
@media (min-width: 768px) {
  .container[b-1052de27s5] {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container[b-1052de27s5] {
    margin-top: 0px;
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container[b-1052de27s5] {
    width: 1170px;
  }
}
h2[b-1052de27s5] {
  margin: 20px 0 60px;
  font-size: 30px;
}

h3[b-1052de27s5] {
  margin: 20px 0 10px;
  font-size: 24px;
}

.text-center[b-1052de27s5] {
  text-align: center;
}

p[b-1052de27s5] {
  margin-bottom: 10px;
}

/*特定商取引法ページのタイトルのスタイル*/
.embot-heading[b-1052de27s5] {
  margin: 20px 0 60px;
  margin-bottom: 2em;
}

/*表全体のスタイル*/
table[b-1052de27s5] {
  border: 1px solid #ccc;
  width: 100%;
}

/*各行のスタイル*/
tr[b-1052de27s5] {
  border: 1px solid #ccc;
}

/*セルのスタイル*/
td[b-1052de27s5] {
  border: 1px solid #ccc;
  padding: 10px;
}

/*表の各行のタイトルのスタイル*/
.column-1[b-1052de27s5] {
  background-color: #f2f2f2;
}

/*各URLのスタイル*/
a[b-1052de27s5] {
  color: #27cadc;
  text-decoration: none;
  border-bottom: 1px dotted #27cadc;
}
/*# sourceMappingURL=/codebuild/output/src2623623628/src/embotters-app/EmbottersApp/EmbottersApp/Pages/TermsOfService.razor.css.map */
/* /Pages/TextToSpeech.razor.rz.scp.css */
@charset "UTF-8";
.pc[b-6q0kc4untq] {
  display: block !important;
}

.sp[b-6q0kc4untq] {
  display: none !important;
}

.pc-flex[b-6q0kc4untq] {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.sp-flex[b-6q0kc4untq] {
  display: none !important;
}

/*メインビジュアル部分のカバーのスタイル*/
.top-image-wrapper[b-6q0kc4untq] {
  position: relative;
  width: 100%;
}

/*メインビジュアル部分の画像のスタイル*/
.top-image[b-6q0kc4untq] {
  width: 100%;
  cursor: pointer;
}

/*メインビジュアル部分のスタートボタンのスタイル*/
.start-button[b-6q0kc4untq] {
  position: absolute;
  width: 170px;
  top: calc(50% - 85px);
  left: calc(50% - 85px);
  cursor: pointer;
}

/*メインビジュアルホバー時のスタートボタンのスタイル*/
.top-image:hover + .start-button[b-6q0kc4untq] {
  opacity: 0.7;
}

.start-button:hover[b-6q0kc4untq] {
  opacity: 0.7;
}

/*水色背景を設定*/
.light-blue-background[b-6q0kc4untq] {
  background-color: #f2f6ff;
}

/*白色背景を設定*/
.white-background[b-6q0kc4untq] {
  background-color: #fff;
}

/*「WEB API解説ブックダウンロード」のボタンのカバーのスタイル*/
.download-button-wrapper[b-6q0kc4untq] {
  width: 100%;
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*「WEB API解説ブックダウンロード」のボタンのスタイル*/
.download-button[b-6q0kc4untq] {
  width: 699px;
  height: 109px;
  border: 2px solid #fff !important;
  border-radius: 10px !important;
  background-color: #fed005 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1% 0;
}

/*「WEB API解説ブックダウンロード」のボタンクリック不可時のスタイル*/
.download-button.download-disabled[b-6q0kc4untq] {
  background-color: #cdcdcd !important;
  cursor: not-allowed;
}

/*「WEB API解説ブックダウンロード」のボタンクリック時のスタイル*/
.download-button:active[b-6q0kc4untq] {
  -webkit-box-shadow: 0 0 0 #e4e4e4;
          box-shadow: 0 0 0 #e4e4e4;
  -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
          transform: translateY(4px);
}

/*「WEB API解説ブックダウンロード」のボタンの中身のスタイル*/
.button-content[b-6q0kc4untq] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/*「WEB API解説ブックダウンロード」のボタンアイコンのスタイル*/
.download-button-icon[b-6q0kc4untq] {
  height: 75px;
  width: 75px;
  border-radius: 50%;
  background-color: #fff;
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  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;
}

/*「WEB API解説ブックダウンロード」のボタンクリック不可時のアイコンのスタイル*/
.download-button.download-disabled .download-button-icon[b-6q0kc4untq] {
  color: #cdcdcd;
}

/*「WEB API解説ブックダウンロード」のボタンラベルのスタイル*/
.download-button-label[b-6q0kc4untq] {
  margin-left: 15px;
  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;
}

/*「WEB API解説ブックダウンロード」のボタンラベルの文字カバーのスタイル*/
.text-wrapper[b-6q0kc4untq] {
  text-align: center;
  color: #fff;
}

/*「WEB API解説ブックダウンロード」のボタンラベルの文字の上部分のスタイル*/
.download-button-label .text-wrapper .up-text[b-6q0kc4untq] {
  font-size: 26px;
  line-height: 28px;
  font-weight: 600;
  border-bottom: 1px solid #fff;
}

/*「WEB API解説ブックダウンロード」のボタンラベルの文字の下部分のスタイル*/
.download-button-label .text-wrapper .under-text[b-6q0kc4untq] {
  font-size: 12px;
  line-height: 28px;
}

/*「WEB API解説ブックダウンロード」の説明部分のカバーのスタイル*/
.download-button-description-wrapper[b-6q0kc4untq] {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 50px;
  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;
}

/*「WEB API解説ブックダウンロード」の説明部分のスタイル*/
.download-button-qa[b-6q0kc4untq] {
  font-size: 10px;
}

/*「WEB API解説ブックダウンロード」のボタンクリック不可時の説明部分のスタイル*/
.download-button-qa.disabled[b-6q0kc4untq] {
  color: #cdcdcd;
}

/*「WEB API解説ブックダウンロード」の説明部分のリンク埋込部分のスタイル*/
.download-button-qa.disabled a[b-6q0kc4untq] {
  color: #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  cursor: not-allowed;
}

/*「何ができるAPIかな？」のタイトルを含む上部分のスタイル*/
.api-detail-explanation-area[b-6q0kc4untq] {
  padding-top: 100px;
  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;
}

/*「何ができるAPIかな？」のタイトルカバーのスタイル*/
.api-detail-explanation-title-wrapper[b-6q0kc4untq] {
  width: 526px;
  text-align: center;
}

/*「何ができるAPIかな？」のタイトル画像のスタイル*/
.api-detail-explanation-title-wrapper img[b-6q0kc4untq] {
  width: 100%;
}

/*「何ができるAPIかな？」のコンテンツ部分のスタイル*/
.api-detail-explanation-content-area[b-6q0kc4untq] {
  padding-top: 40px;
  padding-bottom: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/*「何ができるAPIかな？」の文字とボタン部分のカバースタイル*/
.api-detail-explanation-text-area-wrapper[b-6q0kc4untq] {
  width: 477px;
}

/*「何ができるAPIかな？」の文字とボタン部分のスタイル*/
.api-detail-explanation-text-area[b-6q0kc4untq] {
  width: 100%;
}

/*「何ができるAPIかな？」の文字カバーのスタイル*/
.api-detail-explanation-text-wrapper[b-6q0kc4untq] {
  width: 100%;
}

/*「何ができるAPIかな？」の文字のスタイル*/
.api-detail-explanation-text[b-6q0kc4untq] {
  font-size: 18px;
  line-height: 31.5px;
}

/*「何ができるAPIかな？」のボタンカバーのスタイル*/
.handbook-button-wrapper[b-6q0kc4untq] {
  width: 100%;
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*「何ができるAPIかな？」のボタンのスタイル*/
.handbook-button[b-6q0kc4untq] {
  width: 280px;
  height: 53px;
  border: 2px solid #fff;
  border-radius: 10px !important;
  background-color: #ff78a3 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

/*「何ができるAPIかな？」のホバー時のボタンのスタイル*/
.handbook-button:hover[b-6q0kc4untq] {
  opacity: 0.7;
}

/*「何ができるAPIかな？」のアクティブ時のボタンのスタイル*/
.handbook-button:active[b-6q0kc4untq] {
  -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
          transform: translateY(4px);
}

/*「何ができるAPIかな？」のボタン内のラベル全体のスタイル*/
.handbook-button .button-label[b-6q0kc4untq] {
  height: 100%;
  width: 76%;
  color: #fff;
  font-weight: 600;
  margin-left: 8%;
  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;
}

/*「何ができるAPIかな？」のボタン内ラベルの上部のスタイル*/
.handbook-button .button-label .up-text[b-6q0kc4untq] {
  font-size: 14px;
  line-height: 14px;
}

/*「何ができるAPIかな？」のボタン内ラベルの下部のスタイル*/
.handbook-button .button-label .under-text[b-6q0kc4untq] {
  font-size: 10px;
  text-align: center;
}

/*「何ができるAPIかな？」のボタン内のアイコンのスタイル*/
.handbook-button img[b-6q0kc4untq] {
  height: 29px;
  width: 29px;
}

/*「何ができるAPIかな？」のビジュアル画像カバーのスタイル*/
.api-detail-explanation-image-wrapper[b-6q0kc4untq] {
  margin-left: 20px;
  width: 477px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*「何ができるAPIかな？」のビジュアル画像のスタイル*/
.api-detail-explanation-image[b-6q0kc4untq] {
  width: 100%;
}

/*「どんな使い方ができるのかな？」のタイトルを含む上部分のスタイル*/
.api-detail-usage-area[b-6q0kc4untq] {
  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;
}

/*「どんな使い方ができるのかな？」のタイトルカバーのスタイル*/
.api-detail-usage-title-wrapper[b-6q0kc4untq] {
  width: 678px;
  text-align: center;
}

/*「どんな使い方ができるのかな？」のタイトル画像のスタイル*/
.api-detail-usage-title-wrapper img[b-6q0kc4untq] {
  width: 100%;
}

/*「どんな使い方ができるのかな？」の「お天気くまさん」画像カバーのスタイル*/
.api-detail-example-title-image-wrapper[b-6q0kc4untq] {
  width: 100%;
  padding-top: 45px;
  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;
}

/*「どんな使い方ができるのかな？」の「お天気くまさん」画像のスタイル*/
.api-detail-example-title-image[b-6q0kc4untq] {
  width: 975px;
}

/*「どんな使い方ができるのかな？」の「お天気くまさん」画像のスタイル*/
.api-detail-example-title-image img[b-6q0kc4untq] {
  height: 40px;
}

/*「どんな使い方ができるのかな？」のビジュアル画像カバーのスタイル*/
.api-detail-usage-image-wrapper[b-6q0kc4untq] {
  width: 100%;
  padding-top: 25px;
  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;
}

/*「どんな使い方ができるのかな？」のビジュアル画像のスタイル*/
.api-detail-usage-image[b-6q0kc4untq] {
  width: 975px;
}

/*「どんな使い方ができるのかな？」のテキスト部分のカバーのスタイル*/
.api-detail-example-text-wrapper[b-6q0kc4untq] {
  width: 100%;
  padding-top: 25px;
  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;
}

/*「どんな使い方ができるのかな？」のテキスト部分のスタイル*/
.api-detail-example-text[b-6q0kc4untq] {
  width: 975px;
  font-size: 18px;
  line-height: 31.5px;
}

/*「このAPIを活用しているプログラムをみてみよう！」のタイトルを含む上部分のスタイル*/
.api-detail-program-area[b-6q0kc4untq] {
  width: 100%;
  padding-top: 100px;
  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;
}

/*「このAPIを活用しているプログラムをみてみよう！」のタイトルのカバーのスタイル*/
.api-detail-program-title-wrapper[b-6q0kc4untq] {
  width: 530px;
  text-align: center;
}

/*「このAPIを活用しているプログラムをみてみよう！」のタイトル画像のスタイル*/
.api-detail-program-title-wrapper img[b-6q0kc4untq] {
  width: 100%;
}

/*「このAPIを活用しているプログラムをみてみよう！」の解説画像のカバーのスタイル*/
.api-detail-program-image-wrapper[b-6q0kc4untq] {
  width: 100%;
  padding-top: 40px;
  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;
}

/*「このAPIを活用しているプログラムをみてみよう！」の解説画像のスタイル*/
.api-detail-program-image[b-6q0kc4untq] {
  width: 975px;
  height: 650px;
  border: 2px solid #b2b2b2;
  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;
}

/*「このAPIを活用しているプログラムをみてみよう！」の解説画像のうち、仕組み側のスタイル*/
.mechanism-image[b-6q0kc4untq] {
  width: 82%;
}

/*「このAPIを活用しているプログラムをみてみよう！」の解説画像のうち、関数側のスタイル*/
.function-image[b-6q0kc4untq] {
  width: 92.3%;
}

/*ひらめきAPI紹介部分のカバーのスタイル*/
.inspiration-api-first-area-wrapper[b-6q0kc4untq] {
  padding-bottom: 100px;
}

/*ひらめきAPI紹介部分の序盤のスタイル*/
.inspiration-api-first-area[b-6q0kc4untq] {
  padding-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*ひらめきAPI紹介部分のタイトルカバーのスタイル*/
.inspiration-api-list-title-wrapper[b-6q0kc4untq] {
  width: 561px;
  text-align: center;
}

/*ひらめきAPI紹介部分のタイトル画像のスタイル*/
.inspiration-api-list-title-image[b-6q0kc4untq] {
  width: 100%;
}

/*各ひらめきAPIを中央寄せ*/
.centering[b-6q0kc4untq] {
  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;
}

/*各ひらめきAPIのボックスのスタイル*/
.inspiration-api-content[b-6q0kc4untq] {
  position: relative;
  width: 980px;
  margin-top: 50px;
}

/*フレームの画像スタイル*/
.frame[b-6q0kc4untq] {
  width: 100%;
}

/*画像に合わせてコンテンツ配置*/
.content[b-6q0kc4untq] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 0;
}

/*各ひらめきAPIの見出し*/
.content-header[b-6q0kc4untq] {
  height: 67px;
  width: 100%;
  padding: 0 8px;
  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;
  color: #fff;
}

/*各ひらめきAPIのアイコン画像のスタイル*/
.header-icon[b-6q0kc4untq] {
  width: 45px;
  height: 45px;
}

/*各ひらめきAPIの名前のスタイル*/
.api-name[b-6q0kc4untq] {
  padding-left: 10px;
  font-size: 26px;
  font-weight: 600;
}

/*各ひらめきAPIの提供・出典記述*/
.api-source[b-6q0kc4untq] {
  padding-left: 10px;
  font-size: 13px;
}

/*画面サイズが990pxより大きい場合の、各ひらめきAPIのコンテンツのスタイル*/
.content-main.content-pc[b-6q0kc4untq] {
  height: 378px;
  width: 100%;
  padding: 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*画面サイズが990px以下の場合の、各ひらめきAPIのコンテンツのスタイル*/
.content-main.content-sp[b-6q0kc4untq] {
  width: 100%;
  padding: 0 5%;
}

/*各ひらめきAPIのコンテンツの左側のスタイル*/
.content-left[b-6q0kc4untq] {
  height: 100%;
  width: 48.7%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*各ひらめきAPIのビジュアル画像のスタイル*/
.api-image[b-6q0kc4untq] {
  width: 420px;
}

/*各ひらめきAPIのコンテンツの左側のスタイル*/
.content-right[b-6q0kc4untq] {
  position: relative;
  height: 100%;
  width: 51.3%;
  padding-left: 30px;
}

/*説明文のカバーのスタイル*/
.content-text-wrapper[b-6q0kc4untq] {
  width: 420px;
  margin-top: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*説明文のスタイル*/
.content-text[b-6q0kc4untq] {
  font-size: 14px;
  line-height: 24px;
}

/*ボタンのカバーのスタイル*/
.content-button-wrapper[b-6q0kc4untq] {
  position: absolute;
  width: 420px;
  bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*ボタンの基本スタイル*/
.btn-default[b-6q0kc4untq] {
  border: none;
  background-color: #f1f1f1;
  -webkit-box-shadow: 0 4px 0 #e4e4e4;
          box-shadow: 0 4px 0 #e4e4e4;
  border-radius: 50px;
}

/*各ひらめきAPIのボタンの詳細スタイル*/
.detail-button[b-6q0kc4untq] {
  width: 280px;
  height: 53px;
  border: none;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ff78a3;
  -webkit-box-shadow: 0 4px 0 #e4e4e4;
          box-shadow: 0 4px 0 #e4e4e4;
}

/*各ひらめきAPIのボタンの詳細スタイル*/
.detail-button:hover[b-6q0kc4untq] {
  opacity: 0.7;
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
}

/*各ひらめきAPIのボタンの詳細スタイル*/
.detail-button:active[b-6q0kc4untq] {
  -webkit-box-shadow: 0 0 0 #e4e4e4;
          box-shadow: 0 0 0 #e4e4e4;
  -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
          transform: translateY(4px);
}

/*ボタン内のラベルのスタイル*/
.button-label[b-6q0kc4untq] {
  width: 75%;
  margin-left: 8%;
  font-weight: 600;
  color: #fff;
  font-size: 14px;
  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;
}

/*ボタン内のアイコンのスタイル*/
.detail-button img[b-6q0kc4untq] {
  height: 29px;
  width: 29px;
}

/*「ひらめきAPIの使い方」パートの序盤のスタイル*/
.inspiration-api-usage-area[b-6q0kc4untq] {
  padding-top: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*「ひらめきAPIの使い方」パートのタイトルカバーのスタイル*/
.inspiration-api-usage-title-wrapper[b-6q0kc4untq] {
  width: 485px;
  text-align: center;
}

/*「ひらめきAPIの使い方」パートのステップ部分のスタイル*/
.usage-step-area[b-6q0kc4untq] {
  width: 100%;
  padding-top: 55px;
  padding-bottom: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*「ひらめきAPIの使い方」パートの各ステップのカバーのスタイル*/
.usage-step-wrapper[b-6q0kc4untq] {
  margin: 0 12px;
  width: 300px;
  height: 390px;
  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;
}

/*「ひらめきAPIの使い方」パートの各ステップ全体のスタイル*/
.usage-step[b-6q0kc4untq] {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

/*「ひらめきAPIの使い方」パートの各ステップのステップナンバーアイコンのスタイル*/
.step-icon[b-6q0kc4untq] {
  position: absolute;
  top: 5%;
  left: -5.5%;
  width: 170px;
}

/*「ひらめきAPIの使い方」パートの各ステップの画像エリアのスタイル*/
.step-image-area[b-6q0kc4untq] {
  width: 100%;
  background-color: #fcfaee;
  overflow: hidden;
  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;
}

/*「ひらめきAPIの使い方」パートの各ステップの画像自体のスタイル*/
.step-image[b-6q0kc4untq] {
  width: 73%;
  margin-top: 12%;
}

/*「ひらめきAPIの使い方」パートの各ステップの見出しエリアのスタイル*/
.step-text-area[b-6q0kc4untq] {
  width: 100%;
  padding: 8% 0 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*「ひらめきAPIの使い方」パートの各ステップの見出し自体のスタイル*/
.step-text[b-6q0kc4untq] {
  font-size: 17px;
  font-weight: 600;
  color: #ff78a3;
}

/*「ひらめきAPIの使い方」パートの各ステップの説明エリアのスタイル*/
.step-description-area[b-6q0kc4untq] {
  width: 100%;
  padding: 0 7% 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*「ひらめきAPIの使い方」パートの各ステップの説明自体のスタイル*/
.step-description[b-6q0kc4untq] {
  font-size: 13px;
  line-height: 22px;
}

/*モーダルを閉じるボタンのカバーのスタイル*/
.close-button-wrapper[b-6q0kc4untq] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 48px 0 16px;
}

/*モーダルを閉じるボタンのスタイル*/
.close-button-wrapper button.close-button[b-6q0kc4untq] {
  width: 48px;
  height: 48px;
  border-radius: 24px;
  border: 0;
  outline: 0;
  padding: 0;
  background-color: transparent;
}

/*モーダルのコンテンツ内のrowクラスのスタイル*/
.ant-modal-body .row[b-6q0kc4untq] {
  margin-right: -15px;
  margin-left: -15px;
}

/*モーダルのコンテンツ内のcolクラスのスタイル*/
.ant-modal-body .col[b-6q0kc4untq] {
  width: 90%;
  margin: 0 5%;
}

/*モーダル内のyoutubeのカバーのスタイル*/
.youtube-wrapper[b-6q0kc4untq] {
  padding-top: 56.25%;
  width: 100%;
  position: relative;
}

/*モーダル内のyoutubeのスタイル*/
.youtube-wrapper iframe[b-6q0kc4untq] {
  width: 100%;
  height: 93%;
  position: absolute;
  top: 0px;
  left: 0px;
}

@media (max-width: 990px) {
  .pc[b-6q0kc4untq] {
    display: none !important;
  }
  .sp[b-6q0kc4untq] {
    display: block !important;
  }
  .pc-flex[b-6q0kc4untq] {
    display: none !important;
  }
  .sp-flex[b-6q0kc4untq] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /*メインビジュアル部分のスタートボタンのスタイル*/
  .start-button[b-6q0kc4untq] {
    width: 220px;
    top: calc(50% - 110px);
    left: calc(50% - 110px);
  }
  /*「WEB API解説ブックダウンロード」のボタンのカバーのスタイル*/
  .download-button-wrapper[b-6q0kc4untq] {
    padding-top: 60px;
  }
  /*「WEB API解説ブックダウンロード」のボタンのスタイル*/
  .download-button[b-6q0kc4untq] {
    max-width: 690px;
    width: 92%;
    height: 160px;
  }
  /*「WEB API解説ブックダウンロード」のボタンアイコンのスタイル*/
  .download-button-icon[b-6q0kc4untq] {
    height: 105px;
    width: 105px;
    font-size: 27px;
    line-height: 30px;
  }
  /*「WEB API解説ブックダウンロード」のボタンラベルの文字の上部分のスタイル*/
  .download-button-label .text-wrapper .up-text[b-6q0kc4untq] {
    font-size: 30px;
    line-height: 33px;
  }
  /*「WEB API解説ブックダウンロード」のボタンラベルの文字の下部分のスタイル*/
  .download-button-label .text-wrapper .under-text[b-6q0kc4untq] {
    font-size: 20px;
    line-height: 46px;
  }
  /*「WEB API解説ブックダウンロード」の説明部分のカバーのスタイル*/
  .download-button-description-wrapper[b-6q0kc4untq] {
    margin-top: 20px;
    margin-bottom: 60px;
  }
  /*「WEB API解説ブックダウンロード」の説明部分のスタイル*/
  .download-button-qa[b-6q0kc4untq] {
    max-width: 690px;
    width: 92%;
    font-size: 20px;
    line-height: 35px;
  }
  /*「何ができるAPIかな？」のタイトルを含む上部分のスタイル*/
  .api-detail-explanation-area[b-6q0kc4untq] {
    padding-top: 85px;
  }
  /*「何ができるAPIかな？」のタイトルカバーのスタイル*/
  .api-detail-explanation-title-wrapper[b-6q0kc4untq] {
    max-width: 526px;
    width: 70.1%;
  }
  /*「何ができるAPIかな？」のコンテンツ部分のスタイル*/
  .api-detail-explanation-content-area[b-6q0kc4untq] {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 120px;
    display: table;
  }
  /*「何ができるAPIかな？」のビジュアル画像カバーのスタイル*/
  .api-detail-explanation-image-wrapper[b-6q0kc4untq] {
    margin-left: 0;
    width: 100%;
    margin-top: 0;
  }
  /*「何ができるAPIかな？」のビジュアル画像のスタイル*/
  .api-detail-explanation-image[b-6q0kc4untq] {
    max-width: 690px;
  }
  /*「何ができるAPIかな？」の文字とボタン部分のカバースタイル*/
  .api-detail-explanation-text-area-wrapper[b-6q0kc4untq] {
    padding-top: 45px;
    width: 100%;
    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;
  }
  /*「何ができるAPIかな？」の文字とボタン部分のスタイル*/
  .api-detail-explanation-text-area[b-6q0kc4untq] {
    max-width: 690px;
    width: 92%;
  }
  /*「何ができるAPIかな？」の文字のスタイル*/
  .api-detail-explanation-text[b-6q0kc4untq] {
    font-size: 26px;
    line-height: 44px;
  }
  /*「何ができるAPIかな？」のボタンカバーのスタイル*/
  .handbook-button-wrapper[b-6q0kc4untq] {
    margin-top: 45px;
  }
  /*「何ができるAPIかな？」のボタンのスタイル*/
  .handbook-button[b-6q0kc4untq] {
    max-width: 490px;
    width: 71.1%;
    height: 110px;
  }
  /*「何ができるAPIかな？」のボタン内ラベルの上部のスタイル*/
  .handbook-button .button-label .up-text[b-6q0kc4untq] {
    font-size: 26px;
    line-height: 26px;
  }
  /*「何ができるAPIかな？」のボタン内ラベルの下部のスタイル*/
  .handbook-button .button-label .under-text[b-6q0kc4untq] {
    font-size: 20px;
  }
  /*「何ができるAPIかな？」のボタン内のアイコンのスタイル*/
  .handbook-button img[b-6q0kc4untq] {
    height: 50px;
    width: 50px;
  }
  /*「どんな使い方ができるのかな？」のタイトルカバーのスタイル*/
  .api-detail-usage-title-wrapper[b-6q0kc4untq] {
    max-width: 678px;
    width: 90.4%;
  }
  /*「どんな使い方ができるのかな？」の「お天気くまさん」画像カバーのスタイル*/
  .api-detail-example-title-image-wrapper[b-6q0kc4untq] {
    padding-top: 50px;
  }
  /*「どんな使い方ができるのかな？」の「お天気くまさん」画像のスタイル*/
  .api-detail-example-title-image[b-6q0kc4untq] {
    max-width: 690px;
    width: 100%;
  }
  /*「どんな使い方ができるのかな？」の「お天気くまさん」画像のスタイル*/
  .api-detail-example-title-image img[b-6q0kc4untq] {
    height: 60px;
  }
  /*「どんな使い方ができるのかな？」のビジュアル画像カバーのスタイル*/
  .api-detail-usage-image-wrapper[b-6q0kc4untq] {
    padding-top: 40px;
  }
  /*「どんな使い方ができるのかな？」のビジュアル画像のスタイル*/
  .api-detail-usage-image[b-6q0kc4untq] {
    max-width: 690px;
    width: 100%;
  }
  /*「どんな使い方ができるのかな？」のテキスト部分のカバーのスタイル*/
  .api-detail-example-text-wrapper[b-6q0kc4untq] {
    padding-top: 30px;
  }
  /*「どんな使い方ができるのかな？」のテキスト部分のスタイル*/
  .api-detail-example-text[b-6q0kc4untq] {
    max-width: 690px;
    width: 100%;
    font-size: 26px;
    line-height: 44px;
  }
  /*「このAPIを活用しているプログラムをみてみよう！」のタイトルのカバーのスタイル*/
  .api-detail-program-title-wrapper[b-6q0kc4untq] {
    max-width: 530px;
    width: 70.7%;
  }
  /*「このAPIを活用しているプログラムをみてみよう！」の解説画像のうち、仕組み側のカバーのスタイル*/
  .api-detail-program-image-wrapper.mechanism[b-6q0kc4untq] {
    padding-top: 50px;
  }
  /*「このAPIを活用しているプログラムをみてみよう！」の解説画像のうち、関数側のカバーのスタイル*/
  .api-detail-program-image-wrapper.function[b-6q0kc4untq] {
    padding-top: 30px;
  }
  /*「このAPIを活用しているプログラムをみてみよう！」の解説画像のスタイル*/
  .api-detail-program-image[b-6q0kc4untq] {
    max-width: 685px;
    width: 91.3%;
    height: 450px;
  }
  /*ひらめきAPI紹介部分の序盤のスタイル*/
  .inspiration-api-first-area[b-6q0kc4untq] {
    padding-top: 115px;
  }
  /*ひらめきAPI紹介部分のタイトルカバーのスタイル*/
  .inspiration-api-list-title-wrapper[b-6q0kc4untq] {
    max-width: 561px;
    width: 74.8%;
  }
  /*各ひらめきAPIのボックスのスタイル*/
  .inspiration-api-content[b-6q0kc4untq] {
    max-width: 690px;
    width: 92%;
    margin-top: 65px;
  }
  /*各ひらめきAPIの見出し*/
  .content-header[b-6q0kc4untq] {
    height: 140px;
    width: 100%;
    padding: 0 5%;
  }
  /*各ひらめきAPIのアイコン画像のスタイル*/
  .header-icon[b-6q0kc4untq] {
    width: 80px;
    height: 80px;
  }
  /*各ひらめきAPIの名前のスタイル*/
  .api-name[b-6q0kc4untq] {
    padding-left: 15px;
    font-size: 36px;
  }
  /*各ひらめきAPIの提供・出典記述*/
  .api-source[b-6q0kc4untq] {
    padding-left: 15px;
    font-size: 20px;
  }
  /*各ひらめきAPIの画像部分のスタイル*/
  .content-image[b-6q0kc4untq] {
    height: 470px;
    width: 100%;
    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;
  }
  /*各ひらめきAPIの画像のスタイル*/
  .api-image[b-6q0kc4untq] {
    width: 92%;
  }
  /*各ひらめきAPIの文章部分のスタイル*/
  .content-text-area[b-6q0kc4untq] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  /*各ひらめきAPIの文章カバーのスタイル*/
  .content-text-wrapper[b-6q0kc4untq] {
    width: 92%;
    margin-top: 0;
  }
  /*各ひらめきAPIの文章のスタイル*/
  .content-text[b-6q0kc4untq] {
    font-size: 24px;
    line-height: 41px;
  }
  /*ニュースAPIの文章部分内の注意書きのスタイル*/
  .news-notice[b-6q0kc4untq] {
    font-size: 18px;
    line-height: 41px;
  }
  /*各ひらめきAPIのボタンのカバーのスタイル*/
  .content-button-wrapper[b-6q0kc4untq] {
    width: 100%;
    left: 0;
    bottom: 85px;
  }
  /*各ひらめきAPIのボタンの詳細スタイル*/
  .detail-button[b-6q0kc4untq] {
    max-width: 490px;
    width: 71.1%;
    height: 110px;
  }
  /*各ひらめきAPIのボタン内のラベルのスタイル*/
  .button-label[b-6q0kc4untq] {
    font-size: 26px;
  }
  /*各ひらめきAPIのボタン内のアイコンのスタイル*/
  .detail-button img[b-6q0kc4untq] {
    height: 50px;
    width: 50px;
  }
  /*「ひらめきAPIの使い方」パートの序盤のスタイル*/
  .inspiration-api-usage-area[b-6q0kc4untq] {
    padding-top: 100px;
  }
  /*「ひらめきAPIの使い方」パートのステップ部分のスタイル*/
  .usage-step-area[b-6q0kc4untq] {
    padding-top: 10px;
    padding-bottom: 100px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  /*「ひらめきAPIの使い方」パートの各ステップのカバーのスタイル*/
  .usage-step-wrapper[b-6q0kc4untq] {
    margin: 40px 0 0;
    width: 100%;
    height: auto;
  }
  /*「ひらめきAPIの使い方」パートの各ステップ全体のスタイル*/
  .usage-step[b-6q0kc4untq] {
    width: 575px;
  }
  /*「ひらめきAPIの使い方」パートの各ステップのステップナンバーアイコンのスタイル*/
  .step-icon[b-6q0kc4untq] {
    width: 60%;
  }
  /*「ひらめきAPIの使い方」パートの各ステップの画像エリアのスタイル*/
  .step-image-area[b-6q0kc4untq] {
    height: 380px;
  }
  /*「ひらめきAPIの使い方」パートの各ステップの画像自体のスタイル*/
  .step-image[b-6q0kc4untq] {
    width: 63.5%;
    margin-top: 8.5%;
  }
  /*「ひらめきAPIの使い方」パートの1ステップ目の画像のスタイル*/
  .step1[b-6q0kc4untq] {
    padding-top: 55px;
  }
  /*「ひらめきAPIの使い方」パートの各ステップの見出し自体のスタイル*/
  .step-text[b-6q0kc4untq] {
    font-size: 32px;
  }
  /*「ひらめきAPIの使い方」パートの各ステップの説明自体のスタイル*/
  .step-description[b-6q0kc4untq] {
    font-size: 24px;
    line-height: 33.4px;
  }
}
@media (max-width: 767px) {
  /*各ひらめきAPIのボタンのカバーのスタイル*/
  .content-button-wrapper[b-6q0kc4untq] {
    bottom: 60px;
  }
}
@media (max-width: 749px) {
  /*メインビジュアル部分のスタートボタンのスタイル*/
  .start-button[b-6q0kc4untq] {
    width: 29.48vw;
    top: calc(50% - 14.74vw);
    left: calc(50% - 14.74vw);
  }
  /*「WEB API解説ブックダウンロード」のボタンのカバーのスタイル*/
  .download-button-wrapper[b-6q0kc4untq] {
    padding-top: 8vw;
  }
  /*「WEB API解説ブックダウンロード」のボタンのスタイル*/
  .download-button[b-6q0kc4untq] {
    height: 21.44vw;
  }
  /*「WEB API解説ブックダウンロード」のボタンアイコンのスタイル*/
  .download-button-icon[b-6q0kc4untq] {
    height: 14.07vw;
    width: 14.07vw;
    font-size: 3.63vw;
    line-height: 4.03vw;
  }
  /*「WEB API解説ブックダウンロード」のボタンラベルの文字の上部分のスタイル*/
  .download-button-label .text-wrapper .up-text[b-6q0kc4untq] {
    font-size: 4.03vw;
    line-height: 4.44vw;
  }
  /*「WEB API解説ブックダウンロード」のボタンラベルの文字の下部分のスタイル*/
  .download-button-label .text-wrapper .under-text[b-6q0kc4untq] {
    font-size: 2.69vw;
    line-height: 6.19vw;
  }
  /*「WEB API解説ブックダウンロード」の説明部分のカバーのスタイル*/
  .download-button-description-wrapper[b-6q0kc4untq] {
    margin-top: 2.7vw;
    margin-bottom: 8vw;
  }
  /*「WEB API解説ブックダウンロード」の説明部分のスタイル*/
  .download-button-qa[b-6q0kc4untq] {
    font-size: 2.69vw;
    line-height: 4.71vw;
  }
  /*「何ができるAPIかな？」のタイトルを含む上部分のスタイル*/
  .api-detail-explanation-area[b-6q0kc4untq] {
    padding-top: 12.7vw;
  }
  /*「何ができるAPIかな？」のコンテンツ部分のスタイル*/
  .api-detail-explanation-content-area[b-6q0kc4untq] {
    padding-top: 6.7vw;
    padding-bottom: 16.1vw;
  }
  /*「何ができるAPIかな？」のビジュアル画像のスタイル*/
  .api-detail-explanation-image[b-6q0kc4untq] {
    width: 92%;
  }
  /*「何ができるAPIかな？」の文字とボタン部分のカバースタイル*/
  .api-detail-explanation-text-area-wrapper[b-6q0kc4untq] {
    padding-top: 6vw;
  }
  /*「何ができるAPIかな？」の文字のスタイル*/
  .api-detail-explanation-text[b-6q0kc4untq] {
    font-size: 3.5vw;
    line-height: 5.8vw;
  }
  /*「何ができるAPIかな？」のボタンカバーのスタイル*/
  .handbook-button-wrapper[b-6q0kc4untq] {
    margin-top: 6vw;
  }
  /*「何ができるAPIかな？」のボタンのスタイル*/
  .handbook-button[b-6q0kc4untq] {
    width: 63.7vw;
    height: 14.3vw;
  }
  /*「何ができるAPIかな？」のボタン内ラベルの上部のスタイル*/
  .handbook-button .button-label .up-text[b-6q0kc4untq] {
    font-size: 3.5vw;
    line-height: 3.5vw;
  }
  /*「何ができるAPIかな？」のボタン内ラベルの下部のスタイル*/
  .handbook-button .button-label .under-text[b-6q0kc4untq] {
    font-size: 2.69vw;
  }
  /*「何ができるAPIかな？」のボタン内のアイコンのスタイル*/
  .handbook-button img[b-6q0kc4untq] {
    height: 6.5vw;
    width: 6.5vw;
  }
  /*「どんな使い方ができるのかな？」の「お天気くまさん」画像カバーのスタイル*/
  .api-detail-example-title-image-wrapper[b-6q0kc4untq] {
    padding-top: 6.7vw;
  }
  /*「どんな使い方ができるのかな？」の「お天気くまさん」画像のスタイル*/
  .api-detail-example-title-image[b-6q0kc4untq] {
    width: 92%;
  }
  /*「どんな使い方ができるのかな？」の「お天気くまさん」画像のスタイル*/
  .api-detail-example-title-image img[b-6q0kc4untq] {
    height: 8.04vw;
  }
  /*「どんな使い方ができるのかな？」のビジュアル画像カバーのスタイル*/
  .api-detail-usage-image-wrapper[b-6q0kc4untq] {
    padding-top: 5.36vw;
  }
  /*「どんな使い方ができるのかな？」のビジュアル画像のスタイル*/
  .api-detail-usage-image[b-6q0kc4untq] {
    width: 92%;
  }
  /*「どんな使い方ができるのかな？」のテキスト部分のカバーのスタイル*/
  .api-detail-example-text-wrapper[b-6q0kc4untq] {
    padding-top: 4.02vw;
  }
  /*「どんな使い方ができるのかな？」のテキスト部分のスタイル*/
  .api-detail-example-text[b-6q0kc4untq] {
    width: 92%;
    font-size: 3.5vw;
    line-height: 5.8vw;
  }
  /*「このAPIを活用しているプログラムをみてみよう！」のタイトルを含む上部分のスタイル*/
  .api-detail-program-area[b-6q0kc4untq] {
    padding-top: 13.4vw;
  }
  /*「このAPIを活用しているプログラムをみてみよう！」の解説画像のうち、仕組み側のカバーのスタイル*/
  .api-detail-program-image-wrapper.mechanism[b-6q0kc4untq] {
    padding-top: 6.7vw;
  }
  /*「このAPIを活用しているプログラムをみてみよう！」の解説画像のうち、関数側のカバーのスタイル*/
  .api-detail-program-image-wrapper.function[b-6q0kc4untq] {
    padding-top: 4vw;
  }
  /*「このAPIを活用しているプログラムをみてみよう！」の解説画像のスタイル*/
  .api-detail-program-image[b-6q0kc4untq] {
    height: 60vw;
  }
  /*ひらめきAPI紹介部分のカバーのスタイル*/
  .inspiration-api-first-area-wrapper[b-6q0kc4untq] {
    padding-bottom: 13.4vw;
  }
  /*ひらめきAPI紹介部分の序盤のスタイル*/
  .inspiration-api-first-area[b-6q0kc4untq] {
    padding-top: 15.4vw;
  }
  /*ひらめきAPI紹介部分のタイトルカバーのスタイル*/
  .inspiration-api-list-title-wrapper[b-6q0kc4untq] {
    max-width: 561px;
    width: 74.8%;
  }
  /*各ひらめきAPIのボックスのスタイル*/
  .inspiration-api-content[b-6q0kc4untq] {
    margin-top: 8.7vw;
  }
  /*各ひらめきAPIの見出し*/
  .content-header[b-6q0kc4untq] {
    height: 18.8vw;
  }
  /*各ひらめきAPIのアイコン画像のスタイル*/
  .header-icon[b-6q0kc4untq] {
    width: auto;
    height: 64%;
  }
  /*各ひらめきAPIの名前のスタイル*/
  .api-name[b-6q0kc4untq] {
    padding-left: 2vw;
    font-size: 4.84vw;
  }
  /*各ひらめきAPIの提供・出典記述*/
  .api-source[b-6q0kc4untq] {
    padding-left: 2vw;
    font-size: 2.69vw;
  }
  /*各ひらめきAPIの画像部分のスタイル*/
  .content-image[b-6q0kc4untq] {
    height: 62.7vw;
  }
  /*各ひらめきAPIの文章のスタイル*/
  .content-text[b-6q0kc4untq] {
    font-size: 3.2vw;
    line-height: 5.4vw;
  }
  /*ニュースAPIの文章部分内の注意書きのスタイル*/
  .news-notice[b-6q0kc4untq] {
    font-size: 2.4vw;
    line-height: 5.4vw;
  }
  /*各ひらめきAPIのボタンのカバーのスタイル*/
  .content-button-wrapper[b-6q0kc4untq] {
    bottom: 6vw;
  }
  /*各ひらめきAPIのボタンの詳細スタイル*/
  .detail-button[b-6q0kc4untq] {
    width: 65.66vw;
    height: 14.74vw;
  }
  /*各ひらめきAPIのボタン内のラベルのスタイル*/
  .button-label[b-6q0kc4untq] {
    font-size: 3.5vw;
  }
  /*各ひらめきAPIのボタン内のアイコンのスタイル*/
  .detail-button img[b-6q0kc4untq] {
    height: 6.7vw;
    width: 6.7vw;
  }
  /*「ひらめきAPIの使い方」パートの序盤のスタイル*/
  .inspiration-api-usage-area[b-6q0kc4untq] {
    padding-top: 13.4vw;
  }
  /*「ひらめきAPIの使い方」パートのタイトルカバーのスタイル*/
  .inspiration-api-usage-title-wrapper[b-6q0kc4untq] {
    max-width: 480px;
    width: 64%;
  }
  /*「ひらめきAPIの使い方」パートのタイトル画像のスタイル*/
  .inspiration-api-usage-title-wrapper img[b-6q0kc4untq] {
    width: 100%;
  }
  /*「ひらめきAPIの使い方」パートのステップ部分のスタイル*/
  .usage-step-area[b-6q0kc4untq] {
    padding-top: 1.3vw;
    padding-bottom: 13.4vw;
  }
  /*「ひらめきAPIの使い方」パートの各ステップのカバーのスタイル*/
  .usage-step-wrapper[b-6q0kc4untq] {
    margin: 5.4vw 0 0;
  }
  /*「ひらめきAPIの使い方」パートの各ステップ全体のスタイル*/
  .usage-step[b-6q0kc4untq] {
    max-width: 575px;
    width: 76.7%;
  }
  /*「ひらめきAPIの使い方」パートの各ステップの画像エリアのスタイル*/
  .step-image-area[b-6q0kc4untq] {
    max-height: 380px;
    height: 50.92vw;
  }
  /*「ひらめきAPIの使い方」パートの1ステップ目の画像のスタイル*/
  .step1[b-6q0kc4untq] {
    padding-top: 9%;
  }
  /*「ひらめきAPIの使い方」パートの各ステップの見出し自体のスタイル*/
  .step-text[b-6q0kc4untq] {
    font-size: 4.3vw;
  }
  /*「ひらめきAPIの使い方」パートの各ステップの説明自体のスタイル*/
  .step-description[b-6q0kc4untq] {
    font-size: 3.2vw;
    line-height: 4.4vw;
  }
  /*モーダルを閉じるボタンのカバーのスタイル*/
  .close-button-wrapper[b-6q0kc4untq] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 30px 15px 16px;
  }
  /*モーダル内のyoutubeのスタイル*/
  .youtube-wrapper iframe[b-6q0kc4untq] {
    width: 90%;
    height: 85%;
    position: absolute;
    top: 0px;
    left: 5%;
  }
}
/*# sourceMappingURL=/codebuild/output/src2623623628/src/embotters-app/EmbottersApp/EmbottersApp/Pages/TextToSpeech.razor.css.map */
/* /Pages/TryFirst.razor.rz.scp.css */
@charset "UTF-8";
p[b-ads7jnul7r] {
  margin: initial;
}

/*スマートフォンのみ表示*/
.sp[b-ads7jnul7r] {
  display: none;
}

/*全体のコンテナのスタイル*/
.main-container[b-ads7jnul7r] {
  padding: 0vw 17vw;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

/*見出しのスタイル*/
.try-first-heading[b-ads7jnul7r] {
  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;
  padding-top: 3%;
}

/*見出しの画像のスタイル*/
.try-first-heading img[b-ads7jnul7r] {
  height: 50px;
  width: 50px;
}

/*見出しの文字のスタイル*/
.try-first-heading h2[b-ads7jnul7r] {
  line-height: 60px;
  white-space: nowrap;
  padding-left: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: initial;
}

/*見出しの文字のスタイル*/
h2.heading-default[b-ads7jnul7r] {
  color: #848484;
  font-weight: 600;
  font-size: 40px;
  text-align: center;
}

/*見出し下のメッセージカバーのスタイル*/
.try-first-message[b-ads7jnul7r] {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #848484;
}

/*マニュアルダウンロードボタンカバーのスタイル*/
.manual-beginner[b-ads7jnul7r] {
  margin-top: 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/*コンテンツカバーのスタイル*/
.try-first-list[b-ads7jnul7r] {
  padding: 0 15px;
}

/*コンテンツパート*/
.contents-area[b-ads7jnul7r] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-column-gap: 1.4vw;
     -moz-column-gap: 1.4vw;
          column-gap: 1.4vw;
  row-gap: 2.5vw;
}

/*ヘッダーカバーのスタイル*/
.try-first-list-heading[b-ads7jnul7r] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 6% 0 1%;
}

/*ヘッダーアイコンのスタイル*/
.try-first-list-heading img[b-ads7jnul7r] {
  height: 36px;
  width: 36px;
}

/*ヘッダー文字のスタイル*/
.try-first-list-heading h3[b-ads7jnul7r] {
  padding-left: 2%;
  white-space: nowrap;
}

/*ヘッダー文字のスタイル*/
h3.heading-default[b-ads7jnul7r] {
  color: #666;
  font-weight: 600;
  font-size: 26px;
  margin-top: 10px;
  margin-bottom: 10px;
}

/*仕切りのスタイル*/
.border-bottom-dotted[b-ads7jnul7r] {
  border-bottom: 3px dotted #c8c8c8;
  border-bottom-width: 3px;
  border-bottom-style: dotted;
  border-bottom-color: rgb(200, 200, 200);
  margin-top: 6%;
}

@media (max-width: 1200px) {
  /*全体のコンテナのスタイル*/
  .main-container[b-ads7jnul7r] {
    padding: 2vw 7vw;
  }
}
@media (max-width: 992px) {
  /*スマートフォンのみ表示*/
  .sp[b-ads7jnul7r] {
    display: block;
  }
  /*見出しの画像のスタイル*/
  .try-first-heading img[b-ads7jnul7r] {
    height: 45px;
    width: 45px;
  }
  /*見出しの文字のスタイル*/
  .try-first-heading h2[b-ads7jnul7r] {
    font-size: 32px;
  }
  /*見出し下のメッセージのスタイル*/
  .try-first-message[b-ads7jnul7r] {
    font-size: 16px;
  }
  /*ヘッダーアイコンのスタイル*/
  .try-first-list-heading img[b-ads7jnul7r] {
    height: 30px;
    width: 30px;
  }
  /*ヘッダー文字のスタイル*/
  .try-first-list-heading h3[b-ads7jnul7r] {
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  /*見出しの画像のスタイル*/
  .try-first-heading img[b-ads7jnul7r] {
    height: 38px;
    width: 38px;
  }
  /*見出しの文字のスタイル*/
  .try-first-heading h2[b-ads7jnul7r] {
    font-size: 24px;
  }
  /*見出し下のメッセージのスタイル*/
  .try-first-message[b-ads7jnul7r] {
    font-size: 12px;
  }
  /*ヘッダーアイコンのスタイル*/
  .try-first-list-heading img[b-ads7jnul7r] {
    height: 22px;
    width: 22px;
  }
  /*ヘッダー文字のスタイル*/
  .try-first-list-heading h3[b-ads7jnul7r] {
    font-size: 14px;
  }
}
/*# sourceMappingURL=/codebuild/output/src2623623628/src/embotters-app/EmbottersApp/EmbottersApp/Pages/TryFirst.razor.css.map */
/* /Pages/VariousPlay.razor.rz.scp.css */
@charset "UTF-8";
p[b-0ome5yqon1] {
  margin: initial;
}

/*全体のコンテナのスタイル*/
.main-container[b-0ome5yqon1] {
  padding: 0vw 17vw;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

/*見出しのスタイル*/
.tuto-heading[b-0ome5yqon1] {
  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;
  padding-top: 3%;
}

/*見出しの画像のスタイル*/
.tuto-heading img[b-0ome5yqon1] {
  height: 50px;
  width: 50px;
}

/*見出しの文字のスタイル*/
.tuto-heading h2[b-0ome5yqon1] {
  line-height: 60px;
  white-space: nowrap;
  padding-left: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: initial;
}

/*見出しの文字のスタイル*/
h2.heading-default[b-0ome5yqon1] {
  color: #848484;
  font-weight: 600;
  font-size: 40px;
  text-align: center;
}

/*見出し下のメッセージカバーのスタイル*/
.tuto-message[b-0ome5yqon1] {
  text-align: center;
}

/*見出し下のメッセージのスタイル*/
.tuto-message span[b-0ome5yqon1] {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #848484;
}

/*カテゴリー選択部分のスタイル*/
.category-button-area[b-0ome5yqon1] {
  text-align: center;
  margin-top: 2%;
}

/*カテゴリーボタングループ*/
.category-button-group[b-0ome5yqon1] {
  padding: 0 15%;
}

/*カテゴリー選択ボタンのスタイル*/
.category-button[b-0ome5yqon1] {
  border: none;
  background-color: #f1f1f1;
  -webkit-box-shadow: 0 4px 0 #e4e4e4;
          box-shadow: 0 4px 0 #e4e4e4;
  border-radius: 50px;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #333;
  white-space: nowrap;
  margin: 6px 4px;
}

/*カテゴリー選択ボタンのスタイル*/
.category-button:hover[b-0ome5yqon1] {
  opacity: 0.7;
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
}

/*カテゴリー選択ボタンのスタイル*/
.category-button:active[b-0ome5yqon1] {
  -webkit-box-shadow: 0 0 0 #e4e4e4;
          box-shadow: 0 0 0 #e4e4e4;
  -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
          transform: translateY(4px);
}

/*カテゴリーボタン選択時のスタイル*/
.category-button.selected[b-0ome5yqon1] {
  background-color: #f1a919;
}

/*カテゴリーボタン内文字のスタイル*/
.category-button p[b-0ome5yqon1] {
  margin: 0 10px;
}

/*コンテンツ部分のスタイル*/
.contents-area[b-0ome5yqon1] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-column-gap: 1.4vw;
     -moz-column-gap: 1.4vw;
          column-gap: 1.4vw;
  row-gap: 2.5vw;
  margin-top: 30px;
}

@media (max-width: 1200px) {
  /*全体のコンテナのスタイル*/
  .main-container[b-0ome5yqon1] {
    padding: 2vw 7vw;
  }
  /*カテゴリーボタングループ*/
  .category-button-group[b-0ome5yqon1] {
    padding: 0;
  }
}
@media (max-width: 992px) {
  /*見出しの画像のスタイル*/
  .tuto-heading img[b-0ome5yqon1] {
    height: 45px;
    width: 45px;
  }
  /*見出しの文字のスタイル*/
  .tuto-heading h2[b-0ome5yqon1] {
    font-size: 32px;
  }
  /*見出し下のメッセージのスタイル*/
  .tuto-message span[b-0ome5yqon1] {
    font-size: 16px;
  }
  /*カテゴリーボタン内文字のスタイル*/
  .category-button p[b-0ome5yqon1] {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  /*見出しの画像のスタイル*/
  .tuto-heading img[b-0ome5yqon1] {
    height: 38px;
    width: 38px;
  }
  /*見出しの文字のスタイル*/
  .tuto-heading h2[b-0ome5yqon1] {
    font-size: 24px;
  }
  /*見出し下のメッセージのスタイル*/
  .tuto-message span[b-0ome5yqon1] {
    font-size: 12px;
  }
  /*カテゴリーボタン内文字のスタイル*/
  .category-button p[b-0ome5yqon1] {
    font-size: 13px;
  }
}
/*# sourceMappingURL=/codebuild/output/src2623623628/src/embotters-app/EmbottersApp/EmbottersApp/Pages/VariousPlay.razor.css.map */
/* /Pages/WebTeacherTop.razor.rz.scp.css */
@charset "UTF-8";
.web-teacher-background[b-80e06c0g74] {
  padding: 5vh 0;
  background: repeating-linear-gradient(315deg, rgba(15, 172, 254, 0.12), rgba(15, 172, 254, 0.12) 14px, #fff 0, #fff 28px);
}

.white-background[b-80e06c0g74] {
  padding: 5vh 0;
}

/*全体のスタイル*/
.main-container[b-80e06c0g74] {
  margin-right: 15vw;
  margin-left: 15vw;
  margin-bottom: 30px;
}

/*コースタイトルのスタイル*/
.course-name[b-80e06c0g74] {
  text-align: center;
  font-weight: 700;
}

/*メインビジュアルのスタイル*/
.top-img[b-80e06c0g74] {
  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;
  background-color: #0facfe;
  position: relative;
  width: 100%;
  height: 568px;
}

/*メインビジュアルの画像のスタイル*/
.layer[b-80e06c0g74] {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 1400px;
  z-index: 2;
}

/*スマホ画面サイズより大きい場合の画像のスタイル*/
.visible-lg[b-80e06c0g74] {
  display: block;
}

/*スマホ画面サイズ以下の場合の画像のスタイル*/
.visible-xs[b-80e06c0g74] {
  display: none;
}

/*スクロールボタンのコンテナのスタイル*/
.scroll-button-container[b-80e06c0g74] {
  margin-right: 15vw;
  margin-left: 15vw;
  margin-bottom: 30px;
}

/*スクロールボタン全体のスタイル*/
.scroll-button-container .scroll-button-area[b-80e06c0g74] {
  padding: 3vh 0 5vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.col-4[b-80e06c0g74] {
  min-height: 1px;
  width: 33.33333333%;
  padding-right: 15px;
  padding-left: 15px;
}

/*スクロールボタンのスタイル*/
.scroll-button[b-80e06c0g74] {
  margin-top: 2vh;
  width: 100%;
  border: 2px solid #fff;
  border-radius: 10px;
  text-align: center;
  -webkit-box-shadow: 0 4px 0 #e4e4e4;
          box-shadow: 0 4px 0 #e4e4e4;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
}

/*スクロールボタン（ホバー時）のスタイル*/
.scroll-button:hover[b-80e06c0g74] {
  opacity: 0.7;
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
}

/*スクロールボタン（ホバー時）のスタイル*/
.scroll-button:active[b-80e06c0g74] {
  -webkit-box-shadow: 0 0 0 #e4e4e4;
          box-shadow: 0 0 0 #e4e4e4;
  -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
          transform: translateY(4px);
}

/*スクロールボタン「オンラインレクチャー」のスタイル*/
.scroll-button.means-button[b-80e06c0g74] {
  background-color: #5ec877;
}

/*スクロールボタン「オンラインラーニング」のスタイル*/
.scroll-button.product-button[b-80e06c0g74] {
  background-color: #4595d5;
}

/*スクロールボタン「始め方」のスタイル*/
.scroll-button.start-button[b-80e06c0g74] {
  background-color: #f2b23e;
}

/*スクロールボタンのラベル部分のスタイル*/
.button-label[b-80e06c0g74] {
  height: 50px;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*文字部分の改行のスタイル*/
.br-display[b-80e06c0g74] {
  display: none;
}

/*スクロールボタンの画像のスタイル*/
img[b-80e06c0g74] {
  height: 10%;
  margin: 0;
}

/*コースタイトルのスタイル*/
.course-name[b-80e06c0g74] {
  text-align: center;
  font-weight: 700;
}

/*コースタイトル画像のスタイル*/
.course-name img[b-80e06c0g74] {
  width: 55%;
  max-width: 488px;
}

/*コースタイトル中テキストのスタイル*/
.course-name p[b-80e06c0g74] {
  margin-top: 20px;
  font-size: 18px;
}

@media (max-width: 1420px) {
  /*メインビジュアルのスタイル*/
  .top-img[b-80e06c0g74] {
    height: auto;
    padding-top: 41.8571%;
  }
}
@media (max-width: 1399px) {
  /*スクロールボタンのラベル部分のスタイル*/
  .button-label[b-80e06c0g74] {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  /*スクロールボタンのラベル部分のスタイル*/
  .button-label[b-80e06c0g74] {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  /*スクロールボタンのラベル部分のスタイル*/
  .button-label[b-80e06c0g74] {
    font-size: 12px;
    line-height: 20px;
  }
  /*全体のスタイル*/
  .main-container[b-80e06c0g74] {
    margin-right: 4vw;
    margin-left: 4vw;
  }
  /*コースタイトル中テキストのスタイル*/
  .course-name p[b-80e06c0g74] {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  /*メインビジュアルのスタイル*/
  .top-img[b-80e06c0g74] {
    padding-top: 0;
  }
  /*メインビジュアルの画像のスタイル*/
  .layer[b-80e06c0g74] {
    position: relative;
    max-width: none;
  }
  /*スマホ画面サイズより大きい場合の画像のスタイル*/
  .visible-lg[b-80e06c0g74] {
    display: none;
  }
  /*スマホ画面サイズ以下の場合の画像のスタイル*/
  .visible-xs[b-80e06c0g74] {
    display: block;
  }
  /*スクロールボタンのコンテナのスタイル*/
  .scroll-button-container[b-80e06c0g74] {
    margin-right: 10vw;
    margin-left: 10vw;
  }
  /*各スクロールボタンのカバーのスタイル*/
  .col-4[b-80e06c0g74] {
    padding-right: 5px;
    padding-left: 5px;
  }
  /*スクロールボタンのスタイル*/
  .scroll-button[b-80e06c0g74] {
    height: 26vw;
  }
  /*スクロールボタンのラベル部分のスタイル*/
  .button-label[b-80e06c0g74] {
    height: 85%;
    font-size: 14px;
    line-height: 22px;
  }
  /*文字部分の改行のスタイル*/
  .br-display[b-80e06c0g74] {
    display: initial;
  }
  /*コースタイトル画像のスタイル*/
  .course-name img[b-80e06c0g74] {
    width: 90%;
  }
  /*コースタイトル中テキストのスタイル*/
  .course-name p[b-80e06c0g74] {
    font-size: 16px;
    text-align: left;
  }
  /*スマホ画面では隠す文字のスタイル*/
  .hidden-xs[b-80e06c0g74] {
    display: none !important;
  }
}
@media (max-width: 500px) {
  /*スクロールボタンのラベル部分のスタイル*/
  .button-label[b-80e06c0g74] {
    font-size: 12px;
    line-height: 24px;
  }
  /*コースタイトル中テキストのスタイル*/
  .course-name p[b-80e06c0g74] {
    font-size: 14px;
  }
}
@media (max-width: 360px) {
  /*コースタイトル中テキストのスタイル*/
  .course-name p[b-80e06c0g74] {
    font-size: 12px;
  }
}
/*# sourceMappingURL=/codebuild/output/src2623623628/src/embotters-app/EmbottersApp/EmbottersApp/Pages/WebTeacherTop.razor.css.map */
