/*==================================================================== unique
*/
.inrMv .inr {
  background: url(../../images/mv.jpg) no-repeat 50% 50%/cover; }

.business ul {
  margin-top: 40px; }
  @media only screen and (max-width: 768px) {
    .business ul {
      margin-top: 20px; } }
  .business ul li {
    border-top: 1px solid #62BFB0; }
    .business ul li:last-child {
      border-bottom: 1px solid #62BFB0; }
      @media only screen and (max-width: 768px) {
        .business ul li:last-child {
          border: none; } }
    .business ul li dl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .business ul li dl dt {
        font-weight: bold;
        background-color: rgba(98, 191, 176, 0.1);
        width: 25%;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        @media only screen and (max-width: 768px) {
          .business ul li dl dt {
            width: 100%;
            padding: 10px 0;
            border-bottom: 1px solid #62BFB0; } }
      .business ul li dl dd {
        width: 71%;
        margin-right: 2%;
        padding: 10px 0; }
        @media only screen and (max-width: 768px) {
          .business ul li dl dd {
            width: 100%; } }
