body.ux2v1.business .mv{
  padding: 7% 20px;
  min-height: 178px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("/access/images/hikari/business/bg_mv.png") no-repeat top center / cover;
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1.4;
}
body.ux2v1.business .mv-txt{
  margin: 47px 0 50px;
  text-align: center;
}
.mv-img-sml,
.mv-img-m,
.mv-img-l,
.mv-img-s{
  text-align: center;
}
.mv-img-l,
.mv-img-m,
.mv-img-s{
  margin-top: 80px;
}
.mv-relief{
  margin: 80px 0;
  padding: 54px;
  background: #faf5ee;
  text-align: center;
}
.img_relief_02{
  margin: 50px 0 20px;
}

body.ux2v1.business .str-outer-partition:nth-of-type(2n+1){
  background: #fff;
}

body.ux2v1.business .business-content .tgl-hook h2 {
  font-size: 3.2rem;
}

body.ux2v1.business .fbox_item {
  padding: 20px 25px 17px;
  border: solid 2px #23A1B6;
  border-radius: 5px;
  margin-bottom: 8px;
  background-color: #FFF;
}

body.ux2v1.business .fbox_hd {
  border-bottom: 2px solid #ccc;
  padding-bottom: 10px;
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
}

body.ux2v.business .fbox_hd>h3 {
  margin-bottom: 0;
}

body.ux2v1.business .business-content .mod-list-description>.list>dl>dd {
  font-size: 1.2rem;
}

.fbox_wrap_in {
  display: flex;
  width: 1000px;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: space-between;
}

.fbox_wrap_in.center {
  justify-content: center;
}

.fbox_banner {
  width: calc((100% - (15px * 1)) / 2);
  position: relative;
}

.fbox_banner img {
  width: 100%;
  align-content: center;
}

.fbox_banner img {
  width: 100%;
  height: auto;
}

.fbox_banner.new::before {
  content: '';
  background-image: url(/access/hikari/collaboration/ad_simpleapply/images/images2/icon_new.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: -15px;
  left: -15px;
  width: 71px;
  height: 71px;
}

.fbox_banner.new::before img {
  width: 100%;
  height: 100%;
}

.option-service-root a.btn01 {
  display: block;
  text-decoration: none;
  height: 38px;
  width: 90%;
  line-height: 38px;
  text-align: center;
  color: #fff;
  border: solid 1px #23A1B6;
  border-radius: 20px;
  transition: 0.3s;
  margin: 0 auto 1.5em;
  background: #23A1B6;
  clear: both;
}

.option-service-root a.btn01 img {
  width: 0;
  height: 0;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

#cta p {
  margin-bottom: 1em;
}

body.ux2v1.business .str-outer-partition .mod-lyt .col:nth-child(n + 3){
  padding-top: 100px;
}

.point-box .mod-btn > .btn {
  background: none;
  border: none;
  width: auto;
}
:not(.str-scrollTop) :not(.mod-link-list):not(.mod-link-anchor) *>.btn>a[href^="#anc-"]:before{
  display: none;
}

@media (max-width: 767px) {
  body.ux2v1.business .mv{
    padding: 0;
    min-height: 121px;
    background-image: url("/access/images/hikari/business/bg_mv_sp.png");
    background-size: 100% 100%;
    font-size: 2.4rem;
  }
  body.ux2v1.business .mv-txt{
    margin: 16px 0;
    padding: 0 15px;
    font-size: 1.3rem;
  }
  .mv-img-l,
  .mv-img-m,
  .mv-img-s{
    margin-top: 30px;
    padding: 0 15px;
  }
  .mv-relief{
    margin: 29px 0 0;
    padding: 25px 15px;
    font-size: 1.3rem;
  }
  .img_relief_02{
    margin: 28px 0 15px;
  }
    .fbox_wrap_title {
    padding: 10px 50px 18px;
  }

  .fbox_wrap_title img {
    width: 100%;
    height: auto;
  }

  .fbox_wrap_in {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: space-between;
  }

  .fbox_banner {
    flex-basis: 96%;
    flex-grow: 2;
    padding: 0 .5em;
  }

  .fbox_banner img {
    width: 100%;
    height: auto;
    align-content: center;
  }

  .fbox_banner.new::before {
    top: -12px;
    left: -7.5px;
    width: 13vw;
  }
  body.ux2v1.business .str-outer-partition .mod-lyt .col:nth-child(n + 2) {
    padding-top: 80px;
  }
  .mod-btn a {
    font-size: 1.2rem;
    padding: 10px 14px 10px 10px;
    width: 253px;
  }
  .point-list.col2 .mod-btn {
    padding: 0 26px 20px;
  }
}

@media screen and (min-width: 767px) {
  .mod-btn a, .mod-btn button[type] {
      width: 360px;
  }
}