@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/* 共通 */

body {
  font-family: "Noto Sans JP", sans-serif;
}

.container {
  padding-top: 100px;
  padding-bottom: 100px;
}

.dropdown-menu .container {
  padding-top: 0px;
  padding-bottom: 0px;
}

.external-link {
  padding-left: 0.5em;
}

.container p a:hover {
  color: #cf421b;
}

@media screen and (max-width: 767px) {
  .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.mylogo img {
  height: 50px;
}

@media (max-width: 991px) {
  .mylogo img {
    height: 48px;
  }
}

.sp_br {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_br {
    display: block;
  }
}

.navbar {
  box-shadow: none;
}

.breadcrumb-item {
  font-size: 14px;
}

/* 共通ここまで */

/* ナビ */

/* .navbar-brand {
  background: url("../img/logob_sub.png") no-repeat left center;
  background-size: cover;
  width: 64px;
  height: 64px;
} */

.navbar-nav .menu-sub {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-smrjlogo {
  background: url("../img/smrj-logo.svg") no-repeat left center;
  background-size: cover;
  width: 97px;
  height: 62px;
}

.search-icon {
  background-color: #e0481d;
  margin-left: -4px;
  padding-top: 3px;
}

.search-icon svg {
  padding: 3px;
}

.search-input {
  border: solid 1px #707070;
  height: 30px;
  width: 500px;
}

@media screen and (max-width: 767px) {
  .search-input {
    width: 300px;
  }
}

/* カルーセル */
/* #introCarousel,
.carousel-inner,
.carousel-item,
.carousel-item.active {
  height: 50vh;
} */

/* .carousel-item:nth-child(1) {
  background-image: url("../img/top_mv01.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
} */

/* .carousel-item:nth-child(2) {
  background-image: url("https://mdbootstrap.com/img/Photos/Others/images/77.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
} */

/* .carousel-item:nth-child(3) {
  background-image: url("https://mdbootstrap.com/img/Photos/Others/images/78.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
} */

/* @media screen and (max-width: 767px) {
  .carousel-item:nth-child(1) {
    background-image: url("../img/top_mv01_sp.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
} */

/* Height for devices larger than 576px */
@media (min-width: 992px) {
  #introCarousel {
    margin-top: 0px;
  }
}

.navbar .nav-link {
  color: #000 !important;
}

#ippan-01 .absolute {
  position: absolute;
  /* left: 10%; */
  top: 20%;
}

/* 250521追加箇所 - マウスオーバー時の設定 */
@media (min-width: 992px) {
  .nav-item a:hover {
    text-decoration: underline;
    text-decoration-color: red;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
  }

  .navbar-nav li.nav-item {
    vertical-align: middle;
  }

  .navbar-nav li.nav-item::before {
    content: "";
    position: absolute;
    top: 40%; /*縦位置の指定*/
    background: #000000; /*線の色指定*/
    width: 1px; /*線の幅指定*/
    height: 25%; /*線の高さ指定*/
  }
}

/* カルーセル */

#ippan-01 .carousel-inner h1 {
  margin-bottom: 0px;
}
.mv-filter {
  background: #000;
}
.mv-filter-img {
  display: block;
  opacity: 0.6; //どれくらい暗くするかを設定する数値。低いほど暗くなるようにしてます
}

#ippan-01 .mv-text {
  font-size: 36px !important;
  text-align: center;
}

#ippan-01 .slider-text {
  font-size: 30px !important;
  text-align: center;
}

@media screen and (max-width: 991px) {
  #ippan-01 .mv-text {
    font-size: 24px !important;
  }

  #ippan-01 .slider-text {
    font-size: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  #ippan-01 .mv-text {
    font-size: 20px !important;
  }

  #ippan-01 .slider-text {
    font-size: 16px !important;
  }

  #ippan-01 .absolute {
    position: absolute;
    left: 10%;
    top: 20%;
  }
}

@media screen and (max-width: 575px) {
  #ippan-01 .mv-text {
    font-size: 20px !important;
  }

  #ippan-01 .slider-text {
    font-size: 16px !important;
  }
}

/* 背景色 */

.ippan-01 {
  background-color: none;
}

.ippan-02 {
  background-color: none;
}

#ippan-03 {
  background-color: #fff9f2;
}

.ippan-04 {
  background-color: none;
}

#ippan-05 {
  background-color: #fff9f2;
}

.ippan-06 {
  background-color: none;
}

#ippan-07 {
  background-color: #fff9f2;
}

#ippan-jigyou-03 {
  background-color: #fff9f2;
}

#ippan-jigyou-05 {
  background-color: #fff9f2;
}

#ippan-about-02 {
  background-color: #fff9f2;
}

#ippan-about-04 {
  background-color: #fff9f2;
}

#ippan-about-06 {
  background-color: #fff9f2;
}

#ippan-adviser-03 {
  background-color: #fff9f2;
}

#ippan-adviser-05 {
  background-color: #fff9f2;
}

#ippan-adviser-07 {
  background-color: #fff9f2;
}

#ippan-shindan-03 {
  background-color: #fff9f2;
}

#ippan-shindan-05 {
  background-color: #fff9f2;
}

#shien-03 {
  background-color: #fff9f2;
}

#shien-05 {
  background-color: #fff9f2;
}

/* 色ボタン指定 */

.keycolor01 {
  /* background-color: #cb2c00; */
  background-color: #d5431a;
  font-size: 24px;
  color: #fff;
}

.keycolor01:hover {
  background-color: #c63f19;
}

.keycolor02 {
  background-color: #2178c4;
  font-size: 24px;
  color: #fff;
}

.keycolor02:hover {
  background-color: #1d6aae;
  color: #fff;
}

.pdfmark {
}

@media screen and (max-width: 767px) {
  .keycolor01 {
    font-size: 20px;
  }

  .keycolor02 {
    font-size: 16px;
  }
}

/* 見出し */

.container .heading01 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 36px;
  text-align: center;
  margin: 0px 0px 50px 0px;
}

.heading01::before {
  content: "";
  width: 5px;
  height: 36px;
  background-color: #e0481d;
}

.heading01::before {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .container .heading01 {
    font-size: 22px;
    margin: 0px 0px 50px 0px;
  }

  .heading01::before {
    width: 5px;
    height: 26px;
  }

  .heading01::before {
    margin-right: 10px;
  }
}

/* トップページ　お知らせ */

.news-list {
  list-style: none outside;
  margin: 0;
  padding: 0;
}
.news-list .item a {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #333;
  /* border-bottom: 1px solid #707070;
  padding: 20px 20px; */
}

/* .news-list .item:first-child a {
  border-top: 1px solid #707070;
} */

ul.news-list li:first-child.item {
  border-top: 1px solid #707070;
}

.news-list .item {
  border-bottom: 1px solid #707070;
  padding: 20px 20px;
}

.news-list .comment {
  margin: 0 0 0 1em;
  font-size: small;
}

.news-list .item .date {
  margin: 0;
  min-width: 160px;
  font-size: 16px;
  color: #363636;
  padding: 0 20px 0 0;
}

/* 追加 */
.news-list .item .category-body {
  margin: 0;
  min-width: 200px;
  padding: 0 20px 0 0;
}

.news-list .item .category-body span {
  background: #34517d;
  color: #fff;
  text-align: center;
  display: inline-block;
  padding: 5px 20px;
  font-size: 12px;
  line-height: 1;
  width: 140px;
  font-weight: 600;
}

.news-list .item .category00 span {
  background: #34517d;
}

.news-list .item .category01 span {
  background: #2178c4;
}

.news-list .item .category02 span {
  background: #cb2c00;
}

.news-list .item .category03 span {
  background: #13634b;
}

.news-list .item .category04 span {
  background: #008671;
}

.news-list .item .category05 span {
  background: #9e5999;
}

.news-list .item .category06 span {
  background: #592088;
}
/* 追加ここまで */

.news-list .item .title {
  margin: 0;
  width: 100%;
}
.news-list .item a:hover .title {
  color: #cf421b;
}

@media screen and (max-width: 767px) {
  .news-list .item a {
    flex-wrap: wrap;
  }
  .news-list .item .date {
    min-width: 100px;
  }
}

/* メリット　card周り */

#ippan-03 .card-body h3 {
  margin-left: 1.4em;
  text-indent: -1.4em;
}

#ippan-03 .card-body h3 span {
  font-size: 1.3em;
  padding-right: 0.5rem;
  vertical-align: middle;
}

#ippan-03 .border01 {
  border: solid 3px #2a8460 !important;
  border-radius: 20px;
}

#ippan-03 .border02 {
  border: solid 3px #e01c53 !important;
  border-radius: 20px;
}

#ippan-03 .border03 {
  border: solid 3px #2178c4 !important;
  border-radius: 20px;
}

#ippan-03 .container .card .card-title01 {
  color: #2a8460;
  font-weight: 600;
  font-size: 30px;
}

#ippan-03 .container .card .card-title02 {
  color: #e01c53;
  font-weight: 600;
  font-size: 30px;
}

#ippan-03 .container .card .card-title03 {
  color: #2178c4;
  font-weight: 600;
  font-size: 30px;
}

.container .card .card-text {
  color: #363636;
}

#ippan-03 .text-right {
  text-align: right;
}

#ippan-03 .to-link {
  color: #333;
  font-weight: 600;
}

#ippan-03 .to-link:hover {
  color: #cf421b;
}

#ippan-03 .card .ms-over15 {
  background-color: rgba(251, 251, 251, 0.15);
}

@media screen and (max-width: 767px) {
  #ippan-03 .container .card .card-title01 {
    font-size: 24px;
  }

  #ippan-03 .container .card .card-title02 {
    font-size: 24px;
  }

  #ippan-03 .container .card .card-title03 {
    font-size: 24px;
  }
}

/* YouTube動画周り */
#ippan-03 .youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
#ippan-03 .youtube iframe {
  width: 100%;
  height: 100%;
}

/* 困りごと　card周り */

#ippan-05 .border {
  border: solid 3px #4a6cb3 !important;
  border-radius: 20px;
}

#ippan-05 .card-body {
  padding: 0 1.5rem;
}

/* #ippan-05 .container .card .card-title {
  color: #4a6cb3;
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 20px;
} */

/* 困りごと　card周り色分け */

#ippan-05 .border-kadai1 {
  border: solid 3px #315d88 !important;
  border-radius: 20px;
}

#ippan-05 .border-kadai2 {
  border: solid 3px #2d5e5e !important;
  border-radius: 20px;
}

#ippan-05 .border-kadai3 {
  border: solid 3px #5f6040 !important;
  border-radius: 20px;
}

#ippan-05 .border-kadai4 {
  border: solid 3px #57588a !important;
  border-radius: 20px;
}

#ippan-05 .border-kadai5 {
  border: solid 3px #8b4f4e !important;
  border-radius: 20px;
}

#ippan-05 .border-kadai6 {
  border: solid 3px #2b6584 !important;
  border-radius: 20px;
}

#ippan-05 .container .koudoka-kadai1 .card-title {
  color: #fff;
  font-weight: 600;
  font-size: 26px;
  background-color: #315d88;
  padding: 10px 5px;
  margin-bottom: 20px;
  margin-top: 10px;
  width: 100%;
}

#ippan-05 .container .koudoka-kadai2 .card-title {
  color: #fff;
  font-weight: 600;
  font-size: 26px;
  background-color: #2d5e5e;
  padding: 10px 5px;
  margin-bottom: 20px;
  margin-top: 10px;
  width: 100%;
}

#ippan-05 .container .koudoka-kadai3 .card-title {
  color: #fff;
  font-weight: 600;
  font-size: 26px;
  background-color: #5f6040;
  padding: 10px 5px;
  margin-bottom: 20px;
  margin-top: 10px;
  width: 100%;
}

#ippan-05 .container .koudoka-kadai4 .card-title {
  color: #fff;
  font-weight: 600;
  font-size: 26px;
  background-color: #57588a;
  padding: 10px 5px;
  margin-bottom: 20px;
  margin-top: 10px;
  width: 100%;
}

#ippan-05 .container .koudoka-kadai5 .card-title {
  color: #fff;
  font-weight: 600;
  font-size: 26px;
  background-color: #8b4f4e;
  padding: 10px 5px;
  margin-bottom: 20px;
  margin-top: 10px;
  width: 100%;
}

#ippan-05 .container .koudoka-kadai6 .card-title {
  color: #fff;
  font-weight: 600;
  font-size: 26px;
  background-color: #2b6584;
  padding: 10px 5px;
  margin-bottom: 20px;
  margin-top: 10px;
  width: 100%;
}

#ippan-05 .card .issue-illust {
  text-align: center;
  margin-bottom: 20px;
}

#ippan-05 .card .issue-illust img {
  height: 100px;
  padding: 5px;
}

#ippan-05 .card.koudoka-kadai1 .issue-illust img {
  border: solid 2px #315d88;
  border-radius: 5px;
  box-shadow: 2px 2px 2px #315d88;
}

#ippan-05 .card.koudoka-kadai2 .issue-illust img {
  border: solid 2px #2d5e5e;
  border-radius: 5px;
  box-shadow: 2px 2px 2px #2d5e5e;
}

#ippan-05 .card.koudoka-kadai3 .issue-illust img {
  border: solid 2px #5f6040;
  border-radius: 5px;
  box-shadow: 2px 2px 2px #5f6040;
}

#ippan-05 .card.koudoka-kadai4 .issue-illust img {
  border: solid 2px #57588a;
  border-radius: 5px;
  box-shadow: 2px 2px 2px #57588a;
}

#ippan-05 .card.koudoka-kadai5 .issue-illust img {
  border: solid 2px #8b4f4e;
  border-radius: 5px;
  box-shadow: 2px 2px 2px #8b4f4e;
}

#ippan-05 .card.koudoka-kadai6 .issue-illust img {
  border: solid 2px #2b6584;
  border-radius: 5px;
  box-shadow: 2px 2px 2px #2b6584;
}

.koudoka-kadai1 .fa-circle-chevron-right::before {
  font-size: 36px;
  margin-left: 16px;
  color: #315d88;
}

.koudoka-kadai2 .fa-circle-chevron-right::before {
  font-size: 36px;
  margin-left: 16px;
  color: #2d5e5e;
}

.koudoka-kadai3 .fa-circle-chevron-right::before {
  font-size: 36px;
  margin-left: 16px;
  color: #5f6040;
}

.koudoka-kadai4 .fa-circle-chevron-right::before {
  font-size: 36px;
  margin-left: 16px;
  color: #57588a;
}

.koudoka-kadai5 .fa-circle-chevron-right::before {
  font-size: 36px;
  margin-left: 16px;
  color: #8b4f4e;
}

.koudoka-kadai6 .fa-circle-chevron-right::before {
  font-size: 36px;
  margin-left: 16px;
  color: #2b6584;
}

/* 困りごと　card周り色分けここまで */

#ippan-05 .container .card .card-text {
  color: #363636;
  font-size: 18px;
  margin-bottom: 2px;
}

#ippan-05 .jigyoumei {
  color: #363636;
  font-weight: 600;
  font-size: 24px;
}

#ippan-05 .jigyoumei a {
  text-decoration: none;
  color: #363636;
}

#ippan-05 .jigyoumei a:hover {
  color: #d5431a;
}

.fa-circle-chevron-right::before {
  font-size: 36px;
  margin-left: 16px;
  color: #2178c4;
}

@media screen and (max-width: 991px) {
  #ippan-05 .container .card .card-title {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  #ippan-05 .container .card .card-title {
    font-size: 24px;
  }

  #ippan-05 .container .card .card-text {
    font-size: 16px;
    margin-bottom: 2px;
  }

  #ippan-05 .jigyoumei {
    font-weight: 600;
    font-size: 24px;
  }

  .fa-circle-chevron-right::before {
    font-size: 26px;
    margin-left: 10px;
  }

  .koudoka-kadai1 .fa-circle-chevron-right::before {
    font-size: 26px;
    margin-left: 10px;
    color: #315d88;
  }

  .koudoka-kadai2 .fa-circle-chevron-right::before {
    font-size: 26px;
    margin-left: 10px;
    color: #2d5e5e;
  }

  .koudoka-kadai3 .fa-circle-chevron-right::before {
    font-size: 26px;
    margin-left: 10px;
    color: #5f6040;
  }

  .koudoka-kadai4 .fa-circle-chevron-right::before {
    font-size: 26px;
    margin-left: 10px;
    color: #57588a;
  }

  .koudoka-kadai5 .fa-circle-chevron-right::before {
    font-size: 26px;
    margin-left: 10px;
    color: #8b4f4e;
  }

  .koudoka-kadai6 .fa-circle-chevron-right::before {
    font-size: 26px;
    margin-left: 10px;
    color: #2b6584;
  }
}

/* よくある質問 */
.top-faq-q {
  font-size: 2em;
  width: 1.6em;
  color: #4598e0;
}

.top-faq-a::before {
  content: "A.";
  font-size: 1.6em;
  width: 1.6em;
  color: #cf421b;
}

@media screen and (max-width: 767px) {
  .top-faq-q {
    font-size: 1.6em;
    width: 1.5em;
    margin-right: 10px;
    color: #4598e0;
  }
}

/* お問い合わせ周り */
#ippan-08 .kei01 {
  border: 2px solid #d5431a;
  padding: 40px;
  margin: 10px;
  border-radius: 20px;
  background-color: #fff9f2;
}

@media screen and (max-width: 767px) {
  #ippan-08 .kei01 {
    padding: 20px;
    margin: 10px;
  }
}

/* フッター周り */

.footer-middle {
  background-color: #efefef;
}

.footer-last {
  background-color: #4a6cb3;
  color: #fff;
}

/* 250521追加箇所 - フッター住所部分 */
footer .footer_menu_list .link-item {
  border-bottom: 1px solid #333;
  margin-bottom: 0.3em;
}

footer .footer_menu_list .child_link::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f105";
  margin-right: 0.1em;
}

.ms-over02 {
  background-color: rgba(251, 251, 251, 0.2);
}

/* 250522追加箇所 - トップへ戻る */

@media (min-width: 680px) {
  #page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 5px;
    bottom: 5px;
    background: #e0481d;
    opacity: 0.9;
    border-radius: 50%;
    display: none;
  }

  #page_top a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
  }

  #page_top a::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f102";
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -6px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
}

/* 事業ページMV */

#ippan-jigyou-01 .row {
  margin-right: calc(var(--mdb-gutter-x) * -0);
  margin-left: calc(var(--mdb-gutter-x) * -0);
  /* mdbootstrapの記述打ち消しのための記述 */
}

#ippan-jigyou-02 .row {
  margin-right: calc(var(--mdb-gutter-x) * -0);
  margin-left: calc(var(--mdb-gutter-x) * -0);
  /* mdbootstrapの記述打ち消しのための記述 */
}

#ippan-jigyou-03 .row {
  margin-right: calc(var(--mdb-gutter-x) * -0);
  margin-left: calc(var(--mdb-gutter-x) * -0);
  /* mdbootstrapの記述打ち消しのための記述 */
}

#ippan-jigyou-04 .row {
  margin-right: calc(var(--mdb-gutter-x) * -0);
  margin-left: calc(var(--mdb-gutter-x) * -0);
  /* mdbootstrapの記述打ち消しのための記述 */
}

#ippan-jigyou-all .row {
  margin-right: calc(var(--mdb-gutter-x) * -0);
  margin-left: calc(var(--mdb-gutter-x) * -0);
  /* mdbootstrapの記述打ち消しのための記述 */
}

#ippan-jigyou-01 .jigyou-mv {
  min-height: 160px;
  padding: 40px 0;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #2178c4;
}

#ippan-jigyou-01 .jigyou-mv::after {
  background-color: #2178c4;
  background-image: repeating-linear-gradient(137deg, transparent, transparent 8px, rgb(68 129 188 / 20%) 8px, rgb(68 129 188 / 20%) 10px);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background-size: auto auto;
}

#ippan-jigyou-01 .jigyou-mv h1 {
  font-size: 40px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  z-index: 1;
  position: relative;
  margin: revert;
}

#ippan-jigyou-01 .jigyou-mv h2 {
  font-size: 40px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  z-index: 1;
  position: relative;
  margin: revert;
}

#ippan-jigyou-01 .jigyou-mv .jigyou-mv-sub {
  font-size: 20px;
  text-align: center;
  color: #fff;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  #ippan-jigyou-01 .jigyou-mv h1 {
    font-size: 24px;
    z-index: 1;
  }
  #ippan-jigyou-01 .jigyou-mv h2 {
    font-size: 24px;
    z-index: 1;
  }

  #ippan-jigyou-01 .jigyou-mv .jigyou-mv-sub {
    font-size: 16px;
  }
}

/* 事業一覧ページ */

#ippan-jigyou-all .border {
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.12);
}

#ippan-jigyou-all .container .card .card-title {
  color: #4a6cb3;
  font-size: 22px;
  /* margin-bottom: 20px; */
  text-align: center;
  line-height: 32px;
  min-height: 65px;
  font-weight: 600;
}

#ippan-jigyou-all .card-text {
  color: #4a6cb3;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 2px;
  position: relative;
  padding-left: 1.8em;
}

#ippan-jigyou-all .far::before {
  font-size: 22px;
  margin-right: 3px;
  color: #4a6cb3;
  position: absolute;
  left: 0;
  top: 0;
}

#ippan-jigyou-all .card-gaiyou {
  color: #363636;
  font-size: 16px;
  margin-bottom: 30px;
}

#ippan-jigyou-all .jigyoumei {
  color: #363636;
  font-weight: 600;
  font-size: 18px;
}

#ippan-jigyou-all .jigyoumei a {
  text-decoration: none;
  color: #363636;
}

#ippan-jigyou-all .jigyoumei a:hover {
  color: #d5431a;
}

#ippan-jigyou-all .fa-circle-chevron-right::before {
  font-size: 22px;
  margin-left: 8px;
  color: #2178c4;
}

#ippan-jigyou-all .issue-illust {
  text-align: center;
}

#ippan-jigyou-all .issue-illust img {
  width: 50%;
  padding: 20px;
}

/* 事業ページ　要件周り */

#ippan-jigyou-03 .border {
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.12);
}

#ippan-jigyou-03 .container .card .card-title {
  color: #4a6cb3;
  font-size: 28px;
  margin-bottom: 20px;
}

#ippan-jigyou-03 .container .card .card-text {
  color: #363636;
  margin-bottom: 2px;
  margin-left: 20px;
  margin-right: 20px;
}

#ippan-jigyou-03 .container .aiu-list {
  list-style: none;
  /* counter-reset: katakana-counter; */
  padding-left: 1.5em;
}

#ippan-jigyou-03 .container .aiu-list li {
  counter-increment: katakana-counter;
  position: relative;
  padding-left: 1.5em;
}

#ippan-jigyou-03 .container .aiu-list li::before {
  content: counter(katakana-counter, katakana) ". "; /* ← ここで句読点カスタム */
  position: absolute;
  left: 0;
}

@media screen and (max-width: 767px) {
  #ippan-jigyou-03 .container .card .card-title {
    font-size: 22px;
  }

  #ippan-jigyou-03 .container .card .card-text {
    margin-left: 0px;
    margin-right: 0px;
  }
}

/* 事業ページ　税制措置周り */

#ippan-jigyou-04 .border {
  /* border-radius: 20px; */
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.12);
}

#ippan-jigyou-04 .container .card .card-title {
  color: #4a6cb3;
  font-size: 28px;
  margin-bottom: 20px;
}

#ippan-jigyou-04 .container .card .card-text {
  color: #363636;
  margin-bottom: 2px;
  margin-left: 20px;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  #ippan-jigyou-04 .container .card .card-title {
    font-size: 22px;
  }

  #ippan-jigyou-04 .container .card .card-text {
    margin-left: 0px;
    margin-right: 0px;
  }
}

/* 事業ページ　活用事例 */
#ippan-jigyou-05 .case01 {
  border: solid 2px #4a6cb3;
  border-radius: 20px;
  background-color: #fff;
}

#ippan-jigyou-05 .card-title {
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 30px;
  line-height: 2.4rem;
}

#ippan-jigyou-05 .card-subtitle {
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 10px;
}

#ippan-jigyou-05 .case01 figcaption {
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  #ippan-jigyou-05 .card-title {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 30px;
    line-height: 2rem;
  }
}

/*リニューアル事業で使用 */
.renewal-about-title {
  display: inline-block;
  line-height: 2rem;
  font-weight: 700;
}

.renewal-about-subtitle {
  display: inline-block;
  line-height: 1.5rem;
  font-weight: 500;
}

.renewal-about-indent {
  display: inline-block;
  margin-left: 1em;
}

/* 複数要件用 */
.container.inner {
  margin-top: -120px;
}

/* お知らせ詳細ページ */

#ippan-info-01 .row {
  margin-right: calc(var(--mdb-gutter-x) * -0);
  margin-left: calc(var(--mdb-gutter-x) * -0);
  /* mdbootstrapの記述打ち消しのための記述 */
}

#ippan-info-02 .row {
  margin-right: calc(var(--mdb-gutter-x) * -0);
  margin-left: calc(var(--mdb-gutter-x) * -0);
  /* mdbootstrapの記述打ち消しのための記述 */
}

#ippan-info-01 .jigyou-mv {
  min-height: 160px;
  padding: 40px 0;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #2178c4;
}

#ippan-info-01 .jigyou-mv::after {
  background-color: #2178c4;
  background-image: repeating-linear-gradient(137deg, transparent, transparent 8px, rgb(68 129 188 / 20%) 8px, rgb(68 129 188 / 20%) 10px);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background-size: auto auto;
}

#ippan-info-01 .jigyou-mv h1 {
  font-size: 40px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  z-index: 1;
  position: relative;
  margin: revert;
}

#ippan-info-01 .jigyou-mv h2 {
  font-size: 40px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  z-index: 1;
  position: relative;
  margin: revert;
}

#ippan-info-02 h3 {
  font-size: 22px;
}

.info-day {
  text-align: right;
}

.info-link {
  padding-left: 0.5em;
}

.info-link a {
  color: #4f4f4f;
}

.info-link a:hover .title {
  color: #cf421b;
}

.fa-angle-right::before {
  padding-right: 0.5em;
}

@media screen and (max-width: 767px) {
  #ippan-info-01 .jigyou-mv h2 {
    font-size: 24px;
    z-index: 1;
  }

  #ippan-info-02 h3 {
    font-size: 18px;
  }
}

/* 高度化事業とはページ */

#ippan-about-01 .row {
  margin-right: calc(var(--mdb-gutter-x) * -0);
  margin-left: calc(var(--mdb-gutter-x) * -0);
  /* mdbootstrapの記述打ち消しのための記述 */
}

#ippan-about-03 .row {
  margin-right: calc(var(--mdb-gutter-x) * -0);
  margin-left: calc(var(--mdb-gutter-x) * -0);
  /* mdbootstrapの記述打ち消しのための記述 */
}

#ippan-about-04 .row {
  margin-right: calc(var(--mdb-gutter-x) * -0);
  margin-left: calc(var(--mdb-gutter-x) * -0);
  /* mdbootstrapの記述打ち消しのための記述 */
}

#ippan-about-05 .row {
  margin-right: calc(var(--mdb-gutter-x) * -0);
  margin-left: calc(var(--mdb-gutter-x) * -0);
  /* mdbootstrapの記述打ち消しのための記述 */
}

#ippan-about-06 .row {
  margin-right: calc(var(--mdb-gutter-x) * -0);
  margin-left: calc(var(--mdb-gutter-x) * -0);
  /* mdbootstrapの記述打ち消しのための記述 */
}

#ippan-about-06 .border {
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.12);
}

#ippan-about-06 .card .card-title-box {
  width: fit-content;
  padding: 0 25px;
}

#ippan-about-06 .container .card .card-title {
  line-height: auto !important;
  min-height: auto !important;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 8px;
  color: #4a6cb3;
  font-size: 26px;
}

#ippan-about-06 .container .card .jigyou01.card-body h3 {
  border-left: solid 5px #76a9fa;
}

#ippan-about-06 .container .card .jigyou02.card-body h3 {
  border-left: solid 5px #f7da85;
}

#ippan-about-06 .container .card .jigyou03.card-body h3 {
  border-left: solid 5px #f59090;
}

#ippan-about-06 .container .card .jigyou04.card-body h3 {
  border-left: solid 5px #f89d8f;
}

#ippan-about-06 .container .card .jigyou05.card-body h3 {
  border-left: solid 5px #7ecfcf;
}

#ippan-about-06 .container .card .jigyou06.card-body h3 {
  border-left: solid 5px #7f90c0;
}

#ippan-about-06 .container .card .jigyou07.card-body h3 {
  border-left: solid 5px #dcec7e;
}

#ippan-about-06 .container .card .jigyou08.card-body h3 {
  border-left: solid 5px #c4aaf0;
}

#ippan-about-06 .container .card .jigyou09.card-body h3 {
  border-left: solid 5px #b7bccf;
}

/* 高度化事業とは中の貸付種類 に適用 */
#ippan-about-06 .card-gaiyou {
  color: #363636;
  font-size: 18px;
  margin-bottom: 30px;
  /* 以下4行追加 */
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
}

#ippan-about-06 .card img {
  width: 100%;
  margin-bottom: 0px;
}

#ippan-about-01 .border {
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.12);
}

#ippan-about-01 .container .card .card-title01 {
  color: #2a8460;
  font-weight: 600;
  font-size: 30px;
}

#ippan-about-01 .container .card .card-title02 {
  color: #e01c53;
  font-weight: 600;
  font-size: 30px;
}

#ippan-about-01 .container .card .card-title03 {
  color: #2178c4;
  font-weight: 600;
  font-size: 30px;
}

#ippan-about-01 .card-text {
  color: #363636;
  margin-bottom: 2px;
  margin-left: 20px;
  margin-right: 20px;
}

#ippan-about-01 .far::before {
  font-size: 22px;
  margin-right: 3px;
  color: #4a6cb3;
  position: absolute;
  left: 0;
  top: 0;
}

#ippan-about-01 .youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}

#ippan-about-01 .youtube iframe {
  width: 100%;
  height: 100%;
}

#ippan-about-01 .to-link {
  color: #333;
  font-weight: 600;
  text-align: right;
}

#ippan-about-01 .to-link:hover {
  color: #cf421b;
}

#ippan-about-02 .joken {
  border: solid 2px #4a6cb3;
  border-radius: 20px;
  background-color: #fff;
}

#ippan-about-02 .list-check {
  list-style: none;
  position: relative;
  padding-left: 1.8em;
  margin-bottom: 20px;
}

#ippan-about-02 .list-check-content {
  color: #2a8460;
  font-size: 1.6em;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1em;
}

#ippan-about-02 ul {
  padding-left: 0rem;
}

@media screen and (max-width: 767px) {
  #ippan-about-01 .container .card .card-title01 {
    font-size: 18px;
  }

  #ippan-about-01 .container .card .card-title02 {
    font-size: 18px;
  }

  #ippan-about-01 .container .card .card-title03 {
    font-size: 18px;
  }

  #ippan-about-01 .card-text {
    margin-left: 0px;
    margin-right: 0px;
  }

  #ippan-about-06 .container .card .card-title {
    font-size: 20px;
  }

  #ippan-about-06 .card-gaiyou {
    font-size: 16px;
  }
}

/* アドバイザー派遣ページ */

#ippan-adviser-02 .row {
  margin-right: calc(var(--mdb-gutter-x) * -0);
  margin-left: calc(var(--mdb-gutter-x) * -0);
  /* mdbootstrapの記述打ち消しのための記述 */
}

#ippan-adviser-03 .row {
  margin-right: calc(var(--mdb-gutter-x) * -0);
  margin-left: calc(var(--mdb-gutter-x) * -0);
  /* mdbootstrapの記述打ち消しのための記述 */
}

#ippan-adviser-04 .row {
  margin-right: calc(var(--mdb-gutter-x) * -0);
  margin-left: calc(var(--mdb-gutter-x) * -0);
  /* mdbootstrapの記述打ち消しのための記述 */
}

#ippan-adviser-02 .container .card {
  box-shadow: none;
}

#ippan-adviser-02 .container .card-body {
  border: #d5431a 3px solid;
  position: relative;
  margin: 2em 0;
  padding: 0.5em 1em;
}

#ippan-adviser-02 .container .box-title {
  color: #d5431a;
  position: absolute;
  display: inline-block;
  top: -27px;
  left: -3px;
  padding: 0 9px;
  height: 25px;
  line-height: 25px;
  font-size: 17px;
  background: #d5431a;
  color: #ffffff;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
}

#ippan-adviser-02 .container .card-point {
  color: #d5431a;
  font-size: 22px;
  font-weight: 500;
}

#ippan-adviser-07 .case01 {
  border: solid 2px #4a6cb3;
  border-radius: 20px;
  background-color: #fff;
}

#ippan-adviser-07 .card-title {
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 30px;
  line-height: 2.4rem;
}

#ippan-adviser-07 .card-subtitle {
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 10px;
}

#ippan-adviser-07 .jirei-pic {
  padding-top: 50px;
  padding-right: 50px;
  padding-left: 50px;
}

#ippan-adviser-07 .jirei-cap {
  padding-top: 10px;
  padding-right: 50px;
  padding-left: 50px;
  padding-bottom: 20px;
  font-size: 14px;
}

#ippan-adviser-06 .ttl_line1 {
  padding-bottom: 0.5em;
  text-align: center;
  position: relative;
}

#ippan-adviser-06 .ttl_line1::after {
  content: "";
  background-color: #d5431a;
  width: 2em;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  #ippan-adviser-02 .container .card-body {
    margin: 0em 0;
    padding: 0.5em 1em;
  }

  #ippan-adviser-07 .card-title {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 30px;
    line-height: 2rem;
  }

  #ippan-adviser-02 .container .card-point {
    font-size: 16px;
    font-weight: 500;
  }
}

/* 診断・助言ページ */

#ippan-shindan-05 .case01 {
  border: solid 2px #4a6cb3;
  border-radius: 20px;
  background-color: #fff;
}

#ippan-shindan-05 .card-title {
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 10px;
  line-height: 2.4rem;
  margin-top: 20px;
}

#ippan-shindan-05 .card-subtitle {
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 20px;
  color: #2178c4;
  font-size: 18px;
}

#ippan-shindan-05 .card-subtitle-red {
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 20px;
  color: #e0481d;
  font-size: 18px;
}

#ippan-shindan-05 .card-text-red {
  color: #e0481d;
  font-weight: 600;
}

/* 診断・助言フローここから */

.flow_design07 {
  /* display: flex; */
  justify-content: center;
  align-items: center;
}

.flow07 {
  padding-left: 0;
}

.flow07 > li {
  list-style-type: none;
  display: flex;
}

.flow07 > li:not(:last-child) {
  margin: 0 0 50px;
}

.flow07 > li .icon07 {
  width: 90px;
  box-sizing: border-box;
  padding: 20px 10px 10px;
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  text-align: center;
  background: #2178c4;
  border-radius: 10px;
  position: relative;
  line-height: 125%;
  margin: 0;
}

.flow07 > li dl {
  padding: 0 0 0 30px;
  width: calc(100% - 115px);
}

.flow07 > li dl dt {
  padding: 0 0 5px;
  margin: 0 0 15px;
  font-size: 1.2em;
  font-weight: bold;
  border-bottom: 4px solid #cccccc;
  position: relative;
}
.flow07 > li dl dt::after {
  content: "";
  width: 20%;
  height: 4px;
  position: absolute;
  bottom: -4px;
  left: 0;
  background-color: #2178c4;
}

.flow07 > li dl dd {
  margin: 0;
}

/* 診断・助言フローここまで */

/* 診断・助言　関連資料 */

#ippan-shindan-06 .news-list {
  list-style: none outside;
  margin: 0;
  padding: 0;
}

#ippan-shindan-06 .news-list.item:last-child li {
  border-top: 1px solid #707070;
}

#ippan-shindan-06 .news-list .item .date {
  margin: 0;
  min-width: 160px;
  font-size: 16px;
  color: #363636;
  padding: 0 20px 0 0;
}

#ippan-shindan-06 .siryou-caption {
  font-size: small;
  margin-left: 40px;
}

@media screen and (max-width: 767px) {
  #ippan-shindan-05 .card-title {
    font-size: 20px;
  }
  #ippan-shindan-03 .shindan-img01 {
    margin: 0 auto;
    padding-bottom: 0px !important;
  }
}

/* 手続きの流れページ */

#ippan-flow-01 .row {
  margin-right: calc(var(--mdb-gutter-x) * -0);
  margin-left: calc(var(--mdb-gutter-x) * -0);
  /* mdbootstrapの記述打ち消しのための記述 */
}

#ippan-flow-01 .border {
  /* border-radius: 20px; */
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.12);
}

#ippan-flow-01 .container .card .card-title {
  color: #4a6cb3;
  font-size: 28px;
  margin-bottom: 20px;
}

#ippan-flow-01 .list-check {
  list-style: none;
  position: relative;
  padding-left: 1.8em;
  margin-bottom: 10px;
  margin-left: 60px;
}

#ippan-flow-01 .flow-after .list-check {
  list-style: disc;
  margin-left: 0px;
}

#ippan-flow-01 .flow-after .list-check {
  padding-left: 0px;
}

#ippan-flow-01 .list-check-content {
  color: #2a8460;
  font-size: 1.6em;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1em;
}

#ippan-flow-01 .flow-after .list-check-content {
  list-style: circle;
}

@media screen and (max-width: 767px) {
  #ippan-flow-01 .container .card .card-title {
    font-size: 22px;
  }

  #ippan-flow-01 .list-check {
    margin-left: 0px;
  }
}

/* 手続きの流れページ フロー部 */

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

.flow10 {
  padding-left: 0;
}

.flow10 > li {
  list-style-type: none;
  border: 2px solid #4a6cb3;
  padding: 20px;
  border-radius: 20px;
}

.flow10 > li:not(:last-child) {
  margin-bottom: 60px;
  position: relative;
}

.flow10 > li:not(:last-child)::after {
  content: "";
  position: absolute;
  border: 20px solid transparent;
  width: 0;
  height: 0;
  bottom: -65px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border-top-color: #4a6cb3;
}

.flow10 > li dl dt {
  font-size: 1.4em;
  font-weight: bold;
  /* border-bottom: 1pt solid #ccc; */
  /* padding-bottom: 0.2em; */
  padding-left: 0.5em;
  margin-bottom: 0.5em;
  background: #f0f8ff;
}

.flow10 > li .icon10 {
  color: #e0481d;
  font-size: 32px;
  margin-right: 0.5em;
}

.flow10 > li dl dd {
  margin: 0;
}

.flow10 .flow-illust {
  display: flex;
}

.flow10 img {
  padding-left: 10px;
}

@media screen and (max-width: 767px) {
  .flow10 > li .icon10 {
    font-size: 24px;
  }

  .flow10 > li dl dt {
    font-size: 1.2em;
  }

  .flow10 img {
    display: none;
  }
}

/* 手続きの流れページ フロー部ここまで */

/* 動画ライブラリページ */
#ippan-movie .row {
  margin-right: calc(var(--mdb-gutter-x) * -0);
  margin-left: calc(var(--mdb-gutter-x) * -0);
  /* mdbootstrapの記述打ち消しのための記述 */
}

/* YouTube動画周り */
#ippan-movie .youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
#ippan-movie .youtube iframe {
  width: 100%;
  height: 100%;
}

/* サイトマップ */
#ippan-sitemap h3 {
  border-bottom: solid 1px #d5431a;
  font-size: 18px;
  padding-bottom: 10px;
  color: #4f4f4f;
}

#ippan-sitemap h3 a {
  color: #4f4f4f;
}

#ippan-sitemap h3 a:hover {
  color: #cf421b;
}

#ippan-sitemap p a {
  text-decoration: none;
  color: #4f4f4f;
}

#ippan-sitemap p a:hover {
  color: #cf421b;
}

/* 問い合わせ先一覧 */
#ippan-contactlist h3 {
  border-bottom: solid 2px #d5431a;
  font-size: 22px;
  padding-bottom: 10px;
  color: #4f4f4f;
}

#ippan-contactlist h4 {
  border-bottom: solid 1px #d5431a;
  font-size: 18px;
  padding-bottom: 10px;
  color: #d5431a;
  margin-top: 20px;
}

#ippan-contactlist .tel {
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 10px;
  color: #4f4f4f;
}

#ippan-contactlist .tel a {
  text-decoration: none;
  color: #4f4f4f;
}

/* 404ページ */
.notfonnd {
  margin-top: 100px;
  margin-bottom: 100px;
}

.errortext404 {
  font-size: 30px;
}

.errortext {
  margin-bottom: 40px;
  font-size: 14px;
  color: #d5431a;
}

.errortext-btn {
  width: 30%;
  margin: 0 auto;
  border: #d5431a;
}

@media screen and (max-width: 767px) {
  .errortext-btn {
    width: 70%;
  }
}

/* 支援機関向けページトップ */

#shien-01 .row {
  margin-right: calc(var(--mdb-gutter-x) * -0);
  margin-left: calc(var(--mdb-gutter-x) * -0);
  /* mdbootstrapの記述打ち消しのための記述 */
}

#shien-01 .jigyou-mv {
  min-height: 160px;
  padding: 40px 0;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #500b10;
}

#shien-01 .jigyou-mv::after {
  background-color: #500b10;
  background-image: repeating-linear-gradient(137deg, transparent, transparent 8px, rgb(68 129 188 / 20%) 8px, rgb(68 129 188 / 20%) 10px);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background-size: auto auto;
}

#shien-01 .jigyou-mv h1 {
  font-size: 40px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  z-index: 1;
  position: relative;
  margin: revert;
}

#shien-01 .jigyou-mv h2 {
  font-size: 40px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  z-index: 1;
  position: relative;
  margin: revert;
}

a.btn_01 {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  /* width: 120px; */
  margin: auto;
  padding: 2rem 0.5rem;
  font-weight: bold;
  background-color: #fff;
  border: 2px solid #2178c4;
  color: #2178c4;
  transition: 0.5s;
  margin-bottom: 1rem;
  border-radius: 10px;
}

a.btn_01:hover {
  color: #fff;
  background: #2178c4;
}

a.btn_02 {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  /* width: 120px; */
  margin: auto;
  padding: 2rem 0.5rem;
  font-weight: bold;
  background-color: #d5431a;
  border: 2px solid #d5431a;
  color: #fff;
  transition: 0.5s;
  margin-bottom: 1rem;
  border-radius: 10px;
}
a.btn_02:hover {
  color: #d5431a;
  background: #fff;
}

#shien-05 .contact {
  font-size: 22px;
}

#shien-05 .kei01 {
  border: 2px solid #d5431a;
  padding: 20px;
  margin: 10px;
  border-radius: 20px;
  background-color: #fff;
}

#shien-05 .shien-tel {
  font-size: 36px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  #shien-05 .kei01 {
    padding: 20px;
    margin: 10px;
  }

  a.btn_01 {
    padding: 0.2rem 0.5rem;
    font-weight: bold;
    transition: 0.5s;
    margin-bottom: 1rem;
  }

  a.btn_02 {
    padding: 0.2rem 0.5rem;
    font-weight: bold;
    transition: 0.5s;
    margin-bottom: 1rem;
  }

  #shien-05 .contact {
    font-size: 18px;
  }

  #shien-05 .shien-tel {
    font-size: 24px;
  }
}

/* 支援機関向けお知らせ詳細ページ */

#shien-info-01 .row {
  margin-right: calc(var(--mdb-gutter-x) * -0);
  margin-left: calc(var(--mdb-gutter-x) * -0);
  /* mdbootstrapの記述打ち消しのための記述 */
}

#shien-info-02 .row {
  margin-right: calc(var(--mdb-gutter-x) * -0);
  margin-left: calc(var(--mdb-gutter-x) * -0);
  /* mdbootstrapの記述打ち消しのための記述 */
}

#shien-info-01 .jigyou-mv {
  min-height: 160px;
  padding: 40px 0;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #2178c4;
}

#shien-info-01 .jigyou-mv::after {
  background-color: #500b10;
  background-image: repeating-linear-gradient(137deg, transparent, transparent 8px, rgb(68 129 188 / 20%) 8px, rgb(68 129 188 / 20%) 10px);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background-size: auto auto;
}

#shien-info-01 .jigyou-mv h1 {
  font-size: 40px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  z-index: 1;
  position: relative;
  margin: revert;
}

#shien-info-01 .jigyou-mv h2 {
  font-size: 40px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  z-index: 1;
  position: relative;
  margin: revert;
}

#shien-info-02 h3 {
  font-size: 22px;
}

@media screen and (max-width: 767px) {
  #ippan-info-01 .jigyou-mv h1 {
    font-size: 24px;
    z-index: 1;
  }
  #ippan-info-01 .jigyou-mv h2 {
    font-size: 24px;
    z-index: 1;
  }

  #ippan-info-02 h3 {
    font-size: 18px;
  }

  #shien-info-01 .jigyou-mv h1 {
    font-size: 24px;
    z-index: 1;
  }
  #shien-info-01 .jigyou-mv h2 {
    font-size: 24px;
    z-index: 1;
  }
}

/* 支援機関向け様式集 */

#shien-yousiki-00-02 h3 {
  font-size: 26px;
}

#shien-yousiki-00-01 .current {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  /* width: 120px; */
  margin: auto;
  padding: 2rem 0.5rem;
  font-weight: bold;
  background-color: #2178c4;
  border: 2px solid #2178c4;
  color: #fff;
  transition: 0.5s;
  margin-bottom: 1rem;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  #shien-yousiki-00-02 h3 {
    font-size: 20px;
  }

  #shien-yousiki-00-01 .current {
    padding: 0.2rem 0.5rem;
    font-weight: bold;
    transition: 0.5s;
    margin-bottom: 1rem;
  }

  #shien-01 .jigyou-mv h1 {
    font-size: 24px;
    z-index: 1;
  }
  #shien-01 .jigyou-mv h2 {
    font-size: 24px;
    z-index: 1;
  }
}

/* 支援機関向けよくある質問 */

#shien-faq-01 .row {
  margin-right: calc(var(--mdb-gutter-x) * -0);
  margin-left: calc(var(--mdb-gutter-x) * -0);
  /* mdbootstrapの記述打ち消しのための記述 */
}

#shien-faq-02 .row {
  margin-right: calc(var(--mdb-gutter-x) * -0);
  margin-left: calc(var(--mdb-gutter-x) * -0);
  /* mdbootstrapの記述打ち消しのための記述 */
}

#shien-faq-03 .row {
  margin-right: calc(var(--mdb-gutter-x) * -0);
  margin-left: calc(var(--mdb-gutter-x) * -0);
  /* mdbootstrapの記述打ち消しのための記述 */
}

/* 目次用 */
.sidebar {
  position: sticky;
  top: 00px;
  height: 100vh;
  overflow-y: auto;
}

.index li {
  list-style: none;
}

.index a.active {
  color: #333333;
  background-color: #b0f4e8;
}

#indexList li {
  width: 100%; /* 省略せずに表示するサイズを指定 */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 2rem;
  padding-left: 0.5rem;
}

.qabox {
  margin: 10px 0px;
}

/* 目次用おわり */

/* QA */
.accordion-body p::before {
  content: "A.";
  color: #cf421b;
  font-size: 1.6em;
}

.section-title-toc {
  font-weight: 700;
  line-height: 1.5rem !important;
  border-bottom: solid 1px;
  padding-left: 0 !important;
}

.section-title-toc a {
  color: #d5431a !important;
}

.qa-subctegry {
  //  position: sticky;
  //  top: 0px;
}

.qa-subctegrywapper {
  height: 70px;
}

/* QAおわり */

#shien-faq-01 .jigyou-mv {
  min-height: 160px;
  padding: 40px 0;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #2178c4;
}

#shien-faq-01 .jigyou-mv::after {
  background-color: #500b10;
  background-image: repeating-linear-gradient(137deg, transparent, transparent 8px, rgb(68 129 188 / 20%) 8px, rgb(68 129 188 / 20%) 10px);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background-size: auto auto;
}

#shien-faq-01 .jigyou-mv h1 {
  font-size: 40px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  z-index: 1;
  position: relative;
  margin: revert;
}

#shien-faq-01 .jigyou-mv h2 {
  font-size: 40px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  z-index: 1;
  position: relative;
  margin: revert;
}

#shien-faq-02 h3 {
  font-size: 22px;
}

#shien-faq-03 h3 {
  font-size: 26px;
}

#shien-faq-03 .ttl_line1 {
  padding-bottom: 0.5em;
  text-align: center;
  position: relative;
}

#shien-faq-03 .ttl_line1::after {
  content: "";
  background-color: #d5431a;
  width: 2em;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

#shien-faq-03 .accordion h3 {
  font-size: 22px;
  color: #d5431a;
}

#shien-faq-03 img {
  max-width: 100%;
}

#shien-faq-03 .accordion {
  margin-top: 20px;
}

#shien-faq-02 .current {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  /* width: 120px; */
  margin: auto;
  padding: 2rem 0.5rem;
  font-weight: bold;
  background-color: #2178c4;
  border: 2px solid #2178c4;
  color: #fff;
  transition: 0.5s;
  margin-bottom: 1rem;
  border-radius: 10px;
}

#shien-faq-03 .p-1 {
  color: #666;
}

@media screen and (max-width: 767px) {
  #shien-faq-01 .jigyou-mv h1 {
    font-size: 24px;
    z-index: 1;
  }
  #shien-faq-01 .jigyou-mv h2 {
    font-size: 24px;
    z-index: 1;
  }

  #shien-faq-02 h3 {
    font-size: 18px;
  }

  #shien-faq-03 h3 {
    font-size: 20px;
  }

  #shien-faq-02 .current {
    padding: 0.2rem 0.5rem;
    font-weight: bold;
    transition: 0.5s;
    margin-bottom: 1rem;
  }
}
