@charset "utf-8";

/* 税理士業務 */
/* ----------------------------------------------------- */
.mv.tax_accountant {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.4em 0 1em;
  background: url("../../tax_accountant/images/mv_tax_accountant.jpg")  top center;
  background-size: cover;
}
.column1 .incolumn_pic-alignright440 {
  width: 440px;
  float: right;
  margin: 0 0 1em 1em;
}
  .column1 .incolumn_pic-alignright440 img {
    width: 100%;
  }
.column1 .incolumn_pic-alignright220 {
    width: 220px;
    float: right;
    margin: 0 0 1em 1em;
  }
  .column1 .incolumn_pic-alignright220 img {
      width: 100%;
    }

.column1 .incolumn_flow {
  background-color: #c5ecfe;
  padding: 1.5em;
}
.column1 .incolumn_flow::after {
   content: "";
   display: block;
   clear: both;
}
.incolumn_flow.num01 {
  background: #c5ecfe url("../../tax_accountant/images/icon_flow_num01.png") no-repeat;
  background-position: top 1em left 1em;
}
.incolumn_flow.num02 {
  background: #c5ecfe url("../../tax_accountant/images/icon_flow_num02.png") no-repeat;
  background-position: top 1em left 1em;
}
.incolumn_flow.num03 {
  background: #c5ecfe url("../../tax_accountant/images/icon_flow_num03.png") no-repeat;
  background-position: top 1em left 1em;
}
.incolumn_flow.num04 {
  background: #c5ecfe url("../../founded/images/icon_flow_num04.png") no-repeat;
  background-position: top 1em left 1em;
}
.incolumn_flow.num05 {
  background: #c5ecfe url("../../founded/images/icon_flow_num05.png") no-repeat;
  background-position: top 1em left 1em;
}
.incolumn_flow h4 {
      font-size: 2.4rem;
      font-weight: 500;
      line-height: 1.4;
      padding-left: 100px;
      margin-bottom: 1.5em;
      min-height: 60px;
    }

  .column1 .incolumn_flow .point dt {
            font-weight: 500;
            background: #0f87e6;
            color: #ffff;
            padding: 0 1em;
            font-size: 2.4rem;
          }
  .column1 .incolumn_flow .point dd{
    padding: 1.5em;
    background: #fff;
  }
      .column1 .incolumn_flow .point dd li {
        padding: 0 0 1em 2em;
        font-weight: 500;
        list-style: none;
        text-indent: -46px;
      }
      .column1 .incolumn_flow .point dd li::before {
        content: url('../../images/icon_checkmark.png') ;
        vertical-align: middle;
        margin-right: .5em;
      }
.column1 .incolumn_flow .point p{
    padding-bottom: 1em;
  }
.column1 .arrow {
  text-align: center;
  margin: 1.5em;
}
.column1 .incolumn_flow .mt1em {
  margin-top: 1em;
        }

@media screen and (max-width: 768px) {

  .mv.tax_accountant {
    background: url("../../tax_accountant/images/mv_tax_accountant_SP.jpg")  no-repeat 35% top/auto 100%;
  }
  .column1 .incolumn_pic-alignright440 {
    width: 100%;
    float: none;
    margin: 0;
    text-align: center;
  }
  .column1 .incolumn_pic-alignright440 img {
    width: 80%;
    margin: 1em;
  }
  .column1 .incolumn_pic-alignright220 {
      width: 30%;
      margin: 0 0 1em 1em;
    }
  .column1 .incolumn_flow {
      background-color: #c5ecfe;
      padding: 70px 1em 1em 1em;
    }
  .incolumn_flow.num01 {
      background: #c5ecfe url("../../tax_accountant/images/icon_flow_num01.png") no-repeat;
      background-position: top 1em center;
      background-size: 40px;
    }
  .incolumn_flow.num02 {
      background: #c5ecfe url("../../tax_accountant/images/icon_flow_num02.png") no-repeat;
      background-position: top 1em center;
      background-size: 40px;
    }
  .incolumn_flow.num03 {
      background: #c5ecfe url("../../tax_accountant/images/icon_flow_num03.png") no-repeat;
      background-position: top 1em center;
      background-size: 40px;
    }
  .incolumn_flow h4 {
      font-size: 1.8rem;
      line-height: 1.4;
      padding-left: 0;
      margin-bottom: 1em;
      min-height: 20px;
    }
  .column1 .incolumn_flow .point dt {
    font-size: 1.8rem;
  }
  .column1 .incolumn_flow .point dd li {
    position: relative;
    min-height: 40px;
    padding: 0 0 1em 30px;
    text-indent: 0;
  }
    .column1 .incolumn_flow .point dd li::before {
      position: absolute;
      top: 2px;
      left: 0;
     content: '';
      display: inline-block;
      width: 24px;
      height: 24px;
      background: url('../../images/icon_checkmark.png') no-repeat;
      background-size: contain;
      vertical-align: middle;
      margin: 0;
    }


}
