/* ======================================================================
 setting
====================================================================== */
/* ======================================================================
 p_businessdeal
====================================================================== */
.p_businessdeal .l_container_top > .l_main_visual_1 > .inner {
  background-image: url(../img/businessdeal/mv.png);
}
@media screen and (max-width: 768px) {
  .p_businessdeal .l_container_top > .l_main_visual_1 > .inner {
    width: 100%;
    height: 190px;
    border-radius: 0;
    padding: 27%;
    background-image: url(../img/businessdeal/sp/mv.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right 0;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .p_businessdeal .l_container_top .l_content {
    padding-bottom: 60px;
  }
}
.p_businessdeal .l_container_top .sec {
  border: solid 1px #E5E5E5;
  padding: 50px;
  border-radius: 30px;
  background: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .p_businessdeal .l_container_top .sec {
    border-left: 0;
    border-right: 0;
    padding: 7% 4.6875%;
    border-radius: 0;
  }
}
.p_businessdeal .l_container_top .sec dl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p_businessdeal .l_container_top .sec dl dt, .p_businessdeal .l_container_top .sec dl dd {
  width: 100%;
  padding: 20px;
  border-bottom: dashed #333333 1px;
}
.p_businessdeal .l_container_top .sec dl dt._1, .p_businessdeal .l_container_top .sec dl dd._1 {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .p_businessdeal .l_container_top .sec dl dt, .p_businessdeal .l_container_top .sec dl dd {
    padding: 0;
  }
}
.p_businessdeal .l_container_top .sec dl dt {
  font-weight: 700;
  max-width: 280px;
  background: #F3F3F3;
}
@media screen and (max-width: 768px) {
  .p_businessdeal .l_container_top .sec dl dt {
    border-bottom: none;
    background: none;
    padding: 15px 0 7px;
  }
  .p_businessdeal .l_container_top .sec dl dt:first-child {
    padding-top: 0;
  }
}
.p_businessdeal .l_container_top .sec dl dd {
  max-width: 776px;
}
@media screen and (max-width: 768px) {
  .p_businessdeal .l_container_top .sec dl dd {
    padding: 0 0 15px;
  }
  .p_businessdeal .l_container_top .sec dl dd:last-child {
    padding-bottom: 0;
  }
}
.p_businessdeal .l_container_top .sec dl dd > a {
  text-decoration: underline;
}
.p_businessdeal .l_container_top .sec dl dd > a:hover {
  text-decoration: none;
}

/*# sourceMappingURL=p_businessdeal.css.map */
