@charset "UTF-8";
/*共通*/
.ye_h1 {
  background: url(/common/img/business/h1.png) center center no-repeat;
}
.ye_h2 {
  border-bottom: 3px solid #ffecc9;
}
.business {
  border-top: 10px solid #ffda93;
}
.bs .active {
  background-color: #fffaef;
}
.bs .side_item_a a,.side_item_c {
  background: url(/common/img/business/arw_right_ye.png) 140px center no-repeat;
}
.bs .side_item_b {
  background: url(/common/img/business/border.png) 18px center no-repeat;
}
.bs .side_item_b {
  font-size: 1.2rem;
  text-align: left;
  padding-left: 40px;
}
.bs .side_item:hover,.side_item_c:hover {
background-color: #fffaef;
}
.img_btn h3 {
  text-decoration: underline;
}
.img_btn:hover h3 {
  text-decoration: none;
}

@media screen and (max-width: 767px){
  .business_inn {
    padding: 0 20px 30px;
  }
}


/*その他*/
.company_img {
  border: 1px solid #f5f5f5;
  box-sizing: content-box;
}
.pic_area a:hover h3 {
  text-decoration: underline;
}
.business_block {
  margin-bottom: 50px;
}
.top_flex {
  justify-content:space-around;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
}
.business_img {
  display: block;
  height: auto;
  margin:30px auto;
  max-width: 90%;
}
.mb20 {
  margin-bottom: 30px;
}
.wid50 {
  width: 50%;
}
.flex_img {
  width: 45%;
}
.flex_img img {
  height: auto;
  width: 100%;
}
.flex {
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
.center_img {
  display: block;
  height: auto;
  margin: 0px auto 30px;
  max-width: 90%;
}
.img_list {
  height: auto;
  margin-bottom: 20px;
  width: 45%;
}
.img_list img {
  height: auto;
  width: 100%;
}
.flex_layout {
  justify-content: center !important;
}
.mr20 {
  margin-right: 20px;
}
.link__arrow:hover {
  text-decoration: none;
}
.page_link {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
}
.page_link li {
  margin-bottom: 20px;
  min-width: 210px;
}
.performance_btn {
  display: inline-block;
  font-size: 1.5rem;
  margin-bottom: 30px;
}
.merit_box {
  border: 1px solid #ffecc9;
  margin-bottom: 20px;
  min-height: 170px;
  padding: 20px;
  width: 48.6%;
}
.bg_arrow {
  background: url(/common/img/business/arrow_down.png) no-repeat center bottom;
  background-size: 200px;
  padding-bottom: 73px;
}
.merit_bottom {
  border: 1px solid #ffecc9;
  padding: 20px;
}
.caution {
  display: block;
  margin-top: 5px;
}

@media screen and (max-width: 767px){
  .pic_area {
    margin-top: 20px;
  }
  .business_img {
    margin: 0px auto 20px;
    max-width: 100%;
  }
  .business_block {
    margin-bottom: 30px;
    padding: 0 20px;
  }
  .wid50 {
    width: 100%;
  }
  .flex_img,.center_img,.img_list {
    max-width: unset;
    width: 100%;
  }
  .flex_layout {
  justify-content: unset;
  }
  .page_link {
    justify-content: flex-start;
    padding: 0 20px;
  }
  .flex_img {
    margin-bottom: 30px;
  }
  .merit_box {
    min-height: unset;
    width: 100%;
  }
}