#page.in.business-person {
  margin-left: 275px;
  padding: 70px 0 60px 0;
}
@media (min-width: 1px) and (max-width: 1000px) {
  #page.in.business-person {
    margin-left: 0;
    overflow: hidden;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  #page.in.business-person {
    padding: 70px 0 50px 0;
  }
}
#page.in.business-person .page_title {
  width: 100%;
  max-width: 820px;
  margin: 100px auto 50px auto;
}
#page.in.business-person .category_wrap {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
}
#page.in.business-person .category_wrap.pagelist_category_wrap {
  width: 100%;
  max-width: 100%;
}
#page.in.business-person .category_title p {
  font-size: 16px;
  letter-spacing: 0.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-weight: 500;
}
#page.in.business-person .category_title p::before {
  content: "";
  background: #07b43c;
  background-size: 15px;
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50px;
}
@media (min-width: 1px) and (max-width: 2000px) {
  #page.in.business-person .category_wrap {
    width: 95%;
  }
  #page.in.business-person .page_title {
    width: 90%;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  #page.in.business-person .category_wrap {
    width: 90%;
  }
  #page.in.business-person .page_title {
    margin: 40px auto 50px auto;
  }
  #page.in.business-person .category_title p::before {
    background-size: 14px;
    width: 14px;
    height: 14px;
  }
}
#page.in.business-person .bulletin {
  background: url(../img/business-person/bulletin_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 380px;
  padding: 25px 0;
  overflow-y: scroll;
  margin-bottom: 65px;
}
#page.in.business-person .bulletin .bulletin-board-date p {
  color: #07b43c;
  font-weight: 500;
}
#page.in.business-person .bulletin .bulletin-board-text p, #page.in.business-person .bulletin .bulletin-board-text pre {
  font-weight: 500;
}
#page.in.business-person .bulletin .bulletin-board-text pre {
  line-height: 1.8;
  white-space: pre-wrap;
}
#page.in.business-person .bulletin .bulletin-board-text a {
  text-decoration: underline;
  color: #0000FF;
  overflow-wrap: break-word;
}
#page.in.business-person .bulletin .bulletin_title {
  margin-bottom: 30px;
}
#page.in.business-person .bulletin .bulletin_content {
  background: #fff;
  margin-bottom: 35px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 20px;
  position: relative;
}
#page.in.business-person .bulletin .bulletin_content::after {
  content: "";
  display: block;
  position: absolute;
  left: 15px;
  right: 0;
  bottom: -20px;
  background: #fff;
  height: 20px;
  width: 40px;
  clip-path: polygon(30% 0, 100% 0, 10% 100%, 10% 85%);
}
#page.in.business-person .bulletin .bulletin_content_date {
  margin-bottom: 5px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
#page.in.business-person .bulletin .bulletin_content_date p {
  color: #16923c;
  font-size: 15px;
  letter-spacing: 0.07em;
  font-weight: 400;
}
#page.in.business-person .bulletin .bulletin_content_text {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
#page.in.business-person .bulletin .bulletin_content_text p {
  font-size: 15px;
  letter-spacing: 0.07em;
  font-weight: 400;
}
@media (min-width: 1px) and (max-width: 767px) {
  #page.in.business-person .bulletin {
    background-repeat: no-repeat;
    background-size: cover;
    height: 445px;
    padding: 20px 0;
    margin-bottom: 40px;
  }
  #page.in.business-person .bulletin .bulletin_title {
    margin-bottom: 25px;
  }
  #page.in.business-person .bulletin .bulletin_content {
    margin-bottom: 30px;
    padding: 15px 20px;
  }
}
#page.in.business-person .pagelist {
  margin-bottom: 45px;
}
#page.in.business-person .pagelist .pagelist_title {
  width: 100%;
  max-width: 850px;
  margin: 0 auto 20px auto;
}
#page.in.business-person .pagelist .pagelist_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#page.in.business-person .pagelist .pagelist_content_img {
  width: 100%;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page.in.business-person .pagelist .pagelist_content_img:hover {
  opacity: 0.5;
}
#page.in.business-person .pagelist .pagelist_content_img::before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  border-left: 2px dotted #07b43c;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -32px;
}
#page.in.business-person .pagelist .pagelist_content_item {
  position: relative;
  padding: 20px 30px;
  min-width: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}
#page.in.business-person .pagelist .pagelist_content_item::before {
  content: "";
  display: block;
  position: absolute;
  width: 90%;
  border-top: 2px dotted #07b43c;
  border-bottom: 2px dotted #07b43c;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#page.in.business-person .pagelist .pagelist_content_item:first-child .pagelist_content_img::before {
  border: none;
}
#page.in.business-person .pagelist .pagelist_content_item_last::before {
  border-top: none;
  display: none;
}
@media (min-width: 1px) and (max-width: 2000px) {
  #page.in.business-person .pagelist .pagelist_title {
    width: 95%;
  }
}
@media (min-width: 1px) and (max-width: 1200px) {
  #page.in.business-person .pagelist .pagelist_content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  #page.in.business-person .pagelist .pagelist_content_img {
    position: relative;
  }
  #page.in.business-person .pagelist .pagelist_content_item {
    padding: 30px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  #page.in.business-person .pagelist .pagelist_content_item:nth-child(1):before, #page.in.business-person .pagelist .pagelist_content_item:nth-child(2):before {
    border-bottom: none;
  }
  #page.in.business-person .pagelist .pagelist_title {
    width: 90%;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  #page.in.business-person .pagelist {
    margin-bottom: 35px;
  }
  #page.in.business-person .pagelist .pagelist_title {
    margin-bottom: 20px;
  }
  #page.in.business-person .pagelist .pagelist_content_img::before {
    content: "";
    left: -17px;
  }
  #page.in.business-person .pagelist .pagelist_content_item {
    padding: 15px;
  }
  #page.in.business-person .pagelist .pagelist_content:last-child .pagelist_content_item::before {
    border-bottom: 2px dotted #07b43c;
  }
}
#page.in.business-person .contact {
  max-width: 330px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#page.in.business-person .contact a {
  display: block;
  border: 1px solid #07b43c;
  padding: 24px 27px 24px 35px;
  border-radius: 50px;
  color: #07b43c;
  font-size: 16px;
  letter-spacing: 0.18em;
  font-weight: 400;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#page.in.business-person .contact a::after {
  content: "";
  background: url(../img/other/arrow_w.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 16px;
  height: 8px;
  -webkit-filter: brightness(0) saturate(100%) invert(49%) sepia(37%) saturate(6560%) hue-rotate(114deg) brightness(102%) contrast(94%);
          filter: brightness(0) saturate(100%) invert(49%) sepia(37%) saturate(6560%) hue-rotate(114deg) brightness(102%) contrast(94%);
}
#page.in.business-person .contact a:hover {
  opacity: 0.5;
}