@charset "UTF-8";
.business-header {
  background-image: url("../img/img_page_header_business.png");
}

/* ステージごとの花粉症対策 */
#to_companies .section_contents p + h4 {
  margin-top: 40px;
}

ul.stages_box {
  padding: 0;
  list-style-type: none;
}

.stages_box {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.stages_thing {
  width: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.stages_pic {
  width: 100px;
  height: 100px;
  background-color: var(--c-beige);
  border-radius: var(--thema-sub-r);
  margin: 0 30px 0 0;
  padding: 10px;
}

.stages_pic img {
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--c-beige);
  border-radius: var(--thema-sub-r);
}

.stages_thing p {
  font-size: 1.4rem;
  font-weight: var(--noto-mid);
  line-height: 2;
  margin: 0;
  margin-top: 10px;
  text-align: start;
}

.stages_info {
  display: flex;
  flex-direction: column;
}

.stages_title {
  display: block;
  display: flex;
  flex-direction: row;
  color: var(--c-green);
  padding: 0;
  text-align: left;
  margin: 0;
  font-size: 1.8rem;
  font-weight: var(--noto-bold);
  line-height: 1;
}

#to_companies .stages_box .stage_arrow {
  margin: 10px 0px 10px 42px;
  padding: 0;
  width: 14.237px;
}

.stage_arrow img {
  transform: rotate(90deg);
  padding: 0;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

/* 新規規格策定の流れ */

.follow_box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 20px 0 40px;
}

ul.follow_box {
  padding: 0;
  list-style-type: none;
}

.follow_box.second {
  margin: 20px 0 40px;
}

.follow_thing {
  display: flex;
  flex-direction: column;
  padding: 20px 30px;
  border: 1px solid #dedede;
  border-radius: var(--thema-sub-r);
  font-weight: var(--noto-regular);
  font-size: 1.6rem;
  line-height: 2;
  width: 100%;
}

.follow_thing p {
  margin: 10px 0 0;
  text-align: justify;
  font-size: 1.4rem;
}

.follow_thing.first {
  padding: 20px 30px 30px;
}

.follow_thing .follow_title {
  font-weight: var(--noto-bold);
  font-size: 1.8rem;
  line-height: 1.5;
  color:  var(--txt-color-green);
  margin: 0 0 10px;
  text-align: center;
}

.follow_arrow {
  margin: 20px auto;
}

.follow_arrow img {
  /* width: 11px; */
  height: 22px;
  transform: rotate(90deg);
  display: block;
}

#to_companies .to_japoc_center .second .button {
  background: none;
  border: 1px solid var(--c-white);
}

#to_companies .to_japoc_center .third .button {
  background-color: var(--c-white);
  color: var(--txt-color-green);
}

#to_companies .to_japoc_center .third .button:before {
  background-color: var(--txt-color-green);
}

#to_companies .to_japoc_center .third .button:hover {
  color: var(--c-white);
  text-decoration: none;
  border: 1px solid var(--c-white);
}

#business_page .wrapper section {
  border-bottom: none;
}

#business_page.main_contents_block {
  padding-bottom: 80px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* 花粉対策コラム */

#kafun_column .wrapper.beige_contents_block {
  padding: 80px 0;
  margin: 0;
}

#kafun_column ul {
  padding: 0;
  margin: 0;
}

.column_box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 0;
  justify-content: space-between;
}

.column_thing:last-child {
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 40px;
}

/* 関連リンク */
.links_section {
  border-radius: 0;
  padding: 80px 0;
}

#related_links .contents_title {
  font-weight: var(--noto-bold);
  font-size: 2rem;
  margin: 40px 0 20px;
}

#related_links .links_contents li {
  padding: 20px 0 0 0;
}

#related_links .links_contents {
  display: flex;
  flex-direction: column;
}

#related_links .icon_link::after {
  content: "";
  display: inline-block;
  background-image: url(../img/icon_tab.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 15px;
  height: 12px;
  margin-left: 8px;
  color: var(--c-green);
}

#related_links .links_contents li:first-child {
  padding-top: 0;
}

@media only screen and (min-width: 981px) {
  #to_companies .section_contents p + h4 {
    margin-top: 60px;
  }

  /* ステージごとの花粉症対策 */
  .stages_box {
    display: flex;
    flex-direction: row;
    flex-direction: unset;
    justify-content: space-between;
  }

  .stages_thing {
    flex-direction: column;
  }

  .stages_pic {
    width: 165px;
    height: 165px;
    padding: 19px;
    margin: 0;
  }

  .stages_pic img {
    width: 127px;
    height: 127px;
  }

  #to_companies .stages_box .stage_arrow {
    margin: 68px 0 0;
  }

  .stage_arrow img {
    width: max-content;
    height: auto;
    justify-self: center;
    transform: none;
  }

  .stages_thing p {
    font-size: 1.6rem;
    line-height: 1.625;
    text-align: center;
    margin: 0;
  }

  .stages_info {
    display: inline;
    text-align: center;
  }

  .stages_title {
    font-size: 1.8rem;
    font-weight: var(--noto-bold);
    line-height: 1.5;
    color: var(--txt-color-white);
    text-align: center;
    background-color: var(--c-green);
    border-radius: 80px;
    padding: 3px 0;
    width: 106px;
    height: 32px;
    margin: -19px auto 10px;
    justify-content: center;
  }

  /* 新規規格策定の流れ */
  .follow_box {
    display: flex;
    flex-direction: row;
    margin: 20px 0 70px;
  }

  .follow_thing.first {
    padding: 30px;
  }

  .follow_thing {
    flex-direction: column;
    padding: 30px;
    border: 1px solid #dedede;
    border-radius: var(--thema-sub-r);
    font-weight: var(--noto-regular);
    font-size: 1.6rem;
    line-height: 2;
    width: 30%;
  }

  .follow_thing .follow_title {
    font-weight: var(--noto-bold);
    font-size: 2rem;
    color: var(--txt-color-green);
  }

  .follow_thing p {
    font-weight: var(--noto-regular);
    line-height: 2;
    font-size: 1.6rem;
  }

  .follow_arrow img {
    transform: none;
    width: max-content;
    height: auto;
  }

  .follow_arrow {
    margin: auto 34px auto 35px;
  }

  /* JAPOCへの加入 */
  .appearance.join {
    background-position: top -45px right -30px;
    background-size: 63%;
  }

  #business_page.main_contents_block {
    padding-bottom: 80px;
    border-bottom-left-radius: var(--thema-sub-r);
    border-bottom-right-radius: var(--thema-sub-r);
  }

  /* 花粉対策コラム */

  #kafun_column .wrapper.beige_contents_block {
    padding: 200px 0;
  }

  .column_thing {
    width: 340px;
    margin: 0 0 60px;
    display: flex;
    flex-direction: column;
    border-top: none;
    padding: 0;
  }

  .column_thing:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
  .column_preview .column_pic img.no_image{
    width: 92px;
    height: auto;
  }

  /* 関連リンク */
  .links_section {
    border-radius: var(--thema-r);
  }

  #related_links .links_contents {
    flex-direction: row;
    flex-wrap: wrap;
  }

  #related_links .links_contents a {
    padding: 20px 40px 0 0;
  }

  #related_links .links_contents li:first-child {
    padding-top: 20px;
  }

  #related_links h3.contents_title {
    margin-bottom: 0;
  }
}
