@charset "UTF-8";

ul.mv_img img {
    animation: none!important;
}
a#design1 + section .heading.block_header_2 .h, a#design2 + section .heading.block_header_2 .h {
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 5px;
    color: #94da76;
    border-bottom: none;
    padding-left: 0;
    padding-bottom: 0;
}
a#design1 + section .heading.block_header_2 .h:before, a#design2 + section .heading.block_header_2 .h:before {
    display: none;
}
a#menu + div .heading.block_header_2 .h {
    display: inline-block;
    font-weight: bold;
    font-size: 2.1rem;
    line-height: 1.5;
    padding-left: 22px;
    position: relative;
    border-bottom: 1px solid var(--i_border_color);
    padding-bottom: 5px;
    margin-bottom: 5px;
    color: #666;
}
a#menu + div .heading:before {
    content: "";
    display: block;
    position: absolute;
}
a#menu + div .heading.block_header_2 .h:before, a#menu + div .heading.block_header_2 .h:after {
    display: block;
    content: '';
    position: absolute;
}
a#menu + div .heading.block_header_2 .h:before {
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    border: 3px solid var(--i_sub_color);
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 9px);
    left: 0;
}

/****
クリックして開くコンテンツ
*********************/
#box + .block_text_6>.content_wrapper {
  border: none;
}

#box + section .heading .h::after {
  content: "自分の足で歩めばそこに路ができ、それがその人らしい人生になる。\Aミントではその人らしい自立とは？をテーマにしています。";
  display: block;
  white-space: pre-wrap;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 5px;
  color: #94da76;
  margin-top: 2rem;
}

#box + .block_text_6 .heading:before {
  content: "続きはこちら";
  position: relative;
  display: block;
  margin-top: 2rem;
  background: #88cb7f;
  color: #fff;
  width: 200px;
  padding: 10px;
  border-radius: 50px;
  cursor: pointer;
}

#box + .block_text_6 .heading:after {
  content: none;
}

#box + .block_text_6 .open .heading:before {
  content: none;
}

@media screen and (max-width: 900px) {
  #box + section .wrapper_item {
    display: none !important;
  }

  #box + section .open .wrapper_item {
    display: block !important;
  }

  #box + .block_text_6 .heading {
    padding: 15px 0 !important;
  }

  #box + section .wrapper_item .inner_item_txt {
    padding: 0 0 10px !important;
  }
}

.block_table_1 table tr:nth-child(7) td::first-line {
    color: red;
}