@charset "utf-8";

.mgimg{
  border-top: 1px solid #FFF;
  text-align: center;
}
.detail_head{
  position: relative;
}
.officeimg{
  position: absolute;
  right: 30px;
  bottom: 60px;
}
.flexlist{
  display: flex;
  justify-content: space-between;
}
.flexlist .mbimg{
  width: 32%;
  max-width: 320px;
}
.mginner{
  padding: 0 20px;
  margin-bottom: 50px;
}
.mginner ul{
  margin-top: 30px;
}
.mginner ul li,.businesscontents ul li{
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 5px;
}
.mginner ul li::before,.businesscontents ul li::before{
  color: #042160;
  content: "●";
  position: absolute;
  left: 0;
}

.sectionimg{
  text-align: center;
}
.businesscontents{
  width: 49%;
  max-width: 490px;
  line-height: 180%;
}
.businesscontents h3{
  background: #042362;
  color: #FFF;
  font-size: 18px;
  margin-bottom: 20px;
  padding: 5px;
  text-align: center;
}
.businesscontents a{
  display: block;
  margin: 20px auto 0;
  text-align: center;
  width: fit-content;
}

@media screen and (max-width: 767px){
  #business .pagecontents{
    padding-bottom: 0;
  }
  .officeimg{
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .businesscontents{
    width: 100%;
    margin-bottom: 30px;
  }
}