/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

/*ティザー本番切り替え*/
/*タイポグラフィ関連*/
/*ヘッダー*/
/*サイト全体*/
/*トップページ*/
/*トップ以外のページ全体*/
/*パンくずリスト*/
/*ページヘッダー*/
/*利用規約・プライバシーポリシー*/
/*チャットページ*/
/*東京都LP*/
/*補助金検索*/
/*補助金・事業者アーカイブ*/
/*補助金・事業者詳細ページ*/
/*メディアクエリ*/


/*Add your own styles here:*/
/*ティザー用FV調整用*/
#top .no_margin.av_two_fifth.fv-contents {
  width: 52%;
  float: left;
  padding-top: 0;
}
#top .no_margin.av_three_fifth.fv-image {
  width: 50%;
  margin-left: -30px;
}
.responsive .is-teaser-only.fv-container .container {
  max-width: 1045px;
}
.is-teaser-only.fv-container {
  padding-top: 195px;
  background: #fff;
}

.hsfc-Step .hsfc-Step__Content {
  padding: 0;
}

/*フォント*/
.font-weight400 { font-weight: 400; }/*Regular*/
.font-weight500 { font-weight: 500; }/*Medium*/
.font-weight600 { font-weight: 600; }/*SemiBold*/
.font-weight700 { font-weight: 700; }/*Bold*/
/*文字間隔*/
div, p, span { letter-spacing: 4%; }
/*h2*/
h2,h3 { font-weight: 500; }
/*テキストシャドー*/
.text-shadow {
  text-shadow: 0px 0px 8px rgba(0, 74, 62, 0.6);
}
.text-shadow-gray {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
/*ボタンホバー時の装飾除去*/
.av-menu-button-colored > a:hover .avia-menu-text {
  opacity: 1;
}
/*ヘッダー*/
#header_main .container, .main_menu ul:first-child > li a {
  height: 70px;
  line-height: 70px;
}
/*ヘッダーロゴ*/
div .logo a {
  display: flex;
  justify-content: center;
  align-items: center;
}
div .logo img {
  width: 174px;
}
/*ヘッダーロゴキャプション*/
div .logo a:after {
  content: "電気AI診断";
  margin-left: 8px;
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.04em;
  color: #011613;
  border: 1px solid #E2E2E2;
  width: 82px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  padding-bottom: 2px;
  border-radius: 5px;
}
/*ヘッダーナビゲーションメニュー*/
/*メニューアイテム余白*/
#avia-menu > li:not(.bottom-border-only) {
  margin-left: 5px;
  margin-top: 15px;
}
.av-main-nav > li > a {
  padding: 0;
}
.nav-btn.login a {
  background: #011613;
}
.nav-btn.register a {
  background: #008A78;
}
.header_color .main_menu ul:first-child > li > a {
  color: #fff;
  border-radius: 28px;
  height: 100%;
  display: flex;
  align-items: center;
  line-height: 100%;
}
.html_main_nav_header.html_logo_left #top .main_menu .menu > li:last-child > a {
  padding: 20px;
}
.nav-btn i {
  margin-right: 3px;
}
/*ヘッダーボタンアニメーション*/
.menu-item .avia-menu-text {
  transition: all 0.3s;
}
#top #wrap_all #header.header_color .av-menu-button-colored > a .avia-menu-text:hover {
  opacity: 0.6;
}
#top #wrap_all #header.header_color .av-menu-button-colored.login > a .avia-menu-text {
  background: #011613;
  border-color: #011613;
}
/*サイト全体*/
.container {
  padding: 0;
}
.html_header_top.html_header_sticky #main {
  padding-top: 0;
}
#main {
  position: relative;
  padding-top: 107px;
}
/*全体背景色切り替え*/
.home #main,
.page-shinagawa-city #main {
  background: #F8F9F8;
}
/*トップページ*/
.html_header_top.html_header_sticky .home #main {
  padding-top: 0;
}
body .container_wrap .avia-builder-el-first.section-title {
  width: 100%;
  float: none;
}
.section-title p {
  margin: 0 0 24px;
  padding-left: 20px;
  position: relative;
  font-family: "space-grotesk","noto-sans-jp";
  display: inline-block;
}
.section-title p::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #80D1C5;
}
.section-title p::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #00A28C;
}
.section-title.center {
  text-align: center;
}
.section-title.center p {
  display: inline-block;
}
/*FV*/
/*背景*/
.fv-container {
  position: relative;
  background: transparent;
}
.fv-container:before {
  background: url(./images/fv-bg.png);
  background-size: 722px;
  background-repeat: no-repeat;
  background-position: top right;
  content: "";
  display: block;
  position: absolute;
  top: -97px;
  right: 0;
  z-index: 1;
  height: 100%;
  width: 722px;
}
/*全体*/
.responsive .fv-container .container {
  margin-bottom: 112px;
}
.fv-container .content {
  padding: 0;
}
.site-description p {
  margin: 0 0 24px;
  font-weight: 400;
  line-height: 21px;
}
.fv-copy p {
  margin: 0;
  line-height: 48px;
  letter-spacing: 0.04em;
}
.fv-copy1 p {
  margin-bottom: 23px;
}
.fv-image p {
  margin: 0;
}
.fv-image .is-teaser-only p {
  margin-top: 0;
}
.fv-copy .emphasis {
  font-size: 36px;
  font-family: "space-grotesk","noto-sans-jp";
  font-size: min(2.5vw, 36px);
}
.fv-copy .small {
  font-size: 32px;
}
.fv-copy2 p {
  margin-bottom: 20px;
}
.fv-contents .logo-tokyo {
  width: 342px;
}
.fv-contents .logo-tokyo img {
  display: block;
}
.fv-contents .logo-tokyo p {
  margin: 0 0 32px;
}
#top .no_margin.av_two_fifth.fv-contents {
  width: 52%;
}
#top .no_margin.av_three_fifth.fv-image {
  width: 50%;
  margin-left: -30px;
}
.fv-container.release::before {
  display: none;
}
div .flex_column.fv-image-main {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  width: 55%;
  max-width: 900px;
}
.fv-image-main p {
  margin: 0;
}
div .flex_column.fv-contents {
  max-width: 1222px;
  width: 92.2%;
  margin: 0 auto;
  padding-top: 195px;
  float: none;
}
.fv-icons {
  margin-bottom: 56px;
  width: 27.7vw;
  max-width: 400px;
}
.fv-icons p {
  margin: 0;
}
.fv-cta a {
  background: #008A78;
  box-shadow: 0px 4px 0px rgba(1, 57, 49, 0.7);
  border-radius: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 400px;
  padding: 13px 19px 13px 60px;
  width: 27.7vw;
  padding: 0.9vw 1.4vw 0.9vw 6.2vw;
  transition: all 0.2s;
}
.fv-cta a:hover {
  background: #4DBEAF;
}
.fv-cta a .btn-main {
  text-align: center;
}
.fv-cta a .btn-caption {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #FFFFFF;
  position: relative;
  display: inline-block;
}
.fv-cta a .btn-text {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #FFFFFF;
  display: block;
}
.fv-cta a .btn-label {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  color: #008A78;
  background: #fff;
  display: flex;
  align-items: center;
  text-align: center;
  color: #008A78;
  padding: 6px 10px 7px;
  border-radius: 25px;
}
.fv-cta a .btn-caption::before,.fv-cta a .btn-caption::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 6px);
  width: 1px;
  height: 65%;
  background: #fff;
}
.fv-cta a .btn-caption::before {
  left: -6px;
  transform: rotate(-30deg);
}
.fv-cta a .btn-caption::after {
  right: -3px;
  transform: rotate(30deg);
}
/*FV郵便番号フォーム*/
.simulator-copy p {
  margin: 0 0 15px;
}
.chat-starter {
  display: flex;
  justify-content: center;
  position: relative;
}
.chat-starter .error-message {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.input-wrap {
  position: relative;
}
.postal-mark {
  position: absolute;
  top: 0;
  left: 0;
  width: 43px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F8F9F8;
  border: 1px solid #01161333;
  border-radius: 10px 0 0 10px;
  font-weight: 500;
  font-size: 14px;
}
#top .chat-starter input[type="text"] {
  margin: 0;
  background: #FFF;
  border: 1px solid #01161333;
  border-radius: 10px;
  padding: 16px;
  padding-left: 56px;
  width: 352px;
  font-size: 14px;
}
.chat-starter input[type="text"] {
  margin: 0;
  background: #F8F9F8;
  border: 1px solid #01161380;
  border-radius: 10px;
  padding: 16px;
  width: 352px;
  font-size: 14px;
}
.chat-starter input[type="text"]::placeholder {
  font-size: 14px;
  color: #7D7D7D;
}
.chat-starter button {
  background: #FFAD09;
  box-shadow: inset 0px -2px 0px #DFA300;
  border-radius: 10px;
  border: 0;
  font-size: 16px;
  font-weight: 500;
  font-family: 'noto-sans-jp',Helvetica,Arial,sans-serif;
  width: 192px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
  font-weight: 700;
  color: #011613;
}
.chat-starter button:hover {
  background: #D28212;
  box-shadow: inset 0px -2px 0px #D28212;
  color: #fff;
}
.chat-starter button:hover i {
  background: #fff;
  color: #D28212;
}
.chat-starter button i {
  background: #343434;
  color: #ffce0a;
  border-radius: 50%;
  padding: 5px 6px;
  font-size: 10px;
  margin-top: 4px;
  margin-left: 5px;
  transition: all 0.3s;
}
/*事前登録フォーム*/
.mw-form form {
  display: flex;
  margin: 0;
  justify-content: center;
}
#top .mw-form input[type="email"] {
  margin: 0;
  max-width: 352px;
  font-weight: 500;
  font-size: 14px;
  padding: 17px 20px;
  color: #000;
  border-radius: 10px;
  border: 1px solid #01161380;
  line-height: 1;
}
#top .mw-form form {
  margin: 0;
}
#top .mw-form input[type="submit"] {
  font-weight: 700;
  font-size: 16px;
  background: #FFAD09;
  accent-color: #011613;
  background: #FFAD09;
  box-shadow: inset 0px -2px 0px #DFA300;
  border-radius: 10px;
  color: #011613;
  padding: 18px 34px 18px 12px;
  line-height: 1;
  height: 100%;
  transition: all 0.3s;
}
.mw-submit-wrap {
  position: relative;
}
.mw-submit-wrap i {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 19px;
  transition: all 0.3s;
}
#top .mw-form .mw-submit-wrap:hover input {
  background: #D28212;
  box-shadow: inset 0px -2px 0px #D28212;
  color: #fff;
}
#top .mw-form .mw-submit-wrap:hover i {
  color: #fff;
}
/*reCAPTCHAバッジ非表示*/
.grecaptcha-badge { visibility: hidden; } 
/*スライド1*/
.home-slide1-item p {
  margin: 0;
}
/*top-information*/
.top-information {
  width: 512px;
  background: #FFFFFF;
  border-radius: 0px 20px 20px 0px;
  padding: 40px 0 40px 112px;
  margin-bottom: 8%;
}

.top-information p {
  margin: 0;
}
div .av_one_half.information-label {
  width: 100px;
}
div .av_one_half.information-field {
  width: auto;
  margin-left: 0;
  border-left: 1px solid #CCD0D0;
  padding-left: 32px;
}
.information-label p {
  font-weight: 500;
  font-size: 26px;
  line-height: 100%;
  color: #008A78;
}
.information-field p {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.04em;
  color: #011613;
}
.information-date p {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #008A78;
  margin-bottom: 8px;
}
/*Step*/
.main_color div .section-title.step-title {
  padding-bottom: 0;
}
.main_color div .section-title.step-title .home-h2 {
  display: inline-block;
  width: 388px;
  border-bottom: 1px solid #00A28C33;
  position: relative;
}
.main_color div .section-title.step-title .home-h2:before,.main_color div .section-title.step-title .home-h2:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  position: absolute;
  width: 4px;
  height: 4px;
  background: #00A28C;
  border-radius: 50%;
}
.main_color div .section-title.step-title .home-h2::before {
  left: -9px;
}
.main_color div .section-title.step-title .home-h2::after {
  right: -9px;
}
.step .home-h2 h2 {
  margin-bottom: 32px;
}
div .av_one_half.step-item{
  width: 352px;
  padding: 24px 0 32px;
  border-radius: 10px;
}
.step .entry-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.step-item p .label {
  font-family: "space-grotesk","noto-sans-jp";
  font-weight: 700;
  font-size: 14px;
  display: inline-block;
  border-bottom: 2px solid #00A28C;
}
.step-item p:nth-child(1) {
  margin: 0 0 24px;
  padding-bottom: 3px;
}
.step-item.item1 img {
  width: 185px;
  margin: auto;
  display: block;
}
.step-item.item2 img {
  width: 224px;
  margin: auto;
  display: block;
}
.step-item p:nth-child(2) {
  margin: 0 0 31px;
}
.step-item p .emphasis {
  position: relative;
  font-weight: 700;
}
.step-item p .emphasis:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  background: #FFAD09;
  width: 100%;
  height: 10px;
}
.step-item p .small {
  font-size: 90%;
}
.step-item p:nth-child(3) {
  margin: 0;
}
.step .item1 p:nth-child(4), .step .item2 p:nth-child(4) {
  text-align: center;
  margin: 0;
}
.step-item p .emphasis:first-child {
  margin-right: -1px;
}

/*ティザー終了後STEP*/
.step-item.item1 {
  position: relative;
  overflow: visible;
}
.step-arrow {
  position: absolute;
  top: 50%;
  left: calc(100% - 40px);
  width: 107px;
  transform: translateY(-50%);
}

/*東京都LPリンク*/
.external-link-tokyo .entry-content-wrapper {
  position: relative;
  width: 928px;
  margin: auto;
  background: #FFF;
  border: 1px solid #00A040;
  box-shadow: 0px 0px 30px rgba(1, 57, 49, 0.1);
  border-radius: 20px;
  padding: 55px 108px 55px 84px;
  display: flex;
  justify-content: space-between;
}
.external-link-tokyo .entry-content-wrapper::before, .external-link-tokyo .entry-content-wrapper::after {
  display: none;
}
.fullsize.external-link-tokyo .content .entry-content-wrapper {
  padding-right: 108px;
}
#top .no_margin.av_one_half.external-link-tokyo-image {
  width: 152px;
}
.main_color div.external-link-tokyo-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.external-link-tokyo-image p {
  margin: 0;
}
.external-link-tokyo-image p img {
  display: block;
}
.external-link-tokyo-contents {
  padding: 0;
  margin: 0;
}
.external-link-tokyo-contents .badge {
  margin-bottom: 16px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.04em;
  color: #00A040;
}
.external-link-tokyo-contents .badge p {
  margin: 0;
}
.external-link-tokyo-contents .title p {
  margin: 0;
  position: relative;
  display: inline-block;
  font-family: "space-grotesk","noto-sans-jp";
  line-height: 130%;
  font-weight: 700;
}
.external-link-tokyo-contents .caption p {
  margin: 0 0 0;
  font-weight: 500;
}
.external-link-tokyo-contents .link-message p {
  margin: 0;
}
div .flex_column.external-link-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  width: 257px;
  height: 45px;
  background: #00A03D;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 0 8px 0;
  transition: all 0.3s;
}
.external-link-btn .fa-arrow-right::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f061";
  color: #00A03D;
  background: #fff;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 7px;
}
.external-link-btn a {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  display: flex;
  width: 257px;
  height: 45px;
  justify-content: center;
  align-items: center;
}
div .flex_column.external-link-btn:hover {
  background: #F8F9F8;
  border: 1px solid #00A03D;
  border-right: 0;
  border-bottom: 0;
}
div .flex_column.external-link-btn:hover a {
  color: #00A03D;
}
div .flex_column.external-link-btn:hover a i:before {
  background: #00A03D;
}
div .flex_column.external-link-btn:hover a i::before {
  color: #fff;
}
.external-link-tokyo {
  background: none;
}
#top .no_margin.av_one_half.external-link-tokyo-contents {
  width: auto;
}
/*グリーンテキストのみの場合*/
.external-link-tokyo.wide .entry-content-wrapper {
  padding: 55px 50px 55px 75px;
}
.fullsize.external-link-tokyo.wide .content .entry-content-wrapper {
  padding-right: 55px;
}
.external-link-tokyo.wide .badge p {
  line-height: 1.7;
}
.wide .external-link-tokyo-contents .badge {
  margin: 0;
}
/*東京都以外の場合*/
.external-link-tokyo-contents.wide p {
  font-size: clamp(16px, 1.1vw, 20px);
  line-height: 2;
  font-size: clamp(16px, 1.1vw, 20px);
  margin-bottom: 0;
}
.external-link-tokyo-contents.wide .avia_textblock.badge {
  margin-bottom: 0;
}
/*アイコンスライド1*/
.lgx_app_item_figure.lgx_img_hover_anim__none {
  margin-bottom: 20px;
}
.icon-slide .lgx_lsw_pagination::before,.icon-slide .lgx_lsw_pagination::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #00A28C;
  border-radius: 50%;
}
.icon-slide .lgx_lsw_pagination:after {
  margin-left: 7px;
}
.icon-slide .lgx_lsw_pagination::before {
  margin-right: 7px;
}
/*ナビゲーション*/
.icon-slide .lgx_lsw_nav_wrap.lgx_lsw_nav_bottom_right {
  width: 80.4%;
}
#lgx_logo_slider_app_638 .lgx_app_layout_carousel .lgx_lsw_nav_button:first-child,
#lgx_logo_slider_app_651 .lgx_app_layout_carousel .lgx_lsw_nav_button:first-child,
#lgx_logo_slider_app_819 .lgx_app_layout_carousel .lgx_lsw_nav_button:first-child,
#lgx_logo_slider_app_824 .lgx_app_layout_carousel .lgx_lsw_nav_button:first-child {
  margin-right: 12px;
}
/*ドット*/
.icon-slide .swiper-pagination.lgx_lsw_pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-slide #lgx_logo_slider_app_638 .lgx_logo_carousel .lgx_lsw_pagination .swiper-pagination-bullet,
.icon-slide #lgx_logo_slider_app_651 .lgx_logo_carousel .lgx_lsw_pagination .swiper-pagination-bullet,
.icon-slide #lgx_logo_slider_app_819 .lgx_logo_carousel .lgx_lsw_pagination .swiper-pagination-bullet,
.icon-slide #lgx_logo_slider_app_824 .lgx_logo_carousel .lgx_lsw_pagination .swiper-pagination-bullet {
  height: 1px;
  border-radius: 8px;
  margin: 0;
}
.icon-slide #lgx_logo_slider_app_638 .lgx_logo_carousel .lgx_lsw_pagination .swiper-pagination-bullet {
  width: 9.8%;
}
.icon-slide #lgx_logo_slider_app_651 .lgx_logo_carousel .lgx_lsw_pagination .swiper-pagination-bullet,
.icon-slide #lgx_logo_slider_app_824 .lgx_logo_carousel .lgx_lsw_pagination .swiper-pagination-bullet {
  width: 7.8%;
}
.icon-slide #lgx_logo_slider_app_819 .lgx_logo_carousel .lgx_lsw_pagination .swiper-pagination-bullet {
  width: 9.8%;
}
.icon-slide #lgx_logo_slider_app_638 .lgx_logo_carousel .lgx_lsw_pagination .swiper-pagination-bullet-active,
.icon-slide #lgx_logo_slider_app_651 .lgx_logo_carousel .lgx_lsw_pagination .swiper-pagination-bullet-active,
.icon-slide #lgx_logo_slider_app_819 .lgx_logo_carousel .lgx_lsw_pagination .swiper-pagination-bullet-active,
.icon-slide #lgx_logo_slider_app_824 .lgx_logo_carousel .lgx_lsw_pagination .swiper-pagination-bullet-active {
  height: 3px;
  border-radius: 5px;
}
/*ホバーアニメーション（Enfold documentからimportant使用）*/
.image-overlay {
display: none !important;
opacity: 0 !important;
}

/*PROBLEM*/
.problem {
  position: relative;
  background: no-repeat;
  margin: auto;
  float: none;
  width: 77.8%;
  max-width: 1120px;
}
#top .no_margin.av_one_third.problem-item {
  width: 380px;
  padding: 51px 55px 160px;
}
.problem-item img {
  aspect-ratio: 1 / 0.973;
  object-fit: cover;
  border-radius: 10px;
}
.problem .entry-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#top .no_margin.av_one_third.problem-item.item2:before {
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  left: -8px;
  width: 4px;
  height: 4px;
  background: #00A28C;
  border-radius: 50%;
  visibility: visible;
  border: 6px solid #EDF6F7;
}
#top .no_margin.av_one_third.problem-item.item2::after {
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  right: -8px;
  width: 4px;
  height: 4px;
  background: #00A28C;
  border-radius: 50%;
  visibility: visible;
  border: 6px solid #EDF6F7;
}
/*トップページスライド1*/
:root {
	--visible-items: 9;
	--total-items: 10;
	--gap-size: 32px;
	--visible-gaps: 9;
	/* --- アイテム幅と移動距離の計算 --- */
	--pure-item-width: calc((100vw - (var(--gap-size) * var(--visible-gaps))) / var(--visible-items));
	--item-movement-unit: calc(var(--pure-item-width) + var(--gap-size));
	--slide-distance: calc(-1 * var(--total-items) * var(--item-movement-unit));
	--animation-duration: 60s;
}
body {
	font-family: 'Inter', sans-serif;
	margin: 0;
	padding: 0;
	background-color: #f8f9fa;
}
/* 外部パディング相殺 + 100vw幅の強制 */
.slider-wrapper.subsidy-slide {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	width: 100vw;
	max-width: none;
	overflow: hidden;
  background: none;
}
/* スライダーのアニメーション定義 */
@keyframes scroll-left {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(var(--slide-distance));
	}
}
/* トラック */
.subsidy-slide .slider-track {
	display: flex;
	/* 20個のアイテム分の幅 (10個 x 2セット) */
	width: calc(2 * var(--total-items) * var(--item-movement-unit));
	animation: scroll-left var(--animation-duration) linear infinite;
	justify-content: flex-start;
}
/* 各アイテム */
.subsidy-slide .slider-item {
	/* アイテム幅 */
	flex: 0 0 var(--pure-item-width);
	margin-right: var(--gap-size);
	box-sizing: border-box;
	/* 内部フレックス配置 */
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	text-align: center;
}
/* 画像のスタイル */
.subsidy-slide .slider-item img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
/* ラベルのスタイル */
.subsidy-slide .slider-label {
	font-weight: 400;
	font-size: 15px;
	line-height: 19px;
	text-align: center;
	color: #011613;
}
/*吹き出し部分*/
.speech-bubble {
  border-radius: 20px;
  border: 1px solid;
  position: relative;
  background: #f8f9f8;
  padding: 26px 32px 0;
  height: 206px;
  margin-bottom: 33px;
}
.speech-bubble:before {
  content: "";
  display: block;
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translateX(-50%);
  width: 38px;
  height: 38px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #f8f9f8;
  z-index: 0;
}
.speech-bubble::after {
  content: "";
  display: block;
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translateX(-50%);
  width: 39px;
  height: 39px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #aaa;
  z-index: -1;
}
.speech-bubble p {
  margin: 0;
  text-align: center;
}
.speech-bubble p:first-child {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  margin-bottom: 22px;
}
.speech-bubble p:last-child {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #011613;
  text-align: left;
}
.speech-bubble p:first-child:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 26px;
  height: 26px;
  background: #677371;
  border-radius: 50%;
  z-index: 0;
}
.speech-bubble p:first-child span {
  position: relative;
}
.problem-item-image p {
  margin: 0 auto;
  width: 122px;
}
div .flex_column.problem-arrow {
  width: 18px;
}
.problem-arrow p {
  margin: 0;
}
/*SOLUTION*/
.solution {
  width: 736px;
  margin: 0 auto 112px;
  float: none;
  background: #FFF7E6;
  box-shadow: 0px 4px 25px rgba(31, 22, 2, 0.1);
  border-radius: 20px;
  padding: 28px 111px 56px 111px;
  text-align: center;
}
.solution-copy-caption p {
  margin: 0;
}
.solution-copy-item p {
  background: #008A78;
  max-width: 544px;
  padding: 13px 24px;
  border-radius: 10px;
  height: 86px;
  display: flex;
  align-items: center;
  margin: 0;
  font-weight: 500;
  line-height: 150%;
}
.solution-copy-item.item1 p {
  margin-left: auto;
}
.solution-copy-item.item2 p {
  margin-right: auto;
}
.solution-copy-item.item3 p {
  margin: auto;
}
.solution-copy-item p i {
  margin-right: 10px;
}
.solution-image p {
  width: 73.6%;
  max-width: 1120px;
  margin: auto;
}
.solution-message p {
  margin: 0;
}
.solution-message p .emphasis {
  position: relative;
  font-weight: 700;
}
.solution-message p .emphasis:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: #FFAD09;
  z-index: -1;
}
.solution-message p .caption {
  color: #01161380;
  font-size: 16px;
}
/*アイコンスライド*/
.icon-slide2 .icon-slide-caption{
  text-align: center;
}
.icon-slide2 .icon-slide-caption p {
  margin: 0;
  position: relative;
  border-bottom: 1px solid #000;
  display: inline-block;
  margin-bottom: 18px;
}
.icon-slide2 .icon-slide-caption p:before,.icon-slide2 .icon-slide-caption p::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 12px;
  left: 0;
  right: 0;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  z-index: 1;
  margin: auto;
}
.icon-slide2 .icon-slide-caption p::before {
  background: #fff;
  bottom: -10px;
  z-index: 1;
}
.icon-slide2 .icon-slide-caption p::after {
  background: #333;
  bottom: -12px;
  z-index: 0;
}
.icon-slide2 .icon-slide-label p {
  margin: 0 0 32px;
}
.solution-icon p {
  margin: 0 auto 14px;
  width: 32px;
}
.solution-copy-sub p {
  margin: 0 0 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #011613;
}
.solution-copy-main p {
  font-weight: 500;
  font-size: 28px;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.04em;
  color: #011613;
  margin: 0 0 24px;
  padding-bottom: 9px;
  display: inline-block;
  border-bottom: 2px solid #FFAD09;
}
.solution-copy-caption p {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #011613;
}
/*支援メニュー*/
.support {
  background: none;
  position: relative;
  margin-bottom: 112px;
  padding-bottom: 112px;
}
.support:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  height: 100%;
  background: #fff;
  border-radius: 0 30px 30px 0;
  width: 79.4%;
  /*! max-width: 1184px; */
}
.support .container {
  margin: auto;
  width: 77.8%;
  max-width: 1120px;
}
div .av_one_half.support-item-contents {
  width: 31.5%;
  max-width: 352px;
  padding-top: 80px;
}
.support-item-num {
  background: #FFAD09;
  border-radius: 10px;
  display: inline-block;
  padding: 12px 14px 10px;
  margin-bottom: 24px;
}
.support-item-num p {
  font-weight: 400;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  color: #F8F9F8;
  margin: 0;
}
.support-item-num .number {
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  margin-top: 4px;
  display: block;
}
.support-item-title h3 {
  font-weight: 500;
  font-size: 28px;
  line-height: 48px;
  letter-spacing: 0.04em;
  color: #011613;
  margin-bottom: 24px;
}
.support-item-text p {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #011613;
}
div .av_one_half.support-item-image1 {
  width: 65.2%;
  max-width: 730px;
  margin-left: 32px;
  margin-left: 2.8%;
}
.support-item-image1 p {
  margin: -20px -20px 0 0;
}
div .av_one_half.support-item-image2 {
  width: 56.3%;
  max-width: 630px;
  margin-right: 0;
}
.support-item-image2 p {
  margin: -20px 0 0 -40px;
}
div .av_one_half.support-item-contents2 {
  width: 33.9%;
  max-width: 380px;
  margin-left: 80px;
  margin-left: 7.2%;
}
div .av_one_half.support-item-image3 {
  width: 63%;
  max-width: 705px;
  margin-left: 50px;
  margin-left: 4.5%;
}
.support-item-image3 p {
  margin: -20px -20px 0 0;
}
div .av_one_half.support-item-image4 {
  width: 56.3%;
  max-width: 630px;
}
.support-item-image4 p {
  margin: -20px 0 0 -40px;
}
div .av_one_half.support-item-contents4 {
  margin-left: 90px;
  margin-left: 8.1%;
}
/*EXAMPLE*/
.example {
  padding: 104px 0;
}
.responsive .example .container {
  max-width: 1120px;
}
.example .entry-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.example-item {
  background: #fff;
  border-radius: 10px;
  padding: 50px 45px;
}
.example-item .item-image p {
  margin: 0 0 20px;
}
.example-item .item-image img {
  aspect-ratio: 1 / 0.988;
  object-fit: cover;
  border-radius: 10px;
}
.example-item .item-description p {
  margin: 0;
}
.example-item .item-description p:nth-child(2) {
  margin-top: 10px;
}
.example-item .item-title h3 {
  margin: 0;
  line-height: 1.35;
  font-size: 18px;
}
.example-item .item-title p {
  margin: 0 10px 0 0;
  font-size: 16px;
  font-weight: 600;
}
.example-item .item-title p span {
  font-family: "space-grotesk","noto-sans-jp";
}
.example-item .item-title {
  display: flex;
  align-items: center;
  padding-bottom: 11px;
  margin-bottom: 20px;
  margin-top: 0;
  position: relative;
}
.example-item .item-title:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 96%;
  height: 1px;
  background: #00A28C33;
}
.example-item .item-title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 5px;
  height: 5px;
  background: #00A28C;
  border-radius: 50%;
}
/*MERIT*/
.merit {
  padding: 104px 0 0;
}
.merit .entry-content-wrapper {
  display: flex;
  flex-wrap: wrap;
}
div .av_one_half.merit-item {
  width: 544px;
  text-align: center;
  display: inline-block;
  font-weight: bold;
  background: #fff;
  border: solid 2px #CCD0D0;
  border-radius: 12px;
  position: relative;
}
div .av_one_half.merit-item.item1 {
  margin-left: auto;
}
.merit-item.item1 {
  margin-right: 1.5%;
}
div .av_one_half.merit-item.item2 {
  margin-right: auto;
}
div .av_one_half.merit-item:before {
  background: #fff;
  top: -15px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  z-index: 1;
}
div .av_one_half.merit-item::after {
  background: #CCD0D0;
  top: -19px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
div .av_one_half.merit-item::before,div .av_one_half.merit-item::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  right: 0;
  margin: auto;
  visibility: visible;
}
.merit-item-title .emphasis {
  font-size: 24px;
}
.merit-item-title p {
  margin: 0 0 24px;
}
.merit-item-description p {
  margin: 0 0 24px;
  font-weight: 400;
}
.merit-item-copy p {
  margin: 0;
  padding-bottom: 9px;
  border-bottom: 1px solid #344542;
  display: inline-block;
  line-height: 1;
}
.merit-item.item1 {
  padding: 32px 0;
}
div .av_one_half.merit-item.merit-item.item2 {
  padding: 48px 0;
  border-color: #00BD9C;
}
div .av_one_half.merit-item.item2::after {
  background: #00BD9C;
}
.merit-item-description i {
  color: #FFAD09;
  margin-right: 5px;
}
.merit-item.item2 .merit-item-copy p {
  border-color: #FFAD09;
}
/*Simulator*/
.simulator .entry-content-wrapper {
  position:relative;
  padding:40px 0;
  max-width:736px;
  margin:auto;
  float:none;
  background:#F8F9F8;
  box-shadow:0px 4px 0px rgba(0,0,0,0.25);
  border-radius:10px
}
.simulator-balloon {
  pointer-events: none;
}
.simulator .container {
  position: static;
}
.simulator .units {
  position: static;
}
#top .simulator .chat-starter input[type="text"] {
  background: #fff;
}
/*FLOW*/
.flow-title h2 {
  font-size: 32px;
}
.flow-item .avia_textblock {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flow .entry-content-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.first.flow-item p span {
  font-size: 14px;
  font-family: "space-grotesk","noto-sans-jp";
  font-weight: 700;
  margin-bottom: 12px;
  display: inline-block;
}
.first.flow-item p {
  margin: 0;
}
.first.flow-item p:nth-child(2) {
  max-width: 610px;
}
.flow {
  background: none;
  margin: auto;
  width: 77.8%;
  max-width: 1120px;
  float: none;
}
body div .flow-item {
  border: 2px solid #1AAB97;
  border-radius: 20px;
  position: relative;
  padding: 40px 40px 56px;
}
.flow-item-title h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  color: #011613;
  flex-shrink: 0;
  margin-bottom: 0;
}
.flow-item-title h3 span {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 24px;
  display: block;
}
.flow-item-title p {
  margin: 0;
  width: 88px;
  flex-shrink: 0;
}
.flow-item-text p {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
  color: #011613;
}
.flow-item-title {
  margin-bottom: 24px;
}
.flow-item-dot {
  position: absolute;
  top: 53%;
  top: 185px;
  right: 95%;
  transform: translateY(-50%);
  width: 72px;
  z-index: 1;
}
.flow-item-dot p {
  margin: 0;
}
.flow-message .avia_textblock {
  display: flex;
  align-items: center;
  width: 928px;
  margin: auto;
  justify-content: space-between;
  width: 64.4vw;
  max-width: 928px;
}
.flow-message img {
  width: 132px;
}
.flow-message p {
  margin: 0;
}
.flow-message p:last-child {
  background: #fFEFCE;
  border-radius: 80px;
  padding: 27px 77px 27px;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #011613;
  position: relative;
}
.flow-message p:last-child:before {
  content: "";
  display: block;
  position: absolute;
  top: 48%;
  right: 99%;
  width: 30px;
  height: 22px;
  background: #ffefce;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  transform: translateY(-50%) rotate(28deg);
}
/*Case*/
/* 3件目以降のアイテムを非表示にする設定 */
.denkicheck-case-study-grid .case-study-item:nth-child(n + 3) {
    /* アニメーションのために display: none ではなく max-height を使用 */
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    /* max-height と opacity にトランジションを設定し、滑らかに展開する */
    /* transition: max-height 0.7s ease-out, opacity 0.5s ease-out; */
    padding: 0;
}

/* 展開状態（JavaScriptで追加されるクラス） */
.denkicheck-case-study-grid.is-expanded .case-study-item:nth-child(n + 3) {
    /* max-height: auto; はアニメーションしないため、充分に大きな固定値（例: 3000px）を設定 */
    max-height: 3000px; 
    opacity: 1;
    /* Gridの子要素としての特性を維持するため、displayプロパティはここでは変更しない */
    padding: 32px 32px 40px;
}
/* さらに見るボタン */
.case-study-show-more-wrapper {
  width: 352px;
  margin: auto;
}
#caseStudyShowMore {
  border: 1px solid #00A28C;
  box-shadow: 0px 4px 0px rgba(0, 162, 140, 0.7);
  border-radius: 50px;
  background: #FFFFFF;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: #008A78;
  width: 100%;
  padding: 24px 0;
  cursor: pointer;
}
.case {
  width: 77.8%;
  max-width: 1120px;
  margin: auto;
  float: none;
  background: none;
}
#case-anchor {
  padding-top: 50px;
}
.case-study-archive-item {
  background: #FFFFFF;
  box-shadow: 0px 0px 30px rgba(1, 22, 19, 0.1);
  border-radius: 20px;
  padding: 32px 32px 40px;
  position: relative;
  transition: all 0.3s;
}
.case-study-archive-item:hover {
  background: #E5F6F3;
}
.case-study-thumbnail img {
  aspect-ratio: 480/232;
  object-fit: cover;
  height: 100%;
  border-radius: 15px;
}
.case-study-thumbnail {
  margin-bottom: 32px;
}
.case-study-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 24px;
}
.case-study-meta {
  margin-bottom: 12px;
}
.case-study-meta .meta-item {
  display: inline-block;
  border: 1px solid #99DAD1;
  border-radius: 30px;
  background: #F2FAF9;
  padding: 8px 12px 11px;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.04em;
  color: #011613;
}
.case-study-meta .meta-item:first-child {
  margin-right: 8px;
}
.case-study-result .result-item {
  background: none;
  box-shadow: none;
  border: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.04em;
  color: #000000;
  padding: 0;
}
.case-study-item:hover {
  transform: none;
}
.case-study-item > a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
/*補助金*/
.home-subsidy {
  text-align: center;
  background: none;
}
.main_color div.home-subsidy-title {
  display: inline-block;
  padding-bottom: 16px;
  border-bottom: 2px solid #FFAC09;
}
.home-subsidy-title p {
  font-weight: 500;
  font-size: 28px;
  line-height: 28px;
  color: #011613;
  margin: 0;
}
.home-subsidy-title p:first-child {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 16px;
}
/*FAQ*/
.faq {
  width: 90.6%;
  max-width: 1296px;
  margin: auto;
  float: none;
  background: #FFFFFF;
  border-radius: 40px;
  padding: 117px 88px;
}
.faq-item {
  padding: 32px 0;
  border-top: 1px solid #E6E8E7;
}
.faq-item:last-of-type {
  border-bottom: 1px solid #E6E8E7;
}
.faq-q p:nth-child(1) {
  font-size: 20px;
  color: #00A28C;
  width: 30px;
  font-family: "space-grotesk","noto-sans-jp";
  font-weight: 500;
}
.faq-q p {
  margin: 0;
    margin-top: 0px;
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  color: #011613;
}
.faq-q,.faq-a {
  display: flex;
  align-items: center;
  font-size: 20px;
}
.faq-a p:nth-child(2) {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #011613;
}
.faq-item .av_textblock_section {
  margin-bottom: 16px;
}
.faq-a p:nth-child(1) {
  font-size: 20px;
  color: #FFAD09;
  width: 30px;
  font-family: "space-grotesk","noto-sans-jp";
  font-weight: 500;
  flex-shrink: 0;
}
.faq-item .av_textblock_section:nth-child(2) {
  margin: 0;
}
/*FOOTER*/
#footer {
  padding: 64px 160px;
  background-size: cover;
}
#footer.container_wrap {
  border: 0;
}
#footer .widget {
  margin: 0;
}
.footer-logo {
  margin-bottom: 107px;
  display: inline-block;
  position: relative;
}
.footer-logo:before {
  content: "電気AI診断";
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  left: calc(100% + 10px);
  transform: translateY(-50%);
  z-index: 999;
  white-space: nowrap;
  border: 1px solid #fff;
  padding: 0 8px;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
}
.footer-copy {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
  color: #fff;
}
.copyright {
  font-weight: 700;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 0.08em;
  color: #FFFFFF;
}
.footer-nav {
  position: absolute;
  bottom: 0;
  right: 0;
}
.footer-nav ul {
  display: flex;
}
#top #footer .widget ul li a {
  font-weight: 700;
  font-size: 11px;
  line-height: 220%;
  letter-spacing: 0.04em;
  text-decoration-line: underline;
  color: #FFFFFF;
  transition: all 0.3s;
}
#top #footer .widget ul li a:hover {
  color: #ffffff80;
}
#top #footer .widget ul li:not(#top #footer .widget ul li:last-child) {
  margin-right: 10px;
}

/*トップへ戻るボタン*/
#scroll-top-link.avia_pop_class {
  background: #011613;
  border-color: #011613;
  opacity: 1;
}
#scroll-top-link.avia-svg-icon:hover svg:first-child {
  fill: #fff;
}

/*トップ以外のページ全体*/
.page-inner {
  max-width: 928px;
  margin: auto;
  float: none;
  padding-top: 272px;
}

/*利用規約・プライバシーポリシー・情報セキュリティ方針・特定商取引法に基づく表記背景*/
.page-terms-and-conditions #main:before,
.page-privacy-policy #main:before,
.page-information-security-policy #main:before,
.page-specified-commercial-transactions-act #main:before {
  background: url(./images/fv-bg.png);
  background-size: 722px;
  background-repeat: no-repeat;
  background-position: top right;
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 1;
  height: 100%;
  width: 722px;
}

/*パンくずリスト*/
.breadcrumb-trail .trail-before {
  display: none;
}
.breadcrumb-trail a {
  padding: 0;
  display: flex;
  align-items: center;
}
.breadcrumb-trail a:after {
  content: ">";
  color: #99a2a1;
  font-size: 16px;
  font-family: 'noto-sans-jp',Helvetica,Arial,sans-serif;
  font-weight: 500;
  margin: 0 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.breadcrumb .sep {
  display: none;
}
.breadcrumb-trail .trail-end {
  padding: 0;
  color: #677371;
}
a.trail-begin span {
  text-decoration: underline;
}
.breadcrumb.breadcrumbs.avia-breadcrumbs {
  padding-bottom: 42px;
}

/*ページヘッダー*/
.page-subtitle p {
  margin: 0 0 10px;
  padding-left: 26px;
  position: relative;
  font-family: "space-grotesk","noto-sans-jp";
}
.page-subtitle p::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 16px;
  height: 5px;
  background: #00A28C;
}

/*利用規約・プライバシーポリシー*/
/*見出し*/
.agreement-policy-h2 h2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 170%;
  letter-spacing: 0.04em;
  color: #011613;
  margin-bottom: 32px;
}
/*説明文*/
.page-description p {
  margin: 0;
}
.agreement-policy-item h2 {
  font-size: 16px;
  font-weight: 700;
  font-family: "space-grotesk","noto-sans-jp";
  line-height: 27px;
  margin-bottom: 16px;
}
.agreement-policy-item h3 {
  font-size: 16px;
  margin-bottom: 16px;
  line-height: 27px;
}
.agreement-policy-item p {
  margin: 0 0 16px;
}
.agreement-policy-item ol {
  margin: 0 0 16px 5px;
}
.agreement-policy-item ol li {
  font-family: "space-grotesk","noto-sans-jp";
  padding-left: 3px;
}
.agreement-policy-item li::marker {
  color: #00A28C;
  font-family: "space-grotesk";
}
.agreement-policy-item ol li ol {
  margin-left: 75px;
  margin-top: 16px;
}
.text-conclusion p {
  margin: 0 0 56px;
}
.user-agreement-infomation p {
  margin: 0;
}
.user-agreement-infomation p:first-child {
  margin-bottom: 24px;
}

.agreement-policy-item ol li .emphasis {
  font-weight: 500;
  width: 105px;
  display: inline-block;
}
.privacy-policy-contact-title p {
  margin: 0 0 24px;
}
.privacy-policy-contact {
  padding: 40px 40px 45px;
  border-radius: 10px;
}
.privacy-policy-contact-contents p {
  color: #011613;
  font-size: 16px;
  line-height: 27px;
  color: #011613;
  margin: 0 0 0;
}
.privacy-policy-contact-contents p span {
  font-weight: 700;
}
.privacy-policy-contact-contents p:first-child {
  margin-bottom: 8px;
}
.agreement-policy-item.wide-margin li {
  margin-bottom: 12px;
}

/*チャットページ*/
/*チャット・結果ページロゴ背景非表示*/
.page-chat #main:before {
  display: none;
}
.page-thank-you #main::before {
  display: none;
}
/*ショートコード高さ0*/
.short-code {
	height: 0;
}
/*全体レイアウト*/
.page-chat #header,.page-thank-you #header {
  box-shadow: 0px 4px 16px rgba(153, 162, 161, 0.4);
  background: #fff;
}
.page-chat .content {
  padding-top: 90px;
}
body .denkicheck-chat-container {
  border: 0;
  border-radius: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding-bottom: 30px;
}
body .denkicheck-form {
  max-width: 704px;
}
body.page-chat #main, body.page-thank-you #main {
  background: #F8F9F8;
}
.page-chat #main > .container_wrap:not(#footer.container_wrap), .page-thank-you #main > .container_wrap:not(#footer.container_wrap) {
  position: relative;
  max-width: 704px;
  margin: auto;
  float: none;
  padding: 0 20px;
}
.page-chat #main > #footer.container_wrap:before {
  display: none;
}
/*プログレスバー*/
body .denkicheck-progress {
  border-radius: 0;
  background: #fff;
  border: 0;
  position: relative;
  margin-top: 0;
  padding-top: 24px;
}
.denkicheck-progress-text {
  display: none;
}
body .denkicheck-progress-bar:before {
  background: #33A193;
  border-radius: 90px 0 0 90px;
}
body .denkicheck-progress-bar {
  height: 20px;
  background: #fff;
  box-shadow: 0 0 0 3px #00A28C4D;
  padding: 3px;
  border-radius: 90px;
  position: relative;
}
.denkicheck-progress:before {
  content: "";
  width: 100vw;
  height: 120%;
  background: #fff;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  box-shadow: 0px -4px 4px 0 rgba(0, 0, 0, 0.1);
}
body .denkicheck-progress-bar[aria-valuenow="100"]::before {
  border-radius: 90px;
}
.denkicheck-reset-area {
  position: relative;
}
.denkicheck-reset-area:before {
  content: "";
  width: 100vw;
  height: 100px;
  background: #fff;
  position: absolute;
  z-index: 0;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
}
.denkicheck-reset-btn {
  position: relative;
}

/*バブル*/
body .denkicheck-message.bot .denkicheck-message-bubble {
  background: #F8F9F8;
  color: #000;
}
body .denkicheck-messages {
  background: #fff;
  padding: 81px 40px 0;
}
body .denkicheck-message-bubble {
  border-radius: 4px;
  width: 100%;
  max-width: 100%;
  font-size: 16px;
}
.denkicheck-message.bot .denkicheck-message-bubble::before {
  border: 0;
}
.denkicheck-message.user .denkicheck-message-bubble::before {
  display: none;
}
/*メッセージ部分*/
.denkicheck-message.bot:before {
  content: "";
  border: 0;
  width: 40px;
  height: 40px;
  background: #00b095;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
}
.denkicheck-message.bot {
  position: relative;
  padding-left: 56px;
}

body .denkicheck-message.user .denkicheck-message-bubble {
  background: #fff;
  border: 1px solid #99A2A1;
  text-align: left;
  border-radius: 8px;
}
/*フォーム部分*/
.denkicheck-input-area {
  border: 0;
}
#top .main_color .denkicheck-field select,#top .main_color .denkicheck-field input {
  background-color: #fff;
  border-radius: 8px;
  padding: 16px 12px;
  font-size: 16px;
  color: #011613;
}
body .denkicheck-choices {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

/*クリアボタン*/
body .denkicheck-reset-btn {
  font-size: 16px;
  line-height: 19px;
}

/*次へ・送信ボタン*/
body .denkicheck-next-btn, body .denkicheck-submit-btn {
  font-size: 18px;
  line-height: 22px;
  background: #008A78;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  border-radius: 69px;
  padding: 12px 80px 14px;
}
body .denkicheck-next-btn:hover, body .denkicheck-submit-btn:hover {
  background: #008A78;
}
.btn.btn-secondary {
  position: relative;
}
.btn.btn-secondary:before {
  content: "";
  background: url(./images/icon-paper-airplane.png);
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  width: 19px;
  height: 16px;
  background-size: cover;
  background-repeat: no-repeat;
}
body .denkicheck-choice:focus,
body .denkicheck-radio-option:focus-within,
body .denkicheck-next-btn:focus,
body .denkicheck-submit-btn:focus {
  outline: 3px solid #008A78;
  background: #008A78;
  color: #fff;
}
body .denkicheck-radio-option:focus-within label {
  color: #fff;
}
body .denkicheck-radio-option.selected {
  background: #008A78;
}
body .denkicheck-radio-option.selected label {
  color: #fff;
}
body .denkicheck-reset-btn:focus {
  outline: 0;
}

.required-mark {
  display: none;
}

/*結果ページ*/
body.page-thank-you .short-code {
  padding-top: 160px;
}
/*タイトル*/
.thanks-title {
  max-width: 640px;
  margin: auto;
  float: none;
  min-height: auto;
}
.thanks-title h2 {
  font-size: 22px;
  margin: 0 auto 24px;
  font-weight: 700;
}
/*結果内容*/
.result-items .container {
  max-width: 640px;
}
.result-items.electricity-only .container {
  margin-bottom: 24px;
}
.result-item {
  max-width: 640px;
  margin: 0 auto 24px;
  float: none;
  min-height: auto;
  background: #FFFFFF;
  border: 1px solid #CCD0D0;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  padding: 16px;
}
.result-item-title h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 16px;
}
.result-item p {
  margin: 0;
}
#top .no_margin.av_one_fourth.result-bill-prefix {
  float: none;
  display: inline-block;
  width: auto;
  border-bottom: 1px solid #CCD0D0;
  padding-bottom: 8px;
}
#top .no_margin.av_one_half.result-bill-value {
  width: 78%;
  float: none;
  display: inline-block;
  border-bottom: 1px solid #CCD0D0;
  padding-bottom: 8px;
}
#top .solar .no_margin.av_one_half.result-bill-value {
  width: 76%;
}
.solar-copy {
  text-align: center;
}
.solar-copy p {
  display: inline-block;
  font-weight: 600;
  letter-spacing: 0.15px;
  padding: 1px 12px 2px;
  background: #7E6AE2;
  border-radius: 4px;
  line-height: 24px;
  margin-top: 8px;
  margin-bottom: 10px;
}
#top .no_margin.av_one_fourth.result-bill-suffix {
  width: auto;
  margin-left: auto;
  float: none;
  display: inline-block;
  text-align: right;
  border-bottom: 1px solid #CCD0D0;
  padding-bottom: 8px;
}
.result-bill {
  border-bottom: 1px solid #CCD0D0;
  padding-bottom: 8px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.result-bill-value {
  margin-left: auto;
}
.result-economize {
  display: flex;
  justify-content: space-between;
  margin: 16px 0;
}
.result-economize-value {
  margin-left: auto;
}
.result-item.solar .result-economize {
  margin-top: 0;
}
.result-economize-icon {
  width: 40px;
}
.result-bill-prefix p {
  font-size: 14px;
  line-height: 20px;
}
.result-bill-value p {
  filter: blur(4.5px);
  font-size: 20px;
  line-height: 20px;
  text-align: right;
  letter-spacing: 0.15px;
  padding-right: 8px;
}
.result-bill-suffix p {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.15px;
}
#top .no_margin.av_one_fourth.result-economize-icon {
  float: none;
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
.result-economize-icon p {
  width: 48px;
}
#top .no_margin.av_one_half.result-economize-value {
  width: 73%;
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.result-economize-value p {
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  text-align: right;
  filter: blur(7px);
  padding-right: 8px;
}
#top .no_margin.av_one_fourth.result-economize-suffix {
  width: auto;
  margin-left: auto;
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.result-economize-suffix p {
  font-weight: 700;
  font-size: 14px;
  line-height: 44px;
  letter-spacing: 0;
}
.result-co2 {
  background: #E5F3F1;
  border-radius: 12px;
  padding: 10px 16px 12px 10px;
  display: flex;
}
.result-co2 .av_multi_colums {
  display: flex;
}
.result-co2 p:nth-child(1) {
  width: 48px;
  margin-right: 12px;
}
.result-co2 p:nth-child(2) {
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.15px;
  color: #008A78;
}
.result-co2 p:nth-child(3) {
  font-weight: 600;
  font-size: 32px;
  line-height: 32px;
  text-align: right;
  color: #008A78;
  filter: blur(6px);
  flex-grow: 1;
  display: flex;
  align-items: end;
  justify-content: end;
}
.result-co2 p:nth-child(4) {
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  text-align: right;
  letter-spacing: 0.15px;
  color: #008A78;
  display: flex;
  align-items: end;
}
/*ガイド*/
#top #wrap_all #main .procedure-guide > div {
  max-width: 640px;
  margin: auto;
  padding-bottom: 24px;
}

.result-items.select-high-hidden,.result-items.select-owned-hidden {
  min-height: 0;
  margin-bottom: 0;
}
.result-items.select-high-hidden .container,.result-items.select-owned-hidden .container {
  min-height: 0;
  margin-bottom: 0;
}
.result-items.electricity-only.select-owned-hidden.select-high-hidden.select-rental-visible .result-item {
  box-shadow: none;
  border: 0;
  padding: 0;
}


/*チャット結果無料会員登録リード部分*/
.chat-outer.read {
  padding: 0 32px 10px;
}
.chat-h2-line p {
  margin: 0 0 16px;
  position: relative;
}
.chat-h2-line p img {
  width: 24px;
}
.chat-h2-line p:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  transform: translateY(-50%);
  width: 94%;
  height: 2px;
  background: #FFAD09;
}
.chat-h2 h2 {
  font-size: 23px;
  font-weight: 700;
  line-height: 31px;
}
.read-contents {
  border: 1px solid #CCD0D0;
  border-radius: 12px;
  padding: 16px 16px 24px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
}
.read-item {
  background: #F8F9F8;
  border-radius: 8px;
  padding: 16px;
}
.read-contents > .av_textblock_section {
  margin-bottom: 16px;
}
.read-contents > .av_textblock_section:last-child {
  margin-bottom: 0;
}
.read-item h3 {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 8px;
}
.read-item h3 img {
  width: 32px;
  margin-right: 8px;
}
.read-item ul {
  margin-bottom: 0;
}
.read-item li {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.read-item p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}

.registration-caption {
  max-width: 640px;
  margin: auto;
  float: none;
  min-height: auto;
}
.registration-caption p {
  margin: 0 auto 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #011613;
}

.procedure-guide {
  max-width: 640px;
  margin: auto;
  float: none;
  min-height: auto;
}
.procedure-guide h2 {
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  color: #011613;
  margin-bottom: 24px;
}
.procedure-guide p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #011613;
  margin-top: 0;
}
.registration-caption p {
  max-width: 640px;
}
/*ユーザー登録フォーム*/
.registration-form .container {
  padding: 0 32px;
}
.registration-form.form-first .container {
  padding-bottom: 80px;
}
.registration-form.form-second .container {
  padding-bottom: 160px;
}

/*事前登録完了ページ*/
body .thanks-preregister-container {
  padding-top: 182px;
  padding-bottom: 203px;
  width: auto;
  margin: auto;
  float: none;
  text-align: center;
}
.thanks-preregister-title h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  text-align: center;
  margin-bottom: 32px;
}
.thanks-preregister-contents p {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  text-align: center;
  letter-spacing: 0.04em;
  margin-bottom: 64px;
}
.thanks-preregister-icon {
  width: 30px;
  margin: 0 auto 16px;
}

/*東京都LP*/
/*メニュー非表示*/
.page-id-948 .main_menu {
  display: none;
}

.page-id-948 #main:before {
  background: url(./images/lp-tokyo-bg.png);
  background-size: 100%;
  background-position: top left;
  background-repeat: no-repeat;
  width: 100%;
  height: 2038px;
  right: auto;
  left: 0;
}

/*東京都LP用ヘッダー*/
.page-id-948 div .logo img {
  width: 214px;
}
.page-id-948 div .logo a::after {
  border-color: #00BD9C;
  border-radius: 2px;
  margin-left: 15px;
}
.page-id-948 .av_header_stretch .container {
  width: 96.2%;
  margin-left: auto;
  margin-right: 0;
}
.page-id-948 #avia-menu > li {
  margin: 0;
}
.page-id-948#top #wrap_all  #header.header_color .av-menu-button-colored.login > a .avia-menu-text {
  background: #011613;
  display: flex;
  flex-direction: column;
  border-radius: 0;
  width: 100px;
  height: 100px;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 12px;
}
.page-id-948#top #wrap_all  #header.header_color .av-menu-button-colored.register > a .avia-menu-text {
  background: #008a78;
  display: flex;
  flex-direction: column;
  border-radius: 0;
  width: 100px;
  height: 100px;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 12px;
}
.page-id-948#top #wrap_all #header.header_color .av-menu-button-colored.login > a .avia-menu-text {
  border-color: #000;
}
.page-id-948 #header.header_color .av-menu-button-colored.login > a,
.page-id-948 #header.header_color .av-menu-button-colored.register > a {
  line-height: 1;
  height: 100%;
}
.page-id-948#top #wrap_all  #header.header_color .av-menu-button-colored.login > a .avia-menu-text:hover,
.page-id-948#top #wrap_all  #header.header_color .av-menu-button-colored.register > a .avia-menu-text:hover {
  background: #fff;
}
.page-id-948 #header.header_color .av-menu-button-colored.login > a .avia-menu-text i,
.page-id-948 #header.header_color .av-menu-button-colored.register > a .avia-menu-text i {
  font-size: 31px;
  margin-bottom: 6px;
  margin-right: 0;
}

.lp-tokyo-kv-container {
  position: relative;
}
div .flex_column.lp-tokyo-kv-contents {
  padding-top: 349px;
  padding-bottom: 43px;
  padding-left: 70px;
  max-width: 1400px;
  margin: auto;
  float: none; 
}
.tanso-man-tokyo-logo p {
  width: 375px;
  margin: 0 0 20px;
  line-height: 1;
}
.kv-badge p {
  background: #fff;
  display: inline-block;
  padding: 4px 8px 5px;
  line-height: 1;
  border-radius: 5px;
  border: 1px solid #00A28C80;
  margin: 0 0 16px;
  font-weight: 700;
}
.lp-tokyo-kv-contents .kv-badge p {
  border-color: #ddd;
}
.lp-tokyo-kv-container .kv-copy p {
  font-weight: 600;
  font-size: 50px;
  line-height: 66px;
  letter-spacing: 0.05em;
  font-family: 'Noto Serif JP';
  margin: 0 0 15px;
}
.lp-tokyo-kv-container .kv-caption p {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.09em;
  margin: 0 0 18px;
}
.lp-tokyo-btn p {
  display: inline-block;
  background: #00BD9C;
  border: 1px solid #00BD9C;
  margin: 0 0 88px;
  position: relative;
}
#top .av_inherit_color.lp-tokyo-btn a {
  text-decoration: none;
  padding: 15px 50px 12px;
  display: block;
  transition: all 0.3s;
  position: relative;
}
#top .av_inherit_color.lp-tokyo-btn a:hover {
  background: #fff;
  color: #00BD9C;
}
.lp-tokyo-btn a .emphasis {
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
}
.lp-tokyo-btn a .sepalate {
  margin: 0 10px;
}
.lp-tokyo-btn a i {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
#top .av_inherit_color.lp-tokyo-btn a:hover i {
  color: #00BD9C;
}
/*東京都LP KV画像*/
div .flex_column.lp-tokyo-kv-image {
  width: 968px;
  position: absolute;
  top: 60px;
  right: 0;
  margin: 0;
  z-index: 1;
}
div .flex_column.lp-tokyo-kv-image p {
  margin: 0;
}
/*スクロールラベル*/
div .flex_column.lp-tokyo-kv-scroll {
  font-family: 'Noto Serif JP';
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0.09em;
  writing-mode: vertical-lr;
  position: absolute;
  bottom: 0;
  right: 27px;
  width: auto;
}
div .flex_column.lp-tokyo-kv-scroll p {
  margin: 0;
  position: relative;
  font-weight: 500;
  line-height: 19px;
  padding-top: 3px;
  padding-bottom: 90px;
  padding-left: 3px;
}
div .flex_column.lp-tokyo-kv-scroll p::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 1px;
  height: 100%;
  background: #C2C2C2;
}
div .flex_column.lp-tokyo-kv-scroll p::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 40px;
  background: #00BD9C;
}

.lp-tokyo-section-title {
  text-align: center;
}
.lp-tokyo-section-label p {
  margin: 0;
  margin: 0 0 12px;
  padding-left: 26px;
  position: relative;
  font-family: "space-grotesk","noto-sans-jp";
  display: inline-block;
}
.lp-tokyo-section-label p:before {
  content: "";
  display: block;
  position: absolute;
  top: 48%;
  left: 0;
  transform: translateY(-50%);
  width: 16px;
  height: 5px;
  background: #00A28C;
}
.lp-tokyo-section-title h2 {
  font-size: 36px;
  font-family: 'Noto Serif JP';
  font-weight: 600;
  line-height: 43px;
  letter-spacing: 0.04em;
  margin-bottom: 0;
}
.lp-tokyo-section-contents .contents-text p {
  text-align: center;
  font-family: 'Noto Serif JP';
  font-weight: 500;
  line-height: 52px;
  margin: 0 0 25px;
}
.lp-tokyo-section-contents section:last-child p {
  margin-bottom: 0;
}
.lp-tokyo-message .lp-tokyo-section-label p {
  margin-bottom: 0;
}
div .flex_column.lp-tokyo-section-image {
  position: relative;
}
/*Message*/
.lp-tokyo-message-image p {
  margin: 0;
}
div .flex_column.lp-tokyo-section-image .image-wrap {
  max-width: 1074px;
  margin: auto;
  float: none;
  width: 78%;
}
.lp-tokyo-message .entry-content-wrapper {
  padding-top: 140px;
}
div .flex_column.lp-tokyo-message-image {
  position: absolute;
}
div .flex_column.lp-tokyo-message-image1 {
  width: 140px;
  top: 113px;
  left: 0;
}
div .flex_column.lp-tokyo-message-image2 {
  width: 192px;
  top: 201px;
  left: 140px;
}
div .flex_column.lp-tokyo-message-image3 {
  width: 250px;
  top: 904px;
  left: 52px;
}
div .flex_column.lp-tokyo-message-image4 {
  width: 204px;
  top: 0;
  right: 0;
}
div .flex_column.lp-tokyo-message-image5 {
  width: 216px;
  top: 667px;
  right: 0;
}
div .flex_column.lp-tokyo-message-image6 {
  width: 159px;
  top: 1013px;
  right: 145px;
}
.message-copy {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #EDF6F7;
  padding-top: 47px;
  padding-bottom: 31px;
  margin-top: -8px;
}
.message-copy p {
  margin: 0;
  font-family: 'Noto Serif JP';
  font-weight: 700;
  line-height: 45px;
}
.message-copy::before,.message-copy::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  width: 50%;
  height: 92px;
  background: #EDF6F7;
}
.message-copy::before {
  left: 0;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
}
.message-copy::after {
  right: 0;
  clip-path: polygon(100% 100%, 0 100%, 100% 0);
}
.lp-tokyo-cta {
  text-align: center;
  background: #edf6f7;
}

/*Statements*/
.lp-tokyo-statements {
  padding: 134px 0 120px;
}
.lp-tokyo-statements .container {
  max-width: 1007px;
}
.lp-tokyo-statements .lp-tokyo-cta {
  background: transparent;
}
.ceo-image p {
  margin: 0 0 18px;
  max-width: 277px;
}
.ceo-image p img {
  display: block;
}
.ceo-name p {
  margin-bottom: 12px;
  line-height: 22px;
}
.company-name p {
  font-weight: 400;
  line-height: 42px;
  margin: 0 0 20px;
  padding-left: 17px;
  position: relative;
}
.ceo-name p span {
  font-family: 'Noto Serif JP';
  font-weight: 600;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0.09em;
}
.company-name p:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% + 4px);
  left: 0;
  transform: translateY(-50%);
  width: 3px;
  height: 28px;
  background: #00BD9C;
}
.ceo-message p {
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.04em;
  margin: 0;
}
.lp-tokyo-statements .lp-tokyo-btn p {
  margin: 0;
}

/*下部コピーセクション*/
.lp-tokyo-bottom-copy {
  padding: 100px 0;
}
.lp-tokyo-bottom-copy-image p {
  margin: 0 auto 30px;
  width: 375px;
}
.lp-tokyo-bottom-copy-text.sub-text p {
  font-family: 'Noto Serif JP';
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 0.02em;
  margin: 0;
  text-shadow: 0px 0px 40px rgba(0, 69, 166, 0.7);
}
.lp-tokyo-bottom-copy-text.main-text p {
  font-family: 'Noto Serif JP';
  font-weight: 600;
  line-height: 52px;
  letter-spacing: 0.02em;
  text-shadow: 0px 0px 40px rgba(0, 69, 166, 0.7);
}

/*Footer*/
/*基本ページ用フッターの非表示*/
.page-id-948 #footer {
  display: none;
}
/*東京都LP用フッター*/
.lp-tokyo-footer {
  padding: 43px 100px 40px;
}
div .flex_column.lp-tokyo-footer-logo {
  width: 220px;
}
div .av_one_half.lp-tokyo-footer-contents {
  flex-grow: 1;
}
.lp-tokyo-footer .entry-content-wrapper {
  display: flex;
  justify-content: space-between;
}
.lp-tokyo-footer-contents p {
  margin: 0;
  text-align: right;
}
.lp-tokyo-footer-contents p:nth-child(1) {
  font-family: 'Noto Serif JP';
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0.1em;
  margin-bottom: 22px;
}
.lp-tokyo-footer-contents p:nth-child(2) {
  font-size: 10px;
  line-height: 13px;
  letter-spacing: 0.04em;
}

/*補助金・事業者*/
/*コンシェルジュに相談ボタン*/
.concierge-contact {
  margin-bottom: 20px;
}
.concierge-contact a {
  background: #008A78;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  box-shadow: 0 3px 1px 0px #555;
}
.concierge-contact a:hover {
  color: #fff;
}
.single .concierge-contact {
  position: absolute;
  right: 0;
  margin-bottom: 0;
}
/*検索フォーム*/
.search-filter-form .filter-field-group {
  border: 1px solid #CCD0D0;
  border-radius: 8px;
  padding: 20px 16px;
}
body#top .select2-search__field,#top .select2-search__field:focus,#top .select2-search__field:focus-visible {
  background: #fff;
  border: 0;
  box-shadow: none;
}
#top .filter-field-group > label {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #344542;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #CCD0D0;
}
#top .search-filter-form .filter-field-group.taxonomy-expense_type > label {
  margin-bottom: 5px;
}
.search-filter-form .checkbox-group {
  border: 0;
  padding: 0;
}
#top .search-filter-form .checkbox-label {
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  gap: 6px;
}
#top .search-filter-form .checkbox-label:hover {
  background: none;
}
#top .search-filter-form .checkbox-group label span {
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 3px;
}
.search-filter-form .checkbox-label input[type="checkbox"] {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-right: 0;
}
.search-field-group {
  position: relative;
}
#top .search-field-group .search-input {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 42px;
  border: 1px solid #99A2A1;
  border-radius: 8px;
}
.search-field-group i {
  position: absolute;
  top: 50%;
  left: 13px;
  transform: translateY(-50%);
  font-size: 16px;
  color: #333;
}
#top .main_color input[type="text"].search-input {
  color: #333;
  background: #fff;
}
.denkicheck-archive-subsidy.shortcode-archive .search-button {
  background: #008A78;
}
.search-actions {
  display: block;
  margin-top: 12px;
}
.search-button {
  display: block;
  width: 100%;
  padding: 18px 28px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  border-radius: 90px;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
}
.search-actions .reset-button {
  display: none;
}
.denkicheck-archive-subsidy.shortcode-archive .search-button:hover {
  background: #008A78;
}
/*経費対象をタグクラウドに修正*/
/* 既存のレイアウトスタイルを維持 */
.denkicheck-archive-subsidy .taxonomy-expense_type .checkbox-group {
    display: block;
    overflow: visible;
    max-height: 100%;
}
.denkicheck-archive-subsidy .taxonomy-expense_type .checkbox-group .checkbox-label {
    display: inline-block;
    padding: 0;
    margin: 5px 2px;
    cursor: pointer;
}
.denkicheck-archive-subsidy .taxonomy-expense_type .checkbox-group .checkbox-label:hover {
    background: none;
}
/* チェックボックス本体を完全に非表示にする */
.denkicheck-archive-subsidy .taxonomy-expense_type .checkbox-group input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    height: 0;
    width: 0;
}
/* タグのテキスト（.tag-text）の初期デザイン */
#top .denkicheck-archive-subsidy .taxonomy-expense_type .checkbox-group .tag-text {
    display: block;
    background-color: #f0f0f0; /* 通常時の背景色（ライトグレー） */
    color: #333; /* 通常時の文字色 */
    border: 1px solid #ccc;
    padding: 5px 10px 7px;
    border-radius: 20px; /* 角丸を大きくしてタグ風に */
    transition: all 0.2s ease-in-out; /* ホバーやクリック時のアニメーション */
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 0;
}
/* ==========================================================
 * 2. チェック時（オン）のスタイル
 * ========================================================== */

/* input:checked の直後の要素（.tag-text）にスタイルを適用する */
/* これにより、チェックボックスがオンになった時だけタグの色が変わる */
#top .denkicheck-archive-subsidy .taxonomy-expense_type .checkbox-group input[type="checkbox"]:checked + .tag-text {
    background-color: #007cba; /* 青色に変化（オン時の色） */
    color: #fff; /* 文字色を白に */
    border-color: #2980b9;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* 影を付けてオン状態を強調 */
}
/*親階層の処理*/
.taxonomy-expense_type .checkbox-label.is-parent-term {
  width: 100%;
  pointer-events: none;
}
#top .denkicheck-archive-subsidy .taxonomy-expense_type .checkbox-group .is-parent-term .tag-text {
  background: no-repeat;
  border: none;
  font-size: 110%;
  padding-left: 3px;
  margin-top: 16px;
}
#top .denkicheck-archive-subsidy .taxonomy-expense_type .checkbox-group .is-parent-term:first-child .tag-text {
  margin: 0;
}
.taxonomy-city .checkbox-group {
  max-height: 100%;
}
.select2-container .select2-selection--single {
  height: auto;
  font-size: 16px;
  padding: 10px;
  border-radius: 8px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  right: 16px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 7px 6px 0 6px;
  border-color: #677371 transparent transparent transparent;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-width: 0 6px 7px 6px;
  border-color: transparent transparent #677371 transparent;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  margin-right: 30px;
}

/*検索するボタンカラー統一*/
.denkicheck-archive-business.shortcode-archive .search-button {
  background: #008A78;
}
.denkicheck-archive-business.shortcode-archive .search-button:hover {
  background: #008A78;
}

/*補助金・事業者アーカイブ*/
/*全体*/
.shortcode-archive .archive-container {
  width: 95%;
  max-width: 1300px;
}
.shortcode-archive {
  padding-top: 0;
}
.denkicheck-archive-subsidy.shortcode-archive .archive-header,
.denkicheck-archive-business.shortcode-archive .archive-header {
  background: transparent;
  text-align: left;
  padding: 0;
  margin-bottom: 36px;
}
.shortcode-archive .archive-title {
  font-weight: 400;
  font-size: 45px;
  line-height: 52px;
}
.archive-search-form {
  background: #FFFFFF;
  padding: 28px;
  border-radius: 0;
  box-shadow: none;
}
.archive-search-container {
  background: #F8F9F8;
  padding-top: 172px;
  padding-bottom: 172px;
}
/*検索フォームスクロール固定*/
.responsive body.page-subsidy,
.page-subsidy #wrap_all,
.responsive body.page-business,
.page-business #wrap_all {
  overflow: visible;
}
/*サブミット下部キャプション*/
.search-caption {
  text-align: center;
  font-size: 15px;
  color: #555;
}
.archive-main {
  display: flex;
  align-items: start;
  overflow: visible;
  justify-content: space-between;
}
.archive-search-form {
  /*! position: sticky; */
  /*! top: 110px; */
  /*! left: 0; */
  width: 35%;
  max-width: 450px;
}
.archive-grid-container {
  width: 62%;
}
/*grid item*/
.shortcode-archive .case-study-archive-grid, .shortcode-archive .business-archive-grid, .shortcode-archive .subsidy-archive-grid {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.subsidy-archive-item,.business-archive-item {
  position: relative;
}
.subsidy-archive-item > a,.business-archive-item > a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.shortcode-archive .case-study-archive-item, .shortcode-archive .business-archive-item, .shortcode-archive .subsidy-archive-item {
  box-shadow: none;
  border: 1px solid #CCD0D0;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  max-width: 390px;
}
.shortcode-archive .case-study-content, .shortcode-archive .business-content, .shortcode-archive .subsidy-content {
  padding: 16px;
}
/*grid内*/
.subsidy-archive-header {
  display: flex;
  background: #E5F3F1;
  padding: 16px;
  justify-content: space-between;
}
.closed-item .subsidy-archive-header {
  background: #F2F3F3;
}
.objective {
  display: flex;
  gap: 16px;
}
.objective-tag {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  display: block;
  text-align: center;
  position: relative;
  padding-top: 40px;
}
.objective-tag:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 700;
  font-size: 29px;
  line-height: 36px;
  text-align: center;
  letter-spacing: -0.25px;
  color: #FFFFFF;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.objective-tag.tag-reduce {
  color: #00A8EA;
}
.objective-tag.tag-create {
  color: #F7B300;
}
.objective-tag.tag-save {
  color: #00286F;
}
.objective-tag.tag-reduce:before {
  content: "H";
  background: #00A8EA;
}
.objective-tag.tag-create:before {
  content: "T";
  background: #F7B300;
}
.objective-tag.tag-save:before {
  content: "T";
  background: #00286F;
}
.application_status {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: #1A9685;
  background: #FFFFFF;
  border: 1px solid #CCE8E4;
  border-radius: 12px;
  display: flex;
  padding: 16px 12px;
  align-items: center;
}
.application_status.status-open {
  background: #008a78;
  color: #fff;
  border-color: #008a78;
}
.application_status.status-closed {
  background: #CCD0D0;
  color: #344542;
}
.shortcode-archive .case-study-title, .shortcode-archive .business-title, .shortcode-archive .subsidy-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 16px;
}
.shortcode-archive .subsidy-title {
  color: #008A78;
}
.shortcode-archive .case-study-meta, .shortcode-archive .business-meta, .shortcode-archive .subsidy-meta {
  display: block;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
  padding: 0;
  background: none;
  border-radius: 0;
}
.target-scope {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.scope-item {
  background: #F2F3F3;
  border-radius: 12px;
  padding: 8px 10px 8px 42px;
  position: relative;
  width: 48.5%;
}
.scope-item .label {
  display: block;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
}
.scope-item .field {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.max-amount {
  background: #F7F5FE;
  border-radius: 12px;
  padding: 10px 16px 12px 70px;
  position: relative;
  display: flex;
  min-height: 70px;
}
.max-amount .label {
  display: block;
  width: auto;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  flex-shrink: 0;
}
.max-amount .field {
  display: block;
  font-weight: 600;
  font-size: clamp(0.8rem, calc(0.8rem + 0.3vw), 1.1rem);
  line-height: 20px;
  margin-top: auto;
  margin-left: auto;
}
.subsidy-info-item:not(.subsidy-info-item:last-child) {
  margin-bottom: 8px;
}
.subsidy-info-item .label {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  display: block;
}
.subsidy-info-item .field {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.scope-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.scope-item.scope-item-areas:before {
  background: url(./images/icon-location.png);
  background-size: contain;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  left: 12px;
}
.scope-item.scope-item-applicant-type::before {
  background: url(./images/icon-sort.png);
  background-repeat: repeat;
  background-size: auto;
  background-size: contain;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  left: 12px;
}
.max-amount:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url(./images/icon-calculator.png);
  background-repeat: repeat;
  background-size: auto;
  background-size: contain;
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  left: 12px;
}

/*対象経費タグ*/
.expense-type-items {
  margin-top: 8px;
  margin-bottom: 3px;
}
.expense-type-item {
  background: #f0f0f0;
  padding: 1px 10px 3px;
  border-radius: 14px;
  font-size: 14px;
  border: 1px solid #ccc;
  display: inline-block;
  margin-bottom: 8px;
}
.expense-type-item:not(.expense-type-item:last-child) {
  margin-right: 5px;
}

.shortcode-archive .case-study-thumbnail img, .shortcode-archive .business-thumbnail img, .shortcode-archive .subsidy-thumbnail img {
  height: auto;
}

.business-archive-header {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  justify-content: space-between;
  min-height: 40px;
}
.business-category {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.business-category-item {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #FFFFFF;
  padding: 4px 12px 6px;
  border-radius: 16px;
}
.tag-business_category01 {
  background: #D99308;
}
.tag-business_category02 {
  background: #8062CF;
}
.tag-business_category03 {
  background: #007566;
}
.business-thumbnail {
  margin-bottom: 20px;
}
.business-details {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

/*国産パネルバッジ*/
.domestic-panel-badge {
  background: #F2F3F3;
  border-radius: 4px;
  padding: 4px 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.domestic-panel-badge .badge-icon {
  position: relative;
  width: 28px;
  height: 20px;
  background: #FFFFFF;
  border: 1px solid #344542;
  border-radius: 4px;
  margin-right: 4px;
}
.domestic-panel-badge .badge-icon:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #BC002D;
}
.domestic-panel-badge .badge-text {
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  color: #344542;
}

/*補助金・事業者・事例詳細ページ*/
.single-business #main,.single-subsidy #main,.single-case_study #main {
  background: #F8F9F8;
}
.business-single-template, .subsidy-single-template, .case_study-single-template {
  max-width: 800px;
  background: #fff;
  margin: 160px auto 48px;
  border-radius: 12px;
  padding: 40px;
}
.subsidy-single-header, .case-study-header {
  display: block;
  margin-bottom: 32px;
  position: relative;
}
.business-single-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.single .business-category-item {
  font-size: 14px;
  line-height: 20px;
  padding: 5px 12px 7px;
}
.single .business-image {
  margin-bottom: 20px;
}
.single .business-details {
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 24px;
}
.single .objective {
  margin-bottom: 32px;
  padding-bottom: 16px;
  border-bottom: 1px solid #CCD0D0;
}
.single .application_status {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 12px;
  margin-bottom: 12px;
}
.single .subsidy-meta {
  display: flex;
  gap: 12px;
}
.single .target-scope {
  margin-bottom: 0;
  gap: 12px;
}
.single .scope-item {
  width: 152px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.single .max-amount {
  flex-grow: 1;
}
.single .max-amount .field {
  font-size: 20px;
}
.single .business-title, .single .subsidy-title, .single .case-study-title {
  margin: 0 0 32px;
}
.detail-item {
  padding-bottom: 16px;
  margin-bottom: 12px;
  border-bottom: 1px solid #CCD0D0;
}
.detail-item .label {
  display: block;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #344542;
  margin-bottom: 4px;
}
.detail-item .field {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #011613;
}
.detail-item .field a {
  color: #1A9685;
}
.back-to-archive a {
  border: 2px solid #008A78;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  border-radius: 90px;
  background: #FFFFFF;
  width: 313px;
  display: block;
  margin: 0 auto 0;
  padding: 10px 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #008A78;
}
.back-to-archive {
  margin-bottom: 120px;
}
#top.single .avia-post-nav {
  display: none;
}
/*事業詳細内コンシェルジュに相談ボタン*/
.single-business .concierge-contact {
  position: static;
  margin: 38px auto;
  width: 313px;
}

/*事例詳細*/
.case-study-single-header {
  margin-bottom: 56px;
}
h1.case-study-message {
  font-size: 28px;
  margin-bottom: 40px;
  line-height: 1.6;
}
.case-study-image {
  margin-bottom: 20px;
}
.case-study-image img {
  width: 100%;
  aspect-ratio: 480/232;
  object-fit: cover;
  height: 100%;
  border-radius: 8px;
  display: block;
}
.challenge-solution {
  margin-bottom: 56px;
  background: #E5F6F3;
  border-radius: 10px;
  padding: 32px;
}
.challenge-solution-item:not(.challenge-solution-item:last-child) {
  margin-bottom: 32px;
}
.challenge-solution-item .label {
  display: block;
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.04em;
  color: #011613;
}
.challenge-solution-item .label i {
  color: #00A28C;
  margin-right: 5px;
}
.challenge-solution-item .field {
  margin-bottom: 4px;
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #011613;
}
.single .case-study-title {
  margin-bottom: 0;
}
.main-text p {
  font-size: 16px;
  line-height: 2;
}
.wp-block-image {
  margin-bottom: 20px;
}
.main-text p + h2 {
  margin-bottom: 20px;
}

/*-------------------------------------メディアクエリ767以下【SPのみ】-------------------------------------*/
@media only screen and (max-width: 767px) {
  .pc_only {
		display: none;
	}
  .step-item img.pc_only {
    display: none;
  }
  /*全体*/
  .responsive #top #wrap_all .container {
		width: 100%;
		max-width: 100%;
	}
  .narrow-spacing span {
    letter-spacing: 0;
  }
  /*ヘッダー*/
  .responsive #top .logo {
		width: 70%;
    padding-top: 8px;
	}
	#header_main {
		padding: 8px 16px;
    border: none;
	}
	.responsive #top .logo a {
		display: flex;
    position: relative;
    z-index: 999;
    height: auto;
    justify-content: start;
	}
	.responsive .logo img {
		width: 90%;
    max-width: 127px;
	}
	div .logo a::after {
		font-size: 10px;
    padding: 6px;
    width: auto;
    height: auto;
	}
  /*ハンバーガーメニュー*/
  .responsive #top #wrap_all #header {
		position: fixed;
		top: 0;
    height: 60px;
    background: #fffffff2;
	}
	.responsive #top #wrap_all .main_menu {
		height: auto;
	}
	.responsive #top #header_main>.container .main_menu .av-main-nav>li>a {
		height: auto;
		line-height: 1;
		width: 40px;
		height: 40px;
		background: #008A78;
		text-align: center;
    padding: 3px 0 0;
    border-radius: 7px;
	}
	.responsive #top #wrap_all .main_menu .av-burger-menu-main a::after {
		content: "MENU";
		display: block;
		line-height: 1;
		text-align: center;
		transition: all 0.5s;
		pointer-events: none;
		font-size: 10px;
		color: #fff;
		font-family: "space-grotesk", "noto-sans-jp";
    position: absolute;
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%);
	}
	.av-burger-overlay-active.responsive #top #wrap_all .main_menu .av-burger-menu-main a::after {
		z-index: 3;
		content: "CLOSE";
	}
  .av-burger-overlay-active .av-hamburger-inner::after {
    top: 0;
  }
  .av-hamburger-box {
    height: 100%;
    width: 16px;
  }
	#top .av-small-burger-icon {
		transform-origin: unset;
	}
	.header_color .av-hamburger-inner, .header_color .av-hamburger-inner::before, .header_color .av-hamburger-inner::after {
		height: 2px;
		background-color: #fff;
		width: 100%;
	}
  .html_av-overlay-side.av-burger-overlay-active #top .av-hamburger-inner, .html_av-overlay-side.av-burger-overlay-active #top .av-hamburger-inner::before, .html_av-overlay-side.av-burger-overlay-active #top .av-hamburger-inner::after {
    background: #fff;
  }
  .av-hamburger-inner::after {
    top: -5px;
  }
  .av-hamburger-inner::before {
    top: 5px;
  }
  .av-hamburger {
    margin-bottom: 24px;
    margin-left: 11px;
  }
  #avia-menu > li:not(.bottom-border-only) {
    margin-top: 0;
  }
  .responsive #top .header_bg {
    background: transparent;
  }
  /*ドロワーメニュー*/
  .html_av-overlay-side .av-burger-overlay-scroll {
    width: 100%;
  }
  #top #av-burger-menu-ul {
		display: block;
		margin-top: 7px;
		width: 85%;
		margin: 30px auto 0;
	}
	.html_av-overlay-side #top #wrap_all .av-burger-overlay li a {
		padding: 0;
		display: block;
	}
	#top #wrap_all #header.header_color .av-menu-button-colored>a .avia-menu-text {
		padding: 16px 0;
		height: 100%;
		display: block;
		font-size: 14px;
	}
	.html_av-overlay-side #top .av-burger-overlay li {
		margin-bottom: 16px;
	}
	.av-burger-overlay:before {
		content: "©株式会社タンソーマンGX.";
		position: absolute;
		bottom: 24px;
		z-index: 999;
		left: 50%;
		transform: translateX(-50%);
		font-family: "space-grotesk", "noto-sans-jp";
		font-size: 10px;
		color: #01161380;
	}
  /*FV*/
	.fv-container {
		margin: auto;
		float: none;
		padding-top: 86px;
    background: none;
	}
	.fv-container:before {
		content: "";
		display: block;
		position: absolute;
		top: 232px;
		right: 0;
		width: 262px;
		height: 240px;
		background: url(./images/fv-bg-sp.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center right;
	}
  div .flex_column.fv-contents {
		padding-top: 0;
	}
  #top .no_margin.av_two_fifth.fv-contents {
		padding-top: 0;
	}
  .kv-badge {
		text-align: center;
  }
  .kv-badge p {
		letter-spacing: 6%;
  }
  .home .kv-badge p {
		margin-bottom: 12px;
	}
	.fv-contents .logo-tokyo {
		width: 250px;
    margin-left: 5%;
    margin-right: auto;
    position: relative;
	}
	.fv-contents .logo-tokyo p {
		margin-bottom: 0;
	}
  .site-description { 
    margin-left: 8px;
  }
  .site-description p {
    margin-bottom: 14px;
  }
	#top .av_textblock_section .avia_textblock p {
		line-height: 110%;
	}
  .solution-copy-item p {
    padding: 16px;
  }
  #top .solution-copy-item .av_textblock_section .avia_textblock p {
    line-height: 24px;
  }
  #top .av_textblock_section .avia_textblock.site-description p {
    line-height: 19px;
  }
	.fv-copy .emphasis {
		font-weight: 500;
    font-size: 27px;
    line-height: 42px;
	}
  .fv-copy .small {
    font-size: 20px;
  }
  .fv-copy1 p {
		margin-bottom: 0;
    text-align: left;
	}
  .fv-copy.fv-copy1 {
		text-align: center;
    width: 90%;
    margin: 0 auto 20px;
	}
  .fv-image p {
    margin: 0;
  }
  .home #main::before {
    display: none;
  }
  #top .av_textblock_section .avia_textblock.simulator-copy p {
		line-height: 24px;
    margin-bottom: 16px;
	}
	.fv-image.is-teaser-only p {
		margin-bottom: 0;
	}
	.is-teaser-only .simulator-copy p {
		margin-bottom: 0;
	}
  .mw-submit-wrap i {
		right: 58px;
	}
  .fv-image-main-sp {
		margin-top: -32px;
    margin-bottom: -10px;
	}
	.fv-image-main-sp p {
		margin: 0;
	}
	.fv-icons {
		width: 90%;
		margin: 0 auto 40px;
	}
  .fv-cta {
		margin-bottom: 48px;
	}
	.fv-cta a {
		padding: 9px 16px 11px;
		width: 90%;
		margin: auto;
    padding-left: 15vw;
    padding-right: 6vw;
	}
	.fv-cta a .btn-caption {
		font-weight: 400;
		font-size: 13px;
		line-height: 20px;
	}
	.fv-cta a .btn-text {
		font-weight: 600;
		font-size: 16px;
    font-size: 4.5vw;
		line-height: 24px;
	}
	.fv-cta a .btn-label {
		font-weight: 700;
		font-size: 13px;
		line-height: 20px;
	}
  .top-information {
		width: 95%;
		padding: 17px 30px 17px 24px;
		min-height: auto;
		margin-bottom: 48px;
	}
	.information-label p {
		font-weight: 500;
		font-size: 20px;
		line-height: 20px;
	}
	div .av_one_half.information-field {
		padding-left: 20px;
	}
	.information-date p {
		font-weight: 500;
		font-size: 11px;
		line-height: 13px;
	}
	.information-field p {
		font-weight: 400;
		font-size: 13px;
		line-height: 16px;
	}
	#top #wrap_all .flex_column.information-label {
		width: auto;
		margin-right: 20px;
	}
	#top #wrap_all .flex_column.information-field {
		width: auto;
	}
  /*ティザー調整用*/
  .is-teaser-only.fv-container {
    padding-top: 80px;
  }

  /*郵便番号シミュレーター*/
  .chat-starter {
		display: block;
    margin: 0 8px;
	}
	#top .chat-starter input[type="text"] {
		width: 100%;
		margin-bottom: 8px;
	}
	#top .chat-starter button {
		width: 100%;
		padding: 18px 0;
	}
  .error-message {
		width: 100%;
	}
  #top .av_textblock_section .avia_textblock.pre-registration-caption p {
    line-height: 20px;
  }
  /*事前登録フォーム*/
  .mw-form form {
		display: block;
	}
	#top .mw-form input[type="submit"] {
		width: 100%;
	}
	.mw-email-wrap {
		margin-bottom: 8px;
	}
  /*トップスライド1*/
  .slider-container.reverse .slider-wrapper {
		animation: horizontal-animation-reverse 40s linear infinite;
	}
	@keyframes horizontal-animation-reverse {
		from {
			transform: translateX(-50%);
		}
		to {
			transform: translateX(0%);
		}
	}
	.home-slide1 .slide {
		width: 173px;
    margin-right: 5px;
	}
	.slider-container.reverse {
		margin-top: 5px;
	}
  /*セクションタイトル*/
  .solution .section-title .av_textblock_section {
    width: 100%;
  }
	.section-title p {
		margin: 0 0 10px;
	}
  /*STEP*/
	.main_color div .section-title.step-title .home-h2 {
		width: 85%;
	}
	.step .home-h2 h2 {
		line-height: 1.3;
		margin-bottom: 24px;
	}
  .step .section_title_line {
		position: relative;
		display: block;
		width: 125px;
		height: 1px;
		background: #00BD9C33;
		margin: auto;
	}
	.step .section_title_line:before, .step .section_title_line:after {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		width: 4px;
		height: 4px;
		background: #00BD9C;
		border-radius: 50%;
	}
	.step .section_title_line::before {
		left: -10px;
	}
	.step .section_title_line::after {
		right: -10px;
	}
  .main_color div .section-title.step-title .home-h2 {
		border: 0;
	}
	.main_color div .section-title.step-title .home-h2::before, .main_color div .section-title.step-title .home-h2::after {
		display: none;
	}
	.responsive #top #wrap_all .step .flex_column.item1, .responsive #top #wrap_all .step .flex_column.item2 {
		width: 40%;
    padding: 24px 10px;
	}
	.responsive #top #wrap_all .step .flex_column.item2 {
		margin-left: 16px;
	}
  .step-item p:nth-child(3) {
    margin-bottom: 16px;
  }
  .step .item1 p:nth-child(4), .step .item2 p:nth-child(4) {
    text-align: left;
  }
  .step-item p .emphasis:first-child {
		margin-bottom: 6px;
		display: inline-block;
	}
  .step-arrow {
		width: 51px;
		left: calc(100% - 18px);
		top: 12px;
		transform: none;
	}
  /*東京都外部リンク*/
  .external-link-tokyo .entry-content-wrapper {
    width: 90%;
    flex-direction: column;
  }
  #top #wrap_all .flex_column.external-link-tokyo-image {
    width: 109px;
  }
  .main_color div.external-link-tokyo-image {
		display: block;
		padding: 0;
		margin-bottom: 10px;
	}
	.responsive #top #wrap_all .flex_column.external-link-tokyo-contents {
		padding: 0;
		margin: 0;
	}
	.responsive .external-link-tokyo .content .entry-content-wrapper {
		padding: 32px 24px;
	}
	.external-link-tokyo-contents .badge {
		margin-bottom: 16px;
	}
  #top .av_textblock_section .avia_textblock.badge p {
    line-height: 1.5;
  }
	.external-link-tokyo-contents .title p {
		padding-bottom: 10px;
		margin-bottom: 16px;
	}
  #top .external-link-tokyo-contents .av_textblock_section .avia_textblock.title p {
    line-height: 24px;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #top .av_textblock_section .avia_textblock.caption p {
    line-height: 1.5;
    margin-bottom: 80px;
  }
	.responsive #top #wrap_all .flex_column.external-link-btn {
		margin: 0;
		border-radius: 0 0 8px 8px;
	}
  /*アイコンスライド共通 (swiper設定強制上書きの為)*/
  .icon-slide .swiper-horizontal>.swiper-pagination-bullets {
    bottom: 95px;
  }
  .icon-slide .lgx_lsw_nav_wrap {
    display: flex;
    justify-content: space-between;
    max-width: 85%;
  }
  /*アイコンスライド1*/
	.slide-icon-label {
		width: 85%;
		margin: auto;
	}
	#top .av_textblock_section .avia_textblock.slide-icon-label p {
		line-height: 150%;
    margin-top: 0;
	}
  /*PROBLEM*/
	.problem {
    width: 90%;
	}
	.home-h2 h2 {
		line-height: 150%;
		margin-bottom: 0;
	}
	.main_color div.problem-title {
		border: none;
	}
	#top .no_margin.av_one_third.problem-item {
		padding: 0;
	}
	#top .no_margin.av_one_third.problem-item .av_textblock_section {
		padding: 28px 0 0;
		position: relative;
		border-top: 1px solid #00BD9C33;
	}
	#top .no_margin.av_one_third.problem-item .avia_textblock {
		width: 85%;
		margin: auto;
	}
	#top .no_margin.av_one_third.problem-item .av_textblock_section::before, #top .no_margin.av_one_third.problem-item .av_textblock_section::after {
		content: "";
		display: block;
		position: absolute;
		top: -7px;
		width: 4px;
		height: 4px;
		background: #00BD9C;
		border-radius: 50%;
		border: 5px solid #EDF6F7;
	}
	#top .no_margin.av_one_third.problem-item .av_textblock_section::before {
		left: 8%;
	}
	#top .no_margin.av_one_third.problem-item .av_textblock_section::after {
		right: 8%;
	}
	#top .no_margin.av_one_third.problem-item.item2::before, #top .no_margin.av_one_third.problem-item.item2::after {
		display: none;
	}
	.problem-item p:nth-child(2) {
		margin: 0;
	}
  #top .problem-item .av_textblock_section .avia_textblock p:nth-child(2) {
    line-height: 27px;
  }
  .speech-bubble {
		padding: 26px 24px;
		height: 169px;
	}
	.speech-bubble p:last-child {
		font-weight: 400;
		font-size: 16px;
		line-height: 27px;
	}
	.problem-item-image {
		text-align: center;
	}
	.problem-arrow p {
		width: 18px;
		margin: auto;
	}
  /*SOLUTION*/
  .solution-title h2 {
    font-size: 23px;
  }
  .solution-image p {
		width: 100%;
	}
  .solution-message p .emphasis {
		display: inline-block;
		font-size: 20px;
	}
	.solution-message p .caption {
		font-size: 14px;
		margin-top: 24px;
		display: block;
	}
  .solution {
		width: 90%;
    margin: auto;
    padding: 24px 24px 36px;
    margin-bottom: 80px;
	}
  .solution-message p .emphasis {
		line-height: 1.8;
	}
	.solution-message p .emphasis::before {
		bottom: 4px;
	}
  .solution-copy-sub p {
		font-weight: 400;
		font-size: 13px;
		line-height: 13px;
	}
	.solution-copy-main p {
		font-weight: 500;
		font-size: 20px;
		line-height: 20px;
	}
	.solution-copy-caption p {
		font-weight: 400;
		font-size: 16px;
		line-height: 27px;
	}
	#top .av_textblock_section .avia_textblock.solution-copy-caption p {
		line-height: 27px;
	}
  /*支援メニュー*/
  .support {
    padding-bottom: 80px;
    margin-bottom: 80px;
  }
  #top #wrap_all .flex_column.support-title {
		width: 272px;
    width: 85%;
		margin: auto;
	}
	.support-item-image1 p, .support-item-image2 p, .support-item-image3 p, .support-item-image4 p {
		margin: 0;
	}
	#top #wrap_all .flex_column.support-item-contents {
		width: 272px;
    width: 85%;
		margin: auto;
		float: none;
	}
	.support-item-num {
		margin-bottom: 16px;
	}
	.support-item-title h3 {
		font-weight: 500;
		font-size: 20px;
		line-height: 34px;
		margin-bottom: 8px;
	}
	#top .av_textblock_section .avia_textblock.support-item-text p {
		font-weight: 400;
		font-size: 16px;
		line-height: 27px;
	}
  /*アイコンスライド2*/
  #top .av_textblock_section .avia_textblock.icon-slide-label p {
    line-height: 30px;
  }
  .icon-slide2 .icon-slide-caption p {
    padding-bottom: 8px;
  }
  /*EXAMPLE*/
	.example {
		padding: 54px 0;
	}
  .example h2 {
		font-size: 23px;
	}
	.responsive #top #wrap_all .flex_column.example-item {
		width: 85%;
		margin: 0 auto 16px;
		padding: 24px;
	}
	.responsive #top #wrap_all .flex_column.example-item:last-child {
		margin-bottom: 0;
	}
	.example-item .item-title h3 {
		font-size: 16px;
	}
	.example-item .item-title p {
		font-size: 14px;
	}
	.example-item .item-title {
		margin-bottom: 16px;
	}
  #top .av_textblock_section .avia_textblock.item-description p {
    line-height: 24px;
  }
  /*MERIT*/
	.merit {
		padding: 54px 0 0;
	}
	.merit h2 {
		font-size: 21px;
	}
  .responsive #top #wrap_all .flex_column.merit-item {
		width: 85%;
		margin: 20px auto 0;
		padding: 24px 14px;
	}
  .merit-item-image p {
		margin-bottom: 42px;
	}
	.merit-item-title .emphasis {
		font-size: 20px;
	}
	div .av_one_half.merit-item .merit-item-description p {
		text-align: left;
	}
  #top .av_textblock_section .avia_textblock.merit-item-copy p {
		display: inline;
		line-height: 1;
		padding: 0;
	}
  .merit-item.item1 .merit-item-copy {
    text-align: left;
  }
	#top .av_textblock_section .avia_textblock.merit-item-description p {
		line-height: 1.6;
	}
  /*郵便番号シミュレーター*/
  .responsive .simulator .content .entry-content-wrapper {
		padding: 56px 24px;
    border-radius: 0;
	}
  .simulator-balloon img {
    width: 92px;
  }
  /*FLOW*/
  .flow-title h2 {
		font-size: 24px;
	}
	.flow {
    width: 90%;
  }
  .flow-title {
    padding-right: 15px;
  }
  body div .flow-item {
    padding: 24px 33px 32px;
  }
	.flow .avia_textblock.av_multi_colums {
		display: block;
	}
  .flow-item .av_textblock_section .avia_textblock.av_multi_colums>p:first-child {
		margin-top: 0;
		margin-bottom: 24px;
	}
  body div .first.flow-item p:first-child {
    width: 100%;
  }
	.flow-item.item2::after {
		height: 100%;
	}
  #top .flow-item .av_textblock_section .avia_textblock p:nth-child(2) {
		line-height: 27px;
	}
	.first.flow-item p span {
		margin-bottom: 8px;
	}
  .flow-item.item1::after {
		height: calc(100% + 8px);
	}
	.flow-item.item2::before {
		top: 22%;
	}
	.flow-item.item2::after {
		top: 24%;
		height: calc(100% + 15px);
	}
	.flow-item.item3::before {
		top: 26%;
	}
  .flow-item-title h3 span {
		margin-bottom: 8px;
	}
	.flow-item-title p {
		width: 72px;
		display: flex;
	}
	.flow .avia_textblock.av_multi_colums.flow-item-title {
		display: flex;
		align-items: center;
	}
	.flow-item-title h3 {
		font-weight: 500;
		font-size: 20px;
		line-height: 20px;
	}
	#top .av_textblock_section .avia_textblock.flow-item-text p {
		font-weight: 400;
		font-size: 16px;
		line-height: 170%;
	}
  .flow-item-dot {
		top: auto;
		bottom: 102%;
		left: 50%;
		right: auto;
		transform: translate(-50%, 0) rotate(90deg);
	}
	.flow-message .avia_textblock {
		width: auto;
	}
  .flow-message .avia_textblock {
		display: block;
	}
	.flow-message p:first-child {
		background: #fFEFCE;
		border-radius: 30px;
		padding: 24px 31px 24px;
		font-weight: 400;
		font-size: 16px;
		line-height: 27px;
		color: #011613;
		position: relative;
	}
	.flow-message p:last-child {
		background: none;
		border-radius: 0;
		padding: 0;
		text-align: center;
		margin-top: 20px;
	}
	#top .flow-message .av_textblock_section .avia_textblock p:first-child {
		line-height: 27px;
	}
	.flow-message p:last-child::before {
		display: none;
	}
	.flow-message p:first-child::before {
		content: "";
		display: block;
		position: absolute;
		top: 100%;
		right: 99%;
		width: 20px;
		height: 45px;
		background: #ffefce;
		clip-path: polygon(0 50%, 100% 0, 100% 100%);
		transform: translateY(-50%) rotate(48deg);
		right: auto;
		left: 62%;
	}
  /*CASE*/
  .case {
    width: 90%;
  }
  .responsive #top #wrap_all .flex_column.case-item {
		max-width: 85%;
		margin: 0 auto 32px;
		float: none;
	}
	.case-item-image p img {
		width: 100%;
	}
  #top .av_textblock_section .avia_textblock.case-item-description p {
		line-height: 24px;
	}
	#top .av_textblock_section .avia_textblock.case-item-company p {
		line-height: 20px;
	}
  .case {
		width: 90%;
	}
	.case-study-archive-item {
		padding: 16px 16px 24px;
	}
	.case-study-thumbnail {
		margin-bottom: 24px;
	}
	.case-study-title {
		margin: 0 0 16px;
		font-weight: 500;
		font-size: 16px;
		line-height: 100%;
	}
	.case-study-meta {
		margin-bottom: 12px;
	}
	.case-study-meta .meta-item {
		font-weight: 400;
		font-size: 13px;
		line-height: 100%;
		padding: 7px 10px 9px;
	}
	.case-study-result .result-item {
		margin: 0;
	}
	#caseStudyShowMore {
		font-weight: 700;
		font-size: 16px;
		line-height: 100%;
		padding: 20px 0;
	}
	.case-study-show-more-wrapper {
		width: 90%;
		margin-top: -50px;
	}
  /*補助金*/
  .main_color div.home-subsidy-title {
		border-bottom: 0;
	}
	#top .av_textblock_section .avia_textblock.home-subsidy-title p:first-child {
		font-weight: 400;
		font-size: 16px;
		line-height: 16px;
	}
	#top .av_textblock_section .avia_textblock.home-subsidy-title p {
		font-weight: 500;
		font-size: 24px;
		line-height: 41px;
	}
	.home-subsidy {
		width: 90%;
		margin: auto;
		float: none;
	}
	.home-subsidy-title p strong {
		border-bottom: 2px solid #FFAC09;
		padding-bottom: 1px;
	}
	:root {
    --gap-size: 16px;
		--visible-items: 3.2;
		--visible-gaps: 3;
		--pure-item-width: calc((100vw - (var(--gap-size) * var(--visible-gaps))) / var(--visible-items));
		--item-movement-unit: calc(var(--pure-item-width) + var(--gap-size));
		--slide-distance: calc(-1 * var(--total-items) * var(--item-movement-unit));
		--animation-duration: 40s;
	}
	.slider-item img {
		max-width: 80px;
	}
	.subsidy-slide .slider-label {
		font-weight: 400;
		font-size: 13px;
		line-height: 17px;
	}
  /*FAQ*/
  .faq {
		width: 90%;
		padding: 32px 24px;
		border-radius: 20px;
	}
	.responsive #top #wrap_all .flex_column.faq-item {
		width: 100%;
	}
	.faq-item .av_textblock_section {
		margin-bottom: 16px;
	}
	.responsive #top #wrap_all .flex_column.faq-item {
		width: 100%;
		margin: auto;
	}
	.faq-q, .faq-a {
		flex-direction: column;
		align-items: start;
	}
	.faq-q p:nth-child(1) {
		font-size: 20px;
		text-align: center;
		margin-bottom: 4px;
    width: auto;
	}
	.faq-a p:nth-child(1) {
		font-size: 20px;
		text-align: center;
		margin-bottom: 4px;
    width: auto;
	}
	.faq-a p:nth-child(2) {
		margin: 0;
	}
  #top .av_textblock_section .avia_textblock.faq-q p {
		line-height: 27px;
	}
	#top .av_textblock_section .avia_textblock.faq-a p {
		line-height: 27px;
	}
  /*FOOTER*/
	#footer {
		padding: 40px 24px 0;
		background: #008A78;
	}
	#footer:before {
		content: "";
		position: absolute;
		z-index: 0;
		right: 0;
		bottom: 0;
		background: url(./images/footer-bg-sp.png);
		background-size: 100%;
		background-position: right bottom;
		background-repeat: no-repeat;
		width: 100%;
		height: 100%;
		display: block;
	}
	.footer-logo {
		margin-bottom: 24px;
		width: 174px;
	}
  .footer-logo::before {
    font-size: 11px;
  }
	.footer-nav {
		position: static;
	}
	.footer-nav ul {
		flex-wrap: wrap;
	}
  #top #footer .widget ul li a {
    font-size: 10px;
  }
	.copyright {
		position: absolute;
		bottom: 16px;
		left: 50%;
		transform: translateX(-50%);
		white-space: nowrap;
	}
	#footer .widget {
		padding-bottom: 96px;
	}
	.footer-copy {
		font-size: 14px;
		line-height: 170%;
	}
	#top #footer .widget ul li {
		line-height: 1;
	}
  /*ページ設定*/
  .page-inner {
    width: 85%;
		padding-top: 87px;
	}
  .page-user-agreement #main:before,
  .page-privacy-policy #main:before,
  .page-information-security-policy #main:before,
  .page-specified-commercial-transactions-act #main:before {
    background: url(./images/body-bg-sp.png);
    background-repeat: repeat;
    background-size: auto;
    background-size: cover;
    top: 210px;
    background-repeat: no-repeat;
    width: 262px;
    height: 250px;
    max-width: 262px;
  }
	.breadcrumb.breadcrumbs.avia-breadcrumbs {
		padding-bottom: 48px;
	}
	#top .av_textblock_section .avia_textblock.page-subtitle p {
		line-height: 24px;
	}
	.page-title h1 {
		font-size: 32px;
    line-height: 48px;
	}
  .page-subtitle.align-top p::before {
    top: calc(50% - 10px);
  }
  #top .page-description .av_textblock_section .avia_textblock p {
		line-height: 27px;
	}
  /*利用規約・プライバシーポリシー*/
	#top .agreement-policy-item .av_textblock_section .avia_textblock p {
		line-height: 27px;
	}
	.agreement-policy-item ol li ol {
		margin-left: 20px;
	}
  #top .user-agreement-bottom .av_textblock_section .avia_textblock p {
		line-height: 24px;
	}
  .agreement-policy-item ol li .emphasis.pc_only {
		display: none;
	}
  .privacy-policy-contact {
		padding: 32px 23px;
	}
	#top .av_textblock_section .avia_textblock.privacy-policy-contact-title p {
		line-height: 30px;
	}
	#top .av_textblock_section .avia_textblock.privacy-policy-contact-contents p {
		line-height: 27px;
	}

  /*チャットページ*/
  .chat-outer {
		width: 87.8%;
	}
  body .denkicheck-form {
		margin: 0;
	}
	body .denkicheck-messages {
		padding: 24px;
	}
	body .denkicheck-input-area {
		padding: 24px;
	}
	body .denkicheck-choices {
		grid-template-columns: 1fr 1fr;
		margin-bottom: 0;
		gap: 12px 8px;
	}
  body .denkicheck-choice {
		padding: 16px 12px;
	}
  .thanks-title {
		padding-top: 40px;
	}
  #top #wrap_all #main .result-item,
	.registration-caption,
  .procedure-guide {
		width: 88%;
	}
  
  #top #wrap_all .flex_column.result-bill-prefix {
		width: auto;
	}
	#top #wrap_all .flex_column.result-bill-value {
		width: 60%;
	}
	#top #wrap_all .flex_column.result-bill-suffix {
		width: auto;
	}
	#top #wrap_all .flex_column.result-economize-icon {
		width: auto;
	}
	#top #wrap_all .flex_column.result-economize-value {
		width: 53%;
	}
	#top #wrap_all .flex_column.result-economize-suffix {
		width: auto;
	}
	.result-economize-suffix p {
		letter-spacing: 0;
	}
	#top #wrap_all .solar .result-bill-value {
		width: 55%;
	}
	.result-economize-value p {
		letter-spacing: 2%;
		font-size: 34px;
	}
  .solar-copy p {
		padding: 2px 12px 4px;
	}

  #top .procedure-guide .av_textblock_section .avia_textblock p {
		line-height: 24px;
		margin-bottom: 24px;
	}

  body .denkicheck-next-btn, body .denkicheck-submit-btn {
		font-size: 16px;
		padding-left: 40px;
		padding-right: 40px;
		width: 100%;
	}
	.btn.btn-secondary::before {
		right: 20px;
	}

  /*結果ページ*/
  body.page-thank-you .short-code {
		padding-top: 40px;
	}
	.page-chat #header, .page-thank-you #header {
		background: transparent;
    box-shadow: none;
	}
	.chat-outer.read {
		padding: 0 0 10px;
	}
  .responsive #top #wrap_all .flex_column.result-item {
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
  .registration-form {
    width: 88%;
  }
  .page-chat #main > .container_wrap:not(#footer.container_wrap), .page-thank-you #main > .container_wrap:not(#footer.container_wrap) {
    padding: 0;
  }

  /*事前登録完了ページ*/
  body .thanks-preregister-container {
		padding-top: 87px;
		padding-bottom: 104px;
		width: 85%;
  }
  #top .av_textblock_section .avia_textblock.thanks-preregister-contents p {
		line-height: 27px;
  }

  /*東京都LP SP*/
  /*全体*/
  .page-id-948 #main::before {
		top: 0;
	}
  /*ヘッダー*/
  .responsive #top.page-id-948 .logo {
		width: 75%;
	}
  .page-id-948 div .logo a::after {
		border-radius: 3px;
		padding: 4px 5px 6px;
	}
  /*ハンバーガーメニュー非表示*/
  .responsive #top.page-id-948 #wrap_all .main_menu {
		display: none;
	}
  /*KV*/
  .lp-tokyo-kv-container {
		padding-top: 60px;
	}
  div .flex_column.lp-tokyo-kv-contents {
		padding: 0;
	}
	div .flex_column.lp-tokyo-kv-image {
		position: static;
	}
  .responsive #top #wrap_all .flex_column.lp-tokyo-kv-contents {
		width: 86.67%;
		margin: auto;
	}
	.tanso-man-tokyo-logo p {
		width: 253px;
		margin: 0 0 15px;
	}
  .lp-tokyo-kv-contents .kv-badge {
		text-align: left;
	}
  .lp-tokyo-kv-contents .kv-badge p {
		margin-bottom: 9px;
	}
  #top .lp-tokyo-kv-container .av_textblock_section .avia_textblock.kv-copy p {
		font-size: 30px;
		line-height: 43px;
		margin-bottom: 10px;
	}
	.lp-tokyo-kv-container .kv-caption p {
		font-size: 12px;
    margin-bottom: 15px;
	}
  .lp-tokyo-btn p {
		margin: 0;
	}
  .lp-tokyo-btn p {
		display: block;
	}
	.lp-tokyo-btn a .flex {
		line-height: 19px;
	}
  /*セクションタイトル*/
  .lp-tokyo-section-label p {
		padding-left: 18px;
	}
	.lp-tokyo-section-label p::before {
		width: 10px;
		height: 2px;
	}
  /*Message*/
	div .flex_column.lp-tokyo-message-image {
		position: static;
	}
  .lp-tokyo-message .contents-text p {
		font-family: 'Noto Serif JP';
		font-weight: 500;
		letter-spacing: 0.02em;
	}
  #top .lp-tokyo-message .av_textblock_section .avia_textblock.contents-text p {
		line-height: 30px;
	}
  div .flex_column.lp-tokyo-section-image .image-wrap {
		width: 100%;
	}
  .message-copy {
		padding-top: 30px;
	}
	.message-copy::before, .message-copy::after {
		height: 30px;
	}
  #top .av_textblock_section .avia_textblock.message-copy p {
		line-height: 27px;
	}
	.lp-tokyo-message .lp-tokyo-btn p {
		width: 86.67%;
		margin: 0 auto 50px;
	}
  /*Statements*/
  .lp-tokyo-statements {
		padding: 60px 0;
	}
  .lp-tokyo-section-title h2 {
		font-size: 22px;
		line-height: 22px;
		text-align: center;
	}
  .company-name {
		text-align: center;
	}
	.company-name p {
		display: inline-block;
    margin-bottom: 15px;
	}
  .company-name p::before {
		height: 22px;
		top: calc(50%);
	}
  .company-name p::before {
		height: 22px;
		top: calc(50%);
	}
	.ceo-image p {
		max-width: 100%;
		margin-bottom: 20px;
	}
	.lp-tokyo-statements {
		width: 86.934%;
		margin: auto;
		float: none;
	}
	.ceo-name {
		display: flex;
		align-items: end;
		gap: 8px;
		justify-content: end;
	}
	.ceo-name p {
		margin: 0 0 20px;
	}
	#top .av_textblock_section .avia_textblock.ceo-message p {
		line-height: 28px;
		margin-bottom: 40px;
	}
  .lp-tokyo-bottom-copy {
		padding: 77px 0;
	}
	.responsive #top #wrap_all .lp-tokyo-bottom-copy .container {
		width: 84%;
		margin: auto;
	}
	.lp-tokyo-bottom-copy-image p {
		width: 85.26%;
		margin-bottom: 17px;
	}
  #top .av_textblock_section .avia_textblock.lp-tokyo-bottom-copy-text p {
		line-height: 30px;
	}
  .lp-tokyo-bottom-copy-text.main-text p {
    margin-bottom: 0;
  }
  .lp-tokyo-footer {
		padding: 40px 21px;
	}
	.lp-tokyo-footer .entry-content-wrapper {
		display: block;
	}
	.lp-tokyo-footer-logo p {
		margin: 0 auto 18px;
		width: 170px;
	}
	.lp-tokyo-footer-contents p {
		text-align: center;
	}
	#top .lp-tokyo-footer-contents .av_textblock_section .avia_textblock p:nth-child(1) {
		line-height: 22px;
	}
  .lp-tokyo-footer-contents p:nth-child(1) {
		font-size: 14px;
	}
  .responsive #top #wrap_all .flex_column.lp-tokyo-footer-contents {
		margin: 0;
	}
  .external-link-tokyo-contents.wide p br {
    display: none;
  }
  /*補助金・事業者アーカイブ*/
  .responsive #top #wrap_all .av-flex-cells .no_margin, .responsive #top #wrap_all .flex_column, .responsive #top .container .av-content-small {
    margin-bottom: 0;
  }
  .shortcode-archive {
    padding-bottom: 0;
  }
  .shortcode-archive .archive-container {
		width: 100%;
	}
	.denkicheck-archive-subsidy.shortcode-archive .archive-header, .denkicheck-archive-business.shortcode-archive .archive-header {
		margin-bottom: 0;
	}
	.shortcode-archive .archive-title {
		font-size: 30px;
		padding: 0 16px;
		margin: auto;
	}
	.archive-main {
		display: block;
	}
	.archive-search-form {
		position: static;
		width: 100%;
		padding: 16px;
	}
	.archive-search-container {
		padding-top: 56px;
    padding-bottom: 0;
		background: #fff;
	}
	.archive-grid-container {
		width: 100%;
		padding: 0 16px 86px;
	}
  .shortcode-archive .case-study-archive-grid, .shortcode-archive .business-archive-grid, .shortcode-archive .subsidy-archive-grid {
		margin-bottom: 0;
	}
	.max-amount .field {
		font-size: 18px;
	}
  /*補助金・事業者・事例詳細*/
  .content-sidebar-wrap {
		display: block;
	}
	.business-single-template, .subsidy-single-template, .case_study-single-template {
		margin: 0 auto 36px;
		padding: 16px;
		width: 90%;
		background: #FFFFFF;
		border: 1px solid #CCD0D0;
		box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
		border-radius: 12px;
	}
	.single-subsidy #primary,.single-business #primary,.single-case_study #primary {
		padding-top: 80px;
	}
	.single .objective {
		margin-bottom: 16px;
	}
	.single .business-title, .single .subsidy-title, .single .case-study-title {
		font-size: 22px;
		margin-bottom: 16px;
	}
	.single .subsidy-meta {
		flex-wrap: wrap;
	}
  .single .target-scope {
		width: 100%;
		gap: 8px;
	}
	.single .scope-item {
		width: calc(100% / 2);
		padding: 6px 6px 6px 38px;
	}
	.single .scope-item .field {
		font-size: 14px;
	}
  .business-single-header {
    flex-direction: revert;
    gap: 12px;
  }
  .back-to-archive a {
    width: 90%;
  }
  h1.case-study-message {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .case-study-meta .meta-item {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .case-study-meta .meta-item:first-child {
    margin-right: 2px;
  }
  .case-study-single-header {
    margin-bottom: 20px;
  }
	.challenge-solution {
		padding: 24px;
	}
	.challenge-solution-item .label {
		font-size: 18px;
	}
	.challenge-solution-item .field {
		font-size: 14px;
	}
	.single-case_study h2 {
		font-size: 20px;
		line-height: 1.4;
	}
	.main-text p {
		font-size: 14px;
	}
  .single-business .concierge-contact {
    width: 100%;
  }
  .single-subsidy .concierge-contact {
    position: static;
    margin-bottom: 20px;
  }

}

/*--------------------------------メディアクエリ750以上【タブレット以上】---------------------------------*/
@media only screen and (min-width: 751px) {
	.sp_only {
		display: none;
	}
  .step-item img.sp_only {
    display: none;
  }
}

/*-------------------------------------メディアクエリ1441以上【大画面ディスプレイ】-------------------------------------*/
@media only screen and (min-width: 1441px) {
  div .flex_column.fv-contents {
		max-width: 1500px;
	}
	.fv-contents .logo-tokyo {
		width: 23.8vw;
		margin-bottom: 3vw;
	}
	.fv-copy .emphasis {
		font-size: 2.5vw;
		font-size: min(2.5vw, 46px);
		line-height: 1.6;
	}
	.fv-icons {
		max-width: 530px;
	}
  .fv-cta a {
		width: 28vw;
		max-width: 510px;
		padding: 1vw 1.2vw 1vw 6vw;
		border-radius: 4vw;
	}
	.fv-cta a .btn-caption {
		font-size: 1vw;
	}
	.fv-cta a .btn-text {
		font-size: 1.2vw;
	}
  .top-information {
		width: 35vw;
		padding-left: 10vw;
	}
}