/*  include
---------------------------------------------------------- */
/**************************************

cmn

**************************************/
@media screen and (max-width: 760px) {
  h2,
  h3,
  h4,
  h5 {
    font-weight: 400;
  }
}


.main_company .team_h2 h2 span::before {
  background-image: url(../img/cmn/team.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.notice {
  font-size: 14px;
}

.arrow {
  z-index: 1000;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 23px;
  height: 4px;
  margin: auto;
}

.arrow span {
  display: block;
  position: relative;
}

.arrow span::before {
  z-index: 1000;
  position: absolute;
  top: 3px;
  left: 0;
  width: 23px;
  height: 1px;
  background: #C7C7C7;
  content: "";
}

.arrow span::after {
  position: absolute;
  top: 1px;
  right: 0;
  width: 8px;
  height: 3px;
  margin: auto;
  transform: rotate(28deg);
  border-top: 1px solid #C7C7C7;
  content: "";
}

.main_company .article_h2 {
  background-color: #ec4d5a;
}

.main_company .article_h2 h2 span::before {
  /*background-image: url(../img/cmn/h2_icon03.png);*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.h4_tit {
  margin-bottom: 30px;
  font-size: 37px;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .h4_tit {
    margin-bottom: 6%;
    font-size: 6vw;
  }
}

.tbl_area .tbl {
  display: flex;
  flex-wrap: wrap;
  width: 1080px;
  margin: 0 auto;
  border-top: none;
  border-bottom: 1px solid #8e8e8e;
}

.tbl_area dt {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 48%;
  padding: 10px 24px;
  border-top: 1px solid #8e8e8e;
  background-color: #ECECEC;
  text-align: center;
}

.tbl_area dd {
  box-sizing: border-box;
  width: 52%;
  margin: 0;
  padding: 10px 24px;
  border-top: 1px solid #8e8e8e;
  background: #fff;
  text-align: left;
}

@media screen and (max-width: 760px) {
  .tbl_area .tbl {
    display: block;
    flex-wrap: inherit;
    width: 100%;
    border-bottom: none;
  }
  .tbl_area dt {
    display: block;
    align-items: inherit;
    width: 100%;
    padding: 4px 12px;
    border-top: none;
    text-align: left;
  }
  .tbl_area dt span {
    font-size: 11px;
  }
  .tbl_area dd {
    width: 100%;
    padding: 4px 12px;
    border-top: none;
  }
}

.main_company .tit_box {
  position: relative;
  margin-top: 70px;
  margin-bottom: 80px;
  font-size: 37px;
  text-align: center;
}

.main_company .tit_box::after {
  position: absolute;
  right: 0;
  bottom: -25px;
  left: 0;
  width: 96px;
  height: 11px;
  margin: auto;
  background: url(../img/cmn/tit_line.jpg) no-repeat center;
  background-size: 100% auto;
  content: "";
}

.main_company .wrap {
  width: 1100px;
  margin: 0 auto 100px;
}

.main_company .wrap .main_cnt {
  width: 845px;
  float: right;
  border: 1px solid #9f9f9f;
}

.main_company .wrap .main_cnt .cnt_box .txt span {
  color: #ec4d5a;
  font-size: 22px;
}

.main_company .wrap .side_cnt {
  width: 218px;
  float: left;
  border: 1px solid #9f9f9f;
}

.main_company .wrap .side_cnt .tit {
  padding: 20px;
  background: #545454;
  color: #fff;
  font-size: 16px;
}

.main_company .wrap .side_cnt .side_link li {
  border-top: 1px solid #9f9f9f;
}

.main_company .wrap .side_cnt .side_link li a {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 18px 20px 18px 30px;
  background: #fff;
  font-size: 13px;
}

.main_company .wrap .side_cnt .side_link li a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
  width: 9px;
  height: 11px;
  margin: auto;
  background: url(../img/cmn/side_icon.png) no-repeat center;
  background-size: 100% auto;
  content: "";
}

.main_company .wrap .side_cnt .side_link li a:hover {
  background: #f2bf23;
}

.main_company .wrap .side_cnt .side_link li a:hover::before {
  background: url(../img/cmn/side_icon_crt.png) no-repeat center;
  background-size: 100% auto;
}

.main_company .wrap .side_cnt .side_link li.current a {
  background: #f2bf23;
}

.main_company .wrap .side_cnt .side_link li.current a::before {
  background: url(../img/cmn/side_icon_crt.png) no-repeat center;
  background-size: 100% auto;
}

@media screen and (max-width: 760px) {
  .main_company .tit_box {
    position: relative;
    margin-top: 5%;
    margin-bottom: 15%;
    font-size: 9vw;
    line-height: 1.3;
    text-align: center;
  }
  .main_company .tit_box::after {
    position: absolute;
    right: 0;
    bottom: -15px;
    left: 0;
    width: 60px;
    height: 8px;
    margin: auto;
    background: url(../img/cmn/tit_line.jpg) no-repeat center;
    background-size: 100% auto;
    content: "";
  }
  .main_company .wrap {
    width: 100%;
    margin: 0 auto 20%;
  }
  .main_company .wrap .main_cnt {
    width: 100%;
    margin-bottom: 15%;
    padding: 0 5%;
    float: none;
    border: none;
  }
  .main_company .wrap .main_cnt .cnt_box .txt span {
    color: #ec4d5a;
    font-size: 6vw;
  }
  .main_company .wrap .side_cnt {
    width: 90%;
    margin: 0 auto;
    float: none;
    border: 1px solid #9f9f9f;
  }
  .main_company .wrap .side_cnt .tit {
    padding: 3%;
    background: #545454;
    color: #fff;
    font-size: 4vw;
  }
  .main_company .wrap .side_cnt .side_link li {
    border-top: 1px solid #9f9f9f;
  }
  .main_company .wrap .side_cnt .side_link li a {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 3% 3% 3% 8%;
    background: #fff;
    font-size: 13px;
  }
  .main_company .wrap .side_cnt .side_link li a::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
    width: 9px;
    height: 11px;
    margin: auto;
    background: url(../img/cmn/side_icon.png) no-repeat center;
    background-size: 100% auto;
    content: "";
  }
  .main_company .wrap .side_cnt .side_link li a:hover {
    background: #f2bf23;
  }
  .main_company .wrap .side_cnt .side_link li a:hover::before {
    background: url(../img/cmn/side_icon_crt.png) no-repeat center;
    background-size: 100% auto;
  }
  .main_company .wrap .side_cnt .side_link li.current a {
    background: #f2bf23;
  }
  .main_company .wrap .side_cnt .side_link li.current a::before {
    background: url(../img/cmn/side_icon_crt.png) no-repeat center;
    background-size: 100% auto;
  }
}

/* ----------------------------------------------------------

detail(Greeting)

---------------------------------------------------------- */
.main_company.detail .main_cnt .ph {
  margin-bottom: 60px;
}

.main_company.detail .main_cnt > .inner {
  padding: 0 49px 70px;
}

.main_company.detail .main_cnt > .inner .box_a {
  width: 270px;
  float: left;
}

.main_company.detail .main_cnt > .inner .box_b {
  width: calc(100% - 320px);
  float: right;
}

@media screen and (max-width: 760px) {
  .main_company.detail .main_cnt .ph {
    margin-bottom: 10%;
  }
  .main_company.detail .main_cnt > .inner {
    padding: 0;
  }
  .main_company.detail .main_cnt > .inner .box_a {
    width: 70%;
    margin: 0 auto 5%;
    float: none;
  }
  .main_company.detail .main_cnt > .inner .box_b {
    width: 100%;
    float: none;
  }
}

/* ----------------------------------------------------------

Chart

---------------------------------------------------------- */
.main_company.chart .ph {
  margin-bottom: 50px;
}

.main_company.chart .inner {
  padding: 0 50px 50px;
}

.main_company.chart .chart {
  position: relative;
  width: 100%;
  padding: 38px 38px 100px;
  background: #eaeaea;
}

.main_company.chart .chart .parent {
  position: relative;
  width: 239px;
  margin-bottom: 0;
  padding: 2px 0;
  border: 1px solid #ababab;
  background: #fff;
  font-size: 13px;
  text-align: center;
}

.main_company.chart .chart .branch_wrap {
  padding: 10px 0 0 80px;
}

.main_company.chart .chart .branch01_tit,
.main_company.chart .chart .branch02_tit,
.main_company.chart .chart .branch03_tit,
.main_company.chart .chart .branch04_tit,
.main_company.chart .chart .branch05_tit {
  position: relative;
  width: 160px;
  margin-bottom: 5px;
  padding: 2px 0;
  border: 1px solid #ababab;
  background: #fff;
  font-size: 13px;
  text-align: center;
}

.main_company.chart .chart .branch01_tit::before,
.main_company.chart .chart .branch02_tit::before,
.main_company.chart .chart .branch03_tit::before,
.main_company.chart .chart .branch04_tit::before,
.main_company.chart .chart .branch05_tit::before {
  position: absolute;
  bottom: 12px;
  left: -12px;
  width: 12px;
  height: 34px;
  border-bottom: 1px solid #ababab;
  border-left: 1px solid #ababab;
  content: "";
}

.main_company.chart .chart .branch01_tit.first::before,
.main_company.chart .chart .branch02_tit.first::before,
.main_company.chart .chart .branch03_tit.first::before,
.main_company.chart .chart .branch04_tit.first::before,
.main_company.chart .chart .branch05_tit.first::before {
  height: 24px;
}

.main_company.chart .chart .branch04_tit.first02::before {
  height: 45px;
}

.main_company.chart .chart .branch01_tit.cel1::before,
.main_company.chart .chart .branch02_tit.cel1::before,
.main_company.chart .chart .branch03_tit.cel1::before,
.main_company.chart .chart .branch04_tit.cel1::before,
.main_company.chart .chart .branch05_tit.cel1::before {
  height: 90px;
}

.main_company.chart .chart .branch01_tit.cel2::before,
.main_company.chart .chart .branch02_tit.cel2::before,
.main_company.chart .chart .branch03_tit.cel2::before,
.main_company.chart .chart .branch04_tit.cel2::before,
.main_company.chart .chart .branch05_tit.cel2::before {
  height: 120px;
}

.main_company.chart .chart .branch01_tit.cel3::before,
.main_company.chart .chart .branch02_tit.cel3::before,
.main_company.chart .chart .branch03_tit.cel3::before,
.main_company.chart .chart .branch04_tit.cel3::before,
.main_company.chart .chart .branch05_tit.cel3::before {
  height: 240px;
}

.main_company.chart .chart .branch01_tit.cel9::before,
.main_company.chart .chart .branch02_tit.cel9::before,
.main_company.chart .chart .branch03_tit.cel9::before,
.main_company.chart .chart .branch04_tit.cel9::before,
.main_company.chart .chart .branch05_tit.cel9::before {
  height: 340px;
}

.main_company.chart .chart .branch01_tit.cel19::before,
.main_company.chart .chart .branch02_tit.cel19::before,
.main_company.chart .chart .branch03_tit.cel19::before,
.main_company.chart .chart .branch04_tit.cel19::before,
.main_company.chart .chart .branch05_tit.cel19::before {
  height: 1180px;
}

.main_company.chart .chart .branch03_tit {
  width: 288px;
}

.main_company.chart .chart .branch04_tit {
  width: 261px;
}

.main_company.chart .chart .wh .branch01_tit,
.main_company.chart .chart .wh .branch02_tit,
.main_company.chart .chart .wh .branch03_tit,
.main_company.chart .chart .wh .branch04_tit,
.main_company.chart .chart .wh .branch05_tit {
  position: relative;
  width: 160px;
  margin-bottom: 5px;
  padding: 2px 0;
  border: 1px solid #ababab;
  background: #fff;
  font-size: 13px;
  text-align: center;
}

.main_company.chart .chart .wh .branch03_tit {
  width: 288px;
}

.main_company.chart .chart .wh .branch04_tit {
  width: 261px;
}

.main_company.chart .chart .step02 {
  padding: 5px 0 0 80px;
}

.main_company.chart .chart .step03 {
  padding: 5px 0 0 160px;
}

.main_company.chart .chart .step04 {
  padding: 5px 0 0 240px;
}

.main_company.chart .chart .step05 {
  padding: 5px 0 0 320px;
}

@media screen and (max-width: 760px) {
  .main_company.chart .ph {
    margin-bottom: 10%;
  }
  .main_company.chart .inner {
    padding: 0 0 0;
  }
  .main_company.chart .chart {
    position: relative;
    width: 100%;
    padding: 10% 5%;
    background: #eaeaea;
  }
  .main_company.chart .chart .parent {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 0;
    /* background: #F8F8F8; */
    border: 1px solid #ababab;
    font-size: 11px;
    text-align: center;
  }
  .main_company.chart .chart .branch_wrap {
    padding: 10px 0 0 6%;
  }
  .main_company.chart .chart .branch01_tit,
  .main_company.chart .chart .branch02_tit,
  .main_company.chart .chart .branch03_tit,
  .main_company.chart .chart .branch04_tit,
  .main_company.chart .chart .branch05_tit {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 0;
    /* background: #F8F8F8; */
    border: 1px solid #ababab;
    font-size: 11px;
    text-align: center;
  }
  .main_company.chart .chart .branch01_tit::before,
  .main_company.chart .chart .branch02_tit::before,
  .main_company.chart .chart .branch03_tit::before,
  .main_company.chart .chart .branch04_tit::before,
  .main_company.chart .chart .branch05_tit::before {
    position: absolute;
    bottom: 20px;
    left: -12px;
    width: 12px;
    height: 54px;
    border-bottom: 1px solid #ababab;
    border-left: 1px solid #ababab;
    content: "";
  }
  .main_company.chart .chart .branch01_tit.first::before,
  .main_company.chart .chart .branch02_tit.first::before,
  .main_company.chart .chart .branch03_tit.first::before,
  .main_company.chart .chart .branch04_tit.first::before,
  .main_company.chart .chart .branch05_tit.first::before {
    height: 39px;
  }
  .main_company.chart .chart .branch01_tit.cel1::before,
  .main_company.chart .chart .branch02_tit.cel1::before,
  .main_company.chart .chart .branch03_tit.cel1::before,
  .main_company.chart .chart .branch04_tit.cel1::before,
  .main_company.chart .chart .branch05_tit.cel1::before {
    height: 130px;
  }
  .main_company.chart .chart .branch01_tit.cel2::before,
  .main_company.chart .chart .branch02_tit.cel2::before,
  .main_company.chart .chart .branch03_tit.cel2::before,
  .main_company.chart .chart .branch04_tit.cel2::before,
  .main_company.chart .chart .branch05_tit.cel2::before {
    height: 185px;
  }
  .main_company.chart .chart .branch01_tit.cel3::before,
  .main_company.chart .chart .branch02_tit.cel3::before,
  .main_company.chart .chart .branch03_tit.cel3::before,
  .main_company.chart .chart .branch04_tit.cel3::before,
  .main_company.chart .chart .branch05_tit.cel3::before {
    height: 240px;
  }
  .main_company.chart .chart .branch01_tit.cel9::before,
  .main_company.chart .chart .branch02_tit.cel9::before,
  .main_company.chart .chart .branch03_tit.cel9::before,
  .main_company.chart .chart .branch04_tit.cel9::before,
  .main_company.chart .chart .branch05_tit.cel9::before {
    height: 555px;
  }
  .main_company.chart .chart .branch01_tit.cel19::before,
  .main_company.chart .chart .branch02_tit.cel19::before,
  .main_company.chart .chart .branch03_tit.cel19::before,
  .main_company.chart .chart .branch04_tit.cel19::before,
  .main_company.chart .chart .branch05_tit.cel19::before {
    height: 1180px;
  }
  .main_company.chart .chart .wh .branch01_tit,
  .main_company.chart .chart .wh .branch02_tit,
  .main_company.chart .chart .wh .branch03_tit,
  .main_company.chart .chart .wh .branch04_tit,
  .main_company.chart .chart .wh .branch05_tit {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 0;
    border: 1px solid #ababab;
    background: #fff;
    font-size: 11px;
    text-align: center;
  }
  .main_company.chart .chart .step02 {
    padding: 10px 0 0 6%;
  }
  .main_company.chart .chart .step03 {
    padding: 10px 0 0 12%;
  }
  .main_company.chart .chart .step04 {
    padding: 10px 0 0 18%;
  }
  .main_company.chart .chart .step05 {
    padding: 10px 0 0 24%;
  }
}

/* ----------------------------------------------------------

business

---------------------------------------------------------- */
.main_company.business .main_cnt .ph {
  margin-bottom: 50px;
}

.main_company.business .main_cnt .tit_area {
  margin-bottom: 20px;
  padding: 30px;
  background: #eaeaea;
  font-size: 18px;
}

.main_company.business .main_cnt .txt_area {
  margin-bottom: 60px;
  font-size: 18px;
}

.main_company.business .main_cnt .txt_area:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 760px) {
  .main_company.business .main_cnt .ph {
    margin-bottom: 10%;
  }
  .main_company.business .main_cnt .tit_area {
    margin-bottom: 5%;
    padding: 5%;
    background: #eaeaea;
    font-size: 4vw;
  }
  .main_company.business .main_cnt .txt_area {
    margin-bottom: 12%;
    font-size: 4vw;
  }
  .main_company.business .main_cnt .txt_area:last-child {
    margin-bottom: 0;
  }
}

/* ----------------------------------------------------------

IR

---------------------------------------------------------- */
.main_company.ir .about-h3 {
  margin-bottom: 35px;
  font-size: 30px;
}

.main_company.ir .link_btn {
  width: 100%;
  height: 74px;
  margin: 0 auto 80px;
}

.main_company.ir .link_btn a {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 50px;
  border: 1px solid #939393;
  border-radius: 36px;
  line-height: 72px;
}

.main_company.ir .link_btn a::after {
  position: absolute;
  top: 0;
  right: 50px;
  bottom: 0;
  width: 28px;
  height: 33px;
  margin: auto;
  background: url(../company/img/icon_pdf.jpg) no-repeat center;
  background-size: 100% auto;
  content: "";
}

@media screen and (max-width: 760px) {
  .main_company.ir .about-h3 {
    margin-bottom: 5%;
    font-size: 6vw;
  }
  .main_company.ir .link_btn {
    width: 100%;
    height: 60px;
    margin: 0 auto 15%;
  }
  .main_company.ir .link_btn a {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 4%;
    border: 1px solid #939393;
    border-radius: 30px;
    line-height: 58px;
  }
  .main_company.ir .link_btn a::after {
    position: absolute;
    top: 0;
    right: 3%;
    bottom: 0;
    width: 15px;
    height: 24px;
    margin: auto;
    background: url(../company/img/icon_pdf.jpg) no-repeat center;
    background-size: 100% auto;
    content: "";
  }
}

/* ----------------------------------------------------------

History

---------------------------------------------------------- */
.main_company.history .ph {
  margin-bottom: 50px;
}

.main_company.history .timeline {
  position: relative;
}

.main_company.history .timeline::before {
  z-index: 5;
  position: absolute;
  left: 50%;
  width: 2px;
  height: 100%;
  background: url(../company/img/line.png) repeat-y center 0;
  background-size: 2px auto;
  content: "";
}

.main_company.history .timeline li {
  z-index: 10;
  position: relative;
  width: 46%;
  /* margin-bottom: 10px; */
  margin-top: 50px;
}

.main_company.history .timeline li .tit {
  margin-right: 0;
  color: #ea9620;
  font-size: 18px;
}

.main_company.history .timeline li .tit span span {
  margin-left: 10px;
  font-size: 15px;
}

.main_company.history .timeline li .txt {
  font-size: 15px;
}

.main_company.history .timeline li .img {
  padding: 10px 20px;
}

.main_company.history .timeline li::before {
  z-index: 10;
  position: absolute;
  top: 7px;
  left: -34px;
  width: 11px;
  height: 12px;
  margin: auto;
  transform: rotate(90deg);
  background: url(../company/img/icon_sesame_one.png) no-repeat center;
  background-size: 11px auto;
  content: "";
}

.main_company.history .timeline li.mt0 {
  z-index: 10;
  position: relative;
  width: 46%;
  margin-top: 0;
  margin-bottom: 25px;
}

.main_company.history .timeline li.box_line {
  padding: 10px 15px;
  background: #fdf6ec;
}

.main_company.history .timeline li:nth-child(2n) {
  float: left;
}

.main_company.history .timeline li:nth-child(2n) .tit {
  text-align: right;
}

.main_company.history .timeline li:nth-child(2n) .year {
  text-align: right;
}

.main_company.history .timeline li:nth-child(2n) .txt {
  text-align: right;
}

.main_company.history .timeline li:nth-child(2n)::before {
  right: -37px;
  left: auto;
  transform: rotate(0);
  background: url(../company/img/icon_sesame_one.png) no-repeat center;
  background-size: 11px auto;
}

.main_company.history .timeline li:nth-child(2n+1) {
  float: right;
}

.main_company.history .timeline li:first-child {
  /* margin-bottom: 25px; */
  margin-top: 0;
}

.main_company.history .timeline li.yohaku {
  /* margin-top: 180px; */
}

@media screen and (max-width: 760px) {
  .main_company.history .ph {
    margin-bottom: 10%;
  }
  .main_company.history .timeline {
    position: relative;
  }
  .main_company.history .timeline::before {
    z-index: 5;
    position: absolute;
    left: 50%;
    width: 2px;
    height: 100%;
    background: url(../company/img/line.png) repeat-y center 0;
    background-size: 2px auto;
    content: "";
  }
  .main_company.history .timeline li {
    z-index: 10;
    position: relative;
    width: 100%;
    /* margin-bottom: 10px; */
    margin-top: 10%;
    padding: 4% 5% 5%;
    border: 1px solid #ccc;
    background: #fff;
  }
  .main_company.history .timeline li .tit {
    margin-right: 0;
    color: #ea9620;
    font-size: 5vw;
    text-align: center;
  }
  .main_company.history .timeline li .tit span span {
    margin-left: 10px;
    font-size: 15px;
  }
  .main_company.history .timeline li .txt {
    font-size: 3.8vw;
    text-align: center;
  }
  .main_company.history .timeline li .img {
    padding: 10px 20px;
  }
  .main_company.history .timeline li::before {
    z-index: 10;
    position: absolute;
    top: -8px;
    right: 0;
    left: 0;
    width: 11px;
    height: 12px;
    margin: auto;
    transform: rotate(90deg);
    background: url(../company/img/icon_sesame_one.png) no-repeat center;
    background-size: 11px auto;
    content: "";
  }
  .main_company.history .timeline li.mt0 {
    z-index: 10;
    position: relative;
    width: 46%;
    margin-top: 0;
    margin-bottom: 25px;
  }
  .main_company.history .timeline li.box_line {
    padding: 10px 15px;
    background: #fdf6ec;
  }
  .main_company.history .timeline li:nth-child(2n) {
    float: none;
  }
  .main_company.history .timeline li:nth-child(2n) .tit {
    text-align: center;
  }
  .main_company.history .timeline li:nth-child(2n) .year {
    text-align: center;
  }
  .main_company.history .timeline li:nth-child(2n) .txt {
    text-align: center;
  }
  .main_company.history .timeline li:nth-child(2n)::before {
    top: -8px;
    right: 0;
    left: 0;
    margin: auto;
    transform: rotate(0);
    background: url(../company/img/icon_sesame_one.png) no-repeat center;
    background-size: 11px auto;
  }
  .main_company.history .timeline li:nth-child(2n+1) {
    float: none;
  }
  .main_company.history .timeline li:first-child {
    /* margin-bottom: 25px; */
    margin-top: 0;
  }
  .main_company.history .timeline li.yohaku {
    /* margin-top: 180px; */
  }
}

/* ----------------------------------------------------------

outline

---------------------------------------------------------- */
.main_company.houtline .ph {
  margin-bottom: 50px;
}

@media screen and (max-width: 760px) {
  .main_company.houtline .ph {
    margin-bottom: 10%;
  }
}
/*# sourceMappingURL=company.css.map */
