@charset "UTF-8";
p {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #666;
  font-weight: 400;
}
@media (max-width: 767px) {
  p {
    font-size: 1rem;
    line-height: 1.5;
  }
}

/* topbanner */
.top_banner {
  margin-top: 135px;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .top_banner {
    margin-top: 110px;
  }
}

.top_banner_photo_g {
  display: flex;
  width: 100%;
  height: 337px;
  position: relative;
  justify-content: flex-start;
  align-items: center;
}
.top_banner_photo_g .title_box_white {
  width: auto;
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  z-index: 3;
}
.top_banner_photo_g .title_box_white h3 {
  font-family: Arial, "Arial Black", "Noto Sans TC", sans-serif, "微軟正黑體", "新細明體", "細明體";
  color: #fff;
}
.top_banner_photo_g .title_box_white .hr_red {
  width: 2rem;
  border: 2px solid #f00;
  margin: 1rem 0;
}
.top_banner_photo_g .title_box_white .title_text {
  color: #fff;
}
.top_banner_photo_g .title_box_black {
  width: auto;
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  z-index: 3;
}
.top_banner_photo_g .title_box_black h3 {
  font-family: Arial, "Arial Black", "Noto Sans TC", sans-serif, "微軟正黑體", "新細明體", "細明體";
  color: #333;
}
.top_banner_photo_g .title_box_black .hr_red {
  width: 2rem;
  border: 2px solid #f00;
  margin: 1rem 0;
}
.top_banner_photo_g .title_box_black .title_text {
  color: #333;
}
.top_banner_photo_g .top_banner_photo {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-position: top center;
  background: rgba(0, 0, 0, 0.35);
}

.topbanner_aboutus {
  background: url(../images/aboutus/topanner_aboutus.jpg) no-repeat;
  background-position: right;
}

.main-w {
  margin-left: 0;
}
@media (max-width: 767px) {
  .main-w {
    margin-left: auto;
    margin-right: auto;
  }
}

/*---關於河合 / 列表---*/
.aboutus_box {
  width: 100%;
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  .aboutus_box {
    width: 96%;
  }
}
.aboutus_box h3 {
  width: 100%;
  text-align: center;
  margin: 2% auto;
}
@media (max-width: 767px) {
  .aboutus_box h3 {
    font-size: 1.75rem;
  }
}
.aboutus_box .chairman_box {
  display: flex;
  flex-flow: row wrap;
  position: relative;
  margin: 2% auto 5%;
}
@media (max-width: 767px) {
  .aboutus_box .chairman_box {
    flex-flow: column wrap;
    margin: 5% auto 15%;
  }
}
.aboutus_box .chairman_box .chairman_photo {
  /*width:43%;*/
  width: 25%;
  box-sizing: border-box;
  order: 2;
  float: right;
}
@media (max-width: 767px) {
  .aboutus_box .chairman_box .chairman_photo {
    float: none;
    width: 100%;
    margin-left: 0%;
    order: 3;
  }
}
.aboutus_box .chairman_box .chairman_photo .photo_ps {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 1%;
}
@media (max-width: 767px) {
  .aboutus_box .chairman_box .chairman_photo .photo_ps {
    font-size: 1rem;
  }
}
.aboutus_box .chairman_info {
  /*width:56%;*/
  width: 100%;
  background: #fff;
  padding: 2%;
  box-sizing: border-box;
  text-align: justify;
  order: 1;
}
@media (max-width: 767px) {
  .aboutus_box .chairman_info {
    display: flex;
    flex-flow: column wrap;
    width: 100%;
    order: 2;
  }
}
.aboutus_box .chairman_info p {
  width: 70%;
  float: left;
  margin: 0% 0 1.5%;
}
@media (max-width: 767px) {
  .aboutus_box .chairman_info p {
    width: 100%;
    order: 1;
    text-align: justify;
    padding: 5%;
    margin: 0 auto;
  }
}
.aboutus_box .chairman_info p:nth-child(1) {
  width: 100%;
}
@media (max-width: 767px) {
  .aboutus_box .chairman_info p:nth-child(1) {
    width: 100%;
    order: 1;
  }
}
.aboutus_box .history_box {
  display: flex;
  flex-flow: row wrap;
  position: relative;
  margin: 2% auto 5%;
}
@media (max-width: 767px) {
  .aboutus_box .history_box {
    margin: 5% auto 15%;
  }
}
.aboutus_box .history_box .history_photo {
  width: 30.6%;
  box-sizing: border-box;
  order: 1;
  margin-right: 1%;
}
@media (max-width: 767px) {
  .aboutus_box .history_box .history_photo {
    width: 100%;
    margin-right: 0%;
  }
}
.aboutus_box .history_info {
  width: 68.4%;
  background: #fff;
  padding: 2%;
  box-sizing: border-box;
  text-align: justify;
  order: 2;
}
@media (max-width: 767px) {
  .aboutus_box .history_info {
    width: 100%;
    padding: 5%;
  }
}
.aboutus_box .privacy_box {
  display: block;
  text-align: justify;
  padding: 2% 0;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  margin: 2% auto;
}
.aboutus_box .privacy_box p {
  margin: 2% 0;
}
@media (max-width: 767px) {
  .aboutus_box .privacy_box p {
    margin: 5% auto;
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .aboutus_box .privacy_box {
    margin: 10% auto;
  }
}/*# sourceMappingURL=aboutus.css.map */