@charset "UTF-8";

/* 中小・小規模企業 省エネ・デジタル環境整備緊急対策事業費補助金（デジタル技術導入） */
/* 第二弾 2503~ */

:root {
  --main-color: #69318e;
  --main-light1: #e6dce9;
  --main-light2: #cec2d9;
  --main-light3: #9e85b3;
  --main-light4: #8567a1;
  --main2-light1: #efd8e4;

  --light-txt: #fff;
  --dark-txt: #333;
  --em-txt: #f3e95d;
  --att-txt: #dc143c;

  --light-box: #fff;
  --dark-box: #333;

  --btn-bg: #f3e95d;
}

html {
  scroll-behavior: smooth;
}

body {
  /* background: linear-gradient(0deg, rgba(230, 220, 233, 1) 65%, rgba(93, 52, 129, 1)); */
  background: linear-gradient(0deg, rgba(230, 220, 233, 1) 65%, rgba(122, 77, 185, 1));
  min-height: 100vh;
}

.body_inn {
  background: url(/common/images/top/bg.png) no-repeat top center/100%;
}

@media screen and (max-width: 968px) {
  body {
    font-size: 1.3rem;
  }

  .body_inn {
    background-size: 200%;
  }
}

@media screen and (min-width: 969px) {
  .br_sp {
    display: none;
  }
}

@media screen and (max-width: 968px) {
  .br_pc {
    display: none;
  }
}

a.link_u {
  color: var(--main-color);
  text-decoration: underline;
}

.txt_larger {
  font-size: 1.4em;
}

.text-red {
  /* color: #dc143c; */
  color: var(--att-txt);
}

.text-primary {
  /* color: #005D85; */
  color: var(--main-color);
}

.text-link {
  color: var(--main-color);
}

.header,
.bg-five,
.main-visual::before {
  background-color: transparent;
}

/* ハンバーガーメニュー */
@media screen and (max-width: 968px) {
  .nav_toggle_wrap {
    position: relative;
    width: 50px;
    height: 50px;
  }
}

.bg-pink {
  /* background-color: #C0EBE5; */
  /* background-color: #D5EBE1; */
  background-color: var(--main2-light1);
}

.bg-primary,
.footer .footer-content {
  /* background-color: #005D85; */
  background-color: var(--main-color);
}

.bg-fourth {
  /* background-color: #D5EBE1; */
  background-color: var(--light-box);
}

.bd-primary-1 {
  /* border: solid 0.1rem #005D85; */
  border: solid 0.1rem var(--main-color);
}

h2.col.d-flex.justify-content-center span {
  padding: 1em;
}

/* list */
.p_top .cs-dot-note::before {
  background-color: #ace1eb;
  background-color: var(--main-light4);
}

/* メインメニューのボタン */
a.main_btn.result {
  background-color: #db6929;
}

a.btn_y {
  background: var(--btn-bg);
  color: var(--main-color);
}

.btn-disabled-link {
  color: #fff !important;
}

.btn-link.btn-link-electronic.btn-disabled-link::before {
  background-image: url(../images/top/item4_w.png) !important;
  z-index: 1;
  display: none;
}

.btn-link.btn-link-mail.btn-disabled-link::before {
  background-image: url(../images/top/item5_w.png) !important;
  z-index: 1;
  display: none;
}

.arrow-right::after {
  border-left: 0.6rem solid var(--main-color);
}

.arrow-righ.btn-disabled-link::after {
  border-left: 0.6rem solid #fff !important;
}

@media (min-width: 969px) {
  .arrow-right::after {
    border-left: 0.8rem solid var(--main-color);
  }

  .arrow-right.btn-disabled-link::after {
    border-left: 0.8rem solid #fff !important;
  }
}

/* 画像 */
.img-person {
  align-self: flex-end;
}

.img-person img {
  vertical-align: bottom;
}

@media screen and (max-width: 968px) {
  /* spメニュー */
  .header .text-button {
    color: #fff !important;
  }

  .header-nav_toggle span,
  .on_nav .header-nav_toggle span {
    /* background-color: #005D85; */
    background-color: #fff;
  }

  /* spメニュー ボーダー */
  .header .navi-page .menu-list .list-item:first-child {
    border-top: 1px solid #c0ebe5;
  }

  .header .navi-page .menu-list .list-item {
    border-bottom: 1px solid #c0ebe5;
  }

  .header .navi-page .menu-list .list-item .item-link {
    display: block;
  }

  .img-person img {
    width: 40%;
  }
}

@media (min-width: 969px) {
  .header .navi-page .menu-list .list-item .item-link {
    /* color: #000; */
    color: var(--light-txt);
  }
}

/* 
トップページ メインビジュアル 実績報告ボタン
*/
.main-visual .application_period_info .report_btn {
  display: inline-block;
  margin-top: 1em;
}

.main-visual .application_period_info .report_btn a {
  display: block;
  border: 1px solid #2984f6;
  border-radius: 8px;
  padding: 0.5em;
  background: rgba(255, 255, 255, 0.8);
  color: #2984f6;
  font-weight: bold;
  font-size: 2.4rem;
  position: relative;
}

.main-visual .application_period_info .report_btn a::after {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  content: "";
  border-right: 0.8rem solid transparent;
  border-top: 0.8rem solid #2984f6;
  border-bottom: 0.8rem solid transparent;
  border-left: 0.8rem solid transparent;
  display: none;
}

@media (max-width: 969px) {
  .main-visual .application_period_info .report_btn a {
    font-size: 1.6rem;
  }
}

/* 
キャッチコピー
*/
.catch_copy {
  font-size: 2rem;
  line-height: 1.5;
  padding: 1em;
  font-weight: bold;
  margin: 1em auto;
  text-align: center;
  /* color: #005D85; */
  color: var(--main-color);
  background: var(--light-box);
  border-radius: 0.5em;
  opacity: 0.8;
}

@media (max-width: 969px) {
  .catch_copy {
    /* font-size: 18px; */
    font-size: 14px;
    text-align: left;
  }
}

.small_txt {
  font-size: small;
}

.smaller_txt {
  font-size: smaller;
}

.header .navi-page .menu-list .list-item .item-link {
  line-height: 1.2;
}

.header .navi-page .menu-list .list-item .item-link .small_txt {
  font-size: small;
}

/* a.nolink,
.header .navi-page .menu-list .list-item.nolink .item-link {
	color: #777;
} */

.hojo_jogen {
  font-size: 6rem;
  /* color: #dc143c; */
  color: var(--att-txt);
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1.2;
}

.hojo_jogen .small_txt {
  font-size: 0.5em;
}

.hojo_kagen {
  font-size: 2rem;
  margin-bottom: 0;
}

@media screen and (max-width: 968px) {
  .hojo_jogen {
    font-size: 4rem;
  }
}

a.nolink,
.header .navi-page .menu-list .list-item.nolink .item-link {
  pointer-events: none;
  color: #777 !important;
}

a.nolink2 {
  color: #aaa !important;
}

a.nolink3 {
  color: inherit !important;
}

/* 240209 */
.header .h1 {
  width: auto;
  max-width: inherit;
}

.header .h1 img {
  width: 40vw;
  /* min-width: 320px; */
  min-width: 300px;
  height: auto;
}

.header .navi-page .menu-list {
  align-items: center;
}

.main-visual {
  /* background-color: rgba(213, 235, 225, 0.5); */
  background-color: rgba(255, 255, 255, 0.15);
}

.main-visual .mv_annot {
  color: var(--light-txt);
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin-left: 1em;
}

@media screen and (max-width: 969px) {
  .main-visual .mv_annot {
    font-size: 12px;
  }
}

#application_period {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.application_period_info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* 楕円の見出し */
.ellip_head {
  width: 150px;
  height: 150px;
  margin: 0 2em;
  margin-top: 0.5em;
}

.ellip_head_inn {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.ellip_head_inn::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-45deg) scale(1.2, 0.9);
  /* background: #5D3481; */
  background-color: var(--main-color);
  border-radius: 50%;
  z-index: -1;
}

.ellip_head_inn p {
  color: var(--light-txt);
  margin: 0;
}

/* 楕円の見出し2 */
.ttl-subsidees .ellip_head2 {
  position: relative;
}

.ttl-subsidees .ellip_head2::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%) rotate(-45deg) scale(1.2, 0.9);
  left: -35px;
  width: 50px;
  height: 50px;
  /* transform: rotate(-45deg) scale(1.2, 0.9); */
  /* background: #5D3481; */
  background-color: var(--main-light2);
  border-radius: 50%;
  z-index: -1;
}

@media screen and (max-width: 968px) {
  .ellip_head {
    width: 130px;
    height: 130px;
    margin-bottom: 0.5em;
  }

  .ellip_head_inn p {
    font-size: 0.8em;
  }

  .ttl-subsidees .ellip_head2 {
    margin-left: 1.5em;
  }
}

/* 六角形の見出し */
.hexagon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 120px;
  margin: 0 50px 0 30px;
  text-align: center;
  line-height: 1.2;
  color: #fff;
  /* background: #005D85; */
  background: var(--main-color);
}

/* 公募期間テキスト */
.application_period_txt p {
  text-align: right;
  margin-bottom: 0;
  color: var(--em-txt);
  line-height: 1.2;
}

h2.bg_hex {
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin: 0 50px 0 30px; */
  margin: 0 1em;
  width: 150px;
  height: 129px;
  background: url() no-repeat center/contain;
  color: #fff;
  text-align: center;
  line-height: 1.3;
}

h2.bg_hex01 {
  background-image: url(/common/images/top/bg_hex01-min.png);
}

h2.bg_hex02 {
  background-image: url(/common/images/top/bg_hex02-min.png);
}

.p_top .cs-mt-3hq {
  margin-top: -1.5rem;
}

@media (min-width: 969px) {
  .p_top .cs-mt-3hq {
    margin-top: -1.75rem;
  }
}

@media screen and (max-width: 968px) {
  .header .h1 img {
    width: 320px;
  }

  .main-visual {
    margin-top: 8px;
  }

  #application_period {
    text-align: center;
  }

  .application_period_info {
    flex-direction: column;
  }

  h2.bg_hex,
  .hexagon {
    font-size: 24px;
    margin: 0 30px 10px;
  }
}

/* TOPページ コンタクト */
#contact .tel-infor {
  padding-left: 1em;
  padding-right: 1em;
}

#contact .text-red {
  margin-bottom: 0;
}

#contact_area .call_head {
  background-color: var(--main-light3);
  color: #fff;
}

#contact_area .call_img img {
  height: auto;
}

/* フッターロゴ */
#footer_logo {
  width: 50rem;
  margin: 0 auto 5rem;
}

#footer_logo img {
  height: auto;
}

@media screen and (max-width: 968px) {
  #footer_logo {
    margin-bottom: 3.5rem;
  }
}

/* テーブルの設定 */
.table_subsidies .table01 th.bd-primary-1 + th.bd-primary-1 {
  border-left: solid #fff;
}

/* 募集要項 #application_area と 申請に必要な書類 #required_doc */
#application_area .table01,
#required_doc .table01 {
  border-top: solid 0.2rem var(--main-color);
  border-right: solid 0.2rem var(--main-color);
  border-left: solid 0.2rem var(--main-color);
  border-bottom: solid 0.2rem var(--main-color);
}

/* 申請に必要な書類 #required_doc */
#required_doc .table01 tr + tr {
  border-top: solid 0.1rem var(--main-color);
}

#required_doc .table01 th + th {
  border-left: solid 0.2rem #fff;
}

#required_doc .table01 td + td {
  border-left: solid 0.2rem var(--main-color);
}

#required_doc .table01 .bd_top_irr {
  border-top: dashed 0.1rem var(--main-color);
}

#required_doc .table01 .bd_top_irr2 {
  border-top: solid 0.2rem var(--main-color);
}

#required_doc .table01 .doc_name {
  padding-left: 3rem;
  text-indent: -2rem;
}

/* 取組例 */
.approach_img {
  width: 24%;
  text-align: center;
}

@media screen and (max-width: 968px) {
  .approach_img {
    width: 49%;
  }

  .approach_img:nth-child(n + 3) {
    margin-top: 1em;
  }
}

/* =========================
	TOP 募集要項
	#application_area
=========================*/
/* 区分 テーブル */
.kubun_table .tr:first-child .td {
  width: 7em;
}

/* 注釈 */
#application_area .note .note_lst {
  width: 1.5em;
  flex-shrink: 0;
}

#application_area .note .note_h {
  width: 12em;
  flex-shrink: 0;
}

#application_area .note .note_d {
  flex-grow: 1;
}

/* メインビジュアル */
img.img-visual {
  /* width: 70%; */
  margin-top: 1em;
}

@media screen and (max-width: 968px) {
  /* img.img-visual {
		width: 90%;
	} */
}

/* footerメニュー */

.footer .footer-content .menu-footer .link + .link {
  margin-top: 0.5em;
}

.footer .footer-content .menu-footer .link-parents {
  padding-left: 0;
}

/* footerメニュー PC */
@media screen and (min-width: 969px) {
  .footer .footer-content .menu-footer {
    margin-left: 10%;
  }

  .footer .footer-content .menu-footer .menu-footer-item {
    width: 24%;
  }
}

/* ----------------------------------------
| 
| 下層ページ
| 
---------------------------------------- */

/*******************************
 下層共通 
*******************************/
.banner-page {
  padding: 50px 0;
}

/* #ct-banner-page, */
.banner-page {
  background-color: rgba(255, 255, 255, 0.7);
}

.banner-page h1,
/* #ct-banner-page h1, */
.joining .form_tit01 {
  font-size: 30px;
  font-weight: bold;
  /* color: #005D85; */
  color: var(--main-color);
  text-align: center;
  line-height: 1.26;
  padding: 0;
  margin-bottom: 0;
}

.joining #ct-banner-page {
  padding: 0;
  background: none;
}

@media screen and (max-width: 968px) {
  .banner-page {
    padding: 30px 0;
  }

  .banner-page h1,
	/* #ct-banner-page h1, */
	.joining .form_tit01 {
    font-size: 22px;
    text-align: center;
  }
}

@media screen and (max-width: 968px) {
  .main,
  .joining .container_wrapper {
    margin-top: 10px;
  }
}

/*******************************
 faq 
*******************************/
.tab-faq {
  width: calc(100%);
  display: flex;
  align-items: normal;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 0 10px;
}

.tab-faq li {
  width: calc(100% / 2 - 10px);
  display: flex;
  margin: 0 5px 10px;
}

.tab-faq li a,
.tab-faq li button {
  width: 100%;
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #ffffff;
  /* border: solid 2px #005D85; */
  border: solid 2px var(--main-color);
  border-radius: 8px;
  /* color: #005D85; */
  color: var(--main-color);
  padding: 5px;
  font-weight: 700;
  font-size: 12px;
  cursor: pointer;
}

.tab-faq li a.active,
.tab-faq li button.active {
  /* background-color: #005D85; */
  background-color: var(--main-color);
  color: #ffffff;
}

.tab-faq li a:hover,
.tab-faq li button:hover {
  opacity: 0.7;
}

.tab-faq-content {
  width: 100%;
  counter-reset: section;
}

.tab-faq-content .tab-content-item {
  width: 100%;
  display: none;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  /* background-color: #D5EBE1; */
  background-color: var(--main2-light1);
  padding: 10px 15px 40px 15px;
}

.tab-faq-content .tab-content-item.active {
  display: flex;
}

.tab-faq-content .item-faq {
  width: 100%;
}

.tab-faq-content .question-faq {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  /* border-bottom: solid thin #5BC2D9; */
  border-bottom: solid thin var(--main-light4);
  padding: 10px 30px 10px 0;
  cursor: pointer;
  font-size: 15px;
}

@media screen and (max-width: 968px) {
  .tab-faq-content .question-faq {
    font-size: 15px;
  }
}

.tab-faq-content .question-faq:before {
  counter-increment: section;
  content: "Q" counter(section) ".";
  /* color: #005D85; */
  color: var(--main-color);
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  /* margin: 3px 5px 5px 0; */
  margin-right: 0.5em;
  white-space: nowrap;
}

.tab-faq-content .question-faq .ico {
  width: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.tab-faq-content .question-faq .ico:before,
.tab-faq-content .question-faq .ico:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  /* background-color: #005D85; */
  background-color: var(--main-color);
  transition: 0.3s ease-in-out;
}

.tab-faq-content .question-faq .ico:after {
  transform: rotate(90deg);
}

.tab-faq-content .active-faq .question-faq .ico:after {
  transform: rotate(0);
}

.tab-faq-content .answer-faq {
  width: 100%;
  background-color: #ffffff;
  padding: 25px;
}

.tab-faq-content .answer-faq li::before {
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  /* background-color: #005D85; */
  background-color: var(--main-color);
  border-radius: 999px;
  margin: 0 8px 2px 0;
}

/*faq2*/
.tab-faq2 {
  width: calc(100%);
  display: flex;
  align-items: normal;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 0 10px;
}

.tab-faq2 li {
  width: calc(100% / 2 - 10px);
  display: flex;
  margin: 0 5px 10px;
}

.tab-faq2 li a,
.tab-faq2 li button {
  width: 100%;
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #ffffff;
  /* border: solid 2px #005D85; */
  border: solid 2px var(--main-color);
  border-radius: 8px;
  /* color: #005D85; */
  color: var(--main-color);
  padding: 5px;
  font-weight: 700;
  font-size: 12px;
  cursor: pointer;
}

.tab-faq2 li a.active,
.tab-faq2 li button.active {
  /* background-color: #005D85; */
  background-color: var(--main-color);
  color: #ffffff;
}

.tab-faq2 li a:hover,
.tab-faq2 li button:hover {
  opacity: 0.7;
}

.tab-faq3 {
  justify-content: center;
}

.container_wrapper,
#contents form {
  margin-bottom: 50px;
}

/* @media screen and (min-width: 769px) { */
@media screen and (min-width: 969px) {
  .tab-faq {
    width: calc(100% + 10px);
    margin: 0 -5px 30px;
  }

  .tab-faq li {
    width: calc(100% / 4 - 10px);
    margin: 0 5px 10px;
  }

  .tab-faq li a,
  .tab-faq li button {
    font-size: 14px;
    padding: 5px 10px;
  }

  .tab-faq-content .tab-content-item {
    padding: 10px 30px 40px 15px;
  }

  .tab-faq-content .question-faq {
    align-items: center;
  }

  .tab-faq-content .question-faq:hover {
    opacity: 0.7;
  }

  .tab-faq-content .question-faq:before {
    margin: 0 5px 5px 0;
    font-size: 28px;
  }

  .tab-faq2 {
    width: calc(100% / 4 + 10px);
    /* margin: 0 -5px 30px; */
    margin: 0 auto 30px;
  }

  .tab-faq2 li {
    width: calc(100% - 10px);
    margin: 0 5px 10px;
  }

  .tab-faq2 li a,
  .tab-faq2 li button {
    font-size: 14px;
    padding: 5px 10px;
  }

  .tab-faq3 {
    gap: 30px;
  }
}

/*******************************
| agree.html
*******************************/
.p_agree .agree_btn-link {
  /* background: #005D85; */
  background-color: var(--main-color);
}

/* 
| 
| /joining/
| /fail
| 
 */
.joining .container_wrapper,
#contents form {
  background: rgba(255, 255, 255, 0.7);
}

#ct-banner-page {
  background-color: rgba(213, 235, 225, 0.5);
}

#ct-banner-page h1,
.joining .form_tit01 {
  /* color: #005D85; */
  color: var(--main-color);
}

.joining form .buttons .btn,
.joining form .buttons button,
.joining form .buttons {
  /* background-color: #005D85; */
  background-color: var(--main-color);
  color: #fff;
}

.form_tit02,
.joining .form_tit02,
.joining .select:before {
  /* background-color: #005D85; */
  background-color: var(--main-color);
}

/* 
joining/entry
*/
.btn-outline-secondary {
  background: #eee;
}

.form_tit03 {
  color: #fff;
  padding: 4px 0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  /* background-color: var(--main-light3) !important; */
  background-color: var(--main-color);
}

.toggle_btn {
  background-color: var(--main-color) !important;
}

.joining .radio_item {
  height: auto;
}

/* 
電子申請用　申請書類
guide_denshi.html
*/
.denshi_nextpage {
  margin-top: 4em;
  text-align: center;
}

.denshi_nextpage .next_btn {
  margin: 1em auto;
}

/* 
TOPページ
追加書類の案内
*/
.tuika {
  font-size: 1.5em;
  text-align: center;
  margin-top: 1em;
}

/* 
TOPページ
250718
 */

.catch_copy.saitaku {
  /* display: flex; */
  align-items: center;
  background-color: var(--main-light2);
  /* justify-content: center; */
}
.catch_copy.saitaku p {
  /* font-size: 0.8em; */
  /* color: #333; */
  /* margin-bottom: 0; */
}

.catch_copy.saitaku a {
    /* margin-right: 0; */
    /* margin-left: 1em; */
  }

@media screen and (max-width: 969px) {
  .catch_copy.saitaku {
    /* display: block; */
  }
  .catch_copy.saitaku p {
    /* font-size: 1em; */
    font-size: 20px;
	/* margin-bottom: 1em; */
    text-align: center;
  }
  .catch_copy.saitaku a {
    margin-left: 0;
  }
}

.note.result_lead {
  width: fit-content;
  margin: 0 auto 1em;
  font-weight: bold;
}

.result_btn {
  margin: 0 auto;
}

.result_btn_inn img {
  max-width: 40px;
}

.hidden {
  display: none !important;
}
